@charset "UTF-8";

/*============================================================
font-face
============================================================*/

@font-face {
  font-family: 'YakuHanMP';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/YakuHanMP/YakuHanMP-Light.woff2') format('woff2'),
  url('fonts/YakuHanMP/YakuHanMP-Light.woff') format('woff'),
  url('fonts/YakuHanMP/YakuHanMP-Light.eot');
}
@font-face {
  font-family: 'YakuHanMP';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/YakuHanMP/YakuHanMP-Regular.woff2') format('woff2'),
  url('fonts/YakuHanMP/YakuHanMP-Regular.woff') format('woff'),
  url('fonts/YakuHanMP/YakuHanMP-Regular.eot');
}
@font-face {
  font-family: 'YakuHanMP';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/YakuHanMP/YakuHanMP-Medium.woff2') format('woff2'),
  url('fonts/YakuHanMP/YakuHanMP-Medium.woff') format('woff'),
  url('fonts/YakuHanMP/YakuHanMP-Medium.eot');
}
@font-face {
  font-family: 'YakuHanMP';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/YakuHanMP/YakuHanMP-Bold.woff2') format('woff2'),
  url('fonts/YakuHanMP/YakuHanMP-Bold.woff') format('woff'),
  url('fonts/YakuHanMP/YakuHanMP-Bold.eot');
}

/*============================================================
reset
============================================================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}

/*============================================================
base
============================================================*/

html {
  height: 100%;
  min-height: 100%;
  overflow: auto;
}

body {
  background: #f6f3ea;
  font-family: "YakuHanMP", "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", "YuMincho" , serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2px;
  color: #333;
  position: relative;
  -webkit-font-feature-settings: 'palt' 1; /*for Android 4.4*/
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
  /*background-attachment: fixed;*/
}

main {
  overflow-x: hidden;
  display: block;
}

h1, h2, h3, h4, h5, th {
  font-weight: 400;
}

p,li,dd,td {
  text-align: justify;
	text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  word-break: break-all;
}

.underline {
  text-decoration: underline;
}

.blank {
  position: relative;
}

.blank::after {
  background: url(../images/common/icon-blank.png) no-repeat center / contain;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto 0 auto 8px;
  position: absolute;
  top: 0;
  bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

.object-fit-img img,
.img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* スマホのみ横スクロール */
.scroll-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.scroll-list::after {
  display: block;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  /*content: "← 左右にスクロールできます →";*/
}

/* iOS初期仕様解除 */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

*:focus {
  outline: none;
}

/* テキストハイライト */
*::selection {
  background: #000;
  color: #fff;
}
*::-moz-selection {
  background: #000;
  color: #fff;
}

/*============================================================
汎用クラス
============================================================*/

section {
  overflow: hidden;
}

.inner {
  width: 100%;
  padding: 50px 20px;
  position: relative;
}

.sp {
  display: inline-block;
}

.pc {
  display: none !important;
}

.pcbr {
  display: none;
}

.spbr {
  display: inline;
}

.center,
.spCenter {
  text-align: center;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.spRight {
  float: right;
}

.spLeft {
  float: left;
}

.indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.6;
  display: block;
}

.notice {
  font-size: 13px;
  line-height: 1.6;
}

.indent-list > li {
  padding-left: 1.5em;
}

.indent-list > li > .mark {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  padding-right: 0;
  font-weight: normal;
}

.hide,
.logo a,
#about .outline .logo {
  width: 0;
  height: 0;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.smb3   {margin-bottom:3px !important;}
.smb5   {margin-bottom:5px !important;}
.smb10  {margin-bottom:10px !important;}
.smb15  {margin-bottom:15px !important;}
.smb20  {margin-bottom:20px !important;}
.smb25  {margin-bottom:25px !important;}
.smb30  {margin-bottom:30px !important;}
.smb35  {margin-bottom:35px !important;}
.smb40  {margin-bottom:40px !important;}
.smb50  {margin-bottom:50px !important;}
.smb60  {margin-bottom:60px !important;}

.smt3   {margin-top:3px !important;}
.smt5   {margin-top:5px !important;}
.smt10  {margin-top:10px !important;}
.smt15  {margin-top:15px !important;}
.smt20  {margin-top:20px !important;}
.smt25  {margin-top:25px !important;}
.smt30  {margin-top:30px !important;}
.smt35  {margin-top:35px !important;}
.smt40  {margin-top:40px !important;}
.smt50  {margin-top:50px !important;}
.smt60  {margin-top:60px !important;}

.smr3   {margin-right:3px !important;}
.smr5   {margin-right:5px !important;}
.smr10  {margin-right:10px !important;}
.smr15  {margin-right:15px !important;}
.smr20  {margin-right:20px !important;}
.smr25  {margin-right:25px !important;}
.smr30  {margin-right:30px !important;}
.smr35  {margin-right:35px !important;}
.smr40  {margin-right:40px !important;}

.sml3   {margin-left:3px !important;}
.sml5   {margin-left:5px !important;}
.sml10  {margin-left:10px !important;}
.sml15  {margin-left:15px !important;}
.sml20  {margin-left:20px !important;}
.sml25  {margin-left:25px !important;}
.sml30  {margin-left:30px !important;}
.sml35  {margin-left:35px !important;}
.sml40  {margin-left:40px !important;}

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

.column-sp.center {
  justify-content: center;
}

.page-title {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 20px;
  position: absolute;
  left: 20px;
  top: 280px;
}

.sec-title {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 4px;
  margin-bottom: 20px;
  position: relative;
}

.sec-title.tate,
.tate {
  font-size: 30px;
}

.tate {
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", "YuMincho" , serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}

.copy-tate {
  width: 180px;
  height: 200px;
}

.copy-tate h2 span,
.copy-tate p span {
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", "YuMincho" , serif;
  width: 60px;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 10px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  display: inline-block;
  float: right;
  border-left: solid 1px #000;
}

.copy-tate h2 span i,
.copy-tate p span i {
  height: 20px;
  font-style: normal;
  display: inline-block;
}

.title {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

.btn a {
  background: #000;
  width: 200px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
  display: block;
  border-radius: 30px;
}

.btn.border a {
  background: transparent;
  width: 100px;
  color: #000;
  border-bottom: solid 1px #000;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}


/* アコーディオン */
/*.qa.accordion-heading::before {
  content: "Q";
  width: 35px;
  height: 35px;
  font-size: 20px;
  font-weight: 500;
  color: #797878;;
  text-align: center;
  line-height: 35px;
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  margin: auto;
}*/

.ans {
  padding: 0 25px 20px;
}

.ans .txt-blu {
  text-indent: -1.6em;
  text-align: left;
  line-height: 1.6;
  padding: 15px 25px 15px 22px !important;
}

.accordion-icon, .accordion-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.accordion-heading {
  cursor: pointer;
}

.accordion-heading.disable {
  cursor: inherit;
}

/*.accordion-heading span {
  font-weight: 500;
  color: #1579AF;
}*/

/*.accordion li .accordion-icon span {
  background: #ee7959;
}*/

.accordion-icon span:nth-of-type(1) {
  top: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion-heading.active .accordion-icon span:nth-of-type(1) {
  display: none;
}

.accordion-icon span:nth-of-type(2) {
  top: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion-heading.active .accordion-icon span:nth-of-type(2) {
  top: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.accordion-icon span {
  background: #1579AF;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  /*border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;*/
}

.accordion-icon, .accordion-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.faq-list .accordion-heading {
  line-height: 1.6;
  text-indent: -1.7em;
  padding: 15px 50px 15px 45px !important;
  position: relative;
}

/* リスト */
.common-list {
  display: flex;
  flex-wrap: wrap;
}

.common-list dt {
  width: 100%;
  padding: 10px 20px;
  background-color: #C9E5EB;
  color: #1579AF;
  margin: 0;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: center;
}

.common-list dd {
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* slick */
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  box-shadow: none !important;
  background-color: #000 !important;
  opacity: .15;
}

.slick-dots li.slick-active button {
  background: #000 !important;
  opacity: 1;
}

/*============================================================
header
============================================================*/

header {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all .5s;
}

/*header::after {
  content: "";
  background: url(../img/common/header-bg.png) no-repeat center / contain;
  width: 1850px;
  height: 370px;
  position: absolute;
  top: -50px;
  left: -600px;
}
*/
header a {
  display: block;
}

header .logo {
  background: url(../img/common/header-logo.png) no-repeat center / contain;
  width: 70px;
  height: 100px;
  z-index: 1;
  position: relative;
}

header .logo a {
  width: 70px;
  height: 100px;
}

#top header > .logo {
  display: none;
}

header .globalnav .logo {
  background: url(../img/common/header-logo-wht.png) no-repeat center / 100%;
}

/*header .globalnav .logo.is-active {
  background: url(../img/common/header-logo-wht.png) no-repeat center / 100%;
}*/

#head-info.icon-nav {
  display: none;
}

.icon-nav ul li.contact {
  width: 25px;
}

.icon-nav ul li.access {
  width: 17px;
}

.icon-nav ul li.instagram {
  width: 22px;
}

.icon-nav ul li,
.icon-nav ul li a {
  display: flex;
  align-items: center;
}

.btn-menu {
  background: #fff;
  position: fixed;
  top: 10px;
  right: 15px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  align-items: center;
  justify-content: center;
}

.btn-menu > span {
  width: 20px;
  height: 15px;
  position: relative;
}

.btn-menu span span {
  height: 1px;
  width: 20px;
  position: absolute;
  background: #000;
  display: block;
  transition: all .5s;
}

.btn-menu span span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.btn-menu span span:nth-child(3) {
  bottom: 0;
}


.btn-menu.is-color {
  border: solid 1px #000;
}

.btn-menu.is-color span span {
  background: #000;
}

/*.btn-menu.is-color.is-active {
  border: solid 1px #fff;
}
*/
.btn-menu.is-color.is-active span span {
  background: #fff;
}

.btn-menu.is-active span span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}

.btn-menu.is-active span span:nth-child(2) {
  opacity: 0;
}

.btn-menu.is-active span span:nth-child(3) {
  transform: translateY(-50%) rotate(135deg);
  top: 50%;
}

.globalnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: #f6f3ea;
  color: #fff;
  display: none;
}

#nav-bg {
  position: relative;
  align-items: center;
  height: 100%;
}

#nav-bg .img {
  background: url(../img/common/nav-bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
}

#nav-bg .img .txt-wrap {
  width: 120px;
  height: 150px;
  flex-flow: column;
}

#nav-bg .img .logo {
  width: 80px;
  height: 100px;
  margin: 0 auto;
}

#nav-bg .img .logo a {
  width: 80px;
  height: 100px;
}

#nav-bg .img .icon-nav {
  width: 100%;
}

#nav-bg .img .copyright {
  position: absolute;
  bottom: 20px;
  font-size: 11px;
}

#nav-inner {
  width: 340px;
  margin: auto;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  z-index: 2;
}

#nav-inner > a {
  font-size: 16px;
    color: #fff;
    margin: 0 0 40px 15px;
    display: inline-block;
}

#nav {
  padding: 0 15px;
}

#nav li a {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 3px;
  padding: 0 5px;
  border-bottom: solid 1px #fff;
}

#nav li:nth-child(2) a {
  letter-spacing: 15px;
  padding: 0 0 0 10px;
}


#nav2 {
  margin: 30px auto;
}

#nav2 li {
  text-align: center;
}

#nav2 li a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}

#nav2 li:nth-child(-n+4) {
  width: calc(100% / 4);
}

#nav2 li:nth-child(n+5) {
  width: calc(100% / 3);
  margin-top: 10px;
}

#nav2 li:nth-child(5) {
  position: relative;
  left: -15px;
}

#nav2 li:nth-child(1) a {
  letter-spacing: 13px;
}

#nav2 li:nth-child(2) a,
#nav2 li:nth-child(3) a,
#nav2 li:nth-child(5) a {
  letter-spacing: 10px;
}

#nav2 li:nth-child(6) {
  position: relative;
  left: -13px;
}

#nav2 li:nth-child(7) {
  position: relative;
}

#nav3 {
  align-items: center;
  justify-content: center;
}

#nav3 li + li {
  margin-left: 20px;
}

#nav3 li a {
  width: 140px;
  font-size: 14px;
  color: #9b8b68;
  text-align: center;
  letter-spacing: normal;
  padding: 3px 0;
  display: block;
  border: solid 1px #9b8b68;
  border-radius: 20px;
}

#nav3 li i {
  width: 18px;
  height: 18px;
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

/*============================================================
footer
============================================================*/

footer {
  position: relative;
}

footer .inner {
  width: 375px;
  padding: 0px 15px 20px;
  margin: 0 auto;
  align-items: flex-end;
}

footer .logo,
#about .outline .logo {
  background: url(../img/common/footer-logo.png) no-repeat center / contain;
  width: 70px;
  height: 200px;
}

footer .logo {
  position: relative;
  top: -30px;
}

.foot-info {
  flex-direction: row-reverse;
}

.foot-info ul {
  font-size: 13px;
  margin: 60px 40px 0 5px;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}

.foot-info ul li + li {
  margin-right: 10px;
}

.foot-info ul li:first-child {
  font-size: 20px;
}

.foot-info ul li span {
  text-orientation: upright;
}

.foot-info ul li:last-child a {
  padding-left: 5px;
  border-left: solid 1px;
}

.foot-other {
  padding: 0 5px;
  margin-top: 40px;
}

.foot-other .vist {
  font-size: 15px;
  color: #9b8b68;
  letter-spacing: 3px;
  border-bottom: solid 2px #9b8b68;
  padding-bottom: 5px;
}

.foot-other .vist i {
  background: url(../img/common/icon-search.png) no-repeat center / contain;
  width: 25px;
  height: 25px;
  position: relative;
  top: 7px;
  display: inline-block;
  margin-right: 8px;
}

footer .icon-nav {
  width: 120px;
  position: relative;
  top: 0;
  right: 0;
}

.copyright {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 20px;
}

/*============================================================
#top
============================================================*/

.mv {
  position: relative;
}

.mv::after {
  content: "";
  background: url(../img/common/header-bg_sp.png) no-repeat center top / contain;
  width: 700px;
  height: 200px;
  margin: auto;
  position: absolute;
  top: 0;
  left: -180px;
  z-index: -1;
}

.mv .inner {
  height: 330px;
  padding: 0 !important;
}

.mv .inner::before {
  content: "";
  width: 280px;
  height: 280px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .5s;
}

#top .mv .inner {
  height: 700px;
}

#top .mv .inner::before {
  width: 1690px;
  height: 700px;
  left: -300px;
  display: block;
}

#top .mv .inner::before {
  background: url(../img/top/mv.png) no-repeat center / contain;
}

#top .mv .page-title {
  width: 140px;
  height: 150px;
  margin: auto;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
}

#top .mv .scroll {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 450px;
  left: 10px;
  height: 200px;
  border-right: solid 1px #999;
}

#top .lead .title {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 10px;
  margin-bottom: 20px;
}

#top .lead p {
  font-size: 15px;
}

#top .lead p + p {
  margin-top: 10px;
}

#top .lead p:last-child {
  font-size: 18px;
}

.top-heiemon {
  position: relative;
  overflow: visible;
}

.top-heiemon .inner {
  width: 375px;
  margin: 0 auto;
}

.top-heiemon .inner::before {
  content: "";
  background: url(../img/top/heiemon-img.png) no-repeat center / contain;
  width: 450px;
  height: 380px;
  position: absolute;
  right: -210px;
}

.top-heiemon::before {
  content: "";
  background: url(../img/top/heiemon-bg.png) no-repeat center / contain;
  width: 100%;
  height: 575px;
  position: absolute;
  transform: scale(1.5);
  top: -60px;
}

.top-heiemon .txt-wrap {
  width: 140px;
  text-align: center;
  position: relative;
  left: -10px;
  top: -20px;
}

.top-heiemon .txt-wrap .btn {
  margin: 100px 0 0 80px;
}

.top-heiemon .copy {
  width: 70px;
  height: 200px;
  position: absolute;
  right: -200px;
  top: -40px;
}

.top-heiemon .copy p span:first-child {
  float: right;
}

.top-heiemon .copy p span {
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", "YuMincho" , serif;
  background: #fff;
  font-size: 16px;
  /* letter-spacing: 3px; */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  display: inline-block;
  padding: 10px 0 0;
}

.top-heiemon .copy p span i {
  height: 20px;
  font-style: normal;
  display: inline-block;
}

.top-heiemon .info {
  position: relative;
  margin: 60px 0 0;
}

.top-heiemon .info li {
  width: 270px;
  height: 270px;
  display: flex;
  flex-direction: column;
  padding: 40px 30px 40px;
}

.top-heiemon .info li .title {
  font-size: 26px;
  text-align: center;
  letter-spacing: 10px;
  margin-bottom: 5px;
}

.top-heiemon .info li:first-child {
  background: url(../img/top/heiemon-info01-bg.png) no-repeat center / contain;
}

.top-heiemon .info li:last-child {
  background: url(../img/top/heiemon-info02-bg.png) no-repeat center / contain;
  margin: 30px 0 0 50px;
}

.top-heiemon .info li p {
  font-size: 15px;
  line-height: 1.8;
}

.top-heiemon .info .btn {
  width: 120px;
  height: 30px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.top-heiemon .info .btn a {
  width: 120px;
  height: 30px;
  line-height: 30px;
}

.top-think .inner {
  padding: 20px 20px 100px;
}

.top-think .title-wrap {
  width: 260px;
  height: 120px;
  margin: 0 auto;
  position: relative;
}

.top-think .title-wrap::before {
  content: "";
  background: url(../img/brewing/tool-copy-tx.png) no-repeat center / contain;
  width: 160px;
  height: 100px;
  position: absolute;
  z-index: -1;
  left: 50px;
  transform: rotate(50deg);
}

.top-think .copy-tate {
  width: 160px;
}

.top-think .copy-tate p span {
  border-left: none;
}

.sec-diary .inner {
  padding: 50px 0 100px;
}

.sec-diary .title {
  font-size: 24px;
  display: inline-block;
  border-bottom: solid 1px #000;
}

.card-list li {
  width: 300px;
  margin: 0 auto;
}

.card-list li .thumb {
  background: url(../img/diary/noimg.jpg) no-repeat center / contain;
  width: 300px;
  height: 186px;
  position: relative;
}

.card-list li .thumb::before {
  content: "";
  background: url(../img/diary/thumb.png) no-repeat center / cover;
  width: 300px;
  height: 186px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.card-title {
  font-size: 18px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-list li .column {
  letter-spacing: 1px;
  padding: 0 20px;
  justify-content: flex-start;
}

.card-day {
  width: 120px;
  margin-right: 10px;
}

/*============================================================
#think 思う
============================================================*/

#think .mv .inner::before {
  background: url(../img/think/mv_sp.png) no-repeat center / contain;
}

.promise .inner {
  padding: 100px 20px 50px;
}

.promise .title-wrap {
  width: 220px;
  height: 200px;
  z-index: 1;
  margin: 0 auto;
  position: relative;
}

.promise .title-wrap::before {
  content: "";
  background: url(../img/think/promise-copy-tx.png) no-repeat center / contain;
  width: 200px;
  height: 125px;
  position: absolute;
  z-index: -1;
  top: 30px;
}

.promise .sec-title {
  position: absolute;
  right: 0;
}

.promise .title-wrap .copy-tate {
  width: 160px;
  height: 200px;
  padding-top: 10px;
}

.promise .copy-tate p span {
  width: 50px;
  font-size: 26px;
  line-height: 2;
}

.promise .txt-wrap > .title {
  font-size: 20px;
  letter-spacing: 5px;
}

.promise .txt-wrap ul {
  margin-top: 60px;
}

.promise .txt-wrap ul li {
  position: relative;
}

.promise .txt-wrap ul li + li {
  margin-top: 80px;
}

.promise .txt-wrap li:nth-child(odd)::before {
  content: "";
  background: url(../img/think/promise-tx.png) no-repeat center / contain;
  width: 400px;
  height: 250px;
  margin: auto;
  position: absolute;
  top: 0;
  left: -40px;
  right: 0;
  z-index: -1;
}

.promise .txt-wrap li:nth-child(even)::before {
  content: "";
  background: url(../img/history/ayumi-tx.png) no-repeat center / contain;
  width: 400px;
  height: 250px;
  margin: auto;
  position: absolute;
  top: 10px;
  left: -40px;
  right: 0;
  z-index: -1;
}

.kurabito {
  height: 90vw;
  padding-top: 10vw;
  margin-top: 40px;
  overflow: visible;
}

.kurabito .inner {
  padding: 0;
}

.kurabito .inner::before {
  content: "";
  background: url(../img/think/kurabito-title.png) no-repeat center / contain;
  width: 90px;
  height: 140px;
  margin: auto;
  position: absolute;
  top: -80px;
  right: 60px;
  z-index: 1;
}

.kurabito img {
  transform: scale(1.5);
}

/*============================================================
#history 歴史
============================================================*/

#history .mv .inner::before {
  background: url(../img/history/mv_sp.png) no-repeat center / contain;
}

.ayumi .inner {
  padding: 100px 20px 50px;
}

.ayumi .title-wrap {
  width: 150px;
  height: 200px;
  font-size: 30px;
  margin: 0 auto;
  position: relative;
}

.ayumi .title-wrap .title {
  letter-spacing: 5px;
  position: absolute;
  right: 0;
}

.ayumi .copy-tate {
  width: 110px;
  height: 200px;
}

.ayumi .copy-tate p span {
  width: 50px;
  font-size: 26px;
  line-height: 2;
}

.ayumi .title-wrap::before {
  content: "";
  background: url(../img/history/ayumi-copy-tx.png) no-repeat center / contain;
  width: 205px;
  height: 225px;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -30px;
}

.ayumi .column .img {
  width: 335px;
  margin: 50px auto;
}

.ayumi .column .txt-wrap p + p {
  margin-top: 10px;
}

.hensen .inner {
  padding: 50px 20px 80px;
}

.hensen .title-wrap {
  width: 330px;
}

.hensen .title-wrap::before {
  content: "";
  background: url(../img/history/hensen-copy-tx.png) no-repeat center / contain;
  width: 170px;
  height: 140px;
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

.hensen .title-wrap .copy-tate {
  margin: 0 auto;
  width: 60px;
  height: 100px;
  margin-bottom: 50px;
}

.hensen  .copy-tate p span {
  width: 50px;
  font-size: 26px;
  line-height: 2;
}

.hensen .txt-wrap .title {
  font-size: 26px;
  margin-bottom: 20px;
}

.hensen table {
  border-bottom: solid 1px #999;
}

.hensen table tr {
  padding: 10px 0;
}

.hensen table th,
.hensen table td {
  display: block;
}

.hensen table th {
  font-size: 18px;
  text-align: left;
  padding-top: 10px;
  border-top: solid 1px #999 !important;
}

.hensen table td {
  padding-bottom: 10px;
}

.hensen table td.dashed {
  padding-top: 10px;
  border-top: dashed 1px #999;
}

.border-wrap {
  padding: 20px 0;
  border-top: solid 1px #999 !important;
  border-bottom: solid 1px #999 !important;
}

/*============================================================
#brewing 醸す
============================================================*/

#brewing .mv .inner::before {
  background: url(../img/brewing/mv_sp.png) no-repeat center / contain;
}

.flow .inner {
  padding: 100px 20px 50px;
}

.flow .title-wrap {
  width: 150px;
  height: 200px;
  font-size: 30px;
  margin: 0 auto;
  position: relative;
}

.flow .title-wrap .title {
  letter-spacing: 5px;
  position: absolute;
  right: 0;
}

.flow .copy-tate {
  width: 130px;
  height: 200px;
}

.flow .copy-tate span {
  width: 50px;
  font-size: 26px;
  line-height: 2;
}

.flow .title-wrap::before {
  content: "";
  background: url(../img/brewing/flow-copy-tx.png) no-repeat center / contain;
  width: 205px;
  height: 225px;
  position: absolute;
  z-index: -1;
  top: -25px;
  left: -30px;
}

.sozai {
  margin: 50px auto;
}

.sozai .column {
  text-align: center;
  overflow: hidden;
}

.sozai .title {
  background: #f6f3ea;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  margin: 0;
}

.sozai .title::before {
  content: "";
  background: #999;
  width: 200vw;
  height: 1px;
  position: absolute;
  left: -300%;
  top: 50%;
  z-index: -1;
}

.sozai .txt-wrap table th,
.sozai .txt-wrap table td {
  display: block;
}

.sozai table th {
  font-size: 18px;
  text-align: left;
  line-height: 1.8;
}

.sozai .txt-wrap table td {
  padding-bottom: 10px;
}

.flow-list,
.tool-list {
  counter-reset: num;
}

.flow-list li {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.flow-list li + li {
  margin-top: 40px;
}

.flow-list li .img {
  position: relative;
  margin: 0 auto 20px;
}

.flow-list li:nth-of-type(1) .img {
  width: 250px;
}

.flow-list li:nth-of-type(2) .img {
  width: 200px;
}

.flow-list li:nth-of-type(3) .img,
.flow-list li:nth-of-type(3) .img img {
  width: 180px;
}

.flow-list li:nth-of-type(4) .img,
.flow-list li:nth-of-type(4) .img img {
  width: 160px;
}

.flow-list li:nth-of-type(5) .img {
  width: 160px;
}

.flow-list li:nth-of-type(6) .img,
.flow-list li:nth-of-type(6) .img img {
  width: 200px;
}

.flow-list li .txt-wrap .title,
.tool-list li .txt-wrap .title {
  font-size: 22px;
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}

.flow-list li .txt-wrap .title span,
.tool-list li .txt-wrap .title span {
  font-size: 14px;
  margin-left: 10px;
}

.flow-list li .txt-wrap .title::before,
.tool-list li .txt-wrap .title::before {
  background: #000;
  width: 30px;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
  content: counter(num);
  counter-increment: num;
  letter-spacing: -1px;
}

.tool .title-wrap {
  width: 110px;
  height: 200px;
  font-size: 30px;
  margin: 0 auto;
  position: relative;
}

.tool .copy-tate {
  width: 100px;
  height: 200px;
}

.tool .copy-tate span {
  width: 50px;
  font-size: 26px;
  line-height: 2;
  letter-spacing: 5px;
}

.tool .title-wrap::before {
  content: "";
  background: url(../img/brewing/tool-copy-tx.png) no-repeat center / contain;
  width: 205px;
  height: 225px;
  position: absolute;
  z-index: -1;
  top: -25px;
  left: -30px;
}

.tool-list {
  margin: 50px auto;
}

.tool-list li {
  padding: 0 20px;
  position: relative;
}

.tool-list li + li {
  margin-top: 60px;
}

.tool-list li .img {
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
}

.tool-list li:nth-of-type(1) .img img {
  width: 230px;
}

.tool-list li:nth-of-type(2) .img img {
  width: 180px;
}

.tool-list li:nth-of-type(3) .img img {
  width: 110px;
}

.tool-list li:nth-of-type(4) .img img {
  width: 180px;
}

.tool-list li:nth-child(odd)::before {
  content: "";
  background: url(../img/brewing/tool-tx01_sp.png) no-repeat center / 485px auto;
  width: 100vw;
  height: 310px;
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -5%;
}

.tool-list li:nth-child(even)::before {
  content: "";
  background: url(../img/brewing/tool-tx02_sp.png) no-repeat center / 485px auto;
  width: 100vw;
  height: 310px;
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -5%;
}

/*============================================================
#heiemon 平右衛門
============================================================*/

#heiemon .mv .inner::before {
  background: url(../img/soysauce/mv-heiemon_sp.png) no-repeat center / contain;
}

#heiemon .mv .sub {
  font-size: 14px;
  position: absolute;
  bottom: 60px;
  line-height: 1;
  letter-spacing: 5px;
  left: 20px;
}

#heiemon .mv .sub span {
  background: #000;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 8px 5px;
  margin-right: 10px;
  text-align: center;
  letter-spacing: 3px;
}

#heiemon .page-title {
  letter-spacing: 5px;
}

#heiemon .lead .inner {
  padding: 30px 20px 50px;
}

#heiemon .lead .title {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 5px;
  margin-bottom: 50px;
}

#heiemon .lead .txt-wrap p {
  line-height: 2.5;
}

.col2-list li + li {
  margin-top: 100px;
}

.col2-list .img {
  width: 300px;
  margin: 0 auto;
}

.col2-list .txt-wrap {
  margin-top: 30px;
}

.col2-list .txt-wrap .title {
  font-size: 36px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.col2-list .txt-wrap .title i {
  width: 65px;
  height: 65px;
  font-size: 20px;
  font-style: normal;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -80px;
  top: -8px;
}

.col2-list .txt-wrap .lead {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

.col2-list .txt-wrap .lead + p:not(.indent) {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 3px;
}

#heiemon .col2-list .txt-wrap .title {
  letter-spacing: 7px;
}

.koikuchi .title i {
  background: #00527e;
}

.amakuchi .title i {
  background: #753b1e;
}

.saishikomi .title i {
  background: #b12634;
  font-size: 15px !important;
}

.col2-list .txt-wrap table {
  width: 100%;
  font-size: 15px;
  margin: 20px 0 10px;
  border-bottom: solid 1px #000;
}

.col2-list .txt-wrap table tr {
  padding: 10px 0;
}

.col2-list .txt-wrap table th,
.col2-list .txt-wrap table td {
  display: block;
}

.col2-list .txt-wrap table th {
  font-size: 18px;
  text-align: left;
  padding-top: 10px;
  border-top: solid 1px #000 !important;
}

.col2-list .txt-wrap table td {
  padding-bottom: 10px;
}

.col2-list li .btn {
  margin-top: 30px;
}

.btn.w230 a {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}

#heiemon .sec-link .inner {
  padding: 80px 0 100px;
}

.sec-link .copy-tate {
  width: 80px;
  height: 100px;
  margin: 0 auto;
}

.sec-link .title-wrap {
  width: 260px;
  height: 100px;
  margin: 0 auto 20px;
  position: relative;
}

.sec-link .title-wrap::before {
  content: "";
  background: url(../img/brewing/tool-copy-tx.png) no-repeat center / contain;
  width: 160px;
  height: 100px;
  position: absolute;
  z-index: -1;
  left: 50px;
  transform: rotate(50deg);
}

.sec-link .copy-tate p span{
  border-left: none;
}

/*============================================================
#yamaki ヤマキしょうゆ
============================================================*/

#yamaki .mv {
  overflow: visible;
}

#yamaki .mv .inner::before {
  background: url(../img/soysauce/mv-yamaki_sp.png) no-repeat center / contain;
}

#yamaki .page-title {
  letter-spacing: 15px;
  line-height: 1.1;
  top: 240px;
}

#yamaki .product .inner {
  padding: 100px 0 100px;
}

#yamaki .product .img {
  width: 110%;
  margin: 0 auto;
  position: relative;
  left: -5%;
}

#yamaki .product .img .tate {
  position: absolute;
  top: 0;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 70px;
  bottom: 0;
  letter-spacing: 3px;
}

#yamaki .product .col2-list {
  padding: 50px 20px 0;
}

#yamaki .product .txt-wrap .title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 5px;
}

#yamaki .product .txt-wrap .title span {
  font-size: 15px;
  display: block;
}

.koikuchi {
  margin-top: 80px !important;
}

.tankuchi .title i {
  background: #4ec0e8;
}

#yamaki .koikuchi .title i {
  background: #01b16e;
}

/*============================================================
#miso 味噌
============================================================*/

#miso .mv .inner::before {
  background: url(../img/miso/mv_sp.png) no-repeat center / contain;
}

#miso .lead .inner {
  padding: 30px 20px;
}

#miso .lead h2 {
  font-size: 20px;
  letter-spacing: 5px;
}

#miso .product .inner {
  padding: 50px 20px 100px;
}

#miso .product .title {
  line-height: 1;
  text-align: left;
}

#miso .product .title span {
  background: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 7px 20px;
  margin-left: 20px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  top: -5px;
}

/*============================================================
#gift 贈り物
============================================================*/

#gift .mv .inner::before {
  background: url(../img/gift/mv_sp.png) no-repeat center / contain;
}

#gift .page-title {
  letter-spacing: 20px;
}

#gift .product .inner {
  padding: 100px 20px 50px;
}

.gift-wrap + .gift-wrap  {
  margin-top: 100px;
}

.gift-wrap .sec-title {
  font-size: 34px;
  line-height: 1.4;
  text-align: left;
  position: relative;
}

.gift-wrap .sec-title i {
  background: #000;
  width: 120px;
  height: 120px;
  font-size: 13px;
  font-style: normal;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 1.4;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -10px;
}

.gift-wrap .product-info {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.gift-wrap table {
  width: 100%;
}

.gift-wrap table + table tr th {
  border-top: solid 1px #000;
}

.gift-wrap table tr {
}

.gift-wrap table th,
.gift-wrap table td {
  display: block;
}

.gift-wrap table th {
  font-size: 18px;
  text-align: left;
  line-height: 1.8;
  padding-top: 10px;
}

.gift-wrap table td {
  padding-bottom: 10px;
}

.gift-wrap .col2-list {
  margin-top: 50px;
}

.gift-wrap .col2-list li {
  text-align: center;
}

.gift-wrap .col2-list li + li {
  margin-top: 80px;
}

.gift-wrap .col2-list li .title {
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 10px;
}

.gift-wrap .col2-list li .btn {
  margin-top: 20px;
}

.kiribako {
  overflow: visible;
}

.kiribako .inner {
  background: #fff;
  width: 90%;
  border-radius: 20px;
  padding: 50px 30px !important;
  margin: 100px auto 100px;
}

.kiribako .sec-title {
  font-size: 26px;
  display: block;
  position: absolute;
  border-bottom: solid 1px;
  left: 0;
  right: 0;
  width: 190px;
  text-align: center;
  margin: auto;
  top: -30px;
  padding-bottom: 5px;
}

.kiribako .about .txt-wrap {
  margin-top: 30px;
}

.kiribako .about .txt-wrap .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.kiribako .howto {
  margin-top: 30px;
}

.kiribako .howto .title {
  font-size: 18px;
  margin-bottom: 20px;
}

.kiribako .howto .title span {
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
  position: relative;
}

.kiribako .howto .border {
  padding: 15px 0;
  margin-top: 10px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

/*============================================================
#buy 購入
============================================================*/

#buy .mv .inner::before {
  background: url(../img/buy/mv_sp.png) no-repeat center / contain;
}

.buy-info .inner {
  padding: 100px 20px;
}

#buy .col2-list li .title {
  width: 180px;
  font-size: 30px;
  margin: 0 auto 50px;
  display: block;
  position: relative;
  letter-spacing: 5px;
  text-align: center;
}

#buy .col2-list li .title::before {
  content: "";
  background: url(../img/buy/title-copy-tx.png) no-repeat center / contain;
  width: 180px;
  height: 110px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -30px;
  right: 0;
  margin: auto;
}

#buy .col2-list li table,
#buy .col2-list li table th,
#buy .col2-list li table td {
  border: none;
}

.marche .btn a {
  font-size: 13px;
  letter-spacing: 1px;
}

.marche .btn i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -2px;
  line-height: 1;
}

.buy-store .inner {
  padding: 20px 20px 100px;
}

.buy-store h2.title {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 80px;
  position: relative;
}

.buy-store h2.title::before {
  content: "";
  background: url(../img/buy/title-copy-tx.png) no-repeat center / contain;
  width: 180px;
  height: 110px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -15px;
  right: 0;
  margin: auto;
  transform: rotate(180deg);
}

.buy-store ul li + li {
  margin-top: 40px;
}

.buy-store ul li .title {
  letter-spacing: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.buy-store ul li .title i {
  width: 90px;
  height: 90px;
  margin-right: 30px;
}

/*============================================================
#about 蔵
============================================================*/

#about .mv .inner::before {
  background: url(../img/about/mv_sp.png) no-repeat center / contain;
}

#about .outline .inner {
  padding: 100px 20px 0;
}

#about .outline .column {
  position: relative;
}

#about .outline .logo {
  position: absolute;
  top: -120px;
  right: 0;
}

#about .outline .txt-wrap {
  position: relative;
}

#about .outline .txt-wrap::before {
  content: "";
  background: url(../img/about/outline-tx.png) no-repeat center / 415px auto;
  width: 100vw;
  height: 260px;
  position: absolute;
  z-index: -1;
  top: -90px;
  left: -5%;
  right: 0;
  margin: auto;
}

#about .outline table {
  width: 100%;
}

#about .outline table th,
#about .outline table td {
  display: block;
}

#about .outline table th {
  font-size: 18px;
  text-align: left;
}

#about .outline table td {
  padding-bottom: 10px;
}

.title-border span {
  font-size: 26px;
  line-height: 1;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: solid 1px #000;
}

#about .title-border span {
  letter-spacing: 15px;
  padding-left: 15px;
}

#visit .col2-list li {
  align-items: flex-start;
}

.title-border {
  text-align: left;
  margin-bottom: 30px;
}

#visit .txt-wrap {
  position: relative;
}

#visit .txt-wrap:first-child::before {
  content: "";
  background: url(../img/about/vist-tx_sp.png) no-repeat center / 415px auto;
  width: 110vw;
  height: 260px;
  position: absolute;
  z-index: -1;
  top: -80px;
  left: -35%;
  right: 0;
  margin: auto;
}

#visit .txt-wrap table {
  border-top: solid 1px #000;
  border-bottom: none;
  font-size: 14px;
  margin: 10px 0 25px;
}

#visit .txt-wrap table td {
  padding: 8px 0;
  border-bottom: solid 1px #000;
}

#visit .btn a {
  font-size: 13px;
  letter-spacing: 1px;
}

#access .inner {
  padding: 100px 20px 100px;
}

#access .title {
  width: 110px;
  font-size: 20px;
  display: inline-block;
  letter-spacing: 5px;
  text-align: center;
  position: absolute;
  left: 80px;
  top: 70px;
  margin: auto;
  z-index: 2;
}

#access .title::before {
  content: "";
  background: url(../img/common/title-copy-tx.png) no-repeat center / contain;
  width: 110px;
  height: 70px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -20px;
  right: 0;
  margin: auto;
}

#gmap {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

#gmap iframe {
  width: 100%;
  height: 540px;
  position: relative;
  top: -120px;
}







/*============================================================
#contact お問い合わせ
============================================================*/

#contact .mv .inner::before {
  background: url(../img/contact/mv_sp.png) no-repeat center / contain;
}

#contact .title-wrap .title {
  line-height: 1;
  margin-bottom: 30px;
}

#contact .page-title {
  letter-spacing: normal;
}

#contact section .title-wrap {
  margin-bottom: 60px;
}

.contact-wrap table {
  width: 100%;
  border-top: solid 1px #ccc;
}

.contact-wrap table tr {
  border-bottom: solid 1px #ccc;
}

.contact-wrap th,
.contact-wrap td {
  display: block;
}

.contact-wrap th {
  text-align: left;
  position: relative;
  padding: 20px 0 10px;
}

.contact-wrap td {
  padding: 0 0 25px;
}

input[type="text"],
textarea {
  border: none;
  font-family: "YakuHanMP", "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", "YuMincho" , serif;
  outline: none;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
}

.label-radio input[type="radio"] {
  display: none;
}

#contactList input[type=radio] + label,
#contactList input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  line-height: 1.5px;
  cursor: pointer;
}

#contactList input[type=radio] + label::before,
#contactList input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: white;
  border: 1px solid #d8dbe6;
  border-radius: 30px;
}

#contactList input[type=radio] + label span {
  padding: 0 0 0 24px;
}

#contactList input[type=radio]:checked + label::after,
#contactList input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 20%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #000;
  border-radius: 8px;
}

.btnbox {
  width: 200px;
  margin: 40px auto;
}

.btnbox input.back,
.btnbox input.send,
.btnbox input.eback,
.btnbox input.conf,
.btnbox input.reset {
  font-family: YakuHanMP, "Noto Serif JP", '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  border: solid 1px #000;
  border-radius: 5px;
  font-weight: 500;
  max-width: 200px;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
}

.btnbox input.send,
.btnbox input.eback,
.btnbox input.conf {
  background: #000;
  color: #fff;
}

.btnbox input.back,
.btnbox input.reset {
  background: #fff;
  color: #000;
  margin-bottom: 20px;
}

.error,
.cotion {
  color: red;
}

.mast {
  color: #ff0000;
}

/*============================================================
#privacy 個人情報保護方針
============================================================*/

#privacy .mv .inner::before {
  background: url(../img/contact/mv_sp.png) no-repeat center / contain;
}

#privacy .mv {
  overflow: visible;
}

#privacy .page-title {
  font-size: 45px;
  letter-spacing: 5px;
  line-height: 1.2;
  top: 240px;
}

#privacy .lead {
  margin: 20px 0 30px;
}

#privacy .lead span {
  font-size: 13px;
}

#privacy .contact-wrap th {
  font-size: 18px;
}

#privacy .contact-wrap .copy {
  text-align: right;
  margin: 20px 0 30px;
}

#privacy .contact-wrap .copy span {
  font-size: 13px;
}


/*============================================================
#diary 醤油屋日記
============================================================*/

#diary .mv {
  overflow: visible;
}

#diary .mv .inner::before {
  background: url(../img/diary/mv_sp.png) no-repeat center / contain;
}

#diary .page-title {
  font-size: 50px;
  letter-spacing: normal;
}

#diary .mv h1.title {
  font-size: 22px;
  line-height: 1.6;
  position: absolute;
  position: absolute;
  left: 20px;
  top: 340px;
}

#diary .post .inner {
  padding: 100px 20px;
}

.post-wrap {
  /*min-height: 800px;*/
  position: relative;
}

.post-wrap::before {
  content: "";
  background: url(../img/diary/tx.png) no-repeat center / contain;
  width: 680px;
  height: 425px;
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -150px;
}

.post-wrap #list li + li {
  margin-top: 60px;
}

.post-nav {
  margin-top: 60px;
}

.post-nav-wrap + .post-nav-wrap {
  margin-top: 30px;
}

.post-nav-title {
  font-size: 20px;
}

.cat-item {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.cat-item + .cat-item {
  margin-top: 10px;
}

.cat-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 1px;
  background: #000;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cat-item a {
  font-size: 18px;
  padding-left: 18px;
}

.sym {
  font-size: 12px;
  font-family: sans-serif;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.sym + a {
  font-size: 20px;
  position: relative;
}

.sym + a::after {
  content: "年";
  font-size: 20px;
  position: absolute;
}

.collapsing.list ul li {
  font-size: 18px;
  margin: 0 5px;
  display: inline-block;
}

.collapsing.list > li + li {
  margin-top: 5px;
}

.post-head {
  margin-bottom: 20px;
}

.post-head .column {
  margin-bottom: 10px;
  align-items: center;
  justify-content: flex-start;
}

.post-category {
  background: #fff;
  width: 110px;
  height: 25px;
  letter-spacing: 4px;
  line-height: 25px;
  text-align: center;
  margin: 0 15px 0 0;
}

.post-date {
  
}

.post-title {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 5px;
}

.post-content p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}

/*.post-content p:first-child img {
  margin-bottom: 20px;
}

.post-content p:not(:first-child) img {
  margin: 20px 0;
}*/

.post-content p a {
  text-decoration: underline;
}

.post-content iframe {
  width: 100%;
  height: auto;
}

/* 詳細ページ */
#pagenation {
  width: 100%;
  margin: 50px 0 0 !important;
  justify-content: flex-end;
}

#pagenation a {
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}

ul#pagenation.post li.prev, ul#pagenation li.next {
  width: 23%;
  float: left;
  text-align: left;
}

ul#pagenation.post li.next, ul#pagenation li.prev {
  width: 23%;
  float: right;
  text-align: right;
}
