@charset "utf-8";
/*
Theme Name: co-eru-solution
Theme URI: http://www.solution-sy.com/
Author: Xiez
Author URI: https://xiezsama.com/
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Start Reset Css */
*{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html{font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}


body{margin:0 auto;width:100%;max-width:1920px;background:#fff;line-height:1.8;font-size:20px;color:#222;font-weight:400;
	font-family:"BIZ UDPGothic",sans-serif;
}
@media (max-width:1520px){
	body{font-size:18px;}
}
@media (max-width:1080px){
	body{font-size:16px;}
}
@media (max-width:780px){
	body{font-size:14px;}
}


address,caption,code,figcaption,pre,th{font-size:1em;font-weight:normal;font-style:normal;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

fieldset,iframe,img{border:0;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

caption,th{text-align:left;}

table{border-collapse:collapse;border-spacing:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}

audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}

input,select{vertical-align:middle;}

button{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

button:disabled{cursor:default;}

audio:not([controls]){display:none;}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:0;}

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

a,a:link,a:visited{text-decoration:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}

a:hover,a:active{text-decoration:none;}

ul{list-style:none;}

img{display:block;height:auto;max-width:100%;}

:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color:#999;opacity:1;}

::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color:#999;opacity:1;}

input:-ms-input-placeholder{color:#999;opacity:1;}

input::-webkit-input-placeholder{color:#999;opacity:1;}

::-webkit-scrollbar{width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

::-webkit-scrollbar:hover{background-color:transparent;}

::-webkit-scrollbar-thumb{cursor:pointer;background-color:#666;}

::-webkit-scrollbar-thumb:hover{background-color:#333;}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}

.f-fl{float:left;}
.f-fr{float:right;}
.f-cb:after{content:".";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.f-cb{zoom:1;}

.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}

em{font-style:normal;}
i{font-style:normal;}
/* Start Reset Css */

/*loading*/
#loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;width:100%;height:100%;background:#fff;}
#loading>figure{position:absolute;top:50%;left:50%;margin:-100px 0 0 -100px;width:200px;height:200px;
	background-image:url(img/loading.gif);
	background-size:200px 200px;
	background-repeat:no-repeat;
	background-position:center;
}

/*ohanaM*/
.ohanaM{position:relative;left:0;z-index:20;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.ohanaM .ohanaMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;background:rgba(0,0,0,0.5);}
.ohanaM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;cursor:pointer;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn div span{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:25px;height:2px;background:#472b12;   
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){width:20px;
	-webkit-transform:translateY(-9px);
	-moz-transform:translateY(-9px);
	-ms-transform:translateY(-9px);
	-o-transform:translateY(-9px);    
	transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){width:30px;
	-webkit-transform:translateY(9px);
	-moz-transform:translateY(9px);
	-ms-transform:translateY(9px);
	-o-transform:translateY(9px);    
	transform:translateY(9px);
}
.mobile-btn div:hover span{width:30px;}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){
	width:20px !important;
	
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important;
  	
  	-webkit-transform:rotate3d(0,0,1,-40deg) !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}
.mobile-btn .active span:nth-child(3){
	width:20px !important;
	
	-webkit-transform:rotate3d(0,0,1,40deg) !important;
    transform:rotate3d(0,0,1,40deg) !important;
    
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}
@media (max-width:1080px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:50;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;	
	-webkit-transform:translateX(240px);
	transform:translateX(240px);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}
.sp-wrapper>h2{font-size:24px;color:#fff;text-transform:uppercase;}
.sp-wrapper>ul{margin-top:20px;}
.sp-wrapper>ul>li{border-top:1px solid rgba(255,255,255,0.2);}
.sp-wrapper>ul>li>a{position:relative;display:block;padding:10px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#000;}

/*bkt*/
.bkt{position:fixed;right:40px;bottom:40px;width:45px;height:45px;display:flex;justify-content:center;align-items:center;z-index:999;border-radius:50%;background:#06c152;cursor:pointer;transition:.3s;}
.bkt:hover{opacity:0.8;}
.bkt svg{width:15px;height:15px;fill:#ffffff;}
@media screen and (max-width:1080px){
	.bkt{right:20px;bottom:20px;}
}

/*common*/
.wrapperMain{margin:0 auto;width:100%;max-width:1520px;}
.wrapperMain2{margin:0 auto;width:100%;max-width:1320px;}
.wrapperMain3{margin:0 auto;width:100%;max-width:1420px;}

@font-face {
  font-family:'iconfont';
  src: url('icon/iconfont.eot');
  src: url('icon/iconfont.eot?#iefix') format('embedded-opentype'),
      url('icon/iconfont.woff2') format('woff2'),
      url('icon/iconfont.woff') format('woff'),
      url('icon/iconfont.ttf') format('truetype'),
      url('icon/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size:34px;
  color:#fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.common_tit{color:#fff;line-height:1;}
.common_tit>img{margin-left:-10px;}
.common_tit>h2{margin-top:20px;}
@media (max-width:1520px){
	.common_tit>img{margin-left:-7px;width:130px;}
}
@media (max-width:1080px){
	.common_tit>img{margin-left:-5px;width:100px;}
}
@media (max-width:780px){
	.common_tit>img{margin-left:-5px;width:70px;}
	.common_tit>h2{margin-top:15px;}
}

.common_tit2{color:#000;text-align:center;line-height:1;}
.common_tit2>p{margin-top:8px;font-weight:500;}
.common_tit2>img{margin:0 auto;width:129px;}
.common_tit2>h2{margin-top:30px;font-size:64px;color:#f69f00;font-weight:900;letter-spacing:4px;font-family:"M PLUS Rounded 1c",sans-serif;}
.common_tit2>h2>span{color:#472b12;}
@media (max-width:1520px){
	.common_tit2>img{width:110px;}
	.common_tit2>h2{margin-top:25px;font-size:52px;letter-spacing:3px;}
}
@media (max-width:1080px){
	.common_tit2>img{width:90px;}
	.common_tit2>h2{margin-top:20px;font-size:42px;letter-spacing:2px;}
}
@media (max-width:780px){
	.common_tit2>img{width:70px;}
	.common_tit2>h2{margin-top:15px;font-size:30px;letter-spacing:1px;}
}


.common_tit3{text-align:center;color:#555;line-height:1;}
.common_tit3>img{margin:0 auto;}
.common_tit3>p{margin-top:20px;font-weight:bold;}
.common_tit3>h2{margin-top:30px;font-size:40px;font-weight:900;letter-spacing:8px;font-family:"M PLUS Rounded 1c",sans-serif;}
@media (max-width:1520px){
	.common_tit3>img{width:13px;}
	.common_tit3>p{margin-top:15px;}
	.common_tit3>h2{margin-top:25px;font-size:36px;letter-spacing:6px;}
}
@media (max-width:1080px){
	.common_tit3>img{width:11px;}
	.common_tit3>p{margin-top:10px;}
	.common_tit3>h2{margin-top:20px;font-size:32px;letter-spacing:4px;}
}
@media (max-width:780px){
	.common_tit3>img{width:10px;}
	.common_tit3>h2{margin-top:15px;font-size:26px;letter-spacing:2px;}
}

/*more*/
.more{margin-top:60px;line-height:1;}
.more>a{position:relative;display:flex;align-items:center;justify-content:center;padding:25px;max-width:500px;width:100%;font-size:23px;color:#7aba0a;letter-spacing:3px;font-weight:500;background:#fff;border-radius:25px;transition:.3s;}
.more>a>span{margin-left:60px;font-size:40px;color:#7aba0a;transition:.3s;}
.more>a:hover>span{transform:translateX(10px);}
@media (max-width:1520px){
	.more{margin-top:40px;}
	.more>a{padding:20px;max-width:380px;font-size:20px;letter-spacing:2px;}
	.more>a>span{margin-left:40px;font-size:34px;}
}
@media (max-width:1080px){
	.more{margin-top:30px;}
	.more>a{padding:18px;max-width:280px;font-size:16px;letter-spacing:1px;}
	.more>a>span{margin-left:20px;font-size:28px;}
}
@media (max-width:780px){
	.more{margin-top:20px;display:flex;justify-content:center;}
	.more>a{padding:15px;max-width:220px;font-size:14px;letter-spacing:0px;}
	.more>a>span{margin-left:10px;font-size:22px;}
}



/*header*/
@-webkit-keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
@keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
.header.header_fixed{position:fixed;top:0;left:0;z-index:9999;padding:10px 100px;box-shadow:0 0 5px rgba(0,0,0,0.5);
	-webkit-animation:headermove .5s linear 1 0s;
	-moz-animation:headermove .5s linear 1 0s;
	-ms-animation:headermove .5s linear 1 0s;
	-o-animation:headermove .5s linear 1 0s;
	animation:headermove .5s linear 1 0s;
}
.header.header_fixed .logo{width:100px;}
.header.header_fixed .main-navigation>ul>li>a{font-size:14px;}
.header.header_fixed .main-navigation>ul>li>a>img{width:40px;}
.header{padding:30px 100px;width:100%;background:#fff;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .headercon{display:flex;align-items:center;justify-content:space-between;align-items:center;}
.header .logo{display:block;width:100%;max-width:168px;}
.header .logo:hover{opacity:0.7;}
.header .header_right{display:flex;align-items:center;justify-content:flex-end;width:calc(100% - 400px);}
.header .main-navigation{max-width:1320px;width:100%;}
.header .main-navigation>ul{display:flex;justify-content:space-between;width:100%;}
.header .main-navigation>ul>li{margin:0 10px;line-height:1;}
.header .main-navigation>ul>li>a{position:relative;display:inline-block;font-size:16px;line-height:1;color:#472b12;font-weight:bold;letter-spacing:3px;}
.header .main-navigation>ul>li>a>img{margin:0 auto 10px;}
.header .main-navigation>ul>li>a:after{position:absolute;bottom:-4px;left:0;content:"";width:100%;height:2px;background:#472b12;opacity:0;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .main-navigation>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
@media (max-width:1520px){
	.header.header_fixed{padding:10px 20px;}
	.header.header_fixed .logo{width:80px;}
	.header.header_fixed .main-navigation>ul>li>a>img{width:30px;}
	.header{padding:15px 20px;}
	.header .logo{max-width:130px;}
	.header .header_right{width:calc(100% - 300px);}
	.header .main-navigation{max-width:900px;}
	.header .main-navigation>ul>li{margin:0 6px;}
	.header .main-navigation>ul>li>a{font-size:14px;}
	.header .main-navigation>ul>li>a>img{width:40px;}
}
@media (max-width:1080px){
	.header.header_fixed .logo{width:70px;}
	.header{padding:10px 20px;}
	.header .logo{max-width:100px;}
	.header .header_right{width:calc(100% - 250px);}
	.header .main-navigation{display:none;}
}
@media (max-width:780px){
	.header .logo{max-width:70px;}
}


/*banner*/
.banner{position:relative;display:flex;justify-content:space-between;width:100%;overflow:hidden;}
.banner>h1{margin:0 !important;width:20.3%;}
.banner>figure{width:79.7%;}
.banner>figure:after{padding-top:51%;}
@media screen and (max-width:1520px){
	.banner:after{bottom:100px;height:400px;}
	.banner .bannercon>hgroup>h1{font-size:42px;}
	.scrollbtn{bottom:40px;left:calc(50% - 11px);width:22px;}
	.scrollbtn>a{font-size:14px;}
	.scrollbtn>a>img{margin-top:30px;width:22px;}
}
@media screen and (max-width:1080px){
	.banner:after{bottom:80px;height:300px;}
	.banner .bannercon>hgroup>h1{font-size:36px;}
	.scrollbtn{bottom:30px;left:calc(50% - 10px);width:20px;}
	.scrollbtn>a>img{margin-top:20px;width:20px;}
}
@media screen and (max-width:780px){
	.banner:after{bottom:60px;height:200px;}
	.banner .bannercon>hgroup>h1{font-size:28px;}
	.scrollbtn{bottom:20px;left:calc(50% - 9px);width:18px;}
	.scrollbtn>a>img{margin-top:10px;width:18px;}
}


/*indexMain*/
.indexone{position:relative;}
.indexonecon{display:flex;align-items:center;justify-content:space-between;position:absolute;top:-130px;right:30px;padding:20px 40px;max-width:860px;width:100%;background:#fff;border-radius:30px;overflow:hidden;}
.indexonecon>h2{width:100px;font-size:20px;color:#f69f00;letter-spacing:2px;line-height:1.4;border-right:2px solid #a9916b;}
.newsjs .mySwiper{width:calc(100% - 140px);overflow:hidden;}
.newsjs .swiper-slide{display:flex;align-items:center;justify-content:space-between;overflow:hidden;}
.newsjs .swiper-slide>a{padding-right:20px;color:#555;font-weight:bold;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
.newsjs .swiper-button-prev{display:none;}
.newsjs .swiper-button-next{top:50px;right:30px;width:20px;height:22px;background:#fff url(img/arrow01.png) no-repeat;}
.newsjs .swiper-button-next:after{display:none;}
@media (max-width:1520px){
	.indexonecon{top:-100px;right:20px;padding:15px 30px;max-width:750px;}
	.indexonecon>h2{width:90px;letter-spacing:1px;}
	.newsjs .mySwiper{width:calc(100% - 120px);}
	.newsjs .swiper-button-next{top:45px;right:25px;}
}
@media (max-width:1080px){
	.indexonecon{top:-80px;padding:12px 20px;max-width:600px;}
	.indexonecon>h2{width:80px;letter-spacing:0px;}
	.newsjs .mySwiper{width:calc(100% - 100px);}
	.newsjs .swiper-button-next{top:41px;right:20px;}
}
@media (max-width:780px){
	.indexonecon{position:relative;top:0;right:inherit;max-width:100%;}
	.indexonecon>h2{width:75px;font-size:18px;}
	.newsjs .mySwiper{width:calc(100% - 90px);}
	.newsjs .swiper-button-next{top:37px;width:18px;height:19px;background-size:18px 19px;}
}




.indextwo{padding:100px 40px;background:url(img/indexbg01.jpg) no-repeat center center;background-size:cover;}
.indextwocon{position:relative;display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;max-width:1520px;width:100%;}
.indextwocon .swiper{max-width:1320px;width:100%;overflow:hidden;}
.indextwocon .swiper .swiper-slide a{transition:.3s;}
.indextwocon .swiper .swiper-slide a:hover{opacity:.7;}
.brncon{position:relative;left:-90px;width:200px;height:100px;background:#fff;border-radius:20px;}
.brncon .swiper-button-next:after, .brncon .swiper-button-prev:after{display:none;}
.brncon .swiper-button-next{top:64px;right:30px;width:19px;height:21px;background:url(img/arrow03.png)no-repeat;}
.brncon .swiper-button-prev{top:64px;left:30px;width:19px;height:21px;background:url(img/arrow02.png)no-repeat;}
.brncon hr{margin:20px auto 0;width:2px;height:60px;background:#9d8169;}
@media (max-width:1730px){
	.brncon{margin-right:20px;left:-50px;width:150px;height:80px;}
	.indextwocon .swiper{max-width:1220px;}
	.brncon .swiper-button-next{top:53px;right:20px;width:19px;height:21px;}
	.brncon .swiper-button-prev{top:53px;left:20px;}
	.brncon hr{height:40px;}
}
@media (max-width:1520px){
	.indextwo{padding:80px 20px;}
	.indextwocon{justify-content:space-between;}
	.brncon{left:0px;width:100px;height:60px;}
	.brncon .swiper-button-next{top:45px;right:15px;width:16px;height:18px;background-size:16px 18px;}
	.brncon .swiper-button-prev{top:45px;left:15px;width:16px;height:18px;background-size:16px 18px;}
	.brncon hr{margin:15px auto 0;height:30px;}
}
@media (max-width:1080px){
	.indextwo{padding:60px 20px;}
	.brncon{width:100px;height:50px;}
	.brncon .swiper-button-next{top:40px;right:15px;width:14px;height:16px;background-size:14px 16px;}
	.brncon .swiper-button-prev{top:40px;left:15px;width:14px;height:16px;background-size:14px 16px;}
	.brncon hr{margin:10px auto 0;height:30px;}
}
@media (max-width:780px){
	.indextwocon{display:block;}
	.brncon{margin:0 auto;width:100px;height:40px;}
	.brncon hr{position:relative;top:9px;margin:0px auto;height:20px;}
	.brncon .swiper-button-next{top:34px;right:15px;}
	.brncon .swiper-button-prev{top:34px;left:15px;}
	.indextwocon .brncon{margin-top:20px;}
}


.indexthree{position:relative;padding:20px 40px 150px;background:#7aba0a;}
.indexthree:before{position:absolute;top:0;left:0;content:"";width:100%;height:300px;background:url(img/indexbg02.jpg)no-repeat top center;}
.indexthree:after{position:absolute;bottom:-1px;left:0;content:"";width:100%;height:80px;background:url(img/indexbg03.jpg)no-repeat bottom center;}
.indexthreecon>dl{position:relative;z-index:3;display:flex;justify-content:space-between;}
.indexthreecon>dl>dt{width:45%;}
.indexthreecon>dl>dt>h3{margin-top:30px;font-size:40px;color:#fff;line-height:1.4;letter-spacing:2px;font-weight:900;font-family:"M PLUS Rounded 1c",sans-serif;}
.indexthreecon>dl>dt>p{margin-top:40px;color:#fff;line-height:1.5;font-weight:500;}
.indexthreecon>dl>dd{margin-top:80px;width:calc(55% - 70px);}
@media (max-width:1520px){
	.indexthree{padding:20px 20px 80px;}
	.indexthree:before{height:220px;background-size:100%;}
	.indexthree:after{height:60px;background-size:100%;}
	.indexthreecon>dl>dt>h3{margin-top:20px;font-size:34px;letter-spacing:1px;}
	.indexthreecon>dl>dt>p{margin-top:30px;line-height:1.7;}
	.indexthreecon>dl>dd{margin-top:60px;width:calc(55% - 40px);}
}
@media (max-width:1080px){
	.indexthree{padding:20px 20px 80px;}
	.indexthree:before{height:180px;}
	.indexthree:after{height:40px;}
	.indexthreecon>dl>dt>h3{font-size:28px;letter-spacing:0px;}
	.indexthreecon>dl>dt>p{margin-top:20px;}
	.indexthreecon>dl>dd{margin-top:40px;width:calc(55% - 20px);}
}
@media (max-width:780px){
	.indexthree{padding:20px 20px 60px;}
	.indexthree:before{height:150px;}
	.indexthree:after{height:60px;}
	.indexthreecon>dl{display:block;}
	.indexthreecon>dl>dt{width:100%;}
	.indexthreecon>dl>dt>h3{font-size:22px;}
	.indexthreecon>dl>dt>p{margin-top:20px;}
	.indexthreecon>dl>dd{margin-top:20px;width:100%;}
}


.indexfour{position:relative;padding:100px 40px;}
.indexfour:before{position:absolute;left:0;top:70%;content:"";width:251px;height:258px;background:url(img/index09.jpg)no-repeat;}
.indexfour:after{position:absolute;right:60px;top:120px;content:"";width:250px;height:222px;background:url(img/index08.jpg)no-repeat;}
.indexfourcon>dl{position:relative;z-index:3;margin-top:60px;display:flex;justify-content:space-between;}
.indexfourcon>dl>dt{width:calc(33.33% - 40px);}
.indexfourcon>dl>dt>h3{margin-top:20px;font-size:50px;color:#a3ba0a;text-align:center;font-weight:900;letter-spacing:4px;line-height:1.4;font-family:"M PLUS Rounded 1c",sans-serif;}
.indexfourcon>dl>dt>h3>span{color:#472b12;}
.indexfourcon>dl>dt>h3>em{display:block;font-size:20px;color:#555;font-weight:700;}
.indexfourcon>dl>dt.dt02>h3{color:#3ab1cc;}
.indexfourcon>dl>dt>div.div01{margin-top:30px;padding:2px;font-size:24px;color:#fff;text-align:center;font-weight:bold;letter-spacing:4px;background:#a3ba0a;border-radius:15px;}
.indexfourcon>dl>dt.dt02>div.div01{background:#3ab1cc;}
.indexfourcon>dl>dt.dt03>h3{color:#7aba0a;}
.indexfourcon>dl>dt.dt03>div.div01{background:#7aba0a;}
.indexfourcon>dl>dt>p{margin-top:40px;color:#555;font-weight:500;min-height:110px;}
.indexfourcon>dl>dt>.more>a{max-width:100%;font-size:20px;color:#fff;font-weight:bold;letter-spacing:2px;background:#f69f00;}
.indexfourcon>dl>dt>.more>a>span{color:#fff;font-weight:normal;}
.indexfourcon>dl>dt.dt02>.more>a{background:#ff76a6;}
.indexfourcon>dl>dt.dt03>.more>a{background:#2f51fb;}
@media (max-width:1520px){
	.indexfour{padding:80px 20px;}
	.indexfour:before{width:180px;height:185px;background-size:180px 185px;}
	.indexfour:after{right:20px;top:80px;width:180px;height:160px;background-size:180px 160px;}
	.indexfourcon>dl{margin-top:50px;}
	.indexfourcon>dl>dt{width:calc(33.33% - 30px);}
	.indexfourcon>dl>dt>h3{margin-top:15px;font-size:40px;letter-spacing:3px;}
	.indexfourcon>dl>dt>h3>em{font-size:18px;}
	.indexfourcon>dl>dt>div.div01{margin-top:20px;font-size:22px;letter-spacing:3px;}
	.indexfourcon>dl>dt>p{margin-top:30px;font-size:16px;min-height:90px;}
	.indexfourcon>dl>dt>.more>a{font-size:16px;letter-spacing:1px;}
}
@media (max-width:1080px){
	.indexfour{padding:60px 20px;}
	.indexfour:before{width:100px;height:103px;background-size:100px 103px;}
	.indexfour:after{right:0px;top:40px;width:100px;height:89px;background-size:100px 89px;}
	.indexfourcon>dl{margin-top:40px;}
	.indexfourcon>dl>dt{width:calc(33.33% - 15px);}
	.indexfourcon>dl>dt>h3{margin-top:10px;font-size:30px;letter-spacing:2px;}
	.indexfourcon>dl>dt>h3>em{font-size:18px;}
	.indexfourcon>dl>dt>div.div01{font-size:20px;letter-spacing:2px;}
	.indexfourcon>dl>dt>p{margin-top:20px;font-size:14px;min-height:80px;}
	.indexfourcon>dl>dt>.more>a{font-size:14px;letter-spacing:0px;}
	.indexfourcon>dl>dt>.more>a>span{font-size:20px;}
}
@media (max-width:780px){
	.indexfour:before{width:50px;height:51px;background-size:50px 51px;}
	.indexfour:after{top:20px;width:50px;height:44px;background-size:50px 44px;}
	.indexfourcon>dl{margin-top:30px;display:block;}
	.indexfourcon>dl>dt{width:100%;}
	.indexfourcon>dl>dt>h3{font-size:30px;letter-spacing:1px;}
	.indexfourcon>dl>dt>h3>em{font-size:16px;}
	.indexfourcon>dl>dt>div.div01{font-size:18px;letter-spacing:1px;}
	.indexfourcon>dl>dt>p{min-height:inherit;}
	.indexfourcon>dl>dt>.more>a{letter-spacing:2px;}
	.indexfourcon>dl>dt.dt02{margin-top:30px;}
	.indexfourcon>dl>dt.dt03{margin-top:30px;}
}

.indexfive{position:relative;padding:40px 0 0;}
.indexfive>figure:after{padding-top:826px;}
.indexfivecon{position:absolute;left:50%;bottom:0;padding:0 40px;display:flex;justify-content:flex-end;max-width:1320px;width:100%;transform:translateX(-50%);}
.indexfivecon>div{max-width:750px;width:100%;}
.indexfivecon>div>h3{font-size:30px;color:#fff;text-transform:uppercase;line-height:1;}
.indexfivecon>div>h2{font-size:74px;color:#fff;text-transform:uppercase;line-height:1.4;font-family:"M PLUS Rounded 1c",sans-serif;}
.indexfivecon>div>hgroup{margin-top:20px;padding:40px 40px 0;color:#472b12;font-weight:500;background:#fff;border-radius:30px 30px 0 0;}
.indexfivecon>div>hgroup>.more>a{max-width:100%;color:#fff;font-weight:bold;letter-spacing:4px;background:#a9916b;}
.indexfivecon>div>hgroup>.more>a>span{color:#fff;font-weight:normal;}
@media (max-width:1520px){
	.indexfive{padding:20px 0 0;}
	.indexfive>figure:after{padding-top:700px;}
	.indexfivecon{padding:0 20px;}
	.indexfivecon>div{max-width:650px;}
	.indexfivecon>div>h3{font-size:26px;}
	.indexfivecon>div>h2{font-size:60px;}
	.indexfivecon>div>hgroup{padding:30px 30px 0;}
	.indexfivecon>div>hgroup>.more>a{letter-spacing:3px;}
}
@media (max-width:1080px){
	.indexfive>figure:after{padding-top:600px;}
	.indexfivecon>div{max-width:540px;}
	.indexfivecon>div>h3{font-size:22px;}
	.indexfivecon>div>h2{font-size:50px;}
	.indexfivecon>div>hgroup{padding:20px 20px 0;}
	.indexfivecon>div>hgroup>.more>a{letter-spacing:2px;}
}
@media (max-width:780px){
	.indexfive{padding:0;}
	.indexfive>figure{background-position:calc(5%);}
	.indexfive>figure:after{padding-top:600px;}
	.indexfivecon>div{max-width:540px;}
	.indexfivecon>div>h3{font-size:18px;}
	.indexfivecon>div>h2{font-size:28px;}
	.indexfivecon>div>hgroup>.more>a{letter-spacing:1px;}
}

.indexsix{padding:140px 40px;background:url(img/index20.jpg)no-repeat bottom center;}
.indexsixcon{position:relative;}
.indexsixcon:before{position:absolute;left:140px;top:160px;content:"";width:39px;height:38px;background:url(img/index14.jpg)no-repeat;}
.indexsixcon:after{position:absolute;right:-40px;top:0;content:"";width:94px;height:92px;background:url(img/index13.jpg)no-repeat;}
.indexsixcon>h3{display:flex;justify-content:center;color:#000;text-transform:uppercase;line-height:1;}
.indexsixcon>h2{margin-top:20px;font-size:64px;color:#f69f00;text-align:center;font-weight:900;letter-spacing:4px;font-family:"M PLUS Rounded 1c",sans-serif;}
.indexsixcon>h2>span{color:#472b12;}
.indexsixcon>ul{margin-top:60px;display:flex;justify-content:space-between;}
.indexsixcon>ul>li{width:calc(33.33% - 30px);}
.indexsixcon>ul>li>figure{border-radius:20px;}
.indexsixcon>ul>li>figure:after{padding-top:100%;}
.indexsixcon>ul>li>time{display:block;margin-top:15px;font-size:16px;color:#472b12;font-weight:bold;}
.indexsixcon>ul>li>p>a{color:#555;text-decoration:underline;font-weight:bold;}
.indexsixcon>ul>li>p>a:hover{text-decoration:none;}
.indexsixcon>.more>a{margin:0 auto;max-width:580px;color:#fff;font-weight:bold;letter-spacing:4px;background:#f69f00;}
.indexsixcon>.more>a>span{color:#fff;font-weight:normal;}
@media (max-width:1520px){
	.indexsix{padding:100px 20px;background-size:120%;}
	.indexsixcon:before{left:100px;top:120px;width:36px;height:35px;background-size:36px 35px;}
	.indexsixcon:after{right:-10px;width:88px;height:86px;background-size:88px 86px;}
	.indexsixcon>h3>img{width:280px;}
	.indexsixcon>h2{font-size:52px;letter-spacing:3px;}
	.indexsixcon>ul{margin-top:50px;}
	.indexsixcon>ul>li{width:calc(33.33% - 20px);}
	.indexsixcon>ul>li>time{margin-top:10px;font-size:14px;}
	.indexsixcon>.more>a{max-width:460px;letter-spacing:3px;}
}
@media (max-width:1080px){
	.indexsix{padding:80px 20px;}
	.indexsixcon:before{left:30px;top:80px;width:32px;height:31px;background-size:32px 31px;}
	.indexsixcon:after{right:0px;width:70px;height:68px;background-size:70px 68px;}
	.indexsixcon>h3>img{width:220px;}
	.indexsixcon>h2{font-size:40px;letter-spacing:2px;}
	.indexsixcon>ul{margin-top:40px;}
	.indexsixcon>ul>li{width:calc(33.33% - 10px);}
	.indexsixcon>.more>a{max-width:380px;letter-spacing:3px;}
}
@media (max-width:780px){
	.indexsix{padding:60px 20px;}
	.indexsixcon:before{left:0px;top:90px;width:28px;height:27px;background-size:28px 27px;}
	.indexsixcon:after{top:-35px;width:50px;height:48px;background-size:50px 48px;}
	.indexsixcon>h3>img{width:100px;}
	.indexsixcon>h2{font-size:30px;letter-spacing:1px;}
	.indexsixcon>ul{margin-top:30px;display:block;}
	.indexsixcon>ul>li{margin-top:20px;width:100%;}
	.indexsixcon>.more>a{max-width:300px;letter-spacing:2px;}
}

.indexseven{position:relative;background:url(img/index22.jpg)repeat;}
.indexsevencon{padding:100px 40px;}
.indexsevencon>figure{position:absolute;left:0;bottom:150px;}
.indexsevencon>ul{display:flex;justify-content:space-between;}
.indexsevencon>ul>li{width:calc(50% - 70px);}
.indexsevencon>ul>li>a{display:block;transition:.3s;}
.indexsevencon>ul>li>a:hover{transform:translateY(-10px);}
@media (max-width:1520px){
	.indexsevencon{padding:80px 20px;}
	.indexsevencon>figure{bottom:120px;width:10px;height:100px;}
	.indexsevencon>ul>li{width:calc(50% - 30px);}
}
@media (max-width:1080px){
	.indexsevencon{padding:60px 20px;}
	.indexsevencon>figure{bottom:100px;width:10px;height:100px;}
	.indexsevencon>ul>li{width:calc(50% - 20px);}
}
@media (max-width:780px){
	.indexsevencon>ul{display:block;}
	.indexsevencon>ul>li{width:100%;}
	.indexsevencon>ul>li:last-child{margin-top:20px;}
}

.indexeight{padding-top:100px;background:#a3ba0a;}
.indexeightcon>dl{margin-bottom:100px;display:flex;justify-content:space-between;}
.indexeightcon>dl>dt{width:calc(50% - 60px);}
.indexeightcon>dl>dt>h3{display:flex;align-items:center;margin-top:30px;font-size:40px;color:#fff;line-height:1.4;letter-spacing:2px;font-weight:900;font-family:"M PLUS Rounded 1c",sans-serif;}
.indexeightcon>dl>dt>h3>img{margin-left:40px;}
.indexeightcon>dl>dt>p{margin-top:40px;font-size:24px;color:#fff;font-weight:500;}
.indexeightcon>dl>dd{width:50%;}
@media (max-width:1520px){
	.indexeight{padding-top:80px;}
	.indexeightcon{padding:0 20px;}
	.indexeightcon>dl{margin-bottom:80px;}
	.indexeightcon>dl>dt{width:calc(50% - 40px);}
	.indexeightcon>dl>dt>h3{margin-top:20px;font-size:36px;letter-spacing:1px;}
	.indexeightcon>dl>dt>h3>img{margin-left:30px;width:250px;}
	.indexeightcon>dl>dt>p{margin-top:30px;font-size:20px;}
}
@media (max-width:1080px){
	.indexeight{padding-top:60px;}
	.indexeightcon>dl{margin-bottom:60px;}
	.indexeightcon>dl>dt{width:calc(50% - 20px);}
	.indexeightcon>dl>dt>h3{font-size:32px;letter-spacing:0px;}
	.indexeightcon>dl>dt>h3>img{margin-left:20px;width:180px;}
	.indexeightcon>dl>dt>p{margin-top:20px;font-size:16px;}
}
@media (max-width:780px){
	.indexeightcon>dl{display:block;}
	.indexeightcon>dl>dt{width:100%;}
	.indexeightcon>dl>dt>h3{font-size:28px;}
	.indexeightcon>dl>dt>h3>img{width:120px;}
	.indexeightcon>dl>dt>p{font-size:14px;}
	.indexeightcon>dl>dd{margin-top:20px;width:100%;}
}

.rightfix{position:fixed;z-index:99;right:20px;top:50%;transform:translateY(-50%);}
.rightfix>div{margin:10px 0;padding:2px;width:150px;height:150px;background:#fff;border-radius:50%;overflow:hidden;box-shadow:1px 1px 2px #ccc;transition:.3s;}
.rightfix>div>a{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%;font-size:18px;color:#fff;line-height:1.2;text-align:center;border-radius:50%;}
.rightfix>div>a>span{font-size:40px;color:#fff;}
.rightfix>div>a.green{background:#06c152;}
.rightfix>div>a.orage{background:#f69f00;}
.rightfix>div>a.orage>span{font-size:46px;}
.rightfix>div:hover{transform:translateY(-5px);}
@media (max-width:1520px){
	.rightfix{right:10px;}
	.rightfix>div{width:130px;height:130px;}
	.rightfix>div>a{font-size:16px;}
	.rightfix>div>a>span{font-size:34px;}
	.rightfix>div:last-child>a>span{font-size:40px;}
}
@media (max-width:1080px){
	.rightfix{right:0px;}
	.rightfix>div{width:110px;height:110px;}
	.rightfix>div>a{font-size:14px;}
	.rightfix>div>a>span{font-size:28px;}
	.rightfix>div:last-child>a>span{font-size:34px;}
}
@media (max-width:780px){
	.rightfix{display:flex;justify-content:space-between;top:auto;bottom:0;right:0px;width:100%;padding:2px;background:#fff;transform:translateY(0);}
	.rightfix>div{margin:0;padding:0;width:50%;height:80px;border-radius:0;}
	.rightfix>div>a{border-radius:0;}
	.rightfix>div:hover{transform:translateY(0);}
	.rightfix>div>a>span{font-size:24px;}
	.rightfix>div:last-child>a>span{font-size:30px;}
}

.map{width:100%;height:500px;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;border-radius:15px;overflow:hidden;}
@media screen and (max-width:1520px){
	.map{height:450px;}
}
@media screen and (max-width:1080px){
	.map{height:380px;}
}
@media screen and (max-width:780px){
	.map{height:300px;}
}



/*footer*/
.footer{position:relative;padding-top:50px;background:url(img/footerbg.jpg)no-repeat top center;}
body.home .footer{background:#fff;}
.footercon{padding:0 20px;}
.footerlogo{margin:0 auto;max-width:168px;}
.tel{margin-top:40px;display:flex;justify-content:center;}
.tel>a{font-size:50px;color:#c8dc56;font-weight:bold;line-height:1;transition:.3s;font-family:"Madimi One",sans-serif;}
.tel>a:hover{transform:translateY(-5px);}
.footercon>ul{margin:40px auto 0;max-width:1320px;display:flex;align-items:center;justify-content:space-between;width:100%;}
.footercon>ul>li{width:calc(33.33% - 23px);line-height:1;}
.footercon>ul>li>a{display:flex;align-items:center;justify-content:center;padding:25px 40px;font-size:20px;color:#fff;letter-spacing:2px;background:#a9916b;border-radius:10px;transition:.3s;}
.footercon>ul>li>a>span{margin-right:20px;font-size:46px;}
.footercon>ul>li:nth-child(2)>a{letter-spacing:0;background:#06c152;}
.footercon>ul>li:nth-child(3)>a{background:#f69f00;}
.footercon>ul>li>a:hover{box-shadow:2px 2px 2px #472b12;}
.footer>p{margin:100px auto 0;padding:7px 20px;font-size:14px;color:#d0c4ba;text-align:center;background:#472b12;}
@media (max-width:1520px){
	.footer{padding-top:40px;background-size:120%;}
	.footerlogo{max-width:130px;}
	.tel{margin-top:30px;}
	.tel>a{font-size:44px;}
	.footercon>ul{margin:30px auto 0;}
	.footercon>ul>li{width:calc(33.33% - 15px);}
	.footercon>ul>li>a{padding:20px 30px;font-size:18px;color:#fff;letter-spacing:1px;}
	.footercon>ul>li>a>span{margin-right:15px;font-size:40px;}
	.footer>p{margin:80px auto 0;}
}
@media (max-width:1080px){
	.footer{padding-top:30px;background-size:130%;}
	.footerlogo{max-width:100px;}
	.tel{margin-top:20px;}
	.tel>a{font-size:38px;}
	.footercon>ul{margin:20px auto 0;}
	.footercon>ul>li{width:calc(33.33% - 10px);}
	.footercon>ul>li>a{padding:16px 20px;font-size:16px;letter-spacing:0px;}
	.footercon>ul>li>a>span{margin-right:10px;font-size:34px;}
	.footer>p{margin:60px auto 0;}
}
@media (max-width:780px){
	.footer{margin-bottom:80px;background-size:180%;}
	.footerlogo{max-width:90px;}
	.tel>a{font-size:32px;}
	.footercon>ul{display:block;margin:10px auto 0;max-width:260px;}
	.footercon>ul>li{margin-top:10px;width:100%;}
	.footercon>ul>li>a{padding:12px 20px;font-size:14px;}
	.footercon>ul>li>a>span{font-size:28px;}
	.footer>p{margin:40px auto 0;}
}



/*banner*/
.pageban{position:relative;display:flex;justify-content:space-between;width:100%;overflow:hidden;}
.pageban>h1{margin:0;width:20.3%;}
.pageban>figure{width:79.7%;}
.pageban>figure:after{padding-top:39%;}
.pageban>div{position:absolute;left:50%;bottom:0;padding:0 20px;max-width:1520px;width:100%;text-align:right;font-size:120px;color:#fff;line-height:0.7;text-transform:uppercase;transform:translateX(-50%);font-family:"Jost",sans-serif;}
@media (max-width:1520px){
	.pageban>div{font-size:90px;}
}
@media (max-width:1080px){
	.pageban>div{font-size:60px;}
}
@media (max-width:780px){
	.pageban>h1{width:30%;}
	.pageban>figure{width:70%;border-radius:20px 0 0 0;}
	.pageban>figure:after{padding-top:65%;}
	.pageban>div{font-size:30px;}
	.eventban>figure{background-position:calc(20%);}
}


/* guide */
.guideone{padding:100px 40px;}
.guideonecon>h3{margin-top:60px;padding:15px;font-size:34px;color:#fff;text-align:center;background:#a3ba0a;border-radius:30px 30px 0 0;}
.guideonecon>h3>span{margin-left:15px;font-size:20px;}
.guideonecon>hgroup{padding:40px 80px;border:1px solid #d4d4d4;border-radius:0 0 30px 30px;}
.guideonecon>hgroup>dl{display:flex;justify-content:space-between;}
.guideonecon>hgroup>dl>dt{width:calc(50% - 60px);}
.guideonecon>hgroup>dl>dt>dl{display:flex;flex-flow:wrap;justify-content:space-between;color:#555;font-weight:bold;}
.guideonecon>hgroup>dl>dt>dl>dt{margin-top:20px;width:170px;}
.guideonecon>hgroup>dl>dt>dl>dd{margin-top:20px;width:calc(100% - 170px);}
.guideonecon>hgroup>dl>dt>dl>dd>span{display:block;font-size:16px;}
.guideonecon>hgroup>dl>dd{width:120px;}
.guideonecon>hgroup>dl>dd>hr{margin:0 auto;width:1px;height:60px;border:none;background:#d4d4d4;}
.guideonecon>hgroup>dl>dd img{margin:30px auto;}
.guideonecon>hgroup>hr{margin-top:30px;}
.guideonecon>hgroup>div{display:flex;align-items:center;justify-content:center;margin-top:20px;}
.guideonecon>hgroup>div>h3{margin-left:20px;font-size:70px;color:#f69f00;line-height:1;font-family:"M PLUS Rounded 1c",sans-serif;}
.guideonecon>hgroup>div>h3>span{font-size:30px;color:#555;}
.guideonecon>hgroup>p{margin-top:30px;text-align:center;}
@media (max-width:1520px){
	.guideone{padding:80px 20px;}
	.guideonecon>h3{margin-top:50px;padding:12px;font-size:30px;}
	.guideonecon>h3>span{margin-left:10px;font-size:18px;}
	.guideonecon>hgroup{padding:30px 40px;}
	.guideonecon>hgroup>dl>dt{width:calc(50% - 40px);}
	.guideonecon>hgroup>dl>dt>dl>dt{margin-top:15px;width:140px;}
	.guideonecon>hgroup>dl>dt>dl>dd{margin-top:15px;width:calc(100% - 140px);}
	.guideonecon>hgroup>dl>dt>dl>dd>span{font-size:14px;}
	.guideonecon>hgroup>dl>dd{width:80px;}
	.guideonecon>hgroup>dl>dd>hr{height:50px;}
	.guideonecon>hgroup>dl>dd img{margin:20px auto;}
	.guideonecon>hgroup>hr{margin-top:20px;}
	.guideonecon>hgroup>div>img{width:120px;}
	.guideonecon>hgroup>div>h3{margin-left:15px;font-size:56px;}
	.guideonecon>hgroup>div>h3>span{font-size:26px;}
}
@media (max-width:1080px){
	.guideone{padding:60px 20px;}
	.guideonecon>h3{margin-top:40px;padding:10px;font-size:26px;}
	.guideonecon>h3>span{font-size:16px;}
	.guideonecon>hgroup{padding:20px;}
	.guideonecon>hgroup>dl>dt{width:calc(50% - 30px);}
	.guideonecon>hgroup>dl>dt>dl>dt{margin-top:10px;width:100px;}
	.guideonecon>hgroup>dl>dt>dl>dd{margin-top:10px;width:calc(100% - 100px);}
	.guideonecon>hgroup>dl>dt>dl>dd>span{font-size:14px;}
	.guideonecon>hgroup>dl>dd{width:60px;}
	.guideonecon>hgroup>dl>dd>hr{height:40px;}
	.guideonecon>hgroup>dl>dd img{margin:15px auto;width:40px;}
	.guideonecon>hgroup>div>img{width:100px;}
	.guideonecon>hgroup>div>h3{margin-left:10px;font-size:42px;}
	.guideonecon>hgroup>div>h3>span{font-size:20px;}
}
@media (max-width:780px){
	.guideonecon>h3{margin-top:30px;font-size:22px;}
	.guideonecon>h3>span{font-size:14px;}
	.guideonecon>hgroup>dl{display:block;}
	.guideonecon>hgroup>dl>dt{width:100%;}
	.guideonecon>hgroup>dl>dt>dl>dt{margin-top:5px;width:90px;}
	.guideonecon>hgroup>dl>dt>dl>dd{margin-top:5px;width:calc(100% - 90px);}
	.guideonecon>hgroup>dl>dd{margin:0 auto;width:40px;}
	.guideonecon>hgroup>dl>dd>hr{display:none;}
	.guideonecon>hgroup>div img{width:70px;}
	.guideonecon>hgroup>div>h3{font-size:28px;}
	.guideonecon>hgroup>div>h3>span{font-size:16px;}
}


.guidetwo{padding:0 40px 100px;}
.guidetwocon>hgroup{margin-top:40px;padding:80px;border:1px solid #d4d4d4;border-radius:30px 30px;}
.guidetwocon>hgroup>p{font-size:24px;color:#555;font-weight:bold;}
.guidetwocon>hgroup>p>span{color:#f69f00;}
.guidetwocon>hgroup>p>em{color:#a3ba0a;}
.guidetwocon>hgroup>dl{margin:20px 0 20px 26px;display:flex;flex-flow:wrap;justify-content:space-between;font-size:24px;color:#555;font-weight:bold;}
.guidetwocon>hgroup>dl>dt{width:100px;}
.guidetwocon>hgroup>dl>dd{width:calc(100% - 100px);}
@media (max-width:1520px){
	.guidetwo{padding:0 20px 80px;}
	.guidetwocon>hgroup{margin-top:30px;padding:40px;}
	.guidetwocon>hgroup>p{font-size:20px;}
	.guidetwocon>hgroup>dl{margin:20px 0 20px 22px;font-size:20px;}
	.guidetwocon>hgroup>dl>dt{width:90px;}
	.guidetwocon>hgroup>dl>dd{width:calc(100% - 90px);}
}
@media (max-width:1080px){
	.guidetwo{padding:0 20px 60px;}
	.guidetwocon>hgroup{margin-top:20px;padding:20px;}
	.guidetwocon>hgroup>p{font-size:16px;}
	.guidetwocon>hgroup>dl{margin:20px 0 20px 18px;font-size:16px;}
	.guidetwocon>hgroup>dl>dt{width:80px;}
	.guidetwocon>hgroup>dl>dd{width:calc(100% - 80px);}
}
@media (max-width:780px){
	.guidetwocon>hgroup>p{font-size:14px;}
	.guidetwocon>hgroup>dl{margin:15px 0 15px 16px;font-size:14px;}
	.guidetwocon>hgroup>dl>dt{width:70px;}
	.guidetwocon>hgroup>dl>dd{width:calc(100% - 70px);}
}


/* lesson */
.lessonone{padding:100px 40px;}
.lessononecon>p{margin-top:50px;font-size:23px;color:#555;line-height:2.2;letter-spacing:2px;font-weight:bold;}
.lessonone2{padding:0px 40px 100px;}
@media (max-width:1520px){
	.lessonone{padding:80px 20px;}
	.lessononecon>p{margin-top:40px;font-size:21px;letter-spacing:1px;}
	.lessonone2{padding:0px 20px 80px;}
}
@media (max-width:1080px){
	.lessonone{padding:60px 20px;}
	.lessononecon>p{margin-top:30px;font-size:18px;letter-spacing:0px;}
	.lessonone2{padding:0px 20px 60px;}
}
@media (max-width:780px){
	.lessononecon>p{margin-top:20px;font-size:14px;}
}

.lessontwo{padding:100px 40px;}
.lessontwotop{padding:0 40px 100px;}
.lessontwocon>.common_tit3{color:#000;}
.lessontwocon>.common_tit3>h2{font-size:64px;}
.lessontwocon>.common_tit3>h2>span{color:#a3ba0a;}
.lessontwocon>dl{display:flex;justify-content:space-between;margin-top:40px;}
.lessontwocon>dl>dt{width:calc(50% - 70px);}
.lessontwocon>dl>dd{width:50%;}
.lessontwocon>dl>dd>h3{margin-top:35px;padding:3px;font-size:24px;color:#fff;letter-spacing:4px;text-align:center;background:#a3ba0a;border-radius:30px;}
.lessontwocon>dl>dd>p{margin-top:30px;color:#555;font-weight:bold;}
.lessontwocon>dl>dd>dl{margin-top:40px;display:flex;flex-flow:wrap;justify-content:space-between;border:1px solid #472b12;border-radius:20px;overflow:hidden;}
.lessontwocon>dl>dd>dl>dt{padding:5px 5px 5px 60px;width:230px;color:#fff;font-weight:bold;background:#472b12;border-bottom:1px solid #6c5f54;}
.lessontwocon>dl>dd>dl>dt.dtbor{border-bottom:none;}
.lessontwocon>dl>dd>dl>dd{padding:5px 5px 5px 40px;width:calc(100% - 230px);color:#555;font-weight:bold;background:#fff;;border-bottom:1px solid #472b12;}
.lessontwocon>dl>dd>dl>dd:last-child{border-bottom:none;}
.lessontwocon>dl>dd>h3{background:#3ab1cc;}
.lessontwocon2>dl>dd>dl>dt{background:#a3ba0a;}
.lessontwocon3>dl>dd>dl>dt{background:#f69f00;}
.lessontwo2{background:#fffef3;}
@media (max-width:1520px){
	.lessontwo{padding:80px 20px;}
	.lessontwotop{padding:0 20px 80px;}
	.lessontwocon>.common_tit3>img{width:110px;}
	.lessontwocon>.common_tit3>h2{font-size:52px;}
	.lessontwocon>dl{margin-top:30px;}
	.lessontwocon>dl>dt{width:calc(50% - 40px);}
	.lessontwocon>dl>dd>h3{margin-top:20px;font-size:22px;letter-spacing:3px;}
	.lessontwocon>dl>dd>p{margin-top:20px;}
	.lessontwocon>dl>dd>dl{margin-top:30px;}
	.lessontwocon>dl>dd>dl>dt{padding:5px 5px 5px 40px;width:180px;}
	.lessontwocon>dl>dd>dl>dd{padding:5px 5px 5px 30px;width:calc(100% - 180px);}
}
@media (max-width:1080px){
	.lessontwo{padding:60px 20px;}
	.lessontwotop{padding:0 20px 60px;}
	.lessontwocon>.common_tit3>img{width:90px;}
	.lessontwocon>.common_tit3>h2{font-size:40px;}
	.lessontwocon>dl{margin-top:20px;}
	.lessontwocon>dl>dt{width:calc(50% - 20px);}
	.lessontwocon>dl>dd>h3{font-size:20px;letter-spacing:2px;}
	.lessontwocon>dl>dd>dl{margin-top:20px;}
	.lessontwocon>dl>dd>dl>dt{padding:5px 5px 5px 20px;width:140px;}
	.lessontwocon>dl>dd>dl>dd{padding:5px 5px 5px 20px;width:calc(100% - 140px);}
}
@media (max-width:780px){
	.lessontwocon>.common_tit3>img{width:70px;}
	.lessontwocon>.common_tit3>h2{font-size:28px;}
	.lessontwocon>dl{display:block;}
	.lessontwocon>dl>dt{display:flex;justify-content:center;width:100%;}
	.lessontwocon>dl>dd{margin-top:20px;width:100%;}
	.lessontwocon>dl>dd>h3{font-size:18px;letter-spacing:1px;}
	.lessontwocon>dl>dd>dl>dt{padding:5px 5px 5px 20px;width:120px;}
	.lessontwocon>dl>dd>dl>dd{padding:5px 5px 5px 20px;width:calc(100% - 120px);}
}


/* lesson */
.eventpresentationone{padding:100px 40px;}
.eventpresentationonecon>.common_tit3>h2{display:flex;justify-content:center;}
.eventpresentationonecon>dl{margin-top:100px;display:flex;justify-content:space-between;}
.eventpresentationonecon>dl>dt{width:50%;}
.eventpresentationonecon>dl>dt>h3{font-size:40px;color:#555;letter-spacing:6px;font-weight:900;font-family:"M PLUS Rounded 1c",sans-serif;}
.eventpresentationonecon>dl>dt>p{margin-top:40px;font-size:22px;color:#636363;font-weight:bold;letter-spacing:2px;}
.eventpresentationonecon>dl>dd{width:calc(50% - 50px);}
.eventpresentationonecon>.more{margin-top:100px;display:flex;justify-content:center;}
.eventpresentationonecon>.more>a{color:#fff;font-weight:bold;letter-spacing:4px;background:#8cbb1c;}
.eventpresentationonecon>.more>a>span{font-weight:normal;color:#fff;}
@media (max-width:1520px){
	.eventpresentationone{padding:80px 20px;}
	.eventpresentationonecon>.common_tit3>img{width:110px;}
	.eventpresentationonecon>dl{margin-top:80px;}
	.eventpresentationonecon>dl>dt>h3{font-size:36px;letter-spacing:4px;}
	.eventpresentationonecon>dl>dt>p{margin-top:30px;font-size:20px;letter-spacing:1px;}
	.eventpresentationonecon>dl>dd{width:calc(50% - 40px);}
	.eventpresentationonecon>.more{margin-top:80px;}
	.eventpresentationonecon>.more>a{letter-spacing:3px;}
}
@media (max-width:1080px){
	.eventpresentationone{padding:60px 20px;}
	.eventpresentationonecon>.common_tit3>img{width:90px;}
	.eventpresentationonecon>dl{margin-top:60px;}
	.eventpresentationonecon>dl>dt>h3{font-size:32px;letter-spacing:2px;}
	.eventpresentationonecon>dl>dt>p{margin-top:20px;font-size:18px;letter-spacing:0px;}
	.eventpresentationonecon>dl>dd{width:calc(50% - 20px);}
	.eventpresentationonecon>.more{margin-top:60px;}
	.eventpresentationonecon>.more>a{letter-spacing:2px;}
}
@media (max-width:780px){
	.eventpresentationonecon>.common_tit3>img{width:70px;}
	.eventpresentationonecon>dl{margin-top:40px;display:block;}
	.eventpresentationonecon>dl>dt{width:100%;}
	.eventpresentationonecon>dl>dt>h3{font-size:28px;letter-spacing:1px;}
	.eventpresentationonecon>dl>dt>p{font-size:16px;}
	.eventpresentationonecon>dl>dd{margin-top:20px;width:100%;}
	.eventpresentationonecon>.more{margin-top:40px;}
	.eventpresentationonecon>.more>a{letter-spacing:1px;}
}


/* aboutclub */
.aboutclubone{padding:100px 40px;}
.aboutclubonecon>hgroup{position:relative;margin-top:50px;padding:100px 80px;background:#fff6c6;border-radius:30px;}
.aboutclubonecon>hgroup:before{position:absolute;left:-70px;top:18px;content:"";width:181px;height:161px;background:url(img/about-club01.png)no-repeat;}
.aboutclubonecon>hgroup:after{position:absolute;right:48px;bottom:-55px;content:"";width:119px;height:111px;background:url(img/about-club02.png)no-repeat;}
.aboutclubonecon>hgroup>p{position:relative;z-index:3;color:#555;font-weight:bold;line-height:2.2;}
@media (max-width:1520px){
	.aboutclubone{padding:80px 20px;}
	.aboutclubonecon>hgroup{margin-top:40px;padding:70px 50px;}
	.aboutclubonecon>hgroup:before{left:-20px;top:15px;width:150px;height:133px;background-size:150px 133px;}
	.aboutclubonecon>hgroup:after{right:30px;bottom:-45px;width:100px;height:93px;background-size:100px 93px;}
}
@media (max-width:1080px){
	.aboutclubone{padding:60px 20px;}
	.aboutclubonecon>hgroup{margin-top:30px;padding:50px 20px;}
	.aboutclubonecon>hgroup:before{left:-10px;top:10px;width:100px;height:89px;background-size:100px 89px;}
	.aboutclubonecon>hgroup:after{right:20px;bottom:-35px;width:70px;height:65px;background-size:70px 65px;}
}
@media (max-width:780px){
	.aboutclubonecon>hgroup{margin-top:20px;padding:40px 20px;}
	.aboutclubonecon>hgroup:before{width:70px;height:62px;background-size:70px 62px;}
	.aboutclubonecon>hgroup:after{bottom:-25px;width:50px;height:47px;background-size:50px 47px;}
}

.aboutclubtwo{padding:0 40px 100px;}
.aboutclubtwocon>ul{margin-left:-45px;display:flex;flex-flow:wrap;}
.aboutclubtwocon>ul>li{margin:45px 0 0 45px;width:calc(25% - 45px);}
.aboutclubtwocon>ul>li>p{margin-top:10px;text-align:center;color:#000;font-weight:bold;letter-spacing:2px;}
@media (max-width:1520px){
	.aboutclubtwo{padding:0 20px 80px;}
	.aboutclubtwocon>ul{margin-left:-30px;}
	.aboutclubtwocon>ul>li{margin:30px 0 0 30px;width:calc(25% - 30px);}
	.aboutclubtwocon>ul>li>p{letter-spacing:1px;}
}
@media (max-width:1080px){
	.aboutclubtwo{padding:0 20px 60px;}
	.aboutclubtwocon>ul{margin-left:-20px;}
	.aboutclubtwocon>ul>li{margin:20px 0 0 20px;width:calc(25% - 20px);}
	.aboutclubtwocon>ul>li>p{letter-spacing:0px;}
}
@media (max-width:780px){
	.aboutclubtwocon>ul{margin-left:-10px;}
	.aboutclubtwocon>ul>li{margin:20px 0 0 10px;width:calc(50% - 10px);}
	.aboutclubtwocon>ul>li>img{margin:0 auto;}
}


.aboutclubthree{margin-bottom:100px;padding:0 0px 100px;background:#b5c83b;}
.aboutclubthreecon{position:relative;padding:0 40px;}
.aboutclubthreecon:after{position:absolute;right:15px;top:15px;content:"";width:210px;height:202px;background:url(img/about-club08.png)no-repeat;}
.aboutclubthreecon>.common_tit3{color:#fff;}
.aboutclubthreecon>.common_tit3>h2{margin-top:15px;}
.aboutclubthreecon>dl{margin-top:60px;display:flex;flex-flow:wrap;justify-content:space-between;font-size:22px;color:#fff;font-weight:bold;letter-spacing:2px;}
.aboutclubthreecon>dl>dt{margin-top:10px;width:180px;}
.aboutclubthreecon>dl>dd{margin-top:10px;width:calc(100% - 180px);}
@media (max-width:1520px){
	.aboutclubthree{margin-bottom:80px;padding:0 0px 80px;}
	.aboutclubthreecon{padding:0 20px;}
	.aboutclubthreecon:after{width:150px;height:144px;background-size:150px 144px;}
	.aboutclubthreecon>dl{margin-top:50px;font-size:20px;letter-spacing:1px;}
	.aboutclubthreecon>dl>dt{width:150px;}
	.aboutclubthreecon>dl>dd{width:calc(100% - 150px);}
}
@media (max-width:1080px){
	.aboutclubthree{margin-bottom:60px;padding:0px 0px 60px;}
	.aboutclubthreecon:after{width:100px;height:96px;background-size:100px 96px;}
	.aboutclubthreecon>dl{margin-top:40px;font-size:18px;letter-spacing:0px;}
	.aboutclubthreecon>dl>dt{width:130px;}
	.aboutclubthreecon>dl>dd{width:calc(100% - 130px);}
}
@media (max-width:780px){
	.aboutclubthreecon:after{width:80px;height:77px;background-size:80px 77px;}
	.aboutclubthreecon>.common_tit3{margin-top:20px;}
	.aboutclubthreecon>dl{margin-top:30px;font-size:14px;display:block;}
	.aboutclubthreecon>dl>dt{width:100%;}
	.aboutclubthreecon>dl>dd{margin-top:0;width:100%;}
}


/* introduction */
.introductionone{padding:100px 40px;}
.introductiononecon>dl{margin-top:60px;padding:80px;display:flex;align-items:center;justify-content:space-between;border-radius:30px;background:#f9f0d2;}
.introductiononecon>dl:nth-of-type(1){margin-top:0;}
.introductiononecon>dl>dt{width:348px;}
.introductiononecon>dl>dt>h3{margin-top:20px;font-size:32px;color:#936420;text-align:center;font-family:"M PLUS Rounded 1c",sans-serif;}
.introductiononecon>dl>dd{width:calc(100% - 400px);color:#555;line-height:2;font-weight:bold;}
@media (max-width:1520px){
	.introductionone{padding:80px 20px;}
	.introductiononecon>dl{margin-top:50px;padding:50px;}
	.introductiononecon>dl>dt{width:300px;}
	.introductiononecon>dl>dt>h3{margin-top:15px;font-size:28px;}
	.introductiononecon>dl>dd{width:calc(100% - 340px);}
}
@media (max-width:1080px){
	.introductionone{padding:60px 20px;}
	.introductiononecon>dl{margin-top:40px;padding:20px;}
	.introductiononecon>dl>dt{width:250px;}
	.introductiononecon>dl>dt>h3{margin-top:10px;font-size:24px;}
	.introductiononecon>dl>dd{width:calc(100% - 280px);}
}
@media (max-width:780px){
	.introductiononecon>dl{margin-top:30px;display:block;}
	.introductiononecon>dl>dt{width:100%;}
	.introductiononecon>dl>dt>img{margin:0 auto;}
	.introductiononecon>dl>dt>h3{font-size:20px;}
	.introductiononecon>dl>dd{margin-top:20px;width:100%;}
}


/* contact */
.contactone{position:relative;padding:100px 40px;}
.contactone:before{position:absolute;left:40px;top:50%;content:"";width:166px;height:205px;background:url(img/contact02.jpg)no-repeat;}
.contactone:after{position:absolute;right:40px;top:15%;content:"";width:179px;height:153px;background:url(img/contact01.jpg)no-repeat;}
.contactonecon{position:relative;}
.contactonecon:after{position:absolute;right:-60px;bottom:0;content:"";width:111px;height:103px;background:url(img/contact03.jpg)no-repeat;}
.contactonecon>p{font-size:22px;text-align:center;color:#555;font-weight:bold;}
.contactfrom{position:relative;z-index:3;margin:60px auto 0;}
.contactfrom>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.contactfrom>dl>dt{margin-top:20px;width:280px;text-align:right;font-size:22px;color:#000;font-weight:bold;letter-spacing:2px;}
.contactfrom>dl>dt>em{margin-left:20px;font-size:16px;color:#fc0000;}
.contactfrom>dl>dd{margin-top:20px;padding:5px;width:calc(100% - 320px);border:1px solid #ccc;border-radius:10px;background:#fff;}
.contactfrom>dl>dd>input{padding:5px;width:100%;}
.contactfrom>dl>dd>textarea{padding:5px;width:100%;height:200px;}
.contactfrom>dl>dd.dd01{border:none;}
.p02{text-align:center;}
input[type="radio"], input[type="checkbox"]{margin:0 0 2px;}
.send{margin:60px auto 0;display:flex;justify-content:center;padding:15px;width:580px;font-size:26px;text-align:center;font-weight:bold;cursor:pointer;letter-spacing:4px;color:#000;background:#fff059;border-radius:30px;cursor:no-drop;transition:.3s;}
.send:hover{background:#c8dc56;}
@media (max-width:1520px){
	.contactone{padding:80px 20px;}
	.contactone:before{left:20px;width:100px;height:123px;background-size:100px 123px;}
	.contactone:after{right:20px;width:100px;height:85px;background-size:100px 85px;}
	.contactonecon:after{right:20px;width:80px;height:74px;background-size:80px 74px;}
	.contactonecon>p{font-size:20px;}
	.contactfrom{margin:50px auto 0;}
	.contactfrom>dl>dt{width:250px;font-size:20px;letter-spacing:1px;}
	.contactfrom>dl>dt>em{margin-left:15px;font-size:14px;}
	.contactfrom>dl>dd{width:calc(100% - 280px);}
}
@media (max-width:1080px){
	.contactone{padding:60px 20px;}
	.contactone:before{width:70px;height:86px;background-size:70px 86px;}
	.contactone:after{width:70px;height:60px;background-size:70px 60px;}
	.contactonecon:after{width:60px;height:56px;background-size:60px 56px;}
	.contactonecon>p{font-size:18px;}
	.contactfrom{margin:40px auto 0;}
	.contactfrom>dl>dt{width:220px;font-size:18px;letter-spacing:0px;}
	.contactfrom>dl>dt>em{margin-left:10px;}
	.contactfrom>dl>dd{width:calc(100% - 240px);}
}
@media (max-width:780px){
	.contactone:before{width:50px;height:43px;background-size:50px 43px;}
	.contactone:after{top:18%;width:50px;height:43px;background-size:50px 43px;}
	.contactonecon:after{width:40px;height:37px;background-size:40px 37px;}
	.contactonecon>p{font-size:16px;}
	.contactfrom{margin:30px auto 0;}
	.contactfrom>dl{display:block;}
	.contactfrom>dl>dt{width:100%;font-size:16px;text-align:left;}
	.contactfrom>dl>dd{margin-top:5px;width:100%;}
}

.jumpcon{display:none;}