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


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
font-size: 15px;
line-height: 1.75;
letter-spacing: 0.1em;
font-family: fot-tsukuardgothic-std, sans-serif;    
color: #555;   
font-weight: 400;    
 counter-reset: number 0;     
}

section{
padding: 100px 0;    
}
.inner{
width: 95%;
display: block;
margin: 0 auto;
}
.fullscreenmenu{
display: none;
}
	.h100{
height: 100px;		
	}
	.h50{
height: 50px;		
	}
	.h30{
height: 30px;		
	}	
	.h20{
height: 20px;		
	}
	.h10{
height: 10px;		
	}
a{
	text-decoration: none;	
    color: #555; 
}
li{
	list-style-type: none;
}

.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: 1.2em;  
line-height: 200%; 
color: #000;    
}
.text1 strong{
font-size: 1.3em;    
display: block;  
line-height: 1.5;    
}
.text2{
font-size: 1.3em;    
line-height: 1.5;
font-weight: 700;
}
.text2::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../img/illust4.png") no-repeat;
  background-size: contain;
  margin-right: 8px;
vertical-align: middle;        
}
.text3{
font-size: 1.3em;    
line-height: 1.5;
font-weight: 700;
}
.text3::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../img/illust5.png") no-repeat;
  background-size: contain;
  margin-right: 8px;
vertical-align: middle;        
}
.sp_l{
      text-align: center;
    }

.tb_l{
      text-align: center;
    }
.background1{
width: 100%;
display: block;
margin: 0 auto ;
background:url("../img/background2.jpg");
background-size: cover;
background-position: center;
z-index: -10;	
background-attachment: fixed;    
}
.background2{
width: 100%;
height: auto;   
background:url("../img/background1.jpg");
background-size: cover;
background-position: center;
}

.container {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;		
}

.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:space-around;
align-items:center;    
}
.flex-box3{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:flex-start;
align-items:center;    
}
.flex-box4{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:center;    
}
/*TOPスライダー*/
.slider-box{
width: 100%; 
display: block; 
position: relative; 
}
.slider{
width: 70%;
height:calc(100vh - 300px);       
display: block; 
margin-left: 25%; 
border-radius: 50px;  
min-height: 900px;  
}

.top-illust1{
position: absolute;
width: 20%;
bottom: 0;
left: 3%; 
z-index: 60;       
}
.top-illust2{
position: absolute;
width: 10%;
top: 0;
right: 3%;   
z-index: 60;    
}
.slider-box1{
width: 100%;    
}
.slider1{
width: 98%;
height:300px;       
display: block; 
border-radius: 50px;  
min-height: 200px;  
margin: 0 auto;
}
.img1{
background:rgba(221, 102, 119,0.5);
height:300px;      
}
.slider1 p{
font-size: 3em;
position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform : translate(0%,-50%);
  transform : translate(0%,-50%);  
font-weight: 700;    
color: #fff;    
}
.text_img{
  position: absolute;
  bottom: 35%;
  left: 20%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 30%;
  text-align: center;
    z-index: 99;
}
.text_img img{
width: 100%;    
}

/*パンクズ */
.breadcrumb {
  margin-bottom: 3%;
margin-top: 3% 0;	
  padding-left: 1%;
  list-style: none;
text-align: left;
padding-top: 2%;
position: absolute;
bottom: 0px;
left: 5%;    
}

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

.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;
}
.breadcrumb .fa-home{
color:#BF0404; 	
}
/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:70px;
	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;
}

.headline{
  position: relative;
  padding: 1.5rem 1rem;
  color: #DD6677;  
  font-size: 1.5em; 
}

.headline:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #DD6677 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #fff, #DD6677 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.headline2{
  position: relative;
  padding: 1.5rem 1rem;
  color: #89C6CC;  
  font-size: 1.5em; 
}

.headline2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #89C6CC 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #fff, #89C6CC 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.midashi{
width: 100%;    
height:auto;      
display: block;
position: relative;
z-index: 100;    
}

.midashi h2{
width: 100%;     
font-size: 3em;		
text-align: center;	  
font-weight: 700;  
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;   
line-height: 1.3;    
}
.midashi strong{
font-size: 1.5em;		  
width: 100%;    
  text-align: center;  
font-weight: 700;    
color:#DD6677;    
}
.midashi2 h2{
width: 100%;     
font-size: 2em;		
text-align: left;	  
font-weight: 700;  
 position: relative;
  padding: 1% 0;
  border-bottom: 6px solid #9B9B9B;
color: #DD6677;    
}
.midashi2 h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background:#B50006;
}
.midashi3 h2{
width: 100%;     
font-size: 2em;		
text-align: left;	  
font-weight: 700;  
 position: relative;
  padding: 1% 0;
  border-bottom: 6px solid #eee;     
}
.midashi3 h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background:#DD6677;
}
.midashi .small{
font-size:0.5em;		   
width: 100%;    
  text-align: center;    
display: block;    
}

.midashi img{
width: 100%;    
}

.contener{
max-width: 1170px;
 width: 100%;   
display: block;
margin: 0 auto;
}

.sp_menu{
display: none;        
    } 

.top_menu{
width: 100%;
height: auto;
display: inline-block;
    
}

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

.top_menu .menu_t .logo{
width:20%;	
}
.top_menu .menu_t .logo img{
width:100%;	
display: block;
margin: 0 auto;
}


.top_menu .m1{
width: 55%;
display: block;    
}
header{
position:sticky;  
background: #fff;  
top:0;
left: 0; 
z-index: 980;    
}
.top_wrapper{
width: 90%;   
height: auto;    
z-index: 990;
height: auto;
transition: all 0.5s;	
margin: 0 auto;
}
.top_wrapper.transform{
	background: #fff;
    
}

nav{
width: 100%;
position: relative;  
margin-top: 2%;    
 
}
nav ul{
width: 100%;		
display: flex;
align-items:center;	
justify-content:space-between;    
padding: 0;	
flex-wrap: wrap;
border-right:1px dashed #DD6677;
}
nav ul:before, nav ul:after {
    content: " ";
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    background-color: #DD6677;
    left: auto;
    right:-3px
}
nav ul:before {
    top:0
}

nav ul:after {
    bottom:0
}
nav ul li{
width: calc(100% / 6);
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto!important;
    flex: 1 0 auto;
    text-align: center;
    border-left: 1px dashed #DD6677;
}
nav ul li:before, nav ul li:after {
    position: absolute;
    width: 5px;
    height: 5px;
    left: -3px;
    background-color: #DD6677;
    content: " ";
    border-radius:50%
}
	
nav ul li:before {
    position: absolute;
    top:0
}

nav ul li:after {
    bottom:0
}

nav ul li:last-child {
    margin-right: 0;
    border-right:0
}

nav ul li a {
    display: block;
    font-size: 1em;
    color:#333;
    text-align: center;
	transition: all 0.5s;
  width: 100%;
    font-weight: 700;
}
nav ul li .small{
font-size:0.8em;		
color: #DD6677;    
width: 100%;    
  text-align: center;    
display: block;    
}

nav ul li .menu1::before {
  content: "";
  display:block;
  width: 70px;
  height: 70px;
  background: url("../img/menu1.png") no-repeat;
  background-size: contain;
  margin-right: 8px;
vertical-align: middle; 
margin: 0 auto;
 transition: all 0.5s;	   
}

nav ul li .menu2::before {
  content: "";
  display:block;
  width: 70px;
  height: 70px;
  background: url("../img/menu2.png") no-repeat;
  background-size: contain;
  margin-right: 8px;
vertical-align: middle; 
margin: 0 auto;
transition: all 0.5s;	    
    
}
nav ul li .menu3::before {
  content: "";
  display:block;
  width: 70px;
  height: 70px;
  background: url("../img/menu3.png") no-repeat;
  background-size: contain;
  margin-right: 8px;
vertical-align: middle; 
margin: 0 auto;
transition: all 0.5s;	    
}
nav ul li .menu4::before {
  content: "";
  display:block;
  width: 70px;
  height: 70px;
  background: url("../img/menu4.png") no-repeat;
  background-size: contain;
  margin-right: 8px;
vertical-align: middle; 
margin: 0 auto;
 transition: all 0.5s;	   
}
nav ul li .menu5::before {
  content: "";
  display:block;
  width: 70px;
  height: 70px;
  background: url("../img/menu5.png") no-repeat;
  background-size: contain;
  margin-right: 8px;
vertical-align: middle; 
margin: 0 auto;
 transition: all 0.5s;	   
}
nav ul li .menu6::before {
  content: "";
  display:block;
  width: 70px;
  height: 70px;
  background: url("../img/menu6.png") no-repeat;
  background-size: contain;
  margin-right: 8px;
vertical-align: middle; 
margin: 0 auto;
 transition: all 0.5s;	   
}
#header.fixed nav ul li .menu1::before {
  width: 40px;
  height: 40px;
text-decoration: transparent;
    
}
#header.fixed nav ul li .menu2::before {
  width: 40px;
  height: 40px;
text-decoration: transparent;
    
}
#header.fixed nav ul li .menu3::before {
  width: 40px;
  height: 40px;
text-decoration: transparent;
    
}
#header.fixed nav ul li .menu4::before {
  width: 40px;
  height: 40px;
text-decoration: transparent;
    
}
#header.fixed nav ul li .menu5::before {
  width: 40px;
  height: 40px;
text-decoration: transparent;
    
}
#header.fixed nav ul li .menu6::before {
  width: 40px;
  height: 40px;
text-decoration: transparent;
    
}



nav ul li a img {
    display: block;
    width: 50px;
    text-align: center;
    margin:0 auto;
}
nav ul li a:hover{
transform: translateY(-7px);  
text-decoration: transparent;    
}


.t-con{
width: 100%;
display: flex;    
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;    
}

.t-btn1{
width: 50%;	    
font-size: 2.5em;	   
transition: all 0.5s;  
color: #DD6677;  
display: block;  
text-align: center; 
padding: 0.5em 0;
margin-right: 15px;  
vertical-align: middle;  
font-weight: 700;
}
.t-btn1:hover{ 
color: #B50006;    
text-decoration: transparent;    
}

.t-btn2{
width: 25%;	    
font-size: 1em;	   
transition: all 0.5s;  
color: #fff;  
display: block;  
text-align: center; 
padding: 0.5em 0;
border: 1px #DD6677 solid;
margin-right: 15px;  
vertical-align: middle;    
background: #DD6677;
border-radius: 50px;    
}
.t-btn2:hover{ 
background: #fff;  
color:#DD6677;    
text-decoration: transparent;    
}

@keyframes bg_slide {
    100% {
        transform-origin: left top;
        transform: scaleX(1.0);
    }
    0% {
        transform-origin: left top;
        transform: scaleX(0.0);
    }
}


/*===ボタン===*/

 .btn_b a{
    background: #DD6677;
    color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 300px;
      border-radius: 30px;
     ransition: all 0.5s;	
    margin: 0 auto;
  }
  .btn_b a:before {
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    width: 25px;
    height: 3px;
    display: block;
    content: '';
    margin-top: 24px;
    position: absolute;
      ransition: all 0.5s;	
 
  }
.btn_b a:after {
    content:url("../img/icon.png") ;
    position: absolute;
    left: 3px;
    top: 9px;
    left: 230px;
    width: 1px;
    height: 1px;
     display: block;
    transition: all 0.5s;	
    z-index: 99;
}
  
  .btn_b a:hover:before {
    transform: scaleX(1);
      text-decoration: transparent;
  }
  .btn_b a:hover:after {
    left: 35px;
      text-decoration: transparent;
  }
  .btn_b a:hover{
      background: #B50006;
      text-decoration: transparent;
  }

 .btn_b2 a{
    background: #89C6CC;
    color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 300px;
      border-radius: 30px;
     ransition: all 0.5s;	
    margin: 0 auto;
  }
  .btn_b2 a:before {
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    width: 25px;
    height: 3px;
    display: block;
    content: '';
    margin-top: 24px;
    position: absolute;
      ransition: all 0.5s;	
 
  }
.btn_b2 a:after {
    content:url("../img/icon.png") ;
    position: absolute;
    left: 3px;
    top: 9px;
    left: 230px;
    width: 1px;
    height: 1px;
     display: block;
    transition: all 0.5s;	
    z-index: 99;
}
  
  .btn_b2 a:hover:before {
    transform: scaleX(1);
      text-decoration: transparent;
  }
  .btn_b2 a:hover:after {
    left: 35px;
      text-decoration: transparent;
  }
  .btn_b2 a:hover{
      background: #04b3c4;
      text-decoration: transparent;
  }
/*====ご挨拶===*/

.greeting-box{
width: 100%;
height: auto;
display:block;  
}

.greeting{
width: 100%; 
height: auto;   
padding: 5%;  
position: relative;
}
.greeting .g-photo1{
width: 90%;
display: block;
margin: 0 auto;
}
.g-photo2{
width: 30%;
margin-left: 70%;
}
.g-illust{
width: 30%;
position: absolute;
bottom: 0;
left: 0;    
}
.greeting-text strong{
font-size: 1.5em;
display: block; 
text-align:center;    
}
.greeting-text {
display: block;
margin: 0;    
font-size:1.2em;
text-align:left;
line-height:200%;  
color: #000;    
}

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

.item-box_flex{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;       
}
.item-box_flex2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;       
}
.item-box{
width: 100%;
height: auto;
display: block;    
}

.item-t{
width: 50%;
padding:2%;    
position: relative;
}
.kako1{
position: absolute;
top: 0;
left: 0;    
border-top:#eee 5px solid;
border-left:#eee 5px solid;   
width: 30px;
height: 30px;    
}
.kako2{
position: absolute;
bottom: 0;
right: 0;    
border-bottom:#eee 5px solid;
border-right:#eee 5px solid;   
width: 30px;
height: 30px;    
}
.item-p{
width: 50%;   
}
.item-p img{
width: 100%;   
}
.item-blue{
 
}
.item-pink{
   
}
.item-blue strong{
 color: #89c6cc; 
border-bottom: 2px solid #89c6cc; 
background: rgba(137,198,204,0.1);
padding:1% 1em;    
border-radius: 10px;    
}
.item-pink strong{
color: #DD6677; 
border-bottom: 2px solid #DD6677; 
background: rgba(221,102,119,0.1);
padding:1% 1em;  
border-radius: 10px;     
}
.box{
background:rgba(255,255,255,0.8);
height: 450px;
width:450px;    
display: block;
float: right;
border-radius: 50%;
position: relative;  
}
.box-text{
 position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 100%;   
padding: 10%;      
}
.box-text p{
font-size: 1.3em;  
line-height: 200%;    
font-weight: 700;    
}
.box-text strong{
font-size: 1.3em;    
display: block;  
line-height: 1.5;   
}
.map-back{
width: 100%;
background: url("../img/background4.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.dog-box{
border: #DD6677 3px solid;
padding: 5% 3%;
position: relative;
display: block;
margin-top: 5%;    
background: rgba(255,255,255,0.5);    
}
.dog-img1{
width: 20%;
position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);  
}
.dog-img2{
width: 10%;
position: absolute;
  top: -42px;
  right: 0;
}
/*====コンテンツ===*/

.btn3{  
display: block;
margin: 0 auto;
}
.button3{
    display:block;
    background:#000;
    text-align:center;
    color:#fff;
    cursor:pointer;
    position: relative;
    text-decoration: none;
     font-size: 1.2em;
    border:2px solid #000;
    width:50px;
height:50px;  
line-height: 45px;    
transition: all 0.5s;  
border-radius: 50px;    
}
.button3:hover{
    display:block;
    background:#fff;
    text-align:center;
    color:#000;
    cursor:pointer;
    position: relative;
    text-decoration: none;
     font-size: 1.2em;
text-decoration: transparent;  
}
.contents-box{
width: 98%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-around;
align-items:center;  
margin: 0 auto;
}
.contents{
width:calc(100% / 5);   
    position: relative;
      margin-top: 5%; 
      transition: all 0.5s;	
}

.cont-box{
width: 100%;   
   overflow: hidden; 
display: block;; 
}
.cont-box img{
width: 100%;   
  transform: scale(0.9);
  transition: .3s ease-in-out; 
    transition: all 0.5s;	
  
}
.cont-box:hover img {
  transform: scale(1);
    text-decoration: transparent;
}
.contents:hover{
     text-decoration: transparent;
}
.c-box{
position: absolute;
bottom:5%;
left:3%; 
 text-align: center; 
    z-index: 99;
}
figcaption{
 position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 100%;   
}
figcaption h3{
font-size: 2em; 
  text-align:center; 
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 0px 10px #333;
}
figcaption p{
font-size: 1em; 
    color: #fff;
text-align:center; 
background: #DD6677;
border-radius: 50px;   
width: 40%;   
margin: 2% auto;
}

/*====全ページ共通フッターメニュー===*/
footer{
width: 100%;
display:block;
text-align: center;	    
background-attachment: fixed;    
}
footer .footer-box{
height:auto; 
width: 100%;    
display: block;     
}
footer .footer-box .footer-back{
width: 100%;  
background:url("../img/footer_back.jpg");
background-position: bottom;
background-size: cover;     
}

.con-text{
font-size: 1.5em;
text-align:center;
color: #fff;  
font-weight: 700;    
}
.f-contact{
width:100%;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:center;    
}

.f-con{
width: calc(50% / 2);
margin: 0 1em;    
}
.f-con a{
border:1px solid #fff;
padding:1em 1%;
font-size: 1.5em;  
display: block;  
color: #fff;    
transition: all 0.5s;   
border-radius: 30px;  
font-weight: 700;    
}
.f-con a:hover{
background: #fff;
color: #000; 
text-decoration: transparent;    
}

.f-address{
width: 100%;   
background:url("../img/background2.jpg");
background-position: center;
background-size: cover;         
}
.f-address img{
width: 20%;
display: block;
margin: 0 auto;
}
.f_text{
width: 100%;    
text-align: center;
display: block;
margin: 0 auto;
font-size: 1em;  
text-align: 1.75;  
font-weight: 700;
}

footer .copyright small{
text-align: center;	
color:#fff;
padding:1% 0;
display: block;	
background:#DD6677;  
font-size: 0.9em;  
}
/*==========サービス内容===========*/
.preparation{
width: calc(95% / 5);      
}
.preparation img{
width: 100%;    
}
.preparation p{
font-size: 1.3em; 
font-weight: 700;  
text-align: center;    
}
.flow-box{
width: 100%;    
}
.flow-box img{
width: 50%;    
}
.flow{
padding: 3%;
background: #fff;
border-radius: 30px;
margin-bottom: 3%;    
}
.event-box{
width: 100%;
background: rgba( 137, 198, 204,0.05);       
}
.event{
 width: calc(95% / 4);   
background: #fff;
padding: 3%;
border-radius: 30px;
height: 600px;   
box-shadow: 2px 2px 5px #eee;    
}
.event img{
 width:80%;
 display: block;
margin: 0 auto;
}
.event p{
padding: 1px;
text-align: left;
}
.event .border-b{
border-bottom: #89C6CC 1px dotted; 
display: block;    
}
.step-box{
width: 100%;     
}
.step-flex{
width: 100%;  
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center; 
background: #fff;    
position: relative;  
margin-top: 5%;    
}
.step-photo{
width: 40%;    
}
.step-photo img{
width: 100%;
padding: 1%;    
}
.step-text {
width: 60%;    
  background: #fff;
  line-height: 1.75;
  padding: 1em 2%;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
font-size: 1em;  
text-align: left;
}
.step-text strong{
font-size: 1.5em; 
color: #DD6677;  
display: block;    
}
.step-flex:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
counter-increment: number 1;      /* number カウンタを増加 */
  content: "\f6d3   Step" counter(number);      /* 表示形式を指定 */    
  background:#DD6677;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 1%;
  font-size: 1.3em;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;    
}
.s-btn1{
width: 30%;	    
font-size: 1.5em;	   
transition: all 0.5s;  
color: #DD6677;  
display: block;  
text-align: center; 
padding: 0.5em 0;
margin-right: 15px;  
vertical-align: middle;  
font-weight: 700;
}
.s-btn1:hover{ 
color: #B50006;    
text-decoration: transparent;    
}

.s-btn2{
width: 30%;	    
font-size: 1em;	   
transition: all 0.5s;  
color: #fff;  
display: block;  
text-align: center; 
padding: 0.5em 0;
border: 1px #DD6677 solid;
margin-right: 15px;  
vertical-align: middle;    
background: #DD6677;
border-radius: 50px;    
}
.s-btn2:hover{ 
background: #fff;  
color:#DD6677;    
text-decoration: transparent;    
}
/*==========設備紹介===========*/
.facility-box{
width: 100%;    
background: rgba( 137, 198, 204,0.05);      
}
.facility-photo{
  width: calc(95% / 3);   
margin-bottom: 3%; 
background:url("../img/background2.jpg");
background-size: cover;
background-position: center;   
padding: 2%; 
box-shadow: 2px 0px 5px #eee;    
}
.facility-photo img{
  width:100%;
      
}
.facility-photo p{
font-size: 1.3em; 
font-weight: 700;  
color: #DD6677;    
}
/*==========事業所概要===========*/
.abutus-box{
width: 100%;   
background: rgba( 137, 198, 204,0.05);      
position: relative;    
}
.table_p{
position: relative;
width: 100%;    
}
.table_p p{
color: #DD6677; 
text-align: left; 
position: absolute; 
left: 4%; 
bottom: 0;  
font-size: 0.9em;    
}
.table-text{
 color:#DD6677; 
font-size: 0.9em;   
position: absolute;
bottom: 1%;
left: 5%;    
}
.list_table{
width: 100%;  
padding: 3%;   
background: #fff;   
border-radius: 30px;      
}
.list_table table{
    width: 100%;
}
.list_table tr{
width: 100%;     
}
.list_table th{
width: 40%;	
text-align: center;
padding: 1%;
font-size: 1em;	
background:url("../img/background2.jpg");
background-size: cover;
background-position: center;
font-weight: 700;  
color: #DD6677;  
border-radius: 5px;        
}

.list_table td{
width: 60%;	
text-align: left;
padding: 1%;
line-height: 1.75;	
font-size:1em;	
border-bottom: solid #eee 1px;
font-weight: 700;     
}
.map{
width: 100%;    
padding: 3%;  
background: #fff; 
border-radius: 30px;     
}
.map iframe{
height: 500px;    
}
.a-photo{
 width: calc(100% / 2);   
padding: 1%;  
}
.a-photo img{
width: 100%;  
border: 10px solid rgba(137, 198, 204,0.5);
}
/*===========お問い合わせ===========*/

.contact-box{
width: 100%;
background: rgba(255,255,255,0.1);  
}

.contact-text1 .red{
background-color: #DD6677;
font-size:0.7em;
padding:0.5% ;
margin-right: 5px;
color: #fff;
border-radius: 30px;  
}
.contact-text1{
font-size: 1em; 
}

.contact-wrapper{
width: 100%;	
    background: rgba(255,255,255,0.7); 
padding: 2%;    
}

.border1{
border-right: 1px solid #D7D7D7;
}
.border2{
border-left: 1px solid #D7D7D7;
}

.c-con{
width: 50%;   
background: rgba(255,255,255,0.7) ;  
height:auto;
margin: 0 auto;
padding: 2%;    
}
.c-con a{
font-size:2em;  
display: block;  
color: #B50006;
transition: all 0.5s; 
font-weight: bold;  
text-align: center;    
}
.c-con a:hover{
color:#CC250A;
text-decoration: transparent;    
    
}
.c-con .con-text{
font-size: 2em;      
font-weight: bold;  
color: #4169E1;    
text-align:left;
}
.c-con p{
 background: #DD6677;
 color: #fff;    
 margin-top:5px;    
}
form{
	width: 100%;
	text-align: center;
    padding: 100px 0;
}
.checkbox_text{
line-height: 1.75;	
}
.table1{
width: 100%;
background: rgba( 137, 198, 204,0.05);  
}
.table1 table{
width: 100%;	
}
.contact-table .blue{
	background-color:#89C6CC;
	font-size:0.7em;
	padding:1%;
    margin-right: 5px;
    color: #fff;
    border-radius: 30px;
}
.table1 .w30{
width: 30%;
margin-bottom: 2%;	
}
.contact-table .red{
	background-color: #DD6677;
	font-size:0.7em;
	padding:1%;
    margin-right: 5px;
    color: #fff;
    border-radius: 30px;
}


.contact-table tr{
}

.contact-table th{
	font-size: 1em;
	text-align: left;
	font-weight:300;
	padding-left: 2%; 
    border-bottom: 1px solid #eee;
}

.contact-table td p{
	font-size: 1em;
	font-weight:300;
	padding-top: 1%;
	line-height: 1.7;
}
.contact-table td img{
width:100%;	
margin-top: 1%;		
}
.contact-table td{
font-size: 1em;
padding: 2% 1%;
font-weight:300; 
width: 70%; 
 border-bottom: 1px solid #eee; 
text-align: left;
}

.contact-table td iframe{
height: 400px;	
}

.textareatablearea{
width:100%;
}
.textarea{
width: 100%!important;    
}
textarea{
width:100%;
height: 250px
}
.mailform dd p{
	margin-top: 1%;
	font-size:1.1em;
	letter-spacing: 4px;
	font-weight:300;
	line-height: 1.75;
}

.single p{
	text-align: center;
	font-weight:300;
}


.fm-text p{
	padding-bottom: 30px;
	font-size: 1em;
	text-align: left;
	line-height: 200%;
	font-weight:300;
}
.form-button
{
margin: 5% 0;
text-align: center;
}

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


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

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


.accordion h4{
font-size: 1em;
text-align: left;
padding-bottom: 3px;	
letter-spacing: 2px;
border-bottom: 1px dotted #555;
padding-left: 1%;
font-weight: 400;    
}
.accordion p{
font-size:0.9em;
text-align: left;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%;	
}

.toggle {
	display: none;
}
.Label {		/*タイトル*/
    font-size: 1.3em;
	padding: 1em;
	display: block;
	border-bottom:#555 solid 1px;
    color: #555;
    font-weight: bold;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #555;
	border-right: 2px solid #555;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
    text-decoration: transparent;
}
.Label,
.open {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.open {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .open {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .5s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
    text-decoration: transparent;
}


/* 20250827 Add */

.top_notice {
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}

.notice_title h2{
  border-bottom: 5px solid #DD6677;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2em;
}

.notice_txt {
  font-size: 1.2em;
}

@media (max-width: 1100px) {
  .top_notice {
    width: 70%;
    text-align: center;
    margin-bottom: 30px;
  }

  .notice_title {
    text-align: center;
  }

  .notice_txt {
    font-size: 1.2em;
    text-align: left;
  }
  
}


@media (max-width: 460px) {
  .top_notice {
    width: 95%;
  }
}