@charset "UTF-8";
/***********************************************/
/* 目次 */
/*=============================================*/
/*   00.setting                                */
/*   01.common                                 */
/*   02.layout                               */
/*   03.content                                */
/*   04.animation                              */
/*   99.other                                  */
/*=============================================*/
/***********************************************/
/*=============================================*/
/* definition */
/*=============================================*/
/*=============================================*/
/* mixin */
/*=============================================*/
/*=============================================*/
/*00.setting*/
/*=============================================*/
header, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, aside, summary {
  display: block; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

li {
  list-style: none; }

a {
  text-decoration: none; }
  a:link {
    text-decoration: none; }

img {
  border: 0;
  height: auto;
  max-width: 100%; }

input, button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }
  select::-ms-expand {
    display: none; }

input[type="checkbox"]::-ms-check {
  display: none; }

i, em {
  font-style: normal; }

/* margin + padding （0から5刻みでクラスを定義 ex: mb0, mb5, mb10...）
------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

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

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

/*=============================================*/
/*01 common*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  margin: auto;
  width: auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%; }

p, span, b, a, li, dt, dd, th, td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #361a0a; }

.sp-only {
  display: none !important; }

@media screen and (max-width: 760px) {
  .sp-only {
    display: block !important; }
  .pc-only {
    display: none !important; } }

.main-width {
  width: 1000px;
  margin: auto; }

.center {
  margin: auto;
  text-align: center; }

.border-ttl {
  text-align: center;
  margin-bottom: 85px; }
  .border-ttl span {
    position: relative;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 5.0rem;
    letter-spacing: 0.4em; }
    .border-ttl span:after {
      position: absolute;
      left: 0;
      bottom: -20px;
      content: '';
      width: 100%;
      height: 9px;
      background: url(../img/common/ttl-border.png) repeat-x; }

.read-more-gold {
  width: 262px;
  margin: auto;
  padding: 3px;
  background: #d2a227;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d2a227 0%, #b88914 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d2a227 0%, #b88914 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d2a227), to(#b88914));
  background: -o-linear-gradient(top, #d2a227 0%, #b88914 100%);
  background: linear-gradient(to bottom, #d2a227 0%, #b88914 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2a227', endColorstr='#b88914',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px; }
  .read-more-gold a {
    display: block;
    line-height: 55px;
    color: #fff;
    font-size: 2.0rem;
    letter-spacing: 0.2rem; }
  .read-more-gold em {
    border: 1px solid #e5ca84;
    display: block;
    border-radius: 5px; }
  .read-more-gold a:hover {
    background-color: #946f10;
    border-radius: 5px;
    -webkit-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s; }

.center-ttl {
  text-align: center;
  font-size: 5.0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  margin-bottom: 30px;
  letter-spacing: 0.7rem; }

.pccenter {
  text-align: center; }

/*=============================================*/
/*02 layout*/
/*=============================================*/
/******************/
/* header */
/******************/
header {
  position: relative;
  overflow: hidden; }
  header .head-top {
    overflow: hidden; }
  header .left {
    float: left;
    padding: 26px 0 20px 30px; }
    header .left .logo {
      display: inline-block;
      margin-right: 25px; }
      header .left .logo a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
        background: #fff;
        -webkit-transition: all .9s;
        -o-transition: all .9s;
        transition: all .9s; }
    header .left .catch {
      display: inline-block;
      vertical-align: bottom;
      padding-bottom: 10px;
      font-weight: bold; }

.head-top-right {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 99; }

.head-contact {
  float: left;
  padding: 10px 15px 15px;
  background: #c1962a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #c1962a 0%, #e0ad2c 50%, #c1962a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #c1962a 0%, #e0ad2c 50%, #c1962a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #c1962a 0%, #e0ad2c 50%, #c1962a 100%);
  background: -o-linear-gradient(315deg, #c1962a 0%, #e0ad2c 50%, #c1962a 100%);
  background: linear-gradient(135deg, #c1962a 0%, #e0ad2c 50%, #c1962a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1962a', endColorstr='#c1962a',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 0 0 10px 10px / 0 0 10px 10px;
  z-index: 1; }
  .head-contact .txt {
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem; }
  .head-contact .tel {
    padding-left: 54px;
    background: url(../img/common/icon-freedial.png) no-repeat left center;
    font-size: 4.0rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.02em; }
  .head-contact .time {
    margin-bottom: 10px;
    padding: 3px 0 3px 30px;
    background: url(../img/common/icon-time.png) no-repeat left center;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.02em; }
    .head-contact .time span {
      display: inline-block;
      padding: 3px 0 0;
      font-size: 1.2rem;
      vertical-align: top; }
  .head-contact .contact-btn {
    background-color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
    text-align: center;
    border-radius: 5px; }
    .head-contact .contact-btn a {
      display: block;
      background: url(../img/common/icon-mail.png) no-repeat 4% center;
      padding-left: 20px;
      line-height: 35px; }
      .head-contact .contact-btn a:hover {
        opacity: 0.4;
        filter: alpha(opacity=40);
        -ms-filter: "alpha( opacity=40 )";
        -webkit-transition: all .9s;
        -o-transition: all .9s;
        transition: all .9s; }

header .right {
  float: left;
  padding-right: 20px;
  margin-top: 22px; }
  header .right ul {
    width: 325px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    header .right ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      text-align: center;
      width: 48%;
      margin-right: 4%;
      text-align: center; }
      header .right ul li:last-child {
        margin-right: 0; }
      header .right ul li a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 12px 0;
        background-color: #fcf9f2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid #c2921b;
        color: #000;
        font-weight: bold;
        line-height: 120%; }
        header .right ul li a:before {
          position: absolute;
          top: 37%;
          left: 5px;
          content: '▶';
          font-size: 1.0rem; }
        header .right ul li a:hover {
          background-color: #c2921b;
          color: #fff;
          -webkit-transition: all .9s;
          -o-transition: all .9s;
          transition: all .9s; }

/**********************/
/* Top-Main-Visual */
/**********************/
.top-main-visual {
  position: relative;
  background: url(../img/top/main-visual.jpg) no-repeat center top;
  background-size: cover;
  height: 560px; }
  .top-main-visual .circle-txt {
    position: absolute;
    left: 30px;
    bottom: -20px; }
  .top-main-visual .main-txt {
    position: absolute;
    bottom: 50px;
    left: 310px;
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 140%;
    letter-spacing: 0.05em; }

/**********************/
/* Main-Nav */
/**********************/
.main-nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden; }
  .main-nav ul li {
    position: relative;
    width: 16.66666666666666%;
    text-align: center; }
    .main-nav ul li i {
      position: relative;
      display: inline-block;
      text-align: center;
      width: 100%;
      height: 46px; }
      .main-nav ul li i img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .main-nav ul li span {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      width: 100%;
      font-size: 1.8rem;
      font-weight: bold;
      margin-top: 8px; }
    .main-nav ul li a {
      display: block;
      padding: 25px 0 25px;
      height: 130px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .main-nav ul li a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .main-nav ul li .active {
      color: #ee6110; }

/**********************/
/* Footer */
/**********************/
footer {
  border-top: 1px solid #bfbfbf;
  padding-top: 65px; }
  footer .about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 65px; }
    footer .about-list li {
      width: calc( 100vw / 4);
      height: 16vw; }
      footer .about-list li:nth-of-type(1) {
        background: url(../img/top/about-img01.jpg) no-repeat;
        background-size: cover; }
      footer .about-list li:nth-of-type(2) {
        background: url(../img/top/about-img02.jpg) no-repeat;
        background-size: cover; }
      footer .about-list li:nth-of-type(3) {
        background: url(../img/top/about-img03.jpg) no-repeat;
        background-size: cover; }
      footer .about-list li:nth-of-type(4) {
        background: url(../img/top/about-img04.jpg) no-repeat;
        background-size: cover; }
    footer .about-list a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      footer .about-list a:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease; }
      footer .about-list a:hover::after {
        background: rgba(0, 0, 0, 0.6); }
    footer .about-list span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: 0;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.9);
      font-size: 1.05vw;
      font-weight: bold;
      padding: 10px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 5px;
      z-index: 1; }
  footer .foot-txt {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 3.0rem;
    margin-bottom: 55px;
    line-height: 160%; }
  footer .foot-content {
    position: relative;
    padding: 35px 0 40px;
    background: #b38511;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #b38511 26%, #d6a833 50%, #b38511 72%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #b38511 26%, #d6a833 50%, #b38511 72%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #b38511 26%, #d6a833 50%, #b38511 72%);
    background: linear-gradient(45deg, #b38511 26%, #d6a833 50%, #b38511 72%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b38511', endColorstr='#b38511',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    footer .foot-content:before {
      position: absolute;
      top: -25px;
      left: 0;
      content: '';
      width: 100%;
      height: 25px;
      background: url(../img/common/foot-border.jpg) repeat-x; }
  footer .foot-contact {
    border-bottom: 1px solid #7d7050;
    border-top: 1px solid #7d7050;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    footer .foot-contact .right, footer .foot-contact .left {
      width: 50%;
      padding: 25px 28px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center; }
    footer .foot-contact .right {
      border-left: 1px solid #7d7050; }
      footer .foot-contact .right .txt {
        display: block;
        color: #000;
        font-size: 2.0rem;
        margin-bottom: 6px;
        font-weight: bold; }
    footer .foot-contact .left .txt {
      display: block;
      color: #000;
      font-size: 2.0rem;
      margin-bottom: 6px;
      font-weight: bold; }
    footer .foot-contact .left b {
      display: block;
      margin-bottom: 15px;
      padding-left: 60px;
      color: #fff;
      font-size: 4.8rem;
      background: url(../img/common/icon-freedial-footer.png) no-repeat left center; }
    footer .foot-contact .left .time {
      display: inline-block;
      padding-left: 30px;
      color: #000;
      font-size: 1.8rem;
      font-weight: bold;
      background: url(../img/common/icon-time.png) no-repeat left center; }
    footer .foot-contact .left a {
      display: inline-block;
      text-align: center;
      line-height: 47px;
      font-size: 1em;
      color: #fff; }
      footer .foot-contact .left a:hover {
        opacity: 0.8; }
    footer .foot-contact .right .txt {
      margin-bottom: 15px; }
    footer .foot-contact .right .contact-btn {
      width: 382px;
      margin: auto;
      background-color: #f1e0b5;
      line-height: 82px;
      border-radius: 10px; }
      footer .foot-contact .right .contact-btn a {
        display: block;
        padding-left: 35px;
        font-size: 2.4rem;
        line-height: 82px;
        font-weight: bold;
        letter-spacing: 0.5rem;
        background: url(../img/common/icon-mail-footer.png) no-repeat 50px center;
        border-radius: 10px; }
        footer .foot-contact .right .contact-btn a:hover {
          opacity: 0.6;
          filter: alpha(opacity=60);
          -ms-filter: "alpha( opacity=60 )";
          -webkit-transition: all .9s;
          -o-transition: all .9s;
          transition: all .9s; }
  footer .foot-nav {
    margin-top: 30px; }
    footer .foot-nav ul {
      font-size: 0;
      text-align: center;
      margin-bottom: 20px; }
      footer .foot-nav ul li {
        position: relative;
        display: inline-block; }
        footer .foot-nav ul li a {
          display: block;
          margin-right: 40px;
          padding-left: 1.0em;
          font-weight: bold; }
        footer .foot-nav ul li:last-child a {
          margin-right: 0; }
        footer .foot-nav ul li a:before {
          position: absolute;
          left: 0;
          top: 3px;
          content: '▶';
          font-size: 1.0rem;
          margin-right: 3px; }
  footer .link_btn {
    display: inline-block;
    background-color: #361A0A;
    border-radius: 5px;
    padding: 3px;
    margin: 0 auto 100px;
    text-align: center; }
    footer .link_btn:hover {
      opacity: 0.8; }
    footer .link_btn span {
      display: inline-block;
      line-height: 47px;
      font-size: 2.6rem;
      font-weight: normal;
      background-color: #361A0A;
      padding: 10px 15px;
      border-radius: 5px;
      border: 1px solid #fff;
      color: #fff; }
  footer .snsbox {
    text-align: center; }
    footer .snsbox .twitter {
      margin-right: 40px; }

.copyright {
  padding: 30px 0;
  background-color: #33231a;
  text-align: center; }
  .copyright small {
    font-size: 1.2rem;
    color: #fff; }
    .copyright small a {
      color: #fff; }

/**********************/
/* Page-TOP */
/**********************/
.foot-content .page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  opacity: 0.7;
  z-index: 999; }

/**********************/
/* Top-Main */
/**********************/
.top-service {
  position: relative;
  padding: 133px 0 0;
  background: url(../img/top/service-back.jpg) no-repeat center top; }
  .top-service h2 {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 6.0rem;
    color: #fff;
    line-height: 130%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5), -1px -1px 2px rgba(255, 255, 255, 0.5), 1px 1px 2px rgba(255, 255, 255, 0.5); }
    .top-service h2:before {
      position: absolute;
      top: -77px;
      left: 0;
      right: 0;
      margin: auto;
      content: '';
      width: 292px;
      height: 64px;
      background: url(../img/top/icon-service-ribbon.png) no-repeat;
      background-size: 100%; }
  .top-service .circle {
    position: relative;
    height: 330px; }
    .top-service .circle li {
      position: absolute;
      width: 32%; }
      .top-service .circle li img {
        width: 100%;
        height: auto; }
      .top-service .circle li.cir-01 {
        left: 0;
        top: -100px;
        background: url(../img/top/service-circle01_hover.png) no-repeat;
        background-size: 100%; }
      .top-service .circle li.cir-02 {
        top: -11px;
        left: 0;
        right: 0;
        margin: auto;
        background: url(../img/top/service-circle02_hover.png) no-repeat;
        background-size: 100%; }
      .top-service .circle li.cir-03 {
        right: 0;
        top: -100px;
        background: url(../img/top/service-circle03_hover.png) no-repeat;
        background-size: 100%; }
      .top-service .circle li a:hover {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "alpha( opacity=0 )";
        background: #fff; }

.top-privacy {
  overflow: hidden;
  padding: 30px 0 60px; }
  .top-privacy h2 {
    margin-bottom: 25px;
    font-size: 3.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-weight: normal; }
  .top-privacy .left {
    width: 740px;
    float: left; }
    .top-privacy .left p {
      font-weight: bold;
      line-height: 165%; }
  .top-privacy .right {
    display: inline-block;
    float: right;
    margin-top: -30px;
    padding-bottom: 0; }

.top-venue {
  padding: 95px 0 22px;
  background: url(../img/top/back-shadow.png) no-repeat center top, url(../img/top/about-back-img.jpg) no-repeat center top;
  background-size: auto , cover; }
  .top-venue .center {
    font-weight: bold;
    line-height: 165%;
    margin-bottom: 63px; }
  .top-venue .point-Box {
    position: relative;
    margin-bottom: 65px;
    padding: 50px 30px 20px;
    background-color: rgba(51, 35, 26, 0.1);
    border: 1px solid rgba(248, 245, 235, 0.5); }
    .top-venue .point-Box h3 {
      margin-bottom: 30px;
      font-size: 3.6rem;
      text-align: center; }
    .top-venue .point-Box .choice {
      position: absolute;
      left: 0;
      right: 0;
      top: -23px;
      margin: auto;
      display: inline-block;
      text-align: center; }
      .top-venue .point-Box .choice b {
        display: inline-block;
        line-height: 47px;
        font-size: 2.6rem;
        font-weight: normal;
        background-color: #c2921b;
        padding: 0 30px;
        border-radius: 50px;
        color: #fff; }
    .top-venue .point-Box .point-list {
      padding: 23px 25px;
      background-color: #f8f5eb;
      font-size: 0;
      counter-reset: count-num; }
      .top-venue .point-Box .point-list li {
        position: relative;
        display: inline-block;
        width: 50%;
        color: #ee6110;
        font-size: 2.0rem;
        margin-bottom: 10px;
        padding: 0 0 8px 35px;
        border-bottom: 2px dashed #a49b92;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        .top-venue .point-Box .point-list li:before {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          counter-increment: count-num;
          content: counter(count-num);
          display: inline-block;
          margin-right: 7px;
          width: 25px;
          height: 25px;
          line-height: 25px;
          text-align: center;
          background-color: #33231a;
          color: #fff;
          font-size: 1.4rem;
          border-radius: 50px; }
        .top-venue .point-Box .point-list li:last-child {
          width: 100%;
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0; }
  .top-venue .hotel-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px; }
    .top-venue .hotel-list li {
      position: relative;
      width: 235px;
      margin: 0 20px 38px 0;
      background-color: #fff;
      -webkit-box-shadow: 0 4px 0 rgba(51, 35, 26, 0.15);
      -moz-box-shadow: 0 4px 0 rgba(51, 35, 26, 0.15);
      box-shadow: 0 4px 0 rgba(51, 35, 26, 0.15); }
      .top-venue .hotel-list li:nth-child(4n) {
        margin-right: 0; }
      .top-venue .hotel-list li .inner {
        padding: 13px 15px 20px; }
      .top-venue .hotel-list li .venue_image_area {
        position: relative;
        width: 227px;
        height: 144px;
        margin: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden; }
        .top-venue .hotel-list li .venue_image_area img {
          position: absolute;
          top: 50%;
          left: 50%;
          width: auto;
          height: 100%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .top-venue .hotel-list li .area {
        font-size: 1.4rem;
        margin-bottom: 10px; }
      .top-venue .hotel-list li h4 {
        font-size: 1.8rem;
        margin-bottom: 18px; }
        .top-venue .hotel-list li h4 span {
          display: inline-block;
          margin-right: 5px;
          padding: 2px 3px;
          background-color: #ee6110;
          font-size: 1.4rem;
          color: #fff;
          font-weight: normal; }
      .top-venue .hotel-list li .read-more {
        display: inline-block;
        background-color: #33231a;
        font-size: 1.2rem;
        color: #fff;
        text-align: center;
        padding: 0 5px 0 15px;
        border-radius: 5px; }
        .top-venue .hotel-list li .read-more:after {
          content: '▶';
          color: #ee6110;
          line-height: 23px;
          margin-left: 10px;
          font-size: 0.9rem; }
      .top-venue .hotel-list li a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .top-venue .hotel-list li a:hover {
          background-color: rgba(255, 255, 255, 0.5);
          -webkit-transition: all .9s;
          -o-transition: all .9s;
          transition: all .9s; }

.top-holding {
  padding: 160px 0 190px; }
  .top-holding .inner {
    width: 1230px;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .top-holding .inner .left {
      position: relative;
      width: 48%;
      margin-right: 2%;
      position: relative;
      background: url(../img/top/map-img.png) no-repeat;
      background-size: 100%; }
      .top-holding .inner .left h3 {
        position: relative;
        left: 15%;
        top: 0;
        font-size: 3.2rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "游明朝体", "Yu Mincho", YuMincho, serif; }
        .top-holding .inner .left h3 span {
          color: #ee6110;
          font-size: 3.2rem; }
      .top-holding .inner .left p {
        position: absolute;
        bottom: -29px;
        left: 15%;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 160%; }
        .top-holding .inner .left p span {
          color: #ee6110;
          font-size: 1.8rem;
          font-weight: bold; }
    .top-holding .inner .right {
      position: relative;
      width: 39.5%;
      background: url(../img/top/back-beige.jpg) no-repeat;
      background-size: cover;
      padding: 6px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .top-holding .inner .right .topics {
        padding: 35px 20px 26px;
        border: 1px solid #fff; }
  .top-holding .right .topics ul {
    margin-bottom: 30px; }
    .top-holding .right .topics ul li {
      border-bottom: 1px dashed #725819;
      margin-bottom: 10px;
      padding-bottom: 10px; }
      .top-holding .right .topics ul li:last-of-type {
        margin: 0;
        padding: 0;
        border: none; }
      .top-holding .right .topics ul li .date {
        display: inline-block;
        vertical-align: middle; }
      .top-holding .right .topics ul li dl {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 3px; }
        .top-holding .right .topics ul li dl dd {
          float: left;
          padding: 3px;
          font-size: 1.4rem;
          color: #fff; }
        .top-holding .right .topics ul li dl dt {
          float: left;
          padding: 3px;
          font-size: 1.4rem;
          color: #fff;
          background-color: #725819; }
        .top-holding .right .topics ul li dl dd {
          background-color: #c2921b; }
      .top-holding .right .topics ul li h3 {
        font-weight: normal; }
        .top-holding .right .topics ul li h3 a:hover {
          text-decoration: underline; }
  .top-holding .right .read-more-gold {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto; }

.top-blog {
  position: relative;
  padding-top: 60px;
  background-color: #f9f2e1; }
  .top-blog h2 {
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; }
  .top-blog .center {
    margin-bottom: 30px;
    color: #000;
    line-height: 160%;
    font-weight: bold; }
  .top-blog .entry-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 67px; }
    .top-blog .entry-list li {
      position: relative;
      width: 310px;
      margin-right: 35px;
      background-color: #fff;
      -webkit-box-shadow: 0 4px 0 rgba(51, 35, 26, 0.15);
      -moz-box-shadow: 0 4px 0 rgba(51, 35, 26, 0.15);
      box-shadow: 0 4px 0 rgba(51, 35, 26, 0.15); }
      .top-blog .entry-list li:nth-child(3n) {
        margin-right: 0; }
      .top-blog .entry-list li .blog_image_area {
        position: relative;
        width: 302px;
        height: 192px;
        margin: 4px;
        overflow: hidden; }
        .top-blog .entry-list li .blog_image_area img {
          position: absolute;
          top: 50%;
          left: 50%;
          width: auto;
          height: 100%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .top-blog .entry-list li .inner {
        padding: 24px 20px 35px; }
      .top-blog .entry-list li .date {
        display: block;
        margin-bottom: 13px;
        color: #666; }
      .top-blog .entry-list li h3 {
        margin-bottom: 13px;
        color: #000;
        font-size: 1.6rem; }
      .top-blog .entry-list li .txt {
        color: #000;
        line-height: 1.6; }
      .top-blog .entry-list li a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .top-blog .entry-list li a:hover {
          background-color: rgba(255, 255, 255, 0.4);
          -webkit-transition: all .9s;
          -o-transition: all .9s;
          transition: all .9s; }
  .top-blog .read-more-gold {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px; }

.top-info {
  padding: 130px 0 100px; }
  .top-info h2 {
    margin-bottom: 50px; }
  .top-info .main-width {
    overflow: hidden; }
  .top-info .left {
    position: relative;
    width: 49%;
    float: left;
    margin-right: 1%;
    text-align: center; }
    .top-info .left h3 {
      position: absolute;
      width: 100%;
      top: 0;
      font-size: 2.8rem;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
      line-height: 140%; }
    .top-info .left img {
      padding-top: 50px; }
  .top-info .right {
    position: relative;
    width: 49%;
    float: right;
    margin-left: 1%;
    padding: 3px;
    border: 6px solid #f9f2e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .top-info .right .info {
      border: 2px solid #f9f2e1;
      padding: 20px 20px 28px; }
      .top-info .right .info ul li {
        border-bottom: 1px dashed #725819;
        margin-bottom: 20px; }
        .top-info .right .info ul li:last-of-type {
          border: none;
          margin: 0; }
        .top-info .right .info ul li .date {
          display: block;
          margin-bottom: 6px; }
        .top-info .right .info ul li h4 {
          font-weight: normal; }
          .top-info .right .info ul li h4 a {
            display: block;
            padding-bottom: 20px;
            line-height: 160%; }
            .top-info .right .info ul li h4 a:hover {
              text-decoration: underline; }
      .top-info .right .info .read-more-gold {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
        margin: auto; }

/*=============================================*/
/*03 content*/
/*=============================================*/
/******************/
/* Common*/
/******************/
.breadcrumb {
  background-color: #f9f2e1;
  margin-bottom: 70px;
  padding: 10px 0; }
  .breadcrumb .main-width > span {
    display: inline-block; }
    .breadcrumb .main-width > span a {
      font-size: 1.4rem;
      color: #c2921b; }
    .breadcrumb .main-width > span span {
      font-size: 1.4rem; }
    .breadcrumb .main-width > span:after {
      content: '|';
      margin: 0 5px; }
    .breadcrumb .main-width > span:last-child:after {
      content: none; }
    .breadcrumb .main-width > span a:hover {
      text-decoration: underline; }

.page-Box .center-ttl {
  letter-spacing: 0.05em; }
  .page-Box .center-ttl span {
    font-size: 5.0rem;
    color: #ee6110; }

/******************/
/* Common-ttl */
/******************/
.page-ttl {
  position: relative;
  padding: 120px 0 120px 30px;
  padding-left: 117px; }
  .page-ttl.service {
    background: url(../img/service/ttl-back.jpg) no-repeat center center;
    background-size: cover; }
  .page-ttl.news {
    background: url(../img/news/ttl-back.jpg) no-repeat center center;
    background-size: cover; }
  .page-ttl.holding {
    background: url(../img/holding/ttl-back.png) no-repeat center center;
    background-size: cover; }
  .page-ttl.blog {
    background: url(../img/blog/ttl-back.jpg) no-repeat center center;
    background-size: cover; }
  .page-ttl.coordinator {
    background: url(../img/coordinator/ttl-back.jpg) no-repeat center center;
    background-size: cover; }
  .page-ttl.overview {
    background: url(../img/overview/ttl-back.jpg) no-repeat center center;
    background-size: cover; }
  .page-ttl.recruit {
    background: url(../img/recruit/ttl-back.jpg) no-repeat center center;
    background-size: cover; }
  .page-ttl.plan {
    background: url(../img/plan/ttl-back.jpg) no-repeat center center;
    background-size: cover; }
  .page-ttl.venue {
    background: url(../img/venue/ttl-back.png) no-repeat center center;
    background-size: cover; }
  .page-ttl.secret {
    background: url(../img/secret/ttl-back.png) no-repeat center center;
    background-size: cover; }
  .page-ttl.sitemap {
    background: url(../img/service/ttl-back.jpg) no-repeat center center;
    background-size: cover; }
  .page-ttl.contact, .page-ttl.confirm, .page-ttl.complete, .page-ttl.other_contact, .page-ttl.other_confirm, .page-ttl.other_complete, .page-ttl.franchise, .page-ttl.franchise_confirm, .page-ttl.franchise_complete, .page-ttl.recruit_form, .page-ttl.recruit_confirm, .page-ttl.recruit_complete {
    background: url(../img/contact/ttl-back.jpg) no-repeat center center;
    background-size: cover; }
  .page-ttl h2 {
    font-size: 5.0rem;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.05em; }
    .page-ttl h2:before {
      position: absolute;
      left: 30px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: ''; }
  .page-ttl.service h2:before {
    width: 71px;
    height: 50px;
    background: url(../img/service/icon-service.png) no-repeat; }
  .page-ttl.news h2:before {
    width: 44px;
    height: 60px;
    background: url(../img/news/icon-news.png) no-repeat; }
  .page-ttl.holding h2:before {
    width: 64px;
    height: 78px;
    background: url(../img/holding/icon-holding.png) no-repeat; }
  .page-ttl.blog h2:before {
    width: 55px;
    height: 47px;
    background: url(../img/blog/icon-blog.png) no-repeat; }
  .page-ttl.coordinator h2:before {
    width: 47px;
    height: 52px;
    background: url(../img/coordinator/icon-coordinator.png) no-repeat; }
  .page-ttl.overview h2:before {
    width: 71px;
    height: 77px;
    background: url(../img/overview/icon-overview.png) no-repeat; }
  .page-ttl.recruit h2:before {
    width: 69px;
    height: 50px;
    background: url(../img/recruit/icon-recruit.png) no-repeat; }
  .page-ttl.plan h2:before {
    width: 71px;
    height: 71px;
    background: url(../img/plan/icon-plan.png) no-repeat; }
  .page-ttl.venue h2:before {
    width: 54px;
    height: 60px;
    background: url(../img/venue/icon-venue.png) no-repeat; }
  .page-ttl.secret h2:before {
    width: 36px;
    height: 66px;
    background: url(../img/secret/icon-secret.png) no-repeat; }
  .page-ttl.sitemap h2:before {
    width: 81px;
    height: 62px;
    background: url(../img/sitemap/icon-sitemap.png) no-repeat; }
  .page-ttl.contact h2:before,
  .page-ttl.confirm h2:before,
  .page-ttl.complete h2:before,
  .page-ttl.other_contact h2:before,
  .page-ttl.other_confirm h2:before,
  .page-ttl.other_complete h2:before,
  .page-ttl.franchise h2:before,
  .page-ttl.franchise_comfirm h2:before,
  .page-ttl.franchise_complete h2:before,
  .page-ttl.recruit_form h2:before,
  .page-ttl.recruit_confirm h2:before,
  .page-ttl.recruit_complete h2:before {
    width: 72px;
    height: 48px;
    background: url(../img/contact/icon-contact.png) no-repeat; }

/******************/
/* category search */
/******************/
.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 50px;
  background: #f0e4c7; }

.cat_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  padding: 40px 20px;
  background: #d4c7ad;
  color: #33231a;
  font-weight: bold; }

.cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 100% - 361px);
  padding: 40px 30px 25px; }
  .cat_list li {
    margin: 0 40px 15px 0; }
    .cat_list li a {
      color: #000;
      font-size: 1.4rem;
      text-decoration: underline; }

.cat_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 30px;
  letter-spacing: -0.5em; }
  .cat_search .search_box {
    display: inline-block;
    width: 180px;
    height: 20px;
    padding: 10px;
    background: #fff;
    letter-spacing: normal;
    vertical-align: top; }
    .cat_search .search_box input[type="text"] {
      width: 180px;
      height: 20px; }
  .cat_search .search_button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ee6110 url(../img/common/icon-glass.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% 50%;
    vertical-align: top; }
    .cat_search .search_button input {
      width: 100%;
      height: 100%;
      cursor: pointer; }

/******************/
/* pager */
/******************/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto 90px; }
  .pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 5px;
    border: 1px solid #33231a;
    background: #f9f2e1;
    color: #33231a;
    font-size: 2.0rem;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .pagination a:hover, .pagination a.active {
      background: #33231a;
      color: #fff; }
  .pagination .current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 5px;
    border: 1px solid #33231a;
    background: #33231a;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold; }
  .pagination .top_link, .pagination .last_link {
    letter-spacing: -0.2em; }

.pager_big .pagination a {
  position: relative;
  width: 200px; }

.pager_big .pagination .prevpostslink a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 20px;
  border-bottom: 2px solid #33231a;
  border-left: 2px solid #33231a; }

.pager_big .pagination .prevpostslink a:hover::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff; }

.pager_big .pagination .nextpostslink a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  border-top: 2px solid #33231a;
  border-right: 2px solid #33231a; }

.pager_big .pagination .nextpostslink a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff; }

/**********************/
/* contact_box */
/**********************/
.contact_box {
  margin: 50px 0 90px;
  padding: 40px;
  background: -webkit-linear-gradient(14deg, #33231a, #563004);
  background: -o-linear-gradient(14deg, #33231a, #563004);
  background: linear-gradient(76deg, #33231a, #563004);
  text-align: center; }
  .contact_box p {
    margin: 0 0 30px;
    color: #fff;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.3; }
  .contact_box .read-more-gold {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
    .contact_box .read-more-gold a {
      display: inline-block;
      padding: 0 20px;
      font-size: 2.5rem;
      font-weight: bold;
      letter-spacing: normal; }

/**********************/
/* contents frame */
/**********************/
.contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.contents_box {
  width: calc( ( 100% - 60px) / 4);
  margin: 0 20px 20px 0;
  padding: 5px;
  border: 1px solid #dabc72;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .contents_box:nth-of-type(4n) {
    margin: 0 0 20px; }
  .contents_box a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .contents_box a:hover {
      opacity: 0.8; }
  .contents_box figure {
    position: relative;
    width: 100%;
    height: 150px;
    margin: 0 0 17px;
    overflow: hidden; }
    .contents_box figure img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      max-width: initial;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/**********************/
/* supplement */
/**********************/
.supplement {
  position: relative;
  padding: 30px 40px;
  border: 7px solid #f9f2e1;
  z-index: 0; }
  .supplement::after {
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: calc( 100% - 12px);
    height: calc( 100% - 12px);
    border: 2px solid #f9f2e1;
    z-index: -1; }

/**********************/
/* contents lead */
/**********************/
.contents_lead {
  margin: 0 0 50px;
  font-family: "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.6rem;
  text-align: center; }
  .contents_lead br:not(.pc_break) {
    display: none; }

/**********************/
/* head underline */
/**********************/
.head_underline {
  position: relative;
  border-bottom: 3px solid #33231a;
  color: #000;
  font-size: 2.6rem; }
  .head_underline:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    display: block;
    width: 20%;
    border-bottom: 3px solid #c2921b;
    line-height: 0;
    overflow: hidden; }

/**********************/
/* contents text */
/**********************/
.contents_text {
  margin: 0 0 50px;
  line-height: 1.7; }

/**********************/
/* contents table */
/**********************/
.contents_table {
  width: 100%; }
  .contents_table tr {
    border-bottom: 1px solid #c2921b; }
    .contents_table tr:first-of-type {
      border-top: 1px solid #c2921b; }
  .contents_table th {
    width: 170px;
    padding: 15px 40px;
    background: rgba(249, 242, 225, 0.3);
    color: #000;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left; }
  .contents_table td {
    padding: 15px 40px;
    color: #000; }
    .contents_table td ul, .contents_table td dl {
      margin: 20px 0 0; }
    .contents_table td li, .contents_table td dt, .contents_table td dd {
      line-height: 1.7; }
      .contents_table td li:not(dt)::before, .contents_table td dt:not(dt)::before, .contents_table td dd:not(dt)::before {
        content: "・"; }

/******************/
/* service */
/******************/
.service .please-3, .service .about {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
  margin-bottom: 75px; }

.service .please-3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 6px;
  background: url(../img/service/border-two.png) repeat-x; }

.service .about:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 6px;
  background: url(../img/service/border-two.png) repeat-x; }

.service .about .left {
  width: 525px;
  float: left;
  margin-right: 45px; }

.service .about .right {
  width: 430px;
  float: right; }

.service .about .left p {
  line-height: 180%; }

.service .please-3 img {
  margin-bottom: 40px; }

.service .please-3 b {
  display: block;
  margin-bottom: 30px;
  font-size: 3.0rem;
  color: #ee6110;
  text-align: center; }

.service .please-3 .read-more-gold {
  position: relative;
  width: 494px; }
  .service .please-3 .read-more-gold a {
    line-height: 86px;
    font-size: 2.4rem;
    padding-left: 60px; }
    .service .please-3 .read-more-gold a:after {
      position: absolute;
      left: 90px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: '';
      width: 31px;
      height: 38px;
      background: url(../img/service/icon-money.png) no-repeat;
      background-size: 100%; }

.service .reason-list {
  margin: 80px 0 130px; }
  .service .reason-list li {
    position: relative;
    background-color: #f9f2e1;
    margin-bottom: 118px;
    padding: 60px 55px 60px; }
    .service .reason-list li:before {
      position: absolute;
      left: 20px;
      top: -24px;
      content: '';
      width: 228px;
      height: 69px; }
    .service .reason-list li.num01:before {
      background: url(../img/service/reason-arrow01.png) no-repeat; }
    .service .reason-list li.num02:before {
      background: url(../img/service/reason-arrow02.png) no-repeat; }
    .service .reason-list li.num03:before {
      background: url(../img/service/reason-arrow03.png) no-repeat; }
    .service .reason-list li h3 {
      margin-bottom: 18px;
      color: #c69932;
      font-size: 3.0rem; }
    .service .reason-list li h4 {
      margin-bottom: 20px;
      padding: 5px 15px;
      background-color: #fff;
      font-size: 2.0rem;
      border-left: 7px solid #c69932; }
    .service .reason-list li p {
      line-height: 180%;
      margin-bottom: 22px; }
    .service .reason-list li .btn-guide {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -45px;
      width: 690px;
      background-color: #3e2714;
      padding: 14px; }
      .service .reason-list li .btn-guide p {
        display: table-cell;
        width: 380px;
        font-size: 2.4rem;
        text-align: center;
        color: #fff;
        font-weight: bold; }
      .service .reason-list li .btn-guide .read-more-gold {
        display: table-cell;
        width: 300px;
        text-align: center; }
        .service .reason-list li .btn-guide .read-more-gold a {
          font-size: 2.4rem;
          font-weight: bold; }

/******************/
/* plan */
/******************/
.plan .contents_text {
  margin: 0 0 80px; }

.plan .contents_table {
  margin: 0 0 90px; }
  .plan .contents_table .plan_name {
    border-top: none; }
    .plan .contents_table .plan_name th {
      padding: 10px;
      border-left: 1px solid #c2921b;
      background: #33231a;
      color: #fff;
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      line-height: 1.6; }
      .plan .contents_table .plan_name th:nth-of-type(2) {
        border: 4px solid #ee6110;
        border-bottom: none; }
      .plan .contents_table .plan_name th:last-of-type {
        border-right: 1px solid #c2921b; }
      .plan .contents_table .plan_name th.blank {
        border: none;
        background: none; }
      .plan .contents_table .plan_name th span {
        display: block;
        color: #fff;
        font-size: 1.2rem;
        font-weight: normal; }
    .plan .contents_table .plan_name .no1 {
      position: relative; }
      .plan .contents_table .plan_name .no1::before {
        position: absolute;
        top: -34px;
        left: 50%;
        content: "";
        width: 182px;
        height: 44px;
        background-image: url(../img/plan/img_no1.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .plan .contents_table .price th {
    padding: 15px;
    border-left: 1px solid #c2921b;
    color: #ee6110;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.7; }
    .plan .contents_table .price th:first-of-type {
      border-left: 4px solid #ee6110;
      border-right: 4px solid #ee6110; }
    .plan .contents_table .price th:last-of-type {
      border-right: 1px solid #c2921b;
      color: #000;
      font-size: 1.4rem; }
    .plan .contents_table .price th span:not(.note) {
      color: #ee6110;
      font-size: 1.2rem;
      font-weight: normal; }
    .plan .contents_table .price th .note {
      display: block;
      color: #000;
      font-size: 1.2rem;
      font-weight: normal; }
  .plan .contents_table tr:not(.plan_name):not(.price) th {
    padding: 10px 10px 10px 45px;
    border-left: 1px solid #c2921b;
    line-height: 1.6; }
    .plan .contents_table tr:not(.plan_name):not(.price) th span {
      font-size: 1.2rem; }
  .plan .contents_table tr:nth-of-type(3) th {
    background: url(../img/plan/ico_plan_01.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(4) th {
    background: url(../img/plan/ico_plan_02.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(5) th {
    background: url(../img/plan/ico_plan_03.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(6) th {
    background: url(../img/plan/ico_plan_04.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(7) th {
    background: url(../img/plan/ico_plan_05.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(8) th {
    background: url(../img/plan/ico_plan_06.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(9) th {
    background: url(../img/plan/ico_plan_07.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(10) th {
    background: url(../img/plan/ico_plan_08.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(11) th {
    background: url(../img/plan/ico_plan_09.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(12) th {
    background: url(../img/plan/ico_plan_10.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(13) th {
    background: url(../img/plan/ico_plan_11.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(14) th {
    background: url(../img/plan/ico_plan_12.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(15) th {
    background: url(../img/plan/ico_plan_13.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(16) th {
    background: url(../img/plan/ico_plan_14.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(17) th {
    background: url(../img/plan/ico_plan_15.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(18) th {
    background: url(../img/plan/ico_plan_16.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(19) th {
    background: url(../img/plan/ico_plan_17.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:nth-of-type(20) th {
    background: url(../img/plan/ico_plan_18.png) no-repeat 5px 50%;
    background-size: 35px 35px; }
  .plan .contents_table tr:last-of-type td:first-of-type {
    border-bottom: 4px solid #ee6110; }
  .plan .contents_table td {
    height: 2.0em;
    border-left: 1px solid #c2921b;
    color: #ee6110;
    font-size: 2.0rem;
    text-align: center; }
    .plan .contents_table td:first-of-type {
      border-left: 4px solid #ee6110;
      border-right: 4px solid #ee6110; }
    .plan .contents_table td:last-of-type {
      border-right: 1px solid #c2921b; }

.plan .recommend_box {
  margin: 0 0 120px; }
  .plan .recommend_box dl {
    min-height: 185px;
    margin: 0 0 50px;
    padding: 0 0 0 300px;
    background-size: 240px auto;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .plan .recommend_box dl:nth-of-type(1) {
    background-image: url(../img/plan/img_plan_01.jpg); }
  .plan .recommend_box dl:nth-of-type(2) {
    background-image: url(../img/plan/img_plan_02.jpg); }
  .plan .recommend_box dl:nth-of-type(3) {
    background-image: url(../img/plan/img_plan_03.jpg); }
  .plan .recommend_box .head_underline {
    margin: 0 0 12px; }
  .plan .recommend_box dd {
    line-height: 1.7; }
  .plan .recommend_box .rec_lead {
    margin: 0 0 5px;
    color: #c69932;
    font-size: 2.0rem;
    font-weight: bold; }

.plan .original_plan {
  margin: 0 0 100px; }
  .plan .original_plan .contents_lead {
    font-size: 4rem; }
  .plan .original_plan .comment {
    min-height: 230px;
    padding: 0 530px 0 0;
    background-image: url(../img/plan/img_plan_04.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 480px auto; }
    .plan .original_plan .comment p {
      margin: 0 0 20px;
      line-height: 1.7; }

.plancontact {
  text-align: center; }
  .plancontact .link_btn {
    display: inline-block;
    background-color: #361A0A;
    border-radius: 5px;
    padding: 3px;
    margin: 0 auto 50px; }
    .plancontact .link_btn:hover {
      opacity: 0.8; }
    .plancontact .link_btn span {
      display: inline-block;
      text-align: center;
      line-height: 47px;
      font-size: 2.6rem;
      font-weight: normal;
      background-color: #361A0A;
      padding: 10px 15px;
      border-radius: 5px;
      border: 1px solid #fff;
      color: #fff; }

/******************/
/* venue */
/******************/
.venue .cat_list {
  padding: 20px 30px 5px; }

.venue .contents_list {
  margin: 0 0 30px; }

.venue .venue_cat {
  margin: 0 10px 12px;
  font-size: 1.4rem; }

.venue .venue_name {
  margin: 0 10px 13px;
  font-size: 1.8rem; }
  .venue .venue_name span {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 2px 5px;
    background: #ee6110;
    color: #fff;
    font-size: 1.4rem;
    vertical-align: top; }

.venue .supplement {
  position: relative;
  margin: 0 0 100px;
  padding: 50px 40px 60px;
  text-align: center; }
  .venue .supplement h4 {
    margin: 0 0 30px;
    font-size: 2.6rem;
    font-weight: normal; }
  .venue .supplement p {
    line-height: 1.7; }
  .venue .supplement .read-more-gold {
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.venue.detail section {
  margin: 0 0 50px; }

.venue.detail .head_underline {
  margin: 0 0 35px; }

.venue.detail .venue_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .venue.detail .venue_image .slick-list {
    width: calc( 100% - 200px);
    height: 460px;
    overflow: hidden; }
    .venue.detail .venue_image .slick-list img {
      width: auto;
      height: 460px; }
  .venue.detail .venue_image .slick-slide > div > div {
    position: relative;
    height: 460px;
    overflow: hidden; }
    .venue.detail .venue_image .slick-slide > div > div img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 130%;
      /*
        width: 100%;
        height: auto;
*/
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .venue.detail .venue_image .slick-dots {
    position: static;
    width: 180px; }
    .venue.detail .venue_image .slick-dots li {
      position: relative;
      display: block;
      width: 100%;
      height: 100px;
      margin: 0 0 20px;
      overflow: hidden; }
      .venue.detail .venue_image .slick-dots li:last-of-type {
        margin: 0; }
      .venue.detail .venue_image .slick-dots li img {
        position: absolute;
        top: 50%;
        left: 50%;
        content: "";
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.venue.detail .venue_txt {
  line-height: 1.7; }

.venue.detail .venue_point p {
  line-height: 1.7; }

.venue.detail .venue_access .map {
  margin: 0 0 40px; }

.venue.detail .venue_info {
  margin: 0 0 90px; }

.venue.detail .supplement {
  margin: 0 0 120px; }
  .venue.detail .supplement .pc_none {
    display: none; }

/******************/
/* news */
/******************/
.news .news_list {
  margin: 0 0 90px; }
  .news .news_list dl {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc; }
    .news .news_list dl:first-of-type {
      border-top: 1px dashed #ccc; }
  .news .news_list dt {
    position: relative;
    float: left;
    width: 227px;
    height: 155px;
    vertical-align: middle;
    overflow: hidden; }
    .news .news_list dt img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .news .news_list dd {
    padding: 0 0 0 270px; }
  .news .news_list .news_date {
    margin: 15px 0 12px;
    color: #000;
    font-size: 1.4rem; }
    .news .news_list .news_date span {
      display: inline-block;
      margin: 0 0 0 13px;
      padding: 3px 10px;
      background: #33231a;
      color: #fff;
      font-size: 1.4rem;
      vertical-align: middle; }
  .news .news_list .news_ttl {
    margin: 0 0 10px;
    font-size: 2.0rem; }
    .news .news_list .news_ttl a {
      color: #c69932;
      font-size: 2.0rem;
      font-weight: bold;
      line-height: 1.4; }
  .news .news_list .news_lead {
    line-height: 1.6; }

.news.detail .detail_contents {
  color: #000; }
  .news.detail .detail_contents .contents_lead {
    margin: 0 0 40px; }
  .news.detail .detail_contents .head_underline {
    margin: 80px 0 20px; }
  .news.detail .detail_contents .subhead {
    margin: 80px 0 20px;
    color: #c69932;
    font-size: 2.0rem; }
  .news.detail .detail_contents .contents_info {
    margin: 0 0 30px; }
    .news.detail .detail_contents .contents_info p {
      display: inline-block;
      margin: 0;
      font-size: 1.4rem;
      vertical-align: middle; }
    .news.detail .detail_contents .contents_info .date {
      font-size: 1.4rem; }
    .news.detail .detail_contents .contents_info .category {
      margin: 0 0 0 10px;
      padding: 2px 10px;
      background: #33231a;
      color: #fff; }
  .news.detail .detail_contents p {
    margin: 0 0 20px;
    line-height: 1.7; }
    .news.detail .detail_contents p a {
      color: #ee6110;
      text-decoration: underline;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .news.detail .detail_contents p a:hover {
        color: #33231a; }
  .news.detail .detail_contents blockquote {
    margin: 50px 0 50px 40px;
    padding: 20px;
    border-left: 4px solid #dabc72;
    background: #fffaeb; }
    .news.detail .detail_contents blockquote i {
      display: block;
      color: #666;
      font-size: 1.4rem;
      font-style: italic;
      text-align: right;
      text-decoration: underline; }
  .news.detail .detail_contents .contents_table {
    margin: 0 0 50px; }
    .news.detail .detail_contents .contents_table th, .news.detail .detail_contents .contents_table td {
      line-height: 1.7; }
    .news.detail .detail_contents .contents_table td:not(:first-of-type) {
      border-left: 1px solid #c2921b; }
  .news.detail .detail_contents figure {
    margin: 0 0 30px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'; }
    .news.detail .detail_contents figure img {
      width: 100%; }
  .news.detail .detail_contents .img_l {
    width: 700px;
    height: 524px; }
  .news.detail .detail_contents .img_m {
    width: 380px;
    height: 284px; }
  .news.detail .detail_contents .img_s {
    width: 190px;
    height: 142px; }

/******************/
/* holding */
/******************/
.holding_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto 80px; }

.holding_main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.holding_sub {
  width: 240px;
  margin: 0 60px 0 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.holding dl {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc; }

.holding dt {
  margin: 0 0 10px;
  font-size: 1.4rem; }

.holding dd a {
  color: #ee6110;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .holding dd a:hover {
    color: #33231a; }

.holding strong,
.holding center {
  display: none; }

.holding_sub .cat_search {
  margin: 0 0 30px;
  padding: 0;
  width: 100%; }

.holding_sub .search_box {
  width: 178px;
  height: 18px;
  border: 1px solid #ccc;
  border-right: none; }

.holding_sub .holding_monthly_head {
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  border-left: 5px solid #33231a;
  color: #33231a;
  font-size: 1.8rem; }

.holding_sub .holding_monthly {
  margin: 0 0 1px; }
  .holding_sub .holding_monthly .year {
    position: relative;
    padding: 10px;
    background: #dabc72;
    color: #fff; }
    .holding_sub .holding_monthly .year::after {
      position: absolute;
      top: 12px;
      right: 15px;
      content: "";
      width: 10px;
      height: 10px;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .holding_sub .holding_monthly .year.open::after {
      top: 17px;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .holding_sub .holding_monthly dd {
    padding: 15px 15px 5px; }
  .holding_sub .holding_monthly .year:not(.open) + dd {
    display: none; }
  .holding_sub .holding_monthly ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .holding_sub .holding_monthly li {
    width: calc( 100% / 3);
    margin: 0 0 10px; }
    .holding_sub .holding_monthly li a {
      text-decoration: underline;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .holding_sub .holding_monthly li a:hover {
        color: #ee6110; }

.holding_box.detail .head_date {
  display: block;
  margin: 0 0 5px; }

.holding_box.detail .head_underline {
  margin: 0 0 50px; }

.holding_box.detail .subhead {
  margin: 0 0 5px;
  color: #dabc72;
  font-size: 2.0rem;
  font-weight: bold; }

.holding_box.detail .detail_area {
  max-width: 700px;
  word-wrap: break-word; }

.holding_box.detail .detail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .holding_box.detail .detail_list:first-of-type {
    border-top: 1px dashed #ccc; }

.holding_box.detail .holding_date {
  margin: 0 40px 0 0; }

.holding_box.detail .holding_content a {
  display: inline-block;
  color: #000; }
  .holding_box.detail .holding_content a:hover {
    color: #ee6110; }

.holding_box.detail .supplement {
  padding: 42px 40px; }
  .holding_box.detail .supplement .subhead {
    margin: 0 0 30px;
    color: #c69932;
    font-size: 3.0rem;
    line-height: 1; }
  .holding_box.detail .supplement .detail_info:not(:last-of-type) {
    margin: 0 0 30px; }
  .holding_box.detail .supplement .monthly_date {
    margin: 0 0 8px; }
  .holding_box.detail .supplement .monthly_content a {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .holding_box.detail .supplement .monthly_content a:hover {
      color: #ee6110; }

/******************/
/* blog */
/******************/
.blog .cat_list {
  padding: 25px 30px 10px; }

.blog .cat_search {
  width: 240px; }

.blog .contents_box .blog_thumb {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0 0 10px;
  overflow: hidden; }
  .blog .contents_box .blog_thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: initial;
    height: auto; }

.blog .contents_box .blog_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 10px; }
  .blog .contents_box .blog_info .blog_date {
    margin: 0 auto 0 0;
    font-size: 1.2rem; }
  .blog .contents_box .blog_info .blog_cat {
    display: inline-block;
    padding: 3px 10px;
    background: #33231a;
    color: #fff;
    font-size: 1.2rem; }

.blog .contents_box .blog_ttl {
  margin: 0 10px 10px;
  color: #dabc72;
  font-size: 1.6rem; }

.blog .contents_box .blog_txt {
  margin: 0 10px 10px;
  line-height: 1.6; }

.blog.detail .detail_contents {
  color: #000; }
  .blog.detail .detail_contents .contents_lead {
    margin: 0 0 40px; }
  .blog.detail .detail_contents .head_underline {
    margin: 80px 0 20px; }
  .blog.detail .detail_contents .subhead {
    margin: 80px 0 20px;
    color: #c69932;
    font-size: 2.0rem; }
  .blog.detail .detail_contents .contents_info {
    margin: 0 0 30px; }
    .blog.detail .detail_contents .contents_info p {
      display: inline-block;
      margin: 0;
      font-size: 1.4rem;
      vertical-align: middle; }
    .blog.detail .detail_contents .contents_info .category {
      margin: 0 0 0 10px;
      padding: 2px 10px;
      background: #33231a;
      color: #fff; }
  .blog.detail .detail_contents p {
    margin: 0 0 20px;
    line-height: 1.7; }
    .blog.detail .detail_contents p a {
      color: #ee6110;
      text-decoration: underline;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .blog.detail .detail_contents p a:hover {
        color: #33231a; }
  .blog.detail .detail_contents blockquote {
    margin: 50px 0 50px 40px;
    padding: 20px;
    border-left: 4px solid #dabc72;
    background: #fffaeb; }
    .blog.detail .detail_contents blockquote i {
      display: block;
      color: #666;
      font-size: 1.4rem;
      font-style: italic;
      text-align: right;
      text-decoration: underline; }
  .blog.detail .detail_contents .contents_table {
    margin: 0 0 50px; }
    .blog.detail .detail_contents .contents_table th, .blog.detail .detail_contents .contents_table td {
      line-height: 1.7; }
    .blog.detail .detail_contents .contents_table td:not(:first-of-type) {
      border-left: 1px solid #c2921b; }
  .blog.detail .detail_contents figure {
    margin: 0 0 30px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'; }
    .blog.detail .detail_contents figure img {
      width: 100%; }
  .blog.detail .detail_contents .img_l {
    width: 700px;
    height: 524px; }
  .blog.detail .detail_contents .img_m {
    width: 380px;
    height: 284px; }
  .blog.detail .detail_contents .img_s {
    width: 190px;
    height: 142px; }

/******************/
/* coordinator */
/******************/
.coordinator .contents_box {
  width: calc( ( 100% - 60px) / 3);
  margin: 0 30px 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .coordinator .contents_box:nth-of-type(3n) {
    margin: 0 0 30px; }
  .coordinator .contents_box figure {
    height: 200px;
    margin: 0 0 30px; }

.coordinator .co_position {
  margin: 0 20px 5px;
  color: #000;
  font-size: 1.4rem; }

.coordinator .co_name {
  margin: 0 20px 10px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold; }

.coordinator .co_info {
  margin: 0 20px 20px;
  color: #000;
  line-height: 1.6; }
  .coordinator .co_info a {
    text-decoration: underline; }

/******************/
/* overview */
/******************/
.overview .greeting .overview_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  margin: 0 0 100px; }
  .overview .greeting .overview_box .text_box {
    width: calc( 100% - 265px); }
    .overview .greeting .overview_box .text_box p {
      margin: 0 0 30px;
      color: #000;
      font-size: 1.6rem;
      line-height: 1.7; }
  .overview .greeting .overview_box .image_box {
    position: relative;
    width: 155px;
    margin: 0 0 0 120px; }
    .overview .greeting .overview_box .image_box .pic {
      margin: 0 0 10px 10px;
      z-index: 0; }
      .overview .greeting .overview_box .image_box .pic::after {
        position: absolute;
        top: 30px;
        right: 60px;
        content: "";
        width: 145px;
        height: 170px;
        background: #f9f2e1;
        z-index: -1; }
      .overview .greeting .overview_box .image_box .pic img {
        width: 100%; }
    .overview .greeting .overview_box .image_box .name {
      position: absolute;
      margin: 0;
      z-index: 1; }

.overview .greeting .supplement {
  margin: 0 0 90px; }
  .overview .greeting .supplement .head {
    margin: 0 0 15px;
    color: #c69932;
    font-size: 3.0rem; }
  .overview .greeting .supplement p {
    line-height: 1.7; }

.overview .idea .overview_box, .overview .guidelines .overview_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 90px; }
  .overview .idea .overview_box figure, .overview .guidelines .overview_box figure {
    width: 480px;
    height: 200px;
    margin: 0; }
  .overview .idea .overview_box p, .overview .guidelines .overview_box p {
    width: calc( 100% - 520px); }

.overview .idea .overview_box figure {
  margin: 0 40px 0 0; }

.overview .idea .overview_box p {
  line-height: 1.7; }

.overview .guidelines {
  text-align: left; }
  .overview .guidelines .overview_box figure {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 40px; }
  .overview .guidelines .overview_box ul {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc( 100% - 520px); }
    .overview .guidelines .overview_box ul li {
      line-height: 1.7; }

.overview .company_profile {
  margin: 0 0 90px; }
  .overview .company_profile .contents_table th {
    padding: 20px 40px; }
  .overview .company_profile .contents_table td {
    padding: 20px 40px;
    line-height: 1.7; }

.overview .history {
  margin: 0 0 90px; }
  .overview .history dt {
    padding: 10px 40px;
    background: #f0e4c7;
    font-size: 2.4rem; }
  .overview .history dd {
    padding: 20px 40px;
    color: #000; }
    .overview .history dd span {
      display: inline-block;
      width: 80px;
      margin: 0 80px 0 0;
      text-align: right; }
    .overview .history dd dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-top: none; }
    .overview .history dd dt {
      width: 10%;
      padding: 10px;
      background: #fff;
      font-size: 1.6rem;
      text-align: right; }
    .overview .history dd dd {
      padding: 10px;
      margin: 0;
      width: 85%;
      background: #fff; }
    .overview .history dd li {
      line-height: 1.7; }

.overview .office {
  margin: 0 0 90px; }
  .overview .office .head_underline {
    margin: 0 0 30px;
    font-weight: normal; }
  .overview .office .overview_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 50px; }
    .overview .office .overview_box figure {
      margin: 0; }

.overview .privacy {
  margin: 0 0 90px; }
  .overview .privacy .head_underline {
    margin: 0 0 30px;
    font-weight: normal; }
  .overview .privacy .note {
    margin: 0 0 30px;
    line-height: 1.7;
    text-align: right; }
  .overview .privacy .privacy_box {
    height: 250px;
    margin: 0 0 60px;
    padding: 30px;
    border: 1px solid #ccc;
    overflow-y: scroll; }
    .overview .privacy .privacy_box .head {
      margin: 0 0 5px;
      color: #c69932;
      font-size: 2.0rem; }
    .overview .privacy .privacy_box p {
      margin: 0 0 20px;
      line-height: 1.6; }
      .overview .privacy .privacy_box p:last-of-type {
        text-align: right; }
    .overview .privacy .privacy_box ul {
      margin: 0 0 20px; }
      .overview .privacy .privacy_box ul li {
        margin: 0 0 0 30px;
        color: #000;
        text-indent: -1.4em;
        line-height: 1.6;
        list-style-type: disc;
        list-style-position: inside; }
  .overview .privacy .consultation_desk dl dt {
    color: #000;
    font-weight: bold;
    line-height: 1.6; }
  .overview .privacy .consultation_desk dl dd {
    color: #000;
    line-height: 1.6; }
  .overview .privacy .info_box {
    margin: 0 0 20px;
    padding: 20px;
    background: #f9f2e1; }
    .overview .privacy .info_box dt, .overview .privacy .info_box dd {
      color: #000;
      line-height: 1.6; }
    .overview .privacy .info_box.desk dt {
      font-weight: bold; }
    .overview .privacy .info_box.group dt, .overview .privacy .info_box.group dd {
      display: inline-block; }

/******************/
/* recruit */
/******************/
.recruit .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 720px;
  margin: 90px auto; }
  .recruit .contact_box .contact_lead {
    margin: 0;
    font-size: 2.0rem;
    font-weight: normal;
    line-height: 1.7; }
    .recruit .contact_box .contact_lead span {
      display: block;
      color: #fff;
      font-size: 3.0rem;
      font-weight: bold; }
  .recruit .contact_box .read-more-gold {
    display: block;
    margin: 0; }
    .recruit .contact_box .read-more-gold em {
      height: calc( 100% - 2px); }
    .recruit .contact_box .read-more-gold a {
      height: 100%;
      line-height: 2.5; }

/******************/
/* contact */
/******************/
.contact .detail_contents p, .confirm .detail_contents p, .complete .detail_contents p,
.other_contact .detail_contents p, .other_confirm .detail_contents p, .other_complete .detail_contents p,
.franchise .detail_contents p, .franchise_confirm .detail_contents p, .franchise_complete .detail_contents p,
.recruit_form .detail_contents p, .recruit_confirm .detail_contents p, .recruit_complete .detail_contents p {
  margin: 0 0 50px;
  line-height: 1.7; }
  .contact .detail_contents p a, .confirm .detail_contents p a, .complete .detail_contents p a,
  .other_contact .detail_contents p a, .other_confirm .detail_contents p a, .other_complete .detail_contents p a,
  .franchise .detail_contents p a, .franchise_confirm .detail_contents p a, .franchise_complete .detail_contents p a,
  .recruit_form .detail_contents p a, .recruit_confirm .detail_contents p a, .recruit_complete .detail_contents p a {
    color: #ee6110;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .contact .detail_contents p a:hover, .confirm .detail_contents p a:hover, .complete .detail_contents p a:hover,
    .other_contact .detail_contents p a:hover, .other_confirm .detail_contents p a:hover, .other_complete .detail_contents p a:hover,
    .franchise .detail_contents p a:hover, .franchise_confirm .detail_contents p a:hover, .franchise_complete .detail_contents p a:hover,
    .recruit_form .detail_contents p a:hover, .recruit_confirm .detail_contents p a:hover, .recruit_complete .detail_contents p a:hover {
      color: #33231a; }

.contact .contents_lead, .confirm .contents_lead, .complete .contents_lead,
.other_contact .contents_lead, .other_confirm .contents_lead, .other_complete .contents_lead,
.franchise .contents_lead, .franchise_confirm .contents_lead, .franchise_complete .contents_lead,
.recruit_form .contents_lead, .recruit_confirm .contents_lead, .recruit_complete .contents_lead {
  margin: 0 0 30px; }

.contact .contents_table, .confirm .contents_table, .complete .contents_table,
.other_contact .contents_table, .other_confirm .contents_table, .other_complete .contents_table,
.franchise .contents_table, .franchise_confirm .contents_table, .franchise_complete .contents_table,
.recruit_form .contents_table, .recruit_confirm .contents_table, .recruit_complete .contents_table {
  margin: 0 0 90px; }
  .contact .contents_table th, .confirm .contents_table th, .complete .contents_table th,
  .other_contact .contents_table th, .other_confirm .contents_table th, .other_complete .contents_table th,
  .franchise .contents_table th, .franchise_confirm .contents_table th, .franchise_complete .contents_table th,
  .recruit_form .contents_table th, .recruit_confirm .contents_table th, .recruit_complete .contents_table th {
    width: 250px;
    padding: 20px 30px;
    overflow: hidden; }
    .contact .contents_table th span, .confirm .contents_table th span, .complete .contents_table th span,
    .other_contact .contents_table th span, .other_confirm .contents_table th span, .other_complete .contents_table th span,
    .franchise .contents_table th span, .franchise_confirm .contents_table th span, .franchise_complete .contents_table th span,
    .recruit_form .contents_table th span, .recruit_confirm .contents_table th span, .recruit_complete .contents_table th span {
      float: right;
      padding: 5px 10px;
      border-radius: 5px;
      background: #33231a;
      color: #fff;
      font-size: 1.2rem; }
  .contact .contents_table td, .confirm .contents_table td, .complete .contents_table td,
  .other_contact .contents_table td, .other_confirm .contents_table td, .other_complete .contents_table td,
  .franchise .contents_table td, .franchise_confirm .contents_table td, .franchise_complete .contents_table td,
  .recruit_form .contents_table td, .recruit_confirm .contents_table td, .recruit_complete .contents_table td {
    padding: 30px; }
    .contact .contents_table td input[type="text"],
    .contact .contents_table td input[type="email"],
    .contact .contents_table td textarea, .confirm .contents_table td input[type="text"],
    .confirm .contents_table td input[type="email"],
    .confirm .contents_table td textarea, .complete .contents_table td input[type="text"],
    .complete .contents_table td input[type="email"],
    .complete .contents_table td textarea,
    .other_contact .contents_table td input[type="text"],
    .other_contact .contents_table td input[type="email"],
    .other_contact .contents_table td textarea, .other_confirm .contents_table td input[type="text"],
    .other_confirm .contents_table td input[type="email"],
    .other_confirm .contents_table td textarea, .other_complete .contents_table td input[type="text"],
    .other_complete .contents_table td input[type="email"],
    .other_complete .contents_table td textarea,
    .franchise .contents_table td input[type="text"],
    .franchise .contents_table td input[type="email"],
    .franchise .contents_table td textarea, .franchise_confirm .contents_table td input[type="text"],
    .franchise_confirm .contents_table td input[type="email"],
    .franchise_confirm .contents_table td textarea, .franchise_complete .contents_table td input[type="text"],
    .franchise_complete .contents_table td input[type="email"],
    .franchise_complete .contents_table td textarea,
    .recruit_form .contents_table td input[type="text"],
    .recruit_form .contents_table td input[type="email"],
    .recruit_form .contents_table td textarea, .recruit_confirm .contents_table td input[type="text"],
    .recruit_confirm .contents_table td input[type="email"],
    .recruit_confirm .contents_table td textarea, .recruit_complete .contents_table td input[type="text"],
    .recruit_complete .contents_table td input[type="email"],
    .recruit_complete .contents_table td textarea {
      width: calc( 100% - 22px);
      padding: 10px;
      border: 1px solid #ddd; }
    .contact .contents_table td select, .confirm .contents_table td select, .complete .contents_table td select,
    .other_contact .contents_table td select, .other_confirm .contents_table td select, .other_complete .contents_table td select,
    .franchise .contents_table td select, .franchise_confirm .contents_table td select, .franchise_complete .contents_table td select,
    .recruit_form .contents_table td select, .recruit_confirm .contents_table td select, .recruit_complete .contents_table td select {
      position: relative;
      padding: 8px 30px 8px 10px;
      border: 1px solid #ddd; }
    .contact .contents_table td label, .confirm .contents_table td label, .complete .contents_table td label,
    .other_contact .contents_table td label, .other_confirm .contents_table td label, .other_complete .contents_table td label,
    .franchise .contents_table td label, .franchise_confirm .contents_table td label, .franchise_complete .contents_table td label,
    .recruit_form .contents_table td label, .recruit_confirm .contents_table td label, .recruit_complete .contents_table td label {
      position: relative;
      display: inline-block;
      cursor: pointer; }
      .contact .contents_table td label::before, .confirm .contents_table td label::before, .complete .contents_table td label::before,
      .other_contact .contents_table td label::before, .other_confirm .contents_table td label::before, .other_complete .contents_table td label::before,
      .franchise .contents_table td label::before, .franchise_confirm .contents_table td label::before, .franchise_complete .contents_table td label::before,
      .recruit_form .contents_table td label::before, .recruit_confirm .contents_table td label::before, .recruit_complete .contents_table td label::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ddd; }
    .contact .contents_table td input[type="radio"] + span, .confirm .contents_table td input[type="radio"] + span, .complete .contents_table td input[type="radio"] + span,
    .other_contact .contents_table td input[type="radio"] + span, .other_confirm .contents_table td input[type="radio"] + span, .other_complete .contents_table td input[type="radio"] + span,
    .franchise .contents_table td input[type="radio"] + span, .franchise_confirm .contents_table td input[type="radio"] + span, .franchise_complete .contents_table td input[type="radio"] + span,
    .recruit_form .contents_table td input[type="radio"] + span, .recruit_confirm .contents_table td input[type="radio"] + span, .recruit_complete .contents_table td input[type="radio"] + span {
      padding: 0 0 0 20px; }
    .contact .contents_table td input[type="radio"]:checked + span:before, .confirm .contents_table td input[type="radio"]:checked + span:before, .complete .contents_table td input[type="radio"]:checked + span:before,
    .other_contact .contents_table td input[type="radio"]:checked + span:before, .other_confirm .contents_table td input[type="radio"]:checked + span:before, .other_complete .contents_table td input[type="radio"]:checked + span:before,
    .franchise .contents_table td input[type="radio"]:checked + span:before, .franchise_confirm .contents_table td input[type="radio"]:checked + span:before, .franchise_complete .contents_table td input[type="radio"]:checked + span:before,
    .recruit_form .contents_table td input[type="radio"]:checked + span:before, .recruit_confirm .contents_table td input[type="radio"]:checked + span:before, .recruit_complete .contents_table td input[type="radio"]:checked + span:before {
      position: absolute;
      content: "";
      top: 4px;
      left: 4px;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #33231a; }
  .contact .contents_table .type td, .confirm .contents_table .type td, .complete .contents_table .type td,
  .other_contact .contents_table .type td, .other_confirm .contents_table .type td, .other_complete .contents_table .type td,
  .franchise .contents_table .type td, .franchise_confirm .contents_table .type td, .franchise_complete .contents_table .type td,
  .recruit_form .contents_table .type td, .recruit_confirm .contents_table .type td, .recruit_complete .contents_table .type td {
    padding: 30px 30px 30px 50px; }
  .contact .contents_table .type label, .confirm .contents_table .type label, .complete .contents_table .type label,
  .other_contact .contents_table .type label, .other_confirm .contents_table .type label, .other_complete .contents_table .type label,
  .franchise .contents_table .type label, .franchise_confirm .contents_table .type label, .franchise_complete .contents_table .type label,
  .recruit_form .contents_table .type label, .recruit_confirm .contents_table .type label, .recruit_complete .contents_table .type label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 1.6rem;
    cursor: pointer; }
    .contact .contents_table .type label::before, .confirm .contents_table .type label::before, .complete .contents_table .type label::before,
    .other_contact .contents_table .type label::before, .other_confirm .contents_table .type label::before, .other_complete .contents_table .type label::before,
    .franchise .contents_table .type label::before, .franchise_confirm .contents_table .type label::before, .franchise_complete .contents_table .type label::before,
    .recruit_form .contents_table .type label::before, .recruit_confirm .contents_table .type label::before, .recruit_complete .contents_table .type label::before {
      position: absolute;
      content: "";
      top: 1px;
      left: -15px;
      width: 15px;
      height: 15px;
      background: #fff;
      border: 1px solid #aaa; }
  .contact .contents_table .type input[type="checkbox"]:checked + span:before, .confirm .contents_table .type input[type="checkbox"]:checked + span:before, .complete .contents_table .type input[type="checkbox"]:checked + span:before,
  .other_contact .contents_table .type input[type="checkbox"]:checked + span:before, .other_confirm .contents_table .type input[type="checkbox"]:checked + span:before, .other_complete .contents_table .type input[type="checkbox"]:checked + span:before,
  .franchise .contents_table .type input[type="checkbox"]:checked + span:before, .franchise_confirm .contents_table .type input[type="checkbox"]:checked + span:before, .franchise_complete .contents_table .type input[type="checkbox"]:checked + span:before,
  .recruit_form .contents_table .type input[type="checkbox"]:checked + span:before, .recruit_confirm .contents_table .type input[type="checkbox"]:checked + span:before, .recruit_complete .contents_table .type input[type="checkbox"]:checked + span:before {
    position: absolute;
    content: "";
    top: 5px;
    left: -11px;
    width: 7px;
    height: 3px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .contact .contents_table .gender td .horizontal-item + .horizontal-item, .confirm .contents_table .gender td .horizontal-item + .horizontal-item, .complete .contents_table .gender td .horizontal-item + .horizontal-item,
  .other_contact .contents_table .gender td .horizontal-item + .horizontal-item, .other_confirm .contents_table .gender td .horizontal-item + .horizontal-item, .other_complete .contents_table .gender td .horizontal-item + .horizontal-item,
  .franchise .contents_table .gender td .horizontal-item + .horizontal-item, .franchise_confirm .contents_table .gender td .horizontal-item + .horizontal-item, .franchise_complete .contents_table .gender td .horizontal-item + .horizontal-item,
  .recruit_form .contents_table .gender td .horizontal-item + .horizontal-item, .recruit_confirm .contents_table .gender td .horizontal-item + .horizontal-item, .recruit_complete .contents_table .gender td .horizontal-item + .horizontal-item {
    margin: 0 0 0 30px; }
  .contact .contents_table .address, .confirm .contents_table .address, .complete .contents_table .address,
  .other_contact .contents_table .address, .other_confirm .contents_table .address, .other_complete .contents_table .address,
  .franchise .contents_table .address, .franchise_confirm .contents_table .address, .franchise_complete .contents_table .address,
  .recruit_form .contents_table .address, .recruit_confirm .contents_table .address, .recruit_complete .contents_table .address {
    border: none; }
    .contact .contents_table .address td, .confirm .contents_table .address td, .complete .contents_table .address td,
    .other_contact .contents_table .address td, .other_confirm .contents_table .address td, .other_complete .contents_table .address td,
    .franchise .contents_table .address td, .franchise_confirm .contents_table .address td, .franchise_complete .contents_table .address td,
    .recruit_form .contents_table .address td, .recruit_confirm .contents_table .address td, .recruit_complete .contents_table .address td {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .contact .contents_table .address td .caption, .confirm .contents_table .address td .caption, .complete .contents_table .address td .caption,
      .other_contact .contents_table .address td .caption, .other_confirm .contents_table .address td .caption, .other_complete .contents_table .address td .caption,
      .franchise .contents_table .address td .caption, .franchise_confirm .contents_table .address td .caption, .franchise_complete .contents_table .address td .caption,
      .recruit_form .contents_table .address td .caption, .recruit_confirm .contents_table .address td .caption, .recruit_complete .contents_table .address td .caption {
        width: 150px; }
      .contact .contents_table .address td input, .confirm .contents_table .address td input, .complete .contents_table .address td input,
      .other_contact .contents_table .address td input, .other_confirm .contents_table .address td input, .other_complete .contents_table .address td input,
      .franchise .contents_table .address td input, .franchise_confirm .contents_table .address td input, .franchise_complete .contents_table .address td input,
      .recruit_form .contents_table .address td input, .recruit_confirm .contents_table .address td input, .recruit_complete .contents_table .address td input {
        width: calc( 100% - 150px); }
  .contact .contents_table .address.zip td, .confirm .contents_table .address.zip td, .complete .contents_table .address.zip td,
  .other_contact .contents_table .address.zip td, .other_confirm .contents_table .address.zip td, .other_complete .contents_table .address.zip td,
  .franchise .contents_table .address.zip td, .franchise_confirm .contents_table .address.zip td, .franchise_complete .contents_table .address.zip td,
  .recruit_form .contents_table .address.zip td, .recruit_confirm .contents_table .address.zip td, .recruit_complete .contents_table .address.zip td {
    padding: 30px 30px 10px; }
    .contact .contents_table .address.zip td span, .confirm .contents_table .address.zip td span, .complete .contents_table .address.zip td span,
    .other_contact .contents_table .address.zip td span, .other_confirm .contents_table .address.zip td span, .other_complete .contents_table .address.zip td span,
    .franchise .contents_table .address.zip td span, .franchise_confirm .contents_table .address.zip td span, .franchise_complete .contents_table .address.zip td span,
    .recruit_form .contents_table .address.zip td span, .recruit_confirm .contents_table .address.zip td span, .recruit_complete .contents_table .address.zip td span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .contact .contents_table .address.zip td input, .confirm .contents_table .address.zip td input, .complete .contents_table .address.zip td input,
    .other_contact .contents_table .address.zip td input, .other_confirm .contents_table .address.zip td input, .other_complete .contents_table .address.zip td input,
    .franchise .contents_table .address.zip td input, .franchise_confirm .contents_table .address.zip td input, .franchise_complete .contents_table .address.zip td input,
    .recruit_form .contents_table .address.zip td input, .recruit_confirm .contents_table .address.zip td input, .recruit_complete .contents_table .address.zip td input {
      width: calc( 100% - 50px); }
  .contact .contents_table .address.zip .mwform-zip-field input, .confirm .contents_table .address.zip .mwform-zip-field input, .complete .contents_table .address.zip .mwform-zip-field input,
  .other_contact .contents_table .address.zip .mwform-zip-field input, .other_confirm .contents_table .address.zip .mwform-zip-field input, .other_complete .contents_table .address.zip .mwform-zip-field input,
  .franchise .contents_table .address.zip .mwform-zip-field input, .franchise_confirm .contents_table .address.zip .mwform-zip-field input, .franchise_complete .contents_table .address.zip .mwform-zip-field input,
  .recruit_form .contents_table .address.zip .mwform-zip-field input, .recruit_confirm .contents_table .address.zip .mwform-zip-field input, .recruit_complete .contents_table .address.zip .mwform-zip-field input {
    margin: 0 5px; }
  .contact .contents_table .address.note td, .confirm .contents_table .address.note td, .complete .contents_table .address.note td,
  .other_contact .contents_table .address.note td, .other_confirm .contents_table .address.note td, .other_complete .contents_table .address.note td,
  .franchise .contents_table .address.note td, .franchise_confirm .contents_table .address.note td, .franchise_complete .contents_table .address.note td,
  .recruit_form .contents_table .address.note td, .recruit_confirm .contents_table .address.note td, .recruit_complete .contents_table .address.note td {
    padding: 0 30px 20px 180px; }
  .contact .contents_table .address.street td, .confirm .contents_table .address.street td, .complete .contents_table .address.street td,
  .other_contact .contents_table .address.street td, .other_confirm .contents_table .address.street td, .other_complete .contents_table .address.street td,
  .franchise .contents_table .address.street td, .franchise_confirm .contents_table .address.street td, .franchise_complete .contents_table .address.street td,
  .recruit_form .contents_table .address.street td, .recruit_confirm .contents_table .address.street td, .recruit_complete .contents_table .address.street td {
    padding: 0 30px 10px; }
  .contact .contents_table .address.mansion td, .confirm .contents_table .address.mansion td, .complete .contents_table .address.mansion td,
  .other_contact .contents_table .address.mansion td, .other_confirm .contents_table .address.mansion td, .other_complete .contents_table .address.mansion td,
  .franchise .contents_table .address.mansion td, .franchise_confirm .contents_table .address.mansion td, .franchise_complete .contents_table .address.mansion td,
  .recruit_form .contents_table .address.mansion td, .recruit_confirm .contents_table .address.mansion td, .recruit_complete .contents_table .address.mansion td {
    padding: 0 30px 30px; }
  .contact .contents_table .tel, .confirm .contents_table .tel, .complete .contents_table .tel,
  .other_contact .contents_table .tel, .other_confirm .contents_table .tel, .other_complete .contents_table .tel,
  .franchise .contents_table .tel, .franchise_confirm .contents_table .tel, .franchise_complete .contents_table .tel,
  .recruit_form .contents_table .tel, .recruit_confirm .contents_table .tel, .recruit_complete .contents_table .tel {
    border-top: 1px solid #c2921b; }
  .contact .contents_table .other_request textarea, .confirm .contents_table .other_request textarea, .complete .contents_table .other_request textarea,
  .other_contact .contents_table .other_request textarea, .other_confirm .contents_table .other_request textarea, .other_complete .contents_table .other_request textarea,
  .franchise .contents_table .other_request textarea, .franchise_confirm .contents_table .other_request textarea, .franchise_complete .contents_table .other_request textarea,
  .recruit_form .contents_table .other_request textarea, .recruit_confirm .contents_table .other_request textarea, .recruit_complete .contents_table .other_request textarea {
    border: 1px solid #ddd; }

.contact .contents_lead.sub, .confirm .contents_lead.sub, .complete .contents_lead.sub,
.other_contact .contents_lead.sub, .other_confirm .contents_lead.sub, .other_complete .contents_lead.sub,
.franchise .contents_lead.sub, .franchise_confirm .contents_lead.sub, .franchise_complete .contents_lead.sub,
.recruit_form .contents_lead.sub, .recruit_confirm .contents_lead.sub, .recruit_complete .contents_lead.sub {
  margin: 0 0 30px;
  font-size: 3.0rem; }

.contact .privacy_policy, .confirm .privacy_policy, .complete .privacy_policy,
.other_contact .privacy_policy, .other_confirm .privacy_policy, .other_complete .privacy_policy,
.franchise .privacy_policy, .franchise_confirm .privacy_policy, .franchise_complete .privacy_policy,
.recruit_form .privacy_policy, .recruit_confirm .privacy_policy, .recruit_complete .privacy_policy {
  margin: 0 0 90px;
  padding: 40px 50px;
  background: #f9f2e1; }
  .contact .privacy_policy .head, .confirm .privacy_policy .head, .complete .privacy_policy .head,
  .other_contact .privacy_policy .head, .other_confirm .privacy_policy .head, .other_complete .privacy_policy .head,
  .franchise .privacy_policy .head, .franchise_confirm .privacy_policy .head, .franchise_complete .privacy_policy .head,
  .recruit_form .privacy_policy .head, .recruit_confirm .privacy_policy .head, .recruit_complete .privacy_policy .head {
    margin: 0 0 30px;
    color: #c69932;
    font-size: 3.0rem; }
  .contact .privacy_policy .inner, .confirm .privacy_policy .inner, .complete .privacy_policy .inner,
  .other_contact .privacy_policy .inner, .other_confirm .privacy_policy .inner, .other_complete .privacy_policy .inner,
  .franchise .privacy_policy .inner, .franchise_confirm .privacy_policy .inner, .franchise_complete .privacy_policy .inner,
  .recruit_form .privacy_policy .inner, .recruit_confirm .privacy_policy .inner, .recruit_complete .privacy_policy .inner {
    height: 260px;
    margin: 0 0 30px;
    padding: 30px;
    background: #fff;
    overflow-y: scroll; }
    .contact .privacy_policy .inner dt, .confirm .privacy_policy .inner dt, .complete .privacy_policy .inner dt,
    .other_contact .privacy_policy .inner dt, .other_confirm .privacy_policy .inner dt, .other_complete .privacy_policy .inner dt,
    .franchise .privacy_policy .inner dt, .franchise_confirm .privacy_policy .inner dt, .franchise_complete .privacy_policy .inner dt,
    .recruit_form .privacy_policy .inner dt, .recruit_confirm .privacy_policy .inner dt, .recruit_complete .privacy_policy .inner dt {
      margin: 0 0 5px;
      color: #000;
      font-weight: bold;
      line-height: 1.7; }
    .contact .privacy_policy .inner dd, .confirm .privacy_policy .inner dd, .complete .privacy_policy .inner dd,
    .other_contact .privacy_policy .inner dd, .other_confirm .privacy_policy .inner dd, .other_complete .privacy_policy .inner dd,
    .franchise .privacy_policy .inner dd, .franchise_confirm .privacy_policy .inner dd, .franchise_complete .privacy_policy .inner dd,
    .recruit_form .privacy_policy .inner dd, .recruit_confirm .privacy_policy .inner dd, .recruit_complete .privacy_policy .inner dd {
      margin: 0 0 30px;
      color: #000;
      line-height: 1.7; }
      .contact .privacy_policy .inner dd a, .confirm .privacy_policy .inner dd a, .complete .privacy_policy .inner dd a,
      .other_contact .privacy_policy .inner dd a, .other_confirm .privacy_policy .inner dd a, .other_complete .privacy_policy .inner dd a,
      .franchise .privacy_policy .inner dd a, .franchise_confirm .privacy_policy .inner dd a, .franchise_complete .privacy_policy .inner dd a,
      .recruit_form .privacy_policy .inner dd a, .recruit_confirm .privacy_policy .inner dd a, .recruit_complete .privacy_policy .inner dd a {
        color: #ee6110;
        text-decoration: underline; }
  .contact .privacy_policy .agree, .confirm .privacy_policy .agree, .complete .privacy_policy .agree,
  .other_contact .privacy_policy .agree, .other_confirm .privacy_policy .agree, .other_complete .privacy_policy .agree,
  .franchise .privacy_policy .agree, .franchise_confirm .privacy_policy .agree, .franchise_complete .privacy_policy .agree,
  .recruit_form .privacy_policy .agree, .recruit_confirm .privacy_policy .agree, .recruit_complete .privacy_policy .agree {
    color: #000;
    font-size: 1.6rem;
    text-align: center; }
    .contact .privacy_policy .agree label, .confirm .privacy_policy .agree label, .complete .privacy_policy .agree label,
    .other_contact .privacy_policy .agree label, .other_confirm .privacy_policy .agree label, .other_complete .privacy_policy .agree label,
    .franchise .privacy_policy .agree label, .franchise_confirm .privacy_policy .agree label, .franchise_complete .privacy_policy .agree label,
    .recruit_form .privacy_policy .agree label, .recruit_confirm .privacy_policy .agree label, .recruit_complete .privacy_policy .agree label {
      position: relative;
      display: inline-block;
      padding: 0 0 0 12px;
      font-size: 1.6rem;
      cursor: pointer; }
      .contact .privacy_policy .agree label::before, .confirm .privacy_policy .agree label::before, .complete .privacy_policy .agree label::before,
      .other_contact .privacy_policy .agree label::before, .other_confirm .privacy_policy .agree label::before, .other_complete .privacy_policy .agree label::before,
      .franchise .privacy_policy .agree label::before, .franchise_confirm .privacy_policy .agree label::before, .franchise_complete .privacy_policy .agree label::before,
      .recruit_form .privacy_policy .agree label::before, .recruit_confirm .privacy_policy .agree label::before, .recruit_complete .privacy_policy .agree label::before {
        position: absolute;
        content: "";
        top: 1px;
        left: -15px;
        width: 15px;
        height: 15px;
        background: #fff;
        border: 1px solid #aaa; }
    .contact .privacy_policy .agree input[type="checkbox"]:checked + span:before, .confirm .privacy_policy .agree input[type="checkbox"]:checked + span:before, .complete .privacy_policy .agree input[type="checkbox"]:checked + span:before,
    .other_contact .privacy_policy .agree input[type="checkbox"]:checked + span:before, .other_confirm .privacy_policy .agree input[type="checkbox"]:checked + span:before, .other_complete .privacy_policy .agree input[type="checkbox"]:checked + span:before,
    .franchise .privacy_policy .agree input[type="checkbox"]:checked + span:before, .franchise_confirm .privacy_policy .agree input[type="checkbox"]:checked + span:before, .franchise_complete .privacy_policy .agree input[type="checkbox"]:checked + span:before,
    .recruit_form .privacy_policy .agree input[type="checkbox"]:checked + span:before, .recruit_confirm .privacy_policy .agree input[type="checkbox"]:checked + span:before, .recruit_complete .privacy_policy .agree input[type="checkbox"]:checked + span:before {
      position: absolute;
      content: "";
      top: 5px;
      left: -11px;
      width: 7px;
      height: 3px;
      border-left: 2px solid #000;
      border-bottom: 2px solid #000;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .contact .privacy_policy .agree .error, .confirm .privacy_policy .agree .error, .complete .privacy_policy .agree .error,
    .other_contact .privacy_policy .agree .error, .other_confirm .privacy_policy .agree .error, .other_complete .privacy_policy .agree .error,
    .franchise .privacy_policy .agree .error, .franchise_confirm .privacy_policy .agree .error, .franchise_complete .privacy_policy .agree .error,
    .recruit_form .privacy_policy .agree .error, .recruit_confirm .privacy_policy .agree .error, .recruit_complete .privacy_policy .agree .error {
      margin: 5px 0 0;
      font-size: 1.4rem; }

.contact .btn_area, .confirm .btn_area, .complete .btn_area,
.other_contact .btn_area, .other_confirm .btn_area, .other_complete .btn_area,
.franchise .btn_area, .franchise_confirm .btn_area, .franchise_complete .btn_area,
.recruit_form .btn_area, .recruit_confirm .btn_area, .recruit_complete .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 100px; }

.contact .return input, .confirm .return input, .complete .return input,
.other_contact .return input, .other_confirm .return input, .other_complete .return input,
.franchise .return input, .franchise_confirm .return input, .franchise_complete .return input,
.recruit_form .return input, .recruit_confirm .return input, .recruit_complete .return input {
  display: inline-block;
  padding: 25px 40px;
  border-radius: 5px;
  background: #aaa;
  color: #fff;
  font-size: 2.5rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer; }
  .contact .return input:hover, .confirm .return input:hover, .complete .return input:hover,
  .other_contact .return input:hover, .other_confirm .return input:hover, .other_complete .return input:hover,
  .franchise .return input:hover, .franchise_confirm .return input:hover, .franchise_complete .return input:hover,
  .recruit_form .return input:hover, .recruit_confirm .return input:hover, .recruit_complete .return input:hover {
    background: #666; }

.contact .read-more-gold, .confirm .read-more-gold, .complete .read-more-gold,
.other_contact .read-more-gold, .other_confirm .read-more-gold, .other_complete .read-more-gold,
.franchise .read-more-gold, .franchise_confirm .read-more-gold, .franchise_complete .read-more-gold,
.recruit_form .read-more-gold, .recruit_confirm .read-more-gold, .recruit_complete .read-more-gold {
  width: 300px;
  margin: 0 auto;
  text-align: center; }
  .contact .read-more-gold input, .confirm .read-more-gold input, .complete .read-more-gold input,
  .other_contact .read-more-gold input, .other_confirm .read-more-gold input, .other_complete .read-more-gold input,
  .franchise .read-more-gold input, .franchise_confirm .read-more-gold input, .franchise_complete .read-more-gold input,
  .recruit_form .read-more-gold input, .recruit_confirm .read-more-gold input, .recruit_complete .read-more-gold input {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e5ca84;
    color: #fff;
    font-size: 2.5rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer; }
    .contact .read-more-gold input:hover, .confirm .read-more-gold input:hover, .complete .read-more-gold input:hover,
    .other_contact .read-more-gold input:hover, .other_confirm .read-more-gold input:hover, .other_complete .read-more-gold input:hover,
    .franchise .read-more-gold input:hover, .franchise_confirm .read-more-gold input:hover, .franchise_complete .read-more-gold input:hover,
    .recruit_form .read-more-gold input:hover, .recruit_confirm .read-more-gold input:hover, .recruit_complete .read-more-gold input:hover {
      background: #946f10; }

.confirm .address.note td,
.confirm .contents_lead.sub,
.confirm .privacy_policy,
.other_confirm .address.note td,
.other_confirm .contents_lead.sub,
.other_confirm .privacy_policy,
.franchise_confirm .address.note td,
.franchise_confirm .contents_lead.sub,
.franchise_confirm .privacy_policy,
.recruit_confirm .address.note td,
.recruit_confirm .contents_lead.sub,
.recruit_confirm .privacy_policy {
  display: none; }

.confirm .btn_area,
.other_confirm .btn_area,
.franchise_confirm .btn_area,
.recruit_confirm .btn_area {
  width: 30vw; }

.confirm .read-more-gold,
.other_confirm .read-more-gold,
.franchise_confirm .read-more-gold,
.recruit_confirm .read-more-gold {
  margin: 0; }

.other_contact .detail_contents p {
  text-align: center; }

.other_contact .contact_box p {
  margin: 0 0 30px; }

.other_contact .read-more-gold {
  display: inline-block;
  width: auto; }

.franchise dt {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 15px; }
  .franchise dt::before {
    position: absolute;
    top: 45%;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    background: #33231a;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.franchise dd {
  margin: 0 0 15px 15px;
  line-height: 1.7; }

.franchise .contents_table .address.zip td {
  padding: 30px; }
  .franchise .contents_table .address.zip td span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.franchise .contents_table .address.zip {
  border-bottom: 1px solid #c2921b; }

.franchise .contents_table .address:not(.zip) td input {
  /*width: 100%;*/ }

/******************/
/* secret */
/******************/
.secret .step_list {
  margin: 0 0 65px; }
  .secret .step_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .secret .step_list li {
    width: 115px;
    height: 115px; }
  .secret .step_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100% - 60px);
    padding: 30px 0;
    border-radius: 50%;
    background: #f0e4c7;
    color: #000;
    font-size: 1.8rem;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .secret .step_list a span {
      display: block;
      width: 100%;
      margin: 0 0 5px;
      color: #c69932;
      font-weight: bold; }
    .secret .step_list a:hover {
      background: #000;
      color: #fff; }

.secret .subhead {
  margin: 0 0 80px;
  color: #ee6110;
  font-size: 3.0rem;
  text-align: center; }
  .secret .subhead .pc_none {
    display: none; }

.secret .step .step_title {
  margin: 0 0 30px;
  font-weight: normal; }
  .secret .step .step_title .step_num {
    display: inline-block;
    width: calc( 20% - 20px);
    margin: 0 20px 0 0;
    padding: 10px;
    background: #000;
    color: #fff;
    font-size: 2.6rem;
    text-align: center; }
  .secret .step .step_title .step_detail {
    font-size: 2.6rem;
    font-weight: bold; }

.secret .step p {
  margin: 0 0 30px;
  line-height: 1.7; }

.secret .step .detail_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 50px; }
  .secret .step .detail_area .detail_box {
    width: 560px; }
  .secret .step .detail_area .step_lead {
    margin: 0 0 30px;
    color: #c69932;
    font-size: 2.0rem;
    font-weight: bold; }
  .secret .step .detail_area ul {
    margin: 0 0 30px; }
  .secret .step .detail_area li {
    margin: 0 0 5px 20px;
    text-indent: -1em; }
  .secret .step .detail_area dl dt {
    margin: 0 0 10px; }
    .secret .step .detail_area dl dt::before {
      margin: 0 5px 0 0;
      content: "●"; }
  .secret .step .detail_area dl dd {
    margin: 0 0 30px;
    line-height: 1.7; }
  .secret .step .detail_area dl:nth-of-type(2), .secret .step .detail_area dl:nth-of-type(3) {
    width: 1000px; }
  .secret .step .detail_area .detail_image {
    width: 370px; }
    .secret .step .detail_area .detail_image figure {
      width: 100%;
      margin: 0; }
    .secret .step .detail_area .detail_image figcaption {
      margin: 10px 0 0;
      font-size: 1.4rem;
      text-align: center; }
    .secret .step .detail_area .detail_image ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .secret .step .detail_area .detail_image ul li {
        position: relative;
        width: 180px;
        height: 140px;
        margin: 0 0 50px;
        background: #f9f2e1; }
        .secret .step .detail_area .detail_image ul li img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .secret .step .detail_area .detail_image ul li span {
          position: absolute;
          bottom: -40px;
          left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          height: 40px;
          background: #33231a;
          color: #fff;
          font-size: 1.4rem;
          text-align: center;
          text-indent: 0; }

.secret .step .point_box {
  position: relative;
  margin: 50px 0 30px;
  padding: 60px 60px 40px;
  background: #f9f2e1; }
  .secret .step .point_box p:last-child {
    margin: 0; }
  .secret .step .point_box .point_head {
    position: absolute;
    top: -25px;
    left: 20px;
    padding: 10px 30px;
    border-radius: 50px;
    background: #c69932;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    z-index: 0; }
    .secret .step .point_box .point_head::after {
      position: absolute;
      bottom: -20px;
      left: 40px;
      content: "";
      width: 28px;
      height: 26px;
      background: url(../img/secret/img_baloon.png) no-repeat 0 0;
      z-index: -1; }
  .secret .step .point_box .point_lead {
    margin: 0 0 20px;
    color: #c69932;
    font-size: 3.0rem; }

.secret .step .request_service {
  position: relative;
  margin: 0 0 120px;
  padding: 30px 40px;
  border: 7px solid #f9f2e1;
  z-index: 0; }
  .secret .step .request_service::after {
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: calc( 100% - 12px);
    height: calc( 100% - 12px);
    border: 2px solid #f9f2e1;
    z-index: -1; }
  .secret .step .request_service .subhead {
    margin: 0;
    font-size: 1.8rem;
    text-align: left; }
  .secret .step .request_service .head {
    margin: 0 0 20px;
    font-size: 3.0rem;
    font-weight: bold; }
  .secret .step .request_service li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 1.7; }
    .secret .step .request_service li::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "●";
      color: #c69932; }

/******************/
/* sitemap */
/******************/
.sitemap_box {
  margin: 0 0 90px; }
  .sitemap_box .top_page {
    margin: 0 0 15px; }
    .sitemap_box .top_page a {
      position: relative;
      padding: 0 0 0 15px;
      font-size: 2.0rem; }
      .sitemap_box .top_page a::before {
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left: 8px solid #33231a;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .sitemap_box ul {
    margin: 20px 0 60px 20px; }
    .sitemap_box ul li {
      margin: 0 0 30px; }
      .sitemap_box ul li a {
        position: relative;
        padding: 0 0 0 15px;
        color: #ee6110;
        text-decoration: underline; }
        .sitemap_box ul li a:hover {
          color: #33231a; }
        .sitemap_box ul li a::before {
          position: absolute;
          top: 50%;
          left: 0;
          content: "";
          width: 5px;
          height: 5px;
          border-top: 1px solid #33231a;
          border-right: 1px solid #33231a;
          -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }

/******************/
/* 404 */
/******************/
#notfound {
  text-align: center; }
  #notfound .sub_ttl01 {
    margin: 0 0 10px;
    font-size: 2.4rem; }
  #notfound p {
    line-height: 1.7; }
  #notfound .btn01 {
    margin: 40px auto;
    text-align: center; }
    #notfound .btn01 .return_top {
      display: inline-block;
      padding: 20px 40px;
      border-radius: 5px;
      background: #33231a;
      color: #fff;
      font-size: 2.4rem;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #notfound .btn01 .return_top:hover {
        opacity: 0.8; }

/******************/
/* tablet用 */
/******************/
header.tablet .left {
  padding: 15px 0 15px 15px; }
  header.tablet .left .logo {
    display: block; }
  header.tablet .left .catch {
    display: block; }
    header.tablet .left .catch br {
      display: none; }

header.tablet .right {
  padding-right: 20px;
  margin-top: 20px; }
  header.tablet .right ul {
    display: block;
    width: 238px; }
    header.tablet .right ul li {
      width: 100%;
      margin-bottom: 10px; }
      header.tablet .right ul li br {
        display: none; }
      header.tablet .right ul li:last-child {
        margin-bottom: 0; }
      header.tablet .right ul li a {
        padding: 6px 0; }
        header.tablet .right ul li a:before {
          top: 20%; }

/*=============================================*/
/*media query*/
/*=============================================*/
@media screen and (max-width: 1200px) {
  /******************/
  /* header */
  /******************/
  header {
    min-width: 970px; }
    header .left {
      padding: 15px 0 15px 15px; }
      header .left .logo {
        display: block; }
      header .left .catch {
        display: block; }
        header .left .catch br {
          display: none; }
    header .right {
      padding-right: 20px;
      margin-top: 15px; }
      header .right ul {
        display: block;
        width: 238px; }
        header .right ul li {
          width: 100%;
          margin-bottom: 10px; }
          header .right ul li br {
            display: none; }
          header .right ul li:last-child {
            margin-bottom: 0; }
          header .right ul li a {
            padding: 6px 0; }
            header .right ul li a:before {
              top: 20%; }
  .head-contact {
    right: 15px; } }

@media screen and (max-width: 925px) {
  /******************/
  /* header */
  /******************/
  /*
  header {
    .head-top {
      padding-bottom: 10px;
      p {
        margin-bottom: 0;
      }
    }
    .left {
      float: none;
      padding-bottom: 0px;
    }
    .right {
      margin-top: 0;
      float: none;
      width: 100%;
      padding: 0 0px 0 15px;
    }
  }
  .contact .zip input {
    width: calc( 100% - 1px);
  }
*/ }

@media screen and (max-width: 760px) {
  /*=============================================*/
  /*00.setting*/
  /*=============================================*/
  /*=============================================*/
  /*01 common*/
  /*=============================================*/
  p, span, b, a, li, dt, dd, th, td {
    font-size: 12px;
    font-size: 1.2rem; }
  .main-width {
    width: 94%;
    margin: auto; }
  .border-ttl {
    margin-bottom: 40px; }
    .border-ttl span {
      font-size: 2.5rem; }
      .border-ttl span:after {
        position: absolute;
        left: 0;
        bottom: -12px;
        content: '';
        width: 100%;
        height: 5px;
        background: url(../img/common/ttl-border-sp.png) repeat-x; }
  .read-more-gold {
    text-align: center;
    width: 70%; }
    .read-more-gold a {
      line-height: 47px;
      font-size: 1.5rem; }
    .read-more-gold em {
      border: 1px solid #e5ca84;
      display: block;
      border-radius: 5px; }
    .read-more-gold a:hover {
      background-color: #946f10;
      border-radius: 5px;
      -webkit-transition: all .9s;
      -o-transition: all .9s;
      transition: all .9s; }
  .center-ttl {
    font-size: 2.5rem;
    margin-bottom: 25px;
    letter-spacing: 0.3rem; }
  .pccenter {
    text-align: left; }
  /*=============================================*/
  /*02 layout*/
  /*=============================================*/
  /******************/
  /* header */
  /******************/
  header {
    min-width: 100%; }
  header .head-top {
    padding-bottom: 0; }
  .head-top .catch.sp-only {
    background-color: #fcf9f2;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 0; }
  header .left {
    float: none;
    padding: 5px 0 5px 15px; }
    header .left .logo {
      width: 50%;
      margin-right: 0; }
  /**********************/
  /* Footer */
  /**********************/
  footer {
    border-top: 1px solid #bfbfbf;
    padding-top: 35px; }
    footer .about-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      footer .about-list li {
        position: relative;
        width: calc( 100vw / 2);
        height: 33vw; }
        footer .about-list li span {
          font-size: 2.3vw;
          white-space: nowrap; }
    footer .foot-txt {
      text-align: left;
      font-size: 1.5rem;
      margin-bottom: 55px;
      line-height: 160%; }
    footer .foot-content {
      position: relative;
      padding: 40px 0 18px; }
      footer .foot-content .main-width {
        width: 100%; }
      footer .foot-content:before {
        position: absolute;
        top: -12px;
        left: 0;
        content: '';
        width: 100%;
        height: 13px;
        background: url(../img/common/foot-border-sp.jpg) repeat-x; }
    footer .foot-contact {
      border-bottom: 1px solid #7d7050;
      border-top: none;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer .foot-contact .right {
        width: 94%;
        margin: auto; }
      footer .foot-contact .left {
        width: 94%;
        margin: auto;
        padding: 0 17px 16px;
        border-bottom: 1px solid #7d7050; }
      footer .foot-contact .right {
        border-left: none;
        padding: 20px 0 24px; }
        footer .foot-contact .right .txt {
          font-size: 1.2rem;
          margin-bottom: 6px; }
      footer .foot-contact .left .txt {
        font-size: 1.2rem;
        margin-bottom: 6px; }
      footer .foot-contact .left b {
        display: inline-block;
        margin-bottom: 5px;
        padding-left: 45px;
        color: #fff;
        font-size: 8.3vw;
        background: url(../img/common/icon-freedial-footer.png) no-repeat left center;
        background-size: 37px 25px; }
      footer .foot-contact .left .time {
        display: inline-block;
        padding-left: 20px;
        color: #000;
        font-size: 1.2rem;
        font-weight: bold;
        background: url(../img/common/icon-time.png) no-repeat left center;
        background-size: 14px; }
      footer .foot-contact .left a {
        display: inline-block;
        text-align: center;
        line-height: 47px;
        font-size: 3rem;
        color: #fff; }
        footer .foot-contact .left a:hover {
          opacity: 0.8; }
      footer .foot-contact .right .txt {
        margin-bottom: 7px; }
      footer .foot-contact .right .contact-btn {
        width: 70%;
        line-height: 50px;
        border-radius: 5px; }
        footer .foot-contact .right .contact-btn a {
          display: block;
          padding-left: 10%;
          font-size: 1.4rem;
          line-height: 50px;
          font-weight: bold;
          letter-spacing: 0.5rem;
          background: url(../img/common/icon-mail-footer.png) no-repeat 15% center;
          background-size: 28px 20px;
          border-radius: 10px; }
    footer .foot-nav {
      margin-top: 15px; }
      footer .foot-nav ul {
        margin-bottom: 0px; }
        footer .foot-nav ul li a {
          margin-right: 10px;
          margin-bottom: 10px; }
          footer .foot-nav ul li a:before {
            font-size: 1.1rem;
            margin-right: 2px; }
  .copyright {
    padding: 15px 0 90px; }
    .copyright small {
      font-size: 1.0rem;
      color: #fff; }
      .copyright small a {
        color: #fff; }
  /**********************/
  /* Page-TOP */
  /**********************/
  .foot-content .page-top {
    position: fixed;
    right: 10px;
    bottom: 70px;
    margin: auto;
    width: 44px;
    height: 44px; }
  /**********************/
  /* Fix-Contact-Sp */
  /**********************/
  .head-contact-sp {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #d2a227;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d2a227 0%, #b88914 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d2a227 0%, #b88914 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#d2a227), to(#b88914));
    background: -o-linear-gradient(top, #d2a227 0%, #b88914 100%);
    background: linear-gradient(to bottom, #d2a227 0%, #b88914 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2a227', endColorstr='#b88914',GradientType=0 );
    /* IE6-9 */
    z-index: 999; }
    .head-contact-sp .inner {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding: 5px; }
    .head-contact-sp .left {
      width: 80%; }
      .head-contact-sp .left p {
        margin: 0; }
    .head-contact-sp .right {
      width: 20%;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
    .head-contact-sp .left .tel a {
      display: inline-block;
      height: 100%;
      padding-left: 13.5vw;
      color: #fff;
      font-size: 7.5vw;
      background: url(../img/common/icon-freedial.png) no-repeat left center;
      margin-bottom: 2px;
      background-size: 40px 26px; }
    .head-contact-sp .left .time {
      font-size: 1.15rem;
      background: url(../img/common/icon-time.png) no-repeat left center;
      background-size: 20px 18px;
      padding: 3px 0 3px 25px;
      font-weight: bold; }
    .head-contact-sp .right {
      background: url(../img/common/icon-mail-sp.png) no-repeat center center, #e3d1a1;
      background-size: 35px 23px;
      border-radius: 5px; }
      .head-contact-sp .right a {
        display: block;
        height: 100%; }
  /**********************/
  /* Top-Main-Visual */
  /**********************/
  .top-main-visual {
    background: none;
    height: auto; }
    .top-main-visual .inner {
      position: relative; }
    .top-main-visual img {
      vertical-align: bottom; }
    .top-main-visual .circle-txt {
      position: absolute;
      left: 15px;
      bottom: -10px;
      width: 40%; }
    .top-main-visual .main-txt {
      position: static;
      padding: 20px;
      font-size: 1.6rem;
      background-color: #ee6110;
      line-height: 140%;
      letter-spacing: 0.05em; }
  /**********************/
  /* Top-Main */
  /**********************/
  .top-service {
    position: relative;
    padding: 85px 0 10px;
    background: #33231a; }
    .top-service:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 60px;
      background-color: #fff;
      bottom: 0;
      z-index: 0; }
    .top-service h2 {
      font-size: 4.0rem;
      margin-bottom: 26px; }
      .top-service h2:before {
        top: -45px;
        width: 150px;
        height: 33px; }
    .top-service .circle {
      position: relative;
      width: 70%;
      height: auto;
      margin: auto;
      z-index: 1; }
      .top-service .circle li {
        position: static;
        width: 100%;
        margin-bottom: 14px;
        text-align: center; }
        .top-service .circle li img {
          width: 100%;
          height: auto;
          max-width: 370px; }
        .top-service .circle li.cir-01 {
          background: none; }
        .top-service .circle li.cir-02 {
          margin-bottom: 14px;
          background: none; }
        .top-service .circle li.cir-03 {
          background: none; }
        .top-service .circle li a:hover {
          opacity: 1;
          filter: alpha(opacity=1);
          -ms-filter: "alpha( opacity=1 )";
          background: none; }
  .top-privacy {
    padding: 0 0 30px; }
    .top-privacy h2 {
      margin-bottom: 20px;
      font-size: 2.0rem; }
    .top-privacy .left {
      width: 100%;
      float: none; }
    .top-privacy .right {
      display: block;
      float: none;
      margin: 20px 0 0;
      padding-bottom: 0;
      text-align: center; }
      .top-privacy .right img {
        max-width: 180px; }
  .top-venue {
    padding: 50px 0 2px;
    background: url(../img/top/back-shadow.png) no-repeat center top, url(../img/top/about-back-img.jpg) no-repeat center top;
    background-size: auto , cover; }
    .top-venue .center {
      text-align: left;
      margin-bottom: 45px; }
    .top-venue .point-Box {
      margin-bottom: 30px;
      padding: 30px 5px 5px; }
      .top-venue .point-Box h3 {
        margin-bottom: 15px;
        font-size: 2.4rem; }
      .top-venue .point-Box .choice {
        top: -15px; }
        .top-venue .point-Box .choice b {
          line-height: 30px;
          font-size: 1.7rem;
          padding: 0 20px; }
      .top-venue .point-Box .point-list {
        padding: 17px 23px; }
        .top-venue .point-Box .point-list li {
          display: block;
          width: 100%;
          font-size: 1.3rem;
          margin-bottom: 15px;
          padding: 0;
          border-bottom: none;
          padding-left: 2em;
          text-indent: 0em;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 140%; }
          .top-venue .point-Box .point-list li:before {
            text-indent: 0em;
            font-size: 0.9rem;
            width: 16px;
            height: 16px;
            line-height: 16px; }
    .top-venue .hotel-list {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      .top-venue .hotel-list li {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
        margin: 0 0px 5px 0;
        background-color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .top-venue .hotel-list li:nth-child(4n) {
          margin-right: 0; }
        .top-venue .hotel-list li .venue_image_area {
          width: 100%; }
          .top-venue .hotel-list li .venue_image_area img {
            width: 100%;
            height: auto; }
        .top-venue .hotel-list li .inner {
          width: 60%;
          padding: 8px 2px 2px 8px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
        .top-venue .hotel-list li .area {
          font-size: 1.2rem;
          margin-bottom: 5px; }
        .top-venue .hotel-list li h4 {
          font-size: 1.2rem;
          margin-bottom: 10px; }
          .top-venue .hotel-list li h4 span {
            margin-right: 3px;
            padding: 2px 5px;
            font-size: 0.9rem; }
        .top-venue .hotel-list li .read-more {
          position: absolute;
          right: 2px;
          bottom: 3px;
          font-size: 1.0rem;
          padding: 0 8px;
          border-radius: 3px;
          line-height: 25px;
          letter-spacing: 0.15em; }
          .top-venue .hotel-list li .read-more:after {
            content: none; }
  .top-holding {
    padding: 68px 0 100px; }
    .top-holding .inner {
      width: 94%;
      display: block; }
      .top-holding .inner .left {
        position: relative;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        height: 0;
        padding-top: 97.198%;
        background: url(../img/top/map-img.png) no-repeat center center;
        background-size: contain; }
        .top-holding .inner .left h3 {
          position: absolute;
          left: 5%;
          font-size: 2.3rem; }
          .top-holding .inner .left h3 span {
            font-size: 2.3rem; }
        .top-holding .inner .left p {
          position: absolute;
          bottom: 0px;
          left: 5%;
          font-size: 1.2rem; }
          .top-holding .inner .left p span {
            font-size: 1.2rem; }
      .top-holding .inner .right {
        width: 100%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        .top-holding .inner .right .topics {
          padding: 25px 14px; }
    .top-holding .right .topics ul {
      margin-bottom: 20px; }
      .top-holding .right .topics ul li dl dd, .top-holding .right .topics ul li dl dt {
        font-size: 1.0rem; }
    .top-holding .right .read-more-gold {
      bottom: -25px; }
  .top-blog {
    padding-top: 40px; }
    .top-blog h2 {
      top: -20px; }
    .top-blog .center {
      text-align: left;
      margin-bottom: 25px; }
    .top-blog .entry-list {
      display: block;
      padding-bottom: 40px; }
      .top-blog .entry-list li {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .top-blog .entry-list li .blog_image_area {
          width: 40%;
          height: auto; }
          .top-blog .entry-list li .blog_image_area img {
            width: 100%;
            height: auto;
            border: none; }
        .top-blog .entry-list li .inner {
          width: 65%;
          padding: 10px 10px 7px 7px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
        .top-blog .entry-list li .date {
          margin-bottom: 5px;
          font-size: 1.1rem; }
        .top-blog .entry-list li h3 {
          margin-bottom: 5px;
          font-size: 1.2rem; }
        .top-blog .entry-list li .txt {
          font-size: 1.0rem; }
    .top-blog .read-more-gold {
      bottom: -25px; }
  .top-info {
    padding: 68px 0 72px; }
    .top-info h2 {
      margin-bottom: 35px; }
    .top-info .main-width {
      overflow: visible; }
    .top-info .left {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 20px; }
      .top-info .left h3 {
        position: absolute;
        width: 100%;
        top: 0;
        font-size: 2.1rem; }
      .top-info .left img {
        width: 80%;
        padding-top: 30px;
        max-width: 387px; }
    .top-info .right {
      width: 100%;
      float: none;
      margin-left: 0;
      border: 3px solid #f9f2e1; }
      .top-info .right .info {
        border: 1px solid #f9f2e1;
        padding: 15px 10px 35px; }
        .top-info .right .info ul li {
          margin-bottom: 8px; }
          .top-info .right .info ul li .date {
            margin-bottom: 4px; }
          .top-info .right .info ul li h4 a {
            padding-bottom: 8px; }
        .top-info .right .info .read-more-gold {
          bottom: -25px; }
  /*=============================================*/
  /*03 content*/
  /*=============================================*/
  /******************/
  /* Common*/
  /******************/
  .breadcrumb {
    margin-bottom: 30px;
    padding: 6px 0; }
    .breadcrumb span {
      font-size: 1.0rem; }
      .breadcrumb span a {
        font-size: 1.0rem; }
      .breadcrumb span:after {
        margin: 0 4px; }
  .page-Box .center-ttl {
    margin-bottom: 18px;
    font-size: 2.0rem;
    text-align: left; }
    .page-Box .center-ttl span {
      font-size: 2.0rem; }
  /******************/
  /* Common-ttl */
  /******************/
  .page-ttl {
    padding: 55px 0 55px 60px; }
    .page-ttl h2 {
      font-size: 2.0rem; }
      .page-ttl h2:before {
        left: 24px; }
    .page-ttl.service h2:before {
      width: 29px;
      height: 20px;
      background-size: 100%; }
    .page-ttl.news h2:before {
      width: 29px;
      height: 39px;
      background-size: 100%; }
    .page-ttl.holding h2:before {
      width: 29px;
      height: 36px;
      background-size: 100%; }
    .page-ttl.blog h2:before {
      width: 29px;
      height: 24px;
      background-size: 100%; }
    .page-ttl.coordinator h2:before {
      width: 29px;
      height: 32px;
      background-size: 100%; }
    .page-ttl.overview h2:before {
      width: 29px;
      height: 36px;
      background-size: 100%; }
    .page-ttl.recruit h2:before {
      width: 29px;
      height: 26px;
      background-size: 100%; }
    .page-ttl.plan h2:before {
      width: 29px;
      height: 30px;
      background-size: 100%; }
    .page-ttl.venue h2:before {
      width: 29px;
      height: 34px;
      background-size: 100%; }
    .page-ttl.venue h2:before {
      width: 29px;
      height: 34px;
      background-size: 100%; }
    .page-ttl.secret h2:before {
      width: 29px;
      height: 60px;
      background-size: 100%; }
    .page-ttl.sitemap h2:before {
      width: 29px;
      height: 60px;
      background-size: 100%; }
    .page-ttl.contact h2:before,
    .page-ttl.confirm h2:before,
    .page-ttl.complete h2:before,
    .page-ttl.other_contact h2:before,
    .page-ttl.other_confirm h2:before,
    .page-ttl.other_complete h2:before,
    .page-ttl.franchise h2:before,
    .page-ttl.franchise_comfirm h2:before,
    .page-ttl.franchise_complete h2:before,
    .page-ttl.recruit_form h2:before,
    .page-ttl.recruit_confirm h2:before,
    .page-ttl.recruit_complete h2:before {
      width: 29px;
      height: 22px;
      background-size: 100%; }
  /******************/
  /* category search */
  /******************/
  .category {
    display: block;
    margin: 0 0 50px; }
  .cat_ttl {
    display: block;
    width: auto;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }
  .cat_list {
    display: block;
    width: auto;
    padding: 20px 20px 5px; }
    .cat_list li {
      display: inline-block;
      margin: 0 20px 15px 0; }
  .cat_search {
    width: auto;
    margin: 0;
    padding: 0 20px 20px; }
    .cat_search form {
      width: 100%; }
    .cat_search .search_box {
      width: calc( 100% - 60px); }
      .cat_search .search_box input {
        width: 100%; }
  /******************/
  /* pager */
  /******************/
  .pagination {
    width: auto;
    margin: 50px auto; }
    .pagination a {
      width: 8vw;
      max-width: 40px;
      height: 8vw;
      max-height: 40px;
      font-size: 1.4rem; }
    .pagination .current {
      width: 8vw;
      max-width: 40px;
      height: 8vw;
      max-height: 40px;
      font-size: 1.4rem; }
  .pager_big .pagination li {
    width: calc( ( 100% - 20px ) /3); }
  .pager_big .pagination a {
    width: auto;
    max-width: initial; }
  /**********************/
  /* contents frame */
  /**********************/
  .contents_list {
    display: block; }
  .contents_box {
    width: auto;
    margin: 0 0 20px; }
  /**********************/
  /* contents lead */
  /**********************/
  .contents_lead {
    margin: 0 0 30px;
    font-size: 2.4rem;
    line-height: 1.4; }
    .contents_lead br:not(.pc_break) {
      display: inline-block; }
  /**********************/
  /* contents text */
  /**********************/
  .contents_text {
    margin: 0 0 30px;
    font-size: 1.6rem; }
  /**********************/
  /* contents table */
  /**********************/
  .contents_table th {
    width: 25%;
    max-width: 100px;
    padding: 10px;
    font-size: 1.4rem; }
  .contents_table td {
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.7; }
    .contents_table td li, .contents_table td dt, .contents_table td dd {
      margin: 0 0 0 1.4em;
      font-size: 1.4rem;
      text-indent: -1em; }
  /******************/
  /* service */
  /******************/
  .service .please-3 {
    padding-bottom: 25px;
    margin-bottom: 25px; }
  .service .about {
    padding-bottom: 25px;
    margin-bottom: 25px; }
    .service .about .left {
      width: 100%;
      float: none;
      margin: 0 0 15px 0; }
    .service .about .right {
      width: 100%;
      float: none; }
  .service .please-3 img {
    margin-bottom: 20px; }
  .service .please-3 b {
    margin-bottom: 21px;
    font-size: 1.5rem; }
  .service .please-3 .read-more-gold {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .service .please-3 .read-more-gold a {
      line-height: 60px;
      font-size: 1.8rem;
      padding-left: 30px; }
      .service .please-3 .read-more-gold a:after {
        left: 10%;
        width: 20px;
        height: 25px; }
  .service .reason-list {
    margin: 40px 0 95px; }
    .service .reason-list li {
      margin-bottom: 100px;
      padding: 40px 10px 80px; }
      .service .reason-list li:before {
        left: 10px;
        top: -23px;
        width: 150px;
        height: 45px; }
      .service .reason-list li.num03:before, .service .reason-list li.num02:before, .service .reason-list li.num01:before {
        background-size: 100%; }
      .service .reason-list li h3 {
        margin-bottom: 15px;
        font-size: 1.5rem; }
      .service .reason-list li h4 {
        margin-bottom: 10px;
        padding: 5px 8px;
        font-size: 1.2rem;
        border-left: 4px solid #c69932; }
      .service .reason-list li p {
        margin-bottom: 20px; }
      .service .reason-list li .btn-guide {
        position: absolute;
        left: 0;
        right: 0;
        display: table;
        margin: auto;
        bottom: -45px;
        width: 80%;
        padding: 10px; }
        .service .reason-list li .btn-guide p {
          display: block;
          font-size: 1.5rem;
          margin-bottom: 8px;
          width: auto; }
        .service .reason-list li .btn-guide .read-more-gold {
          display: block;
          width: 80%; }
          .service .reason-list li .btn-guide .read-more-gold a {
            font-size: 1.8rem;
            line-height: 52px; }
  /******************/
  /* plan */
  /******************/
  .plan .contents_text {
    margin-bottom: 10px; }
  .plan .contents_table_box {
    margin: 0 0 50px;
    padding: 25px 0 40px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 450px; }
    .plan .contents_table_box::-webkit-scrollbar {
      height: 5px; }
    .plan .contents_table_box::-webkit-scrollbar-track {
      background: #F1F1F1; }
    .plan .contents_table_box::-webkit-scrollbar-thumb {
      background: #BCBCBC; }
    .plan .contents_table_box .plan_name .no1::before {
      top: -25px;
      width: 140px;
      height: 34px; }
  .plan .contents_table {
    width: 100%;
    margin: 0 0 30px; }
    .plan .contents_table th, .plan .contents_table td {
      min-width: 140px; }
    .plan .contents_table th {
      font-size: 1.2rem !important; }
    .plan .contents_table .plan_name th {
      padding-top: 40px; }
    .plan .contents_table .plan_name .no1::before {
      top: 0; }
    .plan .contents_table .price {
      padding: 10px; }
  .plan .recommend_box {
    margin: 0 0 70px; }
    .plan .recommend_box dl {
      margin: 0 0 30px;
      padding: 0;
      background-size: contain;
      background-position: 0 0; }
      .plan .recommend_box dl:nth-of-type(1), .plan .recommend_box dl:nth-of-type(2), .plan .recommend_box dl:nth-of-type(3) {
        background-image: none; }
    .plan .recommend_box .head_underline {
      margin: 0 0 10px;
      font-size: 2.0rem; }
    .plan .recommend_box dd {
      font-size: 1.4rem; }
    .plan .recommend_box .rec_lead {
      margin: 0 0 10px;
      font-size: 1.8rem; }
  .plan .original_plan .contents_lead {
    font-size: 2.0rem; }
  .plan .original_plan .comment {
    min-height: initial;
    padding: 0 0 180px;
    background-position: 50% 100%;
    background-size: contain; }
    .plan .original_plan .comment p {
      font-size: 1.4rem; }
  /******************/
  /* venue */
  /******************/
  .venue .supplement {
    padding: 30px 30px 50px; }
    .venue .supplement h4 {
      margin: 0 0 20px;
      font-size: 2.0rem; }
    .venue .supplement p {
      font-size: 1.4rem; }
      .venue .supplement p br:not(.pc_break) {
        display: none; }
  .venue.detail section {
    margin: 0 0 30px; }
  .venue.detail .head_underline {
    font-size: 2.0rem; }
  .venue.detail .venue_image {
    display: block;
    margin: 0; }
    .venue.detail .venue_image .slick-list {
      width: 100%;
      height: auto;
      margin: 0 0 10px; }
      .venue.detail .venue_image .slick-list img {
        width: 100%;
        height: auto; }
    .venue.detail .venue_image .slick-slide > div > div {
      height: 200px; }
    .venue.detail .venue_image .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100px;
      margin: 0 auto; }
    .venue.detail .venue_image .slick-dots li {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #dabc72;
      font-size: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .venue.detail .venue_image .slick-dots .slick-active {
      background: #33231a; }
  .venue.detail .venue_txt {
    font-size: 1.4rem; }
  .venue.detail .head_underline {
    margin: 0 0 15px; }
  .venue.detail .venue_point p {
    font-size: 1.4rem; }
  .venue.detail .map iframe {
    width: 100%; }
  .venue.detail .contents_table th {
    width: 30%; }
  .venue.detail .venue_info {
    margin: 0 0 50px; }
  .venue.detail .supplement {
    margin: 0 0 80px; }
    .venue.detail .supplement .pc_none {
      display: inline-block; }
  /******************/
  /* news */
  /******************/
  .news .news_list dt {
    position: relative;
    float: none;
    width: 100%;
    height: 150px;
    margin: 0 0 20px;
    overflow: hidden; }
    .news .news_list dt img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .news .news_list dd {
    padding: 0; }
  .news .news_list .news_lead {
    font-size: 1.4rem; }
  .news.detail .detail_contents .contents_lead {
    margin: 0 0 20px; }
  .news.detail .detail_contents .head_underline {
    margin: 40px 0 15px; }
  .news.detail .detail_contents .subhead {
    margin: 40px 0 15px; }
  .news.detail .detail_contents .contents_info {
    margin: 0 0 20px; }
  .news.detail .detail_contents p {
    font-size: 1.4rem; }
    .news.detail .detail_contents p a {
      font-size: 1.4rem; }
  .news.detail .detail_contents blockquote {
    margin: 30px 0; }
  .news.detail .detail_contents .contents_table_box {
    width: 100%; }
  .news.detail .detail_contents .img_l {
    width: 100%;
    height: auto; }
  .news.detail .detail_contents .img_m {
    width: 100%;
    height: auto; }
  .news.detail .detail_contents .img_s {
    width: 100%;
    height: auto; }
  /******************/
  /* holding */
  /******************/
  .holding_box {
    display: block; }
    .holding_box .holding_main {
      margin: 0 0 40px; }
    .holding_box dd a {
      font-size: 1.6rem;
      line-height: 1.7; }
    .holding_box .holding_sub {
      width: auto;
      margin: 0 0 40px; }
      .holding_box .holding_sub .year {
        font-size: 1.6rem; }
  .holding_box.detail .head_date {
    font-size: 1.4rem; }
  .holding_box.detail .head_underline {
    margin: 0 0 30px;
    font-size: 2.0rem;
    line-height: 1.4; }
  .holding_box.detail .detail_list {
    display: block; }
    .holding_box.detail .detail_list .holding_date {
      margin: 0 0 5px; }
    .holding_box.detail .detail_list .holding_content {
      font-size: 1.6rem; }
  .holding_box.detail .contact_box {
    margin: 50px 0;
    padding: 20px; }
    .holding_box.detail .contact_box p {
      margin: 0 0 20px;
      font-size: 2.0rem; }
      .holding_box.detail .contact_box p br {
        display: none; }
    .holding_box.detail .contact_box .read-more-gold a {
      font-size: 2.0rem; }
  .holding_box.detail .monthly_holding {
    padding: 20px 30px; }
    .holding_box.detail .monthly_holding .subhead {
      font-size: 2.4rem; }
    .holding_box.detail .monthly_holding .monthly_date {
      font-size: 1.4rem; }
  /******************/
  /* blog */
  /******************/
  .blog .cat_list {
    padding: 20px 20px 5px; }
  .blog .cat_search {
    width: auto; }
  .blog .blog_txt {
    font-size: 1.4rem; }
  .blog.detail .detail_contents .contents_lead {
    margin: 0 0 20px; }
  .blog.detail .detail_contents .head_underline {
    margin: 40px 0 15px; }
  .blog.detail .detail_contents .subhead {
    margin: 40px 0 15px; }
  .blog.detail .detail_contents .contents_info {
    margin: 0 0 20px; }
  .blog.detail .detail_contents p {
    font-size: 1.4rem; }
    .blog.detail .detail_contents p a {
      font-size: 1.4rem; }
  .blog.detail .detail_contents blockquote {
    margin: 30px 0; }
  .blog.detail .detail_contents .contents_table_box {
    width: 100%; }
  .blog.detail .detail_contents .img_l {
    width: 100%;
    height: auto; }
  .blog.detail .detail_contents .img_m {
    width: 100%;
    height: auto; }
  .blog.detail .detail_contents .img_s {
    width: 100%;
    height: auto; }
  /******************/
  /* coordinator */
  /******************/
  .coordinator .contents_box {
    width: auto;
    margin: 0 0 30px; }
  .coordinator .co_info {
    font-size: 1.6rem; }
  /******************/
  /* overview */
  /******************/
  .overview .greeting .overview_box {
    display: block;
    margin: 0 0 50px; }
    .overview .greeting .overview_box .text_box {
      width: 100%; }
      .overview .greeting .overview_box .text_box p {
        margin: 0 0 20px; }
    .overview .greeting .overview_box .image_box {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      width: 100%;
      margin: 0 auto 50px; }
      .overview .greeting .overview_box .image_box .pic {
        width: calc( (100% - 20px) / 2);
        margin: 0; }
        .overview .greeting .overview_box .image_box .pic:after {
          content: none; }
      .overview .greeting .overview_box .image_box .name {
        position: static; }
  .overview .greeting .supplement {
    margin: 0 0 50px;
    padding: 20px; }
    .overview .greeting .supplement .head {
      margin: 0 0 10px;
      font-size: 2.4rem; }
    .overview .greeting .supplement p {
      font-size: 1.6rem; }
  .overview .idea .overview_box, .overview .guidelines .overview_box {
    display: block;
    margin: 0 0 50px; }
    .overview .idea .overview_box figure, .overview .guidelines .overview_box figure {
      width: 100%;
      height: auto;
      margin: 0 0 10px; }
    .overview .idea .overview_box p, .overview .guidelines .overview_box p {
      width: 100%;
      font-size: 1.6rem; }
    .overview .idea .overview_box ul, .overview .guidelines .overview_box ul {
      width: 100%; }
      .overview .idea .overview_box ul li, .overview .guidelines .overview_box ul li {
        margin: 0 0 0 20px;
        font-size: 1.6rem;
        text-indent: -1.6rem; }
  .overview .company_profile {
    margin: 0 0 50px; }
    .overview .company_profile table, .overview .company_profile tbody, .overview .company_profile tr, .overview .company_profile th, .overview .company_profile td {
      display: block; }
    .overview .company_profile .contents_table th {
      width: calc( 100% - 40px);
      max-width: initial;
      padding: 10px 20px; }
    .overview .company_profile .contents_table td {
      padding: 20px; }
  .overview .history {
    margin: 0 0 50px; }
    .overview .history dt {
      padding: 10px 20px;
      font-size: 1.8rem; }
    .overview .history dd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 20px; }
      .overview .history dd span {
        width: 30px;
        margin: 0 30px 0 0; }
      .overview .history dd li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .overview .history dd dt, .overview .history dd dd {
        width: 100%; }
  .overview .office {
    margin: 0 0 50px; }
    .overview .office .head_underline {
      margin: 0 0 20px;
      font-size: 2.0rem; }
    .overview .office .overview_box {
      margin: 0 0 30px; }
      .overview .office .overview_box figure {
        width: calc( ( 100% - 20px ) / 4); }
  .overview .privacy .head_underline {
    margin: 0 0 20px;
    font-size: 2.0rem; }
  .overview .privacy .note {
    margin: 0 0 20px;
    font-size: 1.4rem; }
  .overview .privacy .privacy_box {
    height: 100px;
    margin: 0 0 40px;
    padding: 20px; }
    .overview .privacy .privacy_box .head {
      font-size: 1.8rem; }
    .overview .privacy .privacy_box p {
      color: #000;
      font-size: 1.4rem; }
    .overview .privacy .privacy_box ul li {
      font-size: 1.4rem; }
    .overview .privacy .privacy_box .consultation_desk dl dt, .overview .privacy .privacy_box .consultation_desk dl dd {
      font-size: 1.4rem; }
    .overview .privacy .privacy_box .info_box dt, .overview .privacy .privacy_box .info_box dd {
      font-size: 1.4rem; }
    .overview .privacy .privacy_box .info_box.group dl {
      margin: 0 0 10px; }
    .overview .privacy .privacy_box .info_box.group dt {
      display: block;
      margin: 0 0 5px; }
    .overview .privacy .privacy_box .info_box.group dd {
      display: block; }
  /******************/
  /* recruit */
  /******************/
  .recruit .contact_box {
    display: block;
    width: auto;
    margin: 50px 0;
    padding: 30px; }
    .recruit .contact_box .contact_lead {
      margin: 0 0 20px;
      font-size: 1.8rem; }
      .recruit .contact_box .contact_lead span {
        font-size: 2.6rem; }
    .recruit .contact_box .read-more-gold a {
      padding: 0;
      font-size: 1.8em; }
  /******************/
  /* contact */
  /******************/
  .contact .contents_lead, .confirm .contents_lead, .complete .contents_lead,
  .other_contact .contents_lead, .other_confirm .contents_lead, .other_complete .contents_lead,
  .franchise .contents_lead, .franchise_confirm .contents_lead, .franchise_complete .contents_lead,
  .recruit_form .contents_lead, .recruit_confirm .contents_lead, .recruit_complete .contents_lead {
    font-size: 2.0rem; }
  .contact p, .confirm p, .complete p,
  .other_contact p, .other_confirm p, .other_complete p,
  .franchise p, .franchise_confirm p, .franchise_complete p,
  .recruit_form p, .recruit_confirm p, .recruit_complete p {
    margin: 0 0 30px;
    font-size: 1.4rem; }
    .contact p a, .confirm p a, .complete p a,
    .other_contact p a, .other_confirm p a, .other_complete p a,
    .franchise p a, .franchise_confirm p a, .franchise_complete p a,
    .recruit_form p a, .recruit_confirm p a, .recruit_complete p a {
      font-size: 1.4rem; }
  .contact .contents_table, .contact tbody, .contact tr, .contact th, .contact td, .confirm .contents_table, .confirm tbody, .confirm tr, .confirm th, .confirm td, .complete .contents_table, .complete tbody, .complete tr, .complete th, .complete td,
  .other_contact .contents_table,
  .other_contact tbody,
  .other_contact tr,
  .other_contact th,
  .other_contact td, .other_confirm .contents_table, .other_confirm tbody, .other_confirm tr, .other_confirm th, .other_confirm td, .other_complete .contents_table, .other_complete tbody, .other_complete tr, .other_complete th, .other_complete td,
  .franchise .contents_table,
  .franchise tbody,
  .franchise tr,
  .franchise th,
  .franchise td, .franchise_confirm .contents_table, .franchise_confirm tbody, .franchise_confirm tr, .franchise_confirm th, .franchise_confirm td, .franchise_complete .contents_table, .franchise_complete tbody, .franchise_complete tr, .franchise_complete th, .franchise_complete td,
  .recruit_form .contents_table,
  .recruit_form tbody,
  .recruit_form tr,
  .recruit_form th,
  .recruit_form td, .recruit_confirm .contents_table, .recruit_confirm tbody, .recruit_confirm tr, .recruit_confirm th, .recruit_confirm td, .recruit_complete .contents_table, .recruit_complete tbody, .recruit_complete tr, .recruit_complete th, .recruit_complete td {
    display: block; }
  .contact .contents_table, .confirm .contents_table, .complete .contents_table,
  .other_contact .contents_table, .other_confirm .contents_table, .other_complete .contents_table,
  .franchise .contents_table, .franchise_confirm .contents_table, .franchise_complete .contents_table,
  .recruit_form .contents_table, .recruit_confirm .contents_table, .recruit_complete .contents_table {
    margin: 0 0 50px; }
    .contact .contents_table th, .confirm .contents_table th, .complete .contents_table th,
    .other_contact .contents_table th, .other_confirm .contents_table th, .other_complete .contents_table th,
    .franchise .contents_table th, .franchise_confirm .contents_table th, .franchise_complete .contents_table th,
    .recruit_form .contents_table th, .recruit_confirm .contents_table th, .recruit_complete .contents_table th {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: calc( 100% - 40px);
      max-width: initial;
      padding: 10px 20px; }
      .contact .contents_table th span, .confirm .contents_table th span, .complete .contents_table th span,
      .other_contact .contents_table th span, .other_confirm .contents_table th span, .other_complete .contents_table th span,
      .franchise .contents_table th span, .franchise_confirm .contents_table th span, .franchise_complete .contents_table th span,
      .recruit_form .contents_table th span, .recruit_confirm .contents_table th span, .recruit_complete .contents_table th span {
        margin: 0 0 0 auto; }
    .contact .contents_table td, .confirm .contents_table td, .complete .contents_table td,
    .other_contact .contents_table td, .other_confirm .contents_table td, .other_complete .contents_table td,
    .franchise .contents_table td, .franchise_confirm .contents_table td, .franchise_complete .contents_table td,
    .recruit_form .contents_table td, .recruit_confirm .contents_table td, .recruit_complete .contents_table td {
      padding: 10px 20px; }
    .contact .contents_table .type td, .confirm .contents_table .type td, .complete .contents_table .type td,
    .other_contact .contents_table .type td, .other_confirm .contents_table .type td, .other_complete .contents_table .type td,
    .franchise .contents_table .type td, .franchise_confirm .contents_table .type td, .franchise_complete .contents_table .type td,
    .recruit_form .contents_table .type td, .recruit_confirm .contents_table .type td, .recruit_complete .contents_table .type td {
      padding: 10px 20px 10px 30px; }
    .contact .contents_table .type span, .confirm .contents_table .type span, .complete .contents_table .type span,
    .other_contact .contents_table .type span, .other_confirm .contents_table .type span, .other_complete .contents_table .type span,
    .franchise .contents_table .type span, .franchise_confirm .contents_table .type span, .franchise_complete .contents_table .type span,
    .recruit_form .contents_table .type span, .recruit_confirm .contents_table .type span, .recruit_complete .contents_table .type span {
      font-size: 1.6rem; }
    .contact .contents_table .address td, .confirm .contents_table .address td, .complete .contents_table .address td,
    .other_contact .contents_table .address td, .other_confirm .contents_table .address td, .other_complete .contents_table .address td,
    .franchise .contents_table .address td, .franchise_confirm .contents_table .address td, .franchise_complete .contents_table .address td,
    .recruit_form .contents_table .address td, .recruit_confirm .contents_table .address td, .recruit_complete .contents_table .address td {
      display: block;
      padding: 20px; }
      .contact .contents_table .address td .caption, .confirm .contents_table .address td .caption, .complete .contents_table .address td .caption,
      .other_contact .contents_table .address td .caption, .other_confirm .contents_table .address td .caption, .other_complete .contents_table .address td .caption,
      .franchise .contents_table .address td .caption, .franchise_confirm .contents_table .address td .caption, .franchise_complete .contents_table .address td .caption,
      .recruit_form .contents_table .address td .caption, .recruit_confirm .contents_table .address td .caption, .recruit_complete .contents_table .address td .caption {
        width: 100%;
        margin: 0 0 5px;
        font-size: 1.4rem; }
      .contact .contents_table .address td input, .confirm .contents_table .address td input, .complete .contents_table .address td input,
      .other_contact .contents_table .address td input, .other_confirm .contents_table .address td input, .other_complete .contents_table .address td input,
      .franchise .contents_table .address td input, .franchise_confirm .contents_table .address td input, .franchise_complete .contents_table .address td input,
      .recruit_form .contents_table .address td input, .recruit_confirm .contents_table .address td input, .recruit_complete .contents_table .address td input {
        width: calc( 100% - 22px); }
    .contact .contents_table .address.zip td, .confirm .contents_table .address.zip td, .complete .contents_table .address.zip td,
    .other_contact .contents_table .address.zip td, .other_confirm .contents_table .address.zip td, .other_complete .contents_table .address.zip td,
    .franchise .contents_table .address.zip td, .franchise_confirm .contents_table .address.zip td, .franchise_complete .contents_table .address.zip td,
    .recruit_form .contents_table .address.zip td, .recruit_confirm .contents_table .address.zip td, .recruit_complete .contents_table .address.zip td {
      padding: 20px 20px 5px; }
    .contact .contents_table .address.note td, .confirm .contents_table .address.note td, .complete .contents_table .address.note td,
    .other_contact .contents_table .address.note td, .other_confirm .contents_table .address.note td, .other_complete .contents_table .address.note td,
    .franchise .contents_table .address.note td, .franchise_confirm .contents_table .address.note td, .franchise_complete .contents_table .address.note td,
    .recruit_form .contents_table .address.note td, .recruit_confirm .contents_table .address.note td, .recruit_complete .contents_table .address.note td {
      padding: 0 20px 20px;
      font-size: 1.4rem; }
    .contact .contents_table .address.street td, .confirm .contents_table .address.street td, .complete .contents_table .address.street td,
    .other_contact .contents_table .address.street td, .other_confirm .contents_table .address.street td, .other_complete .contents_table .address.street td,
    .franchise .contents_table .address.street td, .franchise_confirm .contents_table .address.street td, .franchise_complete .contents_table .address.street td,
    .recruit_form .contents_table .address.street td, .recruit_confirm .contents_table .address.street td, .recruit_complete .contents_table .address.street td {
      padding: 0 20px 10px; }
    .contact .contents_table .address.mansion td, .confirm .contents_table .address.mansion td, .complete .contents_table .address.mansion td,
    .other_contact .contents_table .address.mansion td, .other_confirm .contents_table .address.mansion td, .other_complete .contents_table .address.mansion td,
    .franchise .contents_table .address.mansion td, .franchise_confirm .contents_table .address.mansion td, .franchise_complete .contents_table .address.mansion td,
    .recruit_form .contents_table .address.mansion td, .recruit_confirm .contents_table .address.mansion td, .recruit_complete .contents_table .address.mansion td {
      padding: 0 20px 30px; }
  .contact .contents_lead.sub, .confirm .contents_lead.sub, .complete .contents_lead.sub,
  .other_contact .contents_lead.sub, .other_confirm .contents_lead.sub, .other_complete .contents_lead.sub,
  .franchise .contents_lead.sub, .franchise_confirm .contents_lead.sub, .franchise_complete .contents_lead.sub,
  .recruit_form .contents_lead.sub, .recruit_confirm .contents_lead.sub, .recruit_complete .contents_lead.sub {
    margin: 0 0 20px;
    font-size: 1.8rem; }
  .contact .privacy_policy, .confirm .privacy_policy, .complete .privacy_policy,
  .other_contact .privacy_policy, .other_confirm .privacy_policy, .other_complete .privacy_policy,
  .franchise .privacy_policy, .franchise_confirm .privacy_policy, .franchise_complete .privacy_policy,
  .recruit_form .privacy_policy, .recruit_confirm .privacy_policy, .recruit_complete .privacy_policy {
    margin: 0 0 50px;
    padding: 20px; }
    .contact .privacy_policy .head, .confirm .privacy_policy .head, .complete .privacy_policy .head,
    .other_contact .privacy_policy .head, .other_confirm .privacy_policy .head, .other_complete .privacy_policy .head,
    .franchise .privacy_policy .head, .franchise_confirm .privacy_policy .head, .franchise_complete .privacy_policy .head,
    .recruit_form .privacy_policy .head, .recruit_confirm .privacy_policy .head, .recruit_complete .privacy_policy .head {
      margin: 0 0 10px;
      font-size: 2.2rem; }
    .contact .privacy_policy .inner, .confirm .privacy_policy .inner, .complete .privacy_policy .inner,
    .other_contact .privacy_policy .inner, .other_confirm .privacy_policy .inner, .other_complete .privacy_policy .inner,
    .franchise .privacy_policy .inner, .franchise_confirm .privacy_policy .inner, .franchise_complete .privacy_policy .inner,
    .recruit_form .privacy_policy .inner, .recruit_confirm .privacy_policy .inner, .recruit_complete .privacy_policy .inner {
      height: 200px;
      margin: 0 0 20px;
      padding: 20px; }
      .contact .privacy_policy .inner dt, .contact .privacy_policy .inner dd, .confirm .privacy_policy .inner dt, .confirm .privacy_policy .inner dd, .complete .privacy_policy .inner dt, .complete .privacy_policy .inner dd,
      .other_contact .privacy_policy .inner dt,
      .other_contact .privacy_policy .inner dd, .other_confirm .privacy_policy .inner dt, .other_confirm .privacy_policy .inner dd, .other_complete .privacy_policy .inner dt, .other_complete .privacy_policy .inner dd,
      .franchise .privacy_policy .inner dt,
      .franchise .privacy_policy .inner dd, .franchise_confirm .privacy_policy .inner dt, .franchise_confirm .privacy_policy .inner dd, .franchise_complete .privacy_policy .inner dt, .franchise_complete .privacy_policy .inner dd,
      .recruit_form .privacy_policy .inner dt,
      .recruit_form .privacy_policy .inner dd, .recruit_confirm .privacy_policy .inner dt, .recruit_confirm .privacy_policy .inner dd, .recruit_complete .privacy_policy .inner dt, .recruit_complete .privacy_policy .inner dd {
        font-size: 1.4rem; }
        .contact .privacy_policy .inner dt a, .contact .privacy_policy .inner dd a, .confirm .privacy_policy .inner dt a, .confirm .privacy_policy .inner dd a, .complete .privacy_policy .inner dt a, .complete .privacy_policy .inner dd a,
        .other_contact .privacy_policy .inner dt a,
        .other_contact .privacy_policy .inner dd a, .other_confirm .privacy_policy .inner dt a, .other_confirm .privacy_policy .inner dd a, .other_complete .privacy_policy .inner dt a, .other_complete .privacy_policy .inner dd a,
        .franchise .privacy_policy .inner dt a,
        .franchise .privacy_policy .inner dd a, .franchise_confirm .privacy_policy .inner dt a, .franchise_confirm .privacy_policy .inner dd a, .franchise_complete .privacy_policy .inner dt a, .franchise_complete .privacy_policy .inner dd a,
        .recruit_form .privacy_policy .inner dt a,
        .recruit_form .privacy_policy .inner dd a, .recruit_confirm .privacy_policy .inner dt a, .recruit_confirm .privacy_policy .inner dd a, .recruit_complete .privacy_policy .inner dt a, .recruit_complete .privacy_policy .inner dd a {
          font-size: 1.4rem; }
  .contact .agree span, .confirm .agree span, .complete .agree span,
  .other_contact .agree span, .other_confirm .agree span, .other_complete .agree span,
  .franchise .agree span, .franchise_confirm .agree span, .franchise_complete .agree span,
  .recruit_form .agree span, .recruit_confirm .agree span, .recruit_complete .agree span {
    font-size: 1.6rem; }
  .contact .read-more-gold, .confirm .read-more-gold, .complete .read-more-gold,
  .other_contact .read-more-gold, .other_confirm .read-more-gold, .other_complete .read-more-gold,
  .franchise .read-more-gold, .franchise_confirm .read-more-gold, .franchise_complete .read-more-gold,
  .recruit_form .read-more-gold, .recruit_confirm .read-more-gold, .recruit_complete .read-more-gold {
    margin: 0 auto 50px; }
    .contact .read-more-gold span, .confirm .read-more-gold span, .complete .read-more-gold span,
    .other_contact .read-more-gold span, .other_confirm .read-more-gold span, .other_complete .read-more-gold span,
    .franchise .read-more-gold span, .franchise_confirm .read-more-gold span, .franchise_complete .read-more-gold span,
    .recruit_form .read-more-gold span, .recruit_confirm .read-more-gold span, .recruit_complete .read-more-gold span {
      font-size: 2.0rem; }
  .btn_area .read-more-gold {
    margin: 0 auto; }
  .other_contact .detail_contents p {
    margin: 0 0 30px; }
  .other_contact .contact_box {
    margin: 30px 0 40px;
    padding: 20px; }
    .other_contact .contact_box p {
      margin: 0 0 20px; }
    .other_contact .contact_box .read-more-gold {
      margin: 0; }
      .other_contact .contact_box .read-more-gold a {
        font-size: 2.0rem; }
  /******************/
  /* secret */
  /******************/
  .secret .step_list {
    margin: 0 0 40px; }
    .secret .step_list ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .secret .step_list li {
      width: calc( ( 100vw - 60px ) / 4);
      height: calc( ( 100vw - 60px ) / 4);
      margin: 0 0 10px; }
    .secret .step_list a {
      height: calc(100% - 40px);
      padding: 20px 0;
      font-size: 1.4rem; }
      .secret .step_list a span {
        font-size: 1.4rem; }
  .secret .subhead {
    margin: 0 0 40px;
    font-size: 2.0rem; }
    .secret .subhead .pc_none {
      display: inline; }
  .secret .step p {
    font-size: 1.6rem; }
  .secret .step .step_title {
    margin: 0 0 20px;
    font-size: 2.0rem; }
    .secret .step .step_title .step_num {
      display: block;
      width: calc( 100% - 20px);
      margin: 0 0 10px;
      font-size: 1.8rem; }
    .secret .step .step_title .step_detail {
      font-size: 2.0rem; }
  .secret .step .detail_area {
    display: block; }
    .secret .step .detail_area .detail_box {
      width: 100%;
      margin: 0 0 20px; }
    .secret .step .detail_area li {
      font-size: 1.6rem; }
    .secret .step .detail_area .detail_image {
      width: 100%; }
      .secret .step .detail_area .detail_image ul li {
        width: calc( ( 100% - 10px ) / 2); }
    .secret .step .detail_area dl dt {
      font-size: 1.6rem; }
    .secret .step .detail_area dl dd {
      font-size: 1.6rem; }
    .secret .step .detail_area dl:nth-of-type(2), .secret .step .detail_area dl:nth-of-type(3) {
      width: 100%; }
  .secret .step .point_box {
    padding: 40px 20px 20px; }
    .secret .step .point_box .point_head {
      top: -20px;
      left: 10px;
      padding: 5px 20px;
      font-size: 1.8rem; }
      .secret .step .point_box .point_head::after {
        bottom: -15px; }
    .secret .step .point_box .point_lead {
      font-size: 2.0rem; }
  .secret .step .request_service {
    margin: 0 0 60px;
    padding: 20px; }
    .secret .step .request_service .subhead {
      font-size: 1.4rem; }
    .secret .step .request_service .head {
      margin: 0 0 10px;
      font-size: 2.0rem; }
    .secret .step .request_service li {
      font-size: 1.6rem; } }

@media screen and (max-width: 480px) {
  .service .reason-list li .btn-guide .read-more-gold a {
    font-size: 1.45rem;
    line-height: 40px; } }

/*# sourceMappingURL=style.css.map */