/* all */
body {
  line-height: 1.8;
  color: #333;
  font-family: "Shippori Mincho B1", serif;
}
svg {
  vertical-align: bottom;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.br-sp {
  display: none;
}
.br-pc {
  display: block;
}
.bold {
  font-weight: bold;
}
.tac {
  text-align: center !important;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.w100p {
  width: 100%;
}
.mgt0 {
  margin-top: 0 !important;
}
.mgt4 {
  margin-top: 4px !important;
}
.mgt8 {
  margin-top: 8px !important;
}
.mgt12 {
  margin-top: 12px !important;
}
.mgt16 {
  margin-top: 16px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgt40 {
  margin-top: 40px !important;
}
.mgb40 {
  margin-bottom: 40px !important;
}
.pd0 {
  padding: 0px !important;
}
.pdt20 { padding-top: 20px!important; }
.fs0 {
  font-size: 0;
}
.fs12 {
  font-size: 12px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs24 {
  font-size: 24px !important;
}
.cap {
  margin-top: 8px;
  font-size: 13px;
}
.txt-ind {
  text-indent: -1em;
    padding-left: 1em;
}
.txt-ind2 {
    text-indent: -3em;
    padding-left: 3em;
}
a img:hover {
  opacity: 0.8;
}
.box-bd {
  border: 1px #ccc solid;
  padding: 2em;
}
.box-btn {
  display: flex;
  justify-content: space-around;
}
.btn {
  display: block;
    margin: 30px auto 0;
    width: auto;
  padding: 16px 12px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: 1px #818181 solid;
}
.btn:hover {
  color: #333;
  opacity: 0.8;
  text-decoration: none;
}
.btn-txt {
    display: block;
    margin: 30px 0 0 0;
    background: #0095a6;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff!important;
    text-align: center;
    text-decoration: none;
  line-height: 1.5;
    cursor: pointer;
  }
  .btn-txt:hover {
    color: #fff!important;
    opacity: 0.8;
    text-decoration: none;
  }

.box-list { margin-top: 24px; }
.box-list2 { margin-top: 8px; padding-left: 16px; }
.box-list li {
  margin-top: 8px;
  text-indent: -16px;
  padding-left: 16px;
}
.bg-gry { background: #f9f9f9; }
.txt-red { color: #e83436; }


@media only screen and (max-width: 1000px) {
  /* sp-all */
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .br-sp {
    display: block !important;
  }
  .br-pc {
    display: none !important;
  }
  .box-btn {
  display: block;
  }
  .btn, .btn2, .btn3 {
    width: 100%;
  }
  .btn-grn {
    width: 100%;
  }
  .youtube {
    min-width: 320px;
    min-height: 220px;
  }
}


.wrapper {
  background-size: 100%;
  padding-bottom: 0;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9990;
}
.box-head-logo {
  /*border-bottom: 1px #b59b5e solid;*/
  margin: 0 auto;
  text-align: center;
  padding: 16px 0 10px;
  /*background: #fff;*/
  background: rgba(255,255,255,0.9);
}
.head-logo {
  width: 320px;
  display: block;
  /*margin: 36px auto 50px;*/
  margin: 0 auto;
}
.head-logo-txt {
  text-align: center;
  text-decoration: none;
  color: #b59b5e;
}

/* gnav */
.box-gnav {
  margin: 0 auto;
  border-bottom: 1px #e6e6e6 solid;
  /*background: #2c364d;*/
  background: rgba(44,54,77,0.9);
  padding: 6px 0;
}
.gnav {
  width: 1126px;
  margin: 0 auto 0;
  display: flex;
  /*background: #fff;*/
  position: sticky;
  top: 0;
  z-index: 9900;
}
.gnav .on span {
  display: block;
	width: 4px;
  height: 4px;
	border: 5px solid #b59b5e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -5px;
}
.gnav li {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  /*padding-bottom: 12px;*/
  text-align: center;
}
/*.gnav li:first-child {
  background: none;
}*/
.gnav li a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.bdl { border-left: 1px #b59b5e solid; }
.gnav li a:hover {
  opacity: 0.8;
}

/*  */
.box-content {
  width: 1126px;
  margin: 0 auto;
  padding: 0 0 20px;
}

/* title */
.ttl-l {
  color: #b59b5e;
  font-size: 36px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  letter-spacing: 0.08em;
  font-family: 'Marcellus', serif;
  line-height: 1;
}
.ttl-cap {
  color: #333;
  font-size: 16px;
  display: block;
  margin-top: 0.3em;
  /*font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;*/
}
.ttl-m {
  color: #4f8289;
  font-size: 24px;
  text-align: center;
  padding-top: 60px;
}
.ttl-s {
  color: #4f8289;
  font-size: 20px;
  text-align: left;
  padding-top: 40px;
}
.ttl-bb {
  font-size: 24px;
  margin-bottom: 50px;
  padding-bottom: 8px;
  color: #1e2e52;
  border-bottom: 1px #1e2e52 solid;
  line-height: 1.5;
}

.ttl-copy {
  text-align: center;
}

.box-flex {
  display: flex;
  justify-content: space-between;
}
.box-l { width: 48%; }
.box-r { width: 46%; }
.box-r img { width: 100%; }

 /* news */
.box-news {
  width: 900px;
  margin: 40px auto 0px;
}
.box-news li {
  border-bottom: 1px #ccc dotted;
  padding: 10px 0;
}
.box-news li:last-child { border-bottom: none; }
.box-news a {
  text-decoration: none;
  line-height: 1.5;
}
.ymd {
  font-size: 12px;
  color: #666;
  display: block;
}

/* RESERVATION */
.box-reservation {
  background: #f9f7f1;
  padding: 4em 0;
}
.txt-mt-reservation {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}
.box-reservation .txt-l { font-size: 32px; }
.reservation-content {
  display: flex;
  justify-content: space-around;
  width: 900px;
  margin: 0 auto
}
.reservation-content h3 { font-size: 12px; }
.checkin { display: flex; }
.checkin li { list-style: none; }
.reservation-content select {
  height: 38px;
  width: 100%;
  line-height: 38px;
  padding: 0 1em;
  margin-top: 5px;
}
.reservation-content label {
  font-size: 14px;
}
.box-btn-search {
  width: 900px;
  margin: 0 auto;
}
.rsvbtn:hover { opacity: 0.8; }

/* covid */
.box-covid {
  background: url("../../img/top/bg_covid.jpg") top center no-repeat;
  padding: 60px 0 40px;
}
.btn-covid {
  width: 600px;
}
.covid-flex {
  display: flex;
  justify-content: center;
}
.p2 { margin: 0 5px; }

/* concept */
.box-concept {
  background: url("/shinyokohamakokusai/img/top/bg_concept.jpg") center center no-repeat;
  height: 620px;
  padding: 60px 0;
  overflow: hidden;
  display: flex;
}
.concept-inner {
  align-items: center;
  background: rgba(255,255,255,0.9);
  width: 600px;
  height: 340px;
  margin: 80px auto 0;
  border-radius: 10px;
  padding: 40px 0 80px;
}
.concept-txt1 {
  font-size: 26px;
  margin-top: 20px;
  text-align: center;
  line-height: 2;
}
.concept-txt2 {
  font-size: 26px;
  margin-top: 12px;
  text-align: center;
  line-height: 2;
}

.box-gld {
  background: #f9f7f1;
  padding: 30px 0 10px ;
}
.box-wagara {
  background: url("../img/bg_wagara.png") top left repeat;
  background-size: 250px auto;
  padding: 30px 0 10px ;
}
.box-wht {
  background: #fff;
  padding: 80px;
  border-radius: 40px;
}

.header-logo { text-align: left; padding: 1rem; }
.header-logo img { height: 80px; }

/* benefits */
.box-top-benefits {
  background: url("/shinyokohamakokusai/common/img/bg_benefits.png") top left repeat;
  padding: 50px 0;
}
.top-benefits-bg {
  width: 1126px;
  background: #fff;
  margin: 0 auto;
}
.top-benefits-bgimg{
  background-image: url("/shinyokohamakokusai/common/img/bg_benefits_logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 760px;
  background-color: rgba(255,255,255,0.3);
  padding: 10px;
}
.top-benefits-inner {
  border: 1px #b59b5e solid;
  padding: 80px 0;
}
.benefits-txtbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits-txtbox img { width: 100%; }
.benefits-l, .benefits-r {
  width: 62px;
  text-align: center;
  font-size: 0;
}
.benefits-txtbox .txt01 {
  display: block;
  font-size: 32px;
  color: #c00;
  letter-spacing: 0.08em;
}
.benefits-txtbox .txt02 {
  display: block;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.benefits-txtbox .txt02-s { font-size: 16px; }
.top-benefits-inner .btn-benefits {
  display: block;
  color: #fff;
  background: #c00;
  margin: 20px auto 0;
  text-align: center;
  cursor: pointer;
  width: 320px;
  text-decoration: none;
  border-radius: 23px;
  height: 46px;
  line-height: 46px;
}
.top-benefits-inner .btn-benefits:hover { opacity: 0.8; }





/* footer */
.box-footer1 {
  /*margin-top: 60px;*/
  background: #f6f6f6;
}
.box-footer1-inner {
  width: 1086px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  line-height: 1.8;
}
.box-footer1-inner ul { width: 33%; }

.box-footer2 {
  background: #1e2e52;
}
.box-footer2-inner {
  width: 1086px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  line-height: 1.8;
  color: #fff;
}
.box-footer2-inner div { width: 36%; }
.box-footer2-inner img { width: 330px; }
.box-footer2-inner a { color: #fff; }

.box-footer3 {
  background: #0f1729;
}
.box-footer3-inner {
  width: 1086px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
.box-footer3-inner a { color: #fff; }

.box-footer4 {
  font-size: 14px;
  padding: 20px 0;
}

.foot-logo img {
  width: 330px;
}
.foot-logo-txt {
  font-size: 10px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1;
}


/*---------- 2nd ----------*/



/* benefits */
.benefits-txtbox2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.benefits-txtbox2 img { width: 100%; }
.benefits-l, .benefits-r {
  width: 62px;
  text-align: center;
  font-size: 0;
}
.benefits-txtbox2 .txt01 {
  display: block;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.benefits-inner {
  display: flex;
  justify-content: space-between;
  border-top: 1px #1e2e52 solid;
  padding-top: 24px;
  margin-top: 80px;
}
.benefits-inner dt {
  padding-left: 96px;
  width: 380px;
  box-sizing: border-box;
  font-size: 24px;
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.tokuten {
  position: absolute;
  top: -35px;
  left: 10px;
}
.tokuten img { width: 73px; }
.benefits-inner dd {
  width: 710px;
  line-height: 1.8;
}
.box-bf-ttl {
  font-size: 24px;
  text-align: center;
  color: #1e2e52;
  margin-bottom: 40px;
}
.box-bf-txt { margin-top: 40px; }



/* faq */
.box-faq {}
.box-faq dl {
  width: 100%;
}
.box-faq dt {
  font-weight: bold;
  font-size: 18px;
  padding-left: 40px;
  background: url("../img/icon_q.png") top left no-repeat;
  background-size: 32px;
  line-height: 1.5;
  min-height: 32px;
}
.box-faq dd {
  margin: 16px 0 40px;
  padding-bottom: 2em;
  border-bottom: 1px #ccc solid;
  padding-left: 40px;
  background: url("../img/icon_a.png") top left no-repeat;
  background-size: 32px;
}
.cancel-img { width: 460px; }





@media only screen and (max-width: 1000px) {
  .wrapper {
    padding-bottom: 0;
  }
  .box-head-logo {
  border-bottom: none;
    margin: 16px auto 0;
}
  .head-logo {
  width: 240px;
  display: block;
  margin: 4px auto 0;
}
  .box-gnav {
    display: none;
  }
  .box-content {
    width: 100%;
    padding: 0 1.1em 20px;
    box-sizing: border-box;
  }
  .ttl-l {
  font-size: 28px;
  text-align: center;
  padding-bottom: 20px;
}
.ttl-cap { font-size: 14px; }
.ttl-m { font-size: 20px; }
.ttl-bb {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  color: #1e2e52;
  border-bottom: 1px #1e2e52 solid;
  line-height: 1.5;
}
.ttl-copy {
  text-align: left;
}
  
.box-flex { display: block; }
.box-l { width: 100%; }
.box-r { width: 100%; margin-top: 1rem; }

/* benefits */
.box-top-benefits {
  background: url("/shinyokohamakokusai/common/img/bg_benefits.png") top left repeat;
  padding: 40px 0 40px;
}
.top-benefits-bg {
  width: calc(100% - 2em);
  margin: 0 auto;
}
.top-benefits-bgimg{
  background-size: 300px;
}
.top-benefits-inner {
  padding: 30px 0;
}
.benefits-txtbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits-txtbox img { width: 50%; }
.benefits-l, .benefits-r { width: 50px; }
.benefits-txtbox .txt01 {
  font-size: 20px;
  letter-spacing: 0.03em;
}
.benefits-txtbox .txt02 {
  font-size: 18px;
}
.benefits-txtbox .txt02-s { font-size: 16px; }
.top-benefits-inner .btn-benefits {
  margin: 20px auto 0;
  width: 280px;
  border-radius: 23px;
  height: 46px;
  line-height: 46px;
}


/* footer */
.box-footer4 {
  font-size: 14px;
  padding: 20px 0;
}

.foot-logo img {
  width: 280px;
}
.foot-logo-txt {
  font-size: 10px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1;
}

/* SP-2nd */
.box-gld {
  background: #f9f7f1;
  padding: 30px 0 10px ;
}
.box-wagara {
  background: url("../img/bg_wagara.png") top left repeat;
  padding: 30px 0 10px ;
}
.box-wht {
  background: #fff;
  padding: 20px 20px 20px;
  border-radius: 20px;
}

  
/* benefits */
.benefits-txtbox2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.benefits-txtbox2 img { width: 50%; }
.benefits-l, .benefits-r {
  width: 50px;
  text-align: center;
  font-size: 0;
}
.benefits-txtbox2 .txt01 {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
}
.benefits-inner {
  display: block;
  padding-top: 10px;
  margin-top: 60px;
}
.benefits-inner dt {
  padding-left: 84px;
  width: 100%;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.tokuten {
  position: absolute;
  top: -19px;
  left: 10px;
}
.tokuten img { width: 60px; }
.benefits-inner dd {
  width: 100%;
  margin-top: 18px;
}
.box-bf-ttl {
  font-size: 20px;
  margin-bottom: 20px;
}


/* faq */
.cancel-img { width: 100%; }
  
}


