@charset "UTF-8";
/* 明朝 */
@font-face {
  font-family: Noto Serif Japanese;
  font-weight: normal;
  src: url("../webfonts/notesans/NotoSerifCJKjp-Regular.otf");
}
@font-face {
  font-family: Noto Serif Japanese;
  font-weight: bold;
  src: url("../webfonts/notesans/NotoSerifCJKjp-Bold.otf");
}
/*
欧文
font-family: 'Cormorant', serif;

ゴシック
font-family: "Noto Sans Japanese";
 */
/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow: visible;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* setting */
* {
  box-sizing: border-box;
  word-wrap: break-word;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans Japanese", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 10px;
}

body {
  position: relative;
  font-size: 1.4rem;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body a {
  text-decoration: none;
  color: #755b37;
}
body a:hover, body a:visited {
  text-decoration: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

select::-ms-expand {
  display: none;
}

button {
  font-family: inherit;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
}

i {
  display: inline-block;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sp-visible {
  display: block;
}

.pc-visible {
  display: none;
}
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(153, 140, 117, 0.9);
}
.header .sns {
  margin-bottom: 0;
}
.header .sns a {
  font-family: "Cormorant", serif;
}

.flex-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  top: 0;
  height: 100%;
}

.header__menu {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
}

.header__menu__link {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  height: 25px;
  color: #fff;
  font-family: "Noto Serif Japanese", "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", serif;
  font-size: 1rem;
}
.header__menu__link:first-of-type {
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}
.header-inner {
  height: 50px;
}

.header_bnr_sp {
  position: fixed;
  left: 2.5vw;
  top: 0;
  height: 50px;
  z-index: 101;
  display: flex;
  align-items: center;
  transition: 0.5s;
}

.gnav_open .header_bnr_sp {
  opacity: 0;
}

.header_bnr_sp a {
  display: inline-block;
  vertical-align: middle;
}
.header_bnr_sp img {
  width: auto;
  height: 8.5vw;
  max-height: 45px;
}

.header_bnr {
  display: none;
}
.site-logo {
  position: relative;
  top: 20%;
  width: 32%;
  margin-left: 5%;
  margin-right: 5%;
  transform: translate(0, -50%);
}
.toggle-contents {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: #a99983;
}

.toggle-contents-inner {
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
.globalnav li {
  margin-bottom: 35px;
}
.globalnav li a {
  font-family: "Cormorant", serif;
  font-size: 2.3rem;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
}
.globalnav li a .globalnav-en {
  font-family: "Cormorant", serif;
}
/* toggle */
.nav-trigger-wrap {
  position: absolute;
  z-index: 10;
  top: 0;
  top: 15px;
  right: 12px;
  box-sizing: border-box;
  width: 23px;
  height: 25px;
}
.nav-trigger {
  position: relative;
  display: block;
  width: 24px;
  height: 20px;
}
.nav-trigger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  transition: none;
  border-radius: 1px;
  background: #fff;
}
.nav-trigger span:nth-child(1) {
  top: 0;
}
.nav-trigger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.nav-trigger span:nth-child(3) {
  bottom: 0;
}
.nav-trigger.is-notactive span:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}
.nav-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.nav-trigger.is-notactive span:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
}
.nav-trigger.is-active span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.nav-trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.nav-trigger.is-active span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

/* animation */
@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
.footer {
  text-align: center;
  color: #fff;
  background: #b8a282;
}

.footer-inner {
  padding: 25px 0 12px;
}

.footer-logo {
  width: 33%;
  margin: 0 auto 22px;
}

.footer-sitemap {
  display: flex;
  margin-bottom: 25px;
  border-top: 1px solid #fff;
  flex-wrap: wrap;
}

.footer-sitemap-emp {
  display: none;
}

.footer-sitemap li {
  width: 50%;
}
.footer-sitemap li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.footer-sitemap li:nth-child(odd) {
  border-right: 1px solid #fff;
}
.footer-sitemap li:last-child {
  border-bottom: 1px solid #fff;
}
.footer-sitemap li a {
  font-size: 1.2rem;
  display: block;
  height: 44px;
  padding-top: 16px;
  text-align: left;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-banner-list {
  display: flex;
  margin-bottom: 25px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-banner-list li {
  width: 45%;
  margin-bottom: 15px;
  max-width: 200px;
}
.footer-banner-list li a {
  display: block;
}

.footer-pc-block-ttl {
  font-size: 1rem;
  margin-bottom: 5px;
}
.sns {
  display: flex;
  margin-bottom: 50px;
  padding: 0 12px;
  justify-content: space-between;
}
.sns a {
  font-size: 1.1rem;
  vertical-align: middle;
  color: #fff;
}
.sns .icon-sns {
  display: inline-block;
  width: 18px;
  margin-right: 8px;
  vertical-align: -5px;
}
.copy {
  font-family: "Cormorant", serif;
  font-size: 1.2rem;
}

/* gotop */
.gotop-wrap {
  position: relative;
  z-index: 100;
  height: 5px;
}

#gotop {
  position: absolute;
  z-index: 100;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  opacity: 0.85;
}
.scroll_lock {
  height: 100vh;
  overflow-y: hidden;
  height: 100vh;
  overflow-y: hidden;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1200px;
    overflow-x: visible;
    -ms-overflow-x: visible;
  }
  .sp-visible {
    display: none;
  }
  .pc-visible {
    display: block;
  }
  img {
    width: auto;
  }
  br.break {
    display: none;
  }
  a {
    transition: 0.2s ease-in-out;
  }
  a:hover {
    text-decoration: underline;
  }
  .flex-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 238px;
    transform: translate(-50%, -50%);
  }
  .header__menu {
    display: none;
  }
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 120px;
    min-width: 1200px;
  }
  .header_bnr_sp {
    display: none;
  }
  .header_bnr {
    position: fixed;
    display: block;
    right: 16px;
    top: auto;
    bottom: 60px;
    z-index: 11;
  }
  .header_bnr a {
    background: rgba(117, 91, 55, 0.6);
    display: inline-block;
    border-radius: 6px;
    transition: 0.3s;
  }
  .header_bnr a:hover {
    background: #755b37;
  }
  .header_bnr_close {
    display: inline-block;
    position: absolute;
    right: -8px;
    top: -20px;
    cursor: pointer;
    z-index: 11;
  }
  .header-inner {
    position: relative;
    width: 1200px;
    height: 80px;
    margin: 0 auto;
  }
  .site-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 238px;
    transform: translate(-50%, -50%);
    margin-left: 0;
    margin-right: 0;
  }
  .site-logo a img {
    transition: all ease-in-out 0.2s;
  }
  .site-logo a:hover img {
    opacity: 0.5;
  }
  .toggle-contents {
    position: static;
    display: block !important;
    background: none;
    overflow: hidden;
  }
  .toggle-contents-inner {
    padding: 0;
  }
  .globalnav {
    display: flex;
    padding-top: 26px;
    justify-content: center;
  }
  .globalnav li {
    display: inline-block;
    vertical-align: middle;
  }
  .globalnav li a {
    height: 25px;
    line-height: 25px;
    font-size: 1.8rem;
    text-align: center;
  }
  .globalnav ul:nth-of-type(1) {
    width: 50%;
    padding-right: 12%;
    text-align: right;
    white-space: nowrap;
  }
  .globalnav ul:nth-of-type(1) li {
    margin-right: 10px;
  }
  .globalnav ul:nth-of-type(2) {
    width: 50%;
    padding-left: 11%;
    text-align: left;
  }
  .globalnav ul:nth-of-type(2) li {
    margin-left: 4px;
  }
  .globalnav li a .globalnav-en {
    opacity: 1;
    transition: all ease-in-out 0.2s;
  }
  .globalnav li a .globalnav-ja {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    padding-top: 2px;
    font-size: 1.2rem;
    box-sizing: border-box;
    transition: all ease-in-out 0.2s;
    transform: translate(-50%, 0);
  }
  .globalnav ul:nth-of-type(1) li:nth-child(1) {
    width: 175px;
  }
  .globalnav ul:nth-of-type(1) li:nth-child(2) {
    width: 75px;
  }
  .globalnav ul:nth-of-type(1) li:nth-child(3) {
    width: 90px;
  }
  .globalnav ul:nth-of-type(1) li:nth-child(4) {
    width: 65px;
  }
  .globalnav ul:nth-of-type(2) li:nth-child(1), .globalnav ul:nth-of-type(2) li:nth-child(2), .globalnav ul:nth-of-type(2) li:nth-child(3), .globalnav ul:nth-of-type(2) li:nth-child(4) {
    width: 80px;
  }
  .globalnav ul:nth-of-type(2) li:nth-child(5) {
    width: 110px;
  }
  .globalnav li a:hover .globalnav-en {
    opacity: 0;
  }
  .globalnav li a:hover .globalnav-ja {
    opacity: 1;
  }
  /*
  .globalnav ul:nth-of-type(2) li a {
    text-align: right;
  }
  */
  .nav-trigger-wrap {
    display: none !important;
  }
  .footer {
    min-width: 1200px;
  }
  .footer-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0 10px;
  }
  .footer-group {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
  }
  .footer-logo {
    width: 196px;
    margin: 0 70px 22px 0;
  }
  .footer-logo a img {
    transition: all ease-in-out 0.2s;
  }
  .footer-logo a:hover img {
    opacity: 0.5;
  }
  .footer-sitemap {
    width: 400px;
    margin-right: 0;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    justify-content: space-between;
  }
  .footer-sitemap-emp {
    display: block;
  }
  .footer-sitemap li {
    margin-bottom: 15px;
    border-top: none;
  }
  .footer-sitemap li:nth-child(odd) {
    width: 197px;
    border-right: none;
  }
  .footer-sitemap li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .footer-sitemap li:nth-child(even) {
    width: 160px;
  }
  .footer-sitemap li:nth-child(6), .footer-sitemap li:not(:last-child) {
    border-bottom: none;
  }
  .footer-sitemap li a {
    font-size: 1.4rem;
    height: auto;
    padding-top: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-sitemap li a:hover {
    text-decoration: underline;
  }
  .footer-pc-block {
    width: 520px;
  }
  .footer-banner-list {
    margin-bottom: 10px;
    padding: 0;
    justify-content: space-between;
  }
  .footer-banner-list li {
    width: 125px;
    margin-bottom: 7px;
    max-width: none;
  }
  .footer-banner-list li a {
    display: block;
  }
  .footer-banner-list li a img {
    transition: all ease-in-out 0.2s;
  }
  .footer-banner-list li a:hover img {
    opacity: 0.5;
  }
  ul.footer-banner-list.aki2::before {
    content: "";
    display: block;
    width: 125px;
    order: 1;
  }
  ul.footer-banner-list.aki2::after {
    content: "";
    display: block;
    width: 125px;
  }
  .footer-pc-block-ttl {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .sns {
    margin-bottom: 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
    justify-content: flex-end;
    align-items: center;
  }
  .sns li {
    margin-left: 30px;
  }
  .sns a {
    font-size: 1.4rem;
  }
  .sns a:hover {
    text-decoration: underline;
  }
  .sns .icon-sns {
    width: 24px;
  }
  .gotop-wrap {
    position: relative;
  }
  #gotop {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none !important;
  }
  .modal {
    display: none;
    background-color: rgba(153, 140, 117, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .modal__close {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: -50px;
    right: 0;
    position: absolute;
  }
  .modal__close span::before, .modal__close span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 6%;
    margin: -8% 0 0 -42%;
    background: #fff;
  }
  .modal__close span::before {
    transform: rotate(-45deg);
  }
  .modal__close span::after {
    transform: rotate(45deg);
  }
  .modal__in {
    position: relative;
    width: 58.78571%;
    margin: 0 auto;
    margin-top: 9.71429%;
    background-color: #fff;
    padding-top: 4%;
    padding-bottom: 4.57143%;
    max-height: 80vh;
  }
  .modal__in > h1 {
    font-size: 2.85714vw;
    margin-bottom: 1%;
    text-align: center;
    font-family: Noto Serif Japanese;
    font-weight: normal;
  }
  .modal__in > p {
    font-size: 1.14286vw;
    margin-bottom: 2.64286%;
    text-align: center;
    font-family: Noto Serif Japanese;
    font-weight: normal;
  }
  .modal__in ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 55.40705%;
    margin: -1.71429% auto 0;
    max-height: 50vh;
overflow-y: scroll;
  }
  .modal__in ul li {
    margin-top: 1.71429%;
  }
  .modal__in ul li a {
    line-height: 1.2;
    padding: 5.26316% 0;
    display: inline-block;
    width: 100%;
    background-color: #755b37;
    font-size: 1.28571vw;
    font-family: Noto Serif Japanese;
    font-weight: normal;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .footer-custom .add-banner {
    display: block;
    margin-bottom: 20px;
  }
  .footer-custom .add-banner a {
    transition: all 0.3s;
  }
  .footer-custom .add-banner a:hover {
    opacity: 0.8;
  }
  .footer-custom .footer-banner-list.middle li {
    width: 49%;
  }
  .footer-custom .footer-banner-list.bottom li {
    width: 32%;
  }
  .footer-custom .footer-banner-list--add-banner {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header .sns {
    padding: 0 12px 0 0;
  }
  .globalnav li {
    margin-bottom: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .globalnav li a .globalnav-ja {
    display: none !important;
  }
}
@media print, screen and (max-width: 374px) {
  .footer-sitemap li a {
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (max-width: 768px) {
  .modal {
    display: none;
    background-color: rgba(153, 140, 117, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .modal__close {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: -50px;
    right: 0;
    position: absolute;
  }
  .modal__close span::before, .modal__close span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 6%;
    margin: -8% 0 0 -42%;
    background: #fff;
  }
  .modal__close span::before {
    transform: rotate(-45deg);
  }
  .modal__close span::after {
    transform: rotate(45deg);
  }
  .modal__in {
    position: relative;
    width: 93.33333%;
    margin: 0 auto;
    margin-top: 18.13333%;
    background-color: #fff;
    padding-top: 6.66667%;
    padding-bottom: 10.66667%;
    max-height: 80vh;
  }
  .modal__in > h1 {
    font-size: 6.4vw;
    margin-bottom: 2.4%;
    text-align: center;
    font-family: Noto Serif Japanese;
    font-weight: normal;
  }
  .modal__in > p {
    font-size: 3.2vw;
    margin-bottom: 8%;
    text-align: center;
    font-family: Noto Serif Japanese;
    font-weight: normal;
  }
  .modal__in ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 76.53333%;
    margin: -5.33333% auto 0;
    max-height: 50vh;
overflow-y: scroll;
  }
  .modal__in ul li {
    margin-top: 5.33333%;
  }
  .modal__in ul li a {
    line-height: 1.2;
    padding: 7.5% 0;
    display: inline-block;
    width: 100%;
    background-color: #755b37;
    font-size: 4.48vw;
    font-family: Noto Serif Japanese;
    font-weight: normal;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .footer-custom .add-banner {
    display: none;
  }
  .footer-custom .footer-banner-list {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .footer-custom .footer-banner-list.middle, .footer-custom .footer-banner-list.bottom {
    display: none;
  }
  .footer-custom .footer-banner-list li:nth-of-type(odd) {
    margin-right: 25px;
  }
  .footer-custom .footer-banner-list--add-banner {
    display: block;
  }
}