@charset "UTF-8";

/* Layout
------------------------- */
.skin {
	width: 950px;
	margin: auto;
}

/* Header
------------------------- */
#face {
	height: 104px;
}
#forehead {
	display: flex;
	justify-content: space-between;
	padding: 6px 0 0;
}
#site-id {
	flex: 1 1 335px;
}
#tel {
	flex: 0 0 322px;
}
#main-catch {
	height: 25px;
	padding: 5px 0 0;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}
#main-image {
	display: none;
}

/* Global Navigation
------------------------- */
#gnavi ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	width: 694px;
	margin: auto;
}
#gnavi ul li {
	flex: 0 0 122px;
}
#gnavi a {
	position: relative;
	display: flex;
	width: 122px;
	height: 34px;
	padding: 0;
	border-top: solid 1px var(--pale-orange);
	border-left: solid 1px var(--pale-orange);
	border-right: solid 1px var(--pale-orange);
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #f3ebd6 100%);
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f3ebd6 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#f3ebd6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3ebd6',GradientType=0 );
	line-height: 1;
	text-decoration: none;
}
#gnavi a:before {
	position: absolute;
	top: 8px;
	left: 7px;
	width: 7px;
	height: 11px;
	content: "";
	margin-right:3px;
	-webkit-mask: url("../img/icon/gt_b.svg") no-repeat 50% 50%;
	mask: url("../img/icon/gt_b.svg") no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: var(--green);
}
#gnavi a div {
	width: 122px;
	margin: auto 0;
	padding: 0 0 0 7px;
	text-align:center;
}
#gnavi a em {
	transform: rotate(0.05deg);
	display: block;
	padding: 0 0 1px;
	line-height: 1;
	font-weight: 700;
	font-size: 1.4rem;
	font-family:
		'M PLUS 1p',
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	color: var(--brown);
}
#gnavi a small {
	display: block;
	line-height: 1;
	font-weight: 600;
	font-size: 10px;
	font-family:
		'Figtree',
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	color: var(--orange);
}
#gnavi a:hover {
	border-bottom: solid 3px var(--orange);
}
#gnavi a:hover div {
	padding: 3px 0 0 7px;
}

/* Chest
------------------------- */
#chest main {
	margin: 246px auto 0;
	background-image: url("../img/main/main_bg.png");
	background-repeat: repeat-y;
	background-position: center center;
}
#inner-main {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 0 17px 0;
	background-color: #fff;
}
#main-column {
	flex: 0 0 670px;
	padding: 0 0 50px;
	line-height: 1.6;
	font-size: 1.45rem;
	color: var(--gray);
}
#side-column {
	position: relative;
	flex: 0 0 220px;
	top: -83px;
}
.type-post {
	margin: 0 0 1rem;
	padding: 0 0;
	border-bottom: dashed 1px var(--gray);
}
.post-title {
	padding: 2rem 0 0;
	font-size: 2.4rem;
}
.post-title a {
	text-decoration: none;
}
.post-id {
	display: none;
	padding: 5px 0;
	font-weight: 400;
	font-size: 16px;
	font-family:
		'Figtree',
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	color: #d00;
}

/* Side Column
------------------------- */
#core-side-column section {
	box-shadow: 2px 2px 3px 0px rgba(0, 0 ,0, 0.35);
}
#core-side-column ul {
	width: 220px;
	list-style-type: none;
}
#core-side-column h2 {
	display: flex;
	height: 30px;
	padding: 0;
	line-height: 1;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 400;
	font-family:
		'Scheherazade New',
		"游明朝", "Yu Mincho",
		"游明朝体", "YuMincho",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"MS 明朝", "MS Mincho",
		"ＭＳ Ｐ明朝", "MS PMincho",
		serif;
	font-size: 1.9rem;
	color: #fff;
}
#core-side-column h2 span {
	display: block;
	width: 100%;
	padding: 0 0 3px;
	margin: auto 0;
}
#contents-list-panel h2 span {
	border-bottom: solid 1px #9bad93;
}
#information-list-panel h2 span {
	border-bottom: solid 1px #9a8487;
}
#contents-list-panel h2 {
	background-color: var(--green);
	background: -moz-linear-gradient(top,  #328430 0%, #336816 100%);
	background: -webkit-linear-gradient(top,  #328430 0%,#336816 100%);
	background: linear-gradient(to bottom,  #328430 0%,#336816 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#328430', endColorstr='#336816',GradientType=0 );
}
#information-list-panel h2 {
	background-color: var(--brown);
	background: -moz-linear-gradient(top,  #62341a 0%, #320711 100%);
	background: -webkit-linear-gradient(top,  #62341a 0%,#320711 100%);
	background: linear-gradient(to bottom,  #62341a 0%,#320711 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62341a', endColorstr='#320711',GradientType=0 );
}
#contents-list-panel {
	margin: 0 0 10px;
}
#information-list-panel {
	margin: 0 0 10px;
}
.menu-list a {
	text-decoration: none;
}
#core-side-column .menu-list {
	background-color: var(--beige);
}
#core-side-column .menu-list a {
	transform: rotate(0.05deg);
	transition: 0.4s;
	display: flex;
	line-height: 1;
	font-weight: 500;
	font-size: 1.5rem;
	font-family:
		'M PLUS 1p',
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	color: var(--brown);
}
#core-side-column #contents-menu .menu-list:hover {
	background-color: #fcf8f2;
}
#contents-menu .menu-list a {
	width: 220px;
	height: 37px;
	padding: 0 7px;
	border-bottom: solid 1px var(--gold);
}
#contents-menu .menu-list div {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto 0;
}
#contents-menu .menu-list span {
	flex: 1 1 127px;
	display: block;
	letter-spacing: 0;
	font-size: 1.3rem;
}
#contents-menu .menu-list span:before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
	background-color: var(--green);
	background-image: url("../img/icon/gt_b.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 5px 8px;
}
#contents-menu .menu-list small {
	flex: 0 0 70px;
	display: block;
	padding: 3px 0 0;
	text-align: right;
	letter-spacing: 0;
	line-height: 1;
	font-weight: 400;
	font-size: 8px;
	font-family:
		'Figtree',
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	color: var(--orange);
}
#information-menu ul {
	padding: 5px 0;
	background-color: var(--beige);
}
#information-menu .menu-list a {
	display: flex;
	width: 220px;
	height: 26px;
	padding: 0 0 0 10px;
	font-size: 1.2rem;
}
#information-menu .menu-list a:hover {
	color: #9e8979;
}
#information-menu .menu-list span {
	display: block;
	margin: auto 0;
}
#information-menu .menu-list span:before {
	display: inline-block;
	content: "";
	width: 11px;
	height: 8px;
	margin-right: 10px;
	-webkit-mask: url("../img/icon/gt_w.svg") no-repeat 50% 50%;
	mask: url("../img/icon/gt_w.svg") no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #8e6428;
}
#information-menu .menu-list a:hover span:before {
	background-color: #cfb996; 
}
#outside {
	width: 200px;
	margin: 0 auto;
	padding: 12px 0 0;
	letter-spacing: 0;
	line-height: 1.4;
	font-size: 1.2rem;
	color: var(--gray);
}
#outside img {
	display: block;
	margin: auto;
}
#outside p {
	margin: 0 0 8px;
}
#outside #qr {
	margin: 20px 0 0;
}
#goto-staffblog img {
	transition: 0.4s;
}
#goto-staffblog img:hover {
	opacity: 0.7;
}
.return-home {
	display: none;
}
.return-home a {
	display: block;
	margin: 5px 0 0;
	font-weight: 600;
	font-size: 1.8rem;
	font-family:
		'Figtree',
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	text-decoration: none;
	text-align: center;
	color: var(--dull-brown);
}
.return-home a:before {
	display: inline-block;
	content: "\f015";
	margin: 0 3px 0 0;
	vertical-align: 1px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.4rem;
}

/* Footer
------------------------- */
#outer-fnavi {
	padding: 8px 0;
	background-color: var(--green);
	background: -moz-linear-gradient(top,  #338531 0%, #346917 100%);
	background: -webkit-linear-gradient(top,  #338531 0%,#346917 100%);
	background: linear-gradient(to bottom,  #338531 0%,#346917 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#338531', endColorstr='#346917',GradientType=0 );
}
#fnavi ul {
	list-style-type: none;
	line-height: 1.3;
	text-align: center;
	color: var(--pale-orange);
}
#fnavi li {
	position: relative;
	display: inline-block;
	line-height: 1;
}
#fnavi li:not(:nth-of-type(1)):before {
	position: relative;
	display: inline-block;
	content: "";
	top: 4px;
	width: 1px;
	height: 14px;
	margin: 0 10px 0 4px;
	background-color: var(--pale-orange);
}
#fnavi a {
	line-height: 1;
	text-decoration: none;
	font-size: 1.1rem;
	color: var(--pale-orange);
}
#footer-shop-info {
	display: flex;
	justify-content: center;
}
#footer-copy {
	padding: 5px 0 4px;
	background-color: var(--brown);
	text-align: center;
	font-size: 1.1rem;
	color: var(--pale-orange);
}
#footer-site-id {
	padding: 8px 0;
}
#organization-info {
	margin: 25px 0 0 25px;
	font-size: 1.3rem;
	color: #333;
}
#footer-tel {
	display: none;
	padding: 20px 0 0;
	text-align: center;
}
#footer-tel img {
	max-width: 100%;
}
#copyright {
	padding: 12px 0;
	background-color: var(--brown);
	text-align: center;
	font-size: 1.1rem;
	color: var(--pale-orange);
}
.android #copyright,
.iphone #copyright {
	padding: 12px 0 58px;
}

/* Menu Button
------------------------- */
#menu-button {
	display: none;
	cursor: pointer;
	position: relative;
	flex: 0 0 43px;
	width: 43px;
	padding: 17px 0 0;
	margin: 0 0 0 13px;
	text-align: center;
	font-weight: 700;
	font-size: 1.2rem;
	color: var(--brown);
}
#menu-button.showed {
	display: block;
}
#menu-button .inner-menu-button {
	position: relative;
	display: block;
	width: 43px;
	height: 24px;
	margin: 0 0 5px;
}
#menu-button .inner-menu-button span {
	background-color: var(--brown);
}
#menu-button [class*='bar'] {
	transition: 0.2s;
	position: relative;
	display: block;
	transform-origin: 0% 0%;
	transform: translateY(-50%);
	position: absolute;
	width: 43px;
	height: 3px;
	text-align: center;
}
#menu-button .bar2 {
	top: 50%;
}
#menu-button .bar3 {
	top: 100%;
}
#menu-button .txt-menu {
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 1.37rem;
	font-family:
		'Figtree',
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
}

/* スマホ用ナビゲーション
------------------------- */
#smartphone-menu-panel {
	transition: 0.4s;
	display: none;
	z-index: 1002;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
#smartphone-menu-panel.hide {
	bottom: -100px;
}
.android #smartphone-menu-panel,
.iphone #smartphone-menu-panel {
	display: block;
}
#inner-smartphone-menu-panel {
	list-style-type: none;
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: var(--green);
	color: #fff;
}
#inner-smartphone-menu-panel li {
	flex: 1 1 24%;
	width: 24%;
	border-right: solid 1px #fff;
}
#inner-smartphone-menu-panel li:last-child {
	border-right: solid 1px var(--green);
}
#inner-smartphone-menu-panel a {
	display: block;
	height: 50px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
#inner-smartphone-menu-panel div {
	width: 100%;
	height: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
#inner-smartphone-menu-panel span:before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	margin: 3px auto 0;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	text-align: center;
}
#inner-smartphone-menu-panel #return-home span:before {
	background-image:url("../img/icon/house-solid.svg");
}
#inner-smartphone-menu-panel #call span:before {
	background-image:url("../img/icon/phone-solid.svg");
}
#inner-smartphone-menu-panel #send-mail span:before {
	background-image:url("../img/icon/envelope-solid.svg");
}
#inner-smartphone-menu-panel #to-company span:before {
	background-image:url("../img/icon/circle-info-solid.svg");
}

/* Floating Panel
------------------------- */
#floating-panel {
	transition: 0.4s;
	position: absolute;
	width: 285px;
	top: 0;
	left: -360px;
	background-color: #fff;
}
#floating-panel.showed {
	left: 0px
}

/* End of base.css */