@charset "utf-8";
/*
Theme Name : motoyama-japan
Version : 1.0
Author: zoom
Description: 
*/
* {
  margin: 0;
  padding: 0;
  /*   outline: 1px solid #e61111;*/
}
* {
  font-family: "Noto Serif", serif;
/*  font-optical-sizing: auto;*/
  font-weight: 400;
  font-style: normal;
  color: #333333;
}
:root {
    --bs-001: #333;
    --bs-002: #6c2b2f;
    --bs-003: #ed1606;
    --bs-004: #a0a0a0;
}
ul, nav {
    list-style: none;
}
section {
    padding: 0 100px;
}
@media (max-width: 1024px) {
    section {
        padding: 0 50px;
    }
}
@media (max-width: 768px) {
    section {
        padding: 0 30px;
    }
}
/*-------------
 	Header
-------------*/
header nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 150px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
header nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 20px;
}

/*.navbar .topbar {
    width: 100%;
}*/
.navbar .logo a{ 
  font-size: 1.375rem;
  color:#666;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .125rem;
}
nav .navbar .nav-links{
  height: 100%;
}
nav .navbar .links{
  display: flex;
  align-items: center;
  margin-top:20px ;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 12px;
}
nav .navbar h1{
  font-size: 1rem;
  font-weight: bold;
}

nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  font-size: .875rem;
  font-weight: 600;
  color: #6c2b2f;
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
}
nav .navbar .links li i.fa-house,
nav .navbar .links li i.fa-globe{
  color: #6c2b2f;
}
nav .navbar .links li a.f-big {
  font-size: 1rem !important;
}
nav .navbar .links li a:hover{
  color: var(--bs-003);
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  height: 100%;
  width: 22px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  color: var(--bs-002);
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background:  rgba(0,0,0,.9);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.8);
}
.navbar .links li .sub-menu a{
  font-size: .875rem;
  font-weight: 600;
  color: #fff;
}.navbar .links li .sub-menu a:hover{
  color: var(--bs-003);
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}

.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}

.r-side {
  justify-content:  space-between;
}

.fc-white {
  color: #ccc;
}
.me-10 {
    padding-right: 10px;
}
/*MV*/
.-w-mv{
    z-index: -1;
}
@media only screen and (max-width: 1024px) {
   header nav{
    position: relative;
    margin: 0 auto;
  }
  .navbar .bx-menu{
    display: block;
    font-size: 3rem;
  }
  nav .navbar .nav-links{
    position:fixed;
    top: 0;
    right: -100%;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    line-height: 40px;
    padding: 20px;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
  }
    .sidebar-logo  i {
      font-size: 1.5rem;
    }
    .navbar .bx-x {
        color:#fff;
    }
      nav .navbar .links li a{
    font-size: .875rem;
    color: #fff;
    
  } 
  nav .navbar .links li i.fa-house,
nav .navbar .links li i.fa-globe,
nav .navbar .links li i.fa-square-phone{
  color: #fff;
}
  nav .navbar .links li a:hover{
    color: var(--bs-003);
  }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
        color:#fff;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li h1{
    color: #ccc;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }

   
}
@media  (min-width: 1025px) {
        header a[href*="tel:"] {
        color: var(--bs-003)!important;
        font-size: 1rem;
        font-weight: 500!important;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
nav .navbar .links li i.fa-square-phone{
   color: var(--bs-003)!important;
}
}
/*フッター（本)*/
section.footer {
  background-color: var(--bs-002);
}
footer section {
  background-color: var(--bs-002);
}
footer
{
	background: rgba(108,43,47,1);
	margin-top: 20px;
	margin: 0 auto;
}
footer .flo {
  max-width: 100%;
  height: auto;
}
.foot_cont {
	width: 100%;
	padding: 40px 30px;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.foot_cont > div
{
  width: 31%;
}
.desc {
	line-height: 200%;
}
.desc li,
.desc li i,
.desc li strong {
  color: #fff;
}
.f_menu {
	width: 60%;
	margin: 20px 0 50px;
}
.f_menu ul
{
  width: 94%;
}
.f_menu li
{
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px dotted var(--bs-002);
	margin-bottom: 5px;
}
.f_menu li .-w-text,
.f_menu li a {
	color: #fff;
	text-decoration: none;
  transition: color 0.5s ease;
}
.f_menu li a {margin-left: 5px;}
.f_menu li .-w-text:hover,
.f_menu li a:hover
{
	color: var(--bs-003);
}

footer .desc h3 {
	color:#fff;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: .125rem;
	margin: 20px 0;
}
footer .desc p i{
	padding-right: 10px;
}
footer .f_menu h3 {
	letter-spacing: .125rem;
	margin: 20px 0;
}

.resv {
  width: 50%;
  padding: 10px;
  color: #666;
  line-height: 1;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}

.copyright
{
	width: 100%;
	background-color: #000;
	padding: 20px 0;
	text-align: center;
}
.copyright p
{
	width: 100%;
	margin: 0 auto;
	color: #FFF;
}
.copyright i {
  color: #FFF;
}
@media (max-width: 768px){
.foot_cont {
    width: 100%;
    flex-direction: column;
  }
.foot_cont > div
{
  width: 96%;
}
footer .desc h3 {
  font-size: 1.375rem;
}
.copyright {
  font-size: .75rem;
}
}
.foot_cont > div
{
  width: 96%;
}
/*スライダー*/
  .main {
    display: block;
  }

  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 10rem;
  }

  .l-section {
    border-top: 1px solid #eee;
  }
  .l-section .l-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  [class*=swiper]:focus {
    outline: none;
  }
/* 画像を暗くするオーバーレイ */
  .cf-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    z-index:5;
  }
  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .mv01 {
    margin-bottom: 10rem;
  }
  .mv01 .l-inner {
    padding-bottom: 0;
  }
  .mv01 .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
  }
  .mv01 .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
  .mv01 .swiper-pagination {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 1.875rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
  }

.mv01 .swiper-pagination-bullet {
    display: block;
    border-radius: inherit;
    width: 3px;
    height: 2rem;
    cursor: pointer;
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
    transition: .8s cubic-bezier(.2, 1, .2, 1);
    background-color: rgba(255, 255, 255, 0.5);
  }
  .mv01 .swiper-pagination-bullet:not(:first-child) {
    margin-top: 0.8rem;
  }
  .mv01 .swiper-pagination-bullet-active {
    background-color: var(--bs-003);
    height: 3rem;
    opacity: 1;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .mv01 .slide-media {
    height: 800px;
  }
  .mv01 .slide-media img {
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
  }
  
  
.mv01 .tate-box {
  /* １）親要素にtext-align */
  text-align: center;
}
  .mv01 .slide-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 1.6;
    position: absolute;
    height: 320px;
    margin: 0 auto;
    left: 0;
    right:0;
    top: 30%;
    text-align: left;
    color: #FFF;
    z-index: 10;
    font-weight: 600;
  }
    .mv01 .slide-title2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.5rem;
    font-weight:500;
    line-height: 1.5;
    position: absolute;
    left: 8rem;
    top: 40%;
    margin-right: 2rem;
    text-align: left;
    color: #FFF;
    z-index: 10;
  }
.slide-title2 ul {
    display: -webkit-flex;
    display: flex;
     -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 150px;
}

.slide-title2 ul li {
  letter-spacing: .125rem;
}

  .mv01 .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .mv01 .swiper-slide[class*=-active] .slide-title {
    -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
            animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  }
    .mv01 .swiper-slide[class*=-active] .slide-title2 {
    -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
            animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  }
  .resv {
  width: 250px;
  padding: 10px;
  color: #fff;
  line-height: 1.3;
  background-color: #ff783b;
  border-radius: 8px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
    /*html {
      -webkit-text-size-adjust: 100%;
    }*/
    .l-inner {
      padding: 0 4rem;
    }
    .pc {
      display: none !important;
    }
    .mv01 {
      margin-bottom: 5rem;
    }
    .mv01 .slide-media {
      height: max(70vh, 70vw);
    }
   .mv01 .slide-title {
      font-size: 1.375rem;
      top: 5rem;
      left: 4rem;
      margin-right: 2rem;
    }
    .mv01 .slide-title2 {
      font-size: 1rem;
      left: 4rem;
      margin-right: 2rem;
      line-height: 1.2;
    }
}
@media only screen and (max-width: 599px) {
      /*html {
      font-size: 50%;
    }*/
    .pc-tab {
      display: none !important;
    }
    .mv01 .slide-title {
      font-size: 1rem;
    }
    .mv01 .slide-title2 {
      font-size: .75rem;
      top:50%;
    }
}
@media  only screen and (min-width: 1025px) {
      .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
}
@media only screen and (min-width: 600px) {
      .sp {
      display: none !important;
    }
}


/*ボタン*/
.a1btn {
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    color: #fff;
    background: var(--bs-003);
    transition: .3s;
    border-radius: .75rem;
}
.a1btn:hover {
    color: #fff;
    background: var(--bs-002);
}
/*★装飾枠パーツ上下幅*/
.-w-wrapper {
  margin: 0 auto;
  padding: 0 2rem;
  border-color: rgba(100,100,100,0.2);
}
.-w-wrapper {
  margin: 2rem;
}
.-x-cont {
  margin: 50px 0;
}
@media (max-width: 768px) {
  .-w-wrapper {
    margin:0 auto;
    padding: 0 1rem;
    max-width: 96%;
}
}
.-w-wrapper {
    background: var(--o-r-colors-base);
    color: var(--o-r-colors-base_text);
    border-color: var(--o-r-colors-assort);
}
/*★装飾枠パーツw90*/
.-x-cont90 {
  width: 90%;
  margin: 0 auto;
}
/*newsBlock*/
.wrapper {
  width:84%;
  margin: 0 auto;
}

.fnews1 .-parent {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom:1px dotted #ccc;
}
.fnews1 .child {
  flex-wrap: wrap;
  padding: 10px;
}
.fnews1 .child-featured {
  flex-grow: 1;
}
.fnews1 h2 {
  font-size: 1.5rem;
  padding-bottom: 20px;
}
@media  only screen and (max-width: 1024px) {
  .fnews1 h2 {
  font-size: 1.125rem;
}
.fnews1 .child {
  flex-direction: column;
  padding: 10px;
}
.fnews1 .child-featured {
  flex-grow: 0;
}
}
/*カード型 3列+テキスト*/
.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wraph h2 p {
  font-weight: 600;
}
.wrap .item {
  padding: 0px;
  width: 32%;
  background-color: #fff;
}
.wrap .item h2 p {
  font-size: 1rem;
  font-weight: 600;
}
.wrap .item img {
  display: block;
  width: 100%;
  object-fit: contain;
  padding-bottom: 30px;
}
.bn-wrap {
  text-align: center;
}
@media  only screen and (max-width: 1024px) {
  .wrap {
  flex-direction: column;
}
  .wrap .item {
    width: 96%;
    margin-bottom: 50px;
  }
  .wrap .item h2 p {
  font-size: .75rem;
}
}
/*見出しシンプル*/
.wraph {
  margin: 50px 0 0 0;
}
.wraph h2 {
  font-size: 1.375rem;
  font-weight: 600;
}
@media  only screen and (max-width: 768px) {
  .wraph h2 {
  font-size: 1rem;
}
}
/*MAP*/
.GoogleMap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;
    margin: 0 auto;
}
.GoogleMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*テキスト+テキスト*/
.wraptt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.wraptt .box,.box2 {
  width: 48%;
  padding: 1.25rem;
}
.wraptt .box h2, .wraptt .box2 h2 {
  font-size: 1.375rem;
  color:#333;
  font-weight: bold;
}
.wraptt .box2 h2{
  padding-bottom: 10px;
}
.wraptt .box i,.box2 i{
  color:var(--bs-002);
} 
.-w-button { 
  text-align:center;
}
@media  only screen and (max-width: 1024px) {
  .wraptt {
  flex-direction: column;
}
.wraptt .box{
  margin-bottom: 10px;
}
.wraptt .box, .box2 {
  width: 96%;
}
.wraptt .box h2, .wraptt .box2 h2 {
  font-size: 1.125rem;
  margin-top: 30px;
}
}
/*画像左+テキスト2*/
.wrapil2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
  align-items: start;
  margin-bottom: 50px;
}

.wrapil2 img {
  display: block;
  width: 48%;
  object-fit: contain;
}

.wrapil2 .box {
  width: 48%;
}
.wrapil2 .box h2 {
  font-size: 1.5rem;
  color:#363636;
}
.wrapil2 .box h2 p {
  font-weight: bold;
}
.-w-button { 
  text-align:center;
}
@media only screen and (max-width: 1024px) {
.wrapil2 {
  flex-direction: column;
}
.wrapil2 img {
  width: 96%;
}
.wrapil2 .box {
  width: 96%;
}
.wrapil2 .box h2 {
  font-size: 1.125rem;
  margin-top: 30px;
}
}
/*画像右+テキスト2*/
.wrapir2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  
  align-items: start;
  margin-bottom: 50px;
}

.wrapir2 img {
  display: block;
  width: 48%;
  object-fit: contain;
}

.wrapir2 .box {
  width: 48%;
}
.wrapir2 .box h2 {
  font-size: 1.5rem;
  color:#363636;
}
.wrapir2 .box h2 p {
  font-weight: bold;
}
.-w-button { 
  text-align:center;
}
@media  only screen and (max-width: 1024px) {
.wrapir2 {
  flex-direction: column;
}
.wrapir2 img {
  width: 96%;
}
.wrapir2 .box {
  width: 96%;
}
.wrapir2 .box h2 {
  font-size: 1.125rem;
  margin-top: 30px;
} 
}
/*タイトル＋テキスト*/
.ttsection {
  background-color: rgba(252,244,229,1);
}
.ttsection .wrap {
  width: 90%;
  margin: 0 auto;
}
.ttsection .fw-600 p{
  color: var(--bs-002);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 30px 0;
}
.ttsection .b-pad {
  padding:0 30px;
  font-size: 1rem;
}

.pb-30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .ttsection .fw-600 p{
  font-size: 1.125rem;
}
}
@media only screen and (max-width: 420px){
  .ttsection .fw-600 p{
  font-size: 1rem;
}
.ttsection .b-pad {
  font-size: .75rem;
}
}
/*下層ページタイトル*/
.layer{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 100px ;
}

/* 重ねる文字設定 */
.layer-txt p{
  color: #fff;
  letter-spacing: 0.4rem;
    font-size: 1.875rem;
    padding: 8rem 0;
    font-weight: 600;
  }
@media only screen and (max-width: 1024px) {
    .layer-txt p{
   font-size: 1.25rem;
   padding: 4rem 0;
  }
}
/*カード型 3列+テキスト 行 +背景色*/
.c3tbg {
  padding-top: 30px ;
  background-color: rgba(252,244,229,1);
}
.c3tbg .flex4{
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  margin: 0 auto;
}
.c3tbg .flex4 .item{
  display: flex;
  flex-direction: column;
  width: 32%;
  text-align: center;
  padding-bottom: 25px;
  background-color: rgba(252,244,229,1);
} 
.c3tbg .flex4 img {
  display: block;
  width: 100%;
  object-fit: contain;
  padding-bottom: 20px;
}

.c3tbg .flex4 .item .title{
  flex: 1;
  height: 100%;
  min-height: 0%;
  font-size:1rem;
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
.c3tbg .flex4 .item .title p {
  font-weight: 500;
}
@media (max-width:1024px) {
  	.c3tbg .flex4 {
	  display:block;
	}

.c3tbg .flex4 .item{
  width: 96%;
  padding-bottom: 25px;
} 
}
/*-w-btn*/
.-w-btn {
  padding: 6vh 0;
}
/*1枚画像*/
.item1img{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;
    margin: 0 auto;
}
.item1img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*見出しシンプル Font Awesome*/
.wraphfa {
  display: flex;
  margin: 50px 0 0 0;
}
.wraphfa h2 p{
  font-size: 1.375rem;
  font-weight: 600;
}
.space-r {
  padding-right: 12px;
}
@media only screen and (max-width: 768px) {
  .wraphfa h2 p{
  font-size: 1rem;
}
}
/*カード型 5列+テキスト */
.wrapit5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrapit5 .item {
  padding: 0px;
  width: 19%;
  background-color: #fff;
}
.wrapit5 .item h2 {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.wrapit5 .item h2 p {
  font-weight: 600;
}
.wrapit5 img {
  display: block;
  width: 100%;
  object-fit: contain;
  padding-bottom: 30px;
}
.wrapit5 .bn-wrap {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .wrapit5 {
  flex-direction: column;
}
  .wrapit5 .item {
    width: 95%;
    margin-bottom: 50px;
  }
  .wrapit5 .item h2 {
  font-size: .875rem;
}
}
/*カード型 3列+テキスト +ボタン2個*/
.wrapc3b2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrapc3b2 .item {
  padding: 0px;
  width: 32%;
  background-color: #fff;
  margin-bottom: 50px;
}
.wrapc3b2 .item h2 {
  font-size: 1.25rem;
  text-align: center;
}
.wrapc3b2 .item h2 p {
  font-weight: 500;
}
.wrapc3b2 img {
  display: block;
  width: 100%;
  object-fit: contain;
  padding-bottom: 30px;
}
.wrapc3b2 .bn-wrap {
  text-align: center;
}
.wrapc3b2 .bn-wrap2 {
  text-align: center;
  margin-top:20px;
}
@media only screen and (max-width: 1024px) {
  .wrapc3b2  {
  flex-direction: column;
}
  .wrapc3b2 .item {
    width: 96%;
  }
  .wrapc3b2 .item h2 {
  font-size: 1rem;
}
}
/*職人の技・こだわりぺージ*/
/*画像左+テキスト バランス*/
.wrapitb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
  align-items: start;
  margin-bottom: 50px;
}

.wrapitb img {
  display: block;
  width: 36%;
  object-fit: contain;
}

.wrapitb .box {
  width: 60%;
  
}
.wrapitb .box h2 {
  font-size: 1.75rem;
  color:#363636;
  padding-bottom: 2rem;
}
.wrapitb .box h2 p {
  font-weight: bold;
}
.-w-button { 
  text-align:center;
}
@media only screen and (max-width: 1024px) {
  .wrapitb {
  flex-direction: column;
}
.wrapitb img {
  width: 96%;
}
.wrapitb .box {
  width: 96%;
}
.wrapitb .box h2 {
  font-size: 1.25rem;
  margin-top: 30px;
  padding-bottom: 1.5rem;
  
}
}
/*カード型 3列+テキスト 行*/
.c3t .flex4{
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  margin: 0 auto;
}
.c3t .flex4 .item{
  display: flex;
  flex-direction: column;
  width: 32%;
  text-align: center;
  padding-bottom: 25px;
} 
.c3t .flex4 img {
  display: block;
  width: 100%;
  object-fit: contain;
  padding-bottom: 20px;
}

.c3t .flex4 .item .title{
  flex: 1;
  height: 100%;
  min-height: 0%;
  font-size:1.125rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width:1024px) {
	.c3t .flex4 {
	  display:block;
	}

.c3t .flex4 .item{
  width: 96%;
  padding-bottom: 25px;
} 
}
/*テキスト　NomalWeight*/
.wraptn {
  margin: 30px 50px;
}
.wraptn .z-text {
  font-size: 1rem;
}
@media  only screen and (max-width: 768px) {
  .wraptn h2 {
  font-size: .75rem;
}
}
/*サムネイル付きスライダー*/
  .maints {
    display: block;
    margin: 0 auto;
  }

  .maints .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }

  .maints .l-section {
    border-top: 1px solid #fff;
  }
  .maints .l-section .l-inner {
    padding-top: 0;
    padding-bottom: 8rem;
  }
.maints .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.maints .swiper,.maints .thumb-wrapper {
  width: 48%;
  padding: 8px 0;
}
  [class*=swiper]:focus {
    outline: none;
  }

  .maints .slide-media,
  .maints .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .maints .slide-media img,
  .maints .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .maints .swiper-button-prev, .maints .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .maints .swiper-button-prev::before, .maints .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .maints .swiper-button-prev::after, .maints .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .maints .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .maints .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .maints .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .maints .gallery02 {
    overflow: hidden;
  }
  .maints .gallery02 .swiper,
  .maints .gallery02 .thumb-wrapper {
    max-width: 720px;
    margin: auto;
  }
  .maints .gallery02 .swiper {
    overflow: visible;
  }
  .maints .gallery02 .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
  }
  .maints .gallery02 .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
  .maints .gallery02 .swiper-controller {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 62.5%;
  }
  .maints .gallery02 .swiper-button-prev, .maints .gallery02 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .maints .gallery02 .swiper-button-prev {
    right: calc(100% + 3.2rem);
  }
  .maints .gallery02 .swiper-button-next {
    left: calc(100% + 3.2rem);
  }
  .maints .gallery02 .slide {
    display: block;
    overflow: hidden;
  }
  .maints .gallery02 .slide-media {
    display: block;
    padding-top: 62.5%;
    border-radius: 4px;
  }
  .maints .gallery02 .slide-media img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .maints .gallery02 .slide-title p {
    font-weight: bold;
    line-height: 1.6;
    padding: 1.25rem 0;
    text-align: center;
  }
  .maints .gallery02 .thumb-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
  }
  .maints .gallery02 .thumb-media {
    padding-top: 100%;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 4px;
  }
  .maints .gallery02 .thumb-media img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .maints .gallery02 .thumb-media-active {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.3;
  }
  .maints .gallery02 .thumb-media-active img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
@media only screen and (max-width: 1024px) {
      /*html {
      -webkit-text-size-adjust: 100%;
    }*/
    .maints .l-inner {
      padding: 0;
    }
    
    .pc {
      display: none !important;
    }
    .maints .wrap {
  flex-direction: column;
}
.maints .swiper{
  margin-bottom: 10px;
}
.maints .swiper, .maints .thumb-wrapper {
  display: block;
  width: 96% !important;
}
    .maints .gallery02 .swiper-button-prev::before, .maints .gallery02 .swiper-button-next::before {
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: var(--box-shadow-dark);
              box-shadow: var(--box-shadow-dark);
    }
    .maints .gallery02 .swiper-button-prev::after, .maints .gallery02 .swiper-button-next::after {
      border-color: #fff;
    }
    .maints .gallery02 .swiper-button-prev {
      right: calc(100% - 3.2rem);
    }
    .maints .gallery02 .swiper-button-next {
      left: calc(100% - 3.2rem);
    }
}
@media only screen and (max-width: 599px) {
     /* html {
      font-size: 50%;
    }*/
    .pc-tab {
      display: none !important;
    }
    .gallery02 .thumb-wrapper {
      grid-template-columns: repeat(5, 1fr);
    }
}
@media only screen and (min-width: 1025px) {
      .maints .tab-sp {
      display: none !important;
    }
    .maints .swiper-button-prev::before, .maints .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .maints .swiper-button-prev:hover::before, .maints .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    .maints .gallery02 .thumb-media:hover {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    .maints .gallery02 .thumb-media:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
}
@media only screen and (min-width: 600px) {
      .sp {
      display: none !important;
      
    }
}
/*タイトル＋テキスト 背景色なし*/

.ttnosection .wrap {
  width: 90%;
  margin: 0 auto;
  color: var(--bs-001);
}
.ttnosection .fw-600 p {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 30px 0;
}
.ttnosection .b-pad {
  padding:0 2.125rem;
}

.ttnosection .pb-30 {
  padding-bottom: 20px;
}
@media  only screen and (max-width: 1024px) {
  .ttnosection fw-600 p {
  font-size: 1.125rem;
}
}
@media only screen and (max-width: 420px) {
  .ttnosection .fw-600 p {
  font-size: 1rem;
}
}
/*画像+記号+画像*/
.m-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.m-child {
  position: relative;/*相対配置*/
  padding: 20px;
  align-self: flex-start;
}
.m-child p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  background: var(--bs-002);/*背景色*/
  font-size: 1.25rem;
  line-height: 1;/*行高は1に*/
  padding: 10px 20px;/*文字周りの余白*/
  border-radius: 12px;
  top: 10%;
  left: 10%;
  font-family: "Noto Sans JP", sans-serif;
  }
  
  .m-child p.shu {
  background: var(--bs-003);/*背景色*/
  }
  
.m-parent img { max-width: 100%; }
.m-parent .child-featured {
  flex-shrink: 0;
  padding: 20px;
}

.m-parent .pc { display: block !important;
}
.m-parent .sp { display: none !important; }
@media  only screen and (max-width: 1024px) {
      .m-parent {
  display: block;
  text-align: center;
  width: 96%;
}
 .m-parent img { max-width: 100%; }   
    .m-parent .pc { display: none !important; }
    .m-parent .sp { display: block !important; }
}
/*会社概要ぺージ*/
/*テキスト　H2*/
.wraph2c {
  margin: 30px 50px;
}
.wraph2c h2 {
  font-size: 1rem;
}
.wraph2c h2 p{
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
.wraph2c h2 {
  font-size: .75rem;
}
.wraph2c h2 p{
  font-size: .75rem;
}
}
/*table*/
.tacom {
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}
.tacom th,
.tacom td{
  font-size: 1rem;
  border-bottom: 1px solid #999;
  padding: 1.125rem 1.5rem;
}
.tacom th{
  background: #eee;
  white-space: nowrap;
}
.tacom th p{
  font-weight: bold;
}
.tacom tr:first-child th,td{
  border-top: 1px solid #999;
}
@media only screen and (max-width: 1024px) {
    .tacom {
      width: 96%;
    }
    .tacom th,
    .tacom td{
      display: block;
    }
    .tacom th,
    .tacom td{
      border-top: none;  
      font-size: .875rem;  
    }
    .tacom tr:first-child th{
      border-top: 1px solid #999;
    }
}
/*table02 flex のコピー*/
.wrapta2 {
  margin: 0 auto;
}

.wrapta2 table{
  border-collapse: collapse;
  width: 100%;
}
.wrapta2 table.tb01 .head th{
  font-weight:bold;
}
.wrapta2 table.tb01 .head i{
  color: #fff;
  font-weight:bold;
}
.wrapta2 table.tb01 tr:not(.head) i {
  color: #6c2b2f;
  font-weight: bold;
  transition: all 0.5s ease;
}
.wrapta2 table.tb01 tr:not(.head) i:hover {
  color: #a0a0a0;
}
.wrapta2 .tb01 th,
.wrapta2 .tb01 td{
  padding: 1.125rem;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.wrapta2 .tb01 th {
  background: var(--bs-002);
  color:#fff;
}
  .wrapta2 table.tb01 tr td:hover {
  background-color: #eee;
}
.wrapta2 .mlr {
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
.wrapta2  {
  flex-direction: column;
}
  .wrapta2 .tb01 .head{
    display:none;
  }
  .wrapta2 .tb01 {
    width: 100%;
  }
  .wrapta2 table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .wrapta2 table.tb01 td:first-child {
    background: var(--bs-002)!important;
    color: #fff;
    font-weight:bold;
  }
  .wrapta2 table.tb01 tr td:hover {
  background-color: #eee;
  }
  .wrapta2 table.tb01 td:before{
    content: attr(data-label);
    font-size: .75rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .wrapta2 .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }  
}
/*画像小左+テキスト*/
.wrapimlt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 50px;
  padding:0 50px;
}

.wrapimlt img {
  display: block;
  width: 26%;
  object-fit: contain;
}

.wrapimlt .box {
  width: 70%;
}
.wrapimlt .box p {
  font-size: 1rem;
  color:#363636;
}
.wrapimlt .-w-button { 
  text-align:center;
}
@media  only screen and (max-width: 1024px) {
  .wrapimlt  {
  flex-direction: column;
}
.wrapimlt img {
  width: 96%;
}
.wrapimlt .box {
  width: 96%;
}
.wrapimlt .box p {
  font-size: .75rem;
  margin-top: 30px;
}
}
/*カード型 3列*/
.wrap3cc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 50px;
  overflow: hidden;
}
.wrap3cc .item {
  padding: 0px;
  width: 32%;
  background-color: #fff;
}
.wrap3cc img {
  display: block;
  width: 100%;
  object-fit: contain;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .wrap3cc  {
  flex-direction: column;
}
  .wrap3cc .item {
    width: 96%;
  }

  .wrap3cc .item:last-child {
    margin-bottom: 30px;
  }
}
/*下層_プライバシーポリシー*/
.w-rule strong {
  font-weight: bold;
}
/*特定商取引法*/
.guide {
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
.guide th,
.guide td{
  font-size: 1.25rem;
  border-bottom: 1px solid #999;
  padding: 1.125rem 1.5rem;
}
.guide th{
  background: #eee;
  white-space: nowrap;
}
.guide th p {
  font-weight: bold;
}
.guide tr:first-child th,td{
  border-top: 1px solid #999;
}
.guide a{
  text-decoration: none;
    color: #6c2b2f;
    cursor: pointer;
    transition: 0.5s;
    opacity: 1;
}
.guide a:hover {
 color: #a0a0a0;
}
@media only screen and (max-width: 1024px) {
.guide {
  width: 100%;
}
.guide th,
.guide td{
  display: block;
}
.guide th,
.guide td{
  border-top: none;  
  font-size: 1rem;  
}
.guide tr:first-child th{
  border-top: 1px solid #999;
}
}
/*サイトマップ */
.-w-sitemap > ul {
  list-style: none;
}
.-w-sitemap > ul > li p.-w-cont_link {
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 600;
}
.-w-sitemap > ul > li p.-w-cont_link a {
  text-decoration: none;
  color: inherit;
  line-height: 1.5;
  position: relative;
  font-weight: 600;
}
.-w-sitemap > ul > li p.-w-cont_link a:hover {
  color: var(--accent); /* = css('color',resource('colors','accent')) の想定置換 */
}
.-w-sitemap > ul > li > ul {
  list-style: none;
  min-height: 300px;
  width: 100%;
  column-count: 2;
}
.-w-sitemap > ul > li > ul > li {
  page-break-inside: avoid;
  break-inside: avoid;
  height: 100%;
  margin: 0 1rem 0.3rem;
}
.-w-sitemap > ul > li > ul > li p.-w-cont_link {
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 600;
}
.-w-sitemap > ul > li > ul > li p.-w-cont_link a {
  text-decoration: none;
  color: inherit;
  line-height: 1.5;
  position: relative;
}
.-w-sitemap > ul > li > ul > li p.-w-cont_link a:hover {
  color: var(--accent); /* 同上 */
}
.-w-sitemap > ul > li > ul > li ul.-w-sub-menu {
  list-style: none;
  padding-left: 3em;
  page-break-inside: avoid;
  break-inside: avoid;
}
.-w-sitemap > ul > li > ul > li ul.-w-sub-menu li p.-w-cont_link {
  font-weight: 400;
}
.-w-sitemap > ul > li > ul > li ul.-w-sub-menu li p.-w-cont_link a::before {
  position: absolute;
  top: 40%;
  left: 0;
  width: 14px;
  height: 9px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  left: -1.6em;
  content: "";
  opacity: 0.5;
}
@media (max-width: 768px) {
.-w-sitemap > ul > li > ul {
  column-count: 1;
}
}
/*オンラインショップぺージ*/
/*カード型 3列画像+アイコン+テキスト+ボタン*/
.onshopp .flex4{
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  margin: 0 auto;
}
.onshopp .flex4 .item{
  display: flex;
  flex-direction: column;
  width: 30%;
  text-align: center;
  padding-bottom: 25px;
} 
.onshopp .flex4 img {
  display: block;
  width: 100%;
  object-fit: contain;
  padding-bottom: 30px;
}
.onshopp .flex4 .item i{
    font-size: 72px;
    color: var(--bs-002);
    margin-bottom: 25px;
}
.onshopp .flex4 .item .title{
  flex: 1;
  height: 100%;
  min-height: 0%;
  font-size:1.125rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.onshopp .flex4 .item .title p {
  font-weight: bold;
}
.onshopp .flex4 .item .text{
  flex: 2;
  height: 100%;
  min-height: 0%;
  text-align: left;
  margin-bottom: 25px;
}
.onshopp .flex4 .item .bn-wrap{
  max-height: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 5px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  width: 250px;
}
@media (max-width: 1024px) {
  	.onshopp .flex4 {
	  display:block;
	}

.onshopp .flex4 .item{
  width: 100%;
  padding-bottom: 25px;
} 

.onshopp .flex4 .item i{
    font-size: 60px;
}
}

/*お問い合わせぺージ*/
.-w-wrapper-con {
    width:70%;
    padding: 0;
	margin:0 auto;
}
/*.-w-text {
    margin-bottom:4.0rem;
}*/

.alert,/*入力不備の際　　class未使用要作成検討*/
.alert + div {
	font-weight: bold;
	color: #ff0000;
}
/*必須*/
.-w-require,
.require{
    display: inline-block;
	border-radius: 2px;
	margin-left: 10px;
	font-size: 0.8em;
	font-weight: normal;
	padding: 5px 8px;
	background : #ed1606;
	color: #fff;
}

.-w-wrapper-con table {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
}
.-w-wrapper-con table tr th {
    border: 1px solid;
    border-color: #ddd;
    background: #eee;
    color: #363636;
	width: 30%;
	padding: 28px 37px 25px;
	font-weight: bold;
	vertical-align: middle;
	text-align:right;
}
.-w-wrapper-con table tr td {
    border: 1px solid ;
    border-color: #dddddd;
    background: #ffffff;
    color: #363636;
	width: 70%;
	padding: 28px 37px 25px;
	vertical-align: middle;
}
.-w-wrapper-con table tr:last-child th,
.-w-wrapper-con table tr:last-child td {
	border-bottom: 1px solid;
  border-color: #ddd;
}
.-w-form-btn {
	text-align: center;
}
.-w-form-btn .wpcf7-spinner{
	display: none;
}
.-w-form-btn [type="submit"] {
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    color: #fff;
    background: #ed1606;
    transition: .3s;
    border-radius: .75rem;
    border: solid 1px #ed1606;
    cursor: pointer;
}
.-w-form-btn [type="submit"]:hover {
	background-color: #6c2b2f;
  border: solid 1px #6c2b2f;
  color: #fff;
}
.-w-back-btn [type="button"] {
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    color: #fff;
    background: #6c2b2f;
    transition: .3s;
    border-radius: 2rem;
    border: solid 1px #6c2b2f;
    cursor: pointer;
    filter: grayscale(1);
    opacity: 0.5;
}
.-w-back-btn [type="button"]:hover {
	background-color: #dddddd;
  border: solid 1px #dddddd;
}
.-w-btn-wrap {
	width: 50%;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.-w-back-btn a:hover {
	background-color: #dddddd;
	border-color: #dddddd;
}
.-w-btn-wrap .-w-form-btn {
	margin-left:3.0rem;
}
.-w-btn-wrap .-w-form-btn button[type="submit"] {
	vertical-align: top;
}
.owlet-input-sample{
	padding: 0 10px;
}
.owlet-input-sample a {
    color: inherit;
    text-decoration: none;
}
input[type="text"],input[type="email"]{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
input.owlet-input-name-sei[type="text"],
input.owlet-input-name-mei[type="text"]{
	width: 40%;
	padding: 10px;
	margin: 0 10px 0;
}
input[type="text"],select ,input[type="email"] {
	min-height: 30px;
    border: 1px solid ;
    border-color: #dddddd;
}
input.owlet-input-tel1[type="text"],
input.owlet-input-tel2[type="text"],
input.owlet-input-tel3[type="text"],
input.zip1[type="text"],
input.zip2[type="text"]{
	line-height: 1.2;
	padding: 10px;
  border: 1px solid ;
  border-color: #dddddd;
	width: 115px;
}
textarea {
	min-height: 150px;
	line-height: 1.2;
	padding: 10px;
  border: 1px solid ;
  border-color: #dddddd;
	width: 100%;
}
select {
	line-height: 1.2;
	border: 1px solid ;
  border-color: #dcdcdc;
	width: 180px;
}
.owlet-input-name-sei,
.owlet-input-name-mei,
input[type="name_sei"],
input[type="name_mei"] {
	width: 90px;
	margin: 0 5px;
}
input[name="input[email]"],
input[name="input[email_confirm]"] {
	width: 100%;
}
.zip1,.zip2 {
	width: 60px;
	margin-bottom: 10px;
}
.zip2addr {
	margin-bottom: 10px;
	padding: 6px 13px 4px;
	box-sizing: border-box;
	display: inline-block;
	border:0;
	color:{=htmlspecialchars(resource('colors','button_text'))=};
	background:{=htmlspecialchars(resource('colors','button'))=};
}
.address,
input[name="input[address_address]"],
input[name="input[address_address2]"],
input[name="input[address2_address]"],
input[name="input[address2_address2]"] {
	width: 100%;
	margin-left: 0;
}
.address,
input[name="input[address_address]"] {
	margin-bottom: 5px;
}
.owl-datepicker {
	width: 150px;
	margin-right: 5px;
}
select[name="input[date_hour]"],
select[name="input[date_minute]"] {
	margin-right: 5px;
}
.owlet-input-tel1,
.owlet-input-tel2,
.owlet-input-tel3 {
	width: 60px;
}
.owlet-input-tel2,
.owlet-input-tel3 {
	margin-left: 5px;
}
input[name="input[company_name]"] {
	width: 80%;
	line-height: 1.2;
	padding: 2px;
}
textarea[name="input[text]"] {
	width: 80%;
}
table tr td label {
	display: block;
}
input[name="input[select_etc]"],
input[name="input[radio_etc]"],
input[name="input[check_etc]"] {
	width: 80%;
	margin-top: 5px;
}
.-w-rules-agree {
	text-align: center;
	margin-bottom: 5.0rem;
}
.-w-rules-agree a{
	display: inline-block;
}
.-w-rules-body {
    height: 8em;
    overflow-y: scroll;
    border: 1px solid #aaa;
    margin: 2rem auto;
    padding: 0.5rem;
}
@media (max-width: 768px) {
  .-w-ttl-en {
    font-size: 10vw;
}
.-w-wrapper-con table tr th {
    display: block;
    width: 100%;
    padding: 10px 2%;
    border-bottom: none;
    text-align:left;
}
.-w-wrapper-con table tr td {
    display: block;
    width: 100%;
    padding: 10px 2%;
    border-bottom: none;
    text-align:left;
}
input[type="file"] {
    line-height: 1;
}
input.owlet-input-name-sei[type="text"],
input.owlet-input-name-mei[type="text"]{
	width: 100%;
	margin: 0 auto;
}
input.owlet-input-name-sei[type="text"] {
    margin-bottom:10px;
}
}

/*新着情報 アーカイブ*/
/*ブログ一覧(F) (ページャー有)*/
.-w-article_list .-w-img a {
  display: block;
aspect-ratio: 99/ 64;
overflow: hidden;
line-height: 0;
}
.-w-article_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.-w-article_list a:hover {
    opacity: 0.7;
}
.-w-article_list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.-w-article_list li {
    list-style: none;
    display: inline-flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    width: 24%;
    margin: 0 1.3% 1% 0;
}
.-w-article_list li:nth-child(4n) {
    margin: 0 0 1% 0;
}
.-w-article_list li a {
	color: inherit;
	text-decoration: none;
  font-weight: bold;
}
.-w-article_list:empty::before {
    content: "記事はありません";
    width: 100%;
    text-align: center;
    margin-left: 5rem;
}
.-w-article_list .-w-copy {
    text-align:left;
    font-size: 1.125rem;
    line-height: 1.3;
    margin-bottom: 0.4rem;
    padding: 13px 10px;
    border-bottom: 1px dotted #999999;
}
.-w-article_list .-w-text {
  font-size: 1.125rem!important;
}
.-w-article_list .-w-date {
    background: #6c2b2f;
    color: #ffffff;
    text-align:left;
    font-size: 80%;
    margin-bottom: 0.4rem;
    padding: 0.4rem;
    text-align: right;
}
.-w-article_list .-w-txt {
    padding: 15px 10px;
    font-size: 1rem;
}

.pagenation {
	display: table;
	text-align: center;
	margin:0px auto 20px;
}
.pagenation span {
	float: left;
	width: 40px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1;
	font-size: 15px;
	color: #fff;
	box-sizing:border-box;
}
.pagenation span + span {
	margin: 0px 0px 10px 14px;
}
.pagenation span.prev.current + span {
	margin: 0px 0px 10px 0px;
}

/*ページリンク*/
.pagenation span a {
    display: block;
    width: auto;
    padding: 12px 0px 12px 0px;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #ed1606;
    height: 46px;
    background: #ed1606;
    border-color: #ffffff;
    color: #ffffff;
}
.pagenation span a:hover {
	text-decoration: none;
    background: #ffffff;
    border-color: #6c2b2f;
    color: #6c2b2f;
}

.pagenation span.current {
	display: inline-block;
    padding: 12px 0px 12px 0px;
	text-decoration: none;
    border: 1px solid #ed1606;
    background: #ffffff;
    border-color: #ed1606;
    color: #ed1606;
    height: 46px;
}
.pagenation span.scope_limit {
	text-decoration: none;
    border: 1px solid #ed1606;
    background: #ed1606;
	color: #ed1606;
    border-color: #ed1606;
    background: #ffffff;
}

/*前へ・次へ*/
.pagenation span.prev,.pagenation span.next {
	padding:0px 0 0 0;
	font-size: 18px;
}
.pagenation span.prev a,.pagenation span.next a {
	padding: 12px 0px 13px 0px;
	font-size: 18px;
}
.pagenation span.prev.current,.pagenation span.next.current {
	display: none;
}
@media (max-width: 768px) {
  ul.-w-article_list li{
    display: block;
}
.-w-article_list:empty::before {
    margin-left: 0;
}
.-w-article_list {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.-w-article_list li{
    width: 100%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.-w-article_list li {
    margin: 0 auto 2%;
}
.-w-article_list li:nth-child(4) {
    margin: 0;
}
}
@media (max-width: 480px) {
  .-w-article_list .-w-img img{
    width: 100%;
}
.-w-article_list .-w-category-1{
    margin-bottom: 0.5rem;
}
}

/*ブログ詳細*/
.-w-single-o img {
    max-width:100%;
    vertical-align: middle;
    display: inline-block;
}
.-w-single-o li{
    list-style:none;
}
.-w-single-o .-x-title-xl{
    margin-bottom: 3rem;
}
.-w-single-o .-w-right{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content:space-between;
    margin-bottom: 3rem;
}
.-w-single-o .-w-data{
    font-size: 120%;
    padding-left: 1rem;
}
.-w-single-o .-w-box{
    min-width: 160px;
    height: 100%;
    line-height: 2;
    text-align: center;
    padding: 0.4rem;
}
.-w-single-o .-w-category-1 {
    background: #ffffff;
    color: #333;
    margin-left: 0;
}
.-w-single-o .-w-one-box{
    margin: 0 auto;
}
.-w-single-o .-w-contents{
    margin-bottom: 3rem;
}
.-w-single-o .-w-img{
    margin: 3rem auto;
    text-align: center;
}

.-w-btn {
    margin: 3rem auto 0;
    text-align: center;
}
@media (max-width: 480px) {
  .-w-single-o .-w-right{
    justify-content: center;
}
}