/*-------body-------*/

html { 
	font-size: 62.5%;
}

body {
	padding: 0;
	margin: 0 auto;
	border: 0 none;
    color: #2e2e2e;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
	height: auto;
}

a:hover {opacity: 0.7;}

a {
	text-decoration: none;
	color: #2e2e2e;
}

/* 全てに適用 */
.wrap {
	max-width: 1080px;
	margin: 0 auto;
}

.sp-zone {display: none;}
.pc-zone {display: block;}

/* 1080px */
.mid-zone {display: block;}

.pc-inline {display: inline-block;}

/* ヘッダー */
header nav {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 100px;
}

header nav .header-nav {
	text-align: right;
	width: 55%;
}

header nav .header-nav .contact-btn {
	width: 182px;
	margin: 0 0 0 auto;
}

header nav .header-nav p.tel-number {
	font-weight: bold;
	padding: 5px 10px 20px 0;
}

header nav .header-nav ul.main-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header nav .header-nav ul.main-nav li {
	text-align: center;
}

header nav .header-nav ul.main-nav li a {
	position: relative;
	display: block;
}

header nav .header-nav ul.main-nav li a span {
	display: block;
	font-size: 1.2rem;
	color: #737373;
}

header nav .header-nav ul.main-nav li.home.current {
	position: relative;
}

header nav .header-nav ul.main-nav li.home.current a::before {
	content: url(../images/header/dot.png);
	display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	bottom: -28px;
	width: 11px;
	height: 11px;
}

header nav .header-nav ul.main-nav li.current a span::before {
	content: url(../images/header/dot.png);
	display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	bottom: -25px;
	width: 11px;
	height: 11px;
}

header nav .header-nav ul.main-nav hr {
	height: 30px;
}

/* 追従SNSリンク */
.snsBox {
    position: fixed;
    width: 20px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.snsBox .instagram-icon {
	padding-bottom: 15px;
}

.snsBox .follow-text {
    width: 20px;
	padding-top: 85px;
    position: relative;
}

.snsBox .font_crimson {
    border: 0 none;
    line-height: 2em;
    letter-spacing: 0.4em;
}

.snsBox .follow-text::before {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #3c3c3c;
    height: 65px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.snsBox .follow-text p {
    transform: rotate(90deg);
    color: #3c3c3c;
    line-height: 0.75em;
}

.snsBox .follow-text p.pitch {
	line-height: 0.5em;
}

/* フッター */
footer .fotter-wrap {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

footer .fotter-wrap .fotter-illustration {
	width: 19%;
}

footer .fotter-wrap .fotter-data {
	width: 36%;
}

footer .fotter-wrap .fotter-data h3 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 20px;
}

footer .fotter-wrap .fotter-data p {
	line-height: 1.5em;
}

footer .fotter-wrap .fotter-data p span {
	padding-left: 10px;
}

footer .fotter-wrap ul.fotter-nav {
	width: 44%;
	display: flex;
	flex-wrap: wrap;
}

footer .fotter-wrap ul.fotter-nav li {
	font-size: 1.4rem;
	line-height: 2em;
}

footer .fotter-wrap ul.fotter-nav li a span img {margin-top: -4px;}

footer .fotter-wrap ul.fotter-nav li.line-01 {width: 37%;}
footer .fotter-wrap ul.fotter-nav li.line-02 {width: 37%;}
footer .fotter-wrap ul.fotter-nav li.line-03 {width: 26%;}

footer .fotter-wrap ul.fotter-nav li a span.on {display: none;}
footer .fotter-wrap ul.fotter-nav li a span.off {display: inline-block;}
footer .fotter-wrap ul.fotter-nav li a:hover span.on {display: inline-block;}
footer .fotter-wrap ul.fotter-nav li a:hover span.off {display: none;}

footer p.copy {
	font-size: 1rem;
	text-align: center;
	padding: 25px 0;
}



/* トップページ */

.index-wrap ul.main-photo li img {
	max-width: 1080px;
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.index-wrap .inner-wrap {
	max-width: 780px;
	margin: 0 auto;
	padding: 70px 0 165px;
}

.index-wrap .inner-wrap .news-wrap {
	padding-top: 100px;
}

.index-wrap .inner-wrap .blog-wrap h3,
.index-wrap .inner-wrap .news-wrap h3 {
	font-size: 3rem;
	font-weight: bold;
	color: #000000;
	display: flex;
    align-items: center;
	padding-bottom: 55px;
}

.index-wrap .inner-wrap .blog-wrap h3 span,
.index-wrap .inner-wrap .news-wrap h3 span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #737373;
	padding-left: 25px;
}

.index-wrap .inner-wrap .blog-wrap dl a,
.index-wrap .inner-wrap .news-wrap dl a {
	display: flex;
	line-height: 2.5em;
}

.index-wrap .inner-wrap .blog-wrap dl a dt,
.index-wrap .inner-wrap .news-wrap dl a dt {
	width: 14%;
	letter-spacing: 1px;
}

.index-wrap .inner-wrap .blog-wrap dl a dd,
.index-wrap .inner-wrap .news-wrap dl a dd {
	width: 86%;
	overflow-wrap: anywhere;
}

/* .index-wrap .inner-wrap .blog-wrap .viewmore,
.index-wrap .inner-wrap .news-wrap .viewmore {
	font-size: 1.2rem;
	background: url(../images/index/viewmore-01.png) no-repeat top center;
	width: 93px;
	height: 25px;
	margin: 0 0 0 auto;
} */

.index-wrap .inner-wrap .blog-wrap .viewmore a,
.index-wrap .inner-wrap .news-wrap .viewmore a {
	font-size: 1.4rem;
	font-weight: bold;
}

.index-wrap .inner-wrap .blog-wrap .viewmore a p,
.index-wrap .inner-wrap .news-wrap .viewmore a p {
	display: flex;
    align-items: center;
    justify-content: right;
}

.index-wrap .inner-wrap .blog-wrap .viewmore a p::after,
.index-wrap .inner-wrap .news-wrap .viewmore a p::after {
	content: url(../images/index/triangle.png);
	width: 15px;
	height: 15px;
	padding-left: 5px;
}

/* .index-wrap .inner-wrap .blog-wrap .viewmore a,
.index-wrap .inner-wrap .news-wrap .viewmore a {
	display: block;
	width: 93px;
	height: 25px;
} */

.index-wrap .inner-wrap .visit-wrap {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding-top: 100px;
}

.index-wrap .inner-wrap .visit-wrap .visit-photo {
	width: 44%;
}


.index-wrap .inner-wrap .visit-wrap .visit-text {
	width: 54%;
}

.index-wrap .inner-wrap .visit-wrap .visit-text p {
	line-height: 2em;
	padding-bottom: 55px;
}

/* .index-wrap .inner-wrap .visit-wrap .visit-text .visit-contact {
	font-size: 1.2rem;
	background: url(../images/index/viewmore-02.png) no-repeat top center;
	width: 183px;
	height: 25px;
} */

.index-wrap .inner-wrap .visit-wrap .visit-text .visit-contact a {
	font-size: 1.4rem;
	font-weight: bold;
}

.index-wrap .inner-wrap .visit-wrap .visit-text .visit-contact a p {
	display: flex;
    align-items: center;
	padding-bottom: 0;
}

.index-wrap .inner-wrap .visit-wrap .visit-text .visit-contact a p::after {
	content: url(../images/index/triangle.png);
	width: 15px;
	height: 25px;
	padding-left: 5px;
}

.index-wrap .room-tour-wrap .room-tour-title {
	/* display: flex;
	align-items: center; */
	padding-bottom: 30px;
}

.index-wrap .room-tour-wrap .room-tour-title h3 {
	font-size: 1.8rem;
	font-weight: bold;
}

.index-wrap .room-tour-wrap .room-tour-title h3 img {
	padding-right: 10px;
}

.index-wrap .room-tour-wrap ul.room-tour-movie {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 250px;
}

.index-wrap .room-tour-wrap ul.room-tour-movie li.movie-list {
	width: 23.8%;
}

.index-wrap .room-tour-wrap ul.room-tour-movie li.movie-list a div.thumbnail {
	padding-bottom: 15px;
}

.index-wrap .room-tour-wrap ul.room-tour-movie li.movie-list a div.thumbnail img {
	object-fit: cover;
}

.index-wrap .room-tour-wrap ul.room-tour-movie li.movie-list a p {
	font-size: 1.4rem;
}

.index-wrap .room-tour-wrap ul.room-tour-movie li.movie-list a p.genre,
.index-wrap .room-tour-wrap ul.room-tour-movie li.movie-list a p.movie-title {
	margin-left: -9px;
	line-height: 1.5em;
}

.index-wrap .room-tour-wrap ul.room-tour-movie li.movie-list a p.theme {
	margin-left: -2px;
	line-height: 1.5em;
}

/* しまだ設計室について */

.about-wrap h3 {
	font-size: 3rem;
	font-weight: bold;
	color: #000000;
	padding-bottom: 55px;
}

.about-wrap h3 span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #737373;
	padding-left: 25px;
}

.about-wrap .what-is-important {
	padding-bottom: 95px;
}

.about-wrap .what-is-important .title,
.about-wrap .greeting-wrap .title,
.about-wrap .profile-wrap .title {
	padding-bottom: 55px;
}

.about-wrap .what-is-important .title h3,
.about-wrap .greeting-wrap .title h3,
.about-wrap .profile-wrap .title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0;
}

.about-wrap .what-is-important .title h3 img,
.about-wrap .greeting-wrap .title h3 img,
.about-wrap .profile-wrap .title h3 img {
	padding-right: 10px;
}

.about-wrap .what-is-important .important {
	display: flex;
	justify-content: space-between;
}

.about-wrap .what-is-important .important .text-wrap {
	width: 48%;
}

.about-wrap .what-is-important .important .text-wrap h2 {
	font-size: 3rem;
	line-height: 1.2em;
	color: #3c3c3c;
	padding-bottom: 40px;
}

.about-wrap .what-is-important .important .text-wrap h2.left-alignment {
	margin-left: -15px;
}

.about-wrap .what-is-important .important .text-wrap p,
.about-wrap .greeting-wrap .greeting-text p {
	font-size: 1.4rem;
	line-height: 1.8em;
	text-align: justify;
}

.about-wrap .what-is-important .important .photo-wrap {
	width: 48%;
}

.about-wrap .what-is-important .important .photo-wrap img {
	width: 100%;
}

.about-wrap .what-is-important .important.important-02 {
	padding: 35px 0 70px;
}

.about-wrap .what-is-important .important.important-02 .text-wrap {
	width: 48%;
}

.about-wrap .what-is-important .important.important-02 .photo-wrap {
	width: 48%;
}

.about-wrap .greeting-wrap {
	padding-bottom: 100px;
}

.about-wrap .profile-wrap {
	padding-bottom: 300px;
}

.about-wrap .profile-wrap .profile-inner {
	max-width: 780px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.about-wrap .profile-wrap .profile-inner .profile-text {
	width: 70%;
}

.about-wrap .profile-wrap .profile-inner .profile-text h4 {
	font-size: 3rem;
	padding-bottom: 20px;
}

.about-wrap .profile-wrap .profile-inner .profile-text h4 ruby {
	text-align: center;
}

.about-wrap .profile-wrap .profile-inner .profile-text h4 ruby.name {
	padding-left: 10px;
}

.about-wrap .profile-wrap .profile-inner .profile-text h4 rt {
	font-size: 1rem;
	text-align: center;
	transform: translateY(-0.4rem);
}

.about-wrap .profile-wrap .profile-inner .profile-text dl.career {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 1.8em;
}

.about-wrap .profile-wrap .profile-inner .profile-text dl.career dt {
	width: 10%;
}

.about-wrap .profile-wrap .profile-inner .profile-text dl.career dd {
	width: 90%;
}

.about-wrap .profile-wrap .profile-inner .profile-photo {
	width: 29.5%;
}

/* 設計・管理業務の流れ */

.flow-wrap h3 {
	font-size: 3rem;
	font-weight: bold;
	color: #000000;
	padding-bottom: 55px;
}

.flow-wrap h3 span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #737373;
	padding-left: 25px;
}

.flow-wrap .request-wrap {
	padding-bottom: 140px;
}

.flow-wrap .request-wrap .title,
.flow-wrap .workflow-wrap .title,
.flow-wrap .proce-wrap .title,
.flow-wrap .payment-wrap .title {
	display: flex;
	align-items: center;
	padding-bottom: 45px;
}

.flow-wrap .request-wrap .title h3,
.flow-wrap .workflow-wrap .title h3,
.flow-wrap .proce-wrap .title h3,
.flow-wrap .payment-wrap .title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0;
}

.flow-wrap .request-wrap .title h3 img,
.flow-wrap .workflow-wrap .title h3 img,
.flow-wrap .proce-wrap .title h3 img,
.flow-wrap .payment-wrap .title h3 img {
	padding-right: 10px;
}

.flow-wrap .request-wrap .request-inner {
	display: flex;
	justify-content: space-between;
}

.flow-wrap .request-wrap .request-inner .request-text {
	width: 66.6%;
}

.flow-wrap .request-wrap .request-inner .request-text P,
.flow-wrap .workflow-wrap .workflow .flow-text p {
	font-size: 1.4rem;
	line-height: 1.7em;
	text-align: justify;
}

.flow-wrap .request-wrap .request-inner .request-photo {
	width: 33.4%;
}

.flow-wrap .workflow-wrap,
.flow-wrap .proce-wrap {
	padding-bottom: 145px;
}

.flow-wrap .payment-wrap {
	padding-bottom: 300px;
}

.flow-wrap .workflow-wrap .workflow {
	display: flex;
	/* align-items: center; */
	padding-bottom: 50px;
}

.flow-wrap .workflow-wrap .workflow:last-child {
	padding-bottom: 0;
}

.flow-wrap .workflow-wrap .workflow .number {
	width: 50px;
}

.flow-wrap .workflow-wrap .workflow .business {
	width: 16%;
	padding: 30px 0 0 10px;
}

.flow-wrap .workflow-wrap .workflow .business p {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: 2.5px;
}

/* .flow-wrap .workflow-wrap .workflow.flow-01 .business .underline {
	background: url(../images/flow/underline1.png) no-repeat top center;
	width: 111px;
	height: 77px;
}

.flow-wrap .workflow-wrap .workflow.flow-02 .business .underline {
	background: url(../images/flow/underline2.png) no-repeat top center;
	width: 131px;
	height: 77px;
}

.flow-wrap .workflow-wrap .workflow.flow-03 .business .underline {
	background: url(../images/flow/underline3.png) no-repeat top center;
	width: 81px;
	height: 77px;
}

.flow-wrap .workflow-wrap .workflow.flow-04 .business .underline {
	background: url(../images/flow/underline4.png) no-repeat top center;
	width: 141px;
	height: 87px;
}

.flow-wrap .workflow-wrap .workflow.flow-05 .business .underline {
	background: url(../images/flow/underline5.png) no-repeat top center;
	width: 91px;
	height: 125px;
}

.flow-wrap .workflow-wrap .workflow.flow-06 .business .underline {
	background: url(../images/flow/underline6.png) no-repeat top center;
	width: 132px;
	height: 6px;
} */

.flow-wrap .workflow-wrap .workflow .flow-text {
	width: 79%;
}

.flow-wrap .proce-wrap p.intro,
.flow-wrap .payment-wrap p.intro {
	font-size: 1.4rem;
	line-height: 1.8em;
	padding-bottom: 30px;
}

.flow-wrap .proce-wrap .price-outer,
.flow-wrap .payment-wrap .payment-outer {
	max-width: 720px;
	margin: 0 auto;
	border: solid 1px #737373;
	border-radius: 15px;
}

.flow-wrap .proce-wrap .price-outer .price-inner {
	max-width: 670px;
	margin: 0 auto;
	padding: 30px 0;
}

.flow-wrap .proce-wrap .price-outer .price-inner .price {
	border-bottom: 1px solid #737373;
}

.flow-wrap .proce-wrap .price-outer .price-inner .price p,
.flow-wrap .payment-wrap .payment-outer .payment-inner .payment p {
	font-size: 2rem;
	font-weight: bold;
	line-height: 2em;
}

.flow-wrap .proce-wrap .price-outer .price-inner .price p:last-child {
	padding-bottom: 10px;
}

.flow-wrap .proce-wrap .price-outer .price-inner .price p.wooden span {
	padding-left: 140px;
}

.flow-wrap .proce-wrap .price-outer .price-inner .price p.reform span {
	padding-left: 120px;
}
.flow-wrap .proce-wrap .price-outer .price-inner .price p.reform span.adjustment {
	padding-left: 238px;
}

.flow-wrap .proce-wrap .price-outer .price-inner .caution {
	padding-top: 20px;
}

.flow-wrap .proce-wrap .price-outer .price-inner .caution p {
	font-size: 1.2rem;
	line-height: 1.5em;
}

.flow-wrap .payment-wrap .payment-outer .payment-inner {
	max-width: 430px;
	margin: 0 auto;
	padding: 30px 0;
}

.flow-wrap .payment-wrap .payment-outer .payment-inner .payment p.step1 span,
.flow-wrap .payment-wrap .payment-outer .payment-inner .payment p.step4 span {
	padding-left: 180px;
}

.flow-wrap .payment-wrap .payment-outer .payment-inner .payment p.step2 span {
	padding-left: 100px;
}

/* Works一覧 */

.works-archive h3 {
	font-size: 3rem;
    font-weight: bold;
    color: #000000;
    padding-bottom: 55px;
}

.works-archive h3 span {
	font-size: 1.8rem;
    font-weight: bold;
    color: #737373;
    padding-left: 25px;
}

.works-archive .new-construction {
	padding-bottom: 90px;
}

.works-archive .reform {
	padding-bottom: 300px;
}

.works-archive .new-construction .title,
.works-archive .reform .title {
    padding-bottom: 55px;
}

.works-archive .new-construction .title h3,
.works-archive .reform .title h3 {
	font-size: 1.8rem;
    font-weight: bold;
    padding: 0;
}

.works-archive .new-construction .title h3 img,
.works-archive .reform .title h3 img {
	padding-right: 10px;
}

.works-archive .new-construction ul.house-link,
.works-archive .reform ul.house-link {
	display: flex;
	flex-wrap: wrap;
}

.works-archive .new-construction ul.house-link li.house-info,
.works-archive .reform ul.house-link li.house-info {
	width: 30%;
	margin-right: 5%;
}

.works-archive .new-construction ul.house-link li.house-info:nth-of-type(3n),
.works-archive .reform ul.house-link li.house-info:nth-of-type(3n) {
	margin-right: 0;
}

.works-archive .new-construction ul.house-link li.house-info a img,
.works-archive .reform ul.house-link li.house-info a img {
	object-fit: cover;
	height: 240px;
}

.works-archive .new-construction ul.house-link li.house-info a p,
.works-archive .reform ul.house-link li.house-info a p {
	font-size: 1,4rem;
	color: #3c3c3c;
	text-align: center;
	padding: 25px 0 60px;
}

/* single WORKS */

.single-works h3 {
	font-size: 3rem;
    font-weight: bold;
    color: #000000;
    padding-bottom: 55px;
}

.single-works h3 span {
	font-size: 1.8rem;
    font-weight: bold;
    color: #737373;
    padding-left: 25px;
}

/* .single-works .contents .title {
    padding-bottom: 55px;
} */

.single-works .contents .title h3 {
	font-size: 1.8rem;
    font-weight: bold;
}

.single-works .contents .title h3 img {
	padding-right: 10px;
}

.single-works .contents .house-data {
	display: flex;
	justify-content: space-between;
}

.single-works .contents .house-data .main-photo {
	width: 55.6%;
}

.single-works .contents .house-data .main-photo img {
	object-fit: cover;
	height: 405px;
}

.single-works .contents .house-data .data-text {
	width: 42.4%;
	font-size: 1.4rem;
}

.single-works .contents .house-data .data-text p {
	line-height: 1.6em;
}

.single-works .contents .house-data .data-text .data-list dl {
	display: flex;
	line-height: 1.6em;
}

.single-works .contents .house-data .data-text .data-list dl dt {
	width: 13%;
}

.single-works .contents .house-data .data-text .data-list dl dd {
	width: 87%;
	text-align: justify;
}

.single-works .contents ul.photo-list {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0 45px;
}

.single-works .contents ul.photo-list li,
.single-works .contents .floor-plan-wrap ul.floor-plan li {
	width: 18.8%;
	margin: 0 1.5% 1.5% 0;
}

.single-works .contents ul.photo-list li a img {
	width: 100%;
}

.single-works .contents ul.photo-list li:nth-of-type(5n),
.single-works .contents .floor-plan-wrap ul.floor-plan li:nth-of-type(5n) {
	margin: 0;
}

.single-works .contents ul.photo-list li a img,
.single-works .contents .floor-plan-wrap ul.floor-plan li a img {
	object-fit: cover;
	height: 150px;
}

.single-works .contents .introduction {
	padding-bottom: 150px;
}

.single-works .contents .introduction p,
.single-works .contents .thoughts-wrap p {
	font-size: 1.4rem;
	line-height: 1.8em;
	text-align: justify;
}

.single-works .contents .floor-plan-wrap {
	padding-bottom: 140px;
}

.single-works .contents .thoughts-wrap,
.single-works .contents .page-navi {
	padding-bottom: 150px;
}

.single-works .contents .floor-plan-wrap .title,
.single-works .contents .thoughts-wrap .title {
    padding-bottom: 0;
}

.single-works .contents .floor-plan-wrap ul.floor-plan {
	display: flex;
	flex-wrap: wrap;
}

.single-works .contents .page-navi .page-turn {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}

.single-works .contents .page-navi .page-turn .previous-post a,
.single-works .contents .page-navi .page-turn .next-post a {
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
}

.single-works .contents .page-navi .page-turn .previous-post a::before {
	content: url(../images/works/triangle-l.png);
	width: 15px;
	height: 25px;
	margin-right: 5px;
}

.single-works .contents .page-navi .page-turn .next-post a::after {
	content: url(../images/works/triangle-r.png);
	width: 15px;
	height: 25px;
	margin-left: 5px;
}

/* .single-works .contents .page-navi .page-turn .previous-post a {
	background: url(../images/works/previous.png) no-repeat top center;
	width: 93px;
	height: 23px;
}

.single-works .contents .page-navi .page-turn .next-post a {
	background: url(../images/works/next.png) no-repeat top center;
	width: 93px;
	height: 23px;
} */

.single-works .contents .page-navi .return-link {
	text-align: center;
}

.single-works .contents .page-navi .return-link a {
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
}

.single-works .contents .page-navi .return-link a p {
	display: flex;
}

.single-works .contents .page-navi .return-link a p::before {
	content: url(../images/works/triangle-l.png);
	width: 15px;
	height: 25px;
	margin-right: 5px;
}

/* .single-works .contents .page-navi .return-link a {
	background: url(../images/works/return.png) no-repeat top center;
	width: 93px;
	height: 23px;
	margin: 0 auto;
} */

/* .single-works .contents .page-navi .page-turn .previous-post a,
.single-works .contents .page-navi .page-turn .next-post a,
.single-works .contents .page-navi .return-link a {
	display: block;
	width: 93px;
	height: 23px;
} */

/* NEWS一覧 */

.archive-news-wrap h3 {
	font-size: 3rem;
	font-weight: bold;
	color: #000000;
	padding-bottom: 55px;
}

.archive-news-wrap h3 span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #737373;
	padding-left: 25px;
}

.archive-news-wrap .archive-news-inner {
	display: flex;
	justify-content: space-between;
	max-width: 780px;
	margin: 0 auto;
}

.archive-news-wrap .archive-news-inner .newslist-wrap {
	width: 75%;
	padding-bottom: 150px;
}
.archive-news-wrap .archive-news-inner .newslist-wrap dl {
	padding-bottom: 150px;
}

.archive-news-wrap .archive-news-inner .newslist-wrap dl a {
	display: flex;
    line-height: 1.5em;
	padding-bottom: 25px;
}

.archive-news-wrap .archive-news-inner .newslist-wrap dl a dt {
	width: 18%;
    letter-spacing: 1px;
}

.archive-news-wrap .archive-news-inner .newslist-wrap dl a dd {
	width: 82%;
	overflow-wrap: anywhere;
}

.archive-news-wrap .archive-news-inner .side-content {
	width: 20%;
}

.archive-news-wrap .archive-news-inner .side-content .archives-wrap .title {
	padding-bottom: 20px;
}

.archive-news-wrap .archive-news-inner .side-content .archives-wrap .title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0;
}

.archive-news-wrap .archive-news-inner .side-content .archives-wrap .title h3 img {
	padding-right: 10px;
}

.archive-news-wrap .archive-news-inner .side-content .archives-wrap .archives .yearly li a::after {
	content: "年";
}

.archive-post-wrap .archive-post-inner .side-content .category-wrap .category ul li,
.archive-news-wrap .archive-news-inner .side-content .archives-wrap .archives ul li,
.single-post-wrap .side-content .category-wrap .category ul li {
	line-height: 1.8em;
}

/* ブログ一覧 */
/* ブログ詳細 */

.archive-post-wrap h3,
.single-post h3 {
	font-size: 3rem;
	font-weight: bold;
	color: #000000;
	padding-bottom: 55px;
}

.archive-post-wrap h3 span,
.single-post h3 span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #737373;
	padding-left: 25px;
}

.archive-post-wrap .archive-post-inner,
.single-post .single-post-wrap {
	display: flex;
	justify-content: space-between;
}

.archive-post-wrap .archive-post-inner .post-wrap,
.single-post .single-post-wrap .post-wrap {
	width: 75%;
	padding: 30px 0 150px;
}

.archive-post-wrap .archive-post-inner .post-wrap .post,
.single-post .single-post-wrap .post-wrap .post {
	padding-bottom: 75px;
}

.archive-post-wrap .archive-post-inner .post-wrap .post .title,
.single-post .single-post-wrap .post-wrap .post .title {
    padding-bottom: 15px;
}

.archive-post-wrap .archive-post-inner .post-wrap .post .title h3,
.single-post .single-post-wrap .post-wrap .post .title h3 {
	font-size: 1.8rem;
    font-weight: bold;
	line-height: 1.5em;
    padding: 0;
}

.archive-post-wrap .archive-post-inner .post-wrap .post .title h3 img,
.single-post .single-post-wrap .post-wrap .post .title h3 img {
	padding-right: 10px;
}

.archive-post-wrap .archive-post-inner .post-wrap .post dl.ymd,
.single-post .single-post-wrap .post-wrap .post dl.ymd {
	display: flex;
}

.archive-post-wrap .archive-post-inner .post-wrap .article,
.single-post .single-post-wrap .post-wrap .article {padding-top: 25px;}

.archive-post-wrap .archive-post-inner .post-wrap .article img,
.single-post .single-post-wrap .post-wrap .article img {
	padding: 7.5px 0;
}
/* 小見出し */
.archive-post-wrap .archive-post-inner .post-wrap .article h4,
.single-post .single-post-wrap .post-wrap .article h4 {
	font-size: 1.6rem;
	line-height: 1.6em;
	padding: 5px 0;
}
/* 中見出し */
.archive-post-wrap .archive-post-inner .post-wrap .article h3,
.single-post .single-post-wrap .post-wrap .article h3 {
	font-size: 2rem;
	line-height: 1.5em;
	display: block;
	font-weight: normal;
	padding: 5px 0;
}
/* 大見出し */
.archive-post-wrap .archive-post-inner .post-wrap .article h2,
.single-post .single-post-wrap .post-wrap .article h2 {
	font-size: 2.4rem;
	line-height: 1.4em;
	padding: 5px 0;
}
/* 本文 */
.archive-post-wrap .archive-post-inner .post-wrap .article p,
.single-post .single-post-wrap .post-wrap .article p {
	font-size: 1.4rem;
	line-height: 1.8em;
	padding: 7.5px 0;
	text-align: justify;
}
/* リンク設定 */
.archive-post-wrap .archive-post-inner .post-wrap .post .article p a,
.single-post .single-post-wrap .post-wrap .article p a {
	text-decoration: underline;
}

.archive-post-wrap .archive-post-inner .side-content,
.single-post .single-post-wrap .side-content {
	width: 20%;
}

.single-post .single-post-wrap .side-content {
	padding-bottom: 150px;
}

.archive-post-wrap .archive-post-inner .side-content .category-wrap,
.single-post .single-post-wrap .side-content .category-wrap {
	padding-bottom: 35px;
}

.archive-post-wrap .archive-post-inner .side-content .category-wrap .title,
.archive-post-wrap .archive-post-inner .side-content .archives-wrap .title,
.single-post .single-post-wrap .side-content .category-wrap .title,
.single-post .single-post-wrap .side-content .archives-wrap .title {
	padding-bottom: 20px;
}

.archive-post-wrap .archive-post-inner .side-content .category-wrap .title h3,
.archive-post-wrap .archive-post-inner .side-content .archives-wrap .title h3,
.single-post .single-post-wrap .side-content .category-wrap .title h3,
.single-post .single-post-wrap .side-content .archives-wrap .title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0;
}

.archive-post-wrap .archive-post-inner .side-content .category-wrap .title h3 img,
.archive-post-wrap .archive-post-inner .side-content .archives-wrap .title h3 img,
.single-post .single-post-wrap .side-content .category-wrap .title h3 img,
.single-post .single-post-wrap .side-content .archives-wrap .title h3 img {
	padding-right: 10px;
}

.archive-post-wrap .archive-post-inner .side-content .archives-wrap .archives .yearly li a::after,
.single-post .single-post-wrap .side-content .archives-wrap .archives .yearly li a::after {
	content: "年";
}

.archive-post-wrap .archive-post-inner .side-content .archives-wrap .archives ul li,
.single-post .single-post-wrap .side-content .archives-wrap .archives ul li {
	line-height: 1.8em;
}

.single-post .single-post-wrap .page-navi .page-turn {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}

.single-post .single-post-wrap .page-navi .page-turn .previous-post a,
.single-post .single-post-wrap .page-navi .page-turn .next-post a {
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
}

.single-post .single-post-wrap .page-navi .page-turn .previous-post a::before {
	content: url(../images/news/triangle-l.png);
	width: 15px;
	height: 25px;
	margin-right: 5px;
}

.single-post .single-post-wrap .page-navi .page-turn .next-post a::after {
	content: url(../images/news/triangle-r.png);
	width: 15px;
	height: 25px;
	margin-left: 5px;
}

.single-post .single-post-wrap .page-navi .return-link {
	text-align: center;
}

.single-post .single-post-wrap .page-navi .return-link a {
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
}

.single-post .single-post-wrap .page-navi .return-link a p {
	display: flex;
}

.single-post .single-post-wrap .page-navi .return-link a p::before {
	content: url(../images/news/triangle-l.png);
	width: 15px;
	height: 25px;
	margin-right: 5px;
}

/* wp-pagenaviのCSS */

.wp-pagenavi {
	display: flex;
	justify-content: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
	width: 30px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wp-pagenavi span.pages {
	display: none;
}

.wp-pagenavi span.current {
	background-color: #3c3c3c;
	color: #fff;
}

/* NEWS詳細 */

.single-news h3 {
	font-size: 3rem;
	font-weight: bold;
	color: #000000;
	padding-bottom: 55px;
}

.single-news h3 span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #737373;
	padding-left: 25px;
}

.single-news .contents {
	max-width: 780px;
	margin: 0 auto;
}

.single-news .contents .title {
    padding-bottom: 15px;
}

.single-news .contents .title h3 {
	font-size: 1.8rem;
    font-weight: bold;
	line-height: 1.5em;
    padding: 0;
}

.single-news .contents .title h3 img {
	padding-right: 10px;
}

.single-news .contents dl.ymd {
	display: flex;
}

.single-news .contents .article {
	padding: 30px 0 150px;
}

.single-news .contents .article img {
	padding: 7.5px 0;
}
/* 小見出し */
.single-news .contents .article h4 {
	font-size: 1.6rem;
	line-height: 1.6em;
	padding: 5px 0;
}
/* 中見出し */
.single-news .contents .article h3 {
	font-size: 2rem;
	line-height: 1.5em;
	display: block;
	font-weight: normal;
	padding: 5px 0;
}
/* 大見出し */
.single-news .contents .article h2 {
	font-size: 2.4rem;
	line-height: 1.4em;
	padding: 5px 0;
}
/* 本文 */
.single-news .contents .article p {
	font-size: 1.4rem;
	line-height: 1.8em;
	padding: 7.5px 0;
	text-align: justify;
}
/* リンク設定 */
.single-news .contents .article p a {
	text-decoration: underline;
}

.single-news .contents .page-navi {
	padding-bottom: 150px;
}

.single-news .contents .page-navi .page-turn {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}

.single-news .contents .page-navi .page-turn .previous-post a,
.single-news .contents .page-navi .page-turn .next-post a {
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
}

.single-news .contents .page-navi .page-turn .previous-post a::before {
	content: url(../images/news/triangle-l.png);
	width: 15px;
	height: 25px;
	margin-right: 5px;
}

.single-news .contents .page-navi .page-turn .next-post a::after {
	content: url(../images/news/triangle-r.png);
	width: 15px;
	height: 25px;
	margin-left: 5px;
}

.single-news .contents .page-navi .return-link {
	text-align: center;
}

.single-news .contents .page-navi .return-link a {
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
}

.single-news .contents .page-navi .return-link a p {
	display: flex;
}

.single-news .contents .page-navi .return-link a p::before {
	content: url(../images/news/triangle-l.png);
	width: 15px;
	height: 25px;
	margin-right: 5px;
}

/* .single-news .contents .page-navi .page-turn .previous-post a {
	background: url(../images/works/previous.png) no-repeat top center;
	width: 93px;
	height: 23px;
}

.single-news .contents .page-navi .page-turn .next-post a {
	background: url(../images/works/next.png) no-repeat top center;
	width: 93px;
	height: 23px;
}

.single-news .contents .page-navi .return-link a {
	background: url(../images/works/return.png) no-repeat top center;
	width: 93px;
	height: 23px;
	margin: 0 auto;
}

.single-news .contents .page-navi .page-turn .previous-post a,
.single-news .contents .page-navi .page-turn .next-post a,
.single-news .contents .page-navi .return-link a {
	display: block;
	width: 93px;
	height: 23px;
} */

/* PRIVACY POLICY */

.policy-wrap {
	padding-bottom: 150px;
}

.policy-wrap h3 {
	font-size: 3rem;
    font-weight: bold;
    color: #000000;
    display: flex;
    align-items: center;
    padding-bottom: 55px;
}

.policy-wrap h3 span {
	font-size: 1.8rem;
    font-weight: bold;
    color: #737373;
    padding-left: 25px;
}

.policy-wrap .policy-inner p.lead {
	font-size: 1.4rem;
	line-height: 1.8em;
	text-align: justify;
	padding-bottom: 55px;
}

.policy-wrap .policy-inner .policy {
	padding-bottom: 50px;
}

.policy-wrap .policy-inner .policy h4 {
	font-size: 1.8rem;
    font-weight: bold;
	line-height: 2em;
}

.policy-wrap .policy-inner .policy p,
.policy-wrap .policy-inner .policy ul li {
	font-size: 1.4rem;
	line-height: 1.8em;
}

.policy-wrap .policy-inner .policy .contact-address {
	padding-top: 15px;
}

.policy-wrap .policy-inner .policy .contact-address p {
	line-height: 1.5em;
}

.policy-wrap .policy-inner .policy .contact-address p span {
	padding-left: 9px;
}

/* CONTACT */

.contact-wrap .title {
	max-width: 1080px;
	margin: 0 auto;
}

.contact-wrap .title h3 {
	font-size: 3rem;
    font-weight: bold;
    color: #000000;
    display: flex;
    align-items: center;
    padding-bottom: 55px;
}

.contact-wrap .title h3 span {
	font-size: 1.8rem;
    font-weight: bold;
    color: #737373;
    padding-left: 25px;
}

.snow-monkey-form .smf-form .wp-block-snow-monkey-forms-item.smf-item .smf-item__col.smf-item__col--label {
	display: none;
}

.snow-monkey-form .smf-form .wp-block-snow-monkey-forms-item.smf-item .smf-item__col.smf-item__col--controls {
	width: 100%;
}

.snow-monkey-form p.lead {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8em;
	padding-bottom: 50px;
}

.snow-monkey-form p.lead,
.snow-monkey-form p.required {
	max-width: 900px;
	margin: 0 auto;
}

.snow-monkey-form p.required {
	padding-bottom: 30px;
}

.snow-monkey-form p.required span {
	padding-right: 5px;
}

.snow-monkey-form p.required span {
	color: #e55a3b;
}

.snow-monkey-form {
	max-width: 900px;
	margin: 0 auto;
	padding: 25px 0;
}

.wp-block-snow-monkey-forms-item.smf-item {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}

.wp-block-snow-monkey-forms-item.smf-item:first-child {
	flex-direction: column;
}

.smf-item__col.smf-item__col--label {
	width: 25%;
	background: #e8e8e8;
	line-height: 1.8em;
	height: 40px;
}

.smf-item__col.smf-item__col--controls {
	width: 70%;
}

.smf-item__label {
	height: 40px;
	display: table;
    width: 100%;
}

.smf-item__label span {
	display: table-cell;
    vertical-align: middle;
	padding-left: 5%;
}

.smf-item__label span::after {
	content: '✻';
	color: #e55a3b;
	padding-left: 5px;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(6) .smf-item__label span::after {
	display: none;
}

input.smf-text-control__control,
textarea.smf-textarea-control__control {
	padding: 5px;
}

.smf-text-control input {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.6em;
	width: 100%;
}

.smf-textarea-control textarea {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
	line-height: 1.6em;
}

textarea.smf-textarea-control__control {
	width: 100%;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(6) .smf-item__col--label {
	height: 142.5px;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(6) .smf-item__col--label .smf-item__label {
	height: 142.5px;
    display: table;
    width: 100%;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(6) .smf-item__col--label .smf-item__label span {
	display: table-cell;
    vertical-align: middle;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(6) .smf-item__col.smf-item__col--controls {
	border: 1px solid rgb(118, 118, 118);
	border-radius: 2.5px;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(7) {
	flex-direction: column;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(7) .smf-item__col--label {
	width: 100%;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(7) .smf-item__col--controls {
	width: 100%;
	text-align: center;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(7) .smf-item__col--label {
	background: #fff;
	height: auto;
	padding: 50px 0 25px;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(7) .smf-item__col--label .smf-item__label span {
	padding-left: 0;
	text-align: center;
	font-size: 1.6rem;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(7) .smf-item__col--label .smf-item__label span a {
	text-decoration: underline;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(7) .smf-item__col--label .smf-item__label {
	height: auto;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(7) .smf-item__col--label .smf-item__description {
	text-align: center;
	margin-top: 0;
	font-size: 1.4rem;
	color: #2e2e2e;
}

.snow-monkey-form .smf-action {
	text-align: center;
	padding: 50px 0;
}

.snow-monkey-form .smf-action button.smf-button-control__control {
	font-size: 1.6rem;
}

.wp-block-snow-monkey-forms-item.smf-item .smf-checkbox-control {
	align-items: center!important;
}

form.snow-monkey-form[data-screen="confirm"] .smf-form {
	display: none;
}

form.snow-monkey-form[data-screen="confirm"] .smf-item__col.smf-item__col--controls {
	padding-left: 15px;
	line-height: 1.6em;
}

form.snow-monkey-form[data-screen="confirm"] .wp-block-snow-monkey-forms-item.smf-item:nth-child(6) .smf-item__col.smf-item__col--controls {
	border: none;
}
/* 
form.snow-monkey-form[data-screen="confirm"] .smf-form .smf-item .smf-item__col--controls .smf-item__controls .smf-placeholder {
	padding-left: 15px;
	line-height: 1.6em;
} */

/* form.snow-monkey-form[data-screen="confirm"] .smf-form .smf-item:nth-child(5) .smf-item__col--controls .smf-item__controls .smf-placeholder {
	padding-left: 0;
} */

#contact-pagezone .direct-contact {
	max-width: 800px;
	margin: 0 auto 250px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#contact-pagezone .direct-contact .direct-contact-inner {
	max-width: 550px;
	margin: 0 auto;
	padding: 25px 0;
	font-size: 1.4rem;
}

#contact-pagezone .direct-contact .direct-contact-inner .contact-data {
	line-height: 1.8em;
}

#contact-pagezone .direct-contact .direct-contact-inner .contact-data h5 {
	font-weight: bold;
}

#contact-pagezone .direct-contact .direct-contact-inner .contact-data p span {
	padding-left: 9px;
}

#contact-pagezone .direct-contact .direct-contact-inner p.annotation {
	padding-top: 15px;
	line-height: 1.4em;
}

.snow-monkey-form .smf-form .smf-complete-content {
	font-size: 1.4rem;
    line-height: 1.8em;
}

.snow-monkey-form[data-screen="complete"] .wp-block-snow-monkey-forms-item.smf-item {
	display: none;
}

