/* Reset */

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;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
strong {
  font-weight: bold;
}
a:focus {
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}



/* 全体の設定
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  background: rgba(255, 177, 27, 1);
  background: #fff;
}
html {
  overflow-y: scroll;
}
body, input, select, textarea {
  color: #212121;
  font-family: 'Hina Mincho', serif;

  font-size: 16px;
  line-height: 1.5;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #999;
}
a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.70;
}
em, i {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 400;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0;
}
.clear {
  clear: both;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.fb {
  font-size: 120%;
}
.fs {
  font-size: 80%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}



/* レイアウト PC
---------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px; 
}
.inner02 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px; 
}
.pd01 {
  padding: 0;
}
#side {
  float: left;
  width: 240px;
  padding: 0 40px 0 0;
}
#cont {
  float: right;
  width: calc(100% - 250px); 
  padding: 0 0 60px 0;
  //border: 1px solid #ff0000;
}



/* ヘッダー PC
---------------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 1 );
  width: 100%;
  height: 88px;
  margin: 0 auto;
  z-index: 999;
}
.h_box .logo {
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  margin: 0;
}
.h_box.n_scroll .logo {
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 88px;
  margin: 0;
}
.logo img.logo01 {
  width: 200px;
  height: auto;
  margin: 5px 0 0 30px;
}
.logo img.logo02 {
  width: 200px;
  height: auto;
  margin: 12px 0 0 30px;
}
.h_box .logo01 {
  display: block;
}
.h_box.n_scroll .logo img.logo01 {
  width: 180px;
  height: auto;
}
.h_box .logo02 {
  display: none;
} 
.h_box.n_scroll .logo01 {
  display: block;
}
.h_box.n_scroll .logo02 {
  display: block;
} 
.koyomi {
  position: absolute;
  top: 210px;
  left: 96px;
  background: rgba(255, 255, 255, 1);
  width: 120px;
  height: 180px;
  padding: 10px 10px 10px 0px;
  z-index: 10;
}
.h_box.n_scroll .koyomi {
  display: none;
}
.koyomi .koyomi_date {
  font-size: 28px;
  font-family: 'Benne', serif;
  font-style: italic;
  line-height: 1;
}
.koyomi .koyomi_date span {
  display: block;
  color: rgba(186, 144, 109, 1);
  font-size: 32px;
  font-family: 'Benne', serif;
}
.vertical {
  position: absolute;
  top: 78px;
  left: 22px;
  margin: 0;
  font-size: 30px;
}
.vertical span {
  position: relative;
  margin: 0;
  padding: 0.25em 0.1em;
  writing-mode: vertical-rl;
}
.vertical span:before, .vertical span:after {
  position: absolute;
  content: '';
}
.vertical span:after {
  top: 0;
  left: 0;
  width: 12px;
  height: 16px;
  border-top: 1px solid #212121;
  border-left: 1px solid #212121;
}
.vertical span:before {
  right: 0;
  bottom: 0;
  width: 12px;
  height: 16px;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
}
.koyomi_note span.cap1 {
  position: absolute;
  top: 78px;
  left: -5px;
  background: #212121;
  padding: 5px 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  writing-mode: vertical-lr;
}
.koyomi_note span.cap2 {
  display: none;
  position: absolute;
  top: 46px;
  left: 105px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  writing-mode: vertical-lr;
}
.koyomi_note span.cap2 br {
  display: block;
}
#baseMenu {
  box-sizing: border-box;
  position: fixed;
  right: 80px;
  top: 20px;
  z-index: 2002;
}
#baseMenu>ul>li {
  float: left;
  margin: -4px 0 0 0;
  list-style: none;
  transition: all 0.6s;
}
#baseMenu>ul>li:last-child {
  margin: -3px 0 0 -3px;
}
#baseMenu>ul>li img {
  width: auto;
  height: 40px;
}
#baseMenu img.menu01 {
  display: block;
}
#baseMenu img.menu02 {
  display: none;
}
#g-nav.panelactive img.menu01 {
  display: none;
  transition: ease 1s;
}
#g-nav.panelactive img.menu02 {
  display: block;
  transition: ease 1s;
}
#baseMenu>ul>li a {
  border-radius: 0;
  cursor: pointer;
  display: block;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 4px 4px;
  text-decoration: none;
}
#baseMenu>ul>li a:hover {
  padding: 4px 4px;
}
.openbtn {
  position: fixed;
  z-index: 9999;
  top: 12px;
  right: 10px;
  cursor: pointer;
  width: 70px;
  height: 70px;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 10px;
  height: 3px;
  border-radius: 1px;
  background: rgba(186, 144, 109, 1);
  width: 70%;
}
.openbtn p {
  position: absolute;
  bottom: 5px;
  left: 15px;
  color: rgba(186, 144, 109, 1);
  font-family: 'Cinzel', serif;
  font-family: 'Benne', serif;
  font-size: 0.88em;
}
.openbtn span:nth-of-type(1) {
  top: 12px;
}
.openbtn span:nth-of-type(2) {
  top: 24px;
}
.openbtn span:nth-of-type(3) {
  top: 36px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 70%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 70%;
}
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 30%;
  height: 100vh;
}
#g-nav.panelactive {
  right: 0;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
  width: 33%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.8s;
}
#g-nav #g-nav-list {
  display: block;
  padding: 100px 40px 30px;
  font-size: 0;
}
#g-nav #g-nav-list li {
  display: inline-block;
  height: 240px;
  font-size: 16px;
  vertical-align: middle;
  writing-mode: vertical-rl;
  line-height: 2;
  list-style: none;
  border-left: 1px dotted rgba(255, 255, 255, 0.33);
  transition: all 0.6s;
}
#g-nav #g-nav-list li:last-child {
  border-right: 1px dotted rgba(255, 255, 255, 0.33);
}
#g-nav #g-nav-list li a {
  display: block;
  margin: 4px 8px;
  padding: 8px 0;
  color: #fff;
}
#g-nav li a span {
  color: rgba(255, 255, 255, 0.33);
  font-size: 70%;
  margin: 1em 0 0 0;
  font-family: 'Cormorant Unicase', serif;
}
#g-nav #g-nav-list li a:hover {
  color: rgba(186, 144, 109, 1);
}
#g-nav #g-nav-list li a:hover span {
  color: rgba(255, 255, 255, 0.16);
}
@media only screen and (max-width: 980px) {
  #g-nav, #g-nav.panelactive #g-nav-list {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #g-nav, #g-nav.panelactive #g-nav-list {
    width: 100%;
  }
  #g-nav #g-nav-list li {
    display: block;
    height: auto;
    margin: 0 0 18px 0;
    padding: 0 0 0 8px;
    vertical-align: top;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: left;
  }
  #g-nav #g-nav-list li:last-child {
    border-right: 0px dotted rgba(255, 255, 255, 0.33);
  }
  #g-nav li a span {
    color: rgba(255, 255, 255, 0.33);
    font-size: 70%;
    margin: 0 0 0 0.66em;
  }
}
#slide_area {
  width: 100%;
  height: 100vh;
}
#swiper {
  position: absolute;
  top: 110px;
  right: 0;
  width: calc(100% - 300px);
}
.swiper-slide {
  height: calc(90vh - 110px);
  line-height: 0;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-slide01 {
  background-image: url("../img/AdobeStock_134589021.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide02 {
  background-image: url("../img/28196195.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide03  {
  background-image: url("../img/5145886.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



.visualTitle {
  display: block;
  position: absolute;
  top: 100px;
  z-index: 100;
}
.right .visualTitle{
  left: 260px;
}
.center .visualTitle{
  text-align: center;
  left: 50%;
  width: 100%;
}
.slideTitle, 
.slideSubTitle {
  display: table;
  line-height: 1.55em;
}
.slideTitle {
    font-size: 48px;
}
.right .slideTitle {
  margin: 0 0 30px 0;
}
.center .slideTitle {
  margin: 0 auto 10px;
}
.center .slideSubTitle{
  margin: 0 0 0 20px;
}

.slideTitle .w_bg, .slideSubTitle .w_bg  {
  background: rgba(255, 255, 255, 0.66);
  padding: 0 20px;
}
.slideSubTitle {
  margin: 0 0 0 10px;
  font-size: 1.2rem;
  font-weight: 400;
}

@media only screen and (max-width:980px) {
  .slideTitle .w_bg, .slideSubTitle .w_bg {
    background: rgba(255, 255, 255, 0.66);
    padding: 0 16px;
  }
  .visualTitle {
    display: block;
    position: absolute;
    top: 280px;
    z-index: 100;
  }
  .right .visualTitle {
    left: 4%;
  }
  .center .visualTitle {
    text-align: center;
    left: 50%;
    width: 100%;
  }
  .slideTitle {
    font-size: 44px;
  }
}
@media only screen and (max-width:768px) {
  .visualTitle {
    display: block;
    position: absolute;
    top: 255px;
    z-index: 100;
  }
  .slideTitle {
    font-size: 40px;
  }
  .slideSubTitle {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width:540px) {
  .slideTitle .w_bg, .slideSubTitle .w_bg {
    background: rgba(255, 255, 255, 0.66);
    padding: 0 10px;
  }
  .slideTitle {
    font-size: 6.9vw;
  }
  .slideSubTitle {
    font-size: 4vw;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0 10px;
  }
}
/*
.visualSlides .slides{
  height: 100vh !important;
  max-height: 100vh;
  box-sizing: border-box;
  outline: none;
}

.visualSlides .slideImage {
  height: 100%;
  float: right;
  z-index: 10;
  overflow: hidden;
  margin: 80px 0 0 0;
}
.right .slideImage {
  width: 90%;
}
.center .slideImage {
  width: 100%;
}
.slideImage .slideBg{
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  z-index: 10;
}
*/
.right .visualTitle{
    transition: transform 1s 0s cubic-bezier(0.86, 0, 0.07, 1);
    animation: rightVtfadeInup 1s cubic-bezier(0.86, 0, 0.07, 1) both;
    //animation-delay: 1.6s;
}
@keyframes rightVtfadeInup {
  0%{transform: translateY(55%); opacity:0;}
  100% {transform: translateY(50%);opacity:1;}
}
.center .visualTitle{
    transition: transform 1s 0s cubic-bezier(0.86, 0, 0.07, 1);
    animation: centerVtfadeInup 1s cubic-bezier(0.86, 0, 0.07, 1) both;
    animation-delay: 1.6s;
}
@keyframes centerVtfadeInup {
  0%{transform: translate(-50%, 55%); opacity:0;}
  100% {transform: translate(-50%, 50%);opacity:1;}
}


@media only screen and (max-width:1024px) {
 .right .visualTitle{
    transition: transform 1s 0s cubic-bezier(0.86, 0, 0.07, 1);
    animation: rightVtfadeInuSp 1s cubic-bezier(0.86, 0, 0.07, 1) both;
    animation-delay: 1.6s;
} 
@keyframes rightVtfadeInupSp {
  0%{transform: translateY(5%); opacity:0;}
  100% {transform: translateY(0%);opacity:1;}
}
.center.divided .visualTitle{
    transition: transform 1s 0s cubic-bezier(0.86, 0, 0.07, 1);
    animation: centerVtfadeInupSpDiv 1s cubic-bezier(0.86, 0, 0.07, 1) both;
    animation-delay: 1.6s;
}
.center.fullsc .visualTitle{
    transition: transform 1s 0s cubic-bezier(0.86, 0, 0.07, 1);
    animation: centerVtfadeInup 1s cubic-bezier(0.86, 0, 0.07, 1) both;
    animation-delay: 1.6s;
}
@keyframes centerVtfadeInupSpDiv {
  0%{transform: translate(0%, 5%); opacity:0;}
  100% {transform: translate(0%, 0%);opacity:1;}
}
}



/* フッター PC
---------------------------------------------------------------------------*/
.footer {
  width: 92%;
  margin: 0 4%;
}
.f_block {
  display: inline-block;
  margin-right: 1em;
  padding: 1.2em 2em 2em 0.5em;
  width: auto;
  color: #333;
  vertical-align: top;
}
footer h2 {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  color: #333;
  font-size: 120%;
  font-weight: bold;
  border-bottom: 3px dotted rgba(0,0,0,0.5);
}
footer .fb {
  font-size: 120%;
  font-weight: bold;
}
iframe {
  margin: 15px auto;
}
.info {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.66;
  border-top: 1px dotted rgba(255,255,255,0.5);
  overflow: auto;
}
.info dt {
  clear: both;
  width: 6em;
  float: left;
  padding: 8px 8px;
  color: #333;
  font-weight: bold;
}
.info dd {
  padding: 8px 8px 8px 6.5em;
  text-align: left;
  border-bottom: 1px dotted rgba(255,255,255,0.5);
}
.f_nav {
  margin: 20px 0 0;
}
.f_nav li {
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 14px;
}

.p-shopguide {
  position: relative;
  z-index: 10;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-shopguide {
    margin-top: 75px;
  }
}
.p-shopguide__wrap {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-shopguide__wrap {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .p-shopguide-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shopguide-column {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 60px;
  width: 50%;
  font-feature-settings: "palt"1;
}
@media screen and (max-width: 1200px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 45px;
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 45px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-shopguide-column + .p-shopguide-column {
    margin-top: 40px;
  }
}
.p-shopguide-box__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-shopguide-box__ttl span {
  font-size: 12px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  color: #706b67;
}
.p-shopguide__icon {
  margin-bottom: 20px;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-shopguide__body {
  margin-bottom: 20px;
  margin-left: 0;
  line-height: inherit;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}
.p-shopguide__img {
  margin-bottom: 10px;
}
.p-shopguide__img img {
  margin-right: 5px;
}
.p-shopguide__img img:last-child {
  margin-right: 0;
}
.p-shopguide__point-ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-shopguide-cregit-list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
  margin-right: 7px;
  margin-bottom: 10px;
}
.p-shopguide__attention {
  font-size: 12px;
}
.p-shopguide h4 {
  margin: 2em 0 12px 0;
  padding: 0 0 8px 0;
  font-weight: 400;
  border-bottom: 1px dotted #999;
}
.p-shopguide p {
  font-size: 90%;
}
.p-shopguide strong {
  font-weight: 400;
}


.c-ttl-sub {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 400;
    word-break: break-all;
}

.footer_copyright {
  padding: 20px 0;
}
.footer_copyright p {
  font-size: 85%;
  line-height: 12px;
  letter-spacing: 1px;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
#pagetop img {
  width: 60px;
  height: auto;
  filter: alpha(opacity=96);
  opacity: 0.96;
}
#pagetop:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}



/* サイド PC
---------------------------------------------------------------------------*/
#side ul.s_nav {
  margin: 0 0 30px 0;
  border-top: 1px dotted #ddd;
}
#side ul.s_nav li {
  font-size: 15px;
  border-bottom: 1px dotted #ddd;
  text-align: left;
  line-height: 1.4;
}
#side ul.s_nav li a {
  display: block;
  padding: 8px 0 8px 6px;
  color: rgba(186, 144, 109, 1);
}
#side ul.s_nav li a:hover {
  color: rgba(186, 144, 109, 0.66);
}
#side ul.s_nav li ul.sub li:last-child {
  border-bottom: 0px dotted #ddd;
}
#side ul.s_nav li ul.sub {
  border-top: 1px dotted #ddd;
}
#side ul.s_nav li ul.sub li a {
  display: block;
  background: url(../img/arr03.png) no-repeat;
  background-position: 8px 50%;
  background-size: 4px 4px;
  padding: 5px 0 5px 18px;
  color: #555;
}
#side ul.s_nav li ul.sub li a:hover {
  color: #999;
}





/* コンテンツ PC
---------------------------------------------------------------------------*/
section {
  padding: 0;
  text-align: left; 
}
section p {
  font-size: 16px;
  margin: 0 0 1em 0;
  line-height: 1.8;
  text-align: left;
  letter-spacing: .066em;
}
h2 {
  color: rgba(186, 144, 109, 1);
  font-size: 24px;
  text-align: center;
  line-height: 1.33;
}
h2 span {
  display: block;
  color: rgba(186, 144, 109, 0.5);
  font-family: 'Libre Caslon Text', serif;
  font-size: 16px;
}
h2.ttl {
  margin: 0;
  color: rgba(186, 144, 109, 1);
  color: #212121;
  font-family: 'Cinzel', serif;
  font-size: 32px;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1.33;
  text-align: left;
  width: auto;
}
h2.ttl::first-letter {
  font-size: 133%;
}
h2.ttl .jp {
  display: flex;
  align-items: center;
  margin: 0;
  color: rgba(186, 144, 109, 1);
  color: #212121;
  font-size: 16px;
  letter-spacing: 0.02em;
}
h2.ttl .jp::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  margin: 2px 0 0 0.4em;
  background: #212121;
}
h3 {
  margin: 0 0 6px 0;
  color: rgba(186, 144, 109, 1);
  font-size: 24px;
  text-align: left;
  line-height: 1.33;
}
h3 span {
  display: block;
  color: rgba(186, 144, 109, 0.5);
  font-size: 16px;
}

.title_block {
  float: left;
  width: 200px;
}
.cont_block {
  float: left;
  width: calc(100% - 200px);
  padding: 45px 30px 60px 10px;
  border-top: 0px solid rgba(142, 184, 60, 1);
  line-height: 2;
}
h2.vertical_tit {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  font-size: 2rem;
  color: #333;
  line-height: 1;
}
.vertical_tit span.en_tit {
  display: block;
}
.vertical_tit span.concept {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 5rem;
  color: #333;
  font-feature-settings: "pkna";
  font-feature-settings: "palt";
  line-height: 1;
  font-family: "Rochester", serif;
  font-weight: 400;
  font-style: italic;
}
h2 span.en {
  display: flex;
  font-family: 'Libre Caslon Text', serif;
  font-size: 1.5rem;
  color: #333;
}
.vertical_tit span.concept::before, .vertical_tit span.concept::after {
  content: "";
  width: 20px;
  height: 20px;
}
.vertical_tit span.concept::before {
  margin: -30px 10px 0 0;
  border-top: 7px solid rgba(186, 144, 109, 0.5);
  border-left: 7px solid rgba(186, 144, 109, 1);
}
.vertical_tit span.concept::after {
  margin: 0 0 -60px 10px;
  border-right: 7px solid rgba(186, 144, 109, 1);
  border-bottom: 7px solid rgba(186, 144, 109, 0.5);
}
@media screen and (max-width: 980px) {
  .vertical_tit span.concept {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 4rem;
    color: #333;
    font-feature-settings: "pkna";
    font-feature-settings: "palt";
    line-height: 1;
    font-family: "Rochester", serif;
    font-weight: 400;
    font-style: italic;
  }
  .vertical_tit span.concept::before {
    margin: -25px 0 0 0;
    border-top: 7px solid rgba(186, 144, 109, 0.5);
    border-left: 7px solid rgba(186, 144, 109, 1);
  }
  .vertical_tit span.concept::after {
    margin: 0 0 -60px 3px;
    border-right: 7px solid rgba(186, 144, 109, 1);
    border-bottom: 7px solid rgba(186, 144, 109, 0.5);
  }
}
.box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.box_wrap:last-child {
  margin-bottom: 30px;
}
.box_wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.txt_box {
  width: calc(100% - 440px);
  padding: 0 1.5em 0 0;
}
.txt_box.pdl {
  padding: 0 0 0 1.5em;
}
.box_wrap img {
  display: block;
  width: 360px;
  height: auto;
}
.item_box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.item_box_wrap .item_top_block {
  background: #f3ecd9;
  width: auto;
  margin: 15vh 0 0 -10%;
  padding: 2em 6em;
  z-index: 2;
}
.item_box_wrap img {
  display: block;
  width: 72%;
  height: auto;
  margin: 0;
}
h3 .pic {
  display: inline-block;
  background: rgba(142, 184, 60, 1);
  margin: 0 0.5em 0 0;
  padding: 2px 6px;
  color: #fff;
}


.news_box {
  width: 100%;
  margin: 10px auto 40px;
}
.news_list {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.66;
  border-top: 1px dotted #ddd;
  overflow: auto;
}
.news_list dt {
  clear: both;
  width: 6em;
  float: left;
  padding: 14px 8px;
  color: rgba(186, 144, 109, 1);
}
.news_list dt .cat {
  display: none;
}
.news_list dd {
  padding: 14px 8px 14px 6em;
  text-align: left;
  border-bottom: 1px dotted #ddd;
}
.news_list dd a {
  color: #555;
}
.news_list dd a:hover {
  text-decoration: underline;
  text-decoration-color: #bbb;
}
.cat {
  background: #dc74aa;
  margin: 0 10px 0 0;
  padding: 0 6px 2px 6px;
  color: #fff;
  font-size: 85%;
  line-height: 1;
  border-radius: 2px;
}
.cat01 {
  background: rgba(219, 77, 109, 1);
  background: rgba(186, 144, 109, 1);
}
.cat02 {
  background: rgba(78, 79, 151, 1);
  background: rgba(186, 144, 109, 1);
}
.cat03 {
  background: rgba(255, 196, 8, 1);
  background: rgba(186, 144, 109, 1);
}
section p.top_txt {
  margin: 30px 0 60px !important;
  font-size: 18px;
  margin: 0;
}
.blog_list {
  display: block;
  margin: 10px auto 0;
  font-size: 0;
}
.blog_list li {
  display: inline-block;
  position: relative;
  width: 32%;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  z-index: 10;
}
.blog_list li:nth-child(3n-1) {
  margin: 0 2% 30px;
}
.blog_list li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.blog_list li .cat {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #212121;
  padding: 3px 12px;
  color: #fff;
  font-size: 12px;
}
.blog_list li img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  overflow: hidden;
  transition: all .3s;
}
.blog_list li a:hover img {
  transform: scale(0.94);
  filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
  .blog_list li:nth-of-type(3n-1) {
    transition-delay: .6s;
  }
  .blog_list li:nth-of-type(3n) {
    transition-delay: 1.2s;
  }
}
.blog_list li h3 {
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.33;
}
.blog_list li p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 6px 0;
  color: rgba(33, 33, 33, 0.8);
  font-weight: 400;
  line-height: 1.66;
  font-size: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_list li p.date {
  margin: 0 0 10px 0;
  font-size: 12px;
}
.blog_list li p.date span {
  background: #f2f2f2 url(../img/clock.png) no-repeat;
  opacity: 0.70;
  background-size: 12px 12px;
  background-position: 3px 50%;
  padding: 1px 6px 1px 17px;
}
.blog_list li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.70;
}
.block1 {
  width: 50%;
  margin: 0 auto;
}
.block1 li img {
  width: 100%;
  height: auto;
}
.block2 {
  margin: 10px auto 0;
  font-size: 0;
}
.block2 li {
  position: relative;
  display: inline-block;
  width: 48%;
  margin: 0 2% 30px 0;
  padding: 10px 10px 0 0;
  font-size: 16px;
  vertical-align: top;
}
.block2 li:nth-child(2n) {
  margin: 0 0 30px 2%;
}
@media screen and (min-width: 768px) {
  .block2 li:nth-of-type(2n) {
    transition-delay: .6s;
  }
}
.block2 li img {
  width: 100%;
  height: auto;
  margin: 0 0 5px 0;
  overflow: hidden;
  transition: all .66s;
}
.block2 li a:hover img {
  transform: scale(0.94);
  filter: grayscale(100%);
}
.block2 li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.70;
}
.feature {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1.2;
  z-index: 10;
}
.feature .feature_inner {
  position: relative;
  background: rgba(219, 199, 182, 0.96);
  font-size: 12px;
  width: 72px;
  height: 72px;
}
.feature .feature_inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent rgba(186, 144, 109, 0.33) transparent;
}
.feature .feature_inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: transparent rgba(186, 144, 109, 0.33) transparent;
}
.feature .year02 {
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  color: rgba(255, 255, 255, 0.66);
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}
.feature .txt1 {
  position: absolute;
  top: 23px;
  right: 26px;
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 27px;
  writing-mode: vertical-rl;
}
.feature .txt2 {
  position: absolute;
  top: 12px;
  right: 33px;
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 24px;
  writing-mode: vertical-rl;
}
.feature .txt3 {
  position: absolute;
  top: 10px;
  right: 30px;
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
  writing-mode: vertical-rl;
}

.block3 {
  margin: 10px auto 0;
  font-size: 0;
}
.block3 li {
  position: relative;
  display: inline-block;
  width: 32%;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 15px;
  vertical-align: top;
}
.block3 li:nth-child(3n-1) {
  margin: 0 2% 30px;
}
.block3 li:nth-child(3n) {
  margin: 0 0 30px;
}
.block3 li img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.block3 li a img {
  transition: all .66s;
}
.block3 li a:hover img {
  transform: scale(0.94);
  filter: grayscale(100%);
}
.block3 li h3 {
  text-align: center;
}
section .block3 li p {
  padding: 10px 0.5em;
  text-align: left;
  line-height: 1.66;
}


@media screen and (max-width: 1280px) {
  .block3 li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 14px;
    vertical-align: top;
  }
  .block3 li:nth-child(3n-1) {
    margin: 0 0 30px 0;
  }
  .block3 li:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  section p.top_txt {
    margin: 30px 0 60px !important;
    font-size: 16px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .block3 li:nth-child(3n-1) {
    transition-delay: .6s;
  }
  .block3 li:nth-child(3n){
    transition-delay: 1.2s;
  }
}
.block4 {
  margin: 10px auto 0;
  font-size: 0;
}
.block4 li {
  display: inline-block;
  width: 25%;
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  vertical-align: top;
}
.block4 li img {
  width: 100%;
  height: auto;
  margin: 0 0 5px 0;
}
.price {
  font-family: 'Benne', serif;
  font-size: 166%;
  margin: 0 0 0 0.1em;
}
.tax {
  font-size: 70%;
}

.item_block {
  margin: 10px auto 0;
  font-size: 0;
}
.item_block li {
  position: relative;
  display: inline-block;
  width: 22.5%;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 15px;
  vertical-align: top;
}
.item_block li:nth-child(4n-2) {
  margin: 0 0 30px 3%;
}
.item_block li:nth-child(4n-1) {
  margin: 0 0 30px 3%;
}
.item_block li:nth-child(4n) {
  margin: 0 0 30px 3%;
}
.item_block li img {
  width: 100%;
  height: auto;
  margin: 0 auto 6px;
}
.item_block li a img {
  transition: all .66s;
}
.item_block li a:hover img {
  transform: scale(0.94);
  filter: grayscale(100%);
}
.item_block li h3 {
  text-align: center;
}
section .item_block li p {
  padding: 10px 0.5em;
  text-align: left;
  line-height: 1.66;
}


@media screen and (max-width: 1080px) {
  .item_block li {
    position: relative;
    display: inline-block;
    width: 48%;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 14px;
    vertical-align: top;
  }
  .item_block li:nth-child(3n-1) {
    margin: 0 0 30px 0;
  }
  .item_block li:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .item_block li:nth-child(2n) {
    margin: 0 0 30px 4%;
  }
  section p.top_txt {
    margin: 30px 0 60px !important;
    font-size: 15px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .item_block li:nth-child(4n-2) {
    transition-delay: .6s;
  }
  .item_block li:nth-child(4n-1) {
    transition-delay: .9s;
  }
  .item_block li:nth-child(4n){
    transition-delay: 1.2s;
  }
}


.btn01 {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  width: 80%;
  max-width: 270px;
  margin: 10px auto;
  font-size: 16px;
  text-align: center;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid #212121;
  transition: ease .2s;
}
.btn01 span {
  position: relative;
  background: url(../img/arr01.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 16px 16px;
  padding: 0 21px 0 0;
  z-index: 3;
  color: #212121;
}
.btn01 a {
  display: block;
  padding: 0.66em 0.66em;
  color: #212121;
}
.btn01 a:hover span {
  color: #212121;
}
.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background: rgba(169, 158, 147, 0.33);
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.bgskew:hover::before {
  animation: skewanime .66s forwards;
}
@keyframes skewanime {
  100% {
    left: -10%;
  }
}



/*　下層ページ PC
---------------------------------------------------------------------------*/
.sub_visual {
  width: 100%;
  height: 240px;
  margin: 0 auto 90px;
  text-align: center;
}
.sub_visual01 {
  background: url(./img/sub_visual01.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sub_visual02 {
  background: url(./img/sub_visual02.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sub_visual03 {
  background: url(./img/sub_visual03.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sub_visual04 {
  background: url(./img/sub_visual04.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sub_visual05 {
  background: url(./img/sub_visual05.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sub_visual06 {
  background: url(../img/sub_visual06.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sub_visual .sv_tit {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.sub_visual .sv_tit img {
  width: 320px;
  height: auto;
}
.sv_inner02 {
  display: table;
  width: 100%;
  height: 240px;
  margin: 0 auto;
  text-align: center;
}
.wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.wrap:last-child {
  margin-bottom: 20px;
}
.wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.wrap img {
  display: block;
  width: 40%;
  height: auto;
  padding: 2%;
}
.cont_box {
  width: 57%;
}


/* .dl-line
---------------------------------------------------------------------------*/
.dl-line {
	border-top: 1px solid #DEDEDE;
	line-height: 1.9;
}

.dl-line > div {
	overflow: hidden;
	border-bottom: 1px solid #DEDEDE;
	padding: 16px 18px 16px 18px;
}

.dl-line-s > div { padding: 9px 9px 9px 0; }
.dl-line > div.pt { padding-top: 25px; }

.dl-line > div > dt {
	float: left;
	width: 172px;
	padding-top: 2px;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.dl-line-s > div > dt { width: 110px; }
.dl-line > div > dd { padding-left: 160px; }
.dl-line-s > div > dd { padding-left: 130px; }
.dl-line dd p { margin: 0 0 10px 0; padding: 0; }
.dl-line dd p:last-of-type { margin: 0; padding: 0;}

.dl-line dd dt,
.dl-line dd dd h4 {
	font-size: 14px;
	letter-spacing: 0.1em;
}

.dl-line dd dt { margin-bottom: 10px; }
.dl-line dd dd { margin-bottom: 30px; padding-left: 31px; }
.dl-line dd dd:last-of-type { margin-bottom: 15px; }

.dl-line dd dd h4 {
	margin-top: 20px;
	margin-bottom: 5px;
}


.font-min {
  font-family: 'Hina Mincho', serif;
  font-weight: bold;
}



/* テーブル・フォーム PC
---------------------------------------------------------------------------*/
.tbl01 {
  background: #fff;
  width: 100%;
  margin: 30px auto 60px;
  font-size: 16px;
  line-height: 1.5;
}
.tbl01 th {
  background: rgba(199, 159, 98, 0.7);
  width: 25%;
  padding: 18px 28px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
.tbl01 td {
  width: 75%;
  padding: 18px 28px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px dotted rgba(0, 26, 62, 0.33);
}
.tbl01 td:nth-of-type(1) {
  border-top: 1px dotted rgba(0, 26, 62, 0.33);
}
input, button, textarea, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, textarea, select {
  background: #fff;
  margin: 0;
  padding: 8px 10px;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #999;
  font-weight: normal;
}
.req {
  color: rgb(255, 255, 255);
  font-size: 66%;
  background: rgb(255, 0, 0);
  padding: 2px 4px;
  vertical-align: middle;
}
.btn-submit input[type="submit"] {
  display: block;
  background: rgba(12, 140, 140, 1);
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 40px auto 60px;
  padding: 15px 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  transition: all .66s;
}



/*　その他 PC
---------------------------------------------------------------------------*/
.page_scroll>a {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}
img.photo {
  width: 100%;
  height: auto;
}
img.float_l {
  float: left;
  padding: 0 20px 0 0;
  vertical-align: top;
}
img.float_r {
  float: right;
  margin: 0 0 30px 20px;
  vertical-align: top;
}
img.img_center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.txt_c {
  text-align: center;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb30b {
  margin-bottom: 30px;
}
.mgb60 {
  margin-bottom: 60px;
}



@media screen and (max-width: 1240px) {
  .inner {
    width: 92%;
    margin: 0 4%;
    padding: 0;
  }
  header .inner {
    width: 96%;
    margin: 0 2%;
  }
  ul.g_nav {
    float: left;
    width: auto;
    margin: 24px 0 0 60px;
    padding: 0;
    font-size: 0;
    text-align: right;
  }
  .h_box.n_scroll ul.g_nav {
    margin: 24px 0 0 60px;
  }

.h_box.n_scroll .logo img.logo01 {
        width: 110px;
        height: auto;
        margin: 0;
}


  /*
  ul.g_nav li {
    display: inline-block;
    margin: 0;
    padding: 0 0.66em;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
  }
  ul.g_nav li:nth-child(6) {
    margin: 0;
    padding: 0;
  }
  ul.g_nav li:nth-child(7) {
    margin: 0;
    padding: 0 0 0 0.5em;
  }
  ul.g_nav li:nth-child(6) img, ul.g_nav li:nth-child(7) img {
    width: 40px;
    height: 40px;
  }
  ul.g_nav li a {
    display: block;
    color: #fff;
  }
  ul.g_nav li a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  */
}

@media screen and (max-width: 1240px) {
#slide_area {
  width: 100%;
  height: 100vh;
}
  #wrapper {
    width: 100%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
  }
}  



/*ここからタブレット用環境の設定
---------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: block !important;
  }
  
  
  
  /* レイアウト TAB
---------------------------------------------------------------------------*/
  .inner {
    width: 92%;
    margin: 0 4%;
    padding: 0;
  }
  #side {
    float: none;
    width: 100%;
    margin: 40px 0 0 0;
  }
  #cont {
    float: none;
    width: 100%;
  }
  
  
  
  /* ヘッダー TAB
---------------------------------------------------------------------------*/
    header {
      position: fixed;
      height: 72px;
    }
    header .inner {
      width: 100%;
      margin: 0 0%;
    }
    .h_box .logo {
      background: rgba(255, 255, 255, 1);
      position: absolute;
      top: 0;
      left: 0;
      width: 150px;
      height: 128px;
      margin: 0;
    }
    .h_box .logo img {
      display: block;
      width: auto;
      height: 128px;
      margin: 0 auto;
      padding: 2px 0;
    }
    .h_box.n_scroll .logo {
      width: 120px;
      height: 120px;
    }
    .h_box.n_scroll .logo img.logo01 {
      width: 120px;
      height: auto;
      margin: 0;
    }
    #baseMenu {
      right: 65px;
      top: 16px;
    }
    .openbtn {
      top: 7px;
      right: 5px;
      width: 60px;
      height: 60px;
    }
    .openbtn p {
      position: absolute;
      bottom: -1px;
      left: 13px;
      color: rgba(186, 144, 109, 1);
      font-family: 'Cinzel', serif;
      font-family: 'Benne', serif;
      font-size: 0.75em;
    }
    .openbtn span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 10px;
      height: 3px;
      border-radius: 1px;
      background: rgba(186, 144, 109, 1);
      width: 70%;
    }
    .openbtn span:nth-of-type(1) {
      top: 13px;
    }
    .openbtn span:nth-of-type(2) {
      top: 24px;
    }
    .openbtn span:nth-of-type(3) {
      top: 35px;
    }
    .openbtn.active span:nth-of-type(1) {
      top: 18px;
      left: 10px;
      transform: translateY(6px) rotate(-45deg);
      width: 70%;
    }
    .openbtn.active span:nth-of-type(2) {
      opacity: 0;
    }
    .openbtn.active span:nth-of-type(3) {
      top: 30px;
      left: 10px;
      transform: translateY(-6px) rotate(45deg);
      width: 70%;
    }
    .koyomi {
      position: absolute;
      top: 128px;
      left: 0;
      background: rgba(11, 11, 11, 0.88);
      width: 150px;
      height: 110px;
      padding: 10px 10px 10px 16px;
      z-index: 10;
    }
    .koyomi .koyomi_date {
      margin: 7px 0 0 5px;
      color: #fff;
      font-size: 22px;
      font-family: 'Cinzel', serif;
      font-family: 'Benne', serif;
      font-style: italic;
      line-height: 1;
    }
    .koyomi .koyomi_date span {
      display: block;
      color: #fff;
      font-size: 25px;
      font-family: 'Cinzel', serif;
      font-family: 'Benne', serif;
    }
    .vertical {
      position: absolute;
      top: 20px;
      left: 90px;
      margin: 0;
      color: #fff;
      font-size: 24px;
    }
    .vertical span {
      position: relative;
      margin: 0;
      padding: 0.2em 0.05em;
      writing-mode: vertical-rl;
    }
    .vertical span:before, .vertical span:after {
      position: absolute;
      content: '';
    }
    .vertical span:after {
      top: -2px;
      left: 0;
      width: 12px;
      height: 14px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
    }
    .vertical span:before {
      right: 0;
      bottom: -2px;
      width: 12px;
      height: 14px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
    }
    .koyomi_note span.cap1 {
      position: absolute;
      top: 70px;
      left: 25px;
      background: rgba(11, 11, 11, 0.66);
      background: #fff;
      padding: 0 4px;
      color: #333;
      font-size: 12px;
      letter-spacing: 0.08em;
      writing-mode: horizontal-tb;
    }
    .koyomi_note span.cap2 {
      position: absolute;
      top: 94px;
      left: 10px;
      color: rgba(255, 255, 255, 0.75);
      font-size: 11px;
    }
    .koyomi_note span.cap2 br {
      display: block;
    }
    .h_box.n_scroll .koyomi {
      display: none;
    }
    #slide_area {
      width: 100%;
      height: auto;
      margin: 0 auto;
    }
    #swiper {
      position: absolute;
      top: 72px;
      right: 0;
      width: 100%;
    }
    .swiper-slide {
      height: calc(100vh - 72px);
      line-height: 0;
    }
    .swiper-slide img {
      width: auto;
      height: 100％;
    }
    #wrapper {
      width: 100%;
      margin-top: calc(100vh + 60px);
      margin-left: auto;
      margin-right: auto;
    }
    header .inner {
      width: 100%;
      margin: 0 auto;
    }
    nav {
      width: 100%;
      height: 88px;
      -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.33);
      -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.33);
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.33);
    }
    /*
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px 0 5px 0;
  }
  #menuBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 22px;
    height: 3px;
    margin: -2px 0 0 0;
    background: #fff;
    transition: .2s;
  }
  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 3px;
    background: #fff;
    transition: .3s;
  }
  #menuBtn:before {
    margin-top: -8px;
  }
  #menuBtn:after {
    margin-top: 5px;
  }
  a#menu .close {
    background: transparent;
  }
  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }
  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  */
  


  h2 {
    color: rgba(186, 144, 109, 1);
    font-size: 20px;
    text-align: center;
    line-height: 1.33;
  }
  h2 span {
    display: block;
    color: rgba(186, 144, 109, 0.5);
    font-family: 'Libre Caslon Text', serif;
    font-size: 15px;
  }
  h2.ttl {
    margin: 0;
    color: rgba(186, 144, 109, 1);
    color: #212121;
    font-family: 'Cinzel', serif;
    font-size: 25px;
    height: auto;
    letter-spacing: 0.02em;
    line-height: 1.33;
    text-align: left;
    width: auto;
  }
  h2.ttl::first-letter {
    font-size: 133%;
  }
  h2.ttl .jp {
    display: flex;
    align-items: center;
    margin: 0;
    color: rgba(186, 144, 109, 1);
    color: #212121;
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  h2.ttl .jp::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    margin: 2px 0 0 0.4em;
    background: #212121;
  }
  h3 {
    margin: 0 0 6px 0;
    color: rgba(186, 144, 109, 1);
    font-size: 20px;
    text-align: left;
    line-height: 1.33;
  }
  h3 span {
    display: block;
    color: rgba(186, 144, 109, 0.5);
    font-size: 15px;
  }
}



/*ここからスマホ用環境の設定
---------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  
  
  
  /* レイアウト SP
---------------------------------------------------------------------------*/
  .inner {
    width: 88%;
    margin: 0 6%;
  }
  
  
  
  /* ヘッダー SP
---------------------------------------------------------------------------*/
  #baseMenu {
    right: 65px;
    top: 18px;
  }
  #baseMenu>ul>li img {
    width: auto;
    height: 34px;
  }
  header {
    position: fixed;
    height: 72px;
  }
  header .inner {
    width: 100%;
    margin: 0 0%;
  }
  .h_box .logo {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
    height: 115px;
    margin: 0;
  }
  .h_box .logo img {
    display: block;
    width: auto;
    height: 115px;
    margin: 0 auto;
    padding: 2px 0;
  }
  .h_box.n_scroll .logo {
    width: 108px;
    height: 108px;
  }
  .h_box.n_scroll .logo img.logo01 {
    width: 108px;
    height: auto;
    margin: 0;
  }
  .koyomi {
    position: absolute;
    top: 115px;
    left: 0;
    background: rgba(11, 11, 11, 0.88);
    width: 135px;
    height: 108px;
    padding: 10px 10px 10px 16px;
    z-index: 10;
  }
  .koyomi .koyomi_date {
    margin: 7px 0 0 -4px;
    color: #fff;
    font-size: 22px;
    font-family: 'Cinzel', serif;
    font-family: 'Benne', serif;
    font-style: italic;
    line-height: 1;
  }
  .koyomi .koyomi_date span {
    display: block;
    color: #fff;
    font-size: 25px;
    font-family: 'Cinzel', serif;
    font-family: 'Benne', serif;
  }
  .vertical {
    position: absolute;
    top: 20px;
    left: 82px;
    margin: 0;
    color: #fff;
    font-size: 24px;
  }
  .vertical span {
    position: relative;
    margin: 0;
    padding: 0.2em 0.05em;
    writing-mode: vertical-rl;
  }
  .vertical span:before, .vertical span:after {
    position: absolute;
    content: '';
  }
  .vertical span:after {
    top: -2px;
    left: 0;
    width: 12px;
    height: 14px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .vertical span:before {
    right: 0;
    bottom: -2px;
    width: 12px;
    height: 14px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .koyomi_note span.cap1 {
    position: absolute;
    top: 70px;
    left: 16px;
    background: rgba(11, 11, 11, 0.66);
    background: #fff;
    padding: 0 4px;
    color: #333;
    font-size: 12px;
    letter-spacing: 0.08em;
    writing-mode: horizontal-tb;
  }
  .koyomi_note span.cap2 {
    position: absolute;
    top: 94px;
    left: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
  }
  .koyomi_note span.cap2 br {
    display: block;
  }



  /* フッター SP
---------------------------------------------------------------------------*/
  footer .copyright br {
    display: block;
  }
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 1%;
    z-index: 100;
  }
  #pagetop img {
    width: 48px;
    height: auto;
  }
  

  /* コンテンツ SP
---------------------------------------------------------------------------*/
  .news_box {
    width: 100%;
    margin: 10px auto 32px;
  }
  .news_list {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.66;
    border-top: 1px dotted #ddd;
    overflow: auto;
  }
  .news_list dt {
    clear: both;
    width: 6em;
    float: left;
    padding: 12px 8px;
    color: rgba(186, 144, 109, 1);
  }
  .news_list dd {
    padding: 12px 8px 12px 6em;
    text-align: left;
    border-bottom: 1px dotted #ddd;
  }
  .news_list dd a {
    color: #555;
  }
  .news_list dd a:hover {
    text-decoration: underline;
    text-decoration-color: #bbb;
  }
  .blog_list {
    display: block;
    margin: 10px auto 0;
    font-size: 0;
  }
  .blog_list li {
    display: inline-block;
    position: relative;
    width: 49%;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    z-index: 10;
  }
  .blog_list li:nth-child(3n-1) {
    margin: 0 0 30px 0;
  }
  .blog_list li:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .blog_list li:nth-child(odd) {
    margin: 0 1% 30px 0;
  }
  .blog_list li:nth-child(even) {
    margin: 0 0 30px 1%;
  }
  .blog_list li .cat {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #212121;
    padding: 3px 12px;
    color: #fff;
    font-size: 12px;
  }
  .blog_list li img {
    width: 100%;
    height: auto;
    margin: 0 0 6px 0;
    overflow: hidden;
    transition: all .3s;
  }
  .blog_list li a:hover img {
    transform: scale(0.94);
    filter: grayscale(100%);
  }
  .blog_list li h3 {
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.33;
  }
  .blog_list li p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 6px 0;
    color: rgba(33, 33, 33, 0.8);
    font-weight: 400;
    line-height: 1.66;
    font-size: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .blog_list li p.date {
    margin: 0 0 10px 0;
    font-size: 12px;
  }
  .blog_list li p.date span {
    background: #f2f2f2 url(../img/clock.png) no-repeat;
    opacity: 0.70;
    background-size: 12px 12px;
    background-position: 3px 50%;
    padding: 1px 6px 1px 17px;
  }
  .blog_list li a:hover {
    filter: alpha(opacity=70);
    opacity: 0.70;
  }
  .block1 {
    width: 50%;
    margin: 0 auto;
  }
  .block1 li img {
    width: 100%;
    height: auto;
  }
  .block2 {
    margin: 10px auto 0;
    font-size: 0;
  }
  .block2 li {
    position: relative;
    display: inline-block;
    width: 48%;
    margin: 0 2% 30px 0;
    padding: 10px 10px 10px 0;
    font-size: 15px;
    vertical-align: top;
  }
  .block2 li:nth-child(2n) {
    margin: 0 0 30px 2%;
  }
  .block2 li img {
    width: 100%;
    height: auto;
  }
/*
  .block3 {
    margin: 0;
    font-size: 0;
  }
  .block3 li {
    display: inline-block;
    width: 33.33%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 10px 0 0;
    font-size: 15px;
    vertical-align: top;
  }
  .block3 li:nth-child(3n-1) {
    padding: 0 5px;
  }
  .block3 li:nth-child(3n) {
    padding: 0 0 0 10px;
  }
  .block3 li img {
    width: 100%;
    height: auto;
  }
*/
  .btn01 {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    width: 80%;
    max-width: 270px;
    margin: 30px auto;
    font-size: 15px;
    text-align: center;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #212121;
    transition: ease .2s;
  }
  .btn01 span {
    position: relative;
    background: url(../img/arr01.svg) no-repeat;
    background-position: 100% 50%;
    background-size: 16px 16px;
    padding: 0 21px 0 0;
    z-index: 3;
    color: #212121;
  }
  .btn01 a {
    display: block;
    padding: 0.66em 0.66em;
    color: #212121;
  }
  .btn01 a:hover span {
    color: #212121;
  }
  
  
  
  /*　下層ページ SP
---------------------------------------------------------------------------*/
  .tbl01 {
    background: #fff;
    width: 100%;
    margin: 30px auto 60px;
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px dotted rgba(0, 26, 62, 0.33);
  }
  .tbl01 th {
    display: block;
    background: rgba(199, 159, 98, 0.7);
    width: 100%;
    padding: 8px 10px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border-bottom: 0px dotted rgba(255, 255, 255, 0.5);
  }
  .tbl01 td {
    display: block;
    width: 100%;
    padding: 14px 10px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 0px dotted rgba(0, 26, 62, 0.33);
  }
  .tbl01 td:nth-of-type(1) {
    border-top: 0px dotted rgba(0, 26, 62, 0.33);
  }
  
  
  
  /*　その他 SP
---------------------------------------------------------------------------*/
  .page_scroll>a {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
  }
  img.float_l {
    float: left;
    padding: 0 20px 0 0;
    vertical-align: top;
  }
  img.float_r {
    float: none;
    display: block;
    margin: 0 auto 30px;
    width: 70%;
    height: auto;
    vertical-align: top;
  }
  img.img_center {
    display: block;
    margin: 0 auto 60px;
    text-align: center;
  }
  .mgb20 {
    margin-bottom: 20px;
  }
  .mgb30 {
    margin-bottom: 30px;
  }
  .mgb30b {
    margin-bottom: 30px;
  }
  .mgb60 {
    margin-bottom: 60px;
  }
}



@media screen and (max-width: 640px) {
  .news_box {
    width: 100%;
    margin: 10px auto 32px;
  }
  .news_list {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.66;
    border-top: 1px dotted #ddd;
    overflow: auto;
  }
  .news_list dt {
    clear: none;
    width: 100%;
    float: none;
    padding: 12px 8px 0;
    color: rgba(186, 144, 109, 1);
  }
  .news_list dt .cat {
    display: inline-block;
    margin: 0 0 0 0.66em;
    padding: 2px 6px 4px 6px;
  }
  .news_list dd {
    width: 100%;
    padding: 4px 8px 12px;
    text-align: left;
    border-bottom: 1px dotted #ddd;
  }
  .news_list dd a {
    color: #555;
  }
  .news_list dd a:hover {
    text-decoration: underline;
    text-decoration-color: #bbb;
  }



  .blog_list {
    display: block;
    margin: 10px auto 0;
    font-size: 0;
  }
  .news_list dd .cat {
    display: none;
  }
  .blog_list li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    z-index: 10;
  }
  .blog_list li:nth-child(3n-1) {
    margin: 0 0 24px 0;
  }
  .blog_list li:nth-child(3n) {
    margin: 0 0 24px 0;
  }
  .blog_list li:nth-child(odd) {
    margin: 0 0 24px 0;
  }
  .blog_list li:nth-child(even) {
    margin: 0 0 24px 0;
  }
  .block2 li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 7px 7px 0 0;
    font-size: 15px;
    vertical-align: top;
  }
  .block2 li:nth-child(2n) {
    margin: 0;
  } 
/*
  .block3 {
    display: block;
    margin: 10px auto 0;
    font-size: 0;
  }
  .block3 li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    z-index: 10;
  }
  .block3 li:nth-child(3n-1) {
    margin: 0 0 30px 0;
  }
  .block3 li:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .block3 li:nth-child(odd) {
    margin: 0 0 30px 0;
  }
  .block3 li:nth-child(even) {
    margin: 0 0 30px 0;
  }
*/
}
