
/* ****************************************************************************
*
* 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: 16px;
  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;
/*:pointer-events: none;*/
}

a {
  text-decoration: none;
  color: #000000;
}

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

h2 {
  text-align: center;
  margin-bottom: 1.0rem; 
  padding: 0.6rem 0;
  font-size: 1.5rem;
  line-height: 2.0;
  color: #000009;
  font-family: "dnp-shuei-mincho-pr6n",YuMincho,'Yu Mincho',serif;
  font-weight: 400;
  font-style: normal;
}

h2 span {
  font-size: 4.0rem;
  font-weight: 300;
  line-height: 1.0;
  color: #b58d4b;
}

h2.concept_h2 {
  text-align: center;
  margin: 0; 
  padding: 2.0rem 0;
  font-size: 2.0rem;
  line-height: 0.6;
  font-weight: 600;
  font-family: "dnp-shuei-mincho-pr6n",YuMincho,'Yu Mincho',serif;
}

h2.concept_h2 span {
  font-size: 1.0rem;
  line-height: 0.8;
  color: #000000;
}


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


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

h3 span {
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 0.1;
  color: #000000;
}

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

h3.center {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}

h3.ttl_h3 {
  position: relative;
  display: block;
  height: 80px;
  line-height: 10px;
  margin: 30px auto;
  font-size: 24px;
  text-align: center;
}

h3.ttl_h3::after {
  content: '';
  position: absolute;
  left:  0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 30px;
  margin: auto;
  background-color: black;
}

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

h4 {
  margin: 0 auto;
  padding: 0 2.0rem;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 2.0rem;
}

h4 span {
  font-size: 14px;
  font-weight: 300;
}

#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_sp {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

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

.bold {
  font-weight: bold;
}

.large {
  font-size: 1.8rem;
}

.middle {
  font-size: 1.2rem;
}

.small {
  font-size: 0.8rem;
}

.white {
  color: #ffffff !important;
}

.red {
  color: #ff0000 !important;
}

.pink {
  color: #f25f69 !important;
}

.green {
  color: #62a854 !important;
}

.bg_gray {
  background: #f5f5f5;
  margin: 0;
  padding: 0;
}

.bg_pink {
  background: #fdeeed;
  margin-bottom: 0;
  padding: 30px;
}

.border_black {
  border: solid 1px #000009;
}

.border_black ul {
  margin: 0.8rem;
}

.border_black ul li {
  list-style-type: decimal;
  font-size: 1.0rem !important;
}

.border_black ul.ul_disc li {
  list-style-type: disc;
  font-size: 1.0rem !important;
}

.border_black table {
  margin: 0.8rem auto;
}

.border_black table th {
  padding-right: 1.0rem;
  text-align: right;
  font-size: 1.0rem;
}

.border_black table td {
  font-size: 1.2rem;
}

.border_black p {
  padding: 0.8rem;
}

.pd0 {
  padding: 0 !important;
}

.ptb10 {
  padding: 10px 0 !important;
}

.ptb30 {
  padding: 30px 0 !important;
}

.ptb60 {
  padding: 60px 0 !important;
}

.pb30 {
  padding: 0 0 30px !important;
}

.pb60 {
  padding: 0 0 60px !important;
}

.pb100 {
  padding: 0 0 100px !important;
}

.pl20 {
  padding: 0 0 0 20px !important;
}

.plr20 {
  padding: 0 20px !important;
}

.mtb0 {
  margin: 0 !important;
}

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

.mt100 {
  margin: 100px 0 0 !important;
}

.mg10 {
  margin: 10px !important;
}

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

section {
  width: 100%;
  margin: 0 auto;
}

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

section.inner img {
  width: 100%;
  margin: 0 auto;
}

img.w100 {
  width: 100%;
}

section p {
  font-size: 1.0rem;
}

.w50 {
  width: 50% !important;
  margin: 0 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 1600ms;
}

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

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

.logo {
  display: none;
  position: absolute;
  top: 1.0vw;
  left: 1.0vw;
  width: 12%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  transition: 0.8s;
  opacity: 1.0;
  z-index: 999999;
}

.logo a {
  display: block;
}

.logo a img {
  width: 100%;
}

.global-nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}*/

.menu > li {
  float: left;
  margin: 0;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 0.8vw;
  font-weight: bold;
  list-style: none;
}

.menu > li:hover {
  -webkit-transition: all 3.5s;
  transition: all 3.5s;
}

.menu > li a {
  color:#fff;
}

.menu > li a:hover {
  opacity: 0.6;
}

.menu > li.menu__single {
  position: relative;
}

.menu > li.menu__single:hover ul.menu__second-level {
  top: 30px;
  visibility: visible;
  opacity: 1;
}

.menu > li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  left: 4px;
  width: 120%;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
/*background-color: #ff0000;*/
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}

.menu > li.menu__single ul.menu__second-level li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  list-style-type: none;
/*border-bottom: 1px dotted #fff;*/
}

.menu > li.menu__single ul.menu__second-level li a {
  color: #ffffff;
}

.menu > li.menu__single ul.menu__second-level li a:hover {
  opacity: 0.6;
}

/*.menu > li.menu__single:hover ul.menu__second-level:hover {
background: #fff;
}*/

ul.lang_nav {
  display: flex;
  width:12%;
  position: absolute;
  top: 10px;
  right: 6%;
  list-style-type: none;
  transition: transform 0.3s;
}

ul.lang_nav li {
  margin: 0;
  padding: 0 10px;
  font-size: 1.0vw;
  list-style-type: none;
  color: #ffffff;
}

ul.lang_nav li a {
  color: #ffffff;
}

.box_p_nav {
  position: fixed;
  width:180px;
  right: 0;
  top: -10px;
  padding: 20px 10px;
  transition: 1.8s;
  opacity: 1.0;
}

/*.box_p_nav a {
  display: block;
  width:180px;
  height: auto;
  padding: 30px 0 20px;
  text-align: center;
  color: #ffffff;
  font-size: 2.6vw;
  line-height: 1.4rem;
  font-family: 'Tw Cen MT Condensed', cursive;
  background: #b58d4b;
  border: solid 1px #b58d4b;
}

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

.box_p_nav a:hover {
  color: #b58d4b;
  font-size: 2.6vw;
  line-height: 1.4rem;
  font-family: 'Tw Cen MT Condensed', cursive;
  background: #ffffff;
  border: solid 1px #b58d4b;
  transition: 0.8s;
}*/

/* ======================================================
* 1-4. Header - Scroll Sub
* =================================================== */
header,
.scroll,
#sub header {
  position:fixed;
  top:0;
  width: 100%;
  height: 6.0vw;
  max-height: 140px;
  margin: 0 auto;
  background: rgba(53, 31, 20, 1.0);
  z-index:500;
/*border-bottom: 1px solid #ddd;*/
transition: 2.0s;
}

header .logo,
.scroll .logo,
#sub header .logo {
  display: block;
  position: absolute;
  top: 1.0vw;
  left: 0.4vw;
  width: 18%;
  max-width: 240px;
  margin: 0 auto;
  transition: 2.0s;
  opacity: 1.0;
}

header .global-nav,
.scroll .global-nav,
#sub header .global-nav {
  display: block;
  position: absolute;
  top: 1.8vw;
  right: 0;
  transition: 2.0s;
}

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

header .global-nav ul.menu > li,
.scroll .global-nav ul.menu > li,
#sub header .global-nav ul.menu > li {
  float: left;
  margin: 0;
  padding-top: 0;
  height: 40px;
  line-height: 40px;
  font-size: min(0.8vw,12px);
  font-weight: bold;
  list-style: none;
}

header .global-nav ul.menu > li:hover,
.scroll .global-nav ul.menu > li:hover,
#sub header .global-nav ul.menu > li:hover {
  -webkit-transition: all 3.5s;
  transition: all 3.5s;
}

header .global-nav ul.menu > li a,
.scroll .global-nav ul.menu > li a,
#sub header .global-nav ul.menu > li a {
  color:#fff;
  font-size: 1.0vw;
}

header .global-nav ul.menu > li a:hover,
.scroll .global-nav ul.menu > li a:hover,
#sub header .global-nav ul.menu > li a:hover {
  opacity: 0.6;
}

header .global-nav ul.menu > li.menu__single,
.scroll .global-nav ul.menu > li.menu__single,
#sub header .global-nav ul.menu > li.menu__single {
  position: relative;
}

header .global-nav ul.menu > li.menu__single:hover ul.menu__second-level,
.scroll .global-nav ul.menu > li.menu__single:hover ul.menu__second-level,
#sub header .global-nav ul.menu > li.menu__single:hover ul.menu__second-level {
  top: 30px;
  visibility: visible;
  opacity: 1;
}

header .global-nav ul.menu > li.menu__single ul.menu__second-level,
.scroll .global-nav ul.menu > li.menu__single ul.menu__second-level,
#sub header .global-nav ul.menu > li.menu__single ul.menu__second-level {
  display: block;
  position: absolute;
  top: 40px;
  left: 4px;
  width: 120%;
  margin-top: 0.4vw;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  background-color: #ffffff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .global-nav ul.menu > li.menu__single ul.menu__second-level li,
.scroll .global-nav ul.menu > li.menu__single ul.menu__second-level li,
#sub header .global-nav ul.menu > li.menu__single ul.menu__second-level li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  list-style-type: none;
/*border-bottom: 1px dotted #fff;*/
}

header .global-nav ul.menu > li.menu__single ul.menu__second-level li a,
.scroll .global-nav ul.menu > li.menu__single ul.menu__second-level li a,
#sub header .global-nav ul.menu > li.menu__single ul.menu__second-level li a {
  color: #000000;
}

header .global-nav ul.menu > li.menu__single ul.menu__second-level li a:hover,
.scroll .global-nav ul.menu > li.menu__single ul.menu__second-level li a:hover,
#sub header .global-nav ul.menu > li.menu__single ul.menu__second-level li a:hover {
  opacity: 0.6;
}

/*.menu > li.menu__single:hover ul.menu__second-level:hover {
background: #fff;
}*/

header ul.lang_nav,
.scroll ul.lang_nav,
#sub header ul.lang_nav {
  display: flex;
  width: 10%;
  position: absolute;
  top: 6px;
  right: 0;
  list-style-type: none;
}
header ul.lang_nav li,
.scroll ul.lang_nav li,
#sub header ul.lang_nav li {
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 0.9vw;
  list-style-type: none;
}

header ul.lang_nav li a,
.scroll ul.lang_nav li a,
#sub header ul.lang_nav li a {
  color: #ffffff;
}

.box_p_nav,
.scroll .box_p_nav,
#sub .box_p_nav {
  position: fixed;
  width:180px;
  right: 0;
  top: 4.0vw;
  padding: 20px 10px;
  /*transition: 1.8s;*/
  opacity: 1.0;
}

.box_p_nav a,
.scroll .box_p_nav a,
#sub .box_p_nav a {
  display: block;
  width:180px;
  height: auto;
  padding: 30px 0 20px;
  text-align: center;
  color: #ffffff;
  font-size: min(2.6vw,36px);
  line-height: 1.4rem;
  font-family: 'Tw Cen MT Condensed', cursive;
  background: #b58d4b;
  border: solid 1px #b58d4b;
}

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

.box_p_nav a:hover,
.scroll .box_p_nav a:hover,
#sub .box_p_nav a:hover {
  color: #b58d4b;
  font-size: min(2.6vw,36px);
  line-height: 1.4rem;
  font-family: 'Tw Cen MT Condensed', cursive;
  background: #ffffff;
  border: solid 1px #b58d4b;
  transition: 0.8s;
}


/* ======================================================
* 1-6. Footer 
* =================================================== */
footer {
  margin-bottom: 0;
  background-color: #f5f5dc;
}

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: 60px;
  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 {
  width: 60%;
  display: flex;
  margin: 0 auto;
  padding: 20px 0;
}

footer .f_inner01 ul {
  margin: 0 auto;
}

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

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

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

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 {
  text-decoration: underline;
}

footer .f_inner02 p {
  text-align: center;
  font-size: 12px;
  padding: 0;
/*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: 160px;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 4px 40px;
  border: 1px solid #692a3a;
}

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

.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 #692a3a;
}

.btn_s a:hover {
  text-decoration: none;
  background-color: #692a3a;
  color: #ffffff;
  border: 1px solid #692a3a;
}

.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 {
  width: 160px;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 6px 10px;
  font-size: 0.8rem;
  color: #b58d4b;
  border-bottom: 1px solid #b58d4b;
}

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

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

.btn_center a:hover:before {
  color: #000000;
  opacity: 0.6;
}

.btn_center_w a {
  width: 180px;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 6px 10px;
  font-size: 0.8rem;
  color: #b58d4b;
  border-bottom: 1px solid #b58d4b;
}

.btn_center_w a:hover {
  text-decoration: none;
  color: #000000;
  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: #b58d4b;
  font-size: 1.2em;
  margin: 0 10px 0 0;
  display: inline-block;
}

.btn_center_w a:hover:before {
  color: #000000;
  opacity: 0.6;
}

.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;
  min-width: 1024px;
  clear: both;
  background-color: #ffffff;
  margin: 100vh auto 0;
  padding: 0;
}

#wrap {
  max-width: 1400px;
  min-width: 1024px;
  clear: both;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0;
}

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

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

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

.content_inner img {
  width: 100%;
}

.content_inner ul {
  padding: 0 1.2rem;
}

.content_inner ul li {
  font-size: 0.8rem;
}

.content_inner ul.none_li {
  padding: 0;
  list-style-type: none;
}

.content_inner ul.none_li li {
  font-size: 0.8rem;
}

/* ======================================================
* 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%;
}

#top-mv {
/*天地中央配置*/
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;
right: 4%;
bottom:2px;
/*全体の高さ*/
height: 75px;
}

/*Scrollテキストの描写*/
.scrolldown span{
/*描画位置*/
position: absolute;
left:-25px;
top: -30px;
/*テキストの形状*/
color: #fff;
font-size: 1.0rem;
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 {
  margin-bottom: 40px;
  font-size: 4.0rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #351f14;
  font-family: 'Cinzel', Sans-serif ;
}

#index h1 span {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.0;
  font-family: "dnp-shuei-mincho-pr6n",YuMincho,'Yu Mincho',serif;
}

#index h1 img{
  width: 40%;
  padding-bottom: 30px;
}

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

#sub h1 {
  position: absolute;
  width: 100%;
  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: min(6.0vw,88px);
  line-height: 0.6;
  text-align: center;
  color: #ffffff;
  font-family: 'Cinzel', Sans-serif ;
  font-weight: 900;
  margin-bottom: 0px;
  filter: drop-shadow(1px 1px 0px #000000);
}

#sub h1 span{
  font-size: min(2.0vw,24px);
  font-family: "dnp-shuei-mincho-pr6n",YuMincho,'Yu Mincho',serif;
  font-weight: 900;
}

#sub h1.concept_h1 {
  position: relative;
  font-size: 60px;
  text-align: center;
  line-height: 1.0;
  color: #000009;
  margin: 200px 0 0;
  font-weight: bold;
  border: none;
  font-family: 'Klee One', cursive;
  filter: none;
}

#sub h1.concept_h1 span {
  color: #cc0033;
  font-size: 30px;
  line-height: 2.0;
}

#sub h1.concept_h1 img{
  width: 50%;
  padding: 30px 0 0;
}

#sub .mv {
  width: 100%;
  height: auto;
  margin-top: 50px;;
  padding: 0;
  overflow: hidden;
}

#sub .mv img{
  width: 100%;
}

.flex-container {
  display: flex;
  flex-wrap : wrap;
  z-index: 1;
  margin-top: 2.0rem;
}

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

.image-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
  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 h4,
.flex-item-100 h4 {
  margin: 0 auto;
  padding: 0 10px 10px 10px;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: left;
  line-height: 2.0em;
}

.flex-item p,
.flex-item-100 p {
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: left;
  line-height: 2.0em;
}

.flex-item-100 p.source {
  margin: 0 auto;
  padding: 0 10px 20px;
  font-size: 0.6rem;
  font-weight: 600;
  text-align: right;
  line-height: 2.0em;
}

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

.flex-item-50,
.flex-item-50-pc {
  flex-basis: 46%;
  margin: 0 4px 3.0rem;
  padding: 8px;
  background-color: #ffffff;
}

.flex-item-50 h4 {
  margin: 0 auto;
  padding: 0 10px 10px 10px;
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 2.0em;
}

.flex-item-50 h4 span {
  font-size: 1.0rem;}

.flex-item-50 p {
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  font-size: 1.0rem;
  font-weight: 600;
  text-align: left;
  line-height: 2.0em;
}

p.img_alt {
  text-align: right !important;
  margin-bottom: 10px;
  padding: 0 !important;
  font-size: 0.8rem !important;
  font-weight: 600;
}

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

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

.image-wrap-50 a:hover {
  opacity: 0.8;
}

.image-wrap-50 h4 {
  position: relative;
  bottom: 4px;
  left: 4px;
  width: 200px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px 40px;
  background-color: #ffffff;
  color: #000009;
  font-size: 1.0rem;
}

.image-wrap-50 h4:hover {
  text-decoration: none;
}

/*.flex-item-50 h4: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;
}*/

.flex-item-50 h4:hover:before {
  color: #000009;
}

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

.flex_feature-box {
  display: flex;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

.flex_feature-item {
  width: 50%;
  margin:  0;
  padding: 0;
}

.flex_feature-item img {
  width: 100%;
  height: auto;
}

.flex_feature-item h4 {
  margin: 2.0rem auto 0;
  padding: 0 2.0rem;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  line-height: 3.0rem;
}

.flex_feature-item h4 span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 0.8rem;
}

.flex_feature-item h5 {
  margin: 0.6vw auto;
  padding: 0 2.0rem;
  text-align: center;
  font-size: min(1.6vw,24px);
  font-weight: 900;
  line-height: 1.8;
}

.flex_feature-item h5 span {
  display: block;
  margin: 1.4rem auto;
  font-size: min(1.4vw,22px);
  line-height: 1.6;
}

.flex_feature-item p {
  margin: 0 auto 2.0vw;
  padding: 0 2.0rem;
  text-align: left;
  font-size: min(1.2vw,18px);
}

.flex_feature-item ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.flex_feature-item ul li {
  margin:0 auto;
  padding: 0.6rem 0;
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.6;
}

.flex_feature-item table {
  width: 98%;
  margin: 1.0rem auto;
  padding: 0;
  border: solid 1px #b58d4b;
  font-size: 1.0rem;
  line-height: 1.2;
}

.flex_feature-item table th {
  padding: 0.8rem;
  border: solid 1px #b58d4b;
  text-align: center;
  white-space: nowrap;
}

.flex_feature-item table td {
  border: solid 1px #b58d4b;
  padding: 0.8rem;
  text-align: left;
  line-height: 1.6;
}

.flex_feature-item table td span {
  display: block;
  font-size: 0.8rem;
  line-height: 1.2;
}

.flex_feature-box02 {
  display: flex;
  margin: 0;
  padding: 0;
}

.flex_feature-item02 {
  width: 50%;
  margin:  0;
  padding: 0;
}

.flex_feature-item02 img {
  width: 100%;
  height: auto;
}

.flex_feature-item02 h4 {
  margin-top: 10px;
  padding-left: 0.6rem;
  text-align: left;
  font-size: 1.2vw;
}

.flex_feature-item02 h5 {
  margin-top: 10px;
  padding-left: 0.6rem;
  text-align: left;
  font-size: 1.0vw;
}

.flex_feature-item02 p {
  margin:0 auto;
  padding-left: 0.6rem;
  text-align: left;
  font-size: 1.0vw;
}

.flex_feature-item02 table,
table .self-pay {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  font-size: 0.8vw;
  border: solid 1px #778899;
}

.flex_feature-item02 table th,
table .self-pay th {
  text-align: left;
  white-space: nowrap;
  padding: 6px;
  border: solid 1px #778899;
  background: #e6e6fa;
}

.flex_feature-item02 table td,
table .self-pay td {
  text-align: left;
  padding: 6px;
  border: solid 1px #006400;
}

.flex_feature-item02 ul {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.0vw;
}

.flex_feature-item02 ul li {
  margin-left: 2.0rem;
  padding: 0;
  text-align: left;
  font-size: 1.0vw;
}

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

.flex-icon-use h3 span {
  font-size: 14px;
}

.flt-img-w60 {
  float: left;
  width: 60%;
  height: auto;
  position: relative;
}

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

.flt-img-w40 {
  float: left;
  width: 40%;
  height: auto;
}

.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-w60-r {
  float: right;
  width: 60%;
  height: auto;
}

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

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

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

.flt-txt-w35 {
  width: 35%;
  float: left;
  padding: 5%;
}

.flt-txt-w40 {
  width: 40%;
  float: left;
  padding: 0;
}

.flt-txt-w45 {
  width: 45%;
  float: left;
  padding-left: 1.0rem;
  background-color: #ffffff;
}

.flt-txt-w50 {
  width: 50%;
  float: left;
  padding: 0;
}

.flt-txt-w60 img {
  width: 100%;
  padding: 0;
}

.flt-txt-w30 h3,
.flt-txt-w35 h3,
.flt-txt-w40 h3,
.flt-txt-w45 h3,
.flt-txt-w50 h3 {
  margin-bottom: 2.0rem;
  padding: 0 60px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.0;
}

.flt-txt-w30 h3 span,
.flt-txt-w35 h3 span,
.flt-txt-w40 h3 span,
.flt-txt-w45 h3 span {
  padding: 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:22px;
  padding: 2px;
/*background: linear-gradient(transparent 90%, #692a3a 0%);*/
}

.flt-txt-w30 p,
.flt-txt-w40 p,
.flt-txt-w50 p {
  margin-bottom:  1.0rem;
  padding: 0 60px;
  font-size: 1.0rem;
  line-height: 2.0rem;
}

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

.flt-txt-w40 table {
  width: 100%;
  margin: 20px auto;
}

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

.flt-txt-w40 table td {
  width: 60%;
  text-align: left;
  border-bottom: solid 1px #cccccc;
}

.img-txt {
  position: relative;
  bottom: 480px;
  left: 20px;
  width: 400px;
  display: block;
  margin-bottom: -480px;
  padding: 40px 40px 1px;
  background: rgba(255,255,255,0.8);
}

.img-txt p span {
  text-align: left;
  color: #000009;
  font-size: 1.2rem;
  font-weight: bold;
}



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

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

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

.swiper-container.slider-thumbnail1 .swiper-wrapper .swiper-slide,
.swiper-container.slider-thumbnail2 .swiper-wrapper .swiper-slide,
.swiper-container.slider-thumbnail3 .swiper-wrapper .swiper-slide {
  width: 16.7% !important;
  height: auto;
  opacity: 0.5;
  overflow: hidden;
}

.swiper-container.slider-thumbnail1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active,
.swiper-container.slider-thumbnail2 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active,
.swiper-container.slider-thumbnail3 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-container.slider-thumbnail2 .swiper-wrapper .swiper-slide p,
.swiper-container.slider-thumbnail3 .swiper-wrapper .swiper-slide p {
  text-align: center;
  font-size: 1.0vw;
  font-weight: 900;
}

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

.gmap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(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 #692a3a;
  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);
}

.shop_info {
  width: 100%;
  margin: 0　;
}

.shop_info h3 {
  padding: 0 10px;
  font-size: 16px;
  text-align: center;
}

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

.shop_info p {
  padding: 0 10px;
  font-size: 14px;
}

table.service_tbl,
table.price_tbl {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  border: solid 1px #696969;
}

table.service_tbl th,
table.price_tbl th {
  text-align: left;
  white-space: nowrap;
  padding: 16px;
  border: solid 1px #696969;
  background: #d3d3d3;
}

table.service_tbl td,
table.price_tbl td {
  text-align: left;
  padding: 16px;
  border: solid 1px #696969;
}

table.fee {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  border: solid 1px #778899;
}

table.fee th {
  text-align: center;
  white-space: nowrap;
  padding: 16px;
  border: solid 1px #778899;
  background: #e6e6fa;
}

table.fee td {
  text-align: center;
  padding: 16px;
  border: solid 1px #778899;
}

#faq dl {
  padding: 10px 0;
  font-size: 16px;
}

#faq dt {
  padding: 10px 0 0;
  font-weight: bold;
}

#faq dd {
  display: block;
  margin-inline-start: 0;
  padding: 0 0 20px;
}

#agreement dl,
#rules dl {
  padding: 10px 0;
  font-size: 16px;
}

#agreement dt,
#rules dt {
  padding: 10px 0 0;
  font-weight: bold;
}

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

#agreement ol,
#rules 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;
}

#rules ol li {
  list-style-type: disc;
}

#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) ") ";
}*/

#faq table,
#agreement table, {
  width: 100%;
}

#faq table th,
#agreement table th {
  background-color: #fafaf6;;
  padding: 1.0rem;
  border: solid 1px #d5c8a8;
}

#faq table td,
#agreement table td {
  padding: 1.0rem;
  border: solid 1px #d5c8a8;
}

table.menu_tbl,
table.menu_tbl_02 {
  width: 100%;
}

table.menu_tbl th,
table.menu_tbl_02 th {
  background-color: #fafaf6;
  padding: 1.0rem;
  border: solid 1px #d5c8a8;
  white-space: nowrap;
}

table.menu_tbl td {
  background-color: #ffffff;
  padding: 1.0rem;
  text-align: left;
  border: solid 1px #d5c8a8;
  white-space: normal;
}

table.menu_tbl_02 td {
  background-color: #ffffff;
  padding: 1.0rem;
  text-align: center;
  border: solid 1px #d5c8a8;
  white-space: normal;
}

ul.menu_ul {
  margin-top: 2.0rem;
  padding: 0 1.2rem;
}

ul.menu_ul li {
  font-size: 0.8rem;
  text-align: left;
}

table.overview {
  width: 80%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 14px;
  background-color: #ffffff;
}

table.overview th {
  width: 30%;
  padding: 20px;
  text-align: right;
  border-bottom:  dotted 1px #696969;
}

table.overview td {
  color: #696969;
  border-bottom:  dotted 1px #696969;
}

table.restaurant_info {
  width: 80%;
  margin: 1.0rem auto;
  padding: 0;
  border: solid 1px #b58d4b;
  font-size: 1.0rem;
  line-height: 1.2;
}

table.restaurant_info th {
  padding: 0.8rem;
  border: solid 1px #b58d4b;
  text-align: center;
  white-space: nowrap;
}

table.restaurant_info td {
  border: solid 1px #b58d4b;
  padding: 0.8rem;
  text-align: left;
  line-height: 1.6;
}

.flex_feature-item table td span {
  display: block;
  font-size: 0.8rem;
  line-height: 1.2;
}

.time {
  width: 100%;
  margin-top: 2.0rem;
  text-align: center;
}

.time img {
  width: 4%;
  height: auto;
}

.time p {
  font-size: 1.4rem;
  font-weight: 900;
}

.bg-schedules {
  position: relative;
  display: flex;
  width: 80%;
  margin: 10px auto 0;
  padding: 0;
}

.schedules_content_l,
.schedules_content_r {
  position: relative; /*--positionを追加--*/
  width: 50%;
  height: auto;
  margin-right: 2.0rem;
  padding-left: 1.0rem;
}

.schedules_content_l::after {
  clear: both;
  position: absolute; /*--positionを追加--*/
  top: 0;
  left: 100%;
  margin-left: 2.0rem;
  content: "";
  width: 2px; /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #000000; /*--縦線の色--*/
  z-index: -100;
}

.schedules_content_l img,
.schedules_content_r img {
  width: 100%;
  height: auto;
  margin-bottom: 1.0rem;
}

.schedules_content_l img.m_img,
.schedules_content_r img.m_img {
  width: 90%;
  height: auto;
  margin-:0 auto 5.0rem;
  text-align: center;
}

.schedules_content_l img.s_img,
.schedules_content_r img.s_img {
  position: absolute;
  top: 180px;
  left: 360px;
  width: 60%;
  height: auto;
  margin-bottom: 1.0rem;
}

.schedules_content_l h3,
.schedules_content_r h3 {
 display: inline;
 position: absolute;
 writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 left: 70%;
 top: 20%;
 transform: translate(-20%, -30%);
 font-size: 1.2rem;
}

.schedules_content_l p,
.schedules_content_r p {
 display: inline;
 position: absolute;
 writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 left: 30%;
 top: 30%;
 transform: translate(-30%, -30%);
 font-size: 1.0rem;
}

.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 2px #b58d4b;
  transition: 1.0s;
}

.tab_class p {
  padding: 28px 0;
  font-size: 30px;
  line-height: 0.8;
  color: #ffffff;
  background-color: #cccccc;
  transition: 1.0s;
}

.tab_class p span {
  font-size: 14px;
  transition: 1.0s;
}

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

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

input:checked + .tab_class p {
  padding: 28px 0;
  font-size: 30px;
  line-height: 0.8;
  color: #ffffff;
  background-color: #b58d4b;
}

input:checked + .tab_class p span {
  font-size: 14px;
  transition: 1.0s;
}

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

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

.tabs_ttl {
  position: relative;
}

.tabs_ttl h3 {
  position: absolute;
  top: 70%;
  left: 48%;
  z-index: 100;
  display: inline-block;
  font-size: 2.6vw;
  line-height: 1.4;
  text-align: right;
  color: #ffffff;
  margin-bottom: 0px;
  filter: drop-shadow(1px 1px 0px #000000);
}


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

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

.tab_class02 p {
  padding: 28px 0;
  font-size: 30px;
  line-height: 0.8;
  color: #ffffff;
  background-color: #cccccc;
  transition: 1.0s;
}

.tab_class02 p span {
  font-size: 14px;
  transition: 1.0s;
}

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

input:checked + .tab_class02 {
  padding: 0;
  opacity: 1.0;
  border-bottom: solid 2px #b58d4b;
}

input:checked + .tab_class02 p {
  padding: 28px 0;
  font-size: 30px;
  color: #ffffff;
  background-color: #b58d4b;
}

input:checked + .tab_class02 p span {
  font-size: 20px;
}

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

input:checked + .tab_class02 + .content_class02 {
  display: block;
}


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

.tab_class03 p {
  padding: 28px 0;
  font-size: 24px;
  line-height: 0.8;
  color: #ffffff;
  background-color: #cccccc;
  transition: 1.0s;
}

.tab_class03 p span {
  font-size: 14px;
  transition: 1.0s;
}

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

input:checked + .tab_class03 {
  padding: 0;
  opacity: 1.0;
  border-bottom: solid 2px #b58d4b;
}

input:checked + .tab_class03 p {
  padding: 28px 0;
  font-size: 24px;
  color: #ffffff;
  background-color: #b58d4b;
}

input:checked + .tab_class03 p span {
  font-size: 20px;
}

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

input:checked + .tab_class03 + .content_class03 {
  display: block;
}

/* ======================================================
* 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: 340px;
  height: 30px;
}

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

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

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

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

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


.form .form-btn-area {
  display: flex;
}

.form .form-btn-area input {
  flex-basis: 50%;
}

.form input.formbtn {
  background-color: #ff0000;
  color: #ffffff;
  border: solid 1px #ff0000; 
  font-size: 20px;
  width: 300px;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 50px;
}

.form input.formbtn:hover {
  background-color: #ffffff;
  color: #ff0000;
  border: solid 1px #ff0000; 
  font-size: 20px;
  width: 300px;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.form input.formbtn_submit {
  background-color: #000000;
  color: #ffffff;
  border: solid 1px #000000; 
  font-size: 20px;
  width: 300px;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 50px;
}

.form input.formbtn_submit:hover {
  background-color: #ffffff;
  border: solid 1px #000000;
  color: #000000;
  cursor: pointer;
}

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

.form .attention {
  margin-top: 60px;
}

.form table {
  width: 100%;
  margin: 30px auto;
  background-color: #ffffff;
}

.form table th{
  padding: 10px 20px;
  text-align: right;
  font-size: 1.2rem;
}

.form table td{
  padding: 10px 20px;
  text-align: left;
  font-size: 1.2rem;
}

/* =====================================================
* 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;
}

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

section div.gallery_img {
  max-width: 1600px;
  position: relative;
  margin: 30px 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: 31.73432%;
  margin: 1.59902% 0 0 1.59902%;
}

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

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

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


/* =========3============================================
* 5-. Room Gallery
* =================================================== */

section div.room_gallery {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
}

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

section div.room_gallery ul li {
  width: 23.0%;
  margin: 1.0% 0 0 2.0%;
}

section div.room_gallery 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(105,42,58,0.9)!important;
}

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