@charset "UTF-8";
/*
 * style.css
 * top_page only
 */


/* !Header -------------------------------------------------------------- */
.homeHeader #headerIn {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  padding: 24px 64px 32px 64px;
  height: 112px;
  background: none;
  border-bottom: none;
}
#headerLogo { }
#headerUtility {
  display: block;
  padding: 24px 0;
  text-align: center;
}
#header .homeHeader {
  position: relative;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.homeHeader::after { }
#mainimgIn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.slick-slide {
  position: relative;
  padding: 0 1px;
}
.slick-slide .tit_slide01 {
  bottom: 0;
  height: 72px;
  background: rgba(255, 255, 255, 0.73);
  position: absolute;
  width: 100%;
  padding: 8px 16px;
}
.slick-slide .tit_slide01 span {
  font-size: 130%;
  font-weight: 600;
  color: #000;
}
.list_news {
  color: #333;
  margin-left: 32px;
  padding: 16px 0 32px 0;
  display: flex;
  width: calc( 100% - 64px );
}
.list_news .tit {
  border: 1px solid #CCC;
  padding: 32px;
  font-size: 1.2rem;
  margin-right: 32px;
}
.list_news ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list_news ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1em;
}
.list_news ul li span {
  font-style: italic;
  margin-right: 1rem;
  color: rgb(115, 115, 115);
}
.list_news .banner {
  margin-left: 16px;
  width:110px;
  float: left;
} 
@media screen and (max-width: 1024px) {
#header .homeHeader { /* background: url(../common/images/bg/topMain01_sp.png) no-repeat center -0px; */
    /* min-height: 400px; */
    /* background-size: cover; */
    /* height: auto; */
}
#header.homeHeader,
 .homeHeader .bgWave01 { background-size: contain; }
.homeHeader::after { background-size: 180px; }
.homeHeader #headerIn {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  padding: 24px;
  height: auto;
  background: none;
  border-bottom: none;
}
.homeHeader #headerLogo {
  width: 180px;
  float: left;
  padding: 0;
  text-align: left;
}
#headerLogo img { width: 200px; }
#headerUtility { display: none; }
h1.txt_maincatch { margin: 0 auto; }
h1.txt_maincatch span { /* border-right: 1px solid #FFF; */
    /* border-bottom: 1px solid #FFF; */
}
.list_news {
  color: #333;
  margin-left: 0;
  padding: 16px 32px 32px 32px;
  width: 100%;
}
.list_news .tit {
    padding:16px;
    font-size: 0.8rem;
    margin-bottom: 8px;
    background: rgba(0, 0, 0, 0.83);
    color: #FFF;
}
.list_news ul {
  float: left;
}
.list_news ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 0.5em;
}
.list_news ul li span {
  font-style: italic;
  margin-right: 1rem;
  color: rgb(115, 115, 115);
  display: block;
  font-size: 0.7rem;
}
.list_news .banner {
  margin:10px 4px 10px 4px;
  width:46%;
}
}
section { position: relative; }
.sectionLv01 {background: url(../common/images/bg/bg_wood01.jpg)repeat;}
section .sectionInner01 {
  width: 100vw;
  margin: 0 auto;
  padding: 0 80px;
  max-width: 1120px;
}
section h1 {
  font-size: 4.8rem;
  color: #FFF;
  font-family: 'Caveat', cursive;
  letter-spacing: 0.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
section#howto {
  position: relative;
  padding: 100px 32px;
  width: 100%;
}
section#howto h1 { margin-bottom: 0; }
section#howto::before {
  background: url(../common/images/ico/dot01.png) no-repeat center;
  content: "";
  top: 56px;
  position: absolute;
  left: 50vw;
  right: 50vw;
  height: 48px;
  width: 40px;
  z-index: 999;
}
#howto p::after {
  background: url(../common/images/ico/arw01.png) no-repeat center;
  bottom: 16px;
  position: absolute;
  left: 50vw;
  right: 50vw;
  height: 67px;
  width: 18px;
  z-index: 999;
  content: "";
}
section h2 {
  font-size: 1.6vw;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  padding: 8px 16px 16px 16px;
}
@media screen and (max-width:1024px) {
section#howto h1 { 
margin: 0;
    padding: 0;
 }
 section h2 {
  font-size: 1rem;
  padding: 0;
}   
}
section p {
  color: #FFF;
  font-size: 0.9rem;
}
.sectionLv02 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sectionLv02 .sectionInner {
  width: 100vw;
  /* padding:0; */
  max-width: 1160px;
  padding: 0;
  margin: 0 auto;
}
/* ------ FlexBox ------  */

.box_flex01 {
  display: flex;
  align-items: center;
  margin: 32px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.box_flex01 .col {
    margin: 4px;
    position: relative;
    width: calc((100% - 16px)/2);
    min-height: 420px;
    overflow: hidden;
}
.box_flex01 .col a {
  content: "";
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
}
.box_flex01 .col a::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  width: 100%;
  height: 100%;
}
.box_flex01 .col a:hover:before {
     background: hsla(0, 0%, 0%, 0.2); 
}
.box_flex01 .col.bnr_lunch {
  background:url(../images/btn_lunch.jpg) no-repeat;
  background-size:cover;
   }
.box_flex01 .col.bnr_cafe {
  background:url(../images/btn_cafe.jpg) no-repeat;
  background-size:cover;
   }
.box_flex01 .col.bnr_event {
  background:url(../images/btn_event.jpg) no-repeat;
  background-size:cover;
   }
.box_flex01 .col.bnr_dinner {
  background:url(../images/btn_dinner.jpg) no-repeat;
  background-size:cover;
   }
.box_flex01 .col.bnr_shop {
  background:url(../images/btn_shop.jpg) no-repeat;
  background-size:cover;
   }
.box_flex01 .col.bnr_stay {
  background:url(../images/btn_stay.jpg) no-repeat;
  background-size:cover;
   }
.box_flex01 .col div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 999;
    width: 84%;
}
.box_flex01 .col h1 {
    z-index: 999;
    position: relative;
    color: #FFF;
}

.box_flex01 .col h1 br {display:none;}
.box_flex01 .col h1 span {
  display: block;
  font-size: 0.8rem;
  position: relative;
}
box_flex01 .col p {
  z-index: 999;
  position: relative;
  color: #FFF;
  text-align: left;
  margin: 0;
  top: 36px;
  line-height: 1.8;
  padding: 32px;
}

.sectionLv03 .sectionInner,
.sectionLv04 .sectionInner {
  width: 1120px;
  margin: 0 auto;
  padding: 64px 0;
}
.sectionLv03 p {
  color: #000;
  text-align: center;
}
.box_flexWrap01 {
  display: flex;
  align-items: center;
  margin: 64px 0 0 0;
  justify-content: center;
  flex-wrap: wrap;
}
.box_flexWrap01 .item {
  margin: 4px;
  position: relative;
  width: calc((100% - 48px)/6);
}
.box_flexWrap01 .item::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  width: 100%;
  height: 100%;
}
.box_flexWrap01 .item img { width: 100%; }
.sectionLv04 {
  background: url(../common/images/bg/bg_contact.jpg) no-repeat;
  background-size: cover;
}
.sectionLv04 h1 { }
.box_flexWrap02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  width: 840px;
}
.box_flexWrap02 .item1 {
  width: 760px;
  margin: 0 20px;
  font-size: 2.4rem;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.1em;
}
.box_flexWrap02 .item1 a {
   color: #FFF !important; 
}
.box_flexWrap02 .item2 { flex: 0 1 400px; }
.box_flexWrap02 .itemHalf {
  width: 380px;
  margin: 20px
}
.btn_basic01 {
  width: 100vw;
  display: table;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  /* margin: 32px auto; */
    /* clear: both; */
  background-color: rgba(10, 10, 10, 0.5);
  width: 400px;
}
.btn_basic01 a {
  color: #FFF !important;
  text-decoration: none;
  display:block;
}
@media screen and (max-width:1024px) {
.btn_basic01 {
  padding: 8px 16px;
  display: table;
  color: #fff;



  text-decoration: none;
  border-radius: 4px;
  text-align: center;

  margin: 0 auto;
  /* clear: both; */
  background-color: rgba(10, 10, 10, 0.5);
  width: 100%;
}
.sectionLv01 { }
section .sectionInner01 { width: 100%; }
.sectionLv01 .sectionInner01 {
  height: auto;
  width: 100%;
  padding: 0;
}
section#howto::before {
  background: url(../common/images/ico/dot01.png) no-repeat center;
  content: "";
  top: 40px;
  position: absolute;
  left: 0;
  right: 0;
  height: 48px;
  width: 40px;
  z-index: 999;
  margin: auto;
}
.sectionLv01 h1 {
  font-size: 2rem;
  text-align: center;
  padding: 16px 0;
  font-weight: 600;
  padding-top: 16px;
}
.sectionLv01 p { margin: 0; }

.sectionLv03 .sectionInner,
.sectionLv04 .sectionInner {
  width: 100%;
  margin: 0 auto;
  padding: 48px 24px;
}
.sectionLv03 p {
  color: #000;
  text-align: center !important;
}
.box_flexWrap01 { margin: 8px; }
.box_flexWrap01 .item { width: calc((100% - 24px)/3); }

.sectionLv04 {
  background: url(../common/images/bg/bg_contact.jpg) no-repeat;
  background-size: cover;
}
.sectionLv04 h1 { font-size: 2.4rem; }
.box_flexWrap02 {
  width: 100%;
}
.box_flexWrap02 .item1 {
  font-size: 1.8rem;
  width: 100%;
    margin-bottom: 8px;
}
.box_flexWrap02 .item2 { flex: 0 1 400px; }
.box_flexWrap02 .itemHalf {
width: calc((100% - 32px) / 2);
    margin: 0 8px;
}
/* ------ FlexBox ------  */

.box_flex01 {

}
.box_flex01 .col {
 min-height:360px;
}

.box_flex01 .col div {

}
.box_flex01 .col h1 {
    font-size:1.8rem;
    line-height:0.8;
}
.box_flex01 .col h1 span {
  display: block;
  font-size: 0.6rem;
  position: relative;
  margin-top:1rem;
  line-height:1.4;
  letter-spacing:0.2em
}
.box_flex01 .col h1 br {display:inline;}
box_flex01 .col p {

}
}
.newsList01 {
  margin: 24px auto;
  overflow: hidden;
  width: 100%;
  padding: 0 24px;
  max-width: 1600px;
}
.newsList01 .col { float: left; }
.newsList01.col4 .col {
  margin: 32px 32px 0 0;
  width: 23%;
}
.newsList01.col4 .col figure img { width: 100%; }
.newsList01.col4 .col:nth-child(4n) { margin-right: 0; }
.newsList01.col4 .col:nth-child(4n+1) { clear: both; }
.newsList01 a { text-decoration: none; }
.newsList01 figure { }
.newsList01.col4 figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.22);
  position: relative;
}
.newsList01.col4 figure::before,
.newsList01.col4 figure::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: rgb(248, 248, 248);
  transform: rotate(-45deg);
}
/* 左上 */
.newsList01.col4 figure::before {
  box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
  top: -16px;
  bottom: auto;
  right: auto;
  left: -16px;
}
/* 右下 */
.newsList01.col4 figure::after {
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
  top: -16px;
  bottom: auto;
  right: -16px;
  left: auto;
}
.newsList01 .inner {
  padding: 16px;
  width: 100%;
  background-color: #FFF;
}
.newsList01 .inner .tit {
  display: block;
  font-weight: 600;
  color: #26B1BA;
  text-align: left;
  background: url(../common/images/ico/icon_list01.png) no-repeat left 0.3em;
  padding-left: 32px;
  margin-bottom: 8px;
}
.newsList01 .inner .tit a { }
.newsList01 .inner p {
  text-align: left;
  font-size: 0.7rem;
  padding-left: 32px;
  line-height: 1.4;
}
.newsList01 span.date {
  color: #26B1BA;
  /* margin-top: 16px; */
  display: block;
  font-size: 84%;
  text-align: right;
}
@media screen and (max-width:1024px) {
.newsList01 { margin: 0; }
.newsList01 .col { float: left; }
.newsList01.col3 .col {
  margin: 0;
  width: 100%;
  position: relative;
  clear: both;
  margin: 24px 0;
  height: auto;
}
.newsList01.col4 .col {
  margin-right: 16px;
  width: 47%;
}
.newsList01.col3 .col figure img { width: 100%; }
.newsList01.col3 .col:nth-child(3n) { margin-right: 0; }
.newsList01.col3 .col:nth-child(3n+1) { clear: both; }
.newsList01.col4 .col:nth-child(2n+1) { clear: both; }
.newsList01.col4 .col:nth-child(2n) { margin-right: 0; }
.newsList01 a { text-decoration: none; }
.newsList01 figure {
  float: none;
  margin-bottom: 0.5em;
}
.newsList01.col3 figure {
  width: 100px;
  height: auto;
  overflow: hidden;
  background-color: #27b1bb;
}
.newsList01 .inner {
  background: none;
  padding: 0;
  position: relative;
  margin-left: 0;
}
.newsList01 .inner .tit {
  margin-bottom: 8px;
  font-size: 84%;
  text-align: left;
  background: url(../common/images/ico/icon_list01_sp.png) no-repeat left 0.2em;
  padding-left: 24px;
}
.newsList01 .inner .tit a { }
.newsList01 .inner p {
  text-align: left;
  font-size: 84%;
  padding-left: 0;
  font-size: 60%;
}
.newsList01 span.date {
  color: #999;
  margin-top: 16px;
  display: block;
  font-size: 84%;
}
}
/* !MainInfo -------------------------------------------------------------- */
#maininfo { }
#maininfo dl {
  border: 1px solid #F06A83;
  margin: 30px;
}
#maininfo dl dt {
  background-color: #F06A83;
  padding: 6px;
  float: left;
  clear: both;
  width: 10em;
  color: #FFF;
  text-align: center;
}
#maininfo dl dd {
  background-color: #FFF;
  padding: 6px 26px 6px 12em;
  color: #F06A83;
  text-align: left;
}
@media screen and (max-width:1024px) {
#maininfo { }
#maininfo dl { }
#maininfo dl dt {
  background-color: #F06A83;
  padding: 6px;
  float: none;
  width: 100%;
  color: #FFF;
  text-align: center;
}
#maininfo dl dd {
  background-color: #FFF;
  padding: 6px;
  color: #F06A83;
  text-align: left;
}
}
/* !news_banner -------------------------------------------------------------- */
.news_banner {
    clear: both;
    padding: 32px;
    position: relative;
    border-top: 1px solid #ccc;
    background-color: #f7f7f7;
    width: 100%;
}
.tabiiro {
	margin:0 auto;
	margin-bottom:24px;
	max-width: 1280px;
}
.tabiiro img {
	width:100%;
	max-width:100%;
	
}
.news_banner_inner {
   display: flex;
   /* justify-content: center; */
   width: 100%;
   margin:0 auto;
   max-width: 1479px;
   min-width: 1280px;
   /* padding: 0 20px; */
   justify-content: center;
}
.news_banner_inner div {
  width: 320px;
  margin-right: 16px;
}
.news_banner_inner div img {
  width: 320px;
}

@media screen and (max-width:1024px) {
/* !news_banner -------------------------------------------------------------- */
.news_banner {}
.tabiiro {
	margin:0 auto;
	margin-bottom:16px;
	max-width: 100%;
}

.news_banner_inner {
   /* justify-content: center; */
   max-width: 100%;
   min-width: 100%;
}
.news_banner_inner div {
  width: 33.333%;
  margin-right: 12px;
}
.news_banner_inner div img {
	width:100%;
}
.news_banner_inner div:nth-child(3n) {
  margin-right: 0;
}

}