/* ------------------------------
  LOWER - COMMON STYLES
------------------------------ */
/* frame01 */
.frame01 {
	margin: 15% auto 0;
}

.frame01 .colWrap {
	padding: 30px 0;
	border-top: 2px dotted #ccc;
}

.frame01 .colWrap:last-child {
	padding-bottom: 0;
}

.frame01 .txtFrame {
	padding: 0 0 20px;
}

.frame01 .txtFrame .title {
	margin: 0 0 20px;
	line-height: 1;
	font-size: 18px;
	font-size: 1.8rem;
}

.frame01 .txtFrame .title .btn_about {
	float: right;
	display: inline-block;
	position: relative;
	top: -2px;
	padding: 0 10px 0 20px;
	height: 22px;
	line-height: 23px;
	font-size: 13px;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: normal;
	border-radius: 11px;
	background: #ae9f6f url(../images/common/ico_arrow.png) no-repeat 10px center;
	background-size: 6px auto;
	color: #fff;
	transition: all .3s ease-out;
}


.frame01 .txtFrame .title .btn_about:hover {
	background-color: #d2d2d2;
	color: #555;
	opacity: 1;
}


.frame01 .txtFrame .point {
	margin: 1.75em auto 0;
}

.frame01 .txtFrame .point .head {
	font-weight: normal;
	text-indent: -0.6em;
}

.frame01 .txtFrame .point li {
	text-indent: -1em;
	padding: 0 0 0 1em;
}

.frame01 .txtFrame .point + p {
	margin: 12% auto 0;
}

.frame01 .imgFrame img + img {
	margin-top: 35px;
}

/* frame02 */
.frame02 .box {
	position: relative;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 10px;
}

.frame02 .box:last-child {
	margin-bottom: 0;
}

.frame02 .box .title {
	padding: 20px 0 10px;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 16px 16px 0 0;
	background-color: #f9f8f7;
	color: #000;
	text-align: center;
}

.frame02 .box .img {
	display: block;
}

.frame02 .box .txt {
	position: relative;
	padding: 20px 20px;
	line-height: 2;
	font-size: 14px;
	border-radius: 0 0 16px 16px;
	background-color: #f9f8f7;
}

/* -------------------------------
  INQUIRY SECTION (common)
----------------------------------*/
.section__inquiry {
	background: #2a2a2a url(../images/common/inquiry_bg.png) no-repeat right center;
	background-size: contain;
	color: #fff;
}

.section__inquiry .inner {
	max-width: 980px;
	letter-spacing: .5px;
}

.section__inquiry .inquiryFrame {
	margin: 7% auto 0;
	text-align: center;
}

.section__inquiry .inquiryFrame .box {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.section__inquiry .box + .box {
	margin-top: 25px;
}

.section__inquiry .box .txt {
	margin: 0 0 3px;
	font-size: 1.5rem;
	text-align: center;
}

.section__inquiry .box .tel,
.section__inquiry .box .mail {
	display: inline-block;
	position: relative;
	padding: 0 0 0 44px;
	font-size: 2.8rem;
	line-height: 1;
}

.section__inquiry .box .tel:before,
.section__inquiry .box .mail:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 25px;
	background: url(../images/common/ico_inq.png) no-repeat 0 0;
	background-size: 34px auto;
}

.section__inquiry .box .mail:before {
	background-position: 0 bottom;
}

.section__inquiry .box .sub {
	display: block;
	margin: 10px 0 0;
	padding: 0 .25em 0 0;
	font-size: 1.3rem;
	letter-spacing: 1px;
	text-align: right;
}

.section__inquiry .box a {
	color: #fff;
	text-decoration: none;
}


/* ------------------------------
  TOP PAGE
------------------------------ */
.pg_top main {
	padding: 0;
}

/* main img */
.pg_top .main__image {
	position: relative;
}

.pg_top .main__image .inner {
	overflow: hidden;
}

.pg_top .main__image .sp-buttons {
	display: none;
}

@media screen and (max-width: 1000px) {
	.pg_top .main__image .inner {
		padding: 0;
	}
}

/* news */
.pg_top .section__news {
	padding-top: 35px;
}

.pg_top .section__news ul {
	margin: 0 auto;
	max-width: 800px;
}

.pg_top .section__news a {
	display: block;
	position: relative;
	padding: 15px 10px;
}

.pg_top .section__news a:before {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -6px 0 0;
	width: 8px;
	height: 8px;
	border-top: 3px solid #ddd;
	border-right: 3px solid #ddd;
	transform: rotate(45deg);
}

.pg_top .section__news li {
	border-top: 1px dotted #ccc;
	font-size: 1.4rem;
}

.pg_top .section__news li a:hover {
	opacity: 1;
}

.pg_top .section__news .date,
.pg_top .section__news .txt {
	display: block;
}

.pg_top .section__news .txt {
	padding-left: 1em;
}

.pg_top .section__news li .txt:hover {
	text-decoration: underline;
}

.pg_top .section__news .txt .cat {
	display: inline-block;
	position: absolute;
	left: 145px;
	top: 15px;
	width: 65px;
	height: 18px;
	line-height: 19px;
	font-size: 12px;
	border-radius: 3px;
	color: #fff;
	font-family: "Hira Kaku Pro N";
	text-align: center;
}

.pg_top .section__news .txt .cat.shasou {
	background: #8a4b01;
}

.pg_top .section__news .txt .cat.owakare {
	background: #c9b112;
}

.pg_top .section__news .btn_more {
	display: block;
	margin: 5% auto 0;
	padding: 12px 10px;
	max-width: 453px;
	border: 6px solid #ccc;
	background: #faf9f6 url(../images/common/btn_bg.png) no-repeat center center;
	background-size: contain;
	border-radius: 0;
	text-align: center;
}

.pg_top .section__news .btn_more:hover {
	opacity: .5;
}

/* intro */
.pg_top .section__intro {
	background: url(../images/common/intro_bg.png) no-repeat right center,
		    url(../images/common/bg01.jpg) repeat 0 0;
	background-size: cover, auto auto;
}

.pg_top .section__intro .txtFrame p {
	line-height: 2;
}

.pg_top .section__intro .imgFrame {
	margin: 5% 5% 0;
}


/* service */
.pg_top .section__service .box {
	margin: 0 auto 20px;
	border: 1px solid #ccc;
}

.pg_top .section__service .box a {
	display: block;
	position: relative;
}

.pg_top .section__service .box a:hover {
	opacity: 1;
}

.pg_top .section__service .box a:before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	border: 7px solid #d2d2d2;
	border-radius: 15px;
	background: rgba(255, 255, 255, .3);
	opacity: 0;
	transition: opacity .3s ease-out;
	z-index: 1;
}

.pg_top .section__service .box a:hover:before {
	opacity: 1;
}

.pg_top .section__service .box .title {
	font-size: 24px;
}

.pg_top .section__service .box .txt {
	position: relative;
	padding: 30px 20px 55px;
}

.pg_top .section__service .box .btn_more {
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 0 0 0 20px;
	width: 125px;
	height: 30px;
	line-height: 31px;
	font-size: 14px;
	border-radius: 15px;
	background: #d36800 url(../images/common/ico_arrow.png) no-repeat 10px center;;
	color: #fff;
}

/* works */
.pg_top .section__works .ttl {
	color: #fff;
}

.pg_top .section__works {
	background: #ae9f6f;
}

.pg_top .section__works .box {
	margin-bottom: 30px;
	width: calc(50% - 10px);
}

.pg_top .section__works .box .img {
	display: block;
	position: relative;
}

.pg_top .section__works .box .img:before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 7px solid #d2d2d2;
	background: rgba(255, 255, 255, .4);
	opacity: 0;
	transition: opacity .3s ease-out;
	z-index: 1;
}

.pg_top .section__works .box .img:hover {
	opacity: 1;
}

.pg_top .section__works .box .img:hover:before {
	opacity: 1;
	z-index: 1;
}

.pg_top .section__works .cap {
	margin: 5px 0 0;
}

.pg_top .section__works .cap a {
	color: #fff;
}


/* schedule */
.pg_top .section__schedule {
	counter-reset: idx;
}

.pg_top .section__schedule .scheduleFrame {
	counter-increment: idx;
	margin: 0 auto 30px;
	max-width: 900px;
}

.pg_top .section__schedule .scheduleFrame:last-child,
.pg_top .section__schedule .scheduleFrame:last-child dd {
	margin-bottom: 0;
}

.pg_top .section__schedule dt {
	position: relative;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 1px;
	font-weight: bold;
}

.pg_top .section__schedule dt:before {
	content: "0"counter(idx);
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	font-family: serif;
	font-weight: bold;
	border-radius: 50%;
	background: #8a4b01;
	color: #fff;
	text-align: center;

}

.pg_top .section__schedule dd {
	position: relative;
	padding: 20px 0 80px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
}

.pg_top .section__schedule .scheduleFrame:last-child dd {
	padding-bottom: 0;
}

.pg_top .section__schedule dd:before,
.pg_top .section__schedule dd:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -10px;
	width: 20px;
	height: 20px;
	border-width: 2px;
	background: #fafafa;
	border-radius: 50%;
	border: 3px solid #ddd;
	box-sizing: border-box;
}

.pg_top .section__schedule dd:before {
	bottom: 40px;
	margin-top: -34px;
}

.pg_top .section__schedule dd:after {
	bottom: 0;
	margin-top: 34px;
}

.pg_top .section__schedule .scheduleFrame:last-child dd:before,
.pg_top .section__schedule .scheduleFrame:last-child dd:after {
	display: none;
}


/* ------------------------------
  ABOUT
------------------------------ */
.pg_about .section__service .txt {
	font-size: 14px;
	letter-spacing: 1px;
}

.pg_about .section__service .colWrap {
	margin: 6% auto 0;
}

.pg_about .section__service .txtFrame {
	margin: 30px auto 0;
}

.pg_about .section__service ol {
	counter-reset: idx;
}

.pg_about .section__service ol li {
	list-style-type: none;
	counter-increment: idx;
	margin: 0 0 2.95vw;
	line-height: 1.4;
	font-size: 1.6rem;
}

.pg_about .section__service ol li:last-child {
	margin: 0;
}

.pg_about .section__service ol li a {
	display: block;
	position: relative;
	padding: 7px 0 7px 55px;
}

.pg_about .section__service ol li a:before {
	content: "0"counter(idx);
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -20px 0 0;
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 2.0rem;
	font-family: serif;
	font-weight: bold;
	border: 3px solid #dddddd;
	border-radius: 50%;
	background: #ae9f6f;
	color: #fff;
	text-align: center;
	transition: all .3s ease-out;
}

.pg_about .section__service ol li a:hover {
	opacity: 1;
	color: #646464;
}

.pg_about .section__service ol li a:hover:before {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
}


.pg_about .section__service .imgFrame {
	background: url(../images/about/service.png) no-repeat center 0;
	background-size: cover;
}

.pg_about .section__service .imgFrame img {
	display: none;
}

.pg_about .section__service .imgFrame:before {
	content: "";
	display: block;
	height: 0;
	padding: 65% 0 0;
}


/* ------------------------------
  DETAIL
------------------------------ */
.pg_detail main {
	background: url(../images/works/bg_detail.png) no-repeat center 40%;
	background-size: 100% auto;
}

.pg_detail .section__detail .mv {
	margin: 5% auto 9%;
}

/* detail */
.pg_detail .section__detail {
	counter-reset: idx;
}

.pg_detail .section__detail .ttl_s {
	margin-bottom: 4%;
}

.pg_detail .section__detail .detailFrame {
	counter-increment: idx;
	padding: 3% 0 1.5%;
}

.pg_detail .section__detail .detailFrame .title {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 45px;
	line-height: 1.3;
	font-size: 2.0rem;
}

.pg_detail .section__detail .detailFrame .title:before {
	content: "0"counter(idx);
	display: block;
	position: absolute;
	left: 0;
	width: 45px;
	line-height: 1.1;
	font-size: 2.5rem;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: normal;
}

.pg_detail .section__detail .detailFrame p {
	letter-spacing: .03em;
}

.pg_detail .section__detail .detailFrame .point {
	margin: 1.75em auto 0;
}

.pg_detail .section__detail .detailFrame .point .head {
	font-size: 1.6rem;
	font-weight: normal;
}

/* galleryBox*/
.pg_detail .section__detail .detailFrame .galleryBox {
	margin: 5% 0;
}

.pg_detail .section__detail .detailFrame .galleryBox .box {
	display: inline-block;
	position: relative;
	margin: 0 6px 10px;
}

.pg_detail .section__detail .detailFrame .galleryBox .box:before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 20px;
	height: 20px;
	background: url(../images/common/ico_open.png) no-repeat 0 0;
	background-size: contain;
}

.pg_detail .section__detail .detailFrame .galleryBox .box:hover {
	cursor: pointer;
}

.pg_detail .lightbox {
	position: fixed;
	top: 50% !important;
	transform: translateY(-50%);
}

.pg_detail .lb-outerContainer {
	border-radius: 0;
}
.pg_detail .lb-container {
	padding: 26px 8px 8px;

}

.pg_detail .lightbox .lb-image {
	border-radius: 0;
	border: 0;
}

.pg_detail .lb-dataContainer {
	padding: 0;
	z-index: 100;
}

.pg_detail .lb-data {
	position: relative;
}

.pg_detail .lb-data .lb-details {
	display: none;
}

.pg_detail .lb-data .lb-close {
	position: absolute;
	background: none;
		right: 8px;
		height: 26px;
		line-height: 26px;
		font-size: 13px;
	width: auto;
	z-index: 100;
}

.pg_detail .lb-data .lb-close:after {
	content: "×";
	display: inline-block;
	position: relative;
	margin: 0 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

/* access */
.pg_detail .section__detail .access .mapFrame {
	margin: 5% auto 0;
}

.pg_detail .section__detail .access .mapFrame .map {
	width: 100%;
	height: 260px;
	border: 0;
}

.pg_detail .section__detail .access .accessFrame {
	margin: 6.5% auto 0;
}

.pg_detail .section__detail .access dl {
	font-size: 0;
}

.pg_detail .section__detail .access dt,
.pg_detail .section__detail .access dd {
	display: inline-block;
	margin: 0 0 4%;
	padding: 3px 0;
	line-height: 1.4;
	font-size: 1.4rem;
	vertical-align: top;
}

.pg_detail .section__detail .access dt {
	margin: 0 10px 0 0;
	width: 70px;
	border-radius: 4px;
	font-size: 1.3rem;
	background: #019641;
	color: #fefefe;
	text-align: center;
}

.pg_detail .section__detail .access dd {
	width: calc(100% - 80px);
}

.pg_detail .section__detail .access dl:last-child dt,
.pg_detail .section__detail .access dl:last-child dd {
	margin-bottom: 0
}


/* ------------------------------
  SERVICE
------------------------------ */
.pg_service .title_center {
	margin: 0 0 4%;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}

.pg_service .section_inner {
	padding: 25px 0 30px;
}

.pg_service .section_inner .img {
	margin-left: 0;
	margin-right: 0;
	max-width: 972px;
}

/* arrangements */
.pg_service .section__arrangements .arrangementsFrame {
	margin: 8.3% 0 0;
	padding: 7% 0;
}

.pg_service .section__arrangements .box {
	margin: 0 0 8%;
	padding: 0 25px;
}

.pg_service .section__arrangements .box .title {
	position: relative;
	margin: 0 0 4.5% -25px;
	padding: 0 25px;
	font-size: 18px;
	line-height: 1.4;
	color: #8a4b01;
}

.pg_service .section__arrangements .box .title:before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: 0;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background-color: #ae9f6f;
	border: 2px solid #dddddd;
}

.pg_service .section__arrangements .box .title_s {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

.pg_service .section__arrangements .box .title_s + .img {
	margin-top: 3.5%;
}


/* ------------------------------
  INQUIRY PAGE
------------------------------ */
/* broche */
.section__contact .ttl_s + .txt {
	margin-top: 30px;
}

.section__contact .brocheFrame {
	margin: 20px auto 0;
	max-width: 345px;
}

.section__contact .brocheFrame .box {
	margin-bottom: 30px;
	width: 30%;
}
.section__contact .brocheFrame .box label p {
	font-size: 13px;
}
.section__contact .brocheFrame .box label img {
	margin: 5px auto 15px;
}

.section__contact .brocheFrame label {
	display: block !important;
	margin: 0 !important;
	text-align: center;
}

.section__contact .brocheFrame label p {
	line-height: 1.5;
	text-align: left;
	white-space: normal;
}
.section__contact .brocheFrame label img {
	display: block;
	margin: 10px auto 20px;
}
.section__contact .brocheFrame label input {
	display: inline-block;
	position: relative;
	margin: 0 3px 0 0;
	width: 13px;
	height: 13px;
	border: 1px solid #707070;
	background: #fff;
	vertical-align: middle;
}

/* table */
.section__contact .mailform {
	margin: 10px auto;
	width: 100%;
	max-width: 940px;
	line-height: 1.7;
	border-bottom: 1px solid #ccc;
}

.section__contact #mailformpro .mailform dt,
.section__contact #mailformpro .mailform dd {
	padding: 10px;
	border-top: 1px solid #ccc;
}

.section__contact #mailformpro .mailform dt {
	position: relative;
	background: #f3ebc6;
	font-weight: bold;
}

.section__contact #mailformpro .mailform dt .note {
	display: inline-block;
	font-weight: normal;
	margin: 0 0 0 5px;
}

.section__contact .mailform .must {
	position: absolute;
	top: 9px;
	right: 15px;
	line-height: 1.6;
	background: #fe6b5c;
	padding: 1px 11px;
	border-radius: 5px;
	font-size: 1.3rem;
	font-weight: normal;
}

.section__contact .mailform input,
.section__contact .mailform select,
.section__contact .mailform textarea {
	padding: 3px;
	background: #fff;
	border: 1px solid #707070;
}

.section__contact .mailform input[type="checkbox"] {
	margin: 0 3px 0 0;
}

.section__contact .mailform input.txt_max,
.section__contact .mailform textarea.txt_max {
	width: 100%;
}

.section__contact .mailform textarea {
	height: 100px;
}

.section__contact .mailform .input_name label {
	margin: 0 !important;
}

.section__contact #mailformpro .mailform dd.col2 label {
	display: block !important;
}

.section__contact #mailformpro .mailform dd.col2 label + label {
	margin: 10px 0 0 !important;
}

.section__contact .mailform .input_name label span,
.section__contact .mailform .input_zip label span,
.section__contact .mailform .input_address label span {
	display: inline-block;
	width: 30px;
	font-size: 1.1rem;
}

.section__contact .mailform .input_name label input {
	width: calc(100% - 30px);
}

.section__contact .mailform .input_zip label input {
	width: 60px;
}

.section__contact .mailform .input_address label span {
	display: block;
	width: auto;
	text-align: left;
}

.section__contact .mailform .input_address label {
	display: block !important;
	margin: 0 !important;
}

.section__contact .mailform .input_address label + label {
	margin-top: 10px !important;
}

.section__contact .mailform .input_address label input {
	max-width: 100%;
}

.section__contact .mailform .input_tel input {
	width: 75px;
}

.section__contact a {
	color: #fff;
	text-decoration: underline;
}

.section__contact a:hover {
	color: #ffd900;
}

.section__contact .btn_zip {
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 0 10px;
	font-size: 1.3rem;
	width: auto;
	height: 30px;
	line-height: 32px;
	background: #7ebd10;
	text-decoration: none;
	text-align: center;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
	cursor: pointer;
}

.section__contact .btn_zip:hover {
	color: #fff;
}

.section__contact .mfp_buttons button {
	display: inline-block;
	background: #ae9f6f;
	border: none;
	border-radius: 16px;
	color: #fff;
	cursor: pointer;
	font-size: 1.6rem;
	margin: 20px auto 0;
	padding: 0;
	width: 172px;
	height: 34px;
	line-height: 34px;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
}

.section__contact .mfp_buttons button + button {
	margin: 20px auto 0;
}

.section__contact .mfp_buttons button:hover {
	opacity: .7;
}

@media only screen and (max-width: 767px) {
	.section__contact .mailform input.tab-txt_max,
	.section__contact .mailform textarea.tab-txt_max {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.section__contact .mailform input.sp-txt_max,
	.section__contact .mailform textarea.sp-txt_max {
		width: 100%;
	}
}


/* ----------------------------------------------------
 more than 641px
------------------------------------------------------ */
@media only screen and (min-width: 641px) {
	/* ------------------------------
	  LOWER - COMMON STYLES
	------------------------------ */
	/* frame01 */
	.frame01 .colWrap {
		margin: 0 0 4.5%;
		padding: 3.5% 0;
	}

	.frame01 .txtFrame {
		flex: 1 1 73%;
		margin: 0;
		padding: 0 40px 0 0;
	}

	.frame01 .txtFrame .title {
		margin: 0 0 6%;
		font-size: 24px;
		font-size: 2.4rem;
	}

	.frame01 .txtFrame .title .btn_about {
		float: none;
		margin: 0 0 0 32px;
		padding: 0 15px 0 25px;
		font-size: 14px;
	}

	.frame01 .imgFrame {
		width: 27%;
	}

	/* frame02 */
	.frame02 .box {
		margin: 0;
		width: 33.3%;
	}

	.frame02:after {
		content: "";
		display: block;
		width: 33.3%;
	}

	/* ------------------------------
	  INQUIRY SECTION (common)
	------------------------------ */
	.section__inquiry .box + .box {
		margin-top: 0;
	}

	.section__inquiry .box .txt {
		margin: 0 0 15px;
		font-size: 14.5px;
		text-align: left;
	}

	.section__inquiry .box .tel,
	.section__inquiry .box .mail {
		padding-left: calc(5.66vw + 10px);
		font-size: 3.6vw;
		letter-spacing: 2px;
	}

	.section__inquiry .box .tel:before,
	.section__inquiry .box .mail:before {
		top: -0.58vw;
		width: 5.66vw;
		height: 4.16vw;
		background-size: 5.66vw auto;
	}

	.section__inquiry .box .sub {
		font-size:1.8vw;
	}

	/* ------------------------------
	  TOP PAGE
	------------------------------ */
	.pg_top main {
		padding: 15px 0 0;
	}

	/* news*/
	.pg_top .section__news li {
		padding: 20px 0;
	}

	.pg_top .section__news a {
		display: inline;
		padding: 0;
	}

	.pg_top .section__news a:before {
		display: none;
	}

	.pg_top .section__news .date,
	.pg_top .section__news .txt {
		display: inline;
	}

	.pg_top .section__news .date {
		width: 115px;
	}

	.pg_top .section__news .txt {
		flex: 1 1 auto;
		padding: 0 0 0 20px;
	}

	.pg_top .section__news .txt .cat {
		position: relative;
		left: auto;
		top: auto;
		margin: 0 20px 0 0;
		width: 120px;
		height: 20px;
		line-height: 21px;
		font-size: 14px;
		border-radius: 4px;
	}

	/* intro */
	.pg_top .section__intro {
		background-size: contain, auto auto;
	}

	.pg_top .section__intro .txtFrame {
		flex: 1 1 60%;
		padding: 0 7.14% 0 0;
		letter-spacing: .5px;
	}

	.pg_top .section__intro .imgFrame {
		margin: 0;
		width: 40%;
	}


	/* service */
	.pg_top .section__service .box {
		margin: 0;
		border-right: 0;
	}

	.pg_top .section__service .box:nth-child(4),
	.pg_top .section__service .box:nth-child(5) {
		border-top: 0;
	}

	.pg_top .section__service .colWrap:after {
		width: calc(33.3% - 1px);
		border-left: 1px solid #ccc;
	}

	.pg_top .section__service .box:nth-child(3) {
		border-right: 1px solid #ccc;
	}

	/* works*/
	.pg_top .section__works .box {
		margin-bottom: 50px;
		width: calc(33.3% - 12px);
	}

	.pg_top .section__works .cap {
		margin: 10px 0 0;
		font-size: 1.6rem;
	}

	/* schedule */
	.pg_top .section__schedule .scheduleFrame {
		margin-bottom: 4%;
	}

	.pg_top .section__schedule dt {
		width: calc(21.6% + 10.834vw);
		font-size: 1.8rem;
	}

	.pg_top .section__schedule dt:before {
		top: 0;
		margin-top: 0;
		width: 10.834vw;
		height: 10.834vw;
		line-height: 10.834vw;
		font-size: 5vw;
	}

	.pg_top .section__schedule dd {
		margin: 0 0 0 4vw;
		padding: 35px 0;
		line-height: 1.8;
		width: 67.4%;
		min-height: 15em;
	}

	.pg_top .section__schedule .scheduleFrame:last-child dd {
		/* padding-bottom: 0; */
	}

	.pg_top .section__schedule dd:before,
	.pg_top .section__schedule dd:after {
		bottom: auto;
		width: 28px;
		height: 28px;
		margin-left: -14px;
		left: calc(-4vw - 5.417vw);
	}

	.pg_top .section__schedule dd:before {
		top: calc(50% + 5.417vw);
		margin-top: -28px;
	}

	.pg_top .section__schedule dd:after {
		top: calc(50% + 5.417vw);
		margin-top: 28px;
	}


	/* ------------------------------
	  ABOUT PAGE
	------------------------------ */
	.pg_about .section__about .ttl_s {
		margin-top: 12%;
	}

	.pg_about .section__service .imgFrame {
		width: 32%;
	}

	.pg_about .section__service .imgFrame:before {
		display: none;
	}

	.pg_about .section__service .txtFrame {
		margin: 0;
		padding: 0 0 0 30px;
		width: 68%;
		max-width: 620px;
	}

	.pg_about .section__service ol li a {
		padding-left: 55px;
		font-size: 2.2vw;
	}

	/* ------------------------------
	  DETAIL PAGE
	------------------------------ */
	.pg_detail .breadClumb ul {
		padding-top: 6.5%;
	}

	/* detail */
	.pg_detail .section__detail .detailFrame {
		counter-increment: idx;
		padding: 3% 0 1.5% 65px;
	}

	.pg_detail .section__detail .detailFrame .title {
		position: relative;
		margin: 0 0 30px -65px;
		padding: 0 0 0 65px;
		font-size: 3.0rem;
	}

	.pg_detail .section__detail .detailFrame .title:before {
		width: 65px;
		line-height: 1.2;
		font-size: 3.6rem;
	}

	.pg_detail .section__detail .detailFrame .galleryBox .box {
		margin: 0 12px 10px;
	}

	.pg_detail .section__detail .detailFrame .galleryBox .box:before {
		right: 10px;
		bottom: 10px;
		width: 27px;
		height: 27px;
	}

	.pg_detail .lb-container {
		padding: 4vw 1.6vw 1.6vw;
	}

	.pg_detail .lb-data .lb-close {
		right: 1.6vw;
		height: 4vw;
		line-height: 4vw;
	}

	.pg_detail .lb-data .lb-close:after {
		font-size: 20px;
	}


	/* access */
	.pg_detail .section__detail .access .mapFrame .map {
		height: 360px;
	}

	.pg_detail .section__detail .access dt,
	.pg_detail .section__detail .access dd {
		padding: 4px 0;
		font-size: 1.6rem;
	}

	.pg_detail .section__detail .access dt {
		margin: 0 15px 0 0;
		width: 95px;
	}

	.pg_detail .section__detail .access dd {
		width: calc(100% - 120px);
	}

	.pg_service .title_center {
		font-size: 30px;
	}

	.pg_service .section_inner {
		padding: 4% 0 4.5%;
	}

	/* ------------------------------
	  SERVICE PAGE
	------------------------------ */
	/* arrangements*/
	.pg_service .section__arrangements .box {
		padding: 0 50px;
		letter-spacing: .03em;
	}

	.pg_service .section__arrangements .box .title {
		margin: 0 0 4.5% -50px;
		padding: 0 50px;
		font-size: 22px;
	}

	.pg_service .section__arrangements .box .title:before {
		top: -4px;
		width: 38px;
		height: 38px;
		border-width: 3px;
	}

	.pg_service .section__arrangements .box .title_s {
		font-size: 22px;
	}


	/* ------------------------------
	  INQUIRY PAGE
	------------------------------ */
	.section__contact .ttl_s + .txt {
		margin-top: 70px;
		padding: 0 15px;
	}

	.section__contact .brocheFrame {
		margin: 40px auto;
		max-width: 850px;
	}
	.section__contact .brocheFrame .box {
		width: calc(16.6666666667% - 33.66px);
		max-width: 108px;
	}

	.section__contact .mailform {
		margin: 40px auto;
	}

	.section__contact #mailformpro .mailform dt,
	.section__contact #mailformpro .mailform dd {
		padding: 15px 20px;
	}

	.section__contact #mailformpro .mailform dt {
		padding: 15px 3%;
		width: 210px;
		font-size: 1.4rem;
	}

	.section__contact #mailformpro .mailform dd {
		width: calc(100% - 210px);
	}

	.section__contact #mailformpro .mailform dd.col2 label {
		margin: 0 !important;
		width: 48%;
	}

	.section__contact #mailformpro .mailform dd.col2 label + label {
		margin: 0 !important;
	}

	.section__contact .mailform .must {
		top: 15px;
		font-size: 1.6rem;
	}

	.section__contact #mailformpro .mailform dt .note {
		display: block;
		margin: 0;
		line-height: 1;
	}

	.section__contact .mailform .input_address label span {
		display: inline-block;
		margin: 0 !important;
		width: 150px;
		font-size: inherit;
	}

	.section__contact .mailform .input_address label input {
		max-width: calc(100% - 150px);
	}

	.section__contact .input_tel input {
		width: auto;
	}

	.section__contact .btn_zip {
		margin: 0 0 0 35px;
		font-size: 1.4rem;
		padding: 0;
		width: 160px;
	}

	.section__contact .mfp_buttons button + button {
		margin: 0 0 0 80px;
	}
}

/* ----------------------------------------------------
 more than 768px
------------------------------------------------------ */
@media screen and (min-width: 768px) {
	/* ------------------------------
	  INQUIRY SECTION (common)
	------------------------------ */
	.section__inquiry .box .txt {
		font-size:1.8vw;
	}
}

/* ----------------------------------------------------
 more than 992px
------------------------------------------------------ */
@media screen and (min-width: 992px) {
	/* ------------------------------
	  TOP PAGE
	------------------------------ */
	/* schedule */
	.pg_top .section__schedule .scheduleFrame {
		margin-bottom: 4%;
	}

	.pg_top .section__schedule dt {
		font-size: 2.0rem;
	}

	.pg_top .section__schedule dd {
		padding: 6vw 0 6.7vw 0;
		line-height: 2;
	}

	.pg_top .section__schedule dd:before,
	.pg_top .section__schedule dd:after {
		width: 34px;
		height: 34px;
		margin-left: -17px;
	}

	.pg_top .section__schedule dd:before {
		margin-top: -34px;
	}

	.pg_top .section__schedule dd:after {
		margin-top: 34px;
	}


	/* ------------------------------
	  ABOUT PAGE
	------------------------------ */
	.pg_about .section__service ol li a {
		padding: .92vw 0 .92vw 75px;
		font-size: 2.0rem;
	}

	.pg_about .section__service ol li a:before {
		margin: -25px 0 0;
		width: 50px;
		height: 50px;
		line-height: 46px;
		font-size: 2.3rem;
	}

	/* ------------------------------
	  INQUIRY PAGE
	------------------------------ */
	.section__contact #mailformpro .mailform dt {
		padding: 15px 4%;
		width: 280px;
		font-size: 1.6rem;
	}

	.section__contact #mailformpro .mailform dd {
		width: calc(100% - 280px);
	}

	.section__contact .mailform .input_name label span,
	.section__contact .mailform .input_zip label span {
		width: 50px;
	}

	.section__contact .mailform .input_name label input,
	.section__contact .mailform .input_zip label input {
		width: calc(100% - 50px);
	}

}


/* ----------------------------------------------------
 more than 1201px
------------------------------------------------------ */
@media only screen and (min-width: 1201px) {
	/* ------------------------------
	  INQUIRY SECTION (common)
	------------------------------ */
	.section__inquiry .box {
		width: 43%;
		min-width: 430px;
	}

	.section__inquiry .box .txt {
		font-size: 1.8rem;
	}

	.section__inquiry .box .tel,
	.section__inquiry .box .mail {
		padding: 0 0 0 78px;
		font-size: 3.6rem;
	}

	.section__inquiry .box .tel:before,
	.section__inquiry .box .mail:before {
		top: -7px;
		width: 68px;
		height: 50px; background-size: 68px auto;
	}

	.section__inquiry .box .sub {
		font-size: 1.8rem;
	}

	/* ------------------------------
	  TOP PAGE
	------------------------------ */
	.pg_top .section__schedule dt:before {
		font-size: 60px;
		width: 130px;
		height: 130px;
		line-height: 130px;
	}

	.pg_top .section__schedule dt {
		width: calc(21.6% + 130px);
	}

	.pg_top .section__schedule dd {
		margin-left: 50px;
		padding: 8.02% 0 8.9%;
	}

	.pg_top .section__schedule dd:before,
	.pg_top .section__schedule dd:after {
		margin-top: 0;
		left: calc(-50px - 65px);
	}

	.pg_top .section__schedule dd:before {
		top: 165px;
	}

	.pg_top .section__schedule dd:after {
		top: 235px;
	}

	/* ------------------------------
	  ABOUT PAGE
	------------------------------ */
	.pg_about .section__service ol li {
		margin: 0 0 6%;
	}

	.pg_about .section__service ol li a {
		padding: 11px 0 11px 75px;
	}

	/* ------------------------------
	  DETAIL PAGE
	------------------------------ */
	/* detail */
	.pg_detail .lb-container {
		padding: 50px 20px 20px;
	}

	.pg_detail .lb-data .lb-close {
		right: 20px;
		height: 50px;
		line-height: 50px;
	}

	/* ------------------------------
	  SERVICE PAGE
	------------------------------ */
	.pg_service .section__arrangements .arrangementsFrame {
		margin: 100px 0;
		padding: 84px 0;
	}
}
