@charset "UTF-8";
/* Custom CSS */
html {
	overflow-x: hidden !important;
}

body {
	font-size: 16px;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
	line-height: 2;
	background-color: #f7f4f3;
}
p {
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
}
.en {
	font-family: "Alata", sans-serif;
}
.en2 {
	font-family: "Lora", serif;
}
.mincho {
	font-family: YakuHanJP, "リュウミン M-KL", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", serif;
}
a {
	transition: .25s;
}
img {
	height: auto;
}
@keyframes link {
   0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
.primary-btn {
	overflow: hidden;
	padding-bottom: 8px;
}
.primary-btn:after {
	bottom: 0;
}
.primary-btn:hover:after {
	animation: link .6s cubic-bezier(.455,.03,.515,.955) infinite
}

/* =Misc
-----------------------------------------------------------------------------*/
.mb-20 {
	margin-bottom: 20px;
}
.mb-40,.mb20-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60,.mb30-60 {
	margin-bottom: 60px;
}
.mb30-80 {
	margin-bottom: 80px;
}
.ptb40,.ptb20-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb50,.ptb30-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb30-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.text-left-center {
	text-align: center;
}
.color {
	color: #c6a46a;
}
@media only screen and (min-width: 1200px) {
    .row.gx-5 {
	    margin-left: -25px;
		margin-right: -25px;
	}
	.row.gx-5  > div {
	    padding-right: 25px;
	    padding-left: 25px;
	}
    	
}
/* =Header
-----------------------------------------------------------------------------*/
.top-nav {
	line-height: 1.5;
}
#gnav {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	background: #f7f4f3;
	z-index: 999;
	line-height: 1.5;
}
#gnav.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
.top-nav .tn-right .bk-btn:hover {
	background: #dfa974;
}

/* =MainVisual
-----------------------------------------------------------------------------*/
.owl-stage::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	z-index: +1
}
.hero-text p {
	line-height: 2;
}
/* 下層ページ */
.page-hero {
    width: 94%;
    height: 240px;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #641613;
    color: #fff;
}
.page-hero h1 {
	font-family: "Lora", serif;
	color: #fff;
	font-size: 42px;
	text-align: center;
	text-transform: uppercase;
}
.page-hero h1 small {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
	display: block;
	font-size: 20px;
	margin-top: 10px;
}
/*-----------------------------------------------------------------------------
	パンくずリスト
-----------------------------------------------------------------------------*/
.breadcrumb-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-weight: 500;
}
.breadcrumb-wrap a {
    color: #fff;
    opacity: .7;
}
.breadcrumb-wrap a:hover {
	opacity: 1;
}

/* =tables
-----------------------------------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 1rem;
}
table.table-company {
	border-bottom: 1px solid #dee2e6;
}
table.table-company th {
	padding: 1.2em 3em 1.2em 1.2em;
    text-align: right;
    width: 200px;
    vertical-align: middle;
    border-right: 1px solid #dee2e6;
     border-top: 1px solid #dee2e6;
}
table.table-company td {
    padding: 1.2em 1.2em 1.2em 3em;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}


/* =トップページ
-----------------------------------------------------------------------------*/
a.service-item {
	display: block;
}
a.service-item i {
	font-size: 4.6rem;
	margin-bottom: 2rem;
}
/* top02 */
.hp-room-items .hp-room-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: #641613;
	transition: .25s ease-in-out;
	opacity: .3;
	z-index: +1;
}
/*
.hp-room-items .hp-room-item:hover::before {
	opacity: .8;
}
*/
.hp-room-items .hp-room-item .hr-text {
	top: 50%;
}
.hp-room-items .hp-room-item .hr-text p {
	color: #fff;
	transition: .25s ease-in-out;
	margin-bottom: 2em;	
}
/*
.hp-room-items .hp-room-item:hover .hr-text p {
	opacity: 1;
}
*/
.hp-room-items .hp-room-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.4) 75%,rgba(0,0,0,0.7) 100%);
    z-index: 0;
}
.hp-room-items .hp-room-item .hr-text {
	z-index: +2;
}

/*------------- #top-news -------------*/
#top-news.page-section h3.section-subheading {
	margin-bottom: 2rem;
}
.news-wrap article {
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
.news-wrap article a {
	display: table;
	width: 100%;
	padding: 1.25rem 2rem 1.25rem 1rem;
	position: relative;
	color: #222;
	text-decoration: none;
}
.news-wrap article a > div {
	display: table-cell;
	
}
.news-wrap article a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.32s, -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    z-index: -1;
}
.news-wrap article a:hover::after {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.news-wrap article .news-meta {
	width: 180px;
}
.news-wrap article .date {
	display: inline-block;
	padding-right: 2rem;
	opacity: .5; 
	line-height: 1.25;
	font-weight: bold;
	white-space: nowrap;
}
.news-wrap article a:hover .news-txt {
	transition: .25s;
}
.news-wrap article a:hover .news-txt {
	color: #c6a46a;
}
/*-----------------------------------------------------------------------------
	Contact
-----------------------------------------------------------------------------*/
h3.line {
	border-bottom: 2px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 2rem;
}
a.button {
	display: inline-block;
    font-weight: 700;
    padding: 14px 28px 14px;
    background: #c6a46a;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    min-width: 240px;
    transition: .25s;
}
a.button:hover {
	background: #dfa974;
}
#contact .tel__num {
	text-align: center;
	font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #888;
    padding-top: 3rem;
}
#contact .tel__num p {
	font-size: 1.1rem;
	font-weight: normal;
}
.table-contact p {
	margin: 0;
}
.shadow-wrap {
	padding: 6rem;
	background-color: rgba(255,255,255,.8);
    height: 100%;
    box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 6rem;
}
p.contact-tel-num {
	font-size: 4.2rem;
    letter-spacing: .1em;
    font-weight: bold;
    font-family: 'Oswald';
    line-height: 1.4;
    
}
table.table-contact {
	border-top: 1px solid rgba(0,0,0,.1);
	width: 100%;
	margin-top: 3rem;
}
table.table-contact th {
	white-space: nowrap;
	padding: 1.5rem 0;
	font-weight: normal;
	border-bottom: 1px solid rgba(0,0,0,.1);
	width: 240px
}
table.table-contact td {
	padding: 2rem 0 2rem 3rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
table.table-contact span.hissu {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 2px 12px;
    border-radius: 3px;
    background: #fb5357;
    float: right;
    font-weight: bold;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
span.wpcf7-list-item {
  position: relative;
  margin: 0 24px 0 0 !important;/*項目ごとの余白を調整*/
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}
.wpcf7-list-item-label:before {/*チェックボックスの枠*/
  content: '';
  border: 1px solid #222;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
input[type="checkbox"] + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  visibility: hidden;
  width: 20px;
  height: 20px;
  border: 2px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	visibility: visible;
    width: 10px;
  top: -3px;
  left: 7px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.table-contact {
	margin-bottom: 20px;
}
.table-contact input[type=text],
.table-contact input[type=email],
.table-contact input[type=tel] {
	width: 50%;
}
.table-contact textarea {
	width: 100%;
}
input[type=submit] {
	display: inline-block;
    font-weight: 700;
    padding: 14px 28px 14px;
    background: #c6a46a;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    min-width: 240px;
    transition: .25s;
    border: none;
    font-size: 16px;
}
input[type=submit]:hover {
	background: #dfa974;
}
/*-----------------------------------------------------------------------------
	お知らせ
-----------------------------------------------------------------------------*/
.news-wrap article a:hover .news-txt {
    color: #c6a46a;
}
.single-title-box {
	border-left: 5px solid #e8e8e8;
	padding-left: 1.5em;
}
.single-title-box h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.65;
	margin-bottom: 0;
}
.single-title-box p.date {
	color: #aaa;
	font-weight: bold; 
}
/*-----------------------------------------------------------------------------
	シングルページ共通
-----------------------------------------------------------------------------*/
.single-post-area h2,.single-post-area h3 {
	margin-bottom: .75em;
}
.single-title-box .date {
	color: #dfa974;
}
.single-post-area,.single-post-area p {
	line-height: 2em;
}
.single-post-area table {
	width: 100% !important;
}
.single-post-area table td,.single-post-area table th {
	padding: .75em;
}
.single-post-area .post-date {
	background: #f7f7f7;
	padding: 7px 0 4px 1.5em;
	border-radius: 4px;
	margin-bottom: 1.5em;
}
.pageNav {
	padding: 30px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.pageNav a {
	display: inline-block;
	color: #fff;
	background-color: #c6a46a;
	padding: 4px 1.25em;
	font-size: 13px;
	border-radius: 50px;
	font-weight: bold;
	text-decoration: none;
}
.pageNav a .material-icons {
	font-size: 24px;
	margin-top: -2px;
}
.pageNav a:hover {
	background-color: #dfa974;
	color: #fff;
}
.pageNav span.prev {
	float: right;
}
.pageNav span.prev,.pageNav span.next {
	display: inline-block;
}

.single-post-area a:link,.single-post-area a:visited {
	color: #999;
	text-decoration: underline;
}
.single-post-area a:hover {
	text-decoration: none;
}
.single-post-area table {
	max-width: 100% !important;
}
.single-post-area table td,.single-post-area table th {
	border: 1px solid #eee;
}
.single-post-area ul li {
	list-style: disc;
	list-style-position: inside;
}
.single-post-area ol li {
	list-style: decimal;
	list-style-position: inside;
}
.single-post-area blockquote {
	border-left: 4px solid #f7f7f7;
	margin-left: 0;
	padding-left: 2em;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
/********************************************** 
	ページナビ
********************************************* */
.wp-pagenavi {
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c6a46a;
}
.wp-pagenavi a {
    color: #c6a46a;
}
.wp-pagenavi a, .wp-pagenavi span:not(.material-icons) {
	font-family: "Poppins", sans-serif;
}
.wp-pagenavi span.material-icons {
	border: none;
	font-size: 1.8rem;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 5px 0 0;
	border: solid 1px #eee;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}
.wp-pagenavi span.current {
    border: none;
    background: #c6a46a;
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: #c6a46a;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border: none;
}
.pagenavi .wp-pagenavi a:hover, .pagenavi .wp-pagenavi span.current {
    border-color: #c6a46a;
}



/*-----------------------------------------------------------------------------
	レイヤーアニメ
-----------------------------------------------------------------------------*/
.fromLeft,.fromRight {
	position: relative;
	overflow: hidden;
}
.fromLeft:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: #f1f1f1;
	z-index: -1;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.fromRight:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: #f1f1f1;
	z-index: -1;
	-webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.fromLeft.isPlay:before,.fromRight.isPlay:before {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}
/*-----------------------------------------------------------------------------
	会社概要
-----------------------------------------------------------------------------*/
#about01 .rinen {
	font-size: 1.2em;
	font-weight: 600;
}
#about01 .gmap iframe {
	aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}
#about01 dl {
	margin-bottom: 1em;
}
#about01 dl dt i {
	color: #641613;
	margin-right: .25em;
}
ul.image {
	padding-left: 1.5em;
}
#about02 {
	background: #fff;
}
#about02 dl {
	margin-bottom: 1.5em;
}
#about02 dl dt {
	color: #c6a46a;
	font-weight: 600;
	font-size: 1.2em;
	display: flex;
	line-height: 1.5;
	margin-bottom: .25em;
}
#about02 dl dt span {
	display: block;
}
#about02 dl dt span:first-child {
	padding-right: .5em;
	white-space: nowrap;
}
#about02 dl dt span:last-child {
	padding-left: .5em;
}
@media only screen and (max-width: 991px) {
	#about01 .gmap iframe {
		aspect-ratio: 16 / 9;
	}
	#about01 dl {
		margin-bottom: .5em;
	}
}
/* 767px以下 */
@media (max-width: 767px) {
	#about02 dl dt {
		font-size: 1.1em;
	}
	#about02 dl dt span:first-child {
		padding-right: .25em;
	}
	#about02 dl dt span:last-child {
		padding-left: .25em;
	}

}

@media only screen and (min-width: 992px) {
	.aboutus-section .about-text p {
		line-height: 2.5;
	}
}

@media only screen and (max-width: 991px) {
/* =Header
-----------------------------------------------------------------------------*/
	.menu-item .logo {
	    padding: 15px 0;
	}
	.logo img {
		width: 90px;
	}
	#gnav {
		position: fixed;
		width: 100%;
	}
/* =MainVisual
-----------------------------------------------------------------------------*/
	.hero-text {
		padding-top: 150px;
	}
	.hero-text p {
		font-size: 15px;
		line-height: 1.75;
	}
	.hero-text h1 {
		font-size: 2rem;
		line-height: 1.5;
	}
/* 下層ページ */
	.page-hero {
	    width: 100%;
	    height: 200px;
	    margin-left: 0;
	    margin-right: 0;
	    margin-top: 65px;
	}
	.page-hero h1 {
		font-size: 36px;
	}
	.page-hero h1 small {
		font-size: 16px;
		margin-top: 10px;
	}
/*-----------------------------------------------------------------------------
	サービス
-----------------------------------------------------------------------------*/
	.slide-img-content .col-lg-6 {
		margin-top: 300px; 
	}
	.slide-img-content.fromRight::before, .slide-img-content.fromLeft::before {
	    width: 100%;
	    height: 400px;
	}

}

/* 767px以下 */
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	p {
		font-size: 14px;
	}
	.spad {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.section-title {
		margin-bottom: 20px;
	}
	.section-title h2 {
		font-size: 24px;
		line-height: 1.5;
	}
	.mb20-40 {
		margin-bottom: 20px;
	}
	.mb30-60,.mb30-80 {
		margin-bottom: 30px;
	}
	.ptb20-40 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ptb30-50,.ptb30-80  {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.text-left-center {
		text-align: left;
	}
	/* 下層ページ */
	.page-hero {
	    height: 160px;
	}
	.page-hero h1 {
		font-size: 30px;
	}
	.page-hero h1 small {
		font-size: 16px;
		margin-top: 10px;
	}
/* =tables
-----------------------------------------------------------------------------*/
	table.table-company th {
		padding: .5em 1em;
        width: auto;
        white-space: nowrap;
		display: block;
        border-right: none;
        border-bottom: none;
        width: 100%;
        text-align: left;
        font-weight: bold;
        background: #e5e5e5;
	}
	table.table-company td {
	    padding: .5em 1em;
	    display: block;
        width: 100%;
        border-top: none;
	}


/* =トップページ
-----------------------------------------------------------------------------*/	
	.about-text {
	    padding: 0;
	}
	.service-item {
	    padding: 10px 0px 10px;
	}
	.hp-room-items .hp-room-item {
		height: 300px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hp-room-items .hp-room-item .hr-text {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		padding: 0 3rem;
	}
	.hp-room-items .hp-room-item .hr-text p {
		margin: 0;
	}
	/* top-news */
	.news-wrap article a {
	    display: block;
	    padding: .7rem 0;
	}
	.news-wrap article .news-meta {
		display: block;
	    width: 100%;
	    margin-bottom: 4px;;
	}
	.news-wrap article .date {
		font-size: 13px;
	}
	.slider-wrap {
		margin-bottom: 20px;
	}
	#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name {
	    font-size: 1rem;
	}
	.blog-section .section-title {
	    margin-bottom: 20px;
	}
/*-----------------------------------------------------------------------------
	Contact
-----------------------------------------------------------------------------*/
	h3.line {
		font-size: 1.5em;
	}
	#contact .tel__num {
		font-size: 2rem;
	    padding-top: 0;
	    padding-bottom: 1rem;
	}
	#contact .tel__num p {
	    font-size: 12px;
	}
	.shadow-wrap {
		padding: 2rem;
	    height: 100%;
	    margin-bottom: 3rem;
	}
	p.contact-tel-num {
		font-size: 3rem;
	    letter-spacing: .1em;
	    text-align: center;
	}
	table.table-contact th {
		display: block;
		width: 100%;
		padding: 1em 0 0;
		border-bottom: none;
	}
	table.table-contact td {
		display: block;
		width: 100%;
		padding: 1em 0;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.table-contact {
		margin-bottom: 20px;
		border-top: 1px solid rgba(0,0,0,.1);
	}
	.table-contact input[type=text],
	.table-contact input[type=email],
	.table-contact input[type=tel] {
		width: 100%;
	}
	input[type=submit] {
	    width: 100%;
	    padding: 10px;
	    
	}
/*-----------------------------------------------------------------------------
	シングルページ共通
-----------------------------------------------------------------------------*/
	.single-post-area h2 {
		font-size: 18px;
	}
	.single-post-area h3 {
		font-size: 16px;
	}
	.single-post-area h4 {
	    padding: 8px 20px;
	    font-size: 15px;
	    margin-bottom: 12px
	}
	.pageNav a {
		padding: 4px 1em;
		font-size: 11px;
	}
}


/*-----------------------------------------------------------------------------
	サービス　事業紹介
-----------------------------------------------------------------------------*/
#service00.ptb30-80 {
}
.service_top_button a {
	margin: 0 .5rem;
	position: relative;
	border-radius: 500px;
	min-width: 300px;
}
.service_top_button a i {
	position: absolute;
	right: 12px;
	top: calc(50% - .5em);
}
#service00 .font-l {
	font-size: 1.2em;
    font-weight: 600;
}
#service00 h4 {
	text-align: center;
	font-size: 1em;
	font-weight: 600;
}
#service01 {
	background: #fff;
}
.srvice_txt {
	padding: 3rem;
    position: relative;
    background: #fff;
    border-top: 5px solid #c6a46a;
    margin-right: -2rem;
    margin-top: 2rem;
    z-index: +1;
}
.table-dash {
	width: 100%;
	font-size: 1.2em;
}
.table-dash th {
	padding: 1em;
	border-bottom: 1px dashed #333;
}
.table-dash td {
	padding: 1em;
	border-bottom: 1px dashed #333;
}
.table-dash td ul li {
	list-style: none;
}

h3.border-lr {
	font-family: "Alata", sans-serif;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	position: relative;
}
h3.border-lr::before, h3.border-lr::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #aaa;
}
h3.border-lr::before {
	margin-right: 1em;
}
h3.border-lr::after{
	margin-left: 1em;
}
h4.mincho {
	font-size: 20px;
	line-height: 1.65;
}
.price {
	display: flex;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 1.2em;
	margin: 1.5em 0;
	padding: 10px 0;
}
.price .left {
	padding: .25em 1em .25em;
	border-right: 1px solid #333;
}
.price .right {
	padding: .25em 1em .25em;
}
.price span {
	display: inline-block;
	font-size: 2.4rem;
	padding: 0 .25em;
	font-weight: 500;
	font-family: "Alata", sans-serif;
}
p.kome {
	padding-left: 1em;
    position: relative;
}
.kome::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}
#service02 ul {
	font-size: 18px;
	margin-left: 1.65em;
	margin-top: 2rem;
}
#service02 ul li {
	margin-bottom: 1em;
}
#service02 ul li i {
	color: #c6a46a;
}
.store_box {
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content:space-between;
	background: #fff;
	border: 1px solid #ddd;
	padding: 1.5em;
}
.store_box h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.store_box figure {
	margin-bottom: 0;
}
table.table-simple {
	width: auto;
	font-size: 14px;
	line-height: 1.75;
}
table.table-simple th {
	vertical-align: top;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-weight: normal;
}
table.table-simple td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
/* 991px以下 */
@media (max-width: 991px) {
	.srvice_txt {
	    padding: 2rem;
	    margin-right: 0;
	    margin-top: 0;
	}
	
}
/* 767px以下 */
@media (max-width: 767px) {
	#service00 a.button {
		width: 100%;
		margin: 0 0 5px;
	}
	#service00 figure {
		text-align: center;
	}
	#service00 figure img {
		max-width: 240px;
	}
	.table-dash th,.table-dash td {
	    padding: .5em;
	}
	.srvice_txt {
        padding: 1.5rem;
        margin: 0;
    }
    h3.border-lr {
	    font-size: 18px;
	}
	h4.mincho {
	    font-size: 16px;
	}
	.price {
	    font-size: 1em;
	    margin: 1em 0;
	    padding: 5px 0;
	    justify-content: center;
	}
	.price .left,.price .right {
	    padding: .25em .5em .25em;
	    font-size: 13px;
	}
	.price span {
	    font-size: 1.8rem;
	    padding: 0 .15em;
	}
	#service02 ul {
	    font-size: 15px;
	    margin-top:1rem;
	}
	#service02 ul li {
		margin-bottom: 0;
	}
}