/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");



/*	EXAMPLE STYLES */
body {
	font-family: Meiryo,"メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #333;
	font-size: 13px;
	background:url(../common_img/bg_01.png) repeat;
}

/* ----------   header  --------------------- */
header {
	animation-name: SlideUp;
	animation-duration: 2s;
}
/* ----------   article  --------------------- */

article {
	margin:0px 0 10px;
}

main{
padding:0px 0px 30px 0px ;
}

main p{
line-height:1.8;
}


@media only screen and (max-width: 768px) {
main{
padding:30px 10px 30px 10px ;
}
}

/* ----------   section  --------------------- */
section {

}

aside {
	margin:0px 0 30px;
}



/* ----------   footer  --------------------- */
footer {
	padding:20px 0px 0px;
}

#link_area{
text-align:center;
margin:10px 0;
}


#link_area img{
margin:5px 0;
}


/* ----------   メインイメージ系  --------------------- */



.nak_tt{
background:url(../images/main02.png) no-repeat center bottom;
}

.nak_tt h2{
font-weight:bold;
padding:4% 2% 4%;
font-size:180%;
color:#63b567;
}


@media only screen and (max-width: 959px) {

.nak_tt{
margin:0px 0px 0px ;
background:url(../images/main02.png) no-repeat right bottom;
background-size:600px;
}

.nak_tt h2{
padding:4% 2% 4%;
font-size:140%;
}


}



/* ----------   menu  --------------------- */

#menu-box{
  margin:0px 0px 0px 0px ;
  padding:0px 0px 0px 0px ;
  position: relative;
  background:url(../common_img/bg_gnav.png) repeat;
}

#menu{
  margin: 0px 0 0px;
  padding: 0;
  font-size:100%;
}
#menu li{
  float: left;
  text-align:center;
  width: 20%;
  border-right:dotted 2px #6c684d;
  margin: 0;
  font-size:120%;
  }

#menu li:first-child{border-left:dotted 2px #6c684d;}

#menu li a{
  display: block;
  padding: 14px 0px 10px;
  color: #6c684d;
  text-align: center;
  font-weight:bold;
  text-decoration: none;
}

#menu li a span{
  color: #27bddd;
}

#menu li:last-child a span{
  color: #ff6000;
}

#menu li a:after{font-size:80%;color:#99b700;display:block;font-weight:normal;}

.menu_01 a:after{content:'TOPPAGE';}
.menu_02 a:after{content:'About us';}
.menu_03 a:after{content:'Member list';}
.menu_04 a:after{content:'Introduction';}
.menu_05 a:after{content:'Members Only';}

#menu li a:hover,#menu li a:hover span{
  background:#6cb07b;
  color:#fff;
}
#menu li a:hover:after{color:#fff;}

#toggle{ 
 display: none;
}




@media only screen and (max-width: 1000px) {
  #menu{
    display: none;
  }

#menu-box{
  background:none;
  margin:0px 0px 0px 0px ;
  padding:0px 0px 0px 0px ;
}

  #menu li{
    width: 100%;
    background:#fff;
    border-bottom:dotted 1px #ccc;
    font-size:100%;
  }

#menu li:first-child{width: 100%;border-left:none;}
#menu li:last-child{width: 100%;}

#menu li a{
  color: #005bab;
  background:none;
  padding: 8px 0px 8px;
}

#menu li a:hover{
  color: #fff;
  background:#6cb07b;
  border-bottom:none;
}

#menu li a:before{font-size:100%;color:#fff;display:inline;margin-right:10px;color:#15446d;}


  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background:url(../common_img/bg_gnav.png) repeat;
    border-bottom:solid 1px #fff;
  }

  #toggle a{
    display: block;
    position: relative;
    padding: 10px 0 8px;
    color: #63441d;
    text-align: center;
    font-weight:bold;
    font-size:110%;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #63441d;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background:url(../common_img/bg_gnav.png) repeat;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }

}





.btn01 {width:60%;margin:20px auto 20px;box-shadow:1px 1px 2px #333;}

.btn01 a:before { content:'\f35a'; margin-right:10px;font-family:'Font Awesome 5 Free';color:#fff;font-size: 100%; }

.btn01 a{
text-decoration:none;
color:#fff;
font-weight:bold;
display:block;
text-align:center;
padding:8px 10px;
background:#357c00;
border:solid 3px #f2f2f2;
}

.btn01 a:hover{
	background:#5c774f;
}

.btn01 a span { font-size: 90%; }

@media only screen and (max-width: 768px) {

.btn01 a span { display:none; }


}

.link_box{
-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}

.bl-hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}


/* ----------   フッターナビ  --------------------- */

#page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    z-index:1000;
	animation-name: SlideUp;
	animation-duration: 2s;
}
#page-top a {
    padding: 30px 0px;
    display: block;
}
#page-top a img:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media only screen and (max-width: 480px) {

#page-top {
    position: fixed;
    bottom: 60px;
    right: 5px;
    z-index:1000;
    width:50px;
}

}


.fotter_bg{
background:#dfdcc5;
}

.fnav {
width:100%;
margin:0 0 0 20px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
background:#83ab74;
padding:15px;
}

.fnav li{
float:left;
margin:10px 20px 10px 0;
color:#fff;
}



.fnav li a{
color:#fff;
text-decoration:none;
}

.fnav li a:hover{
text-decoration:underline;
}
.fnav li a:before  { content:'\f35a'; margin-right:10px;font-family:'Font Awesome 5 Free';color:#ffc600;font-size: 100%;}

.f_info{
padding:0px 0px 25px 0px ;
}


.f_info p{
text-align:center;
color:#fff;
font-weight:bold;
padding:0px 0px 10px 0px ;
font-size:130%;
}

.f_info dt{
text-align:center;
padding:0px 0px 10px 0px ;
}

.f_info dt span{
color:#fff;
display:block;
text-align:center;
}

.f_info dd{
width:400px;
margin:auto;
}
.f_info dd li{
text-align:center;
float:left;
width:50%;
}
.f_tel{font-weight:bold;}
.f_tel span{display:block;text-align:center;font-size:100%;background:#004f8c;font-weight:normal;margin:10px 0;}

.ei{font-size:80%;}

#site_copy{
text-align:center;
margin:20px 0 0 0;
padding:10px;
color:#fff;
background:#917551;
}

.link_f{
text-align:center;
margin:15px 0 0;
}

.link_f img{
margin:10px;
}

@media only screen and (max-width: 768px) {
.f_info{
padding:5px 20px 25px 20px ;
width:90%;
margin:20px auto 0;
}

.f_info dd{
width:90%;
margin:auto;
}

.fnav {
width:95%;
margin:0 auto 0px;
}

.fnav li{
float:none;
margin:5px 0px 5px 0;
color:#fff;

}

.fnav li a{
display:block;
color:#fff;
border:solid 1px rgba(0,0,0,.2);
padding:5px 8px;
}

footer {
	padding:0px 0px 0px;
}

.f_tel span{font-size:75%;padding:10px 0;font-weight:normal;}

}

/* ----------   デバイス毎の振り分け  --------------------- */


/*PC960px以上 */


header #lead{
background:url(../common_img/seo.png) repeat;
background-size:contain;
}

h1{
font-size:90%;
padding:3px 0 3px;
font-weight:normal;
color:#eeecd7;
text-align:left;
}

.logo{float:left;width:380px;padding:20px 0px 20px 0px ;}


.h_info{float:right;width:400px;padding:15px 0px 0px 0px ;}
.h_info:before{content:"お気軽にお問い合わせください！";font-weight:bold;display:block;text-align:center;margin-bottom:5px;}
.h_info li{float:left;width:50%;}

@media only screen and (max-width: 880px) {


h1{
font-size:80%;
text-align:center;
}

.logo{float:none;width:280px;margin:0px auto 0px ;padding:10px 0;}

.h_info{float:none;margin:0px auto 20px ;padding:0px 0px 0px 0px ;}
.h_info:before{content:"";margin-bottom:0px;}
.h_info li{float:left;width:48%;padding:1%;}

}

@media only screen and (max-width: 480px) {


.h_info{width:80%;}

}


/* ロールオーバーで不透明度変更
-------------------------------------------------- */
.hover_img a:hover img,
a.hover_img:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}


/* タイトルのスタイル
-------------------------------------------------- */

.tt_style01{
background:url(../common_img/bg.png) no-repeat 0 center;
background-size:cover;
padding:10px 0px 10px 30px ;
margin:40px 0 25px 0;
font-size:120%;
color:#fff;
font-weight:bold;
}

main section:first-child .tt_style01{
margin:0px 0 25px 0;
}



.tt_style02{
font-size: 120%; 
color: #b8972b;
padding:5px 0 5px 0px;
margin:20px 0px 15px;
font-weight:bold;
border-bottom:dotted 2px #999;
text-align:left;
}

.tt_style02 span{
font-size: 90%;
padding:0px 0 0px 20px;
color:#333;
}

.tt_style02:before { content:'\f560'; margin-right:10px;font-family:'Font Awesome 5 Free';color:#ff3c00;font-size: 100%; }


.tt_style03 {
    background: url(../common_img/h3_bg02.png) no-repeat center bottom;
    padding: 0px 0px 20px 0px;
    margin: 20px 0 15px 0;
    font-size: 200%;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.tt_style03 span {
    display: block;
    color: #3d9fd3;
    text-align: center;
}

@media only screen and (max-width: 480px) {

.tt_style01{
font-size:100%;
}

.tt_style02{
font-size:100%;
}

.tt_style03{
font-size:130%;
}

.tt_style04{
font-size:100%;
}

}

/* table_style
-------------------------------------------------- */


.table_style {
 border-top: 1px dotted #333;
 margin:10px auto 10px;
 width:98%;
}

		.table_style th,
		.table_style td {
			padding: 15px;
			border-bottom: 1px dotted #333;
			text-align: left;
		}
		.table_style td {
			background:#fff;
		}
		.table_style td.price{text-align:right;background:#fff;}
		.table_style td.item{font-weight:bold;color:#019e05;text-align:left;width:15%;}

		.table_style th {
			vertical-align: top;
			font-weight:bold;
			color:#333;
			background:#f2f2f2;
			width:22%;
		}
		.table_style th.kou{
			color:#37701b;
			background:#fff;
		}


.table_style02 {
	margin: 20px auto 20px;
	width:100%;
}
	.table_style02 {
		border-top: 1px solid #aaa;
		border-right: 1px solid #aaa;
	}
		.table_style02 th{padding: 10px;
		border-bottom: 1px solid #aaa;
		border-left: 1px solid #aaa;
		background:#f2f2f2;
		font-weight:bold;
		color:#333;
		}
		.table_style02 tr th:first-child{
                width:18%;
		}
                .table_style02 tr th:nth-child(2){width:23%;}
                .table_style02 tr th:nth-child(3){width:15%;}
		.table_style02 td {
			padding: 10px;
			border-bottom: 1px solid #aaa;
			border-left: 1px solid #aaa;
			background:#fff;
		}
		.table_style02 td.item{
			color:#019e05;
			font-weight:bold;
			width:15%;
		}
		.table_style02 th:before{
			padding:0px 10px;margin-right:10px;color:#fff;
		}
		.table_style02 th.hissu:before{
			content:"必須";background:red;
		}
		.table_style02 th.nini:before{
			content:"任意";background:#00c0ff;
		}

@media only screen and (max-width: 768px) {

.res{
display: none;
}

.table_style02 th{display:block;width:100%;}
.table_style02 td{display:block;width:100%;}

		.table_style02 tr th:first-child,
		 .table_style02 tr th:nth-child(2),
		  .table_style02 tr th:nth-child(3)
		{
                width:100%;
		}

}

/* 
====================================================================================================
◆画像のレフト・ライト
---------------------------------------------------------------------------------------------------- */

.fig_01{
float:right;
width:20%;
margin:0px 0px 20px 40px;
}

.fig_02{
float:left;
width:20%;
margin:0px 20px 20px 0px;
}

.fig_03{
float:right;
width:25%;
margin:0px 0px 20px 20px;
}

.fig_04{
float:left;
width:20%;
margin:0px 20px 20px 0px;
}


.fig_05{
float:right;
width:20%;
margin:0px 0px 20px 20px;
text-align:center;
}

.fig_06{
float:left;
width:20%;
margin:0px 20px 20px 0px;
}

@media only screen and (max-width: 768px) {

.fig_01{
float:none;
width:200px;
margin:0px auto 20px;
}

.fig_03{
float:none;
width:200px;
margin:0px auto 20px;
}

.fig_02{
float:none;
width:250px;
margin:0px auto 20px;
}

}

/* ----------   ボタン&誘導ボタン  --------------------- */

#btn_area{
padding:40px 0px 40px;
background:#fffdf8;
}

#btn_area .lead_tt{
font-size:200%;
text-align:center;
padding:0px 0px 0px 0px ;
margin:0px 0px 0px 0px ;
color:#000;
font-weight:bold;
}


#btn_area .lead_p{
font-size:130%;
font-weight:normal;
text-align:center;
line-height:1.6;
margin:0px 0 10px;
}

.btn_top{
margin: 5px 2px 20px;
padding: 0px 0px 20px 0px;
background: #fff;
box-shadow: 1px 1px 2px #a9be94 ,-1px -1px 2px #a9be94;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.btn_top .btn_tt{
padding:10px 0px 0px 0px;
text-align:center;
}



.btn_top ul{
font-size:100%;
margin-top:10px;
padding:0px 15px 0px;
}

.btn_top ul li{
padding:8px 0px 5px 0px;
border-bottom:dotted 1px #333;
font-weight:bold;
}

.btn_top ul li:before { content:'\f14a'; margin-right:10px;font-family:'Font Awesome 5 Free';color:#67892f;font-size: 100%; }

.btn_top ul li span{
font-weight:bold;background: linear-gradient(transparent 50%, yellow 50%);
}

.btn_top p{
padding:10px 20px 0px;
}

.btn_top p a{
text-decoration:none;
color:#fff;
font-weight:bold;
display:block;
text-align:center;
padding:8px 10px;
background:#357c00;
border:solid 3px #f2f2f2;
}

.btn_top p a:hover{
color:#fff;
background:#a2c142;
}

.btn_top p a:before { content:'\f35a'; margin-right:10px;font-family:'Font Awesome 5 Free';font-size: 100%; }


.btn_top figure{
text-align:center;
padding:0px 0 0 0;
}

.btn_top{
@media only screen and (max-width: 768px) {
margin:20px 20px 10px;
}

#btn_area .lead_tt img{
width:230px;
}

#btn_area .lead_tt{
font-size:160%;
}

#btn_area .lead_p{
font-size:100%;
padding:0 15px;
}

.btn_top ul{
font-size:90%;
}

.btn_top .btn_tt{
font-size:120%;
line-height:50px;
}


}
@media only screen and (max-width: 480px) {

.btn_top figure{
width:60%;
margin:0 auto;
padding:20px 0 0 0;
}

}


/* 
====================================================================================================
◆表示アニメーション
---------------------------------------------------------------------------------------------------- */

/*右から左*/
@keyframes RightToLeft {
0% {
    opacity: 0;/* 透明 */
    transform: translateX(50px);/* X軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);/* X軸方向に0px */
}
}

@keyframes LeftToRight {
0% {
    opacity: 0;/* 透明 */
    transform: translateX(-50px);/* X軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);/* X軸方向に0px */
}
}

/*上から下*/
@keyframes SlideDown {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(-50px);/* Y軸方向に-50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}

/*下から上*/
@keyframes SlideUp {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);/* Y軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}

