@charset "utf-8";
h2 {
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 36px;
  margin-bottom: 30px;
}
h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5;
}
.main_visual {
  height: 60vh;
  position: relative;
  margin-bottom: 50px;
}
.main_visual > img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}
.main_visual .main_logo {
  width: 94%;
  position: absolute;
  top: 54%;
  left: 50%;
  -ms-transform: translate(-50%, -65%);
  -webkit-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
  text-align: center;
  color: #fff;
}
.fv_bnr {
  position: absolute;
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 4vh;
}
.fv_bnr ul {
  display: flex;
  justify-content: end;
}
.fv_bnr ul li {
  width: 140px;
}
.fv_open {
  margin-bottom: 40px;
}
/* ========================
	コンテンツ基本
========================== */
.con_outer {
  margin-bottom: 80px;
  overflow: hidden;
}
.con_outer .inner,
.wrap_inner {
  width: 90%;
  margin: 30px auto;
  line-height: 1.7;
}
.con_outer .button .btn.bgleft {
  background-image: url(https://www.granbellhotel.jp//img/common/img_externalLink_b.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
.con_outer .button .btn.bgleft:before {
  background-image: url(https://www.granbellhotel.jp//img/common/img_externalLink.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
  width: 100%;
}
/* ========================
	concept
========================== */
#concept {
  margin: 50px 0;
}
#concept .concept_txt h3 span {
  font-size: 20px;
  font-weight: 400;
  color: #cc3333;
}
#concept .concept_txt p {
  width: 90%;
  margin: 0 auto;
}
/* ========================
	period
========================== */
#period {
  width: 90%;
  margin: 40px auto 80px;
  text-align: center;
}
#period dl dt {
  font-size: 18px;
  color: #fff;
  background-color: #1d2467;
  padding: 5px 0;
}
#period dl dd {
  font-size: 43px;
  font-weight: 500;
}
#period dl dd span {
  font-size: 18px;
}
#period p {
  font-size: 22px;
  font-weight: 500;
  margin-top: -5px;
}
/* ========================
plan
========================== */
#plan .box_plan {
  width: 94%;
  margin: 0 auto;
}
#plan .box_plan > li {
  background-color: rgb(29, 36, 103, 0.15);
  padding: 15px 4% 20px;
  margin-bottom: 40px;
}
#plan .box_plan > li:first-child {
  background-color: #ffe9db;
}
#plan .box_plan > li:nth-of-type(2) {
  background-color: #efefef;
}
#plan .box_plan > li:last-child {
  background-color: rgb(206 174 89 / 35%);
}
#plan .box_plan li:last-child {
  margin-bottom: 0;
}
#plan .box_plan li .plan_dit dt {
  text-align: center;
  font-size: 25px;
  margin: 5px 0 20px;
}
#plan .box_plan li .plan_dit dd {
  text-align: end;
  margin-bottom: 10px;
  text-box: trim-both cap alphabetic;
  line-height: 1.2;
}
/* #plan .box_plan li:first-child .plan_dit dd {
  color: #cc3333;
} */
#plan .box_plan li .plan_dit dd p {
  display: contents;
  font-size: 16px;
  font-weight: 600;
}
#plan .box_plan li .menu_list dl {
  margin-bottom: 20px;
}
#plan .box_plan li .menu_list dl dt {
  font-weight: 500;
}
#plan .box_plan li .plan_dit dd span {
  font-size: 25px;
}
.btn a {
  text-align: center;
  display: block;
  background-color: #1d2467;
  border: 1px solid #1d2467;
  padding: 12px 0;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn a:hover {
  background-color: #fff;
  border: 1px solid #1d2467;
  color: #1d2467;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
/* ========================
reserve_bg
========================== */
#reserve_bg {
  width: 94%;
  margin: 0 auto 60px;
  border: 1px solid #ccc;
  padding-bottom: 15px;
}
#reserve_bg h2 {
  margin: 15px 0 10px;
}
#reserve_bg > .btn {
  width: 92%;
  margin: 0 auto 25px;
}
#reserve_bg dl {
  text-align: center;
}
#reserve_bg dl dt {
  background-color: rgb(29, 36, 103, 0.15);
  padding: 3px 0;
  margin: 0 4%;
}
#reserve_bg dl dd {
  font-size: 30px;
}
/* ========================
alacarte
========================== */
#alacarte {
  width: 94%;
  margin: 0 auto 60px;
}
#alacarte div p:first-child {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
/* ========================
charm
========================== */
.c_slider .slick-prev,
.c_slider .slick-next {
  top: 36%;
}
.c_slider .slick-dots {
  bottom: 3px;
}
.c_slider .slick-slide {
  margin: 0 2px;
}

/* ========================
floor
========================== */
#floor {
  text-align: center;
}
#floor button {
  width: 90%;
}
#floor button img {
  width: auto;
}
#floor .floor_btn {
  display: none;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.modal-content {
  width: 97%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#closeModal,
#closeModal2 {
  float: right;
  padding-bottom: 10px;
}
/* ========================
	information
========================== */
#information {
  width: 94%;
  margin: 0 auto 80px;
}
#information .info_dit ul {
  margin-bottom: 20px;
}
#information .info_dit ul li:first-child {
  border-top: 1px #cccccc solid;
}
#information .info_dit ul li {
  border-bottom: 1px #cccccc solid;
}
#information .info_dit ul li dl {
  display: flex;
  justify-content: space-between;
  padding: 12px 0 12px 10px;
}
#information .info_dit ul li dl dd {
  width: 72%;
}
#information .info_dit ul li dl dd > ul {
  margin-bottom: 0;
}
#information .info_dit ul li dl dd > ul li {
  border: none;
  text-indent: -9px;
}
#information .info_dit ul li dl dd > ul li:first-child {
  border: none;
}
/* ========================
	faq
========================== */
#faq {
  width: 94%;
  margin: 0 auto 80px;
  border-bottom: 1px solid #ccc;
}
#faq a {
  text-decoration: underline;
}
#faq a:hover {
  text-decoration: none;
  opacity: 1;
}
#faq .accordion-box .q_tit {
  border-top: 1px solid #ccc;
  text-align: left;
  background: url(../img/250318/faq_q.gif) no-repeat 0 30px;
  background-size: 20px;
  background-position: left;
  padding: 12px 0 12px 9%;
  cursor: pointer;
}
#faq .accordion-block > p {
  background: url(../img/250318/faq_a.gif) no-repeat 0 0;
  background-size: 20px;
  padding-left: 9%;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .main_visual {
    height: 70vh;
  }
  .main_visual > img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
  }
  .main_visual .main_logo {
    width: 70%;
    -ms-transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
  }
  .fv_bnr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  /* ========================
	コンテンツ基本
========================== */
  .con_outer {
    margin-bottom: 100px;
  }
  .con_outer .inner,
  .wrap_inner {
    width: 85%;
  }
  /* ========================
	period
========================== */
  #period {
    width: 50%;
    margin: 0 auto 60px;
    text-align: center;
  }
  #period dl dt {
    padding: 5px 0;
  }
  /* ========================
	plan
========================== */
  #plan {
    margin-bottom: 60px;
  }
  #plan .box_plan {
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
  }
  #plan .box_plan > li {
    width: 32%;
    padding: 15px 2% 20px;
    margin-bottom: 0;
  }
  #plan .box_plan li .plan_dit dd span {
    letter-spacing: 0;
  }
  /* ========================
reserve_bg
========================== */
  #reserve_bg {
    width: 380px;
  }
  #reserve_bg dl dd {
    font-size: 35px;
  }
  /* ========================
alacarte
========================== */
  #alacarte .btn {
    width: 60%;
    margin: 0 auto;
  }
  /* ========================
charm
========================== */
  .slick-list .slick-track .slider-img img {
    width: 100%;
    height: auto;
  }
  .c_slider {
    width: 94%;
    height: auto;
    margin: 0 auto;
  }
  .c_slider .slick-prev,
  .c_slider .slick-next {
    top: 40%;
  }
  /* ========================
floor
========================== */
  #floor button {
    width: 50%;
  }
  #floor .floor_btn {
    display: block;
    border: #1d2467 1px solid;
    padding: 12px 0;
    color: #1d2467;
    margin: 20px auto 0;
    width: 30%;
  }
  .modal-content {
    width: 70%;
  }
  /* ========================
	information
========================== */
  #information {
    width: 60%;
    margin: 0 auto 100px;
  }
  /* ========================
	faq
========================== */
  #faq {
    width: 80%;
  }
  #faq .accordion-box .q_tit {
    padding: 12px 0 12px 7%;
  }
  #faq .accordion-block > p {
    padding-left: 7%;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 27px;
    line-height: 1.6;
    letter-spacing: 1.7px;
    margin-bottom: 20px;
  }
  .main_visual {
    height: 85vh;
  }
  .main_visual > img {
    width: 100%;
    min-height: 85vh;
  }
  .main_visual .main_logo {
    width: 50%;
    top: 50%;
  }
  .fv_bnr ul li {
    width: 200px;
  }
  /* ========================
	コンテンツ基本
========================== */
  .con_outer {
    margin-bottom: 100px;
  }
  .con_outer .inner {
    width: 1000px;
    margin: 50px auto 40px;
    line-height: 2.2;
    letter-spacing: 0.8px;
  }
  /* ========================
concept 
========================== */
  #concept {
    margin: 50px 0 60px;
  }
  #concept .concept_txt h3 span {
    font-size: 27px;
  }
  #concept .concept_txt p {
    text-align: center;
  }
  /* ========================
period 
========================== */
  #period dl dt {
    font-size: 20px;
    padding: 5px 0;
  }
  #period dl dd {
    font-size: 45px;
  }
  #period p {
    font-size: 25px;
    margin-top: -10px;
  }
  /* ========================
plan
========================== */
  #plan .box_plan li .plan_dit dd span {
    font-size: 30px;
    letter-spacing: 0;
  }
  /* ========================
reserve_bg
========================== */
  #reserve_bg {
    width: 550px;
  }
  /* ========================
alacarte
========================== */
  #alacarte div p:first-child {
    font-size: 20px;
  }
  #alacarte .btn {
    width: 45%;
  }
  /* ========================
floor
========================== */
  #floor button {
    width: 40%;
  }
  #floor .floor_btn {
    width: 30%;
    margin: 40px auto 0;
  }
  .modal-content {
    width: 50%;
  }
  .modal {
    z-index: 800;
  }
  /* ========================
	plan  
========================== */
  #plan .box_plan {
    width: 900px;
    margin: auto;
  }
  #plan .box_plan > li {
    width: 32%;
  }
  /* ========================
	faq
========================== */
  #faq {
    width: 800px;
  }
  #faq .accordion-box .q_tit {
    padding: 12px 0 12px 5%;
  }
  #faq .accordion-block > p {
    padding-left: 5%;
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 70px;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .fv_bnr {
    bottom: 2vh;
  }
  .fv_bnr ul li {
    width: 250px;
  }
  /* ========================
	コンテンツ基本
========================== */
  .con_outer {
    margin-bottom: 130px;
  }
  /* ========================
	concept
========================== */
  #concept {
    margin: 50px 0 80px;
  }
  #concept .concept_txt p {
    font-size: 20px;
  }
  /* ========================
period 
========================== */
  #period dl dt {
    font-size: 25px;
    padding: 5px 0;
  }
  #period dl dd {
    font-size: 70px;
  }
  #period p {
    font-size: 32px;
    margin-top: -25px;
  }
  #period dl dd span {
    font-size: 25px;
  }
  /* ========================
reserve_bg
========================== */
  #reserve_bg {
    width: 700px;
  }
  /* ========================
alacarte
========================== */
  #alacarte div p:first-child {
    font-size: 25px;
    line-height: 1.6;
  }
  #alacarte .btn {
    width: 34%;
  }
  /* ========================
floor
========================== */
  #floor button {
    width: 30%;
  }
  #floor .floor_btn {
    width: 20%;
  }
  .modal-content {
    width: 50%;
  }
  .modal-content {
    width: 40%;
  }
  /* ========================
	plan
========================== */
  #plan .box_plan {
    width: 1200px;
  }
  #plan .box_plan > li {
    padding: 25px 2%;
  }
  #plan .box_plan li .plan_dit {
    height: 110px;
  }
  #plan .box_plan li .menu_list dl:first-child {
    height: 270px;
  }
  #plan .box_plan li .plan_dit dd {
    margin-bottom: 0;
  }
  #plan .box_plan li .plan_dit dt {
    font-size: 28px;
  }
  /* ========================
	information 
========================== */
  #information {
    width: 730px;
  }
  /* ========================
	faq
========================== */
  #faq {
    width: 1000px;
  }
}
