@charset "UTF-8";

/*------------------------------------------------------------wrapper*/
#wrapper {
	width: 320px;
	margin: 0 auto;
	position: relative;
}
/*------------------------------------------------------------Header*/
/*Header*/
header {
	background: #FFF;
}
#header_tx {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background: #6D0635;
	text-align: center;
	margin: 0;
	padding: 3px 0;
	text-shadow: 0 1px 0 #000;
}

section#header {
	background: #eed8da;
	position: relative;
}
section#header ul {
	display: flex;
}
section#header ul li {
	margin: 10px auto 0;
}
section#header ul li:first-child a img {
	width: 50%;
	height: auto;
}
section#header ul li:last-child a img {
	margin: 10px auto 0;
}
section#header .hd_comm{
	display: inline-block;
	height: 1em;
	width:40%;
	position: absolute;
	margin: auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-align: right;
	font-size: 12px;
	
}
/*------------------------------------------------------------FooterNavi*/
/* mainnavi border-top */
nav#footernavi ul li:first-of-type {
	border-top: 1px solid #f2babf;
}
/* mainnavi background & border-bottom */
nav#footernavi ul li {
	float: none;
	clear: both;
	border-bottom: 1px solid #f2babf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feedef), color-stop(100%, #eed8da));
}
/* mainnavi txt & arrow */
nav#footernavi ul li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 160%;
	color: #000;
	padding: 9px 15px;
	display: block;
	overflow: hidden;
	position: relative;
	background: url(../img/common_img/icon_arrow02.png) no-repeat 98% 50%;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 12px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
/* mainnavi subtxt */
nav#footernavi ul li a span {
	font-size: 12px;
	list-style: none;
	color: #369;
	left: 50%;
	top: 30%;
	position: absolute;
}
/*------------------------------------------------------------SubNavi*/
/*subnavi_bg*/
nav.subnavi {
	background: #6d0635;
	padding: 6px 10px;
}
/*subnavi_list_common*/
nav.subnavi div {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 48%;
	border-radius: 5px;
	margin: 5px auto;
	color: #FFF;
	box-shadow: 0 1px 1px #333;
}
nav.subnavi div a {
	display: block;
	border-radius: 5px;
}
nav.subnavi div a, nav.subnavi div a:hover {
	color: #FFF;
	background: #59657a -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #9b3c67), color-stop(100%, #6d0635));
	text-shadow: 0 -1px -1px #000;
}
/*go to pagetop*/
nav.subnavi .nav_top {
	float: right;
}
/*go to home*/
nav.subnavi .nav_home {
	float: left;
}
/*------------------------------------------------------------Side*/
ul.page_ctl {
	text-align: center;
	background: #ffffec;
	padding: 8px 10px;
	margin: 0 0 10px;
}
ul.page_ctl li {
	font-size: 12px;
	color: #389e7c;
}
ul.page_ctl li a {
	color: #389e7c;
	text-decoration: underline;
}
ul.page_ctl li a:hover {
	color: #999;
}
ul.page_ctl .ctl_left {
	float: left;
}
ul.page_ctl .ctl_right {
	float: right;
}
.tx_color01 {
	float: left;
	margin-right: 20px;
	padding: 0 0 0 15px;
	background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
.tx_color02 {
	float: left;
	padding: 0 0 0 15px;
	background: url(../img/common_img/half_s.png) no-repeat left center;
}
.tx_color03 {
	clear: both;
	padding: 0 0 0 15px;
	background: url(../img/common_img/monday_s.png) no-repeat left center;
}
/*------------------------------------------------------------information*/
section#information {
	background: #f9f9f1;
	padding: 10px;
}
section#information p.info_title01 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 0 #FFF;
}
/* table01 */
section#information table.info_table01 {
	width: 100%;
	background: #FFF;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-radius: 6px;
	margin-top: 10px;
}
section#information table.info_table01 th {
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	background: #eee;
	border-right: 1px dotted #ccc;
}
section#information table.info_table01 th, table.info_table01 td {
	font-size: 13px;
	padding: 7px 10px;
	margin-bottom: -1px;
	border-bottom: 1px solid #ccc;
}
/* table02 */
section#information p.info_title02 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 0 #FFF;
	margin: 10px 0px 0px;
}
section#information table.info_table02 {
	background: #FFF;
	width: 100%;
	border-collapse: collapse;
	border-radius: 6px;
}
section#information table.info_table02 th {
	font-weight: bold;
	background: #FFF;
	text-align: left;
}
section#information table.info_table02 th, table.info_table02 td {
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	margin-bottom: -1px;
	border: 1px solid #D7DBE2;
}
section#information table.info_table02 th.tx_left, table.info_table02 td.tx_left {
	padding: 5px 10px;
	text-align: left;
}
/* btn_common */
nav#contact_btn {
	margin: 10px 0px;
	text-align: center;
}
nav#contact_btn a {
	width: 100%;
	margin: 3px 0;
	font-weight: bold;
	line-height: 33px;
	-webkit-border-radius: 4px;
	display: inline-block;
	color: #FFF;
	text-shadow: 0 -1px -1px #000;
	box-shadow: 0 1px 1px #333;
	background: #59657a -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #9b3c67), color-stop(100%, #6d0635));
}
/*------------------------------------------------------------Footer*/
/*copyright*/
footer p#copyright {
	font-size: 9px;
	color: #fff;
	background: #6d0635;
	text-align: center;
	padding: 8px 0;
}
/*------------------------------------------------------------Box*/
.container {
	margin:0 10px;
	padding:20px 0;
}
/*TextBox*/
.txbox01 {
	background: #f9f9f1;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #f6f0e2;
	border-collapse: collapse;
	-webkit-border-radius: 8px;
}
.txbox02 {
	margin: 10px 0;
}
/*------------------------------------------------------------Text*/
/*PageTitle*/
#pagetitle {
	background: #ebd2d6;
	padding: 10px;
	border-bottom: 1px solid #6d0635;
}
#pagetitle h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 0 #FFF;
	margin: 0;
}
/*Title*/
.title01 {
	color: #FFF;
	background: #6d0635;
	margin-bottom: 15px;
	padding: 5px 10px;
	font-weight: bold;
	text-shadow: none;
}
.title02 {
	margin-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	border-left: 5px solid #6d0635;
}
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*TextColor*/
.tx_red {
	color: #C00;
}
/*attention*/
.attention {
	font-size: 11px;
	line-height: 150%;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*------------------------------------------------------------Margin*/
/*MarginTop10px*/
.margin_t10 {
	margin-top: 10px;
}
/*MarginTop15px*/
.margin_t15 {
	margin-top: 15px;
}
/*MarginTop20px*/
.margin_t20 {
	margin-top: 20px;
}
/*MarginBottom5px*/
.margin_b05 {
	margin-bottom: 5px;
}
/*MarginBottom10px*/
.margin_b10 {
	margin-bottom: 10px;
}
/*MarginBottom15px*/
.margin_b15 {
	margin-bottom: 15px;
}
/*MarginBottom20px*/
.margin_b20 {
	margin-bottom: 20px;
}
/*MarginBottom25px*/
.margin_b25 {
	margin-bottom: 25px;
}
/*MarginBottom30px*/
.margin_b30 {
	margin-bottom: 30px;
}
/*MarginRight10px*/
.margin_r10 {
	margin-right: 10px;
}
/*MarginRight15px*/
.margin_r15 {
	margin-right: 15px;
}
/*MarginRight20px*/
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft10px*/
.margin_l10 {
	margin-left: 10px;
}
/*MarginLeft15px*/
.margin_l15 {
	margin-left: 15px;
}
/*MarginLeft20px*/
.margin_l20 {
	margin-left: 20px;
}
/*------------------------------------------------------------Padding*/
/*PaddingTop10px*/
.padding_t10 {
	padding-top: 10px;
}
/*PaddingTop20px*/
.padding_t20 {
	padding-top: 20px;
}
/*PaddingBottom10px*/
.padding_b10 {
	padding-bottom: 10px;
}
/*PaddingBottom20px*/
.padding_b20 {
	padding-bottom: 20px;
}
/*PaddingRight10px*/
.padding_r10 {
	padding-right: 10px;
}
/*PaddingRight20px*/
.padding_r20 {
	padding-right: 20px;
}
/*PaddingLeft10px*/
.padding_l10 {
	padding-left: 10px;
}
/*PaddingLeft20px*/
.padding_l20 {
	padding-left: 20px;
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------table*/
/* table01 */
table.table01 {
	width: 100%;
	background: #FFF;
	border: 1px solid #e6aab4;
	border-collapse: collapse;
	-webkit-border-radius: 8px;
	line-height: 1.5;
}
table.table01 th {
	width: 60%;
	font-weight: bold;
	text-align: left;
	background: #ebd2d6;
	border-right: 1px solid #e6aab4;
}
table.table01 th, table.table01 td {
	padding: 10px;
	margin-bottom: -1px;
	border-bottom: 1px solid #e6aab4;
}
/*------------------------------------------------------------dl*/
section#dl01 div {
	background: #FFF;
	padding: 12px 0 10px;
	border-bottom: 1px solid #333;
}
section#dl01 div:first-of-type {
	border-top: 1px solid #333;
}
section#dl01 div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#dl01 img {
	margin: 10px 0 0;
}
section#dl01 .phbox {
	text-align: center;
}
/*------------------------------------------------------------other*/
