@charset "UTF-8";

/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 62.5%;
}

body {
    color: #555;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background:#fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin:0;
	padding:0;
    overflow: hidden;
}

/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    padding: 0rem;
    position: relative;
}
@media screen and (min-width: 751px) {
  .container {
      padding: 0 2rem;

  }
}
.container_wrap {
    padding: 0 6.66667%;
}

/* ブロックを縦に表示 */
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}
/* ブロックを横に表示 */
.block-2.row {
    flex-direction: row;
}
.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
.block-2 .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
}
.block-2 .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
    margin-left: 4%;
}
.block-2 .col.span-4:first-child,
.block-2 .col.span-6:first-child {
    margin-left: 0;
}

/* 751px以上の表示 */
@media ( min-width : 751px ) {
.row {
    display: flex;
    flex-direction: row;
    padding: 0;
}
.col {
    margin-left: 4%;
}

.col:first-child {
    margin-left: 0;
}

.row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
}
.row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
}
.row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
}
.row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
}
.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}
.row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}
.row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
}
.row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
}
.row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
}
.row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
}
.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* オフセット */
.row .col.offset-1 {
    margin-left: 8.66666666667%;
}
.row .col.offset-2 {
    margin-left: 17.3333333333%;
}
.row .col.offset-3 {
    margin-left: 26%;
}
.row .col.offset-4 {
    margin-left: 34.6666666667%;
}
.row .col.offset-5 {
    margin-left: 43.333333333%;
}
.row .col.offset-6 {
    margin-left: 52%;
}
.row .col.offset-7 {
    margin-left: 60.6666666667%;
}
.row .col.offset-8 {
    margin-left: 69.3333333333%;
}
.row .col.offset-9 {
    margin-left: 78.0%;
}
.row .col.offset-10 {
    margin-left: 86.6666666667%;
}
.row .col.offset-11 {
    margin-left: 95.3333333333%;
}
}


/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 3.5rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.2rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* モバイル表示 */
@media (min-width: 540px) {
  h1 { font-size: 3.5rem; }
  h2 { font-size: 3.2rem; }
  h3 { font-size: 3.0rem; }
  h4 { font-size: 2.8rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  width: 20%;
  height: 38px;
  padding: 0 30px;
  margin-right: 5px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }


/* フォーム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 100px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #666;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline;
margin: 0px 5px 0px 0px;}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* リスト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* コード
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  white-space: nowrap;
  background: #F1F1F1;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}


/* テーブル
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	border-collapse: collapse; }
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* スペース
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.5rem; }


/* 全幅
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box; }
.max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.pull-right {
  float: right; }
.pull-left {
  float: left; }


/* 罫線
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

figure{
  margin: 0px;
  padding: 0px;
}
img {
    max-width: 100%;
    height: auto;
    /*高さ自動*/
}
a {
    color: #333;
    text-decoration-line: none;
    transition: 0.2s;
}
a:hover {
    color: #999;
}
a img:hover {
    opacity: 0.8;
}
a.tel {
    display: inline-block;
    text-decoration: none !important;
}
.blueback {
    background-color: #003399;
    color: #fff;
    padding: 1rem;
}
.underline {
    border-bottom: 3px solid #003399;
    padding-bottom: 0.5rem;
}
.center {
    text-align: center;
}
.txt_right{
  text-align: right;
}
.font01 {
    font-family: YuMincho, 'Yu Mincho', serif;
}
.inner01 {
    padding: 0 2rem;
}
section.inner01 {
    padding-left: 3%;
    padding-right: 3%;
}
@media screen and (min-width: 751px) {
  section.inner01 {
      padding-left: 6.6667%;
      padding-right: 6.6667%;
  }
}

.text-center{
  text-align: center
}
.empty {
    height: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.al-center {
    align-items: center;
}
.jc-center {
    justify-content: center;
}
.jc-between {
    justify-content: space-between;
}
.costame_box li.slid figure{
  margin-bottom: 0px;
}
.long_img{
  height: 134px;
  width: 200px;
  margin: auto;
  object-fit: cover;
}
@media screen and (min-width: 751px) {
    .pc_hide {
        display: none !important;
    }
    .long_img{
      height: 300px;
          width: 300px;
          object-fit: cover;
    }
}

@media screen and (max-width: 750px) {
    .smart_hide {
        display: none !important;
    }
}

@media screen and (max-width: 1099px) {
    .smart_hide.tablet {
        display: none !important;
    }
    .pc_hide.tablet {
        display: block !important;
    }
}

/*subtitle
-------------------------------------*/
.subtitle03_01 {
    font-size: 3rem;
    position: relative;
    padding-bottom: 4vw;
    margin-bottom: 8vw;
    text-align: center;
}
.subtitle03_01::before {
    content: '';
    width: 60px;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.subtitle03_02 {
    font-size: 6vw;
    position: relative;
    padding-bottom: 4vw;
    margin-bottom: 6.67vw;
    text-align: center;
    color: #ad8f5a;
}
.subtitle03_02::before {
    content: '';
    width: 50px;
    height: 1px;
    background: #ad8f5a;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.subtitle03_03 {
	font-size: 24px;
}
.subtitle03_03 .font01 {
	display: block;
	margin-bottom: 5px;
	color: #b7975f;
}
.subtitle03_04 {
    font-size: 2.67vw;
    margin-bottom: 4vw;
    text-align: center;
    color: #555;
    font-family: YuMincho, 'Yu Mincho', serif;
}
.subtitle03_04 .sub {
    display: inline-block;
    font-size: 4.27vw;
    color: #b7975f;
    margin-right: 0.6em;
}
@media screen and (max-width: 750px) {
  .subtitle03_04 {
      font-size: 1.8rem;
      margin-bottom: 4vw;
      text-align: center;
      color: #555;
      font-family: YuMincho, 'Yu Mincho', serif;
  }
  .subtitle03_04 .sub {
      display: block;
      font-size: 6.27vw;
      color: #b7975f;
      margin-right: 0em;
      margin-bottom: 1vw;
  }
}


.page_753_gallery .subtitle03_04 .sub,
.page_753 .subtitle03_04 .sub,
.furisoderental .subtitle03_04 .sub {
    display: block;
    margin-right: 0;
}
.subtitle03_04.f22 {
	font-size: 22px;
}
.subtitle03_05 {
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
    color: #ad8f5a;
}
.subtitle03_05:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #ad8f5a;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.subtitle03_05.t_left {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.subtitle03_05.t_left:before {
    left: 0;
    transform: translateX(0);
}
.subtitle03_05 .sub {
    display: block;
    font-size: 21px;
    color: #555;
    padding-top: 5px;
}
.subtitle03_06 .sub {
    display: block;
    font-size: 16px;
    color: #555;
    padding-top: 5px;
}


.subtitle03_06 {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #a2cc89;
    margin: 0px;
}





.subtitle03_07 {
    font-size: 2vw;
    margin-bottom: 0vw;
    text-align: center;
    color: #555;
    font-family: YuMincho, 'Yu Mincho', serif;
}
.subtitle03_07 .sub {
    display: block;
    font-size: 2vw;
    color: #b7975f;
    margin-right: 0.6em;
}


.subtitle04_01 {
    font-size: 2rem;
    position: relative;
    padding-bottom: 4.53vw;
    margin-bottom: 4.53vw;
    text-align: center;
}
.subtitle04_01::before {
    content: '';
    width: 32px;
    height: 1px;
    background: #b5a280;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.subtitle04_01 .sub {
    display: inline-block;
    font-size: 4vw;
    margin-right: 1em;
}
.subtitle04_02 {
    font-size: 2.93vw;
    margin-bottom: 1em;
}
.subtitle04_03 {
    font-size: 22px;
    color: #678157;
    margin-bottom: 20px;
    font-weight: bold;
}
.subtitle04_04 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
.subtitle04_04:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #ad8f5a;
    position: absolute;
    bottom: 0;
    left: 0;
}
.subtitle04_05 {
    font-size: 21px;
    margin-bottom: 1rem;
}
.subtitle04_05 .sub {
    display: block;
    font-size: 21px;
    color: #ad8f5a;
}


.subtitle04_06 {
    font-size: 2.67vw;
    margin-bottom: 4vw;
    text-align: center;
    color: #555;
}
.subtitle04_06 .sub {
    display: inline-block;
    font-size: 4.27vw;
    color: #a2cc89;
    margin-right: 0.6em;
}
.page_753_gallery .subtitle04_06 .sub,
.page_753 .subtitle04_06 .sub,
.furisoderental .subtitle04_06 .sub {
    display: block;
    margin-right: 0;
}
.subtitle04_06.f22 {
	font-size: 22px;
}

.subtitle04_07 {
    font-size: 2.67vw;
    margin-bottom: 4vw;
    text-align: center;
    color: #555;
    transform: rotate( 90deg );
    display: flex;
    align-items: center;
}
.subtitle04_07 .sub {
    display: inline-block;
    font-size: 4.27vw;
    color: #b7975f;
    margin-right: 0.6em;

}
.furisoderental .subtitle04_07 .sub {
    display: block;
    margin-right: 0;
}
.subtitle04_07.f22 {
	font-size: 22px;
}

.subtitle04_07.potop {
  position: absolute;
  top: 38vw;
  margin: auto;
  right: -21.5vw;
  width: 100%;
}
.subtitle04_07.pobttom {
  position: absolute;
  bottom: 16vw;
  margin: auto;
  right: -21.5vw;
  width: 100%;
}

@media screen and (min-width: 751px) {
    .subtitle03_01 {
        font-size: 3rem;
        padding-bottom: 5rem;
        margin-bottom: 5rem;
    }
    .subtitle03_02 {
        font-size: 3.8rem;
        padding-bottom: 4rem;
        margin-bottom: 4rem;
    }
    .subtitle03_04 {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .subtitle03_04 .sub {
        font-size: 3rem;
        margin-right: 0.8em;
    }
    .subtitle03_04.f22 {
        font-size: 24px;
    }
    .subtitle03_05 {
        font-size: 30px;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .subtitle03_05.t_left {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .subtitle04_01 {
        font-size: 2rem;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }
    .subtitle04_01 .sub {
        font-size: 2.4rem;
    }
    .subtitle04_02 {
        font-size: 2.2rem;
    }
    .subtitle04_04 {
        font-size: 22px;
    }

    .subtitle04_06 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .subtitle04_06 .sub {
        font-size: 2.4rem;
        margin-right: 0.8em;
    }
    .subtitle04_07 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .subtitle04_07 .sub {
        font-size: 2.4rem;
        margin-right: 0.8em;
    }

    .subtitle04_07.potop {
      right: -21.5vw;
    }
    .subtitle04_07.pobttom {
      right: -21.5vw;
}
}

@media screen and (min-width: 1239px) {

}
@media screen and (min-width: 1600px) {
  .subtitle04_07.potop {
    right: -18.5vw;
    top: 32vw;
  }
  .subtitle04_07.pobttom {
    right: -18.5vw;
    bottom: 8vw;
  }
}

@media screen and (min-width: 1800px) {
  .subtitle04_07.potop {
        right: -16vw;
  }
  .subtitle04_07.pobttom {
    right: -16.5vw;
  }
}
/*背景画像
-------------------------------------*/
.bg01 {
    position: relative;
    overflow: hidden;
    padding-bottom: 5rem;
}

.bg01::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/bg01.png);
    background-repeat: repeat-y;
    position: absolute;
    top: 35px;
    left: 21.33%;
    z-index: -1;
}
.bg02 {
	background-color: #f2f2f2;
	padding: 40px 0;
}
.bg03 {
    border: 2px solid #ad8f5a;
    padding: 5px 3px;
}
.bg03 .in {
    border: 1px solid #ad8f5a;
    padding: 4vw;
}


@media screen and (min-width: 751px) {
    .bg02 {
        padding: 60px 0 50px;
    }
    .bg02_pc {
        background-color: #f2f2f2;
        padding: 60px 0 20px;
    }
}

@media screen and (min-width: 1100px) {
    .bg01 {
        padding-bottom: 7rem;
    }
}

/*btn
-------------------------------------*/
.more_btn {
    text-align: right;
}
.page_furisode_flow .more_btn {
    text-align: center;
}
.more_btn a {
    font-family: 'ADAM.CG PRO Regular';
    font-weight: normal;
    font-size: 2.93vw;
    color: #d2ab6a;
    padding: 0.8em 1.45em;
    border: 1px solid #d2ab6a;
    letter-spacing: 0.08em;
    display: inline-block;
    background-color: #fff;
    transition: 0.2S;
    position: relative;
    z-index: 10;
}
.page_furisode_flow .more_btn a,
.page_753_flow .more_btn a {
  width: 80%;
      padding: 0.8em 1.45em 0.8rem;
}
@media screen and (min-width: 751px) {
.page_furisode_flow .more_btn a,
  .page_753_flow .more_btn a {
    width: 80%;
        padding:1rem 1.45rem 1.4rem;
  }
}
@media screen and (max-width: 750px) {
.page_furisode_flow  .more_btn a,
.page_753_flow .more_btn a {
  width: 80%;
  font-size: 1.6rem;
}
.page_furisode_flow .more_btn{
  text-align: center;
}
}
.more_btn a:hover {
    background-color: #d2ab6a;
    color: #fff;
}
.more_btn02 a {
    font-family: 'ADAM.CG PRO Regular';
    font-weight: normal;
    font-size: 2.67vw;
    color: #d2ab6a;
    letter-spacing: 0.08em;
    display: inline-block;
    transition: 0.2S;
    padding-right: 2vw;
    position: relative;
}

.more_btn02 a::after {
    content: '';
    width: 1.33vw;
    height: 1.33vw;
    border-top: 1px solid #d2ab6a;
    border-right: 1px solid #d2ab6a;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg) translateY(-50%);
}
.more_btn a::after:hover {
    right: -4px;
}

.more_btn03 {
    text-align: center;
    margin-bottom: 0px;

}
.more_btn03 a {
    font-family: 'ADAM.CG PRO Regular';
    font-weight: normal;
    font-size: 1.4rem;
    color: #d2ab6a;
    padding: 0.8em 2.45em;
    border: 1px solid #d2ab6a;
    letter-spacing: 0.08em;
    display: inline-block;
    background-color: #fff;
    transition: 0.2S;
    position: relative;
    z-index: 10;
    width: 80%;
}
.more_btn03 a:hover {
  padding: 0.8em 15.45em;
    background-color: #d2ab6a;
    color: #fff;
}


@media screen and (min-width: 751px) {
  .more_btn03 {
      margin-bottom: 100px;
  }
  .more_btn03 a {
      font-size: 1vw;
      width: 60%;
  }


}

.btn01 a {
    font-size: 2.93vw;
    padding: 0.8em 1.45em;
    letter-spacing: 0.08em;
    display: block;
    background-color: #625052;
    color: #fff;
    text-align: center;
}
.row.btn01 {
    flex-direction: row;
}
.btn01 .col {
    display: block;
    flex: 1 1 auto;
    margin-left: 4%;
    max-width: inherit;
    width: inherit;
}
.btn01 .col:first-child {
    margin-left: 0;
}
.btn02 {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.btn02 a {
    padding: 1.2em;
    font-size: 1.8rem;
    display: block;
    background-color: #625052;
    border: 1px solid #625052;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}
.btn02 a:hover{
  background-color: #fff;
  color: #625052;
}


@media screen and (min-width: 751px) {
    .more_btn a {
        font-size: 1.8rem;
    }
    .more_btn02 a {
        font-size: 1.4rem;
        padding-right: 1em;
    }
    .more_btn02 a::after {
        width: 0.5em;
        height: 0.5em;
    }
    .btn01 a {
        font-size: 1.8rem;
    }
    .btn02 a {
        font-size: 1.6rem;
    }
}

/*gmap
-------------------------------------*/
.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*ヘッダー
-------------------------------------*/
header {
    height: 62px;
}

#top-head {
    width: 100%;
    height: 62px;
    position: relative;
    background-color: #fff;
    position: fixed;
    z-index: 99;
}

#top-head,
#top-head #logo,
#top-head img,
#globalnav,
#gnav_btn,
#reserve {
    transition: all 0.3s ease;
}

#top-head #logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 30vw;
    height: 18vw;
    background-color: #b7975f;
    border-radius: 0 0 10px 0;
    padding: 1vw 1vw 1vw 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top-head.fixed #logo {
    height: 62px;
    border-radius: 0;
    padding: 1vw;
}

#top-head p.logo {
    margin: 0;
    line-height: 1;
}

#top-head.fixed p.logo {
    max-width: 16vw;
}

#top-head p.pc_hide {
    width: 100%;
    padding: 15px 20vw 0 36vw;
    color: #8d6d35;
    font-size: 2vw;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
}

#top-head .br {
    display: none;
}

/*globalnav*/
#globalnav {
    position: fixed;
    z-index: 10;
    right: -50%;
    top: 0;
    bottom: 0;
    left: auto;
    width: 50%;
    height: 100%;
    text-align: left;
    background: #56833c;
    overflow: scroll;
    transition: .2s;
        padding-top: 20px;
}
@media screen and (min-width: 751px) {
#globalnav  {
    padding-top: 0px;
  }

}
.open #globalnav {
    right: 0%;
    overflow-y: auto;

}


#gnav_btn {
    z-index: 11;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 19vw;
    height: 12vw;
    background-color: #a2cc89;
    text-align: left;
    padding: 3.5vw 0 0 3.5vw;
}

.open #gnav_btn {
    background-color: transparent;
}

#top-head.fixed #gnav_btn {
    height: 62px;
    padding: 14px 0 0 3.5vw;
}

#gnav_btn button {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 50px;
    color: #fff;
    border: none;
}

#panel-btn-icon {
    display: block;
    width: 49px;
    height: 5px;
    background: #fff;
    transition: .2s;
    position: absolute;
    top: 0;
    left: 5px;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    background: #fff;
    transition: .2s;
}

#panel-btn-icon:before {
    margin-top: 15px;
    width: 33px;
}

#panel-btn-icon:after {
    margin-top: 30px;
    width: 17px;
}

.open #gnav_btn button #panel-btn-icon {
    background: transparent;
}

.open #gnav_btn button #panel-btn-icon:after {
    margin-top: 15px;
}

.open #gnav_btn button #panel-btn-icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.open #gnav_btn button #panel-btn-icon:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    width: 33px;
}

#globalnav_in {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 40px 0% 90px;
}

#globalnav a {
    padding: 15px 0 15px 10px;
    display: block;
    color: #fff;
    font-size: 18px;
}
#globalnav .dropdwn_menu_wapper_top.pc_hide{
    padding: 15px 0 15px 10px;
    display: block;
    color: #fff;
    font-size: 18px;
}
#globalnav .sp_hide a{
  display: none;
}

@media screen and (min-width: 751px) {
  #globalnav .sp_hide a{
    display: inline-block;
  }
#globalnav a {
    padding: 15px 0 15px 10px;
    display: block;
    color: #fff;
    font-size: 18px;
}
}
#globalnav ul {
    list-style: none;
}

#globalnav .font01 {
    display: none;
}

#globalnav .sub_menu a {
    font-size: 16px;
    padding: 10px 0 10px 10px;
}

/*------------------------------------------------------------------------------*/
@media only screen and (max-width:540px) {
    #top-head #logo {
        height: 90px;
        padding: 2.5vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #top-head.fixed p.logo {
        max-width: 23vw;
    }

    #gnav_btn {
        height: 62px;
        padding: 14px 0 0 0;
        text-align: center;
    }

    #top-head.fixed #gnav_btn {
        padding: 14px 0 0 0;
        text-align: center;
    }

    #globalnav {
        right: -70%;
        width: 70%;
    }

    /*------------------------------------------------------------------------------*/
}

/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
@media only screen and (max-width:420px) {
    #top-head .br {
        display: inherit;
    }

    #top-head p.pc_hide {
        font-size: 12px;
    }

    /*------------------------------------------------------------------------------*/
}

/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
    header {
        height: 98px;
    }

    #top-head {
        height: 98px;
        display: block;
    }

    #top-head.fixed {
        height: 68px;
    }

    #top-head #logo {
        width: 17vw;
        height: 12vw;
        padding: 1vw;
        display: flex;
        align-items: center;
        z-index: 12;
    }

    #top-head.fixed #logo {
        height: 68px;
        border-radius: 0;
    }

    #top-head .in {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #top-head.fixed p.logo {
        padding: 0;
        max-width: 10vw;
    }

    #top-head p.smart_hide {
        color: #fff;
        font-size: 0.75vw;
        margin: 1.8vw 0 0;
    }

    #top-head.fixed p.smart_hide {
        display: none;
    }

    /*globalnav*/
    #gnav_btn {
        display: none;
    }

    #globalnav {
      right: 0;
      width: 100%;
      height: 98px;
      background: #fff;
      overflow: hidden;
    }

    #top-head.fixed #globalnav,
    #top-head.fixed #globalnav_in {
  height: 68px;
    }

    #globalnav_in {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        position: static;
        width: 100%;
        padding: 0;
        height: 98px;
    }

    .fixed #globalnav_in {
        height: 65px;
    }

    #globalnav .main_menu,
    #globalnav .sub_menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 0;
        padding: 0 11.8vw 0 18vw;
    }

    #globalnav a {
        display: block;
        color: #625052;
        font-size: 0.875vw;
        transition: all 0s;
    }

    #globalnav a:hover {
        opacity: 0.7;
    }

    #globalnav li {
        margin: 0 0 0 3.3vw;
    }

    #globalnav .sub_menu li {
        margin: 0 0 0 1.3vw;
    }

    #globalnav li:first-child {
        margin-left: 0;
    }
    #globalnav li ul li {
        margin: 0 0 0 0vw;
    }

    #globalnav .main_menu {
        height: 65px;
    }

    #top-head.fixed #globalnav .main_menu {

    }

    #globalnav .main_menu a {
        padding: 10px 0;
    }

    #globalnav .font01 {
        display: block;
        color: #a2cc89;
        font-size: 0.5vw;
    }

    #globalnav .sub_menu {
        border-bottom: 1px solid #eee;
        height: 32px;
    }

    #globalnav .sub_menu a {
        padding: 8px 0;
        color: #848282;
        font-size: 0.75vw;
        position: relative;
    }


    #globalnav .sub_menu a:before {
        content: '';
        position: absolute;
        top: calc(50% - 12px);
        left: calc(-1.5vw - 2px);
        width: 16px;
        height: 16px;
        border-right: solid 1px #e2e2e2;
        transform: rotate(45deg);
    }

    #globalnav .sub_menu li:first-child a:before {
        content: none;
    }
    #globalnav .sub_menu li:nth-child(7) a{
      background-color: #ad8f5a;
      color: #fff;
          padding: 1px 10px;
          margin-right: -1.2vw;
    }
    #globalnav .sub_menu li:last-child a{
      background-color: #ea888f;
      color: #fff;
          padding: 1px 10px;
          margin-right: -1.2vw;
    }
    #globalnav .sub_menu li:last-child a:before {
        content: none;
    }
    #globalnav .sub_menu li:nth-child(7) a:before {
        content: none;
    }
@media screen and (max-width: 750px) {
  #globalnav .sub_menu li:nth-child(7) {
    display: none;
  }
}
    #top-head.fixed #globalnav .sub_menu {
        display: none;
    }

    #reserve {
        position: absolute;
        top: 0;
        right: 0;
        width: 9.4vw;
        height: 100%;
        z-index: 12;
    }

    #reserve .iconwapper {
        height: 100%;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #a2cc89;
        transition: .2s;
        font-size: 1vw;
    }

    #reserve .icon {
        background: url("../img/icon01.png") no-repeat left center;
        padding-left: 24px;
    }

    #reserve a:hover {
        opacity: 0.8;
    }

    /*------------------------------------------------------------------------------*/
}

/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
@media only screen and (min-width:751px) and (max-width:1179px) {
    #top-head #logo {
        width: 20vw;
        padding: 2vw;
    }

    #top-head p.smart_hide {
        margin: 1vw 0 0;
        font-size: 10px;
    }

    #top-head.fixed p.logo {
        max-width: 12vw;
    }

    /*globalnav*/
    #globalnav .main_menu,
    #globalnav .sub_menu {
        padding-left: 22vw;
    }

    #globalnav a {
        font-size: 13px;
    }

    #globalnav .font01 {
        display: none;
    }

    #globalnav .sub_menu a {
        font-size: 11px;
    }

    #reserve a {
        font-size: 13px;
    }

    #reserve .icon {
        background: url("../img/icon01.png") no-repeat top center;
        padding: 20px 0 0;
    }


    /*------------------------------------------------------------------------------*/
}

/*------------------------------------------------------------------------------*/


/*フッター
-------------------------------------*/
footer {
    color: #fff;
    position: relative;
    padding-top: 35px;
    padding-bottom: 50px;
}

#pagetop {
    position: fixed;
    right: 3.125vw;
    bottom: 80px;
    z-index: 20;
}
@media screen and (max-width: 750px) {


  #pagetop {
    right: 15px;
    text-align: right;
    width: 10%;
  }

}


footer a {
    transition: all .3s;
    color: #fff;
}

footer a:hover {
    color: #fff;
    opacity: 0.7;
}

.footer_in {
    padding: 0 0.66vw;
}

#footer_main {
    background: #80a669 url("../img/footer_bg.png") repeat-x top center;
    padding: 80px 10px 0px;
}

@media screen and (min-width: 751px) {
  #footer_main {
      padding: 80px 0px 0px;
  }
}

footer ul {
    list-style-type: none;
    margin-bottom: 0px;
}
footer ul li{
    margin-bottom: 0px;
}



#f_sns {
    display: flex;
    justify-content: center;
    margin-bottom: 6.66vw;
}

#f_sns li {
    margin: 0 10px;
}


#f_menu {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  justify-content: center;
  margin: 15px 0 5vw 18px;
}

#f_menu li {
    width: 50%;
    margin-bottom: 25px;
    margin-right: 0px;
}

#f_menu a {
    width: 100%;
    height: auto;
    font-size: 2.66vw;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
#f_menu a::before{
  content: ">";
  margin: 0px 5px 0px 0px;
}

/*#f_menu .menu a {
    background-color: rgba(75, 140, 35, .1);
    border: 1px solid rgba(255, 255, 255, .6);
}
#f_menu .contact a {
    background-color: rgba(75, 120, 45, .6);
    border: 1px solid rgba(255, 255, 255, .6);
}*/

#f_menu_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0vw;
}

#f_menu_top li {
    width: 48%;
    margin-bottom: 4vw;
}

#f_menu_top a {
    border: 1px solid rgba(255, 255, 255, .2);
    background-color: rgba(75, 120, 45, .6);
    width: 100%;
    height: 15.2vw;
    font-size: 2.66vw;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#f_address {
    text-align: center;
    font-size: 2.66vw;
    margin-bottom: 0px;
}

#f_address dt {
    padding-bottom: 4.6vw;
}

#f_address a {
    text-decoration: underline;
    margin-left: 10px;
}

#copyright {
    text-align: center;
    padding: 6px 0 33px;
    background-color: #678157;
    width: 100%;
}

#copyright p {
    margin: 0;
    font-size: 2.4vw;
}
#foot_bottom{
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
#foot_bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

#foot_bottom dl {
    margin: 0;
}

#foot_bottom li {
    margin: 0;
    width: 33.3%;
}

/*------------------------------------------------------------------------------*/
@media only screen and (max-width:420px) {
    #f_address {
        font-size: 14px;
    }

    #f_menu a {
        font-size: 14px;
    }

    #f_menu .font01 {
        display: none;
    }
    #f_menu_top a {
        font-size: 14px;
    }

    #f_menu_top .font01 {
        display: none;
    }

    /*------------------------------------------------------------------------------*/
}

/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
    .footer_in {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }

    #f_sns img {
        max-width: 61px;
        height: auto;
    }

    #f_menu {
        margin-bottom: 120px;
        justify-content: flex-start;
    }

    #f_menu li {
        width: auto;
        margin: 0px 2% 2% 0 ;
        max-width: 310px;
    }

    #f_menu a {
        height: auto;
        font-size: 16px;
        justify-content: flex-start;
    }
    #f_menu a span{
      display: none;
    }

    #f_menu_top {
        margin-bottom: 0px;
    }

    #f_menu_top li {
        width: 32%;
        margin-bottom: 2%;
        max-width: 310px;
    }
    #f_menu_top.sec li {
        width: 19%;
        margin-bottom: 2%;
        max-width: 310px;
    }

    #f_menu_top a {
        height: 116px;
        font-size: 16px;
    }

    #f_address {
        font-size: 16px;
    }

    #f_address dt {
        padding-bottom: 20px;
    }

    #copyright {
        padding: 12px 0;
    }

    #copyright p {
        font-size: 12px;
    }

    #foot_bottom dl {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #foot_bottom dt {
        width: 30%;
        display: flex;
        color: #000;
    }

    #foot_bottom dt a {
        display: flex;
        align-items: center;
    }

    #foot_bottom dd {
        width: 79%;
    }

    #foot_bottom li {
        width: 33.3%;
        line-height: 1.2;
    }

    #foot_bottom .tel_pc,
    #foot_bottom .tel_pc a {
        color: #625052;
        font-size: 26px;
        text-align: center;
        padding-right: 5px;
    }

    #foot_bottom .icon {
        padding-left: 5px;
        display: flex;
        align-items: center;
    }

    #foot_bottom .sub {
        display: block;
        font-size: 12px;
        padding-left: 12px;
    }

    #foot_bottom .icon:before {
        background: url("../img/icon02.png") no-repeat left center;
        content: '';
        width: 21px;
        height: 35px;
        margin-right: 5px;
    }

    /*------------------------------------------------------------------------------*/
}

/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
@media only screen and (min-width:751px) and (max-width:1179px) {
    #f_menu a {
        height: 90px;
        font-size: 14px;
    }

    #foot_bottom .tel_pc,
    #foot_bottom .tel_pc a {
        font-size: 2.2vw;
    }

    #foot_bottom .icon {
        padding-left: 0;
    }

    #foot_bottom .icon:before {
        content: none;
    }

    #foot_bottom .sub {
        font-size: 11px;
        padding-left: 0;
    }

    /*------------------------------------------------------------------------------*/
}

/*------------------------------------------------------------------------------*/
@media screen and (min-width: 1600px) {
  #globalnav .main_menu, #globalnav .sub_menu {
    padding: 0 16.8vw 0 18vw;
}
#reserve {
    width: 15.6vw;
}
}


#globalnav li.dropdwn_menu_wapper {
    padding: 15px 5px 15px 10px;
    display: block;
    color: #fff;
    font-size: 18px;
}

#globalnav li.dropdwn_menu_wapper_top {
  display: block;
}
#globalnav ul.dropdwn{
  margin: 0px;
}
@media screen and (min-width: 751px) {
#globalnav li.dropdwn_menu_wapper_top {
    padding: 15px 5px 15px 5px;
    display: block;
    color: #fff;
    font-size: 18px;
}
}

#globalnav li.dropdwn_menu_wapper_three {
    padding: 15px 0 15px 10px;
    display: block;
    color: #fff;
    font-size: 18px;
}


.sp_hide{
  display: none;
}

.dropdwn_menu_list{
  display: none;
}
.dropdwn_menu_list_top{
  display: none;
}
.dropdwn_menu_list_three{
  display: none;
}
@media only screen and (min-width:751px){
.dropdwn_menu_list_top{
  display: none;
}
}

@media only screen and (max-width:750px){
#globalnav ul.sub_menu{
  background-color: #a2cc89;
}
#globalnav ul{
  margin-bottom: 0px;
}
#globalnav ul li{
  border-bottom: 1px solid #fff;
  margin-bottom: 0px;
}

#globalnav ul.sub_menu li.dropdwn_menu_wapper{
  background-color: #6ea051;
}

#globalnav ul.sub_menu li.change{
  background-color: #6ea051;
}

#globalnav ul.sub_menu li:last-child{
  background-color: #6ea051;
}
#globalnav ul.sub_menu li.green:last-child{
  background-color: #a2cc89;
}

#globalnav ul li.dropdwn_menu_wapper_top{
  border-bottom: 1px solid #fff;
  position: relative;
}
#globalnav ul li.dropdwn_menu_wapper_top.sp_hide{
  border-bottom: 0px solid #fff;
  position: relative;
}
#globalnav ul li.dropdwn_menu_wapper_top.pc_hide::after{
  content: "▶︎";
  position: absolute;
  top: 21px;
  right: 10px;
  font-size: 1rem;
}
#globalnav ul li.dropdwn_menu_wapper_top.pc_hide.active::after{
  content: "▼";
  position: absolute;
  top: 22px;
  right: 10px;
  font-size: 1rem;
}



#globalnav ul li.dropdwn_menu_wapper{
  border-bottom: 1px solid #fff;
  position: relative;
}

#globalnav ul li.dropdwn_menu_wapper::after{
  content: "▶︎";
  position: absolute;
  top: 21px;
  right: 10px;
  font-size: 1rem;
}
#globalnav ul li.dropdwn_menu_wapper.active::after{
  content: "▼";
  position: absolute;
  top: 22px;
  right: 10px;
  font-size: 1rem;
}


#globalnav ul li.dropdwn_menu_wapper_three{
  border-bottom: 1px solid #fff;
  position: relative;
}

#globalnav ul li.dropdwn_menu_wapper_three::after{
  content: "▶︎";
  position: absolute;
  top: 21px;
  right: 10px;
  font-size: 1rem;
}
#globalnav ul li.dropdwn_menu_wapper_three.active::after{
  content: "▼";
  position: absolute;
  top: 22px;
  right: 10px;
  font-size: 1rem;
}





#globalnav ul.dropdwn li{
  background-color: #39681d;
  border-bottom: 1px solid #fff;;
}
#globalnav ul.dropdwn li:last-child{
  background-color: #39681d;
  border-bottom: 0px solid #fff;;
}




}

.dropdwn_menu_list.active ul{
    margin: -1rem 0 1.5rem 0rem;
}

.dropdwn_menu_list_top.active ul{
    margin: 1.5rem 0 1.5rem 0rem;
}

@media only screen and (min-width:751px){
  .sp_hide{
    display: inline;
  }

  #globalnav li.dropdwn_menu_wapper {
    display: block;
        color: #625052;
        font-size: 0.875vw;
        transition: all .3s;
  }
  #globalnav li.dropdwn_menu_wapper_top {
    display: block;
        color: #625052;
        font-size: 0.875vw;
        transition: all .3s;
  }
  #globalnav li.dropdwn_menu_wapper_three {
    display: block;
        color: #625052;
        font-size: 0.875vw;
        transition: all .3s;
  }

.dropdwn_menu{

      width: 100%;
      position: absolute;
      top: 75px;
      left: 0px;
      padding: 40px 16px 16px 16px;
      border-radius: 0px;
      background: rgba(255,255,255,0.8);
      color: #fff;
      font-weight: bold;
      z-index: 1;
      display: none;
}

.dropdwn_menu_top{

      width: 100%;
      position: absolute;
      top: 75px;
      left: 0px;
      padding: 40px 16px 16px 16px;
      border-radius: 5px;
      background: rgba(255,255,255,0.8);
      color: #fff;
      font-weight: bold;
      z-index: 1;
      display: none;
}
.dropdwn_menu_three{

      width: 100%;
      position: absolute;
      top: 75px;
      left: 0px;
      padding: 40px 16px 16px 16px;
      border-radius: 5px;
      background: rgba(255,255,255,0.8);
      color: #fff;
      font-weight: bold;
      z-index: 1;
      display: none;
}
.fixed .dropdwn_menu{

      width: 100%;
      position: fixed;
      top: 68px;
      left: 0px;
      padding: 16px;
      border-radius: 5px;
      background: rgba(255,255,255,0.8);
      color: #fff;
      font-weight: bold;
      z-index: 10;
      display: none;
}

.fixed .dropdwn_menu_top{

      width: 100%;
      position: fixed;
      top: 68px;
      left: 0px;
      padding: 16px;
      border-radius: 5px;
      background: rgba(255,255,255,0.8);
      color: #fff;
      font-weight: bold;
      z-index: 10;
      display: none;
}
.fixed .dropdwn_menu_three{

      width: 100%;
      position: fixed;
      top: 68px;
      left: 0px;
      padding: 16px;
      border-radius: 5px;
      background: rgba(255,255,255,0.8);
      color: #fff;
      font-weight: bold;
      z-index: 10;
      display: none;
}


.dropdwn_menu.activ{
  display: inline;
}
.dropdwn_menu_top.activ{
  display: inline;
}
.dropdwn_menu_three.activ{
  display: inline;
}


.dropdwn_menu_list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 0 11.8vw 0 18vw;
}

.dropdwn_menu_list.left{
    padding:0 9.8vw 0 0vw;
}

.dropdwn_menu_list li{
  list-style: none;
  margin-left: 20px;
  padding:0px 20px 0px 0px;
  display: flex;
  flex-direction:column;
  align-items: flex-start;
  border-right: 1px solid #b7975f;
  min-height: 200px;
}
.dropdwn_menu_list.sec li{
  min-height: auto;
}
.dropdwn_menu_list.sec li.top{
  color: #b7975f;
  font-size: 1vw;
}

.dropdwn_menu_list li span{
  color: #b7975f;
  font-size: 1vw;
}

.dropdwn_menu_list li a{
  color: #625052;
  font-weight: normal;
  font-size: 0.875vw;
  margin-top: 10px;
}
.dropdwn_menu_list.sec li a{
margin-top: 0px;
}
/*.dropdwn_menu_list li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 3px solid #625052;
    border-right: 3px solid #625052;
    transform: rotate(45deg);
}*/



/*.dropdwn_menu_list li:first-child::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 0px solid #625052;
    border-right: 0px solid #625052;
    transform: rotate(0deg);
}*/





.dropdwn_menu_list_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 0 11.8vw 0 18vw;
}

.dropdwn_menu_list_top li{
  list-style: none;
  margin-left: 20px;
}
.dropdwn_menu_list_top li a{
  color: #625052;
}

.dropdwn_menu_list_top li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 3px solid #625052;
    border-right: 3px solid #625052;
    transform: rotate(45deg);
}

.dropdwn_menu_list_top li:first-child{
  margin-left: 0px;
  color: #a2cc89;
}

.dropdwn_menu_list_top li:first-child::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 0px solid #625052;
    border-right: 0px solid #625052;
    transform: rotate(0deg);
}

}


.said_nav{
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 200;
}


.said_nav ul{
  list-style: none;
}
.said_nav ul{
  list-style: none;
}
.said_nav ul li{
  margin: 0px 0px 5px 0px;
  padding: 0px;
  writing-mode: vertical-rl;
  text-orientation: upright;

}

.said_nav ul li a{
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 10px 7px;
  display: block;
  background-color: #71bd44;
  margin: 0px;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 5px 0px 0px 5px;
}
.said_nav ul li a:before{
  content:"";
  background-image: url(../img/camera.png);
  background-size: contain;
  background-repeat:no-repeat;
  color: #fff;
  width: 13px;
  height: 13px;
  margin: 0px 0px 5px 0px;
      display: inline-block;
}

.said_nav ul li a:hover:before{
  content:"";
  background-image: url(../img/camerahover.png);
  background-size: contain;
  background-repeat:no-repeat;
  color: #fff;
  width: 13px;
  height: 13px;
  margin: 0px 0px 5px 0px;
      display: inline-block;
}

.said_nav ul li:nth-child(1) a{
  letter-spacing: 0.1em;
  border: 1px solid #71bd44;
}

.said_nav ul li:nth-child(2) a{
    background-color: #64a23f;
    border: 1px solid #64a23f;
    letter-spacing: -3px;
}
.said_nav ul li:nth-child(2) a span{
  padding-top: 6px;
}

.said_nav ul li a:hover{
  background-color: #fff;
  color: #71bd44;
}




/*  修正追加クラス
----------------------------------------*/




  .new_wapper_footer_sns{
    display: flex;
    justify-content: center;
      margin-bottom: 6.66vw;
  }
  .new_wapper_footer_sns{}





.new_wapper_footer_sns #f_sns {
    margin-bottom: 0vw;
}
.new_wapper_footer_sns h3{
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.new_wapper_footer_sns_left{
  background-color: #538c30;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .5);
}
.new_wapper_footer_sns_right{
  background-color: #92bb7a;
  padding: 10px;
  margin-left: 30px;
  border: 1px solid rgba(255, 255, 255, .2);
}
.new_wapper_footer_sns_2ndrow-left{
  background-color: #92bb7a;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .2);
}
.new_wapper_footer_sns_2ndrow-right{
  background-color: #538c30;
  padding: 10px 16px;
  margin-left: 30px;
  border: 1px solid rgba(255, 255, 255, .5);
}
.margin-adjust{
  margin-bottom: 2.4vw;
}
@media screen and (max-width: 749px) {
  .margin-adjust{
    margin-bottom: 4vw;
  }
}

.new_wapper_footer_sns_2ndrow-left li{
  margin: 0px 51px !important;
}
.new_wapper_footer_sns_2ndrow-right li{
  margin: 0px 46px !important;
}


.furisode_title{
  width: 80%;
  font-size: 2rem;
  background-color: #b7975f;
  padding: 10px 20px;
  margin: auto;
  display: inline-block;
  font-family: YuMincho, 'Yu Mincho', serif;
  color: #fff;
  text-align: center;
  position: relative;
}


@media screen and (min-width: 751px) {
.furisode_title{
    width: auto;
  background-color: #b7975f;
  padding: 10px 20px;
  margin: auto;
  display: inline-block;
  font-family: YuMincho, 'Yu Mincho', serif;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  position: relative;
}
}


.furisode_title .sub{
  display: block;
  font-size: 1.6rem;
}

.furisode_title:before{
  position: absolute;
    z-index: 0;
    bottom: -5px;
    display: block;
    content: '';
    border: 1em solid #b7975f;
    border-left-width: 15px;
    left: -30px;
      border-right-width: 15px;
      border-right-color: transparent;
      transform: scale(-1, 1);

}

.furisode_title:after{
  position: absolute;
    z-index: 0;
    bottom: -5px;
    display: block;
    content: '';
    border: 1em solid #b7975f;
    border-left-width: 15px;
    right: -30px;
      border-right-width: 15px;
      border-right-color: transparent;
}








.furisode_title02{
  width: 80%;
  font-size: 2rem;
  padding: 0px;
  margin: auto;
  display: inline-block;
  font-family: YuMincho, 'Yu Mincho', serif;
  color: #b7975f;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .furisode_title02{
    width: auto;
    font-size: 2.6rem;
  }
}
.furisode_title02 .sub_wapper{
  background-color: #fff;
  border: 1px solid #b7975f;
  display: block;
  padding: 10px 20px;
  position: relative;
  z-index: 2;
}


.furisode_title02 .sub{
  display: block;
  font-size: 1.6rem;
}

.furisode_title02:before{
  position: absolute;
    z-index: 0;
    bottom: -15px;
    display: block;
    content: '';
    left: -20px;
    background-image: url(../img/furisode/band_left01.png);
    width: 25px;
    height: 60px;
    background-size: contain;
}

.furisode_title02:after{
  position: absolute;
  z-index: 1;
    z-index: 0;
    bottom: -15px;
    display: block;
    content: '';
    right: -20px;
    background-image: url(../img/furisode/band_right01.png);
    width: 25px;
    height: 60px;
    background-size: contain;
  }




  #div1{
  	position: fixed;
    bottom: 60px;
  	width: 100%;
  	left: 0px;
  	display: none;
  }

    #div1.active{
    	display: block !important;
    }
  .div1_inner{
  	display: flex;
    bottom: 40px;
  	width: 100%;
  	left: 0px;
  }

  #div1 div p{
  	margin-bottom: 0px;
  }
  #div1 div.left{
  	background-color: #c55e57;
  	width: 50%;
  	text-align: center;
  	padding: 5px;
  }
  #div1 div.right{
  background-color: #ae4f49;
  width: 50%;
  text-align: center;
  padding: 5px;
  }



  #div1 div p.icon{
  	display: flex;
  	justify-content: center;
  }
  #div1 div p.icon:before {
      background: url(../img/icon02_2.png) no-repeat left center;
  		background-size: contain;
      content: '';
  		margin: 0px 3px 0px 0px;
      width: 15px;
      height: 25px;
  }


















  #div2{
  	position: fixed;
    bottom: 60px;
  	width: 100%;
  	left: 0px;
  	display: none;
  }

    #div2.active{
    	display: block !important;
    }
  .div1_inner{
  	display: flex;
    bottom: 40px;
  	width: 100%;
  	left: 0px;
  }

  #div2 div p{
  	margin-bottom: 0px;
  }
  #div2 div.left{
  	background-color: #9d784a;
  	width: 50%;
  	text-align: center;
  	padding: 5px;
  }
  #div2 div.right{
  background-color: #926d3f;
  width: 50%;
  text-align: center;
  padding: 5px;
  }



  #div2 div p.icon{
  	display: flex;
  	justify-content: center;
  }
  #div2 div p.icon:before {
      background: url(../img/icon02_2.png) no-repeat left center;
  		background-size: contain;
      content: '';
  		margin: 0px 3px 0px 0px;
      width: 15px;
      height: 25px;
  }

@media screen and (min-width: 751px) {
  #div1{
    display: none;
  }
  #div2{
    display: none;
  }
}




.reserve_box{
  display:none;
  width: 15.6vw;
      position: absolute;
      top: 98px;
      right: 0px;
      padding: 0px;
      border-radius: 0px;
      background: rgba(162,204,137,0.8);
      color: #fff;
      font-weight: bold;
      z-index: 10;
}

.fixed .reserve_box{
      top: 69px;

}
.reserve_box ul{
  margin-bottom: 0;
  list-style:none;
  text-align:center;

}
.reserve_box ul li{
  color:#fff;

  width:100%;

}

.reserve_box ul li a{
  color:#fff;
  display:block;
  padding:10px 10px 10px 10px;
}
.reserve_box ul li:nth-child(1) a{
  color:#fff;
  display:block;
  padding:20px 10px 20px 10px;
  border-bottom:1px solid #fff;
}

.reserve_box_footer{
  background-color: rgba(183, 151,95, 0.8);
  position: fixed;
  bottom: 58px;
  width: 100%;
  left: 0px;
  display: none;
  z-index: 999;
}


.reserve_box_footer ul{
  margin: 0px 28vw 0px 0px;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.reserve_box_footer ul li{
  text-align: center;
  margin: 0 10px;
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.reserve_box_footer ul li a{
  padding: 20px 0px;
  display: block;
  color: #fff;

}

.reserve_box_footer ul li:nth-child(1){
  border-right: 1px solid #fff;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}


/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index:9999;
}


/* モーダル全体(背景＋本体) */
.modal02{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index:9999;
}


/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(162, 204, 137, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 60%;/* これが無いと「overflow:scroll」が利かない */
  width: 60%;/* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 40px;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
body.modal02 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.modalfixed .modal{
  display: block;
}

.modalfixed02 .modal02{
  display: block;
}


.keyword_h1{
  position: absolute;
  font-size: 10px;
  top: 10px;
  width: 100%;
  text-align: left;
  color: #8d6d35;
  padding: 0px 20vw 0 36vw;

}


@media screen and (min-width: 751px) {
  .keyword_h1{
    font-size: 10px;
    padding: 0px;
    left: 17.5vw;
    width: auto;
    text-align: left;
    top: 5px;
    z-index: 99;
    max-width: 400px;
  }
}


@media screen and (max-width: 749px) {
  .reserve_box_footer{
    display: none;
  }

  .modal-content{
    height: 80%;
    width: 94%;
    padding: 0px;

  }

}

/* 2024.03追記　メニューページに価格改定注意書き追加 */
.top_memo p{
  margin-bottom: 50px;
  font-size: 1.26rem;
}
@media screen and (max-width: 749px) {
  .top_memo p{
    margin-bottom: 35px;
    font-size: 1.2rem;
  }
}




.follow-banner img{
  width: 400px;
  height: auto;
}
.follow-banner {
  z-index: 9999;
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.close-btn {
position: absolute;
top: -30px;
left: 10px;
background-color: transparent;
border: none;
font-size: 20px;
color: #fff;
cursor: pointer;
}
.close-btn::before,
.close-btn::after{
content: "";
display: block;
width: 25px;
height: 2px;
margin-top: -1px;
background-color: #555;
position: absolute;
left: 5px;
}
.close-btn::before{
transform: rotate(-45deg);
}

.close-btn::after{
transform: rotate(45deg);
}


@media only screen and (max-width: 750px) {
.follow-banner{
right: 5%;
width: 90%;
}
}
