@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora&family=Klee+One:wght@400;600&display=swap");
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?hhsp6t');
  src:  url('../fonts/icomoon.eot?hhsp6t#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hhsp6t') format('truetype'),
    url('../fonts/icomoon.woff?hhsp6t') format('woff'),
    url('../fonts/icomoon.svg?hhsp6t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*-----------------------------------------------------

  Common CSS
  [LastUpDate:2021.10.01]
  
  - HTML
  - Body
  - SEO
  - Header
  - Wrapper

/*'Klee One'

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

  HTML

-----------------------------------------------------*/
html.active {
  overflow: hidden;
}

/*-----------------------------------------------------
  ページ読み込み時のフェード演出（旧: animsitionプラグイン）
  #wrapperにopacity:0スタートのフェードインを付けるだけの
  シンプルなCSSアニメーションに置き換えている。
-----------------------------------------------------*/
#wrapper {
  animation: paguu-fade-in 0.6s ease both;
}

@keyframes paguu-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  #wrapper {
    animation: none;
  }
}

a:hover, a:focus {
  cursor: pointer;
}




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

  Body

-----------------------------------------------------*/
body {
  display: flex;
  position: relative;
  background: url("../img/cmn/cmn_bodybackground.png") #f8f7f4 top center;
  color: #000000;
  font-size: 3.3816vw; /* 14px 10px=1.0rem */
  line-height: 2;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", Meiryo, sans-serif;
  letter-spacing: 0.03em;
  text-align: center;
  flex-direction: column;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

/*414px以上*/
@media only screen and (min-width: 414px) {
  body {
    font-size: 1.4rem;
  }
}

/*768px以上*/
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  body {
    display: block;
    font-weight: 500;
  }
}

/*1024px以上1550px未満*/
@media only screen and (min-width: 1024px)  and (max-width: 1549px) {
  body {
    font-size: 1.1811023vw; /*15px / 1270px*/
  }
}

/*1336px以上*/
@media only screen and (min-width: 1336px) {
  body {
    font-size: 1.5rem;
  }
}


/*-----------------------------------------------------
  BodyFrame
-----------------------------------------------------*/
.bodyframe {
  display: block;
  position: fixed;
  z-index: 50;
  background: #ffffff;
}

.bodyframe-top, .bodyframe-bottom {
  width: 100%;
  height: 10px;
}

.bodyframe-left, .bodyframe-right {
  width: 10px;
  height: 100vh;
}

.bodyframe-top, .bodyframe-left {
  top: 0;
  left: 0;
}

.bodyframe-right {
  top: 0;
  right: 0;
}

.bodyframe-bottom {
  left: 0;
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  .bodyframe-top, .bodyframe-bottom {
    height: 35px;
  }
  .bodyframe-left, .bodyframe-right {
    width: 35px;
  }
}




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

  SEO

-----------------------------------------------------*/
#seo {
  padding-top: 145px;
  background: url("../img/cmn/logo_paguu.svg") #ffffff no-repeat 50% 35px;
  background-size: auto 90px;
  color: #666666;
  font-size: 2.89855vw;
  line-height: 1.6;
  order: 3;
}

/*414px以上*/
@media only screen and (min-width: 414px) {
  #seo {
    font-size: 1.2rem;
  }
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  #seo {
    position: fixed;
    bottom: 35px;
    left: 0;
    z-index: 150;
    width: 295px;
    height: 160px;
    padding: 80px 15px 0 15px;
    background: url("../img/cmn/cmn_seo_bg.png") #ffffff no-repeat top center;
    background-size: 295px 75px;
    order: 0;
    font-size: 1.1rem;
  }
}




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

  Header

-----------------------------------------------------*/
#paguu-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  order: 1;
}

#paguu-header > .inner {
  position: relative;
  width: 100%;
  height: 80px;
}

#paguu-header .header-logo {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 200;
  width: 71px;
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  #paguu-header {
    width: 295px;
    height: 100vh;
    background: #ffffff;
  }

  #paguu-header > .inner {
    height: 100vh;
  }

  #paguu-header .header-logo {
    display: flex;
    position: static;
    width: auto;
    height: 22.7777vh;
    max-height: 205px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  #paguu-header .header-logo img {
    width: auto;
    height: 13.8888vh;
    max-height: 125px;
  }
}


/*-----------------------------------------------------
  Navigation
-----------------------------------------------------*/
#paguu-header .header-navi {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translateX(100%);
  width: 100%;
  background: #ffffff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s linear;
}

#paguu-header .header-navi .gnavi {
  width: 80%;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

#paguu-header .header-navi .gnavi li {
  height: 70px;
  background: url("../img/cmn/cmn_gnavi_bg.png") repeat-x left bottom;
  background-size: auto 2px;
}

#paguu-header .header-navi .gnavi li a {
  display: block;
  display: flex;
  height: 70px;
  padding-left: 75px;
  color: #666666;
  text-decoration: none;
  text-align: left;
  flex-direction: column;
  justify-content: center;
}

#paguu-header .header-navi .gnavi li a span {
  display: block;
  width: 100%;
  margin-bottom: 0.25em;
  line-height: 1;
}

#paguu-header .header-navi .gnavi li a .en {
  font-size: 2.0rem;
  font-family: "Lora", serif;
  color: #000000;
}

#paguu-header .header-navi .gnavi .news a {
  background: url("../img/cmn/cmn_gnavi_icon_news.png") no-repeat 10px 50%;
  background-size: 55px 30px;
}

#paguu-header .header-navi .gnavi .about a {
  background: url("../img/cmn/cmn_gnavi_icon_about.png") no-repeat 10px 50%;
  background-size: 55px 30px;
}

#paguu-header .header-navi .gnavi .works a {
  background: url("../img/cmn/cmn_gnavi_icon_works.png") no-repeat 10px 50%;
  background-size: 55px 30px;
}

#paguu-header .header-navi .gnavi .price a {
  background: url("../img/cmn/cmn_gnavi_icon_price.png") no-repeat 10px 50%;
  background-size: 55px 30px;
}

#paguu-header .header-navi .gnavi .contact a {
  background: url("../img/cmn/cmn_gnavi_icon_contact.png") no-repeat 10px 50%;
  background-size: 55px 30px;
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  #paguu-header .header-navi {
    display: block;
    position: static;
    transform: translateX(0);
    width: 100%;
    transition: all 0s linear;
  }

  #paguu-header .header-navi .gnavi {
    width: 100%;
    font-size: 1.0rem;
}

  #paguu-header .header-navi .gnavi li {
    background: url("../img/cmn/cmn_gnavi_bg.png") no-repeat center bottom;
    background-size: auto 2px;
    height: 60px;
  }

  #paguu-header .header-navi .gnavi li:hover {
    background: url("../img/cmn/cmn_gnavi_bg.png") #ffea45 no-repeat center bottom;
    background-size: auto 2px;
  }

  #paguu-header .header-navi .gnavi li a {
    margin: 0 25px;
    padding-left: 55px;
    height: 60px;
  }

  #paguu-header .header-navi .gnavi li a .en {
  font-size: 1.6rem;
  }

  #paguu-header .header-navi .gnavi .news a, #paguu-header .header-navi .gnavi .about a, #paguu-header .header-navi .gnavi .works a, #paguu-header .header-navi .gnavi .price a, #paguu-header .header-navi .gnavi .contact a {
    background-position: 0 50%;
  }
}


/*
  Menu Animation(smartphone only)
-----------------------------------------------------*/
#paguu-header .navi-btn, #paguu-header .navi-btn > .inner, #paguu-header .navi-btn span {
  display: block;
  transition: all 0.4s linear;
}

#paguu-header .navi-btn {
  position: relative;
  top: 25px;
  z-index: 200;
  width: 45px;
  height: 45px;
  margin-left: calc(100vw - 65px);
  padding: 14.5px 12.5px;
  background: url("../img/cmn/cmn_navibtn_bg.png") top left no-repeat;
  background-size: 45px 45px;
}

#paguu-header .navi-btn > .inner {
  position: relative;
  width: 20px;
  height: 16px;
}

#paguu-header .navi-btn span {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #ffffff;
}

#paguu-header .navi-btn span:nth-of-type(1) {
  top: 0;
}
#paguu-header .navi-btn span:nth-of-type(2) {
  top: 7px;
}
#paguu-header .navi-btn span:nth-of-type(3) {
  bottom: 0;
}

#paguu-header .navi-btn span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

#paguu-header .navi-btn span:nth-of-type(2) {
  opacity: 1;
  transition: all 0.25s 0.25s;
}

#paguu-header .navi-btn span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

#paguu-header .navi-btn.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
#paguu-header .navi-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#paguu-header .navi-btn.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
          animation: active-menu-bar03 0.75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}
#paguu-header .header-navi.active {
  transform: translateX(0);
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  #paguu-header .navi-btn {
    display: none;
  }
}

/*-----------------------------------------------------
  Animsition
-----------------------------------------------------*/


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

  Wrapper

-----------------------------------------------------*/
#wrapper {
  width: calc(100% - 20px);
  margin: 0 10px;
  order: 2;
}

#wrapper > section {
  padding-bottom: 90px;
}

#wrapper > section .inner, #wrapper > section.inner {
  margin-left: 12px;
  margin-right: 12px;
}

/*768px以上*/
@media only screen and (min-width: 768px) {
  #wrapper > section {
    padding-bottom: 150px;
  }
  #wrapper > section .inner, #wrapper > section.inner {
    margin: 0 auto;
    width: calc(89.37198vw + 14px);
  }
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  #wrapper {
    width: calc(100% - (35px + 295px));
    margin: 35px 35px 0px 295px;
    padding-bottom: 35px;
    order: 0;
  }
  #wrapper > section.inner, #wrapper > section .inner {
    width: calc(100% - 70px);
    margin: 0 35px;
  }
}

/*1550px以上*/
@media only screen and (min-width: 1550px) {
  #wrapper > section.inner, #wrapper > section .inner {
    width: 100%;
    max-width: 1188px;
    margin: 0 auto;
  }
}

/*-----------------------------------------------------
  Animsition
-----------------------------------------------------*/
#wrapper {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


/*-----------------------------------------------------
  Column
-----------------------------------------------------*/
#wrapper .row {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

[class^="col-xs-"] {
  padding: 0 5px;
  margin: 0 auto;
}

.col-xs-1 { width: calc(100% / 12); }
.col-xs-2 { width: calc((100% / 12) * 2); }
.col-xs-3 { width: 25%; }
.col-xs-4 { width: calc((100% / 12) * 4); }
.col-xs-5 { width: calc((100% / 12) * 5); }
.col-xs-6 { width: 50%; }
.col-xs-7 { width: calc((100% / 12) * 7); }
.col-xs-8 { width: calc((100% / 12) * 8); }
.col-xs-9 { width: 75%; }
.col-xs-10 { width: calc((100% / 12) * 10); }
.col-xs-11 { width: calc((100% / 12) * 11); }
.col-xs-12 { width: 100%;}

#wrapper .row.center {
  justify-content: center;
}

#wrapper .row.center [class^="col-"] {
  margin: 0 0;
}



/*768px以上*/
@media only screen and (min-width: 768px) {
  #wrapper .row {
  margin-right: -7px;
  margin-left: -7px;
  }
  [class^="col-xs-"],[class^="col-sm-"] {
    padding: 0 7px;
    margin: 0 auto;
  }
  .col-sm-1 { width: calc(100% / 12); }
  .col-sm-2 { width: calc((100% / 12) * 2); }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: calc((100% / 12) * 4); }
  .col-sm-5 { width: calc((100% / 12) * 5); }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: calc((100% / 12) * 7); }
  .col-sm-8 { width: calc((100% / 12) * 8); }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: calc((100% / 12) * 10); }
  .col-sm-11 { width: calc((100% / 12) * 11); }
  .col-sm-12 { width: 100%; }
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  #wrapper .row {
    margin-right: -1.1023%;
    margin-left: -1.1023%;
  }
  [class^="col-xs-"], [class^="col-sm-"], [class^="col-md-"], [class^="col-lg-"] {
    padding: 0 1.1023%;
  }
  .col-md-1 { width: calc(100% / 12); }
  .col-md-2 { width: calc((100% / 12) * 2); }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: calc((100% / 12) * 4); }
  .col-md-5 { width: calc((100% / 12) * 5); }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: calc((100% / 12) * 7); }
  .col-md-8 { width: calc((100% / 12) * 8); }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: calc((100% / 12) * 10); }
  .col-md-11 { width: calc((100% / 12) * 11); }
  .col-md-12 { width: 100%; }
}

/*1366px以上*/
@media only screen and (min-width: 1366px) {
  #wrapper .row {
    margin-right: -14px;
    margin-left: -14px;
  }
  [class^="col-xs-"], [class^="col-sm-"], [class^="col-md-"] {
    padding: 0 14px;
  }
  .col-lg-1 { width: calc(100% / 12); }
  .col-lg-2 { width: calc((100% / 12) * 2); }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: calc((100% / 12) * 4); }
  .col-lg-5 { width: calc((100% / 12) * 5); }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: calc((100% / 12) * 7); }
  .col-lg-8 { width: calc((100% / 12) * 8); }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: calc((100% / 12) * 10); }
  .col-lg-11 { width: calc((100% / 12) * 11); }
  .col-lg-12 { width: 100%; }
}


/*-----------------------------------------------------
  Page Title
-----------------------------------------------------*/
body.page #wrapper .pagetit-area {
  padding: 40px 0;
  margin: 0 12px;
}

body.page #wrapper .pagetit-area .cat-area {
  padding-bottom: 35px;
  background: url("../img/cmn/cmn_pagetit_line_top.png") repeat-x bottom left;
  background-size: auto 5px;
}

body.page #wrapper .pagetit-area .cat-area > .cat-tit {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  padding-top: 60px;
}

body.page #wrapper .pagetit-area .cat-area > .cat-tit::before {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
}

body.page #wrapper .pagetit-area .cat-area span {
  display: block;
  line-height: 1;
  font-family: "Klee One";
  font-weight: 600;
}

body.page #wrapper .pagetit-area .cat-area span.en {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 7.24vw;
  margin-bottom: 10px;
}

/*414px以上*/
@media only screen and (min-width: 414px) {
  body.page #wrapper .pagetit-area .cat-area span.en {
    font-size: 3.0rem;
  }
}

/*768px以上*/
@media only screen and (min-width: 768px) {
  body.page #wrapper .pagetit-area {
    background-image: url("../img/cmn/cmn_pagetit_bg_left.png"),url("../img/cmn/cmn_pagetit_bg_right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 23.7% auto, 18.1% auto;
    margin: 0 auto;
    width: calc(89.37198vw + 14px);
  }
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  body.page #wrapper .pagetit-area {
    width: calc(100% - 70px);
    margin: 0 auto;
    max-width: 1160px;
  }
   body.page #wrapper .pagetit-area .cat-area > .cat-tit {
    flex-direction: row;
    padding-top: 75px;
    align-items: center;
  }
  body.page #wrapper .pagetit-area .cat-area > .cat-tit::before {
    height: 75px;
    width: 75px;
    position: absolute;
    top: 0;
    left: calc(50% - (75px / 2));
  }
  body.page #wrapper .pagetit-area .cat-area span.en {
    margin: 0 20px 0 0;
  }
}

/*1550px以上*/
@media only screen and (min-width: 1550px) {
  body.page #wrapper .pagetit-area {
    padding: 45px 0 95px 0;
    width: calc(100% - 60px);
    max-width: 1188px;
    background-position: top left, top right;
  }
  body.page #wrapper .pagetit-area .cat-area {
    padding-bottom: 70px;
  }
 
  body.page #wrapper .pagetit-area .cat-area > .cat-tit span {
    font-size: 1.5rem;
  }
  body.page #wrapper .pagetit-area .cat-area span.en {
    font-size: 4.0rem;
  }
}


/*-----------------------------------------------------
  Headline
-----------------------------------------------------*/
body.page #wrapper .headline, #wrapper .headline span {
  font-family: "Klee One";
  font-weight: 600;
  line-height: 1;
}

/* Yellow
-----------------------------------------------------*/
body.page #wrapper .headline-yellow {
  margin-bottom: 25px;
  background: url(../img/cmn/cmn_bg_yellow.png) top center;
  display: table;
  min-height: 40px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}
body.page #wrapper .headline-yellow span {
  display: table-cell;
  vertical-align: middle;
  color: #523e07;
  font-size: 4.8309vw; /*2.0rem*/
  letter-spacing: 0.1em;
}

body.page #wrapper .headline-yellow span > small {
  line-height: 1.5;
  font-size: 3.6231884vw;
  letter-spacing: 0.05em;
}

/*414px以上*/
@media only screen and (min-width: 414px) {
  body.page #wrapper .headline-yellow span {
    font-size: 2.0rem;
  }
  body.page #wrapper .headline-yellow span > small {
    font-size: 1.5rem;
  }
}

/*768px以上*/
@media only screen and (min-width: 768px) {
  body.page #wrapper .headline-yellow {
    margin-bottom: 50px;
    height: 60px;
  }
  body.page #wrapper .headline-yellow span {
    font-size: 2.5rem;
  }
}

/*1024px以上1336px未満*/
@media only screen and (min-width: 1024px)  and (max-width: 1365px) {
  body.page #wrapper .headline-yellow {
    height: 4.7244094vw;
    max-height: 60px;
  }
  body.page #wrapper .headline-yellow span {
    font-size: 1.9685038vw;
  }
}


/* Underline
-----------------------------------------------------*/
body.page #wrapper .headline-underline {
  margin-bottom: 15px;
}
body.page #wrapper .headline-underline > span {
  font-size: 4.3478vw; /*1.8rem*/
  position: relative;
  background: url(../img/cmn/cmn_line_yellow.png) no-repeat bottom center;
  background-size: auto 10px;
  padding-bottom: 2.5px;
}

/*414px以上*/
@media only screen and (min-width: 414px) {
  body.page #wrapper .headline-underline > span {
    font-size: 1.8rem;
  }
}

/*768px以上*/
@media only screen and (min-width: 768px) {
  body.page #wrapper .headline-underline > span {
    font-size: 2.0rem;
  }
}

/*1024px以上1336px未満*/
@media only screen and (min-width: 1024px)  and (max-width: 1365px) {
  body.page #wrapper .headline-underline > span {
    font-size: 1.5748031vw;
  }
}

/*1366px以上*/
@media only screen and (min-width: 1366px) {
  body.page #wrapper .headline-underline {
    margin-bottom: 20px;
  }
}

/* Brown
-----------------------------------------------------*/
body.page #wrapper .headline-brown {
  margin-bottom: 15px;
  background-color:rgba(203,199,186,0.3);
  color: #523e07;
  padding: 0.75em 1em;
  text-align: left;
  font-size: 3.6231884vw;
}

/*414px以上*/
@media only screen and (min-width: 414px) {
  body.page #wrapper .headline-brown {
    font-size: 1.5rem;
  }
}
/*768px以上*/
@media only screen and (min-width: 768px) {
  body.page #wrapper .headline-brown {
    margin-bottom: 0;
  }
}

/* Circle
-----------------------------------------------------*/
body.page #wrapper .headline-circle {
  margin-bottom: 15px;
  padding-left: 25px;
  text-align: left;
  font-size: 4.347826vw;
  background: url("../img/cmn/cmn_circle_yellow.png") no-repeat top left;
  background-size: 20px 20px;
  min-height: 20px;
  padding-top: 0.05em;
}

body.page #wrapper .headline-circle span {
  font-size: 2.8985507vw;
}

/*414px以上*/
@media only screen and (min-width: 414px) {
  body.page #wrapper .headline-circle {
    font-size: 1.8rem;
  }
  body.page #wrapper .headline-circle span {
    font-size: 1.2rem;
  }
}


/*-----------------------------------------------------
  Anchor Link
-----------------------------------------------------*/
body.page #wrapper .anchor-link {
  border-top: 1px solid #523e07;
  border-bottom: 1px solid #523e07;
  width: calc(100% - 24px);
  margin: 0 12px 50px 12px;
  justify-content: space-around;
  padding: 5px 0;

}

body.page #wrapper .anchor-link li {
  display: inline-block;
  margin: 0 0.5em;
  line-height: 1;
}

body.page #wrapper .anchor-link li a {
  padding: 5px 0;
  display: block;
  font-family: "Klee One";
  color: #523e07;
  font-size: 3.14vw;
  text-decoration: none;
}

/*414px以上*/
@media only screen and (min-width: 414px) {
  body.page #wrapper .anchor-link li a {
    font-size: 1.3rem;
  }
}

/*768px以上*/
@media only screen and (min-width: 768px) {
  body.page #wrapper .anchor-link {
    margin: 0 auto 100px auto;
    width: calc(89.37198vw + 14px);
  }
  body.page #wrapper .anchor-link li {
    margin: 0 1em;
  }
  body.page #wrapper .anchor-link li a {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
   body.page #wrapper .anchor-link {
    width: calc(100% - 70px);
    margin-left: 35px;
    margin-right: 35px;
  }
}

/*1024px以上1336px未満*/
@media only screen and (min-width: 1024px)  and (max-width: 1365px) {
   body.page #wrapper .anchor-link li a {
    font-size: 1.4173228vw;
  }
}


/*1550px以上*/
@media only screen and (min-width: 1550px) {
  body.page #wrapper .anchor-link {
    width: calc(100% - 60px);
    max-width: 1188px;
    margin: 0 auto 100px auto;
  }
}


/*-----------------------------------------------------
  Button / Link 
-----------------------------------------------------*/
/*-----------------------------------------------------
  Text Link
-----------------------------------------------------*/
#wrapper > section a.text-link {
  color: #937c3e;
  padding: 0.25em 0.5em;
  transition: all 0.5s;
}

#wrapper > section a.text-link[target*="_blank"]:after {
  font-family: 'icomoon';
  content: "\e902";
  line-height: 1;
  padding-left: 0.25em;
  font-weight: normal;
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  #wrapper > section a.text-link:hover,
  #wrapper > section a.text-link:focus {
    color: #ffffff;
    background: #937c3e;
  }
}

/*-----------------------------------------------------
 Button Area 
-----------------------------------------------------*/
#wrapper .btn-area li {
  margin-bottom: 20px !important;
}

#wrapper .btn-area li:last-child {
  margin-bottom: 0 !important;
}

/*768px以上*/
@media only screen and (min-width: 768px) {
  #wrapper .btn-area li {
    margin-bottom: 0 !important;
  }
}

/*-----------------------------------------------------
  Rounded Button
-----------------------------------------------------*/
.btn-rounded {
  display: block;
  height: 50px;
  margin: 0 auto;
}

.btn-rounded a, .btn-rounded button {
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0 1em;
  overflow: hidden;
  border: 2px solid #cbc7ba;
  border-radius: 25px;
  background: #ffffff;
  color: #523e07;
  font-size: 4.4554vw;
  text-decoration: none;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.btn-rounded a > span,
.btn-rounded button > span {
  position: relative;
  font-weight: 600;
  font-family: "Klee One";
}

.btn-rounded a[target*="_blank"]  > span::after {
  font-family: 'icomoon';
  content: "\e902";
  line-height: 1;
  padding-left: 0.25em;
  font-weight: normal;
}

.btn-rounded_small {
  height: 45px;
}

.btn-rounded_small a,
.btn-rounded_small button {
  font-size: 3.3816vw;
  height: 45px;
  position: relative;
}

.btn-rounded button:disabled,
.btn-rounded_small button:disabled {
  opacity: 0.5;
}

/*414px以上*/
@media only screen and (min-width: 414px) {
  .btn-rounded a, .btn-rounded button {
    font-size: 1.8rem;
  }
  .btn-rounded_small a, .btn-rounded_small button > span {
    font-size: 1.4rem;
  }
}

/*768px以上*/
@media only screen and (min-width: 768px) {
  .btn-rounded {
    height: 60px;
  }
  .btn-rounded a, .btn-rounded button {
    height: 60px;
    border-radius: 30px;
    font-size: 2.2rem;
  }
  .btn-rounded_small {
    height: 50px;
  }
  .btn-rounded_small a {
    font-size: 1.6rem;
    height: 50px;
  }
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  .btn-rounded a:hover, .btn-rounded button:not(:disabled):hover {
    border: 2px solid #523e07;
    background: #523e07;
    color: #ffffff;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
  }
}



/*1024px以上1336px未満*/
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .btn-rounded, .btn-rounded a, .btn-rounded button {
    font-size: 1.7322834vw;
    max-height: 60px;

  }
  .btn-rounded_small, .btn-rounded_small a, .btn-rounded_small button {
    font-size: 1.2598425vw;
    max-height: 50px;
  }
}

/*1366px以上*/
@media only screen and (min-width: 1366px) {
  .btn-rounded, .btn-rounded a {
    font-size: 2.2rem;
  }
  .btn-rounded_small, .btn-rounded_small a, .btn-rounded_small button {
    font-size: 1.6rem;
    height: 50px;
  }
}

/*-----------------------------------------------------
  List Type Link
-----------------------------------------------------*/
.link-list {
  text-align: left;
  position: relative;
  margin-top: -5px;
}

.link-list li {
  margin: 10px 0;
}

.link-list li a {
  display: block;
  padding: 3px 0 3px 25px;
  line-height: 1.2;
  background: url(../img/cmn/cmn_link_arrow.png) no-repeat left 1px;
  background-size: 18px 18px;
  text-decoration: none;
  color: #523e07;
  min-height: 20px;
}

/*414px以上*/
@media only screen and (min-width: 414px) {
  .link-list li a {
    background-size: 20px 20px;
    line-height: 1;
  }
}



/*-----------------------------------------------------
  Table
-----------------------------------------------------*/
/* Default
-----------------------------------------------------*/
/* List
-----------------------------------------------------*/
.table-list {
  display: flex;
  flex-direction: column;
  line-height: calc(18 / 13);
}

.table-list dt,
.table-list dd {
  width: 100%;
}

.table-list dt {
  font-size: 2.8985507vw;
  font-weight: bold;
  text-align: left;
  padding: 1em 1em 0 1em;
}

.table-list dt:first-child {
  padding-top: 0;
}

.table-list dd {
  padding: 0.5em 1em 1em 1em;
  text-align: left;
  border-bottom: dotted 1px #cbc7ba;
  font-size: 3.1400966vw;
}

.table-list dd:last-child {
  border-bottom: solid 1px #cbc7ba;
}

.table-list .notes {
  color: #000000;
}

.table-list .notes {
  margin-top: 0.5em;
}

/*414px以上*/
@media only screen and (min-width: 414px) {
  .table-list dt {
    font-size: 1.2rem;
  }
  .table-list dd {
    font-size: 1.3rem;
  }
}

/*768px以上*/
@media only screen and (min-width: 768px) {
  .table-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .table-list dt,
  .table-list dd {
    font-size: 1.3rem;
  }
  .table-list > dt {
    width: 45%;
    border-bottom: dotted 1px #cbc7ba;
    padding-bottom: 1em;
  }
  .table-list dt:first-child {
    padding-top: 1em;
  }
  .table-list dt:last-of-type {
    border-bottom: solid 1px #cbc7ba;
  }
  .table-list > dd {
    width: 55%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
  }
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  .table-list dd {
    padding: 1em;
  }
}


/*-----------------------------------------------------
  Text Layout
-----------------------------------------------------*/
#wrapper > section .br-sm, #wrapper > section .br-md, #wrapper > section .br-lg {
  display: none;
}

#wrapper > section .notes {
  margin-top: 1.5em;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.5;
}

#wrapper > section p.notes, #wrapper > section .notes li {
  margin-left: 1em;
  text-indent: -1em;
}

#wrapper > section .notes li {
  margin-bottom: 0.25em;
}

#wrapper > section .notes li:last-child {
  margin-bottom: 0;
}

#wrapper > section .notes a {
  position: relative;
  padding: 0.25em 0.25em;
  color: #666666 !important;
  transition: all 0.5s;
}

#wrapper > section .notes a[target*="_blank"]::after {
  font-family: 'icomoon';
  content: "\e902";
  line-height: 1;
  padding-left: 0.25em;
  font-weight: normal;
}

/*768px以上*/
@media only screen and (min-width: 768px) {
  #wrapper > section .br-xs {
    display: none;
  }
  #wrapper > section .br-sm {
    display: inline-block;
  }
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  #wrapper > section .br-sm {
    display: none;
  }
  #wrapper > section .br-md {
    display: inline-block;
  }
  #wrapper > section .notes {
    font-size: 1.3rem;
  }
  #wrapper > section .notes a:hover,#wrapper > section .notes a:focus {
    color: #ffffff !important;
    background: #666666 !important;
  }
}

/*1024px以上1336px未満*/
@media only screen and (min-width: 1024px)  and (max-width: 1365px) {
  #wrapper > section .notes {
    font-size: 1.023622vw;
  }
}

/*1366px以上*/
@media only screen and (min-width: 1366px) {
  #wrapper > section .br-md {
    display: none;
  }
  #wrapper > section .br-lg {
    display: inline-block;
  }
}

/*1550px以上*/
@media only screen and (min-width: 1550px) {
  #wrapper > section .br-lg {
    display: none;
  }
  #wrapper > section .br-xl {
    display: inline-block;
  }
}


/*-----------------------------------------------------
  Pagenation
-----------------------------------------------------*/
#wrapper .pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

#wrapper .pagenation li {
  height: 30px;
  width: 30px;
  margin: 0 5px;
}

#wrapper .pagenation li a {
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  font-family: Lora, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #b5b2b2;
  border-radius: 15px;
  background: #ffffff;
  font-size: 1.2rem;
}

#wrapper .pagenation li.navi-pc {
  display: none;
}

#wrapper .pagenation li.navi-prev a {
  background: url("../img/cmn/cmn_btn_prev.png") no-repeat 50% 50%;
  background-size: contain;
}

#wrapper .pagenation li.navi-next a {
  background: url("../img/cmn/cmn_btn_next.png") no-repeat 50% 50%;
  background-size: contain;
}

#wrapper .pagenation li.navi-prev a span,
#wrapper .pagenation li.navi-next a span {
  height: 0;
  overflow: hidden;
  padding-top: 30px;
  display: block;
}

#wrapper .pagenation li.navi-current a {
  color: #937c3e;
  background: #ffea45;
}

/*768px以上*/
@media only screen and (min-width: 768px) {
  #wrapper .pagenation li.navi-pc {
    display: block;
  }
  #wrapper .pagenation li, #wrapper .pagenation li a {
    width: 25px;
    height: 25px;
  }
}

/*1280px以上*/
@media only screen and (min-width: 1280px) {
  #wrapper .pagenation li, #wrapper .pagenation li a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 1.8rem;
  }
}


/*-----------------------------------------------------
  Entry Pager
-----------------------------------------------------*/
.entry-pager {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  position: relative;
}

.entry-pager li:not(.back-list) {
  line-height: 1.25;
  margin-bottom: 30px;
  min-height: 20px;
}

.entry-pager li:not(.back-list) a {
  text-decoration: none;
  color: #523e07;
  font-family: "Klee One";
  font-weight: 600;
  min-height: 20px;
  display: flex;
  align-content: center;
}

.entry-pager .prev a {
  background: url(../img/cmn/cmn_btn_prev.png) no-repeat left 50%;
  background-size: 15px 15px;
  text-align: left;
  padding-left: 18px;
}

.entry-pager .next a {
  background: url(../img/cmn/cmn_btn_next.png) no-repeat right 50%;
  background-size: 15px 15px;
  text-align: right;
  padding-right: 18px;
}

.entry-pager .back-list {
  width: 100%;
  display: flex;
  align-content: center;
}
.entry-pager .back-list > p {
  width: 100%;
}

/*768px以上*/
@media only screen and (min-width: 768px) {
  .entry-pager li:not(.back-list) {
    margin-bottom: 0;
  }
  .entry-pager .prev, .entry-pager .next {
    min-height: 45px;
  }
  .entry-pager .back-list {
    width: 30%;
    position: absolute;
    top: 0;
    left: calc(50% - 150px);
  }
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  .entry-pager .prev, .entry-pager .next {
    min-height: 50px;
  }
}




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

  SNS

-----------------------------------------------------*/
#sns {
  width: 100%;
  padding: 25px 0 40px 0;
  background: #ffffff;
  font-size: 1.0rem;
  font-family: "Lora", serif;
  order: 4;
}

#sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#sns ul li, #sns ul li a {
  display: flex;
  height: 30px;
  align-items: center;
  align-self: center;
}

#sns ul li a {
  color: #b9b7b7;
  text-decoration: none;
}

#sns ul li.instagram {
  padding-left: 20px;
  background: url("../img/cmn/cmn_icon_instagram.svg") no-repeat left top;
  background-position: 0 50%;
  background-size: 20px 20px;
}

#sns ul li.instagram > ul li {
  padding-left: 5px;
}

#sns ul li.minne {
  padding-left: 20px;
}

#sns ul li.minne a {
  padding-left: 30px;
  background: url("../img/cmn/cmn_icon_minne.svg") no-repeat left top;
  background-position: 0 50%;
  background-size: 20px 20px;
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  #sns {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 150;
    width: 35px;
    height: 100vh;
    padding: 0;
    background: #ffffff;
    order: 0;
  }
  #sns > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #sns > .inner ul, #sns ul li, #sns ul li a {
    width: 20px;
    height: auto;
    flex-direction: column;
  }
  #sns > .inner > ul {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
  }
  #sns ul li a {
    padding: 10px 0 0 0;
    writing-mode: vertical-rl;
  }
  #sns ul li a:hover {
    color: #523e07;
  }
  #sns ul li.instagram {
    padding: 20px 0 0 0;
    background-position: 50% 0;
  }
  #sns ul li.instagram > ul li {
    padding-left: 0;
  }
  #sns ul li.minne {
    padding: 30px 0 0 0;
  }

  #sns ul li.minne a {
    padding: 30px 0 0 0;
    background-position: 50% 0;
  }
}



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

  Pagenation

-----------------------------------------------------*/
.pagination {
  margin-top: 50px;
}
.pagination ul {
  display: flex;
  width: 100%;
  justify-content: center;
}

.pagination ul li {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 7.5px;
  overflow: hidden;
}

.pagination ul li a {
  text-decoration: none;
}

.pagination ul li > .page, .pagination ul li > span {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #ffffff;
  color: #b5b2b2;
  font-family: "Lora", serif;
  justify-content: center;
  align-items: center;
}

.pagination ul li > .current {
  background: #ffea45;
  color: #937c3e;
}

.pagination ul li > .previouspostslink, .pagination ul li > .nextpostslink {
  display: block;
  width: 30px;
  height: 0;
  padding: 30px;
}

.pagination ul li > .previouspostslink {
  background: url("../img/cmn/cmn_btn_prev.png") top left;
  background-size: 30px 30px;
}

.pagination ul li > .nextpostslink {
  background: url("../img/cmn/cmn_btn_next.png") top left;
  background-size: 30px 30px;
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  .pagination ul li {
    width: 40px;
    height: 40px;
  }
  .pagination ul li > .page, .pagination ul li > span {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .pagination ul li > .previouspostslink, .pagination ul li > .nextpostslink {
    width: 40px;
    padding: 40px;
    background-size: 40px 40px;
  }
}



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

  Footer

-----------------------------------------------------*/
footer {
  width: 100%;
  padding: 0 0 35px 0;
  background: #ffffff;
  font-size: 1.0rem;
  font-family: "Lora", serif;
  order: 5;
}

/*1024px以上*/
@media only screen and (min-width: 1024px) {
  footer {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 35px;
    padding: 0;
    background: none;
    order: 0;
  }
  footer .inner {
    display: flex;
    height: 35px;
    justify-content: center;
    align-items: center;
  }
}

