@charset "UTF-8";
/* CSS Document */

/*カスタムプロパティ*/
:root{
	--color-text:#4C595E;
	--color-main: #93A1A7;
	--color-base: #f7fff4;
	--color-brown:#8F6A49;
	--color-pink: #BB8D99;
	--color-gold: #C8A27C;
	--color-pale-gray:rgba(240,240,240,0.95);
	--hvr-bg-color:rgba(240,240,240,0.95);
	--marker-accent:linear-gradient(transparent 60%, #ffffa5 60%);
}

html {
/*ゴシック系ベース*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*明朝系ベース*/
/*	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
	color:var(--color-text);
}


/*marginとpaddingを初期化*/
img,
dl,
dd,
dt {
	margin: 0;
	padding: 0;
}

/*Google Mapのレスポンシブ化*/
.google-map {
    position: relative;
    padding: 20%;
    height: 0;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



/*YouTube動画のレスポンシブ化*/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;    /*9:16=x:100*/
    margin-bottom: 2rem;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*画像の設定*/
img{
	display: block;
	max-width: 100%;
	height: auto;
	padding-bottom: 0.5rem;
	margin: auto;
}


/*リンク周りの設定*/
.hvr-td-none,
.hvr-td-none a,
.hvr-td-underline a,
#footer-menu ul.menu a {
	color: var(--color-text);
	text-decoration: none;
}
.hvr-td-underline a:hover,
#footer-menu ul.menu a:hover {
	text-decoration: underline;
	/*background: #9FC;*/
}
a.link-block {
    display: block;
}
a img:hover {
    opacity: .5;
    transition: .5s;
}

dl.hvr-bg-color,
ul.hvr-bg-color li,
ol.hvr-bg-color li{
	transition: all .5s;
}
dl.hvr-bg-color:hover,
ul.hvr-bg-color li:hover,
ol.hvr-bg-color li:hover{
    background: var(--hvr-bg-color);
}

.viewall-button a{
	display: block;
    text-align: center;
	font-size: 1.5rem;
    letter-spacing: 0.72px;
	line-height: 33px;	
	margin: 0 auto 1rem;
}
.viewall-button .flex-base{
	flex: 0 0 300px;
}

.btn-type-1 a{
    display: block;
    color: var(--color-main);
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 40%;
    margin: 0 auto 4rem;
    padding: 1rem 2rem;
    border: 2px solid var(--color-main);
    transition: .5s;
}
.btn-type-1 a:hover {
    color: #fff;
    background: var(--color-main);
}

.btn-type-2 a{
    width: 300px;
    border: 3px solid #000;
    border-radius: 20px;
	padding: 7px 0;
}

.btn-type-3 a{
    width: 300px;
	background: #000;
	color: #fff;
	border-radius: 100px;
	padding: 15px 0;
	
}
.btn-type-3 i{
	padding-left: 0.5rem;
}


/*タイトル関連共通*/
h1,h2,h3{
	color: var(--color-text);
}

h1,h2{
	margin: 0 0 1.5rem;
	letter-spacing: 0.075rem;
}

h3{
	margin: 0 0 1rem;
}

time{
	padding-left: 0.5rem;
	font-size: 1rem;
	color: rgba(0,0,0,.5)
} 




/*アイコンフォント*/
i {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
}



/*ボックスのデザイン*/
#alpha,
#beta{
	width: 100%;
	padding: 0 1rem;
}
.entry-box-two,
.entry-box-three,
.entry-box-four,
.entry-box-two-thirds,
.entry-box-three-quarters{
	margin-bottom: 2.5rem;
}
.entry-section{
	margin-bottom: 5rem;
}

.p-3 .entry-box-two,
.p-3 .entry-box-three,
.p-3 .entry-box-four,
.p-3 .entry-box-two-thirds,
.p-3 .entry-box-three-quarters{
	padding: 3rem 0;
}





/***専用クラス属性*/


/*テキストの揃え位置*/
.align-center{
	text-align: center;
}
.align-left{
	text-align: left
}
.align-right{
	text-align: right;
}


/*テキストの強調*/
.marker-accent {
	display: inline;
	background:var(--marker-accent);
}
.marker-accent+p{
	margin-top: 1rem;
}





/*flexboxの並べ方を交互にする*/
.row-reverse:nth-child(odd){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


/*行頭文字を消す*/
.ls-none, 
#footer-menu ul.menu {
	/*remmet:lis:n*/
	list-style: none;
	margin: 0;
	padding: 0;
}


/*画像を丸く切り抜く*/
.br-50 img{
	border-radius: 50%;
}






/*画像を親要素の横幅に関係なく画面幅いっぱいに表示させる指定*/
.img-full-width{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

/*背景色を横幅いっぱいに敷く指定*/
.bgcolor-full-width{
	position:relative;
	text-align: center;
}

.bgcolor-full-width:before{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	display: block;
	width: 100vw;
	height: 100%;
	background-color: var(--color-base);
	content: "";
	transform: translateX(-50%);
}

/*categoryをサムネイル画像の上に表示させる指定*/
.entry-image-box{
	position: relative;
}
.entry-image-box .post-tumb-cat{
	position: absolute;
	top: 0;
	left: 0;
	background: var(--color-main);
	color: #fff;
	padding: 0.5rem 1rem;
}


/*お知らせ一覧（テキストのみ）のブロックの指定*/
.news-list-noimage .module-set{
	display: flex;
	border: solid var(--color-pale-gray);
	border-width: 1px 0 0;
	padding: 1.5rem 0;
	margin: 0;
}

.news-list-noimage .module-set:last-child{
	border-bottom: solid 1px var(--color-pale-gray);
}

.news-list-noimage .module-set time{
	width: 10rem;
}

.news-list-noimage .module-set h3{
	flex-grow: 1;
	margin: 0;
}





/*ヘッダー部分*/
header{
	background: rgba(255,255,255,1.0);		
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
}
#header-logo {
	flex-basis: 100px;
    padding: 1.5rem 1rem 0;
    margin-bottom: 0.5rem;
}
#header-logo img {
    width: 100%;
    padding-bottom: 0;
}
#header-menu .flex {
    justify-content: flex-end;
}
#header-menu-contact {
    padding: 1rem 2rem;
}
#header-menu-icon {
    font-size: 2rem;
}



/*スライダー部分*/
#banner {
	/*height: 100vh;
	overflow: hidden;
    position: relative;*/
    padding-top: 90px;
}
/*#banner img {
	min-width: 100%;
	min-height: 100%;
	padding: 0;
	object-fit: cover;
}
#banner-copy {
    position: absolute;
    bottom: 5rem;
    left: 3rem;
    color: #fff;
}*/

.dots-wrap {
    display: flex;
    justify-content: center;
    list-style: none;
}
.dots-wrap li {
    width: 0.75rem;
    height: 0.75rem;
    margin: 1rem;
    background: var(--color-main);
    border-radius: 50%;
    cursor:  pointer;
}
.dots-wrap li.slick-active,
.dots-wrap li:hover {
    background: rgba(147,161,167,.5);
}
.dots-wrap li button {
    display: none;
    appearance: none;
    ontline: none;
    padding: 0;
    border: none;
    background: transparent;
}





/*gnaviの基本的なデザイン*/
nav{
	flex-basis: 80%;
}
#menu-gnavi li{
	font-size: 1.2rem;
	letter-spacing: 0.56px;
}
#menu-gnavi li a {
    display: block;
    padding: 0.6rem 0;
}






/*パンくずリストの指定*/
#breadcrumbs-area{
	margin-bottom: 2rem;
}




/*コンテント部分の指定*/


/*タイトルデザイン*/
.title-1 {
	background: linear-gradient(transparent 70%, var(--color-main) 70%);
    text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.8);
}

.title-2 {
	padding: 0.4rem;
	border-top: solid 2px var(--color-brown);
	border-bottom: solid 2px var(--color-brown);
	background: -webkit-repeating-linear-gradient(-45deg, rgba(255,251,244,1.00), rgba(255,251,244,1.00) 3px,rgba(146,107,74,.15) 3px, rgba(146,107,74,.15) 7px);
	background: repeating-linear-gradient(-45deg, rgba(255,251,244,1.00),rgba(255,251,244,1.00) 3px,rgba(146,107,74,.15) 3px, rgba(146,107,74,.15) 7px);
}

.title-3 {
    position: relative;
    padding: 0.5em;
    margin-bottom: 1.5rem;
    background: rgba(204,165,126,1.00);
    color: white;
}
.title-3::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgba(177,139,101,1.00);
}

.title-4 {
    position: relative;
    background: var(--color-pink);
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    color: #fff;
    border-radius: 0 0.5rem 0.5rem 0;
}
.title-4:before {
    content: "\f041";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: var(--color-pink);
    position: absolute;
    left: -1.25rem;
    top: 50%;
    padding: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    color: #FFFFFF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.title-5 {
	font-size: 1.8rem;
	font-weight: normal;
	padding: 0.25rem 0.5rem;/*上下 左右の余白*/
	border-left: solid 5px var(--color-main);/*左線*/
}

.title-6 {
    color: var(--color-text);
    text-align: center;
    position: relative;
    padding-bottom: 0.7rem;
    margin-bottom: 3rem;
}
.title-6::after {
    content: "";
    width: 3rem;
    border-bottom: 0.5rem dotted rgba(255,215,44,1.0);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.home #area-2 .title-6 {
    color: #fff;
}

.title-7 {
	position: relative;
	padding: 0.6em 0.8rem;
	background: var(--color-gold);
	color: #fff;
}
.title-7:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 2rem;
	border: 1rem solid transparent;
	border-top: 1rem solid var(--color-gold);
	width: 0;
	height: 0;
}
.title-7 i {
	margin-right: 0.25rem;
}








.menu-title {
    font-weight: normal;
    border-bottom: 0.25rem solid var(--color-main);
    padding: 0.3rem;
    margin-bottom: 0.3rem;
    position: relative;
}
.menu-title::after {
    content: "";
    background: var(--color-main);
    width: 6rem;
    height: 0.25rem;
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    z-index: 1;
}




/*キャッチコピー*/
.copy-1 {
    color: #fff;
}
.copy-1 span {
    font-size: 1rem;
    font-weight: normal;
}
.copy-2,
.copy-3 {
    color: var(--color-brown);
}
.copy-2 {
    font-size: 1rem;
}
.copy-3 {
    font-size: 1.5rem;
}


/*本文中のデザイン*/
.single article p,
.single article li,
.page-template-default article p,
.page-template-default article li,
.page-template-parent-page_a article p,
.page-template-parent-page_a article li,
.page-template-parent-page_b article p,
.page-template-parent-page_b article li {
	font-size: 1.2em;
	line-height: 1.6em;
}
.single article p,
.single article ul,
.single article ol,
.page-template-default article p,
.page-template-default article ul,
.page-template-parent_page_b article p {
	margin-bottom: 2.5em;
}




/*テーブルのデザイン*/
.table-1 {
    border-collapse: collapse;
    width: 100%;
}
.table-1 tr,
.table-1 th,
.table-1 td {
    border: 1px solid var(--color-text);
    padding: .5rem;
}
.table-1 th {
    font-weight: normal;
    width: 25%;
    background: rgba(147,161,167,.5);
}
.table-1 td {
    width: 75%;
}



/*申し込みフォーム*/
.contact-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.contact-block dl{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.contact-block dl+dl {
/*	margin-top: 2em;*/
}
.contact-block dt,
.contact-block dd {
	margin: 0;
	padding: 0.25em;
}
.contact-block dt {
    color: var(--color-main);
}
.contact-block dt p {
	/*text-align: center;*/
    margin: 0;
}
.contact-block dd {
    flex-grow: 1;
}
.contact-block input[type="text"],
.contact-block input[type="email"],
.contact-block input[type="tel"],
.contact-block textarea,
.contact-block input[type="submit"] {
    width: 100%;
}
.contact-block p input {
	padding: 0.25em 1em;
/*	background: #fff;*/
}
.contact-block input[type="submit"] {
    background: var(--color-main);
    border: none;
    color: #fff;
    padding: 0.5em;
}
.contact-block input[type="submit"]:hover {
    background: rgba(147,161,167,.7);
    transition: .3s;
}
.flexible-form-text {
    margin-bottom: 2em;
}
span.required {
	color: bar(--color-pink);
	font-size: 0.75em;
	margin-left: 1em;
}





/*サイドバーの指定*/
#beta .module-set{
	margin: 0 auto 3rem;
}

#beta .module-set h3{
	position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#beta .module-set h3:before{
	content: '';
	position: absolute;
	bottom: -5px;
	border-bottom: 5px solid var(--color-main);
    width: 45%;
}

#beta .module-set h3:after{
	content: '';
	position: absolute;
	left: 45%;
	bottom: -5px;
	border-bottom: 5px solid var(--color-main);
	width: 55%;
}

#beta .module-set ul li{
	border-bottom: 1px solid var(--color-pale-gray);
	padding: 0.64rem;
}

#beta .module-set ul li a:before{
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	padding-right: 5px;
	color:var(--color-main);
}

#beta .module-set dl{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--color-pale-gray);
	padding: 0.64rem;
	margin: 0;
}
#beta .module-set dt{
	padding:0.2rem 5px 0.2rem 0.2rem;
}

#beta .module-set dd{
	padding: 0.2rem;
	margin:0;
}

/*footerの指定*/
footer {
    background: var(--color-pale-gray);
    padding-top: 3rem;
}
.footer-widget ul li {
    padding: 0.5rem;
}
.footer-widget ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 1rem;
    content: "\f0da";
}
.footer-widget ul li+li {
    border-top: 1px dotted #666;
}
#copyright {
    padding: 0.5rem;
    margin-bottom: 0;
}






/*トップページ*/

/*ここから廃案
.scroll-snap {
    overflow: auto;
    scroll-snap-type: y mandatory;
    height: 100vh;
}
.bg-cover {
    scroll-snap-align: start;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#slider-cover {
    width: 30%;
    position: sticky;
    top: 0;
}
#area-1 {
    background-image: url("../img/img_area_111.jpg");
}
#area-2 {
    background-image: url("../img/img_area_121.jpg");
}
#area-3 {
    background-image: url("../img/img_area_131.jpg");
}
#area-4 {
    background-image: url("../img/img_area_141.jpg");
}


.scroll-snap .pagebody {
    height: 100vh;
    position: relative;
    padding-top: 10rem;
}
.scroll-snap .entry-section {
    position: absolute;
    left: 2rem;
    bottom: 6rem;
    background: rgba(0,0,0,.5);
    padding: 1.25rem;
    border-radius: .5rem;
}
.scroll-snap .entry-section p {
    color: #fff;
}
#area-4 .entry-section {
    width: 50%;
    background: rgba(255,255,255,.5);
}
#area-4 .copy-1,
#area-4 p {
    color: var(--color-text);
}
ここまで廃案*/


#area-2 {
    padding-top: 5rem;
    background: var(--color-main);
}
#area-2 .flex-bp600 {
    justify-content: center;
}
#area-2 li a {
    padding: 0.25rem 0.5rem;
    color: #fff;
}

.news-list {
    width: 80%;
    padding-left: 0;
    margin: 0 auto 2rem;
}
.news-list dt {
    margin-bottom: 0.5rem;
}
.news-list i {
    margin-right: 0.5rem;
}




/*会社概要ページ*/
#post-93>figure>img {
	float: left;
	width: 30%;
	margin: 0 2em 1em 0.5em;
}
#post-93 p {
	float: none;
}



@media screen and (max-width: 599px) {
    
    
    
    
    /*バナー部分*/
    /*#banner-copy {
        top: 50%;
    }*/
    
    

    
    /*トップページ*/
    #area-4 .entry-section {
        width: 60%;
    }
    #area-2 .flex-bp600 li {
        display: flex;
        justify-content: space-between;
    }
    #area-2 .flex-bp600 li>a,
    #area-2 .flex-bp600 .business-list {
        width: 49%;
    }
    #area-2 .business-list .copy-1 {
        font-size: 2.5rem;
        font-weight: normal;
        line-height: 2.5rem;
        padding: 2rem 1rem;
    }
    #area-2 .business-list .copy-1 span {
        color: rgba(255,215,44,1.00);
        font-size: 1.25rem;
    }
    
}

@media screen and (min-width: 600px) {
    
    
    
    /*ヘッダー部分*/
    
    #header-logo {
        flex-basis: 140px;
    }
    
    
    
    /*バナー部分*/
    #banner {
        padding-top: 120px;
    }
    
    
    .news-list {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .news-list dt {
        flex: 0 0 200px;
    }
    .news-list dd {
        flex-grow: 1;
    }
    
	/*トップページ*/
	.scroll-snap .entry-section {
		bottom: 3rem;
	}    
    
    
    
}



@media screen and (max-width: 1024px) {
    
    
    
    
    
    /*ナビゲーション部分*/
    
	.menu-trigger {
		position: fixed;
        top: 2.5rem;
        right: 1.5rem;
		width: 3rem;
		height: 3rem;
		background: transparent;
		border: 0;
		z-index: 4;
	}
	.menu-trigger span {
		position: absolute;
		background: var(--color-main);
		width: 35px;
		height: 2px;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 2.25rem;
	}
	.menu-trigger span:nth-of-type(2) {
        top: 0;
		bottom: 0;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 2.25rem;
	}
	.menu-trigger.active span:nth-of-type(1) {
        background: #fff;
        top: 0;
		-webkit-transform: translateY(0.9rem) rotate(45deg);
		transform: translateY(0.9rem) rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
        background: #fff;
		bottom: 1.1rem;
		-webkit-transform: translateY(-0.9rem) rotate(-45deg);
		transform: translateY(-0.9rem) rotate(-45deg);
	}
    
	#gnavi {
		display: none;
		position: fixed;
		top: 0;
		z-index: 3;
		background: rgba(0,0,0,0.75);
		width: 100vw;
		height: 100vh;
	}
    #menu-gnavi {
        padding-top: 5rem;
        overflow-y: scroll;
    }
	#menu-gnavi li {
		font-size: 1.6rem;
        text-align: center;
	}
	#menu-gnavi li a {
		color: #fff;
		padding: 0.6rem 0;
	}
	#menu-gnavi li a:hover {
		background: rgba(255,255,255,.4);
		transition: .6s;
	}
    
    #menu-gnavi li .sub-menu {
        padding-left: 0;
    }
    #menu-gnavi li .sub-menu .menu-item a {
        font-size: 1.2rem;
        /*padding-left: 1.2rem;*/
    }
	#menu-gnavi li .menu-item+.menu-item {
		border-top: 1px solid rgba(255,255,255,0.25);
	}
    #menu-gnavi li .sub-menu .menu-item+.menu-item {
        border-top: none;
    }
    
    #header-menu-contact {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--color-main);
    }
    #header-menu-contact ul,
    #header-menu-icon {
        width: 50%;
    }
    #header-menu-contact,
    #header-menu-contact a {
        color: #fff;
    }






    /*フッター部分*/
    #footer-logo a {
        width: 40%;
        margin: auto;
    }


}


@media screen and (min-width: 1025px){
	
	/*ヘッダー部分*/
	#header-logo {
        flex-basis: 20%;
    }

    
    /*ナビゲーション部分*/
	#gnavi{
		display: block!important;
	}
	
	/*gnav-itemsの並べ方*/
	#menu-gnavi {
		display: flex;
		justify-content: space-between;
	}
    #menu-gnavi li {
        font-size: 1rem;
    }
    #menu-gnavi li a {
        padding-left: 2rem;
        padding-right: 2rem;
        text-align: center;
    }
    #menu-gnavi li a:hover {
        letter-spacing: .25rem;
        transition: .5s;
    }
    #menu-gnavi li a::after {
        content: attr(data-desc);
        display: block;
        text-align: center;
        font-size: 0.8rem;
    }
    .current-menu-item::after {
        display: block;
        content: "";
        height: 0.2rem;
        background: var(--color-main);
    }
    
    #header-menu-icon {
        margin-left: 2rem;
    }



    /*メガメニューのデザイン*/
    #gnavi {
        width: 100%;
    }
    .sub-menu {
        width: 100%;
        padding: 2rem;
        background: rgba(0,0,0,0.75);
        visibility: hidden;
        /*transition: .5s;*/
        position: absolute;
        left: 0;
        top: 80%;
        text-align: center;
    }
    #menu-gnavi>.menu-item:hover .sub-menu {
        visibility: visible;
    }
    .sub-menu .menu-item {
        display: inline-block;
    }
    .sub-menu li a {
        color: #fff;
    }
    
    
    
    
    /*フッター部分*/
    #footer-logo img {
        width: 75%;
    }

    
    
    
    /*トップページ*/
	.scroll-snap .entry-section {
		bottom: 0;
	}
    #area-4 .entry-section {
        width: 30%;
    }

}