/*------------- リキャプチャ適用時ヘッダ崩れ対応 -------------*/
@media screen and (min-width:1145px) {
	.navbar > .container {
		position: relative;
	}
	#c_name{
		position: absolute;
		right: 0;
		top: 50px;
		margin-top: 0;
	}
	#c_name_e{
		position: absolute;
		right: 0;
		top: 80px;
	}
	.container_main{
		margin-bottom: 0 !important;
	}
}

@media screen and (min-width:992px)  and (max-width:1144px){
	.navbar > .container {
		position: relative !important;
	}
	#c_name{
		position: absolute;
		right: 0;
		top: 90px;
		margin-top: 0;
	}
	#c_name_e{
		position: absolute;
		right: 0;
		top: 120px;
	}
	.container_main{
		margin-bottom: 0 !important;
	}
}

@media screen and  (min-width:768px) and (max-width:991px){
	.navbar > .container {
		position: relative !important;
	}
	#c_name{
		position: absolute;
		right: 0;
		top: 90px;
		margin-top: 0;
	}
	#c_name_e{
		position: absolute;
		right: 0;
		top: 120px;
	}
	.headline01{
		margin-top: 110px;
	}
	.guidebook_sp{
		display: none;
	}
	.navbar-toggler-icon{
		width: 24px;
		height: 24px;
		background-image: url('../images/icon-contact-menu.png');
		background-size: cover;
	}
	.container_main{
		margin-bottom: 0 !important;
	}
}

@media screen and  (max-width:767px){
	.breadcrumb{
		margin-bottom: 30px;
	}
	.guidebook_sp{
		display: none;
	}

	.s_directory{
		display: none;
		border: 1px solid #eaa;
	}
	.navbar-toggler-icon{
		width: 24px;
		height: 24px;
		background-image: url('../images/icon-contact-menu.png');
		background-size: cover;
	}
}



/*-------------メールフォーム　インデックスページ-------------*/

.contact-radio-wrap{
    max-width: 412px;
    margin: 80px auto 80px;
}

@media screen and (max-width:767px) {
	.contact-radio-wrap{
        max-width: 100%;
        margin: 60px auto 60px;
    }
}


/* radio button */
.contact-radio-wrap input[type="radio"]{
    display: none;
}

.contact-radio-wrap input[type="radio"]:checked + label{
    color: #fff;
    background-color: #048704;
    border: 1px solid #048704;
}

.contact-radio-wrap .radio-label{
    display: block;
    padding: 12px 20px;
    margin-bottom: 12px;
    color: #048704;
    font-weight: 600;
    text-align: left;
    background-color: #c8e0c4;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #c8e0c4;
    transition: .2s all linear;
}

.contact-radio-wrap .radio-label:hover{
    margin-bottom: 12px;
    background-color: #fff;
    border: 1px solid #048704;
}

.contact-radio-wrap .radio-label span::before{
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 16px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #aaa;
    vertical-align: -4px;
}

.contact-radio-wrap input[type="radio"]:checked + label span::before{
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 16px;
    border-radius: 10px;
    background-color: #048704;
    border: 5px solid #fff;
    vertical-align: -4px;
}

/*  注意事項 */
.note-wrap{
    padding: 30px;
    text-align: center;
	background-color: #fff6de;
    margin-bottom: 50px;
}

.note-wrap strong{
    font-display: block;
    font-size: 1.25em;
}
.note-wrap p{
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .note-wrap{
        padding: 20px;
    }
	.note-wrap strong{
        font-display: block;
        font-size: 1em;
    }
    .note-wrap p{
        font-size: .9375em;
    }
}



/*-------------メールフォーム　ボタン追記-------------*/

.form-btn-wrap{
	text-align: center;
}

.form-btn-wrap .btn{
	display: inline-block;
	width: auto;
	margin: 0 auto;
	padding: 8px 24px 10px 24px;
	color: #fff;
    font-size: 1rem;
	border: 1px solid #048704;
	background-color: #048704;
	transition: .2s all linear;
	cursor: pointer;
}

.form-btn-wrap .btn-main:hover{
	color: #048704;
	background-color: #fff;
}

.form-btn-wrap .btn-sub{
	margin-top: 30px;
	color: #048704;
	border: 1px solid #048704;
	background-color: #fff;
	transition: .2s all linear;
}

.form-btn-wrap .btn-sub:hover{
	color: #fff;
	background-color: #048704;
}

.form-btn-wrap .btn-arrow-icon{
    position: relative;
    padding-left: 40px;
}

/* Arrow icon */
.form-btn-wrap .btn-arrow-icon::before{
    position: absolute;
    top: calc(50% - 5px);
    left: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    content:'';
}

.form-btn-wrap .btn-arrow-icon:hover::before{
    border-top: 2px solid #048704;
    border-right: 2px solid #048704;
}

@media screen and (max-width:767px) {
	.form-btn-wrap .btn-sub{
		margin-top: 20px;
	}
}


/* フォームカスタムテーブル */

dl.table_respansible {
	width: 1110px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 0;
}

dl.table_respansible dt{
	width: 555px;
}

dl.table_respansible dd{
	width: 555px;
}

.contact-group{
	display: flex;
}
.contact-group .contact-title{
	flex: 0 0 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #048704;
	font-weight: 600;
	background-color: #a3cc9d;
	border-right: 1px solid #ededed;
}

.contact-group dl{
	width: 100%;
}

.contact-group dl dt{
	width: calc(555px - 150px);
}

.contact-group dl dd{
	width: 555px;
}
.contact-group dl dt:first-child{
	border-top: none;
}
.contact-group dl dt:first-child + dd{
	border-top: none;
}
.contact-group dl dt:nth-of-type(4){
	border-bottom: none;
}
.contact-group dl dd:nth-of-type(4){
	border-bottom: none;
}


@media screen and (max-width:1155px) {
	dl.table_respansible {
	width: 900px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 0;
	}
	dl.table_respansible dt{
		width: 450px;
	}
	dl.table_respansible dd{
		width: 450px;
	}
	.contact-group .contact-title{
		flex: 0 0 100px;
	}
	.contact-group dl dt{
		max-width: calc(450px - 100px);
	}
	.contact-group dl dd{
		min-width: 450px;
	}
}

@media screen and (max-width:1000px) {
	dl.table_respansible {
	width: 700px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 0;
	}
	dl.table_respansible dt{
		width: 350px;
	}
	dl.table_respansible dd{
		width: 350px;
	}
	.contact-group .contact-title{
		flex: 0 0 100px;
	}
	.contact-group dl dt{
		max-width: calc(350px - 100px);
	}
	.contact-group dl dd{
		min-width: 350px;
	}
}


@media screen and (max-width:767px) {
	dl.table_respansible {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	dl.table_respansible dt{
		width: 100%;
	}
	dl.table_respansible dd{
		width: 100%;
	}
	.contact-group{
		display: flex;
		flex-direction: column;
		border-left: 5px solid #048704;
	}
	.contact-group .contact-title{
		flex: 0 0 100%;
		display: flex;
		padding: 1rem;
		border-right: none;
		border-top: none;
		border-bottom: 1px solid #ededed;
	}
	.contact-group dl dt{
		max-width: 100%;
		border-left: none;
	}
	.contact-group dl dd{
		min-width:100%;
	}
	.contact-group + dl{
		margin-bottom: 20px;
	}
}






