@charset "utf-8";

* {
	margin:0px;
	padding:0px;
}
html,body {
	height:100%;
}
html {
    font-size: 62.5%;
}
body {
	font-size:1.6rem;
	line-height:1.6;
	background-color:#fffbf7;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", helvecia,sans-serif,sans-serif;
	color:#333333;
	position:relative;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
img {
	width: 100%;
	border:none;
	vertical-align: text-bottom;
}
li { list-style-type:none; }
a {
	outline:none;
	font-style:normal;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:link ,
a:visited ,
a:hover ,
a:active {
	text-decoration:none;
}
::selection {
    background: #f47160;
    color: #fff;
}
::-moz-selection {
    background: #f47160;
    color: #fff;
}
strong {
	font-family:"ヒラギノ角ゴ ProN W6";
}

@media screen and (min-width: 641px){
	.sp {
		display: none;
	}
}



#lang {
	position: fixed;
	right: 0;
	top:0;
	display: flex;
}
#lang a {
	color: #FFF;
	width: 80px;
	height: 50px;
	font-size: 1.5rem;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-family:'PT Sans', sans-serif;
	background: #da1a00;
}
#lang a:not(.current) {
	opacity: 0.7;
}
#lang .current {
	font-weight: 700;
	pointer-events: none;
}
@media screen and (max-width: 640px){
	#lang a {
		width: 60px;
		height: 44px;
	}
}



.logo {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 56px;
}
.text {
	font-size: 1.4rem;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight: bold;
	line-height: 1.86;
	margin-top: 16px;
}
@media screen and (min-width: 641px){
	.text {
		text-align: center;
	}
}
@media screen and (max-width: 640px){
	#intro {
		padding-left:6%; 
		padding-right:6%; 
	}
	.text {
		font-size: 1.4rem;
	}
	.logo {
		width: 88%;
		max-width: 240px;
		margin-top: 58px;
	}
}



#access {
	padding:60px 40px; 
	background: #f6efe7;
	margin-top: 60px;
}
.access_in {
	max-width: 898px;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.access_txt {
	width: 54%;
}
.access_logo {
	font-family:'PT Sans', sans-serif;
	font-size: 3.3rem;
	color: #4b230e;
	font-weight: 700;
	letter-spacing: 1px;
	padding:0 0 20px 0; 

}
.access_logo span {
	color: #da1a00;
}
.access_logo small {
	font-size: 0.65em;
	position: relative;
	top:-0.1em;
}
.access_lead {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight: bold;
	margin-bottom: 10px;
}
.access_address {
	font-size: 1.5rem;
	line-height: 2.1rem;
}
.access_tel {
	font-size: 1.9rem;
	line-height: 3.0rem;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight:bold;
	padding:10px 0 15px 0; 
}
.access_btn {
	margin: 20px 0 0 20px;	
}
.access_btn p {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	width: 260px;
}
.access_btn p + p {
	margin-top:15px;
}
.access_btn p a {
	color: #FFF;
	display: block;
	padding: 12px 10px;
	transition: 0.3s all;
}
.access_btn p a:hover {
	opacity: 0.85;
}
.access_btn-mail a {
	background: #da1a00;
}
.access_btn-about a {
	background: #533322;
}
.access_map {
	width: 43%;
	background: #eee;
	position: relative;
	padding-top: 326px;	
}
iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
}
@media screen and (max-width: 768px){
	.access_tel {
		font-size: 1.8rem;
		line-height: 2.9rem;
	}
	.access_btn {
		margin-left:0;	
	}
	.access_btn p {
		margin: auto;
	}	
}
@media screen and (max-width: 750px){
	#access {
		padding-left:6%; 
		padding-right:6%; 
		padding-top: 36px;
		padding-bottom: 40px;
	}
	.access_txt {
		width: 100%;
		text-align: center;
		padding-top: 0;
		padding-bottom: 40px;
	}
	.access_map {
		width: 100%;
	}	
}
@media screen and (max-width: 640px){
	#access {
		margin-top: 40px;
	}
	.access_logo {
		font-size: 2.3rem;
	}
	.access_address {
		font-size: 1.4rem;
		line-height: 2.0rem;
	}	
	.access_txt {
		padding-bottom: 30px;
	}
	.access_btn p {
		font-size: 1.4rem;
	}	
	.access_map {
		padding-top: 260px;
	}
}





.footer_copyright {
	font-size: 1.3rem;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4b230e;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
}