@charset "UTF-8";
/*! Theme Name: wp */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  transition: 0.3s ease-in-out;
}

a,
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

form label {
  cursor: pointer;
}

@media screen and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 896px) {
  .pc {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------------------------------
Theme Name: palace ogiju_v3
Theme URI: null
Description: Description
Author: shunc - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

.wp-block-image figure,
.wp-block-image figcaption {
  display: block;
}

a.nolink,
a.nolink:hover {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}

#container {
  text-align: left;
  overflow: hidden;
}

#main {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 0.95rem;
  }
  a:hover,
a:hover img {
    opacity: 1 !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
*:focus {
  outline: none;
}

* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
#g__header {
  margin-bottom: 69px;
  padding: 33px 75px;
  position: relative;
}
#g__header .h__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#g__header .h__box .logo {
  width: 221px;
}
#g__header .h__box #h__box-navi {
  margin: 9px 14px 0 0;
}
#g__header .h__box #h__box-navi li {
  display: inline;
  margin-left: 31px;
}
#g__header .h__box #h__box-navi li a {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
#g__header .h__box #h__box-navi li a.on {
  position: relative;
}
#g__header .h__box #h__box-navi li a.on:hover {
  opacity: 1;
}
#g__header .h__box #h__box-navi li a.on:hover::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  content: "";
}
@media screen and (max-width: 896px) {
  #g__header .h__box #h__box-navi li a.on:hover::after {
    display: none;
  }
}
#g__header .h__box #h__box-navi li .menuNavi {
  display: none;
  width: 100%;
  background-color: #DFE1E3;
  position: absolute;
  left: 0;
  top: 89px;
  height: 180px !important;
  z-index: 100;
}
#g__header .h__box #h__box-navi li .menuNavi .menuNaviUl {
  margin: 51px auto 0;
  max-width: 567px;
  display: flex;
  justify-content: space-between;
}
#g__header .h__box #h__box-navi li .menuNavi .menuNaviUl li {
  margin: 0 0 10px;
  width: 265px;
}
#g__header .h__box #h__box-navi li .menuNavi .menuNaviUl li a {
  padding: 25px 5px 29px;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  #g__header {
    margin-bottom: 0;
    padding: 22px 12px 18px;
    position: relative;
  }
  #g__header .h__box {
    display: block;
  }
  #g__header .h__box .logo {
    width: 114px;
  }
  #g__header .h__box .menu {
    position: absolute;
    top: 17px;
    right: 15px;
    height: 27px;
    width: 22px;
    cursor: pointer;
    z-index: 199;
    transition: opacity 0.25s ease;
    -webkit-transition: all 0.3s ease;
  }
  #g__header .h__box .menu span {
    height: 1px;
    width: 20px;
    position: absolute;
    top: 1px;
    left: 0;
    background: #000;
    z-index: 100;
  }
  #g__header .h__box .menu span:nth-of-type(2) {
    top: 6px;
  }
  #g__header .h__box .menu span:nth-of-type(3) {
    top: 12px;
  }
  #g__header .h__box .menu span.on {
    width: auto;
    top: 18px;
    font-size: 1rem;
    background: transparent;
    transform: scale(0.8);
    left: -3px;
  }
  #g__header .h__box .menu.active .top {
    top: 5px;
    transform: rotate(-40deg);
  }
  #g__header .h__box .menu.active .middle {
    opacity: 0;
  }
  #g__header .h__box .menu.active .bottom {
    transform: rotate(40deg);
    top: 5px;
  }
  #g__header .h__box #h__box-navi {
    padding: 50px 30px;
    margin: 0;
    display: none;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    box-sizing: border-box;
  }
  #g__header .h__box #h__box-navi ul {
    margin-bottom: 100px;
  }
  #g__header .h__box #h__box-navi ul li {
    display: block;
    margin: 0 0 30px;
    text-align: center;
  }
  #g__header .h__box #h__box-navi ul li .menuNavi {
    position: static;
    background-color: #fff;
    height: auto !important;
  }
  #g__header .h__box #h__box-navi ul li .menuNavi .menuNaviUl {
    margin: 30px auto 0;
    max-width: inherit;
    display: block;
  }
  #g__header .h__box #h__box-navi ul li .menuNavi .menuNaviUl li {
    margin: 0 auto 20px;
    width: 133px;
  }
  #g__header .h__box #h__box-navi ul li .menuNavi .menuNaviUl li a {
    font-size: 1rem;
    padding: 0;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
#g__footer {
  margin-top: 36px;
  padding-bottom: 50px;
}
#g__footer .f__box {
  margin: 0 auto 56px;
  max-width: 1064px;
}
#g__footer .f__box .f__tel {
  margin-bottom: 41px;
  line-height: 1;
  text-align: center;
}
#g__footer .f__box .f__tel span {
  margin-bottom: 16px;
  padding-left: 33px;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
#g__footer .f__box .f__tel a {
  padding-left: 44px;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  background: url(img/common/tel_icon.png) no-repeat center left 19px/16px;
}
#g__footer .f__box .f__inner {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
#g__footer .f__box .f__inner .f__naiv {
  margin-right: 12px;
  display: flex;
}
#g__footer .f__box .f__inner .f__naiv li {
  height: 61px;
  min-width: 251px;
  margin-right: 19px;
}
#g__footer .f__box .f__inner .f__naiv li:nth-child(3n) {
  margin-right: 0;
}
#g__footer .f__box .f__inner .f__naiv li.link {
  width: 345px;
}
#g__footer .f__box .f__inner .f__naiv li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  border: 1px solid #C0C0C0;
  text-align: center;
  box-sizing: border-box;
}
#g__footer .f__box .f__inner .f__naiv li a img {
  width: 149px;
}
#g__footer .f__box .f__inner .link__ul {
  display: flex;
  align-items: center;
}
#g__footer .f__box .f__inner .link__ul li {
  width: 30px;
  margin-left: 26px;
}
#g__footer address {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
#g__footer address small {
  display: block;
  margin-top: 13px;
  font-size: 1.2rem;
}
@media screen and (max-width: 896px) {
  #g__footer {
    padding-bottom: 64px;
    margin-top: 43px;
  }
  #g__footer .f__box {
    margin: 0 auto 20px;
    max-width: inherit;
  }
  #g__footer .f__box .f__tel {
    margin-bottom: 36px;
  }
  #g__footer .f__box .f__tel span {
    margin-bottom: 7px;
    padding-left: 11px;
    font-size: 0.95rem;
    letter-spacing: 0;
  }
  #g__footer .f__box .f__tel a {
    padding-left: 14px;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    background: url(img/common/tel_icon.png) no-repeat center left 1px/9px;
  }
  #g__footer .f__box .f__inner {
    margin: 0 22px;
    display: block;
  }
  #g__footer .f__box .f__inner .f__naiv {
    margin: 0 auto 10px;
    max-width: 340px;
  }
  #g__footer .f__box .f__inner .f__naiv li {
    height: 53px;
    min-width: initial;
    margin-right: 4px;
    width: calc(33.3333333333% - 2px);
  }
  #g__footer .f__box .f__inner .f__naiv li a {
    font-size: 0.95rem;
    flex-wrap: wrap;
    line-height: 2;
  }
  #g__footer .f__box .f__inner .f__naiv li a img {
    margin-top: -17px;
    width: 80px;
  }
  #g__footer .f__box .f__inner .f__naiv li.link {
    width: calc(33.3333333333% - 2px);
  }
  #g__footer .f__box .f__inner .f__naiv li.link a {
    text-align: left;
    letter-spacing: -0.02em;
  }
  #g__footer .f__box .f__inner .link__ul {
    max-width: 340px;
    margin: 0 auto;
    justify-content: flex-end;
  }
  #g__footer .f__box .f__inner .link__ul li {
    width: 15px;
    margin-left: 13px;
  }
  #g__footer address {
    font-size: 1rem;
  }
  #g__footer address small {
    margin-top: 8px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 374px) {
  #g__footer {
    padding: 0 23px 64px;
  }
  #g__footer .f__box .f__inner {
    margin: 0;
  }
  #g__footer .f__box .f__inner .f__naiv {
    justify-content: space-between;
  }
  #g__footer .f__box .f__inner .f__naiv li {
    max-width: 107px;
  }
  #g__footer .f__box .f__inner .f__naiv li a {
    font-size: 0.9rem;
    letter-spacing: -0.04em;
  }
  #g__footer .f__box .f__inner .f__naiv li.link {
    width: calc(33.3333333333% + 5px);
  }
  #g__footer .f__box .f__inner .f__naiv li.link a {
    letter-spacing: -0.1em;
  }
  #g__footer address {
    line-height: 1.5;
    letter-spacing: 0;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.com__btn {
  margin: 0 auto;
  max-width: 1050px;
  clear: both;
}
.com__btn a {
  padding: 34px 50px 38px;
  display: block;
  color: #907f1e;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border: 1px solid #907f1e;
  letter-spacing: 0.05em;
  text-align: center;
  box-sizing: border-box;
  background: url(img/common/arrow03.png) no-repeat center left 24px/25px;
}
@media screen and (max-width: 896px) {
  .com__btn {
    margin: 0 23px;
    max-width: inherit;
  }
  .com__btn a {
    padding: 17px 50px 18px;
    font-size: 0.95rem;
    background: url(img/common/arrow03.png) no-repeat center left 95px/13px;
  }
}
@media screen and (max-width: 374px) {
  .com__btn a {
    background-position: center left 30px;
  }
}

.pdf__ul {
  margin: 0 auto 70px;
  max-width: 1050px;
  display: flex;
  justify-content: center;
}
.pdf__ul li {
  width: 512px;
  display: inline-block;
}
.pdf__ul li a {
  padding: 8px;
  display: block;
  color: #998000;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #998000;
  border-radius: 19px;
  box-sizing: border-box;
  background: url(img/plan01/pdf_icon.png) no-repeat left 47px center/37px;
}
.pdf__ul li a.drink {
  background: none;
  text-align: center;
}
.pdf__ul li a.drink span {
  position: relative;
  padding: 33px 0;
}
.pdf__ul li a.drink span:after {
  content: "";
  background-image: url(img/common/arrow05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-75%);
}
.pdf__ul li a span {
  display: block;
  border: 1px dotted #998000;
  border-radius: 17px;
  padding: 33px 15px 33px 55px;
}
@media screen and (max-width: 896px) {
  .pdf__ul {
    margin: 0 auto 18px;
    max-width: inherit;
    display: block;
    padding: 0 23px;
  }
  .pdf__ul li {
    display: block;
    width: auto;
  }
  .pdf__ul li a {
    padding: 4px;
    font-size: 1.25rem;
    letter-spacing: -0.05em;
    border-radius: 11px;
    background: url(img/plan01/pdf_icon.png) no-repeat left 34px center/25px;
  }
  .pdf__ul li a span {
    border-radius: 11px;
    padding: 23px 15px 20px 48px;
  }
  .pdf__ul li a.drink span {
    padding: 23px 0;
  }
  .pdf__ul li a.drink span:after {
    right: calc(110 / 655 * 100%);
  }
}
@media screen and (max-width: 374px) {
  .pdf__ul li a {
    background-position: left 18px center;
    font-size: 1.05rem;
  }
  .pdf__ul li a span {
    padding: 23px 15px 20px 35px;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 896px) {
  .content {
    max-width: inherit;
    padding: 0 23px;
  }
}

.head__line01 {
  margin-bottom: 166px;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.head__line01 img {
  margin: 0 auto 36px;
  width: 71px;
}
.head__line01 span {
  display: block;
}
@media screen and (max-width: 896px) {
  .head__line01 {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .head__line01 img {
    margin-bottom: 8px;
    width: 24px;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.com__txt-ul {
  margin-bottom: 87px;
  display: flex;
  justify-content: center;
}
.com__txt-ul li {
  margin: 0 5px;
  padding: 5px 8px 5px;
  color: #998000;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #998000;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
@media screen and (max-width: 896px) {
  .com__txt-ul {
    margin-bottom: 34px;
  }
  .com__txt-ul li {
    margin: 0 2px;
    padding: 3px 6px 1px;
    font-size: 0.95rem;
    letter-spacing: 0;
  }
}

.com__link-ul {
  margin: 0 auto;
  max-width: 872px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.com__link-ul li {
  margin: 0 31px;
}
.com__link-ul li a {
  padding: 0 0 15px;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  text-align: center;
  border-bottom: 1px solid #000;
  min-width: 176px;
  display: block;
}
@media screen and (max-width: 896px) {
  .com__link-ul {
    max-width: inherit;
  }
  .com__link-ul li {
    margin: 0 16px;
  }
  .com__link-ul li a {
    padding: 0 0 6px;
    font-size: 0.9rem;
    min-width: 88px;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.top__box {
  margin-bottom: 75px;
}
.top__box .h__ttl {
  margin: 0 auto 35px;
  max-width: 300px;
  padding: 29px 0 56px;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.top__box .h__ttl span {
  display: block;
}
.top__box .h__ttl small {
  margin-top: 7px;
  display: block;
  font-size: 2.1rem;
}
.top__box .h__ttl::after {
  width: 300px;
  height: 143px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: -1;
  background: url(img/plan01/h_img.png) no-repeat top center/300px;
}
@media screen and (max-width: 896px) {
  .top__box {
    margin-bottom: 18px;
  }
  .top__box .h__ttl {
    max-width: 150px;
    font-size: 1.5rem;
    padding: 14px 0 29px;
    margin-bottom: 38px;
  }
  .top__box .h__ttl small {
    font-size: 0.95rem;
    margin-top: 4px;
  }
  .top__box .h__ttl::after {
    width: 150px;
    height: 72px;
    background-size: 150px;
  }
}

.type__inner {
  padding: 38px 0 46px;
  background-color: #FAFAF0;
}
.type__inner .img {
  margin: 0 auto 26px;
  max-width: 68px;
}
.type__inner p {
  margin: 0 auto;
  max-width: 732px;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
}
@media screen and (max-width: 896px) {
  .type__inner {
    padding: 19px 41px 16px;
  }
  .type__inner .img {
    margin: 0 auto 14px;
    max-width: 36px;
  }
  .type__inner p {
    max-width: inherit;
    font-size: 0.95rem;
    line-height: 1.789;
  }
}

.node__txt {
  margin: 0 auto;
  max-width: 1056px;
  color: #585757;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.875;
}
@media screen and (max-width: 896px) {
  .node__txt {
    max-width: inherit;
    font-size: 0.95rem;
    letter-spacing: 0;
    line-height: 1.789;
    padding: 0 23px;
  }
}

/*------------------------------------------------------------
index
------------------------------------------------------------*/
.main_visual {
  margin: -78px 0 31px;
}
.main_visual .listUl {
  margin-bottom: 53px;
}
.main_visual .listUl .slick-dots {
  bottom: -24px;
}
.main_visual .listUl .slick-dots li {
  margin: 0 18px;
}
.main_visual .listUl .slick-dots li button {
  width: 40px;
  height: 3px;
  background-color: #E6E6E6;
  border-radius: 0;
}
.main_visual .listUl .slick-dots li.slick-active button {
  background-color: #B5B5B6;
}
.main_visual .tel__box {
  margin: 0 auto;
  max-width: 1000px;
  text-align: right;
}
.main_visual .tel__box .tel {
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.main_visual .tel__box .tel span {
  margin-bottom: 16px;
  padding-left: 34px;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.main_visual .tel__box .tel a {
  padding-left: 44px;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  background: url(img/common/tel_icon.png) no-repeat center left 19px/16px;
}
@media screen and (max-width: 896px) {
  .main_visual {
    margin: 3px 0 15px;
  }
  .main_visual .listUl {
    margin-bottom: 28px;
  }
  .main_visual .listUl .slick-dots {
    bottom: -14px;
    margin-left: -6px;
  }
  .main_visual .listUl .slick-dots li {
    margin: 0 9px;
  }
  .main_visual .listUl .slick-dots li button {
    width: 21px;
    height: 2px;
  }
  .main_visual .tel__box {
    padding-right: 20px;
  }
  .main_visual .tel__box .tel {
    padding-right: 8px;
  }
  .main_visual .tel__box .tel span {
    margin-bottom: 6px;
    padding-left: 28px;
    font-size: 0.95rem;
    letter-spacing: 0;
  }
  .main_visual .tel__box .tel a {
    padding-left: 42px;
    font-size: 1.3rem;
    letter-spacing: 0;
    background: url(img/common/tel_icon.png) no-repeat center left 32px/8px;
  }
}

#index .head__line01 {
  margin-bottom: 24px;
  font-size: 3rem;
}
#index .head__line01 img {
  margin-bottom: 32px;
  width: 58px;
}
#index .head__line01 small {
  font-size: 1.6rem;
  letter-spacing: 0;
  display: block;
  margin-top: 18px;
}
#index .news__box {
  margin: 0 auto 310px;
  max-width: 1033px;
}
#index .news__box .news__list-box .ttl {
  margin-bottom: 17px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
}
#index .news__box .news__list-box .ttl a {
  color: #221714;
}
#index .news__box .news__list-box ul {
  padding: 26px 4px 26px;
  border-top: 1px solid #bbbcbc;
  border-bottom: 1px solid #bbbcbc;
}
#index .news__box .news__list-box ul li {
  margin-bottom: 27.5px;
}
#index .news__box .news__list-box ul li:last-child {
  margin-bottom: 0;
}
#index .news__box .news__list-box ul li a {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
}
#index .news__box .news__list-box ul li a .time {
  margin-right: 40px;
  color: #7f8080;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
#index .news__box .news__list-box ul li a .txt {
  color: #221714;
  display: flex;
  align-items: center;
}
#index .news__box .news__list-box ul li a .txt span {
  margin: 0 3px 0 -7px;
  padding: 3px 2px 2px;
  width: 53px;
  height: 17px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.2em;
  background-color: #585757;
  border-radius: 50px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  transform: scale(0.8);
  justify-content: center;
  align-items: center;
}
#index .plan__box {
  margin-bottom: 255px;
}
#index .plan__box .head__line01 {
  margin-bottom: 54px;
}
#index .plan__box .list__ul {
  margin: 0 auto;
  max-width: 1050px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#index .plan__box .list__ul li {
  width: 300px;
  margin-right: 75px;
}
#index .plan__box .list__ul li:nth-child(3n) {
  margin-right: 0;
}
#index .plan__box .list__ul li span {
  text-align: center;
  display: block;
  color: #bb9615;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 11px;
}
#index .relief {
  margin-bottom: 275px;
}
#index .relief .head__line01 {
  margin-bottom: 61px;
}
#index .relief .head__line01 small {
  margin-top: 22px;
  letter-spacing: 0.05em;
}
#index .relief .img__box {
  margin: 0 auto 41px;
  max-width: 1050px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index .relief .img__box .photo__box {
  width: 600px;
  margin-right: 48px;
}
#index .relief .img__box .text__box {
  margin-top: -15px;
  width: 402px;
}
#index .relief .img__box .text__box .h__ttl {
  margin-bottom: 32px;
  color: #ff7a00;
  font-size: 2.3rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0;
  text-align: center;
}
#index .relief .img__box .text__box .h__ttl span {
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
#index .relief .img__box .text__box .h__ttl span::after, #index .relief .img__box .text__box .h__ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #ff7a00;
  transform: rotate(74deg);
  margin-top: 2px;
}
#index .relief .img__box .text__box .h__ttl span::after {
  left: auto;
  right: -26px;
  transform: rotate(-74deg);
}
#index .relief .img__box .text__box p {
  color: #231815;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: justify;
}
#index .relief .com__btn a {
  color: #998000;
  border-color: #998000;
  background: url(img/common/arrow04.png) no-repeat center right 24px/25px;
}
#index .instagram {
  padding: 43px 0 61px;
  background-color: #F2F2F2;
  margin-bottom: 100px;
}
#index .instagram .head__line01 {
  margin-bottom: 85px;
}
#index .instagram .list__ul {
  margin: 0 auto;
  max-width: 1050px;
  display: flex;
  flex-wrap: wrap;
}
#index .instagram .list__ul li {
  margin-right: 21px;
  width: calc(25% - 16px);
  position: relative;
}
#index .instagram .list__ul li::after {
  content: '';
  display: block;
  padding-top: 100%;
}

#index .instagram .list__ul img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#index .instagram .list__ul li:nth-child(4n) {
  margin-right: 0;
}
#index .blog {
  margin: 0 auto 105px;
  max-width: 521px;
}
@media screen and (max-width: 896px) {
  #index .head__line01 {
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
  #index .head__line01 img {
    margin-bottom: 8px;
    width: 24px;
  }
  #index .news__box {
    margin-bottom: 65px;
    padding: 0 23px;
    max-width: inherit;
  }
  #index .news__box .head__line01 {
    padding-top: 37px;
  }
  #index .news__box .news__list-box .ttl {
    margin-bottom: 3px;
    font-size: 1rem;
  }
  #index .news__box .news__list-box ul {
    padding: 16px 4px 26px;
  }
  #index .news__box .news__list-box ul li {
    margin-bottom: 17.5px;
  }
  #index .news__box .news__list-box ul li a {
    display: block;
    font-size: 1.7rem;
  }
  #index .news__box .news__list-box ul li a .time {
    margin: 0 0 7px;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
  }
  #index .news__box .news__list-box ul li a .txt {
    display: block;
    font-size: 1rem;
    position: relative;
  }
  #index .news__box .news__list-box ul li a .txt span {
    margin: 0;
    padding: 2px;
    width: 42px;
    letter-spacing: 0;
    position: absolute;
    top: -23px;
    left: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 17px;
    box-sizing: border-box;
    font-size: 1rem;
    transform: scale(0.5);
  }
  #index .news__box .news__list-box ul .text__new a .time {
    margin: 0 0 7px 27px;
  }
  #index .plan__box {
    margin-bottom: 67px;
  }
  #index .plan__box .head__line01 {
    margin-bottom: 15px;
  }
  #index .plan__box .head__line01 small {
    font-size: 0.95rem;
    letter-spacing: 0;
    display: block;
    margin-top: 8px;
  }
  #index .plan__box .list__ul {
    max-width: initial;
    display: block;
  }
  #index .plan__box .list__ul li {
    width: 150px;
    margin: 0 auto 34px;
  }
  #index .plan__box .list__ul li:nth-child(3n) {
    margin: 0 auto 35px;
  }
  #index .plan__box .list__ul li span {
    font-size: 0.95rem;
    margin-bottom: 7px;
  }
  #index .plan__box .list__ul li.last span {
    color: #1c2a54;
  }
  #index .relief {
    margin-bottom: 35px;
    padding: 0 23px;
  }
  #index .relief .head__line01 {
    margin-bottom: 13px;
  }
  #index .relief .head__line01 small {
    margin-top: 8px;
    letter-spacing: 0;
    font-size: 0.95rem;
  }
  #index .relief .img__box {
    margin: 0 auto 16px;
    max-width: inherit;
    display: block;
  }
  #index .relief .img__box .photo__box {
    width: auto;
    margin-right: 0;
  }
  #index .relief .img__box .text__box {
    margin-top: 21px;
    width: auto;
  }
  #index .relief .img__box .text__box p {
    font-size: 0.95rem;
  }
  #index .relief .img__box .text__box .h__ttl {
    margin-bottom: 11px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #index .relief .img__box .text__box .h__ttl span::after, #index .relief .img__box .text__box .h__ttl span::before {
    width: 18px;
    height: 1px;
    left: 0;
  }
  #index .relief .img__box .text__box .h__ttl span::after {
    left: auto;
    right: 0;
  }
  #index .relief .com__btn {
    margin: 0;
  }
  #index .relief .com__btn a {
    background: url(img/common/arrow04.png) no-repeat center right 66px/19px;
    font-size: 1.2rem;
    padding: 17px 50px 18px;
  }
  #index .instagram {
    padding: 19px 23px 19px;
    margin-bottom: 32px;
  }
  #index .instagram .head__line01 {
    margin-bottom: 15px;
  }
  #index .instagram .list__ul {
    margin: 0 auto;
    max-width: 240px;
    justify-content: space-between;
  }
  #index .instagram .list__ul li {
    margin: 0 0 8px;
    width: calc(50% - 4px);
  }
  #index .blog {
    margin: 0 auto 72px;
    max-width: 341px;
  }
}
@media screen and (max-width: 896px) and (max-width: 374px) {
  #index .blog {
    margin: 0 23px 72px;
  }
}
@media screen and (max-width: 374px) {
  #index .relief .com__btn a {
    background-position: center right 20px;
  }
}

/*------------------------------------------------------------
news
------------------------------------------------------------*/
.news__box .news__list {
  margin: -40px 0 102px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news__box .news__list li {
  margin: 40px 50px 0 0;
  width: calc(50% - 50px);
}
.news__box .news__list li:nth-child(2n) {
  margin-right: 0;
}
.news__box .news__list li .photo {
  margin-bottom: 46px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 59.4%;
  width: 100%;
}
.news__box .news__list li .text p {
  font-weight: bold;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1.619;
}
.news__box .news__list li .text .time {
  margin-top: 20px;
  color: #7f8080;
  font-size: 1.2rem;
}
.news__box .wp-pagenavi {
  font-size: 0;
  clear: both;
  text-align: center;
}
.news__box .wp-pagenavi a,
.news__box .wp-pagenavi span {
  font-size: 1.8rem;
  display: inline-block;
  text-decoration: none;
  padding: 1px 5px;
  margin: 0 7px;
}
@media screen and (min-width: 897px) {
  .news__box .wp-pagenavi a:hover {
    font-weight: bold;
  }
}
.news__box .wp-pagenavi a.first, .news__box .wp-pagenavi a.last, .news__box .wp-pagenavi a.pages {
  display: none;
}
.news__box .wp-pagenavi a.previouspostslink, .news__box .wp-pagenavi a.nextpostslink {
  margin-left: 9px;
}
.news__box .wp-pagenavi a.previouspostslink img, .news__box .wp-pagenavi a.nextpostslink img {
  margin-top: 6px;
  width: 9px;
}
.news__box .wp-pagenavi span.current {
  font-weight: bold;
}
.news__box .wp-pagenavi span.extend, .news__box .wp-pagenavi span.pages {
  display: none;
}
@media screen and (max-width: 896px) {
  .news__box .head__line01 {
    padding-top: 55px;
  }
  .news__box .news__list {
    margin: 0 0 57px;
    display: block;
  }
  .news__box .news__list li {
    margin: 0 0 33px;
    width: auto;
  }
  .news__box .news__list li:last-of-type {
    margin-bottom: 0;
  }
  .news__box .news__list li .photo {
    margin-bottom: 15px;
    padding-bottom: 54.1%;
  }
  .news__box .news__list li .text p {
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
  }
  .news__box .news__list li .text .time {
    margin-top: 2px;
    font-size: 0.95rem;
  }
  .news__box .wp-pagenavi a,
.news__box .wp-pagenavi span {
    font-size: 0.95rem;
    margin: 0 1px;
  }
  .news__box .wp-pagenavi a.previouspostslink img, .news__box .wp-pagenavi a.nextpostslink img {
    margin-top: 3px;
    width: 5px;
  }
}

#news__detail {
  margin-bottom: 150px;
}
#news__detail .content {
  margin-bottom: 93px;
  max-width: 800px;
}
#news__detail .content .h_txt {
  margin-bottom: 43px;
  font-size: 2.6rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news__detail .content .h_txt span {
  margin-bottom: 17px;
  display: block;
  color: #7f8080;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}
#news__detail .content .img {
  margin-bottom: 85px;
}
#news__detail .content p {
  margin-bottom: 77px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 3.125;
}
@media screen and (max-width: 896px) {
  #news__detail {
    margin-bottom: 46px;
  }
  #news__detail .head__line01 {
    margin-bottom: 19px;
    padding-top: 55px;
  }
  #news__detail .content {
    margin-bottom: 18px;
    max-width: inherit;
  }
  #news__detail .content .h_txt {
    margin-bottom: 16px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.384;
  }
  #news__detail .content .h_txt span {
    margin-bottom: 6px;
    font-size: 0.95rem;
  }
  #news__detail .content .img {
    margin: 0 -23px 25px;
  }
  #news__detail .content .img img {
    width: 100%;
  }
  #news__detail .content p {
    margin-bottom: 11px;
    font-size: 0.95rem;
    letter-spacing: -0.05em;
    line-height: 2.631;
    margin-left: -2px;
  }
  #news__detail .wp-block-group .alignleft {
    float: none;
    max-width: inherit !important;
  }
  #news__detail .wp-block-group .alignleft .blocks-gallery-grid.alignleft,
#news__detail .wp-block-group .alignleft .blocks-gallery-grid.alignright,
#news__detail .wp-block-group .alignleft .wp-block-gallery.alignleft,
#news__detail .wp-block-group .alignleft .wp-block-gallery.alignright {
    max-width: inherit;
  }
}

/*------------------------------------------------------------
measures
------------------------------------------------------------*/
#measures {
  margin-bottom: 328px;
}
#measures .head__line01 {
  margin-bottom: 210px;
}
#measures .head__line01 img {
  margin-bottom: 27px;
}
#measures .top__txt {
  margin: 0 auto 104px;
  padding: 35px 20px 34px;
  max-width: 536px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2.5;
  text-align: center;
  box-sizing: border-box;
  border: 1px dashed #008ed7;
}
#measures .inner__txt {
  margin: 0 auto 120px;
  max-width: 1000px;
}
#measures .inner__txt .inner__ul {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
#measures .inner__txt .inner__ul li {
  width: 478px;
  border-top: 1px dashed #008ed7;
}
#measures .inner__txt .inner__ul li .inner-list li {
  padding: 25px 0 23px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  border-top: none;
  border-bottom: 1px dashed #008ed7;
}
#measures .inner__txt .inner__ul li .inner-list li span {
  font-size: 1rem;
  vertical-align: 5px;
}
@media screen and (max-width: 896px) {
  #measures .inner__txt .inner__ul li .inner-list li span {
    transform: scale(0.5);
    display: inline-block;
    vertical-align: 2px;
    margin-left: -2px;
  }
}
#measures .inner__txt p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.571;
}
#measures .mv__ul {
  margin: 0 auto 228px;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
}
#measures .mv__ul li {
  width: 415px;
}
#measures .mv__ul li .mv {
  width: 415px;
  height: 282px;
}
#measures .mv__ul li p {
  margin-top: 5px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
#measures .request {
  margin-bottom: 577px;
  padding-top: 97px;
  position: relative;
}
#measures .request::after {
  width: 1778px;
  height: 850px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(img/measures/bg_img.png) no-repeat top center/1778px;
  z-index: -1;
}
#measures .request .h__txt {
  margin-bottom: 88px;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  text-align: center;
}
#measures .request .request__ul {
  margin: 0 auto;
  max-width: 1056px;
  display: flex;
}
#measures .request .request__ul li {
  margin-right: 26px;
  width: calc(33.3333333333% - 17px);
  color: #998000;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.06;
  border: 1px solid #998000;
  padding: 31px 30px 38px;
  box-sizing: border-box;
}
#measures .request .request__ul li:nth-child(3n) {
  margin-right: 0;
}
#measures .request .request__ul li p {
  margin-bottom: 27px;
  min-height: 99px;
}
#measures .request .request__ul li .img {
  margin: 0 auto;
  max-width: 146px;
  text-align: center;
}
#measures .request .request__ul li .img img {
  height: 108px;
}
#measures .examination {
  padding: 93px 0 77px;
  background-color: #E0F2FC;
}
#measures .examination .h__txt {
  margin-bottom: 85px;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  text-align: center;
}
#measures .examination .txt__ul {
  margin: 0 auto;
  max-width: 932px;
  display: flex;
  flex-wrap: wrap;
}
#measures .examination .txt__ul li {
  margin-right: 18px;
  padding: 30px 10px 19px 16px;
  width: calc(33.3333333333% - 12px);
  box-sizing: border-box;
  background-color: #F2FAFD;
}
#measures .examination .txt__ul li:nth-child(3n) {
  margin-right: 0;
}
#measures .examination .txt__ul li .ttl {
  margin-bottom: 25px;
  font-size: 1.7rem;
}
#measures .examination .txt__ul li p {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 896px) {
  #measures {
    margin-bottom: 75px;
  }
  #measures .head__line01 {
    margin-bottom: 14px;
    padding-top: 55px;
  }
  #measures .head__line01 img {
    margin-bottom: 10px;
  }
  #measures .top__txt {
    margin: 0 58px 19px;
    padding: 19px 8px;
    max-width: inherit;
    font-family: "Noto Serif JP", serif;
    font-size: 0.95rem;
    line-height: 1.947;
    letter-spacing: -0.05em;
  }
  #measures .inner__txt {
    margin: 0 23px 31px;
    max-width: inherit;
  }
  #measures .inner__txt .inner__ul {
    margin-bottom: 14px;
    display: block;
    border-top: 1px dashed #008ed7;
  }
  #measures .inner__txt .inner__ul li {
    width: auto;
    border-top: none;
  }
  #measures .inner__txt .inner__ul li .inner-list li {
    padding: 9px 0 5px;
    font-size: 0.95rem;
    font-weight: bold;
    letter-spacing: -0.05em;
  }
  #measures .inner__txt p {
    font-size: 0.95rem;
    letter-spacing: -0.05em;
    line-height: 1.789;
  }
  #measures .mv__ul {
    margin: 0 88px 32px;
    max-width: inherit;
    display: block;
  }
  #measures .mv__ul li {
    margin-bottom: 15px;
    width: auto;
  }
  #measures .mv__ul li .mv {
    width: 100%;
    height: auto;
    min-height: 135px;
  }
  #measures .mv__ul li p {
    margin-top: 2px;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
  }
  #measures .request {
    margin-bottom: 0;
    padding: 31px 0 30px;
    background-color: #EDEDED;
  }
  #measures .request::after {
    display: none;
  }
  #measures .request .h__txt {
    margin-bottom: 14px;
    font-size: 1.5rem;
  }
  #measures .request .request__ul {
    max-width: 168px;
    display: block;
  }
  #measures .request .request__ul li {
    margin: 0 0 7px;
    width: auto;
    font-size: 0.95rem;
    letter-spacing: -0.05em;
    line-height: 1.736;
    padding: 16px 15px 18px;
  }
  #measures .request .request__ul li p {
    margin-bottom: 13px;
    min-height: inherit;
  }
  #measures .request .request__ul li .img {
    max-width: 73px;
  }
  #measures .request .request__ul li.list .img {
    margin-top: -16px;
  }
  #measures .examination {
    padding: 32px 0 30px;
  }
  #measures .examination .h__txt {
    margin-bottom: 13px;
    font-size: 1.5rem;
  }
  #measures .examination .txt__ul {
    max-width: 168px;
    display: block;
  }
  #measures .examination .txt__ul li {
    margin: 0 0 7px;
    padding: 11px 8px 10px 11px;
    width: auto;
    min-height: 152px;
    box-sizing: border-box;
  }
  #measures .examination .txt__ul li .ttl {
    margin-bottom: 12px;
    font-size: 0.95rem;
    letter-spacing: -0.085em;
  }
  #measures .examination .txt__ul li p {
    font-size: 0.95rem;
    line-height: 1.789;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 374px) {
  #measures .head__line01 {
    padding: 55px 23px 0;
    font-size: 1.3rem;
  }
  #measures .top__txt {
    padding: 19px 6px;
  }
}

/*------------------------------------------------------------
plan01
------------------------------------------------------------*/
#plan__inner01 {
  padding-top: 74px;
  margin: -77px 0 128px;
  position: relative;
}
#plan__inner01::before {
  height: 1px;
  position: absolute;
  top: 0;
  left: 90px;
  right: 90px;
  background-color: #000;
  content: "";
}
#plan__inner01 .top__img {
  margin: 0 auto 55px;
  max-width: 68px;
}
#plan__inner01 section:not(.large-group) .inner__box {
  padding: 74px 44px 25px;
  margin: 0 auto 165px;
  max-width: 1050px;
  border: 1px solid #998000;
  box-sizing: border-box;
}
#plan__inner01 .inner__box .h__text {
  margin-bottom: 20px;
  color: #998000;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
}
.d__text {
  margin-bottom: 120px;
  text-align: center;
}
#plan__inner01 .inner__box .img__box {
  margin-bottom: 44px;
  display: flex;
  justify-content: space-between;
}
#plan__inner01 .inner__box .img__box .text__box {
  margin-top: -6px;
  width: 450px;
}
#plan__inner01 .inner__box .img__box .text__box .ttl {
  margin-bottom: 30px;
  padding-bottom: 44px;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.05em;
  border-bottom: 5px solid #c80000;
}
#plan__inner01 .inner__box .img__box .text__box .ttl .ttl-large {
  font-size: 3.5rem;
}
#plan__inner01 .inner__box .img__box .text__box p {
  margin-bottom: 40px;
  font-size: 1.6rem;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
#plan__inner01 .inner__box .img__box .btn a {
  margin: 0 auto;
  display: block;
  width: 233px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #c80000;
  padding: 8px 5px;
  box-sizing: border-box;
}
#plan__inner01 .inner__box .img__box .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
#plan__inner01 .inner__box .img__box .btn a:after {
  content: "";
  width: 19px;
  height: 5px;
  background-image: url(img/common/arrow05-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-25%);
}
#plan__inner01 .inner__box .img__box .photo__box {
  width: 450px;
}
#plan__inner01 .inner__box .limited {
  margin: 0 auto 20px;
  max-width: 1056px;
  background-color: #FAFAF0;
}
#plan__inner01 .inner__box .limited .ttl {
  padding: 5px 26px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  background-color: #998000;
}
#plan__inner01 .inner__box .limited .limited__txt {
  padding: 48px 60px 64px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
#plan__inner01 .inner__box .limited .limited__txt .txt {
  margin-bottom: 38px;
  width: 280px;
}
#plan__inner01 .inner__box .limited .limited__txt .txt2 {
  margin-bottom: 10px;
  width: 280px;
}
#plan__inner01 .inner__box .limited .limited__txt p {
  margin-bottom: 74px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.625;
}
#plan__inner01 .inner__box .limited .limited__txt .txt__ul {
  margin: 0 -15px 0 -6px;
  display: flex;
}
#plan__inner01 .inner__box .limited .limited__txt .txt__ul li {
  margin-left: -4px;
  width: 33.3333333333%;
}
#plan__inner01 .inner__box .node {
  letter-spacing: 0.05em;
  line-height: 2;
}
#plan__inner01 .meeting {
  margin-bottom: 153px;
}
#plan__inner01 .meeting .inner__box {
  margin-bottom: 57px;
  padding: 72px 44px 24px;
}
#plan__inner01 .meeting .inner__box .h__text {
  /* margin-bottom: 18px; */
}
#plan__inner01 .meeting .inner__box .com__txt-ul {
  margin-bottom: 76px;
}
#plan__inner01 .meeting .inner__box .com__txt-ul li {
  padding: 7px 11px 8px;
  font-size: 1.6rem;
}
#plan__inner01 .meeting .inner__box .limited {
  margin-bottom: 21px;
}
#plan__inner01 .meeting .inner__box .limited .limited__txt {
  padding: 43px 47px 50px;
}
#plan__inner01 .meeting .inner__box .limited .limited__txt .text__list {
  margin-bottom: 58px;
  position: relative;
}
#plan__inner01 .meeting .inner__box .limited .limited__txt .text__list::after {
  position: absolute;
  bottom: -17px;
  left: 11px;
  width: 142px;
  height: 2px;
  background-color: #BCBCB4;
  content: "";
}
#plan__inner01 .meeting .inner__box .limited .limited__txt .text__list li {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.625;
}
#plan__inner01 .meeting .inner__box .limited .limited__txt .txt {
  margin-bottom: 39px;
  width: 450px;
}
#plan__inner01 .meeting .inner__box .limited .limited__txt .step__ul li {
  margin-bottom: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
#plan__inner01 .meeting .inner__box .limited .limited__txt .step__ul li:last-child {
  margin-bottom: 0;
}
#plan__inner01 .meeting .inner__box .limited .limited__txt .step__ul li span {
  margin-right: 30px;
  color: #998000;
  display: inline;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#plan__inner01 .inner__box .limited .limited__txt p.eco-text{
  margin-bottom: 0;
  width: 400px;
  max-width: 100%;
}
#plan__inner01 .inner__box .limited .limited__txt p.eco-text.sp{
  width: auto;
  margin-bottom: 10px;
}
.service-btn a {
  display: inline-block;
  position: relative;
  padding: 34px 40px 22px 28px;
  border: 1px solid #998000;
  width: 292px;
  max-width: 100%;
  box-sizing: border-box;
}
.service-btn a img{
  width: 68%;
}
.service-btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 18.4px;
  height: 4.5px;
  background: url(../palace-ogiju_v2/img/plan01/icon-arrow.svg) no-repeat center center / contain;
}
.large-group{
  margin-bottom: 80px;
}
@media screen and (max-width: 896px) {
  #plan__inner01 {
    padding-top: 0;
    margin: 20px 0 75px;
  }
  #plan__inner01::before {
    display: none;
  }
  #plan__inner01 .top__img {
    margin: 0 auto 17px;
    max-width: 34px;
  }
  #plan__inner01 .inner__box {
    padding: 14px 17px;
    margin: 0 23px 17px;
    max-width: inherit;
  }
  #plan__inner01 .inner__box .h__text {
    font-size: 1.5rem;
  }
  .d__text {
    margin-bottom: 9rem;
  }
  #plan__inner01 .inner__box .img__box {
    margin-bottom: 17px;
    display: block;
  }
  #plan__inner01 .inner__box .img__box .text__box {
    margin-top: 0;
    width: auto;
  }
  #plan__inner01 .inner__box .img__box .text__box .ttl {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 1.5rem;
    border-width: 3px;
  }
  #plan__inner01 .inner__box .img__box .text__box .ttl .ttl-large {
    font-size: 3rem;
  }
  #plan__inner01 .inner__box .img__box .text__box p {
    margin-bottom: 14px;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    line-height: 1.789;
  }
  #plan__inner01 .inner__box .img__box .btn a {
    width: 230px;
    font-size: 1.5rem;
    padding: 3px 5px;
  }
  #plan__inner01 .inner__box .img__box .photo__box {
    margin-bottom: 14px;
    width: auto;
  }
  #plan__inner01 .inner__box .limited {
    margin: 0 auto 13px;
    max-width: inherit;
  }
  #plan__inner01 .inner__box .limited .ttl {
    padding: 8px 13px 7px;
    font-size: 0.95rem;
    letter-spacing: 0;
  }
  #plan__inner01 .inner__box .limited .limited__txt {
    padding: 15px 13px 14px;
  }
  #plan__inner01 .inner__box .limited .limited__txt .txt {
    margin-bottom: 13px;
    width: 166px;
  }
  #plan__inner01 .inner__box .limited .limited__txt .txt2 {
    margin-bottom: 5px;
    width: 130px;
  }
  #plan__inner01 .inner__box .limited .limited__txt p {
    margin-bottom: 16px;
    font-size: 0.95rem;
  }
  #plan__inner01 .inner__box .limited .limited__txt .txt__ul {
    margin: 0;
    display: block;
  }
  #plan__inner01 .inner__box .limited .limited__txt .txt__ul li {
    margin: 0 0 6px;
    width: auto;
  }
  .service-btn a {
    padding: 17px 20px 11px 14px;
    width: 210px;
  }
  #plan__inner01 .inner__box .node {
    letter-spacing: 0.05em;
    line-height: 1.789;
  }
  #plan__inner01 .meeting {
    margin-bottom: 14px;
  }
  #plan__inner01 .meeting .inner__box {
    margin-bottom: 13px;
    padding: 13px 17px 14px;
  }
  #plan__inner01 .meeting .inner__box .h__text {
    margin-bottom: 9px;
  }
  #plan__inner01 .meeting .inner__box .limited {
    margin-bottom: 14px;
  }
  #plan__inner01 .meeting .inner__box .limited .limited__txt {
    padding: 10px 8px 15px;
  }
  #plan__inner01 .meeting .inner__box .limited .limited__txt .text__list {
    margin-bottom: 31px;
  }
  #plan__inner01 .meeting .inner__box .limited .limited__txt .text__list li {
    font-size: 0.95rem;
    line-height: 1.789;
  }
  #plan__inner01 .meeting .inner__box .limited .limited__txt .text__list::after {
    bottom: -14px;
    left: 7px;
    width: 72px;
  }
  #plan__inner01 .meeting .inner__box .limited .limited__txt .txt {
    margin-bottom: 17px;
    width: 156px;
  }
  #plan__inner01 .meeting .inner__box .limited .limited__txt .step__ul li {
    margin-bottom: 3px;
    font-size: 0.95rem;
    letter-spacing: -0.05em;
  }
  #plan__inner01 .meeting .inner__box .limited .limited__txt .step__ul li span {
    margin-right: 7px;
  }
}

/*------------------------------------------------------------
plan02
------------------------------------------------------------*/
#plan__inner02 {
  padding-top: 55px;
  margin: -77px 0 119px;
  position: relative;
}
#plan__inner02::before {
  height: 1px;
  position: absolute;
  top: 0;
  left: 90px;
  right: 90px;
  background-color: #000;
  content: "";
}
#plan__inner02 .top__box {
  margin-bottom: 120px;
}
#plan__inner02 .top__box .h__ttl03 {
  margin: 0 auto 37px;
}
#plan__inner02 .top__box .h__ttl03::after {
  background-image: url(img/plan02/h_img.png);
}
#plan__inner02 .top__box .com__txt-ul {
  margin-bottom: 85px;
}
#plan__inner02 .top__box .com__txt-ul li {
  min-width: 184px;
}
#plan__inner02 .top__box .com__link-ul {
  gap: 30px;
  max-width: 700px;
  margin-top: -50px;
}
#plan__inner02 .top__box .com__link-ul li {
  width: calc(213 / 700 * 100%);
  margin: 50px 0 0 0;
}
#plan__inner02 .top__box .com__link-ul li:nth-child(1){
  margin-left: 121px;
}
#plan__inner02 .top__box .com__link-ul li:nth-child(2) {
  margin-right: 121px;
}
#plan__inner02 .top__box .com__link-ul li a {
  min-width: 164px;
  box-sizing: border-box;
}
#plan__inner02 .top__box .com__link-ul li.link a {
  min-width: 185px;
}
#plan__inner02 .list__ul {
  margin: -20px auto 28px;
  max-width: 1050px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 57px;
}
#plan__inner02 .list__ul > li {
  padding: 46px 31px 37px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #998000;
}
/* #plan__inner02 .list__ul > li:nth-child(2n) {
  margin-right: 0;
} */
#plan__inner02 .list__ul>li{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(75 / 1000 * 100%);
  padding: 21px 25px 21px 60px;
}
#plan__inner02 .list__ul>li:nth-child(2n){
  flex-direction: row-reverse;
  padding: 21px 60px 21px 25px;
}
#plan__inner02 .list__info{
  width: 50%;
}
#plan__inner02 .list__ttl{
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  color: #998000;
}
#plan__inner02 .list__capacity{
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #998000;
  line-height: 1;
  padding: 9px 12px;
  border: 1px solid #998000;
  margin-top: 22px;
}
#plan__inner02 .list__fee{
  font-size: 2.1rem;
  padding-bottom: 22px;
  border-bottom: 2px solid #998000;
  margin-top: 30px;
  font-weight: 700;
}
#plan__inner02 .list__fee__span{
  font-size: 1.2rem;
}
#plan__inner02 .list__txt{
  font-size: 1.6rem;
  margin-top: 20px;
}
/* #plan__inner02 .list__img{
  width: 50%;
} */
@media screen and (max-width: 896px) {
  #plan__inner02 .list__ul > li.list04 .text__inner {
    min-height: inherit;
  }
}
#plan__inner02 .list__ul > li.list07 p {
  letter-spacing: 0;
}
#plan__inner02 .node__txt {
  margin-bottom: 64px;
}
#plan__inner02 .pdf__ul li {
  width: 514px;
}
@media screen and (max-width: 896px) {
  #plan__inner02 {
    padding-top: 0;
    margin: 20px 0 75px;
  }
  #plan__inner02::before {
    display: none;
  }
  #plan__inner02 .top__box {
    margin-bottom: 38px;
  }
  #plan__inner02 .top__box .com__txt-ul {
    margin-bottom: 18px;
  }
  #plan__inner02 .top__box .com__txt-ul li {
    min-width: 89px;
  }
  #plan__inner02 .top__box .com__link-ul {
    margin: 0 22px;
    align-items: flex-end;
    justify-content: space-between;
    gap: calc(40 / 700 * 100%);
  }
  #plan__inner02 .top__box .com__link-ul li {
    width: calc(200 / 700 * 100%);
    margin: 16px 0 0;
  }
  #plan__inner02 .top__box .com__link-ul li:nth-child(1){
    margin-left: calc(121 / 700 * 100%);
  }
  #plan__inner02 .top__box .com__link-ul li:nth-child(2) {
    margin-right: calc(121 / 700 * 100%);
  }
  #plan__inner02 .top__box .com__link-ul li a {
    min-width: 85px;
    letter-spacing: -0.06em;
  }
  #plan__inner02 .top__box .com__link-ul li.link a {
    min-width: 85px;
  }
  #plan__inner02 .list__ul {
    margin: 0 22px 11px;
    max-width: inherit;
    display: block;
  }
  #plan__inner02 .list__ul > li {
    margin: 0 0 25px;
    padding: 30px 20px;
    width: auto;
    display: block;
  }
  #plan__inner02 .list__ul>li:nth-child(2n){
    padding: 30px 20px;
  }
  #plan__inner02 .list__info {
    width: 100%;
    text-align: center;
  }
  #plan__inner02 .list__img {
    width: 100%;
    margin-top: 25px;
  }
  #plan__inner02 .list__ttl {
    font-size: 1.8rem;
  }
  #plan__inner02 .list__capacity{
    font-size: 1.4rem;
    margin: 12px auto 0;
  }
  #plan__inner02 .list__fee{
    font-size: 1.4rem;
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 20px;
  }
  #plan__inner02 .list__fee__span{
    font-size: 1rem;
  }
  #plan__inner02 .list__txt{
    font-size: 1.4rem;
    text-align: initial;
    margin-top: 20px;
  }

  #plan__inner02 .pdf__ul {
    margin-bottom: 71px;
  }
  #plan__inner02 .pdf__ul li {
    margin-bottom: 17px;
    width: auto;
  }
  #plan__inner02 .pdf__ul li.link a {
    background-position: left 73px center;
  }
  #plan__inner02 .node__txt {
    margin-bottom: 15px;
  }
  #plan__inner02 .type__inner {
    padding: 19px 41px 34px;
  }
}
@media screen and (max-width: 374px) {
  #plan__inner02 .top__box .com__txt-ul {
    flex-wrap: wrap;
    margin-top: -5px;
  }
  #plan__inner02 .top__box .com__txt-ul li {
    margin-top: 5px;
  }
  #plan__inner02 .pdf__ul li.link a {
    background-position: left 39px center;
  }
  #plan__inner02 .list__ul > li .text__inner .txt__ul {
    padding: 11px 8px 0 12px;
  }
  #plan__inner02 .list__ul > li .text__inner .txt__ul li {
    font-size: 0.9rem;
    letter-spacing: -0.05em;
  }
}

/*------------------------------------------------------------
plan03
------------------------------------------------------------*/
#plan__inner03 {
  padding-top: 72px;
  margin: -77px 0 109px;
  position: relative;
}
#plan__inner03::before {
  height: 1px;
  position: absolute;
  top: 0;
  left: 90px;
  right: 90px;
  background-color: #000;
  content: "";
}
#plan__inner03 .h__ttl02 {
  margin: 0 auto 37px;
}
#plan__inner03 .h__ttl02::after {
  background-image: url(img/plan03/h_img04.png);
}
#plan__inner03 .com__txt-ul li {
  padding: 5px 21px 7px;
  color: #1c2a54;
  border-color: #1c2a54;
}
#plan__inner03 .top__box {
  margin-bottom: 98px;
}
#plan__inner03 .list__ul {
  margin: -117px auto 84px;
  max-width: 1050px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#plan__inner03 .list__ul li {
  margin: 117px 0 0;
  width: 450px;
}
#plan__inner03 .list__ul li .ttl {
  margin-bottom: 19px;
  padding-bottom: 1px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  border-bottom: 3px solid #1c2a54;
}
#plan__inner03 .list__ul li .ttl span {
  font-size: 3rem;
  margin-right: 10px;
}
#plan__inner03 .list__ul li p {
  margin-bottom: 20px;
  font-size: 1.8rem;
  letter-spacing: 0;
}
#plan__inner03 .list__ul li .h__txt {
  margin-bottom: 5px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.1rem;
  background: url(img/plan03/h_img01.jpg) no-repeat top center/100%;
}
#plan__inner03 .list__ul li.list .ttl {
  border-color: #005032;
}
#plan__inner03 .list__ul li.list .h__txt {
  background-image: url(img/plan03/h_img02.jpg);
}
#plan__inner03 .text__inner {
  margin: 0 auto 283px;
  padding: 18px 1px 21px;
  max-width: 534px;
  text-align: center;
  border: 1px dashed #1c2a54;
  box-sizing: border-box;
}
#plan__inner03 .text__inner p {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2.5;
}
#plan__inner03 .kids__plan {
  margin-bottom: 416px;
  padding-top: 28px;
  position: relative;
}
#plan__inner03 .kids__plan::after {
  width: 1454px;
  height: 695px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(img/plan03/img.png) no-repeat top center/1454px;
  content: "";
  z-index: -1;
}
#plan__inner03 .kids__plan h2 {
  margin-bottom: 63px;
  font-size: 3.3rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  text-align: center;
}
#plan__inner03 .kids__plan .text__ul {
  margin: 0 auto 116px;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#plan__inner03 .kids__plan .text__ul li {
  width: 450px;
}
#plan__inner03 .kids__plan .text__ul li .h__txt02 {
  margin-bottom: 38px;
  padding-bottom: 16px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15em;
  text-align: center;
  border-bottom: 4px solid #1c2a54;
}
#plan__inner03 .kids__plan .text__ul li .img {
  margin-bottom: 39px;
}
#plan__inner03 .kids__plan .text__ul li p {
  color: #1c2a54;
  font-size: 2.1rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
#plan__inner03 .kids__plan .text__ul li p span {
  padding-top: 16px;
  margin-top: 30px;
  display: block;
  border-top: 4px solid #1c2a54;
}
#plan__inner03 .kids__plan .node__txt {
  margin: 0 auto 42px;
}
#plan__inner03 .kids__plan .pdf__ul {
  margin-bottom: 0;
}
#plan__inner03 .kids__plan .pdf__ul li.link a {
  background-position: left 111px center;
}
#plan__inner03 .options {
  margin: 0 auto 102px;
  max-width: 1075px;
}
#plan__inner03 .options .head__line01 {
  margin-bottom: 119px;
}
#plan__inner03 .options .h__txt03 {
  margin-bottom: 36px;
  position: relative;
}
#plan__inner03 .options .h__txt03::after {
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
  z-index: -1;
}
#plan__inner03 .options .h__txt03 span {
  padding-right: 10px;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  background-color: #fff;
}
#plan__inner03 .options .options__ul {
  margin: -66px 0 132px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#plan__inner03 .options .options__ul:last-child {
  margin-bottom: 0;
}
#plan__inner03 .options .options__ul li {
  margin-top: 66px;
  width: 520px;
  font-size: 1.6rem;
  line-height: 1.56;
}
#plan__inner03 .options .options__ul li .imgBox {
  margin-bottom: 26px;
  display: flex;
}
#plan__inner03 .options .options__ul li .imgBox .photo {
  width: 120px;
}
#plan__inner03 .options .options__ul li .imgBox .text {
  color: #a08000;
  font-size: 2rem;
  padding: 0 37px;
  display: flex;
  align-items: center;
  background: url(img/plan03/text_bg.png) no-repeat center left/100% 100%;
  width: 400px;
  line-height: 1.1;
}
@media screen and (max-width: 896px) {
  #plan__inner03 .options .options__ul li .imgBox {
    margin-bottom: 12px;
  }
  #plan__inner03 .options .options__ul li .imgBox .photo {
    width: 79px;
  }
  #plan__inner03 .options .options__ul li .imgBox .text {
    font-size: 1.5rem;
    padding: 0 21px;
    background: url(img/plan03/text_bg.png) no-repeat center left/100% 100%;
    width: calc(100% - 78px);
    height: 79px;
  }
}
@media screen and (max-width: 896px) and (max-width: 374px) {
  #plan__inner03 .options .options__ul li .imgBox .text {
    font-size: 1.2rem;
  }
}
#plan__inner03 .options .options__ul li .ttl {
  margin: 33px 0 11px;
  font-weight: bold;
  font-size: 2rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#plan__inner03 .options .options__ul li .ttl small {
  margin-left: 20px;
  font-size: 1.6rem;
}
#plan__inner03 .options .options__ul li p {
  font-size: 1.6rem;
  line-height: 1.562;
}
#plan__inner03 .recommendation {
  margin: 0 auto 202px;
  max-width: 1052px;
}
#plan__inner03 .recommendation .h__img {
  margin: 0 auto 21px;
  max-width: 352px;
}
#plan__inner03 .recommendation .img__box {
  display: flex;
}
#plan__inner03 .recommendation .img__box .photo {
  width: 448px;
}
#plan__inner03 .recommendation .img__box .text {
  flex: 1;
  padding: 40px;
  background-color: #ededed;
  box-sizing: border-box;
}
#plan__inner03 .recommendation .img__box .text h3 {
  margin-bottom: 10px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
#plan__inner03 .recommendation .img__box .text h3 span {
  margin-top: 21px;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.1rem;
}
#plan__inner03 .recommendation .img__box .text h3 span small {
  font-size: 1.2rem;
}
.notes{
  padding-bottom: 25px;
  margin-bottom: 17px;
  border-bottom: 5px solid #BCBCBC;
}
#plan__inner03 .recommendation .img__box .text p {
  font-size: 1.5rem;
  line-height: 2.06;
}
#plan__inner03 .icon__img {
  margin: 0 auto;
  max-width: 70px;
}
@media screen and (max-width: 896px) {
  #plan__inner03 {
    padding-top: 0;
    margin: 57px 0 94px;
  }
  #plan__inner03::before {
    display: none;
  }
  #plan__inner03 .h__ttl02 {
    max-width: 150px;
    font-size: 1.5rem;
    padding: 14px 0 29px;
    margin-bottom: 38px;
  }
  #plan__inner03 .h__ttl02::after {
    width: 150px;
    height: 72px;
    background-size: 150px;
  }
  #plan__inner03 .h__ttl02 small {
    font-size: 0.95rem;
    margin-top: 4px;
  }
  #plan__inner03 .com__txt-ul {
    margin-bottom: 0;
  }
  #plan__inner03 .com__txt-ul li {
    padding: 3px 4px 2px;
    margin: 0 3px;
  }
  #plan__inner03 .top__box {
    margin-bottom: 31px;
  }
  #plan__inner03 .list__ul {
    margin: 0 auto 17px;
    max-width: inherit;
    display: block;
    padding: 0 23px;
  }
  #plan__inner03 .list__ul li {
    margin: 0 0 51px;
    width: auto;
  }
  #plan__inner03 .list__ul li .ttl {
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-size: 1.5rem;
  }
  #plan__inner03 .list__ul li .ttl span {
    font-size: 1.5rem;
  }
  #plan__inner03 .list__ul li p {
    margin-bottom: 9px;
    font-size: 0.95rem;
  }
  #plan__inner03 .list__ul li .h__txt {
    margin-bottom: 2px;
    height: 57px;
    font-size: 1.5rem;
    background: url(img/plan03/sp_h_img01.jpg) no-repeat top center/100%;
  }
  #plan__inner03 .list__ul li.list .h__txt {
    background-image: url(img/plan03/sp_h_img02.jpg);
  }
  #plan__inner03 .list__ul li:last-child {
    margin-bottom: 0;
  }
  #plan__inner03 .text__inner {
    margin: 0 23px 37px;
    padding: 9px 5px 14px;
    max-width: inherit;
  }
  #plan__inner03 .text__inner p {
    font-size: 0.95rem;
    line-height: 2.1;
  }
  #plan__inner03 .kids__plan {
    margin-bottom: 39px;
    padding-top: 13px;
    background-color: #EDEDED;
  }
  #plan__inner03 .kids__plan::after {
    display: none;
  }
  #plan__inner03 .kids__plan h2 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #plan__inner03 .kids__plan .text__ul {
    margin: 0 23px 18px;
    padding-bottom: 11px;
    max-width: inherit;
    display: block;
    border-bottom: 3px solid #1c2a54;
  }
  #plan__inner03 .kids__plan .text__ul li {
    margin-bottom: 25px;
    width: auto;
  }
  #plan__inner03 .kids__plan .text__ul li:last-child {
    margin-bottom: 0;
  }
  #plan__inner03 .kids__plan .text__ul li .h__txt02 {
    margin-bottom: 18px;
    padding-bottom: 4px;
    font-size: 1.5rem;
    text-align: left;
    border-bottom: 2px solid #1c2a54;
  }
  #plan__inner03 .kids__plan .text__ul li .img {
    margin-bottom: 16px;
  }
  #plan__inner03 .kids__plan .text__ul li p {
    display: flex;
    font-size: 1.5rem;
    justify-content: space-between;
    letter-spacing: 0.05em;
    text-align: center;
    align-items: center;
  }
  #plan__inner03 .kids__plan .text__ul li p span {
    padding-top: 0;
    margin-top: 0;
    display: inline;
    border-top: none;
    font-size: 0.95rem;
  }
  #plan__inner03 .kids__plan .inner__box {
    padding: 15px 0 0;
    background-color: #fff;
  }
  #plan__inner03 .kids__plan .inner__box .node__txt {
    margin: 0 auto 13px;
  }
  #plan__inner03 .kids__plan .inner__box .pdf__ul li {
    margin-bottom: 18px;
  }
  #plan__inner03 .kids__plan .inner__box .pdf__ul li:last-child {
    margin-bottom: 0;
  }
  #plan__inner03 .kids__plan .inner__box .pdf__ul li.link a {
    background-position: left 73px center;
  }
  #plan__inner03 .options {
    margin: 0 23px 33px;
    max-width: inherit;
  }
  #plan__inner03 .options .head__line01 {
    margin-bottom: 10px;
  }
  #plan__inner03 .options .h__txt03 {
    padding-bottom: 9px;
    border-bottom: 2px solid #D9D9D9;
    text-align: center;
    margin-bottom: 16px;
  }
  #plan__inner03 .options .h__txt03::after {
    display: none;
  }
  #plan__inner03 .options .h__txt03 span {
    font-size: 0.95rem;
  }
  #plan__inner03 .options .options__ul {
    margin: 0 0 14px;
    display: block;
  }
  #plan__inner03 .options .options__ul li {
    margin: 0 0 13px;
    width: auto;
    font-size: 0.95rem;
    line-height: 1.789;
  }
  #plan__inner03 .options .options__ul li:last-child {
    margin-bottom: 0;
  }
  #plan__inner03 .options .options__ul li p {
    font-size: 0.95rem;
    line-height: 1.789;
  }
  #plan__inner03 .options .options__ul li .ttl {
    margin: -5px 0 1px;
    font-size: 1.25rem;
  }
  #plan__inner03 .options .options__ul li .ttl small {
    margin-left: 12px;
    font-size: 1.25rem;
  }
  #plan__inner03 .options .options__ul.options__ul02 li {
    margin-bottom: 24px;
  }
  #plan__inner03 .recommendation {
    max-width: inherit;
    margin-bottom: 0;
    padding: 0 22px;
  }
  #plan__inner03 .recommendation .h__img {
    margin: 0 auto 13px;
    max-width: 220px;
  }
  #plan__inner03 .recommendation .img__box {
    display: block;
  }
  #plan__inner03 .recommendation .img__box .photo {
    width: auto;
  }
  #plan__inner03 .recommendation .img__box .text {
    padding: 13px 24px;
  }
  #plan__inner03 .recommendation .img__box .text h3 {
    font-size: 1.5rem;
  }
  #plan__inner03 .recommendation .img__box .text h3 span {
    margin-top: 11px;
    font-size: 1.05rem;
  }
  #plan__inner03 .recommendation .img__box .text h3 span small {
    font-size: 0.6rem;
  }
  .notes {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #BCBCBC;
}
  #plan__inner03 .recommendation .img__box .text p {
    font-size: 0.95rem;
    line-height: 1.789;
  }
}
@media screen and (max-width: 374px) {
  #plan__inner03 .list__ul li .h__txt {
    height: 48px;
  }
  #plan__inner03 .kids__plan .text__ul li p {
    font-size: 1.1rem;
  }
  #plan__inner03 .kids__plan .inner__box .pdf__ul li.link a {
    background-position: left 39px center;
  }
}

/*------------------------------------------------------------
room
------------------------------------------------------------*/
#room .head__line01 {
  margin-bottom: 133px;
}
#room .free {
  padding: 51px 0 101px;
  background-color: #F0F0F0;
}
#room .free .h__txt {
  margin-bottom: 66px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
#room .free .h__txt::after {
  width: 186px;
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #000;
}
#room .free .txt__box {
  margin-bottom: 73px;
  padding: 43px 0 65px;
  position: relative;
}
#room .free .txt__box::after {
  width: 372px;
  height: 178px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(img/room/img01.png) no-repeat top center/372px;
}
#room .free .txt__box p {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.944;
  text-align: center;
  position: relative;
  z-index: 10;
}
#room .free .txt__ul {
  margin: 0 auto;
  padding-left: 24px;
  width: 443px;
  position: relative;
}
#room .free .txt__ul::before {
  position: absolute;
  top: 7px;
  bottom: 3px;
  left: -5px;
  width: 5px;
  background-color: #b0952b;
  content: "";
}
#room .free .txt__ul li {
  letter-spacing: 0.02em;
  line-height: 1.571;
}
#room .banquet__hall {
  margin: 0 auto 502px;
  padding: 222px 0 0;
  max-width: 1050px;
}
#room .banquet__hall .banquet__hall-inner {
  margin-bottom: 207px;
}
#room .banquet__hall .banquet__hall-inner .h__ttl {
  margin-bottom: 117px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
#room .banquet__hall .banquet__hall-inner .h__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #b0952b;
  z-index: -1;
}
#room .banquet__hall .banquet__hall-inner .h__ttl span {
  padding: 0 43px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
#room .banquet__hall .banquet__hall-inner.banquet__hall-inner01 {
  margin-bottom: 314px;
}
#room .banquet__hall .banquet__hall-inner.banquet__hall-inner04 .h__ttl span {
  padding: 0 137px;
}
#room .banquet__hall .banquet__hall-inner .center__txt {
  margin-bottom: 51px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-align: center;
}
#room .banquet__hall .banquet__hall-inner .photo {
  margin-bottom: 124px;
  position: relative;
}
#room .banquet__hall .banquet__hall-inner .photo span {
  min-width: 169px;
  padding: 9px 90px 10px 32px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  background: url(img/room/txt_bg02.png) no-repeat left top/100%;
}
#room .banquet__hall .banquet__hall-inner .text__box {
  margin: 0 auto;
  max-width: 1008px;
  display: flex;
  justify-content: space-between;
  padding-right: 37px;
}
#room .banquet__hall .banquet__hall-inner .text__box p {
  width: 507px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: -4px;
}
#room .banquet__hall .banquet__hall-inner .text__box .text__ul {
  width: 431px;
  border-top: 1px solid #000;
}
#room .banquet__hall .banquet__hall-inner .text__box .text__ul li {
  padding: 14px 22px 15px 0;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
}
#room .banquet__hall .banquet__hall-inner.banquet__hall-inner01 .h__ttl {
  margin-bottom: 94px;
}
#room .banquet__hall .banquet__hall-inner:last-of-type {
  margin-bottom: 192px;
}
#room .banquet__hall .txt__inner {
  padding: 39px 20px 30px;
  box-sizing: border-box;
  border: 1px solid #000;
}
#room .banquet__hall .txt__inner p {
  margin-bottom: 23px;
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
#room .banquet__hall .txt__inner p small {
  font-size: 1.6rem;
}
#room .banquet__hall .txt__inner .small {
  margin-bottom: 0;
  font-size: 1.4rem;
}
#room .introduce {
  margin: 0 auto 500px;
  max-width: 1050px;
}
#room .introduce .head__line01 {
  margin-bottom: 142px;
}
#room .introduce .introduce__ul {
  margin-bottom: 51px;
  display: flex;
  justify-content: space-between;
}
#room .introduce .introduce__ul > li {
  width: 503px;
}
#room .introduce .introduce__ul > li h3 {
  margin-bottom: 48px;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
}
#room .introduce .introduce__ul > li .introduce-list li {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
}
#room .introduce .introduce__ul > li .introduce-list li small {
  margin-left: -80px;
}
#room .introduce .introduce__ul > li.list {
  padding-right: 50px;
}
#room .introduce .node {
  font-size: 1.6rem;
  text-align: right;
}
.introduce-note {
  margin-top: 16px;
}
@media screen and (max-width: 896px) {
  #room .head__line01 {
    margin-bottom: 14px;
    padding-top: 51px;
  }
  #room .free {
    padding: 13px 0 15px;
  }
  #room .free .h__txt {
    margin-bottom: 41px;
    font-size: 1.5rem;
  }
  #room .free .h__txt::after {
    width: 140px;
    bottom: -15px;
  }
  #room .free .txt__box {
    margin-bottom: 17px;
    padding: 21px 0 31px;
  }
  #room .free .txt__box::after {
    width: 186px;
    height: 90px;
    background: url(img/room/img01.png) no-repeat top center/186px;
  }
  #room .free .txt__box p {
    font-size: 0.95rem;
  }
  #room .free .txt__ul {
    padding-left: 11px;
    width: auto;
    max-width: 284px;
  }
  #room .free .txt__ul::before {
    top: 4px;
    bottom: 5px;
    width: 3px;
  }
  #room .free .txt__ul li {
    letter-spacing: -0.06em;
    line-height: 1.789;
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 896px) and (max-width: 374px) {
  #room .free .txt__ul {
    padding-left: 6px;
    max-width: 278px;
  }
}
@media screen and (max-width: 896px) {
  #room .banquet__hall {
    margin: 0 auto 37px;
    padding: 32px 23px 0;
    max-width: initial;
  }
  #room .banquet__hall .banquet__hall-inner {
    margin-bottom: 31px;
  }
  #room .banquet__hall .banquet__hall-inner .h__ttl {
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
  #room .banquet__hall .banquet__hall-inner .h__ttl span {
    padding: 0 10px;
  }
  #room .banquet__hall .banquet__hall-inner.banquet__hall-inner01 {
    margin-bottom: 65px;
  }
  #room .banquet__hall .banquet__hall-inner.banquet__hall-inner01 .h__ttl {
    margin-bottom: 43px;
  }
  #room .banquet__hall .banquet__hall-inner.banquet__hall-inner04 .h__ttl span {
    padding: 0 10px;
  }
  #room .banquet__hall .banquet__hall-inner .center__txt {
    margin-bottom: 14px;
    font-size: 1.5rem;
  }
  #room .banquet__hall .banquet__hall-inner .photo {
    margin-bottom: 14px;
  }
  #room .banquet__hall .banquet__hall-inner .photo span {
    min-width: 118px;
    padding: 2px 5px;
    font-size: 0.95rem;
    background-size: 118px;
  }
  #room .banquet__hall .banquet__hall-inner .text__box {
    max-width: inherit;
    display: block;
    padding-right: 0;
  }
  #room .banquet__hall .banquet__hall-inner .text__box p {
    width: auto;
    font-size: 0.95rem;
    letter-spacing: 0;
    margin: 0 0 12px;
  }
  #room .banquet__hall .banquet__hall-inner .text__box .text__ul {
    width: auto;
  }
  #room .banquet__hall .banquet__hall-inner .text__box .text__ul li {
    padding: 6px 0 4px;
    font-size: 0.95rem;
  }
  #room .banquet__hall .banquet__hall-inner .text__box .text__ul li span {
    min-width: 244px;
    text-align: right;
  }
  #room .banquet__hall .banquet__hall-inner:last-of-type {
    margin-bottom: 36px;
  }
  #room .banquet__hall .txt__inner {
    padding: 16px 17px 14px;
  }
  #room .banquet__hall .txt__inner p {
    margin-bottom: 17px;
    font-size: 1.5rem;
    letter-spacing: 0;
    text-align: left;
  }
  #room .banquet__hall .txt__inner p span {
    font-size: 0.95rem;
    margin-top: 2px;
    display: block;
  }
  #room .banquet__hall .txt__inner p span small {
    font-size: 0.95rem;
  }
  #room .banquet__hall .txt__inner .small {
    margin: 0 -6px;
    font-size: 0.95rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 896px) {
  #room .introduce {
    margin-bottom: 53px;
    padding: 0 23px;
    max-width: inherit;
  }
  #room .introduce .head__line01 {
    padding-top: 0;
    margin-bottom: 10px;
  }
  #room .introduce .introduce__ul {
    margin-bottom: 24px;
    display: block;
  }
  #room .introduce .introduce__ul > li {
    margin-bottom: 18px;
    width: auto;
  }
  #room .introduce .introduce__ul > li.list {
    padding-right: 0;
  }
  #room .introduce .introduce__ul > li h3 {
    margin-bottom: 15px;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    text-align: center;
    padding-bottom: 9px;
    border-bottom: 1px solid #000;
  }
  #room .introduce .introduce__ul > li .introduce-list li {
    margin-top: 1.7px;
    font-size: 0.95rem;
    line-height: 1.6;
    letter-spacing: -0.08em;
    position: relative;
  }
  #room .introduce .introduce__ul > li .introduce-list li span {
    min-width: 75px;
    margin: 0;
    text-align: right;
    letter-spacing: 0;
  }
  #room .introduce .introduce__ul > li .introduce-list li small {
    margin-left: 0;
    position: absolute;
    bottom: -12px;
    left: 0;
    font-size: 0.8rem;
    letter-spacing: 0;
  }
  #room .introduce .node {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 374px) {
  #room .banquet__hall .banquet__hall-inner .text__box .text__ul li span {
    min-width: 216px;
  }
}

/*------------------------------------------------------------
company
------------------------------------------------------------*/
#company {
  margin-bottom: 80px;
}
#company .company__box {
  margin: 0 auto;
  max-width: 900px;
}
#company .company__box .head__line01 {
  margin-bottom: 148px;
}
#company .company__box .photo {
  margin-bottom: 85px;
}
#company .company__box .img__box {
  margin: 0 auto 160px;
  max-width: 715px;
  display: flex;
  justify-content: space-between;
}
#company .company__box .img__box .photo__box {
  margin-top: -4px;
  width: 156px;
}
#company .company__box .img__box .photo__box .img {
  margin-bottom: 15px;
}
#company .company__box .img__box .photo__box p {
  font-size: 1.6rem;
}
#company .company__box .img__box .text__box {
  width: 516px;
}
#company .company__box .img__box .text__box dl {
  border-top: 1px solid #000;
}
#company .company__box .img__box .text__box dl dt,
#company .company__box .img__box .text__box dl dd {
  padding: 10px 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
#company .company__box .img__box .text__box dl dt {
  float: left;
}
#company .company__box .img__box .text__box dl dd {
  padding: 11px 0 14px 222px;
  border-bottom: 1px solid #000;
}
#company .company__box .map {
  padding-top: 3rem;
}
#company .company__box .map iframe {
  margin-bottom: 2rem;
}
.map-title{
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 374px) {
}

@media screen and (max-width: 896px) {
  #company {
    margin-bottom: 74px;
  }
  #company .company__box .head__line01 {
    margin-bottom: 13px;
  }
  #company .company__box .photo02 {
    margin-bottom: 18px;
  }
  #company .company__box .img__box {
    margin: 0 auto 80px;
    padding: 0 23px;
    max-width: inherit;
    display: block;
  }
  #company .company__box .img__box .photo__box {
    margin: 0 auto 14px;
    width: auto;
    text-align: center;
  }
  #company .company__box .img__box .photo__box .img {
    margin: 0 auto 6px;
    width: 78px;
  }
  #company .company__box .img__box .photo__box p {
    font-size: 0.95rem;
  }
  #company .company__box .img__box .text__box {
    width: auto;
  }
  #company .company__box .img__box .text__box dl dt,
#company .company__box .img__box .text__box dl dd {
    padding: 5px 0;
    font-size: 0.95rem;
  }
  #company .company__box .img__box .text__box dl dt {
    min-width: 60px;
  }
  #company .company__box .img__box .text__box dl dd {
    padding: 5px 0 5px 92px;
  }
  #company .company__box .map {
    margin: 0 23px;
  }
  .map-title {
    font-size: 1.5rem;
}
}/*# sourceMappingURL=style.css.map */


.mb-150{
  margin-bottom: 150px;
}