@charset “UTF-8”;
/* =============================================================================

CSS Information

 File name:	layout.css

 Style Info:	レイアウト設定

 ※ スマフォファースト。CSSの上書きはPC側(device.css)で。

============================================================================= */

html,body {
	font-size: 14px;
}

body {
	overflow-x: hidden;
	position: relative;
	background: #FFF;
	color: #333;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.8;
}

.font_mincho {
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

a {
	text-decoration: underline;
	color: #333;
}
a:visited {
	color: #333;
}

a:hover {
	color: #4097c4;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.clearfix {}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.header p ,
.header_slim p ,
.side_area p ,
.footer_contact p ,
.footer p {
	margin: 0;
	padding: 0;
}


/* -----------------------------------------------------------------------------

 Future shop コマースクリエーター style [スタートアップテーマ(PC/タブレット)ベース]

----------------------------------------------------------------------------- */

.fs-l-header {
	padding-top: 0;
}

.fs-l-header--min {
	border-bottom: none;
}

.fs-l-footer {
	margin-top: 0;
	background: none;
	border-top: none;
}

.fs-c-breadcrumb {
	max-width: 1200px;
	margin: 10px auto 20px;
	color: #aaa;
	font-size: 1.2rem;
	text-align: left;
}

.fs-c-breadcrumb a {
	color: #aaa;
}



/* -------------------------------------------------------------------------------

 fix btn

------------------------------------------------------------------------------- */

.fix_btn {
	position: fixed;
	z-index: 99999;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #5c5c5c;
}

.fixbtn_list {
	display: -webkit-flex;
	display: flex;
	padding: 0 10px;
}

.fixbtn_list li {
	position: relative;
	width: 33.33333%;
	text-align: center;
}

.fixbtn_list li a {
	display: block;
	padding: 8px;
	border-right: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
}

.fixbtn_list li:last-child a {
	border-right: none;
}

.fixbtn_list li.cartin em {
	position: absolute;
	bottom: 25px;
	left: calc(50% - 25px);
}

.fixbtn_list li.cartin em span {
	display: block;
	min-width: 18px;
	min-height: 18px;
	border-radius: 50%;
	background: #FFF;
	color: #333;
	font-size: .875rem;
	text-align: center;
	line-height: 18px;
}

.fixbtn_list li a::after {
	display: block;
	margin: 0 auto;
	content: '';
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}

.fixbtn_list li.cartin a::after {
	background-image: url(../common/icon_cartwh.svg);
	background-size: 100% auto;
}

.fixbtn_list li.browsing a::after ,
.fixbtn_list li.purchase a::after {
	background-image: url(../common/icon_leave.svg);
	background-size: 90% auto;
}


/* -------------------------------------------------------------------------------

 header

------------------------------------------------------------------------------- */

.header_wrapper {
}

.head_line {
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: .75rem;
}

.head_line span {
	display: inline-block;
}

.header {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.header_inner {
	display: -webkit-flex;
	display: flex;
	align-items: end;
}

.header_inner .logo_area {
	width: 25%;
	padding-bottom: 10px;
	text-align: center;
}
.header_inner .hnavi_area {
	width: 45%;
}

.header_inner .smnavi_area {
	width: 35%;
}


.header .logo_area a {
	display: block;
}


/* PC/SP 一部共通：utility navi
----------------------------------------------------------- */

.hnavi_area {
	position: relative;
}

.unavi {
	position: relative;
	display: -webkit-flex;
	display: flex;
	margin-top: -10px;
	justify-content: flex-end;
	align-items: flex-end;
	font-size: .8125rem;
	text-align: center;
}

.unavi li:nth-child(3) {
	flex: 4;
}
.unavi li:nth-child(4) {
	flex: 3;
}
.unavi li:nth-child(5) {
	flex: 3;
}

.unavi li a {
	position: relative;
	display: block;
	padding: 8px 0 8px;
	text-decoration: none;
}

.unavi li.cartin {
	position: relative;
}

.unavi li.cartin em {
	position: absolute;
	top: 20px;
	left: 10px;
}

.unavi li.cartin em span {
	display: block;
	min-width: 16px;
	min-height: 16px;
	border-radius: 50%;
	background: #333;
	color: #FFF;
	font-size: .75rem;
	text-align: center;
	line-height: 16px;
}

.unavi li.point {
	flex: 1;
	text-align: right;
}
.unavi li.point span {
	display: block;
	margin-right: -10px;
	padding: 0 0 2px 10px;
}
.unavi li.point span em {
	font-size: 1.5rem;
}

/* before : icon */
.unavi li.shipping a::before ,
.unavi li.cartin a::before {
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.unavi li.shipping a::before {
	width: 42px;
	height: 36px;
	margin: 0 auto 4px;
	background-image: url(../common/icon_track.svg);
}
.unavi li.cartin a::before {
	width: 30px;
	height: 32px;
	margin: 0 auto 8px;
	background-image: url(../common/icon_cart.svg);
}

/* after : > */
.unavi li a::after {
	content: '\203A';
	margin-left: 10px;
}
.unavi li.shipping a::after ,
.unavi li.cartin a::after {
	content: none;
}


/* PC：floting btn
----------------------------------------------------------- */
/*
.header .mnavi_area {
	position: absolute;
	width: 20%;
	top: 15px;
	right: 10px;
}

.header .sns_list {
	position: absolute;
	top: 25px;
	right: 30%;
}
*/

/* PC：sns / member navi
----------------------------------------------------------- */

.smnavi_area {
	position: relative;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 8px;
}

.smnavi_area .sns_list {
	width: 25%;
}
.smnavi_area > div {
	width: 65%;
}


/* PC ：member navi
----------------------------------------------------------- */

.mnavi {
	position: relative;
	display: -webkit-flex;
	display: flex;
	font-size: .8125rem;
}

.mnavi li {
	width: 50%;
}

.mnavi li a {
	position: relative;
	display: block;
	margin: 0 5px;
	padding: 4px;
	border-radius: 50vh;
	background: #333;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.mnavi li.member a ,
.mnavi li.mypage a {
	background: #4097c4;
}

/* ログイン/ログアウト：ナビ非表示 */
.logout.my_false ,
.login.my_true ,
.member.my_true ,
.mypage.my_false ,
.point.my_false {
	display: none;
}


/* cart 用 header_slim */

.header_slim {
	max-width: 1360px;
	padding: 20px 20px;
}

.header_slim .logo_area {
	text-align: center;
}

.header_slim .logo_area img {
	width: 280px;
	max-width: 25%;
}



/* SP ドロワーメニュー
----------------------------------------------------------- */

/* menu open btn */

.menu_btn_area {
	position: fixed;
	z-index: 999999;
	top: 40px;
	right: 10px;
}
.header_slim .menu_btn_area {
	top: 10px;
}

.menu_open_btn {
	display: block;
	overflow: hidden;
	width: 36px;
	height: 36px;
	background: url(../common/icon_menu.svg) no-repeat 50% 50%;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
}

input[type="checkbox"]#menu_btn {
	position: absolute;
	visibility: hidden;
}

/*疑似要素で背景*/
input[type="checkbox"]#menu_btn:checked:before{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	visibility: visible;
	z-index: 2147483645;
}

/*疑似要素で閉じるボタン*/
input[type="checkbox"]#menu_btn:checked:after{
	display: block;
	visibility: visible;
	position: fixed;
	content: "";
	top: 15px;
	right: 15px;
	width: 36px;
	height: 36px;
	background: url(../common/icon_menu_close.svg) no-repeat 50% 50%;
	background-size: 100% auto;
	z-index: 2147483647;
}

/*メニューを格納*/
input[type="checkbox"]#menu_btn + #menu_wrapper_sp { 
	width: 100%;
	height: 100%;
	transition: 0.1s ease-in-out;
	position:fixed;
	top:0;
	right: -100%;
}

/*iframeを格納(オープン時)*/
input[type="checkbox"]#menu_btn:checked + #menu_wrapper_sp {
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	z-index: 2147483646;
	right: 0;
}


.menu_wrapper {
	box-sizing: border-box;
	background: #FFF;
}

/* memu header */
.memu_header {
	display: -webkit-flex;
	display: flex;
	padding: 25px 10px 15px;
}
.memu_header .logo_area {
	width: 25%;
}
.memu_header .hnavi_area {
	width: 75%;
}

/* burger navi area */

.bgnavi_area {
	background: #4097c4;
}

.bgnavi > li {
	position: relative;
	border-bottom: 1px solid #FFF;
}

.bgnavi > li > a ,
.bgnavi > li > label {
	display: block;
	padding: 10px;
	color: #FFF;
	font-size: 1.125rem;
	text-align: center;
	text-decoration: none;
}

.bgnavi li li {
	border-bottom: 1px solid #333;
}

.bgnavi li li:last-child {
	border-bottom: none;
}

.bgnavi li li a {
	display: block;
	padding: 10px;
	background: #FFF;
	font-size: 1.125rem;
	text-align: center;
	text-decoration: none;
}

/* アコーディオン */
.bgnavi .bgnavi_sub {
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition: 0.4s;
}
.bgnavi .vibtn:checked + .bgnavi_sub {
	height: auto;
	opacity: 1;
}
/*
.bgnavi .vibtn::after {
	position: absolute;
	visibility: visible;
	content: '\203A';
	color: #FFF;
	font-size: 1.5rem;
	transform: rotate(-90deg);
}
.bgnavi .vibtn:checked::after {
	transform: rotate(90deg);
}
*/

/* member */
.bgnavi_area .mnavi {
	margin: 0;
	padding: 20px 20px 20px;
}
.bgnavi_area .mnavi li.member a ,
.bgnavi_area .mnavi li.mypage a {
	box-shadow: 0 0 0 1px rgba(255,255,255,1) inset;
}

/* sns */
.bgnavi_area .sns_list {
	margin: 0;
}

/* utility */
.bgnavi_area .bg_unavi {
	padding: 20px 0 20px 20px;
}
.bgnavi_area .bg_unavi li {
	display: inline-block;
}
.bgnavi_area .bg_unavi li a {
	padding: 0 30px 0 0;
	color: #FFF;
	text-decoration: none;
}
/* after : > */
.bg_unavi li a::after {
	content: '\203A';
	margin-left: 10px;
}


.layer {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}


/* カート用ヘッダ いらない？
----------------------------------------------------------- */

.header.header_min {
	margin-bottom: 20px;
}

.header.header_min .logo_area {
	padding: 10px 0;
	width: 100%;
	text-align: center;
}


/* -----------------------------------------------------------------------------

 navi

----------------------------------------------------------------------------- */

/* PC
----------------------------------------------------------- */

.navi_area {
	position: relative;
	margin: 0 auto;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background: #ecf0f2;
	font-size: .75rem;
	line-height: 1.2;
}

.navi_inner {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}

.navi {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	width: 760px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

.navi a {
	display: block;
	padding: 10px;
	text-decoration: none;
}

.navi_search {
	position: relative;
	width: 320px;
	max-width: 100%;
	margin-top: -1px;
	margin-bottom: -1px;
	padding-right: 50px;
	border: 1px solid #4097c4;
	box-sizing: border-box;
}

.navi_search input[type="text"], .navi_search button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
.navi_search input[type="text"] {
	background: #FFF;
}
.navi_search button {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../common/icon_search_wh.svg) no-repeat 50% 55% #4097c4;
	background-size: auto 65%;
}



/* -----------------------------------------------------------------------------

 search area

----------------------------------------------------------------------------- */

.search_wrapper {
	position: relative;
	margin-bottom: 10px;
}

.search_to_btn {
	display: block;
	padding: 10px 20px;
	background: #a35752;
	color: #FFF;
	font-size: 1.125rem;
	text-align: center;
}
.search_to_btn:hover {
	opacity: .8;
}
.search_to_btn label {
	display: block;
	padding-left: .08em;
	letter-spacing: .08em;
}

/* アコーディオン */
.search_wrapper .search_area {
	overflow: hidden;
	opacity: 0;
	height: 0;
	padding: 0 15px;
	transition: 0.1s ease-in-out;
}
.search_wrapper > .icon {
	position: absolute;
	width: 13em;
	top: 14px;
	left: 50%;
	margin-left: -6.5em;
}
.search_wrapper > .icon::after {
	position: absolute;
	content: '\BB';
	top: 2px;
	right: -2px;
	width: 20px;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	line-height: .9;
	transform: rotate(90deg);
}
.search_wrapper > .vibtn:checked ~ .icon::after {
	content: '\D7';
	top: 0;
	right: 0;
	transform: rotate(0deg);
}
.search_wrapper > .vibtn:checked ~ .search_area {
	overflow: visible;
	height: auto;
	opacity: 1;
}

.search_wrapper .search_area {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.search_area .search_inner {
	position: absolute;
	width: 100%;
	min-height: 600px;
	margin-left: -15px;
	padding: 20px 20px 0;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 99999;
}

.search_area .txt {
	display: none;
	margin: 0 0 15px;
	font-size: .875rem;
}
.search_area .btn_box {
	padding-bottom: 20px;
	text-align: center;
}
.search_area .btn_box button {
	cursor: pointer;
	display: inline-block;
	width: 280px;
	max-width: 100%;
	margin-bottom: 10px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	background: #e9606c;
	color: #FFF;
	text-align: center;
}
.search_area .btn_box button.clear_btn {
	background: #2f5596;
}
.search_area .btn_box label {
	cursor: pointer;
	display: inline-block;
	width: 280px;
	max-width: 100%;
	padding: 2px 20px 4px;
	box-sizing: border-box;
	border: none;
	background: #000;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
.search_area .btn_box label::before {
	content: '\D7';
	padding-right: 8px;
	font-size: 1.5rem;
}
.search_area .btn_box button:hover ,
.search_area .btn_box label:hover {
	opacity: .8;
}

.search_block_inner {
	position: relative;
}

.search_block em {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	font-size: 1.125rem;
	font-weight: normal;
}

.search_block_inner > label {
	display: block;
	margin-bottom: 5px;
	padding-left: .6em;
	font-weight: bold;
}

.search_list {
	margin-bottom: 15px;
	padding-left: .6em;
}

.search_list li label {
	display: block;
	padding: 0 0 5px 1.5em;
	text-indent: -1.5em;
}

.search_list li label span span {
	display: inline-block;
	padding-left: .2em;
	font-size: .875rem;
	text-indent: 0;
}

.search_list_nouki li label span span {
	display: block;
	text-indent: -.5em;
}

.search_list li label input {
	margin-right: 5px;
}

/* アコーディオン */
.search_block .search_list_brand {
	overflow: hidden;
	opacity: 0;
	height: 0;
	margin-bottom: 0;
	transition: 0.4s;
}
.search_block .icon::after {
	position: absolute;
	content: '\203A';
	top: 0;
	right: 10px;
	transform: rotate(90deg);
}
.search_block .vibtn:checked ~ .icon::after {
	transform: rotate(-90deg);
}
.search_block .vibtn:checked ~ .search_list_brand {
	height: auto;
	opacity: 1;
}


/* -----------------------------------------------------------------------------

メインコンテンツ : fs-l-main / fs-l-pageMain / side

※ fs で始まるクラスはショップ全体にかかわるので、変更するときは注意 ※
※ 変更する時はそのページの body のクラス名を調べてページだけ適応する ※

----------------------------------------------------------------------------- */

.fs-l-main {
	display: -webkit-flex;
	display: flex;
	flex-flow: row-reverse nowrap;
	clear: both;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.fs-l-pageMain {
	flex: 1;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 40px;
}

.fs-body-top .fs-l-pageMain {
	margin-bottom: 0;
}

/* original side */
.side_area {
	width: 240px;
	margin-right: 20px;
}


/* -----------------------------------------------------------------------------

 side

----------------------------------------------------------------------------- */

.side_area > * {
	margin-bottom: 10px;
}

/* member */

.side_mamber_msg {
	padding: 10px;
	text-align: center;
}
.side_mamber_msg .greeting {
	font-size: 1.125rem;
}
.side_mamber_msg span {
	display: inline-block;
}


/* delivery */

.side_deli_day {
	padding: 0 10px 10px;
	border: 4px solid #574746;
}

.side_deli_day > em {
	display: block;
	margin: 0 -10px 10px;
	padding: 15px 5px;
	background: #574746;
	color: #FFF;
	font-size: .875rem;
	text-align: center;
}

.side_deli_day .inner {
	margin-bottom: 8px;
	margin-right: -8px;
	white-space: nowrap;
	line-height: 1.2;
}

.side_deli_day .inner .icon {
	display: inline-block;
	padding: 10px;
	background: #e9606c;
	color: #FFF;
	font-size: 1.125rem;
	vertical-align: top;
}

.side_deli_day .inner em {
	display: inline-block;
	padding: 0 5px;
	font-size: 2.25rem;
	vertical-align: top;
}

.side_deli_day .inner p {
	display: inline-block;
	padding-top: 4px;
	vertical-align: top;
}
.side_deli_day .inner p b {
	display: block;
	font-size: .9375rem;
}
.side_deli_day .inner p span {
	font-size: .75rem;
}

.side_deli_day > p {
	font-size: .75rem;
}


/* bnr */

.side_bnr_list li {
	margin-bottom: 10px;
}


/* category */

.side_cate_area h2 {
	padding: 15px 5px 15px 15px;
	background: #574746;
	color: #FFF;
	font-weight: bold;
}

.side_cate_area h2::before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: url(../common/icon_side_cate.svg) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

.cate_list {
	font-size: .875rem;
}

.cate_list > li {
	position: relative;
}

.cate_list > li > label {
	display: block;
	padding: 10px;
	background: #EEE;
	border-bottom: 1px solid #FFF;
}

/* メインサブ共通 */
.cate_list li a {
	position: relative;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}
.cate_list li a::after {
	position: absolute;
	content: '\203A';
	top: calc( 50% -8px );
	right: 10px;
}

.cate_list > li > a {
	border-bottom: 1px solid #ddd;
}
.cate_list > li:last-child a {
	border-bottom: none;
}

/* サブナビ */
.cate_list_sub li {
	position: relative;
	border-bottom: 1px solid #ddd;
}
.cate_list_sub li span {
	display: inline-block;
	font-size: .625rem;
}
.cate_list_sub li:last-child {
	border-bottom: none;
}
.cate_list_sub li label {
	display: block;
	padding: 10px;
	background: #F2F2F2;
	border-bottom: 1px solid #FFF;
}

/* アコーディオン */
.cate_list .cate_list_sub {
	overflow: hidden;
	transition: 0.4s;
	opacity: 1;
	height: auto;
}
.cate_list .vibtn:checked ~ .cate_list_sub {
	opacity: 0;
	height: 0;
}
/* アコーディオン用：チェックを隠す/アイコン表示 */
.vibtn {
	position: absolute;
	visibility: hidden;
}
.cate_list li .icon {
	position: absolute;
	top: 10px;
	right: 15px;
}
.cate_list li .vibtn + .icon::after {
	position: absolute;
	content: '\203A';
	transform: rotate(90deg);
}
.cate_list .vibtn:checked + .icon::after {
	transform: rotate(-90deg);
}

/* -----------------------------------------------------------------------------

 footer

----------------------------------------------------------------------------- */

/* page top
-----------------------------------------------------------*/

.page_top_fx {
	position: fixed;
	overflow: hidden;
	bottom: 75px;
	right: 15px;
	z-index: 99999;
}

.page_top_fx a {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50vw;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%2036%2020%22%20height%3D%2220%22%20viewBox%3D%220%200%2036%2020%22%20width%3D%2236%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m35.6%2018.1c0%20.5-.2.9-.5%201.3-.7.7-1.8.7-2.5%200l-14.8-15.2-14.8%2015.2c-.7.7-1.8.7-2.5%200s-.7-1.8%200-2.5l16.1-16.4c.7-.7%201.8-.7%202.5%200l16%2016.4c.3.3.5.8.5%201.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') rgba(0,0,0,0.3)  50% 45% no-repeat;
	background-size: 40% auto;
	text-indent: 100%;
	white-space: nowrap;
}


.footer {
	clear: both;
	padding: 40px 20px;
	background: #333;
	color: #FFF;
}

.footer a {
	color: #FFF;
}

.footer .footer_inner {
	max-width: 960px;
	margin: 0 auto 30px;
}

/* JSダメなページ用 */
.fs-body-register .cal_area ,
.fs-body-login .cal_area {
	display: none;
}


/* calener
-----------------------------------------------------------*/

.cal_area {
	width: 240px;
	margin: 0 auto;
}

.cal_wrapper .cal {
	min-width: 100%;
	margin-bottom: 10px;
	background: #FFF;
	color: #333;
	font-size: .8571rem;
}

.cal_wrapper table.cal tr th p {
	padding: 4px;
	background: #333;
	color: #fff;
	text-align: center;
}

.cal_wrapper table.cal tr th .cal_ui {
	display: none;
	display: display;
	float: right;
}
.cal_wrapper table.cal tr th .cal_ui input {
	margin-left: 2px;
	padding: 4px 8px;
	border-radius: 4px;
	border: solid 1px #CCC;
	background: #FFF;
	font-size: 87.5%;
}

.cal_wrapper table.cal tr th {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
.cal_wrapper table.cal tr td {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	text-align: center;
}

.cal_wrapper table.cal tr.headline td {
	padding: 0px 2px;
	background: #EEE;
}

.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 0px 2px;
	text-align: center;
}

.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 50%;
	padding: 8px;
	width: 100px;
	border: solid 1px #EEE;
	background: #FFF;
	box-shadow: 1px 1px 2px #999;
	z-index: 10;
	color: #333;
	text-align: center;
}

/* 日にちクラス指定 */

.cal_wrapper table.cal tr.headline td:last-child ,
.cal_wrapper table.cal tr td .Sat {
	color: #00479d;
}

.cal_wrapper table.cal tr td .Today {
	font-weight: bold;
}
.cal_wrapper table.cal tr td .Deli {
	background: #EFE;
}
.cal_wrapper table.cal tr td .day {
	color: #a40000;
}
.cal_wrapper table.cal tr.headline td:first-child ,
.cal_wrapper table.cal tr td:first-child ,
.cal_wrapper table.cal tr td:last-child ,
.cal_wrapper table.cal tr td .Sun ,
.cal_wrapper table.cal tr td .Sat ,
.cal_wrapper table.cal tr td .holyday {
	color: #FFF;
	background: #cc6666;
}

.cal_info {
	font-size: .875rem;
}

.cal_info span {
	display: inline-block;
	margin-right: 10px;
}

.cal_info i {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: #FFF;
	vertical-align: middle;
}
.cal_info i.holyday {
	background: #cc6666;
}


/* contact
-----------------------------------------------------------*/

.footer_inner .contact_area {
	margin: 20px auto 0;
}

.footer_inner .contact_area a {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 35px 20px;
	border: 1px solid #707070;
	background: #444;
	text-align: center;
	text-decoration: none;
}

.footer_inner .contact_area a::before {
	display: block;
	content: '';
	width: 50px;
	height: 36px;
	margin: 0 auto 4px;
	background: url(../common/icon_mail.svg) no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
}

.footer_inner .contact_area a em {
	padding-left: .08em;
	font-size: 1.25rem;
	line-height: 2;
	letter-spacing: .08em;
}


/* fnavi
----------------------------------------------------------- */

.fnavi {
	text-align: center;
}

.fnavi li {
	display: inline-block;
	padding: 0 6px 0 8px;
	line-height: 1.1;
	vertical-align: middle;
}

.fnavi li:first-child,
.fnavi li.first-child {
	padding-left: 6px;
	border-left: none;
}

.fnavi li a {
	zoom: 1;
	text-decoration: none;
}

.copy {
	padding: 15px 0;
	font-size: .875rem;
	text-align: center;
}



/* sns
----------------------------------------------------------- */

.sns_list {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 120px;
	margin: 0 auto;
}

.sns_list li {
	margin: 0 0;
}

.sns_list li a {
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: none;
}

.sns_list li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.sns_list li.fb a {
	background-image: url(../common/icon_sns_fb.svg);
}

.sns_list li.tw a {
	background-image: url(../common/icon_sns_tw.svg);
}

.sns_list li.insta a {
	background-image: url(../common/icon_sns_insta.svg);
}

.sns_list li.pin a {
	background-image: url(../common/icon_sns_pin.svg);
}

.sns_list li.line a {
	background-image: url(../common/icon_sns_line.svg);
}


/* white */

.sns_list_wh li.fb a {
	background-image: url(../common/icon_sns_fbw.svg);
}

.sns_list_wh li.tw a {
	background-image: url(../common/icon_sns_tww.svg);
}

.sns_list_wh li.insta a {
	background-image: url(../common/icon_sns_instaw.svg);
}



