@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@700&family=Lora&family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP&family=Open+Sans:wght@400;700&display=swap');
body {
	
	font-family: 'Noto Serif JP', serif;
	-webkit-text-size-adjust: 100%;
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: 400;	
	background-color: #fff;
}
html {
  scroll-behavior: smooth;
}
#top_fade {
	animation: fadeIn 2.8s ease 0s 1 normal;
	-webkit-animation: fadeIn 2.8s ease 0s 1 normal;	
}
img {
     width: 100%;
     height: auto;
}
a {
    color: #000;
	text-decoration: none;
}
a.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
	text-decoration: none;
}

h2,h3{
    font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

#hd {
	text-align: right;
	font-size: 10px;
}

.h_space {
    margin-top: 40px;
}

#p_navi {
	text-align: left;
	font-size: 10px;
	margin-left: 5px;
}

.clear {
	clear: both;
}
.img_border {
	border: 1px #000 solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

span.link {
	position: relative;
	top: -80px;
	display: block;
}

li {
	list-style: none;
}
.btn{
	text-align: center;
}
.btn p{
    display: inline-block;
    border: 2px solid;
    padding: 1% 5%;
}
.page-title{
    width: 100%;
    height: 300px;
    background: url("../img/bg1.jpg");
    background-size: cover;
    background-position: center center;
}
.page-title h2{
    font-size: 200%;
	line-height: 300px;
	text-align: center;
}
.triangle-area{
    width: 0;
    margin: 5% auto 0;
    transform: translateX(-30px);
}
.triangle-bottom{
    width: 0px;
    height: 0px;
    border-top: 15px solid #005E3C;
    border-right: 65px solid transparent;
    border-left: 65px solid transparent;
    border-bottom: 15px solid transparent;
}
.rev{
	flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
.page-title{
    height: 200px;
	margin-top: 40px;
}
.page-title h2{
    font-size: 140%;
	line-height: 200px;
	text-align: center;
}
}

/*-----------------------------------------------------------------
ヘッダー部分
-----------------------------------------------------------------*/
.top-header{
	margin-top: 0px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
	display: flex;
	padding: 10px 15px 0;
	justify-content: space-around;
	border-bottom: solid 1px #164935;
}
.top-header h1{
	width: 280px;
}
.top-header-right p{
	font-size: 80%;
}
.top-header-tel-space{
	display: flex;
    align-items: baseline;
    justify-content: end;
}
.top-header-tel-space h3{
    background-color: #005e3c;
    color: #fff;
    padding: 0 5%;
	font-family: 'Open Sans', sans-serif;
}
.top-header-tel-space h4{
	margin-left: 5%;
    font-size: 200%;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.top-header-menu{
    background-color: #005E3C;
    display: flex;
    margin-top: 87px;
}
.top-header-menu li{
	color: #fff;
	font-size: 80%;
	width: 100%;
	display: flex;
}
.top-header-menu li+li{
    position: relative;
}
.top-header-menu li+li::before{
    content: "";
    display: block;
    height: 40%;
    border-left: 1px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-header-menu a {
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 20px;
}
.top-header-menu li:hover{
	opacity: .5;
	background-color: #3cb371;
}

@media screen and (max-width: 768px) {
	.top-header{
		display: block;
		box-sizing: border-box;
	}
	.top-header-right p {
		font-size: 70%;
	}
}

/*-----------------------------------------------------------------
共通　コンタクト
-----------------------------------------------------------------*/

.top-contact{
	background-image: url(../img/bg1.jpg);
    background-attachment: fixed;
    background-size: cover;
	text-align: center;
	width: 100%;
    margin: auto;
}
.top-contact-in{
	padding: 5%;
	color: #AF1237;
    font-family: 'Noto Serif JP', serif;
	font-size: 130%;
}
.top-contact-in h2{
	font-size: 180%;
    margin-bottom: 2%;
	font-weight: 700;
}
.top-contact-in p{
	font-size: 100%;
}
.top-contact-tel{
	font-weight: bold;
    margin: 2% auto;
	font-family: 'Open Sans', sans-serif;
}
.top-contact-tel2{
	margin: -20px auto 30px;
}
.top-contact-tel span{
    font-size: 250%;
}
.top-contact-btn{
    border: 2px solid;
    border-radius: 20px;
    display: inline-block;
    padding: 1% 5%;
    margin-top: 3%;
    font-weight: bold;
	color: #AF1237;
}
.top-contact-btn:hover{
	background: #fff;
	opacity: .5;
}
@media screen and (max-width: 768px) {
	.top-contact{
	padding: 30px 0;
}
.top-contact-in{
	font-size: 100%;
}
.top-contact-in h2{
	font-size: 22px;
    margin-bottom: 2%;
	font-weight: 700;
}

.top-contact-btn{
    border: 2px solid;
    border-radius: 20px;
    display: inline-block;
    padding: 1% 5%;
    margin-top: 3%;
    font-weight: bold;
	color: #AF1237;
}
	.top-contact-in p {
		font-size: 90%;
	}
	.top-contact-tel span {
		font-size: 200%;
	}
	.top-contact-tel2{
		margin: -10px auto 30px;
	}
	.top-contact-btn{
		padding: 4% 8%;
	    margin-top: 10%;
	}
}
/*-----------------------------------------------------------------
共通　フッター
-----------------------------------------------------------------*/

.top-footer{
    background-color: #164935;
    color: #fff;
    text-align: center;
    padding: 60px 0 0;
}
.top-footer h2{
   text-align: left;	
}
.top-footer-menu-img p{
   font-size: 14px;	
	text-align: left;
	padding-left: 70px;
}
.top-footer-menu{
	max-width: 1200px;
	width: 90%;
    display: flex;
    margin: 3% auto;
	justify-content: center;
}
.top-footer-menu-img{
	flex-basis: 40%;
}
.top-footer-menu-img img{
	width: 70%;
}
.footer-menu{
	flex-basis: 25%;
	text-align: left;
}
.footer-menu li{
    margin-bottom: 8%;
    font-size: 80%;
    color: #fff;
}
.footer-menu li:hover{
	opacity: .5;
}
.copy {
	text-align: center;
	font-size: 12px;
	background-color: #273731;
	padding: 10px 0;
}
@media screen and (max-width: 768px) {
	.top-footer-menu{
		display: block;
	}
	.top-footer-menu-img{
		margin-bottom: 10%;
	}
	.top-footer-menu-img p{
   font-size: 14px;	
	text-align: left;
	padding-left: 30px;
}
	.footer-menu li{
		border: 1px solid;
		width: 90%;
		padding: 3%;
		margin: 2% auto;
	}

}

/*-----------------------------------------------------------------
サイド・フッターボタン
-----------------------------------------------------------------*/
.side-btn{
	position: fixed; right: 0; top: 180px; z-index: 11;
}

.side-btn p{
	background: #005E3C;
	color: #fff;
	writing-mode: vertical-rl;
	padding: 40px 15px;
	font-size: 130%;
	border: 2px solid;
}

.side-btn a{
	color: #fff;
}

.side-btn p:hover {
	opacity: .9;
	background-color: #3cb371;
}

.sp-footer-btn{
	position: fixed;
	left: 5px;
	bottom: 5px;
	z-index: 9;
	display: flex;
	width: 100%
}

.sp-footer-btn div{
	background: #005E3C;
	color: #fff;
	width: 30%;
	margin-left: 1%;
	text-align: center;
	font-size: 10px;
	padding: 10px 0 5px
}

.sp-footer-btn div a{
	color: #fff;
}

.sp-footer-btn div a:hover{
	opacity: 0.5;	
}

/*-----------------------------------------------------------------
ページの上部に行くボタン
-----------------------------------------------------------------*/
#page_top {
	width: 90px;
	height: 90px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #005E3C;
	border-radius: 50%;
	z-index: 10;
	border: 2px solid;
}
#page_top:hover {
	opacity: .9;
	background-color: #3cb371;
}
#page_top a{
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 40px;
	height: 40px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#page_top {
		width: 70px;
		height: 70px;
		position: fixed;
		bottom: 17px;
		right: 5px;
		border-radius: 50%;
	}
	#page-top:hover {
		opacity: 0.5;
	}
	#page_top a{
		position: relative;
		display: block;
		width: 70px;
		height: 70px;
		text-decoration: none;
	}

	#page_top a::before{
		font-weight: 900;
		font-size: 35px;
		line-height: 35px;
		position: absolute;
		width: 35px;
		height: 35px;
		top: -5px;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}
}


/*-----------------------------------------------------------------
ドロワー内
-----------------------------------------------------------------*/
.wrapper_side_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;	padding-top: 20px;
	padding-right: .75rem;
	padding-left: .75rem;
	box-sizing: border-box;
	margin: auto;
}
.wrapper_side_sns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	width: 50%;
	padding-top: 20px;
	padding-right: .75rem;	
	padding-left: .75rem;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.element_side_1 {
	width: 50%;
	padding: 3px;
	text-align: center;
	box-sizing: border-box;
}
.element_side_1 img {
	width: 20px;
	padding: 0;
	text-align: center;
}




/*-----------------------------------------------------------------
フロントページ top
-----------------------------------------------------------------*/

.top_img_area {
    width: 100%;
    text-align: center;
    padding: 0;
	position: relative;
	height: 100%;
}

video{
	width: 100%;
}

.top-naminami{
    width: 100%;
    height: 50px;
    background: url('../img/naminami.svg');
    background-size: cover;
    transform: translateY(-50px);
}
@media screen and (max-width: 768px) {
.top_img_area {
   padding-top: 90px;
}
}
/*-----------------------------------------------------------------
フロントページ　ご挨拶
-----------------------------------------------------------------*/

.top-greet{
	max-width: 1600px;
    margin: 5% auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;

}
.top-greet-img{
	width: 50%;
}
.top-greet-img img{
	border-radius: 5px;
}
.top-greet-text{
	width: 45%;
    padding: 0 2%;
}
.top-greet-text h3{
	font-size: 28px;
	padding-bottom: 40px;
}
.top-greet-text p{
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 90%;
}
@media screen and (max-width: 768px) {
	.top-greet{
		margin: 15% auto;
	}
	.top-greet-img{
		width: 100%;
	}
	.top-greet-text{
		width: 100%;
		padding-top: 30px;
	}
	.top-greet-text p {
		font-size: 80%;
	}
.top-greet-text h3{
	font-size: 28px;
	padding-bottom: 20px;
}
}
/*-----------------------------------------------------------------
フロントページ　こだわり
-----------------------------------------------------------------*/

.top-kodawari{
	margin: 5% auto 0;
    background-image: url(https://www.nuk-tatami.com/wp-content/themes/nukui/img/top_bg1.jpg);
	background-size: cover;
    width: 100%;
    height: auto;
	padding: 7% 0;
    box-sizing: border-box;
}
.top-kodawari h3{
	text-align: center;
    font-size: 36px;
	max-width: 1000px;
	margin: 0 auto 60px;
}
.top-kodawari-item{
	display: flex;
	justify-content: space-around;
	max-width: 1200px;
	margin: auto;
}
.top-kodawari-item-img{
    width: 45%;
    border: 9px solid #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    transform: rotate(-3deg);
    top: -10px;
    position: relative;
    left: -10px;
}
.top-kodawari-item-text{
	width: 50%;
    line-height: 2.6;
    text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.top-kodawari-item-text ul{
	text-align: left;
	display: inline-block;
	font-size: 130%;
}
.top-kodawari-btn{
	width: 100%;
}
.top-kodawari-btn:hover{
	opacity: 0.5;
}
.top-kodawari-btn p{
	border: 2px solid;
    display: inline-block;
    padding: 2% 10%;
    border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.top-kodawari{
		margin: 30px auto 15%;
		padding: 15% 5%;
	}
	.top-kodawari h3{
	text-align: center;
    font-size: 22px;
	max-width: 100%;
	margin: 0 auto 60px;
}
	.top-kodawari-item{
		display: block;
	}
	.top-kodawari-item-img{
		width: 90%;
		top: 10px;
		left: 8px;
	}
	.top-kodawari-item-text ul{
		font-size: 110%;
		margin-top: 10%;
	}
	.top-kodawari-item-text{
		width: 100%;
	}
	.top-kodawari-btn{
		margin-top: 10%;
	}

}
/*-----------------------------------------------------------------
フロントページ　個人の方向けサービス
-----------------------------------------------------------------*/

.top-service{
	margin: 0 0 5%;
}
.top-service h3{
	background-color: #005E3C;
    font-size: 32px;
    text-align: center;
    padding: 2%;
    color: #fff;
}
.top-service h4{
	text-align: center;
    font-size: 120%;
    margin: 2%;
    color: #005E3C;
}
.top-service-item-all{
	display: flex;
    max-width: 1200px;
    width: 90%;
    margin: auto;
}
.top-service-item{
	flex-basis: 33.3%;
    box-sizing: border-box;
    padding: 3% 3% 5%;
}
.top-service-item img{
	margin-bottom: 10px;
    filter: drop-shadow(2px 4px 4px black);
}
.top-service-item-title{
	text-align: center;
    background: #84BCA6;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
	font-size: 110%;
}
.top-service-item p{
	padding: 5% 3%;
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}
.price{
	text-align: center;
    color: #AF1212;
    font-size: 30px;
    font-weight: bold;
	font-family: 'BIZ UDPGothic', sans-serif;
}
.top-service-btn{
	text-align: center;
}
.top-service-btn:hover{
	opacity: .5;
}
.top-service-btn p{
	border: 2px solid #693706;
    display: inline-block;
    padding: 1% 4%;
    color: #693706;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
	.top-service h3{
		font-size: 18px;
	}
	.top-service h4{
    font-size: 16px;
		padding: 10px 0;
}
	.top-service-item-all{
		display: block;
	}
	.top-service-item{
		display: flex;
		padding: 0;
		justify-content: space-between;
		align-items: end;
		margin: 3% auto 10%;
	}
	.price{
    font-size: 18px;
}
	.top-service-item-img{
		width: 37%;
		margin: auto;
	}
	.top-service-item img {
		margin-bottom: 0;
	}
	.top-service-item-text{
		width: 50%;
	}
	.top-service-item-text p{
		font-size: 80%;
	}	
	.top-service-btn {
		width: 90%;
		margin: 10% auto;
		font-size: 14px;
	}

}
/*-----------------------------------------------------------------
フロントページ　メニュー
-----------------------------------------------------------------*/

.top-menu-area{
	padding: 3%;
}
.top-menu-img-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
.top-menu-img {
    flex-basis: 30%;
    position: relative;
    margin: 2% 0;
}
.top-menu-img-img{
    box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}
.top-menu-img-img img{
	opacity:0.6;
	display: block;
	height: auto;
	transition: all .4s ease;
}
.top-menu-img-img:hover img{
	transform: scale(1.3);
	opacity:0.9;
}
.top-menu-img-img {
    background-color: black;
    overflow: hidden;
    width: 100%;
}
.top-nemu-img-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    color: #fff;
}
.top-nemu-img-text h2{
	margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
	.top-menu-area{
		margin: 15% auto;
	}
	.top-menu-img-all{
		justify-content: center;
	}
	.top-menu-img{
		flex-basis: 90%;
		margin: 5% auto;
	}	
	.top-menu-img-img {
		width: 95%;
	}
	.top-nemu-img-text{
		width: 80%;
		left: 46%;
	}
}
/*-----------------------------------------------------------------
フロントページ　お知らせ　ブログ
-----------------------------------------------------------------*/
.top-info-blog-area{
    margin: 5% auto;
    width: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}
.top-info, .top-blog{
	flex-basis: 45%;
}
.top-info h2, .top-blog h2{
    color: #005E3C;
    font-size: 200%;
    margin-bottom: 50px;
	position: relative;
}
.top-info h2::after, .top-blog h2::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #005E3C;
    bottom: -10px;
    left: 0;
}
.top-info h2 span, .top-blog h2 span{
    font-size: 60%;
    padding-left: 4%;
    color: #000;
}
.top-info-item{
    height: 120px;
    border-bottom: 1px dotted;
    box-sizing: border-box;
    padding: 5%;
	font-family: 'Noto Sans JP', sans-serif;
}
.top-info-title{
    margin-top: 2%;
    font-size: 110%;
}
.top-blog-item{
    height: 180px;
    border-bottom: 1px dotted;
    box-sizing: border-box;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.top-blog-item-img{
	flex-basis: 40%;
}
.top-blog-item-img img{
    object-fit: cover;
    width: 230px;
    height: 160px;
}
.top-blog-title{
    font-size: 110%;
    margin-top: 5%;
}

.top-blog-item-text{
	flex-basis: 47%;
	padding: 5%;
}
.top-info-blog-btn{
    text-align: right;
    margin-top: 50px;
}
.top-info-blog-btn span{
    border: 2px solid #693706;
    padding: 2% 10%;
	color: #693706;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	
	.top-info h2, .top-blog h2{
    font-size: 140%;
    margin-bottom: 30px;
	position: relative;
}

.top-info h2 span, .top-blog h2 span{
    font-size: 60%;
    padding-left: 4%;
    color: #000;
}
	
	.top-info-blog-area{
		display: block;
	}
	.top-info,.top-blog{
		margin-bottom: 15%;
	}
	.top-blog-item{
	    display: block;
		height: auto;
		margin: 5% auto;
		padding: 7%;
		font-size: 80%;
	}
	.top-blog-item-img img{
		width: 100%;
		height: auto;
	}
	.top-ingo h2,.top-blog h2{
		margin-bottom: 30px;
	}
	.top-info-item{
    font-size: 80%;
}
}

/*-----------------------------------------------------------------
パンくず
-----------------------------------------------------------------*/

.topic-path {
	padding: 15px;
}
.topic-path ul {
	display: flex;
}
.topic-path ul li {
	font-size: 12px;
}
.topic-path ul li a {
	margin-right: 20px;
}
.topic-path ul li a:after {
	content: ">";
	margin-left: 10px;
}
/*-----------------------------------------------------------------
会社概要ページ 
-----------------------------------------------------------------*/
.company_page {
	padding: 60px 0;
	box-sizing: border-box;
    max-width: 1200px;
    width: 90%;
    margin: auto;
}
.company_page h3 {
	font-size: 200%;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	position: relative;
	margin: 60px;
	line-height: 1.2;
}
.company_page h3 span{
    font-size: 50%;
    color: #2a776b;
}

.company_page dl {
    margin-bottom: 40px;
    display: flex;
	flex-wrap: wrap;
}
.company_page dt {
    color: #000;
    text-align: left;
    border-bottom: dotted 1px #999;
    width: 30%;
    padding: 0 30px 15px;
    font-size: 16px;
    box-sizing: border-box;
}
.company_page dd {
    color: #000;
    text-align: left;
    border-bottom: dotted 1px #999;
    width: 70%;
    padding-bottom: 15px;
    font-size: 16px;
}
.company_page p {
    line-height: 2;
    text-align: center;
    margin: 5% auto 8%;
    width: 70%;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 3%;
    font-size: 120%;
}
@media screen and (max-width: 768px) {
	
	.company_page h3 {
		font-size: 160%;
		margin-top: 30px;
	}
	.company_page dl {
    margin-bottom: 10px;
    display: flex;
	flex-wrap: wrap;
	}
	.company_page dt {
		color: #000;
		text-align: left;
		border-bottom: dotted 1px #000;
		width: 100%;
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 14px;
		font-weight: 700;
		background-color: #efefef;
	}
	.company_page dd {
		color: #000000;
		text-align: left;
		border-bottom: none;
		width: 100%;
		padding-bottom: 15px;
		font-size: 14px;
		padding-top: 10px;
	}
}




/*-----------------------------------------------------------------
フッター
-----------------------------------------------------------------*/


@media (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/*-----------------------------------------------------------------
各ページ 共通部分
-----------------------------------------------------------------*/



 /*pc・タブレットcss*/
  /*pc_defaultset*/
  .pc {
	display: block !important;
}
  /*pcのみ表示ブロック*/
  .pc2 { display: inline-block !important; }
  /*pcのみ表示ブロック*/
  .sp, .sp2 { display: none !important; }

@media screen and (max-width: 768px) {
.pc, .pc2 { display: none !important; }
  /*pcのみ表示ブロック*/
  .sp { display: block !important; }
}


/*-----------------------------------------------------------------
個人の方へページ
-----------------------------------------------------------------*/
.personal-page{
	max-width: 1500px;
	margin: auto;
}
.personal-page h3{
    background: #005E3C;
    text-align: center;
    color: #fff;
    padding: 2%;
    margin-bottom: 2%;
	font-size: 150%
}
.personal-page h3 span{
    font-size: 70%;
    padding-left: 2%;
}
.personal-top{
    text-align: center;
    margin: 5% auto;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 2%;
    width: 70%;
}
.personal-top-title{
    font-size: 180%;
    padding-bottom: 2%;
}
.personal-top-title ul{
    display: inline-block;
    text-align: left;
}
.personal-top-title li{
	padding-bottom: 3%;
}

.personal-top h3{
    background-color: #005e3c;
    padding: 2%;
    margin: 5% auto 2%;
    color: #fff;
    font-size: 150%;
}
.personal-shurui-items{
    display: flex;
    justify-content: space-around;
	text-align: center;
}

.personal-shurui-item{
	flex-basis: 35%;
}
.personal-shurui-img{
	margin: 5% auto;
}
.personal-shurui-img img{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.personal-shurui-text{
}
.personal-shurui-text h4{
    font-size: 150%;
    margin-bottom: 5%;
}
.personal-koji{
	margin: 5% auto;
}
.personal-koji-item{
    padding: 5%;
}
.personal-koji-item h4{
	display: flex;
	font-size: 160%;
	align-items: center;
}
.personal-koji-item h4::before,.personal-koji-item h4::after{
	height: 1px;
	background: #333;
	flex-grow: 1;
	content: "";
}
.personal-koji-item h4::before{
	padding-right: 1rem;
}
.personal-koji-item h4::after{
	padding-left: 1rem;
}
.personal-koji-item-in{
    margin: 5% auto 0;
    display: flex;
    justify-content: space-around;
}
.personal-koji-item-img{
	flex-basis: 30%;
	filter: drop-shadow(2px 4px 4px rgba(0,0,0,0.4));
}
.personal-koji-item-text{
	flex-basis: 55%;
	display: flex;
	flex-direction: column;
}
.personal-koji-item-text h5{
    font-size: 120%;
    margin-bottom: 5%;
}
.personal-koji-item-text p{
	line-height: 2;
}
.personal-koji-price{
    margin: auto 0 0 auto;
    padding: 5%;
    font-size: 140%;
    color: #AF1212;
	font-family: 'BIZ UDPGothic', sans-serif;
	
}
.personal-koji-price span{
	font-size: 300%;
}

.personal-pack-top{
    text-align: center;
    line-height: 2;
}
.personal-page table{
    border: 1px solid #595959;
    border-collapse: collapse;
	margin: 2% auto 5%;
}
.personal-page td,.personal-page th {
	padding: 3px;
    border: 1px solid #595959;
}
.personal-page th {
	background: #f0e6cc;
}
.pack-list-title{
    text-align: center;
    vertical-align: middle;
    font-size: 250%;
    font-weight: bold;
}
.pack-list-price{
	text-align: center;
    vertical-align: middle;
    font-size: 150%;
    font-weight: bold;
    line-height: 1;
}
.pack-list-price span{
	font-size: 70%;
}
.personal-tatami-type{
	margin: 10% auto;
}
.personal-tatami-type table{
	margin-top: 5%;
	width: 95%;
}
.personal-tatami-type td{
	padding: 1% 1%;
}
.tatami-type-name,.tatami-type-price{
	text-align: center;
	vertical-align: middle;
}
.tatami-type-text{
	width: 65%;
}
.personal-tatami-other{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.personal-tatami-other-area{
    flex-basis: 45%;
	margin: 1% auto;
}
.personal-tatami-other-item{
    border: 1px solid;
    border-radius: 10px;
}
.personal-tatami-other-item h4{
    background: url("../img/personal/i1.png");
    background-size: cover;
    text-align: center;
    padding: 1%;
    font-size: 150%;
}
.personal-tatami-other-item p{
	padding: 3%;
}
.personal-tatami-other-price{
	font-size: 150%;
	text-align: right;
	color: red;
}
.personal-tatami-other-price span{
	font-size: 70%;
}
.personal-tatami-other-item2{
    border: 1px solid;
    margin-top: 3%;
    padding: 2%;
}
.personal-tatami-other-item2 h4{
    text-align: center;
    font-size: 120%;
    margin-bottom: 1%;
}
.personal-reform{
    width: 90%;
    margin: 5% auto;
    max-width: 1200px;
}
.personal-reform-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.personal-reform-item{
    flex-basis: 31%;
    text-align: center;
}
.personal-reform-item h4{
	font-size: 120%;
}
.personal-reform-img{
	padding: 2% 0;
}
.personal-reform-item span{
    color: red;
    font-weight: bold;
}
.personal-ryokin-img{
    max-width: 1100px;
    width: 90%;
    margin: 80px auto;
}

@media screen and (max-width: 768px) {
	.personal-top{
		width: 80%;
	}
	.personal-shurui{
		margin-bottom: 15%;
	}
	.personal-shurui-items{
		position: relative;
	}
	.personal-shurui-items::after{
		content: "";
		width: 1px;
		left: 50%;
		top: 10%;
		height: 200px;
		background: #000;
		position: absolute;
	}
	.personal-shurui-text{
		font-size: 80%;
	}
	.personal-koji-item h4{
		font-size: 130%;
	}
	.personal-koji-item-in{
		display: block;
	}
	.personal-koji-item-img{
		width: 70%;
		margin: auto;
	}
	.personal-koji-item-text{
		margin: 5% auto;
	}
	.personal-koji-price span{
		font-size: 200%;
	}
	.personal-pack-list table ,.personal-pack-list td,.personal-pack-list th {
		border: 1px solid #595959;
		border-collapse: collapse;
	}
	.personal-pack-list td,.personal-pack-list th {
		padding: 3px;
		width: 30px;
		height: 25px;
	}
	.personal-pack-list th {
		background: #f0e6cc;
	}
	.personal-pack-list{
		padding: 5%;
	}
	.personal-pack-list table{
		width: 100%;
		margin: 5% auto 2%;
	}
	.personal-pack-list tbody{
		text-align: center;
	}
	.personal-pack-list-price{
		text-align: right;
	}
	.personal-tatami-type-item{
		padding: 4%;
	}
	.personal-tatami-type-item th{
		width: 30%;
	}
	.personal-tatami-type-item td{
		width: 70%;
	}
	.personal-tatami-type table{
		margin: 0 auto;
	}
	.personal-tatami-other{
		margin: 10% auto;
		display: block;
		width: 90%;
	}
	.personal-tatami-other-area{
		margin-bottom: 5%;
	}
	.personal-reform{
		width: 100%;
	}
	.personal-reform-items{
		display: block;
	}
	.personal-reform-item{
		margin: 10% auto;
	}
	.personal-reform-item p{
		text-align: right;
		padding-right: 5%;
		font-size: 120%;
	}
	
}

/*-----------------------------------------------------------------
注文の流れ
-----------------------------------------------------------------*/
.flow-items{
	background: url(https://www.nuk-tatami.com/wp-content/themes/nukui/img/flow-bg.jpg);
	padding: 8% 0;
}
.flow-item{
    max-width: 1200px;
	width: 90%;
    margin: auto;
}
.flow-item h6{
    font-size: 120%;
    color: #005e3c;
    display: flex;
    align-items: center;
    padding-top: 4%;
}
.flow-item h6::before{
    content: "";
    height: 1px;
    width: 2%;
    background-color: #005e3c;
    margin-right: 1%;
}
.flow-item h3{
    border-bottom: 2px solid #005E3C;
    font-size: 150%;
    padding: 1% 0;
    margin-bottom: 2%;
    color: #005E3C;
}
.flow-item-in{
	display: flex;
	justify-content: space-around;
	padding-bottom: 5%;
	align-items: center;
}
.flow-item-img{
	flex-basis: 35%;
}
.flow-item-text{
	flex-basis: 60%;
	line-height: 2;
}
.flow-item-contact{
    width: 80%;
    background: #005E3C;
    padding: 2%;
    margin-top: 2%;
	box-sizing: border-box;
}
.flow-item-form{
    background: #fff;
    text-align: center;
    padding: 1%;
}
.flow-item-tel{
    font-size: 200%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
	font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 768px) {
	
	.flow-item h3{
    font-size: 120%;
}
	.flow-item-in{
		display: block;
	}
	.flow-item-img{
		margin-top: 5%;
	}
	.flow-item-contact{
		width: 100%;
	}
	.flow-item-tel{
		font-size: 150%;
	}
	.triangle-area{
	    width: 100%;
		position: relative;
		left: 50%;
		transform: translateX(-16%);
	}
}
/*-----------------------------------------------------------------
畳メンテナンスページ
-----------------------------------------------------------------*/
.tatami-mainte-page{
    max-width: 1200px;
    margin: auto;
}
.mainte-top{
    position: relative;
    width: 90%;
    margin: auto;
}
.mainte-top p{
    margin: 5% auto;
    padding: 3%;
    border: 2px dotted;
    background-color: darkseagreen;
    color: #fff;
    font-size: 120%;
    line-height: 1.8;
}
.meinte-contents{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.meinte-content{
	flex-basis: 65%;
}
.meinte-content-text{
    margin-bottom: 4%;
    line-height: 1.7;
	position: relative;
	padding-left: 6%;
}
.meinte-content-text::before{
    content: "◎";
    position: absolute;
    left: 12px;
}
.meinte-contents-img{
    flex-basis: 30%;
}
.meinte-items{
    margin: 10% auto;
    display: flex;
    width: 90%;
    justify-content: space-between;
	flex-wrap: wrap;
}
.meinte-item{
    flex-basis: 48%;
    border: 5px solid #005E3C;
    border-radius: 30px;
    margin-bottom: 3%;
    padding: 3%;
    box-sizing: border-box;
}
.meinte-item h3{
    text-align: center;
    padding: 1%;
    font-size: 150%;
}
.meinte-item-in{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 3%;
}

@media screen and (max-width: 768px) {
	.mainte-top p{
    padding: 5%;
    color: #fff;
    font-size: 90%;
}
	.meinte-contents{
    width: 90%;
}
	.meinte-contents,.meinte-items{
		display: block;
	}
	.meinte-content-text{
		padding-left: 10%;
		font-size: 90%;
	}
	.meinte-item h3{
    text-align: center;
    padding: 1%;
    font-size: 120%;
}
	.meinte-item{
    border: 3px solid #005E3C;

}
}
/*-----------------------------------------------------------------
お問い合わせフォーム
-----------------------------------------------------------------*/
.contact-page{
    max-width: 1200px;
    width: 95%;
    margin: 5% auto;
}
.contact-top p{
    line-height: 2;
    border: 1px solid;
    padding: 3%;
}
.contact-policy{
	margin: 5% auto;
}
.contact-policy h3{
    font-size: 130%;
    border-bottom: 1px dotted #005e3c;
    padding-bottom: 1%;
    color: #005e3c;
}
.contact-policy p{
    padding-top: 2%;
    line-height: 1.7;	
}
@media screen and (max-width: 768px){
.contact-top p {
    font-size: 14px;
}
.contact-policy h3{
    font-size: 120%;
    padding-bottom: 1%;
    margin-bottom: 15px;
}
.contact-policy p{
    font-size: 14px;
}
}
/*ContactFormカスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
	padding: 2%;
	width: 95%;
}
.wpcf7-list-item input{
	width: auto;
}
.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
    width: 30%;
    background-color: #ebedf5;
    text-align: left;
    padding: 2%;
    vertical-align: middle;
	}
	.CF7_table td{
		padding: 1% 2%;
		vertical-align: middle;
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
		table.CF7_table{
		width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
		display: block;
		width: 100%;
		line-height:2.5em;
		box-sizing: border-box;
	}
	.CF7_table th{
		background-color:#ebedf5;
		text-align: left;
		padding-left: 10px;
	}
	.wpcf7-list-item{
		display: inline-block;
		margin: 0;
		text-align: center;
	}
	.wpcf7-spinner {
		display: none !important;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
    background-color: #f79034;
    border: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
    width: 30%;
    padding: 1%;
}

.CF7_btn{
	text-align:center;
	margin:5%;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

@media screen and (max-width: 768px){
	.wpcf7 input.wpcf7-submit {
		width: 60%;
		padding: 2%;
	}

}
/*-----------------------------------------------------------------
ギャラリー
-----------------------------------------------------------------*/
.gallery-arc{
    max-width: 1200px;
    margin: 5% auto;
}
.gallery-main-img{
	margin: 5% auto;
}
.gallery-thumbnail{
    display: flex;
    flex-wrap: wrap;
}
.gallery-item{
    flex-basis: 19%;
    margin: 0 1% 1% 0;
}
.gallery-item img{
    aspect-ratio: 8/5;
    object-fit: cover;
}

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

}
/*-----------------------------------------------------------------
よくある質問
-----------------------------------------------------------------*/
.question-page{
	max-width: 900px;
    width: 95%;
    margin: 5% auto;
}
.question-title{
    margin: 5% auto;
    padding: 2%;
    background: #005e3c;
    color: #fff;
    font-size: 130%;
}
.question-item{
	margin: 2% auto;
}
.question{
    display: flex;
    padding: 2%;
    background: rgb(231, 248, 241);;
    border-radius: 20px;
	align-items: center;
}
.question:hover{
	cursor: pointer;
}
.question h3{
    background: #000;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.question p,.answer p{
	margin-left: 1rem;
	width: 90%;
}
.plus-mark{
    margin: 0 1rem 0 auto;
    line-height: 0;
    font-weight: 100;
    width: 50px;
}
.answer{
	height: 0;
	opacity: 0;
	transition: all 0.5s ease-out;
    display: flex;
    align-items: center;
	padding: 0 2%;
}
.answer.active{
	height: 100%;
	opacity: 1;
    padding: 2%;
}
.answer h3{
    background: #ff6347;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.question-rotate{
	transform:rotate(180deg);
}
@media screen and (max-width: 768px) {
	.question h3{
		width: 50px;
	}
	.question p{
		width: 88%;
	}
}
/*-----------------------------------------------------------------
対応エリア
-----------------------------------------------------------------*/
.area-page{
    max-width: 1200px;
    width: 90%;
    margin: 5% auto;
	text-align: center;
}
.area-page h3{
    font-size: 150%;
    color: #005e3c;
    font-weight: bold;
}
.area-img{
	margin: 5% auto;
}
.area-page p{
	margin: 5% auto;
}
.btn p{
	padding: 2% 10%;
}
@media screen and (max-width: 768px) {
.area-page h3{
    font-size: 130%;
}
	.area-page p{
	font-size: 14px;
}
	.btn p{
	padding: 2% 20%;
}
}


.head-border {
    display: flex;
    align-items: center;
}
 
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
.head-border:before {
    margin-right: 1rem;
}
 
.head-border:after {
    margin-left: 1rem;
}

/*-----------------------------------------------------------------
事業者ページ
-----------------------------------------------------------------*/
.business-page{
    max-width: 1500px;
    margin: auto;
}
.business-page-top{
	padding: 5%;
	text-align: center;
}
.business-page-top h3{
    text-align: center;
    font-size: 150%;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    padding: 2% 0;
}
.business-page-top-text{
    display: inline-block;
    text-align: left;
    padding: 3% 0;
    line-height: 2;
}
.business-page-tel{
	font-size: 150%;
	line-height: 2;
}
.business-page-btn{
    display: inline-block;
    border: 2px solid;
    padding: 2% 10%;
    margin-top: 3%;
    border-radius: 20px;
}
.business-page-item{
    display: flex;
    padding: 3%;
    justify-content: space-around;
}
.business-page-item-text{
	flex-basis: 55%;
}
.business-page-item-text h4{
    background: #005E3C;
    text-align: center;
    color: #fff;
    padding: 2%;
    margin-bottom: 2%;
    font-size: 130%;
}
.business-page-item-text p{
    padding: 1% 5%;
    line-height: 2;
}
.business-page-item-img{
	flex-basis: 35%;
}
.business-page-item-img img{
    aspect-ratio: 7/4;
    object-fit: cover;
}
.business-page-bottom{
	text-align: center;
}
.business-page-bottom-item{
    display: inline-block;
    border: 2px solid #693706;
    padding: 3% 8%;
    margin: 5%;
    color: #693706;
    border-radius: 10px;
}
.business-page-bottom h3{
    font-size: 150%;
    color: red;
    font-weight: bold;
}
.business-page-bottom-text1{
    font-size: 120%;
    margin-top: 2%;
}
.business-page-bottom-text2{
    font-weight: bold;
    margin-top: 4%;
    font-size: 120%;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.business-page-item{
		display: block;
	}
	.business-page-item-text h4{
		font-size: 110%;
	}
	.business-page-bottom-text2{
		font-size: 100%;
	}
}
/*-----------------------------------------------------------------
商品詳細ページ
-----------------------------------------------------------------*/
.pro-int-page{
	max-width: 1500px;
	margin: auto;
}
.pro-int-page-top{
    background: #005E3C;
    text-align: center;
    color: #fff;
    padding: 2% 0;
    margin: 5% auto;
    font-size: 150%;
}
.pro-int-contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 3%;
}
.pro-int-item{
	flex-basis: 48%;
	margin-bottom: 50px;
}
.pro-int-item h4{
    background-color: #693706;
    margin-bottom: 10px;
    color: #fff;
    padding: 1%;
    text-align: center;
    font-size: 120%;
    border-radius: 10px;
}
.pro-int-item-img1 img{
    aspect-ratio: 5/2;
    object-fit: cover;
}
.pro-int-item-in{
	display: flex;
	justify-content: space-between;
}
.pro-int-item-img2{
	flex-basis: 45%;
}
.pro-int-item-img2 img{
    margin-top: -50px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 2px 2px 5px #999;
    object-fit: cover;
}
.pro-int-item-text{
	flex-basis: 50%;
}
.pro-int-item-text-text{
	padding: 5% 0;
}
.pro-int-item-price{
    font-size: 130%;
    text-align: right;
    color: red;
}
.pro-int-herinasi{
    max-width: 1500px;
    margin: auto;
	text-align: center;
}
.pro-int-herinasi-text{
    font-size: 18px;
    margin: 2%;
}
.pro-int-herinasi-price-area{
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 4% auto;
    font-size: 120%;
}
.pro-int-herinasi-price span{
    font-size: 150%;
    color: red;
    font-weight: bold;
}
.pro-int-herinasi-imgs{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: auto;
}
.pro-int-herinasi-imgs div{
	flex-basis: 47%;
}
.pro-int-herinasi-imgs img{
    width: 80%;
    object-fit: cover;
    margin: 10% auto;
}

@media screen and (max-width: 768px) {
	.pro-int-page-top{
		font-size: 100%;
	}
	.pro-int-item{
		flex-basis: 100%;
	}
	.pro-int-herinasi-price-area{
		width: 95%;
		font-size: 100%;
	}
	.pro-int-herinasi-text{
		font-size: 16px;
		margin: 5%;
	}
	.pro-int-herinasi-imgs{
		width: 90%;
		margin: 10% auto;
	}
	.pro-int-herinasi-imgs img{
		width: 100%;
	}
}

/*-----------------------------------------------------------------
アーカイブページ
-----------------------------------------------------------------*/
.archive-page{
    width: 90%;
    margin: 5% auto;
}
.archive-list{
	display: flex;
	flex-wrap: wrap;
	margin: 5% auto;
}
.archive-list li{
    flex-basis: 25%;
    padding: 2%;
    border: 1px dotted;
    margin: 2%;
}
.archive-list p{
    border-bottom: 1px solid #ccc;
    padding: 10px;
	font-size: 14px;
}
.archive-list h3{
    font-size: 18px;
    font-weight: bold;
    padding: 2%;
}
.archive-img img{
    aspect-ratio: 3/2;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
	.archive-list{
		margin: 10% auto;
	}
	.archive-list li{
		flex-basis: 46%;
		box-sizing: border-box;
	}
	.archive-list p{
		font-size: 11px;
		padding: 5px;
	}
	.archive-list h3{
		font-size: 14px;
		padding: 5px;
	}
}
/*-----------------------------------------------------------------
シングルページ
-----------------------------------------------------------------*/
.single-page{
    padding: 2% 0 5%;
    width: 70%;
    margin: auto;
    max-width: 1200px;
}
.single-page h2{
    font-size: 26px;
    margin: 0 auto 20px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
}
.single-page img{
    width: 100%;
    object-fit: cover;
}
.single-content{
	margin: 5% auto;
}
.single-content p{
	margin: 1%;
}
@media screen and (max-width: 768px) {
	.single-page{
		padding: 10%;
		width: 100%;
		box-sizing: border-box;
	}
	.single-page h2{
		font-size: 20px;
	}
}