@charset "utf-8";




/*
================================================================================
*/

/* ヘッダー */

#sub_wrapper{
	color:#fff;
	width:100%;
	max-width:1200px;
	position: relative;
	margin:0 auto;
}
.fixed .main_logo .logo_pc{
	display: none;
}
.main_logo .logo_sc{
	display: none;
}
.fixed .main_logo .logo_sc{
	display: block;
}

#wrapper{
	width:100% !important;
	color:#fff;
}
nav#y_menu{
	width:100%;	
	top:0;
	left:0;
}
nav#y_menu a{
	display: block;
}
nav#y_menu .inner{
/* 	max-width:960px; */
	margin:60px auto 0 auto;
	position:relative;
	padding:10px 0;
	z-index:101;
	mi
	n-height:64px;
}
nav#y_menu.fixed .inner{
	margin:0px auto 0 auto;
}
@media only screen and (max-width: 768px) {
nav#y_menu .inner{
	margin:0px auto 0 auto;
	min-height:30px;
}
}
nav#y_menu .inner ul.pc_menu{
	width:calc(100%-270px);
	margin-left:270px;
}
nav#y_menu.fixed .inner ul.pc_menu{
	display: none;
}
nav#y_menu h1.main_logo{
	max-width:240px;
	width:35%;
	position:absolute;
	top:-5px;
	left: 10px;
	margin-block-start: 0em;
    margin-block-end: 0em;
    text-align: center;
}
nav#y_menu h1.main_logo img{
	width:90%;
	margin:0 auto;
}
/* 	z-index:101; */
}
nav#y_menu.fixed h1.main_logo{
	max-width:180px;
	left:10px;
	margin-block-start: 0em;
    margin-block-end: 0em;
}

@media screen and (max-width: 640px) {
nav#y_menu h1.main_logo{
	max-width:140px;
	width:100%;
	position:absolute;
	top:0px;
	left: 0;
/* 	z-index:101; */
}
	
	}
nav#y_menu h1.main_logo img{
	width:380px;
	padding:10px 10px 10px 0px;
}
@media only screen and (max-width: 1002px) {
nav#y_menu h1.main_logo img{
	padding:8px 10px 10px 10px;
}
}
nav#y_menu ul.pc_menu li{
	width:20%;
	border-left:1px solid #ddcc8f;
	padding:0px;
}
nav#y_menu ul.pc_menu li:last-child{
	border-right:1px solid #ddcc8f;
}

/** グローバルナビを画面の上の部分にくっつける **/
nav#y_menu.fixed{
 position: fixed;
 top: 0;
 left: 0;
 z-index: 102;
 opacity: 0;
 animation: menu_fade 0.5s ease 0.5s both;
}


@keyframes menu_fade {
    0% {
         opacity: 0;
    }
    100% {
         opacity: 1;
    }
}


/* スマホのアコーディオン */
@media screen and (max-width: 768px) {
.pc_menu{display: none;}	
}

.menu_item_link {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.menu_item_link span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.menu_item_link span:nth-child(1) {
  top: 4px;
}
.menu_item_link span:nth-child(2) {
  top: 14px;
}
.menu_item_link span:nth-child(3) {
  bottom: 4px;
}
.menu_item_link.on span {

}
.menu_item_link.on span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.menu_item_link.on span:nth-child(2) {
  opacity: 0;
}
.menu_item_link.on span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}


.menu_item {
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
/*   position: relative; */
}

.sp_menu{
/* 	background-image: url(../img/bk_foot.png); */
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	padding-top:0px;
}
@media screen and (min-width: 769px) {
.sp_menu{
	display: none;
}
}


.submenu {
  background: #dedbce;
  display: none;
}
.submenu_item {
  border-bottom: none !important;
  color: #222;
  padding: 5px 0 0 0;
  text-align: center;
}
.submenu_item a{
	text-align:left;
}
.submenu_item a img{
	width:100%;
	max-width:400px;
}
@media only screen and (max-width: 640px) {
.submenu_item a img{
	width:100%;
	max-width:250px;
}
}

.fl_toiawase_sub{
	z-index:101;
	max-width:720px;
	width:70%;
	position: absolute;
	right:0;
	top:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
.fl_toiawase_sub{	
display: none;
}
}
.fl_toiawase_sub .tel_txt{
	padding:0 5px 5px 5px;
	background: #fff;
	width:70%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.fl_toiawase_sub .tel_txt_inner{
	padding:10px 15px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.fl_toiawase_sub a{
	display:flex;
 	width:30%;	
 	background-color: #b7b27f;
	border-radius: 0 0 10px 10px;
	justify-content: center;
	align-items: center;
}

.fl_toiawase_sub a p{
	color:#fff;
	font-weight:900;
	font-size:0.8em;
	text-align: center;
 	width:100%;	
}

.fl_toiawase_sub_sp{
	width:100%;
 	z-index: 100;
	max-width:100%;
	position: fixed;
	bottom:0;
	display: flex;
}
.price .big_title{
	background-image: url(../img/bk_price.png);
}
.flow .big_title{
	background-image: url(../img/bk_flow.png);
}
.naiyo .big_title{
	background-image: url(../img/bk_naiyo.png);
}
.question .big_title{
	background-image: url(../img/bk_question.png);
}
.otoiawase .big_title{
	background-image: url(../img/bk_flow.png);
}
.big_title_inner{
	padding:60px 50px 50px 50px;
	max-width:1200px;
	margin:0 auto;
	color:#fff;
	position: relative;
}
.big_title .sen4{
	background-image: url(../img/sen_w.png);
	width:100%;
	min-height:20px;
	background-repeat: repeat-x;
	top:160px;
	position: absolute;
}
@media screen and (max-width: 768px) {
.big_title .sen4{
	top:90px;
}	
	}
@media only screen and (max-width: 640px) {
.big_title .sen4{
	top:60px;
}
}
@media screen and (max-width: 768px) {
.big_title_inner{
	padding:40px 30px 30px 30px;
}	
	}

#s1{
   padding-top:150px;
}
@media screen and (max-width: 768px) {
#s1{
   padding-top:80px !important;
}	
}
@media screen and (max-width: 640px) {
#s1{
   padding-top:55px !important;
}	
}


/*
.fl_toiawase_sp a:first-child{
	width:30%;
	color:#fff;
	background-color: #8e8b6c;
	text-align: center;
	border-radius: 10px 10px 0 0 ;
}
.fl_toiawase_sp a:last-child{
	width:70%;
	color:#fff;
	background-color: #b7b27f;
	text-align: center;
	border-radius: 10px 10px 0 0 ;
}
@media only screen and (min-width: 769px) {
.fl_toiawase_sp{	
display: none;
}	
}
*/


/* トップ */

#n_main{
	padding-top:60px;
	position: relative;
	
}
@media screen and (max-width: 768px) {
#n_main{
	padding-top:45px;
	
}	
}
@media screen and (max-width: 640px) {
#n_main{
	padding-top:15px;
	
}	
}
.swiper-wrapper{
	max-width:100%;
	position: relative;
}
.swiper-container {
      width: 100%;
      max-width:100%;
      height: 100%;
      overflow:inherit !important;
      position: relative;
    }

    .swiper-slide {
	max-width:100%;
	height:auto;
	width:100% !important;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    } 
.swiper-pagination {
	bottom:-30px !important;
}
.swiper-pagination-bullet-active{
--swiper-theme-color: #005085;	 
 }
.swiper-slide a:hover img{
	 opacity: 1 !important;
 }
.swiper-slide img{
	max-width:100%;
	width:100%;
	height:auto;
}
    

.main_bko{
	width:100%;
}
.bk_maru{
	position: absolute;
	top:0;
	width:100%;
}

.line_main1{
	background-image: url(../img/line_main1.png);
	width:100%;
	min-height:50px;
	background-repeat: repeat-x;
	top:50px;
	position: absolute;
}
.line_main_hana{
	background-image: url(../img/bk_line_hana.png);
	width:100%;
	min-height:80px;
	background-repeat: repeat-x;
	top:600px;
	position: absolute;
}
@media only screen and (max-width: 768px) {
.line_main_hana{
	top:100px;
}
}

.sub_s_title{
	color:#685145;
	font-weight:900;
	margin-bottom:10px;
}
.sub_s_title th{
	width:40px;	
}
.sub_s_title td{
	padding-left:10px;
	font-size:1.4em;	
}
.sub_s_title td.txt{
	padding-left:10px;
	font-size:1em;	
}
.sub_s_c{
	color:#685145;
	font-weight:900;
	margin-bottom:10px;
}
.sub_s_c th{ 
	vertical-align: middle;
	min-width:3em;
}
.sub_s_c td{
	padding-left:10px;
	font-size:1.2em;	
}
.sub_s_c td.txt{
	padding-left:10px;
	font-size:1em;	
}
.sub_s_c_q{
	color:#685145;
	font-weight:900;
	margin-bottom:10px;
}
.sub_s_c_q th{ 
	vertical-align: top;
	width:3em;	
}
.sub_s_c_q td{
	padding-left:10px;
	font-size:1.2em;	
	padding-bottom:20px;
}
.sub_s_c_q td.txt{
	padding-left:10px;
	font-size:1em;	
}

.sub_s_n{
	color:#685145;
	font-weight:900;
	margin-bottom:10px;
}
.sub_s_n th{ 
	vertical-align: middle;
}
.sub_s_n td{
	padding-left:10px;
	font-size:1.2em;	
}
.naiyo .sub_s_c td{
	padding-left:0px !important;
}
.sub_s_n td.txt{
	padding-left:10px;
	font-size:1em;	
}




.box_w{
	background-color: rgba(255, 255, 255, 0.8);
	color:#433026;
	padding:30px 0;
	position: relative;
	z-index:3;
}
.bd_y{
border:3px dashed #edd290;	
}

.box_w .box_w_inner{
	width:90%;
	margin:0 auto;
}
.box_w .bold_t{
	color:#433026;
	font-weight:900;
	display: flex;
	font-size:1.2em;
	
}
.box_w .bold_t h5{
	margin-block-start: 0em;
	margin-block-end: 0em;	
	color:#433026;
}

.box_w .bold_t h5:first-child{
	width:13em;
}
@media screen and (max-width: 918px) {
.box_w .bold_t{
	display: block;	
}
.box_w .bold_t h5:first-child{
	width:100%;
}

	}
.box_w .bold_t th{
	vertical-align: top;
}

#s_s2{
	background-image: url(../img/bk_sub.png);
}

#s_s2 .s2_inner{
	width:1100px;
	margin:0 auto;
	padding:50px 0;
	max-width:94%;
}
#s_s2 .s2_inner .s2_df{
	justify-content: space-between;
	display:flex;
	width:100%;
	max-width:100%;
}
#s_s2 .s2_inner .s2_df:nth-child(2){
	justify-content: space-between;
	flex-direction: row-reverse;
	display:flex;
	width:100%; 
	align-items: center;
}
#s_s2 .s2_inner .kango_txt{
	width:53%;
}
#s_s2 .s2_inner .kango_img{
	width:40%;
}

@media only screen and (max-width: 640px) {
#s_s2 .s2_inner .s2_df{
	display:block;
}
#s_s2 .s2_inner .s2_df:nth-child(2){
	display:block;
}
#s_s2 .s2_inner .kango_txt{
	width:100%;
}
#s_s2 .s2_inner .kango_img{
	width:80%;
	margin:20px auto;
}
}
#s_s2 table{
	position:relative;
	z-index:5;
}

.notice_s{
	padding-left: 1em;
    text-indent: -1em;
    font-size:0.9em;
}

.bt_basic_sub{
	text-align: center;
	padding-bottom:0px;
}
.bt_basic_sub img{
	max-width:420px;
	width:90%;
	margin:15px auto;
}

.bt_staff_r{
	position: fixed;
	right:0;
	top:200px;
	max-width:15%;
	z-index:6;
}
@media only screen and (max-width: 768px) {
.bt_staff_r{
	position: fixed;
	right:0;
	top:100px;
	max-width:80px;
}
}
@media screen and (max-width: 640px) {
.bt_staff_r{
	display: none;
}
}



.bt_staff_sub{
	background-color: #feedba;
	text-align: center;
	padding:25px 0 15px 0;
}
.bt_staff_sub p img{
	max-width:90%;
	margin:0 auto;
}




.bt_toiawase_box{
	border:1px solid #c2ceb1;
	padding:5px;
	max-width:1100px;
	width:94%;
	margin:0 auto;
	background-color: #fff;
}

.bt_toiawase_box_inner{
	border:1px solid #c2ceb1;
	display: flex;	
	align-items: center;
	background-repeat: no-repeat;
	background-position: bottom 0px right 0px;
}
@media screen and (min-width: 1069px) {
	.bt_toiawase_box_inner{
	background-image: url(../img/bt_form_bk.png);
}
}
@media screen and (max-width:913px) {
.bt_toiawase_box_inner{
/* 	display: block;	 */
	align-items: center;
}	
}
@media screen and (max-width:640px) {
.bt_toiawase_box_inner{
	display: block;	
	text-align: center;
}	
}

.bt_toiawase_box_inner .bt_form_img{
	padding:20px;
} 
.bt_toiawase_box_inner .bt_form_txt{
	padding:20px 20px 20px 0px;
}
@media screen and (max-width:913px) {
.bt_toiawase_box_inner .bt_form_img{
	padding:0px;
	margin:0 auto;
	width:30%;
} 
.bt_toiawase_box_inner .bt_form_txt{
	padding:20px 0;
	margin:0 auto;
	width:60%;
}	
}
@media screen and (max-width:640px) {
.bt_toiawase_box_inner .bt_form_img{
	padding:0px;
	margin:20px auto 0 auto;
	width:40%;
	text-align: center;
} 
.bt_toiawase_box_inner .bt_form_txt{
	padding:20px 0;
	margin:0 auto;
	width:90%;
}	
}







.bt_toiawase_box2{
	border:1px solid #c2ceb1;
	padding:5px;
	max-width:1100px;
	width:100%;
	margin:20px auto 0 auto;
	background-color: #fff;
}

.bt_toiawase_box2_inner{
	border:1px solid #c2ceb1;
	display: flex;	
	align-items: center;
	background-repeat: no-repeat;
	background-position: bottom 0px right 0px;
}
@media screen and (min-width: 1069px) {
	.bt_toiawase_box2_inner{
	background-image: url(../img/bt_form_bk.png);
}
	}
@media screen and (max-width:913px) {
.bt_toiawase_box2_inner{
/* 	display: block;	 */
	align-items: center;
}	
	}
@media screen and (max-width:640px) {
.bt_toiawase_box2_inner{
	display: block;	
	text-align: center;
}	
}
.bt_toiawase_box2_inner .bt_form_img{
	padding:20px;
	width:30%;
} 
.bt_toiawase_box2_inner .bt_form_txt{
	padding:20px 0;
	width:50%;
	
}
@media screen and (max-width:913px) {
.bt_toiawase_box2_inner .bt_form_img{
	padding:0px;
	margin:0 auto;
	width:25%;
} 
.bt_toiawase_box2_inner .bt_form_txt{
	padding:20px 0;
	margin:0 auto;
	width:55%;
}	
}
@media screen and (max-width:640px) {
.bt_toiawase_box2_inner .bt_form_img{
	padding:0px;
	margin:20px auto 0 auto;
	width:40%;
	text-align: center;
} 
.bt_toiawase_box2_inner .bt_form_txt{
	padding:20px 0;
	margin:0 auto;
	width:90%;
}	
}






.shi_hana1_sub{
	position: absolute;
	top:-40px;
	right:10px;
	}
@media screen and (max-width: 640px) {
.shi_hana1_sub{
	position: absolute;
	top:-60px;
	right:10px;
	max-width:80px;
	}	
	}





.flow_pc{
padding-top:20px;
}


.naiyo_df {
	display: flex;
	flex-wrap: wrap;
}
.naiyo_df li{
	width:33%;
	margin-bottom:10px;
}
.naiyo_df li img:first-child{
	padding:10px 10px 0px 10px;
}

@media screen and (max-width: 909px) {
.naiyo_df li{
	width:50%;
	
}
	}
@media screen and (max-width: 640px) {
.naiyo_df li{
	width:100%;
	
}
	}

.naiyo_df2{
	display: flex;
	justify-content: space-between;
	margin-top:20px;
}
.naiyo_df2 .zu1{
	width:52%;
}
.naiyo_df2 div.taisyo_box{
	width:47%;
}

@media only screen and (max-width: 640px) {
.naiyo_df2{
	display: block;
	justify-content: space-between;
}
.naiyo_df2 .zu1{
	width:100%;
	margin-top:20px;
}
.naiyo_df2 div.taisyo_box{
	width:100%;
	margin-top:20px;
}

}

.taisyo_box{
	background-color: #fff5df;
	position: relative;
	padding:20px;
}

.taisyo_box .tac{
	text-align: center;
}
.taisyo_box .mark{
	position: absolute;
	max-width:40%;
	top:-10px;
	left:-10px;
}










