@charset "utf-8";
/************************************************************************************************************************************
2021リニューアル時CSS
************************************************************************************************************************************/
html {
  scroll-behavior: smooth;
}
a.anchor {
  display: block;
  padding-top: 95px;
  margin-top: -95px;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 47px;
  z-index: 10000;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #0d0d66;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#header_box {
  width: 99%;
  padding: 5px 5px 0px 5px;
  display: block;
  position: fixed;
  background-color: #fff;
  height: 90px;
  top: 0;
  z-index: 10000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
}
#header {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 62px;
}

.modal__sp-tel .modal__sp-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  border: #b92e29 10px solid;
  border-radius: 20px;
}
.modal__sp-tel .modal__sp-text {
font-size: 20px;
font-weight: bold;
line-height: 1.5;
margin-bottom: 35px;
}
.modal__sp-tel .btn-tel {
/* width: 34vw; */
display: flex;
align-items: center;
justify-content: center;
gap: 13px;
padding: 18px 50px 16px;
margin-bottom: 30px;
background-color: #009900;
border-radius: 35px;
font-size: 15px;
font-weight: bold;
color: #fff;
}
.modal__sp-tel .btn-tel::before{
display: block;
content: "";
width: 27px;
height: 35px;
background: url(../img/icon_phone-white.png) no-repeat;
}
.modal__sp-tel .modal__sp-close {
font-size: 15px;
font-weight: bold;
line-height: 2.67;
}


#business {
  width: 320px;
  right: 0;
  position: absolute;
}
#logo {
  position: absolute;
  top: 5px;
  left: 5px;
}
#sp_tel {
  display: none;
}
#pc_nav {
  text-align: center;
  margin-bottom: 10px;
}
#pc_nav ul {
  margin: 0;
  padding: 0;
}
#pc_nav li {
  list-style: none;
  display: inline-block;
  width: 10%;
  min-width: 150px;
  font-size: 14px;
}
#pc_nav li:not(:last-child) {
  border-right: 1px solid #ddd;
}
#pc_nav a {
  text-decoration: none;
  color: #333;
}
#pc_nav a.current {
  color: #b28500;
  border-bottom: 2px solid #b28500;
}
#pc_nav a:hover {
  color: #b28500;
  border-bottom: 2px solid #b28500;
}
nav li {
  display: none;
}
#top {
  max-width: 1120px;
  height: 510px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/pc_header_bg.png);
  display: block;
  position: relative;
  background-position: 0 95px;
}
#merit {
  max-width: 1120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: #0d0d66 url(../img/merit_title.png) no-repeat top center;
  text-align: center;
  padding: 50px 0 0 0;
}
#merit ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  list-style-type: none;
  padding-inline-start: 0;
}
#merit li {
  margin: 0 10px 20px 10px;
}
.pc_red {
  display: block;
}
.sp_red {
  display: none;
}
.tax {
  font-size: 13px !important;
}
.sp_btn_area {
  display: none;
}

.btn_area {
  bottom: 8px;
  right: 10px;
  position: absolute;
  display: flex;
  max-width: 400px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.btn_area .btn {
  background: linear-gradient(#ffffff, #f0f0f0) !important;
  width: 31.5%;
  line-height: 1em;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  margin-bottom: 10px;
}
.btn_area .btn_long {
  background: linear-gradient(#ffffff, #f0f0f0) !important;
  width: 48%;
  line-height: 1em;
  margin-bottom: 10px;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
}
.btn_area .btn a,
.btn_area .btn_long a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  /* background:linear-gradient(#FFFFFF, #F0F0F0) !important; */
  text-align: center;

  color: #000000;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;

  /* padding-top:10px; */
}
.btn_area .btn_s {
  font-size: 10px;
}

.btn_area .btn-s {
  width: 31.5%;
}

.btn_area .btn-l {
  width: 100%;
}

.btn_area .btn a:visited,
.btn_area .btn_long a:visited {
  color: #000000;
}
.btn_area .btn a:hover,
.btn_area .btn_long a:hover {
  opacity: 1;
  color: #555555;
}

.btn_txt {
  font-size: 10px;
  display: block;
  transform: scale(0.8);
}
.btn_arrow {
  margin: 1px 1px 0 0;
}

.box {
  margin: 20px auto 0 auto; /* サンプル用 中央寄せ */
  box-sizing: border-box; /* 罫線も含む長さ      */
  /* BOXの高さ           */
  background: #fcfcfc; /* BOXの背景色         */
  border-radius: 20px;
  padding: 30px;
  clear: both;
  box-sizing: border-box; /* 罫線も含む長さ      */
  display: flex; /* flex属性に変更      */
  justify-content: flex-start; /* 子要素の横位置      */
  align-items: center;
}
.box img {
  float: left;
  margin-right: 10px;
}
.box p {
  color: #960;
  font-weight: bold;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#pc_movie {
  display: block;
  width: 560px;
  margin: auto auto 30px auto;
  text-align: center;
  padding: 20px;
  background-color: #fff;
}
#sp_movie {
  display: none;
}

.arrow1 {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  margin-left: auto;
  margin-right: auto;
}
.step1_btn_area {
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.step1_btn {
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  background-color: #b25900;
  transition: 0.4s;
  margin-left: auto !important;
  margin-right: auto !important;
}

.step1_btn:hover {
  background-color: #d9a300;
}
.step_txt {
  float: left;
}
.creca {
  display: block;
  clear: both;
}
.documents {
  display: block;
  color: #b25900;
  font-weight: bold;
  margin-top: 10px;
}
.plice_plan {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

#index #section_06 .content_01 {
  padding-top: 0px;
}

/******* 店舗一覧 *******/
#office_list {
  width: 100%;
  /* max-width: 650px; */
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}
#office_list h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px auto;
  color: #bd362f;
}
/* ▼キャプション付き画像全体を囲むボックスの装飾 */

p.imagebox {
  display: inline-block;
  margin: 0px 10px 10px 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
}
/* ▼画像に対する装飾 */
p.imagebox img {
  display: block;
  margin: 0px 0px 3px 0px;
  width: 250px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* ▼キャプションに対する装飾 */
p.imagebox span.caption {
  font-size: 0.9em;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
#office_list a:link {
  color: #000;
}
#office_list a:visited {
  color: #000;
}

#footer_box {
  width: 20%;
  padding: 5px 5px 0px 5px;
  display: block;
  position: fixed;
  background-color: #0d0d66;
  height: 50px;
  bottom: 0;
  right: 0;
  z-index: 9000;
  box-shadow: -2px -2px 2px 2px rgba(0, 0, 0, 0.2);
}
#footer_box a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  margin: auto;
  padding-top: 10px;
}
#footer {
  padding-bottom: 55px;
}

table.plan-table > tbody > tr:first-child {
  border-top: solid 1px #b3a69a;
}

.reserve_btn_area {
  padding: 110px 0 100px;
  width: 100%;
  margin: 0 auto;
}
.reserve_btn_area .btn_reserve {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 40px;
  width: 50%;
  max-width: 450px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  border-radius: 20px;
  border: 3px solid #58864f;
  background-image: linear-gradient(#53a835, #428a2b);
  text-decoration: none;
}

.reserve_btn_area .reserve_attention {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 21px auto 0;
  width: 80%;
  font-size: 21px;
  text-align: center;
}
.sp,
.tab {
  display: none;
}

.office_lists {
  display: grid;
  gap: 25px 20px;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  margin: 40px auto 45px;
}
.office_lists a.office_lists__link {
  text-decoration: none;
  color: #000;
}
dl.office_list__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 3px 3px 0 rgba(10, 10, 10, 0.45);
}
dl.office_list__item dt {
}
dl.office_list__item dt img {
  margin-bottom: 3px;
  width: 250px;
  border-radius: 10px 10px 0 0;
}
dl.office_list__item dd {
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.meeting_room_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #e4d9bb;
  margin: 1rem auto 0;
  padding: 25px 0;
}
.meeting_room_area h2 {
  font-size: 15px;
  font-weight: bold;
  color: #583f2e;
  text-align: center;
  margin: 0 auto 1.56rem auto;
}
ul.meeting_room_list {
  list-style: outside none none;
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
}
ul.meeting_room_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
ul.meeting_room_list li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #f9f9f9;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0;
}
/************************************************************************************************************************************
for タブレット
************************************************************************************************************************************/
@media screen and (max-width: 767px) {
  #header_box {
    width: 99%;
    padding: 5px 5px 0px 5px;
    display: block;
    position: fixed;
    background-color: #fff;
    height: 90px;
    top: 0;
    z-index: 10000;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
  }
  #header_box #header #business .tel img {
    width: 180px;
    height: 28px;
  }
  #header_box #header #business .mail img {
    width: 93px;
    height: 31px;
  }
  #header_box #header #business .time img {
    width: 273px;
    height: 19px;
  }
  #business {
    width: 273px;
    z-index: 12000;
  }
  #logo img {
    width: 400px;
    height: 44px;
  }
  #top {
    max-width: 745px;
    height: 286px;
    background: url(../img/pc_header_bg.png) no-repeat;
    background-size: 745px 276px;
    background-position: 0 95px;
    padding-top: 85px;
  }
  #pc_nav {
    display: block;
    position: fixed;
    z-index: 9000;
  }
  #pc_nav li {
    min-width: 120px;
    font-size: 12px;
  }
  .btn_area {
    bottom: 3px;
    right: 5px;
    position: absolute;
    max-width: 280px;
  }
  .btn_area .btn {
    line-height: 0.8em;
    width: 48%;
  }
  .btn_area .btn img {
    width: 8px;
    height: auto;
  }
  .btn_area .btn a {
    font-size: 10px;
    font-weight: bold;
  }
  .btn_long a {
    font-size: 10px;
    font-weight: bold;
  }
  .btn_area .btn a:hover {
    font-size: 10px;
    font-weight: bold;
  }
  .btn_area .btn_txt {
    /* display: block; */
    transform: scale(0.7);
  }
  #merit {
    background-size: 250px 30px;
    padding: 35px 0 0 0;
  }
  #merit img {
    width: 200px;
    height: 49px;
  }
  #merit li {
    margin: 0 10px 10px 10px;
  }
  .reserve_btn_area {
    padding: 50px 0;
  }
  .reserve_btn_area .btn_reserve {
    width: 65%;
    max-width: 80vw;
    font-size: 27px;
    padding: 15px 0;
    border-width: 2px;
  }
  .reserve_btn_area .reserve_attention {
    width: 100%;
    max-width: 90vw;
  }
  .sp {
    display: none;
  }
  .tab {
    display: inline-block;
  }
  #office_list {
    max-width: 550px;
  }
  .office_lists {
    gap: 25px;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
    /* for タブレット */
.meeting_room_area {
  padding: 1rem;
}
ul.meeting_room_list {
  width: 90%;
  margin: 0 auto;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
ul.meeting_room_list li,
ul.meeting_room_list li a {
  width: 100%;
}
}

@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
}

/************************************************************************************************************************************
for スマホ
************************************************************************************************************************************/
@media screen and (max-width: 600px) {
  #header_box {
    height: 75px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
  }
  #logo img {
    width: 300px;
    height: auto;
  }

  #pc_nav li {
    display: none;
  }
  #business {
    display: none;
  }
  #sp_tel {
    display: block;
    z-index: 150000;
    padding-top: 40px;
    text-align: center;
  }
  #top {
    max-width: 430px;
    height: 310px;
    background: url(../img/sp_header_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 80px;
    text-align: center;
    margin-bottom: 165px;
  }
  #merit {
    padding-bottom: 10px;
  }
  #merit ul {
    display: block;
  }
  .pc_red {
    display: none;
  }
  .sp_red {
    display: block;
  }
  .sp_red .tax {
    font-weight: bold;
    color: #e93113;
  }
  .btn_area {
    bottom: -160px;
    right: 50%;
    transform: translateX(50%);
    max-width: 90%;
  }
  .btn_area .btn {
    width: 48%;
  }
  .btn_area .btn a {
    font-size: 13px !important;
    line-height: 1.2;
  }

  .btn_area .btn .btn_txt {
    transform: scale(0.9);
  }

  .sp_btn_area {
    display: block;
    bottom: 21px;
    right: 1%;
    left: 1%;
    position: absolute;
    width: 288px;
    height: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .sp_btn_area .btn {
    width: 90px;
    height: 30px;
    float: left;
    margin: 0 3px;
    line-height: 1em;
  }
  .sp_btn_area .btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: linear-gradient(#ffffff, #f0f0f0) !important;
    text-align: center;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding-top: 10px;
  }
  .sp_btn_area .btn_txt {
    font-size: 10px;
    display: block;
    transform: scale(0.8);
  }
  .sp_btn_area .btn a:hover {
    font-size: 10px;
    transform: scale(0.7);
    font-weight: bold;
  }

  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    top: 10px;
  }
  .hamburger span:nth-child(3) {
    top: 20px;
  }

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

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav li {
    display: block;
  }
  nav.globalMenuSp {
    padding-top: 80px;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;

    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }

  nav.globalMenuSp ul {
    background: #eee;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
  }

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

  .box img {
    width: 100px;
    height: auto;
    clear: both;
    margin-right: 0;
  }
  .step_txt {
    clear: both;
  }
  .step_txt img {
    width: 200px !important;
  }
  .arrow1 {
    width: 20px;
    height: 20px;
    border: 5px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(-45deg);
    margin-left: auto;
    margin-right: auto;
  }

  #pc_movie {
    display: none;
  }
  #sp_movie {
    display: block;
    width: 300px;
    margin: auto auto 30px auto;
    text-align: center;
    padding: 20px;
    background-color: #fff;
  }

  #footer_box {
    width: 99%;
    padding: 5px 5px 0px 5px;
    display: block;
    position: fixed;
    background-color: #0d0d66;
    height: 50px;
    bottom: 0;
    z-index: 10000;
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.5);
  }
  #footer_box a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    padding-top: 10px;
  }
  #footer {
    padding-bottom: 55px;
  }
  #page_top {
    height: 55px;
    background: none;
    opacity: 1;
    z-index: 100000;
    color: #000;
    bottom: 55px;
  }
  #page_top a::before {
    color: #0d0d66;
  }
  .creca_img {
    width: 200px;
  }
  .reserve_btn_area {
    padding: 50px 0 0;
  }
  .reserve_btn_area .btn_reserve {
    width: 80vw;
    max-width: 80vw;
    padding: 10px 10px;
    font-size: 21px;
    border-radius: 15px;
    border-width: 1px;
  }
  .reserve_btn_area .reserve_attention {
    font-size: 16px;
    margin-top: 18px;
  }
  .tab {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  #office_list {
    /* max-width: 260px; */
  }
  .office_lists {
    grid-template-columns: 1fr;
  }
  .meeting_room_area {
    padding: 1rem;
  }
  .meeting_room_area h2 {
    font-size: 14px;
  }
/* for モバイル */
.meeting_room_area {
  padding: 1rem;
}
.meeting_room_area h2 {
  font-size: 14px;
  margin-bottom: 16px;
}
ul.meeting_room_list {
  gap: 0.5rem;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
}
