/* * {
  outline: 2px red solid; 
} */

a {
  color: #666;
}


body {
  color: #333;
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,HelveticaNeue,游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,Hiragino Sans,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,sans-serif;
    letter-spacing: 0em;
}

.entry-content p {
    font-size: 13px;
    font-weight: 300;
    line-height: 2.3em;
}


.container {
    max-width: 900px;
}

.container-main {
    width: 100%;
    border: none;
}

.entry {
  box-shadow: none;
}

.container-sub {
  width: 100%;
}

.main_inner {
    padding: 0 15px;
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.main_inner_single {
    padding-top: 60px;/*singleページ*/
}
@media screen and (max-width: 767px) {
    .main_inner_single {
        padding-top: 40px;/*singleページ*/
    }
}



/*パンくずリスト*/
.main_breadcrumb_box {
    width: 100%;
    padding: 0;
    background: #fff;
}
.main_breadcrumb {
    padding: 10px 15px 0 15px;
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.main_breadcrumb ul {
    margin: 10px 0 0 0;
    font-weight: 300;
    width: 100%;
    padding: 0;
}
.main_breadcrumb li:last-child::after {
  content: none;
  display: none;
}
.main_breadcrumb li a:hover {
  text-decoration: underline;
}

.main_breadcrumb li::after {
  vertical-align: 2px;
  margin-left: 5px;
  margin-right: 5px;
  content: '';
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

/*新ブログ・商品ページ*/
.main_blog {
    background: #f9fafb;
}
.main_h1 {
    margin: 36px 0 0 0;
    padding: 0;
    font-size: 36px;
    font-weight: bold;
}
.main_h1-2 {
    margin: 40px 0 10px 0;
}
.main_sub {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 20px 0 30px 0;
}
@media screen and (max-width: 640px) {
    .main_h1 {
        font-size: 22px;
    }
    .main_sub {
        text-align: center;
        font-size: 14px;
        line-height: 1.2em;
        margin: 20px 0 20px 0;
    }
}

@media screen and (min-width: 490px) {.br_main_sub {display: none;}}

.main_cont_l {
    width: 66%;
    float: left;
}
.main_cont_r{
    width: 30%;
    float: right;
}
@media screen and (max-width: 1023px) {
    .main_cont_l {
        width: 100%;
    }
    .main_cont_r{
        width: 100%;
    }
}

/*記事*/
.main_cont_box {
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 2px 2px 4px #e0e0e0;
    border-radius: 12px;-webkit-border-radius: 12px;-moz-border-radius: 12px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.main_cont_box_r {
    width: 67%;
    float: right;
    padding: 22px 20px;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .main_cont_box_r {
        border-radius: 0px 12px 12px 0px;-webkit-border-radius: 0px 12px 12px 0px;-moz-border-radius: 0px 0px 12px 12px;
    }
}
@media screen and (max-width: 767px) {
    .main_cont_box {
        padding: 36% 0 0 0;
        background-position: center center;

    }
    .main_cont_box_r {
        width: 100%;
        padding: 22px 20px;
        background: #fff;
        border-radius: 0px 0px 12px 12px;-webkit-border-radius: 0px 0px 12px 12px;-moz-border-radius: 0px 12px 12px 0px;
    }
}

/*記事カテゴリ*/
.post-categories {
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: flex;
	flex-wrap: wrap;
	width: auto;
    list-style: none;
    text-align: center;
}
.post-categories li {
    margin: 0 6px 10px 0 !important;
    padding: 3px 10px !important;
    font-size: 12px !important;
    font-weight: bold;
    width: auto !important;
    text-align: center !important;
    background: #ded4bc;
    border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;
}

.main_cont_h2 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
    width: 100%;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
/*記事詳細の一部*/
.main_cont_details {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.5em;
}

/*続きを読む*/
.main_cont_next {
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 15px;
    font-weight: bold;
}
.main_cont_next a {
    color: #ded4bc;
}

/*シングル記事*/
.entry {
    width: 100%;
    padding: 0 30px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}

.entry-title {
    width: 100%;
    padding: 20px 0 0 0;
}
.entry h2 {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 6px 0;
    margin: 30px 0 20px 0;
    border-bottom: 4px solid #ded4bc;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.entry h3 {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 4px 14px;
    margin: 20px 0;
    border-left: 4px solid #ded4bc;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.entry h4 {
    width: 100%;
    margin: 20px 0 0 0;
}
.entry p {
    width: 100%;
    margin: 5px 0 15px 0;
}
strong {
   font-weight: bold !important; 
}
.entry img {
    margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .entry-title {
    padding: 10px 30px 10px 0;
  }
}
@media screen and (max-width: 767px) {
    .entry img {
        margin: 20px 0;
    }
    .entry h2 {
        font-size: 18px;
    }
    .entry h3 {
        font-size: 18px;
        padding: 0 0 4px 14px;
    }
}


/*最近の記事・人気の記事*/
.main_post_box {
    width: 100%;
    padding: 22px 20px;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 2px 2px 4px #e0e0e0;
    border-radius: 12px;-webkit-border-radius: 12px;-moz-border-radius: 12px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.main_h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 14px;
    border-left: 4px solid #ded4bc;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.main_post_box_ul {
    margin: 13px 0 0 0;
    padding: 0;
    width: 100%;
}
.main_post_box_ul li {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
    border-bottom: 1px dotted #000;
    text-align: justify;text-justify: inter-ideograph;
}
.main_post_box_ul li:last-child {
     border-bottom: none;
}


.entry ul {
    margin: 0;
}
.entry ul li {
    width: 100%;
    padding: 5px 0 0 15px;
    border: none;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    background: url(../../img/entry_ul.svg) no-repeat top 12px left/ 9px auto;
}
.entry ul li a {
    border: none;
}


.share {
    width: 100%;
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
}
.share00, .share01, .share02, .share03, .share04 {
    float: left;
}
.share01, .share02, .share03, .share04 {
    margin: 0 0 0 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.share01:hover, .share02:hover, .share03:hover, .share04:hover {
    opacity: 0.6;filter: alpha(opacity=60);
}
.h-container {
    display: flex;
    align-items: center;
    gap: 2px; /* 要素間の間隔 */
}
.share01 {
    background: url(../../img/sns_x.svg) no-repeat center center/ 24px auto, #ccc;
}
.share02 {
    background: url(../../img/sns_f.svg) no-repeat center center/ 10px auto, #ccc;
}
.share03 {
    background: url(../../img/sns_i.svg) no-repeat center center/ 20px auto, #ccc;
}
.share04 {
    background: url(../../img/sns_c.svg) no-repeat center center/ 20px auto, #ccc;
}
.share01:hover {
    background: url(../../img/sns_x.svg) no-repeat center center/ 24px auto, #eaeaea;
}
.share02:hover {
    background: url(../../img/sns_f.svg) no-repeat center center/ 10px auto, #eaeaea;
}
.share03:hover {
    background: url(../../img/sns_i.svg) no-repeat center center/ 20px auto, #eaeaea;
}
.share04:hover {
    background: url(../../img/sns_c.svg) no-repeat center center/ 20px auto, #eaeaea;
}

.share_bottom {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding: 40px 0 20px 0;
}


/*ページングナビ*/
.pagination {
	display: flex;
	justify-content: center;
}
.nav-links{
	display: flex;
}
.page-numbers {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 12px;
	color: #666666;
	border-radius: 3px;
	background: #ffffff;
    font-size: 15px;
}
.page-numbers.current {
	padding: 5px 12px;
	background: #ded4bc;
	color: #ffffff;
}
.page-numbers.prev,
.page-numbers.next {
	background: transparent;
	box-shadow: none;
	border: none;
	color: #666666; 
}
.page-numbers.dots {
	background: transparent;
	box-shadow: none;
	border: none;
	color: #666666; 
}
/* レスポンシブデザインのためのメディアクエリ */
@media screen and (max-width: 600px) {
.page-numbers,
.page-numbers.current    {
     padding:5px 10px; /* パディングを小さく */
  }
}
@media screen and (max-width: 566px) {
    .navigation .prev, .navigation .next {
        display: none;
    }
}



/*シングルページ下部お問い合わせ*/
.main_contact {
    width: 100%;
    padding: 40px 15px 60px 15px;
    background: #fff;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.main_contact .entry-title {
    text-align: center;
}
.main_contact .cap {
    width: 100%;
    font-size: 17px;
    text-align: center;
    line-height: 1.4em;
}
.main_contact .btn_box {
    max-width: 350px;
    width: 100%;
    margin: 30px auto 0 auto;
}
.main_contact .btn {
    width: 100%;
    font-size: 17px;
    text-align: center;
    line-height: 3.4em;
    background: #ded4bc;
    border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
}
.main_contact .btn a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
}

.meta-date {
  margin-right: 0px;
  font-size: 11px;
}


.entry-content h2 {
    border-bottom: 2px solid #d3c6a6;
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 1.4em;
}
.entry-content h3 {
    border-left: 3px solid #d3c6a6;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
}


.entry-content > ul li::before {
  background: #8e8e91;
}

.entry-content {
  padding: 0;
  color: #333;
}

.entry-content ul li {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 10px;
}
.entry-content ul li a:hover {
    text-decoration: underline;
}

.container-sub_title {
    border-bottom: 3px solid #d3c6a6;
    padding: 14px 0;
}
.subnav li a:hover {
    color: #f2b429;
}



.subnav_item_title {
    font-weight: 300;
    font-size: 13px;
}
.subnav-cate li {
    font-weight: 300;
    font-size: 13px;
    border: 1px solid #333;
    display: inline-block;
    width: auto;
}
.subnav-cate li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.subnav-cate li a:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
}







.container-sub {
  margin-left: 0px;
}
.container-sub h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    border-bottom: 2px solid #d3c6a6;
}



/*ブログリストページタイトル*/
/*
.titleStyle03 {
  background: #bfdc9a;
}
.fontStyle01 {
  color: #53801b;
}
*/

/*アイキャッチ*/
/*
.entry-img {
    width: 100%;
    background: #bfdc9a;
    padding: 15px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .entry-img {
        padding: 5px;
    }
}
*/




br {
 content: "";
 display: block; 
 margin-bottom: 1em;
}

dd {
  font-size: 12px;
  margin: 0 0 32px;
}

dd:last-child {
  margin: 0;
}

dl {
  margin: 32px auto 0;
  padding-bottom: 80px;
  width: 80%;
}

dt {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
  position: relative;
}

dt::before {
  background: #333;
  content: "";
  display: inline-block;
  height: 5px;
  margin: 4px 2px 0 0;
  vertical-align: top;
  width: 5px;
}


/*
h1 {
  font-size: 24px;
  text-align: center;
}

h2, h3, h4, h5 {
  letter-spacing: .2em;
  width: 90%;
}

h2 {
  font-size: 18px;
  line-height: 32px;
  padding-top: 80px;
  margin: 0 auto;
}

h3 {
  font-size: 16px;
  line-height: 27px;
  margin: 0 auto 24px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 32px auto 16px;
}

h5 {
  font-size: 14px;
  margin: 14px auto 12px;
}
*/

img {
  height: 100%;
  width: 100%;
}

/*
ul {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: .1em;
  margin: 0 auto;
  width: 90%;
}
li {
  letter-spacing: .1em;
  line-height: 1.5em;
  padding: 0 .5em 1em .5em;
}


p {
  color: #666;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 2.25em;
  margin: 0 auto 32px;
  width: 90%;
}
*/

strong {
  font-weight: 400;
}

details {
  padding-bottom: 32px;
}

details .details-content {
  padding-top: 1rem
}
 
summary {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  max-width: 900px;
  padding-bottom: 16px;
  position: relative;
  width: 90%;
}
 
summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: "";
  position: absolute;
  top: -16px;
  bottom: 0;
  left: 80px;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ded4bc;
  border-right: 2px solid #ded4bc;
  transform: rotate(135deg);
  transition: transform 0.2s ease-in;
}
 
details[open] summary {
  border-bottom: .5px solid #333;
}
 
details[open] summary::before {
  transform: rotate(-45deg);
}

details[open] .details-content {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

details h4 {
  display: inline;
}

.details-prefecture {
  padding-bottom: 0;
}

.details-bottom {
  padding-bottom: 80px;
}

.asterisk {
  padding-left: 1.2em;
}

.asterisk::before {
  content: "※";
  margin-left: -1.2em;
}

.black-bg {
  background: rgb(0, 0, 0, .5);
}

.block {
  display: block;
}

.body-in {
  position: relative;
}



.dark-bg {
  background: #333;
}

.flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.flex-reverse {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.font-size-down {
  font-size: .9em;
}

.font-small {
  font-size: 12px !important;
}

.font-very-small {
  font-size: 10px !important;
}

.font-dark {
  color: #333;
}

.font-white {
  color: #fff;
}

.grayge-bg {
  background: #F2EBE0;
}

.new-line {
  display: inline-block;
}

.no-space-bottom {
  margin-bottom: 0 !important;
}

.no-space-top {
  padding-top: 0 !important;
}

.pattern-bg {
  background: no-repeat url(../img/common/pattern-bg.webp);
  background-position: center;
  background-size: cover;
}

.scarlet {
  color: #f88379;
}

.section-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 80px !important;
}

.space-left {
  margin-left: .5em;
}

.space-updown {
  display: inline-block;
  margin: 1.5em 0;
}

.space-top {
  margin-top: 0 !important;
  padding-top: 80px !important;
}

.space-top-min {
  margin-top: 0;
  padding-top: 1em;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.subtitle {
  color: #999;
  /*font-family: Libre Caslon Text,serif;*/
  font-size: 12px;
  line-height: 16px;
  margin-top: 0;
}

.subtitle-button {
  display: inline-block;
  /*font-family: Libre Caslon Text,serif;*/
  font-size: 12px;
}

.text-right {
  text-align: right;
}

.transparent-bg {
  background: rgb(255, 255, 255, .8);
}

.vertical-line {
  background: #666;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.vertical-line-set {
  position: relative;
}

.white-bg {
  background: #fff;
}

.white-bg-harf {
  background: rgba(255, 255, 255, .5);
}


/* button */
.link-button a {
  align-items: center;
  border: 1px solid #999;
  border-radius: 3px;
  display: flex;
  font-weight: 500;
  justify-content: space-around;
  margin: 60px auto 0;
  max-width: 280px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s ease-in-out;
}

.link-button a:after {
  align-items: center;
  border-right: solid 2px currentColor;
  border-top: solid 2px currentColor;
  bottom: 0;
  content: "";
  display: flex;
  font-size: 90%;
  height: 6px;
  justify-content: center;
  position: absolute;
  right: 2rem;
  top: 50%;
  transition: right 0.3s;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
}

.link-button a:hover {
  background: #D9C69B;
  color: #fff;
}
.link-button a:hover:after {
  right: 1.4rem;
}
/* button */

/* delay */
.delay {
  animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
/* delay */

/* scroll */
.scroll-fade {
  transition: .8s ease-in-out;
  opacity: 0;
}

.scroll-fade.on {
  opacity: 1.0;
}

.scroll-left {
  transform: translateX(-50px);
  transition: 1s ease-in-out;
  opacity: 0;
}

.scroll-left.on {
  transform: translateX(0);
  opacity: 1.0;
}

.scroll-right {
  transform: translateX(50px);
  transition: 1s ease-in-out;
  opacity: 0;
}

.scroll-right.on {
  transform: translateX(0);
  opacity: 1.0;
}

.scroll-up {
  transform: translateY(50px);
  transition: 1s ease-in-out;
  opacity: 0;
}

.scroll-up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/* scroll */

/* top-nav */
.header-inner {
  background: #FFF;
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-inner img {
  height: 50px;
  left: 5%;
  position: fixed;
  width: 100px;
}

.nav-toggle {
  display: block;
  height: 1.5rem;
  margin: 13px 0 13px 90%;
  position: relative;
  width: 1.75rem;
  z-index: 999;
}

.nav-toggle span {
  background-color: #333;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .5s, opacity .5s;
  width: 100%;
}

.nav-toggle span:nth-child(1) {
  top: 0;
}

.nav-toggle span:nth-child(2) {
  bottom: 0;
  margin: auto;
  top: 0;
}

.nav-toggle span:nth-child(3) {
  bottom: 0;
}

.nav-toggle.show span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}

.nav-toggle.show span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.show span:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

.nav {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .8s, visibility .8s;
  visibility: hidden;
  width: 100%;
  z-index: 998;
}
.nav ul {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: .1em;
  margin: 30px auto 20px auto;
  width: 100%;
}
.nav li {
  width: 100%;
    letter-spacing: .1em;
  line-height: 1.5em;
  padding: 0 .5em 1em .5em;
    text-align: center;
}
.nav li a {
  width: 100%;
    color: #666;
    letter-spacing: .1em;
  line-height: 1.5em;
}
.nav li:hover {
  opacity: .3;
}
.nav.show {
  opacity: 1;
  visibility: visible;
}
/* top-nav */



/* inquiry */
.inquiry-button {
  align-items: center;
  background: #fff;
  border: solid .5px #333;
  border-radius: 25px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  font-size: 12px;
  height: 35px;
  justify-content: center;
  left: 0;
  margin: auto;
  opacity: 0.8;
  position: fixed;
  right: 0;
  text-align: center;
  width: 50%;
  z-index: 2;
}

.inquiry-button:hover {
  opacity: .3;
  transition: ease .3s;
}

.inquiry-button span::before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin: 4px 2px 0 0;
  vertical-align: top;
  width: 5px;
}

.inquiry-button span::after {
  background: no-repeat url(../img/top/sotorie-logo-black.svg);
  background-position: center;
  content: "";
  display: inline-block;
  height: .7em;
  width: 3em;
}
/* inquiry */

/* pagetop */
.pagetop-button {
  align-items: center;
  background: #fff;
  border: solid .5px #333;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 35px;
  justify-content: center;
  opacity: 0.7;
  position: fixed;
  right: 20px;
  width: 35px;
  z-index: 2;
}

.pagetop-button:hover {
  opacity: .3;
  transition: ease .3s;
}

.pagetop-button-arrow {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  display: block;
  height: 10px;
  margin: auto;
  transform: translateY(20%) rotate(-45deg);
  width: 10px;
}
/* pagetop */






/* お問い合わせ */
.nav {
  color: #333;
  overflow-y: scroll;
}

.nav a {
  color: #333;  
}

.nav-inq {
  background: rgba(211, 198, 166, .6);
  border: 3px solid #333;
  border-radius: 10px;
  box-shadow: 2px 2px 4px #CCC;
  margin:  34px auto 0;
  max-width: 300px;
  text-align: center;
  width: 80%;
    line-height: 2.6em;
}

.nav-inq-none {
  font-size: 14px;
  font-weight: 400;
  line-height: 0;
  margin: 0 auto;
  padding-top: 26px;
}

.nav-inq-p {
  color: #35322a;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto;
  padding-bottom: 10px;
}

.nav-img img {
  display: block;
  height: auto;
  margin: 10px auto;
  position: unset;
  width: 180px;
}

.nav-img-p {
  font-size: 16px;
  margin: 1em auto 0;
  text-align: center;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.nav-tel-p {
  font-size: 14px;
  line-height: 1.2em;
  margin: 1em auto 0em;
  text-align: center;
}

.nav-tel-no {
  font-size: 32px;
  margin: 4px auto;
  max-width: 300px;
  padding: 0;
  text-align: center;
}
/* お問い合わせ */

/* inquiry */
.inquiry-button {
  background: #f3be72;
  border: solid .5px #fff;
  color: #000;
  opacity: 0.9;
}

/* scroll */
.scroll-fade.on {
  transform: translateX(0);
  opacity: 1.0;
}
/* scroll */

/* 共通 */
.margin90 {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}

.mincho {
  /*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
}

.quillgray {
  background: #d8d7d5;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right!important;
}

.block-right {
  margin-right: auto;
}

.small {
  font-size: .8em;
}

.col {
  align-items: flex-end;
  flex-direction: column;
}

.col-rev {
  flex-direction: column-reverse;
}

.row-rev {
  flex-direction: row-reverse;
}

.margin0 {
  letter-spacing: normal;
  margin: 0;
  padding: 0!important;
}

.opacity6 {
  opacity: .6;
}

.akaroa {
  background: #d3c6a6;
}

.macaroniandcheese {
  background: #ffb584;
}

.merino {
  background: #f4f1e9;
}

.rockblue {
  background: #a6b3d3;
}

.satinlinen {
  background: #e9e3d3;
}

.timberwolf {
  background: #d9d6ce;
}

.wildsand {
  background: #f6f5f4;
}

.fuchidori {
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.kurofuchidori {
  text-shadow:1px 1px 0 #333, -1px -1px 0 #333,
              -1px 1px 0 #333, 1px -1px 0 #333,
              0px 1px 0 #333,  0-1px 0 #333,
              -1px 0 0 #333, 1px 0 0 #333;
}

.vertical-r {
  writing-mode: vertical-rl;
}

.width90 {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}

.width255 {
  margin: 0 auto;
  width: 255px;
}

.ephesis-regular {
  /*font-family: "Ephesis", cursive;*/
  font-weight: 400;
  font-style: normal;
}

.blcok {
  display: block;
}
/* 共通 */




/* footer */
footer {
  background-color: #333;
  color: #999;
}
footer h2 {
  letter-spacing: .2em;
  width: 90%;
  font-size: 18px;
  line-height: 32px;
  padding-top: 80px;
  margin: 0 auto;
}
footer p {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 2.25em;
  margin: 0 auto 32px;
  width: 90%;
}

footer ul {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: .1em;
  margin: 0 auto;
  width: 90%;
}
footer ul li {
  letter-spacing: .1em;
  line-height: 1.5em;
  padding: 0 .5em 1em .5em;
}

.footer-sns {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 32px auto 40px;
  width: 35%;
}

.footer-sns img {
  height: auto;
  padding: 0 20px;
  width: 70px;
}

.footer-sns img:hover {
  opacity: .3;
  transition: .3s;
}

.footer-logo {
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  width: 80%;
}

.footer-logo img {
  padding: 0 20px;
  width: 150px;
}

.footer-logo img:first-child {
  border-right: .5px solid #999;
}

.footer-menu {
  margin: 0 auto 16px;
  width: 80%;
}

.footer-menu a {
  color: #999;
}

.footer-menu a:hover {
  color: #fff;
  transition: .3s;
}

.footer-menu li {
  padding-bottom: 6px;
}

.footer-menu ul {
  display: inline;
  font-size: 10px;
}

.story h2 {
  color: #ccc;
  font-size: 14px;
  padding-top: 80px;
  margin-bottom: 16px;
}

.story p {
  color: #ccc;
  font-size: 12px;
  margin-bottom: 16px;
}

.story-text-bottom {
  margin-bottom: 80px;
}
/* footer */

/* pc */
@media screen and (min-width: 768px) {
  h2, h3, h4, h5, p, ul, dl {
    max-width: 900px;
  }

  .pc-none {
    display: none !important;
  }

  .footer-wrap {
    display: flex;
    margin: 120px auto 40px;
    max-width: 900px;
    width: 80%;
  }

  .footer-logo {
    justify-content: flex-end;
    margin-bottom: 0;
    max-width: 900px;
  }

  .footer-logo img {
    padding: 0 0 0 20px;
    width: 200px;
  }

  .footer-logo img:first-child {
    padding-right: 20px;
  }

  .footer-sns {
    justify-content: start;
    margin: 0;
  }

  .footer-sns img {
    padding: 0 20px 0 0;
    width: 50px;
  }

  .footer-menu {
    width: auto;
  }

  .footer-menu ul{
    display: flex;
    justify-content: flex-end;
  }

  .copyright {
    margin: 0 auto;
    text-align: right;
    width: 80%;
  }
}
.copyright {
  color: #A5A5A5;
  font-size: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-align: right;
  width: 100%;
}
/* pc */

.clearfix {clear: both;}