@charset "utf-8";

/*---------------------------------------------

contactスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼共通PC */
#pagetitle {
	width: 800px;
	margin: 100px auto 110px auto;
}

h1 {
	font-size: 48px; font-size: 4.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 35px;
}

/* ▼telareaPC */
#telarea {
	border-top: solid 1px #c9caca;
	border-bottom: solid 1px #c9caca;
	padding: 60px 0 75px 0;
}

.tel_icon {
	width: 151px;
	margin: 0 auto 40px auto;
}

.tel_icon  img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.soudan {
	text-align: center;
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	margin-bottom: 25px;
}

.teltxt {
	text-align: center;
	font-size: 48px; font-size: 4.8rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
}

.teltxt a {
	text-decoration: none;
	color: #000;
}

/* ▼accessPC */
#access {
	border-bottom: solid 1px #c9caca;
	padding: 65px 0 70px 0;
	margin-bottom: 120px;
}

#access h2 {
	font-size: 30px; font-size: 3.0rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
}

.addtxt1 {
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 2;
}

.addtxt2 {
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 2;
	margin-bottom: 30px;
}

.gmap {
	width: 700px;
	margin: 0 auto;
}

}

@media only screen and (max-width: 767px) {

/* ▼共通SP */
#pagetitle {margin: 14vw auto 18vw auto;}

h1 {
	font-size: 9vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 8vw;
}

/* ▼telareaSP */
#telarea {
	border-top: solid 1px #c9caca;
	border-bottom: solid 1px #c9caca;
	padding: 12vw 0 10vw 0;
}

.tel_icon {
	width: 36%;
	margin: 0 auto 7vw auto;
}

.tel_icon  img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.soudan {
	text-align: center;
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	margin-bottom: 3.5vw;
	line-height: 1.6;
}

.teltxt {
	text-align: center;
	font-size: 11vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
}

.teltxt a {
	text-decoration: none;
	color: #000;
}

/* ▼accessSP */
#access {
	border-bottom: solid 1px #c9caca;
	padding: 12vw 0 12vw 0;
	margin-bottom: 16vw;
}

#access h2 {
	font-size: 7vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 10vw;
}

.addtxt1 {
	text-align: center;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	margin-bottom: 6vw;
}

.addtxt2 {
	text-align: center;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	margin-bottom: 10vw;
}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30vw;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

}
