@charset "utf-8";
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
* {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#case-box .d-flex:not(.flex-column) > * {
  min-width: 0;
}
#case-box .d-flex.flex-column > * {
  max-width: 100%;
}
#case-box > .d-flex{
	align-items:center;
max-width: 1500px;
  margin: 0 auto 5rem auto;
}
#hotel_main {
  overflow: hidden;
}
#hotel_main .backimg {
  width: 100%;
  background: #191919 url("/wp-content/uploads/2020/01/hotel-image02_2.jpg") no-repeat center center;
  height: 580px;
  position: relative;
}
.backimg .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 1px 2px 1px #373737;
}
#page-top {
  z-index: 999;
}
img {
  flex-shrink: 0;
}
#hotel_main small {
  line-height: 1.5 !important;
  display: block;
  margin-top: 2%;
}
#hotel_main h1 {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1.5;
}
#hotel_main h2 {
  font-size: 2.2rem;
  margin: 1rem auto 2rem auto;
  line-height: 1.5;
  justify-content: center;
}
#hotel_main h3 {
  margin-bottom: 2%;
  font-size: 2.5rem;
  display: inline-block;
	text-align: center;
	width: 100%;
}
#hotel_main h4 {
  margin-top: 2em;
  font-size: 2rem;
  display: inline-block;
}
#hotel_main h5 {
  font-size: 1.4rem;
}
#hotel_main h5 span {
  border-bottom: 1px solid #333;
  margin: 1rem 0 0.5rem 0;
  display: inline-block;
  padding-bottom: 0.2rem;
}
#hotel_main h6 {
  font-size: 1.2rem;
  margin-top: 0.5em;
  line-height: 1.5;
}
#hotel_main .text {
  margin: 2rem auto;
}
#hotel_main .sentence {
  display: inline-block;
  vertical-align: middle;
}
#hotel_main hr {
  border-bottom: 1px solid #000;
  width: 30px;
}
#hotel_main a.btn {
  background: #BF0000;
  color: #FFF;
  text-align: center;
  display: block;
  width: 250px;
  padding: 1%;
  margin-top: 5%;
}
#hotel_main a.btn:visited {
  color: #fff;
}
#hotel_main a.btn:hover {
  background: #960002;
}
.vertical {
  padding-right: 4%;
  text-align: initial;
  height: 500px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2em;
}
#hotel_main .checkbox {
  background-color: #ebe9dd;
  text-align: center;
  padding-bottom: 5rem;
}
#hotel_main .checkbox .row img {
  max-width: 880px;
  max-height: 490px;
  display: block;
}
#hotel_main .icon {
  width: 35px;
  text-align: center;
  margin: 3.5% 0 0.1% 0;
}
#hotel_main .effect img {
  width: 140px;
}
#hotel_main .effect p {
  text-align: left;
}
#hotel_main .icon_box h6 {
  font-size: 0.9em;
  margin-top: 5%;
  text-align: center;
}
#hotel_main .icon_box li img {
  text-align: center;
  margin: 2% 0 1% 0;
  Border-radius: 50%;
  border: 3px solid #dcdcdc;
}
#hotel_main .grey {
  background: #575757;
  padding: 2.5% 3%;
  color: #fff;
  max-width: 600px;
}
#hotel_main .check_item {
  padding: 0 10%;
  margin-bottom: 2vh;
}
.check_item a{
	margin-top: 1rem;
}
.example_titel {
  font-size: 1.5rem !important;
  line-height: 160%;
  color: #111;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 35px;
}
.example_titel::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #b8975b;
}
.example_titel::after {
  height: 2px;
  width: 54px;
  bottom: 0;
  left: 0;
}
.campaign  {
  border: 1px solid #000;
  padding: 2%;
	max-width: 1200px;
  margin: 5% auto;
}
.campaign .d-flex.container{
	justify-content: center;
}

.vb-icon {
  flex-shrink: 0;
}
.item a {
  display: block;
  text-align: right;
  margin-bottom: 2%;
}
.item p {
  width: 100%;
}
.case_example .text li{
  text-indent: -0.5em;
  padding-left: 0.5em;
	line-height: 1.8;
}
.f-item strong {
  font-size: 1.5rem;
}
.icon_box li:first-child {
  width: 200px;
  max-width: 100%;
}
.icon_box.d-flex {
  align-items: center;
}
/* 固定 */
.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
/*  ページ内リンク位置修正 
.checkbox,.text-center {
  padding-top: 50px;
  margin-top: -50px;
}*/
.card-text {
  line-height: 1.5;
}
#link02 {
  margin-top: 5%;
}

/********************フェードイン********************/
.css-fade1 {
  animation-name: fade-in1;
  animation-duration: 4s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********************ナビゲーション********************/
#hotel_main nav {
  background-color: #000;
}
#hotel_main nav ul {
  margin-bottom: 0;
}
#hotel_main nav ul li {
  padding: 15px 0;
}
#hotel_main nav ul li a {
  color: #fff;
}
#hotel_main nav ul li a:visited {
  color: #fff !important;
}
#vbbox.d-flex figure, .campaign.d-flex figure {
  width: 150px;
  padding: 10%;
  margin: 0;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 1s ease-in-out;
  background-repeat: no-repeat;
  z-index: 2;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  text-align: center;
}
#vbbox.d-flex a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #221C7E;
}
.campaign .d-flex a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background-color: #000;
  margin-top: 10%;
	width: 100%;
}
#vbbox.d-flex a:hover {
  background-color: #332AC0;
  color: #fff;
}
.campaign.d-flex a:hover {
  background-color: #323232;
  color: #fff;
}
.campaign.d-flex a:visited {
  color: #fff !important;
}
#vbbox.d-flex a p, .campaign.d-flex a p {
  position: absolute;
  opacity: 0;
  font-size: 20px;
  top: 45%;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
}
/* lightbox */
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index: 999;
}
.lightbox-target .lightbox-container {
  margin: auto;
  position: absolute;
  top: 50vh;
  left: 50vw;
  background-color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  transition: 0.5s ease-in-out;
  text-align: left;
  transform: translate3d(-50%, -50%, 0);
}
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding-top: 5px;
  text-align: center;
  opacity: 0.6;
  font-size: 1.5em;
}
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox-target:target img {
  height: 400px;
  vertical-align: top;
}
.blackbox p {
  margin: 0;
  padding: 0 0.5rem;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.5em;
}
.back_relative {
  position: relative;
  z-index: 1;
}
.case02, .case04, .case06 {
  z-index: 999;
  position: relative;
}
#hotel_main .plus {
  font-size: 3rem;
  margin-top: 1rem;
  padding: 0 0.5rem;
  color: #363636;
}
.or {
  font-size: 2.5rem;
  margin-top: 1rem;
  padding: 0 1rem;
  color: #363636;
  white-space: nowrap;
}
.icon_box li {
  max-width: 120px;
}
.check_item .grey a {
  text-align: right;
  display: block;
  color: #fff !important;
}
#hotel_main .toggle li:first-child {
  width: 100%;
}
.toggle li.cosme::before {
content: "VB-COSME-";
  background-color: #ff9b90;
  padding: 5px 10px;
  border-radius: 6px;
  z-index: 999;
  position: absolute;
  font-size: 0.8rem;
  color: #fff;
  top: 10px;
  left: 20px;
}
/* IE用 */
@media all and (-ms-high-contrast: none) {
  .blackbox {
    right: 40%;
  }
}
/* edge用 */
@supports (-ms-ime-align: auto) {
  .vertical {
    letter-spacing: 2px;
  }
  #hotel_main .checkbox .row img {
    margin-left: 4%;
  }
}
/********************PC用設定*********************/
@media screen and (min-width:1025px) {
  .pc {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  #hotel_main .check_item img {
    padding-right: 5rem;
    min-width: 500px;
  }
  #hotel_main .caseimg_box {
    width: 50%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
	  height: 75vh;
  }
  #hotel_main .case_example {
margin-left: 3vw;
    width: 50%;
    min-width: 600px !important;
  }
#hotel_main .case_example:nth-child(2n+1) {
	margin-left: 0;
  margin-right: 3vw;
}
  #vbbox {
    align-items: end;
    margin: 3rem auto;
	  max-width: 980px;
  }
  #vbbox .vb-icon {
    flex-basis: 20%;
    max-width: 222px !important;
	  margin-right: 3rem;
  }
  #vbbox .f-item {
    flex-basis: 58%;
    padding: 0 5% 0 0;
    margin: 0;
  }
  #hotel_main .item h5 {
    font-size: 1.4rem;
    border-bottom: 1px solid #999;
    padding: 1%;
  }
  .blackbox {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #fff;
    background: #000;
    border: solid 1px #fff;
    box-shadow: 0px 0px 0px 10px #000;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    top: 45%;
    transform: translateY(-50%);
  }
  .back_relative::after {
height: 630px;
    background-color: #f9f7f0;
    background-size: 1000px 1000px;
    top: 37px;
    left: 26%;
    content: "";
    position: absolute;
    width: 1138px;
    z-index: -1;
  }
  #vbbox .lightbox {
    flex-basis: 20%;
  }
  #hotel_main .caseimg {
    width: 100%;
    object-fit: cover;
  }
  #hotel_main hr {
    margin-bottom: 3em;
  }
/*	.accordion label{
		padding: 0;
	}*/
	#case-box {
  margin: 5%;
}
	.campaign_text {
  margin-right: 5%;
}
	#hotel_main .backimg {
 	background-attachment: fixed;
}
	#hotel_main .text.container {
  text-align: center;
}
  /********************見出しデザイン********************/
  .item_head_wrap {
    box-sizing: border-box;
    font-weight: normal;
  }
  .item_head_wrap label {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 1.4em;
    width: 100%;
  }
  .item_head_wrap label::after {
    content: '';
    display: block;
    background: #212529;
    width: 100%;
    height: 1px;
    margin-left: 20px;
  }
  /********************見出しデザイン********************/
  h4.head-center {
    position: relative;
    display: inline-block;
    padding: 0 200px;
  }
  h4.head-center:before, h4.head-center:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 190px;
    height: 1px;
    background-color: black;
  }
  h4.head-center:before {
    left: 0;
  }
  h4.head-center:after {
    right: 0;
  }
  /* ページ内リンク位置修正 
.container {
  padding-top: 72px;
  margin-top: -72px;
}*/
  .line {
    margin-top: -60px;
  }
  .campaign .campaign_img {
    max-width: 67% !important;
  }
	.row {
		max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
	}
}
/********************レスポンシブ設定*********************/
@media screen and (max-width:1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
  .width90 {
    width: 90%;
  }
  .d-flex {
    flex-wrap: wrap;
  }
	.icon_box.d-flex {
  flex-wrap: inherit;
}
  #hotel_main .col {
    padding: 3% !important;
  }
  #hotel_main h1 {
    font-size: 2.5rem;
  }
  #hotel_main h3 {
    margin-bottom: 3rem;
  }
  .sentence {
    margin-bottom: 2rem;
  }
  #hotel_main .grey {
    padding: 1% 10%;
  }
  .case_example {
    padding: 0 5%;
  }
  #hotel_main nav ul {
    flex-wrap: wrap;
    align-content: space-around;
  }
  #hotel_main nav ul .arrow::before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .vb-icon {
    margin: 0 auto;
    width: 40%;
  }
	.f-item strong {
    text-align: center;
}
  /* safari用 */
  #vbbox {
   align-items: center;
    margin: 1rem auto;
    padding: 10%;
  }
  #vbbox.d-flex a {
    margin: 0 auto;
  }
  #hotel_main .grey {
    margin: 0 auto 10% auto;
  }
  /*.example_titel::after {
    bottom: -1rem;
    left: 1rem;
  }*/
  .blackbox {
    padding: 0.2em 0.5em;
    margin: 2em auto 0 auto;
    color: #fff;
    background: #000;
    border: solid 1px #fff;
    box-shadow: 0px 0px 0px 10px #000;
    width: 80%;
    height: 50px;
    max-height: 200px;
    transform: translateY(-50%);
  }
  .blackbox p {
    font-size: 1.2em;
  }
  #hotel_main .check_item {
    padding: 0 5%;
  }
/*	.case01 .caseimg_box{
		background: url("/wp-content/uploads/2020/01/restaurant_img.jpg");
		width: 100%;
  background-size: cover;
	}*/
  .case02.d-flex, .case04.d-flex, .case06.d-flex {
    flex-direction: column-reverse;
  }
  .case01, .case02, .case03, .case04, .case05, .case06 {
    margin-bottom: 15%;
  }
  .lightbox-container, .campaign {
    width: 95%;
  }
  .campaign_text {
    width: 100%;
    text-align: center;
	  margin-bottom: 1rem;
  }
  #campaign_box h3, #campaign_box h5 {
    margin-bottom: 5%;
  }
  #campaign_box .lightbox {
    margin: 0 auto;
    display: inline-block;
  }
  .title {
    font-size: 1.4em;
    width: 100%;
  }
/*  .toggle {
    height: 0;
    padding: 0 8px;
    transition: .2s;
    width: 95%;
    margin: 0 auto;
  }*/
  input:checked + .toggle {
    height: auto;
    padding: 8px;
  }
/*  .toggle li {
    padding: 0 8px;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
    transition:
      padding .2s, line-height .2s, visibility .1s, opacity .1s;
  }*/
/*  input:checked + .toggle li {
    padding: 8px;
    line-height: 1.5;
    visibility: visible;
    opacity: 1;
  }*/
  #link03 label {
    position: relative;
  }
	#link03 .row {
  margin: 0 auto;
}
  /*閉じた状態の矢印描画
  #link03 label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
  }*/
  /*開いた状態の矢印描画
  label:after + input[type=checkbox]:checked {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin: auto;
  }*/
}
/********************レスポンシブ設定*********************/
@media screen and (max-width:600px) {
  .icon_box li {
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
  }
  .icon_box h6 {
    margin-left: 5%;
  }
  #case-box .icon_box {
    display: block !important;
	  margin: 0 10%
  }
	.icon_box li {
  max-width: 200px !important;
  display: block;
  text-align: center;
  margin: 5% auto;
}
  #hotel_main .plus {
    line-height: 1;
  }
}