/* ------------------------------------------------
サイト共通パーツ
-----------------------------------------------*/
/*------------------ タブ------------------*/
.nav-tabs3 {
  justify-content: space-around;
  width: 100%;
}
.nav-tabs3 li+ li {
  border-left: 1px solid #ccc;
  height: 70%;
}
.nav-tabs3.news-tab .nav-item {
  flex-basis: 20%;
  background: #f8f9fa;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs3 .news-tab .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}
.nav-tabs3 .nav-item {
  padding: 0;
}
.nav-tabs3 .nav-item::before {
  display: none;
}
.nav-tabs3 .nav-item a {
  text-align: center;
  color: #212529;
  padding: 6px 0;
}
.nav-tabs3 .nav-link {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 0;
}
.nav-tabs3 .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}
.nav-tabs3 .nav-item .nav-link.active {
  color: #575757;
  font-weight: bold;
  border-bottom: solid 4px #d69738;
  background: #e6e6e6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}
/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 240px;
  text-align: center;
  background: linear-gradient(135deg, #C69F00, #ffe2a7, #C69F00);
  border: 2px solid #C69F00;
  font-size: 16px;
  color: #C69F00;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #FFF;
  text-shadow: 2px 2px 8px #cf7200;
}


/* ------------------------------------------------
トップページ
-----------------------------------------------*/
/*------------------ トップスライド ------------------*/
.item {
  width: 100vw;
  margin: 0 5px;
}
.item img {
  width: 100%;
  height: auto;
}
#js-slide__nav {
  text-align: center;
}
#js-slide__nav__inner {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item {
    width: 230vw;
  }
}
/*------------------ トップビジュアル ------------------*/
.top {
  position: relative;
}
.top_kv{
  position: relative;
}
.top_kv .top_musk {
  
}
.top_kv .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
}
.top_kv .top_copy .top_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.top_kv .top_copy .main-copy{
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-shadow: 2px 2px 8px #575757;
}
.top_kv .top_copy .main-copy span {
  padding-bottom: 4px;
}
.top_kv .top_copy .sub-copy{
  color: #fff;
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  line-height: 36px;
  text-shadow: 2px 2px 8px #575757;
}
.top_data {
  margin-top: 30px;
}
.top_data ol {
  display: flex;
  justify-content: space-between;
}
.top_data ol li {
  width: 100%;
  margin: 0 5px;
}
.data-box {
  background: rgba(234, 234, 234, .7);
  border-radius: 10px;
  text-align: center;
}
.data-box h3 {
  line-height: 1.2;
  margin-bottom: 6px;
  color: #fff;
  background: #ff276d;
  border-radius: 10px 10px 0 0;
  padding: 8px 0;
  font-size: 18px;
  font-weight: bold;
}
.data-box h3 span {
  font-size: 14px;
  color: #dee2e6;
}
.data-box h4 {
  font-size: 30px;
  font-weight: bold;
  color: #ff276d;
  padding-bottom: 6px;
}
.data-box h4 span {
  font-size: 14px;
  color: #575757;
}
.top_data p {
  text-align: right;
  font-size: 12px;
}
.top_banner {
  margin-top: 20px;
}
.top_banner a {
  
}
.top_banner a:hover {
  opacity: .7;
}
.top_banner a img {
  width: 100%;
}
.top_data2 {
}
.top_data2 ol {
  display: flex;
  justify-content: space-between;
}
.top_data2 ol li {
  width: 100%;
  margin: 0 5px;
}
.data-box2 {
  background: rgba(234, 234, 234, .7);
  border-radius: 10px;
  text-align: center;
}
.data-box2 h3 {
  line-height: 1.2;
  margin-bottom: 6px;
  color: #fff !important;
  background: #070322;
  border-radius: 10px 10px 0 0;
  padding: 4px 0;
  font-size: 16px !important;
  font-weight: bold;
}
.data-box2 h3 span {
  font-size: 14px !important;
  color: #dee2e6;
}
.data-box2 h3::after {
  display: none !important;
}
.data-box2 h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ff276d;
  padding-bottom: 6px;
}
.data-box2 h4 span {
  font-size: 14px;
  color: #575757;
}
.top_data2 p {
  text-align: left;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  /* kv */
  .top_kv{
    min-width: 768px;
  }
  .top_kv .main-copy{
    font-size: 46px;
    margin-bottom: 20px;
  }
  .top_kv .sub-copy{
    font-size: 30px;
  }
  /* video */
  .top_mov{
    min-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .top_kv .top_copy .top_center {
    top: 56%;
  }
  .top_kv .top_copy .main-copy {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .top_kv .top_copy .sub-copy {
    font-size: 16px;
  }
  .footer-contact {
    margin-top: 22px;
    margin-bottom: 0;
  }
  .top_data {
    margin-top: 8px;
  }
  .data-box h3 {
    height: 80px;
  }
  .data-box h4 {
    font-size: 24px;
  }
  .top_banner {
    margin-top: 8px;
  }
}
/*------------------ セクション ------------------*/
.top {
  
}
/*------------------ top_aboutセクション ------------------*/
.top_about {
  margin-top: 60px;
  margin-bottom: 140px;
  position: relative;
}
.about-area {
  
}
.about-area .about-box {
  width: 66%;
  background: rgba(7,3,34,.9);
  padding: 40px 30px;
  box-shadow: 20px 20px #07032247;
}
.about-area .about-box h3 {
  font-size: 24px;
  color: #C69F00;
  margin-bottom: 30px;
}
.about-area .about-box p {
  color: #ccc;
  line-height: 2;
}
.about-btn {
  text-align: right;
  margin-top: 40px;
}
.about-btn a {
  color: #C69F00;
  text-align: center;
  border: solid 2px #C69F00;
  padding: 10px 80px;
  font-size: 14px;
}
.about-btn a:hover {
  opacity: .7;
  background: #C69F00;
  color: #fff;
}
.about-img {
  
}
.about-img img {
  width: 60%;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about-area .about-box {
    width: 95%;
  }
  .about-img img {
    width: 94%;
    top: unset;
    bottom: -100px;
  }
  .about-btn a {
    padding: 10px 30px;
  }
}
/*------------------ top_featuresセクション ------------------*/
.top_features {
  
}
.features-title {
  text-align: center;
  margin: 20px 0;
}
.features-title h3 {
  font-size: 32px;
  color: #070322;
}
.features-title h3 span {
  font-size: 18px;
  opacity: .8;
}
.features-title p {
  color: #C69F00;
}
.features-box {
  text-align: center;
  padding: 15px;
  background: #f8f9fa;
  box-shadow: 4px 4px #07032247;
  height: 450px !important;
  position: relative;
  margin: 0 20px;
  margin-bottom: 12px;
}
.features-box::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #000;
  position: absolute;
}
.features-box::after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 60px solid transparent;
  border-right: 60px solid #000;
  position: absolute;
}
.features-box h3 {
  color: #070322;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
}
.features-box h3::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 30px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #C69F00;
}
.features-box img {
  padding: 20px;
  margin: 0 auto;
}
.features-box p {
  
}
@media screen and (max-width: 768px) {
  .features-box {
    padding-top: 22px;
  }
}
/*------------------ top_flowセクション ------------------*/
.top_flow {
  margin-top: 60px;
  padding: 60px 0;
}
.flow-box {
  
}
.flow-box h3 {
  font-size: 30px;
  border-bottom: solid 2px #070322;
  margin-bottom: 12px;
  line-height: 1;
}
.flow-box h3 span {
  font-family: fredericka-the-greatest, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  color: #C69F00;
  padding-right: 16px;
}
.flow-box img {
  
}
.flow-box p {
  
}
.box250 {
  margin-top: 250px;
}
.box-150 {
  margin-top: -150px;
}
.box100 {
  margin-top: 100px;
}
.box-250 {
  margin-top: -250px;
}
@media screen and (max-width: 768px) {
  .box250,
  .box-250,
  .box-150,
  .box100 {
    margin-top: unset;
  }
  .flow-box h3 {
    font-size: 26px;
  }
  .flow-box h3 span {
    font-size: 44px;
    padding-right: 12px;
  }
  .flow-box {
    margin-bottom: 10px;
  }
}
/*------------------ priceセクション ------------------*/
.top_plan {
  padding-top: 40px;
  margin-bottom: 120px;
}
.price {
  
}
.price table {
  width: 100%;
}
.price table tbody {
  box-shadow: 4px 4px #07032247;
  position: relative;
}
.price table tbody::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #070322;
  position: absolute;
}
.price table tbody::after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid #070322;
  position: absolute;
}
.price table tr {
  
}
.price table tr th {
  background: #f8f9fa;
  color: #070322;
  font-size: 24px;
  text-align: center;
  border-bottom: solid #C69F00;
  position: relative;
}
.price table tr th::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #000;
  position: absolute;
}
.price table tr td {
  background: #ededed;
  padding: 16px 6px;
  text-align: center;
  vertical-align: middle;
}
.price table tr td dl {
  width: 100%;
  display: table;
  text-align: left;
  margin: auto;
}
.price table tr td dl dt {
  width: 36%;
  padding: 0px 10px;
  text-align: center;
  color: #070322;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}
.price table tr td dl dd {
  width: 64%;
  padding: 0px 50px 0px 0px;
  text-align: right;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}
.price table tr td dl dd del {
  color: #ff0018;
}
.price table tr td dl dd span {
  color: #ff0018;
  font-weight: bold;
}
.price .td-bg2 {
  background: #f8f9fa;
}
.plan-title {
  margin-top: 40px;
  margin-bottom: 15px;
}
.plan-title h3 {
  text-align: center;
  font-size: 26px;
  border-bottom: solid #C69F00;
}
.plan-box {
  background: #f8f9fa;
  box-shadow: 4px 4px #07032247;
  height: 140px;
  padding: 15px 20px;
  text-align: center;
  position: relative;
}
.plan-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
}
.plan-box p span {
  background: linear-gradient(transparent 80%, #ff276d47 0%);
  display: inline;
}
.coff-box {
  background: rgba(7,3,34,.1);
  padding: 12px 20px;
  margin-top: 20px;
  border-radius: 6px;
}
.coff-box h3 {
  text-align: center;
  border-bottom: solid 2px #C69F00;
  margin-bottom: 8px;
}
.coff-box p {
  
}
@media screen and (max-width: 768px) {
  .price table tr td dl dd {
    padding: 0px;
    padding-right: 4px;
  }
  .price table tr td dl dt {
    text-align: left;
    width: 28%;
    padding: 0px 6px;
  }
  .price table tr td dl dd {
    width: 72%;
  }
}
/*------------------ onlineセクション ------------------*/
.top_online {
  width: 100%;
  height: auto;
  background: url(../img/index/online-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
}
.online-box {
  text-align: center;
}
.online-box p {
  
}
/*------------------ top_newsセクション ------------------*/
.top_news {
  padding-top: 60px;
  padding-bottom: 120px;
}
.news-title {
  
}
.news-title h3 {
  font-size: 28px;
  margin-bottom: 40px;
  position: relative;
}
.news-title h3::before {
  position: absolute;
  bottom: -10px;
  width: 30px;
  height: 4px;
  content: '';
  background: #000;
}
.news-box {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 8px;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 8px;
}
.news-box .news-date {
  padding: 0 12px;
}
.news-box .news-cate {
  font-size: 14px;
  padding: 0px 12px;
  background: #0f2350;
  color: #fff;
  border-radius: 4px;
  margin: 0 20px;
  font-weight: bold;
  padding-top: 2px;
}
.news-box .news-cate:hover {
  opacity: .7;
}
.news-box .news-title {
  padding: 2px 12px;
  margin: 0 20px;
  color: #575757;
}
.news-box .news-title:hover {
  color: #b58a6b;
}
.news-box-sp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.news-box-sp .news-date {
  padding: 0 12px;
}
.news-box-sp .news-cate {
  padding: 3px 12px;
  background: #0f2350;
  color: #fff;
  border-radius: 4px;
  margin: 0 20px;
  font-weight: bold;
  font-size: 12px;
}
.news-box-sp .news-cate:hover {
  opacity: .7;
}
.news-box-sp .news-title {
  padding: 2px 12px;
  color: #575757;
  padding-bottom: 8px;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 8px;
  width: 100%;
}
.news-box-sp .news-title:hover {
  color: #b58a6b;
}
@media screen and (max-width: 768px) {
  .news-box {
    display: block;
    position: relative;
  }
  .news-box .news-cate {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .news-box h3 {
    margin-top: 14px;
  }
  .news-box .news-title {
    text-align: left;
    padding: 0;
    margin: 0 8px;
  }
}
/*------------------ top_menuセクション ------------------*/
.menu {
  
}
.menu img {
  position: relative;
  border-radius: 6px;
}
.menu img:hover {
  opacity: .6;
}
.menu h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  background: #000000a8;
  width: 94.7%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .menu h3 {
    width: 91.9%;
  }
}

/* ------------------------------------------------
事業紹介ページ
-----------------------------------------------*/
.service-box {
  
}
.service-box p {
  line-height: 2;
  margin-bottom: 16px;
}
.service-box h3 {
  
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------
会社概要
-----------------------------------------------*/
.prof-img {
  
}
.prof-img img {
  
}
.prof-text {
  margin-top: 60px;
}
.prof-text p {
  
}
.about-concept {
  width: 100%;
  height: auto;
  background: url(../img/index/concept-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
  margin: 80px 0;
}
.access {
  
}
.access h3 {
  background: #dee2e6;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.access p {
  line-height: 32px;
  padding-left: 14px;
}
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 5px 10px;          /* 余白指定 */
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
}
.com-about td {
  background-color: #dee2e6;
  padding-left: 36px;
}
.com-about tr {
  border-bottom:  solid #fff; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: auto;
  }
}

/*-----------------------------------------------
下層共通
-----------------------------------------------*/
.low-title {
  
}
.low-title h3 {
  font-size: 30px;
  position: relative;
  padding-top: 15px;
  text-align: center;
  color: #575757;
  font-family: 'Shippori Mincho', serif;
}
.low-title h3 span {
  font-size: 70px;
  display: block;
  margin-top: -50px;
  color: #0000ff21;
  z-index: -1;
  position: relative;
  font-family: 'Ephesis', cursive;
}

/*-----------------------------------------------
WEB予約
-----------------------------------------------*/
/*------------ カレンダー -----------*/
.calendar-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #e9ecef;
  padding: 6px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.calendar-caption {
  text-align: center;
  background: #dee2e6;
  font-size: 16px;
  padding: 6px;
  margin-bottom: 10px;
}
.monthly-calendar {
  position: relative;
  padding-top: 40px;
}
.monthly-calendar table {
  width: 100%;
}
.monthly-calendar table caption {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.monthly-calendar table thead {
  background: #ec6814;
  color: #fff;
}
.monthly-calendar table th {
  text-align: center;
  padding: 6px;
  border: solid 1px #ccc;
}
.monthly-calendar table td {
  text-align: center;
  padding: 6px;
  border: solid 1px #ccc;
}
.monthly-prev-next {
  display: flex;
  position: relative;
}
.monthly-prev {
  position: absolute;
  left: 0;
}
.monthly-next {
  position: absolute;
  right: 0;
}
.day-calendar {
  
}
.day-calendar h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #ccc;
}
.day-calendar p {
  text-align: right;
  font-size: 14px;
}
.day-calendar table {
  width: 100%;
}
.day-calendar table tbody {
  
}
.day-calendar table tbody tr {
  
}
.day-calendar table tbody tr th {
  text-align: center;
  padding: 6px;
  border: solid 1px #ccc;
}
.day-calendar table tbody tr td {
  text-align: center;
  padding: 6px;
  border: solid 1px #ccc;
}
.day-calendar table tbody tr .day-left {
  
}
.day-calendar table tbody tr .day-right {
  
}
/*------------ 予約フォーム -----------*/
#booking-reservation-fieldset {
  font-size: 16px;
  font-weight: bold;
}
.booking-form-people-number-row {
  display: none;
}
.content-form {
  
}
.content-form table {
  width: 100%;
}
.content-form table th {
  width: 20%;
  border: solid 1px #ccc;
  padding: 8px;
  background: #dee2e6;
}
.content-form table td {
  border: solid 1px #ccc;
  padding: 8px;
  background: #fbfbfb;
}
.field-item {
  margin-right: 10px;
}