/*--------------------------------------------------------------
	■A.文字
--------------------------------------------------------------*/
html{
	font-size: 62.5%;
}

body {
	width: 100%;
    background-repeat: repeat;
    background-position: top;
    background-size:100%;
	margin: 0px auto;
	padding: 0px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;;
	font-size: 1.5rem;
	color: #231915;
	line-height: 1.5;
	/* letter-spacing: .05em; */
	background-color: #F3EDE7;
}

strong{
	font-weight:700;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}


/*--------------------------------------------------------------
	■B.リンク
--------------------------------------------------------------*/
a {
	color: #231915;
	outline: none;
	border-style: none;
	text-decoration: none;
	transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent; /* 強調をなくす */
}


a:hover{
	opacity: 0.3;
	transition: 0.3s ;
}

@media screen and (max-width:768px){
	a:hover{
		opacity: 1;
		transition:none ;
	}
	a:active{
		opacity: 1;
		transition:none ;
	}
}

/*--------------------------------------------------------------
	■C.共通定義
--------------------------------------------------------------*/
.container{
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

@media screen and (max-width:1080px) and (min-width:769px){
	.container{
		padding: 0 80px;
	}
}

@media screen and (max-width:768px) and (min-width:641px){
	.container{
		padding: 0 40px;
	}
}

@media screen and (max-width:640px) and (min-width:376px){
	.container{
		padding: 0 40px;
	}
}

@media screen and (max-width:640px) {
	.container{
		padding: 0 15px;
	}
}

@media screen and (min-width:769px){
	.pc_none{
		display: none !important;
	}
}
@media screen and (max-width:768px) and (min-width:641px){
	.tb_none{
		display: none !important;
	}
}
@media screen and (max-width:641px){
	.sp_none{
		display: none !important;
	}
}

.btn{
	overflow: hidden;
	position: relative;
	background-color: none;
	border: 1px solid #D1B184;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 324px;
	height: 70px;
	padding: 0 50px;
	color: #231915;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-radius: 8px;
	transition: all 0.3s;
}

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

