@charset "UTF-8";
/* CSS Document */


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
	color: #333;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;  
    background:#16C1C7;
}

.en{
  font-family: "Josefin Sans", sans-serif;
font-weight: 700;
font-style: normal;    
}
.fullscreenmenu{
display: none;
}
	.h100{
height: 100px;		
	}
	.h50{
height: 50px;		
	}
	.h30{
height: 30px;		
	}	
	.h20{
height: 20px;		
	}
	.h10{
height: 10px;		
	}
.kome{
color: #1668C7;    
}

a{
	text-decoration: none;	
}
li{
	list-style-type: none;
}

section{
padding: 100px 0;    
}
.center_box{
  width: -moz-fit-content;
width: fit-content;  
margin: 0 auto;
display: block;   
}

.headline{
color:  #333;
font-size: 1.5rem;
text-align: center; 
position: relative;
font-weight: 700;
width: 100%; 
z-index: 80;    
}
.headline::after{
content: "";    
position: absolute;
bottom:-3px;
left:50%;
-webkit-transform : translateX(-50%);
transform : translateX(-50%);    
width: 30px;
height: 3px;
object-fit: contain;
background:  #1668C7;    
}
.koumoku{
width: 100%;
position: relative;
padding-left: 1.5rem; 
display: block;  
line-height: 1.9;    
}
.koumoku::after
  {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  position: absolute;
  color: #1668C7;
  font-weight: 900;
  left:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-shadow {
text-shadow: 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;   
    }
.text1{
font-size: 1rem;  
}
.text1 strong{
font-size: 1.5rem;      
}
.text2{
font-size: 1.3rem;     
}
.text3{
font-size: 1.5rem; 
font-weight: 900;    
}
.pc_kigyo{
display: block;    
}
.sp_l{
      text-align: center;
    }
.sp_r{
      text-align: center;
    }

.tb_l{
      text-align: center;
    }
.background1{
width: 100%;
display: block;
background-color: rgba(255,255,255,0.05);
}
.background2{
width: 100%;
height: auto;   
background: rgba(255,255,255,0.5);	 
}

.background3{
width: 100%;
height: auto;   
background:#fff;	 
border-radius: 5px;   
padding: 3%;    
}

.flex-box1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
.flex-box2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;    
}

.flex-box3{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:flex-start;    
}

/*TOPスライダー*/
.slider-box{
    width: 100%;
    height: 100vh;
	overflow: hidden;
	position: relative;
}
.slider-box::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.2);
    object-fit: cover;
z-index: 1;
}
.text_img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  max-width:900px;
  width: 95%;    
  text-align: center;
 z-index: 5;    
}
.text_img img{
width: 100%;    
}
.loading_text{
	position: absolute;
    text-align: center;
	z-index: 3;
}
.loading_text p{
	font-size: 10vh;
    line-height: 1.4;
    letter-spacing: 0.05em;
    transform: translateY(-10%);
    font-family: "halogen", sans-serif;
	font-weight: 700;
 background: linear-gradient(180deg, #aeaeae, #aeaeae 30%, #dcdcdc);
  background: -webkit-linear-gradient(0deg, #aeaeae, #aeaeae 30%, #dcdcdc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.loading_text1{
    left: 0;
    bottom: 8%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
	animation: text_apper1 1.6s ease-in-out;
    
}
.loading_text1 p{
    font-size: 9vh;
}
.loading_text2{
    left: 2%;
    bottom: 0;
	animation: text_apper2 1.6s ease-in-out forwards;
	animation-delay: 0.4s;
	opacity: 0;
}
.loading_text2 p{
    font-size: 5vh;
}
@keyframes text_apper1{
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
		transform: translateY(-10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes text_apper2{
	0% {
		opacity: 0;
        transform: translateX(-10%);
	}
	50%{
		opacity: 0;
		
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}


.overwrap{
	overflow: hidden;
}


/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 1.2s, transform 1.2s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flowup{
	opacity: 0;
	transform: translate(0, 10%);
	transition: opacity 1s, transform 1s;
	transition-delay: 0.2s;
}
.flowup.inview{
	opacity: 1;
	transform: translate(0, 0);
}

@media (max-width: 960px){
	
	.flowup{
		transition-delay: 0s !important;
	}

}

.grayscale{
    	filter: grayscale(100%);
	transition: 0.2s;
	transition-delay: 0.6s;
}
.grayscale.inview{
	filter: grayscale(0);
}



/*パンクズ */
.breadcrumb {
position: absolute;
bottom:3%;
left: 3%;  
 z-index: 5;       
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
font-size: 1rem;
color: #fff;
font-weight: 700;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
color: #fff;
}

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb .item_text{
color: #fff;    
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:50px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:20%;
    /*テキストの形状*/
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;

}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#fff;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#fff;
}


.midashi_c h2{
width: 100%;     
font-size: 2.5rem;		
text-align:center;	    
font-weight: 700;
}
.midashi_c .small{
font-size: 1.3rem;		
color: #1668C7;   
display: block;    
text-align:center;  
display: block;    
  font-family: "Josefin Sans", sans-serif;    
}

.container{
width: 90%;  
display: block;
margin: 0 auto;
overflow: hidden;
background: #fff;  
padding: 3%;   
border-radius: 5px;    
}
.inner-box{
 max-width: 1050px;  
width: 95%;    
display: block;
margin: 0 auto;   
}
.top_menu{
width: 100%;
height: auto;
display: inline-block;
 padding:0.3rem  1rem;   
}

.top_menu .menu_t{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}

.top_menu .menu_t .logo{
width:250px;
transition: all 0.5s;    
}

.top_wrapper .top_menu .menu_t .logo_c{
    display: none;
}
.top_wrapper.transform .top_menu .menu_t .logo{
width:200px;
}
.top_wrapper.transform .top_menu .menu_t .logo_c{
  display: block;
}

.top_wrapper .top_menu .menu_t .logo_w{
    display: block;
}

.top_wrapper.transform .top_menu .menu_t .logo_w{
   display: none;
}
.top_menu .menu_t .logo img{
width:100%;	
display: block;
margin: 0 auto;
}


.top_menu .m1{
max-width: 1200px;	
width: 98%;    
}

.top_wrapper{
width: 100%;   
height: auto;    
position:fixed;
top:0; 
left: 0;
z-index: 10;
height: auto;
transition: all 0.5s;	
}
.top_wrapper.transform{
  background: #fff;  
  border-bottom: 1px solid #eee;
z-index:20;
}

/*==ナビゲーション全体の設定*/
.m1 nav{

}
/*ナビゲーションを横並びに*/
.m1 nav ul{
  list-style: none;
  display: flex;
  justify-content:center;
}
.m1 nav ul .small{
display: block;
font-size: 0.8rem; 
  font-family: "Josefin Sans", sans-serif;    
}

.m1 nav ul li{
  margin: 0 auto;    
  border-left: solid 1px #fff;
width:calc(100% / 5);  
  text-align: center;    
}

.m1 nav ul li:last-child{
   border-right: solid 1px #fff;   
}

/*ナビゲーションのリンク設定*/
.m1 nav ul li a{
  display: block;
  text-decoration: none;
  color: #FFF;
  transition:all .3s;
    font-size:1rem;
    font-weight: 600;

}

.m1 nav ul li a:hover{
opacity: 0.8;    
text-decoration: transparent;    
}
.top_wrapper.transform .m1 nav ul .small{
color: #1668C7;    
}
.top_wrapper.transform .m1 nav ul li a{
color: #333;    
}
.top_wrapper.transform .m1 nav ul li{   
  border-left: solid 1px #c5c5c5;
}
.top_wrapper.transform .m1 nav ul li:last-child{
   border-right: solid 1px #c5c5c5;   
}

.t-con{
width: 700px;
display: flex;    
flex-wrap:wrap;
justify-content:flex-end;
align-items:center; 
transition: all 1s;     
}


.t-btn1{
width: 300px;	    
font-size:2rem;	   
transition: all 0.5s;    
display: block;  
text-align: center; 
padding: 0.5em 0;
margin-left: 15px;  
color: #fff; 
transition: all 0.5s;    
}
.t-btn1:hover{
opacity: 0.7;
text-decoration: transparent; 
}
.top_wrapper.transform .t-con .t-btn1{
color: #333; 
font-size:1.8rem;	 
width: 250px;	
line-height: 1.3;      
}
.t-btn2{
width: 70px;
height: 70px;
line-height: 70px;
border-radius: 50px;    
font-size:2rem;	 	     
display: block;  
text-align: center; 
margin-left: 15px;  
vertical-align: middle;    
border:1px solid #fff;
color: #fff; 
transition: all 0.5s;     
}
.t-btn2:hover{
opacity: 0.7; 
text-decoration: transparent;
    
}

.top_wrapper.transform .t-con .t-btn2{
border:1px solid #1668C7;
background: #1668C7;    
color: #fff; 
font-size:1.8rem;	 
width: 50px;
height: 50px; 
line-height: 50px;    
}
/*===ボタン===*/

.button {
  position: relative;
  max-width: 250px; /* ボタンの幅 */
    width:70%;
  background: #1668C7; 
 color: #fff;    
 border: 1px solid #1668C7;
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1rem 2rem;
    margin: 0.5rem;   
font-size: 1rem;   
font-weight: 600;
border-radius: 5px; 
line-height: 1;    
}

/* マウスオーバーした際のデザイン */
.button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 1px solid rgba(22,104,199,0.5); /* 枠の色 */
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
border-radius: 5px;        
}
.button:hover {
  border-radius: 5px;      
  background: #fff; 
 color: #1668C7;    
}
.button:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
/*====ご挨拶===*/
.g_flex-box{
width: 100%;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:stretch;
}
.greeting-box{
position: relative;
}
.greeting-box::after{
content: "";    
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;    
display:block;
background: url("../img/greeting2.webp");    
background-size: cover;
background-position: center;   
opacity: 0.3;    
}
.greeting{
position: relative;
z-index: 2;    
}

/*===共通===*/


.item-box{
width: 100%;
height: auto;
display: block; 
position: relative;    
}
.item-t1{
width: 50%; 
padding: 0 3%;   
}
.item-p1{
width: 50%;  
border-radius: 10px;
overflow: hidden;    
}
.item-p1 img{
width: 100%; 
height: 100%;
object-fit: cover;
display: block;    
}
.item-t2_titl1{
font-size: 1.5rem;
color: #333;
line-height: 1.9; 
position: relative;
margin-bottom: 1rem;    
}
.item-t2_titl1::after{
content: "";    
 width: 100%;
display: block;
position: absolute;
background: #1668C7;
bottom: -5px;
left: 0;
height: 1px; 
}
.item-t2_titl1 span{
color: #1668C7; 
font-size: 0.8rem;
display: block;
}

.item-p2_l{
width:100%;
/*max-height: 980px;*/
min-height: 650px;    
position: relative;
padding: 60px 0;     
}
.item-p2_l img.mmain{
width: 60%;   
height: 100%;
object-fit: cover;
display: block;   
border-radius: 10px; 
position: absolute;
top: 0;
left: 0;    
}
.item-p2_l .item-t2{
width: 60%; 
box-shadow: 2px 2px 5px #eee;        
background: #fff;
position: absolute;
top: 50%;
right: 0;  
    max-width: 770px;
    padding: 56px;
    margin-left: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
border-radius: 10px; 
-webkit-transform : translateY(-50%);
transform : translateY(-50%);      
}
.item-p2_l .item-t2::after{
content: attr(data-label);    
position: absolute;
top: 50px;
right: 3px;
color: rgba(22,104,199,0.05);    
font-size: 20vh;   
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;   
    line-height: 1;
     z-index: -1;

}
.item-p2_r{
width:100%;
max-height: 900px;
min-height: 600px;         
position: relative;
padding: 60px 0;     
}
.item-p2_r img{
width: 60%;   
height: 100%;
object-fit: cover;
display: block;  
border-radius: 10px;   
position: absolute;
top: 0;
right: 0;       
}
.item-p2_r .item-t2{
width: 60%; 
box-shadow: 2px 2px 5px #eee;        
background: #fff;
position: absolute;
border-radius: 10px;    
top: 50%;
left: 0;  
max-width: 770px;
padding: 56px;
margin-right: auto;
background-color: #fff;
-webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);     
-webkit-transform : translateY(-50%);
transform : translateY(-50%);         
}
.item-p2_r .item-t2::after{
content: attr(data-label);    
position: absolute;
top: 50px;
right: 3px;
color: rgba(22,104,199,0.1);   
font-size: 20vh;   
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;   
    line-height: 1;
    z-index: -1;
}
.item-t3{
width: 50%; 
padding:0 3%;     
}
.item-p3{
width:50%;     
}  
.item-p3 img{
width: 100%;    
height: 100%;
object-fit: cover;
display: block;    
}
.item-t3_titl1{
font-size: 1.5rem;
color: #333;
line-height: 1.5; 
position: relative;
margin-bottom: 1rem; 
}
.item-t3_titl1::after{
content: "";    
 width: 100%;
display: block;
position: absolute;
background: #1668C7;
bottom: -5px;
left: 0;
height: 1px; 
}
.item-t3_titl1 span{
color: #1668C7; 
font-size: 0.8rem;
display: block;
}
.item-t3_titl2{
position: relative;
  background: #fff;
  display: block;
padding-left: 1.5rem;
font-size: 1.3rem;  
width: 100%;  
margin-top: 50px;    
}

.item-t3_titl2:before {
  font-family: "Font Awesome 6 Free";
  content: "\f219";
  position: absolute;
  padding: 0em;
  color: #1668C7;
  font-weight: 900;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.item-t3_p{
width: 100%;
display: flex;    
flex-wrap:wrap;
justify-content:flex-start;    
}
.item-t3_p div{
width:calc(100% / 2 - 10px); 
margin:0 5px 5%;    
}
.item-t3_p div img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.item-t4{
width: 90%; 
padding:0 3%;     
}
.item-p4{
width:10%;     
} 
.item-p4 img{
width:100%;     
}  
/*====全ページ共通フッターメニュー===*/
footer{
width: 100%;
display:block;  
background: #fff;    
}
 .footer-box{
height:auto; 
max-width: 800px;  
width: 98%; 
display: flex; 
flex-wrap:wrap;
justify-content:space-between;
align-items:center; 
background: #fff;
border-radius: 10px; 
margin: 0 auto;
position: relative;
z-index: 5; 
overflow: hidden; 
}
.footer-back{
 padding: 50px 0;     
width: 100%; 
position: relative;  
}
.footer-back::after{
content: "";
position: absolute;
top: 0;
left: 0;    
width: 100%;
height: 100%;    
background:url("../img/footer_back.webp");
background-position: center 40%;
background-size: cover;    
background-attachment: fixed;      
opacity: 0.7;    
}

.con-text{
font-size: 1.5em;
text-align:center;
color: #fff;     
}
.f-contact{
width: 50%;     
}
.f-contact p{
text-align: center;    
}
.f-address{
padding: 50px 0;    
width: 50%;
}
.f-address img{
max-width: 400px;
width: 60%;    
display: block;
margin: 0 auto;
}
.f-con{
width:100%;
margin: 0.5rem 0;    
}
.f-con a{
font-size: 1.5rem;  
color: #333;
transition: all 0.5s;    
letter-spacing: 1px;  
display: block;  
font-weight: 700;
text-align: left;    
}
.f-con a:hover{
opacity: 0.7;
text-decoration: transparent;    
}
.f-con p{
font-size: 1.5rem;  
color: #333;
transition: all 0.5s;    
letter-spacing: 1px;    
font-weight: 700;   
text-align: left;
}
.f-con i{
  color: #1668C7;  
}
.copyright{
width: 100%;    
}
.copyright small{
text-align: center;	
color:#fff;
padding:1% 0;
display: block;	
font-size: 0.8rem;  
text-align: center;
background: #1668C7;    
}
/*========= 山水苑(家族湯・カラオケ) , 末田農産 ===============*/
.service_box1{
width:calc(100% / 2 - 20px); 
margin: 10px;   
flex-direction:column; 
display: flex;    
}
.service_box1 table{
width: 100%;   
 flex-grow: 1;       
}
.service_box1 table thead{ 
width: 100%;   
}
.service_box1 table thead th{ 
    font-weight: 700;
    color: #fff;
    padding: 1%;
    background: #1668C7;

}

.service_box1 table tbody th{  
width: 30%;   
padding: 1rem;
background: #1668C7;  
color: #fff;   
font-weight: 500;

}
.service_box1 table tbody td{
    width: 70%;     
     padding: 1rem ;
    background: #e3f0fe;  
}
.service_box2{
width: 100%;     
}
.service_box2 table{
width: 100%;       
}
.service_box2 table tbody {
width: 100%;       
}
.service_box2 table tbody  th{
width: 30%; 
background: #1668C7;  
color: #fff;    
padding: 1rem ; 
font-weight: 500;    
}
.service_box2 table tbody  td{
width: 70%;  
color: #333; 
    padding: 1rem ; 
background: #e3f0fe;         
}
/*====花のラベンダー===*/
.l_flex-box{
width: 100%;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
}
.lavender-box{
position: relative;
}
.lavender-box::after{
content: "";    
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;    
display:block;
background: url("../img/service16.png");    
background-size: cover;
background-position: center;   
opacity: 0.3;    
background-attachment: fixed;    
}
.lavender{
position: relative;
z-index: 2;    
}
.product{
max-width: 650px;    
width: 100%;
display: block;
margin: 0 auto;  
}
.product ul{
  width: 100%; 
display: flex;
justify-content: center;   
background: rgba(255,255,255,0.5);
padding: 1%;  
flex-wrap:wrap;    
}
.product li{
white-space:nowrap;
margin-right: 30px;  
display: block;
position: relative;
padding-left: 2rem;   
z-index: 15;    
border-bottom: dotted 2px #999;
font-weight: 700;
font-size: 1.5rem;    
}
.product li::after
  {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  position: absolute;
  color: #1668C7;
  font-weight: 900;
  left:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product table{
max-width: 650px;    
width: 100%;
display: block;
margin: 0 auto; 
}
.product table th{
width: 40%;
text-align: left;
font-weight: 700;
vertical-align: text-top;    
font-size: 1.3rem; 
color: #1668C7;    
}
.product table td{
width: 60%;
text-align: left;
font-weight: 700; 
font-size: 1.3rem;      
}

.product table td .ten1,.product table td .ten2{
width: 100%;    
display: block; 
position: relative;    
padding-left: 6rem;  
}

.product table td .ten1::after{
content: "・・・・";  
position: absolute;
top: 0;
left: 0;   
color: #1668C7;    
}
.product table td .ten2::after{
content: "・・・・・・・・・・";  
position: absolute;
top: 0;
left: -7.7rem;  
color: #1668C7;      
}
/*========= 会社概要 ===============*/
.about-box{
height: auto; 
position: relative;
}
.about-box::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;  
  background: url("../img/greeting3.webp");  
  background-position: center;
  background-size: cover;
  overflow: hidden;    
}
.g_text{
 background: rgba(255,255,255,0.9);
padding: 3%; 
max-width: 720px;
width: 100%;   
display: block;    
margin: 0 auto;   
position: relative;
z-index: 10;    
}
.about-box p{
line-height: 2.5; 
position: relative;
z-index: 5;     
}
.about-box strong{
text-align: center; 
display: block;
}
.table{
width: 50%; 
padding: 1%;   
}
.table-map{
width: 50%;
padding: 1%;      
}
.table-map iframe{
width: 100%;
height: 100%;
object-fit: fill;
display: block;  
    
}
.table table {
width: 100%;   
}
.table table tbody {
width: 100%;   
}
.table table tbody  th{
width: 30%; 
background: #1668C7;  
color: #fff;    
padding: 1rem;    
}
.table table tbody  td{
width: 70%;  
color: #333; 
padding: 1rem;   
background: #e3f0fe;         
}
/*========= お問い合わせ ===============*/
.contact_border{
border-bottom: solid 1px #eee;
}
.contact-box{
width: 100%;
height: auto;
display: block;  
position: relative;
padding: 2%;     
}
.c-img{
width: 100%;
position: absolute;
bottom: 0;
right: 0;
z-index: -1;    
}

.c-tf{
width:calc(100% / 2 - 20px);   
margin:10px;   
padding: 3%;
border-radius: 5px;
background: #cde4ff;    
}


.c-tf a{
font-size: 2rem;
color: #1668C7; 	
transition: all 0.5s;	 
display: block;      
text-align: center;
font-weight: 500;
line-height: 1.9;    
}
.c-tf:hover a{
text-decoration: transparent;	
opacity: 0.8;     
}
.c-tf .tel_titl{
font-size: 1.3rem;   
display: block;
color: #0A2E58;  
border-top: solid 1px #0A2E58;
border-bottom: solid 1px #0A2E58;    
margin: 0 auto 3%; 
font-weight: 700;
}
.c-tf .tel_time{
font-size: 1rem; 
display: block;  
color: #333;   
font-weight: 700;
}
.c-tf .tel_time .tel_time-t{
background:#0A2E58;
color: #fff;
display:block;   
width: 80px;
margin: 0 auto 2%;
border-radius: 5px;    
}
.m-brder{
border-right: 2px solid #eee;
}


.con-text2{
font-size: 1em;  
color: #fff;     
}
.con-text2 .small{
font-size: 0.9em;
color: #fff; 
display: block; 
}
.contact-wrapper{
width: 100%;	
}


form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.75;
color: #595757;	
}
.mailform{
width: 100%;  
padding: 3%; 
background: #fff;
border-radius: 5px;     
}
.mailform table{
width: 100%;    
border-spacing: 0;
}
.fm-text .text1 .text_b{
	color:#1668C7;
    font-size:1rem;
    padding:0.5em;
    margin-right: 5px;
    text-align: center;
    font-weight: 500;
}
.mailform table .text_b{
	color:#1668C7;
	font-size:1rem;
	padding:0.5em;
    margin-right: 5px;
    text-align: center;
    font-weight: 500;
}
.about-map{
width: 100%;    
}


.mailform table th{
	font-size: 1rem;
	text-align: left;
	padding-left: 2%; 
    border-bottom: 1px solid #eee; 
}

.mailform table td{
font-size: 1rem;
padding: 2% 1%;
width: 70%; 
border-bottom: 1px solid #eee;   
text-align: left;
}

.text-y{
width: 50%!important;    
height: 40px!important;    
}
.text{
width: 100%!important;    
}
textarea{
width:100%!important; 
}
.mailform dd p{
	margin-top: 1%;
	font-size:1.1em;
	color:#595757;
	letter-spacing: 4px;
	line-height: 1.75;
}

.single p{
	text-align: center;
	color:#595757;
}
.fm-text p{
text-align: left;
}

.form-button
{
margin: 5% 0;
text-align: center;
}

.form-button button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 1rem;
    color: #fff;
    text-align: center;
    width: 250px;
	transition: all 0.5s;	
    border:2px solid #0642BB; 
    font-weight: 500;
    background:#0642BB;  
    border-radius: 5px;
}
.form-button button:hover{
     background:#fff;  
    color:#0642BB;
	text-decoration: transparent;
}
.textarea, textarea, .dropdown {
    border-radius: 2px;
}

input[type=checkbox] + label {
cursor: pointer;  
}

button[type="submit"]{
	font-size:1em;
	padding: 10px;
}

input[type="checkbox"]{
	font-size: 1em;
	margin-left: 2%;
	margin-bottom: 2%;
	border:1px solid #eee;	
    background: #fafafa;
}
input[type="text"]{
	height: 40px!important;
	font-size: 1em;
	padding: 10px;
	border:1px solid #eee;
       background: #fafafa;
}
input[type="email"]{
    width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	border:1px solid #eee;
    background: #fafafa;
}

textarea{
padding: 10px;	
font-size: 1rem;		
border:1px solid #fff;	
background: #fafafa;
}
.mailform .accordion h4{
font-size: 1rem;
text-align: left;
padding-bottom: 3px;	
letter-spacing: 2px;
border-bottom: 1px dotted #0642BB;
padding-left: 1%;   
color: #0642BB;    
}
.mailform .accordion p{
font-size:1rem;
text-align: left;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%; 
}
.mailform .accordion {
}
.mailform .toggle {
	display: none;
}
label{
cursor: pointer; 
display: inline; 
white-space:nowrap;
margin-right: 20px;    
}
.Label {
    font-size: 1rem;
	padding:1% 1% ;
	display: block;
    font-weight: 700;  
    color: #fff;
    background: #0642BB;
    width: 100%;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
    text-decoration: transparent;
    margin-bottom: 1em;
}
.Label,
.open1 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.open1 {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
    padding:0 3%; 
    background: rgba(255,255,255,0.3);

}
.toggle:checked + .Label + .open1 {	/*開閉時*/
	height: auto;
	transition: all .5s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) ;
    text-decoration: transparent;
}


.img img{
  display: block;
  width: 100%;
}

.flex250417{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex250417 .table{
  width: 49%;
}
.flex250417 .pic{
  width: 49%;
  display: flex;
  justify-content: space-between;
}
.flex250417 .pic .img{
  width: 49%;
}
@media (max-width: 750px){
  .flex250417{
    display: block;
  }
  .flex250417 .table{
    width: 100%;
    margin-bottom: 20px;
  }
  .flex250417 .pic{
    width: 100%;
  }
}

.container250417{
  overflow: visible;
}

.img250417{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  z-index: -1;
}
@media (max-width: 690px){
  .img250417{
    position: static;
    bottom: 0;
    right: 0;
    width: 80%;
    max-width: 200px;
    z-index: -1;
    margin: 0 auto;
    margin-top: 10px;
  }
}