
@charset "UTF-8";

html{
	font-size: 10px;
}
html.sp{
	font-size: 13px;
}

body{
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.6;
	overflow-x: hidden;
	/*letter-spacing: 1.5px;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; /* iPhoneだけ文字が大きくなる現象を防ぐ */
	/*font-feature-settings: "palt";*/ /* 文字詰め（フォントにカーニング情報が含まれる場合） */
}

h1{
	margin: 50px 0;
}

h2{
	font-size: 2rem;
	font-weight: bold;
	color: #e8a2a6;
	margin: 90px 0 30px;
}
html.sp h2{
	font-size: 1.8rem;
}

h3{
	font-size: 1.5rem;
	font-weight: normal;
	margin: 20px 0;
}

h4{
	font-size: 1.2rem;
	font-weight: normal;
	margin: 15px 0;
}

img{
	vertical-align: middle;
	max-width: 100%;
}

a{
	color: #000;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

a img{
	border-style: none;
	outline: none;
	transition: opacity 0.2s linear;
}
a:hover img{
	opacity: 0.7;
}

a.fade{
	display: inline-block;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

a.fade:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration:none;
}

header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	font-weight: bold;
	font-size: 1.6rem;
	box-sizing: border-box;
	width: 100%;
	min-width: 800px;
	padding: 5px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1000;
}
html.sp header{
	min-width: 0px;
	padding: 5px 20px 10px 0;
}
header .title,
header nav,
header nav .tel,
header nav .bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .title{
	max-width: calc(50% - 50px);
}
html.sp header .title{
	max-width: none;
	z-index: 1200;
}
html.sp header .title img[src*="/title."]{
	width: 240px;
}
header .title p{
	font-size: 1.4rem;
	margin-right: 10px;
	white-space: nowrap;
}
html.sp header .title p{
	display: none;
}
header nav{
	width: calc(50% + 50px);
}
html.sp header nav{
	flex-direction: column;
	justify-content: flex-start;
	position: fixed;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0px;
	padding: 140px 0 0;
	opacity: 0;
	transition: opacity 0.3s linear;
	pointer-events: none;
	z-index: 1100;
}
html.sp header #nav_open:checked + nav{
	opacity: 1;
	pointer-events: unset;
}
header nav .right{
	width: 395px;
	max-width: 40vw;
	min-width: 320px;
}
html.sp header nav .right{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: none;
	min-width: auto;
}
header nav a{
	text-decoration: none;
	color: #000;
	transition: color 0.2s linear;
}
html.sp header nav a{
	display: block;
	width: auto;
	margin: 0 0;
	padding: 20px 0;
}
header nav a:hover{
	color: #c79095;
	text-decoration: none;
}
header nav a.items{
	display: block;
	text-align: center;
	letter-spacing: 2px;
	box-sizing: border-box;
	min-width: 100px;
	height: 100px;
	border-radius: 100px;
	padding-top: 37px;
	background-color: #E0828B;
	color: #fff;
	transition: opacity 0.2s linear;
}
header nav a.items:hover{
	opacity: 0.7;
}
html.sp header nav a.items{
	color: #000;
	background-color: transparent;
	height: auto;
}
header nav .tel{
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
html.sp header nav .tel{
	flex-direction: column;
	order: 2;
	width: 100%;
	padding: 50px 0 0;
}
html.sp header nav .tel img[src*="/tel1."]{
	height: 36px;
}
html.sp header nav .tel img[src*="/tel2."]{
	height: 15px;
}
html.sp header nav .bottom{
	flex-direction: column;
	width: 100%;
}
header .knob,
header #nav_open{
	display: none;
}
html.sp header .knob{
	display: block;
	margin-right: 20px;
	z-index: 1200;
}
html.sp header .knob img{
	width: 50px;
}

.header_height{
	height: 110px;
}

footer{
	text-align: center;
	margin: 100px auto 80px;
}
footer hr{
	border: none;
	border-top: 1px solid #000;
	width: 90px;
	margin: 0 auto 50px;
}
footer .coryright{
	display: inline-block;
	margin-right: 15px;
}
html.sp footer .coryright{
	margin-right: 0;
}

.page_width{
	max-width: 90%;
	width: 940px;
	margin: 0 auto;
}

.contents{
}



/* PC用 ******************************************************************************************* */

@media (min-width: 741px) {

}


/* スマホ用 */
@media (max-width: 740px) {
	header{
	}

	nav.global{
	}

	footer{
	}
}

/* スマホ用 縦向 */
@media (max-width: 420px) and (orientation: portrait) {
}

/* スマホ用 横向 */
@media (max-width: 740px) and (orientation: landscape) {
}





