@charset "utf-8";
/* CSS Document */
body{
	background: url("../images/backimg.jpg")repeat-y;
	background-size: 100%;
	background-attachment: fixed;
	font-feature-settings: "palt" 1;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 2;
}
img{width: 100%;}
figure{line-height: 1;}
#wrap{
	width: 100%;
	max-width: 750px;
	margin: auto;
	background: #fff;
	box-shadow: 10px 0px 10px -10px rgb(0 0 0 / 20%), -10px 0px 10px -10px rgb(0 0 0 / 20%);
}
.font_min{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* access */
.access .add{
	max-width: 650px;
	margin: 50px auto 70px;
	font-size: 26px;
}
.access iframe{
	width: 100%;
	aspect-ratio: 16/9;
}

/* contact */
.contact{
	margin: auto;
	padding: 35px 0 80px;
	background: #F5F5F5;
}
.contact>div{
	max-width: 550px;
	margin: 0 auto;
	text-align: center;
}
.contact p{
    padding: 45px 0;
	border-bottom: 1px solid #E2E2E2;
    line-height: 1;
}
.contact_ttl {
	font-size: 36px;
	font-family: "Cormorant Garamond";
	/*letter-spacing: 1px;*/
}
.contact_tel{
	font-size: 30px;
}
.contact_tel img{
	width: 10%;
	max-width: 30px;
	margin-right: 30px;
}
.contact_mail{
	font-size: 30px;
}
.contact_mail img{
	width: 10%;
	max-width: 30px;
	margin-right: 30px;
}
#cmark{
	padding: 40px;
	background: #C30D23;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 1;
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/* SP */
@media screen and (max-width:750px) {

/* SP access */
.access .add {
    margin: 7% auto 10%;
    font-size: 3.5vw;
    width: 86.67%;
}

/* SP contact */
.contact {
    padding: 4.5% 0 10%;
}
.contact p {
    padding: 6vw 0;
}
.contact_ttl {
    font-size: 4.8vw;
}
.contact_tel {
    font-size: 4vw;
}
.contact_tel img {
    width: 10%;
    max-width: 15px;
    margin-right: 4%;
}
.contact_mail {
    font-size: 4vw;
}
.contact_mail img {
    width: 10%;
    max-width: 15px;
    margin-right: 4%;
}
#cmark {
    padding: 5%;
    font-size: 2.93vw;
}

}/*end*/