@charset "utf-8";

/* 定数 */
:root {
    --white: #fff;
	--black: #000;
    --light-grey: #eee;
    --light-green: #d5edeb;
    --green: #63dbd0;
    --brown: #403632;
    --light-brown: #A09085;
	--mincho: 'fot-tsukumin-pr6n', sans-serif;
	--gothic: 'fot-tsukubrdgothic-std', sans-serif;
}

/*-- 全体 --*/
*, ::before, ::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ul, ol {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

body {
	font-family: var(--gothic);
	font-size: 16px;
	color: var(--black);
	line-height: 1;
	background-color: var(--white);
}

img {
	max-width: 100%;
}

.sp {
	display: none !important;
}

.ssp {
	display: none !important;
}

/*-- フォントが読み終わってから表示する --*/
html {
  visibility: hidden;
}

html.wf-active, html.wfno-load {
  visibility: visible;
}

/*-- ヘッダー --*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	background-color: rgba(255,255,255,0.99);
	z-index: 10;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.header-inner {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-inner-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header-logo {
	display: block;
	width: 110px;
}

.header-text {
	font-family: var(--mincho);
	font-size: 14pt;
	padding-left: 20pt;
}

.btn-menu {
	position: fixed;
	right: 1rem;
	top: 1rem;
	z-index: 4;
	padding: 0;
	border: none;
	border-radius: 50%;
	transition: .4s;
	display: block;
	width: 70px;
	height: 70px;
}

#menu-panel {
	/* display: none; メンテナンス用 */
	position: fixed;
	top: 0;
	right: 0;
	z-index: 4;
	padding: 8rem 2rem 2rem;
	width: max(20vw, 20rem);
	height: 100vh;
	background-color: var(--brown);
	box-shadow: 0 0 1rem var(--brown);
	font-family: var(--gothic);
	translate: 100vw;
}

.menu-list li {
	margin: 1.5rem 0;
	text-align: left;
}

.menu-list a {
	color: #FFFFFF;
	font-size: 1.3rem;
}

/*-- body共通部分 --*/
.main {
	position: static;
	padding-top: 100px;
}

/* フッター */
.footer {
	margin-top: 100px;
}

.footer-site-menu {
	max-width: 800px;
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.site-menu-right{
	font-family: var(--gothic);
	font-weight: bold;
	background-color: #FF9900;
	font-size: 15pt;
	color: white;
	padding: 20px;
	border-radius: 5px;
}

.site-menu-right ul, li {
	display: flex;
	text-align: center;
	align-items: center;
	line-height: 25px;
	margin-left: 0;
	margin-right: 0;
}

.footer-mail{
	width: 20px;
}

.list-item::after {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	background-color: #CCCCCC;
	margin-top: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.list-end {
	margin-right: 20px;	
}

.info {
	display: flex;
	background-color: #FCF9F4;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	flex-direction: column;
}

.info-text {
	display: block;
	font-size: 15px;
	line-height: 25px;
}

.info-text p+p{
	margin-top: 10px;
}

.footer-inner {
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	padding-left: 40px;
	padding-right: 40px;
}

.footer-logo {
	display: block;
	width: 120px;
}

.footer-tel {
	font-size: 20px;
}

.footer-address {
	font-size: 14px;
	margin-top: 20px;
}

.copyright {
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main_image {
	position: relative;
}

.main_image img {
	width: 100%;
}

.foot01 .clearfix {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.foot01 .clearfix .logo {
	width: 125px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.foot01 .clearfix .link {
	margin-top: 30px;
}

.foot01 .clearfix .link ul, li {
	display: block;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.foot01 .clearfix .link a {
	text-align: center;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.foot02 {
	background-color: #fcf9f4;
}

.foot02 .area {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}

.foot03 .area {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.title01 {
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DF96A1;
	padding-bottom: 10px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.title02 {
	font-size: 16px;
}

.mt20 {
	margin-top: 20px;
}

::-moz-selection {
    background-color: #E197A2;
}

::selection {
	background-color: #E197A2;
}

.clearfix::after {
	content: '';  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	line-height: 0;
	font-size: 0em;
}

/*-- スマホ・タブレットデザイン設定 --*/
@media screen and (max-width : 800px){
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	#menu-panel {
		width: max(11vw, 11rem);
		padding-top: 4rem;
		padding-left: 1.2rem;
		paddin-right: 1.2rem;
	}
	
	.header {
		height: 50px;
	}
	
	.header-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.header-text{
		padding-left: 10px;
	}
	
	.header-logo {
		width: 55px;
	}
	
	.header-text {
		font-size: 10pt;
		line-height: 15pt;
	}

	.btn-menu {
		right: 1rem;
		top: 0.5rem;
		width: 35px;
		height: 35px;
	}
	
	.menu-list li {
		margin: 1rem 0;
	}
	
	.menu-list a {
		font-size: 1rem;
	}
	
	.list-item, .list-end {
		margin-bottom: 50px;
	}
	
	.main {
		padding-top: 50px;
	}
	
	.footer-logo{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer-site-menu {
		flex-direction: column;
	}
	
	.site-menu-left {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.site-menu-right-p{
		margin-top: 70px;
		margin-bottom: 100px;
	}
	
	.site-menu-right ul {
		flex-direction: column;
	}
	
	.site-menu-right li {
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.list-item::after {
		content: none;
	}
	
	.foot01 .clearfix .logo {
		float: left;
	}
	
	.foot01 .clearfix .link {
		float: right;
		margin-top: 10px;
	}
	
	.foot01 .clearfix .link ul, li {
		display: flex;
		align-items: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.foot01 .clearfix .link a {
		text-align: center;
		display: block;
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.list-item::after {
		content: '';
		display: block;
		width: 1px;
		height: 50px;
		background-color: #CCCCCC;
		margin-top: 0px;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.list-end {
		margin-right: 10px;
	}
	
	.title01 {
		font-size: 24px;
	}

	.title02 {
		font-size: 18px;
	}

	a:hover {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		color: #666;
	}
	
}

@media screen and (max-width : 500px){
	.ssp{
		display: block !important;
	}
	.sp-pc{
		display: none !important;
	}
}