@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 15px;
}
body {
	line-height: 1.8;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	opacity: 0.7;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	height: 150px;
}
#header-inner {
    width: 100%;
    margin: 0 auto;
    z-index: 20;
    display: block;
    position: fixed;
    background: #fffffff5;
    height: 150px;
}
.site-description {
	display: none;
}
ul.header-contact {
	display: flex;
	position: absolute;
	gap: 10px;
	width: 190px;
	justify-content: center;
	top: 7px;
	right: 40px;
}
.header-contact li {
	background: #ffcc00;
	border: solid 3px #000000;
	border-radius: 6px;
	border-bottom: 5px solid;
	width: 90px;
	height: 78px;
}
.header-contact li:hover {
	background: #ef810a;
	opacity: 1;
}
.header-contact li a:hover {
	opacity: 1;
}
.header-contact li img {
	width: 85px;
	height: 70px;
}
.header-text {
    position: absolute;
    right: 257px;
    top: 5px;
	line-height: 1;
}
.header-logo {
	position: absolute;
	top: 24px;
	left: 40px;
}
.header-top {
    position: absolute;
    top: 35px;
    right: 269px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1;
}
.main-top-once {
    display: flex;
	align-items: center;
}
.main-top-tel {
    font-size: 22px;
    position: relative;
	padding: 0 0 0 38px;
}
.main-top-tel:before {
	content: '';
	background: url(/images/default/fax.png) no-repeat;
	width: 23px;
	height: 13px;
	position: absolute;
	left: 10px;
	top: 5px;
}
.main-top-tel2 {
    font-size: 17px;
    position: relative;
	padding: 0 0 0 40px;
	font-weight: 700;
	letter-spacing: -0.5px;
}
.main-top-tel2:before {
	content: '';
	background: url(/images/default/tel.png) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 13px;
	top: 0;
}
.main-top-name {
    font-size: 12px;
    background: #efefef;
    min-width: 160px;
    text-align: center;
    padding: 5px 0 6px;
	font-weight: 900;
}
.gnav {
    position: absolute;
    top: 105px;
    right: 54px;
}
.gnav > ul > li {
	font-weight: 900;
	margin-left: 34px;
}
.gnav > ul > li > ul >li {
	font-weight: 600;
}
.gnav > ul > li > ul {
	min-width: 90px;
	white-space: nowrap;
}
/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; font-size: 16px; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: auto; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 14px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto 90px;
}

#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}
h2.mv-catch {
    position: absolute;
    top: 13%;
    width: 41.35%;
    left: 15.78%;
}

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1920px + 1080px)/ 2); */
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#main {
	/* float: right;
	width: 740px; */
	text-align: left;
}
.template-type-blog #main {
    width: 780px;
    float: right;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}
.main-flyer {
    background: url(/images/default/bg1.jpg) repeat;
    padding: 65px 0 90px;
    margin-bottom: 90px;
}
h2.main-flyer-title {
    text-align: center;
    margin-bottom: 37px;
}
.main-flyer-inner {
    max-width: 1080px;
    margin: 0 auto;
	position: relative;
}
.main-flyer-icon {
    position: absolute;
    top: -211px;
    left: 187px;
}
.main-flyer-icon2 {
    position: absolute;
    right: 68px;
    bottom: -120px;
}
ul.main-flyer-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-bottom: 40px;
}
.main-flyer-more {
	text-align: center;
}
.main-more a {
    background: #ffcc00;
    border: solid 3px #000000;
    border-radius: 30px;
    width: auto;
    height: 100%;
    display: inline-block;
}
.main-more a:hover {
	background: #ef810a;
	opacity: 1;
}
.main-news {
	margin: 0 auto 90px;
	width: 1080px;
}
.main-news-title {
	margin-bottom: 42px;
	text-align: center;
}
.main-news-inner {
}
.main-news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 35px;
}
.main-news-list-item {

}
.main-news-list-img {
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 20px;
	width: 252px;
    height: 256px;
}
.main-news-list-img img{
    width: 252px;
    height: 256px;
	object-fit: cover;
	border-radius: 20px;
}
.main-news-list-img img:hover {
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.6s;	/*変化に掛かる時間*/
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	font-weight: 900;
	color: inherit;
}
.main-news-list-date {
    display: block;
    margin-bottom: 5px;
    color: #878787;
}
.main-news-list-cat {
	display: inline-block;
	margin-right: 10px;
}
.main-news-more {
	text-align: center;
}
.main-news .scroll-area{
	max-height: 100px;
}

.main-bg {
	background: url(/images/default/bg2.jpg) repeat;
    padding: 84px 0 90px;
}
.main-banner-inner.clearfix {
    text-align: center;
	margin-bottom: 90px;
}
.main-banner-img {
    margin: 30px 0 20px;
}
.main-reason {
    width: 1080px;
    margin: 0 auto;
}
h2.main-reason-title {
    text-align: center;
    margin-bottom: 35px;
}
.main-reason-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}
.main-reason-once {
    background: #fff;
    border: solid 4px #d41929;
    border-radius: 20px;
    padding: 9px 12px 20px;
}
.main-reason-img {
	margin-bottom: 15px;
}

.main-reason-img img {
    width: 226px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}
h3.main-reason-subtitle {
    font-size: 27px;
    font-weight: 700;
    color: #c90011;
    position: relative;
    padding-left: 46px;
    margin-bottom: 5px;
}
h3.main-reason-subtitle:before {
	content: '';
	width: 31px;
	height: 31px;
	background: url(/images/default/1.jpg) no-repeat;
	position: absolute;
    left: 6px;
    top: 9px;
}
.main-reason-once:nth-child(2) h3.main-reason-text:before {
	background: url(/images/default/2.jpg) no-repeat;
}
.main-reason-once:nth-child(3) h3.main-reason-text:before {
	background: url(/images/default/3.jpg) no-repeat;
}
.main-reason-once:nth-child(4) h3.main-reason-text:before {
	background: url(/images/default/4.jpg) no-repeat;
}
.main-reason-text {
    padding: 0 8px;
    font-size: 16px;
    font-weight: 900;
}

.main-price {
    background: #ffeea9;
    padding: 89px 0 90px;
	margin-bottom: 89px;
}
h2.main-price-title {
    text-align: center;
    margin-bottom: 35px;
}
.main-price-inner {
    width: 1220px;
    margin: 0 auto;
	position: relative;
}
.main-price-area {
	background: url(/images/default/bg4.jpg) repeat;
    border-radius: 20px;
    padding: 37px 70px 91px;
    position: relative;
	z-index: 2;
}
.main-price-area:before {
	content: '';
	background: url(/images/default/icon7.jpg) repeat;
	width: 581px;
	height: 691px;
	position: absolute;
    left: -581px;
	top: 400px;
}
.main-price-inner:after {
	content: '';
	background: url(/images/default/icon8.jpg) repeat;
	width: 964px;
	height: 378px;
	position: absolute;
	right: -350px;
    bottom: -90px;
    z-index: 0;
}
.main-price-icon {
    position: absolute;
    bottom: 75px;
    right: 114px;
}
h2.main-price-subtitle {
    text-align: center;
    margin-bottom: 22px;
}
.main-price-area2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 31px 32px;
	margin-bottom: 20px;
}
.main-price2-once {
    background: #fff;
    border: #c00000 solid 4px;
    border-radius: 20px;
}
.main-price2-text {
    background: #c00000;
    border-radius: 0 0 15px 15px;
    color: #fff;
}
.main-price2-img {
    margin: 0 auto 4px;
    text-align: center;
}
.main-price2-img img {
	height: 182px;
	max-width: 100%;
	object-fit: cover;
}
span.main-price2-img-text {
    color: #c00000;
    font-size: 34px;
    font-weight: 800;
}
span.main-price2-img-text2 {
    font-size: 14px;
    color: #c00000;
    font-weight: 800;
}
.main-price2-text {
    display: flex;
    gap: 20px;
    padding: 20px 35px 22px;
	justify-content: space-between;
}
.main-price2-title {
    padding: 12px 30px 0;
}
.main-price2-text1 {
    text-align: right;
	font-size: 20px;
	line-height: 1.4;
}
.main-price1-text2 {
    font-size: 54px;
    line-height: 1;
}
.main-price-bottom {
    line-height: 1.54;
    font-weight: 800;
    margin-bottom: 50px;
}
ul.main-price-more {
    display: flex;
    justify-content: center;
    gap: 14px;
	position: relative;
	z-index: 2;
}
ul.main-price-more a {
    background: #ffcc00;
    border: solid 3px #000000;
    border-bottom-width: 3px;
    border-radius: 39px;
    width: auto;
    height: 100%;
    display: inline-block;
	border-bottom: solid 7px #000000;
}
ul.main-price-more a:hover {
	background: #ef810a;
	opacity: 1;
}


.main-gallery {
	margin: 0 auto 90px;
	width: 1080px;
}
.main-gallery-title {
    margin-bottom: 42px;
    text-align: center;
}
.main-gallery-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 35px;
}
.main-gallery-list-img {
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 20px;
	width: 252px;
    height: 256px;
}
.main-gallery-list-img img{
    width: 252px;
    height: 256px;
	object-fit: cover;
	border-radius: 20px;
}
.main-gallery-list-img img:hover {
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.6s;	/*変化に掛かる時間*/
}
.main-gallery-list-item {
}
.main-gallery-list-img {
	margin-bottom: 5px;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-list-title {
	font-weight: 800;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-gallery-list-title > a {
	display: block;
	color: inherit;
}
.main-gallery-list-date {
    margin-bottom: 5px;
    color: #878787;
}
.main-gallery-list-cat {
    display: inline-block;
    background: #ffcc00;
    font-size: 12px;
    min-width: 88px;
    text-align: center;
    padding: 6px 5px;
    line-height: 1;
    margin-left: 10px;
}
.main-gallery-more {
    text-align: center;
}
.main-gallery-more {

}
.main-voice {
    background: url(/images/default/bg3.jpg) repeat;
    padding: 90px 0;
}
h2.main-voice-title {
    text-align: center;
    margin-bottom: 50px;
}
.main-voice-inner {
	width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px 26px;
}
.main-voice-once {
    display: flex;
    gap: 10px;
	align-items: center;
}
.main-voice-text {
    background: #fff;
    width: 408px;
    border-radius: 20px;
    padding: 34px 30px 25px 33px;
    min-height: 268px;
    font-size: 15px;
    line-height: 1.66;
	font-weight: 600;
	position: relative;
}
.main-voice-text:before {
    content: "";
    width: 10px;
    height: 22px;
    background: url(/images/default/hukidashi.png) no-repeat;
    position: absolute;
    top: 102px;
    left: -10px;
}
.main-voice-text .text {
    font-size: 16px;
    font-weight: 800;
}
.main-voice-text .name {
	color: #424242;
    font-weight: 600;
    display: block;
    font-size: 14px;
    margin-top: 26px;
}
.main-voice-more.main-more {
    text-align: center;
    margin-top: 41px;
}
.main-point {
    background: url(/images/default/bg1.jpg) repeat;
    padding: 89px 0 90px;
}
h2.main-point-title {
    text-align: center;
    margin-bottom: 39px;
}
.main-point-inner {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
.main-point-icon {
    position: absolute;
    top: -239px;
}
.main-point-icon2 {
    position: absolute;
    top: -172px;
	right: 0;
}
.main-point-area {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.main-point-once {
    background: #fff;
    border-radius: 20px;
}
.main-point-img {
	margin-bottom: 20px;
}
.main-point-img img {
    border-radius: 20px 20px 0 0;
}
.main-point-title {
    text-align: center;
    font-size: 30px;
    color: #c80011;
    padding: 0 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.main-point-text {
    padding: 0 35px 30px;
    font-size: 16px;
    font-weight: 800;
}
.main-other {
    background: url(/images/default/main-other-bg.jpg) no-repeat center top /cover;
    padding: 89px 0 90px;
	margin-bottom: 90px;
}
h2.main-other-title {
    text-align: center;
    margin-bottom: 32px;
}
.main-other-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px 24px;
	width: 1080px;
	margin: 0 auto;
}
.main-other-text a {
    background: #fff;
    font-size: 18px;
    width: 100%;
    min-height: 112px;
    display: flex;
    align-items: center;
    border: solid 3px #ffcc00;
    border-radius: 20px;
    padding: 0 20px;
	position: relative;
	font-weight: 800;
}
.main-other-text a:before {
    position: absolute;
    content: "\f138";
    font-family: 'Font Awesome 5 Free';
    right: 13px;
	color:  #ffcc00;
}
.main-menu-once {
    display: flex;
    gap: 56px;
	justify-content: flex-end;
	margin-bottom: 54px;
}
.main-menu-area {
	flex: 0 0 484px;
}
.main-menu-img {
    flex: 0 1 50%;
    width: 100%;
}
.main-menu-img img {
    height: 433px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
	object-position: left center;
}
.main-menu-once:nth-child(even) {
    flex-direction: row-reverse;
}
.main-menu-once:nth-child(even) .main-menu-img img {
    border-radius: 0 20px 20px 0;
	object-position: right center;
}
.main-menu-area-title {
    font-size: 32px;
    line-height: 1;
    background: #c80011;
    color: #ffff;
    min-height: 82px;
    display: flex;
    align-items: center;
    padding: 10px 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.main-menu-area-title strong {
    font-weight: 500;
    font-size: 20px;
}
.main-menu-text {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 800;
	line-height: 1.7;
}
.main-menu-text h3 {
    color: #c80011;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 23px;
    font-weight: 800;
}
.main-menu-more a {
    background: #ffcc00;
    border: solid 3px #000000;
    border-radius: 30px;
    width: auto;
    height: 100%;
    display: inline-block;
}
.main-menu-more a:hover {
	background: #ef810a;
	opacity: 1;
}
.main-menu-more a {
    background: #ffcc00;
    border: solid 3px #000000;
    border-radius: 30px;
    width: auto;
    height: 100%;
    display: inline-block;
}
.main-banner2 {
    width: 1080px;
    margin: 0 auto 89px;
}
.main-banner2 ul {
	display: flex;
	gap: 32px;
}
.main-banner2 ul a {
    background: #ffcc00;
    border: solid 5px #000000;
	border-bottom: 9px solid #000000;
    border-radius: 30px;
    width: auto;
    height: 100%;
    display: inline-block;
}
.main-banner2 ul a:hover {
	background: #ef810a;
	opacity: 1;
}
.main-message {
	margin-bottom: 90px;
}
.main-message-inner {
    padding: 91px 0 90px;
    width: 1080px;
    margin: 0 auto;
	color: #fff;
}
h2.main-message-title {
    margin-bottom: 40px;
    text-align: center;
}
.main-message-text {
    text-align: center;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 30px;
}
ul.main-message-more {
    display: flex;
    gap: 14px;
    justify-content: center;
}
.main-message-more li a {
	background: #ffcc00;
    border: solid 3px #000000;
    border-radius: 30px;
    width: auto;
    height: 100%;
    display: inline-block;
}
.main-message-more li a:hover {
	background: #ef810a;
	opacity: 1;
}

.main-blog {
    width: 1080px;
    margin: 0 auto 90px;
}
.main-blog-title {
	text-align: center;
	margin-bottom: 42px;
}
.main-blog-inner {
}
.main-blog-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 30px;
}
.main-blog-list-item {
	margin-bottom: 10px;
}
.main-blog-list-img {
	margin-bottom: 18px;
	border-radius: 20px;
	overflow: hidden;
	width: 252px;
	height: 256px;
}
.main-blog-list-img img{
	width: 252px;
	height: 256px;
	border-radius: 20px;
}
.main-blog-list-img img:hover {
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.6s;	/*変化に掛かる時間*/
}
.main-blog-list-title {
	margin-bottom: 3px;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	color: inherit;
	margin-top: 5px;
}
.main-blog-list-date {
    margin-bottom: 5px;
    color: #878787;
}
.main-blog-list-cat {
    display: inline-block;
    background: #ffcc00;
    font-size: 12px;
    min-width: 88px;
    text-align: center;
    padding: 6px 5px;
    line-height: 1;
    margin-left: 10px;
}
.main-blog-more {
    text-align: center;
}
.main-recruit {
    width: 1080px;
    margin: 0 auto 90px;
}
.main-contact {
    background: url(/images/default/bg5.jpg) repeat;
    padding: 63px 0 76px;
}
.main-contact .main-top-once {
	margin-bottom: 9px;
}
h2.main-contact-title {
    text-align: center;
    margin-bottom: 22px;
}
.main-contact-inner {
    width: 1080px;
    margin: 0 auto;
	display: flex;
	gap: 25px;
}
.main-contact-left {
	position: relative;
}
.main-contact-topicon {
    position: absolute;
    top: -154px;
    left: -21px;
}
.main-contact-inner {
    background: #fff;
    border-radius: 20px;
    padding: 33px 45px 42px;
}
.main-contact-text {
	margin-bottom: 14px;
}
.main-contact-name {
	font-size: 17.32px;
    background: #efefef;
    min-width: 230px;
    text-align: center;
    padding: 1px 0 1px;
    font-weight: 900;
}
.main-contact-tel {
    font-size: 32px;
    position: relative;
    padding: 0 0 0 55px;
	line-height: 1;
}
.main-contact-tel:before {
    background: url(/images/default/fax2.png) no-repeat;
    width: 30px;
    height: 18px;
	top: 8px;
	left: 17px;
}
.main-contact-inner .main-top-tel2 {
    font-size: 23px;
    padding: 0 0 0 55px;
	line-height: 1;
}
.main-contact-tel2:before {
    content: '';
    background: url(/images/default/tel2.png) no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    left: 17px;
    top: 0;
}
ul.main-contact-icon {
    gap: 7px;
    display: flex;
	margin-top: 12px;
}
ul.main-contact-icon li a {
    background: #ffcc00;
    border: solid 3px #000000;
    border-bottom: solid 6px #000000;
    border-radius: 6px;
    width: auto;
    display: inline-block;
}
ul.main-contact-icon li a:hover {
	background: #ef810a;
	opacity: 1;
}
.googlemap iframe {
    width: 100%;
    height: 436px;
}

/* content sidebar
------------------------------------------*/
#sidebar {
    float: left;
    width: 220px;
    text-align: left;
}
.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.side-banner {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	background: #e70014;
	margin-top: -10px;
}
#footer-inner {
	position: relative;
	width: 1080px;
	padding: 45px 0 0;
	margin: 0 auto;
}

.footer-nav {
	margin-bottom: 15px;
	font-size: 16px;
}
.footer-nav ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.footer-nav li {
	color: #fff;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li ul {
	display: none;
}
.footer-logo {
    margin-bottom: 43px;
}
.footer-about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    text-align: left;
	margin-bottom: 40px;
}
.main-about-once {
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px 25px;
}
.main-about-title {
    font-size: 24px;
    border-bottom: solid 4px #ebbb00;
    padding: 0 10px 8px;
	margin-bottom: 10px;
	font-weight: 700;
}
.main-about-tel {
    font-size: 32px;
    position: relative;
    padding: 0 0 0 58px;
    line-height: 1;
	position: relative;
}
.main-about-tel:before {
    content: '';
	position: absolute;
    background: url(/images/default/fax2.png) no-repeat;
    width: 30px;
    height: 18px;
    top: 8px;
    left: 20px;
}
.main-about-tel2 {
    position: relative;
    padding: 0 0 0 55px;
}
.main-about-tel2:before {
    content: '';
	position: absolute;
    background: url(/images/default/tel2.png) no-repeat;
    width: 29px;
    height: 29px;
    left: 20px;
	top: 6px;
}
.main-about-fax {
	position: relative;
	padding: 0 0 0 45px;
}
.main-about-fax:before {
    content: 'FAX';
	position: absolute;
    top: 0;
    left: 0;
	color: #1c6c43;
}

.main-about-text {
    background: #fff3c4;
    border-radius: 10px;
    font-size: 16px;
    padding: 20px 20px;
    font-weight: 800;
    line-height: 1.56;
	min-height: 190px;
}
.main-about-area {
    display: flex;
    gap: 25px;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 11px;
}
.footer-link {
    font-size: 12px;
    text-align: right;
    margin-bottom: 25px;
}
.footer-link a {
    color: #fff;
}
.footer-copyright {
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #c60011;
    padding: 26px 0;
}
.pagetop-btn-wrap {
	display: none;
    position: fixed;
    bottom: 86px;
    right: 30px;
    z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 80px;
}
.entry-content {
	font-size: 14px;
	line-height: 2;
}
/* heading */
.page-title {
    margin: 0 0 15px 0;
    padding: 130px 15px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: url(/images/default/bg1.jpg) repeat;
}
.entry-title, .entry-content h2:not([class]) {
		margin: 70px 0 25px;
		padding: 28px 25px;
		background: #c80011;
		font-size: 24px;
		font-weight: 500;
		color: #fff;
		border-radius: 10px;
}
.entry-title {
	margin-top: 0;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
    margin: 2.8rem 0 1.8rem 0;
    padding: 22px;
    border-left: 2px solid #c80011;
    background: #f2f2f2;
    font-size: 18px;
    font-weight: 600;
}
.h4, .entry-content h4:not([class]) {
    margin: 1.8rem 0 1.2rem 0;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    padding-left: 25px;
}
.h4:before, .entry-content h4:not([class]):before {
	content: '';
    background: url(/images/default/h4.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 40px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb a{
    color: #dfb50e;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	color: #dfb50e;
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/

.blog-nav {
    width: 250px;
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #202020;
	background-color: #2e2e2e;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #000000;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #000000;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
.effect-fade {
	opacity : 0;
	transform: translate(0, 150px);
	transition: all 1s;
}
.effect-fade1 {
	opacity : 0;
	transform: translate(0, 150px);
	transition: all 1.2s;
}
.effect-fade2 {
	opacity : 0;
	transform: translate(0, 150px);
	transition: all 1.5s;
}
.effect-fade3 {
	opacity : 0;
	transform: translate(0, 150px);
	transition: all 2s;
}
.effect-fade-fs {
	opacity : 0;
	transform: translate(0, 100px);
	transition: all 2s;
}
.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

.main-news-list-item.effect-fade:nth-child(1) {
	transition: all 1s;
}
.main-news-list-item.effect-fade:nth-child(2) {
	transition: all 1.5s;
}
.main-news-list-item.effect-fade:nth-child(3) {
	transition: all 2s;
}
.main-news-list-item.effect-fade:nth-child(4) {
	transition: all 2.5s;
}
.main-reason-once.effect-fade:nth-child(1) {
	transition: all 1s;
}
.main-reason-once.effect-fade:nth-child(2) {
	transition: all 1.5s;
}
.main-reason-once.effect-fade:nth-child(3) {
	transition: all 2s;
}
.main-reason-once.effect-fade:nth-child(4) {
	transition: all 2.5s;
}
.main-price2-once.effect-fade:nth-child(1) {
	transition: all 1s;
}
.main-price2-once.effect-fade:nth-child(2) {
	transition: all 1.5s;
}
.main-price2-once.effect-fade:nth-child(3) {
	transition: all 2s;
}
.main-price2-once.effect-fade:nth-child(4) {
	transition: all 2.5s;
}
.main-voice-once.effect-fade:nth-child(1) {
	transition: all 1s;
}
.main-voice-once.effect-fade:nth-child(2) {
	transition: all 1.5s;
}
.main-voice-once.effect-fade:nth-child(3) {
	transition: all 2s;
}
.main-voice-once.effect-fade:nth-child(4) {
	transition: all 2.5s;
}
.main-point-once.effect-fade:nth-child(1) {
	transition: all 1s;
}
.main-point-once.effect-fade:nth-child(2) {
	transition: all 1.5s;
}
.main-point-once.effect-fade:nth-child(3) {
	transition: all 1s;
}
.main-point-once.effect-fade:nth-child(4) {
	transition: all 1.5s;
}
.main-point-once.effect-fade:nth-child(5) {
	transition: all 1s;
}
.main-point-once.effect-fade:nth-child(6) {
	transition: all 1.5s;
}
.main-other-once.effect-fade:nth-child(1) {
	transition: all 1s;
}
.main-other-once.effect-fade:nth-child(2) {
	transition: all 1.5s;
}
.main-other-once.effect-fade:nth-child(3) {
	transition: all 2s;
}
.main-other-once.effect-fade:nth-child(4) {
	transition: all 2.5s;
}
.main-other-once.effect-fade:nth-child(5) {
	transition: all 1s;
}
.main-other-once.effect-fade:nth-child(6) {
	transition: all 1.5s;
}
.main-other-once.effect-fade:nth-child(7) {
	transition: all 2s;
}
.main-other-once.effect-fade:nth-child(8) {
	transition: all 2.5s;
}
.main-banner2 li.effect-fade:nth-child(1) {
	transition: all 1s;
}
.main-banner2 li.effect-fade:nth-child(2) {
	transition: all 1.5s;
}
.main-message-more li.effect-fade:nth-child(1) {
	transition: all 1s;
}
.main-message-more li.effect-fade:nth-child(2) {
	transition: all 1.5s;
}