
/* ****************************************************************************
*
* 1. common
*
* ***************************************************************************/
/* ======================================================
* 1-1. 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;
  font-size: 100%;
}

@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333333;
  font-size: 15px;
  line-height: 2;
  font-family: "dnp-shuei-mincho-pr6n",YuMincho, 'Yu Mincho', serif;
}

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

img {
  vertical-align:bottom;
}

a {
  text-decoration: none;
}

a:visited {
  color: #000000;
}

a:hover {
  text-decoration: none;
}

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


/* ======================================================
* 1-2. Style
* =================================================== */
/*body#index:before{
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background:url(../images/bg-index.jpg) center no-repeat;
background-size:cover;
} */

.sp-only {
  display: none;
}

#sub_layer h1 {
  position: absolute;
  top: 300px;
  left: 100px;
  margin: 0 auto;
  padding: 40px 100px; 
  font-size: 60px;
  font-weight: bold;
  background-color: #ff0000;
  color: #ffffff;
  font-family: 'Satisfy', cursive;
}

h2 {
  text-align: center;
  margin-bottom: 20px !important; 
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 1.0;
  color: #bd7a7b;
}

h2 span {
  font-size: 14px;
}

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

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

h3 {
  font-size: 30px;
  padding: 20px 0 0;
  color: #000000;
  margin-bottom: 10px;
}

h3 span.menu {
  font-size: 14px;
  font-weight: normal;
  margin: 0 30px;
  padding: 2px 10px;
  vertical-align: middle;
  border:  solid 1px #ffffff;
}

h3.concept {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
}

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

h4 {
  font-size: 14px;
  margin: 0;
  padding: 20px 0 0;
}

h4 span {
  font-size: 12px;
}

#news_content h3 {
  font-size: 26px;
  padding: 20px 0 0;
  color: #000000;
  margin-bottom: 40px;
  border-bottom: solid 1px #DDDDDD;
}

#concept_content h4,
#news_content h4 {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 20px 0 0;
  color: #000000;
}

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

#concept_content h5,
#news_content h5 {
  font-size: 20px;
  padding: 20px 0 0;
  color: #000000;
}

#news_content a {
  color: #000000;
  font-weight: bold;
}

#news_content table {
  font-size: 16px;
}

#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: 0.8rem;
  margin-left: 10px;
}

.center,
.center_pc {
  text-align: center;
}

.al_right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.large {
  font-size: 1.8em;
}

.middle {
  font-size: 1.2em;
}

.small {
  font-size: 0.8em;
}

.white {
  color: #ffffff;
}

.red {
  color: #ff0000;
}

.blue {
  color: #003894;
}

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

.ptb10 {
  padding: 10px 0;
}

.ptb30 {
  padding: 30px 0;
}

.pt30 {
  padding: 0;
}

.ptb60 {
  padding: 60px 0;
}

.mtb0 {
  margin: 0 !important;
}

.mt50,
.mtb50 {
  margin: 50px 0 0;
}

.mt100 {
  margin: 100px 0 0;
}

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

.ml50 {
  margin-left: 50px;
}

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

.fl_right {
  float: right;
}

img.w60 {
  width: 60%;
}

img.w80 {
  width: 80%;
}

img.w100 {
  width: 100%;
}

section p {
  font-size: 1.0em;
}

.bg-gray {
  background: #f5f5f5;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.bg-gold {
  background: #b58d4b;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.bg-blue {
  background: #e0ffff;
  margin-bottom: 0;
  padding-bottom: 30px;
}

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

.w50 h3 {
  float: left;
  width: 50%;
  padding: 0 10px;
  font-size: 16px;
}

.w50 h3 span {
  font-size: 24px;
}

.w50 p {
  float: left;
  width: 50%;
  padding: 0 10px;
  font-size: 14px;
}

.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;
}

/* ======================================================
* fadein.js
* =================================================== */
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 800ms;
}

.fadein02 {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: all 1600ms;
}

.fadein03 {
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 1600ms;
}

.fadein04 {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 1200ms;
}

.fadein05 {
  opacity: 0;
  transform: translate(0, 120px);
  transition: all 1800ms;
}

.fadein06 {
  opacity: 0;
  transform: translate(0, 240px);
  transition: all 2400ms;
}

.fadein.scrollin,
.fadein02.scrollin,
.fadein03.scrollin,
.fadein04.scrollin,
.fadein05.scrollin,
.fadein06.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}


/* ======================================================
* 1-3. Header
* =================================================== */
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: 0.8vw;
  font-weight: 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: 0.1vw;
}

.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: 1.0vw;
  line-height: 1.0;
  font-weight: bold;
  color: #ffffff;
}

.box_p_nav ul li a span{
  font-size: 0.8vw;
}

.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: #ffffff;
  border: 2px solid #ffffff;
}

.box_p_nav ul li.ser a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f594";
  color: #ffffff;
  font-size: 4.0em;
  margin-bottom: 10px;
  display: inline-block;
}

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


/* ======================================================
* 1-4. Header - Scroll Sub
* =================================================== */
.scroll,
#sub header {
  background: #FFFFFF;
  height: 90px;
  border-bottom: 1px solid #bd7a7b;
/*transition: 0.6s;*/
}

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

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

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

.scroll .global-nav ul li,
#sub header .global-nav ul li {
  float: left;
  margin: 0;
  padding: 0 40px;
  font-size: 1.0vw;
  font-weight: bold;
  list-style: none;
  border-right: 1px solid #ddd;
}

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

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

.scroll .global-nav ul li a::after,
#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,
#sub header .global-nav ul li a:hover  {
  border-bottom: none;
  color: #c00026;
}

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

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

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

.scroll .box_p_nav ul li a,
#sub header .box_p_nav ul li a  {
  text-align: center;
  font-size: 1.0vw;
  line-height: 1.0;
  font-weight: bold;
  color: #ffffff;
}

.scroll .box_p_nav ul li a span,
#sub header .box_p_nav ul li a span  {
  font-size: 0.8vw;
}

.scroll .box_p_nav ul li.ser a,
#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,
#sub header .box_p_nav ul li.ser a:hover {
  text-decoration: none;
  color: #003894;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

.scroll .box_p_nav ul li.ser a:before,
#sub header .box_p_nav ul li.ser a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f594";
  color: #ffffff;
  font-size: 3.0em;
  margin-bottom: 14px;
  display: inline-block;
}

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


/* ======================================================
* 1-6. Footer 
* =================================================== */
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: bold;
  color: #000000;  
}

footer .aboutus a.f_tel {
  font-size: 24px;
  font-weight: bold;
  color: #000000;  
}

footer .aboutus p {
  font-size: 16px;
}

footer .sns {
  display: flex;
  margin-bottom: 0;
  padding: 20px 0;
  background-color: #ffffff;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.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: #bd7a7b;
}

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

footer .f_inner01 ul li {
  font-size: 11px;
  text-align: left;
  list-style-type: none;
}

footer .f_inner01 ul li span {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

footer .f_inner01 ul li a {
  color: #ffffff;
}

footer .f_inner01 ul li a:hover span,
footer .f_inner01 ul li a:hover {
  color: #ffffff;
}

footer .f_inner01 p {
  text-align: right;
  font-size: 12px;
  padding: 4px 8% 0 0;
  margin-bottom: 0;
  color: #000000;
}

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: 12px;
  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: #ffffff;
  text-decoration: underline;
}

footer .f_inner02 p {
  text-align: right;
  font-size: 12px;
  padding: 100px 8% 0 0;
  margin-bottom: 0;
  color: #ffffff;
}

footer .f_inner02 a {
  color: #ffffff;
}

/* ======================================================
* 1-7. Btn 
* =================================================== */
.btn a {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  width: 200px;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 4px 40px;
  border: 1px solid #bd7a7b;
}

.btn a:hover {
  text-decoration: none;
  background-color: #bd7a7b;
  color: #ffffff;
  border: 1px solid #bd7a7b;
}

.btn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #000000;
  font-size: 1.2em;
  margin: 0 10px 0 0;
  display: inline-block;
}

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

.btn_s a {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  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: #ffffff;
  border: 1px solid #003894;
}

.btn_s a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #000000;
  font-size: 1.2em;
  margin: 0 10px 0 0;
  display: inline-block;
}

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

.btn_center a {
  background-color: #003894;
  color: #ffffff;
  font-size: 16px;
  width: 300px;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px 40px;
  border: 1px solid #003894;
}

.btn_center a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #003894;
}

.btn_center a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #ffffff;
  font-size: 1.2em;
  margin: 0 10px 0 0;
  display: inline-block;
}

.btn_center a:hover:before {
  color: #000;
}

.btn_center_w a {
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  width: 300px;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px 40px;
  border: 1px solid #003894;
}

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

.btn_center_w a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #000009;
  font-size: 1.2em;
  margin: 0 10px 0 0;
  display: inline-block;
}

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

.btn_visit a {
  background-color: #ffffff;
  color: #000000;
  font-size: 20px;
  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: #ffffff;
  border: 1px solid #000009;
}

.btn_visit a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #000000;
  font-size: 1.2em;
  margin: 0 10px 0 0;
  display: inline-block;
}

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


/* ****************************************************************************
*
* 2. Contents
*
* ***************************************************************************/
/* ======================================================
* 2-1. Wrap
* =================================================== */
.wrap_index {
  max-width: 1400px;
  clear: both;
  background-color: #ffffff;
  margin: 85vh auto 0;
  padding: 0;
}

.wrap {
  clear: both;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

.wrap_bottom {
  clear: both;
  background-color: #ffffff;
  margin-top: 0;
  padding: 0;
}

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

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

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

section {
  overflow: hidden;
}

/* ======================================================
* 2-2. Index
* =================================================== */
#video-area {
/*position: fixed;*/
/*z-index: -1;最背面に設定*/
top: 0;
right:0;
left:0;
bottom:0;
overflow: hidden;
}

#video {
/*天地中央配置*/
position: absolute;
/*z-index: -1;*/
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/*縦横幅指定*/
width: 100%; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
height: 100%; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
object-fit: cover;
min-height: 100%;
min-width: 100%;
}

.scrolldown {
/*描画位置※位置は適宜調整してください*/
position:absolute;
left:50%;
bottom:4px;
/*全体の高さ*/
height:60px;
}

/*Scrollテキストの描写*/
.scrolldown span{
/*描画位置*/
position: absolute;
left:-25px;
top: -30px;
/*テキストの形状*/
color: #fff;
font-size: 1.2rem;
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;
  }
}

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

#index h1.brandname {
  position: relative;
  font-size: 80px;
  text-align: center;
  line-height: 1.0;
  color: #bd7a7b;
  margin: auto;
  font-weight: 900;
}

#index h1.brandname span {
  font-size: 40px;
  font-weight: 900;
}

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

#index h1 span {
  font-size: 40px;
  line-height: 2.0;
}

#index h1 img{
  width: 50%;
  padding: 30px 0;
}

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

#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: 50px;
  line-height: 0.8;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0px;
  border: none;
  filter: drop-shadow(1px 1px 0px #000000);
}

#sub h1 span{
  font-size: 24px;
}

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

#sub .mv img{
  width: 100%;

}

.flex{
  display: flex;
}

.item{
  width:50%;
  height:auto;
  padding-bottom: 20px;
}

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

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

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

.item table.shop_info th {
  text-align: left;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: solid 1px #dddddd;
}

.item table.shop_info td {
  text-align: left;
  padding: 20px;
  font-size: 14px;
  border-bottom: solid 1px #dddddd;
}

.item table.shop_info td a {
  font-size: 24px;
  color: #000000;
}

.item table.shop_info td a span {
  font-size: 14px;
  color: #000000;
}

ul.about_ul {
  padding-left: 1.0rem;
  font-size: 0.8rem;
}

/*アコーディオン全体*/
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: 0.8rem;
  line-height: 24px;
  font-weight: bold;
  background: #6BBCB0;
}

.title .news_txt {
  width: 90%;
  padding-left: 14%;
  color: #2C271E;
  font-size: 1.0rem;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #000000;
  font-weight: 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: #000000;
  font-size: 12px;
  font-weight: 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: #ffffff;
}

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

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

.image-wrap-use {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
}

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

.flex-item-use h3 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 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: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.0em;
  margin: 0 auto;
  padding: 20px;
}

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

.flex-item-use p span {
  font-size: 40px;
}

.flex-item h4 {
  color: #000000;
  font-size: 14px;
  font-weight: 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: #ffffff;
}

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

.flex-icon-use h3 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 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: 14px;
}

.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: #ffffff;
}

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

.flt-txt-w40 {
  width: 40%;
  float: left;
  position: relative;
  top: 20px;
  left: 120px;
  padding-left: 40px;
  color: #000000;
  background-color: #ffffff;
  z-index: 100;
}

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

.flt-txt-w50 {
  width: 42%;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  padding-left:70px;
  background-color: #ffffff;
  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: 48px;
  font-weight: normal;
  color: #000000;
  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: 34px;
  font-weight: bold;
  color: #000000;
  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:20px;
  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: 30px;
  font-weight: normal;
  color: #000000;
  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%;
}

/*
.slider-right {
float: right;
}

.slider-left {
float: left;
}

.slider-right {
float: right;
}

.slider-left {
float: left;
}

.swiper-container.slider-thumbnail1 {
height: auto;
}

.swiper-container.slider-thumbnail1 .swiper-wrapper .swiper-slide {
width: 25% !important;
height: auto;
opacity: 0.5;
overflow: hidden;
}
.swiper-container.slider-thumbnail1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
opacity: 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: #000000;
  font-size: 20px;
  font-weight: 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: #000000;
  font-size: 1.2em;
  margin: 0 2px 0 0;
  display: inline-block;
}

ul.w30_list li p {
  color: #000000;
  font-size: 14px;
  font-weight: 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: 16px;
}

#agreement dt {
  padding: 10px 0 0;
  font-weight: 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: 16px;
}

table.pre_tbl th {
  padding: 20px;
  text-align: right;
  background-color: #383635;
  color: #ffffff;
  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: bold;
}

table.overview {
  width: 60%;
  margin: 20px auto;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 16px;
}

table.overview th {
  width: 30%;
  padding: 20px;
  text-align: center;
  background-color: #383635;
  color: #ffffff;
  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: 22px;
    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: 26px;
    font-weight: bold;
    color: #cccccc;
    transition: 1.0s;
  }

  .tab_class p span {
    padding: 2px 4px;
    font-size: 22px;
    color: #ffffff;
    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: 26px;
    font-weight: bold;
    color: #000000;
  }

  input:checked + .tab_class p span {
    padding: 2px 4px;
    font-size: 22px;
    color: #ffffff;
    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: 70px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #808080;
  }

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


/* ======================================================
* 2-. Form
* =================================================== */
.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: #ffffff;
  font-size: 20px;
  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: #ffffff;
  color: #009cd3;
  cursor: pointer;
}

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

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

/* =====================================================
* 3-. Modal
* =================================================== */
.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: #000000;
}

/* =====================================================
* 4-. Gallery
* =================================================== */

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%;
}

/* =====================================================
* 4-. Tripla Widget
* =================================================== */

#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;
}


/* =====================================================
* 5-. 縦書き
* =================================================== */
.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: 30px;
  font-weight: 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: 26px;
  font-weight: bold;
  line-height: 2.0em;
  border: none;
}

.ver_w h6 {
  margin: 0 auto;
  padding: 0 0 0 2.0rem;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.0em;
}

.ver_w h6 span {
  font-size: 14px;
}

.txt_black {
  color: #000000 !important;
}

.ver_w p {
  margin: 0;
  padding: 0 0 0 1.0rem !important;
  font-size: 1.2rem;
  line-height: 2.2em;
}

.ver_w p span {
  font-size: 1.0rem;
}

.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%;
}