@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1200px){
.headLogo img {

}	
.headLogo {

}
.gNavi li a {
	
}
.header {
	
}
}
@media screen and (max-width:920px){

}
@media screen and (max-width:834px){
.onPc{
	display:none !important;
}
.onSmt{
	display:block !important;
}
.spMlNon{
	margin-left: 0px !important;
}
.spMl10{
	margin-left: 10px !important;
}
.spMrNon{
	margin-right: 0px !important;
}
.spMbNon{
	margin-bottom: 0px !important;
}
.spMb05{
	margin-bottom: 5px !important;
}
.spMb10{
	margin-bottom: 10px !important;
}
.spMb15{
	margin-bottom: 15px !important;
}
.spMb20{
	margin-bottom: 20px !important;
}
.spMb30{
	margin-bottom: 30px !important;
}
.spMb40{
	margin-bottom: 40px !important;
}
.spMb50{
	margin-bottom: 50px !important;
}
.spMb60{
	margin-bottom: 60px !important;
}
.spMb70{
	margin-bottom: 70px !important;
}
.spMb80{
	margin-bottom: 80px !important;
}
.spMb90{
	margin-bottom: 90px !important;
}
.spMtNon{
	margin-top: 0px !important;
}
.spMt05{
	margin-top: 5px !important;
}
.spMt10{
	margin-top: 10px !important;
}
.spMt20{
	margin-top: 20px !important;
}
.spMt30{
	margin-top: 30px !important;
}
.spMt40{
	margin-top: 40px !important;
}
.spMt50{
	margin-top: 50px !important;
}
.spMt60{
	margin-top: 60px !important;
}
.spPl10{
	padding-left: 10px !important;
}
.spPl20{
	padding-left: 20px !important;
}
.spPl30{
	padding-left: 30px !important;
}
.spPl40{
	padding-left: 40px !important;
}
.spPl50{
	padding-left: 50px !important;
}
.spPl60{
	padding-left: 60px !important;
}
.spPlNon{
	padding-left: 0px !important;
}
.spPr10{
	padding-right: 10px !important;
}
.spPr20{
	padding-right: 20px !important;
}
.spPr30{
	padding-right: 30px !important;
}
.spPr40{
	padding-right: 40px !important;
}
.spPr50{
	padding-right: 50px !important;
}
.spPr60{
	padding-right: 60px !important;
}
.spPrNon{
	padding-right: 0px !important;
}
.spPb10{
    padding-bottom: 10px !important;    
}
.spPb05{
    padding-bottom: 5px !important;    
}
.spPb20{
    padding-bottom: 20px !important;    
}
.spPb30{
    padding-bottom: 30px !important;    
}
.spPb40{
    padding-bottom: 40px !important;    
}
.spPb50{
    padding-bottom: 50px !important;    
}
.spPb60{
    padding-bottom: 60px !important;    
}
.spPb100{
    padding-bottom: 100px !important;    
}
.spPt60{
    padding-top: 60px !important;    
}
.spPtNon{
    padding-top: 0px !important;    
}
.spPt10{
    padding-top: 10px !important;    
}
.spPt20{
    padding-top: 20px !important;    
}
.spPt30{
    padding-top: 30px !important;    
}
.spPt40{
    padding-top: 40px !important;    
}
.spText10{
    font-size: 10px !important;    
}
.spText11{
    font-size: 11px !important;    
}
.spText12{
    font-size: 12px !important;    
}
.spText13{
    font-size: 13px !important;    
}
.spText14{
    font-size: 14px !important;    
}
.spText15{
    font-size: 15px !important;    
}
.spText16{
    font-size: 16px !important;    
}
.spText18{
    font-size: 18px !important;    
}
.spText20{
    font-size: 20px !important;    
}
.spText22{
    font-size: 22px !important;    
}
.spText24{
    font-size: 24px !important;    
}
.spText26{
    font-size: 26px !important;    
}
.spText28{
    font-size: 28px !important;    
}
.spText30{
    font-size: 30px !important;    
}
.spText36{
    font-size: 36px !important;    
}
.spTextAlignCenter{
	text-align: center !important;	
}
.spTextAlignLeft{
	text-align: left !important;	
}

.spLh20{line-height: 2.0em !important;}	
.spLh18{line-height: 1.8em !important;}	
.spLh16{line-height: 1.6em !important;}	
.spLh14{line-height: 1.4em !important;}	
.spLh12{line-height: 1.2em !important;}
.spLh10{line-height: 1.0em !important;}	
	
body {
	width: 100%;
  background-size: 100% 80px;
  background-position: center 20px;
}
body::before {
	content: '';
	width: 100%;
	height: 30px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.header{
	height: 70px;
	width: 100%;
top: 0px;
left: 0px;
z-index: 1000;
/*-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);*/
box-sizing: border-box;
border-radius: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	align-items: center;
    display: flex;
}
.header::before {
  display: none;
}
.header.on {
  background-color: rgba(50,177,108,0.00);
}
.spHeader {
	width: 100%;
	height: 50px;
	display: block;
	position: fixed;
	top: 0px;
	z-index: 10000;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.box1080 {
	
}
.box1280 {
	
}

.box1600{
	padding-left: 20px;
	padding-right: 20px;
}
.box800 {
    
}
.box600 {
   
}
.footBox {
    display: table;
    height: auto;
    margin: 0 auto;
    
    width: 100%;
	padding-bottom:100px;
    padding-top: 60px;

}

.goTopBtn {
      
}
.goTopBtn img {
    
}
.goTopBtn.on {
	
}


#menuButton {
    display: block;
	
    height: 50px;
    right: 10px;
    position: fixed;
    top: 10px;
    width: 50px;
	background-color: #32b16c;
	z-index: 1200;
	cursor: pointer;
    
    transition-property: all;
	transition: 0.4s ease;
	border-radius: 100%;
	
	border-radius: 100%;
}
#menuButton.active {
	 
}
#menuButton span {
    display: block;
    background-color: #FFF;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 13px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton.active span {
	
}
#menuButton span:first-child {
    top: 17px;
}
#menuButton span:nth-child(2) {
    top: calc(50% - 1px);
}
#menuButton span:last-child {
    bottom: 17px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}
	#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1100;
    background-color: #32b16c;
    overflow: scroll;
    right: -100%;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-overflow-scrolling: touch;
}
#overlay::before{
	
}
#overlay.openMenu::before{
	
}
#overlay.openMenu::after{
	
}
#overlay.openMenu{
	right: 0;
}
#overlay .box800 {
    position: relative;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding: 0 30px;
	width: 100%;
    max-width: 1000px;
    padding-top:60px;
	margin-bottom: 30px;
}
.gNavi {
	display: none;
}
ul.menuSp{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0px;
}
ul.menuSp li{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    border-bottom: #f2f2f2 0px solid;
}
ul.menuSp li:first-child{
	
}
ul.menuSp li a{
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1em;
    padding: 15px 0;
    padding-left: 0px;
    color: #FFF;
    text-decoration: none;
    padding-left: 0px;
    font-family: "Oswald", sans-serif;
    font-weight: 800;
	letter-spacing: 0;
}
  ul.menuSp li a span {
    color: #FFF;
    font-size: 11px;
    font-family: 'Noto Sans JP',"YuGothic","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-weight: 600;
    margin-left: 10px;
  }
ul.menuSp li a::after {
   font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: calc(50% - 10px);
    right: 0px;
    font-size: 10px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #00aecb;
}


.menuBoxSp{
	width: 100%;
height: auto;
float: left;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;	
	margin-top: 0px;
}

.headLogo {

}
	
.headLogo img {
  height: 30px;
  width: auto;
}
.header .box1600 {
  max-width: 100%;
  padding-left: 10px;
}
.halfBox{
	width: 100%;	
}
.flex.sp-reverse{
	flex-direction: column-reverse;
}



.mainBox {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 20px;
}
.sideBox {
  margin-bottom: 20px;
  width: 100%;
  margin-top: 30px;
}

h1.blogMainTitle {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.postBox {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.postBox p {
  font-size: 13px;
}
.postBox h1{
	font-size: 22px;
	line-height: 1.6;
}
.postBox h1::before {
  top: 16px;
}
.postBox h2{
	font-size: 20px;
	line-height: 1.6;
}
.postBox h3{
	font-size: 18px;
	line-height: 1.6;
}
.postBox h4{
	font-size: 16px;
	line-height: 1.6;
}
.postBox h5 {
  font-size: 15px;
}
.postBox h5::before {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 13px;
  left: 0;
}

.sideBox h2 {
  font-size: 16px;
  margin-bottom: 15px;
}
.sideBox li {
  font-size: 13px;
  margin-bottom: 5px;
}
.sideBox li a {
  font-size: 13px;
  line-height: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1.5em;
}


.box800 {
	padding-left: 20px;
	padding-right: 20px;
}
.box1080 {
	padding-left: 20px;
	padding-right: 20px;
}
.box1280 {
	padding-left: 20px;
	padding-right: 20px;
}

.copyright {
  width: 100%;
  font-size: 11px;
}
.moreBtn a {
  font-size: 16px;
	height: 80px;
	
}
.pageTopPd {
  margin-top: 90px;
}
.bc {
  font-size: 10px;
	margin-top: 10px;
}

.nextBtn a {
  line-height: 40px;
  font-size: 13px;
  max-width: 100px;
  
}
.prevBtn a {
  line-height: 40px;
  font-size: 13px;
  max-width: 100px;
  
}

.post_password input[type="password"] {
  width: 60%;
}
.formBox dl {
  margin-bottom: 40px;
}
.formBox dt {
  width: 100%;
	margin-bottom: 5px;
}
.formBox dd {
  width: 100%;
}
.formBtn {
  margin-top: 20px;
}
.fmBtn {
  font-size: 16px;
	padding: 0 36px;
}
.fmBtn02 {
  font-size: 16px;
	padding: 0 36px;
}


.box50.w-fullSp,.box40.w-fullSp,.box60.w-fullSp,.box30.w-fullSp,.box70.w-fullSp ,.box50.w-spFull{
	width: 100%;	
}


ul.footMenu {
  
}




.newsList {
  width: 100%;
  padding: 0px;
}
.newsList dl {
  
}
.newsList dl dt {
  width: 100%;
  font-size: 16px;
  line-height: 1;
	margin-bottom: 10px;
}
.newsList dl dd {
  width: 100%;
  font-size: 16px;
  line-height: 1.4em;
}
.newsList dl {

  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 0px;
}

img.spImg40{
	width: auto;
	height: 40px;
}
img.spImgPd40{
	width: calc(100% - 80px);
	margin-left: 40px;
	margin-right: 40px;
}
img.spImgPd20{
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
}

.gNaviBox{
	
}
.footLogo{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.footLogo img {
  width: 100%;
  height: auto;
	max-width: 240px;
}

img.imgRound {
  border-radius: 16px;
}
.heroImage {

  display: flex;
  align-items: center;
  justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
	height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
}
.headContactBtn{
	display: none;
}

.inner {
  padding-left: 20px;
  padding-right: 30px;
}

.faqList dt {
  padding: 15px 15px;
  padding-right: 50px;
}
.faqList dt::after{
	right: 15px;
}
.faqList dd {
  padding: 15px;
}
.heroInner {
  padding-left: 20px;
  padding-right: 20px;
}
.uketsuke01 {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 100;
}
.shibafuTop {
  height: 60px;
  background-size: 100% 60px;
}
.shibafuBottom {
  height: 60px;
  background-size: 100% 60px;
}
dl.topSc {
  margin-bottom: 10px;
}
dl.topSc dt {
  font-size: 14px;
  padding-bottom: 2px;
  padding-right: 0px;
  width: 140px;
  text-align: right;
}
dl.topSc dd {
  font-size: 20px;
	padding-left: 10px;
}
dl.topTextBox {
 align-items: flex-start;
}
dl.topTextBox dt {
  width: 50px;
}
dl.topTextBox dt img {
  width: 40px;
  height: 40px;
}
dl.topTextBox dd {
  width: calc(100% - 50px);
}
.human02 {
  bottom: -60px;
  right: 2%;
}
.contentBox.bgMv {
  height: 300px;
}
.bgGrnLine{
	padding-left: 10px;
	padding-right: 10px;
}
.bgGrnLine::before{
	width: 10px;
}
.bgGrnLine::after{
	width: 10px;
}
.subFont{
	font-size: 16px;
	margin-left: 10px;
}
.contactMoreBtn a {
  height: 80px;
  line-height: 1;
  font-size: 18px;
  padding-bottom: 20px;
}
.contactMoreBtn a::after {
  font-size: 14px;
  bottom: calc(50% - 24px);
}
.contactMoreBtn a::before {
  top: calc(50% - 6.5px);
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #0c4922;
  border-bottom: 3px solid #0c4922;
}
  .header .box1600 {
    padding-right: 70px;
  }
ul.headSnsList{
display: none;
}
ul.headSnsList li img {
  width: 26px;
  height: 26px;
}
.heroMsg {
  top: -30px;
}
#overlay ul.footSnsList {
  justify-content: flex-start;
}
#overlay ul.footSnsList li {
  margin: 0 8px;
	margin-left: 0;
	margin-right: 15px;
}
.langBtn {
  margin-left: 0px;
}
ul.bogo-language-switcher li {
  padding: 0 10px !important;
  position: relative;
	font-size: 12px;
}
ul.bogo-language-switcher li a {
  font-size: 12px;
}
.planBox {
  padding: 20px;
  border-radius: 8px;
}
.textIndent{
	text-indent: -1em;
	padding-left: 12px;
}
.tourBtn a{
	height: 60px;
	font-size: 15px;
}
.tourBtn a img {
  width: 38.9px;
  height: 24px;
  margin-right: 5px;
}
.tourBtn a i {
  margin-top: 3px;
}
.section-lineup::before {
  width: 10px;
}
.section-lineup::after {
  width: 10px;
}
.bgGrnTop::after {
  height: 20px;
  bottom: -10px;
}
.bnList li {
  width: 50%;
  text-align: center;
}
.bnList li img{
	max-width: 160px;
	
}
.scList dl {
  padding: 18px 0;
}
.scList dl dt {
  width: 100%;
  font-size: 12px;
	margin-bottom: 8px;
}
.scList dl dd {
  width: 100%;
  font-size: 13px;
}
}

