@charset "UTF-8";
/* Scss Document */
/*color*/
/*font*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@font-face {
  font-family: "Optima LT Std";
  src: url("../fonts/optimaltstd.woff2") format("woff2"), url("../fonts/optimaltstd.woff") format("woff");
}
/*layout*/
/*----------------------------------------------------
	楽天パーツ
----------------------------------------------------*/
.rt-header {
  z-index: 0;
}

#htlContents {
  position: relative;
  width: 1190px;
  min-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  min-width: none;
}
#htlContents #htlBrdCrmbs,
#htlContents #htlHeader {
  margin: 0 auto;
  max-width: 1190px;
  width: calc(100% - 30px);
}

#htlMainContent {
  width: 100% !important;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#htlMainContent > div:first-child {
  margin: 0 auto;
  max-width: 1190px;
  width: calc(100% - 30px);
}

div#RthCustomizeW {
  clear: both;
  width: 1190px;
  margin: 0 auto 10px auto;
  padding: 0;
}

#widewrapper {
  width: 100%;
}

/*左カラム*/
#htlSide-A {
  position: absolute;
  left: -210px;
  top: 970px;
}
@media (max-width: 1677px) {
  #htlSide-A {
    left: min(10px, (100vw - 1190px) / -2 + 33px);
  }
}

#upfrntPlans {
  display: none;
}

.module-history-domsearch {
  display: none;
}

/*楽天 style-pc.cssにも記載あり（ローカル・デモ再現用）*/
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  overflow-x: clip;
}

/*追加*/
body {
  overflow-x: clip;
  min-width: 1250px;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Safari */
}
body#TOP {
  min-width: 1250px;
}

/*----------------------------------------------------
	全体
----------------------------------------------------*/
.all {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}
.all img {
  max-width: 100%;
}

p {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
}

.ovh {
  overflow: hidden;
}

.ovv {
  overflow: visible !important;
}

.en {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
}

.f_sans {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

.lhc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.lhc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.tate {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
}
.tate span {
  text-orientation: upright;
  letter-spacing: -10px;
}

.wrp {
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.lrg_cnt {
  width: 1780px;
  margin-left: -295px;
}
.lrg_cnt > iframe {
  width: 100%;
}

.wrp.pd {
  padding-left: 10px;
  padding-right: 10px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.flex {
  display: flex;
}

.header h3 {
  color: #ffa634 !important;
  margin-bottom: 20px;
}
.header h4 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.t-head img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
.all a {
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  /*&:hover img {	
  	opacity: 0.6;
  }*/
}
.all a:hover {
  color: #000000;
}
.all a.underline {
  text-decoration: underline;
}
.all a.underline:hover {
  text-decoration: none;
}

.all {
  line-height: 1.5;
}
.all h2,
.all h3,
.all h4,
.all h5 {
  color: #000000;
  font-weight: 500;
}
.all p {
  color: #000000;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.btn01 {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 180px;
  height: 38px;
  border-radius: 40px;
  background: #000000;
  border: 1px solid #000000;
  overflow: hidden;
  transition: 0.5s border-color, 0.5s background-color;
}
.btn01::after {
  content: "";
  position: absolute;
}
.btn01--l {
  width: 200px;
  height: 46px;
}
.btn01 .text {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.5s transform;
  padding-left: 17px;
}
.btn01 .text.en {
  color: #FFF !important;
  font-family: "Optima LT Std", serif;
  font-size: 20px;
}
.btn01 .text.ja {
  color: #000000;
  transform: translateY(100%);
  font-size: 16px;
}
.btn01 .arrow {
  position: absolute;
  right: 1em;
}
.btn01 .arrow svg {
  display: block;
}
.btn01 .arrow path {
  stroke: #FFF;
  transform: 0.5s stroke;
}
@media (any-hover: hover) {
  .btn01:hover {
    background: #FFF;
  }
  .btn01:hover .text.en {
    transform: translateY(-100%);
  }
  .btn01:hover .text.ja {
    transform: translateY(0%);
  }
  .btn01:hover .arrow path {
    stroke: #000000;
  }
}

.btn_arw {
  background-color: #000000;
  color: #fff !important;
  width: 113px;
  height: 113px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s;
}
.btn_arw span {
  line-height: 1.2em;
  text-align: center;
  font-family: "Optima LT Std", serif;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 29px;
  position: relative;
}
.btn_arw span:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  bottom: -14px;
}
.btn_arw:hover span:after {
  width: 38px;
}
.btn_arw:hover img {
  opacity: 1 !important;
}

.btn-01 {
  width: 200px;
  position: relative;
  line-height: 1;
  border: 1px solid #000000;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
.btn-01 a {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
.btn-01:after {
  content: "";
  display: block;
  background: url("../com/btn-arrow.png") no-repeat right center;
  width: 50px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -25px;
  transition: 0.5s;
}
.btn-01:hover {
  background-color: #ffa634;
  border: 1px solid #ffa634;
}
.btn-01:hover a {
  color: #fff;
}
.btn-01:hover:after {
  opacity: 0;
}

.btn-02 {
  display: block;
  /*width: 100%;
  max-width: 240px;*/
  width: 240px;
  position: relative;
  padding: 10px 0;
  background: url("../com/btn-arrow-row.png") no-repeat right center;
  line-height: 1;
}
.btn-02:before, .btn-02:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
}
.btn-02:before {
  -webkit-transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: 100% 100%;
}
.btn-02:after {
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 0 0;
}
.btn-02:hover:before {
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-02:hover:after {
  -webkit-transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*----------------------------------------------------
	ページ内リンク　
----------------------------------------------------*/
#p-link .link-txt {
  text-align: center;
}
#p-link .p-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  justify-content: center;
}
#p-link .p-nav li {
  width: calc((100% - 120px) / 4);
}
@media (max-width: 1400px) {
  #p-link .p-nav .nav-br-hidden {
    display: none;
  }
}
#p-link .p-nav .p-link {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #c9c9c9;
}
#p-link .p-nav .p-link::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #000000;
  transition: 0.5s width;
  content: "";
}
#p-link .p-nav .p-link::after {
  width: 20px;
  aspect-ratio: 20/11;
  background: url(../com/arrow_down.svg) no-repeat center/contain;
  content: "";
}
@media (max-width: 1400px) and (min-width: 1024px) {
  #p-link .p-nav .p-link::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
#p-link .p-nav .p-link .main {
  flex-shrink: 0;
  margin-right: 0.8em;
  font-family: "Optima LT Std", serif;
  font-size: 20px;
}
#p-link .p-nav .p-link .sub {
  flex: 1;
  font-size: 12px;
}
@media (any-hover: hover) {
  #p-link .p-nav .p-link:hover::before {
    width: 100%;
  }
}
#p-link .img-link {
  width: 1150px;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#p-link .img-link ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
#p-link .img-link ul li {
  position: relative;
}
#p-link .img-link ul li .img {
  position: relative;
  aspect-ratio: 280/400;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  transition: 0.5s box-shadow;
}
#p-link .img-link ul li .img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  transition: 0.5s opacity;
}
#p-link .img-link ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#p-link .img-link ul li .tit {
  margin-top: 10px;
  font-weight: normal;
}
#p-link .img-link ul li .tit .sub {
  font-size: 30px;
  display: block;
  font-family: "Optima LT Std", serif;
  line-height: 1.2;
}
#p-link .img-link ul li .tit .main {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
#p-link .img-link ul li:hover .img {
  box-shadow: none;
}
#p-link .img-link ul li:hover .img::before {
  opacity: 1;
}

.lb {
  position: relative;
  padding-left: 20px;
}
.lb:before {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
  top: calc((2 - 1) * 0.5em);
  left: 0;
  width: 4px;
  height: calc(100% - (2 - 1) * 1em);
}
.lb.bw1 {
  position: relative;
  padding-left: 25px;
}
.lb.bw1:before {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
  top: calc((2 - 1) * 0.5em);
  left: 0;
  width: 1px;
  height: calc(100% - (2 - 1) * 1em);
}

/*----------------------------------------------------
	画像
----------------------------------------------------*/
img {
  border: 0;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: bottom;
  /* [disabled]margin: 0px 0px 0px 0px; */
}

/*----------------------------------------------------
	メインコンテンツ
----------------------------------------------------*/
#main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

.cont01 {
  padding-top: 90px;
  padding-bottom: 90px;
}
header.large + .cont01 {
  padding-top: 0;
}

.cont02 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.column + .cont02 {
  padding-top: 100px;
}
header.large + .cont02 {
  padding-top: 0;
}

/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/
.logo {
  height: 115px;
  text-align: center;
}

#mv {
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#mv .mv_img {
  width: 2000px;
  margin-left: -405px;
  position: relative;
}
#mv .mv_img:after {
  content: "";
  display: block;
  width: 2000px;
  height: 180px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.n-mv {
  position: relative;
}
.n-mv .mv-img {
  width: 2000px;
  margin-left: -405px;
}
.n-mv .mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.n-mv .mv-text .mv-en {
  font-size: 80px;
  line-height: 1.2;
  font-family: "Optima LT Std", serif;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.n-mv .mv-text .mv-ja {
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

/*----------------------------------------------------
	中ページセクション
----------------------------------------------------*/
.m-cont {
  width: 2000px;
  margin-left: -405px;
  position: relative;
  overflow: hidden;
}

.p-wave {
  z-index: -1;
  width: 8100px;
  position: absolute;
  top: -1000px;
  right: -11vw;
  transform-origin: right top;
  transform: translateX(-50%);
}
.p-wave img {
  position: absolute;
  top: 0;
  left: 0;
}
.p-wave.p-wave-01 {
  aspect-ratio: 8100/93;
  transform: rotate(-30deg);
}
.p-wave.p-wave-01 img {
  animation: subwave 20s linear 0s infinite;
}
.p-wave.p-wave-02 {
  aspect-ratio: 8100/107;
  transform: rotate(-33deg) translateY(-50%);
}
.p-wave.p-wave-02 img {
  animation: subwave 21s linear 0s infinite;
}

@keyframes subwave {
  100% {
    transform: translateX(4050px) translateZ(0);
  }
}
@keyframes subwaveSp {
  100% {
    transform: translateX(2025px) translateZ(0);
  }
}
.p-deco {
  position: absolute;
  z-index: -1;
}
.p-deco.p-deco-01 {
  top: 0;
  right: 0;
  transform: translateY(-30%);
  width: 45.1%;
}
.p-deco.p-deco-02 {
  top: 420px;
  left: 0;
  width: 36.25%;
}
.p-deco img {
  width: 100%;
}

/*----------------------------------------------------
	#gnav	ナビ
----------------------------------------------------*/
#gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}
#gnav ul {
  display: flex;
  justify-content: center;
  flex-grow: 0;
  align-items: center;
}
#gnav ul li {
  height: 60px;
  position: relative;
  padding-right: 35px;
  padding-left: 35px;
  transition: transform 0.3s;
}
#gnav ul li:last-child {
  margin-right: 0;
}
#gnav ul li a {
  display: flex;
  text-align: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Optima LT Std", serif;
  color: #000000;
  font-size: 22px;
}
#gnav ul li a span {
  font-family: "Optima LT Std", serif;
  color: #000000;
  font-size: 22px;
  position: relative;
  z-index: 2;
}
#gnav ul li::after {
  position: absolute;
  left: 0;
  content: "";
  width: 80%;
  height: 1px;
  background: #271f1c;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%) scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
#gnav ul li:hover::after {
  transform: translateX(-50%) scale(1, 1);
}
#gnav ul li:hover::before {
  transform: scale(1, 1);
}

#gnav02 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  background: #211910;
  position: relative;
  width: 2000px;
  margin-left: -405px;
}
#gnav02 ul {
  display: flex;
  justify-content: center;
  flex-grow: 0;
  height: 108px;
  align-items: center;
}
#gnav02 ul li {
  height: 60px;
  border-left: 1px solid #dfdbd5;
  position: relative;
  padding-right: 35px;
  padding-left: 35px;
}
#gnav02 ul li:last-child {
  border-right: 1px solid #dfdbd5;
}
#gnav02 ul li a {
  display: flex;
  text-align: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-size: 20px;
}
#gnav02 ul li a span {
  font-size: 16px;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
}

/*----------------------------------------------------
	検索
----------------------------------------------------*/
#search {
  padding-top: 40px;
}
#search iframe {
  width: 1000px;
  height: 593px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------------------------
	右固定
----------------------------------------------------*/
#right_fixed {
  position: fixed;
  right: 47px;
  bottom: 190px;
  z-index: 1000;
}
#right_fixed .c-btn {
  max-width: 518px;
  border-radius: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1;
}
#right_fixed .c-btn.search {
  background: #ffa634;
}
#right_fixed .c-btn.search .circle {
  color: #000000;
}
#right_fixed .c-btn.search .circle .en {
  font-family: "Optima LT Std", serif;
  font-size: 26px;
  line-height: 1;
}
#right_fixed .c-btn.search .circle .en + .en {
  margin-top: 5px;
}
#right_fixed .circle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#right_fixed .circle span {
  font-weight: bold;
}
#right_fixed .circle span + span {
  margin-top: 10px;
}
#right_fixed .c-btn + .c-btn {
  margin-top: 30px;
}

/*----------------------------------------------------
	共通ヘッダー
----------------------------------------------------*/
header.large {
  margin-bottom: 50px;
  text-align: center;
}
header.large h3 {
  font-size: 35px;
  line-height: 1;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.2857142857;
}
header.large h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2857142857) * 0.5em);
  content: "";
}
header.large h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2857142857) * 0.5em);
  content: "";
}
header.large.gold h3 {
  color: #ffa634;
}
header.large.left {
  text-align: left;
}

header.middle {
  margin-bottom: 50px;
  text-align: center;
}
header.middle h3 {
  font-size: 35px;
  line-height: 1;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}
header.middle.black h3 {
  color: #000000;
}
header.middle p {
  margin-top: 10px;
  margin-bottom: -30px;
}
header.middle p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
header.middle p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

header.small {
  margin-bottom: 40px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
}
header.small h3 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 200;
}
header.small h3 span {
  font-style: italic;
  font-size: 46px;
}

/*----------------------------------------------------
	見出し単品
----------------------------------------------------*/
.tit01 {
  font-size: 50px;
  font-family: "Optima LT Std", serif;
  line-height: 1.2;
}
.tit01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.tit01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}

.tit02 {
  font-size: 30px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 20px;
  line-height: 1.2;
}
.tit02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.tit02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
.tit02.en {
  font-family: "Optima LT Std", serif;
}
.boxes > div > .tit02:first-child {
  padding: 0 20px;
}

.tit03 {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 25px;
}

.tit04 {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
}

.t-head .tit01 {
  text-align: center;
}
.t-head .tit02 {
  text-align: center;
}
.t-head p {
  margin-top: 10px;
  text-align: center;
}

/*----------------------------------------------------
	カラム配置箇所
----------------------------------------------------*/
.column {
  width: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 230px;
  padding-right: 230px;
}
@media (max-width: 1650px) {
  .column {
    padding-right: 0;
  }
}
.column .wrp {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  /*@media (max-width:1650px){
  	max-width: 100%;
  	margin-left: 0;
  	padding-right: 0;
  }*/
}

/*----------------------------------------------------
	導入
----------------------------------------------------*/
#lead:not(.top) {
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
#lead:not(.top):after {
  content: "";
  display: block;
  width: 2000px;
  height: 612px;
  position: absolute;
  bottom: -60px;
  left: -405px;
  z-index: -1;
  background: url(../com/bf_bg.png);
}
#lead:not(.top) .wrp {
  width: 1150px;
}
#lead:not(.top) .wrp h2 {
  font-size: 70px;
  color: #ffa634;
  text-align: center;
  padding-bottom: 30px;
  font-family: "Optima LT Std", serif;
  transform: scale(1.1, 1);
}
#lead:not(.top) .wrp .img {
  width: 1150px;
  margin: 0 auto;
}
#lead:not(.top) .wrp .text {
  width: 910px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 42px;
}
#lead:not(.top) .wrp .text p {
  font-size: 15px;
}
#lead:not(.top) .wrp .text h3 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#lead:not(.top) .wrp .textflex {
  /*20250529追記*/
  width: 1150px;
  display: flex;
  margin-left: inherit;
  margin-right: inherit;
  align-items: flex-end;
}
#lead:not(.top) .wrp .textlead {
  /*20250529追記*/
  width: 920px;
  padding-right: 40px;
}
#lead:not(.top).sub-lead {
  margin-bottom: 20px;
}
#lead:not(.top).sub-lead:after {
  content: "";
  display: block;
  width: 2000px;
  height: 360px;
  position: absolute;
  bottom: -80px;
  left: -405px;
  z-index: -1;
  background: url(../com/bf_bg02.png);
}
#lead:not(.top).sub-lead .wrp {
  width: 1150px;
}
#lead:not(.top).sub-lead .wrp h2 {
  font-size: 70px;
  color: #ffa634;
  text-align: center;
  padding-bottom: 80px;
  font-family: "Optima LT Std", serif;
  transform: scale(1.1, 1);
}
#lead:not(.top).sub-lead .wrp .img {
  width: 1150px;
  margin: 0 auto;
}
#lead:not(.top).sub-lead .wrp .text {
  width: 910px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 42px;
}
#lead:not(.top).sub-lead .wrp .text p {
  font-size: 15px;
}
#lead:not(.top).sub-lead .wrp .text h3 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#lead:not(.top).sub-lead .wrp .textflex {
  /*20250529追記*/
  width: 1150px;
  display: flex;
  margin-left: inherit;
  margin-right: inherit;
  align-items: flex-end;
}
#lead:not(.top).sub-lead .wrp .textlead {
  /*20250529追記*/
  width: 920px;
  padding-right: 40px;
}

.n-lead {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.n-lead .wrp {
  width: 500px;
}
.n-lead h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 25px;
}
.n-lead .lead01,
.n-lead .lead02,
.n-lead .lead03 {
  position: absolute;
}
.n-lead .lead01 {
  top: 50px;
  left: 400px;
}
.n-lead .lead02 {
  bottom: 15px;
  left: 400px;
}
.n-lead .lead03 {
  bottom: 60px;
  right: 400px;
}
.n-lead iframe {
  width: 2000px;
  height: 280px;
  margin-top: 50px;
}

/*----------------------------------------------------
	メインスライダー
----------------------------------------------------*/
.w-panel iframe {
  width: 2000px;
  margin-left: -405px;
  height: 600px;
}
.w-panel .t-box {
  display: flex;
  gap: 50px;
  margin-top: 40px;
}
.w-panel .t-box .t-cont {
  flex: 1;
  width: 760px;
}
.w-panel .t-box .t-cont .tit03 {
  margin-bottom: 15px;
}
.w-panel .t-box02 {
  margin-top: 40px;
}
.w-panel .t-box02 .tit03 {
  margin-bottom: 20px;
}
.w-panel .t-box02 .t-main {
  display: flex;
  align-items: flex-start;
}
.w-panel .t-box02 .t-main .text {
  width: 750px;
}
.w-panel .t-box02 .t-main .info {
  width: 270px;
  margin-top: 0.3em;
  border-left: 1px solid;
  margin-left: 20px;
  padding-left: 20px;
}
.w-panel .t-box02 .t-main .info > div {
  display: flex;
}
.w-panel .t-box02 .t-main .info > div + div {
  margin-top: 0.6em;
}
.w-panel .t-box02 .t-main .info dt {
  width: 100px;
}
.w-panel .t-box02 .t-main .info dd {
  flex: 1;
}
.w-panel .img {
  width: 325px;
}

.m-panel iframe {
  width: 1190px;
  height: 600px;
}
.m-panel .t-box {
  display: flex;
  gap: 50px;
  margin-top: 40px;
}
.m-panel .t-box .t-cont {
  flex: 1;
  width: 760px;
}
.m-panel .t-box .t-cont .tit03 {
  margin-bottom: 15px;
}
.m-panel .t-box02 {
  margin-top: 40px;
}
.m-panel .t-box02 .tit03 {
  margin-bottom: 20px;
}
.m-panel .t-box02 .t-main {
  display: flex;
  align-items: flex-start;
}
.m-panel .t-box02 .t-main .text {
  width: 750px;
}
.m-panel .t-box02 .t-main .info {
  width: 400px;
  margin-top: 0.3em;
  border-left: 1px solid;
  margin-left: 20px;
  padding-left: 20px;
}
.m-panel .t-box02 .t-main .info > div {
  display: flex;
}
.m-panel .t-box02 .t-main .info > div + div {
  margin-top: 0.6em;
}
.m-panel .t-box02 .t-main .info dt {
  width: 100px;
}
.m-panel .t-box02 .t-main .info dd {
  flex: 1;
}
.m-panel .img {
  width: 325px;
}

.cont01 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.detail01 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid;
}
.detail01 > div {
  display: flex;
}
.detail01 > div + div {
  margin-top: 0.6em;
}
.detail01 dt {
  width: 100px;
}
.detail01 dd {
  flex: 1;
}

.detail02 {
  margin-top: 1em;
  padding-top: 1em;
  border-left: 1px solid;
}
.detail02 > div {
  display: flex;
}
.detail02 > div + div {
  margin-top: 0.6em;
}
.detail02 dd {
  flex: 1;
}

/*----------------------------------------------------
	左右
----------------------------------------------------*/
.cont_lr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont_lr.img_r .text {
  order: 1;
}
.cont_lr.img_r figure,
.cont_lr.img_r iframe {
  order: 2;
}

.text_lr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.text_lr > div {
  flex-grow: 0;
  flex-shrink: 0;
}
.text_lr > p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.text_lr > p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.text_lr .btn {
  align-self: center;
  margin-left: 35px;
  margin-right: 0;
}
.text_lr .text {
  flex-basis: 700px;
  max-width: 700px;
  margin-left: 10px;
}
.text_lr .text p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.text_lr .text p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.text_lr .detail {
  flex-basis: 420px;
  margin-right: 10px;
}

/*----------------------------------------------------
	横並びBOX
----------------------------------------------------*/
.boxes {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -50px;
}
.boxes + .boxes {
  margin-top: 50px;
}
.boxes > div {
  padding-left: 30px;
  margin-top: 50px;
}
.boxes > div .text {
  margin-top: 20px;
  padding: 0 10px;
}
.boxes > div .text h4 {
  font-family: "Optima LT Std", serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.boxes > div .text h4::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.boxes > div .text h4::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.boxes > div .text h4:last-child {
  margin-bottom: 0;
}
.boxes > div .text h4.en {
  font-weight: 500;
}
.boxes > div .text p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.boxes > div .text p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.boxes > div .text .info {
  margin-top: 35px;
  padding-left: 0.5em;
  position: relative;
}
.boxes > div .text .info:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1em);
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: #000000;
}
.boxes > div .text .info .detail::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.boxes > div .text .info .detail::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.boxes.box2 {
  margin-left: -50px;
  margin-top: -100px;
}
.boxes.box2 > div {
  padding-left: 50px;
  margin-top: 100px;
  width: 50%;
}
.boxes.box3 > div {
  width: 33.3222259247%;
}
.boxes.box4 > div {
  width: 25%;
}
.boxes.box4 > div .text {
  padding: 0 0;
}

/*----------------------------------------------------
	詳細リスト
----------------------------------------------------*/
.detail {
  display: flex;
  flex-wrap: wrap;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  flex-grow: 1;
  font-size: 16px;
  line-height: 2;
  font-feature-settings: "palt";
  color: #000000;
}
.detail dt {
  width: 120px;
  margin-right: 1em;
  position: relative;
  /*padding-right: 1em;*/
}
.detail dd {
  width: calc(100% - 120px - 1em);
}
.detail.dt75 dt {
  width: 75px !important;
}
.detail.dt75 dd {
  width: calc(100% - 75px - 1em) !important;
}
.detail.dt90 dt {
  width: 90px !important;
}
.detail.dt90 dd {
  width: calc(100% - 90px - 1em) !important;
}
.detail.dt100 dt {
  width: 100px !important;
}
.detail.dt100 dd {
  width: calc(100% - 100px - 1em) !important;
}
.detail.dt110 dt {
  width: 110px !important;
}
.detail.dt110 dd {
  width: calc(100% - 110px - 1em) !important;
}
.detail.dt130 dt {
  width: 130px !important;
}
.detail.dt130 dd {
  width: calc(100% - 130px - 1em) !important;
}
.detail.dt150 dt {
  width: 150px !important;
}
.detail.dt150 dd {
  width: calc(100% - 150px - 1em) !important;
}
.detail.dt165 dt {
  width: 165px !important;
}
.detail.dt165 dd {
  width: calc(100% - 165px - 1em) !important;
}

/*----------------------------------------------------
	バナー
----------------------------------------------------*/
.bn_set {
  width: 950px;
  margin: 80px 0px 0px 0px;
}

.bn_set .bn {
  width: 220px;
  margin-right: 23px;
  margin-bottom: 16.5px;
  float: left;
}

/*----------------------------------------------------
	ページトップ
----------------------------------------------------*/
/* pagetop
========================================================= */
#pagetop {
  position: fixed;
  right: 47px;
  bottom: 10px;
  height: 100px;
  cursor: pointer;
  z-index: 3;
  /*a{	
  	display: block;
  	color: $black!important;
  }

  span{
  	writing-mode: vertical-rl;
  	-ms-writing-mode: tb-rl;
  	-webkit-writing-mode:vertical-rl;   
  	padding-top: 60px;
  	font-size: 11px;
  	width: 20px;
  	line-height: 20px;
  	font-family: $base-font;
  	//font-weight: bold;
  }

  &::before {
  	position: absolute;
  	bottom: 45px;
  	left: 50%;
  	width: 1px;
  	height: 50px;
  	background: #6f6f6f;
  	content: '';
  	//transition: .5s ease-in-out;
  	animation: pagetop-line 2s ease-in-out infinite;
    }*/
}
#pagetop a {
  width: 150px;
}
#pagetop a img {
  width: 100%;
}
#pagetop a {
  display: inline-block;
  position: relative;
  transition: opacity 0.3s ease;
  /* フェード効果 */
}
#pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../0/com/pt_r.png");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#pagetop a:hover::after {
  opacity: 1;
  /* ベールの濃さ：0.1〜0.3 がおすすめ */
}

@keyframes pagetop-line {
  0% {
    height: 50px;
    bottom: 45px;
  }
  100% {
    height: 0;
    bottom: 100px;
  }
}
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
/*----------------------------------------------------
	フッターリードから検索パネルまで
----------------------------------------------------*/
.c-box {
  width: 2000px;
  margin-left: -405px;
  background-color: #f0f0f0;
  margin-top: 150px;
  position: relative;
}
.c-box .flead-cap {
  text-align: center;
  font-size: 35px;
}
.c-box .t-head {
  padding-top: 100px;
}

.c-card {
  position: relative;
  width: 2000px;
  margin-left: -405px;
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #dfdbd5;
}
.c-card .c-cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
.c-card .c-cont .card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
}
.c-card .c-cont .card figure img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.c-card .c-cont .card .c-tit {
  font-weight: normal;
  font-size: 20px;
}
.c-card .c-cont .card .arrow {
  background-color: #000;
  display: block;
  padding: 6px 10px;
  border-radius: 50%;
  width: 31px;
  margin-left: auto;
  margin-right: auto;
}
.c-card .c-cont .card .arrow svg {
  display: block;
}
.c-card .c-cont .card .arrow path {
  stroke: #fff;
  transform: 0.5s stroke;
}

.c-pala {
  position: relative;
  width: 2000px;
  height: 670px;
  margin-left: -405px;
}
.c-pala .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.c-pala .bg-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0);
}

.c-pala .bg-video iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.h-list {
  background-color: #dfdbd5;
  width: 2000px;
  margin-left: -405px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.h-list .list-cont {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 20px;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
}
.h-list .list-cont .link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (any-hover: hover) {
  .h-list .list-cont .link:hover .bg::before {
    background: rgba(0, 0, 0, 0.6);
  }
  .h-list .list-cont .link:hover .bg img {
    transform: scale(1.06);
  }
}
.h-list .list-cont h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 1em;
  bottom: 0;
  left: 1em;
  font-weight: normal;
  color: #FFF;
}
.h-list .list-cont h3 .sub {
  font-family: "Optima LT Std", serif;
  font-size: 30px;
}
.h-list .list-cont h3 .main {
  font-size: 16px;
  margin-top: 5px;
}
.h-list .bg {
  aspect-ratio: 375/125;
}
.h-list .bg::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s background-color;
}
.h-list .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s transform;
}

#footer {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding-block: 38px 70px;
  justify-content: space-between;
  position: relative;
}
#footer .addres p {
  color: #9e9a96;
  font-size: 12px;
}
#footer .l-footer__logo {
  width: 260px;
  margin-inline: auto;
}
#footer .l-footer__logo a,
#footer .l-footer__logo img {
  display: block;
}
#footer .l-footer__logo img {
  width: 100%;
}
#footer .f-hotel {
  color: #9e9a96;
  font-size: 12px;
}
#footer .f-hotel a {
  color: #9e9a96;
  font-size: 12px;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
#footer .f-hotel a:hover {
  border-bottom: 1px solid #9e9a96;
}
#footer .f-copy {
  margin-top: 0px;
  color: #9e9a96;
  text-align: right;
  font-size: 12px;
}

/*----------------------------------------------------
	ページトップ
----------------------------------------------------*/
.spt {
  width: 930px;
  text-align: right;
  margin: 15px 20px 20px 0px;
}

.sptl {
  width: 100px;
  float: right;
  margin: 15px 20px 20px 0px;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/*背景*/
.bg01 {
  background: #ffa634;
}

.bg02 {
  background: #000000;
}

.bg03 {
  background: #FFF;
}

/* リスト */
ul.dots li {
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
ul.dots li:before {
  content: "▪";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

ul.square li {
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
ul.square li:before {
  content: "■";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------------------------
	共通　table　テーブル設定
----------------------------------------------------*/
.table {
  font-size: 16px;
  line-height: 2;
}
.table div {
  display: flex;
}
.table div dt,
.table div dd {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.table div > dt {
  padding: 30px 10px;
  width: 125px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
  background-color: #FFF;
  border-bottom: 1px solid #ebebea;
  align-items: center;
}
.table div > dd {
  padding: 30px 10px 30px 50px;
  width: 100%;
  background-color: #ebebea;
  border-bottom: 1px solid #FFF;
}
.table div > dd.has-table {
  padding: 0;
}
.table div > dd .table_inner div {
  border-bottom: 1px solid #f5f2ea;
}
.table div > dd .table_inner div:last-child {
  border-bottom: 0;
}
.table div > dd .table_inner div > dd {
  border-bottom: 0;
}
.table div > dd .table_inner dt {
  background: transparent;
  text-align: left;
}
.table div:last-of-type > dt,
.table div:last-of-type > dd:last-of-type {
  border-bottom: none;
}

.table_cont {
  border: 1px solid #f0f0f0;
  padding-left: 50px;
  padding-right: 50px;
}
.table_cont .tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(240, 240, 240, 0.3);
  padding-top: 50px;
  padding-bottom: 50px;
}
.table_cont .tr h4 {
  font-weight: bold;
  flex-basis: 240px;
  max-width: 240px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
}
.table_cont .tr p {
  flex-basis: calc(100% - 240px);
  max-width: calc(100% - 240px);
}

/*----------------------------------------------------
	中ページ　共通　
----------------------------------------------------*/
/*----------------------------------------------------
	客室 iframe
----------------------------------------------------*/
.ro-iframe {
  /*font-family: $base-font;*/
  /*position: relative;*/
}
.ro-iframe .content {
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.ro-iframe .content .info {
  /*left: 50%;
    	translate: -50%;
  position:absolute;*/
  margin-top: 45px;
}
.ro-iframe .content .info .txt .tit h3 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.ro-iframe .content .info .txt .tit h3 .en {
  font-weight: normal;
  font-family: "Optima LT Std", serif;
  color: #ffa634;
  font-size: 25px;
  letter-spacing: 0.02em;
  transform: scale(1.1, 1);
}
.ro-iframe .content .info .txt p {
  margin-top: 20px;
  letter-spacing: 0.05em;
}
.ro-iframe .content .detail {
  gap: 60px;
  margin-top: 20px;
}
.ro-iframe .content .detail .left,
.ro-iframe .content .detail .right {
  width: 545px;
  letter-spacing: 0.05em;
}
.ro-iframe .content .detail .left .tit04,
.ro-iframe .content .detail .right .tit04 {
  color: #ffa634;
}
.ro-iframe .content .detail table {
  line-height: 1.4em;
}
.ro-iframe .content .detail table th {
  text-align: left;
  font-weight: 500;
}
.ro-iframe .content .detail table td {
  font-weight: 500;
}
.ro-iframe .content .detail .chu {
  padding-top: 15px;
}
.ro-iframe .content .booking {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

/*----------------------------------------------------
	3box
----------------------------------------------------*/
.box3 .wrp {
  width: 1150px;
}
.box3 .wrp .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.box3 .wrp .content h4 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.7;
}
.box3 .wrp .content p {
  margin-top: 5px;
}

/*20250529追記*/
.box3 .wrp02 {
  width: 1190px;
}
.box3 .wrp02 .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 68px;
}
.box3 .wrp02 .content h4 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.7;
}
.box3 .wrp02 .content p {
  margin-top: 5px;
}

/*----------------------------------------------------
	2box
----------------------------------------------------*/
.box2 .wrp {
  width: 1150px;
}
.box2 .wrp .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.box2 .wrp .content h4 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.7;
}
.box2 .wrp .content p {
  margin-top: 5px;
}

/*----------------------------------------------------
	パーツ
----------------------------------------------------*/
.tit05 {
  font-size: 36px;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
}
.tit05 .en {
  font-weight: normal;
  font-family: "optima", sans-serif;
  color: #ffa634;
  font-size: 25px;
  letter-spacing: 0.02em;
}

.all .b-cont:first-of-type {
  margin-top: 180px;
}

.one-sec .b-cont + .b-cont {
  margin-top: 100px;
}

.tit06 {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.b-cont + .b-cont {
  margin-top: 120px;
}

.s-area + .s-area {
  margin-top: 100px;
}

.b-cont {
  font-weight: 500 !important;
  margin-top: 180px;
}
.b-cont:first-child {
  margin-top: 180px;
}
.b-cont .b-cent {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 200px;
}
.b-cont .b-rt {
  margin-left: auto;
  margin-top: 40px;
  width: 200px;
}
.b-cont .lr-cont + .lr-cont {
  margin-top: 100px;
}
.b-cont .lr-cont-s + .lr-cont-s {
  margin-top: 100px;
}
.b-cont .f-box + .f-box {
  margin-top: 60px;
}
.b-cont .lr-cont + .f-box {
  margin-top: 60px;
}
.b-cont .lr-cont-s + .f-box {
  margin-top: 60px;
}

.lar-box iframe {
  width: 2000px;
  height: 630px;
  margin-left: -405px;
}
.lar-box .img {
  width: 2000px;
  margin-left: -405px;
}
.lar-box .text {
  padding-left: 20px;
  padding-right: 20px;
}
.lar-box .text .tit05 {
  margin-top: 30px;
}
.lar-box .text p {
  margin-top: 20px;
}
.lar-box .f-box {
  margin-top: 60px;
}

.mid-box iframe {
  width: 1190px;
  height: 630px;
}
.mid-box .text {
  padding-left: 20px;
  padding-right: 20px;
}
.mid-box .text .tit05 {
  margin-top: 30px;
}
.mid-box .text p {
  margin-top: 20px;
}
.mid-box .tx-flex {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  margin-top: 20px;
}
.mid-box .tx-flex p {
  width: 700px;
  padding-right: 30px;
  margin-right: 40px;
  border-right: 1px solid #414042;
}
.mid-box .tx-flex .detail {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 380px;
  line-height: 1.4;
}
.mid-box .tx-flex .detail dt {
  width: 90px;
  margin-right: 1em;
  position: relative;
  margin-top: 20px;
}
.mid-box .tx-flex .detail dt:first-child {
  margin-top: 0;
}
.mid-box .tx-flex .detail dd {
  width: calc(100% - 95px - 1em);
  margin-top: 20px;
}
.mid-box .tx-flex .detail dd:first-of-type {
  margin-top: 0;
}
.mid-box .f-box {
  margin-top: 60px;
}

.lr-cont {
  display: flex;
  gap: 60px;
}
.lr-cont.left {
  margin-left: -405px;
}
.lr-cont.left .text {
  width: 535px;
}
.lr-cont.right {
  margin-right: -405px;
  flex-direction: row-reverse;
}
.lr-cont iframe {
  width: 1000px;
  height: 630px;
}
.lr-cont .img {
  width: 1000px;
}
.lr-cont .text {
  padding-left: 20px;
  padding-right: 20px;
  width: 535px;
}
.lr-cont .text .tit05 {
  margin-top: 40px;
}
.lr-cont .text .tit04 {
  margin-top: 40px;
  font-weight: 500;
  margin-bottom: 22px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #bbbbbb;
  position: relative;
  font-size: 20px;
  color: #ffa634;
}
.lr-cont .text .tit04::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 1px;
  background: #ffa634;
  bottom: -1px;
}
.lr-cont .text p {
  margin-top: 20px;
}
.lr-cont .text p.chu {
  margin-top: 20px;
}

.lr-cont-s + .lr-cont-s {
  margin-top: 100px;
}

.lr-cont-s {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.lr-cont-s.left .text {
  width: 540px;
}
.lr-cont-s.right {
  flex-direction: row-reverse;
}
.lr-cont-s iframe {
  width: 1000px;
  height: 630px;
}
.lr-cont-s .text {
  width: 540px;
}
.lr-cont-s .text p {
  margin-top: 20px;
}
.lr-cont-s .text p.chu {
  margin-top: 20px;
}
.lr-cont-s .text .info {
  margin-top: 0.3em;
  border-top: 1px solid;
  margin-top: 20px;
  padding-top: 20px;
}
.lr-cont-s .text .info > div {
  display: flex;
}
.lr-cont-s .text .info > div + div {
  margin-top: 0.6em;
}
.lr-cont-s .text .info dt {
  width: 100px;
}
.lr-cont-s .text .info dd {
  flex: 1;
}

.t-spec {
  background: #ebebeb;
  padding: 40px 30px;
  /*width: 1150px;*/
}
.t-spec > div + div {
  margin-top: 40px;
}
.t-spec .tit04 {
  color: #7e3838;
  padding-bottom: 10px;
}
.t-spec .text-fl .detail {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  line-height: 1.4;
  margin-top: 5px;
}
.t-spec .text-fl .detail dt {
  width: 145px;
  margin-right: 1em;
  position: relative;
  margin-top: 15px;
}
.t-spec .text-fl .detail dt:first-child {
  margin-top: 0;
}
.t-spec .text-fl .detail dd {
  width: calc(100% - 145px - 1em);
  margin-top: 15px;
}
.t-spec .text-fl .detail dd:first-of-type {
  margin-top: 0;
}
.t-spec .spec-fl {
  display: flex;
  gap: 50px;
}
.t-spec .spec-fl > div {
  width: 540px;
}
.t-spec .spec-fl > div .detail {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 380px;
  line-height: 1.4;
  margin-top: 5px;
}
.t-spec .spec-fl > div .detail dt {
  width: 95px;
  margin-right: 1em;
  position: relative;
  margin-top: 15px;
}
.t-spec .spec-fl > div .detail dt:first-child {
  margin-top: 0;
}
.t-spec .spec-fl > div .detail dd {
  width: calc(100% - 95px - 1em);
  margin-top: 15px;
}
.t-spec .spec-fl > div .detail dd:first-of-type {
  margin-top: 0;
}

/* infoBox
-------------------------------------- */
.bg-gray {
  padding-bottom: 50px;
  padding-top: 50px;
  width: 2000px;
  background-color: #f0f0f0;
}

.info-Box {
  display: flex;
  gap: 40px;
}
.info-Box .title {
  font-weight: normal;
  display: flex;
  align-items: center;
  width: 145px;
  padding-right: 1em;
  border-right: 1px solid;
}
.info-Box .main {
  flex: 1;
  line-height: 2.25;
}
.info-Box .main.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 30px;
}
.info-Box .main.col5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px 30px;
}

.info-Box + .info-Box {
  margin-top: 30px;
}

.slick-pager-container.to_left {
  position: absolute;
  right: 0;
  margin-right: 340px;
  bottom: -30px;
}
.slick-pager-container.to_right {
  position: absolute;
  left: 0;
  margin-left: 360px;
  bottom: -30px;
}

/*----------------------------------------------------
	スライダー
----------------------------------------------------*/
/*----------------------------------------------------
	横一定スライダー
----------------------------------------------------*/
/*----------------------------------------------------
	汎用
----------------------------------------------------*/
/* 余白 */
.mar3 {
  margin: 3px;
}

.mar5 {
  margin: 5px;
}

.mar7 {
  margin: 7px;
}

.mar10 {
  margin: 10px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mt150 {
  margin-top: 150px;
}

.mt170 {
  margin-top: 170px;
}

.mt200 {
  margin-top: 200px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml1 {
  margin-left: 1px;
}

.ml2 {
  margin-left: 2px;
}

.ml5 {
  margin-left: 5px;
}

.ml8 {
  margin-left: 8px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml22 {
  margin-left: 22px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml53 {
  margin-left: 53px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml100 {
  margin-left: 100px;
}

.ml120 {
  margin-left: 120px;
}

.ml130 {
  margin-left: 130px;
}

.ml150 {
  margin-left: 150px;
}

.ml170 {
  margin-left: 170px;
}

.ml180 {
  margin-left: 180px;
}

.ml200 {
  margin-left: 200px;
}

.ml250 {
  margin-left: 250px;
}

.ml300 {
  margin-left: 300px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr100 {
  margin-right: 100px;
}

.pad5 {
  padding: 5px;
}

.pad10 {
  padding: 10px;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt40 {
  padding-top: 40px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

/* 横幅 */
.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w175 {
  width: 175px;
}

.w177 {
  width: 177px;
}

.w190 {
  width: 190px;
}

.w193 {
  width: 193px;
}

.w200 {
  width: 200px;
}

.w202 {
  width: 202px;
}

.w205 {
  width: 205px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w300 {
  width: 300px;
}

.w305 {
  width: 305px;
}

.w315 {
  width: 315px;
}

.w320 {
  width: 320px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w415 {
  width: 415px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w480 {
  width: 480px;
}

.w500 {
  width: 500px;
}

.w522 {
  width: 522px;
}

.w545 {
  width: 545px;
}

.w620 {
  width: 620px;
}

.w720 {
  width: 720px;
}

.w735 {
  width: 735px;
}

.w800 {
  width: 800px;
}

.w850 {
  width: 850px;
}

.w860 {
  width: 860px;
}

.w950 {
  width: 950px;
}

/* テキスト */
.chu {
  font-size: 13px !important;
  line-height: 1.5384615385 !important;
}

.txt_c {
  text-align: center !important;
}

.txt_r {
  text-align: right !important;
}

.ls-1 {
  letter-spacing: -1px;
}

.ls-2 {
  letter-spacing: -2px;
}

.txt_clm2 {
  columns: 2;
}

.color-01 {
  color: #ffa634 !important;
}

.t_white h2,
.t_white h3,
.t_white h4,
.t_white h5,
.t_white p,
.t_white a,
.t_white * {
  color: #FFF;
}

/* map
-------------------------------------- */
.home-map {
  position: relative;
  z-index: 2;
}

.home-map__inner {
  max-width: 1610px;
  padding-top: 60px;
  width: 100%;
  padding-top: 100px;
}

.home-map__title {
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 50px;
}
.home-map__title span {
  display: block;
  font-size: 60%;
}

.home-map__wrapper {
  position: relative;
  z-index: 3;
}

button {
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
  color: inherit;
  text-transform: none;
  overflow: visible;
  font: inherit;
  padding: 0;
  margin: 0;
}

.home-map__icon {
  position: absolute;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 50px;
}
.home-map__icon svg {
  width: 100%;
}
.home-map__icon .circle {
  fill: #000000;
  transition: fill 0.5s;
}
.home-map__icon .line {
  fill: #FFF;
}
@media (any-hover: hover) {
  .home-map__icon:hover .circle {
    fill: #FFF;
  }
  .home-map__icon:hover .line {
    fill: #000000;
  }
}
.home-map__icon--guestroom {
  top: 8.4626234133%;
  left: 45.6467661692%;
}
.home-map__icon--dogrun {
  top: 47.2496473907%;
  left: 35.457711%;
}
.home-map__icon--cafe {
  top: 15.2327221439%;
  left: 59.380597%;
}
.home-map__icon--shop {
  top: 12.8349788434%;
  left: 63.350746%;
}
.home-map__icon--restaurant {
  top: 23.9774330042%;
  left: 36.649254%;
}
.home-map__icon--toocean {
  top: 98.3074753173%;
  left: 48.8805970149%;
}
.home-map__icon--dogrun_out {
  top: 44.4287729196%;
  left: 62.1890547264%;
}
.home-map__icon--parking {
  top: 2.8208744711%;
  left: 32.970149%;
}

.home-map__map img {
  margin: 0 auto;
  display: block;
}

/* modal
-------------------------------------- */
.home-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 340px;
  padding: 20px 20px 30px;
  border: 1px solid;
  background: #FFF;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s opacity;
}
.home-modal.is-homeModal--show {
  pointer-events: initial;
  opacity: 1;
}

.home-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  aspect-ratio: 1/1;
  background: #000000;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: 0.5s background-color;
}
.home-modal__close::before, .home-modal__close::after {
  position: absolute;
  width: 22px;
  height: 1px;
  background: #FFF;
  content: "";
  transition: 0.5s background-color;
}
.home-modal__close::before {
  transform: rotate(45deg);
}
.home-modal__close::after {
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .home-modal__close:hover {
    background: #FFF;
  }
  .home-modal__close:hover::before, .home-modal__close:hover::after {
    background: #000000;
  }
}

.home-modal__title {
  margin-block: 0.8em 0.5em;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Optima LT Std", serif;
  font-size: 20px;
}

.home-modal__text {
  line-height: 1.5;
}

.home-modal__btn {
  margin-top: 25px;
  text-align: center;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
/*======================================

	hack - 各種cssハック - for IE6

=======================================*//*# sourceMappingURL=common.css.map */