/*site*/

@charset "utf-8";

html{
	background:transparent;
}

body {
	margin:0px;
	padding:0px;
	/*font-family:"Noto Serif JP","Yu Mincho",YuMincho,"游明朝","Hiragino Mincho ProN","HG明朝E","メイリオ";*/
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:18px;
	line-height:160%;
}

img {
    vertical-align: bottom;
    border-style:none;
}

a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    letter-spacing: normal;
    font-style: normal;
}

.align_right {
  float: right;
  margin-left:15px;
}

.align_left {
  float: left;
  margin-right:15px;
}

.center {
  text-align:center;
}

.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;}

.clear{
	zoom:1; }

.clear_fix{
	overflow: hidden;
	display: inline-block;
}
.clear_fix:after{
	cotent:".";
	display: block;
	visibility: hidden;
	height:0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear:both;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size:11px;
	color:#333;
	line-height:25px;
}

h2 {
	margin: 0px;
	padding: 0px;
	color:#000;
	font-weight:bold;
	font-size:20px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

em{
	text-indent:-9999px;
	display:block;
}

ul,li{
	margin:0;
	padding:0;
	list-style-type:none;
}

strong{
    font-weight:normal;
	margin:0;
	padding:0;
}

.pc_only {
  display:block;
}

.sp_only {
  display:none;
}

.pcbr {
  display:block;
}

.spbr {
  display:none;
}

.mailtext {
    width: 100%;
}

#top_plan_an {
  padding-top: 140px;
  margin-top:-140px;
}

#plan01 {
  padding-top: 140px;
  margin-top:-140px;
}

#plan02 {
  padding-top: 140px;
  margin-top:-140px;
}

#plan03 {
  padding-top: 140px;
  margin-top:-140px;
}

#plan04 {
  padding-top: 140px;
  margin-top:-140px;
}

.no_click {
    pointer-events: none;
}
/*header*/

#header_fix_n {
    height: 140px;
    z-index: 99;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #FFF;
	background-image:url(../images/pc_header_bg.png);
	background-repeat:repeat-x;
	text-align:center;
}

#header_fix_n2 {
    height: 185px;
    z-index: 99;
    width: 100%;
    position: fixed;
    top: 0;
	background-image:url(../images/header_bg.jpg);
}

#header_bg2 {
	width:1300px;
	height:90px;
	margin: 0 auto;
}

#header_bg {
	width:1300px;
	height:90px;
}

#logo {
	width:500px;
	height:90px;
	float:left;
}

#logo img {
	width:500px;
}

#header_text_bg {
	width:100%;
	background-color:#f5f5f5;
	height:25px;
}

.header_text {
	width:1300px;
	margin: 0px auto;
}

#tel_bg {
	width:700px;
	height:90px;
	position:relative;
	float:right;
}

#line_bnr {
	width:220px;
	height:90px;
	top:0px;
	left:0px;
	position:absolute;
}

#mail_bnr {
	width:220px;
	height:90px;
	top:0px;
	left:230px;
	position:absolute;
}

#tel_bnr {
	width:240px;
	height:90px;
	top:0px;
	right:0px;
	position:absolute;
}

/*gnav*/

#gnav_bg_n {
	width:100%;
	height:70px;
	background-color:#213A61 ;
/*	background-image:url(../images/menu_bg.png);
	background-repeat:repeat-x;*/
	box-sizing: border-box;
	padding-top:10px;
}

#gnav_bg {
	width:100%;
	height:50px;
	background-color:#1F4E79 ;
/*	background-image:url(../images/menu_bg.png);
	background-repeat:repeat-x;*/
}

#gnav {
	width:1300px;
	height:50px;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	z-index:200;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#gnav_n {
	width:1300px;
	height:50px;
	text-align: center;
	line-height: 50px;
	color: #000;
	font-size: 15.5px;
	font-weight: bold;
	z-index:200;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
    border-radius: 7px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { 

#gnav {
	font-size: 12px;
}

#gnav_n {
	font-size: 12px;
}

}

#gnav a {
    color: #FFF;
    text-decoration: none;
}

#gnav_n a {
    color: #000;
    text-decoration: none;
}

/*top*/

.top_box1 {
    width: 1300px;
    text-align: center;
    margin: 80px auto 0;
}

.top_box2 {
    width: 1300px;
    text-align: center;
    margin: 80px auto 0;
}

.top_news_bg_n {
    width: 100%;
    padding: 70px 0 70px;
    margin: 0px auto;
}

.top_news_bg {
    width: 1300px;
    margin: 0px auto 0;
}

.top_voice_bg {
    width: 100%;
    margin: 0px auto;
    padding: 70px 0px;
	background-color:#EFF3DA;
}

.top_qa_bg {
    width: 1300px;
    text-align: left;
    margin: 0px auto;
}

.top_greeting_bg_n {
    width: 100%;
    padding: 70px 0 50px;
    margin: 0px auto;
	background-image:url(../images/top_greeting_bg.png);
}

.top_greeting_bg_n2 {
    width: 100%;
    padding: 70px 0 70px;
    margin: 0px auto;
	background-image:url(../images/top_greeting_bg.png);
}

.top_point_bg_n {
    width: 100%;
    text-align: center;
    padding: 80px 0;
    margin: 0px auto;
	background-image:url(../images/top_new05_bg.jpg);
	background-repeat:no-repeat;
    background-size:cover;
}

.top_service_bg_n {
    width: 100%;
    text-align: center;
    padding: 80px 0;
    margin: 0px auto;
	background-image:url(../images/top_new3_bg.png);
	background-repeat:no-repeat;
    background-size:cover;
}

.top_contents_bg_n {
    width: 100%;
    text-align: center;
    padding: 80px 0;
    margin: 0px auto;
	background-image:url(../images/top_new06_bg.jpg);
	background-repeat:no-repeat;
    background-size:cover;
}



.top_box3 {
    width: 100%;
    margin: 70px auto 0;
	padding:50px 0 0 0;
    text-align: center;
	background-color:#a6a6a6;
}

.top_box3_1 {
    width: 100%;
    margin: 70px auto 0;
	padding:70px 0 0 0;
    text-align: center;
	background-color:#E2F0D9;
}

.top_box3_2 {
    width: 100%;
    margin: 70px auto 0;
	padding:70px 0 0 0;
    text-align: center;
	background-color:#EFF7EA;
}

.top_box4 {
    width: 100%;
    margin: 0px auto 0;
	padding:70px 0;
    text-align: center;
	background-color:#FFEFFF;
}

.top_box5 {
    width: 1300px;
    text-align: center;
    margin: 100px auto 0;
}

.top_news {
	width:100%;
	margin:30px auto 50px;
/*  background-color: #FFF;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #999 inset;
    box-sizing: border-box;
    padding: 40px 30px 30px 30px;*/
}

.top_news a {
text-decoration:none;
color:#000;
}

.top_news li {
border-bottom:1px dotted #999;
padding-bottom:15px;
margin-bottom:15px;
display: flex;
}

.top_news li span {
  padding: 10px;
  background-color: #ff6600;
    /* border: solid #DDD 1px !important; */
    color: #FFF;
   /* font-weight: bold;*/
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size:16px;
}

.top_news p {
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 0 0 25px;
    box-sizing: border-box;
}


.top_btn_c {
    position: relative;
    width: 250px;
    height: 40px;
    line-height: 40px;
    display: flex;
    text-align: center;
    background: #7E9879;
    font-size: 17px;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 7px;
}

.top_btn_c_text {
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 10;
}

.top_btn_c_text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #9DB19A;
  z-index: -1;
  transition: .2s;
  border-radius:7px;
}

.top_btn_c_text:hover {
  color: #FFF;
}

.top_btn_c_text:hover:before {
  width: 100%;
}

.top_btn_c5 {
    position: relative;
    /* border: 1px solid #000; */
    width: 200px;
    height: 40px;
    line-height: 40px;
    display: flex;
    text-align: center;
    background: #ED7D31;
    font-size: 17px;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 7px;
}

.top_btn_c5_text {
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 10;
}

.top_btn_c5_text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #F4B68C;
  z-index: -1;
  transition: .2s;
  border-radius:7px;
}

.top_btn_c5_text:hover {
  color: #FFF;
}

.top_btn_c5_text:hover:before {
  width: 100%;
}

.top_btn_c6 {
    position: relative;
    /* border: 1px solid #000; */
    width: 400px;
    height: 40px;
    line-height: 40px;
    display: flex;
    text-align: center;
    background: #548235;
    font-size: 17px;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 7px;
}

.top_btn_c6_text {
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 10;
}

.top_btn_c6_text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #89C065;
  z-index: -1;
  transition: .2s;
  border-radius:7px;
}

.top_btn_c6_text:hover {
  color: #FFF;
}

.top_btn_c6_text:hover:before {
  width: 100%;
}

.top_btn_c2 {
    position: relative;
    border: 1px solid #333;
    width: 250px;
    height: 40px;
    line-height: 40px;
    display: flex;
    text-align: center;
    background: #FFF;
    font-size: 17px;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 7px;
}

.top_btn_c2_text {
  width: 100%;
  height: 100%;
  color: #000;
  z-index: 10;
  line-height: 40px;
}

.top_btn_c2_text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #0075C2;
  z-index: -1;
  transition: .2s;
  border-radius:7px;
}

.top_btn_c2_text:hover {
  color: #FFF;
}

.top_btn_c2_text:hover:before {
  width: 100%;
}

.top_btn_c1 {
    position: relative;
    border: 1px solid #385723;
    width: 250px;
    height: 40px;
    line-height: 40px;
    display: flex;
    text-align: center;
    background: #385723;
    font-size: 17px;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 7px;
}

.top_btn_c1_text {
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 10;
  line-height: 40px;
}

.top_btn_c1_text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #6BA644;
  z-index: -1;
  transition: .2s;
  border-radius:7px;
}

.top_btn_c1_text:hover {
  color: #FFF;
}

.top_btn_c1_text:hover:before {
  width: 100%;
}

.top_btn_c7 {
    position: relative;
    width: 250px;
    height: 40px;
    line-height: 40px;
    display: flex;
    text-align: center;
    background: #4CC884;
    font-size: 17px;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 7px;
}

.top_btn_c7_text {
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 10;
  line-height: 40px;
}

.top_btn_c7_text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #94DEB5;
  z-index: -1;
  transition: .2s;
  border-radius:7px;
}

.top_btn_c7_text:hover {
  color: #FFF;
}

.top_btn_c7_text:hover:before {
  width: 100%;
}

.top_btn_c3 {
    position: relative;
    /* border: 1px solid #000; */
    width: 250px;
    height: 40px;
    line-height: 40px;
    display: flex;
    text-align: center;
    background: #1F4E79;
    font-size: 17px;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 7px;
}

.top_btn_c3_text {
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 10;
  line-height: 40px;
}

.top_btn_c3_text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #5B9BD5;
  z-index: -1;
  transition: .2s;
  border-radius:7px;
}

.top_btn_c3_text:hover {
  color: #FFF;
}

.top_btn_c3_text:hover:before {
  width: 100%;
}

.top_telline_n {
width:1300px;
margin:30px auto 50px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top_telline1 {
width:1300px;
margin:70px auto 0px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top_telline2 {
width:1300px;
margin:40px auto 0px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top_telline3 {
width:1300px;
margin:30px auto 0px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top_telline5 {
width:1300px;
margin:0px auto 40px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top_telline6 {
width:1300px;
margin:0px auto;
padding-bottom:70px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top_telline4 {
width:1300px;
margin:0px auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top_greeting {
	width:1300px;
	margin:0px auto;
	text-align:left;
	color:#FFF;
	font-size:18px;
	line-height:200%;
}

.top_greeting_n {
	width:1300px;
	margin:30px auto 30px;
	text-align:left;
	color:#FFF;
}

.top-info_bg {
	width:100%;
	margin:0px auto;
	padding:50px 0 70px;
	background-image: url(../images/top_info_bg.png);
	text-align:center;
}

.top-info {
	width:1300px;
	margin:0px auto;
}

.top-greeting_l {
	width:600px;
	float:left;
}

.top-greeting_r {
	width:650px;
	float:right;
}

.top-plan {
	width:1300px;
	line-height:160%;
	text-align:left;
	margin:0px auto;
}

.top-plan_m {
width:100%;
font-size:23px;
font-weight:bold;
border-bottom:1px solid #999;
padding-bottom:10px;
margin-bottom:10px;
}


.top-pick_bnr_bg {
	width:1300px;
	text-align:center;
	margin:0px auto 0;
	padding:70px 0 0px;
}

.top-pick_bnr1 {
	width:630px;
	margin-right:40px;
	float:left;
	font-size:30px;
	line-height:100%;
}

.top-pick_bnr {
	font-size:30px;
	line-height:100%;
}

.top-pick_bnr span {
	font-size:15px;
	color:#CC0000;
	line-height:250%;
}

.top-pick_bnr p {
	font-size:18px;
	text-align:left;
	line-height:160%;
}

.top-pick_bnr2 {
	width:630px;
	float:left;
}

.top-service_bnr_bg {
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:70px 0 90px;
	background-color:#548235;
}

.top-suggestions_bnr_bg_n {
	width:100%;
	margin:0 auto;
	padding:70px 0 0px;
	background-image:url(../images/service_bg.png);
}

.top-service_bnr_bg_n {
	width:100%;
	margin:0 auto;
	padding:70px 0 90px;
	background-image:url(../images/service_bg.png);
}

.top-service_bnr_bg2 {
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:70px 0 90px;
	background-color:#385723;
}

.top-service_bnr_bg2_n {
	width:100%;
	margin:0 auto;
	padding:70px 0 90px;
	background-color:#1F4E79;
}

.top-contents_bnr_bg {
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:50px 0 90px;
	background-image:url(../images/top_greeting_bg.png);
}

.top-access_bnr_bg {
	width:1300px;
	margin:0 auto;
	padding:0px 0 0px;
}

.top-access_left {
	width:630px;
	text-align:center;
	margin-right:40px;
	float:left;
}

.top-area_left {
	width:500px;
	margin-right:40px;
	float:left;
}

.top-access_left dl{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:dotted #999 1px !important;
	color:#FFF;
	display:block;
}

.top-access_left dt{
	float:left;
	clear: left;
	width:100px;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}

.top-access_left dd{
	margin-left:120px;
	text-align:left;
}

.top-access_bnr_bg dl{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:dotted #999 1px !important;
	color:#FFF;
	display:block;
}

.top-access_bnr_bg dt{
	float:left;
	clear: left;
	width:300px;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}

.top-access_bnr_bg dd{
	margin-left:320px;
	text-align:left;
}

.top-access_bnr_bg dd a{
	color:#FFFFFF;
}

.top-access_right {
	width:630px;
	text-align:center;
	float:left;
}

.top-area_right {
	width:760px;
	float:left;
}

.top-plan_bnr_bg2 {
	width:100%;
	text-align:center;
	margin:0px auto 0;
	padding:40px 0 0px;
	background-color:#000;
}

.top-service_bnr {
width:1300px;
margin:0px auto 30px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top-service_bnr img {
width:430px;
}

.top-service_bnr2 {
width:1300px;
margin:0px auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top-service_bnr2 img {
width:430px;
}

.top-service_bnr2_n {
width:860px;
margin:0px auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top-service_bnr2_n img {
width:413px;
}

.top-contents_bnr {
width:1300px;
margin:0px auto 30px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top-contents_bnr img {
width:310px;
}

.top_catalog_bg {
width:750px;
margin:0px auto 60px;
}

.top_catalog01 {
width:350px;
margin-right:50px;
float:left;
}

.top_catalog02 {
width:350px;
float:left;
}

.top_catalog_bg img {
width:350px;
}

.top-contents_bnr01 {
width:1300px;
margin:0px auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top-contents_bnr01 img {
width:310px;
}

.top-contents_bnr2 {
width:1300px;
margin:0px auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top-contents_bnr2 img {
width:310px;
}

.top-plan_bnr2 {
width:1300px;
margin:0px auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top-plan_bnr2 img {
width:420px;
}

.top-contents_bnr1 {
width:1100px;
margin:0px auto 25px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top-contents_bnr1 img {
width:350px;
}

.top-contents_bnr2 {
width:1100px;
margin:0px auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.top-contents_bnr2 img {
width:350px;
}


/*  qa  */


.p_qa_bg_n {
width:1300px;
margin:0 auto 25px;
background-color:#FFF;
border-radius: 15px;
    border: 3px solid #5195D3;
    box-sizing: border-box;
text-align:left;
}

.ac-box {
width:96%;
margin:0 auto;
}

.ac-box label{
font-size: 20px;
min-height:90px;
color:#000;
font-weight: bold;
position: relative;
display: block;
cursor: pointer;
transition: all 0.5s;

display: flex;
align-items: center;

background-image:url(../images/top_q.png);
background-position:top 30px left;
background-repeat:no-repeat;
padding-left:50px;
padding-right:50px;
box-sizing: border-box;

}

.ac-box input{
display: none;
}

.ac-box label:after{
font-size: 23px;
color: #ff6600;
font-family:"Material Icons";
content:" \e5cf";
position: absolute;
top: 35px;
right: 0;
}

.ac-box input:checked ~ label::after {
font-size: 23px;
color: #ff6600;
font-family:"Material Icons";
content:" \e5ce";
position: absolute;
top: 35px;
right: 0;
}

.ac-box div{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.ac-box input:checked ~ div{
height: auto;
padding: 5px;
opacity: 1;
}

.ac-box div p{
color: #333;
line-height: 23px;
padding: 20px 0px 30px;
text-align: justify;

background-image:url(../images/top_a.png);
background-position:top 20px left;
background-repeat:no-repeat;
padding-left:50px;
box-sizing: border-box;

}

.ac-small {
border-top:solid #CCC 1px !important;
font-size:18px;
}

.ac-small p{
margin-bottom: 0px;
}

/* works  */

.top-works_bg{
width:1300px;
margin:0 auto;
}

.top-works_bg2{
width:1300px;
margin:0 auto;
padding-bottom:30px;
}

.top-works{
width:400px;
margin:0 30px 30px 0;
float:left;

box-sizing:border-box;
/*border-radius: 7px;
background-color:#FFFFFF;
border:solid #DDD 1px !important;
padding:7px;*/
}

.top-works_img {
	text-align:center;
}

.top-works_img img {
    width: 400px;
    height: 300px;
    object-fit: cover;
    vertical-align: bottom;
}

.top-works_text {
	text-align:center;
	padding:13px 10px 15px;
	background-color:#FFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-voice_text {
	text-align:center;
	padding:13px 10px 15px;
	color:#000;
	background-color:#FFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-works a {
	color:#000;
	text-decoration:none;
}

.top-works a:hover {
	color:#ff6600;
	text-decoration:none;
}

.p-works_bg2{
width:1360px;
margin:0 auto;
}

.p-works_bg{
width:1330px;
margin:0 0 0 30px;
}

.p-works{
width:410px;
margin:0 28px 30px 0;
display: inline-block; /* インラインブロック化 */
vertical-align: top;   /* 上端を揃える */
}

.p-works img{
width:410px;
height:250px;
object-fit: cover;
}

.p-works_img {
	text-align:center;
}

.p-works_img_table img {
width:100%;
box-sizing:border-box;
}

.p-works_text {
	text-align:center;
	padding:13px 10px 15px;
	background-color:#0075C2;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-works_text01 {
	text-align:center;
	padding:13px 10px 15px;
	background-color:#0075C2;
	color:#FFFFFF;
	font-weight:bold;
}

.p-works_text02 {
	text-align:center;
	padding:13px 10px 15px;
	background-color:#ff6600;
	color:#FFFFFF;
	font-weight:bold;
}

.p-works a {
	color:#FFF;
	text-decoration:none;
}


/* footer  */

.footer_bg_n {
width:100%;
/*background: url(../images/footer_bg.png);
background-size:cover;
background-repeat:no-repeat;

background-position: bottom;*/
background-color:#213A61;	
color:#FFF;
font-size:14px;
line-height:190%;
}

.footer_bg_n a {
color:#FFF !important;
text-decoration:none;
}

.footer_n {
width:1300px;
margin:0 auto;
padding:70px 0 50px;
}

.footer_copy_n {
text-align:center;
font-size:13px;
padding-bottom:70px;
color:#FFF;
}

.footer_logo_n {
width:500px;
height:250px;
margin-right:70px;
float:left;
}

.footer_logo_n a {
color:#FFFFFF;
}

.footer_logo_n span {
font-size:18px;
font-weight:bold;
}

.footer_logo_n img {
width:360px;
}

.footer_link_bg_n {
width:730px;
height:230px;
float:left;
}

.footer_link1_n {
width:290px;
line-height:200%;
float: left;
}

.footer_link2_n {
width:280px;
line-height:200%;
float: left;
}

.footer_link3_n {
width:290px;
line-height:200%;
float: left;
}

.footer_link4_n {
width:190px;
line-height:200%;
float: left;
}

.footer_link5_n {
width:180px;
line-height:200%;
float: left;
}

.footer_link1_n2 {
width:280px;
line-height:200%;
float: left;
}

.footer_link2_n2 {
width:230px;
line-height:200%;
float: left;
}

.footer_link3_n2 {
width:200px;
line-height:200%;
float: left;
}

.footer_link4_n2 {
width:170px;
line-height:200%;
float: left;
}

.footer_link5_n2 {
width:180px;
line-height:200%;
float: left;
}


















#sns {
	width:55px;
	height:175px;
	position:fixed;
	top:50%;
    margin-top: -87px;
	right:0px;
	background-image:url(../images/sns_bg.png);
	background-repeat:no-repeat;
	z-index: 200;
}

#sns_menu {
	width:35px;
	height:155px;
	margin:10px;
}


#sns2 {
	width:105px;
	height:30px;
	float:right;
}

#sns2_menu > li {
float: left;
position: relative;
}

#sns2_menu > li > a {
margin-left:5px;
}




#footer_tel_bg {
	width:530px;
	height:93px;
	background-image:url(../images/footer_pc_tel.png);
	background-repeat:no-repeat;
	position:relative;
	float:right;
}


/*main*/

.wrapper_bg {
    width: 100%;
	background-color:#F5F5F5;
}


.wrapper {
    width: 1500px;
    margin: 0px auto;
	text-align:center;
	background-color:#FFF;
}

.p_wrapper {
    width: 1500px;
    margin: 50px auto 0;
	background-color:#FFF;
}


#top_banner > li {
float: left;
position: relative;
}

#top_pick_bg2 {
	width:1100px;
	margin: 0 auto 50px auto;
	background-image:url(../images/top_pick_m.png);
	background-repeat:no-repeat;
}

#top_pick {
	width:1100px;
	padding: 75px 0 0 0;
}

#top_news_box_bg {
	width:100%;
	height:650px;
	background-image:url(../images/top_news_box_bg.png);
}

#top_news_box {
	width:1200px;
	height:650px;
	margin:0 auto;
	background-image:url(../images/top_news_box.png);
	background-repeat:no-repeat;
	position:relative;
}

#top_news_box_text {
	width:640px;
	height:460px;
	overflow:auto;
	padding:35px;
	left:50px;
	top:140px;
	font-size:16px;
	line-height:180%;
	position:absolute;
	color:#333333;
	background-color:#FFFFFF;
box-sizing:border-box;
}

#top_area_box_text {
	width:550px;
	position:absolute;
	right:0px;
	top:140px;
}

#top_area_box_map {
	width:515px;
	height:450px;
	position:absolute;
	left:0px;
	top:55px;
}

.top_news_box_m {
	width:550px;
	left:85px;
	top:55px;
	font-size:30px;
	font-weight:bold;
	line-height:100%;
	position:absolute;
	color:#333333;
	text-align:center;
	text-shadow: 
       2px  2px 1px #FFF,
      -2px  2px 1px #FFF,
       2px -2px 1px #FFF,
      -2px -2px 1px #FFF,
       2px  0px 1px #FFF,
       0px  2px 1px #FFF,
      -2px  0px 1px #FFF,
       0px -2px 1px #FFF;
}

.top_area_box_m {
	width:550px;
	right:0px;
	top:55px;
	font-size:30px;
	font-weight:bold;
	line-height:100%;
	position:absolute;
	color:#333333;
	text-align:center;
	text-shadow: 
       2px  2px 1px #FFF,
      -2px  2px 1px #FFF,
       2px -2px 1px #FFF,
      -2px -2px 1px #FFF,
       2px  0px 1px #FFF,
       0px  2px 1px #FFF,
      -2px  0px 1px #FFF,
       0px -2px 1px #FFF;
}

.top_news_box_m span {
	font-size:15px;
	font-weight:bold;
	color:#FF9900;
}

.top_area_box_m span {
	font-size:15px;
	font-weight:bold;
	color:#FF9900;
}

.top_area_box_text1 {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding:5px;
	background-color:#548235;
}

.top_area_box_text2 {
	font-size:16px;
	color:#333;
	text-align:left;
	padding:10px 15px;
	background-color:#FFF;
}

.topics_m {
	width:535px;
	font-size:30px;
	font-weight:bold;
	line-height:100%;
	color:#333333;
	text-align:center;
	text-shadow: 
       2px  2px 1px #FFF,
      -2px  2px 1px #FFF,
       2px -2px 1px #FFF,
      -2px -2px 1px #FFF,
       2px  0px 1px #FFF,
       0px  2px 1px #FFF,
      -2px  0px 1px #FFF,
       0px -2px 1px #FFF;
}

.topics_m span {
	font-size:15px;
	font-weight:bold;
	color:#FF9900;
}

.blog_m {
	width:535px;
	font-size:30px;
	font-weight:bold;
	line-height:100%;
	color:#333333;
	text-align:center;
	text-shadow: 
       2px  2px 1px #FFF,
      -2px  2px 1px #FFF,
       2px -2px 1px #FFF,
      -2px -2px 1px #FFF,
       2px  0px 1px #FFF,
       0px  2px 1px #FFF,
      -2px  0px 1px #FFF,
       0px -2px 1px #FFF;
}

.blog_m span {
	font-size:15px;
	font-weight:bold;
	color:#FF9900;
}



#top_bnr_box_bg {
	width:1100px;
	margin:40px auto;
}











#top_area_bg {
	width:100%;
	background-color:#F7F7F9;
}

#top_area {
	width:1100px;
	height:590px;
	margin:0 auto;
	position:relative;
}

#top_area_box {
	width:1100px;
	height:590px;
	margin:0 auto 40px;
	position:relative;
}







#top_pick_box2_bg {
	width:100%;
	background-image:url(../images/top_pick_box2_bg.png);
}

#top_pick_box2 {
	width:1100px;
	margin:0 auto;
	padding:60px 0 60px 0;
	text-align:center;
	color:#333333;
	font-size:15px;
	line-height:200%;
}


.top_pick_box2_main_bg {
	width:1060px;
	margin:0 auto;
}

#top_pick_box2_1_bg {
	width:280px;
	margin-right:110px;
	float:left;
}

#top_pick_box2_1 {
	width:250px;
	min-height:135px;
	padding:15px;
	background-color:#FFFFFF;
	text-align:left;
}

#top_pick_box2_2_bg {
	width:280px;
	margin-right:110px;
	float:left;
}

#top_pick_box2_2 {
	width:250px;
	min-height:135px;
	padding:15px;
	background-color:#FFFFFF;
	text-align:left;
}

#top_pick_box2_3_bg {
	width:280px;
	float:left;
}

#top_pick_box2_3 {
	width:250px;
	min-height:135px;
	padding:15px;
	background-color:#FFFFFF;
	text-align:left;
}

#top_pick_box2_4_bg {
	width:280px;
	margin-right:110px;
	float:left;
}

#top_pick_box2_4 {
	width:250px;
	min-height:135px;
	padding:15px;
	background-color:#FFFFFF;
	text-align:left;
}

#top_pick_box2_5_bg {
	width:280px;
	margin-right:110px;
	float:left;
}

#top_pick_box2_5 {
	width:250px;
	min-height:135px;
	padding:15px;
	background-color:#FFFFFF;
	text-align:left;
}

#top_pick_box2_6_bg {
	width:280px;
	float:left;
}

#top_pick_box2_6 {
	width:250px;
	min-height:135px;
	padding:15px;
	background-color:#FFFFFF;
	text-align:left;
}



#top_pick_box3 {
	width:1100px;
	margin:0 auto;
	padding:70px 0 70px 0;
	text-align:center;
}

#top_pick_box3_photo {
	width:400px;
	height:350px;
	margin-right:20px;
	float:left;
}

#top_pick_box3_map {
	width:680px;
	height:350px;
	float:left;
}

#top_pick_box4_bg {
	width:100%;
	background-image:url(../images/top_pick_box1_bg.png);
}

#top_pick_box4 {
	width:1100px;
	margin:0 auto;
	padding:45px 0 50px 0;
	color:#333333;
	font-size:15px;
	line-height:200%;
}

#topics {
	width:535px;
	text-align:center;
	margin-right:30px;
	float:left;
}

#blog {
	width:535px;
	text-align:center;
	float:left;
}

.topics_main_bg {
	width:535px;
	height:350px;
	background-image:url(../images/topics_bg.png);
	background-repeat:no-repeat;
	padding:40px 20px 40px 30px;
	margin-top:25px;
	margin-bottom:20px;
	box-sizing: border-box;
}

.topics_main {
	width:100%;
	height:270px;
	text-align:left;
	overflow:auto;
}

.topics_link {
	background-color:#548235;
	padding:5px 7px;
	color:#FFFFFF;
	width:130px;
	text-align:center;
	box-sizing: border-box;
	margin-left:405px;
}

.topics_link a {
	color:#FFFFFF;
	text-decoration:none;
}


.blog_main_bg {
	width:535px;
	height:350px;
	background-image:url(../images/topics_bg.png);
	background-repeat:no-repeat;
	padding:40px 20px 40px 30px;
	margin-top:25px;
	margin-bottom:20px;
	box-sizing: border-box;
}

.blog_main {
	width:100%;
	height:270px;
	text-align:left;
	overflow:auto;
}

#contact_p {
	width:1100px;
	height:216px;
	margin-top:30px;
	position:relative;
	background-color:#FFFFFF;
	background-image:url(../images/contact_p.png);
	background-repeat:no-repeat;
}

#contact_p_b1 {
	width:120px;
	height:66px;
	position:absolute;
	top:85px;
	left:530px;
}

#contact_p_b2 {
	width:120px;
	height:66px;
	position:absolute;
	top:85px;
	left:640px;
}

#contact_p_text {
	width:800px;
	text-align:left;
	color:#333333;
	font-size:15px;
	line-height:180%;
	position:absolute;
	top:160px;
	left:50px;
}

#top_pick_box5 {
	width:1100px;
	margin:0 auto;
	padding:70px 0 70px 0;
	text-align:center;
}

#top_pick_box5_main {
	text-align:left;
	color:#333333;
	font-size:15px;
	line-height:180%;
	margin-top:50px;
}











#top_pick_box6_bg {
	width:1100px;
	height:82px;
	margin-bottom:30px;
	background-image:url(../images/top_pick_bg2.png);
	background-repeat:no-repeat;
}

#top_pick_box6 {
	width:1040px;
	height:60px;
	padding:22px 30px 0px 30px;
	font-size:22px;
	color:#FF0000;
	font-weight:bold;
	line-height:180%;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:center;
}












#contents_bg {
	width:100%;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:50px;
}

#contents {
	width:100%;
	min-height:350px;
}

#seo_text_bg {
	width:1300px;
	margin: 0 auto 50px auto;
}

#t_contents_bg {
	width:1100px;
	margin: 0 auto;
}

#t_contents {
	width:1100px;
	display:block;
	padding-top:30px;
	padding-bottom:15px;
}

#contents_left {
	width:800px;
	margin-right:30px;
	float:left;
}

#contents_right {
	width:270px;
	float:left;
}

#t_contents_left {
	width:806px;
	margin-right:14px;
	float:left;
}

#t_contents_right {
	width:280px;
	float:left;
}

#before_after_bg {
	width:1100px;
	background-color:#E8ECED;
	padding-top:7px;
	margin-top:15px;
}

#before_after_main {
	width:1078px;
	margin-left:11px;
}


#before_after > li {
float: left;
position: relative;
display: inline-block;
padding-bottom:10px;
}

/*footer*/

#footer_bg {
	width:100%;
	padding-bottom:50px;
	padding-top:50px;
	background-color:#599337;
}

#footer_box {
	width:1100px;
	margin: 0 auto;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:180%;
}

#footer_box a {
	color:#FFF;
}

#footer_box a:hover { 
  text-decoration:none;
  color:#FF3300;
}

#footer_main {
	width:1100px;
	margin-top:45px;
	margin-bottom:35px;
}

#footer_left {
	width:450px;
	text-align:left;
	float:left;
}

#footer_right {
	width:530px;
	float:right;
	text-align:right;
}

#footer_shop_bg {
	margin-bottom:40px;
}

#footer_shop1 {
	width:260px;
	margin-right:20px;
	text-align:left;
	float:left;
}

#footer_shop2 {
	width:260px;
	margin-right:20px;
	text-align:left;
	float:left;
}

#footer_shop3 {
	width:260px;
	margin-right:20px;
	text-align:left;
	float:left;
}

#footer_shop4 {
	width:260px;
	text-align:left;
	float:left;
}

#copy {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	font-size:11px;
}

#seo_text {
	width:1100px;
	margin-bottom:45px;
	font-size:14px;
	text-align:left;
}

/*topics*/

#topics_bg {
	width:770px;
	height:100%;
	margin-bottom:15px;
}

#topics_m {
	width:765px;
	height:43px;
	background-image:url(../images/topics1.png);
	background-repeat:no-repeat;
	padding-right:5px;
	padding-top:6px;
	text-align:right;
}




.msl_box {
	width:455px;
	border-bottom:dotted #999999 1px !important;
	padding-bottom:10px;
	margin-bottom:10px;
}

.p_msl_box {
	width:1300px;
	border-bottom:dotted #999999 1px !important;
padding-bottom:20px;
margin:0 auto 20px
}

.msl_box a {
	color:#000;
}

.msl_box span {
	background-color:#548235;
	padding:5px 7px;
	color:#FFFFFF;
	font-size:12px;
}

.p_msl_box span {
/*	background-color:#548235;*/
	padding:10px;
/*	color:#FFFFFF;
	font-size:16px;*/
}

.msl_box1 {
	width:490px;
	border-bottom:dotted #999999 1px !important;
	padding-bottom:10px;
	margin-bottom:10px;
}

.box5 {
	width:320px;
	border-bottom:dotted #666666 1px !important;
	padding-bottom:10px;
	margin-bottom:10px;
	min-height:100px;
}

.box2 {
	width:105px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}

.box3 {
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
}

.box4 {
	width:1300px;
	border-bottom:dotted #999 1px !important;
	padding-bottom:15px;
	margin-bottom:15px;
}

.box6 {
	width:1300px;
	margin:0 auto 40px;
}



/*side*/

#shop_info_bg {
	width:270px;
	background-color:#fafafa;
	border: 1px solid #dddddd;
	margin-top:15px;
	box-sizing: border-box;
}

#shop_info {
	width:270px;
	padding:9px;
	box-sizing: border-box;
}

.p_service {
	width:310px;
	background-image:url(../images/p_service_bg.jpg);
	background-repeat:repeat-y;
	margin-bottom:10px;
}

.p_side {
	width:310px;
	margin-bottom:10px;
}

.p_side2 {
	margin-bottom:5px;
}

.p_side3 {
	margin-bottom:5px;
}

.t_side {
	width:280px;
}

.side_area {
	width:280px;
	height:326px;
	background-image:url(../images/side_area.png);
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:10px;
}

.side_area_text {
	width:260px;
	height:112px;
	margin:0 auto;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	line-height:170%;
	position:absolute;
	bottom:5px;
	left:10px;
}

.side_map {
	width:280px;
	height:758px;
	background-image:url(../images/side_map.png);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:10px;
}

.side_map_text {
	width:276px;
	padding:60px 0 0 0;
	margin:0 auto 0 auto;
	font-size:14px;
	line-height:160%;
	color:#333;
}




.t_side1 {
	margin-bottom:12px;
}

.t_side2 {
	margin-bottom:10px;
}

.t_side3 {
	margin-bottom:10px;
}

/*page*/

.p_title {
	width:755px;
	height:30px;
	line-height:25px;
	background-image:url(../images/p_m_bg.png);
	background-repeat:no-repeat;
	font-size:15px;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:15px;
}

.reserve_box_bg {
    display:none;
}

.menu_pm {
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:25px;
	color:#FFF;
	font-weight:bold;
    box-sizing: border-box;
	background-color:#385723;
}

.menu_m {
	width:100%;
	height:60px;
	text-align:center;
	line-height:180%;
	font-size:22px;
	color:#330000;
	font-weight:bold;
    box-sizing: border-box;
	background-color:#F2F2F2;
}

.menu_m_bk {
	width:800px;
	height:47px;
	line-height:180%;
	background-image:url(../images/p_m_bg.png);
	background-repeat:no-repeat;
	font-size:18px;
	color:#333;
	font-weight:bold;
	padding-left:30px;
    box-sizing: border-box;
}

.menu_m2 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	width:770px;
	height:45px;
	line-height:180%;
	background-image:url(../images/p_m_bg3.png);
	background-repeat:no-repeat;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:50px;
}

.menu_m3 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	width:790px;
	height:49px;
	line-height:49px;
	background-image:url(../images/p_title_bg.jpg);
	background-repeat:no-repeat;
	font-size:19px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
}

.staff_photo {
	width:165px;
	margin-right:20px;
	float:left;
}

.staff_profile {
	width:585px;
	float:left;
}

.staff_box {
	width:770px;
	margin-bottom:20px;
}

.item04{
	width:270px;
	line-height:180%;
	color:#333;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}

.item04 dl{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:dotted #999 1px !important;
	display:block;
}

.item04 dt{
	float:left;
	clear: left;
	width:15px;
	color:#330000;
	font-weight:bold;
}

.item04 dd{
	margin-left:22px;
	text-align:left;
}

.p_m1_box{
	width:800px;
	height:50px;
	background-image:url(../images/p_m_bg1.png);
	background-repeat:no-repeat;
	position:relative;
}

.p_m1_box dl{
	display:block;
}

.p_m1_box dt{
	left:28px;
	line-height:50px;
	color:#333;
	font-weight:bold;
	font-size:20px;
	position:absolute;
}

.p_m1_box dd{
	line-height:50px;
	font-weight:bold;
	font-size:10px;
	position:absolute;
	right:15px;
}




















































*.news {
	width: 650px;
	height: 110px;
}





.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}















a { 
  color:#0066CC;
  text-decoration:underline;
}

a:hover { 
  text-decoration:none;
  color:#FF3300;
}

 

#menu > li {
position: relative;
display: inline-block;
}

#top_bnr > li {
float: left;
position: relative;
display: inline-block;
}

#menu2 {
	width:1100px;
	height:110px;
	display:block;
	padding-top:20px;
}

#menu2 > li {
float: left;
position: relative;
display: inline-block;
}

#menu3 {
	width:1070px;
	height:190px;
	display:block;
}

#menu3 > li {
float: left;
position: relative;
}

#menu li:hover .submenu {
left: 0;
}

.submenu {
position: absolute;
width: 200px;
top: 50px;
left: -5000px;
border-top: 4px solid #FFCC00;
z-index: 200;
} 

.submenu li { 
padding: 0px;
border: 1px solid #DDD;
border-top: none;
background-color: #0075C2;
box-sizing: border-box;
line-height:150%;
}

.submenu li a {
display: block;
width: 200px;
text-align:center;
padding: 12px;
color: #FFF !important;
font-size: 15px;
font-weight:bold;
text-decoration: none;
background: url(../images/arrow.gif) 13px center no-repeat;
box-sizing: border-box;
} 

.submenu li a:hover {
background-color: #7FBAE0;
}


/*-----------------------------------------------------------------
自動で画像のフェードイン・フェードアウト｜jQuery
-----------------------------------------------------------------*/

#viewer_bg2 {
	width:100%;
	height:450px;
	background-color:#F1F1F1;
}

#viewer_bg {
	margin: 0 auto;
	width:1100px;
	height:450px;
	position: relative;
}

#title_bg2 {
	width:100%;
	height:400px;
	margin: 140px auto 0;
	background-color:#F7F7F7;
}

#title_bg {
	width:1350px;
	height:400px;
	margin: 0 auto;
	background-image:url(../images/title1.png);
	background-repeat:no-repeat;
}

#title_text {
	width:1300px;
	margin: 0 auto;
	padding-top: 145px;
	text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

#title_text h2 {
	font-size:45px;
	font-weight:normal;
	line-height:160%;
}

#title_text span {
	font-size:18px;
	line-height:160%;
}

#viewer {
	margin: 0 auto;
	text-align: cener;
	z-index:-100;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}



#viewer_banner {
	top: 18px;
	right: 0px;
	width:316px;
	height:452px;
	position: absolute;
	z-index:100;
	display:block;
}

#viewer_banner1 {
	width:300px;
	height:130px;
	margin-left:16px;
	margin-bottom:10px;
}

#viewer_banner2 {
	width:300px;
	height:130px;
	margin-left:16px;
	margin-bottom:15px;
}

#viewer_banner3 {
	width:316px;
	height:167px;
}


/* =======================================

	wideslider

======================================= */

#slide_img_wrapper{
	padding-top:140px;
	text-align:center;
	position:relative;
	overflow:hidden;
    box-sizing: border-box;
}

.bx-wrapper {
min-height:650px;
}

.bx-wrapper .bx-pager {
bottom:0px !important;
z-index:98!important;
}

.bxslider li img{
	width:100%;
min-height:650px;
	margin:0 auto;
	overflow:hidden;
    object-fit: cover;
}

.bxslider li img {
      width: 100%;
      height: auto;
      animation: animationZoom1 15s ease-in-out forwards;
    }
.bk_bxslider li img {
      width: 100%;
      height: auto;
      animation: animationZoom2 10s ease-in-out infinite;
    }
.zoom {
      width: 100%;
      overflow: hidden;
    }

    @keyframes animationZoom1 {
      100% { transform:scale(1.2)} 
    }
    @keyframes animationZoom2 {
      50% { transform:scale(1.1)} 
    }

#container {
	width: 100%;
	text-align: center;
}

.wideslider {
	width: 100%;
	height: 600px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 100;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

#top_main_jq2 {
margin-top: 140px;
text-align:center;
padding:50px;
background-image: url(../images/sp_top_main_bg.png);
}

#top_main_jq {
	z-index:80;
	width:100%;
	position: absolute;
}

#top_main_jq img{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}


#top_main {
    position: absolute;
    width: 100%;
	z-index:98;
}

#top_main img {
    width: 100%;
min-height:650px;
    object-fit: cover;
}

#top_tpoint {
     position: absolute;
     top: 170px;
     right: 30px;
     width: 170px;
	 z-index:98;
}

#t_main {
     width: 1120px;
     height: 457px;
	 margin:0 auto;
}

.topics_bk {
	width:770px;
	line-height:180%;
}

.topics_bk dl{
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:dotted #999 1px !important;
	display:block;
}

.topics_bk dt{
	float:left;
	clear: left;
	width:120px;
	color:#330000;
	font-weight:bold;
}

.topics_bk dd{
	margin-left:130px;
	text-align:left;
}

.funeral_box li {
	width:250px;
	margin:0 5px 5px 0;
	padding:5px;
	background-color:#28284A;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
}

.funeral_list_box {
	width: 249px;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    border: solid #DDD 1px !important;
	margin-right:10px;
	margin-bottom:15px;
	background-color:#28284A;
}

.funeral_list_img {
	width: 116px;
	height:70px;
	display: table-cell;
}

.funeral_list_text {
	width: 133px;
	height:70px;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	font-size:14px;
	line-height:120%;
	color:#FFF;
	font-weight:bold;
}


.p_gallery_photo {
	width: 248px;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    border: solid #BEAA90 4px !important;
	text-align:center;
	margin-right:5px;
	margin-bottom:10px;
}

.p_gallery_photo_bg {
     width: 245px;
     height: 207px;
	 float:left;
	 margin-right:11px;
	 margin-bottom:15px;
	 background-image:url(../images/p_gallery_photo.png);
	 background-repeat:no-repeat;
}

#top_covid_bg {
	width:100%;
	background-color:#FFF;
	padding:0px 0 0 0;
}

#top_covid {
	width:800px;
	height:70px;
	margin:0px auto;
}


/*chores*/

.chores_box_bg {
    width: 100%;
}

.chores_box {
    width: 100%;
    margin:0 auto;
    overflow: hidden;
}

.chores_box ul {
display: flex;
margin:0 auto;

}

.chores_t0 {
  width:30%;
  color:#333;
  padding:5px;
  box-sizing: border-box;
  text-align:left;
  display: flex;
  align-items: center;
}

.chores_t1 {
  width:30%;
  color:#333;
  padding:5px;
  box-sizing: border-box;
  text-align:left;
  display: flex;
  align-items: center;
}

.chores_t2 {
  width:40%;
  color:#333;
  padding:5px;
  box-sizing: border-box;
  text-align:left;
  display: flex;
  align-items: center;
}

.chores_t0 span {
  color:#ffCC00;
}

.chores_t1 span {
  color:#ffCC00;
}

.chores_t2 span {
  color:#ffCC00;
}

.chores_box_foot {
    width: 100%;
    margin:15px auto 0;
    color:#ff0000;
}

.checkbox li {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:dotted #999 1px !important;
	color:#330000;
	font-weight:bold;
}

/* 元々のチェックボックス（非表示） */
.checkbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.checkbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 32px;
    padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.checkbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #CCC; /* 枠の色変更 お好きな色を */
    background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.checkbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #ff0000; /* チェックの色変更 お好きな色を */
}

.p_feature2{
	width:100%;
}
.p_feature2 dl{
	margin-top:0px;
}
.p_feature2 dt{
	background-color:#599337;
	padding:0.9em;
  box-sizing: border-box;
	color:#FFFFFF;
	font-weight:bold;
	font-size:21px;
	text-align:center;
}
.p_feature2 dd{
	background-color:#D0E4A7;
	padding:0.7em 1.0em 0em 1.0em;
  box-sizing: border-box;
	line-height:150%;
	font-size:21px;
	color:#548235;
	text-align:center;

}


.balloonoya2 {
  position   : relative;             /* 指定した分だけ相対的に移動 */
  cursor   : pointer;                /* カーソルをポインターで表示 */
  width:800px;
  margin:0 auto 40px;
}

.balloon12 {
  display: none;                     /* 要素を非表示 */
}
.balloon2 {
  position: absolute;                   /* 親要素を基準 */
  display: inline;                      /* 要素をインラインとして表示 */
  background-color:#D0E4A7;       /* 背景色（透明度） */
  width:100%;                          /* 吹き出し全体の幅 */
  left : 0%;                         /* 表示位置 */
  top : 100%;                           /* 表示位置 */
  margin-top : 12px;                    /* 表示位置 */
  font-size: 23px;                       /* 文字サイズ */
  font-weight:bold;
  color:#000;
   line-height : 120%;
   padding:0 0 28px;
   text-align:left;
   z-index:1000;
   background-image:url(../images/close_b.png);
   background-repeat:no-repeat;
   background-size:20px;
   background-position:right 7px bottom 7px;
}
.balloon2:after{
  border-bottom: 12px solid #599337; /* 吹き出し口の高さ・色 */
  border-left: 10px solid transparent;    /* 吹き出し口の幅１／２ */
  border-right: 10px solid transparent;   /* 吹き出し口の幅１／２ */
  top: -12px;                             /* 吹き出し口の位置調整 */
  right : 48%;                             /* 吹き出し口の横位置 */
  content: "";                       /* コンテンツの挿入 */
  position: absolute;                /* 親要素を基準 */
  z-index:20000;
}


/*top_pick2*/

.top_pick2_img_bg{
Width: 1100px;
display: flex;
justify-content: space-between;
margin:50px auto 50px;
}

.top_pick2_img_bg2 {
Width: 1100px;
display: flex;
justify-content: space-between;
margin:0px auto 50px;
}

.top_pick2_banner{
text-align:center;
Width:535px;
}

.top_pick2_banner2{
text-align:center;
Width:535px;
margin-bottom:30px;
}

.top_pick2_banner3{
text-align:center;
Width:535px;
margin-bottom:30px;
}

.top_pick2_banner p {
text-align:left;
}

.top_pick_m1 {
font-size:30px;
color:#000000;
}

.top_pick_m2 {
font-size:14px;
font-weight:bold;
color:#FF6600;
}

/*bottan*/

.btn_c {
  position: relative;
  /*  border: 1px solid #000; */
  width: 240px;
  height: 48px;
  line-height: 48px;
  display: flex;
  text-align: center;
  background: #599337;
  font-size: 16px;
  font-family: YakuHanJP, "Helvetica Neue", Roboto, "Droid Sans", "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  text-decoration:none;
  font-weight:bold;
  margin:0 auto;
}

.btn_c3 {
  position: relative;
  /*  border: 1px solid #000; */
  width: 240px;
  height: 48px;
  line-height: 48px;
  display: flex;
  text-align: center;
  background: #599337;
  font-size: 16px;
  font-family: YakuHanJP, "Helvetica Neue", Roboto, "Droid Sans", "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  text-decoration:none;
  font-weight:bold;
  margin:0 auto;
}

.btn_c2 {
  position: relative;
  /*  border: 1px solid #000; */
  width: 240px;
  height: 48px;
  line-height: 48px;
  display: flex;
  text-align: center;
  background: #599337;
  font-size: 16px;
  font-family: YakuHanJP, "Helvetica Neue", Roboto, "Droid Sans", "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  text-decoration:none;
  font-weight:bold;
}

.btn_c_text {
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 10;
}

.btn_c_text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #81C159;
  z-index: -1;
/*  transition: .2s;*/
}

.btn_c_text:hover {
  color: #FFF;
}

.btn_c_text:hover:before {
  width: 100%;
}

.gift_pdf_bg{
width:1300px;
margin: 0 auto;
}

.gift_pdf {
width:305px;
display: inline-block; /* インラインブロック化 */
vertical-align: top;   /* 上端を揃える */
margin-right:16px;
margin-bottom:20px;
box-sizing:border-box;
}

.top_point_bg {
width: 100%;
margin: 70px auto 0;
background-image: url(../images/top_point_bg.png);
background-position:bottom;
background-repeat:repeat-x;
position: relative;
}

.top_point {
width: 100%;
text-align: center;
background-image: 
url(../images/top_point_bg_left.png),
url(../images/top_point_bg_right.png);
background-position: 
bottom left,
bottom right;
background-repeat:
no-repeat,
no-repeat;
padding: 50px 0 160px;
}

.top_point_img {
max-width: 1300px;
margin: 50px auto 0;
}


.top_point_img img {
width:100%;
}

.top_instagram_bg {
width:1300px;
margin:0px auto;
text-align:center;
}

.p_qa_bg2 {
    width: 100%;
    text-align: center;
    margin:-40px auto 0;
    padding: 50px 0 30px;
    background-color: #E2F0D9;
	margin-top:-40px;
}

.p_qa_text {
    width: 1300px;
    text-align: left;
    margin:-0px auto 50px;
}

.works_link {
width:1300px;
margin:0px auto 20px;
font-size:18px;
}

.works_link a {
color:#FFFFFF;
text-decoration:none;
display:block;
}

.works_link1 {
width:310px;
float:left;
text-align:center;
background-color:#5B9BD5;
border-radius: 7px;
margin-right:20px;
padding:10px;
box-sizing: border-box;
}
.works_link2 {
width:310px;
float:left;
text-align:center;
background-color:#5B9BD5;
border-radius: 7px;
margin-right:20px;
padding:8px;
box-sizing: border-box;
}
.works_link3 {
width:310px;
float:left;
text-align:center;
background-color:#5B9BD5;
border-radius: 7px;
margin-right:20px;
padding:8px;
box-sizing: border-box;
}
.works_link4 {
width:310px;
float:left;
text-align:center;
background-color:#5B9BD5;
border-radius: 7px;
padding:8px;
box-sizing: border-box;
}


/*  top_read_more  */


.top_read_more {
width:1000px;
margin:0 auto;
}

.read-box {
width:1000px;
margin:0 auto;
}

.read-box label{
min-height:60px;
color:#FFF;
position: relative;
display: block;
cursor: pointer;
transition: all 0.5s;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}

.read-box label span {
font-size: 11px;
color:#B3B3B3;
}

.read-box input{
display: none;
}

.read-box label:after{
font-size: 17px;
color: #FFF;
font-family:"Material Icons";
content:" \e5cf";
position: absolute;
top: 22px;
right: 10px;
}

.read-box input:checked ~ label::after {
font-size: 17px;
color: #FFF;
font-family:"Material Icons";
content:" \e5ce";
position: absolute;
top: 22px;
right: 10px;
}

.read-box div{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.read-box input:checked ~ div{
height: auto;
padding: 15px 0 0;
opacity: 1;
}

.read-box div p{
padding: 0px;
text-align: justify;
box-sizing: border-box;
text-align:left;
}

.read-box div p a{
color: #000;
text-decoration:none;
}

.read-box div p span{
font-size:11px;
}

.read-small {
margin-bottom:20px;
}

.read-small p{
margin-bottom: 0px;
}


.p_content_m_bg2 {
    width: 100%;
    text-align: center;
    margin: 0px auto 30px;
}

.p_content_m_bg {
width: 100%;
font-size:17px;
text-align:center;
margin:20px auto 20px;
}
.p_content_m {
width: 100%;
font-size:30px;
font-weight:bold;
display: flex;
align-items: center; /* 垂直中心 */
justify-content: center; /* 水平中心 */
}
.p_content_m:before, .p_content_m:after {
  border-top: 3px double #999 ;
  content: "";
  width: 50px; /* 線の長さ */
}
.p_content_m:before {
  margin-right: 15px; /* 文字の右隣 */
}
.p_content_m:after {
  margin-left: 15px; /* 文字の左隣 */
}

.mt-15 {
  margin-top:-15px;
}

.mt0 {
  margin-top:0px;
}

#award_bg {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-image: url(../sp/images/award_bg.jpg);
    position: relative;
}

#award {
}

#card_bg {
    width: 100%;
	margin-top:70px;
	margin-bottom:70px;
    text-align: center;
}


.bx-wrapper {
	margin-bottom:0px !important;
}

.contact_b1 {
	background-color:#FF9900;
	padding:10px 40px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
    border-radius: 7px;
	border:none;
}

.contact_b2 {
	background-color:#FF9900;
	padding:10px 40px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
    border-radius: 7px;
	border:none;
}

.top_main_bg {
    width: 100%;
    margin: 0px auto;
	padding:70px 0 0;
    background-image: url(../images/header_bg.jpg);
}

.top_main_bg2 {
    width: 100%;
    margin: 0px auto;
	padding:70px 0 90px;
    background-image: url(../images/header_bg.jpg);
}

.top_wave {
    width: 100%;
}

.top_wave img {
    width: 100%;
}

.top_contents_title3 {
width:100%;
margin: 0 auto 17px;
text-align:center;
height: 56px;
line-height: 56px;
background: #4472C4;
color:#FFF;
font-size: 20px;
font-weight:bold;
position:relative;
}

.top_contents_title3::after  {
content: ' ';
position:absolute;
bottom:-12px;
left:0;
right:0;
margin: 0 auto;
width:0;
height: 0;
border:none;
border-top:12px solid #4472C4;
border-right:20px solid transparent;
border-left:20px solid transparent;
}

.top_contents_box5 {
width:100%;
margin:0 auto;
min-height:400px;
text-align:left;
background-color:#FFFFFF;
padding:15px;
box-sizing: border-box;
}

.top_contents_box5 em {
border-bottom:5px solid #FFFF00;
}

.top_contents_box5 p {
font-size:16px;
line-height:140%;
}

.top_contents_title4 {
width:100%;
margin: 0 auto 10px;
text-align:center;
height: 40px;
line-height: 40px;
background: #39B9FF;
color:#FFF;
font-size: 18px;
font-weight:bold;
}

.top_contents_title5 {
width:100%;
margin: 20px auto 15px;
text-align:center;
height: 46px;
line-height: 46px;
background: #39B9FF;
color:#FFF;
font-size: 18px;
font-weight:bold;
}

.top_contents_title6 {
width:100%;
margin: 0 auto;
text-align:center;
height: 46px;
line-height: 46px;
background: #39B9FF;
color:#FFF;
font-size: 18px;
font-weight:bold;
}

.prev_next {
width:100%;
height:auto;
flex-direction:row;
display:flex;
justify-content:center;
}

.prev {
    margin-right:10px;
}

.nbox1 {
	background-color:#EFEFEF;
	padding:10px 40px;
	font-size:20px;
	font-weight:bold;
	color:#000;
    border-radius: 7px;
	border:2px solid #999;
}

