
/*********************************************/
/*ローディング
/*********************************************/
#loading-wrapper { 
  position: fixed;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
background: #fff;
background: url(../img/load_bg.jpg) repeat;
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  transition: all 0.3s; 
  z-index: 9999;
} 

/***アニメ***/
.spinner {
  margin: 0px auto;
  width: 300px;
  height: 70px;
  text-align: center;
  font-size: 15px;
  color:#14375e;
  margin-top:-270px;
}

.spinner > div {
  background-color: #14375e;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.completed {
  opacity: 0;
  visibility: hidden;
}






/*******************************************/
 IEのみの対応
/**********************************************/
.ieonly{
	display: none;
}

#ieonly{
	display: none;
}

@media all and (-ms-high-contrast:none) {
 /* IE10以降に適応されるCSS */
	#ieonly{
		display: block;
	}
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .foo { 

	#ieonly{
		display: block;
	}
} /* IE11 */
}
/********************************************/
a {
text-decoration:none;
}

body {
/*	font-family: 'Noto Sans JP', 'Lato', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
/*
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
 */
/*font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;

	font-size: 15px;
	line-height: 1.7;
	background: #fff;
	margin:0;
	padding: 0;
	letter-spacing: 0.05em;
}

/********************************/
img{
	max-width:100%;
	border:0px;
}
a{
 text-decoration: none; 
}
a img{
	border:0px;
}
th {
font-weight: normal;
}



/****ヘッダーメニュー**************************/
.fix-header {
	background-color:#fff;
	top: -66px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #000;
	padding-top:0px;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
	border-bottom:0px solid #e8e3d8;
	height:55px;
/*	opacity: 0; */
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
	}

	.fix-header-contents{
		width:1000px;
		margin: 0 auto;
		background-color:#dff3f2;
	}

.fix-header ul{
list-style-type: none;
}


#fix-header-logo{
	float:left;
	height:54px;
}

#fix-header-logo img{
padding-top:0px;
width:170px;
}

#scroll-fix-menu a img:hover{
   border-bottom:2px solid #0f142a;
	transition:border-color 0.6s ease-out;
}

/* micro clearfx */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

	nav{
		width:100%;
		background-color: #646464;
	}
	.nav-container{
		width:800px;
		margin: 0 auto;
	}
	
	nav ul{
		padding:0;
		list-style: none;
	}
	
	nav ul li{
		float:left;
		margin:0px 0px 0px 0;
	}
	
	nav ul li a,nav ul li a:visited{
	}
	
	article{
		width:800px;
		margin:20px auto ;
	}

/***************/
.navimain{
	float:right;
	background-color:#fff;
	margin:0px 00px 0px 0px ;
}




.navimain2{
	float:left;
	background-color:#fff;
	margin:0px 0px 0px 0px ;
}
.navimain_ue{
	width:750px;
	background-color:#fff;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;

}

.navimain_shita{
	margin:6px 15px 0px 15px ;
	padding:3px 4px 3px 4px ;
	background-color:#f1f1f1;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-left:1px solid #e8e2d5;
	border-right:1px solid #e8e2d5;
	border-top:1px solid #e8e2d5;
	
}


.naviright{

	float:right;
	width:120px;
}


.nav_menu{
	
}

.nav_title{
	font-size:14px;
	color:#a08e62;
}



.nav_title a{
font-weight: bold;
	font-size:14px;
	color:#686868;
	transition: color 0.3s;
}

.nav_title a:hover{
	color:#f29400;
	transition: color 0.3s;
}


#dadj{
	color:#d5cfb9;
}

	
	

a .nav_title{
	color:#000;
}
a:hover .nav_title{
	color:#e43e15;
	transition: color 0.3s;
}
/**マウスホバーで動かす*******/
.hlink{
}
.hlinkimg{
  margin-top:5px;
  margin-bottom:0px;
  transition: margin 0.3s;
}


.hlink:hover .hlinkimg{
  margin-top:0px;
  padding-bottom:5px;
  transition: margin  0.3s;
  transition: padding  0.3s;
}

table {
    border-spacing: 0px;
}



.hlinkimg1{  margin-top:5px;  margin-bottom:0px;  transition: margin 0.3s;}
.hlink1:hover .hlinkimg1{  margin-top:0px;  padding-bottom:5px;  transition: margin  0.3s;  transition: padding  0.4s;}

.hlinkimg2{  margin-top:5px;  margin-bottom:0px;  transition: margin 0.3s;}
.hlink2:hover .hlinkimg2{  margin-top:0px;  padding-bottom:5px;  transition: margin  0.3s;  transition: padding  0.4s;}

.hlinkimg3{  margin-top:5px;  margin-bottom:0px;  transition: margin 0.3s;}
.hlink3:hover .hlinkimg3{  margin-top:0px;  padding-bottom:5px;  transition: margin  0.3s;  transition: padding  0.4s;}

.hlinkimg4{  margin-top:5px;  margin-bottom:0px;  transition: margin 0.3s;}
.hlink4:hover .hlinkimg4{  margin-top:0px;  padding-bottom:5px;  transition: margin  0.3s;  transition: padding  0.4s;}

.hlinkimg5{  margin-top:5px;  margin-bottom:0px;  transition: margin 0.3s;}
.hlink5:hover .hlinkimg5{  margin-top:0px; padding-bottom:5px;  transition: margin  0.3s;  transition: padding  0.4s;}


/*****へこむボタン***********************************************/
.btn1 {
  border: 0;
  box-shadow: none;
  cursor: pointer;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
  display: block;
  width: 120px;
  height: 20px;
  padding: 20px 20px 20px 20px;
  margin: 8px 0px 0px 0px;
  color: #726648;
  font-size: 14px;
  background: #f4f4f4;
  box-shadow: 0px 3px 0 #a1a1a1;
  transition: .3s;
}

.btn1:hover {
  color: #726648;
  box-shadow: none;
  background: #f4f4f4;
  transform: translate3d(0, 5px, 0);
}


.btn2 {
font-family: 'M PLUS 1p', sans-serif;
  border: 0;
  box-shadow: none;
  cursor: pointer;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
  display: block;
  width: 120px;
  height: 25px;
  padding: 6px 4px 4px 4px;
  margin: 10px 0px 0px 0px;
  color: #fff;
  font-size: 16px;
  background: #de961d;
  box-shadow: 0px 3px 0 #a1a1a1;
  transition: .3s;
}

.btn2:hover {
  color: #fff;
  box-shadow: none;
  background: #de961d;
  transform: translate3d(0, 5px, 0);
}



.btn3 {
  border: 0;
  box-shadow: none;
  cursor: pointer;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
  display: block;
  width: 90px;
 padding: 3px 4px 1px 4px;
  margin: 10px 0px 10px 0px;
  color: #726648;
  font-size: 13px;
  background: #f4f4f4;
  box-shadow: 0px 2px 0 #a1a1a1;
  transition: .3s;
  text-align:center;
}

.btn3:hover {
  color: #726648;
  box-shadow: none;
  background: #f4f4f4;
  transform: translate3d(0, 5px, 0);
}


.btn4 {
  text-align:center;
font-family: 'M PLUS 1p', sans-serif;
  border: 0;
  box-shadow: none;
  cursor: pointer;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
  display: block;
  width: 90px;
  padding: 7px 4px 5px 4px;
  margin: 6px 0px 0px 0px;
  color: #fff;
  font-size: 16px;
  background: #de961d;
  box-shadow: 0px 2px 0 #a1a1a1;
  transition: .3s;
}

.btn4:hover {
  color: #fff;
  box-shadow: none;
  background: #de961d;
  transform: translate3d(0, 5px, 0);
}





.btn5 {
  border: 0;
  box-shadow: none;
  cursor: pointer;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
  display: block;
  width: 380px;
 padding: 6px 6px 6px 6px;
  margin: 20px 0px 10px 0px;
  color: #726648;
  font-size: 15px;
  background: #fff;
  box-shadow: 0px 2px 0 #a1a1a1;
  transition: .3s;
  text-align:center;
}

.btn5:hover {
  color: #726648;
  box-shadow: none;
  background: #f4f4f4;
  transform: translate3d(0, 5px, 0);
}


/****************************************************/
/*サブページのヘッダー*/
/****************************************************/

.head_w1{
    background: url(../img/bg1.jpg) no-repeat center center;
	background-size:cover;
}
.head_w2{
    background: url(../img/bg2.jpg) no-repeat center center;
	background-size:cover;
}
.head_w3{
    background: url(../img/bg3.jpg) no-repeat center center;
	background-size:cover;
}
.head_w3b{
width:100%;
	margin:0 auto;
}
.head_w4{
    background: url(../img/bg4.jpg) no-repeat center center;
	background-size:cover;
}

.head_w5{
    background: url(../img/bg5.jpg) no-repeat center center;
	background-size:cover;
}

.head_w6{
    background: url(../img/bg6.jpg) no-repeat center center;
	background-size:cover;
}

.head_w7{
    background: url(../img/bg7.jpg) no-repeat center center;
	background-size:cover;
}


.head_w8{
    background: url(../img/bg8.jpg) no-repeat center center;
	background-size:cover;
}

.head_w9{
    background: url(../img/bg9.jpg) no-repeat center center;
	background-size:cover;
}

.head_w10{
    background: url(../img/bg10.jpg) no-repeat center center;
	background-size:cover;
}

.head_w11{
    background: url(../img/bg11.jpg) no-repeat center center;
	background-size:cover;
}
.head_w12{
    background: url(../img/bg12.jpg) no-repeat center center;
	background-size:cover;
}

.head_w13{
	background: url(../img/pattern6.png) left top;
}

.head_w14{
    background: url(../img/bg14.jpg) no-repeat center center;
	background-size:cover;
}

.head_w15{
    background: url(../img/bg15.jpg) no-repeat center center;
	background-size:cover;
}

.head_w16{
    background: url(../img/bg16.jpg) no-repeat center center;
	background-size:cover;
}

.head_w17{
    background: url(../img/bg17.jpg) no-repeat center center;
	background-size:cover;
}

.head_w18{
    background: url(../img/bg18.jpg) no-repeat center center;
	background-size:cover;
}





































.head1{
	height:600px;
	margin: 0 auto;
	width:1000px;
	z-index.html:9999px;
}
.head2{
	height:400px;
	margin: 0 auto;
	width:1000px;
}
.head2f{
    background: url(../img/trial/bg_trial.jpg) ;
    background-position: center top;
    background-repeat: no-repeat;
   	background-size:cover;
	height:759px;
	margin: 0 auto;
	width:100%;
	max-width:1400px;
}
.head2ff{
	height:800px;
	margin: 0 auto;
	width:1000px;
}
/****************************************************/
.head_h{
	height:20px;
}


.head_head{
	background: #fff;
	margin:15px 0px 0px 0px ;
	border-radius:10px;
	height:90px;
	width:95%;
	margin: auto ;
}

#header-logo2{
	float:left;
}

#header-logo2 img{
margin: -8px 0px 0px 10px;
width:210px;
}

.navimain_shita2{
	width:740px;
	padding:6px 4px 6px 4px ;
	background-color:#f1f1f1;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	border-left:1px solid #e8e2d5;
	border-right:1px solid #e8e2d5;
	border-top:1px solid #e8e2d5;
	text-align:center;
		margin: auto ;
		z-index:999;
}

.nav_title2{
	font-size:15px;
	color:#fff;
}

.nav_title2 a{
font-weight: 600; 
	font-size:14px;
	color:#686868;
	transition: color 0.3s;
}

.nav_title2 a:hover{
	color:#f29400;
	transition: color 0.3s;
}


.navimain_ue2{
	width:600px;
	background-color:#fff;
	margin:10px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;

}

.naviright2{
	float:right;
	margin-right:10px;
}



/******/
.navimain_shita3{
	width:100px;
	padding:6px 4px 6px 18px ;
	background-color:#e95c19;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	text-align:center;
	margin: 0px 0px 0px 240px ;
		z-index:999;
		text-align:left;
}

.nav_title3{
	font-size:15px;
	color:#fff;
}

.nav_title3 a{
font-weight: 600; 
	font-size:14px;
	color:#fff;
	transition: color 0.3s;
}

.nav_title3 a:hover{
	color:#f29400;
	transition: color 0.3s;
}


.blonnlink{
	padding:8px 0px 8px 20px ;
	background:#e97b19;
	text-align:left;
	width:;
	color:#fff;
	transition: background 0.3s;
}

.blonnlink:hover{
	background:#f7aa15;
	transition: background 0.3s;
}







/*****ページタイトル***********************************************/
.head_title{
	text-align:center;
	margin:155px 0px 0px 0px ;
}
.head_titletop{
	text-align:left;
	margin:150px 0px 0px 0px ;
}

.head_title2{
	text-align:center;
	margin:60px 0px 0px 0px ;
}
.sikakumoji{
	background: rgba(255,255,255,0.8);
	color:#000000;
	font-size:35px;
	font-family: 'M PLUS 1p', sans-serif;
	margin:0px 7px 0px 7px ;
	padding:7px 14px 1px 14px ;
}
/**************************************************************************************************/
/**　エリア　　**/
/**************************************************************************************************/
.area_w1{
	background: url(../img/pattern1.gif) left top;
	padding:60px 0px 60px 0px ;
}
.area_w5{
	background: url(../img/pattern2.gif) left top;
	padding:60px 0px 60px 0px ;
}

.area1{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:30px 0px 30px 0px ;
}
.area1 img{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.area1b{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:0px 0px 0px 0px ;
}
.area1b img{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.area1c{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:0px 0px 0px 0px ;
}
.area1c img{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.area_w2{
	background:#fff;
	padding:80px 0px 60px 0px ;
}
.area_w2e{
	background:#fff;
	padding:60px 0px 60px 0px ;
}

.area_w2b{
	background:#fff;
	padding:40px 0px 60px 0px ;
}

.area_w2un{
	background:#fff;
	padding:0px 0px 30px 0px ;
}
.area_w2top{
	background: url(../img/top/bg1.jpg) no-repeat center top;
	padding:00px 0px 0px 0px ;
	height:450px;
}






.area{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:10px 0px 30px 0px ;
}
.area img{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.area2{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:30px 0px 30px 0px ;
}
.area2 img{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.area2g{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:30px 0px 30px 0px ;
}
.area2g img{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.area2v{
	width: 60%;
	max-width: 800px;
	margin: 0 auto;
	padding:30px 0px 30px 0px ;
}

.area_w3{
	background:#fbebdc;
	padding:80px 0px 60px 0px ;
}

.area_w4{
	background:#fdf4fb;
	padding:80px 0px 60px 0px ;
}



.area_w6{
	background:#f4f8fd;
	padding:80px 0px 60px 0px ;
}

.area_w7{
	background: url(../img/pattern.gif) left top;
	padding:60px 0px 60px 0px ;
}
.area_w7b{
	background: url(../img/pattern5.png) left top;
	padding:60px 0px 60px 0px ;
}
.area_w7c{
	background: url(../img/pattern.gif) left top;
	padding:40px 0px 40px 0px ;
}
.area_w8{
	background: url(../img/pattern4.png) left top;
	padding:60px 0px 60px 0px ;
}

.area_w9{
	background: url(../img/pattern5.png) left top;
	padding:60px 0px 60px 0px ;
}



.area_10{
	background:#fdfbf4;
	padding:80px 0px 60px 0px ;
}








.areatitle{
	text-align:center;
	margin: 0 auto;
}


/*****スマホメニュー***********************************************/
#humCheck, #humClose { display:none; }
#humOpen {
  display: block;
  width: 65px;
  cursor: pointer;
}
#humOpen:hover {
  opacity: 0.5;
}
#humOpen img { display: block; }
#humClose, nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
}
#humClose {
  z-index: 2;
  width: 100%;
  background: #000;
  opacity: 0.7;
  transition: 0.5s;
}
nav {
  z-index: 9999;
  width: 300px;
  background: #fff;
  transition: 0.5s;
  transform: translateX(-100%);
}


/**************************************************/
@media only screen and (max-width: 700px){
/**************************************************/
nav {
  width: 100%;
}
}
/*****/

#humCheck:checked ~ #humClose { display: block; }
#humCheck:checked ~ nav {
  transform: translateX(0);
   height: 100%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
}


#closemenu:checked ~ #humClose { display: block; }
#closemenu:checked ~ nav {
  transform: translateX(0);
   height: 100%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
}

.close{
	float:right;
}

nav{
	z-index:9999;
}
nav ul{
list-style-type: disc;
}
nav li{

	margin: 0px 0px 0px 0px important!;
  display:block ;
  border-bottom:1px solid #f4f2f0;
	width:100%;

  color: #fff;

  margin-bottom: 3px;/*下のバーとの余白*/
  line-height: 1.5;
  list-style-type: none!important;/*ポチ消す*/
}



#lid1{
  border-left: solid 6px #2a5c94;/*左側の線*/
  padding: 0.5em;
  transition: 1.0s ;
}

#lid1:hover{
  border-left: solid 6px #04bff5;/*左側の線*/
	  background: #dbf1f7;
  transition: 0.5s ;
}

#lid2{
  border-left: solid 6px #f4e7b9;/*左側の線*/
  padding: 0.5em;
  transition: 1.0s ;
}

#lid2:hover{
  border-left: solid 6px #e8c819;/*左側の線*/
  	  background: #f8f6ef;
  transition: 0.5s ;
}


#lid2b{
	font-size:11px;
  border-left: solid 6px #f4e7b9;/*左側の線*/
  padding: 5px 5px 5px 5px ;
  transition: 1.0s ;
}

#lid2b:hover{
  border-left: solid 6px #e8c819;/*左側の線*/
  	  background: #f8f6ef;
  transition: 0.5s ;
}

#iro{
	color:#a8936a;
}





#lid3{
  border-left: solid 6px #d2f4b9;/*左側の線*/
  padding: 0.5em;
  transition: 1.0s ;
}

#lid3:hover{
  border-left: solid 6px #42d059;/*左側の線*/
  	  background: #eff8f3;
  transition: 0.5s ;
}

#lid4{
  border-left: solid 6px #b9eff4;/*左側の線*/
  padding: 0.5em;
  transition: 1.0s ;
}

#lid4:hover{
  border-left: solid 6px #19bfe8;/*左側の線*/
  	  background: #eff5f8;
  transition: 0.5s ;
}

nav li:hover{
  
}
nav li a{
display:block;
  text-decoration: none;
  font-size: 18px;
  color: #000 !important;
}


#spmenubtn{
	z-index:9999;
  position: fixed;
  right: 10px;
  top: 10px;
}

/***スマホヘッダ*************************************************/
.sphead{
	background: #191919;
	width:100%;
	height:85px;
}

.sphead_contact{
	
}
.sphead_contact img{
	width:65px;
	float:right;
	margin:10px 80px 0px 0px ;
}

.spheadlogo img{
	margin-top:8px;
	width:275px;
}
.spheadlogo2 img{
	margin-top:8px;
	width:251px;

}
/*****ヘッダ背景***************************************/
.sphead_kokoro{
    background: url(../img/bg1.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}
.sphead_karada{
    background: url(../img/bg2.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}

.sphead_3{
    background: url(../img/bg3.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}


.sphead_4{
    background: url(../img/bg4.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}

.sphead_5{
    background: url(../img/bg5.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}

.sphead_6{
    background: url(../img/sp/bg6.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}


.sphead_7{
    background: url(../img/sp/bg7.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}

.sphead_8{
    background: url(../img/bg8.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}
.sphead_9{
    background: url(../img/bg9.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}

.sphead_10{
    background: url(../img/bg10.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}

.sphead_11{
    background: url(../img/sp/bg11.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}

.sphead_12{
    background: url(../img/sp/bg12.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}

.sphead_13{
    background: url(../img/bg13.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}

.sphead_14{
    background: url(../img/bg14.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}
.sphead_14b{
    background: url(../img/bg14.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:150px;
}

.sphead_15{
    background: url(../img/bg15.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}


.sphead_16{
    background: url(../img/sp/bg16.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}

.sphead_17{
    background: url(../img/sp/bg17.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}


.sphead_18{
    background: url(../img/sp/bg18.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:300px;
}


.sphead_19{
    background: url(../img/sp/bg19.jpg) no-repeat center top;
	background-size:cover;
	width:100%;
	height:500px;
}





























.spheadtitle{
	text-align:center;
	padding:100px 0px 0px 0px ;
}
.spheadtitle2{
	text-align:center;
	padding:50px 0px 0px 0px ;
}
/****************************************************/
/*****フッター***********************************************/
.foot_wrap{
	background: url(../img/foot_bg2.jpg) center top;
	margin-top:0px;
	height:600px;
	padding:0px 0px 0px 0px ;
}

.foot_area{
	width: 100%;
	margin: 0 auto;
	background:#fff;
	max-width: 1000px;
}

.fott_box1 img{
	width:80%;
}

.foot_area2 table {
	width:100%;
}
.foot_area2 td {
	width:30%;
}

/*******/
.foot_wrap2{
	background:#2b2b2b;
	padding:0px 0px 60px 0px ;
}

.foot_area2{
	width: 100%;
	margin: 0 auto;
	margin-top:150px;
	max-width: 1000px;
padding:50px 0px 20px 0px ;
	color:#8b7957;
	font-size:15px;
}

.foot_logoarea{
text-align:center;
	margin:0 auto;
}

.foot_area2 img{
	width:300px;
}


.foot_yago{
	color:#8b7957;
	font-size:20px;
	margin-bottom:20px;
}

.foot_area2 li {
  list-style: none;
}
.foot_area2 a {
	color:#8b7957;
}

.foot_area2 a:hover{
	color:#aa4728;
}

.foot_line{
	width:100%;
	height:0px;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	margin-top:40px;
	margin-bottom:60px;
}

.foot_wrap2b{
	background:#2b2b2b;
	padding:0px 0px 30px 0px ;
}
.foot_area2b{
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
padding:0px 0px 0px 0px ;
	color:#8b7957;
	font-size:15px;
}

/******分割**********************************************/

.col2_left{
/*	background: #b24983;*/
	float:left;
	width:48%;
	margin:0;
}

.col2_right{
/*	background: #c39276;*/
	float:right;
	width:48%;
	margin:0;
}


/****************/

.col2_left_foot{
	float:left;
	width:33%;
	margin:0;
}
.col2_left_foot2{
	float:left;
	width:33%;
	margin:0;
}
.col2_right_foot{
/*	background: #c39276;*/
	float:right;
	width:33%;
	margin:0;
}


#foot_tenpo{
color:#b1b1b1;
	
}

#foot_tenpo a{
	color:#7baed9;
	  cursor:pointer;
}
#foot_tenpo a:hover{
	color:#e4b423;
}

#foot_tenpo a.btn-border {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 6px 0px 6px 0px ;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ddd;
width:80%;
margin-bottom:10px;
/*  border: 1px solid #0c58ae;*/
  border-radius: 0;
  background: #616161;
    cursor:pointer;
}

#foot_tenpo a.btn-border:hover {
  color: #fff;
  background: #10b3e9;
}
/**************/
.col2_left_ac{
/*	background: #b24983;*/
	float:left;
	width:39%;
	margin:0;
}

.col2_right_ac{
/*	background: #c39276;*/
	float:right;
	width:60%;
	margin:0;
}






/*********************************/


.col2_left3{
/*	background: #b24983;*/
	float:left;
	width:51%;
	margin:0;
}

.col2_right3{
/*	background: #c39276;*/
	float:right;
	width:44%;
	margin:0;
}









/******************/

.col4_left{
/*	background: #b24983;*/
	float:left;
	width:39%;
	margin:0;
}
.col4_left2{
/*	background: #b24983;*/
	float:left;
	width:20%;
	margin:0;
}
.col4_left3{
/*	background: #b24983;*/
	float:left;
	width:20%;
	margin:0;
}


.col4_right{
/*	background: #c39276;*/
	float:right;
	width:20%;
	margin:0;
}

/****************/
.col3_left{
/*	background: #b24983;*/
	float:left;
	width:32%;
	margin:0;
	border:1px solid #ac9976;
}
.col3_left2{
/*	background: #b24983;*/
	float:left;
	width:32%;
	margin:0;
}

.col3_right{
/*	background: #c39276;*/
	float:right;
	width:33%;
	margin:0;
}









/*******************************************************************/
.foot_wrap3{
background: #111;
	padding:10px 0px 10px 0px ;
}
.foot_area3{
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
padding:0px 0px 0px 0px ;
	color:#888;
	font-size:12px;
}

/*******************************************************************/
#copy_ditail2{
	padding:40px 40px 40px 40px ;
	margin:0px 50px 0px 50px;
	color:#5c5c5c;
	text-align:left;
}

#copy_ditail3{
	padding:40px 100px 40px 100px ;
	margin:0px 50px 0px 50px;
	color:#303030;
	text-align:left;
}



#copy_ditail4{
	border:1px solid red;
	padding:40px 40px 40px 40px ;
	margin:40px 50px 0px 60px;
	color:#5c5c5c;
	text-align:left;
}



/*******************************************************************/
.cole{
	color:#e57614;
}

/*******************************************************************/
ul li ul{
    position: absolute;
    top: 55px;
    left: 0;
}
ul li ul li{
    display: block;
}
ul li ul li a{
    background-color: #efefef;
    color: #444;
}
ul li ul li a:hover{
    background-color: #ddd;
}
.nav_title ul li ul{
    display: none;
}
.nav_title ul li:hover ul{
    display: block;
}


/*******************************************************************/
#midasi1{
	font-size:18px;
	color:#1380e5;
	margin:15px 0px 7px 0px;
}

/*******************************************************************/
.titleimg {
text-align:center;
	margin:0 auto;
}
.titleimg img{
	width:60%;
}

/*******************************************************************/
html { scroll-behavior: smooth;}

/*******************************************************************/
.access_area{
	width:100%;
	margin:0 auto;
}



.access_area h2 {
  font-size:16px;
  position: relative;
  padding: 1rem .5rem;
  	margin-bottom:25px;
}

.access_area h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffe04e), to(#f09122));
  background-image: -webkit-linear-gradient(right, #ffe04e 0%, #f09122 100%);
  background-image: linear-gradient(to left, #ffe04e 0%, #f09122 100%);
}

.access_area2{
	width:100%;
	margin:0 auto;
	text-align:left;
}



.access_area2 h2 {
  font-size:16px;
  position: relative;
  padding: 1rem .5rem;
  	margin-bottom:25px;
}

.access_area2 h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffe04e), to(#f09122));
  background-image: -webkit-linear-gradient(right, #ffe04e 0%, #f09122 100%);
  background-image: linear-gradient(to left, #ffe04e 0%, #f09122 100%);
}
/*******************************************************************/
#syonen{
font-weight:bold;
  font-size:16px;
  padding: 6px 14px 6px 14px ;
  margin: 8px 0px 8px 0px ;
  color: #70522f;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
  background:#f4e6d6;
}

#seinen{
font-weight:bold;
  font-size:16px;
  padding: 6px 14px 6px 14px ;
  margin: 8px 10px 8px 0px ;
  color: #2c3a64;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background:#d6eaf4;
}


#syokyu{
font-weight:bold;
  font-size:16px;
  padding: 6px 14px 6px 14px ;
  margin: 8px 10px 8px 0px ;
  color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  background:#ecba50;
}


#chukyu{
font-weight:bold;
  font-size:16px;
  padding: 6px 14px 6px 14px ;
  margin: 8px 10px 8px 0px ;
  color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  background:#e06f42;
}



#jyokyu{
font-weight:bold;
  font-size:16px;
  padding: 6px 14px 6px 14px ;
  margin: 8px 10px 8px 0px ;
  color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  background:#d04545;
}


#youbi{
font-weight:bold;
  font-size:16px;
  padding: 6px 9px 6px 9px ;
  margin: 8px 10px 8px 0px ;
  color: #fff;
  border-radius: 30px;
  background:#a9a9a9;
}

#youbi2{
font-weight:bold;
  font-size:16px;
  padding: 30px 9px 30px 9px ;
  margin: 8px 10px 8px 0px ;
  color: #fff;
  border-radius: 30px;
  background:#a9a9a9;
}
#youbi4{
font-weight:bold;
  font-size:16px;
  padding: 80px 9px 80px 9px ;
  margin: 8px 10px 8px 0px ;
  color: #fff;
  border-radius: 30px;
  background:#a9a9a9;
}



/*******************************************************************/
.map{
	margin-bottom:20px;
	margin-top:15px;
}


/*******************************************************************/
.miniarea{
	text-align:left;
	max-width:800px;
	margin: 0 auto;
	padding:10px 10px 10px 10px ;
}
/**トップヘッダーメニュー*******************************/
.top_menu{
	width:100%;
	height:90px;
background: url(../img/load_bg2.jpg) repeat;
}
.top_menu_contents{
	width:1000px;
	margin: 0 auto;
/*	background-color:#dff3f2;*/
}

.top_menu_logo{
	background:#004cb3;
	width:320px;
	margin-top:0px;
	margin-bottom:0px;
	position: absolute;
	left: 0px;
	top: 0px; 
	z-index:50;
	height:90px;
}

.top_menu_logo img{
	width:100%;
}

.top_menu_right{
	float:right;
}
.top_menu_right2{
	float:right;
	right:0;
}

/***サブページメニュー*******/
/**トップヘッダーメニュー*******************************/
.top_menu2{
	width:100%;
	height:63px;
background: #000;
}
.top_menu_contents2{
	width:1000px;
	margin: 0 auto;
/*	background-color:#dff3f2;*/
}

.top_menu_logo2{
	background:transparent;
	width:360px;
	margin-top:0px;
	margin-bottom:0px;
	position: absolute;
	left: 0px;
	top: 0px; 
	z-index:50;
	height:53px;
}

.top_menu_logo2 img{
	width:100%;
}

.top_menu_rightb{
	float:right;
}


.top_menu_right2b{
	float:right;
	right:0;
}
/****/
.navtop4 {
  list-style: none;
  display: flex;
  	text-align:center;
  	margin:0px 0px 0px 0px ;
}
 
.navtop4 li{display:block;
	text-align:center;
padding-right:15px;
padding-left:15px;
  text-align: center;
/*  background-color: #333;*/
  margin-right: 0px;
  padding-top:15px;
    height: 48px;
  line-height: 18px;
	border-right:solid 0px #f0f4f7;
	border-left:solid 0px #e9f0f5;
  transition: 1.5s
}
.navtop4 li:hover {
  background-color: #30290f;
  transition: 1s
}

.navtop4 li a {
	text-align:center;
  text-decoration: none;
  color: #fff;

  font-size:12px;
  transition: 0.5s
}

..navtop4 li:hover  a{
	text-align:center;
  text-decoration: none;
  color: #004cb3;
  transition: 1s
}

.naveng4{
	font-size:11px;
  color: #888888;
  transition: 1s
    font-weight:300;
}
.navtop4 li:hover .naveng2{
  color: #00a9f8;
  transition: 1s
}
/****ショップへのボタン**********/
.navi_shop_out{
	padding:8px 0px  0px  10px ;
}
.navi_shop{
	background:#fff;
	width: 155px;
	padding: 3px 0px 0px 0px;
	border:1px solid #2a97ec;
	border-radius: 24px;
	color:#2a97ec;
	height:35px;
	transition: 1.0s
}
.navi_shop:hover{
	background:#2a97ec;
	border:1px solid #2a97ec;
	border-radius: 24px;
	color:#fff;
	transition: 1.0s
}

.navi_shop a{
	color:#fff;
	font-weight:bold;
}
.navi_shop a:hover{
	color:#2a97ec;
	font-weight:bold;
}

.navi_shop_left{
		float:left;
	font-size:16px;
	margin:4px 0px 0px 17px ;
}
.navi_shop_right{
		float:left;
		margin-left:7px;
}
.navi_shop_right_ue{
	font-weight:bold;
	margin-top:7px;
	font-size:11px;
}
.navi_shop_right_shita{
margin-top:-4px;
	font-size:11px;
}

/****ショップへのボタン（トップ）**********/
.navi_shop_out2{
	padding:11px 13px  0px  20px ;
}
.navi_shop2{
	background:#fff;
	width: 80px;
	padding: 0px 0px 0px 0px;
	border:1px solid #2a97ec;
	border-radius: 20px;
	color:#2a97ec;
	text-align:center;
	transition: 1.0s
}
.navi_shop2:hover{
	background:#2a97ec;
	border:1px solid #2a97ec;
	color:#fff;
	transition: 1.0s
}

.navi_shop2 a{
	color:#fff;
	font-weight:bold;
		text-align:center;
}
.navi_shop2 a:hover{
	color:#2a97ec;
	font-weight:bold;
	
}

.navi_shop_left2{
	font-size:16px;
	margin:5px 0px 0px 0px ;
}
.navi_shop_right2{
		margin-top:-10px;
	margin-bottom:4px;
}
.navi_shop_right_ue2{
	font-weight:bold;
	margin-top:7px;
	font-size:11px;
		text-align:center;
}
.navi_shop_right_shita2{
margin-top:-4px;
	font-size:11px;
		text-align:center;	font-weight:bold;
}
/****ショップへのボタン（トップ固定用）**********/
.navi_shop_out3{
	padding:11px 10px  0px  10px ;
}
.navi_shop3{
	background:#fff;
	width: 110px;
	padding: 0px 0px 0px 0px;
	border:1px solid #2a97ec;
	border-radius: 24px;
	color:#2a97ec;
	height:30px;
	transition: 1.0s
}
.navi_shop3:hover{
	background:#2a97ec;
	border:1px solid #2a97ec;
	border-radius: 15px;
	color:#fff;
	transition: 1.0s
}

.navi_shop3 a{
	color:#fff;
	font-weight:bold;
}
.navi_shop3 a:hover{
	color:#2a97ec;
	font-weight:bold;
}

.navi_shop_left3{
		float:left;
	font-size:15px;
	margin:2px 3px 0px 12px ;
}
.navi_shop_right3{
		float:left;
		margin-left:5px;
}
.navi_shop_right_ue3{
	font-weight:bold;
	margin-top:4px;
	font-size:13px;
}
.navi_shop_right_shita3{
margin-top:-4px;
	font-size:11px;
}

/*****TOP動画**************************************************************/
.videoarea2 {
	background-image: url(../img/overlays/02.png);
width:100%;
  position: absolute;
  overflow: hidden;
  z-index:33;
      height: 810px;
}


/**************************************************/
@media only screen and (max-width: 1116px){
/**************************************************/
.videoarea2 {
	background-image: url(../img/overlays/02.png);
width:100%;
  position: absolute;
  overflow: hidden;
  z-index:33;
      height: 810px;
}

}
.videoarea {
  position: relative;
  overflow: hidden;
  z-index:1;
    height: 810px;
}
video {
  width: 100%;
  height: auto;
}
.content {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 200%;
  top: 10px;
  transform: translateY(-50%);
  overflow: hidden;
}
  .mainVisual2 {
	background-image: url(../img/overlays/08.png);
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
  }
  
/*******************************************************************/
/*****　Q&A　******************************************************/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	color: #000;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	color: #614505;
	font-size:17px;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	padding: 15px 10px 15px 17px ;
	cursor: pointer;
	border-radius: 0.5em;
	background: #fff;
}
.cp_qa .cp_actab label::before {
	font-size: 1.5em;
	margin-left: 0em;
	padding-right: 0.5em;
		font-weight: bold;
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #887027;
	background: #ffef99;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;

	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 1s;
	        transition: transform 1s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 0;
			background: #fff;
	-webkit-transition: max-height 0s;
	        transition: max-height 0s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	color: #2c2c2c;
	

}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */



.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	padding: 0 0 0 2.5em;
	max-height: 80em;
	border-top: 1px dotted #d9d2c5;
			-webkit-transition: max-height 2s;
	        transition: max-height 2s;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #df9402;
		background: #fff;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}



.class_title99{
	text-align:center;
	font-size:20px;
	border-bottom:2px dotted #e1d3b5;
	padding-bottom:10px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	color:#b8974f;
}

/****道場の特徴*******************************************************/

.pointarea{
	background: #fff;
	width:97%;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:40px;
	border-radius:10px;
	height:450px;
		box-shadow: 0px 4px 0px 0px rgba(227,222,199,1);
}


.title_area1{
	position:relative;
	box-sizing:border-box;
	width:100%;
	margin:-60px 0px 30px 116px;
	padding:0px 0 0 0px;
	box-sizing:border-box;
	background:#fff;
	text-align:left;
	border-bottom: dotted 5px #e33e3a;
	font-size:30px;
	font-weight: bold;
	color:#444;
}

.text_area1 img{	
	width:120px;
	margin:-10px 0px 0px 8px ;
}

.ditail_area1{
	padding:0px 20px 0px 40px;

}

.text_area1{
	float:left;
	position:relative;
	box-sizing:border-box;
	width:55%;
	padding:0px 0 0 00px;
	box-sizing:border-box;

	text-align:left;
}


.img_area1 {
	float:left;
	height:100%;
	width:45%;
	position:relative;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(227,222,199,1);
    background: url(../img/about_1.jpg);
    background-size: cover;
}

.img_area1:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
  /*2色パターン*/
  border-top: 225px solid #fff;
  border-right: 28px solid transparent;
  border-bottom: 225px solid transparent;
  border-left: 28px solid #fff;
}




/****ポイントによる違いを変える************/
.title_area2{
	position:relative;box-sizing:border-box;width:100%;margin:-60px 0px 30px 116px;padding:0px 0 0 0px;box-sizing:border-box;background:#fff;text-align:left;font-size:30px;font-weight: bold;color:#444;
	border-bottom: dotted 5px #38b498;
}
.img_area2 {
	float:left;height:100%;width:45%;position:relative;-moz-border-radius: 0 10px 10px 0;-webkit-border-radius: 0 10px 10px 0;border-radius: 0 10px 10px 0;-webkit-box-shadow: 0px 4px 0px 0px rgba(227,222,199,1);
    background: url(../img/about_2.jpg) center center / cover no-repeat;
}
.img_area2:before{content:"";display:block;position:absolute;left:0;border-top: 225px solid #fff;border-right: 28px solid transparent;border-bottom: 225px solid transparent;border-left: 28px solid #fff;}

.title_area3{
	position:relative;box-sizing:border-box;width:100%;margin:-60px 0px 30px 116px;padding:0px 0 0 0px;box-sizing:border-box;background:#fff;text-align:left;font-size:22px;font-weight: bold;color:#444;
	border-bottom: dotted 5px #e5b41d;
}
.img_area3 {
	float:left;height:100%;width:45%;position:relative;-moz-border-radius: 0 10px 10px 0;-webkit-border-radius: 0 10px 10px 0;border-radius: 0 10px 10px 0;-webkit-box-shadow: 0px 4px 0px 0px rgba(227,222,199,1);
    background: url(../img/about_3.jpg) center center / cover no-repeat;
}
.img_area3:before{content:"";display:block;position:absolute;left:0;border-top: 225px solid #fff;border-right: 28px solid transparent;border-bottom: 225px solid transparent;border-left: 28px solid #fff;}



.title_area4{
	position:relative;box-sizing:border-box;width:100%;margin:-60px 0px 30px 116px;padding:0px 0 0 0px;box-sizing:border-box;background:#fff;text-align:left;font-size:22px;font-weight: bold;color:#444;
	border-bottom: dotted 5px #1d72e5;
}
.img_area4 {
	float:left;height:100%;width:45%;position:relative;-moz-border-radius: 0 10px 10px 0;-webkit-border-radius: 0 10px 10px 0;border-radius: 0 10px 10px 0;-webkit-box-shadow: 0px 4px 0px 0px rgba(227,222,199,1);
    background: url(../img/about_4.jpg) center center / cover no-repeat;
}
.img_area4:before{content:"";display:block;position:absolute;left:0;border-top: 225px solid #fff;border-right: 28px solid transparent;border-bottom: 225px solid transparent;border-left: 28px solid #fff;}


.title_area5{
	position:relative;box-sizing:border-box;width:100%;margin:-60px 0px 30px 116px;padding:0px 0 0 0px;box-sizing:border-box;background:#fff;text-align:left;font-size:22px;font-weight: bold;color:#444;
	border-bottom: dotted 5px #e0642e;
}
.img_area5 {
	float:left;height:100%;width:45%;position:relative;-moz-border-radius: 0 10px 10px 0;-webkit-border-radius: 0 10px 10px 0;border-radius: 0 10px 10px 0;-webkit-box-shadow: 0px 4px 0px 0px rgba(227,222,199,1);
    background: url(../img/about_5.jpg) center center / cover no-repeat;
}
.img_area5:before{content:"";display:block;position:absolute;left:0;border-top: 225px solid #fff;border-right: 28px solid transparent;border-bottom: 225px solid transparent;border-left: 28px solid #fff;}



.title_area6{
	position:relative;box-sizing:border-box;width:100%;margin:-60px 0px 30px 116px;padding:0px 0 0 0px;box-sizing:border-box;background:#fff;text-align:left;font-size:28px;font-weight: bold;color:#444;
	border-bottom: dotted 5px #5fb43a;
}
.img_area6 {
	float:left;height:100%;width:45%;position:relative;-moz-border-radius: 0 10px 10px 0;-webkit-border-radius: 0 10px 10px 0;border-radius: 0 10px 10px 0;-webkit-box-shadow: 0px 4px 0px 0px rgba(227,222,199,1);
    background: url(../img/about_6.jpg) center center / cover no-repeat;
}
.img_area6:before{content:"";display:block;position:absolute;left:0;border-top: 225px solid #fff;border-right: 28px solid transparent;border-bottom: 225px solid transparent;border-left: 28px solid #fff;}



.title_area7{
	position:relative;box-sizing:border-box;width:100%;margin:-60px 0px 30px 116px;padding:0px 0 0 0px;box-sizing:border-box;background:#fff;text-align:left;font-size:30px;font-weight: bold;color:#444;
	border-bottom: dotted 5px #cd54c3;
}
.img_area7 {
	float:left;height:100%;width:45%;position:relative;-moz-border-radius: 0 10px 10px 0;-webkit-border-radius: 0 10px 10px 0;border-radius: 0 10px 10px 0;-webkit-box-shadow: 0px 4px 0px 0px rgba(227,222,199,1);
    background: url(../img/about_7.jpg) center center / cover no-repeat;
}
.img_area7:before{content:"";display:block;position:absolute;left:0;border-top: 225px solid #fff;border-right: 28px solid transparent;border-bottom: 225px solid transparent;border-left: 28px solid #fff;}









/*****リンクボタン**************************************************************/
.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top:20px;
  padding: 10px 20px 10px 30px;
  width: 200px;
  color: #f07820;
  font-size: 15px;
  font-weight: 500;
  background-color: #f8f5f3;
  border-radius: 50vh;
    transition: 1.0s ;
}

.button02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #f07820;
  border-right: 3px solid #f07820;
  transform: rotate(45deg);
}

.button02 a:hover {
  text-decoration: none;
  background-color: #ffe5c4;
    transition: 1.0s ;
}

/***交通アクセスのテーブル****************************************************************/
td_a {
  width: 80px;
}

/***カード****************************************************************/
.card_area{
	background:#fff;
	width:100%;

	padding:20px 20px 20px 20px ;
	margin-bottom:0px;
}
.card1{
position: relative;
	background:#fff;
	width:100%;
	height:280px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-top:-25px;
	z-index:15;
}
.cardno1{
position: relative;
	z-index:150;
	background:#1d7bc4;
	width:40px;
	height:40px;
	margin:0 auto;
	border-radius: 50%;
	color:#fff;
	text-align:center;
	padding:12px 8px 4px 8px;
	font-size:22px;	
}
.cardtitle1{
	width:;100%;
	padding:30px 0px 20px 0px ;
	background:#ecfcfb;
	color:#177ea4;
	font-size:26px;
	text-align:center;
}

.cardditail{
	padding:20px 30px 20px 30px ;
}


/******/
#bigtxt{
	font-size:40px;
}

.cardno1 { 
background: linear-gradient(124deg, #346bdb, #349cc7, #19da4b, #349cc7, #346bdb, #349cc7, #19da4b, #3476c7, #349cc7);
background-size: 1800% 1800%;

-webkit-animation: rainbow 8s ease infinite;
-z-animation: rainbow 8s ease infinite;
-o-animation: rainbow 8s ease infinite;
  animation: rainbow 8s ease infinite;}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}


.unnyo {
  width:80%;
  text-align:center;
  margin:0 auto;
}
.unnyo h2 {
  position: relative;
  padding: 1rem .5rem;
  color:#4d4d4d;
}

.unnyo h2: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(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}




/****お問い合わせ***************************************************************/
.ocn_up_area{
	background:rgba(255,255,255,0.0);
	width:100%;
	margin-bottom:0px;
}
.ocn_up_in{
	padding:20px 20px 20px 20px ;
	text-align:left;
}

.form_in{
	background:#fafafa;
	width:100%;
	max-width:780px;
	margin:0 auto;
	margin-top:30px;
	padding:30px 0px 30px 0px ;
	border:1px solid #c0c0c0;
}
.form_in2{
	background:#f4f2e4;
	width:100%;
	max-width:780px;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:25px;
	padding:0px 0px 20px 0px ;
	border:0px solid #c0c0c0;
}
.form_haiso_title{
	background:#eeecdd;
	color:#8f866c;
	padding:25px 0px 20px 20px ;
	margin-bottom:10px;
}
.form_haiso{
	padding-left:20px;
	color:#df5078;
	font-size:14px;
}
.form_haiso2{
	padding-left:20px;
	font-size:13px;
	color:#888;
}

.form_sukima{
	height:35px;
}

/****左が多めの2分割****/

.col2b_left{
	float:left;
	width:48%;
	margin:0;
}
.col2b_right{
	float:right;
	width:48%;
	margin:0;
}

@media only screen and (max-width: 999px){
	.col2b_left{
		float:left;
		width:100%;
		margin:0;
	}
	.col2b_right{
		float:left;
		width:100%;
		margin:0;
	}
}

.ocn_up_in h2 {
  position: relative;
  padding: 0px 4px 4px 0px ;
  border-bottom: 4px solid #add2e1;
}

.ocn_up_in h2:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #0ca4dc;
}



.ocn_up_in h3{
  position: relative;
  padding: 0px;
  text-align: center;
  color:#555;
}


.ocn_up_in h4 {
	text-align:center;
	width:250px;
	font-size:30px;
  position: relative;
  padding: 0px 0px 3px 0px ;
  border-bottom: 3px solid #1e75cc;
  margin:0 auto;
  margin-bottom:15px;
  color:#555;
}


/*******************************************************************/
.telarea{
	text-align:left;
	font-weight: 500;
	font-size: 14px;
	color:#777;
	margin-bottom:0px;
	margin-top:0px;
}
.telarea a{
	margin-top:30px;
	font-weight: 600;
	font-size: 30px;
	color:#777;
}
.telarea a:hover{
	color:#f1a209;
}
.telarea a:visited{
	color:#aaa;
}
/****フォーム部分***************************************************************/
table {

}
 
.form-table p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
  
}
.color1{
  background: #fafafa;
}

.color2{
  background: #f5eeeb;
}




.form-table {
  width: 100%;
}
 
.form-table th,
.form-table td {
  border-top: 0px solid #d7d7d7;
  border-bottom: 1px dashed  #d7d7d7;
    color:#000;
}
.form_in2 .form-table th ,
.form_in2 .form-table td {
  border-top: 0px solid #d7d7d7;
  border-bottom: 0px dashed  #d7d7d7;
    color:#000;
}



.form-table td {
  padding: 15px 50px 15px 0px;
}

.form-table th {

  padding-top: 30px;
  padding-left: 30px;
  padding-right: 5px;  
  padding-bottom: 15px;  
  position: relative;
  text-align: left;
  vertical-align: text-top;
  width: 182px;
}

/*******************************************************************/
/*Form Controls
================================================== */

input, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    outline: 0;
    border-radius: 0;
    box-shadow: none;
        padding:0px 10px 0px 10px ;

}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
width: 100%;
    border: solid 1px #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-top-color: #c0c0c0;
    color: #000;
    background-color: #fff !important;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

textarea {
            padding:20px 10px 10px 10px ;
}

input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
    color: #323436;
    background-color: #fff !important;
    outline: none !important;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}





.form-control {
    font-size: 13px;
    height: 40px; 
    border: 1px solid #c0c0c0;
    border-radius:2px;
    text-align:left;
    direction: ltr;
}


#name ,#kana , #email1 , #telephonenumber{
	width:100%;
	margin:0px 0px 0px 0px ;
}

#Textarea1{
  height: calc( 1.3em * 10 );
  line-height: 1.3;
}

#Textarea2{
  height: calc( 1.3em * 6 );
  line-height: 1.3;
}
#Textarea3, 
#Textarea32, 
#Textarea33, 
#Textarea34, 
#Textarea35 
{
  height: calc( 1.3em * 4 );
  line-height: 1.3;
}





.required{
	color:#f459ce;
}

.form-control:focus {
    box-shadow: none;
    color: #323436;
    background-color: rgba(250, 250, 250, .01);
    outline: none !important;
    border: solid 1px #e3e3e3;
    border-bottom-color: #F0F0F0;
    border-top-color: #e0e0e0;

    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.button, button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bbb !important;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;

}

button::-moz-focus-inner {
    border: 0;
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*End Form*/

figure:hover .overlay {
    box-shadow: inset 0 0 0 500px #1e73be;
}


.v-pagination li a:hover,
ul.bar-styling li:not(.selected) > a:hover,
ul.bar-styling li > .comments-likes:hover,
ul.page-numbers li > a:hover,
ul.page-numbers li > span.current,
.pagination > li:not(.active) > a:hover,
.pagination > li:not(.active) > span:hover,
.slideout-filter ul li.selected a,
.btn.v-btn.v-btn-default {
    background: #1e73be;
}



h2.v-bg-box-shadow-text-50 {
    margin-top: 25px;
    margin-bottom: 0px;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 8px 0 0 rgba(0,0,0,0.3), -8px 0 0 rgba(0,0,0,0.3);
    color: #ffffff !important;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
    padding: 10px;
}

h2.v-bg-box-shadow-text-40 {
    margin-top: 0px;
    margin-bottom: 25px;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 8px 0 0 rgba(0,0,0,0.3), -8px 0 0 rgba(0,0,0,0.3);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    padding: 10px;
}


.ui-widget-content a {
    color: #333333;
}

.ui-widget-content a:hover {
    color: #1dc6df;
}

#al_name,#al_kana, #al_email, #al_text, #al_kiboubi,#al_nen,#al_post{
	color:#e30909;
}

/***送信ボタン****************************************************************/
.sp_form_btn{
	width:100%;
	margin:0 auto ;
	margin-top:30px;
	text-align:center;
}
.submit_btn {

cursor: pointer;
cursor: hand;
 border:none;
  font-size: 18px;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  text-align: center;
  background-size: 180% auto;
  transition: all .3s ease-out;
}
.submit_btn:hover {
  background-position: right center;
}

.submit_btn2 {
	margin:0 auto;
		margin-top:25px;
width:180px;
cursor: pointer;
cursor: hand;
 border:none;
  font-size: 16px;
  color: #fff;
  padding: 5px 25px;
  border-radius: 30px;
  text-align: center;
  background: #d8d8d8;
  transition: all .3s ease-out;
}
.submit_btn2:hover {
  background: #999;
   transition: all .3s ;
}


.gradient2 {
  background-image: -moz-linear-gradient(left, #736EFE 0%, #5EFCE8 100%);
  background-image: -webkit-linear-gradient(left, #736EFE 0%, #5EFCE8 100%);
  background-image: linear-gradient(to right, #736EFE 0%, #5EFCE8 100%);
}
.gradient2 {
  background-image: -moz-linear-gradient(left, #E96D71 0%, #FAD7A1 100%);
  background-image: -webkit-linear-gradient(left, #E96D71 0%, #FAD7A1 100%);
  background-image: linear-gradient(to right, #E96D71 0%, #FAD7A1 100%);
}
.gradient2 {
  background-image: -moz-linear-gradient(left, #00E4FF 0%, #69FF97 100%);
  background-image: -webkit-linear-gradient(left, #00E4FF 0%, #69FF97 100%);
  background-image: linear-gradient(to right, #00E4FF 0%, #69FF97 100%);
}
.submit_btn {
  background-image: -moz-linear-gradient(left, #00E4FF 0%, #69FF97 100%);
  background-image: -webkit-linear-gradient(left, #00E4FF 0%, #69FF97 100%);
  background-image: linear-gradient(to left, #00E4FF 0%, #1591fa 100%);
}
/*******************************************************************/
.kanryo {
  width:100%;
  margin:0 auto;
}

.kanryo h2 {
  position: relative;
  padding: 1rem .5rem;
}

.kanryo h2: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(#24d6eb), to(#1c63e6));
  background-image: -webkit-linear-gradient(right, #24d6eb 0%, #1c63e6 100%);
  background-image: linear-gradient(to left, #24d6eb 0%, #1c63e6 100%);
}

/*******************************************************************/

.form_chui3 a{
  background-color: #fff;
  border-radius: 5px;
    transition: 1.0s ;
border:1px solid #b38e4a;
  padding: 5px 10px 5px 10px;
    color: #b38e4a;
}
.form_chui3 a:hover {
  background-color: #b38e4a;
      color: #fff;
    transition: 1.0s ;
}
.trial_mini{
	margin:0 auto;
	width:80%;
	max-width:800px;
	background:#eff6fa;
	margin-top:0px;
	border-radius:20px;
	padding:40px 40px 20px 40px ;
	text-align:center;
}

.ubyo{
	margin:0 auto;
	width:80%;
	max-width:800px;
	background:#fff;
	margin-top:0px;
	margin-bottom:20px;
	padding:20px 20px 10px 20px ;
	text-align:center;
	border: dashed #f3c977 1px;
}


.required2{
	background:#df5078;
	color:#fff;
	padding:2px 3px 2px 3px ;
	margin-left:10px;
	font-size:13px;
	border-radius:4px;
}
/*****セレクト**************************************************************/
.cp_ipselect {
	overflow: hidden;
	width: 40%;
	margin: 0 auto;
	text-align: center;
	color:#666;
	padding-left:5px;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

/**らじおぼっくす*****************************************************************/
.radiobox2 label{
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}
 
.radiobox2 {
    padding-left: 0px;
}
.radiobox2 input[type=radio],
.radiobox2 input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.radiobox2 input[type=radio] + label,
.radiobox2 input[type=checkbox] + label {
    position: relative;
      
    display: inline-block;
    margin-right: 12px;
      
    font-size: 14px;
    line-height: 30px;
      
    cursor: pointer;
}
  
@media (min-width: 1px) {
    .radiobox2 input[type=radio],
    .radiobox2 input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .radiobox2 input[type=radio] + label,
    .radiobox2 input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .radiobox2 input[type=radio] + label::before,
    .radiobox2 input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
          
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
          
        background: #FFF;
    }
    .radiobox2 input[type=radio] + label::before {
        border: 1px solid #aaa;
        border-radius: 30px;
    }
    .radiobox2 input[type=checkbox] + label::before {
        border: 1px solid #aaa;
    }
    .radiobox2 input[type=radio]:checked + label::after,
    .radiobox2 input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
          
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .radiobox2 input[type=radio]:checked + label::after {
        left: 5px;
          
        width: 8px;
        height: 8px;
        margin-top: -4px;
          
        background: #f1993c;
        border-radius: 8px;
    }
    .radiobox2 input[type=checkbox]:checked + label::after {
        left: 3px;
          
        width: 16px;
        height: 8px;
        margin-top: -8px;
          
        border-left: 3px solid #f1993c;
        border-bottom: 3px solid #f1993c;
          
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/****カレンダー***************************************************************/
.form-control4{
width:150px;
color:#111;
font-size: 14pt;
padding: 5px;
background-color: #fff;
border: 1px solid #ccc;
}
input[type="date"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button{
    -webkit-appearance: none;
}
input[type="date"]{
    /*忘れずに書きましょう。*/
    width:150px;
    position: relative;
}
 
input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    margin-left:-20px;
    width: 100%;
    height: 100%;
}
input[type=date]::-webkit-calendar-picker-indicator {
    /*省略*/
 
    opacity: 0;
}

input[type="date" i]{
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

	font-size: 15px;
	line-height: 1.5;

}
input{
	
}
/*******************************************************************/
.form_chui{
	font-size: 13px;
	padding-top:8px;
	color:#b38e4a;
	padding-left:10px;
}


.form_chui2{
	font-size: 13px;
	padding-top:8px;
	color:#df5078;
	padding-left:0px;
}

.form_chui3{
margin-top:10px;
margin-bottom:6px;
	font-size: 13px;
	padding-top:8px;
	color:#b38e4a;
	padding-left:10px;
}

/*******************************************************************/
.trial_area1{
	width:97%;
	max-width:800px;
	margin:0 auto;
	margin-bottom:60px;
	margin-top:30px;
}
.trial_area2{
    background: url(../img/pattern7.png) ;
box-shadow: 2px 2px #ae925b;
		border-radius: 10px;
		padding:30px 70px 30px 70px ;
		border:0px solid #64b1d0;
		font-size:15px;
}

.trial_area2 img{
margin-bottom:10px;
}

.miniko{
	margin:0 auto;
	width:400px;
	margin-top:30px;
}



.nagare{
	background:#fff;
	margin: 8px 10px 8px 0px ;

}

.nagare_title{
	background:#a09778;
	padding: 8px 9px 5px 20px ;
	color:#fff;
	font-size:18px;
}

.nagare_ditail{
	padding: 18px 15px 15px 25px ;
	border-left:2px solid #a09778;
	border-right:2px solid #a09778;
	border-bottom:2px solid #a09778;
	margin-bottom:-10px;
}

.nagare_left{
	float:left;
	width:220px;
}
.nagare_right{
	float:left;
}


/***ステップバーデザイン１***/
.step-wrap1 {
 counter-reset:count;
 margin: 0em 0;
 position: relative;
}
.step-content1 {
 padding: 0 0 1.3em 2em;
 margin: 0;
 position: relative;
}
.step-content1::before {
 content: "";
 display: block;
 width: 13px;
 height: 13px;
 background: #34bda0;
 border: solid 3px #ffffff;
 border-radius: 50%;
 position: absolute;
 top: 3px;
 left: 3px;
 box-shadow: 0 0 0 2px #34bda0;
}
.step-content1::after {
 content: "";
 display: block;
 height: calc(100% - 35px);
 border-left: dotted 4px #768888;
 position: absolute;
 top: 30px;
 left: 10px;
}
.step-title1 {
 font-weight: bold;
 font-size: 130%;
}
.step-label1 {
padding-top:3px;
 color: #768888;
 font-weight: bold;
}
.step-label1::after {
 counter-increment:count;
 position: relative;
 left: .3em;
}
.step-body1 {
 margin-top: .5em;
 padding: 0 0 2.5em 10px;
 border-bottom: dotted 2px #ddd;
}
.step-wrap1 > :last-of-type::after {
 display: none;
}
/***ステップバーデザイン１***/


.step_wrap{
	width:100%;
}
.step_wrap2{
	padding: 0px 10px 0px 0px ;
}
.step_title{
	border-radius:20px;
	background:#4ca4bc;
	padding: 8px 9px 5px 20px ;
	color:#fff;
	font-size:18px;
	margin-bottom:15px;
}

.step_dotto{
	 border-left: dotted 4px #768888;
	 height:50px;
	 
}

/***ステップバーデザイン3***/
.step-content3 {
 margin: 0 auto;
 margin-bottom:10px;
 position: relative;
 height:70px;
 width:50px;
 
}
.step-content3::before {
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: -10px;
 border-style: solid;
 border-width: 17px 8px 0 8px;
 border-color: #768888 transparent transparent transparent;
}
.step-content3::after {
 content: "";
 display: block;
 height: calc(100% - 36px);
 border-left: dotted 4px #768888;
 position: absolute;
 top: 16px;
 left: -4px;
}

/**トライアルのブロック分け*****************************************************************/
.step_left{
	float:left;
	width:57%;
	padding:10px 10px 0px 15px ;
}
.step_right{
	float:right;
	width:38%;	
}

.step_zen{
	padding:10px 0px 20px 15px ;
}
/**********/
.step_card{
	background: #f4faf9;
	padding:15px 20px 10px 20px ;
	border-radius:10px;
	border:1.5px solid #85beb2 ;
}

.step_left2{
	font-size:16px;
	font-weight:bold;
	color:#34bda0;
	float:left;
	width:31%;
	margin-left:15px;
	margin-bottom:15px;
	text-align:center;
}
.step_left2b{
	font-size:16px;
	font-weight:bold;
	color:#34bda0;
	float:left;
	width:31%;
	margin-left:15px;
	margin-bottom:15px;
	text-align:center;
}
.step_left2c{
	font-size:16px;
	font-weight:bold;
	color:#34bda0;
	float:left;
	width:31%;
	margin-left:15px;
	margin-bottom:15px;
	text-align:center;
}

.step_left2 img,.step_left2b img,.step_left2c img{
	margin-top:10px;
	border-radius:10px;
}

/*******************************************************************/
#mochiarea {
	margin:0 auto;
		width:840px;
}
#mochiarea img{
	width:840px;
}

/*******************************************************************/
.chi_area{
	padding:0px 10px 0px 15px ;

}
.chi_tile {
	float:left;
	background:#fcfbf7;
	border:1px solid #cccaba;
	width:31%;
	height:280px;
	margin-left:15px;
	margin-bottom:15px;
	text-align:left;
}
.chi_tile_in{
	padding:20px ;
}
.chi_title{
	color:#444;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	
}
.chi_ditail{
	color:#444;
}
.chi_title img{
	margin:10px 0px 15px 0px ;
	width:30px;
}


#tairuchui{
	color:#c28331;
}
/**************************************************/
@media only screen and (max-width: 790px){
/**************************************************/
	.chi_area{
		padding:0px 0px 0px 0px ;

	}
	.chi_tile {
		float:left;
		background:#fcfbf7;
		border:1px solid #cccaba;
		width:45%;
		height:230px;
		margin-left:11px;
		margin-bottom:11px;
	}
	.chi_tile_in{
		padding:15px ;
	}
	.chi_title{
		color:#444;
		font-size:18px;
		font-weight:bold;
		text-align:center;
		
	}
	.chi_ditail{
		color:#444;
	}
	.chi_title img{
		margin:5px 0px 5px 0px ;
		width:30px;
	}
/*******/
}


/**************************************************/
@media only screen and (max-width: 599px){
/**************************************************/
	.chi_title img{
		margin:0px 0px 0px 0px ;
	}
	.chi_tile {
		float:left;
		background:#fcfbf7;
		border:1px solid #cccaba;
		width:96%;
		height:170px;
		margin-left:11px;
		margin-bottom:11px;
	}
	.chi_tile_in{
	padding:10px ;
}
/*******/
}

/****クラス***************************************************************/
.class_consept{
	background:#fff;
	text-align:left;
	border-radius:20px;
	border:1px solid #d5ceaa;
	padding:3%;
	margin-bottom:10px;
	font-size:17px;
	color:#7a6a3a;
}

.class1_chui{
	width:95%;
	max-width:800px;
	text-align:left;
	margin:0 auto;
	margin-top:20px;
	color:#796b45;
}

/******/
.class_dit_out{
	width:95%;
	max-width:900px;
	text-align:left;
	margin:0 auto;
	margin-bottom:150px;
}

.class_dit_in{

}


.class_dit_title {
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e58b34), to(#f1ba26));
  background-image: -webkit-linear-gradient(left, #e58b34 0%, #f1ba26 100%);
  background-image: linear-gradient(to right, #e58b34 0%, #f1ba26 100%);
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:30px;
		height:50px;
}

.class_dit_title_no{
float:left;
	background:#f1ba26;
	width:50px;
	height:39px;
	border-radius: 10px 0px 0px 10px;
	text-align:center;
	padding-top:11px;
}
.class_dit_title_in{
  padding: 10px 10px 10px 65px ;
	font-size:20px;
}



.class_dit_title2 {
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e54d34), to(#e58b34));
  background-image: -webkit-linear-gradient(left, #e54d34 0%, #e58b34 100%);
  background-image: linear-gradient(to right, #e54d34 0%, #e58b34 100%);
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:30px;
		height:50px;
}

.class_dit_title_no2{
float:left;
	background:#e59834;
	width:50px;
	height:39px;
	border-radius: 10px 0px 0px 10px;
	text-align:center;
	padding-top:11px;
}





.class_dit_title3 {
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#b31e1e), to(#e54d34));
  background-image: -webkit-linear-gradient(left, #b31e1e 0%, #e54d34 100%);
  background-image: linear-gradient(to right, #b31e1e 0%, #e54d34 100%);
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:30px;
		height:50px;
}

.class_dit_title_no3{
float:left;
	background:#dc6531;
	width:50px;
	height:39px;
	border-radius: 10px 0px 0px 10px;
	text-align:center;
	padding-top:11px;
}


.col2_left3b{
/*	background: #b24983;*/
	float:left;
	width:37%;
	margin:0;
}

.col2_right3b{
/*	background: #c39276;*/
	float:right;
	width:59%;
	margin:0;
}

/**************************************************/
@media only screen and (max-width: 810px){
/**************************************************/
.col2_left3b{
/*	background: #b24983;*/
	float:none;
	width:100%;
	margin:0;
}

.col2_right3b{
/*	background: #c39276;*/
	float:none;
	width:100%;
	margin:0;
}
/*****/
}
/*****/



#basyoso{
font-weight:bold;
  font-size:14px;
  padding: 5px 10px 5px 10px ;
  margin: 8px 8px 8px 0px ;
  color: #685b37;
  border-radius: 6px;
  background:#ded3b5;
}
#gyou{
	margin-bottom:16px;
}

#youbi{
font-weight:bold;
  font-size:15px;
  padding: 6px 9px 6px 9px ;
  margin: 8px 8px 8px 0px ;
  color: #fff;
  border-radius: 30px;
  background:#a9a9a9;
}

.cla1taiken{
	margin:0 auto;
	width:100%;
	max-width:600px;
	margin-top:20px;
}
/*******************************************************************/
video{
	cursor: pointer;
cursor: hand;
}

/***ライトボックスのギャラリー****************************************************************/
.lightbox_area_outer{
	width:20%;
	float:left;
}
.lightbox_area{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

/*******************************************************************/
.class_link_area{
	margin-top:50px;
}

.class_link_area_2cal{
	float:left;
	width:47%;
	margin-right:20px;
	margin-bottom:15px;
}

.class_link_area_2cal img{
	width:100%;
}

/**************************************************/
@media only screen and (max-width: 699px){
/**************************************************/
.class_link_area_2cal{
	froat:left;
	width:99%;
	margin-right:0px;
	
}
/*******/
}
/*******************************************************************/

.stff_left{
	float:left;
	width:25%;
}

.stff_right{
	float:right;
	width:71%;
	
			text-align:left;
}
/**************************************************/
@media only screen and (max-width: 699px){
/**************************************************/
.stff_left{
	float:none;
	width:97%;
	text-align:left;
}

.stff_right{
	float:none;
	width:97%;

}
/*******/
}
/*******************************************************************/
.stff_title {
  position: relative;
  padding: 0px 0px 8px 0px ;
  border-bottom: 6px solid #beb48a;
  font-size:30px;
}

.stff_title:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 5px;
  content: '';
  background: #e8c330;
}

.stff_title span{
  font-size:18px;
  margin:15px;
  color:#9e8f52;
}

.stff_dit1{
	margin-top:30px;
	  font-size:16px;
	line-height: 2;
}

.stff_title2{
	
}
/*******************************************************************/
.areatitle3{
	text-align:center;
	margin: 0 auto;
}

/*******************************************************************/
.stff_title2 {
margin-top:70px;
  position: relative;
  padding: 0px 0px 10px 6px ;
  color:#9e9366;
  font-size:18px;
  font-weight:bold;
}

.stff_title2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #beb48a, #beb48a 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #beb48a, #beb48a 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.stff_title3{
	padding:10px 10px 10px 0px ;
	margin-top:15px;
	font-size:16px;
}

.stff_dit2{
	margin-left:15px;
}

.stff_dit3{
	margin-top:20px;
}

.stff_left img{
	margin-bottom:10px;
}
/*******************************************************************/



/**************************************************************/




.join_title {
  position: relative;
  padding: 1rem .5rem;
  width:300px;
  margin:auto;
  font-size:28px;
  font-weight:bold;
}

.join_title: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(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}


/*******************************************************/
.join_outer{
	padding:0px 10px 0px 10px ;
	margin-top:50px;
}

.join_inner{
	width:100%;
	border:solid 2px #0b88df;
	border-radius:10px;
	text-align:left;
	background:#fffff9;
}

.join_inner_in{
	padding:30px 30px 30px 30px ;
}
.sankaku img{
	width:35px;
}

.join_left{
	float:left;
	width:30%;
	border-right:1px dashed #71a8bc;
	font-size:20px;
	color:#128ccc;
	font-weight:bold;
}

.join_right{
	float:right;
	width:67%;
		font-size:16px;

}
.join_step{
	background:#0b88df;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border-radius:10px 0px 40px 0px;
	padding:10px 20px 10px 40px ;
	margin:-32px 0px 15px -31px;
	width:100px;
}

/*******************************************************/

.setumei-annai{
	padding:30px;
	background:#fcfbf1;
	margin:0 auto;
	width:80%;
	border:dashed 1px #9e936e;
}

.bar2_left{
	margin-top:40px;
	margin-bottom:30px;
	float:left;
	width:50%;
}

.bar2_right{
	margin-top:40px;
	margin-bottom:30px;
	float:right;
	width:46%;
}
.bar2{
	padding-left:29px;
	padding-right:28px;
}
.bar2b{
	padding-left:20px;
	padding-right:20px;
}

/**************************************************/
@media only screen and (max-width: 899px){
/**************************************************/

.bar2{
	padding-left:0px;
	padding-right:20px;
}

}
/**************************************************/
@media only screen and (max-width: 599px){
/**************************************************/
.bar2_left{
	margin-top:0px;
	margin-bottom:15px;
	float:none;
	width:100%;
}

.bar2_right{
	margin-top:0px;
	margin-bottom:30px;
	float:none;
	width:100%;
}
.bar2{
	padding-top:40px;
	padding-left:10px;
	padding-right:10px;
}
/********/
}

/********************************************************/
.videoarea_sp {
  position: relative;
  overflow: hidden;
  z-index:1;
    height: 800px;
}
.head_titletop_sp{
	text-align:center;
	margin:180px 0px 0px 0px ;
}


.videoarea2_sp {
	background-image: url(../img/overlays/02c.png);
width:100%;
  position: absolute;
  overflow: hidden;
  z-index:33;
      height: 800px;
}

/**************************************************/
@media only screen and (max-width: 740px){
/**************************************************/

.videoarea2_sp {
	background-image: url(../img/overlays/02c.png);
width:100%;
  position: absolute;
  overflow: hidden;
  z-index:33;
      height: 108vw;
}

.videoarea_sp {
      height: 108vw;
}

.head_titletop_sp{
	text-align:center;
	margin:25vw 0px 0px 0px ;
}

/****/
}

.head_titlet_line_sp{
	display: none;
}


/**************************************************/
@media only screen and (max-width: 600px){
/**************************************************/
.head_titlet_line_sp{
	display: block;
background: #fff;
  z-index:40;
  margin-top:107vw;
    position: absolute;
  overflow: hidden;
  width:100%;
  padding:10px 0px 10px 0px;
  text-align:center;
  font-weight:bold;
  color:#fff;
}
/****/
}
/****/

.btlink img{
	margin-bottom:10px;
}



.bar_cui{
	background:#c5f5f9;
	padding:10px 10px 10px 10px ;
	margin-bottom:20px;
}
/**************************************************/
@media only screen and (max-width: 600px){
/**************************************************/
.bar_cui{
	margin-bottom:50px;
}
/****/
}
/****/














/*************************/

.colvid{
	border:1px solid #ff0000;
	margin-bottom:35px;
	padding:20px 20px 0px 20px;
	background:#fdf7f7;
}

.colvid_title{
	text-align:center;
	color:#ff0000;
	margin-bottom:20px;
	font-size:16px;
}

.colvid_right{
	margin-bottom:10px;
	float:right;
	width:36%;
	text-align:center;
}
.colvid_right img{
	width:100%;
}
.colvid_left{
	float:left;
	width:58%;
	margin-bottom:20px;
}
/**************************************************/
@media only screen and (max-width: 699px){
/**************************************************/
.colvid{
	margin-bottom:35px;
}

.colvid_right{
	margin-bottom:10px;
	float:right;
	width:100%;
	text-align:center;
}
.colvid_right img{
	width:50%;
}
.colvid_left{
	float:left;
	width:100%;
	margin-bottom:20px;
}
/****/
}

#colbtn {
  border: 0;
  box-shadow: none;
  cursor: pointer;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
  display: block;

  padding: 10px 20px 10px 20px;
  margin: 8px 0px 0px 0px;
  color: #726648;
  font-size: 14px;
  background: #fff;
  box-shadow: 0px 3px 0 #a1a1a1;
  transition: .3s;
}

#colbtn:hover {
  color: #726648;
  box-shadow: none;
  background: #fff;
  transform: translate3d(0, 5px, 0);
    color: #ffa201;
}


/*******/


/*****************************************************************/
/****保護者の声*************************************************************/

.rev_card_wrap{
	  background: #fff;
	  width:100%;
	  max-width:700px;
	  margin:0 auto;
	border-radius:10px;
	box-shadow: 4px 4px 0px 0px rgb(227 222 199);
		text-align:left;
}

.rev_card_in{
	padding:0px 40px 40px 40px ;
}

.rev_card_title{
	font-size:30px;
	color:#38b498;
	margin-bottom:25px;
}

/**************************************************/
@media only screen and (max-width: 699px){
/**************************************************/
.rev_card_title{
	font-size:19px;
	font-weight:bold;
}
.rev_card_in{
	padding:0px 15px 40px 15px ;
}
.rev_card_in img{
	padding-top:15px;
}

.rev_card_wrap{
	  width:95%;
	  max-width:700px;
	  margin:0 auto;
	border-radius:10px;
	box-shadow: 4px 4px 0px 0px rgb(227 222 199);
		text-align:left;
}

/******/
}
/******/


.cp_ipselect{
direction: ltr;
    text-align:left;
}

.cp_sl01{
direction: ltr;
    text-align:left;
}

select{
    text-align:left;
    direction: ltr;
}



#room_check{
	white-space: nowrap;
	margin-left:15px;
	margin-right:15px;
	padding-top:5px;
}


#roomname{
	margin-left:5px;
	margin-right:5px;
}


.icheckbox_square-orange{
	margin-bottom:5px !important;

}





/*****************************************************************/
/* Bnr
-----------------------------------------*/
.Bnr{
	z-index:7777;
  position: relative;
  float:right;
  width: 389px;
  margin-right:50px;
  display: none;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;
 

  z-index: 88;
}
.Bnr__img__inner{
  width: 389px;
  height: 125px;
  box-sizing:border-box;
  padding: 0px;
  background-color: rgba(0,0,0,0.0);
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 10px;
  top:67px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}

/**************************************************/
@media only screen and (max-width: 699px){
/**************************************************/
.Bnr{
	z-index:7777;
  position: relative;
  float:right;
  width: 296px;
  margin-right:0px;
  display: none;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;
    width: 296px;
 

  z-index: 88;
}
.Bnr__img__inner{
  width: 296px;
  height: 113px;
  box-sizing:border-box;
  padding: 0px;
  background-color: rgba(0,0,0,0.0);
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 11px;
  top:55px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}

}


/*****************************************************************************/
/*****TOPへっだメニュー************/
/**********************************/
.navtop {
  list-style: none;
  display: flex;
  	text-align:center;
  	clear: both;
}
 
.navtop li {
	text-align:center;
  width: 117px;
  text-align: center;
/*  background-color: #333;*/
  margin-right: 0px;
  padding-top:10px;
    height: 50px;
  line-height: 20px;
	border-right:solid 1px #f0f4f7;
	border-left:solid 1px #e9f0f5;
  transition: 1.5s
}
.navtop li:hover {
  background-color: rgba(69,154,205,0.15);
  transition: 1s
}

.navtop li a {
	text-align:center;
  text-decoration: none;
  color: #004cb3;
  font-weight:900;
  font-size:15px;
  transition: 0.5s
}

.navtop li:hover  a{
	text-align:center;
  text-decoration: none;
  color: #004cb3;
  transition: 1s
}

.naveng{
	font-size:11px;
  color: #888888;
  transition: 1s
    font-weight:300;
}
.navtop li:hover .naveng{
  color: #00a9f8;
  transition: 1s
}

/*****************************************************************************/
/*****固定へっだメニュー************/
/**********************************/
.navtop2 {
  list-style: none;
  display: flex;
  text-align:center;
  clear: both;
  margin:0px 0px 0px 0px ;
}
 
.navtop2 li {
	text-align:center;
  width: 121px;
  text-align: center;
/*  background-color: #333;*/
  margin-right: 0px;
  padding-top:12px;
    height: 42px;
  line-height: 17px;
	border-right:solid 1px #f0f4f7;
	border-left:solid 1px #e9f0f5;
  background-color: rgba(69,154,205,0.0);
  transition: 1.5s
}
.navtop2 li:hover {
  background-color: rgba(69,154,205,0.15);
  transition: 1s
}

.navtop2 li a {
	text-align:center;
  text-decoration: none;
  color: #004cb3;
  font-weight:900;
  font-size:13px;
  transition: 0.5s
}

.navtop2 li:hover  a{
	text-align:center;
  text-decoration: none;
  color: #004cb3;
  transition: 1s
}

.naveng2{
	font-size:10px;
  color: #cfcfcf;
  transition: 1s
    font-weight:200;
}
.navtop2 li:hover .naveng2{
  color: #00a9f8;
  transition: 1s
}



/**TOPのアイキャッチ網目を微調整****************/
.head_titlet_line_pc{
	display: none;
	z-index:99;
	width:100%;
	background: #fff;
	position: absolute  ;
	overflow: hidden;
}



/*****************/
@media only screen and (max-width: 1450px){
.head_titlet_line_pc{
	display: block;
	height:40px;
	margin-top:-40px;
}
.videoarea, .videoarea2 {
	height:770px;
}
.head_titletop{
	margin:120px 0px 0px 0px ;
}
.head_titletop img{
	width:380px;
}
/****/
}
/****/
/*****************/
@media only screen and (max-width: 1320px){
.head_titlet_line_pc{
	display: block;
	height:40px;
	margin-top:-40px;
}
.videoarea, .videoarea2 {
	height:730px;
}
.head_titletop{
	margin:95px 0px 0px 0px ;
}
.head_titletop img{
	width:380px;
}
/****/
}
/****/



/*****************/
@media only screen and (max-width: 1292px){
.head_titlet_line_pc{
	display: block;
	height:30px;
	margin-top:-30px;
}
.videoarea, .videoarea2 {
	height:700px;
}
.head_titletop{
	margin:80px 0px 0px 0px ;
}
/****/
}
/****/
/*****************/
@media only screen and (max-width: 1211px){
.head_titlet_line_pc{
	display: block;
	height:40px;
	margin-top:-40px;
}
.videoarea, .videoarea2 {
	height:650px;
}
.head_titletop{
	margin:70px 0px 0px 0px ;
}
.head_titletop img{
	width:300px;
}
/****/
}
/****/
/*****************/
@media only screen and (max-width: 1104px){
.head_titlet_line_pc{
	display: block;
	height:40px;
	margin-top:-40px;
}
.videoarea, .videoarea2 {
	height:610px;
}
.head_titletop{
	margin:65px 0px 0px 40px ;
}
.head_titletop img{
	width:280px;
}
/****/
}
/****/
/*****************/
@media only screen and (max-width: 1035px){
.head_titlet_line_pc{
	display: block;
	height:40px;
	margin-top:-40px;
}
.videoarea, .videoarea2 {
	height:570px;
}
.head_titletop{
	margin:60px 0px 0px 50px ;
}
.head_titletop img{
	width:280px;
}
/****/
}
/****/
/*****************/
@media only screen and (max-width: 1000px){
.head_titlet_line_pc{
	display: none;
}

/****/
}
/****/



/* ページTOPに戻る *******************************************/
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 110px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: rgba(0,79,168,0.6);
    line-height: 50px;
    transition: all 0.8s; 
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}

.pagetop a:hover{
    background: rgba(0,79,168,1.0);
    transition: all 0.8s; 
}


/*********************************************/






/***リンクのエリアを広げる******/
.navtop4 li a{
    display: block;
    height: 100%;
    width: 100%
}

.navtop2 li a{
    display: block;
    height: 100%;
    width: 100%
}

.navtop li a{
    display: block;
    height: 100%;
    width: 100%
}


/*****/
.clearfix {zoom:1;}
.clearfix:after{
    content: "";
    display: block;
    clear: both;}

.clear3{
	clear: both;
}











/********************************************************/
/*　オンラインストア　*/
/********************************************************/
/**トップヘッダーメニュー*******************************/
.top_menu_s{
	width:100%;
	height:63px;
background: #2a97ec;
}
.top_menu_contents_s{
	width:1000px;
	margin: 0 auto;
/*	background-color:#dff3f2;*/
}

.top_menu_logo_s{
	background:transparent;
	width:520px;
	margin-top:0px;
	margin-bottom:0px;
	position: absolute;
	left: 0px;
	top: 0px; 
	z-index:50;
	height:53px;
}

.top_menu_logo_s img{
	width:100%;
}

.top_menu_rightb_s{
	float:right;
}


.top_menu_right_s{
	float:right;
	right:0;
}

/****/
.navtop_s {
  list-style: none;
  display: flex;
  	text-align:center;
  	margin:0px 0px 0px 0px ;
}
 
.navtop_s li{display:block;
	text-align:center;
  width: 115px;
  text-align: center;
/*  background-color: #333;*/
  margin-right: 0px;
  padding-top:15px;
    height: 48px;
  line-height: 18px;
	border-right:solid 1px #f0f4f7;
	border-left:solid 1px #e9f0f5;
  transition: 1.5s
}
.navtop_s li:hover {
  background-color: rgba(69,154,205,0.15);
  transition: 1s
}
.navtop_s li a {
	text-align:center;
  text-decoration: none;
  color: #004cb3;
  font-weight:900;
  font-size:14px;
  transition: 0.5s
}

..navtop_s li:hover  a{
	text-align:center;
  text-decoration: none;
  color: #004cb3;
  transition: 1s
}
.navtop_s li:hover .naveng2{
  color: #00a9f8;
  transition: 1s
}
.naveng_s{
	font-size:11px;
  color: #888888;
  transition: 1s
    font-weight:300;
}

/**********************/
.s_top_btn_out{
	float:right;
	padding:8px 0px  0px  10px ;
}
.s_top_btn{
	background:#fff;

	padding: 10px 20px 0px 20px;
	border:1px solid #2a97ec;
	border-radius: 24px;
	color:#2a97ec;
	height:35px;
	transition: 1.0s
}
.s_top_btn:hover{
	background:#1069c9;
	border:1px solid #2a97ec;
	border-radius: 24px;
	color:#fff;
	transition: 1.0s
}

.s_top_btn2{
	background:#0b5aaf;
	padding: 10px 20px 0px 20px;
	border:1px solid #2a97ec;
	border-radius: 24px;
	color:#fff;
	height:35px;
	transition: 1.0s
}
.s_top_btn2:hover{
	background:#1175df;
	border:1px solid #2a97ec;
	border-radius: 24px;
	color:#fff;
	transition: 1.0s
}

.s_top_btn a{
	color:#fff;
	font-weight:bold;
}
.s_top_btn a:hover{
	color:#2a97ec;
	font-weight:bold;
}

.itembase{
	margin-top:30px;
	padding-left:1vw;
	padding-right:1vw;
	margin-bottom:0px;
}
td{
	vertical-align: top;
	height:10px;
}

#ite{
	background-image: url(../img/bg2.jpg);
	margin:49%;
	margin-top:30px;
	border:solid 1px #f7e7ba;
	width:30%;
	height:10px;
}

#ite:hover{
	border:solid 1px #f3c134;
}


.sukima{
height:30px;
}

#itein{
	padding:30px 30px 15px 30px;
}

.aida{
	width:2%;
	background:#fff;
	margin:0;
	padding:0;
	margin-top:30px;
	border:0;
}

.title_base{
	width:100%;
	max-width:960px;
	height:337px;
	margin: 0 auto;
}


.main_wrapbase{
	background: #fff;
	width:100%;
	margin:0;
	padding-bottom:50px;
	clear: both;
}

.main_wrap{
	background: #fff;
	width:100%;
	max-width:960px;
	margin: 0 auto;
	clear: both;
}



.col2_left{
	background-image: url(../img/bg2.jpg);
	float:left;
	width:42%;
	margin:0;
	border:0;
	padding:30px;
	margin-top:30px;
	border:solid 1px #f7e7ba;
}

.col2_left img{
	width:100%;
}

.col2_right{
	background-image: url(../img/bg2.jpg);
	float:right;
	width:41%;
	margin:0;
	border:0;
	padding:30px;
	margin-top:30px;
	border:solid 1px #f7e7ba;
}
.col2_right img{
	width:100%;
}

a:hover .col2_left{
	border:solid 1px #e1b740;
}

a:hover .col2_right{
	border:solid 1px #e1b740;
}



#s1{
	color:#d78504;
	font-size:17px;
}

a:hover #s1{
	color:#ff9c00;
}

#s2{
	color:#333;
	font-size:18px;
}

a:hover #s2{
	color:#111;
}

#s3{
	color:#111;
	font-size:16px;
	margin-top:15px;
background:#f9ecc8;
padding:14px;
}


#s4{
	color:#d50808;
	font-size:22px;
	margin-top:14px;
	text-align:right;
}

#Textarea1c{
	height:300px;
	  clear:both;
}
/**************************/
.link_online{
font-size: 20px;
    font-weight: bold;
    width:100%;
    text-align:center;
    border-bottom:0px solid #d0d0d0;
    margin-bottom:20px;
    color:#4d4d4d;
}

.link_online a{
color:#2e78e1;
}
.link_online a:hover{
color:#000;
}

.link_online a:visited{
color:#2e78e1;
}

/***インスタ埋め込みの調整******************************/
.es-branding{
		color: #990000  !important;
}
/**************************/
a.btn_02 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 250px;
	padding: 10px 25px 10px 25px ;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	transition: 0.5s;
	margin-top:15px;
	margin-bottom:5px;
}
a.btn_02:hover {
	color: #27acd9;
	background: #fff;
}

/****************/
.linkarea{
	padding-top:150px;
}

/****************************/
.eyecatchibase{
	width:100%;
	background:#222;
}
.eyecatcin{
	height:600px;
	width:100%;
	background:#888;
	margin:0 auto;
	background-image: url(../img/top_eye.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto;
}
.eyecatcimg{
	margin:0 auto;
	width:100%;
	max-width:800px;
	padding-top:200px;
}

.eyecatcimgu999{
	margin:0 auto;
	width:100%;
	max-width:500px;
	padding-top:150px;
}

.eyecatcimgu699{
	margin:0 auto;
	width:100%;
	max-width:350px;
	padding-top:90px;
}
.eyecatcimgu999{
	display: none;
}
.eyecatcimgu699{
	display: none;
}

/********コンセプト****************************/
.top_concept_base{
	width:100%;
}

.top_concept_area{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	
	background-image: url(../img/concept_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}
.top_concept_area_in{
	margin-top:40px;
	padding:150px 20px 80px 20px ;
}

.top_concept_ditail{
	width:500px;
	padding:30px 0px 30px 0px ;
}
.top_concept_title{
	display: block;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size:50px;
	color:#a88c5c;
	font-weight:bold;
	line-height:40px;
}
#minimoji1{
	font-size:30px;
	margin-left:-10px;
	margin-right:-10px;
}

/*リードモア*/
#readmore_top1{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:20px;
}
/*****************************************************************/
/* Bnr
-----------------------------------------*/
.Bnr{
	z-index:7777;
  position: relative;
  float:right;
  width: 389px;
  margin-right:10px;
  display: none;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;
 

  z-index: 88;
}
.Bnr__img__inner{
  width: 389px;
  height: 125px;
  box-sizing:border-box;
  padding: 0px;
  background-color: rgba(0,0,0,0.0);
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 10px;
  top:67px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}

/**************************************************/
@media only screen and (max-width: 699px){
/**************************************************/
.Bnr{
	z-index:7777;
  position: relative;
  float:right;
  width: 296px;
  margin-right:0px;
  display: none;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;
    width: 296px;
 

  z-index: 88;
}
.Bnr__img__inner{
  width: 296px;
  height: 113px;
  box-sizing:border-box;
  padding: 0px;
  background-color: rgba(0,0,0,0.0);
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 11px;
  top:55px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}

}
/*******************/
.mail_chui_out{
	padding:10px 30px 50px 30px ;
}
.mail_chui{
padding:20px 30px 20px 30px ;
border:1px #a11f1f solid;
color:#a11f1f;
background:#faf0f0;
}


.mail_chui_out9{
	padding:10px 30px 30px 30px ;
}
.mail_chui9{
padding:20px 30px 20px 30px ;
border:1px #a11f1f solid;
color:#a11f1f;
background:#faf0f0;
}

/*****************/
/****フォーム部分***************************************************************/
table {

}
 
.form-table p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
  
}
.color1{
  background: #fafafa;
}

.color2{
  background: #f5eeeb;
}




.form-table {
  width: 100%;
}
 
.form-table th,
.form-table td {
  border-top: 0px solid #d7d7d7;
  border-bottom: 1px dashed  #d7d7d7;
    color:#000;
}


.form-table td {
  padding: 15px 50px 15px 0px;
}

.form-table th {

  padding-top: 30px;
  padding-left: 30px;
  padding-right: 5px;  
  padding-bottom: 15px;  
  position: relative;
  text-align: left;
  vertical-align: text-top;
  width: 182px;
}

/*******************************************************************/
/*Form Controls
================================================== */

input, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    outline: 0;
    border-radius: 0;
    box-shadow: none;
        padding:0px 10px 0px 10px ;

}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
width: 100%;
    border: solid 1px #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-top-color: #c0c0c0;
    color: #000;
    background-color: #fff !important;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

textarea {
            padding:20px 10px 10px 10px ;
}

input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
    color: #323436;
    background-color: #fff !important;
    outline: none !important;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}





.form-control {
    font-size: 13px;
    height: 40px; 
    border: 1px solid #c0c0c0;
    border-radius:2px;
    text-align:left;
    direction: ltr;
}


#name ,#kana , #email1 , #telephonenumber{
	width:100%;
	margin:0px 0px 0px 0px ;
}

#Textarea1{
  height: calc( 1.3em * 10 );
  line-height: 1.3;
}

#Textarea2{
  height: calc( 1.3em * 6 );
  line-height: 1.3;
}
#Textarea3, 
#Textarea32, 
#Textarea33, 
#Textarea34, 
#Textarea35 
{
  height: calc( 1.3em * 4 );
  line-height: 1.3;
}





.required{
	color:#f459ce;
}

.form-control:focus {
    box-shadow: none;
    color: #323436;
    background-color: rgba(250, 250, 250, .01);
    outline: none !important;
    border: solid 1px #e3e3e3;
    border-bottom-color: #F0F0F0;
    border-top-color: #e0e0e0;

    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.button, button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bbb !important;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;

}

button::-moz-focus-inner {
    border: 0;
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*End Form*/

figure:hover .overlay {
    box-shadow: inset 0 0 0 500px #1e73be;
}


.v-pagination li a:hover,
ul.bar-styling li:not(.selected) > a:hover,
ul.bar-styling li > .comments-likes:hover,
ul.page-numbers li > a:hover,
ul.page-numbers li > span.current,
.pagination > li:not(.active) > a:hover,
.pagination > li:not(.active) > span:hover,
.slideout-filter ul li.selected a,
.btn.v-btn.v-btn-default {
    background: #1e73be;
}



h2.v-bg-box-shadow-text-50 {
    margin-top: 25px;
    margin-bottom: 0px;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 8px 0 0 rgba(0,0,0,0.3), -8px 0 0 rgba(0,0,0,0.3);
    color: #ffffff !important;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
    padding: 10px;
}

h2.v-bg-box-shadow-text-40 {
    margin-top: 0px;
    margin-bottom: 25px;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 8px 0 0 rgba(0,0,0,0.3), -8px 0 0 rgba(0,0,0,0.3);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    padding: 10px;
}


.ui-widget-content a {
    color: #333333;
}

.ui-widget-content a:hover {
    color: #1dc6df;
}

#al_name,#al_kana, #al_email, #al_text, #al_kiboubi,#al_nen{
	color:#e30909;
}

/***送信ボタン****************************************************************/
.sp_form_btn{
	width:100%;
	margin:0 auto ;
	margin-top:30px;
	text-align:center;
}
.submit_btn {

cursor: pointer;
cursor: hand;
 border:none;
  font-size: 18px;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  text-align: center;
  background-size: 180% auto;
  transition: all .3s ease-out;
}
.submit_btn:hover {
  background-position: right center;
}

.submit_btn2 {
	margin:0 auto;
		margin-top:25px;
width:180px;
cursor: pointer;
cursor: hand;
 border:none;
  font-size: 16px;
  color: #fff;
  padding: 5px 25px;
  border-radius: 30px;
  text-align: center;
  background: #d8d8d8;
  transition: all .3s ease-out;
}
.submit_btn2:hover {
  background: #999;
   transition: all .3s ;
}


.gradient2 {
  background-image: -moz-linear-gradient(left, #736EFE 0%, #5EFCE8 100%);
  background-image: -webkit-linear-gradient(left, #736EFE 0%, #5EFCE8 100%);
  background-image: linear-gradient(to right, #736EFE 0%, #5EFCE8 100%);
}
.gradient2 {
  background-image: -moz-linear-gradient(left, #E96D71 0%, #FAD7A1 100%);
  background-image: -webkit-linear-gradient(left, #E96D71 0%, #FAD7A1 100%);
  background-image: linear-gradient(to right, #E96D71 0%, #FAD7A1 100%);
}
.gradient2 {
  background-image: -moz-linear-gradient(left, #00E4FF 0%, #69FF97 100%);
  background-image: -webkit-linear-gradient(left, #00E4FF 0%, #69FF97 100%);
  background-image: linear-gradient(to right, #00E4FF 0%, #69FF97 100%);
}
.submit_btn {
  background-image: -moz-linear-gradient(left, #00E4FF 0%, #69FF97 100%);
  background-image: -webkit-linear-gradient(left, #00E4FF 0%, #69FF97 100%);
  background-image: linear-gradient(to left, #00E4FF 0%, #1591fa 100%);
}
/*******************************************************************/
.kanryo {
  width:350px;
  margin:0 auto;
}

.kanryo h2 {
  position: relative;
  padding: 1rem .5rem;
}

.kanryo h2: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(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

/*******************************************************************/


.form_chui3 a{
  background-color: #fff;
  border-radius: 5px;
    transition: 1.0s ;
border:1px solid #df5078;
  padding: 5px 10px 5px 10px;
    color: #df5078;
    margin:10px 0px 0px 0px ;
}
.form_chui3 a:hover {
  background-color: #df5078;
      color: #fff;
    transition: 1.0s ;
}
.trial_mini{
	margin:0 auto;
	width:80%;
	max-width:800px;
	background:#eff6fa;
	margin-top:0px;
	border-radius:20px;
	padding:40px 40px 20px 40px ;
	text-align:center;
}

.ubyo{
	margin:0 auto;
	width:80%;
	max-width:800px;
	background:#fff;
	margin-top:0px;
	margin-bottom:20px;
	padding:20px 20px 10px 20px ;
	text-align:center;
	border: dashed #f3c977 1px;
}


.required2{
	background:#df5078;
	color:#fff;
	padding:2px 3px 2px 3px ;
	margin-left:10px;
	font-size:13px;
	border-radius:4px;
}
/*****セレクト**************************************************************/
.cp_ipselect {
	overflow: hidden;
	width: 40%;
	margin: 0 auto;
	text-align: center;
	color:#666;
	padding-left:5px;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

/**らじおぼっくす*****************************************************************/
.radiobox2 label{
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}
 
.radiobox2 {
    padding-left: 0px;
}
.radiobox2 input[type=radio],
.radiobox2 input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.radiobox2 input[type=radio] + label,
.radiobox2 input[type=checkbox] + label {
    position: relative;
      
    display: inline-block;
    margin-right: 12px;
      
    font-size: 14px;
    line-height: 30px;
      
    cursor: pointer;
}
  
@media (min-width: 1px) {
    .radiobox2 input[type=radio],
    .radiobox2 input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .radiobox2 input[type=radio] + label,
    .radiobox2 input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .radiobox2 input[type=radio] + label::before,
    .radiobox2 input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
          
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
          
        background: #FFF;
    }
    .radiobox2 input[type=radio] + label::before {
        border: 1px solid #aaa;
        border-radius: 30px;
    }
    .radiobox2 input[type=checkbox] + label::before {
        border: 1px solid #aaa;
    }
    .radiobox2 input[type=radio]:checked + label::after,
    .radiobox2 input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
          
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .radiobox2 input[type=radio]:checked + label::after {
        left: 5px;
          
        width: 8px;
        height: 8px;
        margin-top: -4px;
          
        background: #f1993c;
        border-radius: 8px;
    }
    .radiobox2 input[type=checkbox]:checked + label::after {
        left: 3px;
          
        width: 16px;
        height: 8px;
        margin-top: -8px;
          
        border-left: 3px solid #f1993c;
        border-bottom: 3px solid #f1993c;
          
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}










.kanryo{
	text-align:center;
}
.kanryo2{
	text-align:center;
}

/***QA********************************/
.qa_sukima{
	height:100px;
}
.qa_wrap{
	margin:0 auto;
	width:100%;
	max-width:1000px;
}
.qa_in{
	padding:30px;
}
.qa_q_wrap{
	background:#555;
}
.qa_a_wrap{
	background:#888;
}


/***************/
.qa-7 {
    width: 100%;
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 3%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #f8f5ef;
    color: #000;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    background-color: #e6eef5;
        border-radius: 5px;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 15px 10px 20px 45px;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;

}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
    padding-top:2px;
}


/*************************/
.qa_wrap{
	margin:0 auto;
	width:100%;
	max-width:1000px;
}
.qa_in{
	padding:20px;
}

.bs_title99{
	font-size:35px;
	color:#2cab98;
}
.bs_title98{
	margin-top:40px;
	font-size:18px;
	color:#867647;
}
.bs_title97{
	margin-top:10px;
	color:#867647;
	padding-left:15px;
	font-size:15px;
}
.bs_title96{
	margin-top:10px;
	color:#555;
	padding-left:15px;
	font-size:13px;
}
.trialformlinkarea{
	padding:0px 0px 150px 0px ;
	margin:0 auto;
	width:100%;
	text-align:center;
}
.trialformlink{
	text-align:center;
	margin:0 auto;
}


/************/
.c-btn,
.c-bnr,
.c-txt {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
 

.c-btn {
  background: #ff701e;
  border: 2px solid #ff701e;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-size:20px;
  font-weight: bold;
  max-width: 400px;
  padding: 20px 30px;
  text-align: center;
}
.c-btn.grad {
  background: linear-gradient(90deg, rgba(255,112,30,1) 0%, rgba(255,191,48,1) 50%, rgba(255,77,48,1) 100%);
  background-size: 200% 100%;
  border: none;
}
.c-btn.grad:hover {
  background-position: 100% 0;
}

.jizendayo{
	padding:0px 10px 20px 10px ;
}

.jyuusyo{
	margin-top:50px;
		margin-bottom:20px;
}


.mapleft{
	margin-top:40px;
	float:left;
	width:50%;
}
.mapright{
	margin-top:40px;
	float:right;
	width:45%;
}

.mibialk{
	font-weight:bold;
}
.mibialk2{
	padding:0px 0px 20px 20px ;
}

.funikiphoto{
	margin-bottom:50px;
}
.qa_wrap2{
	margin:0 auto;
	width:100%;
	max-width:1000px;
	padding-top:10px;
}
.qa_in2{
	padding:10px;
}

.cs_waku{
	border:1px solid #857147;
	padding:20px 25px 20px 25px;
	background:#fffcf6;
	border-radius:10px;
	margin-bottom:30px;
}
.cs_title{
	color:#857147;
	font-size:18px;
	font-weight:bold;
}
.cs_dit1{
padding-top:8px;
	font-size:13px;
		color:#464646;
}
.cs_dit2{
padding-top:20px;
	color:#857147;
}

.kyougidit{
padding-left:30px;
padding-top:10px;
}