* {
  box-sizing: border-box;
  outline: none;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  max-width: 100%;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #333;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
body.en {
  font-family: 'Noto Sans', sans-serif;
}
body.kr {
  font-family: 'Noto Sans KR', sans-serif;
}
body li {
  list-style: none;
}
body a:link, body a:visited, body a:hover, body a:active {
  text-decoration: none;
}
body a.link_under:link {
  text-decoration: underline;
}
@media(hover: hover) {
  body a.link_under:link:hover {
    text-decoration: none;
  }
}
body span, body em {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
/*+-----contents-----*/
#contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
#contents.bg_fix {
  background: url('../img/bg.jpg');
  background-attachment: fixed !important;
  background-size: cover;
  background-position: center;
  padding: 60px 0 0;
}
@media screen and (max-width: 940px) {
  #contents.bg_fix {
    padding: 0;
    background: #F5EFE1 url('../img/bg_fix_sp.jpg');
    background-size: cover;
    background-position: bottom;
  }
}
#contents .cont {
  max-width: 95%;
  width: 1080px;
  margin: 0 auto 40px;
  position: relative;
  border-radius: 20px;
  background-color: #F6F2EB;
  padding: 60px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#contents .cont:nth-child(2n) {
  background: url("../img/bg_cont.jpg") 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 940px) {
  #contents .cont {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid #A1948D
  }
}
/*+-----共通-----*/
section {
  margin: 80px auto 0;
}
@media screen and (max-width: 720px) {
  section {
    margin: 40px auto 0;
  }
}
h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #002F71;
  line-height: 1.5;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative
}
.en h2 {
  letter-spacing: .02em;
}
h2:after {
  content: "";
  background: url("../img/ic_h2.png") no-repeat;
  width: 138px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 59px)
}
h2 span {
  display: inline-block;
  background: #002F71;
  padding: 10px 50px;
  font-size: 20px;
  color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  position: relative
}
h2 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  border-color: #002F71 transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 940px) {
  h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
ul.list {
  text-indent: -1em;
}
ul.list li:before {
  content: "・";
}
ul.list li {
  padding-left: 1em;
  text-indent: -0.5em;
  margin-bottom: 5px;
}
.note {
  font-size: 13px !important;
  color: #999
}
.red {
  color: #FF1500;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.en .serif {
  font-family: "Noto Serif", serif;
}
.kr .serif {
  font-family: "Noto Serif KR", serif;
}
.mb20 {
  margin-bottom: 20px;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}

.en, .kr {
  word-break: keep-all;
}
/*-----ボタン-----*/
.btnwrap {
  margin-top: auto;
}
.btn {
  width: 300px;
  margin: 0 auto;
  border-radius: 5px;
}
.btn a:link, .btn a:visited {
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  background-color: #785A3C;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  border: 1px solid #785A3C;
  transition: .3s all;
}
.btn_hotel {
  width: 400px;
  margin: 0 auto 60px;
}
.btn_hotel a:link, .btn_hotel a:visited {
  color: #785A3C;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  border: 1px solid #785A3C;
  transition: .3s all;
}
@media(hover: hover) {
  .btn a:link:hover {
    color: #785A3C;
    background-color: #fff;
  }
  .btn_hotel a:link:hover {
    color: #fff;
    background-color: #785A3C;
  }
}
/*+-----kv-----*/
#contents .cont.kv {
  text-align: center;
  padding: 0 0 60px;
  border-top: none;
}
.logo_list {
  margin-bottom: 60px
}
.logo_list, .logo_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.kv .kv_title {
  padding: 60px;
  background-image: url(../img/kv_bg_parts_left.png), url(../img/kv_bg_parts_right.png), url(../img/bg_kv_left.png), url(../img/bg_kv_right.png);
  background-repeat: no-repeat;
  background-position: 0 100%, 100% 100%, 0 0, 100% 0;
  background-size: 15%, 15%, auto, auto;
}
.en .kv .kv_title, .kr .kv .kv_title {
  padding: 60px 60px 40px
}
.kv .kv_title_img{
  margin: 0 auto;
  width: 70%
}
.en .kv .kv_title_img {
  width: 80%
}
.kv .kv_txt {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
  position: relative
}
.kv .kv_txt:before {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../img/kv_donki_jp.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 80px;
  top: -50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100px
}
.en .kv .kv_txt:before {
  background: url(../img/kv_donki_en.png) no-repeat;
  background-size: contain;
}
.kr .kv .kv_txt:before {
  background: url(../img/kv_donki_kr.png) no-repeat;
  background-size: contain;
}
.kv .kv_txt .kv_txt_left p:first-child {
  text-align: right
}
.kv .kv_txt .kv_txt_left p:last-child {
  margin: 30px 30px 0 0;
}
.kv .kv_txt .kv_txt_inner {
  flex-shrink: 0;
  width: 45%;
}
.kv .kv_txt .kv_txt_inner p {
  font-size: 18px;
  line-height: 2.5
}
.en .kv .kv_txt .kv_txt_inner p {
  line-height: 2
}
.kv .kv_txt .kv_txt_inner p:first-child {
  margin-bottom: 20px
}
.kv .kv_txt .kv_txt_inner span {
  font-size: 22px;
  font-weight: bold;
  color: #002B63
}
.kv .kv_txt p:last-child {
  margin-top: 50px
}
@media screen and (max-width: 940px) {
  .kv .kv_title, .en .kv .kv_title, .kr .kv .kv_title {
    padding: 30px 15px 80px;
    background-image: url(../img/bg_kv_left.png), url(../img/bg_kv_right.png);
    background-position: 0 0, 100% 0;
    background-size: 55%, 45%;
  }
  .kv .kv_title_img, .en .kv .kv_title_img, .kr .kv .kv_title_img {
    width: 95%;
  }
  .logo_list {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .logo_list, .logo_list ul {
    gap: 15px;
  }
  .logo_list ul li img, .logo_list p:last-child img {
    height: 28px;
    width: auto
  }
  .logo_list ul + p {
    line-height: 1
  }
  .logo_list ul + p img {
    height: 11px;
    width: auto
  }
  .kv .kv_txt {
    flex-direction: column;
    padding: 45px 0 0;
  }
  .kv .kv_txt:before {
    width: 130px;
    height: 130px;
    right: 20px;
    top: -70px;
  }
  .kv .kv_txt_left {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px
  }
  .kv .kv_txt .kv_txt_left p:last-child {
    margin: -90px 0 0 0;
  }
  .kv .kv_txt .kv_txt_inner {
    width: 95%;
  }
  .kv .kv_txt .kv_txt_inner p {
    font-size: 15px
  }
  .kv .kv_txt p:last-child {
    margin-top: 0;
  }
  .kv .kv_txt .kv_txt_inner span {
    font-size: 15px;
  }
  .kv .kv_txt_inner + p {
    text-align: right;
    margin-bottom: -60px;
    height: 150px;
    width: 300px;
  }
  .kv .kv_txt_inner + p img {
    object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;
  }
}
/*-----anchor-----*/
#contents ul.anchor {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  gap: 1%
}
#contents ul.anchor li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  transition: .3s all;
  line-height: 1.5;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  width: 16%;
  border-radius: 100px;
}
#contents ul.anchor li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 45px 30px 30px;
  position: relative;
  line-height: 1.3;
}
#contents ul.anchor li a:before {
  content: "";
  width: 28px;
  height: 28px;
  top: 10px;
  left: calc(50% - 14px);
  position: absolute;
  background: url(../img/ic_about.png) no-repeat;
  background-size: contain;
}
#contents ul.anchor a::after {
  border-right: solid 2px #002B63;
  border-top: solid 2px #002B63;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 20px;
  transform: rotate(135deg);
  width: 8px;
}
#contents ul.anchor li:nth-child(2) a:before {
  background: url(../img/ic_bonus.png) no-repeat;
  background-size: contain;
}
#contents ul.anchor li:nth-child(3) a:before {
  background: url(../img/ic_howtouse.png) no-repeat;
  background-size: contain;
}
#contents ul.anchor li:nth-child(4) a:before {
  background: url(../img/ic_restaurant.png) no-repeat;
  background-size: contain;
}
#contents ul.anchor li:nth-child(5) a:before {
  background: url(../img/ic_notes.png) no-repeat;
  background-size: contain;
}
@media(hover: hover) {
  #contents ul.anchor li:hover {
    opacity: .6;
  }
}
@media screen and (max-width: 940px) {
  #contents ul.anchor {
    margin: 100px auto 0;
    flex-wrap: wrap;
  }
  #contents ul.anchor li {
    width: 120px;
    height: 120px
  }
  #contents ul.anchor li a {
    padding: 50px 10px 25px;
    font-size: 14px;
  }
  #contents ul.anchor a::after {
    border-right: solid 1px #002B63;
    border-top: solid 1px #002B63;
    left: calc(50% - 4px);
    bottom: 10px;
  }
}
/*-----イベント概要-----*/
.cont#about {
  text-align: center
}
.cont#about ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 750px;
  margin: 0 auto 20px
}
.cont#about ul li {
  background: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  border-radius: 10px;
  gap: 20px;
}
.cont#about ul li .about_title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-right: 40px;
}
.cont#about ul li .about_title::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  border-style: solid;
  width: 0;
  height: 0;
  border-width: 16px 0 16px 15px;
  border-color: transparent transparent transparent #002F71;
}
.cont#about ul li .about_title .quantity {
  display: block;
  background: #FFEC81;
  padding: 2px 10px 4px;
  margin: 2px 0;
  color: #002F71;
  font-size: 32px;
  line-height: 1
}
.cont#about ul li .about_title .quantity .small {
  font-size: 20px;
}
.cont#about ul li .about_meal {
  display: flex;
  gap: 4%;
  justify-content: space-between;
  width: 270px;
}
.cont#about ul li .about_meal p {
  font-size: 13px;
  line-height: 1.5;
}
.cont#about ul li .about_meal .about_meal_cont {
  padding: 18px 10px;
  border: 3px solid #DFB743;
  border-radius: 10px;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cont#about ul li .about_meal .about_meal_cont.lunch {
  border: 3px solid #F6AE6A;
}
.cont#about ul li .about_meal .about_meal_cont.dinner {
  border: 3px solid #88B2D1;
  width: 100%
}
.cont#about ul li .about_meal .about_meal_name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
.cont#about ul li .about_meal .bf .about_meal_name {
  color: #C99E2D;
}
.cont#about ul li .about_meal .lunch .about_meal_name {
  color: #E29551
}
.cont#about ul li .about_meal .dinner .about_meal_name {
  color: #709BB7
}
.cont#about .about_note span {
  font-weight: bold;
  color: #002F71
}
.cont#about .about_note span span {
  font-size: 18px;
}
.about_meal_note {
  display: none
}
@media screen and (max-width: 940px) {
  .cont#about ul {
    gap: 20px;
    margin: 0 auto
  }
  .cont#about ul li {
    flex-direction: column;
    gap: 0;
    padding: 40px 0 0;
  }
  .cont#about ul li .about_title {
    padding: 0 0 40px;
  }
  .cont#about ul li .about_title::after {
    top: auto;
    right: auto;
    bottom: 15px;
    left: calc(50% - 15px);
    border-width: 16px 16px 0 15px;
    border-color: #002F71 transparent transparent;
  }
  .cont#about ul li .about_meal .about_meal_cont.dinner {
    width: 60%;
    margin: 0 auto;
  }
  .about_note, .about_note + p.note {
    display: none
  }
  .about_meal_note {
    display: block;
    margin-top: 20px;
    padding: 20px 40px 40px;
    width: 100%;
    background: #FFF9D9;
    border-radius: 0 0 10px 10px;
  }
  .about_meal_note span {
    font-weight: bold;
    color: #002F71;
  }
}
/*-----ご購入特典-----*/
.cont#bonus ul.bonus_about {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 750px;
  margin: 0 auto 50px
}
.cont#bonus ul.bonus_about li {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 10px;
  gap: 30px;
  border: 1px solid #DE6A08
}
.cont#bonus ul.bonus_about li:nth-child(2) {
  position: relative
}
.cont#bonus ul.bonus_about li:nth-child(2):after {
  position: absolute;
  content: "";
  background: url("../img/img_bonus_bus.png") no-repeat;
  background-size: contain;
  bottom: -20px;
  right: 20px;
  width: 119px;
  height: 55px
}
.cont#bonus ul.bonus_about li .bonus_about_img {
  flex-shrink: 0
}
.cont#bonus ul.bonus_about li .bonus_about_inner {
  display: flex;
}
.cont#bonus ul.bonus_about li:first-child .bonus_about_inner {
  align-items: center;
  gap: 20px;
}
.cont#bonus ul.bonus_about li:nth-child(2) .bonus_about_inner {
  flex-direction: column;
  gap: 10px;
}
.cont#bonus ul.bonus_about li .bonus_about_inner p.serif {
  font-size: 18px;
  font-weight: bold;
}
.cont#bonus ul.bonus_about li .bonus_about_inner p.serif span {
  font-size: 24px;
  color: #DE6A08;
  background: #FFEC81;
  padding: 0 4px;
}
@media screen and (max-width: 940px) {
  .cont#bonus ul.bonus_about {
    gap: 20px;
  }
  .cont#bonus ul.bonus_about li {
    flex-direction: column;
    padding: 40px 30px;
  }
  .cont#bonus ul.bonus_about li:first-child .bonus_about_inner {
    flex-direction: column;
  }
  .cont#bonus ul.bonus_about li .bonus_about_inner p.serif {
    text-align: center
  }
  .cont#bonus ul.bonus_about li:nth-child(2):after {
    bottom: -30px;
    right: -10px;
  }
}
/*-----ご購入・ご利用方法-----*/
.cont#howtouse ul {
  display: flex;
  gap: 45px;
  justify-content: space-between;
}
.cont#howtouse ul li {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #002F71;
  width: calc((100% - 62px)/3);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont#howtouse ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: -33px;
  border-style: solid;
  width: 0;
  height: 0;
  border-width: 16px 0 16px 15px;
  border-color: transparent transparent transparent #002F71;
}
.cont#howtouse ul li h3 {
  margin-bottom: 20px
}
@media screen and (max-width: 940px) {
  .cont#howtouse ul {
    flex-direction: column;
  }
  .cont#howtouse ul li {
    width: 100%
  }
  .cont#howtouse ul li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -30px;
    left: calc(50% - 15px);
    border-width: 16px 16px 0 15px;
    border-color: #002F71 transparent transparent;
  }
}
/*+-----対象レストラン-----*/
.cont#restaurant h3 {
  text-align: center;
  font-size: 24px;
  color: #002F71;
  letter-spacing: .1em;
  margin-bottom: 30px
}
.cont#restaurant h3 {
  letter-spacing: .02em;
}
.cont#restaurant ul.hotel_list {
  margin: 0 auto;
  display: flex;
  gap: 20px 1.5%;
  flex-wrap: wrap;
  justify-content: center;
}
.cont#restaurant ul.hotel_list > li {
  width: calc((100% - 8%)/5);
  min-width: 175px;
  transition: .3s all;
}
@media(hover: hover) {
  .cont#restaurant ul.hotel_list > li:hover {
    opacity: .6;
  }
}
.cont#restaurant a.hotel_list_anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  transition: .3s all;
  line-height: 1.5;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 20px;
  padding: 0 0 30px;
  margin-bottom: 20px
}
.cont#restaurant a.hotel_list_anchor::after {
  border-right: solid 2px #002B63;
  border-top: solid 2px #002B63;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 20px;
  transform: rotate(135deg);
  width: 8px;
}
.cont#restaurant a.hotel_list_anchor p.hotel_list_img {
  height: 150px;
  margin-bottom: 15px
}
.cont#restaurant a.hotel_list_anchor p.hotel_list_img img {
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  object-position: 50%;
  width: 100%;
  height: 100%;
}
.cont#restaurant a.hotel_list_anchor p.hotel_list_logo {
  height: 50px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 10px;
}
.cont#restaurant a.hotel_list_anchor p.hotel_list_logo img {
  object-fit: contain;
  object-position: 50%;
}
.cont#restaurant a.hotel_list_anchor p.hotel_list_name {
  margin-bottom: auto;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: -0.01em;
  height: 45px;
  margin: 0 10px;
}
.cont#restaurant h4 {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px
}
.cont#restaurant ul.list li {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0
}
.restaurant_cont {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #785A3C;
  margin-top: 30px
}
.restaurant_cont .restaurant_cont_name {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #ccc
}
.restaurant_cont .restaurant_cont_name .restaurant_cont_name_img {
  width: 30vw;
  max-width: 360px;
  flex-shrink: 0
}
.restaurant_cont .restaurant_cont_name .restaurant_cont_name_img img {
  object-fit: cover;
  object-position: 50%;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 0 0;
}
.restaurant_cont .restaurant_cont_name .restaurant_cont_name_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70vw
}
.restaurant_cont .restaurant_cont_name .restaurant_cont_name_box .hotel_list_name {
  margin: 30px 0 15px
}
.restaurant_cont ul.restaurant_cont_list {
  margin: 0 auto;
  padding: 60px 60px 40px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 4%;
}
.restaurant_cont ul.restaurant_cont_list > li {
  width: 48%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center
}
.restaurant_cont ul.restaurant_cont_list > li .slider_list {
  margin-bottom: 20px
}
.cont#restaurant .restaurant_cont ul.restaurant_cont_list > li h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  letter-spacing: inherit;
  line-height: 1.5;
  margin-bottom: 15px
}
.restaurant_cont ul.restaurant_cont_list > li h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500
}
.restaurant_cont ul.restaurant_cont_list > li ul.meal_list {
  display: flex;
  font-size: 14px;
  justify-content: center;
  gap: 4px;
  margin-bottom: 15px
}
.restaurant_cont ul.restaurant_cont_list > li ul.meal_list li {
  padding: 0 10px;
  color: #BC7100;
  border: 1px solid #BC7100
}
.restaurant_cont ul.restaurant_cont_list > li ul.meal_list li.lunch {
  color: #844200;
  border: 1px solid #844200
}
.restaurant_cont ul.restaurant_cont_list > li ul.meal_list li.dinner {
  color: #1E72BC;
  border: 1px solid #1E72BC
}
.restaurant_cont ul.restaurant_cont_list > li .meal_list_ticket {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500
}
.restaurant_cont ul.restaurant_cont_list > li .restaurant_cont_txt {
  text-align: left;
  margin-bottom: 30px
}
.restaurant_cont ul.restaurant_cont_list > li .btn {
  margin-top: auto
}
@media screen and (max-width: 940px) {
  #contents .cont#restaurant {
    padding: 60px 15px;
  }
  .cont#restaurant ul.hotel_list {
    gap: 20px 2%;
    justify-content: center;
  }
  .cont#restaurant a.hotel_list_anchor p.hotel_list_img {
    height: 100px;
    width: 100%
  }
  .cont#restaurant a.hotel_list_anchor p.hotel_list_logo {
    height: 35px;
  }
  .cont#restaurant a.hotel_list_anchor p.hotel_list_logo img {
    height: 100%;
  }
  .cont#restaurant a.hotel_list_anchor {
    padding: 0 0 20px;
  }
  .cont#restaurant a.hotel_list_anchor::after {
    border-right: solid 1px #002B63;
    border-top: solid 1px #002B63;
    bottom: 10px;
  }
  .restaurant_cont {
    margin-top: 20px;
  }
  .restaurant_cont .restaurant_cont_name {
    flex-direction: column;
  }
  .restaurant_cont .restaurant_cont_name .restaurant_cont_name_img {
    width: 100%;
    max-width: 100%;
    height: 30vw;
    min-height: 150px;
  }
  .restaurant_cont .restaurant_cont_name .restaurant_cont_name_img img {
    border-radius: 10px 10px 0 0;
  }
  .restaurant_cont#ttt .restaurant_cont_name .restaurant_cont_name_img img {
    object-position: 0 0;
  }
  .restaurant_cont .restaurant_cont_name .restaurant_cont_name_box {
    width: 80%;
    text-align: center;
    margin: 25px auto;
  }
  .restaurant_cont ul.restaurant_cont_list {
    padding: 30px 15px;
    gap: 40px 2%;
  }
  .restaurant_cont ul.restaurant_cont_list > li {
    width: 48%;
    max-width: 460px;
  }
  .cont#restaurant .restaurant_cont ul.restaurant_cont_list > li h3 {
    font-size: 24px;
  }
  .restaurant_cont ul.restaurant_cont_list > li .restaurant_cont_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .restaurant_cont ul.restaurant_cont_list > li .restaurant_cont_txt p:not(:last-child) {
    margin-bottom: 8px
  }
  .btn_hotel {
    width: 90%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 720px) {
  .restaurant_cont ul.restaurant_cont_list > li {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .cont#restaurant ul.hotel_list > li {
    width: 49%;
    min-width: auto
  }
}
/*-----ホテルカラー-----*/
.restaurant_cont#nikko {
  border: 2px solid #0057AA;
}
.restaurant_cont#nikko .btn a:link, .restaurant_cont#nikko .btn a:visited {
  background-color: #0057AA;
  border: 1px solid #0057AA;
}
.restaurant_cont#nikko .btn_hotel a:link, .restaurant_cont#nikko .btn_hotel a:visited {
  color: #0057AA;
  border: 1px solid #0057AA;
}
@media(hover: hover) {
  .restaurant_cont#nikko .btn a:link:hover {
    color: #0057AA;
    background-color: #fff;
  }
  .restaurant_cont#nikko .btn_hotel a:link:hover {
    background-color: #0057AA;
    color: #fff;
  }
}
.restaurant_cont#pic {
  border: 2px solid #C80012;
}
.restaurant_cont#pic .btn a:link, .restaurant_cont#pic .btn a:visited {
  background-color: #C80012;
  border: 1px solid #C80012;
}
.restaurant_cont#pic .btn_hotel a:link, .restaurant_cont#pic .btn_hotel a:visited {
  color: #C80012;
  border: 1px solid #C80012;
}
@media(hover: hover) {
  .restaurant_cont#pic .btn a:link:hover {
    color: #C80012;
    background-color: #fff;
  }
  .restaurant_cont#pic .btn_hotel a:link:hover {
    background-color: #C80012;
    color: #fff;
  }
}
.restaurant_cont#hilton {
  border: 2px solid #001B5B;
}
.restaurant_cont#hilton .btn a:link, .restaurant_cont#hilton .btn a:visited {
  background-color: #001B5B;
  border: 1px solid #001B5B;
}
.restaurant_cont#hilton .btn_hotel a:link, .restaurant_cont#hilton .btn_hotel a:visited {
  color: #001B5B;
  border: 1px solid #001B5B;
}
@media(hover: hover) {
  .restaurant_cont#hilton .btn a:link:hover {
    color: #001B5B;
    background-color: #fff;
  }
  .restaurant_cont#hilton .btn_hotel a:link:hover {
    background-color: #001B5B;
    color: #fff;
  }
}
.restaurant_cont#rihga {
  border: 2px solid #0A351B;
}
.restaurant_cont#rihga .btn a:link, .restaurant_cont#rihga .btn a:visited {
  background-color: #0A351B;
  border: 1px solid #0A351B;
}
.restaurant_cont#rihga .btn_hotel a:link, .restaurant_cont#rihga .btn_hotel a:visited {
  color: #0A351B;
  border: 1px solid #0A351B;
}
@media(hover: hover) {
  .restaurant_cont#rihga .btn a:link:hover {
    color: #0A351B;
    background-color: #fff;
  }
  .restaurant_cont#rihga .btn_hotel a:link:hover {
    background-color: #0A351B;
    color: #fff;
  }
}
/*-----ご注意事項-----*/
#contents .notes {
  background: #002F71;
  padding: 60px 0 0;
}
#contents .notes .cont {
  background: #fff;
  margin-bottom: 0
}
#contents .notes .cont p.serif {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 940px) {
  #contents .notes .cont {
    max-width: calc(100% - 40px);
    border-radius: 10px;
    padding: 40px 20px;
    border: none;
  }
  #contents .notes .cont p.serif {
    font-size: 18px;
  }
}
/* footer
----------------------------------------------------------- */
footer {
  font-size: 12px;
  border: none;
  margin: 0;
  padding: 0;
}
footer .foot_inner img {
  width: 35%;
}
footer .foot_link {
  text-align: center;
  padding: 40px 0;
  background-color: #002F71;
}
footer .foot_link p {
  font-size: 10px;
  color: #fff;
}
/*pageTop
------------------------------------------------------------------------ */
#page-top a {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 10;
  background: #fff;
  width: 90px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px 0 0 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: .3s all
}
#page-top span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #B7A78B;
  line-height: 1.1;
  font-weight: normal;
}
@media(hover:hover) {
  #page-top a:hover {
    opacity: .6;
  }
}
@media print, screen and (max-width:640px) {
  #page-top a {
    width: 70px;
    height: 50px;
  }
  #page-top span {
    font-size: 13px
  }
}