@charset "UTF-8";

/* youtube
----------------------------------------------- */

.section .youtube {
    margin: 34px auto 60px !important;
    max-width: 800px;
}
.section .youtube > div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.section .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* お問い合わせ
----------------------------------------------- */

h2.box-hdg-a.diff-center {
	margin-bottom: 32px;
	text-align: center;
}

.lyt-contact-a .list-a {
	padding-left: 0;
	display: flex;
}

.lyt-contact-a .list-a > li {
	width: 100%;
	padding-left: 0;
	display: flex;
	flex-direction: column;
}

.lyt-contact-a .list-a > li:before {
	display: none;
}

.lyt-contact-a .list-a a {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	background: #fff;
	color: #a10c20;
	box-shadow: 0 1px 2px rgba(0,0,0,.18);
	border: 1px solid #a10c20;
	text-decoration: none;
}

.lyt-contact-a .list-a a:hover {
	background: #f6cfd3;
}

.lyt-contact-a > .col {
	display: flex;
}

.lyt-contact-a > .col ul {
	flex-grow: 1;
}

.lyt-contact-a .notes-a {
	font-size: 1.2rem;
	margin-top: 12px;
	line-height: 1.6;
}

.lyt-contact-a > .col+.col {
	padding-left: 32px;
}

@media only screen and (max-width:767px){
	.lyt-contact-a > .col+.col {
		padding-left: 0;
	}

	.lyt-contact-a .list-a a {
		padding: 2em;
	}
}

    .mt-10 {
        margin-top: 10px!important;
    }
    .list-order-a+p {
       margin-top: 10px!important; 
    }

.mt-0 {
    margin-top: 0!important;
}
.mt-05 {
    margin-top: 5px!important;
}
.mt-10 {
    margin-top: 10px!important;
}
.mt-15 {
    margin-top: 15px!important;
}
.mt-20 {
    margin-top: 20px!important;
}
.mt-25 {
    margin-top: 25px!important;
}
.mt-30 {
    margin-top: 30px!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mb-05 {
    margin-bottom: 5px!important;
}
.mb-10 {
    margin-bottom: 10px!important;
}
.mb-15 {
    margin-bottom: 15px!important;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.mb-25 {
    margin-bottom: 25px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.ml-0 {
    margin-left: 0!important;
}
.ml-05 {
    margin-left: 5px!important;
}
.ml-10 {
    margin-left: 10px!important;
}
.ml-15 {
    margin-left: 15px!important;
}
.ml-20 {
    margin-left: 20px!important;
}
.ml-25 {
    margin-left: 25px!important;
}
.ml-30 {
    margin-left: 30px!important;
}
.mr-0 {
    margin-right: 0!important;
}
.mr-05 {
    margin-right: 5px!important;
}
.mr-10 {
    margin-right: 10px!important;
}
.mr-15 {
    margin-right: 15px!important;
}
.mr-20 {
    margin-right: 20px!important;
}
.mr-25 {
    margin-right: 25px!important;
}
.mr-30 {
    margin-right: 30px!important;
}
