@charset "utf-8";

/* 共通
------------------------------------------------ */
.new-contents {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing:border-box;
}
.new-contents img {
	max-width:100%;
	height:auto;
	outline:none;
}

/* TOP
------------------------------------------------ */
.idx-pickup {
	padding: 24px 0;
	background: #f7f7f7;
}
.idx-pickup-item .inr {
	position: relative;
	display: block;
	background: #FFF;
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,.2);
	text-align: center;
}
.idx-pickup-item .inr:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: #e5002d transparent transparent transparent;
	top: 0;
	left: 0;
}
.idx-pickup-item .desc {padding: 24px;}
.idx-pickup-item .ttl {
	margin-bottom: .5em;
	font-size: 20px;
	font-weight: bold;
	color: #e5002d;
}
.idx-pickup-item .txt {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
}
.idx-pickup-item .thumb {position: relative;}
.idx-pickup-item .thumb img {vertical-align: bottom;}
.idx-pickup-item a img:hover {
 	top:0;
 	left:0;
}
.idx-pickup-item .thumb .link {
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 0;
	padding: .75em 1.5em;
	background: #e5002d;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
}
.idx-pickup-item .thumb .link i {margin-left: .5em;}

.idx-covid {
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
	border: 4px solid #00b9ef;
}
.idx-covid .ttl {
	padding: .5em;
	background: #00b9ef;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
}
.idx-covid .txt {margin-bottom: 1.5em;}
.idx-covid .desc {padding: 16px;}
.idx-covid .desc .list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.idx-covid .desc .list li {text-align: center;}
.idx-covid .desc .list li img {
	width: 96px;
	height: auto;
}
.transfer{
	height: 100%;
}
.transfer.inr {
	background: #f2f2f2;
}
.transfer .desc {
	background: #fff;
}
.transfer .desc p:not(.ttl) {
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}
.transfer .thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	padding-top: 0;
}
.transfer .thumb > div {
	padding: 1em;
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width:768px) {
	.idx-pickup-item:not(:last-child) {margin-bottom: 24px;}
	
	.idx-covid .desc .list li:nth-child(odd) {margin-right: 24px;}
	.idx-covid .desc .list li:nth-child(-n+2) {margin-bottom: 16px;}
}
@media screen and (min-width:769px) {
	.idx-pickup {padding: 48px 0;}
	.idx-pickup-box {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.idx-pickup-item {
		width: calc(33.33333% - 48px / 3);
		margin-bottom: 24px;
	}
	.idx-pickup-item:not(:nth-child(3n)) {margin-right: 24px;}
	
	.idx-covid {margin: 32px auto 0;}
	.idx-covid .ttl {font-size: 22px;}
	.idx-covid .txt {text-align: center;}
	.idx-covid .desc {padding: 24px 40px;}
	.idx-covid .desc .list li:not(:last-child) {margin-right: 32px;}
	.idx-covid .desc .list li img {width: 112px;}
}

/* 下層共通
------------------------------------------------ */
.main-ttl h2 {margin-left: 0;}
.main-ttl .ttl {white-space: nowrap;}
.main-ttl .txt {
	font-size: 20px;
	font-weight: bold;
}
.cm-sec {margin-top: 40px;}

@media screen and (min-width:769px) {
	.main-ttl {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.main-ttl .ttl {margin-right: 1em;}
	.main-ttl .txt {font-size: 24px;}
	.cm-sec {margin-top: 48px;}
}

/* 全館空調
------------------------------------------------ */
.zenkan-item {margin-bottom: 40px;}
.zenkan-item .ttl {
	margin-left: 0;
	margin-bottom: 1em;
	padding: .75em 1em;
	background: #FFE4FB;
	font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
@media screen and (max-width:768px) {
	.zenkan-item .thumb {
		margin-top: 24px;
		text-align: center;
	}
	.zenkan-item .thumb img {
		width: 270px;
		height: auto;
	}
}
@media screen and (min-width:769px) {
	.zenkan-item {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-bottom: 96px;
	}
	.zenkan-item .thumb {
		width: 30%;
		margin-right: 40px;
	}
	.zenkan-item .desc {flex: 1;}
}

/* 隠ぺい配管
------------------------------------------------ */
.inhai-item .desc {
	position: relative;
	padding: 16px;
	background: #FFE4FB;
	border: 2px solid #111;
	border-radius: 8px;
	font-weight: bold;
	text-align: center;
}
.inhai-item .desc:before,
.inhai-item .desc:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
}
.inhai-item .desc:before {
	left: calc(50% - 12px);
	bottom: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 12px 0 12px;
	border-color: #111 transparent transparent transparent;
}
.inhai-item .desc:after {
	left: calc(50% - 10px);
	bottom: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 10px 0 10px;
	border-color: #FFE4FB transparent transparent transparent;
}
.inhai-item .thumb {text-align: center;}
@media screen and (max-width:768px) {
	.inhai-item {margin-bottom: 40px;}
	.inhai-item .thumb img {
		width: 260px;
		height: auto;
	}
}
@media screen and (min-width:769px) {
	.inhai-box {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 96px;
	}
	.inhai-item {width: calc(50% - 64px / 2);}
	.inhai-item .desc {padding: 24px;}
}

/* MAIL FORM
------------------------------------------------ */
.mailform{
    margin: 30px 0;
    border-top: 3px solid #D30000;
}
.mailform dl{
    border-bottom: 1px dashed #707070;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    align-items: center;
}
.mailform dt {
    width: 350px;
    padding: 10px;
}
.mailform dt .must {
    background-color: #D30000;
	font-size: 0.8em;
	color: white;
    border-radius: 5px;
    padding: 5px;
}
.mailform dd {
}

.mailform dd .preferred li {
	background: #F7CD52;
	margin-bottom: 8px;
}
.mailform input,
.mailform textarea {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}

#mailformpro label {cursor: pointer;}
.mailform dd .rd-label {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 1.5em;
}
.mailform dd .rd-label input[type="radio"] {
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
}
.mailform dd label.mfp_checked {
    color: #000;
    font-weight: bold;
}
.mailform dd .mail-list li:not(:last-child) {margin-bottom: 1em;}

.select{
    display: inline-block;
    position: relative;
    border: 1px solid #707070;
    border-radius: 10px;
    width: 250px;
}
.select select {
    -webkit-appearance: none;
    appearance: none;
    padding: 15px 10px;
    padding-right: 1em;
    border: none;
    border-radius: 10px;
    outline: 0;
    width: 250px;
    font-size: 1.1em;
    background: #fff;
    background-image: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
}
.select::before {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #707070 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.select select::-ms-expand {
  display: none;
}

.mailform input[type="text"],
.mailform input[type="email"],
.mailform input[type="tel"]{
	padding: 15px 10px;
	border: 1px solid #707070;
    border-radius: 10px;
    width: 300px;
}
.mailform input[type="checkbox"]{
    padding: 15px 10px;
	border: 1px solid #707070;
    border-radius: 10px;
}
.mailform textarea {
	border: 1px solid #707070;
	height: 100px;
    width: 300px;
    border-radius: 10px;
    padding: 15px 10px;
}
.form-submit-btn button {
	display: block;
    margin: 48px auto 0;
	padding: 12px 1em;
	width: 240px;
	max-width: 400px;
    height: auto;
    background: #D30000;
	border: none;
	box-shadow: 0px 3px 6px rgba(0,0,0,.3);
	font-size: 18px;
	line-height: 1.4;
	color: white;
	cursor: pointer;
}
.form-submit-btn button:hover {
    opacity: .75;
    transition: 0.3s;
}
div.mfp_buttons {
	margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
div.mfp_buttons button {
	display: block;
	padding: 1em;
	border: 0;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	color: #fff
}
div.mfp_buttons button:hover {
	opacity: .7;
	filter:alpha(opacity=70)
}
div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button.mfp_element_submit,
div.mfp_buttons button#mfp_button_cancel,
div.mfp_buttons button.mfp_element_reset {
	width: calc(50% - 8px / 2);
	padding: 1em 1.5em;
}
div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button.mfp_element_submit {background: #e5002d;}
div.mfp_buttons button#mfp_button_cancel,
div.mfp_buttons button.mfp_element_reset {background: #999;}

div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url("../images/2011/mfp_loading.gif");
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}

#mfp_phase_confirm_inner {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
}
#mfp_phase_confirm_inner h4 {
	margin-left: 0;
	padding: .75em 1em;
}
#mfp_confirm_table th{
	padding: .5em 0;
	text-align: left;
}
#mfp_confirm_table td {padding: .5em 0 .5em 1em;}

.iframe-wrap {
	position: relative;
	width: 100%;
	height: 200px;
	overflow:auto; 
	-webkit-overflow-scrolling:touch;
	margin-bottom: 16px;
	border:2px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
.prv-notice {
	font-size: 13px;
	margin-top: .25em;
}

.privacy-ttl {
	margin-bottom: 1em;
	font-size: 20px;
}
.privacy-box dt {
	margin-bottom: .5em;
	font-weight: bold;
}
.privacy-box dd {
	margin-bottom: 1em;
	margin-left: 0;
}

.contact-tel {margin-top: 48px;}

@media screen and (min-width:769px) {
	.mailform dd .rd-type,
	.mailform dd .rd-service {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.mailform dd .rd-type li:not(:last-child),
	.mailform dd .rd-service li:not(:last-child) {margin-right: 2em;}
	
	.contact-tel {margin-top: 96px;}
}
@media screen and (max-width:770px) {
    .mailform dl{
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .mailform dt {
        width: 100%;
        padding: 0 0 10px 0;
    }
    .mailform dd {
        width: 100%;
    }
    .select{
        width: 250px;
    }
    .select select {
        width: 100%;
    }
    .mailform input[type="text"],
    .mailform input[type="email"],
    .mailform input[type="tel"]{
        width: 100%;
    }
    .mailform textarea {
        width: 100%;
    }
}


/* 汎用
------------------------------------------------ */
.txt-red {color: #E53333;}
.marker-yel {
    background: #f3e926c;
    background: -webkit-linear-gradient(transparent 70%, #f3e926 0%);
    background: linear-gradient(transparent 70%, #f3e926 0%);
    font-weight: bold;
}