@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;
}
h3 span {
  letter-spacing: 0;
}
.main_visual {
  position: relative;
  margin-bottom: 50px;
}
.main_visual > img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
}
.main_visual .main_txt {
  font-family: "Marcellus", serif;
  font-size: 26px;
  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%;
}
/* ========================
	intro
========================== */
#intro {
  margin: 50px 0;
}
#intro .intro_txt h3 span {
  font-size: 20px;
  font-weight: 400;
  color: #cc3333;
}
#intro .intro_txt p {
  width: 90%;
  margin: 0 auto;
}
/* ========================
charm
========================== */
#charm {
  background-color: rgb(29, 36, 103, 0.15);
  padding: 40px 0 50px;
}
#charm ul {
  width: 90%;
  margin: auto;
}
#charm ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
#charm ul li img {
  height: auto;
  width: 30%;
  object-fit: contain;
}
#charm ul li dl {
  width: 67%;
}
#charm ul li dl dt {
  font-weight: 600;
}
#charm ul li:last-child {
  margin-bottom: 0;
}
/* ========================
  case
========================== */
#case .case_box {
  margin-bottom: 50px;
}
#case .case_box:last-child {
  margin-bottom: 0;
}
#case .case_box dl {
  width: 90%;
  margin: 30px auto 40px;
}
#case .case_box dl dt {
  font-size: 25px;
  margin-bottom: 5px;
}
#case .gallery {
  width: 90%;
  margin: auto;
}
#case .gallery img {
  margin-bottom: 10px;
}
/* ========================
  case_study
========================== */
#case_study {
  background-color: rgb(29, 36, 103, 0.15);
  padding: 40px 0 50px;
}
#case_study .pattern {
  width: 90%;
  margin: auto;
}
#case_study .pattern dl {
  margin: 15px 0 40px;
}
#case_study .pattern li:last-child > dl {
  margin: 15px 0 0;
}
#case_study .pattern dl dt {
  font-size: 25px;
  margin-bottom: 2px;
}

/* ========================
btn
========================== */
.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;
}
/* ========================
	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;
}
@media screen and (min-width: 768px) {
  .main_visual > img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
  }
  .main_visual .main_txt {
    font-size: 36px;
    -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%;
  }
  /* ========================
  charm
========================== */
  #charm ul {
    display: flex;
    justify-content: space-between;
  }
  #charm ul li {
    width: 19%;
    flex-direction: column;
    justify-content: flex-start;
  }
  #charm ul li img {
    width: 100%;
  }
  #charm ul li dl {
    width: 100%;
  }
  #charm ul li dl dt {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
  }
  /* ========================
  case
========================== */
  #case .case_box {
    width: 90%;
    margin: 0 auto 60px;
  }
  #case .case_box .case_dit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  #case .case_box .case_dit img {
    width: 60%;
  }
  #case .case_box dl {
    width: 36%;
    margin: 0;
  }
  #case .gallery {
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  #case .gallery img {
    width: 49%;
  }
  /* ========================
  case_study
========================== */
  #case_study .pattern {
    width: 85%;
    display: flex;
    justify-content: space-between;
  }
  #case_study .pattern li {
    width: 32%;
  }
  #case_study .pattern dl dt {
    margin-bottom: 5px;
  }

  /* ========================
  reserve_bg
========================== */
  #reserve_bg {
    width: 380px;
  }
  #reserve_bg dl dd {
    font-size: 35px;
  }
  /* ========================
	information
========================== */
  #information {
    width: 60%;
    margin: 0 auto 100px;
  }
}
@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: 25px;
  }
  .main_visual > img {
    width: 100%;
    min-height: 40vh;
  }
  .main_visual .main_txt {
    top: 56%;
  }
  .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;
  }
  /* ========================
intro 
========================== */
  #intro {
    margin: 50px 0 60px;
  }
  #intro .intro_txt h3 span {
    font-size: 27px;
  }
  #intro .intro_txt p {
    text-align: center;
  }
  /* ========================
  case
========================== */
  #case .case_box {
    margin: 0 auto 80px;
  }
  /* ========================
  case_study
========================== */
  #case_study .pattern {
    width: 75%;
  }
  #case_study .pattern li {
    width: 31%;
  }
  /* ========================
reserve_bg
========================== */
  #reserve_bg {
    width: 550px;
  }
}
@media screen and (min-width: 1440px) {
  .main_visual {
    margin-bottom: 80px;
  }
  .main_visual .main_txt {
    font-size: 56px;
  }
  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;
  }
  /* ========================
	intro
========================== */
  #intro {
    margin: 0 0 80px;
  }
  #intro .intro_txt p {
    font-size: 20px;
  }
  /* ========================
	charm
========================== */
  #charm {
    padding: 60px 0;
  }
  #charm ul {
    width: 1300px;
  }
  #charm ul li {
    width: 18%;
  }
  /* ========================
	charm
========================== */
  #case .case_box {
    width: 1300px;
    margin: 0 auto 100px;
  }
  #case .case_box dl {
    width: 33%;
  }
  #case .case_box .case_dit {
    margin-bottom: 60px;
  }
  #case .case_box .case_dit img {
    width: 63%;
  }
  /* ========================
  case_study
========================== */
  #case_study {
    padding: 70px 0;
  }
  #case_study .pattern {
    width: 1000px;
  }
  #case_study .pattern dl {
    margin-bottom: 0;
  }
  #case_study .pattern dl dt {
    margin-bottom: 0;
  }
  /* ========================
reserve_bg
========================== */
  #reserve_bg {
    width: 700px;
  }
  /* ========================
	information 
========================== */
  #information {
    width: 730px;
  }
}
