@charset "utf-8";

/* CSS Document */

/*common*/

body, div, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, form, input, button, figure, figcaption, p, pre, a, time {
  color: #6A8189;
}

/* left right */
@media (max-width: 1024px) {
  .tb > [class^="left-cmn"] {
    width: 100%;
  }

  .tb > [class^="right-cmn"] {
    width: 100%;
  }

  .tb > .right-cmn01 {
    margin-top: 10px;
  }

  .tb > .right-cmn02 {
    margin-top: 15px;
  }

  .tb > .right-cmn03 {
    margin-top: 20px;
  }

  .tb > .right-cmn {
    margin-top: 25px;
  }
}

@media (max-width: 599px) {
  [class^="left-cmn"] {
    width: 100%;
  }

  [class^="right-cmn"] {
    width: 100%;
  }

  .right-cmn01 {
    margin-top: 5px;
  }

  .right-cmn02 {
    margin-top: 10px;
  }

  .right-cmn03 {
    margin-top: 15px;
  }

  .right-cmn {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .tb-br {
    display: block;
  }
}

@media (max-width: 599px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}
@media (max-width: 599px) {
  .pc-br {
    display: inline;
  }
}

.pc-br.tb {
  display: block;
}
@media (max-width: 1024px) {
  .pc-br.tb {
    display: inline;
  }
}

/* float */
.up-fl-left {
  float: left;
}

.up-fl-right {
  float: right;
}

.up-fl-none {
  float: none;
}

.up-flc-left {
  clear: left;
}

.up-flc-rigjt {
  clear: right;
}

.up-flc-both {
  clear: both;
}

.float-box {
  display: block;
}

.float-box:before {
  content: "";
  display: block;
  clear: both;
}

.float-box:after {
  content: "";
  display: block;
  clear: both;
}

.float-box .float-box-img {
  float: right;
}

.float-box .float-box-title {
  float: left;
}

.float-box .float-box-content {
  float: left;
}

.float-box.-rowr .float-box-img {
  float: left;
}

.float-box.-rowr .float-box-title {
  float: right;
}

.float-box.-rowr .float-box-content {
  float: right;
}

.float-box-alternate .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-alternate .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-alternate .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: right;
}

.float-box-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: left;
}

.float-box-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: left;
}

@media (max-width: 1024px) {
  .up-fl-left\@tb {
    float: left;
  }

  .up-fl-right\@tb {
    float: right;
  }

  .up-fl-none\@tb {
    float: none;
  }

  .up-flc-left\@tb {
    clear: left;
  }

  .up-flc-rigjt\@tb {
    clear: right;
  }

  .up-flc-both\@tb {
    clear: both;
  }
}

@media (max-width: 599px) {
  .up-fl-left\@sp {
    float: left;
  }

  .up-fl-right\@sp {
    float: right;
  }

  .up-fl-none\@sp {
    float: none;
  }

  .up-flc-left\@sp {
    clear: left;
  }

  .up-flc-rigjt\@sp {
    clear: right;
  }

  .up-flc-both\@sp {
    clear: both;
  }
}

/*  レイアウト  */
.cross-item {
  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;
}

.cross-item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cross-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.parallel {
  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;
}

.parallel.-jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.parallel.-jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.parallel.-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parallel.-rowr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .cross.-rowr\@tb .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cross.-rowr\@tb .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cross.-none\@tb .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cross.-none\@tb .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .parallel.-jc-fs\@tb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .parallel.-jc-fe\@tb {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .parallel.-jc-c\@tb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .parallel.-row\@tb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .parallel.-rowr\@tb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 599px) {
  .cross.-rowr\@sp .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cross.-rowr\@sp .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cross.-none\@sp .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cross.-none\@sp .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .parallel.-jc-fs\@sp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .parallel.-jc-fe\@sp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .parallel.-jc-c\@sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .parallel.-row\@sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .parallel.-rowr\@sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

/*  Y方向の余白（margin）  */
.space-v0 > .space + .space {
  margin-top: 0;
}

.space-v5 > .space + .space {
  margin-top: 5px;
}

.space-v10 > .space + .space {
  margin-top: 10px;
}

.space-v15 > .space + .space {
  margin-top: 15px;
}

.space-v20 > .space + .space {
  margin-top: 20px;
}

.space-v25 > .space + .space {
  margin-top: 25px;
}

.space-v30 > .space + .space {
  margin-top: 30px;
}

.space-v35 > .space + .space {
  margin-top: 35px;
}

.space-v40 > .space + .space {
  margin-top: 40px;
}

.space-v45 > .space + .space {
  margin-top: 45px;
}

.space-v50 > .space + .space {
  margin-top: 50px;
}

.space-v55 > .space + .space {
  margin-top: 55px;
}

.space-v60 > .space + .space {
  margin-top: 60px;
}

.space-v65 > .space + .space {
  margin-top: 65px;
}

.space-v70 > .space + .space {
  margin-top: 70px;
}

.space-v75 > .space + .space {
  margin-top: 75px;
}

.space-v80 > .space + .space {
  margin-top: 80px;
}

.space-v85 > .space + .space {
  margin-top: 85px;
}

.space-v90 > .space + .space {
  margin-top: 90px;
}

.space-v95 > .space + .space {
  margin-top: 95px;
}

.space-v100 > .space + .space {
  margin-top: 100px;
}

.space-v120 > .space + .space {
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .space-v0\@tb > .space + .space {
    margin-top: 0;
  }

  .space-v5\@tb > .space + .space {
    margin-top: 5px;
  }

  .space-v10\@tb > .space + .space {
    margin-top: 10px;
  }

  .space-v15\@tb > .space + .space {
    margin-top: 15px;
  }

  .space-v20\@tb > .space + .space {
    margin-top: 20px;
  }

  .space-v25\@tb > .space + .space {
    margin-top: 25px;
  }

  .space-v30\@tb > .space + .space {
    margin-top: 30px;
  }

  .space-v35\@tb > .space + .space {
    margin-top: 35px;
  }

  .space-v40\@tb > .space + .space {
    margin-top: 40px;
  }

  .space-v45\@tb > .space + .space {
    margin-top: 45px;
  }

  .space-v50\@tb > .space + .space {
    margin-top: 50px;
  }

  .space-v55\@tb > .space + .space {
    margin-top: 55px;
  }

  .space-v60\@tb > .space + .space {
    margin-top: 60px;
  }

  .space-v65\@tb > .space + .space {
    margin-top: 65px;
  }

  .space-v70\@tb > .space + .space {
    margin-top: 70px;
  }

  .space-v75\@tb > .space + .space {
    margin-top: 75px;
  }

  .space-v80\@tb > .space + .space {
    margin-top: 80px;
  }

  .space-v85\@tb > .space + .space {
    margin-top: 85px;
  }

  .space-v90\@tb > .space + .space {
    margin-top: 90px;
  }

  .space-v95\@tb > .space + .space {
    margin-top: 95px;
  }

  .space-v100\@tb > .space + .space {
    margin-top: 100px;
  }

  .space-v120\@tb > .space + .space {
    margin-top: 100px;
  }
}

@media (max-width: 599px) {
  .space-v0\@sp > .space + .space {
    margin-top: 0;
  }

  .space-v5\@sp > .space + .space {
    margin-top: 5px;
  }

  .space-v10\@sp > .space + .space {
    margin-top: 10px;
  }

  .space-v15\@sp > .space + .space {
    margin-top: 15px;
  }

  .space-v20\@sp > .space + .space {
    margin-top: 20px;
  }

  .space-v25\@sp > .space + .space {
    margin-top: 25px;
  }

  .space-v30\@sp > .space + .space {
    margin-top: 30px;
  }

  .space-v35\@sp > .space + .space {
    margin-top: 35px;
  }

  .space-v40\@sp > .space + .space {
    margin-top: 40px;
  }

  .space-v45\@sp > .space + .space {
    margin-top: 45px;
  }

  .space-v50\@sp > .space + .space {
    margin-top: 50px;
  }

  .space-v55\@sp > .space + .space {
    margin-top: 55px;
  }

  .space-v60\@sp > .space + .space {
    margin-top: 60px;
  }

  .space-v65\@sp > .space + .space {
    margin-top: 65px;
  }

  .space-v70\@sp > .space + .space {
    margin-top: 70px;
  }

  .space-v75\@sp > .space + .space {
    margin-top: 75px;
  }

  .space-v80\@sp > .space + .space {
    margin-top: 80px;
  }

  .space-v85\@sp > .space + .space {
    margin-top: 85px;
  }

  .space-v90\@sp > .space + .space {
    margin-top: 90px;
  }

  .space-v95\@sp > .space + .space {
    margin-top: 95px;
  }

  .space-v100\@sp > .space + .space {
    margin-top: 100px;
  }
  .space-v120\@sp > .space + .space {
    margin-top: 100px;
  }
}

.area {
  padding: 80px 0;
}

.areat {
  padding-top: 80px;
}

.areab {
  padding-bottom: 80px;
}

.area-medium {
  padding: 50px 0;
}

.areat-medium {
  padding-top: 50px;
}

.areab-medium {
  padding-bottom: 50px;
}
.areab-small {
  padding-bottom: 30px;
}

@media (max-width: 599px) {
  .area {
    padding: 50px 0;
  }

  .areat {
    padding-top: 50px;
  }

  .areab {
    padding-bottom: 50px;
  }

  .area-medium {
    padding: 30px 0;
  }

  .areat-medium {
    padding-top: 30px;
  }

  .areab-medium {
    padding-bottom: 30px;
  }
  .areab-small {
    padding-bottom: 20px;
  }
}
/* 共通 */
.bg01 {
  background: rgba(245, 244, 236, 1);
}
.bg02 {
  background: #faf9f3;
}

.sp-only {
  display: none;
}

[data-element-id].sp-only {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}
.pic-radius img {
  border-radius: 40px;
}
.pic-radius10 img {
  border-radius: 10px;
}
.pic-border {
  border: 1px solid #6ea0d1;
  border-radius: 30px;
}

/* タイトル */
.title-box01 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-weight: normal;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.title-box01.center {
  text-align: center;
}
.title-box01 .tit {
  font-size: 4.4rem;
  letter-spacing: 5px;
  line-height: 1.2;
}
.title-box01 .sub-tit {
  font-size: 14px;
  letter-spacing: 2px;
}
.title-box01.-border-none:before {
  display: none;
}

.title-box01:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7%;
  height: 1px;
  background: rgba(242, 107, 48, 1);
}
.title-box01.center:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5%;
  height: 1px;
  background: rgba(242, 107, 48, 1);
}

.title-box01.border-white:before {
  background: #fff;
}
.title-box01.white > * {
  color: #fff;
}

@media (max-width: 1024px) {
  .title-box01 .tit {
    font-size: 2.8rem;
  }
}

@media (max-width: 599px) {
  .title-box01 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .title-box01 .tit {
    font-size: 2rem;
  }
}

.title-box02 {
  position: relative;
  margin-bottom: 50px;
  font-weight: normal;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.title-box02.center {
  text-align: center;
}
.title-box02 .tit {
  font-size: 2.4rem;
  letter-spacing: 5px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 20px 3%;
  background: #e29b4a;
  color: #fff;
  text-align: center;
}

@media (max-width: 1024px) {
  .title-box02 .tit {
    font-size: 2.8rem;
  }
}

@media (max-width: 599px) {
  .title-box02 {
    margin-bottom: 30px;
  }
  .title-box02 .tit {
    font-size: 1.5rem;
    text-align: left;
  }
}

/* タイトル余白 */
.title-bottom {
  margin-bottom: 2rem;
}
.title-bottom-large {
  margin-bottom: 4rem;
}
@media (max-width: 599px) {
  .title-bottom-large {
    margin-bottom: 2rem;
  }
}

/* txt-type */
.txt-type-01 {
  text-align: center;
  line-height: 2;
  width: 60%;
  margin: auto;
}

@media (max-width: 599px) {
  .txt-type-01 {
    width: 100%;
    text-align: left;
  }
}
.txt-type-02 {
  line-height: 2;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 599px) {
  .txt-type-02 {
    text-align: left;
    width: 100%;
  }
}

/* color */
.color-01 {
  color: #75abda;
}

.color-02 {
  color: #a0cee1;
}

/* リスト */

/* btn */
.btn a {
  display: block;
}
.btn-type-01 {
  position: relative;
}

.btn-type-01 a {
  width: 90%;
  max-width: 150px;
  text-align: center;
  margin: 70px auto 0;
  background: rgba(242, 107, 48, 1);
  color: #fff;
  padding: 10px 0;
  letter-spacing: 0.5px;
  font-size: 14px;
  display: block;
}

.btn-type-01.small a {
  padding: 10px;
  max-width: 200px;
  font-size: 14px;
}

.btn-type-01.small a:after {
  width: 40px;
  background-size: contain;
}

.btn-type-01.mt-small a {
  margin-top: 35px;
}

.btn-type-01.mt-none a {
  margin-top: 0px;
}

.btn-type-01.-left a {
  margin-right: 0;
}
.btn-type-01.-right a {
  margin-left: 0;
}

@media (max-width: 599px) {
  .btn-type-01 a {
    font-size: 14px;
    margin: 30px auto 0;
  }
  .btn-type-01.mt-small a {
    margin-top: 30px;
  }

  .btn-type-01.mt-none a {
    margin-top: 0px;
  }

  .btn-type-01.-right\@sp a {
    margin-left: 0;
  }
  .btn-type-01.-left\@sp a {
    margin-right: 0;
  }
  .btn-type-01.-center\@sp a {
    margin-left: auto;
    margin-right: auto;
  }
}

/* category archive */
.ca-box > div + div {
  margin-top: 100px;
}

.ca-box .cate {
  border: 1px solid #a3cee1;
  background: #fff;
  padding: 10%;
  border-radius: 20px;
  margin-bottom: 50px;
}

.ca-box .cate ul li {
  padding-left: 1.3rem;
}
.ca-box .cate ul li.now {
  color: #74abda;
}
.ca-box .cate ul li {
  position: relative;
}
.ca-box .cate ul li + li {
  margin-top: 20px;
}

.ca-box .cate ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(#) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
}

.ca-box .arc ul li a:before {
  background: url(#) 0 0 no-repeat;
}
.ca-box .cate ul li.now a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(#) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
}
@media (max-width: 1024px) {
  .ca-box > div + div {
    margin-top: 50px;
  }
}
@media (max-width: 599px) {
  .ca-box .cate {
    margin-bottom: 30px;
  }
}

/* pager */

.pager ul li a,
.pager ul li .now {
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid transparent;
  position: relative;
  border-radius: 50%;
}

.pager ul li .now,
.pager ul li a:hover {
  opacity: 1;
  border: 1px solid #a3cee1;
  background-color: #a3cee1;
  color: #fff;
}

.pager ul li .now:after,
.pager ul li a:hover:after {
  background-color: #000;
}

.pager ul li a:focus {
  outline: none;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .pager ul li a,
  .pager ul li .now {
    padding-top: 5px;
  }
}

.pager ul li a:hover {
  opacity: 1;
}

.pager ul .prev,
.pager ul .next {
  font-size: 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.pager ul .prev-arrow:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  line-height: 100%;
}

.pager ul .next-arrow:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  line-height: 100%;
}

@media (max-width: 599px) {
  .pager ul li a,
  .pager ul li .now {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

/* pager end */

.h1-wrap {
  position: relative;
}

.h1-wrap h1 {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 10px;
  letter-spacing: 1px;
  width: 100%;
  padding-right: 40px;
  line-height: 1;
  padding-left: 3px;
}

.h1-wrap .address {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 10px;
}

@media (max-width: 1024px) {
  .h1-wrap .address {
    display: none;
  }
}

@media (max-width: 599px) {
  .h1-wrap h1 {
    padding-right: 0px;
  }
}

/* header */
header {
  padding: 10px 0px 10px;
}
header .left {
  width: 10%;
}
header .left .pic img {
  max-width: 60px;
  width: 80%;
}

header .center {
  width: 72%;
}
header .right {
  width: 18%;
}
header .right .txt {
  font-size: 10px;
}

header .right .box1 {
  text-align: center;
  width: 100%;
}

header .right .box2 {
  width: 45%;
}
header .right .tell-box {
  line-height: 1.2;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

header .right .tell-box a {
  font-size: 24px;
  letter-spacing: 2px;
  color: #FF6A28;
  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;
}

header .right .tell-box a img {
  margin-right: 5px;
}
header .right .box2 .border-box {
  background: rgba(242, 107, 48, 1);
  text-align: center;
  border-radius: 30px;
  padding: 10px 0;
  color: #fff;
}

header .right .box2 .border-box a {
  display: block;
}

header .right .box2 .border-box img {
  margin-right: 10px;
}

.index header .inner {
  max-width: 1200px;
}

@media (max-width: 1024px) {
  header {
    padding: 20px 0px 5px;
  }
  header .right {
    width: 50%;
    display: none;
  }

  header .center {
    width: 0;
  }

  header .left {
    width: 10%;
  }

  header .right .tell-box a {
    font-size: 26px;
  }
}

@media (max-width: 599px) {
  header .right {
    display: none;
  }
  header .left {
    width: 100%;
    text-align: center;
  }
}

/* gnav */
#gnav {
  padding: 20px 0;
}

#gnav .toggle {
  background:rgba(242, 107, 48, 1);
}

#gnav li {
  display: inline-block;
}

#dropmenu {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
/*   max-width: 700px; */
}

[data-element-id] #dropmenu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}

#dropmenu li a {
  letter-spacing: 1px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
}

#dropmenu li a:hover {
  opacity: 1;
}

#dropmenu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#dropmenu li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #f99700;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#dropmenu li a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#dropmenu li.dropdown a:after {
  display: none;
}

#dropmenu li a:hover {
  opacity: 0.6;
}

#gnav li.reservation a {
  background: #ffce83;
  color: #421f00;
}
#gnav li.reservation.type-b a {
  background: rgba(66, 31, 0, 0.8);
  color: #fff;
}

#dropmenu li.index-link span {
  display: none;
}

#dropmenu span.drop-btn {
  letter-spacing: 1px;
  font-size: 18px;
  display: block;
  text-align: left;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
}

#dropmenu span.drop-btn:after {
  content: "\f0d7";
  position: absolute;
  font-family: fontawesome;
  color: #ed6f92;
  font-size: 14px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropmenu {
  *zoom: 1;
}
[data-element-id].dropmenu .dropdown {
  overflow: visible;
  text-align: center;
}

[data-element-id].dropmenu .dropdown ul {
  opacity: 1;
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px) !important;
  position: static;
}

.dropmenu .dropdown {
  overflow: hidden;
  position: relative;
}

.dropmenu .dropdown::after {
  content: "";
  width: 280px;
  height: 30px;
  border: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  right: 50%;
  left: 50%;
  z-index: 2;
  top: 30px;
}

.dropmenu .dropdown ul {
  width: 370px;
  height: auto;
  margin: 23px auto 0 auto;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #FF6A28;
  -webkit-box-shadow: 3px 3px 10px -7px black;
  box-shadow: 3px 3px 10px -7px black;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
  position: absolute;
  top: 100%;
  right: -175px;
  left: -175px;
  z-index: 4;
}

.dropmenu .dropdown ul::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  margin: auto;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent #FF6A28 transparent;
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
}

.dropmenu .dropdown ul li + li {
  border-top: 1px solid white;
}

.dropmenu .dropdown ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-left: 0;
}

.dropmenu .dropdown ul li a {
  display: block;
  padding: 10px 5px;
  font-size: 18px;
  color: white;
}

.dropmenu .dropdown:hover {
  overflow: visible;
}

.dropmenu .dropdown:hover ul {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sab-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
}

.sab-nav li a {
  width: 100%;
}

#dropmenu .sp-only {
  display: none;
}

#dropmenu[data-element-id] .sp-only {
  display: block;
  border: 2px solid green;
  position: relative;
}
#dropmenu[data-element-id] .sp-only:before {
  content: "モバイル用";
  background: green;
  color: #fff;
  display: block;
  font-size: 12px;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}
[data-element-id].mobi-info.sp-only {
  display: block;
  border: 2px solid green;
  width: 20%;
  position: relative;
  margin: 0 auto 10px;
  width: 100%;
}

[data-element-id].mobi-info.sp-only:before {
  content: "モバイル用";
  background: green;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #gnav {
    width: 100%;
  }

  #gnav .accordion-body {
    background: rgba(255, 255, 255, 0.8);
  }

  #gnav.action .accordion-body {
    width: 60%;
    margin-left: 40%;
  }

  #gnav .accordion-inner {
    height: 100vh;
  }
  #gnav .accordion-inner .mobi-info {
    text-align: center;
    margin-bottom: 20px;
  }

  #gnav .accordion-inner .mobi-info .tit {
    letter-spacing: 5px;
    margin-bottom: 10px;
  }
  .accordion-inner .sns li {
    display: inline-block;
  }

  #dropmenu {
    display: block;
    padding-bottom: 200px;
  }

  #dropmenu li a:after {
    content: none;
  }

  #gnav ul li span {
    height: auto;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
    border-bottom: 1px solid #333;
    display: none;
  }

  .dropmenu .dropdown ul {
    position: static;
    background-color: rgba(78, 69, 64, 0);
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: unset;
    transform: unset;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropmenu .dropdown ul::before {
    display: none;
  }

  #dropmenu .dropdown ul li {
    overflow: visible;
    height: auto;
    font-family: "Georgia", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: normal;
  }

  #dropmenu .dropdown ul li:last-of-type {
    border-bottom: none;
  }

  #dropmenu .dropdown ul li a {
    background-color: unset;
    width: 100%;
  }

  #dropmenu li.index-link img {
    display: none;
  }

  #gnav ul li.index-link span {
    display: block;
    background: none;
  }

  #dropmenu span.drop-btn {
    color: #fff;
  }

  #dropmenu span.drop-btn:after {
    content: none;
  }

  #dropmenu .dropdown:hover ul li {
    height: auto;
    width: 100%;
  }

  #gnav.fixed {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  #gnav {
    padding: 0;
  }

  #dropmenu .sp-only {
    display: block;
  }
}

@media (max-width: 599px) {
  #gnav.action .accordion-body {
    width: 100%;
    margin-left: 0;
  }
}

/* ハンバーガー */

@media only screen and (max-width: 1024px) {
  #gnav .toggle {
    display: block !important;
    position: fixed !important;
    width: 42px;
    height: 42px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 251;
  }

  #gnav .toggle .bar {
    display: block;
    background: #fff;
    height: 2px;
    width: 28px;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 7px;
    margin-top: -1px;
    position: absolute;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
  }

  #gnav .toggle .bar:before {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 28px;
    position: absolute;
    top: -10px;
    left: 0;
  }

  #gnav .toggle .bar:after {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 28px;
    position: absolute;
    top: 10px;
    left: 0;
  }

  #gnav.action .toggle .bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #gnav.action .toggle .bar:after,
  #gnav.action .toggle .bar:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
  }

  #gnav .accordion-body {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: height ease 0.1s, opacity ease 0.4s;
    transition: height ease 0.1s, opacity ease 0.4s;
    background: rgba(255, 255, 255, 0.8);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: -10;
  }

  #gnav.action .accordion-body {
    height: 100vh;
    opacity: 1;
    z-index: 250;
  }

  #gnav .accordion-inner {
    width: 100%;
    padding: 60px 10px 200px 10px;
  }

  #gnav li {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #333;
    padding: 0;
    margin: 0;
  }

  #gnav ul li a {
    display: block;
    color: #000;
    text-align: left;
    padding: 10px 15px;
    border: none;
  }

  .overlay:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 150;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (max-width:599px) {
  #gnav .toggle {
    width: 20%;
    height: 61.19px;
    top: unset;
    bottom: 0;
  }
  #gnav .toggle .bar {
    left: 50%;
    transform: translateX(-50%);
  }
  #gnav.action .toggle .bar {
    left: 32%;
  }
}

/* top-mv */

.top-mv {
  position: relative;
}

.top-mv .inner {
  max-width: 1200px;
}
.top-mv .box {
  position: relative;
}

.top-mv .pbox {
  width: 100%;
}
.top-mv .pic {
  position: relative;
  display: block;
  width: 100%;
}



.top-mv .uk-slidenav-position {
    overflow: hidden;
    position: relative;
}

.top-mv .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 50%;
}

.top-mv .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.top-mv .uk-slideshow li {
    height: 100% !important;
}

.top-mv .uk-slideshow .uk-flex {
    height: 100%;
}

.top-mv .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 20%;
}

@media (max-width: 599px) {
    .top-mv .uk-slidenav-position:after {
        padding-top: 80%;
    }

    .uk-slideshow li div {
        height: 100%;
    }
}

.top-mv .tit-box {
  position: absolute;
  top: 45%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-mv .tit-box .tit {
  font-size: 40px;
  letter-spacing: 2px;
  -ms-flex-item-align: center;
  align-self: center;
  min-height: 40%;
  padding: 10px;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
  color: #424240;
  font-weight: normal;
}

@media (max-width: 599px) {
  .top-mv .tit-box .tit {
    font-size: 18px;
  }
}

.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1%;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  -webkit-animation: arrowmove 1s ease-in-out infinite;
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}

/* under-mv */
.under-mv {
  position: relative;
}

.under-mv .pbox {
  width: 80%;
}

.under-mv .pic {
  position: relative;
  display: block;
  width: 100%;
}

.under-mv .pic:after {
  content: "";
  display: block;
  padding-top: 40%;
}

.under-mv .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.under-mv .tit-box {
  width: 20%;
}

.under-mv .tit-box .tit {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  font-size: 34px;
  letter-spacing: 2px;
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
}

.under-mv .tit-box .en {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  color: #75abda;
}

@media (max-width: 599px) {
  .under-mv .pic:after {
    padding-top: 90%;
  }
}

/* footer */
.foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.foot-nav dd {
  margin-bottom: 15px;
}
.foot-nav dd a {
  color: #797d80;
  position: relative;
  display: inline-block;
  padding: 10px;
}

.logo-area {
  margin-bottom: 70px;
  text-align: center;
}
.logo-area img {
  width: 150px;
}

.foot-shop {
  max-width: 800px;
  margin: 20px auto 0;
}

.foot-shop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.foot-shop li {
  color: #797d80;
  width: 31.333%;
  margin: 1%;
}

.foot-shop li .tit {
  position: relative;
  margin-bottom: 5px;
}

.foot-shop li .tit:before {
  content: "■";
}

.foot-shop li .txt {
  font-size: 14px;
}

.foot-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.foot-blank .pic + .pic {
  margin-left: 20px;
}


[data-element-id].footer_kotei {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid green;
  max-width: 400px;
}

[data-element-id].footer_kotei:before {
  content: "モバイル用です";
  background: green;
  top: 0px;
  left: 0;
  position: absolute;
  font-size: 12px;
  color: #fff;
}

.footer_kotei {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 80%;
  z-index: 10000;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*   padding: 7px 8px 7px 10px; */
  margin: 0 auto;
  background: #ffdbab;
  font-size: 24px;
  font-weight: 600;
}

.footer_kotei .tel {
  width: 50%;
  padding: 5px 0;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}

.footer_kotei .tel a {
  font-size: 12px;
  color: #ffa111;
}
/* 
.footer_kotei .tel a .txt {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
} */

.footer_kotei .tel a .i {
  display: block;
  font-size: 20px;
  transform: rotate(-35deg) translate3d(0px, 5px, 0px) ;
}



.footer_kotei .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 0 auto;
  background: #ffa111;
  text-align: center;
  padding: 5px 0;
}

.footer_kotei .mail a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 100%;
  margin: auto;
}

.footer_kotei .mail a .i {
    display: block;
    font-size: 20px;
}

.footer_kotei.type-b {
    background: rgba(242, 107, 48, 1);
}

.footer_kotei.type-b .tel a {
  color: #fff;
}


.copy {
  background: #faf9f3;
  font-size: 10px;
  padding: 15px 0;
}

@media (max-width:1024px) {
  footer {
    padding-bottom: 60px;
  }
}

@media (max-width: 599px) {
  .foot-nav dd {
    width: 48%;
  }

  .foot-nav dd a {
    width: 100%;
  }

  .logo-area {
    margin-top: 30px;
    text-align: center;
  }

  .foot-shop li {
    width: 48%;
  }

  .foot-shop {
    margin-bottom: 20px;
  }
  .footer_kotei {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* lay-type-01 */
.lay-type-01 {
  position: relative;
}
.lay-type-01 .title-box {
  margin-right: -5%;
  position: relative;
  z-index: 1;
  width: 45%;
}
.lay-type-01 .pic {
  width: 60%;
}
.lay-type-01 .tbox {
  width: 40%;
}
.lay-type-01 .tbox .big {
  font-size: 1.5rem;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: normal;
}

.lay-type-01 .tbox .txt {
  margin-top: 20px;
}

.lay-type-01:before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #faf9f3;
  z-index: -1;
}

@media (max-width: 1024px) {
  .lay-type-01 .title-box {
    width: 60%;
  }
  .lay-type-01 .pic {
    width: 40%;
  }
  .lay-type-01 .tbox {
    width: 60%;
  }
}

@media (max-width: 599px) {
  .lay-type-01 .title-box {
    width: 100%;
  }
  .lay-type-01 .pic {
    width: 100%;
  }
  .lay-type-01 .tbox {
    width: 100%;
  }
  .lay-type-01 .tbox .big {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.lay-type-02 {
  position: relative;
}
.lay-type-02 .tbox {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.lay-type-02 .list {
  margin-top: 80px;
}

.lay-type-02 .list ul {
  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;
}

.lay-type-02 .list ul .item {
  width: 25%;
  padding: 0 2%;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.lay-type-02 .list ul .item .tit {
  text-align: center;
  margin-top: 10px;
  font-weight: normal;
}

.lay-type-02 .list ul .item + .item:before {
  content: "";
  display: block;
  width: 1px;
  height: 20%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(159, 169, 174, 1);
}
.lay-type-02 .list .item .pic {
  text-align: center;
  margin: auto;
  max-width: 90px;
}

.lay-type-02 .list .item .pic img {
  max-width: 90px;
  max-height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 599px) {
  .lay-type-02 .tbox {
    text-align: left;
  }
  .lay-type-02 .list {
    margin-top: 20px;
  }
  .lay-type-02 .list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lay-type-02 .list ul .item {
    width: 40%;
  }
  .lay-type-02 .list ul .item:nth-child(odd):before {
    display: none;
  }
  .lay-type-02 .list ul .item:nth-child(even):before {
    content: "";
    display: block;
    width: 1px;
    height: 20%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(159, 169, 174, 1);
  }
}

.lay-type-03 .wrap {
  margin-left: 0;
  max-width: 1200px;
}

@media (min-width: 1301px) {
  .lay-type-03 .wrap {
    margin: auto;
  }
}

.lay-type-04 .box {
  margin-top: 150px;
}

.lay-type-04 .box.mt-small {
  margin-top: 50px;
}

.lay-type-04 .item {
  position: relative;
}

.lay-type-04 .item:nth-child(odd):before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  right: 0;
  width: 75%;
  height: 100%;
  background: #faf9f3;
  z-index: -1;
}

.lay-type-04 .item:nth-child(even):before {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  width: 75%;
  height: calc(100% - 100px);
  background: #f9f9f9;
  z-index: -1;
}

.lay-type-04 .item .tit {
  position: relative;
  width: 48%;
  padding: 120px 20px 20px;
  font-size: 1.7rem;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: normal;
}
.lay-type-04 .item .tit .num {
  position: absolute;
  top: -30px;
  left: 10px;
  font-size: 100px;
  color: #e7e6e3;
  line-height: 1.5;
}

.lay-type-04 .item .tit .num .hash {
    font-size: 80%;
}

.lay-type-04 .item .pic {
  width: 48%;
}

.lay-type-04 .item:nth-child(even) .pic {
  margin-top: 100px;
}

.lay-type-04 .item .tbox {
  width: 48%;
  padding: 0 20px 20px;
}

@media (max-width: 1024px) {
  .lay-type-04 .item .tit {
    padding: 120px 5px 20px;
  }
  .lay-type-04 .item .tbox {
    padding: 5px;
  }
}

@media (max-width: 599px) {
  .lay-type-04 .box {
    margin-top: 30px;
  }
  .lay-type-04 .box.mt-small {
    margin-top: 30px;
  }
  .lay-type-04 .item {
    padding: 30px 0 40px;
  }
  .lay-type-04 .item .tit {
    position: relative;
    width: 100%;
    padding: 0px 5px 20px;
  }
  .lay-type-04 .item .pic {
    width: 100%;
  }
  .lay-type-04 .item .tbox {
    width: 100%;
    padding: 20px 10px 0 10px;
  }
  .lay-type-04 .item:nth-child(odd):before {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .lay-type-04 .item:nth-child(even):before {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .lay-type-04 .item:nth-child(even) .pic {
    margin-top: 0;
  }
  .lay-type-04 .item .tit .num {
    position: static;
    font-size: 50px;
  }
}

.lay-type-05 .banner {
  position: relative;
  z-index: 1;
}

.lay-type-05 .banner a {
    display: block;
}

.lay-type-05 .banner .pbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.lay-type-05 .banner .tbox {
  position: relative;
  z-index: 2;
  padding: 50px 20px;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  letter-spacing: 5px;
}
.lay-type-05 .banner .tbox .tit {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.lay-type-05 .banner .tbox.white > * {
  color: #fff;
}

.lay-type-05 .banner .tbox .sub-tit {
  position: relative;
}

.lay-type-05 .banner .tbox .sub-tit:before {
  content: "";
  width: 50px;
  height: 7px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: block;
  margin-bottom: 7px;
  position: absolute;
  right: 50px;
  bottom: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.lay-type-05 .banner a:hover .sub-tit:before {
  -webkit-transform: skew(45deg) translateX(10px);
  transform: skew(45deg) translateX(10px);
}

.bg-filter .pbox {
  position: relative;
}

.bg-filter .pbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.bg-filter > * {
  color: #fff;
}

.lay-type-06 .left {
  width: 25%;
}
.lay-type-06 .right {
  width: 70%;
}

.lay-type-06 .right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 50px 30px 30px;
  border-bottom: 1px solid #e8e7e4;
}

.lay-type-06 .right dl .cate {
  margin: 0 20px;
  border: 1px solid #f2723a;
  padding: 3px 5px;
}

.lay-type-06 .title-box01 {
  margin-top: -120px;
  padding-bottom: 120px;
}

@media (max-width: 1024px) {
  .lay-type-06 .left {
    width: 100%;
  }

  .lay-type-06 .right {
    width: 100%;
  }
  .lay-type-06 .title-box01 {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
  }
}

@media (max-width: 599px) {
  .lay-type-06 .title-box01 {
    margin: 0;
  }
  .lay-type-06 .right dl {
    padding: 15px 30px 15px 0;
  }
  .lay-type-06 .right .title {
    width: 100%;
    margin-top: 10px;
  }
}

.lay-type-07 .left {
  width: 25%;
}
.lay-type-07 .right {
  width: 70%;
}

.lay-type-07 .right .item .flex {
  margin: 20px 0;
}

.lay-type-07 .right .item .cate {
  border: 1px solid #f2723a;
  padding: 3px 5px;
}

.lay-type-07 .title-box01 {
  margin-top: -120px;
  padding-bottom: 120px;
}

.lay-type-07 .right .item .title {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .lay-type-07 .left {
    width: 100%;
  }

  .lay-type-07 .right {
    width: 100%;
  }
  .lay-type-07 .title-box01 {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
  }
}

@media (max-width: 599px) {
  .lay-type-07 .title-box01 {
    margin: 0;
  }
}

.lay-type-08 {
  position: relative;
}
.lay-type-08 .pbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.lay-type-08 .tbox {
  position: relative;
  z-index: 2;
}
.lay-type-09 .tit {
  width: 65%;
  font-size: 1.7rem;
  padding-bottom: 20px;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.lay-type-09 .pic {
  width: 30%;
}
.lay-type-09 .txt {
  width: 65%;
  line-height: 2;
}

@media (max-width: 599px) {
  .lay-type-09 .tit {
    width: 100%;
    font-size: 1.4rem;
  }
  .lay-type-09 .pic {
    width: 100%;
  }
  .lay-type-09 .txt {
    width: 100%;
    margin-top: 20px;
  }
}

.lay-type-10 {
  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;
}

.lay-type-10 .item {
  width: 48%;
}
.lay-type-10 .tit {
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}

.lay-type-10 .item01 .tit {
  background: #ee9b86;
}
.lay-type-10 .item02 .tit {
  background: #89b7dc;
}

.lay-type-10 .tbox {
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.lay-type-10 .item01 .tbox {
  background: #f9dfd9;
}
.lay-type-10 .item02 .tbox {
  background: #daeaf1;
}

.lay-type-10 .tbox li {
  position: relative;
  padding-left: 1.3em;
  line-height: 2;
}
.lay-type-10 .tbox li + li {
  margin-top: 15px;
}

.lay-type-10 .item01 .tbox li:before {
  content: "\f111";
  display: block;
  font-family: "font awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
}

.lay-type-10 .item02 .tbox li:before {
  content: "\f00d";
  display: block;
  font-family: "font awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 599px) {
  .lay-type-10 .item {
    width: 100%;
  }
}

.lay-type-11 dl {
  margin: 0 auto 5rem;
}
.lay-type-11 dt {
  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;
  margin: 0 auto 1rem;
  padding: 0 0 1rem;
  font-size: 1.4rem;
  color: #f26b30;
  border-bottom: 1px solid #f26b30;
}

.lay-type-11 dt .small {
  color: #504d4b;
  font-size: 1rem;
}

.lay-type-11 dd {
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0;
  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;
  font-size: 1rem;
  border-bottom: 1px solid rgb(242 107 48 / 50%);
}

@media (max-width: 599px) {
  .lay-type-11 dd span:nth-child(1) {
    width: 100%;
    padding-bottom: 1rem;
  }
}

/* access */
.access-type .logo-wrap .logo img {
  width: 150px;
}
.access-type .logo-wrap .info {
  width: calc(100% - 180px);
}
.access-type .logo-wrap .info .txt {
    color: #9CA9AF;
    font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.access-type .logo-wrap .info a {
  color: #f26b30;
  font-size: 3rem;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  letter-spacing: 2px;
}
.access-type .logo-wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.access-type .table {
    margin-top: 30px;
}

.access-type table {
  width: 100%;
}

.access-type th {
  text-align: left;
  width: 30%;
}

.access-type table tr {
  border-bottom: 1px solid;
}

.access-type table td {
  padding: 15px 0;
  text-align: center;
  width: 10%;
}
.access-type .table .txt {
    margin-top: 10px;
}

.access-type table td.type {
    text-align: left;
    width: auto;
    padding-left: 5px;
}

@media (max-width:599px) {
  
  .access-type .logo-wrap .logo {
      width: 100%;
      text-align: center;
  }
  
  .access-type .logo-wrap .info {
      width: 100%;
      text-align: center;
      margin-top: 20px;
  }
  
  .access-type .logo-wrap .info a {
      font-size: 2rem;
  }
}

.gmap_wrap {
  position: relative;
  overflow: hidden;
}

.gmap_wrap:after {
  display: block;
  padding-top: 35%;
  content: "";
}

.gmap_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: initial;
  width: 100%;
  height: 100%;
}

@media (max-width:599px) {
  .gmap_wrap:after {
    padding-top: 60%;
  }
}

/* arrow */

.arrow {
  position: relative;
}

.arrow:before {
  content: "";
  width: 50px;
  height: 7px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: skew(45deg) translateY(-50%);
  transform: skew(45deg) translateY(-50%);
  display: block;
  margin-bottom: 7px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a:hover .arrow:before {
  -webkit-transform: skew(45deg) translateY(-50%) translateX(10px);
  transform: skew(45deg) translateY(-50%) translateX(10px);
}

@media (max-width: 599px) {
  .arrow:before {
    width: 30px;
    height: 5px;
    right: 10px;
  }
}

/* 以下、ラフマ元CSS */

/********** l_reset_reset **********/

/* コンタクトフォームのボタンをリセット（chromeのUA） */
input[type="button"i],
input[type="submit"i],
input[type="reset"i],
input[type="file"i]::-webkit-file-upload-button,
button {
  border-color: none;
  border-style: none;
  border-width: 0;
  padding: 0;
}

/********************************
/********************************

l_common

********************************/
.tab_sm,
.sm_only {
  display: none !important;
}

.sec_title {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.6;
}

.sec_title .txt {
  border-bottom: 1px solid #4e4240;
  padding-bottom: 5px;
}

.sec_title .small {
  display: block;
  font-size: 24px;
  border-bottom: none;
}

.bb_heading {
  color: rgba(242, 107, 48, 1);
  text-decoration: underline;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.6;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.bl_heading {
  border-left: 5px solid #fbb03b;
  padding-left: 10px;
  color: #fbb03b;
  margin-bottom: 15px;
  font-size: 1.7rem;
}

@media (max-width: 599px) {
  .bb_heading {
    font-size: 1.4rem;
  }
  .bl_heading {
    font-size: 1.2rem;
  }
}

/********** リンクボタン **********/

.btn:hover {
  color: #ffffff;
}

.btn_wrap .btn:first-of-type {
  margin-right: 20px;
}

/********** FAQ **********/

.faq-list dl:not(:last-of-type) {
  margin-bottom: 25px;
}

.faq-list dt {
  font-size: 20px;
  background: #f6e9d5;
  padding: 15px 30px 15px 50px;
  position: relative;
  cursor: pointer;
}

.faq-list dd {
  padding: 15px 15px 15px 50px;
  margin-top: 20px;
  position: relative;
  line-height: 2;
}

.faq-list dt:before,
.faq-list dd:before {
  content: "A";
  display: block;
  font-size: 2rem;
  color: rgba(242, 107, 48, 1);
  position: absolute;
  top: 5px;
  left: 15px;
}

.faq-list dt:before {
  content: "Q";
  color: #fbb03b;
}

.faq-list dt:after {
  display: inline-block;
  content: "\f078";
  color: #fbb03b;
  font-size: 2rem;
  font-family: "font awesome 5 free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faq-list dt.action:after {
  content: "\f077";
}

[data-element-id].underpage.faq .side_nav .side_menu {
    width: 100%;
    align-items: flex-start;
}

[data-element-id].underpage.faq .side_nav .side_menu > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

[data-element-id].underpage.faq .side_nav .side_menu > li {
    display: block;
}

/********************************
/********************************

m_common

********************************/
@media only screen and (max-width: 1024px) {
  .pc_only {
    display: none !important;
  }

  .tab_sm {
    display: block;
  }

/*   .page {
  margin-top: 169px;
} */

  .sec_title {
    font-size: 28px;
    margin-bottom: 50px;
  }
}

/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {
  .sm_only {
    display: block !important;
  }

  .pc_tab {
    display: none;
  }

  .page {
    margin-top: 0px;
  }

  .sec_title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .btn_wrap .btn:first-of-type {
    margin: 0 auto 3%;
  }
  .faq-list dt {
    font-size: 16px;
    padding-right: 50px;
  }
  .faq-list dt:after {
    font-size: 1.4rem;
  }
}

/********************************



/********************************
/********************************

l_footer

********************************/

footer .totop {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: fixed;
  bottom: 12%;
  right: 5%;
  background: rgba(242, 107, 48, 1);
  z-index: 10;
}

footer .totop span {
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/********************************
/********************************

l_underpage

********************************/
.underpage .breadcrumb {
  width: 1000px;
  margin: 20px auto 0;
}

.underpage .breadcrumb li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.underpage .breadcrumb li:not(:first-of-type):before {
  display: inline-block;
  content: "｜";
  margin-right: 10px;
}

.underpage .breadcrumb a {
  color: rgba(242, 107, 48, 1);
}

.underpage .up_mainimg {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.underpage .up_mainimg .pic {
  height: 250px;
}

.underpage .up_mainimg .pic:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgb(73 22 0);
  opacity: 0.7;
}

.underpage .up_mainimg .up_heading {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  line-height: 1.5;
  width: 90%;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.underpage .side_nav {
  width: 100%;
}

.underpage .side_nav .side_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.underpage .side_nav .side_menu li {
  background: #fff4ef;
  border: 1px solid rgba(242, 107, 48, 1);
  border-radius: 5px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22%;
  margin-bottom: 1%;
}

.underpage .side_nav .side_menu li + li {
  margin-left: 4%;
}

.underpage .side_nav .side_menu li:nth-child(5) {
  margin-left: 0;
}

.underpage .side_nav .side_menu li:nth-child(9) {
  margin-left: 0;
}

.underpage .side_nav .side_menu li a {
  display: block;
  text-decoration: none;
  padding: 5%;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0.875rem;
  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;
}

.underpage .main_wrap {
  width: 100%;
  padding-top: 20px;
}

.underpage .box_li_wrap {
  margin-top: 50px;
}

.underpage .box_li_wrap li {
  width: 48%;
  font-size: 24px;
  border: 2px dotted #474747;
  border-radius: 7px;
  padding: 1rem;
  margin-bottom: 2%;
  text-align: center;
}

.underpage .box_li_wrap.triple li {
  width: 32%;
}

.underpage .box_li_wrap li .heading {
  color: rgba(242, 107, 48, 1);
  text-align: center;
  margin-bottom: 3rem;
}

.underpage .box_li_wrap li ul li {
  text-indent: -1rem;
  padding-left: 1rem;
  width: 100%;
  border: none;
  padding: 0 0 0 1rem;
}

.underpage .box_li_wrap li ul li:before {
  content: "・";
}

.underpage .box_txt_wrap {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .underpage .side_nav .side_menu li {
    width: 31.333%;
  }
  .underpage .side_nav .side_menu li + li {
    margin-left: 2%;
  }
  .underpage .side_nav .side_menu li:nth-child(5) {
    margin-left: 2%;
  }

  .underpage .side_nav .side_menu li:nth-child(9) {
    margin-left: 2%;
  }

  .underpage .side_nav .side_menu li:nth-child(4) {
    margin-left: 0;
  }

  .underpage .side_nav .side_menu li:nth-child(7) {
    margin-left: 0;
  }
}

@media (max-width: 599px) {
  .underpage .box_txt_wrap.mt-small\@sp {
    margin-top: 30px;
  }
}

/********** 黄色い番号のリスト **********/

.reserve_list {
  margin-top: 50px;
}

.reserve_list li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 0.75rem;
}

.reserve_list li span {
  color: #fbb03b;
  padding-right: 1rem;
}

.reserve_list .pic {
  width: 35%;
}

.reserve_list .text {
  padding-right: 2rem;
}

.reserve_list.double_no li {
  text-indent: 0;
  padding-left: 0;
}

.reserve_list.double_no .no {
  width: 3.5rem;
  display: block;
  color: #fbb03b;
}

.reserve_list.double_no .list_text {
  width: calc(100% - 3.5rem);
}

/********** footer上部の予約領域 **********/

.underpage .border_box {
  -webkit-box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #fff;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #fff;
  margin-bottom: 2rem;
  border-radius: 20px;
}

.underpage .footer_reserve .pic {
  width: 50%;
}
.underpage .footer_reserve .pic img {
  border-radius: 20px 0 0 20px;
}

.underpage .footer_reserve .res_text_wrap {
  width: 50%;
  padding: 20px 10px;
}

.underpage .footer_reserve .tel {
  text-align: center;
}

.underpage .footer_reserve .tel a {
    color: rgba(242, 107, 48, 1);
    font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 48px;
}

.underpage .footer_reserve .res_text_wrap .span {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

/********************************

m_underpage

********************************/

@media only screen and (max-width: 1024px) {
  .underpage .breadcrumb {
    width: 93%;
    max-width: 768px;
  }

  .underpage .up_mainimg .up_heading {
    font-size: 34px;
  }

  .underpage .side_nav .side_menu {
    top: 179px;
  }

  .underpage .footer_reserve .tel {
    font-size: 40px;
  }
}

/********************************

s_underpage

********************************/
@media only screen and (max-width: 599px) {
  .underpage .border_box {
    border-radius: 0 20px 20px 20px;
  }
  .underpage .footer_reserve .pic img {
    border-radius: 20px 20px 0 0;
  }
  .underpage .breadcrumb {
    width: 94%;
    max-width: 450px;
    margin: 20px auto;
  }

  .underpage .up_mainimg .up_heading {
    font-size: 26px;
    width: 90%;
  }

  .underpage .up_mainimg .pic {
    width: 100%;
    height: 200px;
  }

  .underpage .main_wrap {
    width: 100%;
    padding-top: 0;
  }

  .underpage .side_nav {
    display: none;
  }

  .underpage .box_li_wrap li {
    width: 100%;
  }

  /********** footer上部の予約領域 **********/
  .underpage .footer_reserve .pic {
    width: 100%;
    margin-bottom: 2rem;
  }

  .underpage .footer_reserve .res_text_wrap {
    width: 100%;
    padding: 0;
  }

  .underpage .footer_reserve .btn {
    padding: 1rem;
    margin-bottom: 2rem;
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_02. | 医院情報（clinic)

********************************/
/* .clinic .greeting_wrap,
.clinic .introduction,
.clinic .information,
.clinic .clinic_time,
.clinic .access,
.clinic .introduce,
.clinic .firsttime,
.clinic .flow {
  margin-bottom: 6%;
} */

.clinic .director {
  width: 35%;
}

.clinic .greeting {
  width: 65%;
  padding-left: 5%;
}

.clinic .director figcaption {
  font-size: 1.125rem;
}

.clinic .director figcaption span {
  font-size: 0.875rem;
}

.clinic .intro_wrap {
  border-radius: 10px;
  padding: 2rem 0;
  -webkit-box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #fff;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #fff;
}

.clinic .intro_wrap .bio {
  width: 100%;
  padding: 0 2rem;
  line-height: 2.5;
}

.clinic .intro_wrap .bio:not(:first-of-type) {
  border-left: 1px solid #000;
  padding-right: 0;
}

.clinic .intro_wrap .bio .heading {
  font-size: 1.125rem;
  color: #f26b30;
  margin-bottom: 1rem;
}

.clinic .information .pic {
  margin-bottom: 1rem;
}

.clinic .information dl {
  border-bottom: 1px solid #474747;
  padding: 1rem 0;
}

.clinic .information dt {
  width: 28%;
  font-weight: bold;
}

.clinic .information dd {
  width: 72%;
  line-height: 2;
}

.clinic .green_heading {
  margin: 3rem 0;
  font-size: 2rem;
}

.clinic .green_heading .span {
  border-bottom: 2px solid rgba(242, 107, 48, 1);
  color: rgba(242, 107, 48, 1);
  margin-left: 0.5rem;
  font-size: 1.7rem;
}

.clinic .green_heading .icon {
  width: 26px;
  display: inline-block;
}

.clinic .cap {
  font-size: 0.875rem;
  padding-top: 1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.clinic .access_text {
  margin-top: 2rem;
  line-height: 2;
}

.clinic .from_karasuma .image_wrap {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.clinic .from_karasuma .map_text {
    line-height: 2;
}

.clinic .from_karasuma .box {
  width: 32%;
  margin-bottom: 2rem;
}

.clinic .from_karasuma .no,
.clinic .flow .no {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(242, 107, 48, 1);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.clinic .firsttime .illust {
  margin: 1rem 0;
}

.clinic .firsttime .illust li {
  width: 23%;
  border: 2px dotted #474747;
  border-radius: 5px;
  padding: 1rem;
}

.clinic .firsttime .illust li .pic {
  width: 50%;
  margin: 0 auto;
}

.clinic .firsttime .illust .col {
  width: 100%;
}

.clinic .firsttime .illust .col .cap {
  text-align: center;
}

.clinic .firsttime .illust .col .heading {
  text-align: center;
  color: rgba(242, 107, 48, 1);
}

.clinic .flow {
  position: relative;
  margin-bottom: 100px;
}

.clinic .flow:after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fbb03b;
  font-size: 34px;
}

.clinic .flow:last-of-type:after {
  content: none;
}

.clinic .flow .image_wrap {
  position: relative;
  width: 30%;
}

.clinic .flow .flow_text {
  width: 70%;
  padding-left: 2rem;
}

.clinic .flow .flow_text .heading {
  color: rgba(242, 107, 48, 1);
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.clinic .flow .flow_text .text {
    line-height: 2;
}

[data-element-id].clinic .flow .flow_text.sp-only {
    position: absolute;
    left: 0;
    top: -60px;
    border: 1px solid green;
    display: inline-block;
    width: auto;
    padding-left: 0;
}

[data-element-id].clinic .flow .flow_text.sp-only:before {
    content: "モバイル";
    display: block;
    background: green;
    color: #fff;
}

[data-element-id].clinic .flow .flow_text.sp-only .heading {
    display: inline;
}

[data-element-id].flow_wrap {
    margin-top: 100px;
}



/********************************
/********************************

m_02. | 医院情報（clinic)

********************************/
@media only screen and (max-width: 1024px) {
  .clinic .greeting {
    padding-left: 2rem;
  }

  .clinic .from_karasuma .box {
    width: 48%;
  }

  .clinic .firsttime .illust li {
    width: 48%;
    margin-bottom: 2%;
  }

  .clinic .intro_wrap .bio:not(:first-of-type) {
    border-left: none;
  }
}

/********************************

s_02. | 医院情報（clinic)

********************************/
@media only screen and (max-width: 599px) {
  .clinic .director {
    width: 100%;
    margin-bottom: 6%;
  }

  .clinic .greeting {
    width: 100%;
    padding-left: 0;
  }

  .clinic .intro_wrap .bio {
    width: 100%;
    margin-bottom: 1rem;
  }

  .clinic .information .pic {
    width: 100%;
  }

  .clinic .information dt,
  .clinic .information dd {
    width: 100%;
  }

  .clinic .from_karasuma .box,
  .clinic .from_karasuma .box .pic {
    width: 100%;
  }

  .clinic .introduce .pic {
    width: 100%;
  }

  .clinic .flow .image_wrap {
    width: 100%;
    margin-bottom: 2%;
  }

  .clinic .flow .image_wrap .pic {
    width: 100%;
  }

  .clinic .flow .flow_text {
    width: 100%;
    padding-left: 0;
  }
  .clinic .flow .flow_text {
    font-size: 14px;
  }
  .clinic .green_heading {
    font-size: 1.4rem;
  }
  
  .clinic .flow .flow_text .heading {
      font-size: 1.2rem;
  }


}

/********************************
/********************************
/********************************

l_03. | 予約診療（reserve)
l_04. | オンライン診療（online)

********************************/
.reserve .dl_wrap dl {
  padding: 1rem;
}

.reserve .dl_wrap dl:nth-of-type(odd) {
  background: #e2efd1;
}

.reserve .dl_wrap dl:nth-of-type(even) {
  background: #f1f7e9;
}

.reserve .dl_wrap dt {
  font-weight: bold;
  width: 25%;
}

.reserve .res_wrap {
  margin-bottom: 6%;
}

.reserve .text {
  margin-bottom: 4%;
}

.reserve .text a {
  text-decoration: underline;
}

.reserve .para {
  text-align: center;
  margin-bottom: 2rem;
}

/********************************
/********************************

m_03. | 予約診療（reserve)
m_04. | オンライン診療（online)

********************************/
@media only screen and (max-width: 1024px) {
}

/********************************

s_03. | 予約診療（reserve)
s_04. | オンライン診療（online)

********************************/
@media only screen and (max-width: 599px) {
  .reserve .dl_wrap dt {
    width: 30%;
  }
}

/********************************
/********************************
/********************************

l_05. | 症状

********************************/
.explain .heading_icon {
  width: 71px;
  margin: 0 auto;
}

.explain .explain_wrap {
    padding-bottom: 80px;
    padding-top: 80px;
/*     margin-bottom: 5%; */
}

.explain .explain_wrap.-top {
  padding-bottom: 0px;
}

.explain .explain_wrap.-bottom {
  padding-top: 0px;
}

.explain .text {
  margin: 30px 0;
  line-height: 2;
}

/* .explain .text a {
  text-decoration: underline;
} */

.explain .text.left {
  padding-right: 4rem;
}

.explain .checklist li {
  font-size: 20px;
  padding-left: 1.5em;
  padding-bottom: 15px;
  position: relative;
}

.explain .checklist li:before {
  display: block;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.explain .checklist.green li:before {
  color: #b7d99c;
}

.explain .checklist.org li:before {
  color: #fbb03b;
}

.explain .faq {
  margin-bottom: 6%;
}

.explain .patern {
  margin-bottom: 1rem;
}

.explain .patern dt {
  font-weight: bold;
  width: 15%;
}

.explain .patern dd {
  width: 75%;
}

.explain .small_checklist li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.explain .small_checklist li a {
  text-decoration: underline;
  color: #e8a743;
}

.explain .small_checklist li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  color: #fbb03b;
  padding-right: 0.5rem;
}

.explain .small_checklist.square li:before {
  content: "\f45c";
  color: rgba(242, 107, 48, 1);
}

.explain .overflow {
  overflow: hidden;
}

.explain .symptom_wrap {
  background: #f1f7e6;
/*   padding: 20px 10px 0px; */
  margin-top: 6%;
}

.explain .symptom_wrap .menu {
  width: calc(100% / 4 - 20px);
  border-radius: 7px;
  background: #fff;
  padding: 10px;
  margin: 0 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 10px 10px 10px #ccc;
  box-shadow: 10px 10px 10px #ccc;
}

.explain .symptom_wrap .menu .pic {
  width: 90%;
  margin: 10px auto 15px;
  text-align: center;
  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;
}

.explain .symptom_wrap .menu .link_heading {
  color: #676767;
  font-size: 18px;
  text-align: center;
}

/********************************
/********************************

m_05. | 症状

********************************/
@media only screen and (max-width: 1024px) {
  .explain .checklist li {
    font-size: 18px;
  }

  .explain .symptom_wrap .menu .link_heading {
    font-size: 16px;
  }

  .explain .patern dt {
    width: 25%;
  }

  .explain .patern dd {
    width: 75%;
  }

  .explain .text.left {
    padding-right: 2rem;
  }
}

/********************************

s_05. | 症状

********************************/
@media only screen and (max-width: 599px) {
  .explain .checklist li {
    font-size: 16px;
  }
  .explain .symptom_wrap .menu {
    width: calc(100% / 2 - 20px);
  }

  .explain .symptom_wrap .menu .link_heading {
    font-size: 14px;
  }
  .explain .explain_wrap {
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .explain .explain_wrap.-top {
    padding-bottom: 0px;
    padding-top: 50px;
  }
  
  .explain .explain_wrap.-bottom {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .explain .text.left {
    padding-right: 0;
  }
}

/********************************


/********************************
/********************************

l_17. | お問い合わせ（contact)

********************************/

.contact figure {
  max-width: 700px;
  margin: auto;
}

.contact figcaption {
  text-align: center;
  padding-top: 1rem;
}

.contact .contact_tel,
.contact .contact_tel a {
  color: #8ac25e;
  font-size: 48px;
  text-decoration: none;
}

.contact_form dl {
  width: 100%;
  margin-bottom: 2em;
}

.contact_form dt {
  width: 230px;
}

.contact_form dt .require {
  font-size: 0.9em;
  color: #fff;
  background: #fbb03b;
  padding: 0.15em 1em;
  margin-left: 1em;
}

.contact_form dd {
  width: calc(100% - 280px);
}

.contact_form dd input[type="text"] {
  width: 100%;
  border: 1px solid rgba(242, 107, 48, 1);
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_form dd.half input[type="text"] {
  max-width: 300px;
}

.contact_form dd textarea {
  width: 100%;
  height: 250px;
  border: 1px solid rgba(242, 107, 48, 1);
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_form dd input[type="radio"] {
  margin-right: 5px;
}

.contact_form dd input[type="checkbox"] {
  margin-right: 5px;
}

.contact_form dd label {
  margin-right: 1em;
}

.contact_form dd li {
  display: inline-block;
  margin-right: 20px;
}

.contact_form dd li > * {
  vertical-align: middle;
}

.contact_form .btn_wrap li {
  width: 45%;
  max-width: 350px;
  margin: 0 2%;
}

.contact_form .contact-btn {
  width: 100%;
}

.contact_form .btn {
  background: #fbb03b;
}

.contact_form .btn:hover {
  cursor: pointer;
  opacity: 0.6;
}

/********************************
/********************************

s_17. | お問い合わせ（contact)

********************************/
@media only screen and (max-width: 599px) {
  .contact_form dt {
    width: auto;
    margin-bottom: 10px;
  }

  .contact_form dd {
    width: 100%;
  }

  .contact .reserve_list .text {
    padding-right: 0;
  }
}

/********************************
/********************************

l_19. | ブログ（一覧）（blog)

********************************/
.blog .blog_wrap {
  width: calc(100% - 250px);
}

.blog .article {
  border-bottom: 1px solid #474747;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.blog .article .box {
  margin-bottom: 10px;
}

.blog .article .date {
  color: #959595;
}
.blog .article .cate {
  border: 1px solid #f2723a;
  padding: 3px 5px;
  margin-left: 10px;
}

.blog .blog_title {
  color: rgba(242, 107, 48, 1);
  margin-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 8px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.blog .side_category {
  width: 200px;
}

.blog .side_category .category_wrap:not(:last-of-type) {
  margin-bottom: 30px;
}

.blog .side_category .category_wrap li:not(:last-of-type) {
  margin-bottom: 10px;
}

.blog .side_category .category_wrap li a {
  color: #474747;
}

.blog .article .left {
  width: 20%;
}

.blog .article .right {
  width: 75%;
}

@media (max-width: 599px) {
  .blog .article .left {
    width: 100%;
  }

  .blog .article .right {
    width: 100%;
    margin-top: 20px;
  }
  .blog .blog_title {
    font-size: 1.4rem;
  }
}

/********** l_pager **********/

.list-pager li {
  display: block;
  font-size: 24px;
}

.list-pager li span,
.list-pager li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
}

.list-pager li a {
  color: #474747;
}

.list-pager li.prev a,
.list-pager li.next a {
  color: rgba(242, 107, 48, 1);
}

.list-pager li span {
  color: rgba(242, 107, 48, 1);
  text-decoration: underline;
}

/********************************

s_19. | ブログ（一覧）（blog)

********************************/

@media only screen and (max-width: 599px) {
  .blog .side_category {
    width: 100%;
    padding-left: 0;
    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;
  }

  .blog .blog_wrap {
    width: 100%;
    margin-bottom: 80px;
  }

  .blog .side_category .category_wrap {
    width: 48%;
  }

  /********** s_pager **********/

  .bgimage {
    width: 100%;
  }

  .main_heading {
    font-size: 24px;
  }

  .up_logo img {
    width: 45%;
  }
}

/********************************

l_20. | ブログ（詳細）（blog_detail)

********************************/

.blog .article.detail {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog .article.detail .content {
  margin-top: 20px;
}

.blog .article.detail .content .txt {
  margin-top: 20px;
  line-height: 2;
}

.area-recommend .item {
  width: 48%;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 23px 0;
  border-bottom: 1px solid #e8e8e8;
}

.area-recommend .item .pic {
  width: 15%;
}

.area-recommend .item dl {
  width: 80%;
}

.area-recommend .item dt {
  padding-bottom: 5px;
  color: #959595;
  font-size: 12px;
}

.area-recommend .item dt .c {
  display: inline-block !important;
  border: 1px solid #ff8f5b;
  color: #fff;
  background: #ff8f5b;
  padding: 0 10px;
  margin-left: 10px;
}

@media (max-width: 599px) {
  .area-recommend .item {
    width: 100%;
  }
  .area-recommend .item .pic {
    width: 25%;
  }
  .area-recommend .item dl {
    width: 70%;
  }
}

/* ラフマ元CSS終了 */
