@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gwendolyn:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.1.0/dist/css/yakuhanjp.min.css");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
pre {
  white-space: pre-wrap;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  display:none;
  font-size: 87.5%;
  line-height: 1.42857;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  width: 100%;
  height: 100vh;
  background: #f9f7f1;
}
a {
  color: #846b28;
  text-decoration: none;
}
a:hover {
  color: #000000;
  transition: color 0.5s;
}
body, #wrapper {
  position: relative;
  width: 100%;
}
#wrapper {
  text-align: center;
  align-items: stretch;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 6.81vw;
  background: url("images/bg/decorative_lines.png") no-repeat top center;
  background-size: auto 6.81vw;
}
@media screen and (min-width: 897px) {
  #wrapper {
    margin: 0 auto;
    padding-top: 61px;
    background-size: auto 61px;
  }
}
#wrapper #container {
  width: 100%;
  border: solid 1.23vw #846b28;
  position: relative;
  margin: 0 auto 1vh;
  padding: 0;
  background: url("images/bg/bg.png") repeat top left;
}
@media screen and (min-width: 897px) {
  #wrapper #container {
    border: solid 9px #846b28;
    width: min(1345px, 90%);
    display: flex;
  }
}
#wrapper #container #containeAll {
  border: solid 0.45vw #846b28;
  margin: 1%;
  width: 98%;
  padding: 5.58vw;
	padding: 1vw;
  min-height: 600px;
}
@media screen and (min-width: 897px) {
  #wrapper #container #containeAll {
    display: flex;
    border: solid 2px #846b28;
    padding: 3%;
    margin: 0.5%;
    width: 99%;
  }
}
#wrapper #container #containeAll header {
  display: flex;
  justify-content: space-between;
  z-index: 5;
}
@media screen and (min-width: 897px) {
  #wrapper #container #containeAll header {
    display: block;
    width: 25%;
    width: min(302px, 25%);
  }
}
#wrapper #container #containeAll header h1 {
  width: 20%;
  margin: 1.12vw 0 0 1.12vw;
}
@media screen and (min-width: 897px) {
  #wrapper #container #containeAll header h1 {
    width: 100%;
  margin: 0;
  }
}
#wrapper #container #containeAll header .nav-button, #wrapper #container #containeAll header .nav-button span {
  display: inline-block;
  box-sizing: border-box;
}
#wrapper #container #containeAll header .headerContents {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 897px) {
  #wrapper #container #containeAll header .headerContents {
    display: block;
  }
}





#wrapper #container #containeAll header .headerContents .nav-button {
  z-index: 20;
}
@media screen and (min-width: 897px) {
#wrapper #container #containeAll header .headerContents .nav-button {
  position: relative;
  }
}
#wrapper #container #containeAll header .headerContents .nav-button:hover {
  cursor: pointer;
  transition: 1s;
}
#wrapper #container #containeAll header .headerContents .nav-button span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(images/header/menu.png) no-repeat top right;
  background-size: contain;
z-index: 11;
}
#wrapper #container #containeAll header .headerContents .nav-button.active span {
  background: url(images/header/close.png) no-repeat top right;
  background-size: contain;
}
#wrapper #container #containeAll header .headerContents .cont-global-navi {
display: none;
transition: 0.3s ease-in-out;
position: fixed;
right: 0;
top: 0;
z-index: 10;
width: 100%;
height: 100%;
overflow: scroll;
background: url("images/bg/bg_sm.png") repeat top left;
background: url("images/bg/bg.png") repeat top left;
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
animation-fill-mode:both;
opacity:0;
}
#wrapper #container #containeAll header .headerContents .cont-global-navi::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 4.46vw;
 border-bottom: solid 1.23vw #846b28;
  background: url("images/bg/decorative_lines.png") no-repeat top center;
  background-size: contain;
  padding-top: 6.81vw;
  background-size: auto 6.81vw;
}
@media screen and (min-width: 897px) {
#wrapper #container #containeAll header .headerContents .cont-global-navi {
margin: 3vw auto 1.28vw;
display: block;
position: static;
border-top: none;
background: none;
overflow: hidden;
}
#wrapper #container #containeAll header .headerContents .cont-global-navi::before {
content: none;
}
}
@media screen and (min-width: 1345px) {
#wrapper #container #containeAll header .headerContents .cont-global-navi {
margin: 40px auto 30px;
margin: 20px auto;
}
}
#wrapper #container #containeAll header .headerContents .cont-global-navi.open {
display: block;
padding-top: 20px;
}
#wrapper #container #containeAll header .headerContents .cont-global-navi.close {
display: none;
}
@media screen and (min-width: 897px) {
  #wrapper #container #containeAll header .headerContents .cont-global-navi.close {
    display: block;
  }
}
#wrapper #container #containeAll header .headerContents .nav {
position: fixed;
right: 3.91vw;
top: 10.12vw;
width: 15.63vw;
height: 15.63vw;
z-index: 2;
}
@media screen and (min-width: 897px) {
#wrapper #container #containeAll header .headerContents .nav {
position: static;
width: 100%;
height: auto;
}
}


#wrapper #container #containeAll ul {
width: 90%;
margin: 7vw auto 0;
}
@media screen and (min-width: 897px) {
  #wrapper #container #containeAll ul {
    width: 100%;
    margin: 0 auto;
  }
}
#wrapper #container #containeAll header ul li {
  padding: 0.56vw 0 5.02vw;
  padding: 0.18em 0;
  font-size: clamp(1.375rem, 1.1667rem + 1.0417vw, 1.75rem);
	font-weight:700;
  background-image: repeating-linear-gradient(180deg, rgb(152, 133, 83), rgb(0, 0, 0) 5px, rgb(152, 133, 83) 30px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#wrapper #container #containeAll header ul li a {
  display:block;
}
@media screen and (min-width: 897px) {
#wrapper #container #containeAll header ul li {
padding:0.32vw 0 1.45vw;
font-size: clamp(1.125rem, 0.6233rem + 0.8949vw, 1.375rem);
font-weight:600;
-webkit-text-fill-color: #7e5a13;
background: url("images/header/line.png") no-repeat left bottom;
background-size: contain;
}
}
@media screen and (min-width: 1345px) {
#wrapper #container #containeAll header ul li {
padding: 7px 0 19px;
font-size: 22px;
}
}
#wrapper #container #containeAll #mainContents {
margin: 3.35vw auto 5.58vw;
word-break: break-all;
}
@media screen and (min-width: 897px) {
  #wrapper #container #containeAll #mainContents {
    margin: 0 0 5% 5%;
    width: min(879px, 71.5%);
  }
}
#wrapper #container #containeAll #mainContents #contents {
  text-align: center;
}
@media screen and (min-width: 897px) {
  #wrapper #container #containeAll #mainContents #contents {
    margin: 0 auto;
	width: 94%;
  }
}
footer {
  width: 100%;
}
footer .copyright {
text-align: center;
font-size: clamp(0.5rem, 0.3611rem + 0.6944vw, 0.75rem);
font-family: "Shippori Mincho", serif;
font-weight: 600;
margin: 0.5vh auto;
text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
@media screen and (min-width: 897px) {
footer .copyright {
font-size: 12px;
}
}
#wrapper #container #containeAll .news ul li {
margin: 10px auto 0;
padding: 0 0 10px;
background: url("images/top/top_line.png") no-repeat left bottom;
background-size: contain;
}
@media screen and (min-width: 897px) {
#wrapper #container #containeAll .news ul li {
border-radius: 4px;
background-color: #FFFFFF;
box-shadow: 0px 0px 5px 2px #d3c7b0;
background-image: url(images/common_img/topleft.png), url(images/common_img/bottomright.png);
background-repeat: no-repeat, no-repeat;
background-position: left top, right bottom;
background-size: 5%;
padding: 1.49vw 2.23vw 1.12vw;
margin: 20px auto 0;
}
}
@media screen and (min-width: 1345px) {
#wrapper #container #containeAll .news ul li {
padding: 20px 30px 15px;
}
}
#wrapper #container #containeAll .news ul li dl {
  margin: 0 auto;
  text-align: left;
  color: #7e5a13;
}
#wrapper #container #containeAll .news ul li dl dt {
  font-size: 16px;
  line-height: 1.4rem;
  font-weight: 600;
}
#wrapper #container #containeAll .news ul li dl dd {
font-size: clamp(0.875rem, 0.8056rem + 0.3472vw, 1rem);
  line-height: 2;
  line-height: 1.6em;
  text-align: left;
  color: #000000;
}
@media screen and (min-width: 897px) {
  #wrapper #container #containeAll .news ul li dl dl {
    border-bottom: none;
background:none;
    border-right: #846b28 solid 2px;
    width: 50%;
    padding: 0 50px;
    margin: 1vh 0 0;
}
#wrapper #container #containeAll .news ul li dl dt {
padding-bottom: 0.5vh;
margin-bottom: 1vh;
border-bottom: #846b28 solid 2px;
}
#wrapper #container #containeAll .news ul li dl dd {
font-size: 14px;
}
}
#wrapper #container #containeAll h2 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 5vw;
  color: #FFFFFF;
  background: url("images/common_img/h2_after.png") no-repeat center bottom;
  background-size: 100% auto;
}
@media (min-width: 897px) {
#wrapper #container #containeAll h2 {
  margin: 0 auto 50px;
}
}
#wrapper #container #containeAll h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 40px;
  background: url("images/common_img/h2__befor.png") no-repeat top center;
  background-size: contain;
}
#wrapper #container #containeAll h2 span {
  display: block;
  font-family: "EB Garamond", serif;
  color: #846b28;
  font-size: clamp(1.875rem, 1.5278rem + 1.7361vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  padding: 4.5vw 0;
  background-image: repeating-linear-gradient(180deg, rgb(152, 133, 83), rgb(0, 0, 0) 5px, rgb(152, 133, 83) 30px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 897px) {
  #wrapper #container #containeAll h2 span {
    font-size: clamp(2.5rem, 0.748rem + 3.125vw, 3.375rem);
  }
}
@media (min-width: 897px) {
  #wrapper #container #containeAll h2 span {
    padding-top: calc(2.8125rem + ((1vw - 8.97px) * 2.2321));
    min-height: 0vw;
  }
}
@media (min-width: 1345px) {
  #wrapper #container #containeAll h2 span {
    padding-top: 55px;
  }
}
@media (min-width: 897px) {
  #wrapper #container #containeAll h2 span {
    padding-bottom: calc(2.5rem + ((1vw - 8.97px) * 3.3482));
    min-height: 0vw;
  }
}
@media (min-width: 1345px) {
  #wrapper #container #containeAll h2 span {
    padding-bottom: 55px;
  }
}
@media (min-width: 320px) {
  #wrapper #container #containeAll h2 span {
    padding-bottom: calc(1.875rem + ((1vw - 3.2px) * 4.3403));
    min-height: 0vw;
  }
}
@media (min-width: 896px) {
  #wrapper #container #containeAll h2 span {
    padding-bottom: 55px;
  }
}
@media (min-width: 320px) {
  #wrapper #container #containeAll h2 span {
    padding-top: calc(2.1875rem + ((1vw - 3.2px) * 4.3403));
    min-height: 0vw;
  }
}
@media (min-width: 896px) {
  #wrapper #container #containeAll h2 span {
    padding-top: 60px;
  }
}
@media screen and (max-width: 320px) {
  #wrapper #container #containeAll h2 span {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
#wrapper #container #containeAll .mov {
  margin: 20px auto .5em;
  border: solid 3px #846b28;
}
@media screen and (min-width: 897px) {
  #wrapper #container #containeAll .mov {
    margin-top: 3.75vw;
  }
}
#wrapper #container #containeAll .mov a {
  display: block;
  position: relative;
}
#wrapper #container #containeAll .mov a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 15.63vw;
  height: 15.85vw;
  background: url(images/common_img/pv_btn.png) no-repeat;
  background-size: 100%;
  transition: all 0.2s;
  opacity: 0.8;
}
@media screen and (min-width: 897px) {
  #wrapper #container #containeAll .mov a:before {
    width: 60px;
    height: 62px;
  }
}
#wrapper #container #containeAll .mov a:hover:before {
  opacity: 1;
}
#wrapper #container #containeAll .newsContents {
margin: 2.23vw auto 0;
text-align: left;
width: 90%;
}
@media screen and (min-width: 897px) {
#wrapper #container #containeAll .newsContents {
margin: 30px auto 0;
padding: 20px 30px 15px;
border-radius: 4px;
background-color: #FFFFFF;
box-shadow: 0px 0px 5px 2px #d3c7b0;
background-image: url(images/common_img/topleft.png), url(images/common_img/bottomright.png);
background-repeat: no-repeat, no-repeat;
background-position: left top, right bottom;
background-size: 5%;
}	
}
#wrapper #container #containeAll .newsContents dl {
/*margin: 0 auto 1.12vw;
padding-bottom: 1.67vw;
border-bottom: #846b28 solid 2px;*/
margin: 2.23vw auto;
padding-bottom: 2.23vw;
background: url("images/top/top_line.png") no-repeat left bottom;
background-size: contain;
font-size: clamp(1.125rem, 1.0556rem + 0.3472vw, 1.25rem);
}
#wrapper #container #containeAll .newsContents dl dt {
font-size: clamp(0.875rem, 0.8056rem + 0.3472vw, 1rem);
line-height: 1.4rem;
color: #7e5a13;
}
#wrapper #container #containeAll .newsContents dl dd {
font-size: clamp(0.875rem, 0.8056rem + 0.3472vw, 1rem);
line-height: 1.6em;
}
#wrapper #container #containeAll .newsContents img {
margin:.5em auto;
}
@media screen and (min-width: 897px) {
#wrapper #container #containeAll .newsContents dl {
padding-bottom: 10px;
font-size:18px;
font-weight:700;
margin: 20px auto;
background:none;
border-bottom: #846b28 solid 2px;
}
#wrapper #container #containeAll .newsContents dl dt {
font-size: 16px;
}
#wrapper #container #containeAll .newsContents dl dd {
font-size: 14px;
}
}
#wrapper #container #containeAll .newsContents .newsrelease {
width:100%;
margin: 0 auto 1em;
line-height: 1.6em;
}
.goBack {
text-align: center;
font-size: clamp(0.875rem, 0.8056rem + 0.3472vw, 1rem);
margin: 6vh auto ;
line-height: 2;
}
@media screen and (min-width: 897px) {
.goBack {
margin: 60px auto ;
}
}
.goBack a.btn {
color: #FFFFFF;
background: linear-gradient(90deg, rgba(132,107,40,1) 0%, rgba(0,0,0,1) 50%, rgba(132,107,40,1) 100%);
background-size: 200% 100%;
border: solid 2px #846b28;
padding: .5em 1.5em .6em;
}
.goBack a.btn:hover {
background-position: 100% 0;
transition: all 0.5s 0s ease;
}
#wrapper #container #containeAll .comingsoon {
color: #846b28;
text-align: center;
font-size: clamp(1.625rem, 1.4167rem + 1.0417vw, 2rem);
font-size: clamp(1.375rem, 1.0972rem + 1.3889vw, 1.875rem);
line-height: 1.2;
margin: 22.32vw auto 0;
}
@media screen and (min-width: 897px) {
#wrapper #container #containeAll .comingsoon {
font-size: 30px;
margin: 20vh auto;
margin: 225px auto;
}
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutAnime{
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}