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


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
font-family: 'Zen Kaku Gothic New', sans-serif; 
background: #f3eee7;   
font-size: 15px;
line-height: 1.75;
letter-spacing: 0.1em;    
}


.fullscreenmenu{
display: none;
}
	.h100{
height: 100px;		
	}
	.h50{
height: 50px;		
	}
	.h30{
height: 30px;		
	}	
	.h20{
height: 20px;		
	}
	.h10{
height: 10px;		
	}
a{
	text-decoration: none;	
}
li{
	list-style-type: none;
}
h1,h2,p,.copyright{
color:#302d29;
font-weight: normal;	
}
.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: 1em;  
line-height: 200%; 
color: #000;    
}
.text1 strong{
font-size: 1.5em;    
display: block;  
line-height: 1.5;    
}
.kara{
text-indent: -1em;
padding-left: 1em;   
display: block;    
}
.text2{
font-size: 1.3em;    
line-height: 1.5;     
}

.sp_l{
      text-align: center;
    }

.tb_l{
      text-align: center;
    }
.tyuki{ 
color: #F25244;  
display: block;    
}
section{
padding: 100px 0!important;
}
.background1{
width: 100%;
display: block;
margin: 0 auto ;
background:url("../img/background1.png");
background-size: contain;
background-position: center;
z-index: -10;	  
}
.background2{
width: 100%;
height: auto;   
background: rgba(255,234,105,0.1);	
position: relative;    
}
.background3{
width: 100%;
height: auto;   
background: rgba(255,255,255,0.5);	
position: relative;    
}
.container {
max-width: 1170px;
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: 80%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
margin: 0 auto;
}
.flex-box3{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;    
}
.flex-box4{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:flex-start;
align-items:flex-start;    
}
.flex-box5{
width: 95%;
height: auto;
display: flex;    
justify-content:space-between;
align-items:center;    
margin: 0 auto;
}
/*TOPスライダー*/
.slider{
width: 100%;
height:100vh;  
display: block; 
position: relative;
}
.slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0.2) 30% , rgba(0,0,0,0.0) 100%);
    background-position: center,left bottom;
    background-size: cover ,600px;
    background-repeat: no-repeat;
}
.text_img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 50%;
  text-align: center;
}
.text_img img{
width: 100%;    
}
.slider1{
 width: 100%; 
height: 500px;
overflow: hidden;  
background: url("../img/top4.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;  
position: relative;
}
.slider1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0.4) 50% , rgba(0,0,0,0.0) 100%);
    background-position: center,left bottom;
    background-size: cover ,300px;
    background-repeat: no-repeat;
    overflow: hidden;  
}

.slider1 p{
color: #fff;
position: absolute;
top: 65%;
left: 50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);
width: 100%;   
font-weight: 500; 
display: block;
text-align: center;    
text-shadow:2px 0 30px #000;  
z-index: 99;    
}
/*パンクズ */
.breadcrumb {	
  padding-left: 1%;
  list-style: none;
text-align: left;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
font-size: 0.8em;
}

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

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb .item_text{
color: #288AD3;    
}
.breadcrumb li a {
  text-decoration: none;
  color: #000;/*色*/
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .fa-home{
color:#BF0404; 	
}
/*スクロールダウン全体の場所*/
.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;
}


.heading1{
font-size: 1.8em; 
color: #00B4BD;    
position: relative;
padding: 1rem .5rem;
width: 98%;
display: block;
margin: 0 auto;
font-family: 'Zen Old Mincho', serif;    
}

.heading1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00B4BD), to(#FFEA69));
  background-image: -webkit-linear-gradient(right, #00B4BD 0%, #FFEA69 100%);
  background-image: linear-gradient(to left, #00B4BD 0%, #FFEA69 100%);
}

.heading2{
font-size: 1.5em; 
color: #00B4BD;
text-align: left;
position: relative;
padding: 1rem 2rem;
border-bottom: 6px solid #00B4BD;
width: 98%;
display: block;
margin: 0 auto;    
font-family: 'Zen Old Mincho', serif;    
}

.heading2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #FFEA69;
}
.heading4{
font-size: 1.5em; 
color: #7D9ACF;
text-align: left;
position: relative;
padding: 1rem 2rem;
border-bottom: 6px solid #7D9ACF;
width: 98%;
display: block;
margin: 0 auto;    
font-family: 'Zen Old Mincho', serif;    
}

.heading4:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #FFEA69;
}
.heading3{
font-size: 1.3em; 
color: #00B4BD;
text-align: left;
width: 98%;
display: block;
margin: 0 auto; 
font-family: 'Zen Old Mincho', serif;    
}
.heading5{
font-size: 1.8em; 
color: #7D9ACF;    
position: relative;
padding: 1rem .5rem;
width: 98%;
display: block;
margin: 0 auto;
font-family: 'Zen Old Mincho', serif;    
}

.heading5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#7D9ACF), to(#FFEA69));
  background-image: -webkit-linear-gradient(right, #7D9ACF 0%, #FFEA69 100%);
  background-image: linear-gradient(to left, #7D9ACF 0%, #FFEA69 100%);
}
.midashi{
width: 100%;    
height:auto;      
display: block;
position: relative;
z-index: 100;    
}


.midashi h2{
width: 100%;     
font-size: 1.5em;		
text-align: center;	
color: #000;    
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;     
}
.midashi strong{
font-size:3em;		
color:#F25244;   
display: block;    
width: 100%;    
  text-align: center;  
    z-index: -5;
    display: block;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
}

.midashi p{
font-size: 2.5em;		
color: #302d29;;   
display: block; 
  text-align:center;  
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;     
    font-weight: 500;
       font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
}


.midashi img{
width: 100%;    
}
.midashi2{
width: 100%;    
height:auto;      
display: block;    
}
.midashi2 p{
width: 100%;    
height:auto;      
display: block;  
color: #fff;
font-size: 1em;    
}
.midashi2 strong{
width: 100%;    
height:auto;      
display: block;  
color: #fff;
font-size: 3em;  
   font-family: 'Zen Old Mincho', serif;
    font-weight: 500;    
}
.midashi3{
width: 100%;    
height:auto;      
display: block;    
}
.midashi3 p{
width: 100%;    
height:auto;      
display: block;  
color: #fff;
font-size: 1em;    
}
.midashi3 strong{
width: 100%;    
height:auto;      
display: block;  
color: #fff;
font-size: 3em;  
   font-family: 'Zen Old Mincho', serif;
    font-weight: 500;    
}
.midashi4{
width: 100%;    
height:auto;      
display: block;    
}
.midashi4 p{
width: 100%;    
height:auto;      
display: block;  
color: #fff;
font-size: 1em;    
}
.midashi4 strong{
width: 100%;    
height:auto;      
display: block;  
color: #fff;
font-size: 2.5em;  
   font-family: 'Zen Old Mincho', serif;
    font-weight: 500;    
}
.contener1{
max-width: 1170px;
 width: 100%;   
display: block;
margin: 0 auto;
}
.contener2{
 width:90%;   
display: block;
margin: 0 auto;
}
.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;    
}

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


.top_menu .m1{
width: 90%;
display: block;
margin: 1% auto;
position: relative;    
}

.top_wrapper{
width: 100%;   
height: auto;    
position:fixed;
top:0; 
left: 0;
z-index: 999;
height: auto;
transition: all 0.5s;	
}
.top_wrapper.transform{
background: rgba(255,255,255,0.8);    
	padding: 10px 0;
}

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

nav ul:after {
    bottom:0
}
nav ul li{
width: calc(100% / 7);
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    border-left: 1px dashed #fff;
    height: 50px;
}
nav ul li:before, nav ul li:after {
    position: absolute;
    width: 5px;
    height: 5px;
    left: -3px;
    background-color: #fff;
    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;
    position: relative;
    line-height: 1.6;
    font-size: 1em;
    font-weight: 500;
    color:#fff;
    text-align: center;
	transition: all 0.9s;
  width: 100%;
    top: 50%;
 left:0%;
  -webkit-transform : translate(0%,-50%);
  transform : translate(0%,-50%);
    display: inline-block;
    padding: 3% 0;
}
nav ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 2px;
    background:#F25244;
    -webkit-transition: 0.2s width ease-in;
    transition: 0.2s width ease-in;
    z-index:-2;
	margin: 2% 0;
}
nav ul li a .boder-bottom {
    display: block;
    color: #5E5E5E;
    font-size: 0.8em;
    letter-spacing:0
}

nav ul li a img {
    display: block;
    width: 80px;
    text-align: center;
    margin:0 auto 3px
}


nav ul li a:hover, nav ul li a.active {
    -webkit-transition: 0.2s all ease-in;
    transition:0.2s all ease-in;
	transition: all 0.9s;
}

nav ul li a:hover:after, nav ul li a.active:after {
    width:30px;
	text-decoration: transparent;	
}
#header.fixed nav ul li:before, #header.fixed nav ul li:after {
    background-color: #302d29;
}

#header.fixed nav ul li:before, #header.fixed nav ul li:after {
    background-color: #302d29;
}
#header.fixed nav ul:before, #header.fixed nav ul:after {
    background-color: #302d29;
}
#header.fixed nav ul li{
 border-left: 1px dashed #302d29;
}
#header.fixed nav ul{
border-right:1px dashed #302d29;
}
#header.fixed nav ul li a{
    color: #302d29;	
}

#header.fixed .top_menu .menu_t .logo{
    width: 0;
}

#header.fixed nav ul li a{
    color: #302d29;	
}
#header.fixed nav ul li a:hover{ 
color: #302d29;    
text-decoration: transparent;    
}
#header.fixed .t-btn1{
    color:  #F25244;	
}
#header.fixed .t-btn1:hover{ 
color: #302d29;     
text-decoration: transparent;    
}
#header.fixed .t-btn2{
    border: 1px #302d29 solid;
    color: #302d29;	
}
#header.fixed .t-btn2:hover{ 
background: #FFEA69;
 border: 1px #FFEA69 solid;      
text-decoration: transparent;    
}
#header.fixed .t-btn3{
    color: #302d29;	
}
#header.fixed .t-btn3:hover{ 
opacity: 0.7;
text-decoration: transparent;    
}

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

.t-btn1{
width: 25%;	    
font-size: 1.8em;	   
transition: all 0.5s;  
color: #fff;  
display: block;  
text-align: center; 
margin-right: 15px;  
vertical-align: middle;    
}
.t-btn1:hover{ 
opacity: 0.5; 
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 #fff solid;
margin-right: 15px;  
vertical-align: middle; 
border-radius: 30px;    
}
.t-btn2:hover{ 
background: #FFEA69;  
color: #000;    
text-decoration: transparent;    
}
.t-btn3{   
width: 5%;	    
font-size: 2.5em;	   
transition: all 0.5s;  
color: #fff;  
display: block;  
text-align: center;  
margin-right: 10px;      
}
.t-btn3:hover{ 
opacity: 0.5;    
text-decoration: transparent;    
}

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


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


.width1{
width: 50%;    
}
.width2{
width: 80%;    
}
.width3{
width: 30%;    
}
.width4{
width: 20%;    
}
.button {
      background: rgba(255,255,255,0.5);
     border:2px solid #F25244;  
  position: relative;
  display: inline-block;
 color: #F25244;
  text-align: center;
  text-decoration: none;
  transition: .3s;
    display: block;
    margin: 0 auto;
    z-index:0;
    padding: 1%;
    border-radius: 5px;
    font-size: 1em;
    margin-top: 3%;
    overflow: hidden;
    position: relative;
}
.button:hover {
  color: #fff;
    border-radius: 5px;
     border:2px solid #000;  
}
.button::before {
  position: absolute;
     background: #000;  
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
      z-index: -1;
}

.btn{
width: 100%;
margin: 1% 0;
float: right;
color: #2f220a;
font-size: 1em;  
text-align: left;    
font-weight: 500;    
}
.b_w1{
 width: 50%;   
}
.b_w2{
 width: 30%;   
}
.btn .back_orange,.btn .back_blue,.btn .back_green{     
width: 50px;
height:50px;
border-radius: 50%;
line-height: 50px;    
vertical-align: middle; 
transition: all 0.5s;      
text-align: center;    
}
.btn .back_orange{
 background: #FFEA69;    
text-decoration: transparent;   
 color: #fff;       
     
}
.btn .back_blue{
 background: #7D9ACF;   
 color: #fff;     
text-decoration: transparent;      
}
.btn .back_green{
 background: #00B4BD;   
 color: #fff;  
text-decoration: transparent;   
}
.btn .back_orange:hover{
 background: #d8bf29;  
text-decoration: transparent;      
}
.btn .back_blue:hover{
 background: #7ca6f2;     
text-decoration: transparent;      
}
.btn .back_green:hover{
 background: #27e9f2;   
text-decoration: transparent;   
}

.btn2{
width: 30%;
margin: 1% auto;
background: #00B4BD;
font-size: 1em;  
text-align: left;    
font-weight: 500;   
padding: 1%;
text-align: center;
color: #fff;  
border-radius: 20px; 
display: block;  
transition: all 0.5s;	 
border:solid 2px #00B4BD;    
}
.btn2:hover{
background: #fff;
color: #00B4BD;  
text-decoration: transparent;    
}
.btn3{
width: 30%;
margin: 1% auto;
background: #7D9ACF;
font-size: 1em;  
text-align: left;    
font-weight: 500;   
padding: 1%;
text-align: center;
color: #fff;  
border-radius: 20px; 
display: block;  
transition: all 0.5s;	 
border:solid 2px #7D9ACF;    
}
.btn3:hover{
background: #fff;
color: #7D9ACF;  
text-decoration: transparent;    
}
/*====ご挨拶===*/

.greeting-box{
width: 100%;
height: auto;
display: inline-block;
background: url("../img/greeting1.jpg");    
background-size: cover;
background-position: center;
background-repeat: no-repeat;        
}
.greeting-box2{
width: 100%;
height: auto;
display: inline-block;
background: url("../img/greeting2.jpg");    
background-size: cover;
background-position: center right;
background-repeat: no-repeat;        
}

.greeting-box3{
width: 100%;
height: auto;
display: inline-block;
background:rgba(255,234,105,0.5);
padding: 5%; 
border-radius: 20px;      
}
.greeting-box4{
width: 100%;
height: auto;
display: inline-block;
background: url("../img/greeting3.jpg");    
background-size: cover;
background-position: center;
background-repeat: no-repeat;       
}
.greeting-box5{
width: 100%;
height: auto;
display: inline-block;
background: url("../img/greeting5.jpg");    
background-size: cover;
background-position: center;
background-repeat: no-repeat;       
}
.greeting-box6{
width: 100%;
height: auto;
display: inline-block;
background: url("../img/greeting6.jpg");    
background-size: cover;
background-position: center;
background-repeat: no-repeat;       
}
.greeting-box7{
width: 100%;
height: auto;
display: inline-block;
background:rgba(255,234,105,0.1);
padding: 5%; 
border-radius: 20px;      
}
.greeting{
width: 98%; 
height: auto;   
padding: 5%;  
background: rgba(255,255,255,0.9); 
border-radius: 20px;    
margin: 0 auto;
}

.greeting2{
width: 98%; 
height: auto;   
padding: 2%;  
background: rgba(255,255,255,0.9); 
border-radius: 20px;    
margin: 0 auto;
}
.greeting3{
width: 98%; 
height: auto;   
padding: 5%;  
background: rgba(255,255,255,0.9); 
border-radius: 20px;    
margin: 0 auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center
    
}

.greeting-text strong{
font-size: 1.5em;
display: block; 
 font-weight: 500; 
font-family: 'Zen Old Mincho', serif;    
}
.greeting-text {
display: block;
margin: 0;    
font-size:1em;
text-align:left;
line-height:200%;  
color: #000; 
position: relative;
z-index: 100;    
}

.g-text{
width: 100%; 
position: relative;
}

.g-text h2{
  font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    font-size: 2em;
}
.g-text .g-text_img{
width: 70%; 
display: block;
margin: 0 auto;
}

.img2{
position: absolute;
width: 10%; 
bottom: 0;
right: 0;    
}
.g-photo{
width: 100%;  
}
.g-photo img{
width: 100%; 
display: block;
margin: 0 auto;
border-radius: 20px;    
}
.g-text3{
width: 60%; 
position: relative;
padding: 0 3%;    
}
.g-photo3{
width: 40%;  
}
.g-photo3 img{
width: 90%; 
display: block;
margin: 0 auto;
border-radius: 20px;    
}
.g-table{
width: 60%;
display: block;    
}
.g-text4{
width: 70%; 
position: relative;
padding: 0 3%;    
}
.g-photo4{
width: 30%;  
}
.g-photo4 img{
width: 90%; 
display: block;
margin: 0 auto;
border-radius: 20px;    
}
/*===共通===*/

.item-box_flex{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-around;
align-items:center;   
background: #fff;  
border-radius: 30px;  
overflow: hidden;    
}
.item-box{
width: 100%;
height: auto;
display: block; 
position: relative;   
}
.img1{
position: absolute;
  bottom: 5%;
  right: 5%;
  -webkit-transform : translate(50%,50%);
  transform : translate(50%,50%);
  width: 50%;
}

.item-t{
width: 50%;
padding:8%; 
position: relative;  
}
 .item_img{
 width: 90%; 
display: block;
margin: 0 auto;
}
.item-p{
width: 50%; 
    
}
.item-p img{
width:90%;   
border-radius: 30px;  
    position: relative;
    z-index: 99;
display: block;
margin: 0 auto;
}
.item-t h2{
  font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    font-size: 2em;
}
.item-t2{ 
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 50%;
}

.item-p2{
width: 100%;
position: relative;
background: url("../img/about1.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 300px;    
}

/*====コンテンツ===*/
.btn3{  
display: block;
margin: 0 auto;
}
.button3{
    display:block;
    background:#fff;
    text-align:center;
    color:#302d29;
    cursor:pointer;
    position: relative;
    text-decoration: none;
     font-size: 1.2em;
    border:2px solid #302d29;
    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(90% / 3);   
    position: relative;
      transition: all 0.5s;	
    opacity: 0.8;
}

.cont-box{
width: 100%;   
   overflow: hidden; 
display: block;; 
}
.cont-box img{
width: 100%;   
  transform: scale(1);
  transition: .3s ease-in-out; 
    transition: all 0.5s;
        border: 1px solid #fff;
  
}
.cont-box:hover img {
  transform: scale(0.9);
    text-decoration: transparent;
    border: 3px solid #fff;
}
.contents:hover{
background-color:#FFEA69;
     text-decoration: transparent;
    opacity: 1;
}
.c-box{
position: absolute;
bottom:5%;
left:3%; 
 text-align: center; 
    z-index: 99;
}
.contents_text1{
font-size: 1.3em; 
position: absolute;
  bottom: 15px;
  right: 15px; 
    line-height: 1.3;
    color:#302d29;
      font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
}


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

.con-text{
font-size: 1.5em;
text-align:center;
color: #fff;     
}
.f-box{
width: calc(90% / 3);
margin: 2% 0;    
}
.f-contact img{
width: 25%;
display: block;
margin: 0 auto;
}
.f-con{
width: 100%;  
margin-top: 2%;    
}
.f-con a{
border:1px solid #fff;
padding:1em 1%;
font-size: 1.5em;  
display: block;  
color:#302d29;
background: #FFEA69;    
transition: all 0.5s;    
border-radius: 20px; 
font-weight: 500;    
}
.f-con a:hover{
background: rgba(255,255,255,0.02);
color: #fff; 
text-decoration: transparent;    
    
}
.f-con p{
border:1px solid #fff;
background: #00B4BD;    
padding:1em 1%;
font-size: 1.5em;  
color: #fff; 
border-radius: 20px;     
font-weight: 500;     
}

.f_text{
width: 100%;    
text-align: center;
color: #fff; 
display: block;
margin: 0 auto;
font-size: 1em;  
text-align: 1.75;    
}

footer .f-text1{
text-align: center;	
color: #fff;
font-size: 1.1em;	
line-height: 1.75;	
}
footer .f-text2{
text-align: center;	
color: #333;
font-size: 1.3em;
line-height: 1.6;       
}
footer .copyright small{
text-align: center;	
color:#302d29;
padding:1% 0;
display: block;	
background:#FFEA69;  
font-size: 0.9em;  
}
/*===========わ音ひまつぶし===========*/
.menu_table{
width: 100%;
padding: 3%;     
}

.menu_table tr{
width: 100%;   
background: rgba(255,255,255,0.8);    
}
.menu_table th{
text-align: center;
padding: 2%;
font-size: 1em;	
border-bottom: 1px solid #fff;    
font-weight: 500;    
}

.menu_table td{	
text-align: left;
padding: 2%;
line-height: 1.75;	
font-size:1em;	
border-bottom: 1px solid #fff;    
}
.w1{
width: 25%;    
}
.w2{
width: 20%;    
}
.w3{
width: 55%;    
}
.schedule{
position: relative;
width: 90%;
display: block;
margin: 0 auto;
border-radius: 20px; 
background: rgba(255,255,255,0.5);    
}
.img3{
position: absolute;
bottom:2%;
left: 5%;
width: 10%;    
}
.img4{
position: absolute;
bottom:2%;
right: 5%;
width: 10%;    
}
.event{
position: relative;
width: 90%;
display: block;
margin: 0 auto;
border-radius: 20px;  
background: rgba(255,255,255,0.5);      
}
/*===========わ音奈田===========*/
.service{
width:100%; 
display: block;
margin: 0 auto;
background:rgba(255,255,255,0.5);    
border-radius: 20px;   
padding: 5%;    
}

.service-box{
 width: calc(94% / 3);      
}
.service-box img {
width: 70%;
display: block;
margin: 5% auto;
}
.service-box2{
 width: calc(100% / 4);      
}
.service-box2 img {
width: 70%;
display: block;
margin: 5% auto;
}
.service-box3{
 width: 100%;   
}
.service-box3 img{
 width: 100%;   
}
.servic_img{
width: 40%; 
display: block;
margin: 0 auto;
}
.activity{
width: calc(94% / 3);   
margin:2% 1% 0;    
}
.activity p{
text-align: left;
}
.activity-back{
padding: 10%; 
background: #fff; 
position: relative;   
height: 350px;    
}
.img5{
position: absolute;
width: 100px;
bottom: 0;
right: 0;    
}
.time-box{
width: 80%;    
display: block;
margin: 0 auto;
display: block;  
  
font-weight: 500;    
}
.img{
width: 100%;  
border-radius: 50px;    
}
.time-box .time-schedule {
width: 100%;
  list-style: none;
  margin: 0 auto 0 8em;
  padding-left: 20px;
  border-left: 6px solid #7D9ACF;
  box-sizing: border-box;
}

.time-box.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.time-box .time-schedule span.time {
  width: 5em;
  display: inline-block;
  margin-left: -7em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: middle;
  position: relative;
  text-align: right;
  box-sizing: border-box;
color: #7D9ACF;    
font-size: 1.3em;    
}

.time-box .time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 0px;
  background: #7D9ACF;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.time-box .time-schedule .sch_box {
  display: inline-block;
  width: 80%;
  margin-left: 37px;
  padding:1px 10px;
  vertical-align: middle;
  background: rgba(255,255,255,0.5);
  box-sizing: border-box;
  border-radius: 6px;
      
}

.time-box .time-schedule .sch_box img{
width: 100%;
}

.time-box .time-schedule .sch_title {
  font-size: 1em;
  font-weight: 500;  
}

.time-box.time-schedule .sch_tx {
  font-size: 14px;
}
.qfa-box{
width: 100%;  
background: rgba(255,255,255,0.5);  
margin: 0 auto;
padding:0 3%;    
}
.question1{
width: 95%;    
font-size: 1em;     
padding: 1%; 
text-align: left;
}
.question2 strong{
font-size: 1.3em;
color: #333;
background: #FFEA69;
display: block; 
width: 50px;
height: 50px;  
text-align: center;
line-height: 50px;      
}
.answer1{
width: 95%;      
font-size: 1em;  
background: #fff; 
padding: 1% 2%; 
text-align: left;    
}
.answer2 strong{
font-size: 1.3em;
color: #fff;
background: #00B4BD;  
display: block;  
width: 50px;
height: 50px;  
text-align: center;
line-height: 50px;    
}
/*===========法人概要===========*/
.map{
width: 100%;  
display: block;
margin: 0 auto;
padding: 0 3%;
}
.map iframe{
width: 100%;
height: 450px;    
}
/*===========求人・お問い合わせ===========*/
.list_table{
width: 100%;
padding: 3%;     
}

.list_table tr{
width: 100%;   
background: rgba(255,255,255,0.8);    
}
.list_table th{
width: 40%;	
text-align: center;
padding: 1%;
font-size: 1em;	
border-bottom: 1px solid #fff;    
font-weight: 500;    
}

.list_table td{
width: 60%;	
text-align: left;
padding: 1%;
line-height: 1.75;	
font-size:1em;	
border-bottom: 1px solid #fff;    
}

.contact-box{
width: 100%;
background: rgba(255,255,255,0.1);  
}
.contact_flex{
width: calc(90% / 3);
margin: 2% auto;    
}

.contact-text1 .red1{
font-size: 0.9em;
background-color:#F25244;	
padding:0.5% 1%;
font-weight: 500;
width: 100%;
border-radius: 5px;   
color: #fff;    
}
.contact-text1{
font-size: 1em; 
}

.contact-wrapper{
width: 100%;	
    background: rgba(255,255,255,0.7);     
}
.contact-flex{
    width: calc(70% / 2);

}
.c-con{
width: 100%;  
margin-top: 2%;    
}
.c-con a{
border:1px solid #fff;
padding:1em 1%;
font-size: 1.5em;  
display: block;  
color:#302d29;
background: #FFEA69;    
transition: all 0.5s;    
border-radius: 20px; 
font-weight: 500;    
}
.c-con a:hover{
background:#fff;
color:#d8bf29; 
border:1px solid #d8bf29;    
text-decoration: transparent;    
    
}
.c-con p{
border:1px solid #fff;
background: #00B4BD;    
padding:1em 1%;
font-size: 1.5em;  
color: #fff; 
border-radius: 20px;     
font-weight: 500;     
}
form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.75;	
}
.table1{
width: 100%;
padding:3%;	
background: rgba(255,255,255,0.9);    
}
.table1 table{
width: 100%;	
 
}
.contact-table .white1{
	background-color:#999;
	font-size:0.7em;
	padding:0.7% 1%;
    margin-right: 5px;
    border-radius: 5px;
    color: #fff;
}
.table1 .w30{
width: 30%;
margin-bottom: 2%;	
}
.contact-table .red1{
	background-color:#F25244;
	font-size:0.7em;
	padding:0.7% 1%;
    margin-right: 5px;
    border-radius: 5px;
    color: #fff;
}


.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%;	
border-radius: 50px;	
}
.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%!important;
}

textarea{
width:100%!important;
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: 1.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: #FFEA69;
	transition: all 0.5s;	
	font-weight:300;
    border-radius: 50px;
    border:1px solid #FFEA69;
    color:#302d29;
}
.form-button button:hover{
     background: #d8bf29;
    border: 1px solid #d8bf29;
    color: #fff;
	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%!important;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
input[type="tel"]{
	width: 100%!important;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
input[type="email"]{
	width: 100%!important;
	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;    
}

.kojin{
width: 100%;
height: auto;
display:block;	
margin: 0 auto;
}
.kojin h3{
font-size: 1.2em;
margin-bottom: 1%;	
font-weight:300;
transition: all 0.5s;
padding: 1%;
text-align: left;	
background: #FFEA69;   
}
.kojin h3:hover{
text-decoration: transparent;	
background: #d8bf29; 
color: #fff;    
}
.kojin h4{
font-size: 1em;
text-align: left;
padding-bottom: 3px;	
letter-spacing: 2px;
border-bottom: 1px solid #d8bf29;
padding-left: 1%;	
font-weight: 400;    
}
.kojin p{
font-size:0.9em;
line-height:200%;	
text-align: left;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%;	
}
#open1{
padding:3%;	
background:rgba(255,255,255,0.3);
}

