@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  Home index
--------------------------------------------------- */
.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}

#mainVisual {
  position: relative;
  -webkit-animation: ani_fade 1s ease 0.3s 1 forwards;
  animation: ani_fade 1s ease 0.3s 1 forwards;
}
#mainVisual::before {
  position: absolute;
  z-index: 3;
  right: calc(50% + 260px);
  top: 0;
  content: "";
  width: 944px;
  height: 480px;
  border-style: solid;
  border-width: 480px 472px 0 472px;
  border-color: rgba(255,255,255,0.2) transparent transparent transparent;
}
#mainVisual::after {
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 4;
  content: "";
  width: 100%;
  height: 10px;
  box-shadow: 0 85px 85px 0 rgba(0,0,0,0.5);
}
.mv_slider::after {
  position: absolute;
  z-index: 3;
  left: calc(50% + 260px);
  bottom: 0;
  content: "";
  width: 944px;
  height: 480px;
  border-style: solid;
  border-width: 0 472px 480px 472px;
  border-color: transparent transparent rgba(255,255,255,0.25) transparent;
}
.mv_inner {
  position: absolute;
  left: 0;
  top: calc(50% - 30%);
  width: 100%;
  height: 60%;
  z-index: 3;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.mv_box {
  width: 640px;
}
.mv_slider {
  position: relative;
  z-index: 2;
}
.mv_slider figure {
  width: 100%;
  filter: brightness(0.8);
}
.mv_slider figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_open {
  position: relative;
  width: 560px;
  margin: 0 auto;
  margin-top: 40px;
  background: rgba(255,255,255,0.9);
  font-size: 2.6rem;
  line-height: 1.4;
  color: #bea863;
  font-weight: 400;
  padding: 18px;
}
.mv_open::after {
  position: absolute;
  left: 5px;
  top: 5px;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #bea863;
}
  @media screen and (max-width: 767px) {
    #mainVisual::before {
      right: auto;
      left: -28vw;
      width: 65vw;
      height: 40vw;
      border-width: 40vw 32.5vw 0 32.5vw;
    }
    .mv_slider::after {
      left: auto;
      right: -28vw;
      width: 65vw;
      height: 40vw;
      border-width: 0 32.5vw 40vw 32.5vw;
    }
    .mv_inner {
      top: 23.33vw;
      height: auto;
      letter-spacing: 0.5vw;
      padding: 0 8vw;
    }
    .mv_box {
      width: 100%;
    }
    .mv_slider figure {
      height: 100vw!important;
    }
    .mv_logo img {
      width: 40vw;
      height: auto;
    }
    .mv_open {
      width: 100%;
      margin-top: 4.4vw;
      font-size: 4vw;
      padding: 4vw;
    }
    .mv_open::after {
      left: 3px;
      top: 3px;
      width: calc(100% - 6px);
      height: calc(100% - 6px);
    }
  }

/*Roomスタイル*/
#index_plan_menu {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0 25px;
}
#index_plan_menu li {
  position: relative;
  width: 220px;
  overflow: hidden;
  background-image: -moz-linear-gradient( 0deg, rgba(133,128,139,0.99608) 0%, rgb(105,101,109) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(133,128,139,0.99608) 0%, rgb(105,101,109) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(133,128,139,0.99608) 0%, rgb(105,101,109) 100%);
  background-image: linear-gradient( 0deg, rgba(133,128,139,0.99608) 0%, rgb(105,101,109) 100%);
  transition: all 0.2s ease-in-out 0s;
  margin: 0 7px 14px;
  cursor: pointer;
}
#index_plan_menu li.is-active {
  background-image: -moz-linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  background-image: linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
}
#index_plan_menu li::after {
  position: absolute;
  left: -55px;
  top: -10px;
  content: "";
  border-style: solid;
  border-width: 70px 67.5px 0 67.5px;
  border-color: #ffffff transparent transparent transparent;
  width: 135px;
  height: 70px;
  opacity: 0.1;
}
#index_plan_menu li:hover {
  opacity: 0.7;
}
#index_plan_menu li span {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 76px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  padding-bottom: 8px;
}
#index_plan_menu li span::before {
  position: absolute;
  left: calc(50% - 6px);
  bottom: 8px;
  content: "";
  width: 12px;
  height: 7px;
  background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/common/ico/ico_arrow05.png") center center no-repeat;
  background-size: 12px 7px;
  transition: all 0.2s ease 0s;
}
#index_plan_menu li span:hover::before {
  bottom: 5px;
}
#index_plan_menu li span small {
  font-size: 1.3rem;
  display: block;
}
  @media screen and (max-width: 767px) {
    #index_plan_menu {
      padding: 8vw 4vw 4vw!important;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
    }
    #index_plan_menu li {
      width: 48.5%;
      margin: 0 0 3vw 0;
    }
    #index_plan_menu::after {
      left: -11vw;
      top: -3vw;
      border-width: 18.66vw 18vw 0 18vw;
      width: 36vw;
      height: 18.66vw;
    }
    #index_plan_menu li span {
      height: 18vw;
      letter-spacing: 0.3vw;
      line-height: 1.3;
      padding-bottom: 2vw;
    }
    #index_plan_menu li span::before {
      left: calc(50% - 1.5vw);
      bottom: 1.66vw;
      width: 3vw;
      height: 2.13vw;
      background-size: 3vw auto;
    }
    #index_plan_menu li span:hover::before {
      bottom: 1.66vw;
    }
    #index_plan_menu li span small {
      font-size: 2.66vw;
    }
  }

/*タブ機能*/
.tab-panel {
  padding-bottom: 20px;
}
.panel {
  position: relative;
  opacity: 0;
  height: 0;
  z-index: -5;
}
.panel.is-show {
  opacity: 1;
  height: auto;
  z-index: 5;
}
.panel > section {
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.panel.is-show > section {
  opacity: 1;
}
  @media screen and (max-width: 767px) {
    .tab-panel {
      padding-bottom: 0;
    }
    .panel > section {
      padding: 0 4vw;
    }
  }

.panel-group {
  position: relative;
  padding-top: 65px;
}
.panel-group::after {
  position: absolute;
  top: 0;
  content: "";
  width: 1174px;
  height: 600px;
  border-style: solid;
  border-width: 600px 587px 0 587px;
  border-color: rgba(170,139,80,0.1) transparent transparent transparent;
  right: calc(50% - 1020px);
}
.panel-group .wrapper {
  z-index: 5;
}
  @media screen and (max-width: 767px) {
    .panel-group {
      padding-top: 9.33vw;
    }
    .panel-group::after {
      width: 80vw;
      height: 50vw;
      border-width: 50vw 40vw 0 40vw;
      right: -15vw;
    }
  }

/*トップSNS*/
#index_sns {
  position: relative;
  margin-bottom: 160px;
}
#index_sns::after {
  position: absolute;
  left: 0;
  bottom: 40px;
  content: "";
  width: 100%;
  height: 285px;
  background: #E7EAE7;
}
.index_sns_wrap {
  position: relative;
  z-index: 2;
  max-width: 1030px;
  margin: 0 auto;
}
.index_sns_wrap h3 {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  padding: 10px;
}
.index_sns_wrap h3 span {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.index_sns_box {
  width: 472px;
  background: #fff;
}
.index_sns_box > div {
  border: solid 1px #ddd;
}
  @media screen and (max-width: 767px) {
    #index_sns {
      margin-bottom: 15.33vw;
      padding: 0 4vw;
    }
    #index_sns::after {
      display: none;
    }
    .index_sns_wrap {
      max-width: 100%;
    }
    .index_sns_wrap h3 {
      font-size: 5.33vw;
      padding: 2.33vw;
    }
    .index_sns_box {
      width: 100%;
    }
  }

#index_insta h3 {
  background: #F00075;
}
#index_insta h3::after {
  position: absolute;
  left: calc(50% - 27px);
  top: -25px;
  content: "";
  width: 54px;
  height: 54px;
  background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/common/ico/ico_insta02.png") #F00075 center 13px no-repeat;
  background-size: 23px 23px;
  border-radius: 50%;
}
#index_twi h3 {
  background: #111;
}
#index_twi h3::after {
  position: absolute;
  left: calc(50% - 27px);
  top: -25px;
  content: "";
  width: 54px;
  height: 54px;
  background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/common/ico/ico_x02.png") #111 center 13px no-repeat;
  background-size: 23px 23px;
  border-radius: 50%;
}
.index_insta_box {
  padding: 10px 10px 5px 10px;
  text-align: center;
}
.index_twi_box {
  height: 472px;
  overflow: auto;
}
.index_twi_box iframe {
  width: 100%;
}
  @media screen and (max-width: 767px) {
    #index_insta h3::after {
      left: calc(50% - 7vw);
      top: -25px;
      width: 14vw;
      height: 14vw;
      background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/common/ico/ico_insta02.png") #F00075 center 3vw no-repeat;
      background-size: 6vw auto;
    }
    #index_insta #sb_instagram #sbi_images .sbi_item {
      width: 33.33%!important;
      height: 27vw;
      margin-bottom: 1.66vw!important;
    }
    #index_twi h3::after {
      left: calc(50% - 7vw);
      top: -25px;
      width: 14vw;
      height: 14vw;
      background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/common/ico/ico_x02.png") #111 center 3vw no-repeat;
      background-size: 6.4vw auto;
    }
    .index_insta_box {
      padding: 2.66vw 2.66vw 1vw 2.66vw;
      margin-bottom: 13.33vw
    }
    .index_twi_box {
      height: 80vw;
    }
  }

/*----------------------------------------------------
  アピールエリア
--------------------------------------------------- */
.appeal_wrap {
  overflow: hidden;
  position: relative;
  padding: 90px 0 60px;
  background: #FBF7F1;
  margin-bottom: 80px;
}
.appeal_wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 250px;
  background-image: -moz-linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  background-image: linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
}
.appeal_wrap::after {
  position: absolute;
  left: calc(50% - 325px);
  top: 0;
  content: "";
  width: 650px;
  height: 330px;
  border-style: solid;
  border-width: 330px 325px 0 325px;
  border-color: rgba(255,255,255,0.1) transparent transparent transparent;
}
.appeal_wrap .wrapper {
  z-index: 2;
}
  @media screen and (max-width: 767px) {
    .appeal_wrap {
      padding: 12vw 4vw 9.33vw;
      margin-bottom: 12vw;
    }
    .appeal_wrap::before {
      height: 50vw!important;
    }
    .appeal_wrap::after {
      right: auto;
      left: calc(50% - 32.5vw);
      width: 65vw;
      height: 40vw;
      border-width: 40vw 32.5vw 0 32.5vw;
    }
  }

#index .appeal_wrap {
  padding: 30px 0 60px;
}
#index .appeal_wrap::before {
  height: 380px;
}
#index .appeal_wrap::after {
  top: -66px;
}
#index .appeal_room_ttl {
  color: #fff;
  margin-bottom: 40px;
}
#index .appeal_room_ttl h2 {
  font-size: 4.4rem;
  line-height: 1.4;
}
#index .appeal_room_ttl p {
  font-size: 2rem;
  padding: 10px 0;
}
#index .appeal_room_ttl strong {
  display: inline-block;
  background: #D1AE15;
  border-radius: 25px;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  min-width: 220px;
  padding: 6px 10px;
  margin-top: 12px;
}
  @media screen and (max-width: 767px) {
    #index .appeal_wrap {
      padding: 8vw 0 12vw;
    }
    #index .appeal_wrap::after {
      top: 0;
      left: -2vw;
    }
    #index .appeal_room_ttl {
      height: 42vw;
      margin-bottom: 8vw;
    }
    #index .appeal_room_ttl h2 {
      font-size: 7vw;
    }
    #index .appeal_room_ttl p {
      font-size: 3.73vw;
      padding: 2.66vw 0;
    }
    #index .appeal_room_ttl strong {
      border-radius: 25px;
      font-size: 3.46vw;
      letter-spacing: 0.3vw;
      min-width: 50vw;
      padding: 2vw 3vw;
      margin-top: 1.66vw;
    }
  }

#appeal_room .appeal_list {
  max-width: 1140px;
  margin: 0 auto;
}
#appeal_room .appeal_box {
  width: 320px;
}
#appeal_room .appeal_box figure {
  margin-bottom: 20px;
  text-align: center;
}
#appeal_room .appeal_box figure img {
  width: 280px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.15);
}
#appeal_room .appeal_box dt {
  position: relative;
  color: #d1ae15;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 13px;
  min-height: 72px;
  line-height: 1.5;
}
#appeal_room .appeal_box dt::before {
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
  content: "";
  width: 60px;
  height: 2px;
  background: #d1ae15;
}
#appeal_room .appeal_box dd p {
  font-size: 1.5rem;
  line-height: 1.6;
}
#appeal_room .appeal_box dd small {
  display: inline-block;
  font-size: 1.1rem;
  color: #666;
}
  @media screen and (max-width: 767px) {
    #appeal_room .appeal_list {
      max-width: 100%;
    }
    #appeal_room .appeal_box {
      width: 70vw;
      margin: 0 auto 8vw;
      text-align: center;
    }
    #appeal_room .appeal_box:last-child {
      margin-bottom: 0;
    }
    #appeal_room .appeal_box figure {
      margin-bottom: 4vw;
    }
    #appeal_room .appeal_box figure img {
      width: 70vw;
    }
    #appeal_room .appeal_box dt {
      font-size: 4.4vw;
      padding-bottom: 2vw;
      margin-bottom: 3.73vw;
      min-height: auto;
    }
    #appeal_room .appeal_box dt::before {
      left: calc(50% - 6vw);
      width: 12vw;
    }
    #appeal_room .appeal_box dd {
      text-align: left;
    }
    #appeal_room .appeal_box dd p {
      font-size: 3.73vw;
    }
    #appeal_room .appeal_box dd small {
      font-size: 2.66vw;
    }
  }


/*----------------------------------------------------
  アンカーメニュー
--------------------------------------------------- */
.anchor_menu {
  padding: 55px 0 66px;
}
.anchor_menu li {
  position: relative;
  width: 220px;
  overflow: hidden;
  background-image: -moz-linear-gradient( 0deg, rgba(133,128,139,0.99608) 0%, rgb(105,101,109) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(133,128,139,0.99608) 0%, rgb(105,101,109) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(133,128,139,0.99608) 0%, rgb(105,101,109) 100%);
  background-image: linear-gradient( 0deg, rgba(133,128,139,0.99608) 0%, rgb(105,101,109) 100%);
  transition: all 0.2s ease-in-out 0s;
  margin: 0 7px 14px;
}
.anchor_menu li::after {
  position: absolute;
  left: -55px;
  top: -10px;
  content: "";
  border-style: solid;
  border-width: 70px 67.5px 0 67.5px;
  border-color: #ffffff transparent transparent transparent;
  width: 135px;
  height: 70px;
  opacity: 0.1;
}
.anchor_menu li:hover {
  opacity: 0.7;
}
.anchor_menu li a {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 76px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  padding-bottom: 8px;
}
.anchor_menu li a::before {
  position: absolute;
  left: calc(50% - 6px);
  bottom: 8px;
  content: "";
  width: 12px;
  height: 7px;
  background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/common/ico/ico_arrow05.png") center center no-repeat;
  background-size: 12px 7px;
  transition: all 0.2s ease 0s;
}
.anchor_menu li a:hover::before {
  bottom: 5px;
}
.anchor_menu li small {
  font-size: 1.4rem;
  display: block;
}
.anchor_menu li span {
  display: block;
}
  @media screen and (max-width: 767px) {
    .anchor_menu {
      padding: 8vw 4vw 10.6vw!important;
    }
    .anchor_menu ul {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
    }
    .anchor_menu li {
      width: 48.5%;
      margin: 0 0 3vw 0;
    }
    .anchor_menu li::after {
      left: -11vw;
      top: -3vw;
      border-width: 18.66vw 18vw 0 18vw;
      width: 36vw;
      height: 18.66vw;
    }
    .anchor_menu li a {
      height: 18vw;
      letter-spacing: 0.3vw;
      line-height: 1.3;
      padding-bottom: 2vw;
    }
    .anchor_menu li a::before {
      left: calc(50% - 1.5vw);
      bottom: 1.66vw;
      width: 3vw;
      height: 2.13vw;
      background-size: 3vw auto;
    }
    .anchor_menu li a:hover::before {
      bottom: 1.66vw;
    }
    .anchor_menu li small {
      font-size: 3vw;
    }
  }

.anchor_single_btn {
  text-align: center;
  padding: 26px 0 14px;
}
.anchor_single_btn a {
  position: relative;
  display: inline-block;
  border: solid 1px #a7884d;
  font-weight: 500;
  color: #a7884d;
  text-decoration: none;
  width: 300px;
  height: 72px;
}
.anchor_single_btn a::before {
  position: absolute;
  left: calc(50% - 6px);
  bottom: 8px;
  content: "";
  width: 12px;
  height: 7px;
  background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/common/ico/ico_arrow06.png") center center no-repeat;
  background-size: 12px 7px;
  transition: all 0.2s ease 0s;
}
.anchor_single_btn a:hover::before {
  bottom: 5px;
}
.anchor_single_btn a span {
  width: 100%;
  height: 100%;
}
  @media screen and (max-width: 767px) {
    .anchor_single_btn {
      padding: 4vw 0 3vw;
    }
    .anchor_single_btn a {
      display: block;
      width: 100%;
      height: 18vw;
    }
    .anchor_single_btn a::before {
      left: calc(50% - 1.5vw);
      bottom: 1.66vw;
      width: 3vw;
      height: 2.13vw;
      background-size: 3vw auto;
    }
    .anchor_single_btn a:hover::before {
      bottom: 1.66vw;
    }
  }

/*----------------------------------------------------
  Room room
--------------------------------------------------- */

#room_menu .anchor_menu {
  padding-left: 50px;
  padding-right: 50px;
}

.room_wrap section {
  position: relative;
  padding: 80px 0 90px;
}
.room_wrap section::after {
  position: absolute;
  top: 0;
  content: "";
  width: 1174px;
  height: 600px;
  border-style: solid;
  border-width: 600px 587px 0 587px;
  border-color: rgba(170,139,80,0.1) transparent transparent transparent;
}
.room_wrap section:nth-child(odd)::after {
  right: -420px;
}
.room_wrap section:nth-child(even)::after {
  left: -420px;
}
  @media screen and (max-width: 767px) {
    .room_wrap section {
      padding: 12vw 4vw;
    }
    .room_wrap section::after {
      width: 80vw;
      height: 50vw;
      border-width: 50vw 40vw 0 40vw;
    }
    .room_wrap section:nth-child(odd)::after {
      right: -15vw;
    }
    .room_wrap section:nth-child(even)::after {
      left: -15vw;
    }
  }

.room_box {
  position: relative;
  z-index: 2;
}
.room_img {
  width: 700px;
}
.img_slider .slick-dots {
  padding: 0 15px;
}
.room_txt {
  width: 440px;
  padding-top: 15px;
}
.room_txt p {
  margin-bottom: 40px;
  line-height: 1.9;
}
.room_txt table {
  font-size: 1.5rem;
  margin-bottom: 50px;
}
.room_txt th {
  width: 130px;
  border-top: solid 2px #d1ae15;
  border-bottom: solid 2px #d1ae15;
  font-weight: 400;
  padding: 9px 0;
  text-align: left;
}
.room_txt td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 9px 9px 9px 20px;
}
.room_txt td span {
  display: block;
  line-height: 1.6;
  padding: 7px 0 2px;
}
.room_txt small {
  font-size: 1.3rem;
}
.room_txt .btn03 {
  margin-bottom: 20px;
}
.room_txt .btn03:last-child {
  margin-bottom: 0;
}
  @media screen and (max-width: 767px) {
    .room_img {
      width: 100%;
    }
    .img_slider .slick-dots {
      bottom: 22px;
    }
    .room_txt {
      width: 100%;
      padding-top: 5vw;
    }
    .room_txt p {
      margin-bottom: 5vw;
      line-height: 1.6;
    }
    .room_txt table {
      font-size: 3.46vw;
      margin-bottom: 6.66vw;
      line-height: 1.6;
    }
    .room_txt th {
      width: 30vw;
      padding: 2.66vw 0;
    }
    .room_txt td {
      padding: 2.66vw 0 2.66vw 4vw;
    }
    .room_txt td span {
      padding: 1vw 0 0.66vw;
    }
    .room_txt small {
      font-size: 3.46vw;
    }
    .room_txt .btn03 {
      margin-bottom: 4vw;
    }
    .room_txt .btn03:last-child {
      margin-bottom: 0;
    }
  }

/*Room概要・Amenities*/
#room_overview {
  position: relative;
  padding-top: 70px;
  z-index: 5;
}
#room_overview .sub_ttl02 {
  padding-bottom: 60px;
}
.overview_ttl {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: -20px;
}
.overview_ttl span {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: #49624f;
  border-radius: 20px;
  min-width: 220px;
  line-height: 40px;
  letter-spacing: 0.1rem;
}
#room_equipment {
  position: relative;
  z-index: 3;
  padding: 70px 0 30px;
  background: #E7EAE7;
}
#room_amenity {
  position: relative;
  z-index: 4;
  background: #fff;
  padding: 70px 0 80px;
}
  @media screen and (max-width: 767px) {
    #room_overview {
      padding-top: 12vw;
    }
    #room_overview .sub_ttl02 {
      padding-bottom: 10.66vw;
    }
    .overview_ttl {
      top: -4.5vw;
    }
    .overview_ttl span {
      font-size: 3.73vw;
      border-radius: 5vw;
      min-width: 52vw;
      line-height: 9vw;
      letter-spacing: 0.3vw;
    }
    #room_equipment {
      position: relative;
      z-index: 3;
      padding: 12vw 0 8vw;
    }
    #room_amenity {
      padding: 12vw 0;
    }
  }

.icon_gallery {
  max-width: 880px;
  margin: 0 auto;
}
.icon_gallery dl {
  text-align: center;
  width: 126px;
  margin-bottom: 35px;
}
.icon_gallery dt {
  margin-bottom: 7px;
}
.icon_gallery dt img {
  width: 90px;
  height: auto;
}
.icon_gallery dd {
  font-size: 1.4rem;
  line-height: 1.25;
}
.icon_gallery dd small {
  font-size: 1.2rem;
}
  @media screen and (max-width: 767px) {
    .icon_gallery {
      max-width: 100%;
      padding: 0 3vw;
    }
    .icon_gallery dl {
      width: 33.33%;
      padding: 0 1vw;
      margin-bottom: 5vw;
    }
    .icon_gallery dt {
      margin-bottom: 7px;
    }
    .icon_gallery dt img {
      width: 70%;
    }
    .icon_gallery dd {
      font-size: 3vw;
      line-height: 1.25;
    }
    .icon_gallery dd small {
      font-size: 2.66vw;
    }
  }

/*----------------------------------------------------
  Access access
--------------------------------------------------- */
#access_map {
  position: relative;
  padding: 65px 0 80px;
}
#access_map::after {
  position: absolute;
  top: 0;
  content: "";
  width: 1174px;
  height: 600px;
  border-style: solid;
  border-width: 600px 587px 0 587px;
  border-color: rgba(170,139,80,0.1) transparent transparent transparent;
  left: calc(50% - 1020px);
}
  @media screen and (max-width: 767px) {
    #access_map::after {
      width: 80vw;
      height: 50vw;
      border-width: 50vw 40vw 0 40vw;
      left: -15vw;
    }
  }

#access_map .access_map_lead {
  position: relative;
  z-index: 5;
}
#access_map .access_map_lead p {
  font-size: 1.6rem;
  text-align: center;
  padding: 20px 0 50px;
}
  @media screen and (max-width: 767px) {
    #access_map .access_map_lead p {
      font-size: 4vw;
      padding: 3.33vw 0 9.33vw;
    }
  }

#gmap {
  position: relative;
  z-index: 5;
}
#gmap iframe {
  width: 100%;
}
  @media screen and (max-width: 767px) {
    #access {
      padding-bottom: 6vw;
    }
    #access_map {
      padding: 9.33vw 0;
    }
    #gmap iframe {
      width: 100%;
      height: 70vw;
    }
  }

.access_wrap section {
  position: relative;
  padding: 0 0 90px;
}
  @media screen and (max-width: 767px) {
    .access_wrap section {
      padding: 0 4vw 12vw 4vw;
    }
    .access_wrap .sub_ttl03 span {
      font-size: 4.4vw;
    }
  }

.access_box {
  position: relative;
  z-index: 2;
}
.access_box figure {
  border: solid 1px #d4b572;
  text-align: center;
  margin-bottom: 15px;
}
.access_box figure img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
}
  @media screen and (max-width: 767px) {
    .access_box figure {
      margin-bottom: 2vw;
    }
    .map_click {
      color: #d4b572;
      margin-bottom: 2vw;
    }
    .access_box small {
      display: block;
      font-size: 3.46vw;
      line-height: 1.6;
    }
  }

#car_navigation {
  padding-bottom: 100px;
}
.car_navigation_box {
  width: 580px;
  background: #F2F2F2;
}
.car_navigation_box h3 {
  text-align: center;
  margin-bottom: 20px;
}
.car_navigation_box h3 span {
  display: inline-block;
  background: #69656D;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-weight: 500;
  min-width: 420px;
  padding: 10px;
}
.car_navigation_box ul {
  padding: 0 18px 25px;
  font-size: 1.4rem;
}
.car_navigation_box li {
  padding-left: 14px;
  text-indent: -14px;
}
  @media screen and (max-width: 767px) {
    #car_navigation {
      padding-bottom: 4vw;
    }
    .car_navigation_box {
      width: 100%;
      margin-bottom: 8vw;
    }
    .car_navigation_box h3 {
      margin-bottom: 4vw;
    }
    .car_navigation_box h3 span {
      min-width: 80vw;
      padding: 2.66vw;
    }
    .car_navigation_box ul {
      padding: 0 4vw 5vw;
      font-size: 3.46vw;
      line-height: 1.7;
    }
    .car_navigation_box li {
      padding-left: 3.46vw;
      text-indent: -3.46vw;
    }
  }

.parking_wrap {
  width: 100%;
  height: 280px;
  border: solid 2px #617666;
  background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/access/parking_bg.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 150px;
}
.parking_box {
  position: absolute;
  top: 48px;
  left: 245px;
}
.parking_box p {
  margin-top: 25px;
  font-size: 1.5rem;
}
.parking_link {
  position: absolute;
  left: 680px;
  top: 62px;
  text-align: center;
  color: #617666!important;
}
.parking_link dd span {
  display: inline-block;
  padding-left: 15px;
  margin-top: 5px;
  font-size: 1.4rem;
  text-decoration: underline;
  background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/common/ico/ico_arrow08.png") 0 7px no-repeat;
  background-size:  7px 12px;
}
.parking_link:hover span {
  text-decoration: none;
}
  @media screen and (max-width: 767px) {
    #parking {
      position: relative;
      padding: 0 4vw 13.33vw;
    }
    #parking::after {
      position: absolute;
      top: 0;
      content: "";
      border-style: solid;
      left: -12vw;
      width: 65vw;
      height: 40vw;
      border-width: 40vw 32.5vw 0 32.5vw;
      border-color: #F6F3ED transparent transparent transparent;
    }
    #parking .wrapper {
      z-index: 2;
    }
    .parking_wrap {
      height: auto;
      background: none;
      margin-bottom: 12vw;
      padding: 4vw 3vw;
    }
    .parking_box {
      position: static;
      margin-bottom: 4vw;
    }
    .parking_box p {
      margin-top: 4vw;
      font-size: 3.46vw;
    }
    .parking_link {
      position: static;
    }
    .parking_link dt img {
      width: 28vw;
      height: auto;
    }
    .parking_link dd span {
      padding-left: 3.73vw;
      margin-top: 1vw;
      font-size: 4vw;
      background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/common/ico/ico_arrow08.png") 0 2.66vw no-repeat;
      background-size:  1.66vw auto;
    }
  }


/*----------------------------------------------------
  Facilities・サービス facilities
--------------------------------------------------- */
#appeal_facilities::before {
  height: 220px;
}
#appeal_facilities .appeal_list {
  max-width: 1060px;
  margin: 0 auto 50px;
}
#appeal_facilities .appeal_box {
  display: block;
  width: 300px;
  text-align: center;
  text-decoration: none;
  color: #333;
}
#appeal_facilities .appeal_box:hover img {
  opacity: 1!important;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#appeal_facilities .appeal_box figure {
  margin-bottom: 20px;
}
#appeal_facilities .appeal_box figure img {
  width: 250px;
  border-radius: 50%;
}
#appeal_facilities .appeal_box h3 {
  position: relative;
  font-weight: 500;
  font-size: 1.7rem;
  padding-top: 24px;
}
#appeal_facilities .appeal01:hover {
  color: #980825;
}
#appeal_facilities .appeal01 img {
  box-shadow: 0px 0px 0px 7px rgba(152, 8, 37, 0.5);
}
#appeal_facilities .appeal01 h3::after {
  position: absolute;
  left: calc(50% - 12px);
  top: 0;
  content: "";
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #980825 transparent transparent transparent;
}
#appeal_facilities .appeal02:hover {
  color: #647969;
}
#appeal_facilities .appeal02 img {
  box-shadow: 0px 0px 0px 7px rgba(100, 121, 105, 0.5);
}
#appeal_facilities .appeal02 h3::after {
  position: absolute;
  left: calc(50% - 12px);
  top: 0;
  content: "";
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #647969 transparent transparent transparent;
}
#appeal_facilities .appeal03:hover {
  color: #D1AE15;
}
#appeal_facilities .appeal03 img {
  box-shadow: 0px 0px 0px 7px rgba(209, 174, 21, 0.5);
}
#appeal_facilities .appeal03 h3::after {
  position: absolute;
  left: calc(50% - 12px);
  top: 0;
  content: "";
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #D1AE15 transparent transparent transparent;
}
  @media screen and (max-width: 767px) {
    #appeal_facilities .appeal_list {
      max-width: 100%;
      margin: 0 0 8vw;
    }
    #appeal_facilities .appeal_box {
      width: 80vw;
      margin: 0 auto 8vw;
      text-align: center;
    }
    #appeal_facilities .appeal_box:last-child {
      margin-bottom: 0;
    }
    #appeal_facilities .appeal_box figure {
      margin-bottom: 4vw;
    }
    #appeal_facilities .appeal_box figure img {
      width: 66vw;
    }
    #appeal_facilities .appeal_box h3 {
      font-size: 4.6vw;
      padding-top: 4.6vw;
    }
    #appeal_facilities .appeal_box h3::after {
      left: calc(50% - 3.2vw)!important;
      border-width: 3.46vw 3.33vw 0 3.33vw!important;
    }
  }

.appeal_cafe {
  max-width: 922px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #D1AE15;
}
.appeal_cafe a {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  text-decoration: none;
  color: #fff;
  background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/facilities/facilities_appeal_bnr.jpg") 0 0 no-repeat;
  background-size: cover;
}
.appeal_cafe a:hover {
  opacity: 0.7;
}
.appeal_cafe dl {
  position: absolute;
  right: 28px;
  bottom: 22px;
}
.appeal_cafe dt {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
  @media screen and (max-width: 767px) {
    .appeal_cafe {
      max-width: 100%;
    }
    .appeal_cafe a {
      padding: 10vw 5vw;
      height: auto;
      background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/facilities/facilities_appeal_bnr.jpg") 0 0 no-repeat;
      background-size: cover;
    }
    .appeal_cafe dl {
      position: static;
      line-height: 1.5;
      font-size: 3.46vw;
    }
    .appeal_cafe dt {
      letter-spacing: 0.5vw;
      padding-top: 6vw;
      margin-bottom: 3vw;
    }
    .appeal_cafe dt img {
      width: 70vw;
      height: auto;
    }
  }

#floor_guide {
  position: relative;
  padding: 80px 0 120px;
}
#floor_guide::after {
  position: absolute;
  top: 0;
  content: "";
  width: 1174px;
  height: 600px;
  border-style: solid;
  border-width: 600px 587px 0 587px;
  border-color: rgba(170,139,80,0.1) transparent transparent transparent;
  right: calc(50% - 1020px);
}
#floor_guide .wrapper {
  z-index: 2;
}
#floor_guide figure {
  max-width: 1160px;
  margin: 0 auto;
  border: solid 1px #DDC48E;
}
  @media screen and (max-width: 767px) {
    #floor_guide {
      padding: 12vw 4vw;
    }
    #floor_guide::after {
      width: 80vw;
      height: 50vw;
      border-width: 50vw 40vw 0 40vw;
      right: -15vw;
    }
  }

/*朝食・カフェ*/
.cafe_wrap {
  position: relative;
  width: 100%;
  height: 420px;
  margin-bottom: 50px;
}
.cafe_wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.cafe_wrap figure img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.cafe_wrap .wrapper {
  height: 100%;
  align-items: center;
}
  @media screen and (max-width: 767px) {
    .cafe_wrap {
      height: auto;
      margin-bottom: 4vw;
    }
    .cafe_wrap figure {
      position: relative;
    }
    .cafe_wrap figure img {
      width: 100%;
      height: 50vw;
    }
    .cafe_wrap .wrapper {
      height: 100%;
    }
  }

.cafe_box {
  width: 500px;
  padding: 30px 70px 40px;
  background: rgba(255,255,255,0.9);
}
.cafe_box h2 {
  text-align: center;
  margin-bottom: 18px;
}
.cafe_box h2 b {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 8px;
  color: #D4B572;
}
.cafe_box h2 b::after {
  position: absolute;
  left: calc(50% - 17px);
  bottom: 0;
  content: "";
  width: 34px;
  height: 1px;
  background: #D4B572;
}
.cafe_box h2 span {
  display: block;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.cafe_info {
  padding: 25px;
  border: solid 1px #D4B572;
}
.cafe_info dl {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.cafe_info dl:last-child {
  margin-bottom: 0;
}
.cafe_info dt {
  width: 78px;
  text-align: center;
}
.cafe_info dt span {
  display: block;
  color: #fff;
  background: #D4B572;
}
.cafe_info dd {
  padding-left: 12px;
}
  @media screen and (max-width: 767px) {
    .cafe_box {
      position: relative;
      top: -8vw;
      width: 92vw;
      margin: 0 auto;
      padding: 5vw;
    }
    .cafe_box h2 {
      margin-bottom: 4vw;
    }
    .cafe_box h2 b {
      font-size: 7vw;
      letter-spacing: 0.3vw;
      margin-bottom: 2.33vw;
      padding-bottom: 1vw;
    }
    .cafe_box h2 b::after {
      left: calc(50% - 4vw);
      width: 8vw;
    }
    .cafe_box h2 span {
      font-size: 4vw;
      letter-spacing: 0.5vw;
    }
    .cafe_info {
      padding: 4vw;
    }
    .cafe_info dl {
      font-size: 3.73vw;
      margin-bottom: 4vw;
    }
    .cafe_info dt {
      width: 22vw;
    }
    .cafe_info dd {
      padding-left: 3vw;
    }
  }

#cafetime .cafe_box h2 b {
  color: #617666;
}
#cafetime .cafe_box h2 b::after {
  background: #617666;
}
#cafetime .cafe_info {
  border: solid 1px #617666;
}
#cafetime .cafe_info dt span {
  background: #617666;
}

/*サービス*/
#service {
  padding: 20px 0 50px;
}
#service .icon_gallery {
  margin-top: 50px;
}
  @media screen and (max-width: 767px) {
    #service {
      position: relative;
      padding: 12vw 0;
    }
    #service::after {
      position: absolute;
      top: 0;
      content: "";
      border-style: solid;
      border-color: rgba(170,139,80,0.1) transparent transparent transparent;
      width: 80vw;
      height: 50vw;
      border-width: 50vw 40vw 0 40vw;
      left: -15vw;
    }
    #service .icon_gallery {
      margin-top: 8vw;
    }
  }

/*館内案内*/
#hotel_info {
  position: relative;
  padding-top: 60px;
}
#hotel_info::after {
  position: absolute;
  top: 0;
  content: "";
  width: 1174px;
  height: 600px;
  border-style: solid;
  border-width: 600px 587px 0 587px;
  border-color: rgba(170,139,80,0.1) transparent transparent transparent;
  left: calc(50% - 1020px);
}
#hotel_info .wrapper {
  z-index: 5;
}
.hotel_info_box {
  width: 360px;
  margin: 0 60px 50px 0;
  padding: 10px;
  background: #fff;
  border: solid 1px #D4B572;
}
.hotel_info_box:nth-child(3n) {
  margin-right: 0;
}
.hotel_info_box figure {
  margin-bottom: 10px;
  border: solid 1px #eee;
}
.hotel_info_txt {
  position: relative;
  padding: 18px 18px 15px 18px;
}
.hotel_info_txt::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #d1af15 transparent transparent transparent;
}
.hotel_info_txt h3 {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: 0.1rem;
}
.hotel_info_txt p {
  font-size: 1.5rem;
  line-height: 1.7;
}
.hotel_info_txt small {
  font-size: 1.4rem;
}
.hotel_info_txt p span {
  display: inline-block;
}
  @media screen and (max-width: 767px) {
    #hotel_info {
      padding-top: 12vw;
    }
    #hotel_info::after {
      position: absolute;
      top: 0;
      content: "";
      border-style: solid;
      border-color: rgba(170,139,80,0.1) transparent transparent transparent;
      width: 80vw;
      height: 50vw;
      border-width: 50vw 40vw 0 40vw;
      left: auto;
      right: -15vw;
    }
    .hotel_info_wrap {
      padding: 0 4vw;
    }
    .hotel_info_box {
      width: 100%;
      margin: 0 0 6vw 0;
      padding: 3vw;
    }
    .hotel_info_box figure {
      margin-bottom: 3vw;
    }
    .hotel_info_txt {
      padding: 4vw 4vw 3vw 4vw;
    }
    .hotel_info_txt::after {
      width: 5vw!important;
      height: 5vw!important;
      border-width: 5vw 5vw 0 0!important;
    }
    .hotel_info_txt h3 {
      font-size: 4.6vw;
      text-align: left;
      margin-bottom: 3vw;
      letter-spacing: 0.3vw;
    }
    .hotel_info_txt p {
      font-size: 3.46vw;
    }
    .hotel_info_txt small {
      font-size: 3vw;
    }
  }

#hotel_info01 {
  margin-top: 50px;
}
#hotel_info01 .hotel_info_box {
  background: #FDF5F7;
  border: solid 1px #A36D78;
}
#hotel_info01 .hotel_info_txt::after {
  border-color: #980825 transparent transparent transparent;
}
#hotel_info01 .hotel_info_txt h3 {
  color: #980825;
}
#hotel_info02 .hotel_info_box {
  background: #EFF1F0;
  border: solid 1px #B7BEB9;
}
#hotel_info02 .hotel_info_txt::after {
  border-color: #647969 transparent transparent transparent;
}
#hotel_info02 .hotel_info_txt h3 {
  color: #647969;
}
#hotel_info03 .hotel_info_box {
  background: #F6F3ED;
  border: solid 1px #D4B572;
}
#hotel_info03 .hotel_info_txt::after {
  border-color: #D1AE15 transparent transparent transparent;
}
#hotel_info03 .hotel_info_txt h3 {
  color: #D1AE15;
}
  @media screen and (max-width: 767px) {
    #hotel_info01 {
      margin-top: 8vw;
    }
  }

#hotel_info04 {
  position: relative;
  background: #F6F3ED;
}
#hotel_info04::after {
  position: absolute;
  top: 0;
  content: "";
  width: 1174px;
  height: 600px;
  border-style: solid;
  border-width: 600px 587px 0 587px;
  border-color: #EEE8DD transparent transparent transparent;
  right: calc(50% - 1100px);
}
.hotel_info_other {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 1px;
}
  @media screen and (max-width: 767px) {
    #hotel_info04::after {
      display: none;
    }
    .hotel_info_other {
      max-width: 100%;
      padding: 6vw 0;
    }
  }

/*Facilities概要*/
#facility_overview {
  position: relative;
  padding: 90px 0 160px;
}
#facility_overview::after {
  position: absolute;
  left: calc(50% - 63px);
  top: 0;
  content: "";
  border-style: solid;
  border-width: 64px 63px 0 63px;
  border-color: #f6f3ed transparent transparent transparent;
}
.facility_overview_wrap {
  background: #E7EAE7;
  padding: 40px 0;
  margin-top: 35px;
}
.overview_tbl {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.5rem;
}
.overview_tbl th {
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: #617666;
  vertical-align: middle;
  width: 220px;
  padding: 12px 10px;
  border-bottom: solid 1px #E7EAE7;
}
.overview_tbl td {
  padding: 12px 22px 12px;
  border-bottom: solid 1px #BFC7C0;
}
.overview_tbl td span {
  display: inline-block;
}
.overview_tbl tr:last-child th,
.overview_tbl tr:last-child td {
  border-bottom: none;
}
.facility_bnr {
  max-width: 960px;
  margin: 70px auto 0;
}
  @media screen and (max-width: 767px) {
    #facility_overview {
      padding: 15.33vw 0 20vw;
    }
    #facility_overview::after {
      left: calc(50% - 10.66vw);
      border-width: 12vw 10.66vw 0 10.66vw;
    }
    .facility_overview_wrap {
      padding: 8vw 3vw;
      margin-top: 8vw;
    }
    .overview_tbl {
      max-width: 100%;
      font-size: 3.46vw;
      line-height: 1.6;
    }
    .overview_tbl th {
      width: 33%;
      padding: 3vw 2vw;
    }
    .overview_tbl td {
      padding: 3vw 2vw;
    }
    .overview_tbl tr:last-child th,
    .overview_tbl tr:last-child td {
      border-bottom: none;
    }
    .facility_bnr {
      max-width: 100%;
      padding: 0 3vw;
      margin: 8vw auto 0;
    }
  }

/*----------------------------------------------------
  お問い合わせ contact
--------------------------------------------------- */
.main_lead {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 190px;
  text-align: center;
  background-image: -moz-linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  background-image: linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  padding: 32px 0 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffff;
  line-height: 1.7;
}
.main_lead::after {
  position: absolute;
  left: calc(50% - 325px);
  top: 0;
  content: "";
  width: 650px;
  height: 330px;
  border-style: solid;
  border-width: 330px 325px 0 325px;
  border-color: rgba(255,255,255,0.1) transparent transparent transparent;
}
.main_lead .wrapper {
  z-index: 2;
}
.main_lead h2 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 12px;
}
.main_lead h2::after {
  position: absolute;
  left: calc(50% - 17px);
  bottom: 0;
  content: "";
  width: 34px;
  height: 1px;
  background: #fff;
}
  @media screen and (max-width: 767px) {
    .main_lead {
      height: auto;
      min-height: 35vw;
      padding: 4.66vw 0 2.66vw;
      line-height: 1.6;
    }
    .main_lead::after {
      right: auto;
      left: calc(50% - 32.5vw);
      width: 65vw;
      height: 40vw;
      border-width: 40vw 32.5vw 0 32.5vw;
    }
    .main_lead h2 {
      font-size: 5.33vw;
      padding-bottom: 3vw;
    }
    .main_lead h2::after {
      left: calc(50% - 5vw);
      width: 10vw;
    }
  }

#contact .main_lead p {
  font-size: 1.6rem;
}
  @media screen and (max-width: 767px) {
    #contact .main_lead p {
      font-size:3.73vw;
      padding: 0 5vw;
    }
  }

#contact_chat {
  padding: 90px 0;
}
.contact_chat_sample {
  max-width: 900px;
  margin: 0 auto;
  background: #ddd;
  padding: 150px 10px;
  font-size: 120%;
}
  @media screen and (max-width: 767px) {
    #contact_chat {
      padding: 12vw 4vw;
    }
    .contact_chat_sample {
      padding: 18vw 4vw;
      font-size: 4vw;
    }
  }

#contact_mail {
  position: relative;
  padding: 70px 0 120px;
}
#contact_mail::after {
  position: absolute;
  top: 0;
  content: "";
  width: 1174px;
  height: 600px;
  border-style: solid;
  border-width: 600px 587px 0 587px;
  border-color: rgba(170,139,80,0.1) transparent transparent transparent;
  right: calc(50% - 1036px);
}
#contact_mail .wrapper {
  z-index: 2;
}
#contact_mail .sub_ttl01 b {
  font-size: 3rem;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.contact_lead {
  margin-bottom: 45px;
}
  @media screen and (max-width: 767px) {
    #contact_mail {
      padding: 12vw 4vw 15.33vw;
    }
    #contact_mail::after {
      right: -15vw;
      width: 80vw;
      height: 50vw;
      border-width: 50vw 40vw 0 40vw;
    }
    #contact_mail .sub_ttl01 b {
      font-size: 6vw;
      margin-bottom: 5vw;
    }
    .contact_lead {
      margin-bottom: 8vw;
      text-align: left;
    }
  }

.form_area {
  max-width: 900px;
  margin: 0 auto;
}
.form_area table {
  margin-bottom: 40px;
}
.form_area th {
  width:34%;
  padding: 10px 20px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  text-align:left;
  background:#FBF7F1;
  font-weight:400;
  vertical-align:middle;
  color: #111111;
  font-size: 1.6rem;
}
.form_area th span {
  display:block;
  position:relative;
  padding-right: 80px;
}
.form_area th em {
  position:absolute;
  right:0;
  top: 0;
  color:#fff;
  font-style:normal;
  display:inline-block;
  line-height: 1.5;
  padding: 4px 10px;
  font-size: 1.2rem;
  border-radius: 5px;
}
.form_area th .require {
  background: #980825;
}
.form_area td {
  padding: 10px 20px;
  background: rgba(255,255,255,0.9);
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.form_area td .wpcf7-text, 
.form_area td textarea {
  font-size:1.6rem;
  padding: 10px 15px;
  background: #f2f2f2;
  border: none;
  width: 100%;
  margin: 5px 0;
  outline: none;
}
.form_area td textarea {
  height: 220px;
}
  @media screen and (max-width: 767px) {
    .form_area table,
    .form_area tbody,
    .form_area tr,
    .form_area th,
    .form_area td {
      display: block;
      width: 100%!important;
      font-size: 1.6rem;
    }
    .form_area table {
      margin-bottom: 10px;
    }
    .form_area th {
      padding: 10px 15px;
      background: #F6F3ED;
    }
    .form_area th span {
      padding-right: 60px;
    }
    .form_area th em {
      top: 1px;
      padding: 3px 10px;
      font-size: 1.3rem;
    }
    .form_area td {
      padding: 10px 0;
      border: none;
    }
    .form_area td .wpcf7-text, 
    .form_area td textarea {
      padding: 9px 12px;
      margin: 3px 0;
    }
    .form_area td textarea {
      height: 220px;
    }
  }

.doui_box {
  text-align: center;
  margin-bottom: 40px;
}
.row-submit {
  text-align: center;
}
  @media screen and (max-width: 767px) {
    .doui_box {
      font-size: 1.5rem;
      padding: 0 20px;
      margin-bottom: 30px;
    }
  }

/*プレースホルダー*/
::-webkit-input-placeholder { color:#999; opacity: 1; }
:-moz-placeholder { color:#999; opacity: 1; }
::-moz-placeholder { color:#999; opacity: 1; }

:focus::-webkit-input-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; }
:focus::-moz-placeholder { color:transparent; }

/*ボタン*/
.submit-btn {
  position: relative;
  display: inline-block;
}
.submit-btn::after {
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
  content: "";
  width: 7px;
  height: 12px;
  background: url("/raffine/wp/wp-content/themes/raffine_theme/assets/img/common/ico/ico_arrow02.png") center center no-repeat;
  background-size: 7px 12px;
  transition: all 0.2s ease 0s;
}
.submit-btn input {
  border: none;
  outline: none;
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  width: 340px;
  padding: 25px 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-image: -moz-linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  background-image: linear-gradient( 0deg, rgba(212,181,114,0.99608) 0%, rgb(166,135,76) 100%);
  box-shadow: 3.536px 3.536px 5px 0px rgba(0, 0, 0, 0.1);
}
.submit-btn input:hover {
  opacity: 0.7;
}
.submit-btn [disabled] {
  background: #ccc!important;
  color: #999!important;
  opacity: 1!important;
}
  @media screen and (max-width: 767px) {
    .submit-btn {
      display: block;
    }
    .submit-btn::after {
      left: 5vw;
      top: 4.4vw;
      font-size: 5vw;
    }
    .submit-btn input {
      display: block;
      min-width: 100%;
      width: 100%;
      padding: 4vw 2vw;
      font-size: 1.6rem;
    }
  }

.wpcf7 .ajax-loader {
  position: absolute;
  right: calc(50% - 35px)!important;
  bottom: -35px!important;
}
