@charset "shift-jis";
/*------------------------------------------------------------
	���Z�b�g
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	color:#333;
	font-size: 15px;
	line-height:150%;
}

body,
table,
input, textarea, select, option {
	font-family: arial,"�q���M�m�p�S Pro W3","���C���I",sans-serif;
	font-size: 13px;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link, a:visited, a:hover {
	color:#7a3637;
}

a:active {
	color:#c00;
}

strong{
	color:#c00;
}

/*------------------------------------------------------------
	���C�A�E�g
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	background-color:#fff;
}
.textBody{
	padding:15px 15px 0px;
	text-align:left;
}

/*------------------------------------------------------------
	�摜�X�^�C��
------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	vertical-align :top;
}

/*------------------------------------------------------------
	�w�b�_�[
------------------------------------------------------------*/
.header {
	display: flex;
	align-items: stretch;
}
h1 {
	width: 50%;
	text-align: right;
	margin: 5px auto;
}
h1 a {
	display: block;
	width:100%;
}

#header_r {
	width: 35%;
	text-align: left
}
#header_r p {
	color: #340002;
	font-size: 11px;
}
#header_r .lang {
	margin-top: 1.5vw;
	margin-left: 0.5vw;
}
#header_r .lang img {
	margin-right: 5px;
	width: 6vw;
	vertical-align: middle;
	max-width: 24px;
}

.header_shop {
	float: left;
	width: 16%;
}

#header_login a {
	display: block;
	background-color: #f1e8e1;
	text-align: right;
	color: #350001;
	padding: 10px;
	font-size: 13px;
	text-decoration: none;
}
#header_login a::after {
	content: '';
	display: inline-block;
	width: 23px;
	height: 13px;
	margin-left: 5px;
}
#header_login .login::after {
	background: url(/img/icon_login.png) no-repeat top;
	background-size: 100%;
}
#header_login .mypage::after {
	background: url(/img/icon_login.png) no-repeat bottom;
	background-size: 100%;
}


/*------------------------------------------------------------
	�O���[�o���i�r�Q�[�V����
------------------------------------------------------------*/
#gnavi {
	z-index: 1000;
	width: 100%;
}
#gnavi li {
	float: left;
	width: 25%;
}
#gnavi li a{
	display:block;
	height: 80px;
	text-decoration:none;
	font-weight:bold;
}
.navBrown a{
	background-color: #340002;
	border-bottom: solid 3px #340002;
}
.navBrown.visited a {
	background-color: #1c0001;
	border-bottom: solid 3px #c00;
}
.navRed a{
	background-color: #800;
	border-bottom: solid 3px #800;
}
.navRed.visited a {
	border-bottom: solid 3px #f70;
}
.gnavi_icon_course {
	background: url(/sp/img/icon_gnavi.png) no-repeat;
	display: inline-block;
  width: 32px;
  height: 32px;
	background-size: 128px;
	margin: 12px 0 0 0;
}
.gnavi_icon_tenpo {
	background: url(/sp/img/icon_gnavi.png) no-repeat;
	display: inline-block;
  width: 32px;
  height: 32px;
	background-size: 128px;
	background-position: -32px 0;
	margin: 12px 0 0 0;
}
.gnavi_icon_customer {
	background: url(/sp/img/icon_gnavi.png) no-repeat;
	display: inline-block;
  width: 32px;
  height: 27px;
	background-size: 128px;
	background-position: -64px 0;
	margin: 5px 0 0 0;
}
.gnavi_icon_yoyaku {
	background: url(/sp/img/icon_gnavi.png) no-repeat;
	display: inline-block;
  width: 32px;
  height: 27px;
	background-size: 128px;
	background-position: -96px 0;
	margin: 5px 0 0 0;
}
.gnavi_icon_yoyaku_en {
	background: url(/sp/img/icon_gnavi.png) no-repeat;
	display: inline-block;
	width: 32px;
	height: 27px;
	background-size: 128px;
	background-position: -96px 0;
	margin: 14px 0 0 0;
}
.gnavi_txt {
	display: inline-block;
	color: #fff;
	width: 100%;
	font-size:13px;
}

/*------------------------------------------------------------
	���[�_����������
------------------------------------------------------------*/
.remodal,
.user {
	padding: 10px;
	overflow-y: auto;
 	max-height: 95%;
}
.remodal strong,
.user strong {
	font-size: 30px;
	font-weight: bold;
}
.remodal strong.st1 {
	font-size: 16px;
}
.remodal p.badge,
.user p.badge {
	font-size: 10px;
  background-color: #fff;
  padding: 2px;
  border-radius: 15px;
  margin: 3px auto;
	width: 85px;
}
.remodal p,
.user p {
	margin-bottom: 15px;
}
.remodal p.small,
.user p.small {
	margin: 15px 0 0 0;
	color: #933;
	font-size: 13px;
}
.remodal h2,
.user h2 {
	width: 100%;
	text-align: center;
  padding: 15px 0;
	background-color: #f1efea;
	margin: 0 0 20px;
	font-size: 15px;
	color: #7a3637;
}
.remodal h3,
.user h3 {
	text-align: left;
  padding: 10px 0;
  margin-bottom: 15px;
  color: #7a3637;
  border-top: solid 3px #ebe7da;
  border-bottom: solid 3px #ebe7da;
	font-size: 15px;
}
.remodal .table02 {
	width: 100%;
}


/*------------------------------------------------------------
	���O�C��
------------------------------------------------------------*/
p.remind,
p.remind a {
	font-size: 13px;
	margin: 5px 0 0 0;
}


/*------------------------------------------------------------
	�R���e���c
------------------------------------------------------------*/
#contents {
	text-align: left;
}
#contents p{
	margin-bottom:15px;
}
#contents .textBody{
	padding-bottom:15px;
}
#contents .accordion {
	text-decoration:none;
	padding:20px 15px;
	margin-bottom: 3px;
	background-color: #ddd;
}
#contents .accordingBody {
	display:none;
}
#contents h2 {
	color:#340001;
	font-size:18px;
	text-align:center;
	border-top:solid 4px #340001;
	border-bottom:solid 3px #eee;
	margin:8px 0px;
	padding:17px 0px;
}
#contents h3 {
	color: #340001;
	font-size: 16px;
	padding: 5px;
  margin: 0 10px;
  border-bottom: dotted 1px #340001;
}
#contents .accordion h3 {
	background: url(/sp/img/arrow_white_down.png) no-repeat right center;
	border-bottom: none;
	color: #333;
	padding-right: 20px;
}
#contents h3.open {
	background: url(/sp/img/arrow_white_up.png) no-repeat right center;
}
#contents h4, #today_yoyaku h4 {
	margin:15px 10px 0px;
	padding:0px 5px;
	border-bottom:solid 1px #933;
	color:#933;
}
#contents h5 {
	margin:20px -10px 10px;
	padding:3px 10px;
	color: #340001;
	background-color: #ede4d2;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/*------------------------------------------------------------
	���q�l�X�e�[�^�X
------------------------------------------------------------*/
#contents h4.status_regular {
	background-color: #5e3523;
	color: #fff;
	margin: 0;
	padding: 10px 15px;
	border: none;
}
.statusBox_regular {
	border-left: solid 1px #5e3523;
	border-right: solid 1px #5e3523;
	border-bottom: solid 1px #5e3523;
	padding: 10px;
}
#contents h4.status_silver {
	background-color: #999;
	color: #fff;
	margin: 0;
	padding: 10px 15px;
	border: none;
}
.statusBox_silver {
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 10px;
}
#contents h4.status_gold {
	background-color: #a47b23;
	color: #fff;
	margin: 0;
	padding: 10px 15px;
	border: none;
}
.statusBox_gold {
	border-left: solid 1px #a47b23;
	border-right: solid 1px #a47b23;
	border-bottom: solid 1px #a47b23;
	padding: 10px;
}
#contents h4.status_platinum {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 10px 15px;
	border: none;
}
.statusBox_platinum {
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 10px;
}

/*------------------------------------------------------------
	Youtube����T�C�Y
------------------------------------------------------------*/
.videoSp{
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.videoSp embed{
	height:100%;
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*------------------------------------------------------------
	�t�b�^�[�����N
------------------------------------------------------------*/
.fLink a {
	display: block;
	background-color: #a40000;
	font-size: 25px;
	color:#fff;
	padding: 35px 0;
	text-decoration: none;
	margin-bottom: 15px;
}
.fLink_a:after {
	content: "";
	background: url(/sp/img/icon_arrow.png) no-repeat;
	display: inline-block;
	width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: 0 -24px;
  margin: -6px 0 0 74px;
	vertical-align: middle;
}
.fLinkT a {
	display: block;
	background-color: #a40000;
	font-size: 25px;
	color:#fff;
	padding: 17px 0 17px 50px;
	text-decoration: none;
	margin-bottom: 15px;
	text-align: left;
}
.fLinkT_a:after {
	content: "";
	background: url(/sp/img/icon_arrow.png) no-repeat;
	display: inline-block;
	width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: 0 -24px;
  margin: -40px 0 0 74px;
	vertical-align: middle;
}

/*------------------------------------------------------------
	�t�b�^�[�i�r�Q�[�V����
------------------------------------------------------------*/
#fnavi h3 {
	color:#fff;
	text-align:left;
	text-shadow: 0px -1px 0px #000;
	padding:8px 15px;
	border-bottom: solid 1px #1d0002;
	border-top: solid 1px #522c27;
	background: -moz-linear-gradient(top, #3b1a1a, #340002);
  background: -webkit-gradient(linear, left top, left bottom, from(#3b1a1a), to(#340002));
}
#fnavi_tel {
	margin-top: 10px;
}
#fnavi_tel li {
	margin-bottom: 5px;
}
.fnavi_text {
	padding: 0 15px;
  font-size: 14px;
  text-align: left;
  color: #700;
	margin-bottom: 20px;
}
#fnavi_menu ul{
	margin-top:15px;
	border-top: solid 1px #beb1a6;
}
#fnavi_menu li a{
	display:block;
	text-align: left;
	background: -moz-linear-gradient(top, #f2f0ec, #dbdad5);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f0ec), to(#dbdad5));
	border-bottom: solid 1px #beb1a6;
	text-decoration:none;
	font-weight:bold;
	padding: 15px;
}
.fnavi_menu_a:after {
	content: "";
	background: url(/sp/img/icon_arrow.png) no-repeat;
	display: inline-block;
	width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: 0 -48px;
	vertical-align: middle;
	position: absolute;
	right: 10px;
}

/*------------------------------------------------------------
	�t�b�^�[SNS�A�C�R��
------------------------------------------------------------*/
#fsns {
	background-color: #e2e0dc;
	padding: 20px;
}
#fsns ul {
	margin-bottom: 10px;
}
#fsns li {
	width: 49px;
  display: inline-block;
	padding: 0 15px;
}
#fsns p {
	font-size: 14px;
  color: #762d2f;
  font-weight: bold;
}

/*------------------------------------------------------------
	�t�b�^�[�o�i�[
------------------------------------------------------------*/
#fbnr {
	background-color: #340103;
}
#fbnr p {
	padding: 10px 10px 0px;
}

/*------------------------------------------------------------
	�t�b�^�[
------------------------------------------------------------*/
footer {
	background-color:#340103;
	padding:10px 0px;
}
footer ul{
	text-align:center;
}
footer li{
	width:47%;
	display:inline-block;
}
footer li a{
	display:block;
	background: -moz-linear-gradient(top, #fff, #ddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:15px 0px 15px 10px;
	font-weight:bold;
	text-decoration:none;
}
footer li a p{
	color:#340103;
	font-size:15px;
}
#btnTop:before {
	content: "";
	background: url(/sp/img/icon_footer.png) no-repeat;
	display: inline-block;
  width: 21px;
  height: 20px;
	background-size: 43px;
	margin: -5px 5px 0 0;
	vertical-align: middle;
}
#btnPcmode:before {
	content: "";
	background: url(/sp/img/icon_footer.png) no-repeat;
	display: inline-block;
  width: 21px;
  height: 20px;
	background-size: 43px;
	background-position: -23px 0;
	margin: -5px 5px 0 0;
	vertical-align: middle;
}
adress {
	color:#fff;
	display:block;
	font-size:10px;
	margin-top:10px;
}

#backToTop{
	background-color: #340103;
	border-bottom: solid 1px #4c3031;
	padding: 20px 0px;
	font-weight: bold;
}
#backToTop {
	color:#fff;
}
#backToTop:before {
	content: "";
	background: url(/sp/img/icon_arrow.png) no-repeat;
	display: inline-block;
  width: 24px;
  height: 24px;
	background-size: 24px;
	margin: -5px 5px 0 0;
	vertical-align: middle;
}


/*------------------------------------------------------------
	�t�F�C�X�u�b�Nlike box
------------------------------------------------------------*/

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
    width: 100% !important;
}
