@charset "UTF-8";

.sub_main_area{
height: 200px;
background-position: 50% 50%;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}


.sub_plan{
background-image: url('../img/sub/plan_back_main.webp');
}


.sub_flow{
background-image: url('../img/sub/flow_back_main.webp');
}



.sub_common{
background-image: url('../img/sub/common_back_main.webp');
}


.sub_guide{
background-image: url('../img/sub/guide_back_main.webp');
}


.sub_order{
background-image: url('../img/sub/order_back_main.webp');
}



.sub_wrap{
padding: 30px 10px; }



.yellow_wrap{
padding: 40px 10px;
background: url("../img/sub/kumo_back.webp"),#fef9e0;
background-size: 100%;
}

.white_wrap{
padding: 40px 10px;
background: #fff;
background-size: 100%;
}

.white_content_wrap{
padding: 30px 10px;
background: rgba(255, 255, 255, 0.9);
border-radius: 10px;
margin-bottom: 30px;
}



.dark_brown_wrap{
padding: 40px 10px;
background: #f3f1e6;

}




.sub_content{
  max-width: var(--main-width);
  margin: 0 auto;
}


.sub_text{
          font-size: calc(var(--kihon-font) + 0rem);
        
}

.sub_main_area>h1{
text-align: center;
}

.sub_main_area>h1>span{
padding: 5px 15px;
background: rgb(255 255 255 / 70%);
font-size: calc(var(--kihon-font) + 0.5rem);
font-weight: bold;
}


.futo_big>div{
font-size: calc(var(--kihon-font) + 0.1rem);
font-weight: bold;
}

.futo_big{
margin-bottom: 30px;
}



.mini_bold{
font-size: calc(var(--kihon-font) - 0.2rem)!important;
text-align: left;
padding-left:1em;
text-indent: -1em;
}


.brown_white_block{
  width: 100%;
  margin: 0 auto;
}


.brown_white_block>li:nth-child(1){

background: #cebb5f;
padding: 10px;
text-align: center;
font-size: calc(var(--kihon-font) + 0.2rem);
color: white;
font-weight: bold;
margin-bottom: 10px;
border-radius: 10px;
}


.brown_white_block>li:nth-child(2){

background: white;
padding: 20px 20px 5px 20px;
text-align: center;
font-size: calc(var(--kihon-font) + 0.2rem);
color: black;
font-weight: bold;
margin-bottom: 30px;
border-radius: 10px;
}





.plan_2li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.plan_2li>li{
width: 100%;
padding: 10px;
background: white;
margin-bottom: 60px;
text-align: center;
}


.plan_2li>li>img{
width: 80%;
height: auto;
margin-bottom: 20px;
}


.plan_2li>li>div:nth-of-type(1){
border-bottom: 2px solid #000;
padding-bottom: 5px;
margin-bottom: 10px;
}


.plan_2li>li>div:nth-of-type(1)>span:nth-of-type(1){
font-size: calc(var(--kihon-font) + 1.2rem);
padding-right: 5px;
font-weight: bold;
}

.plan_2li>li>div:nth-of-type(1)>span:nth-of-type(2){
font-size: calc(var(--kihon-font) + 0.5rem);
color: #946501;
font-weight: bold;
}


.plan_2li>li>div:nth-of-type(2){
font-size: var(--kihon-font);
margin-bottom: 10px;
}

.plan_2li>li>div:nth-of-type(3){
font-size: calc(var(--kihon-font) - 0.1rem);
margin-bottom: 30px;
}

.plan_area{
  width: 90%;
  max-width: 265px;
  margin: 0 auto;
}

.plan_area>div:nth-child(1){
font-size: calc(var(--kihon-font) - 0.1rem);
font-weight: bold;
line-height: 1;
}

.plan_area>div:nth-child(2){
font-weight: bold;
border-bottom: 2px solid #000;
padding-bottom: 5px;
text-align: center;
}


.plan_area>div:nth-child(2)>span:nth-child(1){
font-size: calc(var(--kihon-font) + 1.8rem);
margin-right: 5px;
}

.plan_area>div:nth-child(2)>span:nth-child(2){
font-size: calc(var(--kihon-font) - 0.2rem);

}


.plan_area>div:nth-child(3){
text-align: right;
font-size: calc(var(--kihon-font) - 0.2rem);
}


.sub_midasi{
  text-align: center;
font-size: calc(var(--kihon-font) + 0.3rem);
margin-bottom: 30px;
font-weight: bold;
}

.sub_midasi:before{
content: "-";
text-align: center;
font-size: calc(var(--kihon-font) + 0.2rem);
font-weight: bold;
margin-right: 5px;
}

.sub_midasi:after{
content: "-";
text-align: center;
font-size: calc(var(--kihon-font) + 0.2rem);
font-weight: bold;
margin-left: 5px;
}




.white_box{
  background: white;
  padding: 10px;
  margin-bottom: 60px;
}

.sougi_nagare{
margin: 0 auto 60px auto;
display: flex;
justify-content: space-between;
background: url('../img/sub/gray_tate.webp') repeat-y 50% 50%;
flex-wrap: wrap;
background-size: 2px;
}

.sougi_nagare>li{
background: #dbf1ff;
font-size: calc(var(--kihon-font) + 0rem);
width: 100%;
text-align: center;
padding: 5px 5px;
margin-bottom: 10px;
}

.sougi_nagare>li:nth-last-child(1){
margin-bottom: 0;
}


.plan_tab{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.plan_tab>li{
display: inline-block;
padding: 5px 5px;
background: #dbf1ff;
font-size: calc(var(--kihon-font) - 0.2rem);
margin-right: 5px;
margin-left: 5px;
margin-bottom: 5px;
border-radius: 5px;
text-align: center;
font-weight: bold;
}

.plan_tab>li>span{
  padding-left: 10px;
font-size: calc(var(--kihon-font) - 0.3rem);
}



.cta{
 padding: 60px 20px;
 background: linear-gradient(#ffebb0, #fff9d0);

  filter: drop-shadow(5px 5px 4px rgba(0, 0, 0,0.1));


  margin: 0 calc(50% - 50vw);
  width: 100vw;

  margin-bottom: 60px;

}

.cta>div{
max-width: var(--main-width);
text-align: center;
margin: 0 auto;
}

.cta>div>div{
font-size: calc(var(--kihon-font) + 0.2rem);
font-weight: bold;
margin-bottom: 5px;
}


.cta>div>div:nth-last-of-type(1){
margin-bottom: 30px;
}

.cta>div>div>span{
padding: 5px 5px;
display: inline-block;
color: white;
background: #dea303;
border-radius: 5px;
margin-right: 3px;
margin-left: 3px;
}


.cta_2li{
  
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
flex-wrap: wrap;
}

.cta_2li>li{
width: 100%;
margin-bottom: 10px;
}

.cta_2li>li:nth-last-child(1){
margin-bottom: 0;
}

.cta_2li>li>a{
text-decoration: none;
  border-radius: 5px;
  background: #908008;
  font-size: calc(var(--kihon-font) + 0.2rem);
  display: block;
  text-align: center;
  color: white;
  padding: 10px;
}

.cta_2li>li:nth-child(2)>a{
  background: #900816;
}

.cta_2li>li>a:hover{
opacity: 0.9;
}



.cta_2li>li>a>span:before{
content: '';
display: inline-block;
width: 10px;
height: 10px;
background-image: url("../img/head_arrow.webp");
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;
margin-right: 5px;
margin-left: 5px;
margin-bottom: 4px;
}


.chusyaku_wrap{
  background: #ebe9dd;
  padding: 20px;
  margin-bottom: 60px;  
}



.chusyaku>li{
margin-bottom: 5px;
font-size: calc(var(--kihon-font) - 0rem);
text-indent: -1em;
  padding-left: 1em;
}

.chusyaku>li>div{
text-indent: -1em;
  padding-left: 1em;
font-size: calc(var(--kihon-font) - 0rem);
}

.chusyaku>li>span{
display: inline-block;
text-indent: -1em;
  padding-left: 1em;
}


.plan_aoyama{
display: flex;
justify-content: space-between;
flex-direction: column-reverse
}


.plan_aoyama>li:nth-child(1){
width: 100%;
background: white;
padding: 10px;
}

.plan_aoyama>li:nth-child(1)>div:nth-child(1){
font-size: calc(var(--kihon-font) + 0.3rem);
font-weight: bold;
padding: 10px;
background: #ebe9dc;
margin-bottom: 10px;
text-align: center;
}



.plan_aoyama>li:nth-child(1)>div:nth-child(2){
font-size: calc(var(--kihon-font) + 0.2rem);
padding: 10px;
}


.plan_aoyama>li:nth-child(1)>div:nth-child(2)>span{

}



.plan_aoyama>li:nth-child(2){
width: 100%;
text-align: center;
margin-bottom: 10px;
}


.plan_aoyama>li:nth-child(2)>img{
width: 80%;
height: auto;
}


.chounai{
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}

.chounai>li:nth-child(1){
width: 100%;
margin-bottom: 10px;
}


.chounai>li:nth-child(1)>img{
width: 100%;
height: auto;
}



.chounai>li:nth-child(2){
width: 100%;
text-align: center;
}

.chounai>li:nth-child(2)>div:nth-of-type(1){
font-size: calc(var(--kihon-font) - 0.1rem);
font-weight: bold;
}



.chounai>li:nth-child(2)>div:nth-of-type(2){
font-size: calc(var(--kihon-font) + 0.5rem);
font-weight: bold;
margin-bottom: 20px;
}



.chounai>li:nth-child(2)>div:nth-of-type(3){
font-size: calc(var(--kihon-font) + 0.1rem);
font-weight: bold;
margin-bottom: 20px;
}



.chounai>li:nth-child(2)>ul:nth-of-type(1){
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
}

.chounai>li:nth-child(2)>ul:nth-of-type(1)>li{
width: 33%;
text-align: center;
}


.chounai>li:nth-child(2)>ul:nth-of-type(1)>li>div:nth-child(1){
background: #dca96c;
font-size: calc(var(--kihon-font) - 0.1rem);
color: white;
line-height: 1;
padding: 3px 0 5px 0;
}


.chounai>li:nth-child(2)>ul:nth-of-type(1)>li>div:nth-child(2){
background: white;
padding: 10px 5px;
color: #dca96c;
font-weight: bold;
margin-bottom: 20px;
}


.chounai>li:nth-child(2)>ul:nth-of-type(1)>li>div:nth-child(2)>span:nth-child(1){
font-size: calc(var(--kihon-font) + 0.3rem);
}

.chounai>li:nth-child(2)>ul:nth-of-type(1)>li>div:nth-child(2)>span:nth-child(1)>span{
font-size: calc(var(--kihon-font) + 0rem);
}

.chounai>li:nth-child(2)>ul:nth-of-type(1)>li>div:nth-child(2)>span:nth-child(3){
font-size: calc(var(--kihon-font) - 0.1rem);
}



.brown_bt>a{
display: block;
width: 300px;
background: url("../img/bt_arrow.webp"),var(--kihon-color2);
background-repeat: no-repeat,repeat;
background-position: 100% 50%,0;
background-size: 30px,100%;
color: white; 
padding: 20px 20px;
font-size: calc(var(--kihon-font) + 0.3rem);
line-height: 1;
margin: 0 auto;
border-radius: 5px;
text-decoration: none;
}



.brown_bt>a:hover{
opacity: 0.9;
}




.common_dl>dt{
margin-bottom: 10px;
font-size: var(--kihon-font);
font-weight: bold;
}

.common_dl>dd{
margin-bottom: 30px;
font-size: var(--kihon-font);
}
.common_dl>dd>div{
margin-bottom: 10px;
font-size: var(--kihon-font);

}

.common_dl>dd>ol,.common_dl>dd>ul{
  padding: 20px 0;
}


.common_dl>dd>ol>li{
margin-bottom: 10px;
font-size: var(--kihon-font);
list-style-type: decimal;
list-style-position: inside;
}

.common_dl>dd>ul>li{
margin-bottom: 10px;
font-size: var(--kihon-font);
list-style-type: disc;
list-style-position: inside;
text-indent: -1.4rem;
padding-left: 1.4rem;
}



.company_ul{
margin-bottom: 30px  
}


.company_ul>li{
border-bottom: 1px solid #333;
margin-bottom: 10px;
padding-bottom: 10px;
}

.company_ul>li>div{
  font-size: var(--kihon-font);
}

.company_ul>li>div:nth-child(1){
width: 100%;
font-weight: bold;
}

.company_ul>li>div:nth-child(2){
width: 100%;
}





.flow_index{
margin: 0 auto 60px auto;
}


.flow_index>li{
width: 100%;
margin-bottom: 10px;
}


.flow_index>li>dl>dt{
text-align: center;
background: var(--kihon-color2);
padding: 10px;
text-align: center;
color: white;
font-size: var(--kihon-font);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.flow_index>li>dl>dd{
background: white;
padding: 10px;
color: white;
font-size: var(--kihon-font);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;

}


.flow_index>li>dl>dd>ul>li{
display: flex;
align-items: center;
margin-bottom: 10px;
}

.flow_index>li>dl>dd>ul>li>div:nth-child(1){
background: var(--kihon-color2);
padding: 2px 9px;
color: white;
font-size: calc(var(--kihon-font) - 0rem);
margin-right: 5px;
border-radius: 5px;
}

.flow_index>li>dl>dd>ul>li>div:nth-child(2){
  width: 100%;
}

.flow_index>li>dl>dd>ul>li>div:nth-child(2)>a{

color: var(--kihon-color2);
font-size: calc(var(--kihon-font) - 0rem);
display: block;
width: auto;
}


.flow_list{
  justify-content: space-between;
background: white;
padding: 20px ;
border-radius: 10px;


   margin: 0 auto 20px auto;
}


.flow_list>li:nth-child(1){

width: 100%
}

.flow_list>li:nth-child(1)>div{
text-align: center;
background: var(--kihon-color2);
color: white;
margin-bottom: 10px;
}

.flow_list>li:nth-child(1)>div>div:nth-child(1){
line-height: 1;
font-size: calc(var(--kihon-font) + 0.2rem);
display: inline-block;
}

.flow_list>li:nth-child(1)>div>div:nth-child(2){
line-height: 1;
display: inline-block;
font-size: calc(var(--kihon-font) + 0.2rem);

}



.flow_list>li:nth-child(2){
width: 100%;
}



.flow_list>li:nth-child(2)>ul{
margin-bottom: 30px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: column-reverse;
}


.flow_list>li:nth-child(2)>ul>li:nth-child(1){
width: 100%;
}

.flow_list>li:nth-child(2)>ul>li:nth-child(2){
width: 70%;
}

.flow_list>li:nth-child(2)>ul>li:nth-child(2)>img{
width: 100%;
height: auto;
margin-bottom: 20px;
}



.flow_list>li:nth-child(2)>ul>li>div{
margin-bottom: 10px;
font-size: calc(var(--kihon-font) - 0rem);
}

.flow_midasi{
  margin-bottom: 10px;
  font-weight: bold;
font-size: calc(var(--kihon-font) - 0rem);
padding-bottom: 5px;
border-bottom: 1px solid #000;
}


.flow_midasi>div{
  margin-bottom: 10px;
  font-weight: bold;
font-size: calc(var(--kihon-font) - 0.2rem);

}




.flow_bar{
  background: var(--kihon-color2);
  font-size: calc(var(--kihon-font) + 0.2rem);
  padding: 5px 10px;
  color: white;
   margin: 0 auto 20px auto;
}



#map2 {
display: none;
}




.map_ul{
margin-bottom: 30px  
}


.map_ul>li{
border-bottom: 1px solid #333;
margin-bottom: 10px;
padding-bottom: 10px;
}


.map_ul>li>div{
  font-size: var(--kihon-font);
}

.map_ul>li>div:nth-child(1){
width: 100%;
font-weight: bold;
}

.map_ul>li>div:nth-child(1)>br{
display: none;
}


.map_ul>li>div:nth-child(2){
width: 100%;
}






.map_ul2{
}


.map_ul2>li{
font-size: var(--kihon-font);
margin-bottom: 10px;
list-style-type: disc;
list-style-position: inside;
text-indent: -1rem;
padding-left: 1rem;
}

.map_ul2>li:nth-last-child(1){
margin-bottom: 0;
}






.contact_box{
  max-width: 800px;
  width: 98%;
  padding: 10px;
  border: 2px solid #eee;
  margin: 0 auto 60px auto;
}

.contact_box>div{
text-align: center;
font-size: var(--kihon-font);
}

.contact_box>div>br{
display: none;
}


.contact_box>div>a{
font-size: var(--kihon-font);

}



.contact_tel>a>span{
font-size:calc(var(--kihon-font) + 0.8rem)!important;
background: linear-gradient(transparent 70%, #fcff00 70%);
font-weight: bold;
color: black;
}




.jizen_banner{
  width: 98%;
  margin: 0px auto 30px auto;
  max-width: 800px;
}
.jizen_banner>img{
width: 100%;
height: auto;
}


.jizen_banner>ul>li{
font-size: calc(var(--kihon-font) - 0.1rem);
padding-left: 1rem;
text-indent: -1rem;
}

.jizen_banner>ul>li::before{
content: "※";
}



.r_img_l_txt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px;
margin-bottom: 30px;
flex-wrap: wrap;
}


.r_img_l_txt>li:nth-child(1){
width: 80%;
text-align: center;
margin: 0 auto 20px auto;
}

.r_img_l_txt>li:nth-child(1)>img{
width: 100%;
height: auto;
}

.r_img_l_txt>li:nth-child(2){
width: 100%;
text-align: center;
}


.big_midasi{
  font-size: calc(var(--kihon-font) + 0.3rem);
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
}



.kihon_txt{
  font-size: var(--kihon-font) ;
 
  margin-bottom: 15px;
}




.l_img_r_txt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px;
margin-bottom: 60px;
flex-direction: row-reverse;
flex-wrap: wrap;
}


.l_img_r_txt>li:nth-child(1){
width: 80%;
text-align: center;
margin: 0 auto 20px auto;
}

.l_img_r_txt>li:nth-child(1)>img{
width: 100%;
height: auto;
}

.l_img_r_txt>li:nth-child(2){
width: 100%;
text-align: center;
}

.kihon_ul{
  width: 100%;
}

.kihon_ul>li{
  display: flex;
}
.kihon_ul>li>div{
font-size: var(--kihon-font);
margin-bottom: 5px;
display: flex;
align-items: center;
text-align: left;
width: calc(100% - 22px);
}

.kihon_ul>li:nth-last-child(1){
margin-bottom: 0;
}

.kihon_ul>li::before{
 content: '';/*何も入れない*/
  display: block;
  width: 21px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../img/sub/li_icon.webp");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;


}





.hall_big{
  text-align: center;
  margin-bottom: 30px;
}

.hall_big>img{
width: 80%;
}


.hall_midasi{
  font-size: calc(var(--kihon-font) + 0.2rem);
  font-weight: bold;
}

.hall_midasi>span{
  font-size: calc(var(--kihon-font) + 0rem);
  display: inline-block;

}




.hall_text{
font-size: var(--kihon-font);
}

.hall_minimidasi{
  font-size: var(--kihon-font);
  font-weight: bold;
}

.hall_3li{
}

.hall_3li>li{
width: 100%;
margin-bottom: 30px;
text-align: center;

}



.hall_3li>li>img{
width: 80%;
margin-bottom: 10px;
}


.hall_chusyaku{

border-radius: 10px;
background: rgba(232, 229, 207, 0.9);
padding: 10px;
text-align: center;
margin-bottom: 60px;
font-size: var(--kihon-font);
}


.hall_2li{
  display: flex;
  width: 100%;
  margin: 0 auto ;
justify-content: space-between;
}

.hall_2li>li{
width: 49%;
}

.hall_2li>li>img{
width: 100%;
margin-bottom: 10px;
}




.order_tel_fax{
 
  margin: 0 auto 30px auto;
  width: 100%;
}



.order_tel_fax>ul>li>dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.order_tel_fax>ul>li>dl>dt{
width: 100%;
color: white;
font-size: calc(var(--kihon-font) + 0.4rem);
margin-bottom: 20px;
text-align: center;
padding: 20px;
background: #908008;
}

.order_tel_fax>ul>li>dl>dd{
width: 100%;
text-align: center;
font-size: calc(var(--kihon-font) + 0.6rem);
margin-bottom: 20px;
font-weight: bold;
}


.order_tel_fax>ul>li>dl>dd>a{
font-size: calc(var(--kihon-font) + 0.6rem);
color: black;
}



.order_flow{
  text-align: center;
}

.order_flow>picture>img{
width: 100%;
height: auto;
}

.order_flow>div{
  text-align: center;
  font-size: var(--kihon-font);
}


.order_bt{
  text-align: left;
  margin-bottom: 10px;
}

.order_bt>a{
  max-width: 325px;
  display: block;
  margin: 30px auto 10px auto;
  font-size: calc(var(--kihon-font) + 0.2rem);
  color: white;
  padding: 5px 10px 5px 60px;
  border-radius: 5px;
  background: var(--kihon-color);
  background-image: url('../img/sub/order_bt_back.webp');
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 30px;
  text-align: left;
}


.order_bt>a:hover{
text-decoration: none;
opacity: 0.5;
}

.kinyu_rei_border{
text-align: center;  
margin: 20px auto;
}

.kinyu_rei_border>a{
padding: 5px 20px;
border: 1px solid #333;
font-size: var(--kihon-font);
}

.kinyu_rei_border>a:hover{
background: #eee;
text-decoration: none;
}











.osonae_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}


.osonae_list>li{
width: 48%;
margin-bottom: 5px;
}



.osonae_list>li>a{
font-size: var(--kihon-font);
background: #908008;
padding: 5px 20px 5px 15px;
border-radius: 5px;
color: white;
display: block;
}

.osonae_list>li>a:hover{
opacity: 0.9;
text-decoration: none;
}

.osonae_list>li>a::before{
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url("../img/head_arrow.webp");
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
        margin-right: 5px;
        margin-bottom: 4px;
}








.order_midasi{
  font-size: calc(var(--kihon-font) + 0.5rem);
  padding-bottom: 5px;
  border-bottom: 2px solid #908008;
  font-weight: bold;
  color: #908008;
  max-width: 800px;
  margin: 0 auto 30px auto;
}



.order_list{
display: flex;
flex-wrap: wrap;
justify-content: space-around;

  margin: 0 auto;

}

.order_list>li{
width: 48%;
margin-bottom: 30px;
text-align: center;
}

.order_list>li>a>img{
width: 100%;
height: auto;
margin-bottom: 5px;
}

.order_minimidasi{
  font-size: var(--kihon-font);
  margin-bottom: 5px;
  border-bottom: 1px solid #908008;
  font-weight: bold;
  line-height: 1.2;
}


.order_minimidasi>span{
  font-size: calc(var(--kihon-font) - 0rem);
  display: inline-block;
}



.order_kakaku{

}

.order_kakaku>div{
 font-size: calc(var(--kihon-font) - 0rem);
}

.order_kakaku>div:nth-child(2n-1){
font-weight: bold;
color: #908008;
}


.order_kakaku>div:nth-child(2n){
margin-bottom: 5px;
}









.contact_soudan{
  margin: 30px 0;
}



.contact_soudan>div:nth-child(1){
text-align: center;
margin-bottom: 20px;
}

.contact_soudan>div:nth-child(1)>span{
display: inline-block;
margin-right: 10px;
color: white;
background: #dea303;
font-size: calc(var(--kihon-font) + 0.3rem);
        font-weight: bold;
        padding: 5px 10px;
        border-radius: 5px;
}

.contact_soudan>div:nth-child(1)>span:nth-last-child(1){
  margin-right: 0;
}


.contact_soudan>div:nth-child(2){
 font-size: calc(var(--kihon-font) + 0.8rem) !important;
 font-weight: bold;

}


.contact_soudan>div:nth-child(3){
 font-size: calc(var(--kihon-font) + 0.1rem) !important;
 
}



.contact_soudan>div:nth-child(4){
 font-size: calc(var(--kihon-font) + 0.1rem) !important;
 margin-bottom: 20px;

}





.contact_soudan>div:nth-child(5)>a>span{
        font-size: calc(var(--kihon-font) + 0.8rem) !important;
        background: linear-gradient(transparent 70%, #fcff00 70%);
        font-weight: bold;
        color: black;

}




.yoyaku_down{
  text-align: center;
  margin: 20px auto 0 auto;
padding: 10px 30px;
  background: url('../img/sub/down.webp'),url('../img/sub/down.webp'),var(--kihon-color);
  background-repeat: no-repeat,no-repeat,repeat;
  background-size: 20px,20px,auto;
  background-position: calc(0% + 10px) 50%,calc(100% - 10px) 50%,0;
}

.yoyaku_down>span>br{
display: none;
}

.yoyaku_down>span{
 font-size: calc(var(--kihon-font) + 0.1rem);
 font-weight:  bold;
 color: white;
 padding:  0 10px;
}






.cta2>div{
max-width: var(--main-width);
text-align: center;
margin: 0 auto;
}


.cta2_2li{
    width: 90%;
    margin: 0 auto;
}

.cta2_2li>li{

text-align: center;
margin-bottom: 30px;
}

.cta2_2li>li:nth-last-child(1){
margin-right: 0;
}

.cta2_2li>li>div:nth-child(1){
font-size: var(--kihon-font);
}



.cta2_2li>li>div:nth-child(2)>a{
text-decoration: none;
  border-radius: 5px;
  background: #908008;
  font-size: calc(var(--kihon-font) + 0.4rem);
  display: block;
  text-align: center;
  color: white;
  padding: 10px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta2_2li>li>div:nth-child(2)>a:hover{
opacity: 0.9;
}



.cta2_2li>li>div:nth-child(2)>a>span>span{
 font-size: calc(var(--kihon-font) + 0rem);
 display: block;
 
}

.cta2_2li>li:nth-child(2)>div:nth-child(2)>a{

background: #900816;
}