@charset "utf-8";

/* main image */
#mainHdImg {
  min-width: 1240px;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

#mainHdImg .flexHd {
  display: flex;
  flex-wrap: wrap;
}

#mainHdImg .subTxt {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

#mainHdImg .titleArea {
  width: 35.4%;
  padding: 40px;
  min-height: 208px;
  /* background-image: url("../images/main.jpg");
  background-size: cover; */
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color:#000;
}
/* #mainHdImg .titleArea figure{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%:
} */

#mainHdImg .titleArea h2 {
  font-size: 24px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: #fff;
  margin: 150px 0 0;
  float: right;
}

#mainHdImg .instaArea {
  width: 35.4%;
  padding: 40px;
  height: 288px;
  background-color: #f4f2f2;
  box-sizing: border-box;
}

#mainHdImg .instaArea p {
  margin-top: 40px;
  margin-left: 5%;
  width: 70%;
  font-size: 90%;
  font-weight: bold;
  background-image: url("../images/arr.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 36px;
}

#mainHdImg .instaArea p a {
  color: #000;

}

#mainHdImg .instaArea p img {
  float: left;
  margin-right: 20px;
}

#mainHdImg .boxHm {
  display: block;
  width: 21.5%;
  color: #fff;
  padding: 30px 0 30px 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
#mainHdImg .boxHm::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, .4) 60%, rgba(0, 0, 0, 0) 90%);
  z-index: 1;
  mix-blend-mode: multiply;
  /* transition: all .3s; */
}
#mainHdImg .titleArea .txt-wrp,
#mainHdImg .boxHm .txt-wrp {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
#mainHdImg .titleArea figure,
#mainHdImg .boxHm figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  transition: all .3s;
}
#mainHdImg .titleArea:hover figure,
#mainHdImg .boxHm:hover figure{
  opacity: 0.3;
  transform: scale(1.05);
}
#mainHdImg .titleArea figure img,
#mainHdImg .boxHm figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainHdImg .boxHm .nm {
  display: block;
  margin-bottom: 0.4em;
  font-family: 'Barlow Condensed', sans-serif;
}

#mainHdImg .boxHm .cs {
  margin-top: 1em;
}

#mainHdImg .boxHm p {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 1em;
  font-weight: 600;
}

#mainHdImg .boxHm p b {
  font-size: 130%;
  line-height: 1;
}

#mainHdImg #hm1 {
  background-color: #000;
}

#mainHdImg #hm2 {
  background-color: #2a83d0;
}

#mainHdImg #hm3 {
  background-color: #78b92d;
}

#mainHdImg #hm4 {
  background-color: #000;
}

#mainHdImg #hm5 {
  background-color: #2a83d0;
}
#mainHdImg #hm6 {
  background-color: #78b92d;
}

#mainHdImg #hm6 {
  /* background-image: url("../images/main3.jpg");
background-size: cover; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

#mainHdImg #hm6.boxHm::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, 0) 90%);
}

#mainHdImg #hm4 p {
  /* color: #78b92d; */
}

@media screen and (max-width:767px) {

#mainHdImg .ttl {
padding: 0.8rem 2rem;
text-align: center;
}
	
#mainHdImg .ttl em{
	display: block;
margin-bottom: 0.4em;
}	

  #mainHdImg .ttl img {
    width:74%;
    height: auto;
	  vertical-align: bottom;
  }

  #mainHdImg {
    height: auto;
    min-width: 0;
    margin: 0 auto 0;
  }

  #mainHdImg .titleArea {
    width: 50%;
    padding: 5vw;
    min-height: inherit;
    height:27.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mainHdImg .titleArea img{
    object-position: center left;
  }
  #mainHdImg .titleArea h2 {
    font-size: 3.6vw;
    margin: 1.5em 0 0;
  }

  #mainHdImg .boxHm {
    width: 50%;
    padding: 3vw;
    height:27.5vw;
    position: relative;
  }

#mainHdImg .boxHm .nm img {
width: 4.8vw;
}

#mainHdImg .boxHm .cs {
font-size: 3vw;
margin-top: 0.8em;
}

#mainHdImg .boxHm p {
font-size: 3.5vw;
line-height: 1.4;
margin-top: 0.3em;
}
	
#mainHdImg .titleArea::after,	
#mainHdImg .boxHm::after{
/*content: '';
border-top: 3.5vw solid rgba(255,255,255,0.8);
border-left: 2vw solid transparent; 
border-right: 2vw solid transparent; 
height: 0;
width: 0;	*/	
font-family: 'marurino';	
content: '\e942';
color: rgba(255,255,255,0.8);
font-size: 120%;
position: absolute;
right:6%;
top: 10%;
z-index: 2;	
}

  #mainHdImg #hm6 {
    padding: 2.5vw;
  }

  #mainHdImg .instaArea {
    width:50%;
    padding:2vw;
    height: 30vw;
  }

  #mainHdImg .instaArea p {
    margin-top: 0;
    margin-left: 0;
/*    margin-bottom: 5vw;*/
    width: 100%;
    padding-left: 0;
    padding-bottom: 3.4vw;
    background-position: center bottom;
    font-size: 3.3vw;
    text-align: center;
  }

  #mainHdImg .instaArea p img {
float: none;
margin: 0 auto 1vw;
display: block;
max-width: 27px;
height: auto;
  }

  #mainHdImg #hm1 {
    order: 1;
  }

  #mainHdImg #hm2 {
    order: 2;
  }

  #mainHdImg #hm3 {
    order: 3;
  }

  #mainHdImg #hm4 {
    order: 4;
  }

  #mainHdImg #hm5 {
    order: 5;
  }

  #mainHdImg #hm6 {
    order: 7;
  }

  #mainHdImg .instaArea {
    order: 8;
  }
	
  #mainHdImg #hm8 {
    order: 6;
  }	
	
	
#mainHdImg #hm6.boxHm figure{
height: auto;
}
	
#mainHdImg .reserveBx{
border: none;
padding: 5vw 5vw 6vw;
text-align: center;
}	
	
#mainHdImg .reserveBx .rs01tx {
margin: 0 auto 0.7em;
display: inline-block;
border: #000 solid 1px;
font-size: 120%;
line-height: 1;
padding: 0.5em 1em;
color: #78b92d;
    font-weight: 600;
}
	
#mainHdImg .reserveBx p{
font-weight: 600;
}
	
#mainHdImg .reserveBx p:before,
#mainHdImg .reserveBx p:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #000;
    width: 1px;
    height: 2em;
    margin: 0.5em 0.8em;
    vertical-align: -1.5em;
    bottom: 5px;
}	
		
	#mainHdImg .reserveBx p:before{
	    transform: rotate(-35deg);	
		
	}	
	
	#mainHdImg .reserveBx p:after{
	    transform: rotate(35deg);	
	}		
	
#mainHdImg .reserveBx .btn{
margin: 0 auto;
padding: 0;
}	
	
}

/*-----rhgt-----*/

#rhgt .co {
  min-width: 980px;
  max-width: 1080px;
  margin: 0 auto 0;
  text-align: center;
}

#rhgt .coW {
  min-width: 980px;
  max-width: 1440px;
  margin: 0 auto 0;
  text-align: center;
  overflow: hidden;
}

.sec2 {
  padding-top: 60px;
}

.sec3 {
  padding: 60px 0;
}

@media screen and (max-width:767px) {

  #rhgt .co,
  #rhgt .coW {
    min-width: 0;
    margin: 0 auto 0;
  }

  .sec2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sec3 {
    padding: 30px 0;
  }

}

/*-------------------------*/

.h-ttl {
  text-align: center;
  padding: 2em 1em;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2;
}

#rhgt .h-ttl+p {
  color: #2b84d2;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.6;
  padding: 0 0 2em;
}

.imgBox {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.imgBox img {
  width: 100%;
  height: auto;
}

.txtBox {
  width: 57%;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.co .txtBox p {
  line-height: 2.2;
}

.co p {
  line-height: 2;
}

@media screen and (max-width:767px) {

  .co {
    padding: 25px 25px;
  }

  .h-ttl {
    font-size: 1em;
  }

  #rhgt .h-ttl+p {
    font-size: 1.5em;
  }

  #about .flex {
    flex-wrap: wrap;
  }

  .imgBox {
    width: 100%;

  }

  .txtBox {
    width: 100%;
    padding-top: 30px;
  }

  .co .txtBox p {
    line-height: 1.8;
  }

}

/*------scRhg------------*/

.figBox {
  position: relative;
}

.figBox img {
  vertical-align: bottom;
}

.balloon {
  position: absolute;
  text-align: left;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.balloon dl {
  padding: 15px 10px 15px 40px;
  font-family: 'Noto Sans JP', sans-serif;
}

.balloon dt {
  font-size: 85%;
  color: #fff;
  margin-bottom: 0.5em;
  text-indent: -2em;
  font-weight: bold;
}

.balloon dt .nm {
  font-family: 'Barlow Condensed', sans-serif;
  margin-right: 0.5em;
  font-size: 120%;
}

.balloon dd {
  font-size: 70%;
  line-height: 1.8;
  font-weight: bold;
}

#balloon0 {
  position: absolute;
  top: 0;
  left: 100px;
  width: 183px;
  height: 122px;
  background-image: url("../images/balloon0.svg");
}

#balloon1 {
  position: absolute;
  top: 380px;
  left: 820px;
  width: 163px;
  height: 146px;
  background-image: url("../images/balloon1.svg");
}

#balloon2 {
  position: absolute;
  top: 510px;
  left: 470px;
  width: 245px;
  height: 113px;
  background-image: url("../images/balloon2.svg");
}

#balloon3 {
  position: absolute;
  top: 90px;
  left: 830px;
  width: 183px;
  height: 141px;
  background-image: url("../images/balloon3.svg");
}

#balloon4 {
  position: absolute;
  top: 110px;
  left: 520px;
  width: 178px;
  height: 126px;
  background-image: url("../images/balloon4.svg");
}

#balloon5 {
  position: absolute;
  top: 140px;
  left: 1130px;
  width: 143px;
  height: 145px;
  background-image: url("../images/balloon5.svg");
}

#balloon1 dd,
#balloon4 dd {
  color: #fff;
}

.figBox .logoMk {
  position: absolute;
  bottom: 80px;
  left: 70px;
}

@media screen and (max-width:767px) {
  .figBoxSp {
    display: flex;
    flex-wrap: wrap;
  }
  .figBoxSp img{
    width: 100%;
    height: auto;
  }

  .figBoxSp .boxGl {
    width: 50%;
    background-color: #000;
  }

  .figBoxSp .boxGl img {
    width: 100%;
    height: auto;
  }

  .figBoxSp .boxGl dl {
    padding: 3vw 7vw 5vw;
    color: #fff;
    text-align: left;
  }

  .figBoxSp .boxGl dt {
    font-size: 110%;
    margin-bottom: 0.5em;
    font-weight: bold;
  }

  .figBoxSp .boxGl dd {
    font-size: 80%;
    line-height: 1.6;
  }

  #gl2,
  #gl5 {
    background-color: #2a83d0;
  }

  #gl3,
  #gl6 {
    background-color: #78b92d;
  }

}

/* -------予約-------------------*/

#scReserve,
#scReserve2 {
  background-color: #f4f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.reserveBx {
  border: #000 solid 1px;
  background-color: #fff;
  width: 880px;
  margin: 0 auto;
  box-shadow: #999 0px 0px 4px;
}

.reserveBx .rs01 {
  width: 40%;
  padding: 45px;
  box-sizing: border-box;
}

#scReserve2 .reserveBx .rs01 {
  width: 55%;
}

@media screen and (max-width:767px) {

  .reserveBx .rs01,
  #scReserve2 .reserveBx .rs01 {
    width: 100%;
  }

  #scReserve2 .reserveBx .rs01 {
    padding-bottom: 2em;
  }
}

.reserveBx .rs01 .rs01tx,
#scReserve2 .reserveBx .rs02 .rs01tx {
  border: #78b92d solid 2px;
  color: #78b92d;
  line-height: 2.7;
  margin-top: 25px;
  font-weight: bold;
}

.reserveBx .rs02 {
  width: 60%;
  box-sizing: border-box;
  padding: 45px;
  background-image: url("../images/reservebg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  color: #fff;
  font-weight: bold;
}

#scReserve2 .reserveBx .rs02 {
  width: 45%;
}

@media screen and (max-width:767px) {

  .reserveBx .rs02,
  #scReserve2 .reserveBx .rs02 {
    width: 100%;
  }
}

.reserveBx .rs02 .rs02tx {
  font-size: 180%;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: 600;
}

.reserveBx .rs02 p {
  font-weight: 600;
}

#scReserve2 .reserveBx .scReserve2-title{
  margin-top: 0;
  font-size: min(1.4em, 5vw);
  letter-spacing: .05em;
  text-indent: .1em;
  line-height: 1.5;
}

.reserveBx .btn {
  margin: 2.5em auto 0;
  padding: 0;
}

.reserveBx .btn a {
  background-color: #ff7e00;
  border-radius: 3em;
  vertical-align: middle;
  display: block;
  color: #fff;
  font-size: 120%;
  line-height: 1.5;
  position: relative;
  padding: .5em 2em;
  font-weight: 600;
}

.reserveBx .btn a:after {
  font-family: 'marurino';
  content: "\e93f";
  display: inline-block;
  padding-left: 0.5em;
  font-size: 1em;
  vertical-align: top;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.reserveBx .btn a:hover {
  background-color: #F99735;
}

@media screen and (max-width:767px) {

  #scReserve,
  #scReserve2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #scReserve .flex,
  #scReserve2 .flex {
    flex-wrap: wrap;
  }

  .reserveBx {
    width: 100%;
    border: #000 solid 2px;
  }

  .reserveBx .rs01 {
    width: 100%;
    padding: 40px 10vw 10px;
    position: relative;
  }
	
	.reserveBx .rs01 img{
		width: 100%;
		height: auto;
	}	

  .reserveBx .rs01 .rs01tx {
    position: absolute;
    top: 0;
    left: 20%;
    margin: -25px auto;
    background-color: #fff;
    width: 60%;
    border: #000 solid 2px;
    font-size: 120%;
  }

  .reserveBx .rs02 {
    width: 100%;
    padding: 30px 5vw;
  }

  .reserveBx .rs02 .rs02tx {
    margin-top: 0;
    margin-bottom: 0.5em;
  }

  /* .reserveBx .btn a {
line-height: 3.2em;
} */
}

/* scConsul ------------------------------------------*/
#scConsul {
  padding: 60px 15px;
  background-color: #78b92d;
  position: relative;
}

#scConsul h3 {
  padding: 0.7em 0 2.5em;
  color: #fff;
  font-weight: 600;
  font-size: 2.2em;
  line-height: 2;
  letter-spacing: 0.1em;
}

#scConsul .imageBox {
  width: 54%;
  position: relative;
}

#scConsul .imageBox img {
  width: 500px;
}

#scConsul .imageBox .fk1,
#scConsul .imageBox .fk2,
#scConsul .imageBox .fk3,
#scConsul .imageBox .fk4 {
  font-size: 96%;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  display: flex;
  /* align-items: center;*/
  justify-content: center;
  background-repeat: no-repeat !important;
}

#scConsul .imageBox .fk1 {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/stepfk1.svg");
  width: 221px;
  height: 81px;
  padding-top: 10px;
}

#scConsul .imageBox .fk2 {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/stepfk2.svg");
  width: 231px;
  height: 78px;
  padding-top: 15px;
}

#scConsul .imageBox .fk3 {
  position: absolute;
  bottom: 0;
  left: 50px;
  background: url("../images/stepfk3.svg");
  width: 161px;
  height: 58px;
  padding-top: 28px;
}

#scConsul .imageBox .fk4 {
  position: absolute;
  bottom: 0;
  right: 50px;
  background: url("../images/stepfk4.svg");
  width: 181px;
  height: 78px;
  padding-top: 28px;
}

#scConsul .boxConsul {
  width: 52%;
  text-align: left;
  color: #fff;
  padding-top: 110px;
}

#scConsul .boxConsul p {
  line-height: 1.7;
  line-height: 2;
  width: 78%;
  text-align: justify;

}

#scConsul .boxConsul .txL {
  font-size: 160%;
  line-height: 1.5;
  width: 100%;
  font-weight: 600;
  margin-bottom: 60px;
}

@media screen and (max-width:767px) {

  #scConsul {
    padding: 30px 15px 40px;
  }

  #scConsul h3 {
    font-size: 6vw;
    line-height: 1.5;
  }

  #scConsul .flex {
    flex-wrap: wrap;
  }

  #scConsul .imageBox {
    width: 100%;
  }

  #scConsul .imageBox img {
    width: 60%;
    margin: 12% 20%;
  }

  #scConsul .imageBox .fk1,
  #scConsul .imageBox .fk2,
  #scConsul .imageBox .fk3,
  #scConsul .imageBox .fk4 {
    font-size: 80%;
    background-size: contain;
  }

  #scConsul .imageBox .fk1 {
    width: 43%;
    padding-top: 7px;

  }

  #scConsul .imageBox .fk2 {
    width: 43%;
    padding-top: 10px;
  }

  #scConsul .imageBox .fk3 {
    width: 32%;
    padding-top: 20px;
    left: 7%;

  }

  #scConsul .imageBox .fk4 {
    width: 36%;
    padding-top: 20px;
    right: 7%;
  }

  #scConsul .boxConsul {
    width: 100%;
    padding-top: 30px;
  }

  #scConsul .boxConsul .txL {
    font-size: 120%;
    margin-bottom: 15px;
  }

  #scConsul .boxConsul p {
    width: auto;
    line-height: 1.7;
    padding: 0 10px;
  }

}

/*---------------アクセス------------------*/
#scAccess h3 {
  font-size: 2.4em;
  margin-bottom: 1.5em;
}

#scAccess .leftBox {
  text-align: left;
}

.accTx {
  margin-top: 2em;
  border-bottom: #ccc solid 1px;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.accTx p {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

.accTx p:before {
  font-family: 'marurino';
  content: "\e91f";
  color: #000;
  font-size: 130%;
}

.gmapBox {
  width: 56%;
}

@media screen and (max-width:767px) {

  #scAccess .flex {
    flex-wrap: wrap;
  }

  #scAccess .leftBox {
    text-align: center;
  }

  #scAccess .leftBox img {
    width: 100%;
    height: auto;
  }

  .accTx p {
    display: inline-block;
  }

  .gmapBox {
    margin-top: 25px;
    width: 100%;
    position: relative;
    padding-top: 56.25%;
  }

  .gmapBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*-----------scGalleryCs-----*/

#scGalleryCs {
  background-image: url("../images/ft_bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}

#scGalleryCs p {
  color: #fff;
  font-weight: bold;
  font-size: 120%;
}

#scGalleryCs .btnarea>div {
  width: 44%;
}

#scGalleryCs .btnarea .btn {
  margin: 2.5em auto 0;
  width: 100%;
}

#scGalleryCs .btn a {
  background-color: #78b92d;
  border-radius: 2.4em;
  vertical-align: middle;
  line-height: 4.8em;
  display: block;
  color: #fff;
  font-size: 120%;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#scGalleryCs .btn a:after {
  font-family: 'marurino';
  content: "\e93f";
  display: inline-block;
  padding-left: 0.5em;
  font-size: 1em;
  vertical-align: top;
  position: absolute;
  right: 8%;
  top: 0%;
}

#scGalleryCs .btn a:hover {
  background-color: #95D14E;
}

#scGalleryCs .btnarea p {
  font-size: 100%;
  font-weight: normal;
}

@media screen and (max-width:767px) {
  #scGalleryCs {
    padding: 30px 0;
  }

  #scGalleryCs .btnarea {
    flex-wrap: wrap;
  }

  #scGalleryCs .btnarea>div {
    width: 100%;
  }

  #scGalleryCs .btn {
    margin: 2.5em auto 0;
    width: 80%;
  }

  #scGalleryCs .btn a {
    line-height: 1.6em;
    padding: 15px 0;
    font-size: 140%;
  }

  #scGalleryCs .btn a:after {
    top: 36%;
  }
}