@charset "utf-8";

/* table of contents */
/* ========== SP・TB ========== */
/* ****************************************************************************
* 1. common
* ***************************************************************************/
/* ==== 1-1. Style ==== */
/* ==== 1-2. Header ==== */
/* ==== 1-3. Footer ==== */
/* ==== 1-4. Btn ==== */

/* ****************************************************************************
* 2. Contents
* ***************************************************************************/
/* ==== 2-1. Wrap ==== */
/* ==== 2-2. Index ==== */
/* ==== 2-3. Form ==== */
/* ==== 2-4. Gallery ==== */
/* ==== 2-5. Tripla Widget ==== */
/* ==== 2-6. 縦書き ==== */
/* ==== 2-7. 自動翻訳 Widget ==== */


/* ========== PC ========== */
/* ****************************************************************************
* 1. common
* ***************************************************************************/
/* ==== 1-1. Style pc ==== */
/* ==== 1-2. Header pc ==== */
/* ==== 1-3. Header - Scroll Sub pc ==== */
/* ==== 1-4. Footer pc ==== */
/* ==== 1-5. Btn pc ==== */

/* ****************************************************************************
* 2. Contents
* ***************************************************************************/
/* ==== 2-1. Wrap pc ==== */
/* ==== 2-2. Index pc ==== */
/* ==== 2-3. Form pc ==== */
/* ==== 2-4. Modal pc ==== */
/* ==== 2-5. Gallery pc ==== */
/* ==== 2-6. Tripla Widget pc ==== */
/* ==== 2-7. 縦書き pc ==== */
/* ==== 2-8. 自動翻訳 Widget pc ==== */
/* table of contents　END */


/* ======================================================
style.css（統合版）
- SP: 〜1024px @media screen and (max-width: 1024px) {
- PC: 1025px〜 @media screen and (min-width: 1025px) {
==================================================== */

/* ======================================================
* All Reset
* =================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,address,del,em,font,img,small,strike,strong,sub,sup,b,u,i,center,
dl,dt,dd,ul,li,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-white);
  color: #333333;
  font-size: clamp(0.95rem, 1vw, 1rem);
  line-height: var(--lh-base);
  font-family: "dnp-shuei-mincho-pr6n",YuMincho, 'Yu Mincho', serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

section {
  overflow: hidden;
  margin-bottom: 2rem; /* 32px相当 */
}

p,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}

img {
  vertical-align:bottom;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.hero{
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== SP・TB ========== */
@media screen and (max-width: 1024px) {

/* ****************************************************************************
* 1. common
* ***************************************************************************/

/* ==== 1-1. Style ==== */
.scrolldown{
  position: absolute;
  left: 50%;
  bottom: 120px;
  transform: translateX(-50%);
  z-index: 1;
}

.page-sub h1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 8.0rem;
  font-size: var(--fs-xxl);
  text-align: center;
  line-height: 1.0;
  color: var(--color-white);
  font-weight: var(--fw-bold);
  border: none;
  filter: drop-shadow(1px 1px 0px #000000);
}

.page-sub h1 span {
  font-size: var(--fs-xxl);
}

.page-sub .mv {
  width: 100%;
  height: 100%;
  margin:  var(--space-xxl) auto 0;
  padding: 0;
  overflow: hidden;
}

.page-sub .mv img{
  width: 100%;
}

h2 {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0;
  font-size: var(--fs-xl);
  line-height: var(--lh-tight);
  color: var(--color-pink);  
}

h2 span {
  font-size: var(--fs-md);
}

h2.concept_h2 {
  text-align: center;
  margin-bottom: var(--space-md) !important; 
  padding-bottom: var(--space-md);
  font-size: var(--fs-lg);
  line-height: 1.6;
  color: #000009;
}

h2.concept_h2 img {
  margin: var(--space-md) 0; 
  width: 80%;
}

h3 {
  width: 94%;
  margin: 0 auto;
  font-size: var(--fs-md);
  color: var(--color-black);
  line-height: var(--lh-base);
}

h3 span.menu {
  font-size: var(--fs-md);
  font-weight: var(--fw-normal);
  margin: 0 30px;
  padding: 4px 10px;
  vertical-align: middle;
  border:  solid 2px var(--color-white);
}

h3.concept {
  width: 90%;
  margin: 0 auto;
  font-size: var(--fs-sm);
  font-weight: var(--fw-normal);
  line-height: var(--lh-base);
}

.icon:before {
  content: "";
  padding-right: 10px;
  border-left: 7px solid #bd7a7b;
}

h4 {
  width: 96%;
  margin: 0 auto;
  padding: 20px 0 0;
  font-size: var(--fs-sm);
}

h4 span {
  font-size: var(--fs-sm);
}

#news_content h3 {
  font-size: var(--fs-lg);
  padding: 0;
  color: var(--color-black);
  margin-bottom: 1.0rem;
  border-bottom: solid 1px #DDDDDD;
}

#concept_content h4,
#news_content h4 {
  font-size: var(--fs-md);
  padding: 1.0rem;
  color: var(--color-black);
}

#concept_content h4 span,
#news_content h4 span {
  font-size: var(--fs-md);
  padding: 0 2px;
  background: linear-gradient(transparent 70%, #dddddd 70%);
}

#concept_content h5,
#news_content h5 {
  font-size: var(--fs-md);
  padding: 0;
  color: var(--color-black);
}

#news_content a {
  color: var(--color-black);
  font-weight: var(--fw-bold);
}

#news_content table {
  font-size: var(--fs-sm);
}

#news_content table th {
  padding: 10px;
  white-space: nowrap;
  text-align: right;
  vertical-align: text-top;
}

#news_content table td {
  padding: 10px;
  word-break: break-all;
  text-align: left;
}

#news_content ul {
  list-style-type: none;
  font-size: var(--fs-xs);
  margin-left: 10px;
}

.center_pc {
  text-align: left;
}

.inner {
  width: 98%;
  margin: 0 auto;
}

section.section {
  margin-bottom: 200px;
}


section p.w100_p {
  width: 96%;
  font-size: var(--fs-sm);
}

img.w60,
img.w80,
img.w100 {
  width: 100%;
}

.bg-white ul {
  margin-left: 40px;
}

.bg-green p,.bg-pink p {
  width: 100%;
}

/*--- W50 ---*/
.w50 {
  float: left;
  width: 49%;
  margin-bottom: 20px;
}

.w50 h3 {
  padding: 0 10px;
  font-size: var(--fs-xxl);
}

.w50 h3 span {
  width: 100%;
  font-size: var(--fs-xxl);
}

.w50 p {
  padding: 0 10px;
  font-size: var(--fs-xl);  
}

.w50_img {
  width: 98%;
  height: auto;
  margin: 1%;
}

/*--- ページトップ ---*/
#pagetop{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 10000;
}

#pagetop a.topBtn{
  display: block;
  width: 4.0rem;
  height: 4.0rem;
  background: url(../images/pagetop.png) no-repeat;
  background-size: 4.0rem 4.0rem;
  text-indent: -9999rem;
  opacity: 1;
}

#pagetop a:hover{
  opacity: 0.8;
}

/*--- ハンバーガーボタン ---*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 8px;
  top   : 8px;
  width : 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 36px;
  height  : 1px ;
  left    : 6px;
  background : #bd7a7b;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 12px;
}

.hamburger span:nth-child(2) {
  top: 24px;
}

.hamburger span:nth-child(3) {
  top: 36px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 24px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  overflow-y: scroll;
  top  : 0;
  left : 0;
  color: #f7c6cb;
  background: var(--color-white);
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  -webkit-overflow-scrolling: touch;
}

nav.globalMenuSp ul {
  width: 100%;
  margin-top: 5.0rem;
  padding: 0;
  background: var(--color-white);  
}

nav.globalMenuSp ul li {
  display: block;
  width: 100%;
  padding: 1.0rem 0;
  list-style-type: none;
  text-decoration :none;
  border-bottom: 1px solid #696969;
}

nav.globalMenuSp ul li a {
  display: block;
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--color-pink);
}

nav.globalMenuSp ul li a:hover {
  color: var(--color-white);
}

nav.globalMenuSp ul li:first-child {
  border-top: 1px solid #000009; 
}

nav.globalMenuSp ul li:last-child {
  margin-bottom: 0
/* border-bottom: none;*/
}

nav.globalMenuSp ul li:active{
  background : #bd7a7b;
  color: var(--color-white);
  border-bottom: 1px solid #000009;
}

nav.globalMenuSp ul li:hover{
  background : #bd7a7b;
  color: var(--color-white);
  border-bottom: 1px solid #000009;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

/* ==== 1-2. Header ==== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 4.8rem;
  background-color:rgba(255, 255, 255, 0.0);
  z-index: 2;
  transition: 0.8s;
}

header.scroll,
.page-sub header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 4.8rem;
  background-color:rgba(255, 255, 255, 1);
  transition: 1.6s;
  z-index: 2;
  border-bottom: 1px solid #bd7a7b;
}

.logo {
  position: relative;
  width: 5.0rem;
  margin: 0;
  text-align: left;
  transition: 0.8s;
  opacity: 0.8;
  z-index: 99999;
}

.logo a img {
  width: 100%;
}

.scroll .logo,
.page-sub .logo  {
  width: 5.0rem;
  margin: 0;
  text-align: left;
  transition: 0.8s;
  opacity: 1;
}

.box_p_nav {
  position: fixed;
  z-index: 100;
}

.box_p_nav ul li.ser a {
  position: fixed;
  width:100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  text-align: center;
  font-size: var(--fs-md);
  line-height: 1.0;
  color: var(--color-white);
  background-color: var(--color-pink);
  border: 2px solid #bd7a7b;
  transition: 0.8s;
}

.box_p_nav ul li.ser a:hover{
  text-decoration: none;
  color: var(--color-pink);
  background-color: var(--color-white);
}

.box_p_nav ul li.ser a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f594";
  color: var(--color-white);
  font-size: var(--fs-md);
  padding-right: 2.0vw;
  display: inline-block;
}

.box_p_nav ul li.ser a:hover:before {
  color: var(--color-pink);
}

.box_p_nav ul li.air a {
  position: fixed;
  width:50%;
  bottom: 0;
  right: 0;
  padding: 20px 0;
  text-align: center;
  font-size: var(--fs-xxxl);
  line-height: 1.0;
  color: var(--color-white);
  background-color: #191970;
  border: 2px solid #191970;
}

.box_p_nav ul li.air a:hover{
  text-decoration: none;
  color: #191970;
  background-color: var(--color-white);
}

.box_p_nav ul li.air a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f072";
  color: var(--color-white);
  font-size: var(--fs-xl);
  margin-bottom: 20px;
  display: inline-block;
}

.box_p_nav ul li.air a:hover:before {
  color: #191970;
}

.scroll .box_p_nav {
  position: fixed;
  z-index: 100;
}

.scroll .box_p_nav ul li.ser a {
  position: fixed;
  width:100%;
  bottom: 0;
  left: 0;
  padding: 30px 0 30px;
  text-align: center;
  font-size: var(--fs-lg);
  line-height: 1.0;
  color: var(--color-white);
  background-color: var(--color-pink);
  border: 2px solid #bd7a7b;
}

.scroll .box_p_nav ul li.ser a:hover{
  text-decoration: none;
  color: var(--color-pink);
  background-color: var(--color-white);
}

.scroll .box_p_nav ul li.ser a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f594";
  color: var(--color-white);
  font-size: var(--fs-lg);
  padding-right: 2.0vw;
  display: inline-block;
}

.scroll .box_p_nav ul li.ser a:hover:before {
  color: var(--color-pink);
}

.scroll .box_p_nav ul li.air a {
  position: fixed;
  width:50%;
  bottom: 0;
  right: 0;
  padding: 20px 0;
  text-align: center;
  font-size: var(--fs-xxxl);
  line-height: 1.0;
  color: var(--color-white);
  background-color: #191970;
  border: 2px solid #191970;
}

.scroll .box_p_nav ul li.air a:hover{
  text-decoration: none;
  color: #191970;
  background-color: var(--color-white);
}

.scroll .box_p_nav ul li.air a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f072";
  color: var(--color-white);
  font-size: var(--fs-xl);
  margin-bottom: 20px;
  display: inline-block;
}

.scroll .box_p_nav ul li.air a:hover:before {
  color: #191970;
}

.global-nav {
  display: none;
}

/* ==== 1-3. Footer ==== */
footer {
  margin-bottom: 0;
}

footer .abouyus {
  margin-bottom: 0;
  padding: 0.6rem 0;
}

footer .aboutus img {
  display: block;
  width: 40%;
  margin: 0 auto;
}

footer .aboutus h4 {
  font-size: var(--fs-xxxl);
  font-weight: var(--fw-bold);
  color: var(--color-black);  
}

footer .aboutus a {
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
  color: var(--color-black);  
}

footer .aboutus a.f_tel {
  font-size: var(--fs-xxl);
  font-weight: var(--fw-bold);
  color: var(--color-black);  
}

footer .aboutus p {
  font-size: var(--fs-xl);
}

footer .sns {
  display: flex;
  margin-bottom: 0;
  background-color: var(--color-white);
  border-top: solid 2px var(--color-white);
  border-bottom: solid 2px var(--color-white);
}

.sns ul {
  width: 50%;
  display: flex;
  margin: 20px auto;
  text-align: center;
}

.sns ul li {
  padding: 0 10px;
  list-style-type: none;
}

.sns ul li a img {
  width: 60%;
}

footer .f_inner01 {
  margin-bottom: 0;
  padding: 20px 0 0 10px;
  background-color: var(--color-pink);
}

footer .f_inner01 ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 1.0rem;
}

footer .f_inner01 ul li {
  padding-left: 1.0rem;
  font-size: var(--fs-xs);
  text-align: left;
  list-style-type: none;
}

footer .f_inner01 ul li span {
  margin-bottom: 60px;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  color: var(--color-white);
}

footer .f_inner01 ul li a {
  color: var(--color-white);
}

footer .f_inner01 ul li a:hover span,
footer .f_inner01 ul li a:hover {
  color: var(--color-white);
}

footer .f_inner02 {
  margin-bottom: 0;
  padding: 20px 0;
  background-color: #351f14;
}

footer .f_inner02 ul {
  display: block;
  text-align: left;
}

footer .f_inner02 ul li {
  display: inline-block;
  font-size: var(--fs-xs);
  text-align: left;
  list-style-type: none;
  color: var(--color-white);
  padding-left: 1.0rem;
}

footer .f_inner02 ul li a {
  color: var(--color-white);
}

footer .f_inner02 ul li a:hover span,
footer .f_inner02 ul li a:hover {
  text-decoration: underline;
}

footer .f_inner02 p {
  text-align: center;
  font-size: var(--fs-xs);
  padding: 1.0rem 0;
  margin-bottom: 2.6rem;
  color: var(--color-white);
}

/* ==== 1-4. Btn ==== */
.btn a,
.btn_s a {
  background-color: var(--color-white);
  color: #000009;
  font-size: var(--fs-sm);
  width: 80%;
  display: block;
  text-align: center;
  margin: var(--space-lg) auto;
  padding: 10px 0;
  border: 3px solid #bd7a7b;
}

.btn a:hover,
.btn_s a:hover {
  text-decoration: none;
  background-color: var(--color-pink);
  color: var(--color-white);
  border: 3px solid #bd7a7b;
}

.btn a:before,
.btn_s a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: var(--fw-heavy);
  content: "\f105";
  color: #000009;
  font-size: var(--fs-sm);
  margin: 0 10px 0 0;
  display: inline-block;
}

.btn a:hover:before,
.btn_s a:hover:before {
  color: #fff;
}

.btn_center a {
  display: block;
  width: 40%;
  margin: 1.0rem auto;
  padding: 0.4rem;
  font-size: var(--fs-xs);
  text-align: center;
  color: var(--color-pink);
  border-bottom: 1px solid #bd7a7b;
}

.btn_center_w a {
  display: block;
  width: 80%;
  margin: 1.0rem auto;
  padding: 0.4rem;
  font-size: var(--fs-sm);
  text-align: center;
  color: var(--color-pink);
  border-bottom: 1px solid #bd7a7b;
}

.btn_center a:hover,
.btn_center_w a:hover {
  text-decoration: none;
  color: var(--color-black);
  border-bottom: 1px solid #000000;
  opacity: 0.6;
}

.btn_center a:before,
.btn_center_w a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: var(--color-pink);
  font-size: var(--fs-md);
  margin: 0 10px 0 0;
  display: inline-block;
}

.btn_center a:hover:before,
.btn_center_w a:hover:before {
  color: var(--color-black);
}

.btn_center_w_small a {
  background-color: var(--color-white);
  color: #000009;
  font-size: var(--fs-md);
  width: 60%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0.6rem 0;
  border: 1px solid #000009;
}

.btn_center_w_small a:hover {
  text-decoration: none;
  background-color: #f25f69;
  color: #ffffff !important;
  border: 1px solid #f25f69;
}

.btn_center_w_small a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #000009;
  font-size: var(--fs-md);
  margin: 0 10px 0 0;
  display: inline-block;
}

.btn_center_w_small a:hover:before {
  color: #fff;
}

.btn_visit a {
  background-color: #000009;
  color: var(--color-white);
  font-size: var(--fs-xxl);
  width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  padding: 20px 40px;
  border: 1px solid #000000;
}

.btn_visit a:hover {
  text-decoration: none;
  background-color: #BC7860;
  color: var(--color-white);
  border: 1px solid #BC7860;
}

.btn_visit a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: var(--color-white);
  font-size: var(--fs-lg);
  margin: 0 10px 0 0;
  display: inline-block;
}

.btn_visit a:hover:before {
  color: #fff;
}

/* ****************************************************************************
* 2. Contents
* ***************************************************************************/

/* ==== 2-1. Wrap ==== */
.wrap_index {
  clear: both;
  background-color: var(--color-white);
  margin: 0 auto;
  padding: 0;
}

.wrap {
  width: 98%;
  clear: both;
  background-color: var(--color-white);
  margin: var(--u-mt-xl);
  padding: 0;
}

.wrap_bottom {
  clear: both;
  background-color: var(--color-white);
  margin-top: 0;
}

.wrap a img:hover {
  opacity: 0.8;
}

.content {
  width: 96%;
  margin: 20px auto 0;
}

.content_inner {
  margin: 10px auto;
}

.content_inner p {
  margin: 10px auto 0;
  text-align: left;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* ==== 2-2. Index ==== */
  #video {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }

/*Scrollテキストの描写*/
.scrolldown span{
/*描画位置*/
position: absolute;
left:-25px;
top: -40px;
/*テキストの形状*/
color: #fff;
font-size: var(--fs-md);
letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown::after{
  content: "";
/*描画位置*/
position: absolute;
top: 0;
/*線の形状*/
width: 1px;
height: 140px;
background: #fff;
/*線の動き1.8秒かけて動く。永遠にループ*/
animation: pathmove 3.0s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:50px;
    opacity: 1;
  }
  100%{
    height:0;
    top:140px;
    opacity: 0;
  }
}

.page-index h1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 12.0rem;
  font-size: var(--fs-xxl);
  text-align: center;
  line-height: 1.4;
  color: var(--color-white);
  font-weight: normal;
  border: none;
  z-index: 1;
/*filter: drop-shadow(1px 1px 0px #000000);*/
animation-name: fade;
animation-duration: 6s;
}

.page-index h1.brandname {
  position: static;
  font-size: var(--fs-xxxl);
  text-align: center;
  line-height: 1.0;
  color: var(--color-pink);
  margin: auto;
  font-weight: 900;
  height: auto;
}

.page-index h1.brandname span {
  font-size: var(--fs-lg);
  font-weight: 900;
}

@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.page-index h1 span{
  line-height: 0.6;  
  font-size: var(--fs-lg);
}

.page-index h1 img{
  width: 100%;
  padding: 0;
}

.page-index .mv {
  width: 100%;
  margin: 200px auto 0;
  padding: 0;
}

.item{
  width:100%;
  height:auto;
  padding-bottom: var(--space-md);
}

.between{
  justify-content: space-between;
}

.item img {
  display: block;
  width:90%;
  height:auto;
  margin: 0 auto;
}

.item table.hotel_info {
  width: 90%;
  margin:  0 auto;
  padding: 0;
}

.item table.hotel_info th {
  display: block;
  text-align: left;
  padding: 10px;
  font-size: var(--fs-md);
  background-color: #dddddd;
  border-bottom: solid 1px #dddddd;
}

.item table.hotel_info td {
  display: block;
  text-align: left;
  padding: 10px;
  font-size: var(--fs-md);
  border-bottom: solid 1px #dddddd;
}

.item table.hotel_info td a {
  font-size: var(--fs-md);
  color: var(--color-black);
}

.item table.hotel_info td a span {
  font-size: var(--fs-sm);
  color: var(--color-black);
}

ul.about_ul {
  width: 90%;
  margin: 0 auto;
  padding-left: 1.0rem;
  font-size: var(--fs-sm);
}

/*アコーディオン全体*/
ul.accordion-area{
  width: 90%;
  margin: 0 auto;
  list-style-type: none;
}

ul.accordion-area li{
  margin: 0;
  border-bottom: dotted 1px #696969;
}

/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  font-weight: normal;
  padding: 2.0rem 0 0 1.4rem;
  transition: all .5s ease;
}

.title .news_cat {
  width: 10%;
  height: 24px;
  padding: 0.1em;
  border-radius: 4px;
  position: absolute;
  top: 1.0rem;
  left: 40px;
  text-align: center;
  color: #fff;
  font-size: var(--fs-xs);
  line-height: 24px;
  font-weight: var(--fw-bold);
  background: #6BBCB0;
}

.title .news_txt {
  width: 94%;
  margin: 0.8rem 0!important;
  padding-left: 1.4rem;
  color: #2C271E;
  font-size: var(--fs-sm);
  line-height: 25px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--color-black);
  font-weight: var(--fw-bold);
}

.title .news_txt span {
  padding-left: 2px;
  font-weight: normal;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;

}

.title::before{
  top:1.8rem;
  left: 15px;
  transform: rotate(0deg);
}

.title::after{    
  top:1.8rem;
  left: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
  margin-bottom: 3%;
  padding: 3%;
}

.box p,
.box p a {
  font-size: var(--fs-sm);
  color: var(--color-black);
  margin-bottom: 20px;
}

.flex-container {
  display: flex;
  flex-wrap : wrap;
}

.flex-item,
.flex-item-use  {
  flex-basis: 50%;
}

.flex-icon-use {
  flex-basis: 31%;
  padding-left: 2%;
  margin-bottom: 20px;
}

.image-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
  margin: 0.2rem;
}

.image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-wrap-use {
  padding: 0;
  margin: 0;
  background-color: var(--color-white);
}

.image-wrap-use img {
  width: 49%;
  height: auto;
  margin-bottom: 1%;
}

.flex-item p {
  color: var(--color-black);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  width: calc(100% - 40px);
  display: block;
  text-align: left;
  line-height: 2.0em;
  margin: 0 auto;
  padding: 10px 0 0 10px;
  position: relative;
  left: 10px;
  bottom: 30px;
  background-color: var(--color-white);
}

.flex-item h4 {
  color: var(--color-black);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  width: calc(100% - 40px);
  display: block;
  text-align: left;
  line-height: 2.0em;
  margin: 0 auto;
  padding: 0 0 10px 10px;
  position: relative;
  left: 10px;
  bottom: 30px;
  background-color: var(--color-white);
}

.flex-item-use {
  flex-basis: 100%;
  padding: 0;
}

.image-wrap-use {
  padding-top: 40px;
  margin: 0;
  background-color: var(--color-white);
}

.image-wrap-use img {
  width: 49%;
  height: auto;
  margin-bottom: 1%;
}

.flex-item-use h3 {
  color: var(--color-white);
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
  display: block;
  text-align: left;
  line-height: 2.0em;
  margin: 0 auto;
  padding: 10px;
  background-color: var(--color-pink);
}

.flex-item-use ul li {
  list-style-type: none;
  color: var(--color-black);
  font-size: var(--fs-md);
  line-height: 1.6em;
  margin: 0 auto;
  padding: 10px 0.4rem 20px;
}

.flex-item-use p {
  color: #c00026;
  font-size: var(--fs-xxl);
  font-weight: var(--fw-bold);
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.flex-item-use p span {
  font-size: var(--fs-lg);
}

.flex-icon-use h3 {
  color: var(--color-white);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  width: calc(100% - 40px);
  display: block;
  text-align: center;
  line-height: 1.2em;
  margin: 0 auto;
  padding: 0.2rem;
  background-color: var(--color-pink);
}

.flex-icon-use h3 span {
  font-size: var(--fs-md);
}

img.w100 {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.flt-img-w50,
.flt-img-w40,
.flt-img-w35,
.flt-img-w30,
.flt-img-w70-r,
.flt-img-w60-r,
.flt-img-w50-r,
.flt-img-w40-r,
.flt-img-w40-r-02,
.flt-img-w30-r {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 60px auto;
  z-index: 0;
}

.flt-img-w50 img,
.flt-img-w40 img,
.flt-img-w35 img,
.flt-img-w30 img,
.flt-img-w25 img,
.flt-img-w70-r img,
.flt-img-w60-r img,
.flt-img-w50-r img, 
.flt-img-w40-r img,
.flt-img-w40-r-02 img,
.flt-img-w30-r img {
  width: 100%;
  text-align: center;
}

.flt-img-w25 {
  float: left;
  width: 60%;
  height: auto;
  position: relative;
  top: 1.4rem;
  left: 0.4rem;
  z-index: 1;
}

.flt-img-w25_02 {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.flt-img-w25 img,
.flt-img-w25_02 img {
  width: 98%;
  text-align: center;
}

.flt-txt-w60,
.flt-txt-w40,
.flt-txt-w35,
.flt-txt-w30 {
  width: 90%;
  padding: 0.4rem;
  background-color: var(--color-white);
}

.flt-txt-w45 {
  width: 90%;
  float: right;
  position: relative;
  top: 0;
  right: 0;
  padding: 0.4rem;
  background-color: var(--color-white);
}

.flt-txt-w60 h3,
.flt-txt-w45 h3,
.flt-txt-w40 h3,
.flt-txt-w35 h3,
.flt-txt-w30 h3 {
  margin: 0 auto;
  padding: 0.8rem 0;
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--color-black);
  line-height: 1.0;
}

.flt-txt-w30 h3 span,
.flt-txt-w35 h3 span,
.flt-txt-w40 h3 span,
.flt-txt-w45 h3 span {
  padding: 0;
/*background: linear-gradient(transparent 70%, #f7c6cb 0%);*/
}

.flt-txt-w30 h3 span.jp,
.flt-txt-w35 h3 span.jp,
.flt-txt-w40 h3 span.jp,
.flt-txt-w45 h3 span.jp {
  font-size: var(--fs-sm);
  background: none;
}

.flt-txt-w60 h4,
.flt-txt-w45 h4,
.flt-txt-w40 h4,
.flt-txt-w35 h4,
.flt-txt-w30 h4 {
  margin: 0 auto;
  padding: 0.8rem 0;
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
  color: var(--color-black);
  line-height: 1.0;
}

.flt-txt-w30 p,
.flt-txt-w35 p,
.flt-txt-w40 p,
.flt-txt-w45 p {
  width: 98%;
  margin: 0 auto;
  padding: 0;
  font-size: var(--fs-sm);
}

.flt-txt-w30 p span,
.flt-txt-w35 p span,
.flt-txt-w40 p span,
.flt-txt-w45 p span,
.flt-txt-w50 p span {
  border: solid 1px;
  padding: 2px 4px;
  margin-right: 10px;
}

.flt-txt-w45 table {
  width: 100%;
  margin: 20px auto;
  border: solid 1px #cccccc;
}

.flt-txt-w45 table th {
  width: 30%;
  border: solid 1px #cccccc;
  text-align: center;
  padding: 4px 10px;
  font-size: var(--fs-xxxl);
}

.flt-txt-w45 table td {
  width: 30%;
  text-align: center;
  border: solid 1px #cccccc;
  font-size: var(--fs-xxl);
}

/*--- Swiper ---*/
.swiper-container img{
  width: 100%;
}

.slider_collection .swiper-wrapper .swiper-slide {
  width: 100% !important;
}

.slider_collection .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.youtube {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 60px;
}

.youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

ul.w30_list {
  margin: 1.0rem 0 0 1%;
  text-align: left;
}

ul.w30_list li {
  display: inline-block;
  list-style-type: none;
  width: 32%;
  padding: 0;
}

ul.w30_list li img, 
ul.w30_list li a img {
  width: 100%;
}

ul.w30_list li h3 {
  color: var(--color-black);
  font-size: var(--fs-xxl);
  font-weight: var(--fw-bold);
  width: calc(100% - 40px);
  display: block;
  text-align: left;
  line-height: 2.0em;
  margin: 0 auto;
  padding: 10px 10px 0;
  border-bottom: solid 2px #f7c6cb;
  position: relative;
  left: 0;
  bottom: 100px;
  background:rgba(255,255,255,0.8);
}

ul.w30_list li h3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: var(--color-black);
  font-size: var(--fs-lg);
  margin: 0 2px 0 0;
  display: inline-block;
}

ul.w30_list li p {
  color: var(--color-black);
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
  width: calc(100% - 54px);
  display: block;
  text-align: left;
  line-height: 2.0em;
  margin: 0 auto;
  padding: 0 10px 10px 24px;
  position: relative;
  left: 0;
  bottom: 100px;
  background:rgba(255,255,255,0.8);
}

.shop_info {
  width: 100%;
  margin-bottom: 200px;
}

.shop_info h3 {
  margin-top: 100px;
  padding: 0 10px;
  font-size: var(--fs-xxl);
  text-align: center;
}

.shop_info h3 span {
  width: 100%;
  font-size: var(--fs-xxl);
}

.shop_info p {
  padding: 0 10px;
  font-size: var(--fs-xl);  
}
.shop_info table {
  width: 94%;
  margin-left: 2%;
  font-size: var(--fs-xxl);
}

.shop_info table th {
  text-align: left;
  padding: 20px 0;
  font-size: var(--fs-xxl);
  border-bottom: solid 1px #f5f5f5;
}

.shop_info table td {
  text-align: left;
  padding: 20px 0;
  border-bottom: solid 1px #f5f5f5;
}

.shop_info table td a {
  font-size: var(--fs-xxl);
  color: var(--color-black);
}

.shop_info table td a span {
  font-size: var(--fs-xxl);
  color: var(--color-black);
}

#agreement dl {
  padding: 10px 0;
  font-size: var(--fs-md);
}

#agreement dt {
  padding: 10px 0 0;
  font-weight: var(--fw-bold);
}

#agreement dd {
  display: block;
  margin-inline-start: 0;
  padding: 0;
}

#agreement ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 2em;
}

#agreementdl ol li {
  list-style-type: decimal;
}

#agreement ol.single {
  display: block;
  list-style-type: none;
}

#agreement ol li ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 2.8em;
  text-indent: -2em;
}

#agreement ol li ol li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}

#agreement ol li ol li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
  }

  table.pre_tbl {
    width: 98%;
    margin: 20px auto;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: var(--fs-sm);
  }

  table.pre_tbl th {
    padding: 0.6rem;
    text-align: right;
    background-color: #383635;
    color: var(--color-white);
    border: solid 1px #cccccc;
  }

  table.pre_tbl th.th_cen {
    text-align: center;
  }

  table.pre_tbl th img {
    width: 12.0rem;
    height: auto;
    vertical-align: middle;
  }

  table.pre_tbl td {
    padding: 0.6rem;
    text-align: left;
    border: solid 1px #cccccc;
  }

  table.pre_tbl td.ta_cen{
    text-align: center;
  }

  table.pre_tbl td.ta_cen span {
    color: #ffa500;
    font-weight: var(--fw-bold);
  }

  table.overview {
    width: 98%;
    margin: 20px auto;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: var(--fs-sm);
  }

  table.overview th {
    width: 33%;
    padding: 1.0rem 0;
    text-align: center;
    background-color: #383635;
    color: var(--color-white);
    border: solid 1px #cccccc;
  }

  table.overview td {
    padding: 1.0rem 0;
    text-align: center;
    border: solid 1px #cccccc;
  }

  table.pre_tbl .w60 {
    width: 60%;
  }

  .schedules {
    position: relative;
    padding-top: 100px;
  }

  .schedules .time {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    width: 200px;
  }

  .schedules .time .line {
    position: relative;
    width: 2px;
    background: #fdd118;
    margin: 20px auto 16px;
    height: 820px;
  }

  .schedules .time p {
    position: relative;
    font-size: var(--fs-xxxl);
    color: #fdd118;
    font-weight: 900;
    text-align: center;
  }

  .en {
    font-family: 'Lato', sans-serif;
  }

  .bg-schedules {
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 20px;
  }

  .schedules {
    position: relative;
    padding-top: 30px;
  }

  .schedules .time {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
    height: 80px;
    display: flex;
  }

  .schedules .time p {
    padding-left: 4px;
    font-size: var(--fs-xxl);
    color: var(--color-pink);
    font-weight: 900;
  }

  .schedules_content {
    width: 98%;
    height: auto;
    margin: 60px 0 0 30px;
    padding-bottom: 40px;
    border-left: solid 4px #ccc;
  }

  .schedules_content h3 {
    font-size: var(--fs-xxxl);
    text-align: center;
  }

  .schedules_content img {
    display: block;
    width: 90%;
    height: auto;
    margin: 20px auto 0;
  }

  .schedules_content .txt-area {
    width: 98%;
    margin: 0 auto;
    padding-left: 10px;
    font-size: var(--fs-xxl);
  }

  .tabs {
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
  }

  .tab_class {
    width: calc(100%/2);
    height: auto;
    margin: 0 auto;
    line-height: 1.2;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    opacity: 0.8;
    border-bottom: solid 8px #cccccc;
    transition: 0.6s;
  }

  .tab_class p {
    margin-bottom: 30px;
    padding: 0;
    font-size: var(--fs-xxxl);
    font-weight: var(--fw-bold);
    color: #cccccc;
    transition: 0.6s;
  }

  .tab_class p span {
    padding: 10px;
    font-size: var(--fs-xxxl);
    line-height: 2.0;
    color: var(--color-white);
    background-color: #cccccc;
    transition: 1.0s;
  }

  input[name="tab_name"] {
    display: none;
  }

  input:checked + .tab_class {
    padding: 0;
    opacity: 1.0;
    border-bottom: solid 8px #bd7a7b;
  }

  input:checked + .tab_class p {
    padding: 0;
    font-size: var(--fs-xxxl);
    font-weight: var(--fw-bold);
    color: var(--color-black);
  }

  input:checked + .tab_class p span {
    padding: 10px;
    font-size: var(--fs-xxxl);
    color: var(--color-white);
    background-color: #bd7a7b
  }

  .content_class {
    display: none;
    width: 100%;
    padding: 30px 10px;
  }

  input:checked + .tab_class + .content_class {
    display: block;
  }

  .tabs_ttl h3 {
    position: relative;
    bottom: 110px;
    right: 0;
    font-size: var(--fs-xxxl);
    color: var(--color-white);
    text-shadow: 1px 1px 2px #808080;
  }

  .tabs_ttl .btn_center {
    position: relative;
    bottom: 20px;
    right: 0;
  }

/* ==== 2-3. Form ==== */
.form {
  background-color: #eaeaea;
  padding: 30px 50px;
}

.form dl dt {
  display: block;
  width: 100%;
  margin-top: 60px;
  padding: 20px 0;
  text-align: left;
  font-size: var(--fs-xxl);
}

.form dl dd {
  display: block;
  width: 100%;
  margin: 0 auto; 
}

.form .name {
  width: 100%;
  height: 60px;
}

.form .email {
  width: 100%;
  height: 60px;
}

.form .tel {
  width: 100%;
  height: 60px;
}

.form .type {
  width: 100%;
  height: 60px;
  font-size: var(--fs-xl);
}

.form .contact {
  width: 100%;
  height: 60px;
  font-size: var(--fs-xl);
}

.form .message {
  width: 100%;
  height: 200px;
}

.form button {
  background-color: #009cd3;
  color: var(--color-white);
  font-size: var(--fs-xxl);
  width: 80%;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px 40px;
  border-radius: 30px;
  border: 3px solid #009cd3;
}

.form button:hover {
  text-decoration: none;
  background-color: var(--color-white);
  color: #009cd3;
  cursor: pointer;
}

.form .required:after {
  content: "*";
  color: #ff0000;
}

.form .attention {
  margin: 20px 0 0 165px;
}

/* ==== 2-4. Gallery ==== */
section div.gallery_img {
  max-width: 1600px;
  position: relative;
  margin-top: 30px;
}

section div.gallery_img ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1.625% 0 0 -1.625%;
  list-style-type: none;
}

section div.gallery_img ul li {
  width: 24.00%;
  margin: 1.0% 0 0 1.0%;
}

section div.gallery_img ul li.double {
  width: 49.00%;
}

section div.gallery_img ul li.triple {
  width: 74.00%;
}

section div.gallery_img ul li img {
  width: 100%;
}

/* ==== 2-5. Tripla Widget ==== */
#booking {
  display: none;
}

/* ==== 2-6. 縦書き ==== */
.ver_w {
/*display: flex;*/
align-items: center;
flex-wrap : wrap;
margin: 0 auto 100px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
}

.ver_w h4 {
  margin: 0;
  padding-top: 0 !important;
  font-size: var(--fs-xxl);
  font-weight: var(--fw-bold);
  line-height: 2.0em;
  color: #6f3700;
  border: none;
  white-space: nowrap;
}

.ver_w h5 {
  margin: 0;
  padding: 0;
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  line-height: 2.0em;
  white-space: nowrap;
}

.ver_w h6 {
  margin: 0;
  padding: 0;
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  line-height: 2.0em;
  white-space: nowrap;
}

.ver_w h6 span {
  font-size: var(--fs-md);
}

.txt_black {
  color: #000000 !important;
}

.ver_w p {
  margin: 0;
  padding: 0;
  font-size: var(--fs-md);
  line-height: 2.2em;
  white-space: nowrap;
}

.ver_w p span {
  font-size: var(--fs-sm);
}

.ver_w_al,
.ver_w_al_60,
.ver_w_ar_60 {
  width: 100%;
  margin: 0;
}

.ver_w_img,
.ver_w_img_r {
  width: 100%;
  margin: 0;
}

.ver_w_img img {
  width: 100%;
}

/* ==== 2-7. 自動翻訳 Widget ==== */
#gt_float_wrapper {
  position: fixed;
  bottom: 90px !important;
  right: 0 !important;
  z-index: 999999;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 4px !important;
}

span.gt-lang-code,
.gt_options a {
  font-size: var(--fs-xs);
}

}/* end SP */


/* ========== PC ========== */
@media screen and (min-width: 1025px) {
/* ****************************************************************************
* 1. common
* ***************************************************************************/

/* ==== 1-1. Style pc ==== */
.scrolldown{
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  z-index: 1;
}

.page-sub_layer h1 {
  position: absolute;
  top: 300px;
  left: 100px;
  margin: 0 auto;
  padding: 40px 100px; 
  font-size: var(--fs-xxxxl);
  font-weight: var(--fw-bold);
  background-color: #ff0000;
  color: var(--color-white);
  font-family: 'Satisfy', cursive;
}

h2 {
  text-align: center;
  margin-bottom: 20px !important; 
  padding-bottom: 20px;
  font-size: var(--fs-xxxl);
  line-height: 1.0;
  color: var(--color-pink);
}

h2 span {
  font-size: var(--fs-sm);
}

h2.concept_h2 {
  text-align: center;
  margin-bottom: 20px !important; 
  padding-bottom: 20px;
  font-size: var(--fs-xxl);
  line-height: 1.6;
  color: #000009;
}

h2.concept_h2 img {
  margin-top: 40px; 
  width: 60%;
}

h3 {
  font-size: var(--fs-xxl);
  padding: 20px 0 0;
  color: var(--color-black);
  margin-bottom: 10px;
}

h3 span.menu {
  font-size: var(--fs-sm);
  font-weight: normal;
  margin: 0 30px;
  padding: 2px 10px;
  vertical-align: middle;
  border:  solid 1px var(--color-white);
}

h3.concept {
  font-size: var(--fs-lg);
  font-weight: normal;
  line-height: 1.8;
}

.icon:before {
  content: "";
  padding-right: 10px;
  border-left: 7px solid #003894;
}

h4 {
  font-size: var(--fs-sm);
  margin: 0;
  padding: 20px 0 0;
}

h4 span {
  font-size: var(--fs-xs);
}

#news_content h3 {
  font-size: var(--fs-lg);
  padding: 20px 0 0;
  color: var(--color-black);
  margin-bottom: 40px;
  border-bottom: solid 1px #DDDDDD;
}

#concept_content h4,
#news_content h4 {
  font-size: var(--fs-xl);
  margin-bottom: 20px;
  padding: 20px 0 0;
  color: var(--color-black);
}

#concept_content h4 span,
#news_content h4 span {
  font-size: var(--fs-lg);
  padding: 0 2px;
  background: linear-gradient(transparent 70%, #dddddd 70%);
}

#concept_content h5,
#news_content h5 {
  font-size: var(--fs-lg);
  padding: 20px 0 0;
  color: var(--color-black);
}

#news_content a {
  color: var(--color-black);
  font-weight: var(--fw-bold);
}

#news_content table {
  font-size: var(--fs-md);
}

#news_content table th {
  padding: 10px;
  white-space: nowrap;
  text-align: right;
  vertical-align: text-top;
}

#news_content table td {
  padding: 10px;
  white-space: nowrap;
  text-align: left;
}

#news_content ul {
  list-style-type: none;
  font-size: var(--fs-sm);
  margin-left: 10px;
}

.center_pc {
  text-align: center;
}

.inner {
  width: 60%;
  margin: 0 auto;
}

.ml50 {
  margin-left: 50px;
}

img.w60 {
  width: 60%;
}

img.w80 {
  width: 80%;
}

img.w100 {
  width: 100%;
}

/*--- W50 ---*/
.w50 {
  width: 48%;
  float: left;
  margin: 0 1%;
}

.w50 h3 {
  float: left;
  width: 50%;
  padding: 0 10px;
  font-size: var(--fs-md);
}

.w50 h3 span {
  font-size: var(--fs-xl);
}

.w50 p {
  float: left;
  width: 50%;
  padding: 0 10px;
  font-size: var(--fs-sm);
}

.w50_img {
  float: left;
  width: 45%;
  height: auto;
}

/*--- ページトップ ---*/
#pagetop{
  position: fixed;
  bottom: .5em;
  right: .5em;
  z-index: 10000;
}
#pagetop a.topBtn{
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/pagetop.png) no-repeat;
  background-size: 60px 60px;
  text-indent: -9999em;
  opacity: 1;
}
#pagetop a:hover{
  opacity: 0.8;
}

/*---　ハンバーガーボタン　---*/
.hamburger,nav.globalMenuSp ul {
  display : none;
}

/* ==== 1-2. Header pc ==== */
header {
  position:fixed;
  top:0;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0);
  z-index:500;
/*border-bottom: 1px solid #ddd;*/
transition: 0.8s;
}

.logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  max-width: 140px;
  margin: 0 auto;
  text-align: center;
  transition: 0.8s;
  opacity: 0.8;
  z-index: 100;
}

.logo a img {
  width: 100%;
}

.global-nav {
  position: relative;
  top: 14px;
  width: 100%;
  transition: 0.8s;

}

.global-nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding-top: 4px;
}

.global-nav ul li {
  float: left;
  margin: 0;
  padding: 0 24px;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  list-style: none;
  border-right: 1px solid #fff;
  transition: 0.8s;
}

.global-nav ul li:last-child {
  border-right: 0;
}

.global-nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 1.0;
  color:#fff;
}

.global-nav ul li a span{
  font-size: var(--fs-xs);
}

.global-nav ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.global-nav ul li a:hover {
  border-bottom: none;
  color: #c00026;
}

.box_p_nav {
  width:20%;
  position: absolute;
}

.box_p_nav ul {
  float: right;
}

.box_p_nav ul li {
  float: left;
  list-style-type: none;
}

.box_p_nav ul li a {
  text-align: center;
  font-size: var(--fs-md);
  line-height: 1.0;
  font-weight: var(--fw-bold);
  color: var(--color-white);
}

.box_p_nav ul li a span{
  font-size: var(--fs-sm);
}

.box_p_nav ul li.ser a {
  position: fixed;
  width: 10%;
  max-width: 140px;
  height: auto;
  right: 0;
  top: 0;
  padding: 2% 0;
  background-color: #003894;
  border: 2px solid #003894;
  transition: 0.8s;
  opacity: 0.8;
}

.box_p_nav ul li.ser a:hover{
  text-decoration: none;
  color: #003894;
  background-color: var(--color-white);
  border: 2px solid var(--color-white);
}

.box_p_nav ul li.ser a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f594";
  color: var(--color-white);
  font-size: var(--fs-xxxl);
  margin-bottom: 10px;
  display: inline-block;
}

.box_p_nav ul li.ser a:hover:before {
  color: #003894;
}

/* ==== 1-3. Header - Scroll Sub pc ==== */
.scroll,
.page-sub header {
  background: var(--color-white);
  height: 90px;
  border-bottom: 1px solid #bd7a7b;
/*transition: 0.6s;*/
}

.scroll .logo,
.page-sub header .logo {
  top: 0;
  left: 0;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  z-index: 100;
}

.scroll .global-nav,
.page-sub header .global-nav {
  position: relative;
  top: 24px;
  width: 100%;
}

.scroll .global-nav ul,
.page-sub header .global-nav ul  {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.scroll .global-nav ul li,
.page-sub header .global-nav ul li {
  float: left;
  margin: 0;
  padding: 0 40px;
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
  list-style: none;
  border-right: 1px solid #ddd;
}

.scroll .global-nav ul li:last-child,
.page-sub header .global-nav ul li:last-child  {
  border-right: 0;
}

.scroll .global-nav ul li a,
.page-sub header .global-nav ul li a  {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color:#000;
}

.scroll .global-nav ul li a::after,
.page-sub header .global-nav ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.scroll .global-nav ul li a:hover,
.page-sub header .global-nav ul li a:hover  {
  border-bottom: none;
  color: #c00026;
}

.scroll .box_p_nav,
.page-sub header .box_p_nav  {
  width:30%;
  position: absolute;
}

.scroll .box_p_nav ul,
.page-sub header .box_p_nav ul {
  float: right;
}

.scroll .box_p_nav ul li,
.page-sub header .box_p_nav ul li  {
  float: left;
  list-style-type: none;
}

.scroll .box_p_nav ul li a,
.page-sub header .box_p_nav ul li a  {
  text-align: center;
  font-size: var(--fs-md);
  line-height: 1.0;
  font-weight: var(--fw-bold);
  color: var(--color-white);
}

.scroll .box_p_nav ul li a span,
.page-sub header .box_p_nav ul li a span  {
  font-size: var(--fs-sm);
}

.scroll .box_p_nav ul li.ser a,
.page-sub header .box_p_nav ul li.ser a  {
  position: fixed;
  width: 8%;
  height: auto;
  right: 0;
  top: 0;
  padding: 1% 0;
  background-color: #003894;
  border: 2px solid #003894;
  opacity: 1;
}

.scroll .box_p_nav ul li.ser a:hover,
.page-sub header .box_p_nav ul li.ser a:hover {
  text-decoration: none;
  color: #003894;
  background-color: var(--color-white);
  border: 2px solid var(--color-white);
}

.scroll .box_p_nav ul li.ser a:before,
.page-sub header .box_p_nav ul li.ser a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f594";
  color: var(--color-white);
  font-size: var(--fs-xxxl);
  margin-bottom: 14px;
  display: inline-block;
}

.scroll .box_p_nav ul li.ser a:hover:before,
.page-sub header .box_p_nav ul li.ser a:hover:before {
  color: #003894;
}

/* ==== 1-4. Footer pc ==== */
footer {
  margin-bottom: 0;
}

footer .abouyus {
  margin-bottom: 0;
  padding: 20px 0;
}

footer .aboutus img {
  display: block;
  width: 16%;
  margin: 0 auto;
}

footer .aboutus a {
  font-weight: var(--fw-bold);
  color: var(--color-black);  
}

footer .aboutus a.f_tel {
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
  color: var(--color-black);  
}

footer .aboutus p {
  font-size: var(--fs-md);
}

footer .sns {
  display: flex;
  margin-bottom: 0;
  padding: 20px 0;
  background-color: var(--color-white);
  border-top: solid 1px var(--color-white);
  border-bottom: solid 1px var(--color-white);
}

.sns ul {
  width: 100%;
  max-width: 100px;
  display: flex;
  margin: 0 auto;
}

.sns ul li {
  padding: 0 10px;
  list-style-type: none;
}

.sns ul li a img {
  width: 100%;
}

footer .f_inner01 {
  display: flex;
  margin-bottom: 0;
  padding: 20px 0;
  background-color: var(--color-pink);
}

footer .f_inner01 ul {
  padding-left: 8%;
}

footer .f_inner01 ul li {
  font-size: var(--fs-xs);
  text-align: left;
  list-style-type: none;
}

footer .f_inner01 ul li span {
  margin-bottom: 4px;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  color: var(--color-white);
}

footer .f_inner01 ul li a {
  color: var(--color-white);
}

footer .f_inner01 ul li a:hover span,
footer .f_inner01 ul li a:hover {
  color: var(--color-white);
}

footer .f_inner01 p {
  text-align: right;
  font-size: var(--fs-xs);
  padding: 4px 8% 0 0;
  margin-bottom: 0;
  color: var(--color-black);
}

footer .f_inner02 {
  margin-bottom: 0;
  padding: 20px 0;
  background-color: #351f14;
}

footer .f_inner02 ul {
  float: left;
  padding-left: 1%;
}

footer .f_inner02 ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: var(--fs-xs);
  font-weight: normal;
  text-align: left;
  list-style-type: none;
}

footer .f_inner02 ul li a:hover span,
footer .f_inner02 ul li a:hover {
  color: var(--color-white);
  text-decoration: underline;
}

footer .f_inner02 p {
  text-align: right;
  font-size: var(--fs-xs);
  padding: 100px 8% 0 0;
  margin-bottom: 0;
  color: var(--color-white);
}

footer .f_inner02 a {
  color: var(--color-white);
}

/* ==== 1-5. Btn pc ==== */
.btn a {
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: var(--fs-md);
  width: 200px;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: var(--space-sm) var(--space-lg);
  border: 1px solid #bd7a7b;
}

.btn a:hover {
  text-decoration: none;
  background-color: var(--color-pink);
  color: var(--color-white);
  border: 1px solid #bd7a7b;
}

.btn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: var(--fw-heavy);
  content: "\f105";
  color: var(--color-black);
  font-size: var(--fs-md);
  margin: 0 10px 0 0;
  display: inline-block;
}

.btn a:hover:before {
  color: #fff;
}

.btn_s a {
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: var(--fs-xs);
  width: 100px;
  display: block;
  text-align: center;
  margin: 10px auto;
  padding: 4px 40px;
  border: 1px solid #003894;
}

.btn_s a:hover {
  text-decoration: none;
  background-color: #003894;
  color: var(--color-white);
  border: 1px solid #003894;
}

.btn_s a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: var(--color-black);
  font-size: var(--fs-lg);
  margin: 0 10px 0 0;
  display: inline-block;
}

.btn_s a:hover:before {
  color: #fff;
}

.btn_center a {
  width: 160px;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 6px 10px;
  font-size: var(--fs-sm);
  color: var(--color-pink);
  border-bottom: 1px solid #bd7a7b;
}

.btn_center a:hover {
  text-decoration: none;
  color: var(--color-black);
  border-bottom: 1px solid #000000;
  opacity: 0.6;
}

.btn_center a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: var(--color-pink);
  font-size: var(--fs-lg);
  margin: 0 10px 0 0;
  display: inline-block;
}

.btn_center a:hover:before {
  color: var(--color-black);
  opacity: 0.6;
}

.btn_center_w a {
  width: 180px;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 6px 10px;
  font-size: var(--fs-sm);
  color: var(--color-pink);
  border-bottom: 1px solid #bd7a7b;
}

.btn_center_w a:hover {
  text-decoration: none;
  color: var(--color-black);
  border-bottom: 1px solid #000000;
  opacity: 0.6;
}

.btn_center_w a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: var(--color-pink);
  font-size: var(--fs-lg);
  margin: 0 10px 0 0;
  display: inline-block;
}

.btn_center_w a:hover:before {
  color: var(--color-black);
  opacity: 0.6;
}

.btn_visit a {
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: var(--fs-lg);
  width: 30%;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  padding: 10px 40px;
  border: 1px solid #000000;
}

.btn_visit a:hover {
  text-decoration: none;
  background-color: #000009;
  color: var(--color-white);
  border: 1px solid #000009;
}

.btn_visit a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: var(--color-black);
  font-size: var(--fs-lg);
  margin: 0 10px 0 0;
  display: inline-block;
}

.btn_visit a:hover:before {
  color: #fff;
}

/* ****************************************************************************
* 2. Contents
* ***************************************************************************/
/* ==== 2-1. Wrap pc ==== */
.wrap_index {
  clear: both;
  background-color: var(--color-white);
  margin: 0 auto ;
  padding: 0;
}

.wrap {
  width: 80%;
  clear: both;
  position: relative;
  background-color: var(--color-white);
  margin: 0 auto;
  padding: 0;
}

.wrap_bottom {
  width: 80%;
  clear: both;
  background-color: var(--color-white);
  margin: 0 auto;
  margin: var(--space-xxxl) auto;
}

.wrap a img:hover {
  opacity: 0.8;
}

.content {
  width: 94%;
  margin: 0 auto 60px;
}

.content_inner {
  width: 80%;
  margin: 0 auto;
}

/* ==== 2-2. Index pc ==== */

/*Scrollテキストの描写*/
.scrolldown span{
/*描画位置*/
position: absolute;
left:-25px;
top: -30px;
/*テキストの形状*/
color: #fff;
font-size: var(--fs-lg);
letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown::after{
  content: "";
/*描画位置*/
position: absolute;
top: 0;
/*線の形状*/
width: 2px;
height: 50px;
background: #fff;
/*線の動き1.8秒かけて動く。永遠にループ*/
animation: pathmove 2.0s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:50px;
    opacity: 1;
  }

  100%{
    height:0;
    top:70px;
    opacity: 0;
  }
}

.page-index h1 {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  font-size: var(--fs-xl);
  text-align: center;
  line-height: 1.4;
  color: var(--color-white);
  margin: auto;
  font-weight: normal;
  border: none;
  z-index: 450;
/*filter: drop-shadow(1px 1px 0px #000000);*/
animation-name: fade;
animation-duration: 6s;
}

.page-index h1.brandname {
  position: relative;
  font-size: var(--fs-xxxxl);
  text-align: center;
  line-height: var(--lh-tight);
  color: var(--color-pink);
  margin: 0 auto;
  font-weight: 900;
}

.page-index h1.brandname span {
  font-size: var(--fs-xxl);
  font-weight: 900;
  line-height: var(--lh-tight);
}

@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.page-index h1 span {
  font-size: var(--fs-xxl);
  line-height: 2.0;
}

.page-index h1 img{
  width: 50%;
  padding: 30px 0;
}

.page-index .mv {
  width: 100%;
  margin: 100vw auto 0;
  padding: 0;
}

.page-sub h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 100;
  display: inline-block;
  font-size: var(--fs-xxxl);
  line-height: 0.8;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 0px;
  border: none;
  filter: drop-shadow(1px 1px 0px #000000);
}

.page-sub h1 span{
  font-size: var(--fs-xl);
}

.page-sub .mv {
  width: 100%;
  height: 98vh;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.page-sub .mv img{
  width: 100%;
}

.flex{
  display: flex;
}

.item{
  width:50%;
  height:auto;
  padding-bottom: var(--space-md);
}

.between{
  justify-content: space-between;
}

.item img {
  display: block;
  width:80%;
  height:auto;
  margin: 0 auto;
}

.item table.hotel_info {
  width: 90%;
  margin:  0;
  padding: 0;
}

.item table.hotel_info th {
  text-align: left;
  padding: 10px 0;
  font-size: var(--fs-md);
  border-bottom: solid 1px #dddddd;
}

.item table.hotel_info td {
  text-align: left;
  padding: 20px;
  font-size: var(--fs-md);
  border-bottom: solid 1px #dddddd;
}

.item table.hotel_info td a {
  font-size: var(--fs-md);
  color: var(--color-black);
}

.item table.hotel_info td a span {
  font-size: var(--fs-sm);
  color: var(--color-black);
}

ul.about_ul {
  padding-left: 1.0rem;
  font-size: var(--fs-sm);
}

/*アコーディオン全体*/
ul.accordion-area{
  width: 70%;
  margin: 0 auto;
  list-style-type: none;
}

ul.accordion-area li{
  margin: 10px 0;
  border-bottom: dotted 1px #696969;
}

/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  font-weight: normal;
  padding: 1.0rem 0 1.0rem 50px;
  transition: all .5s ease;
}

.title .news_cat {
  width: 10%;
  height: 24px;
  padding: 0.1em;
  border-radius: 4px;
  position: absolute;
  top: 1.0rem;
  left: 50px;
  text-align: center;
  color: #fff;
  font-size: var(--fs-sm);
  line-height: 24px;
  font-weight: var(--fw-bold);
  background: #6BBCB0;
}

.title .news_txt {
  width: 90%;
  padding-left: 14%;
  color: #2C271E;
  font-size: var(--fs-md);
  line-height: 25px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--color-black);
  font-weight: var(--fw-bold);
}

.title .news_txt span {
  padding-left: 10px;
  font-weight: normal;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;

}

.title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
}

.title::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
  margin-bottom: 3%;
  padding: 3%;
}

.flex-container {
  display: flex;
  flex-wrap : wrap;
  z-index: 1;
}

.flex-item {
  flex-basis: 25%;
}

.image-wrap{
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  margin: 10px 5px;
}

.image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flex-item p {
  color: var(--color-black);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  width: calc(100% - 40px);
  display: block;
  text-align: left;
  line-height: 2.0em;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  position: relative;
  left: 10px;
  bottom: 80px;
  background-color: var(--color-white);
}

.flex-item:hover {
  opacity: 0.8;
}

.flex-item-use {
  flex-basis: 50%;
  padding-bottom: 60px;
}

.image-wrap-use {
  padding: 0;
  margin: 0;
  background-color: var(--color-white);
}

.image-wrap-use img {
  width: 49%;
  height: auto;
  margin-bottom: 1%;
}

.flex-item-use h3 {
  color: var(--color-white);
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
  display: block;
  text-align: left;
  line-height: 2.0em;
  margin: 0 auto;
  padding: 10px;
  background-color: #003894;
}

.flex-item-use ul li {
  list-style-type: none;
  color: var(--color-black);
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  line-height: 2.0em;
  margin: 0 auto;
  padding: 20px;
}

.flex-item-use p {
  color: #c00026;
  font-size: var(--fs-xxxl);
  font-weight: var(--fw-bold);
  text-align: center;
  line-height: 2.0em;
  margin: 0 auto;
  padding: 10px;
}

.flex-item-use p span {
  font-size: var(--fs-xxl);
}

.flex-item h4 {
  color: var(--color-black);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  width: calc(100% - 40px);
  display: block;
  text-align: left;
  line-height: 2.0em;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
  position: relative;
  left: 10px;
  bottom: 80px;
  background-color: var(--color-white);
}

.flex-icon-use {
  flex-basis: 15%;
  padding-left: 1%;
}

.flex-icon-use h3 {
  color: var(--color-white);
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
  width: calc(100% - 40px);
  display: block;
  text-align: center;
  line-height: 1.2em;
  margin: 0 auto;
  padding: 10px;
  background-color: #003894;
}

.flex-icon-use h3 span {
  font-size: var(--fs-sm);
}

.flt-img-w50 {
  float: left;
  width: 50%;
  height: auto;
  position: relative;
  top: 10px;
  left: 20px;
}

.flt-img-w40 {
  float: left;
  width: 40%;
  height: auto;
  position: relative;
  left: 80px;
  bottom: 100px;
}

.flt-img-w35 {
  float: left;
  width: 35%;
  height: auto;
  position: relative;
  left: 120px;
}

.flt-img-w30 {
  float: left;
  width: 30%;
  height: auto;
  position: relative;
  left: 40px;
}

.flt-img-w25 {
  float: left;
  width: 25%;
  height: auto;
  position: relative;
  left: 40px;
}

.flt-img-w25_02 {
  float: left;
  width: 25%;
  height: auto;
  position: relative;
  left: 0;
}

.flt-img-w70-r {
  float: right;
  width: 70%;
  height: auto;
}

.flt-img-w60-r {
  float: right;
  width: 60%;
  height: auto;
}

.flt-img-w50-r {
  float: right;
  width: 50%;
  height: auto;
  position: relative;
  right: 20px;
}

.flt-img-w40-r {
  float: right;
  width: 40%;
  height: auto;
  position: relative;
  right: 100px;
}

.flt-img-w40-r-02 {
  float: right;
  width: 40%;
  height: auto;
  position: relative;
  bottom: 60px;
  right: 100px;
}

.flt-img-w30-r {
  float: right;
  width: 30%;
  height: auto;
  position: relative;
  right: 100px;
}

.flt-img-w50 img,
.flt-img-w40 img,
.flt-img-w30 img,
.flt-img-w25 img,
.flt-img-w35 img,
.flt-img-w70-r img,
.flt-img-w60-r img,
.flt-img-w50-r img, 
.flt-img-w40-r img,
.flt-img-w40-r-02 img,
.flt-img-w30-r img {
  width: 100%;
}

.flt-txt-w30 {
  width: 30%;
  float: left;
  position: relative;
  top: 60px;
  left: 80px;
  background-color: var(--color-white);
}

.flt-txt-w35 {
  width: 35%;
  float: left;
  position: relative;
  top: 50px;
  left: 200px;
  padding-left: 20px;
  background-color: var(--color-white);
  z-index: 100;
}

.flt-txt-w40 {
  width: 40%;
  float: left;
  position: relative;
  top: 20px;
  left: 120px;
  padding-left: 40px;
  color: var(--color-black);
  background-color: var(--color-white);
  z-index: 100;
}

.flt-txt-w45 {
  width: 45%;
  float: left;
  position: relative;
  top: 30px;
  right: 100px;
  padding-left: 40px;
  background-color: var(--color-white);
  z-index: 100;
}

.flt-txt-w50 {
  width: 42%;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  padding-left:70px;
  background-color: var(--color-white);
  z-index: 100;
}

.flt-txt-w30 h3,
.flt-txt-w35 h3,
.flt-txt-w40 h3,
.flt-txt-w45 h3,
.flt-txt-w50 h3 {
  display: inline-block;
  padding: 40px 0 20px;
  font-size: var(--fs-xxxl);
  font-weight: normal;
  color: var(--color-black);
  line-height: 1.0;
}

.flt-txt-w30 h3 span,
.flt-txt-w35 h3 span,
.flt-txt-w40 h3 span,
.flt-txt-w45 h3 span,
.flt-txt-w50 h3 span {
  font-size: var(--fs-xxl);
  font-weight: var(--fw-bold);
  color: var(--color-black);
  line-height: 1.0;
}

.flt-txt-w30 h3 span.jp,
.flt-txt-w35 h3 span.jp,
.flt-txt-w40 h3 span.jp,
.flt-txt-w45 h3 span.jp,
.flt-txt-w50 h3 span.jp {
  font-size:var(--fs-lg);
  background: none;
}

.flt-txt-w30 h4,
.flt-txt-w35 h4,
.flt-txt-w40 h4,
.flt-txt-w45 h4,
.flt-txt-w50 h4 {
  display: inline-block;
  padding: 10px 0 20px 10px;
  font-size: var(--fs-xxl);
  font-weight: normal;
  color: var(--color-black);
  line-height: 1.0;
}

.flt-txt-w30 p,
.flt-txt-w40 p,
.flt-txt-w45 p,
.flt-txt-w50 p {
  padding: 20px 100px 60px 10px;
}

.flt-txt-w35 p {
  padding: 20px 60px 60px 10px;
}

.flt-txt-w30 p span,
.flt-txt-w35 p span,
.flt-txt-w40 p span,
.flt-txt-w45 p span,
.flt-txt-w50 p span {
  border: solid 1px;
  padding: 4px 10px;
  margin-right: 20px;
}

.flt-txt-w45 table {
  width: 100%;
  margin: 20px auto;
  border: solid 1px #cccccc;
}

.flt-txt-w45 table th {
  width: 30%;
  border: solid 1px #cccccc;
  text-align: center;
  padding: 4px 10px;
}

.flt-txt-w45 table td {
  width: 30%;
  text-align: center;
  border: solid 1px #cccccc;
}

/*--- Swiper ---*/

.swiper-container img{
  width: 100%;
}

.slider_collection .swiper-wrapper .swiper-slide {
  width: 50% !important;
}

.slider_collection .swiper-wrapper .swiper-slide img {
  width: 99%;
  padding-left: 1%;
}

.youtube {
  width: 90%;
  height: auto;
  margin:0 auto 100px;
  overflow: hidden;
  padding-bottom: 40.25%;
  position: relative;
}
.youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

ul.w30_list {
  margin-top: 40px;
  text-align: center;
}

ul.w30_list li {
  display: inline-block;
  list-style-type: none;
  width: 32%;
  padding: 0;
}

ul.w30_list li img, 
ul.w30_list li a img {
  width: 100%;
}

ul.w30_list li h3 {
  color: var(--color-black);
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  width: calc(100% - 40px);
  display: block;
  text-align: left;
  line-height: 2.0em;
  margin: 0 auto;
  padding: 10px 10px 0;
  border-bottom: solid 2px #003894;
  position: relative;
  left: 0;
  bottom: 100px;
  background:rgba(255,255,255,0.8);
}

ul.w30_list li h3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: var(--color-black);
  font-size: var(--fs-lg);
  margin: 0 2px 0 0;
  display: inline-block;
}

ul.w30_list li p {
  color: var(--color-black);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  width: calc(100% - 54px);
  display: block;
  text-align: left;
  line-height: 2.0em;
  margin: 0 auto;
  padding: 0 10px 10px 24px;
  position: relative;
  left: 0;
  bottom: 100px;
  background:rgba(255,255,255,0.8);
}

#agreement dl {
  padding: 10px 0;
  font-size: var(--fs-md);
}

#agreement dt {
  padding: 10px 0 0;
  font-weight: var(--fw-bold);
}

#agreement dd {
  display: block;
  margin-inline-start: 0;
  padding: 0;
}

#agreement ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}

#agreementdl ol li {
  list-style-type: decimal;
}

#agreement ol.single {
  display: block;
  list-style-type: none;
}

#agreement ol li ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 30px;
  text-indent: -2em;
}

#agreement ol li ol li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}

#agreement ol li ol li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
  }

  table.pre_tbl {
    width: 100%;
    margin: 20px auto;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: var(--fs-md);
  }

  table.pre_tbl th {
    padding: 20px;
    text-align: right;
    background-color: #383635;
    color: var(--color-white);
    border: solid 1px #cccccc;
  }

  table.pre_tbl .w30 {
    width: 30%;
  }

  table.pre_tbl th.th_cen {
    text-align: center;
  }

  table.pre_tbl th img {
    width: 14.0rem;
    height: auto;
    vertical-align: middle;
  }

  table.pre_tbl td {
    padding: 20px;
    text-align: left;
    border: solid 1px #cccccc;
  }

  table.pre_tbl td.ta_cen{
    text-align: center;
  }

  table.pre_tbl td.ta_cen span {
    color: #ffa500;
    font-weight: var(--fw-bold);
  }

  table.overview {
    width: 60%;
    margin: 20px auto;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: var(--fs-md);
  }

  table.overview th {
    width: 30%;
    padding: 20px;
    text-align: center;
    background-color: #383635;
    color: var(--color-white);
    border: solid 1px #cccccc;
  }

  table.overview td {
    padding: 20px;
    text-align: center;
    border: solid 1px #cccccc;
  }

  .bg-schedules {
    clear: both;
    width: 80%;
    margin: 10px auto 0;
    padding: 0;
  }

  .schedules {
    position: relative;
    padding-top: 40px;
  }

  .schedules .time {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
    width: 600px;
    height: 100%;
    display: flex;
  }

  .schedules .time p {
    padding-left: 10px;
    font-size: var(--fs-lg);
    color: #003894;
    font-weight: 900;
  }

  .schedules_content {
    width: 90%;
    height: auto;
    margin: 20px 0 0 50px;
    padding-bottom: 40px;
    border-left: solid 4px #ccc;
  }

  .schedules_content h3 {
    padding-left: 10px;
  }

  .schedules_content img {
    width: 40%;
    height: auto;
    padding-left: 10px;
  }

  .schedules_content .txt-area {
    float: right;
    width: 50%;
    height: auto;
    padding-right: 5%;
  }

  .tabs {
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
  }

  .tab_class {
    width: calc(100%/2);
    height: auto;
    margin: 0 auto;
    line-height: 1.2;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    opacity: 0.8;
    border-bottom: solid 4px #cccccc;
    transition: 1.0s;
  }

  .tab_class p {
    padding: 20px 0;
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: #cccccc;
    transition: 1.0s;
  }

  .tab_class p span {
    padding: 2px 4px;
    font-size: var(--fs-lg);
    color: var(--color-white);
    background-color: #cccccc;
    transition: 1.0s;
  }

  input[name="tab_name"] {
    display: none;
  }

  input:checked + .tab_class {
    padding: 0;
    opacity: 1.0;
    border-bottom: solid 4px #003894;
  }

  input:checked + .tab_class p {
    padding: 20px 0;
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: var(--color-black);
  }

  input:checked + .tab_class p span {
    padding: 2px 4px;
    font-size: var(--fs-lg);
    color: var(--color-white);
    background-color: #003894
  }

  .content_class {
    display: none;
    width: 100%;
    padding: 30px 10px;
  }

  input:checked + .tab_class + .content_class {
    display: block;
  }

  .tabs_ttl h3 {
    position: relative;
    bottom: 100px;
    right: 0;
    font-size: var(--fs-xxxl);
    color: var(--color-white);
    text-shadow: 1px 1px 2px #808080;
  }

  .tabs_ttl .btn_center {
    position: relative;
    bottom: 80px;
    right: 0;
  }

/* ==== 2-3. Form pc ==== */
.form {
  background-color: #eaeaea;
  padding: 30px 50px;
}

.form dl dt {
  width: 165px;
  padding: 10px 0;
  float: left;
  clear: both;
}

.form dl dd {
  padding: 10px 0;
}

.form .name {
  width: 240px;
  height: 30px;
}

.form .email {
  width: 300px;
  height: 30px;
}

.form .tel {
  width: 240px;
  height: 30px;
}

.form .type {
  width: 180px;
  height: 30px;
}

.form .contact {
  width: 140px;
  height: 30px;
}

.form .message {
  width: 660px;
  height: 150px;
}

.form button {
  background-color: #009cd3;
  color: var(--color-white);
  font-size: var(--fs-lg);
  width: 120px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: 3px solid #009cd3;
  margin-left: 165px;
}

.form button:hover {
  background-color: var(--color-white);
  color: #009cd3;
  cursor: pointer;
}

.form .required:after {
  content: "*";
  color: #ff0000;
}

.form .attention {
  margin: 20px 0 0 165px;
}

/* ==== 2-4. Modal pc ==== */
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.modal-bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  text-align: right;
}

.modal-box{
  background: #fff;
  left: 50%;
  padding: 16px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 65%;
}

.modal-box img{
  display: block;
  margin: 0 auto;
}

.modal-box p{
  text-align: center;
  color: var(--color-black);
}

/* ==== 2-5. Gallery pc ==== */
section div.gallery_img {
  max-width: 1600px;
  position: relative;
  margin: 95px auto 0;
}

section div.gallery_img ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1.625% 0 0 -1.625%;
  list-style-type: none;
}

section div.gallery_img ul li {
  width: 24.00%;
  margin: 1.0% 0 0 1.0%;
}

section div.gallery_img ul li.double {
  width: 49.00%;
}

section div.gallery_img ul li.triple {
  width: 74.00%;
}

section div.gallery_img ul li img {
  width: 100%;
}

/* ==== 2-6. Tripla Widget pc ==== */
#booking {
  width:100%;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}

.search-widget-search-container-bf1818{
  background: rgba(0,56,148,0.9)!important;
}

.input-container-input-container-da40af .input-container-title-db81ec{
  color: #FFFFFF !important;
}

/* ==== 2-7. 縦書き pc ==== */
.ver_w {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,0%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 40px 0;
}

.ver_w h4 {
  margin: 0;
  padding: 0 0 0 2.0rem !important;
  font-size: var(--fs-xxl);
  font-weight: var(--fw-bold);
  line-height: 2.0em;
  color: #6f3700;
  border: none;
  text-align: left;
}

.ver_w h5 {
  margin: 0;
  padding: 0 0 0 2.0rem;
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  line-height: 2.0em;
  border: none;
}

.ver_w h6 {
  margin: 0 auto;
  padding: 0 0 0 2.0rem;
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  line-height: 2.0em;
}

.ver_w h6 span {
  font-size: var(--fs-sm);
}

.txt_black {
  color: #000000 !important;
}

.ver_w p {
  margin: 0;
  padding: 0 0 0 1.0rem !important;
  font-size: var(--fs-lg);
  line-height: 2.2em;
}

.ver_w p span {
  font-size: var(--fs-md);
}

.ver_w_al {
  float: left;
  width: 49%;
  margin: 0;
}

.ver_w_al_60 {
  float: left;
  width: 60%;
  margin: 0;
}

.ver_w_ar_60 {
  float: right;
  width: 60%;
  margin: 0;
  padding-right: 5%;
}

.ver_w_img {
  float: left;
  width: 35%;
  margin: 0;
}
.ver_w_img_r {
  float: right;
  width: 35%;
  margin: 0;
}

.ver_w_img img {
  width: 100%;
}

/* ==== 2-8. 自動翻訳 Widget pc ==== */
#gt_float_wrapper {
  position: fixed;
  bottom: 80px !important;
  right: 10px !important;
  z-index: 999999;
}

span.gt-lang-code,
.gt_options a {
  font-size: var(--fs-sm);
}

/* Google翻訳の上部バーを消す */
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Google翻訳が勝手に付けるズラしを無効化 */
body.skiptranslate {
  top: 0 !important;
  margin-top: 0 !important;
}

/* 翻訳ツールチップ等の余計なものがレイアウトに影響する場合の保険 */
#goog-gt-tt,
.VIpgJd-yAWNEb-L7lbkb {
  display: none !important;
}

}/* end pc */