@charset "utf-8";
@font-face {
}
/*--------------------------------------------------------------------
common
--------------------------------------------------------------------*/

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing:border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing:border-box;
}

html{
    overflow-y: scroll;
	height: 100%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	padding: 0;
	margin: 0;
}

ol, ul{
	box-sizing:border-box;
}

table{
	width:100%;
    border-collapse: collapse; 
    border-spacing:0;
	box-sizing:border-box;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

br {
	letter-spacing:0;
}

img {
	width: 100%;
	height: auto;
	border: 0;
	vertical-align:bottom;
}

#spLinkBlockInPc {
    display:none;
}

body {
	letter-spacing:0.1em;
	background:#fff;
	/*font-size:0.95em;*/
	/*文字サイズの自動調整を無効*/
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-size: clamp(13px,1.3vw,20px);
	position: relative;
	background-color: #ffffff;
    background-image: linear-gradient(90deg, #ffffff 50%, #faf0e6 50%);
	color: #235384;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}


a:link,a:visited {
	text-decoration:none;
	overflow:hidden;
}

a:hover {
	text-decoration:none;
	color:#8ab2ed;
}

a img {
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;	
}

a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
@media (max-width: 1000px){
	body {
		font-size: 1.7vw;
	}
}
@media (max-width: 680px){
	body {
		font-size: 2.3vw;
	}
@media (max-width: 480px){
	body {
		font-size: 2.6vw;
	}
}
@media (max-width: 380px){
	body {
		font-size: 2.8vw;
	}
}
}
@media (min-width: 599px){
a[href^="tel:"] {
    pointer-events: none;
}
}

ul {
	list-style-type:none;
}

/*p
***************************************/
@media (max-width: 680px){
	html{
		font-size: 90%;
	}
}
/*mapのスタイル
***************************************/
.map {
	/*position: relative;
	padding-bottom: 30%;
	padding-top: 30px;
	overflow: hidden;*/
}

.map iframe,
.map object,
.map embed{
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	/*height: 100%;*/
}

@media (max-width: 680px){
.map iframe {
	width: 100% !important;
}
}