@charset "UTF-8";


.en{
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: -.02em;
}
.roboto{
	font-family: 'Roboto', sans-serif;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
	font-size: 62.5%;
}
body{
	font-family: 'Noto Sans JP', 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	font-size: 1.4rem;
	letter-spacing: .05em;
	color: #444;
	position: relative;
	line-height: 1;
	-webkit-text-size-adjust: 100%;

}
main{
	display: block;
	position: relative;
}

img{
	border:none;
	-webkit-backface-visibility: hidden;
}
ul,ol{
	list-style: none;
}
li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #4f342c;
	transition: .3s all ease;
}

.pic img,
.pic picture,
.pic source,
.pic a{
	display: block;
	width: 100%;
}
.pic img{
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
table{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.bold{
	font-weight: 700 !important;
}
.medium{
	font-weight: 500 !important;
}
.outer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.inner{
	padding-left: 98px;
	padding-right: 98px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
input,
select,
textarea{
	font-family: 'Noto Sans JP', 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border: none;
	border-radius: 0;
	font-size: 1.4rem;
}
table{
	border-collapse: collapse;
	table-layout: fixed;
}
.parag{
	line-height: 2.1875;
	font-weight: 500;
}
.opacity{
	transition: .3s ease opacity;
}
.opacity:hover{
	opacity: .6;
}
body.opened{
	overflow: hidden;
}
body.opened:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 99998;
}


/* ++++++++++++++++++++仮サイトのスタイル+++++++++++++++++++++ */
main{
	width: 100%;
	min-height: 100vh;
	min-height: 550px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 2;
	background: #f9f4f1;
	padding: 40px 20px;
}
main>p>a{
	text-decoration: underline;
	color: #978177;
	display: inline-block;
	margin: 1em 0 3em;
}
main>p>a:hover{
	text-decoration: none;
}
h1{
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	margin-top: .5em;
}
h1 span{
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	padding-top: .7em;
}
main ul:nth-of-type(2){
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 3em;
	width: 100%;
}
main ul:nth-of-type(2) li{
	padding: 0 1em;
	width: 50%;
	max-width: 360px;
	height: 60px;
}
main ul:nth-of-type(2) li a{
	display: flex;
	width: 100%;
	height: 100%;
	border: 1px solid #978177;
	background: #978177;
	color: #fff;
	font-size: 1.6rem;
	justify-content: center;
	align-items: center;
	letter-spacing: .1em;
	transition: .3s all ease;
}
main ul:nth-of-type(2) li a:hover{
	color: #978177;
	background: transparent;
}
main ul:nth-of-type(1) li{
	text-align: center;
}
main ul:nth-of-type(1) li h3{
	font-size: 1.6rem;
	margin-bottom: 1em;
	letter-spacing: -.05em;
}
main ul:nth-of-type(1) li:nth-of-type(1){
	margin-bottom: 2em;
}
h2{
	margin: 4em auto 1em;
	font-size: 1.7rem;
	font-weight: 500;
}
.googlemap{
	margin-top: .5em !important;
}
.googlemap:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 8px solid #978177;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin-left: 1em;
}
.msg{
	line-height: 1.5;
	padding: .5em 1em;
	color: #fff;
	background: #978177;
	margin-bottom: 1em;
	font-weight: 500;
	letter-spacing: .1em;
}

/*++++++++++++++++++++++++++++++++ 
	mobile style
 +++++++++++++++++++++++++++++++++*/

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

	.inner{
		width: 100%;
		padding: 0;
	}
	.outer{
		width: 100%;
	}

	main{
		min-height: 100%;
		padding: 20px;
	}
	h1{
		font-size: 2.2rem;
	}
	h1 span{
		font-size: 1.2rem;
	}
	main ul:nth-of-type(2){
		display: block;
		margin: 0 auto 1em;
	}
	main ul:nth-of-type(2) li{
		width: 100%;
		max-width: 360px;
		padding: 0 0 1em;
		margin: 0 auto;
	}
	main ul:nth-of-type(2) li a{
		font-size: 1.4rem;
	}
	h2{
		font-size: 1.6rem;
		margin-top: 2em;
	}
	.googlemap{
		margin-top: .5em !important;
		margin-bottom: 0 !important;
	}
	.googlemap:after{
		border-left: 6px solid #978177;
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
	}
	p{
		text-align: center;
	}
	main ul:nth-of-type(1) li h3{
		font-size: 1.4rem;
	}
}












@media screen and (max-width: 768px){
	.sp-none{
		display: none !important;
	}
}
@media screen and (min-width: 769px){
	.pc-none{
		display: none !important;
	}
	.pc-event-none{
		pointer-events: none;
	}
}

