@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../osyogatsu/css/fonts/glyphicons-halflings-regular.eot');
  src: url('../../osyogatsu/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../osyogatsu/css/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../osyogatsu/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../osyogatsu/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../osyogatsu/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
main * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* html {
  -webkit-text-size-adjust: 100%;
} */
.inner1000 {
  width: 1000px;
  margin: 0 auto;
}
.font--mincho {
  font-family: "lr o¾©", "MS PMincho", "qMm¾© Pro W3", "Hiragino Mincho Pro", serif;
}
#anchorLink-wapper, .tarentList, .event-pdflink-list, .plan-list, .benefits-dtdd, .plan-image, .more-event-list, .new-event-list, .new-event-list02, .plan-roomImageList, .event-day, .event-day2{
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#anchorLink-wapper, .event-pdflink-list, .plan-list, .more-event-list, .new-event-list, .new-event-list02, .plan-roomImageList, .event-day, .event-day2{
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#events-and-fairs-list .thumCont__slide__title {
  font-weight: bold;
}
  .guest_name{
background: #ffffff;
    width: 60%;
    margin: 5px auto;
    border: solid 1px #c1ae13;
    font-weight: 500;
  }


.pcHidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pcHidden {
    display: block;
  }
}

@media screen and (max-width: 768px) {
 .spHidden {
    display: none !important;
  }
}

/* 過去のスタイル */
.text_13{
  font-size: 1.3rem;
}
.text_14{
  font-size: 1.4rem;
}
.text_15{
  font-size: 1.5rem;
}
.text_16{
  font-size: 1.6rem;
}
.text_18{
  font-size: 1.8rem;
}

.text_26{
  font-size: 2.6rem;
}
.pall10{
  padding: 1rem;
}
.pall30{
  padding: 3rem;
}
.pb20{
  padding-bottom: 2rem;
}
.mall0{
  margin: 0;
}
.mall5{
  margin: 0.5rem;
}
.mt20{
  margin-top: 2rem;
}
.mt25{
  margin-top: 2.5rem;
}
.mb5{
  margin-bottom: 0.5rem;
}
.mb20{
  margin-bottom: 2rem;
}
.taC{
  text-align: center;
}
.cmn__title__sub{
  margin: 3rem 0 1rem;
  padding-bottom: 2rem;
}

.adjust--L20{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.cmnBox--w490{
  width: 490px;
}

@media screen and (max-width: 782px) {
  .adjust--L20{
    display: block;
  }
  .cmnBox--w490{
  width: 100%;
}
}



/* 過去のスタイル */




/* モーダルウィンドウのために設定している。
このサイトのみのcss
================================ */
.logoMain{
  z-index: 500!important;
}


/* main-image
================================ */
.main-image{
  position: relative;
}
.main-btnList-wapper{
  width: 320px;
  font-size: 18px;
  line-height: 1.4;
}
.main-btnList-wapper li{
  background-color: #FF383C;
  box-shadow:0px 0px 13px -7px #111;
}
.main-btnList-wapper a{
  display: block;
  padding: 12px;
  color: #fff!important;
  background-color: rgba(193,0,41,1);
  background-image:
   linear-gradient(45deg, rgba(204,0,81,1) 25%, transparent 25%,
    transparent 75%, rgba(204,0,81,1) 75%, rgba(204,0,81,1)),
   linear-gradient(-45deg, rgba(204,0,81,1) 25%, transparent 25%,
    transparent 75%, rgba(204,0,81,1) 75%, rgba(204,0,81,1));
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  transition: 0.3s;
}
.main-image > h1 {
  margin: 0;
}
.main-image > h1 > img {
  width: 100%;
}



/* safetyInfo-list, PamphletBtn-list
================================ */
.safetyInfo-list > li,
.PamphletBtn-list >li{
  background-color: #C02630;
}
.safetyInfo-list > li p,
.PamphletBtn-list a{
  text-align: center;
  color: #fff!important;
}
.safetyInfo-list-imgBtn p{
  margin-top: 10px;
}
.safetyInfo-list > li a,
.PamphletBtn-list a{
  height: 100%;
  display: block;
  text-decoration: none;
  padding: 10px;
  transition: 0.3s;
}
.safetyInfo-list > li a:hover,
.PamphletBtn-list a:hover{
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}


/* anchorLink
================================ */
#anchorLink-wapper {
  flex-wrap: wrap;
  padding: 40px 0 20px;
  justify-content: center;
}
.article-item {
  border: 1px solid #c1ae13;
  width: 24.5%;
  height: auto;
  margin: 0 4px 5px 0;
  background-color: #fff;
  display: inline-block;
  position: relative;
}
.article-item a {
  padding: 8px 30px 8px 10px;
  display: block;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
  font-weight: bold;
}
.article-item button {
  position: absolute;
  right: 0;
  top: 10;
  background-color: transparent;
  border: 0;
}



/* view
================================ */
.view {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 450ms;
}
.view.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}



/* contents-common
================================ */
.cmnBox--w490 {
  margin-bottom: 10px !important;
}
section.h2-container {
  padding-top: 50px;
  padding-bottom: 55px;
}
h2 {
  text-align: center;
  margin-bottom: 50px;
}
h2 > img {
  width: 500px;
}
h3:not(.mainT):not(.mainT--paint), h4 {
  border-bottom: 1px solid #c1ae13;
}
div[class^="paper-wrap"] {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 14px 20px -10px inset rgba(0, 0, 0, 0.3);
}
.paper-wrap01 {
  background-image: url("../images/ny2021_bg01_pc.jpg");
}
.paper-wrap02 {
  background-image: url("../images/ny2021_bg02_pc.jpg");
}
.paper-wrap03 {
  background-image: url("../images/ny2021_bg03_pc.jpg");
}
.paper-wrap04 {
  background-image: url("../images/ny2021_bg04_pc.jpg");
}
.moreInfo-container {
  box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.3);
}
.moreInfo-btn{
  width: 490px;
  text-decoration: underline;
  position: relative;
  color: #fff !important;
  display: inline-block;
  padding: 18px;
  transition: 0.3s;
  background: #C02630;
}
.stand_out_textbox{
  width: 1000px;
  margin: 0 auto 20px;
  border: 2px solid #73161a;
}
.stand_out_text{
  background-color: #af1d24;
  padding: 15px;
  color: aliceblue;
  font-weight: bold;
}
.reserve{
  padding-bottom: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5b333+0,e9d38c+50,d5b333+100 */
  background: #EFEFEF; /* Old browsers */
  background: -webkit-linear-gradient(#cecece 0%, #fff 50%, #dbdbdb 100%);
  background: -o-linear-gradient(#cecece 0%, #fff 50%, #dbdbdb 100%);
  background: linear-gradient(#cecece 0%, #fff 50%, #dbdbdb 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#EFEFEF', GradientType=0); /* IE6-9 */
}
.reservation_method{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  background-color: #a57b2a;
  padding: 15px 0;
}
.ic01{
  width: 34px;
  height: 34px;
  margin-top: 100px;
  margin: 100px 10px;
}
.reserve-box {
  border: 1px solid #9b6f03;
  width: 490px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}
.reserve-title{
    font-weight: bold;
    color: #fff;
    background-color: #2654C0;
    padding: 2px 5px;
}
.reserve-meal .reserve-title{
    background-color: #C02626;
}
.reserve-box > hr {
  border-top: 1px solid #9b6f03;
  margin: 10px 0 0;
}
.number b {
  font-size: 30px;
  color: #4B2305;
}



/* event
================================ */
.border__lead{
  border: 1px solid #c1ae13;
}

.event-day span,
.event-day img,
.event-day2 span,
.event-day2 img{
  margin-left: 5px;
}
.event-day2 img{
    width: 22px;
    height: 22px;
}
.event-pdflink-list a {
  position: relative;
  width: 496px;
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  background: #C02630;
  padding: 10px 27px 10px 8px;
  transition: 0.3s;
}
.gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px
}
.gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px
}

.more-event-wapper{
  margin: 0 120px;
}
.more-event-acBtn{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background-color: rgba(193,0,41,1);
  background-image:
   linear-gradient(45deg, rgba(204,0,81,1) 25%, transparent 25%,
    transparent 75%, rgba(204,0,81,1) 75%, rgba(204,0,81,1)),
   linear-gradient(-45deg, rgba(204,0,81,1) 25%, transparent 25%,
    transparent 75%, rgba(204,0,81,1) 75%, rgba(204,0,81,1));
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding: 10px 27px 10px 8px;
  transition: 0.3s;
}
.more-event-acBtn:hover{
  opacity: 0.6;
  transition: 0.3s;
}
.more-event-list-wapper{
  display: none;
}
.more-event-list section{
  width: 365px;
}
.more-event-list section:nth-of-type(2n){
  margin-left: 30px;
}
.more-event-list section:nth-of-type(n+3){
  margin-top: 30px;
}
.tvLive{
  background-image: url("../images/ny2021_ic06.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left;
  margin-left: 5px;
  padding-left: 19px;
}

/* plan
================================ */
#stay hr {
  border-top: 1px solid #9b6f03;
  margin: 10px 5px;
}
.plan-list {
  margin: 10px 5px;
}
.plan-list li {
  background-color: #fff;
}
.plan-list a {
  transition: 0.3s;
}
.planlist-planName-box {
  position: relative;
  padding: 4px 8px 5px 15px;
  color: #fff;
}
.yuga-plan {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c79810+0,e8bc45+98 */
  background: #c79810; /* Old browsers */
  background: -moz-linear-gradient(left, #c79810 0%, #e8bc45 98%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c79810 0%, #e8bc45 98%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c79810 0%, #e8bc45 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c79810', endColorstr='#e8bc45', GradientType=1); /* IE6-9 */
}
/*.yuga-plan::before{
  content: url("../images/ny2021_ic01.png");
  position: absolute;
  top: 9px;
  left: 13px;
}*/
.yuga-plan::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 21px;
  right: 20px;
  height: 1px;
  width: 135px;
  opacity: 0.6;
}
.miyabi-plan {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c539e+0,5d7299+100 */
  background: #2c539e; /* Old browsers */
  background: -moz-linear-gradient(left, #2c539e 0%, #5d7299 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2c539e 0%, #5d7299 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2c539e 0%, #5d7299 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c539e', endColorstr='#5d7299', GradientType=1); /* IE6-9 */
}
/*.miyabi-plan::before{
  content: url("../images/ny2021_ic02.png");
  position: absolute;
  top: 9px;
  left: 13px;
}*/
.miyabi-plan::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 21px;
  right: 20px;
  height: 1px;
  width: 160px;
  opacity: 0.6;
}
.hatsuhuji-plan {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#49a5bf+0,49a5bf+0,75bdd1+47,93cede+99 */
  background: #49a5bf; /* Old browsers */
  background: -moz-linear-gradient(left, #49a5bf 0%, #49a5bf 0%, #75bdd1 47%, #93cede 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #49a5bf 0%, #49a5bf 0%, #75bdd1 47%, #93cede 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #49a5bf 0%, #49a5bf 0%, #75bdd1 47%, #93cede 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49a5bf', endColorstr='#93cede', GradientType=1); /* IE6-9 */
}
/*.hatsuhuji-plan::before{
  content: url("../images/ny2021_ic03.png");
  position: absolute;
  top: 9px;
  left: 13px;
}*/
.hatsuhuji-plan::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 21px;
  right: 20px;
  height: 1px;
  width: 115px;
  opacity: 0.6;
}
.hatsuhatu-plan {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5c5c+0,ff5c5c+0,fe9090+45,febbbb+100 */
  background: #ff5c5c; /* Old browsers */
  background: -moz-linear-gradient(left, #ff5c5c 0%, #ff5c5c 0%, #fe9090 45%, #febbbb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff5c5c 0%, #ff5c5c 0%, #fe9090 45%, #febbbb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff5c5c 0%, #ff5c5c 0%, #fe9090 45%, #febbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c5c', endColorstr='#febbbb', GradientType=1); /* IE6-9 */
}
/*.hatsuhatu-plan::before{
  content: url("../images/ny2021_ic04.png");
  position: absolute;
  top: 9px;
  left: 13px;
}*/
.hatsuhatu-plan::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 21px;
  right: 20px;
  height: 1px;
  width: 135px;
  opacity: 0.6;
}
#yuga h3.plan-title {
  border-bottom: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c79810+0,e8bc45+98 */
  background: #c79810; /* Old browsers */
  background: -moz-linear-gradient(left, #c79810 0%, #e8bc45 98%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c79810 0%, #e8bc45 98%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c79810 0%, #e8bc45 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c79810', endColorstr='#e8bc45', GradientType=1); /* IE6-9 */
  color: #fff;
}
.room-caption {
  border-bottom: 1px solid #9b6f03;
  max-width: 480px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  width: 250px;
  margin: auto;
  padding: 5px;
  border-radius: 2px;
  background: #C02630;
  color: #fff;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
.grad-btn::before {
  content: "特典をもっと見る"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 160px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger1 {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger1:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger1:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger1:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.grad-trigger2 {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger2:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger2:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger2:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.paper-wrap02 .inner1000 {
  position: relative;
}
.grad-wrap {
  background-color: #fff;
  padding: 10px 20px 60px;
  position: relative;
}
.benefits-dtdd dt {
  text-align: center;
  width: 15%;
  font-size: 12px;
  color: #fff;
  background-color: #9b6f03;
}
.benefits-dtdd dd {
  width: 85%;
  padding-left: 7px;
}
.benefits-dtdd:nth-of-type(n+2) {
  margin-top: 10px;
}
#miyabi h3.plan-title {
  border-bottom: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c539e+0,5d7299+100 */
  background: #2c539e; /* Old browsers */
  background: -moz-linear-gradient(left, #2c539e 0%, #5d7299 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2c539e 0%, #5d7299 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2c539e 0%, #5d7299 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c539e', endColorstr='#5d7299', GradientType=1); /* IE6-9 */
  color: #fff;
}
#hatsuhuji h3.plan-title {
  border-bottom: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#49a5bf+0,49a5bf+0,75bdd1+47,93cede+99 */
  background: #49a5bf; /* Old browsers */
  background: -moz-linear-gradient(left, #49a5bf 0%, #49a5bf 0%, #75bdd1 47%, #93cede 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #49a5bf 0%, #49a5bf 0%, #75bdd1 47%, #93cede 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #49a5bf 0%, #49a5bf 0%, #75bdd1 47%, #93cede 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49a5bf', endColorstr='#93cede', GradientType=1); /* IE6-9 */
  color: #fff;
}
#hatsuharu h3.plan-title {
  border-bottom: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5c5c+0,ff5c5c+0,fe9090+45,febbbb+100 */
  background: #ff5c5c; /* Old browsers */
  background: -moz-linear-gradient(left, #ff5c5c 0%, #ff5c5c 0%, #fe9090 45%, #febbbb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff5c5c 0%, #ff5c5c 0%, #fe9090 45%, #febbbb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff5c5c 0%, #ff5c5c 0%, #fe9090 45%, #febbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c5c', endColorstr='#febbbb', GradientType=1); /* IE6-9 */
  color: #fff;
}
#con1, #con2, #con3, #con4, #con5, #con6 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu--list {
  padding: 10px;
}
.menu--list .table th,
.menu--list .table td{
  padding: 5px 4px;
}
.anotherPlan-containor {
  border: 1px solid #9b6f03;
  padding: 15px;
}
.anotherPlan-containor h4 {
  border-bottom: 1px solid #9b6f03;
}
.gotoAfter{
  position: relative;
  font-weight: bold;
  color: #ff0000;
  line-height: 1.4;
}
.gotoAfter span{
  font-weight: normal;
}

.meal-day,
.targetPlan-h{
  display: inline-block;
  padding: 1px 8px;
  color: #fff;
  background-color: #a42323;
}

  .safetyInfo-list > li a,
  .PamphletBtn-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
     justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center; 
  }
.safetyInfo-list > li p{
  margin: 0 20px;
}






/* NewEvent
================================ */
#new-event hr {
  border-top: 1px solid #c1ae13;
  margin: 10px 0;
}
#keiokan{
  color: #fff;
  background-size: auto auto;
  background-color: rgba(224, 128, 76, 1);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 30px, rgba(73, 85, 119, 1) 30px, rgba(73, 85, 119, 1) 45px ),repeating-linear-gradient(90deg, transparent, transparent 15px, rgba(31, 138, 118, 1) 15px, rgba(31, 138, 118, 1) 45px );
}
#keiokan p{
  padding: 5px 10px;
}
.new-event-wapper,
.new-event-pickUpColum{
  margin: 0 78px;
}
.new-event-list section,
.new-event-list02 section{
  width: 365px;
}
.new-event-list section:nth-of-type(2n){
  margin-left: 54px;
}
.new-event-list02 section:nth-of-type(2n){
  margin-left: 114px;
}
.new-event-list section:nth-of-type(n+3),
.new-event-list02 section:nth-of-type(n+3){
  margin-top: 30px;
}



/*--- modals---*/
.cursorP {
  cursor: pointer;
}
.modals-content {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 502;
  width: 1000px;
}
.modals-overlay {
  z-index: 501;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modals-close {
  font-size: 14px;
  cursor: pointer;
  display: block;
  color: #FFF;
  text-align: center;
  background-color: #907a53;
  width: 40%;
  padding: 5px 30px;
  margin: 18px auto 0;
  transition: 0.3s;
}
.buttomPosition .modals-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #404040;
  text-align: right;
  width: 0;
  padding: 5px 45px;
  margin: 0 auto;
  font-size: 28px;
}



@media screen and (min-width: 768px) {
    .reserve > .inner1000,
    .safetyInfo-list{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
  .tarentList,.reserve > .inner1000,
    .safetyInfo-list{
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .safetyInfo-list > li.safetyInfo-list-imgBtn p{
    text-align: left;
    width: 70%;
  }
  .safetyInfo-list li{
    width: 320px;
  }
  .safetyInfo-list > li:nth-of-type(n+2){
    margin-left: 10px;
  }
  .main-btnList-wapper{
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
  }
  .main-btnList-wapper li:nth-of-type(n+2){
    width: 220px;
    margin-left: 40px;
    font-size: 14px;
  }
  .main-btnList-wapper li:nth-of-type(n+2){
    margin-top: 6px;
  }
  .event-pdflink-list li:nth-of-type(2n) {
    margin-left: 8px;
  }
  .event-pdflink-list li:nth-of-type(n+3) {
    margin-top: 8px;
  }
  .plan-list li:nth-of-type(n+2) {
    margin-left: 10px;
  }
  .gotoAfter::before{
    content: url("../images/ny2021_ic05_pc.png");
    position: absolute;
    top: 50%;
    left: -7px;
    margin-top: -9px;
  }

}
@media screen and (max-width: 767px) {
  .stand_out_textbox{
    width: auto;
    margin: 0 10px 20px;
  }
  .inner1000 {
    width: auto;
    margin: 0 10px;
  }
  .cmnBox--w490 {
    padding: 0 !important;
  }
  .safetyInfo-list > li{
    width: 100%;
  }
  .safetyInfo-list > li:nth-of-type(n+2){
    margin-top: 10px;
  }
  .safetyInfo-list > li img{
    width: 30%;
  }
  .safetyInfo-list > li p{
    font-size: 15px;
    margin: 10px 20px;
  }
  .main-btnList-wapper{
    padding-top: 10px 3px;
/*    width: 100%;*/
  }
  .safetyInfo-list-imgBtn p{
    width: 70%;
  }
  .safetyInfo-list > li:nth-last-child(1) > a > p{
    margin: 3px;
  }
  .event-day img{
    width: 26px!important;
    height: 26px!important;
  }
  .event-day2 img{
    width: 18px!important;
    height: 18px!important;
  }
   .main-btnList-wapper{
    letter-spacing: 1px;
    font-size: 14px;
    position: absolute;
    bottom: -3%;
    right: 2%;
    width: auto;
  }
  .text-combine {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
  }
  .main-image > .main-btnList-wapper li:nth-of-type(n+2){
    margin-right: 6px;
  }
  .main-image > .main-btnList-wapper a{
    padding: 8px 10px;
  }
  section.h2-container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  h2 {
    margin-bottom: 30px;
  }
  h2 > img, .tarentList img, .plan-list > li img {
    width: 100%;
  }
  .reservation_method{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .reserve-box{
      width: 100%;
    }
    .reserve > .inner1000 > .reserve-box:nth-of-type(2){
        margin-top: 10px;
    }
  .ic01{
    display: block;
    margin: 14px auto;
    transform: rotate(90deg);
  }
  #anchorLink-wapper {
    padding: 15px 0 0;
  }
  #anchorLink-wapper > .article-item {
    width: calc(50% - 4px);
  }
  .paper-wrap01 {
    background-image: url("../images/ny2021_bg01_sp.jpg");
  }
  .paper-wrap02 {
    background-image: url("../images/ny2021_bg02_sp.jpg");
  }
  .paper-wrap03 {
    background-image: url("../images/ny2021_bg03_sp.jpg");
  }
  .paper-wrap04 {
    background-image: url("../images/ny2021_bg04_sp.jpg");
  }
  
  .more-event-wapper,
  .new-event-wapper,
  .new-event-pickUpColum{
    margin: 0;
  }
  .more-event-list img,
  .new-event-list img,
  .new-event-list02 img{
    width: 100%;
  }
  .more-event-list section,
  .new-event-list section,
  .new-event-list02 section{
    width: calc(50% - 5px);
  }
  .more-event-list section:nth-of-type(2n),
  .new-event-list section:nth-of-type(2n),
  .new-event-list02 section:nth-of-type(2n){
    margin-left: 10px;
  }
  .more-event-list section:nth-of-type(n+3),
  .new-event-list section:nth-of-type(n+3),
  .new-event-list02 section:nth-of-type(n+3){
    margin-top: 10px;
  }

  
  
  .event-pdflink-list li, .event-pdflink-list a {
    width: 100%;
  }
  .event-pdflink-list li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .tarentList {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .tarentList > li {
    width: 30%;
  }
    .guest_name{
    width: 97%;
  }
  
  #stay hr {
    margin: 10px 5px;
  }
  .plan-list {
    margin: 0;
  }
  .plan-list > li {
    width: calc(50% - 4px);
  }
  .plan-list > li:nth-of-type(2n) {
    margin-left: 8px;
  }
  .plan-list > li:nth-of-type(n+3) {
    margin-top: 8px;
  }
  .yuga-plan::after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 20px;
    right: 15px;
    height: 1px;
    width: 85px;
    opacity: 0.6;
  }
  .miyabi-plan::after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 20px;
    right: 15px;
    height: 1px;
    width: 105px;
    opacity: 0.6;
  }
  .hatsuhuji-plan::after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 20px;
    right: 15px;
    height: 1px;
    width: 65px;
    opacity: 0.6;
  }
  .hatsuhatu-plan::after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 20px;
    right: 15px;
    height: 1px;
    width: 85px;
    opacity: 0.6;
  }
  #hatsuhuji h3.plan-title small {
    font-size: 65%;
  }
  dl img {
    width: 100%;
  }
  .gotoAfter::before{
    content: url("../images/ny2021_ic05_sp.png");
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -6px;
  }

  /*modals---------------------------------*/
  .modals-content {
    width: 100%;
  }
}




.plan-roomImageList li{
  margin: 0 0 0 14px;
  width: 324px;
}

.plan-roomImageList .roomImage{
  overflow: hidden;
}
.plan-roomImageList a{
  display: block;
  color: #222;
  transition: 0.3s;
}
.plan-roomImageList a img{
  transition: 0.3s;
}
.plan-roomImageList a p.room-caption{
  transition: 0.3s;
}
.plan-roomImageList a:hover{
  text-decoration: none;
}
.plan-roomImageList a:hover img{
  transform: scale(1.08);
  transition: 0.3s;
}
.plan-roomImageList a:hover p.room-caption{
  opacity: 0.6;
  transition: 0.3s;
}



@media screen and (min-width: 768px) {
  .plan-roomImageList li:nth-of-type(3n+1){
    margin-left: 0;
  }
  .plan-roomImageList li:nth-of-type(n+4){
    margin-top: 26px;
  }
}




@media screen and (max-width: 767px) {
  .plan-roomImageList li{
    margin: 0;
    width: calc(50% - 5px);
  }
  .plan-roomImageList li:nth-of-type(2n){
    margin-left: 10px;
  }
  .plan-roomImageList li:nth-of-type(n+3){
    margin-top: 16px;
  }
}





/*--- qa ---*/
#qa div {
  padding-top: 10px;
  margin: 30px 0;
}
#qa p span {
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#qa ul {
  margin: 10px 0;
}
#qa ul li {
  margin-left: 1em;
  text-indent: -1em;
  list-style: none;
}
#qa ul li:before {
  content: "・";
}
.button02 {
  text-align: center;
  border: 1px solid #9b6f03;
  transition: 0.5s;
  color: #9b6f03;
}



/*hover
---------------------------------*/
article a:hover {
  text-decoration: none;
  background-color: #c1ae13;
  color: #fff;
  transition: 0.3s;
}
article a button{
  transition: 0.3s;
}
article a:hover button{
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.moreInfo-btn:hover {
  text-decoration: none;
  background-color: #D14C4C;
  transition: 0.3s;
	color: white;
}
.plan-list a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}
.modals-open:hover, .button02:hover {
  text-decoration: none;
}
.button02:hover {
  background-color: #9b6f03;
  transition: 0.5s;
  color: #fff;
}
.modals-close:hover {
  background-color: #AE9973;
  transition: 0.3s;
}
.main-btnList-wapper a:hover{
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.6;
}
.cursorP:hover{
  text-decoration: none;
}


.main-btnList-wapper > ul::after{
content: "";
display: block;
clear: both;
}

.sold{
	background-color: #f4f4f4;
}
.sold span{
	color:#AC090C;
	border:1px solid #ac090c;
	padding: 2px 7px;
}


/***********gvページ*****************/
#gv p{
  line-height: 1.6;
}
#gv .paper-wrap02{
  padding: 50px 0 100px;
}
#gv h1{
  text-align: center;
  font-size: 40px;
  margin: 60px 0 20px;
}
#gv .period{
  background-color: #9b0505;
  color: white;
  width: 300px;
  padding: 6px 0;
  font-size: 18px;
  margin: 0 auto 40px;
  font-weight: bold;
}
#gv .menu{
  margin-bottom: 80px;
}
#gv .menu h2{
  font-size: 36px;
  margin-bottom: 50px;
}
#gv h3{
  font-size: 26px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#gv .drink h2{
  font-size: 36px;
  margin-bottom: 40px;
}
#gv .drink h3{
  font-size: 24px;
  padding: 4px 0;
  margin-bottom: 20px;
}
#gv .drink ul{
  background: #fbf6eca8;
	padding: 20px;
  border: 2px solid #c6ac0b;
}
#gv .drink ul li{
  margin-bottom: 20px;
}
#gv .drink ul li .name{
  font-size: 18px;
  font-weight: bold;
}

/*tabの形状*/
#gv .tab{
	display: flex;
	flex-wrap: wrap;
}
#gv .tab li a{
	display: block;
	background:#ddd;
	margin: 0 10px 0 0;
	padding:10px 20px;
  font-size: 24px;
  color: #fff;
  background-color: #91874b;
  text-decoration: none;
}
/*liにactiveクラスがついた時の形状*/
#gv .tab li.active a{
	background:#c6ac0b;
  border: 1px solid #c1ae13;
  border-bottom: none;
  text-decoration: none;
}


/*エリアの表示非表示と形状*/
#gv .area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fbf6eca8;
	padding: 20px;
  border: 2px solid #c6ac0b;
}

/*areaにis-activeというクラスがついた時の形状*/
#gv .area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
  
#gv .paper-wrap02{
  padding: 20px 0 50px;
}
#gv h1{
  font-size: 30px;
  margin: 30px 0 20px;
}
#gv .period{
  margin: 0 auto 30px;
}
#gv .menu h2{
  margin-bottom: 20px;
}
#gv .tab li a{
  margin: 0 9px 0 0;
  padding: 6px 10px;
  font-size: 20px;
}
#gv .area{
  padding: 10px;
}
#gv h3{
  margin-bottom: 10px;
  padding: 6px 0;
  font-size: 22px;
}
#gv .drink ul li .name{
  font-size: 16px;
}
#gv .drink h3{
  font-size: 22px;
  padding: 4px 0;
  margin-bottom: 10px;
}
#gv .menu {
  margin-bottom: 50px;
}
#gv .drink h2{
  margin-bottom: 20px;
}
  
}

