@charset "UTF-8";
/* CSS Document */
/* ---------------------
  - common
  - header
  - 
  - 
  - 
--------------------- */
/* ==========================================
  common
========================================== */
.inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
h3.title {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
h3.title span {
  display: block;
  color: #c0c0c0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
p.intro {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 60px;
}
.btn a, .btn-02 a {
  position: relative;
  border-radius: 6px;
  display: inline-block;
  background: #dcdcdc;
  font-size: 16px;
  padding: 20px;
  padding-right: 10px;
  text-align: center;
}
.btn-black a {
  position: relative;
  border-radius: 6px;
  display: inline-block;
  background: #656565;
  color: #fff;
  font-size: 18px;
  padding: 20px 60px;
  margin-top: 30px;
  text-align: center;
}
.btn-black img {
  margin-right: 15px;
  vertical-align: middle;
	display: inline-block;
}
.btn .material-symbols-sharp {
  font-variation-settings:
    'FILL'0, 'wght'300, 'GRAD'0, 'opsz'20
}
.btn-line a {
  position: relative;
  border-bottom: 2px solid #3e3e3e;
  border-top: 2px solid #3e3e3e;
  display: inline-block;
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.btn-line .material-symbols-sharp {
  margin-left: 10px;
  font-variation-settings:
    'FILL'1, 'wght'300, 'GRAD'-25, 'opsz'1
}
.btn-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.btn-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn-col3 .btn {
  margin: 5px;
}
.btn-col2 .btn-02 {
  width: 32%;
  margin: 0 5%;
}
.btn-02 a {
  max-width: 400px;
  width: 100%;
}
.btn-02 img {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translatey(-50%);
  vertical-align: middle;
}
.btn-02 a::after {
  font-family: "Material Symbols Sharp";
  content: "\e315";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translatey(-50%);
  font-size: 26px;
  font-variation-settings:
    'FILL'0, 'wght'200, 'GRAD'-25, 'opsz'1
}
.post-153 h1.entry-title, .post-163 h1.entry-title, .post-7 h1.entry-title, .post-5 h1.entry-title, .page-id-158 h1.entry-title, .page-id-160 h1.entry-title{
	display: none;
}
@media screen and (max-width: 1200px) {
.inner {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media screen and (max-width: 1000px) {
.btn-col3 {
	flex-wrap: wrap;
}
.btn-col3 .btn {
	width: 98%;
  margin: 10px auto;
}
.btn-col3 .btn a{
	display: block;
}
.btn-col2 .btn-02 {
  width: 46%;
  margin: 0 2%;
}
.btn-02 img {
  left: 20px;
}
}
@media screen and (max-width: 500px) {
.btn-col3 .btn{
	width: 98%;
}
.btn-col2 {
	flex-wrap: wrap;
}
.btn-col2 .btn-02 {
	width: 98%;
  margin: 10px 1%;
}
.btn-02 img {
  left: 20px;
}
.btn-02 a {
  max-width: 100%;
  width: 100%;
}
.btn-black a {
	font-size: 16px;
	width: 98%;
  padding: 20px 10px;
}
.btn-line a {
	font-size: 16px;
  padding: 20px 5px; 
}
}
/* ==========================================
  header
========================================== */
header {
  background: url("../img/hd-bg.png") top center;
  color: #2f2f2f;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  z-index: 9999;
}
header h1 {
}
.hd-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  align-items: center;
  margin-right: 70px;
}
header h2 {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  padding-right: 50px;
}
header h2 span {
  font-size: 11px;
}
header .tel {
  color: #606060;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-right: 30px;
}
header .tel img {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 3px;
	display: inline-block;
}
header .tel span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
header .cntact, header .faq {
  color: #4e4e4e;
  font-size: 14px;
  margin-right: 10px;
}
header .material-symbols-rounded {
  color: #4e4e4e;
  font-size: 25px;
  font-variation-settings:
    'FILL'0, 'wght'300, 'GRAD'-25, 'opsz'1
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
header h2 {
  padding-right: 30px;
}
header .tel {
  margin-right: 10px;
}
header .cntact, header .faq {
	display: none;
}
}
@media screen and (max-width: 500px) {
header {
	height: 70px;
}
header h1 img{
	width: 60px;
	}
header h2 {
  font-size: 11px;
  padding-right: 0;
}
.hd-right {
  margin-right: 50px;
}
header .tel {
	display: none;
}
}
/* ==========================================
  nav
========================================== */
.menu-trigger {
  border: 1px solid #4e4e4e;
  border-radius: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 100;
}
.menu-trigger::before {
  content: "Menu";
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center; /* 垂直方向の中央揃え */
}
.menu-trigger.active::before {
  content: "Close";
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center; /* 垂直方向の中央揃え */
}
nav.menu {
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  font-size: 14px;
  width: 100%;
  position: fixed;
  top: 80px;
  right: 0;
    transform: translate(100%);
  transition: all .5s;
  padding: 20px;
  overflow-y: scroll;
}
nav.open {
  transform: translateZ(0);
}
nav.menu {
	display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
	flex-wrap: wrap;
}
nav.menu h2{
	font-weight: 600;
	padding: 0 6px 15px;
}
nav.menu .navblock {
	padding: 20px;
	
}
nav li a {
  display: block;
  padding: 6px;
}
nav ul li:last-child {
  border-bottom: none;
}
nav .current {
  border-bottom: 2px solid #acacac;
  color: #acacac;
}
.mypage {
	display: flex;
	text-align: center;
}
.mypage .info{
	font-size: 13px;
	padding: 10px;
      border: 1px solid #ccc;
	border-radius: 4px;
	text-align: left;
}
.mypage .material-symbols-rounded {
  color: #4e4e4e;
  font-size: 60px;
  font-variation-settings:
    'FILL'1, 'wght'300, 'GRAD'-25, 'opsz'1
}
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
.mypage {
	display: block;
}
nav.menu .navblock {
	
}
}
@media screen and (max-width: 500px) {
.menu-trigger {
  font-size: 12px;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
}
.menu-trigger::before {
  width: 50px;
  height: 50px;
}
.menu-trigger.active::before {
  width: 50px;
  height: 50px;
}
nav.menu {
  top: 70px;
	width: auto;
	height: 100%;
}
nav.menu {
	display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
	flex-wrap: wrap;
}
}
/* ==========================================
  mv
========================================== */
.mv img {
  width: 100%;
}
.mv .slick-dots {
text-align: right;
	padding-right: 10px;
}
.mv .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.mv .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.mv .slick-dots li button:before {
  font-family: 'slick';
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '⚪︎';
  opacity: 1;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mv .slick-dots li.slick-active button:before {
  content: '⚫︎';
  opacity: 0.5;
  color: #ccc;
}
@media screen and (max-width: 1000px) {
.mv {
	padding-top: 60px;
}
}
/* ==========================================
  top news
========================================== */
.news {
  margin: 120px 0;
}
.news h3 {
  font-family: "Jost", sans-serif;
  font-size: 44px;
  font-weight: 400;
  color: #dcdddd;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 25%;
  text-align: left;
}
.news h3 span {
  display: block;
  color: #3e3e3e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
  width: auto;
  width: 75%;
}
.news-list li a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
  padding: 25px 20px;
}
.news-list li:first-child a {
  border-top: 1px solid #CCC;
}
.news-list li .date {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin: 0;
  min-width: 120px;
  font-size: 14px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list li .title {
  margin: 0;
  width: 100%;
}
.news .new {
  background: #ED3538;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 6px;
  margin-right: 8px;
}
.pagination-single-inner{
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
	
}
.pagination-single-inner .previous-post, .pagination-single-inner .next-post{
	padding: 20px 10px;
}
.page-numbers {
  font-family: "Jost", sans-serif;
  border: 1px solid #e6e6e6;
  padding: 12px 20px;
}
.page-numbers.current {
  background: #dcdddd;
}
pagination-single{
	width: 100%;
}
.pagination-single-inner{
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
	
}
.pagination-single-inner .previous-post, .pagination-single-inner .next-post{
	padding: 20px 10px;
}
h2.entry-title, h1.entry-title{
	font-size: 20px;
	font-weight: 400;
	margin-top: 60px;
}
.type-post p {
  padding-top: 20px;
	line-height: 2.2;
	letter-spacing: 0.15em;}
.post-meta-wrapper{
	text-align: left;
}
.post-meta-wrapper {
  margin-top: 30px;
  margin-left: 0;
	margin-bottom: 30px;
  max-width: auto;
  width: 100%;
}
.post-meta-single-top .post-meta {
  justify-content: left;
	font-size: 14px;
}
.post-meta .post-author {
	display: none;
}
h2.entry-title{
	font-size: 20px;
	font-weight: 400;
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
.news h3 {
  width: 100%;
  font-size: 32px;
}
.news h3 span {
  font-size: 14px;
}
.news-list {
	width: 100%;
}
  .news-list li a {
    flex-wrap: wrap;
  }
  .news-list li .date {
    min-width: 100px;
  }
  .news-list li .title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
.news-list {
	margin-top: 30px;
}
}
/* Pagination ------------------------- */
.Pagination {
  font-family: "Jost", sans-serif;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.Pagination-Item {
  border: 1px solid #e6e6e6;
  margin-left: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 18px;
}
.Pagination-Item.isActive {
  background: #e6e6e6;
}
/* Single Pagination ------------------------- */
.pagination-single {
  font-size: 1.5rem;
	font-weight: 400;
  border-top: 1px solid #ccc;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	padding: 10px;
	margin-top: 40px;
}
.pagination-single .title{
  font-size: 1.5rem;
	font-weight: 400;
}
.previous-post, .next-post {
  display: block;
  padding: 10px;
}
/* ==========================================
  catch
========================================== */
.catch {
  background-image:
    url("../img/bg-olive-left.png"), url("../img/bg-olive-rigth.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top right;
  color: #555352;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 60px;
}
.catch h3 {
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke;
}
.catch p {
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.3em;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke;
}
@media screen and (max-width: 1000px) {
.catch h3 {
  font-size: 34px;
}
.catch p {
  font-size: 18px;
}
.catch {
	background-size: 30%, 30%;
}
}
@media screen and (max-width: 500px) {
.catch h3 {
  font-size: 28px;
}
.catch p {
  font-size: 15px;
}
.catch {
	background-size: 40%, 40%;
}
}
/* ==========================================
  block
========================================== */
.block {
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
.olive .box {
  position: absolute;
  top: 50px;
  right: 0;
  width: 55%;
}
.herbalwoody {
  text-align: right;
}
.herbalwoody .box {
  position: absolute;
  top: 50px;
  left: 0;
  width: 55%;
}
.olive h3 {
  position: absolute;
  top: 0;
  left: 420px;
  font-size: 28px;
  writing-mode: vertical-rl;
	height: 100%;
  text-align: center;
}
.herbalwoody h3 {
  position: absolute;
  top: 0;
  right: 420px;
  color: #fff;
  font-size: 28px;
  writing-mode: vertical-rl;
  height: 100%;
  text-align: center;
}
.herbalwoody img {
	display: inline-block;
}
.block .txt {
  background: #f5f5f5;
  border-radius: 60px;
  padding: 50px;
  text-align: center;
}
.block .txt p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
.olive h3 {
  position: absolute;
  top: 10px;
  left: 400px;
  font-size: 26px;
  writing-mode: vertical-rl;
	height: auto;
  text-align: center;
}
.herbalwoody h3 {
  position: absolute;
  top: 10px;
  right: 420px;
  color: #fff;
  font-size: 26px;
  writing-mode: vertical-rl;
  height: auto;
  text-align: center;
}
.olive .box {
  position: inherit;
	top: 0;
  width: 90%;
	margin: -20px auto 0;
}
.herbalwoody .box {
  position: inherit;
  top: 0;
  left: 0;
  width: 90%;
	margin-left: 20px;
	margin-right: 10px;
	margin: -20px auto 0;
}
}
@media screen and (max-width: 500px) {
.olive h3 {
  position: absolute;
  top: 5px;
  left: auto;
  right: 20px;
  font-size: 24px;
  writing-mode: horizontal-tb;
}
.herbalwoody h3 {
  position: absolute;
  top: 5px;
  left: 20px;
  right: auto;
  font-size: 24px;
  writing-mode: horizontal-tb;
}
.block .txt p {
  font-size: 15px;
}
.olive .box, .herbalwoody .box  {
  width: 98%;
	margin: -20px 0;
}
.block .txt {
  background: #f5f5f5;
  border-radius: 40px;
  padding: 30px 20px;
}
}
/* ==========================================
  note
========================================== */
.note {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.note h5 {
  display: inline-block;
  border-bottom: 2px solid #3e3e3e;
  border-top: 2px solid #3e3e3e;
  padding: 30px;
}
@media screen and (max-width: 500px) {
.note {
  font-size: 16px;
}
}
/* ==========================================
  item
========================================== */
.item {
  margin-top: 200px;
}
.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 120px;
}
.itembox h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}
.itembox h4 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.itembox h5 {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.itembox p {
  font-size: 14px;
}
.itembox .ph img{
	display: inline-block;
}
.itembox {
  display: flex;
  flex-direction: column;
  width: 30.333%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.anchor{
	padding-top: 90px;
	margin-top: -90px;
}

.itembox .price {
  font-size: 18px;
  font-weight: 500;
}
.itembox .note {
  font-size: 12px;
  margin-top: 40px;
}
.itembox .component a {
  display: inline-block;
  border: 1px solid #3e3e3e;
  font-size: 13px;
  padding: 10px;
  padding-left: 20px;
  margin-top: 20px;
}
.itembox .review {
  font-size: 13px;
  margin: 20px auto;
}
.review .material-symbols-rounded {
  font-variation-settings:
    'FILL'1, 'wght'300, 'GRAD'-25, 'opsz'1
}
@media screen and (max-width: 1000px) {
.item-list {flex-wrap: wrap;
}
.itembox {
  width: 47%;
  margin: 0 1.5% 80px;
}
}
@media screen and (max-width: 500px) {
.itembox {
  width: 98%;
    margin: 0 1% 80px;
}
}
/* modal
-----------------------*/
.cart {
  margin-top: auto;
}
.seibun {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.seibun_content {
  padding: 20px;
  width: 98%;
}
.seibun_bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.seibun_content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
}
.seibun p {
  line-height: 1.5;
  margin-top: 20px;
}
.seibun .btn_close {
  text-align: right;
}
.seibun .btn_close a {
  display: inline-block;
  border: 1px solid #3e3e3e;
  padding: 6px;
}
@media screen and (max-width: 500px) {
.seibun_content {
  width: 95%;
}
}
/* cart
-----------------------*/
.selectWrap {
  width: 20%;
  position: relative;
  display: inline-block;
}
.selectWrap::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #656565;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 15px 40px 15px 15px;
  border: 1px solid #656565;
  border-radius: 0px;
}
select::-ms-expand {
  display: none;
}
.item .btn_submit {
  background: #656565;
  border-style: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  width: 78%;
}
/* ==========================================
voice
========================================== */
.voice .col-3 {
  font-size: 14px;
  width: 29.33333%;
  margin: 0 2%;
  text-align: center;
}
.voice h5 {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #acacac;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.voice p {
  text-align: left;
  line-height: 2;
}
.voice .etc {
  position: absolute;
  bottom: 20px;
  font-size: 12px;
}
.voice .col-3 .txt {
  position: relative;
  border: 1px solid #acacac;
  border-radius: 6px;
  background: #fff;
  padding: 78px 30px;
  margin-bottom: 60px;
  margin-top: 60px;
}
.voice .col-3 .txt img {
  position: absolute;
  top: -20px;
  right: -10px;
}
.voice .col-3:nth-of-type(2) {
  padding-top: 60px;
}
@media screen and (max-width: 500px) {
.voice .col-3 {
  font-size: 14px;
  width: 96%;
  margin: 0 2%;
  text-align: center;
}
.voice .col-3:nth-of-type(2) {
  padding-top: 0;
}
.voice .col-3 .txt {
  margin-bottom: 30px;
  margin-top: 30px;
}
}
/* ==========================================
  coupon
========================================== */
.coupon {
  text-align: center;
  margin-top: 100px;
}
.coupon h5 {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon h5::before, .coupon h5::after {
  background-color: #3e3e3e;
  content: "";
  height: 1px;
  width: 50px;
}
.coupon h5::before {
  margin-right: 10px;
  transform: rotate(70deg);
}
.coupon h5::after {
  margin-left: 10px;
  transform: rotate(-70deg);
}
/* ==========================================
  page common
========================================== */
.page-wrap {
  padding-top: 180px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
h2.title {
  color: #dcdddd;
  font-family: "Jost", sans-serif;
  font-size: 64px;
  font-weight: 400;
  text-align: center;
}
h2.title span {
  display: block;
  color: #3e3e3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}
p.lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1200px) {
.page-wrap {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media screen and (max-width: 1000px) {
.page-wrap h3.title {
  font-size: 42px;
}
}
@media screen and (max-width: 500px) {
h2.title {
  font-size: 50px;
}
h2.title span {
  font-size: 20px;
}
p.lead {
  font-size: 18px;
}
.page-wrap h3.title {
}
	
}
/* ==========================================
  page privacy
========================================== */
.privacy dl {
  margin-top: 120px;
}
.privacy dl dt {
  font-size: 18px;
  border-bottom: 2px solid #efefef;
  padding-bottom: 6px;
  margin-bottom: 30px;
  margin-top: 80px;
	font-weight: normal;
}
/* ==========================================
  page contact
========================================== */
.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-list .col-2 {
  background: #f5f5f5;
  border-radius: 10px;
  font-size: 18px;
  padding: 40px;
  text-align: center;
}
.contact-list .col-2 span{
	margin: 0;
	padding: 0;
}
.contact-list h5 {
  font-size: 30px;
  font-weight: 500;
}
.contact-list .mail {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  margin-top: 10px;
}
.contact-list .en {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  margin-top: 20px;
}
.contact-list .tel {
  display: inline-block;
  background: url("../img/icon_tel_l.png") center left no-repeat;
  background-size: contain;
  font-family: "Jost", sans-serif;
  font-size: 38px;
  font-weight: 500;
  margin-top: 40px;
  padding-left: 30px;
  margin-left: 5px;
  line-height: 0.8;
}
.contact-list .material-symbols-rounded {
  font-size: 55px;
  font-variation-settings:
    'FILL'1, 'wght'300, 'GRAD'-25, 'opsz'1
}
@media screen and (max-width: 1000px) {
.contact-list {
	flex-wrap: wrap;
}
.contact-list .col-2 {
	width: 98%;
	margin: 10px 1%;
}
}
@media screen and (max-width: 500px) {
.contact-list .col-2 {
  font-size: 15px;
  padding: 40px 20px;
}
.contact-list h5 {
  font-size: 22px;
}
.contact-list .tel {
  font-size: 36px;
}
.contact-list .mail {
  font-size: 22px;
}
.contact-list .material-symbols-rounded {
  font-size: 40px;
}
}
/* ==========================================
  form
========================================== */
input {
  border-radius: 2px;
  padding: 10px 20px;
}
button {
  border-radius: 2px;
  padding: 10px 20px;
}
.submit {
  display: inline-block;
}
input[type=submit] {
  font-size: 18px;
}
input[type=submit].back:not(:hover):not(:active):not(.has-background) {
  background-color: #3e3e3e;
  color: #fff;
}
input[type=submit].back {
  background: #3e3e3e;
}
input[type=submit]:not(:hover):not(:active):not(.has-background) {
  background-color: #3e3e3e;
  color: #fff;
}
input[type=submit]:hover, input[type=submit]:active {
  background-color: #666;
  color: #fff;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
  line-height: var(--global--line-height-body);
  margin: 2px;
  width: 100%;
  padding: 5px;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
  display: inline-block;
  width: auto;
}
input[type=radio] {
  margin-left: 20px;
}
#zip{
	width: 200px
}
@media screen and (max-width: 780px) {
}
@media screen and (max-width: 500px) {
  .contact .mwform-tel-field input[type="text"], .contact .mwform-zip-field input[type="text"] {
    display: inline-block;
    width: 28%;
  }
}
/* ==========================================
  page faq
========================================== */
.faq h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  text-align: center;
}
.faq p {
  line-height: 2.5;
}
.faq .txt-line {
  text-align: center;
}
.faq .txt-line p {
  display: inline-block;
  border-bottom: 2px solid #3e3e3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 80px;
}
.qa-list {
  max-width: 1000px;
  width: 100%;
  margin: 60px auto;
}
.faq .qa-list p {
  line-height: 2;
}
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
}
.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  background: #efefef;
  border-radius: 4px;
  font-weight: 400;
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}
.qa-list dl dt::before {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
}
.qa-list dl dd::before {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  margin-top: 10px;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
  margin: 10px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}
.cnt_inner .qa-list ul {
  padding: 0;
}
@media screen and (max-width: 1000px) {
.qa-list dl dt {
	padding-right: 50px;
}
}
@media screen and (max-width: 500px) {
.faq h3 {
  font-size: 20px;
}
.faq .txt-line p {
  font-size: 18px;
}
.qa-list dl dt::before, .qa-list dl dd::before {
  font-size: 20px;
}
	
}
/* ==========================================
  footer
========================================== */
footer {
  background: #f5f5f5;
  margin-top: 160px;
  padding: 60px 10px;
}
footer h2 {
  font-size: 14px;
  text-align: center;
}
footer h2 span {
  display: block;
  font-size: 12px;
}
footer .ctc a{
	display: block;
  color: #fff;
  font-size: 16px;
  background: #656565;
  border-radius: 4px;
  padding: 15px;
  margin-top: 20px;
  text-align: center;
}
footer .ctc .material-symbols-rounded {
  font-size: 30px;
  margin-right: 10px;
  font-variation-settings:
    'FILL'0, 'wght'300, 'GRAD'-25, 'opsz'1
}
footer .tel {
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-top: 15px;
  margin-left: 5px;
  line-height: 0.8;
  text-align: center;
}
footer .tel img{
      display: inline-block;
}
footer .ft-01 p {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
footer .tel .material-icons {
  display: inline-block;
}
footer ul li {
  padding-bottom: 20px;
}
.copyright {
  font-size: 14px;
  text-align: center;
  padding: 30px 10px;
}
@media screen and (max-width: 1000px) {
footer .col{
	flex-wrap: wrap;
	}

footer .ft-01 {
	width: 100%;
}
footer .ctc a{
	max-width: 360px;
	width: 100%;
	margin: 20px auto 60px;
}
}
@media screen and (max-width: 500px) {
footer .col > div  {
	width: 100%;
	text-align: center;
}
}

