/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	color: #333333;
	/*font-family:  "YakuHanRP_s", "Noto Sans JP", sans-serif;*/
	font-family:  "YakuHanJPs", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-weight: 500;
	text-align: justify;
	background-color: #ffffff;
	word-break: break-all;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#333333;
	text-decoration:none;
	text-decoration:none;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	transition: 0.6s;
}
a:hover {
	color: #840621;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

i {
	margin-right: 0.5em;
}

a.view-article {
	color: #2b6db8;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}



/*------------------------------------*\
    text
\*------------------------------------*/

.text-right {
	text-align: right;
	display: block;
}
.text-left {
	text-align: left;
	display: block;
}
.text-center {
	text-align: center;
	display: block;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.tex-b {
	font-size: 18px;
}



/*------------------------------------*\
    MARGIN
\*------------------------------------*/

.margin-b1em {
	margin-bottom: 1em!important;
}
.margin-b2em {
	margin-bottom: 2em!important;
}
.margin-b3em {
	margin-bottom: 3em!important;
}
.margin-b4em {
	margin-bottom: 4em!important;
}
.margin-b5em {
	margin-bottom: 5em!important;
}
.margin-b6em {
	margin-bottom: 6em!important;
}
.margin-b7em {
	margin-bottom: 7em!important;
}
.margin-b8em {
	margin-bottom: 8em!important;
}
.margin-b9em {
	margin-bottom: 9em!important;
}
.margin-b10em {
	margin-bottom: 10em!important;
}












/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

#single iframe {
	width: 100%;
}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*------------------------------------*\
   contact form
\*------------------------------------*/


.haveto {
	background: #b92c2c;
	border: 1px solid #b92c2c;
	color: #ffffff;
	display: inline-block;
    float: left;
    color: #ffffff;
    line-height: 1;
    padding: 8px 40px;
    border-radius: 3px;
    margin-top: 0;
	margin-right: 1em;
}


button,
input,
select,
textarea {
    width: 100%;
	padding: 0.5em 1em;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    margin-top: 1em;
}

/* メールフォーム*/
#formbtn{
	display: block;
	padding:1em 0;
	margin-top:10px;
	width:100%;
	background:#ffaa56;
	color:#fff;
	font-size:18px;
	font-weight:bold;	 
	border-radius:2px;
	border: 1px solid #ffaa56;
}

/* メールフォーム送信ボタン */
#formbtn:hover{
	background:#fff;
	color:#ffaa56;
	border: 1px solid #ffaa56;
}

.bt-pre {
	display: block;
	padding:1em 0;
	margin-top:30px;
	width:100%;
	background:#9e9e9e;
	color:#fff;
	font-size:18px;
	font-weight:bold;	 
	border-radius:2px;
	margin-bottom: 50px;
	border: 1px solid #9e9e9e;
}

.bt-pre:hover{
	background:#fff;
	color:#9e9e9e;
	border: 1px solid #9e9e9e;
}






.wpcf7-list-item > label {
	display: flex;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 7px;
}









/*------------------------------------*\
	MARGIN PADDING
\*------------------------------------*/

.pd-t10 {
	padding-top: 10px;
}

.pd-t20 {
	padding-top: 20px;
}

.pd-t30 {
	padding-top: 30px;
}

.pd-t40 {
	padding-top: 40px;
}

.pd-t50 {
	padding-top: 50px;
}

.pd-t60 {
	padding-top: 60px;
}

.pd-t70 {
	padding-top: 70px;
}

.pd-t80 {
	padding-top: 80px;
}

.pd-t100 {
	padding-top: 100px;
}

.pd-t120 {
	padding-top: 120px;
}

.pd-t175 {
	padding-top: 175px;
}

.pd-t300 {
	padding-top: 300px;
}



.pd-b10 {
	padding-bottom: 10px;
}

.pd-b20 {
	padding-bottom: 20px;
}

.pd-b30 {
	padding-bottom: 30px;
}

.pd-b40 {
	padding-bottom: 40px;
}

.pd-b50 {
	padding-bottom: 50px;
}

.pd-b60 {
	padding-bottom: 60px;
}

.pd-l25 {
	padding-left: 2.5em;
}

.pd-head {
	/*padding-top: 113px;*/
}


.m-t0 {
	margin-top: 0;
}

.m-t-5 {
	margin-top: -5px;
}

.m-t-16 {
	margin-top: -16px;
}

.m-t10 {
	margin-top: 10px;
}

.m-t20 {
	margin-top: 20px;
}

.m-t30 {
	margin-top: 30px;
}

.m-t40 {
	margin-top: 40px!important;
}



.m-t100 {
	margin-top: 100px;
}

.m-t120 {
	margin-top: 120px!important;
}

.m-t200 {
	margin-top: 200px!important;
}



.m-b3 {
	margin-bottom: 3px;
}

.m-b10 {
	margin-bottom: 10px;
}

.m-b20 {
	margin-bottom: 20px;
}

.m-b30 {
	margin-bottom: 30px;
}

.m-b90 {
	margin-bottom: 90px;
}

.m-l20 {
	margin-left: 20px!important;
}

.m-b80 {
	margin-bottom: 80px;
}

.m-b100 {
	margin-bottom: 100px;
}

.m-lr20 {
	margin: 0 20px;
}




/* オリジナルページネーション */

.pagination02 {
	display: flex;
	width: fit-content;
	margin: 6em auto 0;
}

.pager  ul.pagination02 {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination02 li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  color: #ffffff;
  line-height: 50px;
  background-color: #006834;
}

.pager .pagination02 li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 0 12px rgb(133 91 91);
}

.pager .pagination02 li a span{
  display:table-cell;
  vertical-align:middle;
	color: #ffffff;
}

.pager .pagination02 li a:hover,
.pager .pagination02 li a.active{
  color: #000;
  background: #cccccc;
}


.pager .pagination02 li.pre span::after{
    content: "«";
  }

.pager .pagination02 li.next span::before{
    content: "»";
  }



@media only screen and (max-width: 736px){

.pagination02 {
	width: 80%;
	padding: 0;
}

  .pager .pagination02 li{
    display: none;
	  font-size: 0.75em;
  }

  .pager .pagination02 li.pre,
  .pager .pagination02 li.next{
    display: inline-block;
    width: 50%;
    height: 50px;
    text-align: center;
    padding: 0 1em;
    line-height: 50px;
  }

  .pager .pagination02 li.pre a,
  .pager .pagination02 li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination02 li.pre span::after{
    content: "«\A前の5件へ";
	  text-shadow: 0 0 12px rgb(133 91 91);
  }

  .pager .pagination02 li.next span::before{
    content: "次の5件へ\A»";
	  text-shadow: 0 0 12px rgb(133 91 91);
}

}


/* singleページ文字装飾 */
#single {
	margin-top: 1em;
}

#single > h1 {
	font-size: 1.2em;
	font-weight: 600;
	margin: 16px 0;
	color: #2b6db8;
}

#single > h2 {
	font-size: 1.2em;
	font-weight: 600;
	margin: 16px 0;
	color: #333333;
}

#single > h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 16px 0;
	color: #2b6db8;
}

#single > h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 16px 0;
	color: #333333;
}

#single > h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 16px 0;
	color: #b8342b;
}

#single > h6 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 16px 0;
	color: #1f8e14;
}



#single > p > a {
	text-decoration: underline;
	color: #2f2ecc;
}

#single > a {
	text-decoration: underline;
	color: #2f2ecc;
}

#single > p > a:hover {
	text-decoration: underline;
	color: #D71718;
}

#single > a:hover {
	text-decoration: underline;
	color: #D71718;
}

/* 引用を見やすくカスタマイズ */
blockquote{
	position: relative;
	padding: 30px 39px 30px 39px;
	box-sizing: border-box;
	font-style: italic;
	color: #464646;
	background: #efefef;
	border: none;
	border-top: solid 3px #cbcbcb;
	border-bottom: solid 3px #cbcbcb;
}
blockquote:before,
blockquote:after{
	display: inline-block;
	position: absolute;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	text-align: center;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	background: #cbcbcb;
}
blockquote:before{
	top: 0; left: 0;
}
blockquote:after{
	bottom: 0; right: 0;
}
blockquote + p{
	margin-top: 1.6em;
}
blockquote p {
	position: relative;
	padding: 0;
	margin: 10px 0;
	z-index: 3;
	line-height: 1.7;
}
blockquote > p:last-child{ 
  margin-bottom: 0 !important;
}





/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.font-weight-100 {
	font-weight: 100;
}

.font-weight-200 {
	font-weight: 200;
}

.font-weight-500 {
	font-weight: 500;
}

.f-bold {
	font-weight: bold !important;
}


.fs14 {
	font-size: 14px !important;
}

.fs16 {
	font-size: 16px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs22 {
	font-size: 22px !important;
}

.f-small {
	font-size: 70% !important;
}

.f-small02 {
	font-size: 90% !important;
}

.f-big {
	font-size: 110% !important;
}

.f-big02 {
	font-size: 190% !important;
}

.f-blue {
	color: #0063B1 !important;
}

.f-red {
	color: #bf272d !important;
}

.f-green {
	color: #006837 !important;
}

.f-white {
	color: #ffffff !important;
}

.f-yellow {
	color: #fbee24 !important;
}


/* .lum-lightbox 全面に */
.lum-lightbox.lum-open {
	z-index: 1000;
}

.lum-lightbox-inner img {
	max-width: 95%;
}


/* reCAPTCHA非表示 */
.text-reCAPTCHA {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 10em;
}

.text-reCAPTCHA > p {
	margin: 0;
	line-height: 1.2;
	text-align: center;
}


.grecaptcha-badge { visibility: hidden; }




/*----------------------- スクロールアニメーション -----------------------*/
/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 3%;
  top: 80%;
  writing-mode: vertical-rl;
  color: #a9a9a9;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #a9a9a9;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/* 共通見出し */
h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -0.7em;
}







/*----------------------- 736pxまでのサイズ(スマホ版横置き含む) -----------------------*/

@media screen and (max-width: 736px) {

/* delet style -----------------------*/
.sp-none {
	display: none;
}

/* br制御 */
.sp {
	display: block;
}

.pc {
	display: none;
}

.tab {
	display: none;
}

.sp-margin-right-1em {
	margin-right: 1em;
}

.sp-LignHeight {
	line-height: 1.4;
}


p {
	line-height: 200%;
	letter-spacing: 1px;
}


header {
    z-index: 999;
}

.header {
	transition: background 1s;
}

.logo {
	width: 170px;
	height: auto;
	position: absolute;
	top: 8px;
	left: 100px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,0%);
}

.text-center {
	text-align: center;
}


.pd-t-110 {
	padding-top: 40px;
}

a {
	text-decoration: none;
	color: #333333;
	transition-duration: 0.6s;
}



.wrapper {
	width: 90%;
	margin-top: 90px;
}



a:hover {
	color: #333333;;
}






/* ハンバーガーメニューここから */

nav {
	display: none;
}


.c-hamburger {
    z-index: 1001;
    display: none;
    width: 45px;
    height: 45px;
    position: fixed;
    top: 6px;
    right: 10px;
    cursor: pointer;
    border-radius: 100%;
}
.c-hamburger {
	display: block;
}
.c-hamburger.is-act {
    background: #fff;
}
.c-hamburger::before {
    top: 30%;
}
.c-hamburger span {
    top: 46%;
    margin-top: -1px;
    text-indent: -9999px;
}
.c-hamburger::after {
    bottom: 38%;
}

.c-hamburger span, .c-hamburger::after, .c-hamburger::before {
    height: 2px;
    width: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    background-color: #333333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.c-hamburger span.hidden {
	display: none;
}


.c-hamburger .text {
    display: block;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
}
.c-hamburger.is-act .text {
    opacity: 0;
}

.c-hamburger::after, .c-hamburger::before {
    content: "";
}

.c-hamburger.is-act:after, .c-hamburger.is-act:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 50%;
    background: #333333;
	z-index: 1001;
}
.c-hamburger.is-act:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



.c-drawer {
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background: linear-gradient(-40deg, #ffffff 0, #ffffff 100%);
}

.c-drawer__content {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    padding: 225px 10px 90px;
    color: #fff;
}

.logo-drawer {
	width: 170px;
	position: absolute;
	top: 13px;
	left: 15px;
}


.sp-navi-contact {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	width: fit-content;
	margin: 0 auto;
}
.sp-navi-contact > a {
	color: #e60013;
	display: block;
	padding: 0.5em;
	background-color: #ffffff;
	border: 1px solid #e60013;
	font-size: 20px;
}

.sp-navi-tel {
	position: absolute;
	top: 135px;
	left: 0;
	right: 0;
	width: fit-content;
	margin: 0 auto;
	font-size: 22px;
  font-family: "SN Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.sp-navi-tel > a {
	display: block;
}
.sp-navi-tel > a > i {
	margin: 0;
}


.mo-qr {
	position: absolute;
	top: 175px;
	left: 0;
	right: 0;
	width: fit-content;
	margin: 0 auto;
}
.mo-qr > a > img {
	width: 50px;
}
.mo-qr > a > img:first-child {
	margin-right: 0.5em;
}
.mo-qr > a > img:nth-child(2) {
	margin-left: 0.5em;
}








p.address {
	line-height: 1.2;
	text-align: center;
}
p.copyright {
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
}







/* ハンバーガーメニューアコーディオン部 */
.c-drawer__content .menu_list {
    margin-bottom: calc(4.08163vw + 34.69388px);
	padding: 0;
}

ul {
    list-style: none;
}

.c-drawer__content .menu_list>li {
    border-bottom: 1px solid #333333;
}
.c-drawer__content .menu_list>li:first-child {
    border-top: 1px solid #333333;
}

.c-drawer__content .menu_list>li>a, .c-drawer__content .menu_list>li>span {
    font-weight: 700;
}
.c-drawer__content .menu_list li a, .c-drawer__content .menu_list li span, .l-header__info .btn a {
    display: block;
    color: #fff;
    padding: 15px 0;
}
.c-drawer__content .menu_list > li > span {
    position: relative;
}
.c-drawer__content .menu_list > li > span > i {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-drawer, .c-drawer__content .menu_list .child_list, .c-drawer__content .menu_list > li > span > i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.c-drawer__content .menu_list .child_list {
    height: 0;
    overflow: hidden;
	padding: 0;
}
.c-drawer__content .menu_list .child_list li {
    border-top: 1px solid #333333;
}
.c-drawer__content .menu_list .child_list li a {
    padding-left: 35px;
}
.c-drawer__content .menu_list li a, .c-drawer__content .menu_list li span, .l-header__info .btn a {
    display: block;
    color: #333333;
    padding: 15px 1em;
}

.c-drawer, .c-drawer__content .menu_list .child_list, .c-drawer__content .menu_list > li > span > i  {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.c-drawer__content .menu_list > li > span.is-opened > i {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}



.child_list li {
  position: relative;
  padding-left: 0.8em; /* アイコンが入るスペースを確保 */
}

.child_list li::before {
  /* Font Awesome 5 or 6 の設定 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%); /* 上下中央揃え */
  color: #333333; /* 親メニューより少し薄くすると馴染みます */
  font-size: 0.9em; /* 気持ち小さめにすると上品です */
}




























#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}

#mobile-head {
	width: 100%;
	height: 55px;
	z-index: 999;
	position: relative;
	background-color: rgba(255,255,255,0.72);
}
.headerColor-default {
	background-color: rgba(255,255,255,0.72);
	backdrop-filter: blur(4px);
}

.head-pic {
	max-width: 120px;
	position: absolute;
	left: 0;
	top: 0;
}


header > div.pc-head-wrapper > div#mobile-head > div.logo > h1 ,header.headerColor-default > div.pc-head-wrapper > div#mobile-head > div.logo > h1 {
	margin: 0;
}

header > div.pc-head-wrapper > div#mobile-head > div.logo > h1 > a {
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/logo-sugihara-coatech.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	display: block;
	height: 38px;
}

header.headerColor-default > div.pc-head-wrapper > div#mobile-head > div.logo > h1 > a {
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/logo-sugihara-coatech.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	display: block;
	height: 38px;
}













.site-title_mb {
	padding-top: 6px;
	padding-left: 6px;
}



header > div.pc-head-wrapper > div#mobile-head > div#phone > div > i.icon_blue {
	color: #006934;
}

header.headerColor-default > div.pc-head-wrapper > div#mobile-head > div#phone > div > i.icon_blue {
	color: #006934;
}


header > div.pc-head-wrapper > div#mobile-head > div#nav-toggle > div > span {
	background: #006934;
}

header.headerColor-default > div.pc-head-wrapper > div#mobile-head > div#nav-toggle > div > span {
	background: #006934;
}


.icon_blue {
	font-size: 2.2em;
	color: #f5afaf;
}

/* ハンバーガーメニュー関連ここまで */









/* page top */
#fixedTop {
	right: 15px;
	bottom: 50px;
	width: 40px;
	height: 40px;
	line-height: 34px;
	color: #051508;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #ffffff;
	opacity: 0.6;
	position: fixed;
	z-index: 98;
	-webkit-transform: translateZ(0);
	    border: solid 1px #051508;
	    border-radius: 20px;
}

#fixedTop > i {
	margin: 9px 0 0 0;
}


/* fixedRecruit */
#fixedRecruit {
    right: 50px;
    bottom: 9px;
    width: 130px;
    line-height: 34px;
    color: #051508;
    font-size: 20px;
    text-align: center;
    display: none;
    /*opacity: 0.6;*/
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateZ(0);
}

#fixedInsta {
    right: 192px;
    bottom: 7px;
    width: 47px;
    line-height: 34px;
    color: #051508;
    font-size: 20px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateZ(0);
}






/* table01 */

.table-width {
	width: 100%;
	margin: 50px auto 0;
}

table.table01 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
table.table01 th,table.table01 td {
	display: block;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	line-height: 1.7;
	color: #333333;
	border-top: none;
}

table.table01 th {
	background: #f4f4f4;
	font-weight: 500;
}

table.table01 tr:first-child th {
	border-top: 1px solid #ddd;
}





/* footer */
footer {
	width: 100%;
	background-color: #212121;
	text-align: center;
	margin-top: 5em;
}

.footer {
	padding: 5px 0 5px;
}

.footer > p {
	text-align: center;
	font-size: 60%;
	color: #ffffff;
}

.footer > p > span {
	display: block;
	text-align: center;
}

.footer > p > a {
	color: #ffffff;
}


/* トップスライダー画像 */
#slider {
    width: 100%;
    height: 100vh;/*  */
	position: relative;
}


/* スライダー内文字 */
/* slider内ロゴ */
.main-logo{
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	width: 95%;
	transform: translate(-50%,0%);
	filter: drop-shadow(0px 0px 10px rgba(255,255,255,1));
	opacity: 0.7;
}


.top-head-text > h2 {
	font-size: 26px;
	margin: 0;
	font-weight: bold;
	line-height: 1.2;
	text-align: right;
	opacity: 0.8;
}



/* cms */

.loop-box01 {
	display: flex;
}

.sp-wrapper {
	margin-bottom: 1.4em;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 1.4em;
	padding-left: 0;
	padding-right: 0;
}

.cms-img {
	width: 90px;
	height: 90px;
}

.cms-img > a {
	display: block;
}

.cms-img > a > img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	border: solid 1px #dbdbdb;
}

.cms-text {
	width: calc(100% - 100px);
	padding-left: 10px;
}

.cms-link {
	display: block;
}

.cms-text-flex {
	display: flex;
}

.cms-text > p {
	margin: 0;
}

.info-date {
	font-family: "Hina Mincho", serif;
	margin: 0;
	font-size: 14px;
	color: #333333;
	width: fit-content!important;
	letter-spacing: 0;
}


.cate-wrap {
	border-radius: 4px;
	color: #ffffff;
	width: 6em;
	margin: 3px 0.8em 0 0;
}

.cate-wrap > p {
	margin: 0;
	letter-spacing: 4px;
	padding-left: 4px;
	text-align: center;
	/* color: #333333; */
	width: 100px;
	height: 25px;
	/* width: fit-content; */
}

.info-01 {
	font-size: 12px;
	background-color: #006934;
	border-radius: 3px;
}

.ptb-01 {
	font-size: 12px;
	background-color: #333333;
	border-radius: 3px;
}



.single_title {
	font-weight: normal;
	font-size: 16px;
	margin: 5px 0 0 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* text-align: center; */
}

/* タイトル */

.title-h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 22px;
	color: #006934;
	font-family: "Shippori Mincho B1", serif;
}

h4 {
	font-size: 18px;
	margin-bottom: -15px;
	color: #006934;
}






/* SinglePage title */
h3.title02 {
	padding: 1.5em 2em;
	position: relative;
	display: block;
	width: fit-content;
	margin: 90px auto 10px;
	font-weight: 500;
	font-size: 20px;
}

/* singleページ */
.sub-flexBox {
	width: 100%;
	display: flex;
	margin-top: 3em;
	margin-bottom: 2em;
	border-bottom: solid 1px #d0d0d0;
	padding-bottom: 1em;
	border-radius: 0;
	font-family: "Noto Sans JP";
}


.sub-flexBox > p.info-date {
	font-family: "Noto Sans JP";
	font-size: 12px;
	margin-top: 0;
	margin-left: 15px;
}

/* singleページ　ページャー */
.paging-box {
	height: 70px;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-top: 12em;
}

.paging-box > ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	padding: 0;
	list-style: none;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.paging-box > ul > li {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 70px;
	line-height: 70px;
}

.paging-box > ul > li:first-child {
	width: 33.33%;
}

.paging-box > ul > li:nth-child(2) {
	border-left: 1px solid #dbdbdb;
	width: 33.33%;
}

.paging-box > ul > li:nth-child(3) {
	border-left: 1px solid #dbdbdb;
	width: 33.33%;
}

.paging-box > ul > li > a {
	display: block;
}

.paging-box > ul > li > a:hover {
	background-color: #eeeeee;
}



















/* ボタン */
.l-button {
	margin: 3em auto 0;
	font-size: 16px;
}
.l-button > a {
	display: block;
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	width: 100%;
	margin: 0 auto;
	padding: 0.5em 4em;
	color: #333333;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
}

.l-button > a::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
	right: 30px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.l-button > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
}
.l-button > a:hover {
	display: block;
	background-color: #006934;
	border: 1px solid #006934;
	color: #ffffff;
}
.l-button > a:hover::before {
	right: 20px;
	width: 30px;
	background: #ffffff;
}
.l-button > a:hover::after {
	right: 20px;
	background: #ffffff;
}

.l-button > a > p {
	text-align: center;
	margin: 0;
}




/* ボタン */
.l-button02 {
	margin: 3em auto 0;
	font-size: 16px;
}
.l-button02 > a {
	display: block;
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	width: 100%;
	margin: 0 auto;
	padding: 0.5em 1em;
	color: #333333;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
}

.l-button02 > a::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
	right: 30px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.l-button02 > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
}
.l-button02 > a:hover {
	display: block;
	background-color: #133260;
	border: 1px solid #133260;
	color: #ffffff;
}
.l-button02 > a:hover::before {
	right: 20px;
	width: 30px;
	background: #ffffff;
}
.l-button02 > a:hover::after {
	right: 20px;
	background: #ffffff;
}

.l-button02 > a > p {
	text-align: center;
	margin: 0;
}



/* table01 */
table.table01 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
table.table01 th,table.table01 td {
	display: block;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	line-height: 1.7;
	color: #333333;
	border-top: none;
}

table.table01 th {
	background: #f4f4f4;
	font-weight: 500;
}

table.table01 tr:first-child th {
	border-top: 1px solid #ddd;
}





/* トップページ */
.top-lr-box02-img {
	background-image: url(/images/img_04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 240px;
	width: 90%;
	border-radius: 0 25px 25px 0;
	background-size: cover;
}

/* トップコメント */

.top-catch {
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #006934;
	font-family: "Shippori Mincho B1", serif;
}

.top-catch > h2 {
	margin: 1em auto -0.2em;
}

.top-lr-box02-text > div {
	width: 90%;
	margin: 0 auto;
}




/* Google Map */
.google-map {
	width: calc(100% - 2em);
	margin: 0 auto;
}


.google-map > h4 {
	font-size: 18px;
	color: #333333;
	width: 1280px;
	margin: 0 auto 0.6em;
	max-width: 1280px;
	width: 100%;
	padding-left: 0.2em;
}


/* サブページ */
.sub-page {
	width: 100%;
	margin: 0;
	padding: 55px 0 0;
}

.title-h2 {
	height: 70px;
	width: 100%;
	background-color: #006834;
	text-align: center;
}

.title-h2 > h2 {
	margin: 0;
	/* padding: 46px 0 0; */
	color: #ffffff;
	line-height: 70px;
	font-weight: 100;
	/* font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif; */
	font-size: 20px;
}

.title-h2 > h2 > span {
	font-size: 16px;
	width: fit-content;
	margin: 0 auto;
}


/* willowについて */
.l-box > img {
	width: 100%;
	margin: 1em auto 0;
}

.r-box > img {
	width: 100%;
	margin: 1em auto 0;
}

.hw-50 > div {
	background: #fff10024;
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #fff10024;
	transform: rotate(-3deg);
	width: 95%;
	margin: 1em auto 0;
}

.hw-50 > div:before {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	content: '';
	border: 2px solid #ffd43d;
}




/* 数字付きリスト */
ul.li-style-num {
	width: fit-content;
	list-style: decimal;
	padding: 1em 0 1em;
	/* white-space: nowrap; */
	position: relative;
	max-width: 85%;
	margin: 1em auto;
}

ul.li-style-num > li {
	margin: 0.4em 1px 1em 1em;
	/* font-size: 16px; */
	/* border-bottom: 4px dotted #0069348c; */
	/* background: linear-gradient(transparent 80%, #fff299 50%); */
	/* width: fit-content; */
	color: #006934;
}



ul.li-style-num::before, ul.li-style-num::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

ul.li-style-num::before {
	/* border-left: solid 1px #0069348c; */
	/* border-top: solid 1px #0069348c; */
	/* top: 0px; */
	/* left: -23px; */
}

ul.li-style-num::after {
	/* border-right: solid 1px #0069348c; */
	/* border-bottom: solid 1px #0069348c; */
	/* bottom: 0px; */
	/* right: -23px; */
}




/* 利用開始までの流れ */
.flow-list {

}

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

.flow-list > ul > li {
	list-style: none;
	margin: 5em auto 7em;
}

.flow-list > ul > li:first-child {
	margin-top: 3em;
}

.flow-list > ul > li > div.flow-list-pic {
	width: 270px;
	margin: 0 auto;
}

.flow-list > ul > li > div.flow-list-text {
	/* margin-left: 3em; */
	padding-top: 6.3em;
}

.flow-list > ul > li > div.flow-list-text > h3 {
	font-size: 24px;
	color: #006934;
	padding: 0;
	margin: 0;
	position: relative;
	font-family: "Shippori Mincho B1", serif;
}

.flow-list > ul > li > div.flow-list-text > h3 > span {
	position: absolute;
	top: -95px;
	left: 0;
	color: #377500;
	opacity: 0.5;
	font-family: "Shippori Mincho B1", serif;
	font-size: 60px;
	opacity: 0.3;
}

.flow-list > ul > li > div.flow-list-text > p {
	margin-top: 3px;
}


/* 一日の流れ */
.schedule {

}

.schedule-box {
	background: #fff5f8;
	border-radius: 10px;
	width: 100%;
	padding: 1em;
	margin: 0 auto 1em;
	text-align: center;
	background: #fffde7;
}

.schedule-box > h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #006934;
	font-family: "Shippori Mincho B1", serif;
}

.schedule-box > p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.schedule > img {
	margin: 0 auto;
	padding: 0;
	width: 10px;
	display: block;
	margin-bottom: 1em;
	opacity: 0.3;
}


/* luminous　写真 */
.luminous-img-02 {
	margin-top: 2em;
}

.luminous-img-02 > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.luminous-img-02 > ul > li {
	width: calc(33.333% - 5px);
	text-align: center;
	height: 316px;
	margin-right: 5px;
	margin-bottom: 5px;
	aspect-ratio: 5 / 5;
	object-fit: cover;
	height: calc(316px - 1%);
	/* flex-wrap: wrap; */
}

.luminous-img-02 > ul > li:last-child {
	margin-right: 0;
}


.luminous-img-02 > ul > li:nth-child(3) {
	margin-right: 0;
}

.luminous-img-02 > ul > li > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.luminous-img-02 > ul > li > span {
	display: block;
	line-height: 1.2;
	margin-top: 0.5em;
}
.luminous-img-02 > ul > li > a {
	position: relative;
}

.luminous-img-02 > ul > li > a::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f002";
	bottom: 5px;
	right: 10px;
	color: #ffffff;
	opacity: 0.8;
}
















/* サブページ */

.pd-head {
	/*margin-top: 55px;*/
}


/* サブページタイトルヘッダー */
.page-title {
	width: 100%;
	height: 200px;
	background-image: 
		linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
		url('/images/top01.jpg');
	background-size: cover;
	background-position: center bottom;
}


.page-title h4 {
	width: 90%;
	height: 140px;
	margin: 0 auto;
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	line-height: 140px;
	overflow: hidden;
	text-align: center;
	color: #333333;
}

.page-title h4 span {
	font-size: 50px;
	display: block;
	margin: -34px auto 0;
	line-height: 1;
	overflow: hidden;
}

















}
/*----------------------- 736pxまでのサイズ(スマホ版横置き含む)ここまで -----------------------*/





/*----------------------- 1147pxまでのサイズ(タブレット版) -----------------------*/
@media screen and (min-width: 737px) and (maX-width:1147px) {

/* delet style -----------------------*/
/*.sp-none {
	display: none;
}*/

.tab {
	display: block;
}


.tab-none {
	display: none!important;
}

/* iPhone iPad リスト文字化け防止 */
body{
  font-feature-settings: "pkna" 1;
}

a {
	text-decoration: none;
	color: #333333;
	transition-duration: 0.6s;
}

p {
	line-height: 200%;
	letter-spacing: 1px;
}



.text-center {
	text-align: center;
}


.pd-t-110 {
	padding-top: 110px;
}

.mb-100 {
	margin-bottom: 100px;
}




/* br制御 */
.sp {
	display: none;
}

.pc {
	display: none;
}
.tab {
	display: block;
}






/* ヘッダーここから */
#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}

#mobile-head {
	width: 100%;
	height: 55px;
	z-index: 999;
	position: relative;
	background-color: rgba(255,255,255,0.72);
}
.headerColor-default {
	background-color: rgba(255,255,255,0.72);
	backdrop-filter: blur(4px);
}

.head-pic {
	max-width: 120px;
	position: absolute;
	left: 0;
	top: 0;
}







/* 新ハンバーガーメニュー */
nav {
	display: none;
}

.c-hamburger {
    z-index: 1001;
    display: none;
    width: 55px;
    height: 55px;
    position: fixed;
    top: 15px;
    right: 10px;
    cursor: pointer;
    border-radius: 100%;
    background: #e60013;
}
.c-hamburger {
	display: block;
}
.c-hamburger.is-act {
    background: #fff;
}
.c-hamburger::before {
    top: 20%;
}
.c-hamburger span {
    top: 35%;
    margin-top: -1px;
    text-indent: -9999px;
}
.c-hamburger span, .c-hamburger::after, .c-hamburger::before {
    height: 2px;
    width: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.c-hamburger .text {
    display: block;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
}
.c-hamburger.is-act .text {
    opacity: 0;
}


.c-hamburger::after {
    bottom: 48%;
}

.c-hamburger::after, .c-hamburger::before {
    content: "";
}

.c-hamburger.is-act:after, .c-hamburger.is-act:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 50%;
    background: #333333;
	z-index: 1001;
}
.c-hamburger.is-act:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



.c-drawer {
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background: linear-gradient(-40deg, #ffffff 0, #ffffff 100%);
}

.c-drawer__content {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    padding: 90px 10px 90px;
    color: #fff;
}

.logo-drawer {
	width: 220px;
	position: absolute;
	top: 21px;
	left: 13px;
}


p.address {
	line-height: 1.2;
	text-align: center;
}
p.copyright {
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
}



.sp-navi-contact {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	width: fit-content;
	margin: 0 auto;
}
.sp-navi-contact > a {
	color: #e60013;
	display: block;
	padding: 0.5em;
	background-color: #ffffff;
	border: 1px solid #e60013;
	font-size: 20px;
}

.sp-navi-tel {
	position: absolute;
	top: 155px;
	left: 0;
	right: 0;
	width: fit-content;
	margin: 0 auto;
	font-size: 22px;
  font-family: "SN Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.sp-navi-tel > a {
	display: block;
}
.sp-navi-tel > a > i {
	margin: 0;
}

a.navi-lnk > i {
	padding-right: 0.5em;
}


.mo-qr {
	position: absolute;
	top: 195px;
	left: 0;
	right: 0;
	width: fit-content;
	margin: 0 auto;
}
.mo-qr > a > img {
	width: 50px;
}
.mo-qr > a > img:first-child {
	margin-right: 0.5em;
}
.mo-qr > a > img:nth-child(2) {
	margin-left: 0.5em;
}



/* ハンバーガーメニューアコーディオン部 */
.c-drawer__content .menu_list {
    margin-bottom: calc(4.08163vw + 34.69388px);
    padding: 10em 0 0;
}

ul {
    list-style: none;
}
.c-drawer__content .menu_list>li {
    border-bottom: 1px solid #333333;
}
.c-drawer__content .menu_list>li:first-child {
    border-top: 1px solid #333333;
}

.c-drawer__content .menu_list>li>a, .c-drawer__content .menu_list>li>span {
    font-weight: 700;
}
.c-drawer__content .menu_list li a, .c-drawer__content .menu_list li span, .l-header__info .btn a {
    display: block;
    color: #fff;
    padding: 15px 0;
}
.c-drawer__content .menu_list > li > span {
    position: relative;
}
.c-drawer__content .menu_list > li > span > i {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-drawer, .c-drawer__content .menu_list .child_list, .c-drawer__content .menu_list > li > span > i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.c-drawer__content .menu_list .child_list {
    height: 0;
    overflow: hidden;
	padding: 0;
}
.c-drawer__content .menu_list .child_list li {
    border-top: 1px solid #333333;
}
.c-drawer__content .menu_list .child_list li a {
    padding-left: 35px;
}
.c-drawer__content .menu_list li a, .c-drawer__content .menu_list li span, .l-header__info .btn a {
    display: block;
    color: #333333;
    padding: 15px 1em;
}

.c-drawer, .c-drawer__content .menu_list .child_list, .c-drawer__content .menu_list > li > span > i  {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.c-drawer__content .menu_list > li > span.is-opened > i {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}



.child_list li {
  position: relative;
  padding-left: 0.8em; /* アイコンが入るスペースを確保 */
}

.child_list li::before {
  /* Font Awesome 5 or 6 の設定 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%); /* 上下中央揃え */
  color: #333333; /* 親メニューより少し薄くすると馴染みます */
  font-size: 0.9em; /* 気持ち小さめにすると上品です */
}


/* 新ハンバーガーメニュー関連ここまで */



/* page top */
#fixedTop {
	right: 15px;
	bottom: 100px;
	width: 40px;
	height: 40px;
	line-height: 34px;
	color: #051508;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #ffffff;
	opacity: 0.6;
	position: fixed;
	z-index: 9999;
	-webkit-transform: translateZ(0);
	    border: solid 1px #051508;
	    border-radius: 20px;
}

#fixedTop > i {
	margin: 8px 0 0 0;
}



#fixedRecruit {
    right: 0px;
    bottom: 7px;
    width: 130px;
    line-height: 34px;
    color: #051508;
    font-size: 20px;
    text-align: center;
    display: none;
    /*opacity: 0.6;*/
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateZ(0);
}

#fixedInsta {
    right: 148px;
    bottom: 7px;
    width: 46px;
    line-height: 34px;
    color: #051508;
    font-size: 20px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateZ(0);
}




/* header-pic 右上部　桜 */
.head-pic {
	max-width: 170px;
	position: absolute;
	left: 0;
	top: 0;
}


/* logo */
.logo {
	width: 125px;
	height: auto;
	position: absolute;
	top: 2px;
	left: 80px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,0%);
}



header.headerColor-default > div.pc-head-wrapper > div#mobile-head > div.logo > h1 , header > div.pc-head-wrapper > div#mobile-head > div.logo > h1 {
	margin: 0;
}

header > div.pc-head-wrapper > div#mobile-head > div.logo > h1 > a {
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/logo_w.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	display: block;
	height: 50px;
}


header.headerColor-default > div.pc-head-wrapper > div#mobile-head > div.logo > h1 > a {
	text-indent: -9999px;
	overflow: hidden;
	background-image: url('/images/logo-sugihara-coatech.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	display: block;
	height: 50px;
}



/* phone button color */
header > div.pc-head-wrapper > div#mobile-head > div#phone > div > i.icon_blue {
	color: #ffffff;
}

header.headerColor-default > div.pc-head-wrapper > div#mobile-head > div#phone > div > i.icon_blue {
	color: #006834;
}

/* menu color */
header > div.pc-head-wrapper > div#mobile-head > div#nav-toggle > div > span {
	background: #ffffff;
}

header.headerColor-default > div.pc-head-wrapper > div#mobile-head > div#nav-toggle > div > span {
	background: #006834;
}








/* wrapper */
.wrapper {
	width: 90%;
	margin: 150px auto 0;
}


/* table01 */
.table-width {
	width: 80%;
	margin: 50px auto 0;
}

table.table01 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
table.table01 th,table.table01 td {
	display: block;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	line-height: 1.7;
	color: #333333;
	border-top: none;
}

table.table01 th {
	background: #f4f4f4;
	font-weight: 500;
}

table.table01 tr:first-child th {
	border-top: 1px solid #ddd;
}


/* トップページ */
/* トップページスライダー */
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	position: relative;
}


/* スライダー内文字 */
/* slider内ロゴ */
.main-logo{
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 2;
	width: 95%;
	transform: translate(-50%,-50%);
	filter: drop-shadow(0px 0px 10px rgba(255,255,255,1));
	/* margin-left: 3%; */
	/* max-width: 800px; */
	opacity: 0.7;
}


.top-head-text > h2 {
	font-size: 26px;
	margin: 0;
	font-weight: bold;
	line-height: 1.2;
	text-align: right;
	opacity: 0.8;
}



/* トップページ */
.top-lr-box02-img {
	background-image: url(/images/img_04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 290px;
	width: 95%;
	border-radius: 0 25px 25px 0;
	background-size: cover;
}

/* トップコメント */

.top-catch {
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #006934;
	font-family: "Shippori Mincho B1", serif;
}

.top-catch > h2 {
	margin: 1em auto -0.2em;
}

.top-lr-box02-text > div {
	width: 90%;
	margin: 0 auto;
}


/* トップページ */
.top-lr-box02-img {
	background-image: url(/images/img_04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 290px;
	width: 95%;
	border-radius: 0 25px 25px 0;
	background-size: cover;
}



/* トップコメント */

.top-catch {
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #006934;
	font-family: "Shippori Mincho B1", serif;
}

.top-catch > h2 {
	margin: 1em auto -0.2em;
}

.top-lr-box02-text > div {
	width: 90%;
	margin: 0 auto;
}



/* footer */
footer {
	width: 100%;
	background-color: #212121;
	text-align: center;
	margin-top: 5em;
}

.footer {
	padding: 10px 0 10px;
}

.footer > p {
	text-align: center;
	font-size: 60%;
	color: #ffffff;
	margin: 0;
}

.footer > p > span {
	display: block;
	text-align: center;
}

.footer > p > a {
	color: #ffffff;
}





/* サブページタイトルヘッダー */
.page-title {
	width: 100%;
	height: 200px;
	background-image: 
		linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
		url('/images/top01.jpg');
	background-size: cover;
	background-position: center bottom;
}


.page-title h4 {
	width: 90%;
	height: 140px;
	margin: 0 auto;
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	line-height: 140px;
	overflow: hidden;
	text-align: center;
	color: #333333;
}

.page-title h4 span {
	font-size: 50px;
	display: block;
	margin: -34px auto 0;
	line-height: 1;
	overflow: hidden;
}












}


/*----------------------- 1147pxまでのサイズ(タブレット版)ここまで -----------------------*/






/*----------------------- 1148px～上のサイズ(PC版) -----------------------*/
@media print, screen and (min-width:1148px) {

/* delet style -----------------------*/
.sp {
	display: none;
}

.pc {
	display: block!important;
}
.tab {
	display: none;
}
.pc-none {
	display: none!important;
}


h3 {
	margin: 0;
	padding: 0;
	font-size: 26px;
}



.sp {
    display: none;
}

p {
	line-height: 200%;
	letter-spacing: 1px;
}

.wrapper {
	max-width: 1280px;
	margin: 180px auto 0;
	width: 90%;
}

h2.title-h2 {
	font-size: 24px;
	font-weight: normal;
}

h2.title-h2:before {
	content: url(https://kaidou-epilogue.com/images/title_img01.png);
	padding-right: 8px;
}

.text-col-w {
	color: #ffffff;
}


h2 {
	font-size: 50px;
	font-weight: 600;
}
h2 > span {
	display: block;
	font-size: 16px;
	line-height: 0.6;
}



/* ヘッダー */
.header {
	width: 100%;
	height: 90px;
	position: fixed;
	background-color: rgba(255,255,255,0.72);
	/*background-color: #ffffff;*/
	z-index: 100;
}

.headerColor-default {
	background-color: rgba(255,255,255,0.40);
	transition:background 1s;
	backdrop-filter: blur(4px);
	background-image: none;
}

.pc-head-wrapper {
	width: 1200px;
	margin: 0 auto;	
}

.bg-c01 {
	background-color: #f9f9f9;
	padding: 1px 0 20px;
	margin: 150px 0;
	background:url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 2 2' preserveAspectRatio='none'%3e%3cpath fill='%23cccccc' d='M-1-1v4h4v-4z'/%3e%3cpath fill='%23ffffff' d='M1-1h1.64l-4 4v-1.64zM3-1v1.64l-4 4h-1.64z'/%3e%3c/svg%3e");

}


.logo {
	position: absolute;
	left: 60px;
	top: 20px;
}

header > div.pc-head-wrapper > div#mobile-head > div.logo > h1 , header.headerColor-default > div.pc-head-wrapper > div#mobile-head > div.logo > h1 {
	margin: 0;
}

header > div.pc-head-wrapper > div#mobile-head > div.logo > h1 > a {
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/logo-sugihara-coatech.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	display: block;
	width: 300px;
	height: auto;
}

/*
header.headerColor-default > div.pc-head-wrapper > div#mobile-head > div.logo > h1 > a {
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/logo-sugihara-coatech.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	display: block;
	width: 250px;
	height: 65px;
}
*/





.head-pic {
	max-width: 230px;
	position: absolute;
	left: 0;
	top: 0;
}







/* not found */
.not-found {
	min-height: 80vh;
}

.not-found > h2 {
	font-size: 140px;
	text-align: center;
	color: #a4a4a4;
}

.not-found > h2 > span {
	display: block;
	font-size: 40px;
}

.not-found >p {
	display: block;
	font-size: 16px;
	text-align: center;
}

/* concept */
.concept-b {
	margin-bottom: 10em;
}



/* グローバルナビゲーション */
/* --- グローバルナビゲーション --- */
.nav {
	position: absolute;
	right: 10px;
}

#global-navi-pc {
	margin: 15px 50px 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	list-style: none;
}

#global-navi-pc li {
	font-size: 16px;
	color: #333333;
	position: relative;
	font-weight: bold;
	margin: 0 15px 0 15px;
}

#global-navi-pc > li > a {
	color: #333333;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#global-navi-pc li a:hover {
	color: #840621;
}

#global-navi-pc li:nth-child(5) a {
	margin-right: 4px;
}

/* --- 【ここから修正】採用情報ボタン（menu-01）の調整 --- */

/* liタグ自体は余白や枠線を持たせず、位置調整（マージン）だけにします */
.menu-01 {
	margin-left: 40px !important;
}

/* リンク（aタグ）自体をボタンの形に仕立て上げます */
.menu-01 > a {
	display: block;
	padding: 13px 22px;              /* liからaに移行（線の太さ分2px引いて微調整） */
	border: 2px solid #333333;       /* liからaに移行 */
	border-radius: 23px;             /* liからaに移行 */
	background-color: transparent;   /* 初期背景は透明 */
	color: #333333 !important;       /* 通常時の文字色 */
	
	/* マウスを乗せた時も外した時もアニメーションさせるため、ここにtransitionを指定 */
	-webkit-transition: all 1.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 1.6s cubic-bezier(0.2, 1, 0.2, 1);
}

/* ホバー時の挙動 */
.menu-01 > a:hover {
	color: #ffffff !important;       /* 文字色を白に */
	background-color: #840621;       /* 背景を赤に */
	border-color: #840621;           /* 枠線も同じ赤に */
}

.menu-02 > a {
	display: block;
	padding: 13px 22px;              /* liからaに移行（線の太さ分2px引いて微調整） */
	border: 2px solid #333333;       /* liからaに移行 */
	border-radius: 23px;             /* liからaに移行 */
	background-color: #333333;   /* 初期背景は透明 */
	color: #ffffff !important;       /* 通常時の文字色 */
	
	/* マウスを乗せた時も外した時もアニメーションさせるため、ここにtransitionを指定 */
	-webkit-transition: all 1.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 1.6s cubic-bezier(0.2, 1, 0.2, 1);
}


/* ホバー時の挙動 */
.menu-02 > a:hover {
	color: #ffffff !important;       /* 文字色を白に */
	background-color: #840621;       /* 背景を赤に */
	border-color: #840621;           /* 枠線も同じ赤に */
}
/*
.menu-02 {
	padding: 15px 22px;
	border: 2px solid #333333;
	border-radius: 23px;
	background-color: #333333;
	margin-left: 20px !important;
}

.menu-02 > a {
	color: #ffffff !important;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}
.menu-02:hover {
	color: #ffffff !important;
	background-color: #840621;
	border: 2px solid #840621;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}
*/

.headerColor-default div.pc-head-wrapper > nav > ul#global-navi-pc > li > a {
	color: #333333;
	display: block;
	text-decoration: none;
}

.headerColor-default div.pc-head-wrapper > nav > ul#global-navi-pc > li > a:hover {
	color: #840621;
}




.headerColor-default div.pc-head-wrapper > nav > ul#global-navi-pc > li:nth-child(5) > a {
	margin-right: 4px;
}


.nav-icon {
	padding-right: 4px;
}










/* グローバルナビ　お問い合わせ */
.nav-contact {
	position: absolute;
	top: 0;
	right: 10px;
}
.nav-contact > ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 8px 0;
	font-size: 13px;
}

.nav-contact > ul > li {
	list-style-type: none;
	border-bottom: 1px solid #ffffff;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 0px 1px;
	margin-right: 8px;
}

.headerColor-default > div.pc-head-wrapper >div.nav-contact > ul > li {
	border-bottom: 1px solid #b3b3b3;
}


.nav-contact ul > li > a {
	margin: 0 9px 0 9px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}

.nav-contact ul > li > a:hover {
	color: #eca0b4;
}

.headerColor-default > div.pc-head-wrapper >div.nav-contact > ul > li > a {
	color: #333333;
}

.headerColor-default > div.pc-head-wrapper >div.nav-contact > ul > li > a:hover {
	color: #eca0b4;
}




.nav-contact ul > li > a > i {
	margin-right: 4px;
}

/* アコーディオンメニュー */
/* #global-navi-pc > li > i {
	font-size: 12px;
	margin-left: 0.5em;
	margin-right: 0;
}
*/
.gnavi__megamenu {
    padding-top: 15px;
    position: absolute;
    z-index: 100;
    /*bottom: calc(-100% - 25px);*/
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0;
    pointer-events: none;
}
.gnavi__megamenu.is-act {
    opacity: 1;
    pointer-events: auto;
}

.gnavi__megamenu .child_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #333333;
    padding: 20px 10px;
	border-radius: 4px;
    position: relative;
}

.gnavi__megamenu .child_list::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: transparent transparent #333333;
    position: absolute;
	top: -14px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.gnavi__megamenu .child_list li {
    margin: 0;
	list-style: none;
}

.gnavi__megamenu .child_list li a {
    color: #fff;
    position: relative;
    white-space: nowrap;
}

.gnavi__megamenu .child_list li a:hover {
    color: #ffffff;
}


.gnavi__megamenu {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

ul.child_list > li > a {
	color: #ffffff;
	margin: 0 8px;
}

















/* table */

.table-width {
	width: 60%;
	margin: 50px auto 0;
}

table.table01 {
	border-collapse: collapse;
	width: 100%;
	margin-top: 90px;
	margin-bottom: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
}

table.table01 tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	line-height: 1.6;
}

table.table01 th {
	width: 30%;
	padding-top: 18px;
	padding-bottom: 18px;
	vertical-align: middle;
	/*font-weight: normal;*/
	font-weight: 500;
	padding-left: 3em;
}

table.table01 td {
	padding-top: 18px;
	padding-bottom: 18px;
	vertical-align: middle;
	border-left: none;
 	border-right: none;
	padding-left: 7em;
}

table.table01 td > a {
	color: #333333;
	text-decoration: underline;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	transition: 0.6s;
}

table.table01 td > a:hover {
	color: #D71718;
}



table.table01 th {
	font-weight: bold;
	text-align: center;
	background-image: url(/images/table_border_w.png) , url(/images/table_border_w.png) , url(/images/table_border_y.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: right top, right bottom, right;
	width: 30%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
}










/* リンクボタン02 */
.l-button02 {
	margin: 3em auto 0;
	font-size: 16px;
}
.l-button02 > a {
	display: block;
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	width: fit-content;
	margin: 0 auto;
	padding: 0.5em 5em;
	color: #333333;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
}

.l-button02 > a::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
	right: 30px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.l-button02 > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
}
.l-button02 > a:hover {
	display: block;
	background-color: #133260;
	border: 1px solid #133260;
	color: #ffffff;
}
.l-button02 > a:hover::before {
	right: 20px;
	width: 30px;
	background: #ffffff;
}
.l-button02 > a:hover::after {
	right: 20px;
	background: #ffffff;
}

.l-button02 > a > p {
	text-align: center;
	margin: 0;
}



/* リンクボタン */
.l-button {
	margin: 0 auto;
	font-size: 16px;
}
.l-button > a {
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 0 3.2em;
	color: #333333;
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
	font-size: 30px;
}

.l-button > a::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
	right: 30px;
	width: 45px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.l-button > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
}
.l-button > a:hover {
	display: block;
	color: #840621;
}
.l-button > a:hover::before {
	right: 15px;
	width: 60px;
	background: #840621;
}
.l-button > a:hover::after {
	right: 15px;
	background: #840621;
}

.l-button > a > p {
	text-align: center;
	margin: 0;
}








/* トップページスライダー */
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	position: relative;
	border-radius: 0 0 300px 0;
}

/* slider内ロゴ */
.main-logo{
	position: absolute;
	left: 20px;
	bottom: 10px;
	z-index: 2;
	width: 70%;
	filter: drop-shadow(0px 0px 10px rgba(255,255,255,1));
	opacity: 0.8;
}



.top-head-text > p {
	font-size: 24px;
	line-height: 1.5;
	margin: 5px 0;
}





/* cms */
.loop-box01 {
	display: flex;
}

.sp-wrapper {
	margin-bottom: 1.4em;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 1.4em;
	padding-left: 1em;
	padding-right: 1em;
}

.cms-img {
	margin-right: 2em;
}

.cms-img > a:hover {
	opacity: 0.6;
}

.cms-img > a > img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border: solid 1px #dbdbdb;
	border-radius: 4px;
}

.cms-text {
	width: calc(100% - 112px);
	height: 80px;
}

.cms-link {
	display: block;
}

.cms-text-flex {
	display: flex;
}

.cms-text > p {
	margin: 0;
}

.info-date {
	/*font-family: "Hina Mincho", serif;*/
	margin: 0;
	font-size: 14px;
	color: #333333;
	width: fit-content!important;
}


.cate-wrap {
	border-radius: 4px;
	color: #ffffff;
	width: 6em;
	margin: 3px 0.8em 0 0;
}

.cate-wrap > p {
	margin: 0;
	letter-spacing: 4px;
	padding-left: 4px;
	text-align: center;
	width: 100px;
	height: 24px;
}

.info-01 {
	font-size: 12px;
	background-color: #333333;
	border-radius: 3px;
}

.ptb-01 {
	font-size: 12px;
	background-color: #f9cd1f;
	border-radius: 3px;
}

.report-01 {
	font-size: 12px;
	background-color: #d774a6;
	border-radius: 3px;
}

.single_title {
	font-weight: normal;
	font-size: 16px;
	margin: 11px 0 0 0;
}



/* Google Map */
.google-map {
	width: calc(100% - 2em);
	margin: 0 auto;
}


.google-map > h4 {
	font-size: 18px;
	color: #333333;
	width: 1280px;
	margin: 0 auto 0.6em;
	max-width: 1280px;
	width: 90%;
	padding-left: 0.2em;
}



/* トップページ　キャッチコピー */
.top-text {

}

.top-catch {

}

.top-catch > h3 {
	font-size: 38px;
	line-height: 1.2;
	text-align: center;
	color: #006934;
	font-family: "Shippori Mincho B1", serif;
}


/* タイトル */
.title-h3 {
	margin: 0 0 0.7em 0;
	padding: 0;
	font-size: 34px;
	color: #006934;
	font-family: "Shippori Mincho B1", serif;
}




/* トップコメント */

.top-catch {
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
	color: #006934;
	font-family: "Shippori Mincho B1", serif;
}

.top-catch > h2 {

}


.top-lr-box02 {
	display: flex;
	width: 100%;
}

.top-lr-box02-img {
	background-image: url(/images/img_04.jpg);
	background-position: 85% bottom;
	background-repeat: no-repeat;
	height: 485px;
	width: 55%;
	border-radius: 0 68px 68px 0;
}

.top-lr-box02-text {
	position: relative;
	/* padding-left: 4em; */
	padding-top: 1.5em;
	/* padding-right: 4em; */
	height: 485px;
	/*display: flex;
	align-items: center;*/
	font-size: 16px;
	width: 45%;
	/*background-image: url(/images/img_05.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
}

.top-lr-box02-text > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}

.top-lr-box02-text > div > p {
	line-height: 2;
	margin-bottom: -18px;
	margin: 0;
}

.top-tel {
	text-align: center;
}

.top-tel > p:first-child {
	font-size: 26px;
	margin: 1em 0 -19px;
}

.top-tel > p:nth-child(2) {
	margin: 0;
	font-size: 14px;
}






















/* ページトップ */
#fixedTop {
    right: 40px;
    bottom: 150px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    color: #051508;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #ffffff;
    opacity: 0.6;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateZ(0);
	border-radius: 20px;
	border: solid 1px #051508;
}

#fixedTop > i {
	margin: 9px 0 0 0;
}





/* footer */
footer {
	width: 100%;
	background-color: #212121;
	text-align: center;
}

.footer-text {
	text-align: center;
}

footer > div.footer {
    padding: 20px 0;
    /*margin-top: 60px;*/
}

footer > div.footer > p {
	color: #ffffff;
	font-size: 80%;
	margin: 0 0;
	line-height: 1.6;
}

footer > div.footer > p > span {
	padding-left: 10px;
}

footer > div.footer > p > span > a {
	color: #ffffff;
}

footer > div.footer > p > span > a:hover {
	color: #F7EE0C;
}
/* フッターお問い合わせ */
.foot-contact {
	width: 100%;
	height: 580px;
	background-image: url('https://sugihara-coatech.com/images/foot-bg01.jpg');
	background-repeat: no-repeat;
	margin-top: 300px;
	align-content: center;
}

.foot-contact > h3 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 500;
	text-align: center;
}
.foot-contact > p {
	color: #ffffff;
	text-align: center;
	line-height: 1.4;
}
.foot-tel {
	width: fit-content;
	margin: 45px auto 0;
	color: #ffffff;
	text-align: center;
}
.foot-tel > a {
	color: #ffffff;
	font-size: 50px;
	font-family: "Google Sans", sans-serif;
	font-weight: normal;
}
.foot-tel > p {
	margin-top: -5px;
	line-height: 1.4;
}










/* トップページ */
.top-ContentsBox {
	margin-top: 8em;
	display: flex;       /* 横並びにする */
	align-items: center; /* 縦方向を中央揃えにする */
	width: 100%;
}
/* 左右を逆転させるための指定を追加 */
.top-ContentsBox.reverse {
	flex-direction: row-reverse; /* HTMLの並び順を「右から左」に逆転させる */
}
.top-ContentsBox01 {
	width: 600px;
}
.top-ContentsBox-marginR {
	margin-right: 92px;
}
.top-ContentsBox-marginL {
	margin-left: 92px;
}
.top-ContentsBox01 > h3 {
	font-size: clamp(24px, 4vw, 50px);
	line-height: 1.3;
}
.top-ContentsBox01 > h4 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
}
.top-ContentsBox02 {
	width: 50%;
}
.top-ContentsBox-bg01 {
	background-image: url("https://sugihara-coatech.com/images/top_bg01.jpg");
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: -40px 10px;
}
.top-ContentsBox-bg02 {
	background-image: url("https://sugihara-coatech.com/images/top_bg02.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 62%;
}


/* トップページwordpress */
.top-cms {
	margin-top: 8em;
	display: flex;       /* 横並びにする */
	align-items: center; /* 縦方向を中央揃えにする */
	width: 100%;
	background-image: url("https://sugihara-coatech.com/images/top_bg03.jpg");
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: -40px 10px;
}
.cms-title {
	width: 530px;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cms-list {
	width: calc(100% - 530px);
}



/*  */
.top-contents02 {
	margin: 10em 0;
	width: 100%;
}
.lr-box {
	display: flex;
	width: 100%;
	height: 650px;
}
.lr-box-01 {
	height: 650px;
	width: 50%;
	background-image: url("https://sugihara-coatech.com/images/top-pic-bg01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
.lr-box-02 {
	height: 650px;
	width: 50%;
	background-image: url("https://sugihara-coatech.com/images/top-pic-bg02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
.lr-box-01 > a, .lr-box-02 > a {
	display: flex;             /* block から flex に変更 */
	flex-direction: column;    /* 子要素（h3）を縦並びにする */
	justify-content: flex-end; /* 縦方向を下揃えにする */
	height: 650px;
	width: 100%;
	box-sizing: border-box;    /* パディング（余白）を含める設定 */
	padding-bottom: 40px;      /* ★文字が下ぴったりにくっつきすぎるのを防ぐ余白 */
	text-decoration: none;     /* リンクの下線を消す（必要に応じて） */
}

.lr-box-01 > a > h3 , .lr-box-02 > a > h3 {
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	margin: 0;          /* 上下の余計な隙間をなくすために追加 */
}
.lr-box-01 > a > h3 > span , .lr-box-02 > a > h3 > span {
	display: block;
	color: #ffffff;
	font-size: 26px;
	font-weight: 500;
}








/* 固定ページ */
.pd-head {
	/*padding-top: 90px;*/
}

.page-title {
	width: 100%;
	height: 400px;
	background-image: 
		linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
		url('/images/top01.jpg');
	background-repeat: no-repeat;
	background-position: center, center bottom;
	background-size: cover;
}

.page-title-02 {
	width: 100%;
	height: 400px;
	background-image: 
		linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
		url('/images/top02.jpg');
	background-repeat: no-repeat;
	background-position: center, center;
	background-size: cover;
}


/* subページヘッダー画像 */
.sub-header-01 {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.sub-header-01:before {
    content: '';
    background-image: url('/images/sub-header-01.jpg');
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    filter: blur(5px);
    z-index: -1;
    background-size: cover;
    background-position: center bottom -160px;
	background-color: rgb(32 32 32 / 41%);
	background-blend-mode: overlay;
}



.page-title h4 {
	width: 90%;
	height: 400px;
	margin: 0 auto;
	color: #333333;
	font-size: 50px;
	font-weight: 500;
	line-height: 440px;
	letter-spacing: 0.06em;
	overflow: hidden;
	text-align: center;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0px;
}


.page-title h4 span {
	font-size: 20px;
	display: block;
	margin-top: -187px;
	color: #333333;
	line-height: 1;
	overflow: hidden;
	letter-spacing: 5px;
}



/* subページ */
.sub-wrapper {
	margin-top: 180px;
}
.sub-box01 {
	display: flex;
	align-items: center;
	width: 100%;
}
.sub-box01 > .left-img {
	width: 48%;
}
.sub-box01 > .right-text {
	width: 52%;
	padding-left: 2.5em;
}
.sub-box01 > .right-text > h2 > span {
	font-size: 20px;
	margin-top: 0.5em;
}
.sub-box01 > .right-text > p {
	width: 73%;
}

.sub-box-mt {
	margin-top: 15em;
	margin-bottom: 15em;
	padding-bottom: 15em;
}

.sb-bg01 {
	background-image: url('https://sugihara-coatech.com/images/sub-bg01.jpg');
	background-repeat: no-repeat;
	background-position-x: -350px;
	background-position-y: 0;
	background-size: contain;
	height: fit-content;
}

.sub-box02 > h3 {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	/* 影を少しずつ広げて重ねるのがコツです */
	text-shadow: 
    0 0 10px #ffffff,   /* 内側の強い光 */
    0 0 15px #ffffff,  /* 中間の光 */
    0 0 25px #ffffff,  /* 外側へ広がる光 */
    0 0 45px #ffffff;  /* 一番外側のぼかし */
}
.sub-box02 > h3 > span {
	font-family: "Google Sans", sans-serif;
}
/* 1. 通常の横並び（画像が左、テキストが右）にします */
.sub-box02-innner {
	display: flex;
	flex-direction: row; /* 左から右へ並べる（デフォルトと同じ） */
	align-items: flex-start; /* 上揃え */
	width: 1260px;
	margin: 5em auto 12em;
}

/* 2. absoluteを解除し、サイズを固定します */
.sub-box02-img {
	width: 735px;
	flex-shrink: 0; /* 幅が縮まないように固定 */
}

/* 画像が親要素からはみ出さないための保険 */
.sub-box02-img img {
	width: 100%;
	display: block;
}

/* 3. absoluteを解除し、左側の画像に向けてマイナスマージンをかけます */
.sub-box02-text {
	width: 625px;
	background-color: #333333;
	color: #ffffff;
	padding: 6em 4em;
	
	/* 左側（画像側）にマイナスマージンをかけて、画像の上にめり込ませます */
	margin-left: -100px; 
	
	/* 画像より上に重ねるための設定（relativeなら高さは潰れません） */
	position: relative; 
	z-index: 2;

	/* 元の配置のように、少し下に下げて重ねたい場合は指定してください */
	margin-top: 200px; 
}
.sub-box02-text > h4 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}

.sub-box02-text > p:nth-child(3) {
	text-align: center;
	font-size: 14px;
}


/* ========================================================
   2つ目のブロック（左右反転用）の追加CSS
   ======================================================== */

/* ① 左右の並びを「右から左」にひっくり返す */
.sub-box02-innner.is-reverse {
	flex-direction: row-reverse;
}

/* ② 反転時は「右側（画像側）」に向けてマイナスマージンをかける */
.sub-box02-innner.is-reverse .sub-box02-text {
	margin-left: 0;        /* 1つ目で指定した左マージンをリセット */
	margin-right: -100px;  /* 右側（画像側）へ重ねる */
}

/* ③ [重要] 重なりの見た目を1つ目と完全に合わせるための設定 */
.sub-box02-innner.is-reverse .sub-box02-img {
	position: relative;
	z-index: 1; /* 画像を下に敷く */
}



/* sub-map */
.sub-map {
	width: 1000px;
	margin: -5em auto 10em;
	display: flex;
}
.sub-map01 {
	width: calc(50% - 10px);
	padding-right: 30px;
}
.sub-map02 {
	width: calc(50% - 10px);
	padding-left: 30px;
}
.table-width02 {
	width: 100%;
	margin: -60px auto 0;
	background-color: rgba(255, 255, 255, 0.9);
}
.table-width02 > table.table01 td {
	padding-left: 2em;
	padding-right: 2em;
}
.sns-icon {
	width: 20px;
	height: 20px;
}


.table-width03 {
	width: 80%;
	margin: 0 auto 0;
}






}
/* pcここまで */










