@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

/*　H-04style  ================================================================================= */

body {
	font-family: YakuHanMP,"Zen Old Mincho", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding-top: 0!important;
    font-weight: 600;
}

.crimson {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: normal;
}

@media (max-width:576px) {
    .container {
        padding-left:20px;
        padding-right: 20px;
    }
}

a {
        color: #000;
}
a:hover {
    color: #000;
}

.bg-daidai {
    background-color: #c56059;
}
.bg-green {
    background-color: #35711f;
}
.bg-brown {
    background-color: #795548;
}

article.post {
    color: #000;
} 

.page-link:hover {
    border-color: #c2b8b9;
    background-color: #d9d9d9;
}

.lh-03 {line-height: 0.3;}
.lh-04 {line-height: 0.4;}
.lh-05 {line-height: 0.5;}
.lh-06 {line-height: 0.6;}
.lh-07 {line-height: 0.7;}
.lh-08 {line-height: 0.8;}
.lh-09 {line-height: 0.9;}
.lh-10 {line-height: 1;}
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}
.lh-21 {line-height: 2.1;}
.lh-22 {line-height: 2.2;}
.lh-23 {line-height: 2.3;}
.lh-24 {line-height: 2.4;}
.lh-25 {line-height: 2.5;}
.lh-26 {line-height: 2.6;}
.lh-27 {line-height: 2.7;}
.lh-28 {line-height: 2.8;}
.lh-29 {line-height: 2.9;}
.lh-30 {line-height: 3.0;}

.ls-1 {letter-spacing: 1px;}
.ls-2 {letter-spacing: 2px;}
.ls-3 {letter-spacing: 3px;}
.ls-4 {letter-spacing: 4px;}
.ls-5 {letter-spacing: 5px;}
.ls-6 {letter-spacing: 6px;}
.ls-7 {letter-spacing: 7px;}
.ls-8 {letter-spacing: 8px;}
.ls-9 {letter-spacing: 9px;}
.ls-10 {letter-spacing: 10px;}

/* =============  角丸 ============ */
.rounded05 {border-radius:5px}
.rounded10 {border-radius:10px}
.rounded15 {border-radius:15px}
.rounded20 {border-radius:20px}
.rounded25 {border-radius:25px}
.rounded30 {border-radius:30px}
.rounded35 {border-radius:35px}
.rounded40 {border-radius:40px}
.rounded45 {border-radius:45px}
.rounded50 {border-radius:50px}

/* =============  上だけ角丸 ============ */
.rounded05-up {border-radius:5px 5px 0 0}
.rounded10-up {border-radius:10px 10px 0 0}
.rounded15-up {border-radius:15px 15px 0 0}
.rounded20-up {border-radius:20px 20px 0 0}
.rounded25-up {border-radius:25px 25px 0 0}
.rounded30-up {border-radius:30px 30px 0 0}
.rounded35-up {border-radius:35px 35px 0 0}
.rounded40-up {border-radius:40px 40px 0 0}
.rounded45-up {border-radius:45px 45px 0 0}
.rounded50-up {border-radius:50px 50px 0 0}

/* =============  下だけ角丸 ============ */
.rounded05-down {border-radius: 0 0 5px 5px}
.rounded10-down {border-radius: 0 0 10px 10px}
.rounded15-down {border-radius: 0 0 15px 15px}
.rounded20-down {border-radius: 0 0 20px 20px}
.rounded25-down {border-radius: 0 0 25px 25px}
.rounded30-down {border-radius: 0 0 30px 30px}
.rounded35-down {border-radius: 0 0 35px 35px}
.rounded40-down {border-radius: 0 0 40px 40px}
.rounded45-down {border-radius: 0 0 45px 45px}
.rounded50-down {border-radius: 0 0 50px 50px}

/* =============  左だけ角丸 ============ */
.rounded05-left {border-radius:5px 0 0 5px}
.rounded10-left {border-radius:10px 0 0 10px}
.rounded15-left {border-radius:15px 0 0 15px}
.rounded20-left {border-radius:20px 0 0 20px}
.rounded25-left {border-radius:25px 0 0 25px}
.rounded30-left {border-radius:30px 0 0 30px}
.rounded35-left {border-radius:35px 0 0 35px}
.rounded40-left {border-radius:40px 0 0 40px}
.rounded45-left {border-radius:45px 0 0 45px}
.rounded50-left {border-radius:50px 0 0 50px}

/* =============  右だけ角丸 ============ */
.rounded05-right {border-radius:0 0 5px 5px}
.rounded10-right {border-radius:0 0 10px 10px}
.rounded15-right {border-radius:0 0 15px 15px}
.rounded20-right {border-radius:0 0 20px 20px}
.rounded25-right {border-radius:0 0 25px 25px}
.rounded30-right {border-radius:0 0 30px 30px}
.rounded35-right {border-radius:0 0 35px 35px}
.rounded40-right {border-radius:0 0 40px 40px}
.rounded45-right {border-radius:0 0 45px 45px}
.rounded50-right {border-radius:0 0 50px 50px}

/* ====================================================

       　               色（ポジ)　

==================================================== */

/* ============= 背景色 ============= */
.bg-base {
	background-color: #fff;
}

/* ============= 文字の色 ============ */
/*　ヘッダーの文字の色　*/
#area-header #menu-global .menu-item .nav-link,#area-header #menu-global2 .menu-item .nav-link {
    color: #000;
}
@media (min-width:992px) {
    #area-header #menu-global .menu-item .nav-link,#area-header #menu-global2 .menu-item .nav-link {
        color: #fff;
    }
}

/*　文章の色　*/
p {
	color: #000;	
}

/* ============ 見出しの色 ============ */
h1,h2,h3,h4,h5 {
	color: #000;
}


/* ====================================================

       　               色（ネガ)　
       
==================================================== */

/* ========== 背景色(ネガ) =========== */
.bg-nbase {
	background-color: #000;
}

/* ============= 文字の色 ============ */
/*　ヘッダーの文字の色(ネガ)　*/
#area-header.nega #menu-global .menu-item .nav-link,#area-header.nega #menu-global2 .menu-item .nav-link {
    color: #fff;
}
/*　文章の文字の色(ネガ)　*/
.nega p {
	color: #fff;	
}

/* ========= 見出しの色(ネガ) ========== */
/*　見出しの色(白色の文字)　*/
.nega h1,.nega h2,.nega h3,.nega h4,.nega h5 {
	color: #fff;
}

/* ========== ボタンの色(ネガ) ========== */
.link-btn1n span {
    color: #000!important;
}

/*　ボタンの中の文字の色(ホバー時の色)(ネガ)　*/
.link-btn1n:hover span{
  	color: #fff!important;
}

/*　ボタンの中の背景の色(ネガ)　*/
.link-btn1n {
	background-color: #fff!important;
}
.link-btn1n:before {
	background-color: #000!important;
  	border: 2px solid #fff!important;
}


/*　ヘッダーお問い合わせボタンの背景の色　*/
.h-04 #area-header #menu-global .btn-contact {
	background-color: #000!important;
}

/*　ヘッダーお問い合わせボタンの文字の色　*/
.h-04 #area-header #menu-global .btn-contact.menu-item a.nav-link,.h-04 #area-header #menu-global2 .btn-contact.menu-item a.nav-link {
	color: #fff!important;
}

a.tel-link {
	color: #000!important;
}

a.tel-link a {
	color: #000!important;
}

.nega a.tel-link {
	color: #fff!important;
}

.nega a.tel-link a {
	color: #fff!important;
}


/*  ページナビ  */
.pagination .page-link.active, .active>.page-link {
    background-color: #000;
    border-color: #000;
}
.pagination .page-link {
    border: 1px solid #000;
    color: #000;
}
.pagination .page-link.current {
	color: #fff;
}

/*　文字調整　*/

.midashieigo {
	font-family: 'Oswald', sans-serif;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}


h4 {
	font-size: calc(1.275rem + 0.3vw);
	line-height: 2rem;
}

.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

h1,h2,h3,h4,h5,p {
	word-break: break-all;
}


/* 幅 */
/*60px-150px*/
.py-haba01 {
	padding-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
	padding-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}
.pt-haba01 {
	padding-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}
.pb-haba01 {
	padding-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}

/*30px-75px*/
.py-haba02 {
	padding-top: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
	padding-bottom: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}
.pt-haba02 {
	padding-top: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}
.pb-haba02 {
	padding-bottom: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}

/*90px-180px*/
.py-haba03 {
	padding-top: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
	padding-bottom: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}
.pt-haba03 {
	padding-top: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}
.pb-haba03 {
	padding-bottom: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}


.mt-haba01 {
	margin-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}

.mt-30-90 {
	margin-top: clamp(1.875rem, 1.125rem + 3.75vw, 5.625rem);
}

.py-haba02 {
    padding-top: clamp(1.87rem, 1.3395rem + 2.68vw, 4.8675rem);
    padding-bottom: clamp(1.87rem, 1.3395rem + 2.68vw, 4.8675rem);
}

.py-haba03 {
	padding-top: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
	padding-bottom: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}
.pt-haba03 {
	padding-top: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}
.pb-haba03 {
	padding-bottom: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}

/* ヘッダーロゴ設定 */
.h-04 #area-header .header-logo {
	width: 150px;
}
@media (min-width:992px) {
    .h-04 #area-header .header-logo {
        width: 200px;
    }
}
.h-04 #area-header .navbar-brand {
    margin-right: 20px;
    width: auto;
}

/* ヘッダーナビ　ホバー処理 */
.h-04 #area-header #menu-global .menu-item:hover,.h-04 #area-header #menu-global2 .menu-item:hover {
    background-color: rgb(255 255 255 / 30%);
}
.h-04 #area-header #menu-global .btn-contact.menu-item:hover a.nav-link,.h-04 #area-header #menu-global2 .btn-contact.menu-item:hover a.nav-link {
    color: #000;
}
.h-04 #area-header #menu-global .btn-contact.menu-item:hover,.h-04 #area-header #menu-global2 .btn-contact.menu-item:hover {
    background-color: #fff;
}

/* ヘッダーナビ設定 */
.h-04 #area-header #menu-global .menu-item .nav-link a,.h-04 #area-header #menu-global2 .menu-item .nav-link a {
	color: #000;
}
.h-04 #area-header #menu-global .menu-item,.h-04 #area-header #menu-global2 .menu-item  {
    background-color: transparent;
}

@media (min-width: 992px) {
	.h-04 #area-header #menu-global,.h-04 #area-header #menu-global2 {
		margin-top: 0px;
	}
}

@media (min-width:992px) {
    .h-04#area-wrapper .navbar {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #000;
    }
    .h-04#area-wrapper .navbar .navbar-brand {
        width: 100%;
        background-color: #fff;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .h-04#area-wrapper .navbar .navbar-brand .header-logo {
        margin:0 auto!important;
    }
}

.h-04 #area-header #menu-global .menu-item,.h-04 #area-header #menu-global2 .menu-item {
	margin-top: 10px;
}

.h-04 #area-header #menu-global .menu-item:last-child:hover,.h-04 #area-header #menu-global2 .menu-item:last-child:hover {
	background-color: transparent;
}

@media (min-width: 992px) {
	.h-04 #area-header #menu-global .menu-item,.h-04 #area-header #menu-global2 .menu-item {
		margin-top: 0px;
	}
}

@media (min-width: 992px) {
	.navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl {
	    display: flex;
	    flex-wrap: inherit;
	    align-items: center;
	    justify-content: flex-start;
	    align-content: space-around;
	    flex-direction: column;
        padding-left: 0;
        padding-right: 0;
	}
}

@media (min-width: 992px) {
	#area-header #menu-global .menu-item .nav-link,#area-header #menu-global2 .menu-item .nav-link {
	    font-size: 14px;
	    padding: 20px 15px 20px 15px;
	}
	#area-header #menu-global,#area-header #menu-global2 {
	   max-width: 100%;
       display: flex;
       align-items: center;
    }
    
}

@media (min-width: 1200px) {
    #area-header #menu-global .menu-item .nav-link,#area-header #menu-global2 .menu-item .nav-link {
	    font-size: 15px;
	    padding: 20px;
	}
}

/*　ハンバーガーメニューボタン　*/
@media (max-width: 576px) {
	.h-04 #area-header .hamburger {
		position: absolute;
	    right: 0;
	    z-index: 100;
	}
}
@media (max-width: 992px) {
	.h-04 #area-header .hamburger {
	    right: 5px;
	}
}
@media (max-width: 992px) {
	.h-04 #area-header .globalMenuSp {
        position: fixed;
        margin-top:67.48px;
	    z-index: 100;
        top: 0;
        left: 0;
        background: #efe0df;
        text-align: center;
        width: 80%;
        transform: translateX(-100%);
        height: 100vh;
        transition: transform 0.2s ease-in-out;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-shadow: 8px 20px 16px #494949;
    }

	.h-04 #area-header .globalMenuSp ul {
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	}

	.h-04 #area-header .globalMenuSp ul li {
	  list-style-type: none;
	  padding: 0;
	  width: 100%;
	}
	.h-04 #area-header .globalMenuSp ul li:first-child {
		padding-top: 0px;
	}
	.h-04 #area-header .globalMenuSp ul li:last-child {
	  padding-bottom: 0;
	}
	.h-04 #area-header .globalMenuSp ul li:hover{
	  background :#ddd;
	}

	.h-04 #area-header .globalMenuSp ul li a {
	  display: block;
	  color: #fff;
	  padding: 1.5em 0;
	  text-decoration :none;
	}

    .h-04 #area-header .globalMenuSp.active {
        opacity: 1;
	    display: block;
	    transform: translateX(0%); /* 画面にスライドイン */
    }

	.h-04 #area-header .globalMenuSp .btn-english a {
		display: inline-block;
		margin-top: 25px;
		padding: 15px 30px;
		background-color: #fff;
	}
}

.h-04 #area-header #menu-global li:hover .dropdown-menu,.h-04 #area-header #menu-global2 li:hover .dropdown-menu {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.h-04 #area-header .openbtn{
	position: relative;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}

.h-04 #area-header .openbtn .openbtn-area{
    transition: all .4s;
}

.h-04 #area-header .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #000;
  	width: 45%;
}

.h-04 #area-header .openbtn span:nth-of-type(1) {
	top:15px;	
}

.h-04 #area-header .openbtn span:nth-of-type(2) {
	top:23px;
}

.h-04 #area-header .openbtn span:nth-of-type(3) {
	top:31px;
}

.h-04 #area-header .openbtn.active .openbtn-area{
	transform: rotateY(-360deg);
}

.h-04 #area-header .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}

.h-04 #area-header .openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.h-04 #area-header .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}

@media (max-width: 992px) {
	.h-04 #area-header #menu-global .btn-contact,.h-04 #area-header #menu-global2 .btn-contact {
		display: inline-block;
		width: 50%;
		margin: 0 auto;
	}
	.h-04 #area-header #menu-global .btn-contact.menu-item a.nav-link,.h-04 #area-header #menu-global2 .btn-contact.menu-item a.nav-link {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.h-04 #area-header #navbarNav ul li.dropdown::before {
    content: '';
    position: absolute;
    right: 5%;
    top: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(135deg);
}
@media (min-width: 1200px) {
	.h-04 #area-header #navbarNav ul li.dropdown::before {
	    right: 5%;
	}
}

.h-04 #area-header #navbarNav li.dropdown ul{
	position: absolute;
	left:0;
	top:62px;
	z-index: 4;
	background:#28BFE7;
	width:180px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.h-04 #area-header #navbarNav ul ul li.dropdown::before{
	content:'';
	position: absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}

.h-04 #area-header #navbarNav li.dropdown ul{
    left: 0;
    top: 36px;
    z-index: 4;
    background: #fff;
    width: 120%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    border-radius: 0;
    width: 150%;
}

.h-04 #area-header #navbarNav li.dropdown ul li {
	width: 100%;
}

.h-04 #area-header #navbarNav li.dropdown:hover > ul,
.h-04 #area-header #navbarNav li.dropdown ul li:hover > ul,
.h-04 #area-header #navbarNav li.dropdown:active > ul,
.h-04 #area-header #navbarNav li.dropdown ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

.h-04 #area-header #navbarNav li.dropdown ul li:last-child a{
	border-bottom:none;
}

.h-04 #area-header #navbarNav li.dropdown ul li a:hover,
.h-04 #area-header #navbarNav li.dropdown ul li a:active{
	background: #000;
}


@media screen and (max-width:992px) {
	.h-04 #area-header #navbarNav{
		padding: 0;
	}
	
	.h-04 #area-header #navbarNav ul{
		display: block;
	}
	
	.h-04 #area-header #navbarNav li.dropdown ul,
	.h-04 #area-header #navbarNav li.dropdown ul ul{
	  	position: relative;
		left:0;
		top:0;
		width:90%;
		visibility:visible;
		opacity:1;
		display: none;
		transition:none;
	}

	.h-04 #area-header #navbarNav ul li.dropdown::before{
		right:20px;
		top: 22px !important;
	}

	.h-04 #area-header #navbarNav ul ul li.dropdown::before{
	    transform: rotate(135deg);
		left:20px;
	}
	    
	.h-04 #area-header #navbarNav ul li.dropdown.active::before{
	    transform: rotate(-45deg);
	}
}

@media (min-width: 992px) {
    .h-04 #area-header {
        border-bottom: 1px solid #aaa;
    }
    
	.h-04 #area-header #menu-global li:hover .dropdown-menu li a,.h-04 #area-header #menu-global2 li:hover .dropdown-menu li a {
	   	background-image: none!important;
	}

    #area-header #menu-global .menu-item.btn-tel .nav-link,#area-header #menu-global2 .menu-item.btn-tel .nav-link {
        background-color: #c56059;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.21rem;
        line-height: 1.0;
        transition: all .4s;
    }
    #area-header #menu-global .menu-item.btn-tel .nav-link:hover,#area-header #menu-global2 .menu-item.btn-tel .nav-link:hover {
        background-color: #e6b422;
        color:#000;
    }

    #area-header #menu-global .menu-item.btn-tel .nav-link::before,#area-header #menu-global2 .menu-item.btn-tel .nav-link::before  {
        content: '';
        display: inline-block;
        width: 35px;
        height: 35px;
        margin-right: 8px;
        margin-top: 5px;
        background-image: url(img/SVG/tel-mark.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
    #area-header #menu-global .menu-item.btn-tel:hover .nav-link::before,#area-header #menu-global2 .menu-item.btn-tel:hover .nav-link::before {
        background-image: url(img/SVG/tel-markh.svg);
    }
}
@media (min-width: 1200px) {
    #area-header #menu-global .menu-item.btn-tel .nav-link, #area-header #menu-global2 .menu-item.btn-tel .nav-link {
        font-size: 1.3rem;
    }
}

.h-04 #area-header #menu-global li:hover .dropdown-menu,.h-04 #area-header #menu-global2 li:hover .dropdown-menu {
	padding: 15px;

}

.h-04 #area-header #menu-global li:hover .dropdown-menu li a,h-04 #area-header #menu-global2 li:hover .dropdown-menu li a {
	display: block;
	padding: 15px 10px;
	width:  100%;
}

.h-04 #area-header #menu-global li .dropdown-menu li a:hover,.h-04 #area-header #menu-global2 li .dropdown-menu li a:hover {
	color: #fff!important;
}

@media (max-width: 992px) {
	.h-04 .header_btn01,.header_btn02,.header_btn03 {
		display: none;
	}

	.h-04 #area-header #navbarNav ul li.dropdown::before {
	    right: 20px;
	    top: 30px!important;
	}

	.h-04 #area-header #menu-global .menu-item:hover,.h-04 #area-header #menu-global2 .menu-item:hover {
	    background-color: transparent;
	}

	.h-04 #area-header #menu-global li:hover .dropdown-menu,.h-04 #area-header #menu-global2 li:hover .dropdown-menu {
	    padding: 10px;
	}

	.h-04 #area-header #menu-global li .dropdown-menu > li,.h-04 #area-header #menu-global2 li .dropdown-menu > li {
		margin-top: 0;
	}
}

#menu-item-179,#menu-item-178,#menu-item-177 {
	display: none!important;
}


/*スマホナビ調整*/
@media (max-width: 992px) {
	.h-04 #area-header #menu-global li .dropdown-menu,.h-04 #area-header #menu-global2 li .dropdown-menu {
		display: block!important;
	}

	.h-04 #area-header #navbarNav li.dropdown ul {
		background: transparent;
		border: 0;
	}

	.h-04 #area-header #menu-global li .dropdown-menu li a,.h-04 #area-header #menu-global2 li .dropdown-menu li a {
		text-align: left;
		padding: 0.3rem 0;
		font-size: 12px;
	}

	.h-04 #area-header .globalMenuSp ul li a {
	    padding: 1.2em 0;
	    text-align: left;
	}

	.h-04 #area-header #navbarNav ul li.dropdown::before {
	    display: none;
	}

	.h-04 #area-header #menu-global .btn-contact,.h-04 #area-header #menu-global2 .btn-contact {
	    display: block;
	    width: 100%;
	    margin: 20px auto 20px 0;
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.h-04 #area-header #menu-global,.h-04 #area-header #menu-global2 {
		padding: 0 20px 20px 20px;
	}

    #area-header .btn-tels {
        position: absolute;
        top: 13px;
        right: 65px;
    }

    #area-header .btn-tels img:nth-child(1) {
        width: 45px;
        height: 45px;
        padding: 8px;
        background-color:#c56059;
        border-radius: 50%;
        transition: all 0.4s;
    }
    #area-header .btn-tels img:nth-child(1):hover {
        background-color: #e6b422;
    }

    #area-header .btn-insta {
        position: absolute;
        top: 13px;
        right: 118px;
    }

    #area-header .btn-insta img:nth-child(1) {
        width: 45px;
        height: 45px;
        padding: 10px;
        background-color:#c56059;
        border-radius: 25%;
        transition: all 0.4s;
    }
    #area-header .btn-insta img:nth-child(1):hover {
        background-color: #e6b422;
    }
}
/* =================================================================================　H-04style  */

/*　S-01style  ================================================================================= */
.mainbox {
    margin-top:67.48px;
    margin-left: auto;
    margin-right: auto;
    max-width:1300px;
    padding-left:20px;  
    padding-right:20px;
}
.mainbox h1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mainboxinner {
    padding-top:12px;
}
@media (min-width:992px) {
    .mainbox h1 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .mainbox {
        margin-top:157.19px;
        padding-left:40px;
    }

    .mainboxinner {
        padding-top:50px;
        padding-bottom: 70px;
    }
}

.s-01 .slider {
    max-width: 500px;
    width: 80%;
  }
  .s-01 .slick-img img {
    height: auto;
    width: 100%;
  }
  
  .s-01 .slick-list {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .s-01 .slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 1%;
    z-index: 10;
    width: 25px;
    -webkit-transform: translate(0%,-50%);
      -moz-transform: translate(0%,-50%);
      -ms-transform: translate(0%,-50%);
      -o-transform: translate(0%,-50%);
      transform: translate(0%,-50%);
  }
  .s-01 .slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 1%;
    z-index: 10;
    width: 25px;
    -webkit-transform: translate(0%,-50%);
      -moz-transform: translate(0%,-50%);
      -ms-transform: translate(0%,-50%);
      -o-transform: translate(0%,-50%);
      transform: translate(0%,-50%);
  }
  @media (min-width:992px) {
    .s-01 .slick-next.slick-arrow,.s-01 .slick-prev.slick-arrow {
        width:35px;
    }
    .s-01 ul.slide-dots {
        position: absolute;
        right: -150px;
        bottom: 0;
        height: 20px;
        margin: 0;
    }
  }
  
  .s-01 .slide-dots {
    margin: 20px 0 20px 0;
    padding: 0;
    text-align: center;
  }
  .s-01 .slide-dots li {
    display: inline-block;
    margin: 0 10px;
  }
  .s-01 .slide-dots li button {
    position: relative;
    text-indent: -9999px;
  }
  .s-01 .slide-dots li button::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 13.5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 24px;
    width: 13.5px;
  }
  
  .s-01 .slide-dots button {
    background: none;
    border: none;
    outline: none;
    width: 13px;
    height: 13px;
    background-color: #fff;
  }
  
  .s-01 .slide-dots li.slick-active button {
    background-color: #c56059;
  }
  
  .s-01 .slick-list .slick-slide {
    padding-right: 2px;
  }

  .cls-1 {
    fill: #c56059!important;
}
  
  /* =================================================================================　S-01style  */

.businessimg {
    filter: sepia(40%);
}

.businessbox h3 {
    min-height: 80px; /* 適切な高さに調整 */
    display: flex;
    align-items: center; /* 垂直中央揃え */
    border-bottom: 1px solid #fff;
}

h2.h2:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(img/SVG/heading-left.svg);
    background-size: contain;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-right: 3px;
  }
@media (min-width:768px) {
    h2.h2:before {
        width: 35px;
        height: 35px;
    }
}

h2.h2:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(img/SVG/heading-right.svg);
    background-size: contain;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    margin-left: 3px;
  }
@media (min-width:768px) {
    h2.h2:after {
        width: 35px;
        height: 35px;
    }
}

.aboutimg01 {
    width:100%;
}
.aboutimg02 {
    width:100%;
    margin-top:20px;
}
@media (min-width:992px) {
    .aboutimg01 {
        width:80%;
        margin-left:0;
    }
    .aboutimg02 {
        width:45%;
        margin-top:0px;
        position:absolute;
        right:0;
        bottom:0;
    }
}

.lb-data .lb-close {
    width: 40px;
    height: 40px;
}

@media (min-width: 1200px) {
    .col-xl-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.gallerybox img {
    filter: sepia(100%);
}
.gallerybox a {
    overflow:hidden;
    display:block;
}
.gallerybox img:hover {
    filter: sepia(0%);
    transform: scale(1.2)
}

/*　N-01style  ================================================================================= */
#news {
    background-image: url(img/bg-news.jpg);
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 1px 10px 6px rgba(0, 0, 0, 0.4);
}
.n-01 .list-news .item-date {
    color: #999;
  }
  
  .n-01 .list-news .item-title {
    display: block;
    padding-top: 20px;
    padding-right: 60px;
    margin-left: 0px;
    overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  @media (min-width: 992px) {
    .n-01 .list-news .item-title {
      padding-top: 15px;
    }
  }
  
  .n-01 .item-arw img {
    width: 20px;
      position: absolute!important;
      right: 0;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }
  
  .n-01 .list-news {
      border-top: 0px;
      border-bottom: 0px;
  }
  
  .n-01 .list-news li {
    border-bottom: 1px solid #ffffff;
  }
  @media (min-width: 768px) {
    .n-01 .list-news li+li {
        border-top: 0px;
    }
  }
  
  .n-01 .list-news .item-new {
    width: 40px;
      position: absolute!important;
      top: 50%;
      left: 15px;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
}

.n-01 .link-btn1 {
     background-color: #000;
     color: #fff;
     text-align: center;
     display: block;
     padding-top: 15px;
     padding-bottom: 15px;
     padding-left: 20px;
     padding-right: 20px;
     width: 100%;
     display: inline-block;
     position: relative;
     overflow: hidden;
     text-align: center;
     transition: ease .2s;
}
.n-01 .link-btn1:hover {
    background-color: #fff;
    color: #c56059;
}
@media (min-width:576px) {
    .n-01 .link-btn1 {
        width: 60%;
    }
  }

  .heri {
    position: absolute;
    width:50px;
    left:50%;
    bottom:0;
    height:100%;
    -webkit-transform: translate(-50%,0%);
      -moz-transform: translate(-50%,0%);
      -ms-transform: translate(-50%,0%);
      -o-transform: translate(-50%,0%);
      transform: translate(-50%,0%);
  }

.list-news li {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    transition: all .3s ease-in;
}
.list-news li:hover {
    background-color: rgb(99 114 11 / 50%);
    padding-left:20px;
    padding-right: 20px;
}
@media (min-width: 992px) {
    .list-news li {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .list-news li .item-arw {
        right: 0px;
    }
}

.newstitle {
    border: 2px solid #fff;
    padding: 20px;
}

/* =================================================================================　N-01style  */

#toPageTop a {
    width: 40px;
    height: 40px;
    font-size: 30px;
    background-color: #c56059;
    color: #fff;
}

#t-01n {
    width: 100%;
    margin-top: clamp(1.875rem, 1.125rem + 3.75vw, 5.625rem);
}
#t-01n tr:first-child {
    border-top: 1px solid #ddd;
}
#t-01n tr {
  border-bottom: 1px solid #ddd;
}
#t-01n th,
#t-01n td {
    padding: 32px 0;
    border: none;
}
#t-01n th {
  width: 30%;
}

#t-01n p {
    font-size: 18px;
  }

@media only screen and (max-width: 768px) {
  #t-01n th,
  #t-01n td {
    display: block;
  }
  #t-01n th {
    width: 100%;
    padding: 5px 20px;
    background-color: #c56059;
    color:#fff;
  }
#t-01n td {
    padding: 15px 20px;
  }
}

#t-02n {
    width: 100%;
    margin-top: clamp(1.875rem, 1.125rem + 3.75vw, 5.625rem);
}
#t-02n tr:first-child {
    border-top: 1px solid #ddd;
}
#t-02n tr {
  border-bottom: 1px solid #ddd;
}
#t-02n th,
#t-02n td {
    padding: 32px 0;
    border: none;
}
#t-02n th {
  width: 30%;
}

#t-02n p {
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #t-02n th,
  #t-02n td {
    display: block;
  }
  #t-02n th {
    width: 100%;
    padding: 5px 20px;
    background-color: #c56059;
    color:#fff;
  }
  #t-02n td {
    padding: 15px 20px;
  }
}

.rineninner {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

/*　C-01style  ================================================================================= */
.mw_wp_form .c-01 .table .mwform-tel-field input[type="text"], .mw_wp_form .table .mwform-zip-field input[type="text"] {
    width: calc((100% - 42px) / 3);
    padding: 1rem .5rem;
}

#contact .c-01 .tbl-2column tbody tr th {
    background-color: transparent;
    font-weight: 600;
}

#contact .c-01 .table-bordered th, .table-bordered td {
    border: 0;
}
#contact .c-01 .table-bordered {
    border: 0;
}

#contact .mw_wp_form .c-01 .table .form-control {
    padding: 1.5rem;
    background-color: #eee;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
  #contact .mw_wp_form .c-01 .table .form-control {
     margin-bottom: 0;
  }
  
  #contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
    padding-bottom: 40px!important;
    padding-top: 40px!important;
    border-bottom: 1px dotted #ccc;
    vertical-align: middle;
  }

  #contact .c-01 .tbl-2column tbody tr, .tbl-2column tbody tr {
        border: 0;
    }
}

#contact .c-01 .form-control {
  border: 0;
}

@media (max-width: 768px) {
    #contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
        padding: .5rem;
        width: 100%;
        display: block;
    }
}

#contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
        padding: .5rem;
}

.mw_wp_form .c-01 .table .mwform-tel-field input[type="text"],
.mw_wp_form .c-01 .table .mwform-zip-field input[type="text"] {
  width: calc((100% - 44px) / 3);
}

#contact .c-01 .bg-main {
    background-color: #c56059;
    border-radius: 0;
}

#contact .c-01 .badge-danger {
    background-color: #dc3545;
    color: #fff;
}

#contact .c-01 .table-bordered>:not(caption)>* {
    border-width: 0;
}

input[name="submitConfirm"] {
    margin: 0 auto;
}

input[name="submitBack"] {
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    border-radius: 0;
}

input[name="submit"] {
    display: block;
    width: 100%;
}

/* =================================================================================　C-01style  */


/*　F-01nstyle  ================================================================================= */
#area-footer {
    background-color: #333;
}

.f-01n .footer-logo {
    max-width: 80%;
}
@media (min-width:600px) {
    .f-01n .footer-logo {
        max-width: 350px;
    }
}

.f-01n .bb-1-fff-br {
	border-bottom: 1px solid #fff;
}
@media(min-width: 992px) {
	.f-01n .bb-1-fff-br {
		border-bottom: 0px;
		border-right: 1px solid #fff;
	}
}

.heriyoko {
    width:100%;
    position: absolute;
    top:0;
    left:0;
}

/* =================================================================================　F-01nstyle  */

.home #area-wrapper {
    background-image:url(img/bg-haikei2.jpg);
}

.l-page-title {
    margin-top: 67.48px;
    background-image: url(img/bg-pagetitle5.jpg);
    background-size: cover;
}
@media (min-width:992px) {
    .l-page-title {
        margin-top: 157.19px;
    }
}

.breadcrumb {
    background-color: #795548;
    color:#fff;
}

.breadcrumb span {
    color:#fff;
}


