@charset "utf-8";
/*
theme Name: heiseigobyou var2
Description: original theme
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #222222;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #F7F7F7;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

p {
  margin: 0;
}

dl {
  margin: 0;
}
dd {
  margin: 0;
  padding: 0;
}

figure,
iframe {
  width: 100% !important;
  padding: 0;
  margin: 0;
}

video {
  width: 100%;
  display: block;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}
.inner {
  max-width: 800px;
  margin: 0 auto;
}

/* ボタン */
.btn {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
}
.btn-primary {
  background: #36542E;
  font-size: 16px;
  padding: 15px 10px;
}

/* ヘッダー */
.header-box {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.header-box a {
	color: #333333;
}
.header-box .btn-primary {
	color: #ffffff;
}
.site-title {
  max-width: 250px;
}
.page-h1 {
  text-align: center;
}
.logo-text {
  font-size: 14px;
  color: #333;
}
.contact-area {
  margin-left: auto;
}
.page-contact-area {
  display: flex;
  align-items: center;
}
.contact-area .tel {
  display: flex;
  align-items: center;
}
.contact-area .tel-label {
  line-height: 1.2;
}
.contact-area .tel-num a {
  font-size: 38px;
  padding-left: 10px;
  color: #333333;
}
.topTelNum {
	color: #ffffff !important;
}
.contact-area .contact {
  padding-left: 15px;
}
.toggle-btn {
  display: none;
}
@media (max-width:840px) {
  .contact-area .tel-label {
    font-size: 14px;
  }
  .contact-area .tel-num {
    font-size: 30px;
  }
}
@media (max-width:780px) {
  #header {
    position: relative;
    background: #fff;
  }
  .lg-logo {
    display: none;
  }
  .site-title {
    max-width: 140px;
  }
  .logo-text,
  .contact-area {
    display: none;
  }
  .toggle-btn {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
    margin-left: auto;
  }
  .toggle-btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #C4C4C4;
    transition: all .5s;
  }
  .toggle-btn span:nth-child(1) {
    top: 2px;
  }
  .toggle-btn span:nth-child(2) {
    top: 9px;
  }
  .toggle-btn span:nth-child(3) {
    bottom: 1px;
  }
  .open .toggle-btn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
  }
  .open .toggle-btn span:nth-child(2) {
    display: none;
  }
  .open .toggle-btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
  }
}
@media (min-width:781px) {
  .home .site-title {
    width: 100%;
    max-width: 100%;
    line-height: .5;
  }
  .lg-logo {
    max-width: 270px;
  }
  .sm-logo {
    display: none;
  }
  .home .logo-text {
    color: #fff;
    font-weight: 300;
  }
  .home .contact-area {
    padding-top: 15px;
    position: fixed;
    right: 10px;
    top: 10px;
  }
  .home .contact-area .contact {
    padding-left: 0;
    display: flex;
  }
  .home .contact-area .btn {
    width: 160px;
    display: block;
    text-align: center;
  }
  .home .contact-area .btn {
    margin-right: 20px;
  }
  .home .contact-area .tel {
    padding-top: 15px;
    white-space: nowrap;
    color: #fff;
  }
}

/* フッター */
.home #footer {
  background: #fff;
  padding: 0;
}
.footer-box {
  padding: 50px 0;
}
.footer-logo {
  max-width: 18.5rem;
  margin-bottom: 0.625rem;
}
#menu-footer-nav a {
  color: #333;
}
#menu-footer-nav .menu-item {
  margin-bottom: 10px;
}
.copyright {
    font-weight: 350;
    letter-spacing: 0.06em;
    color: #777777;
    text-align: center;
    display: block;
}
.fb-feed {
  margin-left: auto;
}
@media (max-width:780px) {
  .footer-box {
    padding: 20px 0;
  }
  .footer-address {
    padding: 0 15px;
  }
  .fb-feed {
    display: none;
  }
}

/* ホーム */
.home-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 35px;
}
.main-visual {
  position: relative;
}
#videoWrap {
	position: relative;
	overflow: hidden;
}
.section-title {
  font-size: 28px;
}
.section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #36542E;
  margin-bottom: 15px;
}
.notice {
  padding-bottom: 80px;
}
.btn-area {
  padding: 20px 0 0 0;
}
.btn-info {
  position: relative;
  font-size: 18px;
  border: 2px solid #AF173C;
  color: #AF173C;
  max-width: 280px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 15px 0 10px 0;
  text-align: center;
}
.btn-info::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #af173d;
  position: absolute;
  top: 20px;
  right: 20px;
}
.news-item {
  border-bottom: 1px solid #F7F7F7;
}
.info .news-date {
  font-family: 'Noto Sans JP', sans-serif;
  color: #777777;
  font-weight: 400;
}
.news-title {
  font-weight: 400;
  color: #222222;
}
.news-more-link {
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news-more-link::after {
  content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid #222222;
    border-left: 2px solid #222222;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  margin-left: 0.625rem;
}
.review-list {
  padding: 1rem 0;
}
.review-list{
  border-bottom: 1px solid #F7F7F7;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.user-img {
  width: 60px;
}
.user-name {
  font-size: 14px;
}
.comment {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #222222;
  margin-top: 0.563rem;
}
@media (max-width:780px) {
  .section-title {
    font-size: 20px;
  }
  .news-section-title {
    font-size: 20px;
  }
  .news-section-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #36542E;
    margin-bottom: 5px;
  }
  .review-section-title {
    text-align: left;
  }
  .review-section-title br {
    display: none;
  }
  .review-section-title::after {
    margin-top: 5px;
  }
}
@media(min-width: 1600px) {
	#videoWrap {
		max-height: 900px;
		height: 100vh;
	}
	#videoWrap video {
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:auto;
	}
}

/* ホームナビ */
@media (max-width:780px) {
  .home-nav-box {
    display: none;
  }
  .open .layer {
    background: rgb(0 0 0 / 42%);
     position: fixed;
     width: 100%;
     height: 100vh;
     z-index: 1;
  }
  .home-sp-box {
    transform: translateX(100%);
    transition: all .5s;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 90%;
    height: 100vh;
    z-index: 100;
  }
  .open .home-sp-box {
    transform: translateX(0);
  }
  .sp-nav-header {
    display: flex;
    align-items: center;
    padding: 15px 10px;
  }
  .sp-nav-logo {
    max-width: 140px;
  }
  #sp-nav {
    padding: 20px 10px;
  }
  #menu-sp-nav li {
    margin-bottom: 20px;
    /* display: flex;
    align-items: center; */
  }
  #menu-sp-nav li a {
    color: #333;
  }
  .light-icon::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(images/menu-icon-01.svg) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
    vertical-align: text-bottom;
  }
  .search-icon::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 26px;
    background: url(images/menu-icon-02.svg) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 16px;
    vertical-align: text-bottom;
  }
  .map-icon::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 26px;
    background: url(images/menu-icon-03.svg) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 16px;
    vertical-align: text-bottom;
  }
  .tel-icon::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 26px;
    background: url(images/menu-icon-04.svg) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 16px;
    vertical-align: text-bottom;
  }
  .calender-icon::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/menu-icon-05.svg) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 16px;
    vertical-align: text-bottom;
  }
  .mail-icon::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/menu-icon-06.svg) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 16px;
    vertical-align: text-bottom;
  }
}
@media(min-width:781px) {
  .home-sp-box {
    display: none;
  }
  .home-nav-box {
    background: #f5f5f5;
    padding: 10px 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #menu-home-nav {
    display: flex;
    border-left: solid 2px #fff;
  }
  #menu-home-nav .menu-item {
    font-size: 24px;
    flex: 1;
    text-align: center;
    border-right: solid 2px #fff;
    padding-top: 5px;
  }
  #menu-home-nav .menu-item a {
    color: #333;
    line-height: 1.2;
  }
  #menu-home-nav .menu-item .sub-text {
    display: block;
    font-size: 16px;
  }
}

.home-contents-bottom {
  padding: 60px 0 0 0;
}
.banner-link {
  display: block;
  color: #333;
}
.access-link {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8F8F8 100%);
}
.access-title-label {
  background: #36542E;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.access-title-en {
  display: block;
  font-size: 14px;
}
.access-link-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
}
  .access-link-img img {
	  width: 320px;
	  padding: 15px;
  }
  #main_mobile li a{
    color: #222222;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  #mainnav > ul > li > a:hover, #main_mobile > ul > li > a:hover, #mainnav > ul > li.current-menu-item > a, #main_mobile > ul > li.current-menu-item > a{
    color: #D48154;
  }
  #mainnav > ul.menu > li{
    position: relative;
  }
  #mainnav > ul.menu{
    display: flex;
    align-items: center;
    gap:1.75rem;
  }
.hei_list_contact li:not(:last-child){
  width: 7.375rem;
  height: 7.375rem;
  background: #F1EEEA;
  border-radius: 0px 0px 0.625rem 0.625rem;
  padding-top: 0.625rem;
}
.bg_ionner{
  width: 4.063rem;
  height: 4.063rem;
  background: #FFFFFF;
  text-align: center;
  line-height: 4.063rem;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  padding-top:0.875rem;
}
.bg_ionner img{
  margin: 0 auto;
}
.text_hd{
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #222222;
  font-style: normal;
  display: block;
  margin-top: 0.688rem;
}
.info_hd{
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #000000;
}
.hei_number_phone{
    font-style: normal;
    font-weight: 700;
    color: #D48154;
}
.main_phone{
  display: flex;
  align-items: center;
  justify-content: center;
}
.hei_list_contact{
  display: flex;
  gap: 0.625rem;
}
.hei_note_time{
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #000000;
}
.hei_list_contact li:last-child{
  background: #F1EEEA;
  border-radius: 0px 0px 0.625rem 0.625rem;
}
.logo a{
  display: inline-block;
}
.menu-control-mobi{
    float: right;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin:1.063rem 0;
    width: 2.125rem;
    height: 1.625rem;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu-control-mobi:before, .menu-control-mobi:after{
  content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    background: #000000;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu-control-mobi:before{
  -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}
.menu-control-mobi.active:before{
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.menu-control-mobi:after{
  -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}
.menu-control-mobi.active:after{
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.menu-control-mobi span{
  position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
    background: #222;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu-control-mobi.active span{
  opacity: 0;
}
#main_mobile ul li{
  position: relative;
  padding: 1.5rem 0;
}
#main_mobile > ul > li::after{
  content: "";
  width: 120%;
  height: 1px;
  background-color: #F7F7F7;
  position: absolute;
  left: -1rem;
  bottom: 0;
}
#main_mobile ul li:not(.menu-item-has-children)::before{
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #D48154;
  border-left: 2px solid #D48154;
  position: absolute;
  right: 0.188rem;
  top: 1.875rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@media(min-width:781px){
  .only_sp{
    display:none!important;
  }
  #mainnav ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #222222;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .main_phone{
    gap: 0.313rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .wrap-header{
    display: flex;
    justify-content: space-between;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: 1440px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .header-left{
    padding-top: 1rem;
  }
  #mainnav > ul.menu > li{
    line-height: 2.688rem;
    height: 4.063rem;
  }
  #mainnav ul li .sub-menu{
    padding: 1rem 1.5rem;
  }
  #mainnav ul li .sub-menu li{
    line-height:2.5rem;
    position: relative;
    z-index: 2;
    white-space: nowrap;
  }
  .hei_list_contact li:last-child{
    width: 17.563rem;
    height: 7.375rem;
    overflow: hidden;
  }
  .hei_list_contact li:last-child a{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 7.375rem;
  }
  .hei_list_contact .img-zat{
    width: 8.313rem;
    display: block;
  }
  .main_phone img{
    width: 2.25rem;
    height: 1.5rem;
  }
  .hei_number_phone{
    font-size:1.688rem;
    line-height: 2.125rem;
  }
  .hei_note_time{
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
@media(min-width: 781px) and (max-width: 1199px){
  #mainnav{
    margin-top: 0.5rem;
  }
  #mainnav ul li a{
    font-size: 1.5rem;
  }
}
@media(max-width:780px){
  html {
    font-size: 4.10256410256vw;
  }
  .hei_list_contact li:not(:last-child){
    display: none;
  }
  .wrap-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:0.625rem;
    padding-right:0.625rem;
  }
  .wrap-header .menu-navigation{
    display: none;
  }
  .header-left .logo img{
    width: 6.938rem;
    height: 2.188rem;
  }
  .main_phone{
    gap:0.375rem;
  }
  .info_hd{
    display: none;
  }
  .main_phone img{
    width: 1.563rem;
    height: 1.063rem;
  }
  .hei_number_phone{
    font-size: 1.25rem;
    line-height: 1rem;
  }
  .hei_note_time{
    font-size: 0.625rem;
    line-height: 0.875rem;
    margin-top: 0.25rem;
  }
  .hei_list_contact li:last-child{
    padding: 1rem 0.5rem 0.825rem 0.5rem;
    border-radius: 0;
  }
  #header{
    width: 100%;
    z-index: 99999;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }
  #main_mobile{
    background-color: #FFFFFF;
    padding: 1rem 1rem 2rem 1rem;
    overflow: scroll;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999999;
    height: 40rem;
  }
  #main_mobile > ul{
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width:780px) {
  .banner-item {
    margin-bottom: 20px;
  }
  .access-title-label {
    flex-direction: column-reverse;
    font-size: 24px;
    border-radius: 0 20px 0 0;
    line-height: 1.4;
    padding: 8px 0 5px 0;
  }
  .access-title-en {
    font-size: 12px;
  }
  .access-link-img {
    padding: 10px 25px;
    background: #F5F5F5;
  }
  .access-link-img .banner-caption {
    display: none;
  }
  .access-link-text {
    background: #F5F5F5;
    padding: 0 20px 20px 20px;
  }
  .access-link-title {
    font-size: 18px;
  }
  .access-link-title br {
    display: none;
  }
}



@media(min-width:781px) {
  .banner-list {
    display: flex;
    justify-content: space-between;
  }
  .main-header .logo a img{
    width: 17.818rem;
    height: 5.313rem;
  }
  .banner-item {
    width: 32%;
  }
  .access-link {
    display: flex;
    padding: 20px 0 0 0;
  }
  .access-title-label {
    max-width: 370px;
    width: 100%;
  }
  .access-link-img {
    padding: 5px 50px;
  }
  .access-link-text {
    min-width: 210px;
    padding-right: 10px;
  }
  .access-link-text .banner-caption {
    display: none;
  }
  .access-link-title {
    padding: 15px 0 0 0;
    text-align: center;
  }
}

#point {
  margin: 50px 0;
}
.pointCard {
	width: 360px;
	background-color: #ffffff;
	border-radius: 4px;
}
.pointCard dt {
	margin: 15px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #333333;
}
.pointCard dd {
	padding: 10px;
	}
.pointCard dd.reasonLink {
	text-align: right;
}
.pointCard dd.reasonLink a{
	color: #AF173C;
}
#point
.lg-img,
.sm-img {
  margin: 0 auto;
}
@media (max-width:780px) {
  #point {
    padding: 0;
  }
  .lg-img {
    display: none;
  }
  .pointCard {
	  border: 1px solid #d5d5d5;
	  margin-bottom: 20px;
	}
}
@media(min-width:781px) {
  #point {
      padding: 30px 0 60px 0;
    background: #F5F5F5;
  }
  .sm-img {
    display: none;
  }
}

#products {
  padding-bottom: 50px;
}
.products-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products-item {
  width: 49%;
  margin-bottom: 15px;
}
@media (max-width:780px) {
.products-item {
  width: 100%;
}
}

.sitenav-box .widget_text {
  margin: 0;
}
@media (max-width:780px) {
  .sitenav-title {
    background: #36542E;
    color: #fff;
    padding: 10px 15px;
  }
  .sitenav-box .widget_nav_menu {
    border: solid 1px #36542E;
    margin-bottom: 20px;
  }
  .sitenav-wrapper .menu {
    margin: 15px 0;
  }
}
@media(min-width:781px) {
  #site-nav {
    background: #F5F5F5;
    padding: 40px 0;
  }
  .sitenav-box {
    display: flex;
  }
  .sitenav-title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 32px;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }
  .sitenav-subtitle {
    display: block;
    font-size: 22px;
  }
  .sitenav-title::before {
    content: "";
    display: block;
    width: 2px;
    height: 60px;
    background: #36542E;
    margin-left: 8px;
  }
  .sitenav-wrapper .menu {
    padding-right: 80px;
    margin: 0;
  }
}

#blog {
  padding: 40px 0 60px 0;
}
.blog-item {
  padding-top: 15px;
}
.blog-link {
  display: flex;
}
.blog-title {
  background: #F5F5F5;
  border-radius: 4px;
  color: #333;
  display: flex;
  align-items: center;
  padding: 10px;
  line-height: 1.4;
  flex: 1;
}
@media (max-width:780px) {
  .blog-img img {
    min-width: 64px;
    width: 64px;
    height: 100%;
    object-fit: cover;
  }
  .blog-title {
    font-size: 14px;
  }
}
@media(min-width:781px) {
  .blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog-list::after {
    content: "";
    display: inline-block;
    width: 32%;
  }
  .blog-item {
    width: 32%;
  }
  .blog-img img {
    min-width: 100px;
    width: 100px;
    height: 100%;
    object-fit: cover;
  }
}

#contact {
  background: #F5F5F5;
  padding: 40px 0 60px 0;
}
#contact .section-title {
  text-align: center;
}
#contact .section-title::after {
  margin: 5px auto 20px auto;
}
.contact-list {
  padding: 15px 0 40px 0;
}
.contact-item {
  background: #fff;
  padding: 15px;
}
.contact-item a {
	color: #333333;
}
.contact-item .btn-info {
	color: #AF173C;
}
.contact-item-title {
  font-size: 22px;
  border-left: solid 6px #36542E;
  padding: 5px 0 0 10px;
  margin-bottom: 15px;
}
.contact-item-tel {
  font-size: 38px;
}
.contact-item-note {
  font-size: 14px;
}
.contact-item .btn-area {
	display: flex;
}
.contact-item .btn-area .btn-info {
	max-width: 210px;
}
.calender {
  padding: 15px 0 0 0;
}
@media (max-width:780px) {
  #contact {
    padding: 40px 10px;
    margin: 0 -10px;
  }
  .contact-item-title {
    font-size: 18px;
    letter-spacing: 0;
  }
  .section-contact-text br {
    display: none;
  }
  .contact-item {
    margin-bottom: 20px;
  }
  .contact-item .btn-area .btn-info {
	  max-width: 46%;
  }
}
@media(min-width:781px) {
  .section-contact-text {
    text-align: center;
  }
  .contact-list {
    display: flex;
    justify-content: space-between;
  }
  .contact-item {
    width: 49%;
  }
  .btn-area .btn-info::after {
	  display: none;
  }
}

@media (max-width:780px) {
  .sp-contact-box {
    padding-bottom: 30px;
  }
  .sp-contact-list {
    display: flex;
    justify-content: space-between;
      padding: 15px 0;
  }
  .sp-contact-box .btn-primary {
    border: 2px solid #36542E;
    padding: 10px 10px;
  }
  .btn-secondary {
    border: 2px solid #36542E;
    border-radius: 4px;
    color: #36542E;
    font-size: 16px;
    padding: 10px 10px;
  }
  .sp-contact-list .btn {
    width: 48%;
    text-align: center;
  }
  .sp-tel-box {
    background: #F5F5F5;
    padding: 15px 10px 0 10px;
    text-align: center;
  }
  .sp-tel-title {
    font-size: 16px;
    text-align: center;
  }
  .sp-tel-num a {
    font-size: 38px;
    text-align: center;
    color: #333333;
  }
}
@media(min-width:781px) {
  .sp-contact-box {
    display: none;
  }
}


/* パンクず */
#breadcrumb {
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
#breadcrumb ul li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 6px 0 2px;
}
#breadcrumb ul li a {
  color: #333;
}

/* 下層ページ */
.main-contents {
  background: #fff;
}
.page-title {
  background: #36542E;
  color: #fff;
  font-size: 20px;
  padding: 10px 15px;
}
.page-contents {
  padding: 25px 15px;
}
.page-contents p {
  margin-bottom: 15px;
  color: #333333;
}
#single-post .news-date {
  display: block;
  text-align: right;
  padding-bottom: 20px;
  font-size: 14px;
}
/*
.page-main h2 {
	font-size: 20px;
	font-weight: 800;
	padding: 10px 0;
	border-bottom: 2px solid #36542E;
	margin: 20px 0;
	color: #333333;
}
.page-main h3{
	padding: 2px 8px 0;
	font-size: 18px;
	color: #333333;
	border-left: solid 8px #36542E;
	margin: 30px 0 15px;
}
*/

@media (min-width:781px) {
  .page-main {
    display: flex;
    justify-content: center;
  }
  .main-contents {
    /* width: 75%; */
    flex: 1;
  }
  .side-contents {
    margin-left: 20px;
    width: 245px;
  }
}

/* サイドバー */
.sidebar-wrapper {
  background: #fff;
  border: solid 2px #fff;
}
.sidebar-title {
  background: #f5f5f5;
  font-size: 16px;
  padding: 8px 10px;
}
.widget_nav_menu ul {
  margin: 5px 0 15px 0;
}
.widget_nav_menu ul li a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.06em;
  color: #222222;
  display: block;
}
.widget_recent_entries {
  margin-top: 30px;
}
.widget_recent_entries ul {
  margin: 0 15px 15px 15px;
}
.widget_recent_entries ul li a {
  color: #333;
  display: block;
}
.widget_recent_entries ul li {
  border-bottom: 1px solid #E0E0E0;
  padding: 15px 0;
}
.widget_recent_entries .post-date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #828282;
  display: block;
  text-align: right;
}
.widget_text,
.widget_media_image {
  margin-top: 30px;
}
.widget_media_image .wp-caption {
  padding: 15px;
}
.wp-caption-text {
  text-align: right;
  padding: 15px 0 0 0;
}
.movie {
  padding-top: 5px;
}
.movie-caption {
  padding: 5px 5px;
}
@media (max-width:780px) {
  .side-contents {
    padding-top: 30px;
  }
}

/* 記事一覧 */
.article-box {
  padding: 20px 15px;
}
.article-list:not(:last-of-type) {
  border-bottom: 1px solid #E0E0E0;
}
.article-link {
  display: flex;
  padding: 10px 0;
}
.article-img {
  min-width: 100px;
  width: 100px;
}
.article-contents {
  padding-left: 15px;
}
.article-title {
  font-size: 1.125rem;
    color: #222222;
}
.news-date time{
    color: #777777;
    font-weight: 400;
}
.article-contents p {
  font-size: 14px;
  margin-top: 10px;
}

/* ページネーション */
.pagination {
  padding: 25px 0;
}
ul.page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.page-numbers li {
  background: #f5f5f5;
  border-radius: 4px;
  margin: 0 4px;
}
.page-numbers {
  display: block;
  padding: 2px 10px 0 10px;
  color: #333;
}
.page-numbers.current {
  background: #36542E;
  color: #fff;
  border-radius: 4px;
}


/* 下層ページ */
#know h3 {
    font-size: 18px;
    padding: 2px 8px 0 !important;
	font-size: 18px;
	color: #333333;
	border-left: solid 8px #36542E;
	margin: 30px 0 15px !important;
}

/* 20220830 add */
.widget-btn {
  padding: 0 15px 15px 15px;
}
.widget-btn__link {
  display: block;
  text-align: center;
}

/* =============================================
   Phase 1: フッター3カラム改修
   ============================================= */

#footer {
  background: #141413;
  padding: 0;
}

.footer-nav-columns {
  display: flex;
  gap: 64px;
  padding: 64px 40px 48px;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-col {
  flex: 1;
  min-width: 0;
}

.footer-col-heading {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #FAF9F5;
  letter-spacing: 0.25em;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #3D3D3A;
}

.footer-col-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col-links li {
  margin-bottom: 12px;
}

.footer-col-links a {
  color: #E8E6DC;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}

.footer-col-links a:hover {
  color: #C6613F;
}

.footer-tel {
  margin-top: 24px;
}

.footer-tel a {
  color: #FAF9F5;
  text-decoration: none;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.footer-tel a:hover {
  color: #C6613F;
}

.footer-tel-note {
  color: #5E5D59;
  font-size: 0.75rem;
  margin-top: 4px;
  letter-spacing: 0.04em;
}

.footer-bottom {
  border-top: 1px solid #3D3D3A;
  padding: 40px 40px 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-bottom .footer-address {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer-bottom .footer-logo {
  max-width: 200px;
  flex-shrink: 0;
}

.footer-bottom .footer-logo img {
  width: 100%;
  height: auto;
}

.footer-bottom .address {
  color: #5E5D59;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

#footer .copyright {
  background: #141413;
  color: #5E5D59;
  padding: 16px 0;
  font-size: 0.75rem;
}

.home #footer {
  background: #141413;
}

@media (max-width: 780px) {
  .footer-nav-columns {
    flex-direction: column;
    gap: 40px;
    padding: 48px 24px 32px;
  }

  .footer-bottom {
    padding: 32px 24px 24px;
  }

  .footer-bottom .footer-address {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-bottom .footer-logo {
    max-width: 160px;
  }
}
