@charset "utf-8";
/* reset */
html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Arial", "ヒラギノ角ゴ";
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1.5px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
#page {
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	width: 100%;
	min-width: 100%;
}
#page.open {
	position: fixed;
	-webkit-transform: translate3d(-60%, 0, 0);
	transform: translate3d(-60%, 0, 0);
}
.page {
	padding: 0;
}

/* drawer_menu */
#drawer_menu {
	position: fixed;
	top: 0;
	right: -60%;
	width: 60%;
	height: 100%;
	overflow-y: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #fff;
}
#drawer_menu.open {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
#drawer_menu > .title {
	text-align: center;
	font-size: 18px;
	padding: 18px 0 16px;
	color: #fff;
	background: #ef7c89;
}
.drawer_menu_list {
	margin-bottom: 30px;
	overflow: hidden;
	border-top: 1px solid #000;
}
.drawer_menu_list li {
	border-bottom: 1px solid #000;
}
.drawer_menu_list li a {
	color: #000;
	text-decoration: none;
	padding: 15px 15px 15px 25px;
	display: block;
	position: relative;
}
.drawer_menu_list li a:before {
	content: "　";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #ef7c89;
	display: inline-block;
	position: absolute;
	top: 19px;
	left: 12px;
}
#drawer_menu .close {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 auto 30px;
	padding: 7px 0;
	background: #000;
	width: 80%;
	text-decoration: none;
	text-shadow: 0.3px 0 0 #fff;
	border-radius: 3px;
	border: 2px solid #ef7c89;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbd9e8), to(#ef7c89));
	background: -moz-linear-gradient(top, #fbd9e8, #ef7c89);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ededed', GradientType=0);
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
}

/* reset */
img {
	width: 100%;
}
a img {
	border: none;
}
p, ul, li, dl, dt, dd {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 15px;
}
a, a:link, a:hover, a:visited, a:active {
	color: #1e0fbe;
}

/* header */
#header {
	margin: 0 0 0px;
	padding: 10px;
	overflow: hidden;
	background: #fff;
}
.visual {
	margin: 0 0 5px;
}

/* head_line */
#head_line {
	position: relative;
	width: 100%;
	color: #fff;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
	zoom: 1;
	display: table;
}
#head_line #logo {
	display: table-cell;
	width: 64%;
	vertical-align: middle;
	padding-right: 1%;
}
#head_line #logo h1 {
	margin: 0;
	padding: 0;
}
#head_line #logo a, #head_line #logo img {
	display: block;
}
#head_line .head_navi {
	display: table-cell;
	width: 35%;
	vertical-align: middle;
}
#head_line .head_navi li {
	width: 47%;
	margin-left: 3%;
	float: right;
}
#head_line .head_navi li img {
	display: block;
}

/* contents */
#contents {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#contents:after {
	content: " ";
	display: table;
	clear: both;
}
#main {
	width: 100%;
	margin: 0px;
	padding: 0px 1%;
	box-sizing: border-box;
}
#main:after {
	content: " ";
	display: table;
	clear: both;
}
.section {
	padding: 0;
}
.section > .section_title {
	border-bottom: 1px solid #fbd9e8;
	border-top: 1px solid #fbd9e8;
	padding: 1px 0;
}
.section > .section_title h2 {
	font-size: 17px;
	font-weight: normal;
	background: #ef7c89;
	padding: 11px 0 10px 15px;
	position: relative;
	display: block;
	margin: 0;
	color: #fff;
}
.section > .article {
	padding: 10px 5px 15px;
}
.child_content_section {
}
#main .child_content_section > .section_title {
	font-size: 17px;
	font-weight: normal;
	background-color: #fbd9e8;
	padding: 11px 0 10px 30px;
	position: relative;
	display: block;
	margin: 0 0 15px 0;
}
.child_content_section > .section_title:after {
	content: " ";
	left: 1%;
	top: 20%;
	width: 4px;
	height: 60%;
	margin-left: 5px;
	background: #ef7c89;
	position: absolute;
	border-radius: 10px;
}
.child_content_section > .article {
	padding: 10px 5px 20px;
}
.in_content {
	padding: 12px 0px 20px;
}
.in_content > .title {
	color: #330000;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	background: #E6E6E6;
	margin: 0 0 10px;
	font-size: 16px;
}
.in_content_inner {
	padding: 0 5px;
}

/* footer */
#footer {
	font-size: 15px;
	color: #000;
	overflow: hidden;
	padding-top: 10px;
}
#footer .return {
	text-align: center;
	margin-bottom: 10px;
}
#footer .return a {
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	color: #000;
	display: block;
}
#footer .return img {
	width: auto
}
#footer .return a:before {
}
.footer_navi:after {
	content: " ";
	clear: both;
	display: table;
}

/* half_navi */
.footer_navi {
	border-top: 1px solid #c9caca;
}
.footer_navi ul {
}
.footer_navi li {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #c9caca;
	box-sizing: border-box;
	float: left;
	display: table;
}
.footer_navi li a {
	text-decoration: none;
	display: block;
	background: url(img/btn-point.png) no-repeat 5% center;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5% 0 15%;
	color: #000;
}

/* copy */
#copy {
	text-align: center;
	color: #FFF;
	padding: 10px 25px;
	background: #ef7c89;
}
#copy .return {
	padding: 5px 0 10px;
}
#copy .return a {
	text-decoration: none;
	color: #2a4d04;
	padding: 5px 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #fff;
}
#copy .return a:after {
	position: relative;
	content: "▲";
	font-size: 14px;
	opacity: 0.6;
	top: -1px;
	left: 5px;
}

/* 汎用指定------------------- */
.map_btn {
	text-align: center;
	font-size: 18px;
	margin: 0 auto 10px;
	padding: 0px;
	width: 95%;
}
.map_btn a {
	display: block;
	text-decoration: none;
	padding: 12px 17px;
	border-radius: 30px;
	color: #000;
	border: 2px solid #000;
}
.map_btn a:before {
	content: " ";
	padding: 5px 12px;
	background: url(img/map-btn-point.png) no-repeat left center;
	background-size: auto 100%;
	margin-right: 10px;
}
.table01 {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 25px;
}
.table01 th, .table01 td {
	border: 2px solid #111;
	padding: 12px 10px;
}
.table01 th {
	text-align: center;
	width: 30%;
	color: #000;
	background: #fff;
}
.table01 td {
}
.waku01 {
	padding: 8px 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.float_r {
	float: right !important;
}
.float_l {
	float: left !important;
}
.txt_c {
	text-align: center !important;
}
.txt_l {
	text-align: left !important;
}
.txt_r {
	text-align: right !important;
}
.line1Black {
	border-bottom: 1px solid #000 !important;
}
.line1Red {
	border-bottom: 1px solid #f35b54 !important;
}
.line1Blue {
	border-bottom: 1px solid #02a7e7 !important;
}
.lineH_reset {
	line-height: 1.0;
}
.lineH_20 {
	line-height: 1.2;
}
.lineH_90 {
	line-height: 1.9;
}
.mg_auto {
	margin: 0 auto !important;
}
.mgSide1 {
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.mgSide2 {
	margin-left: 2% !important;
	margin-right: 2% !important;
}
.mgSide3 {
	margin-left: 3% !important;
	margin-right: 3% !important;
}
.mgSide4 {
	margin-left: 4% !important;
	margin-right: 4% !important;
}
.mgSide5 {
	margin-left: 5% !important;
	margin-right: 5% !important;
}
.mgSide6 {
	margin-left: 6% !important;
	margin-right: 6% !important;
}
.mgSide7 {
	margin-left: 7% !important;
	margin-right: 7% !important;
}
.mgSide8 {
	margin-left: 8% !important;
	margin-right: 8% !important;
}
.mgSide9 {
	margin-left: 9% !important;
	margin-right: 9% !important;
}
.mgSide10 {
	margin-left: 10% !important;
	margin-right: 10% !important;
}
.mb1 {
	margin-bottom: 1px !important;
}
.mb2 {
	margin-bottom: 2px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb4 {
	margin-bottom: 4px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb6 {
	margin-bottom: 6px !important;
}
.mb7 {
	margin-bottom: 7px !important;
}
.mb8 {
	margin-bottom: 8px !important;
}
.mb9 {
	margin-bottom: 9px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb11 {
	margin-bottom: 11px !important;
}
.mb12 {
	margin-bottom: 12px !important;
}
.mb13 {
	margin-bottom: 13px !important;
}
.mb14 {
	margin-bottom: 14px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb16 {
	margin-bottom: 16px !important;
}
.mb17 {
	margin-bottom: 17px !important;
}
.mb18 {
	margin-bottom: 18px !important;
}
.mb19 {
	margin-bottom: 19px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb21 {
	margin-bottom: 21px !important;
}
.mb22 {
	margin-bottom: 22px !important;
}
.mb23 {
	margin-bottom: 23px !important;
}
.mb24 {
	margin-bottom: 24px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb26 {
	margin-bottom: 26px !important;
}
.mb27 {
	margin-bottom: 27px !important;
}
.mb28 {
	margin-bottom: 28px !important;
}
.mb29 {
	margin-bottom: 29px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb31 {
	margin-bottom: 31px !important;
}
.mb32 {
	margin-bottom: 32px !important;
}
.mb33 {
	margin-bottom: 33px !important;
}
.mb34 {
	margin-bottom: 34px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb36 {
	margin-bottom: 36px !important;
}
.mb37 {
	margin-bottom: 37px !important;
}
.mb38 {
	margin-bottom: 38px !important;
}
.mb39 {
	margin-bottom: 39px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb41 {
	margin-bottom: 41px !important;
}
.mb42 {
	margin-bottom: 42px !important;
}
.mb43 {
	margin-bottom: 43px !important;
}
.mb44 {
	margin-bottom: 44px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb46 {
	margin-bottom: 46px !important;
}
.mb47 {
	margin-bottom: 47px !important;
}
.mb48 {
	margin-bottom: 48px !important;
}
.mb49 {
	margin-bottom: 49px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb51 {
	margin-bottom: 51px !important;
}
.mb52 {
	margin-bottom: 52px !important;
}
.mb53 {
	margin-bottom: 53px !important;
}
.mb54 {
	margin-bottom: 54px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb56 {
	margin-bottom: 56px !important;
}
.mb57 {
	margin-bottom: 57px !important;
}
.mb58 {
	margin-bottom: 58px !important;
}
.mb59 {
	margin-bottom: 59px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb61 {
	margin-bottom: 61px !important;
}
.mb62 {
	margin-bottom: 62px !important;
}
.mb63 {
	margin-bottom: 63px !important;
}
.mb64 {
	margin-bottom: 64px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.mb66 {
	margin-bottom: 66px !important;
}
.mb67 {
	margin-bottom: 67px !important;
}
.mb68 {
	margin-bottom: 68px !important;
}
.mb69 {
	margin-bottom: 69px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.ml1 {
	margin-left: 1px !important;
}
.ml2 {
	margin-left: 2px !important;
}
.ml3 {
	margin-left: 3px !important;
}
.ml4 {
	margin-left: 4px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml6 {
	margin-left: 6px !important;
}
.ml7 {
	margin-left: 7px !important;
}
.ml8 {
	margin-left: 8px !important;
}
.ml9 {
	margin-left: 9px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml11 {
	margin-left: 11px !important;
}
.ml12 {
	margin-left: 12px !important;
}
.ml13 {
	margin-left: 13px !important;
}
.ml14 {
	margin-left: 14px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml16 {
	margin-left: 16px !important;
}
.ml17 {
	margin-left: 17px !important;
}
.ml18 {
	margin-left: 18px !important;
}
.ml19 {
	margin-left: 19px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml21 {
	margin-left: 21px !important;
}
.ml22 {
	margin-left: 22px !important;
}
.ml23 {
	margin-left: 23px !important;
}
.ml24 {
	margin-left: 24px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml26 {
	margin-left: 26px !important;
}
.ml27 {
	margin-left: 27px !important;
}
.ml28 {
	margin-left: 28px !important;
}
.ml29 {
	margin-left: 29px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml31 {
	margin-left: 31px !important;
}
.ml32 {
	margin-left: 32px !important;
}
.ml33 {
	margin-left: 33px !important;
}
.ml34 {
	margin-left: 34px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml36 {
	margin-left: 36px !important;
}
.ml37 {
	margin-left: 37px !important;
}
.ml38 {
	margin-left: 38px !important;
}
.ml39 {
	margin-left: 39px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml41 {
	margin-left: 41px !important;
}
.ml42 {
	margin-left: 42px !important;
}
.ml43 {
	margin-left: 43px !important;
}
.ml44 {
	margin-left: 44px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml46 {
	margin-left: 46px !important;
}
.ml47 {
	margin-left: 47px !important;
}
.ml48 {
	margin-left: 48px !important;
}
.ml49 {
	margin-left: 49px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.ml51 {
	margin-left: 51px !important;
}
.ml52 {
	margin-left: 52px !important;
}
.ml53 {
	margin-left: 53px !important;
}
.ml54 {
	margin-left: 54px !important;
}
.ml55 {
	margin-left: 55px !important;
}
.ml56 {
	margin-left: 56px !important;
}
.ml57 {
	margin-left: 57px !important;
}
.ml58 {
	margin-left: 58px !important;
}
.ml59 {
	margin-left: 59px !important;
}
.ml60 {
	margin-left: 60px !important;
}
.ml61 {
	margin-left: 61px !important;
}
.ml62 {
	margin-left: 62px !important;
}
.ml63 {
	margin-left: 63px !important;
}
.ml64 {
	margin-left: 64px !important;
}
.ml65 {
	margin-left: 65px !important;
}
.ml66 {
	margin-left: 66px !important;
}
.ml67 {
	margin-left: 67px !important;
}
.ml68 {
	margin-left: 68px !important;
}
.ml69 {
	margin-left: 69px !important;
}
.ml70 {
	margin-left: 70px !important;
}
.fs1 {
	font-size: 1px !important;
}
.fs2 {
	font-size: 2px !important;
}
.fs3 {
	font-size: 3px !important;
}
.fs4 {
	font-size: 4px !important;
}
.fs5 {
	font-size: 5px !important;
}
.fs6 {
	font-size: 6px !important;
}
.fs7 {
	font-size: 7px !important;
}
.fs8 {
	font-size: 8px !important;
}
.fs9 {
	font-size: 9px !important;
}
.fs10 {
	font-size: 10px !important;
}
.fs11 {
	font-size: 11px !important;
}
.fs12 {
	font-size: 12px !important;
}
.fs13 {
	font-size: 13px !important;
}
.fs14 {
	font-size: 14px !important;
}
.fs15 {
	font-size: 15px !important;
}
.fs16 {
	font-size: 16px !important;
}
.fs17 {
	font-size: 17px !important;
}
.fs18 {
	font-size: 18px !important;
}
.fs19 {
	font-size: 19px !important;
}
.fs20 {
	font-size: 20px !important;
}
.fs21 {
	font-size: 21px !important;
}
.fs22 {
	font-size: 22px !important;
}
.fs23 {
	font-size: 23px !important;
}
.fs24 {
	font-size: 24px !important;
}
.fs25 {
	font-size: 25px !important;
}
.fs26 {
	font-size: 26px !important;
}
.fs27 {
	font-size: 27px !important;
}
.fs28 {
	font-size: 28px !important;
}
.fs29 {
	font-size: 29px !important;
}
.fs30 {
	font-size: 30px !important;
}
.fs31 {
	font-size: 31px !important;
}
.fs32 {
	font-size: 32px !important;
}
.fs33 {
	font-size: 33px !important;
}
.fs34 {
	font-size: 34px !important;
}
.fs35 {
	font-size: 35px !important;
}
.fs36 {
	font-size: 36px !important;
}
.fs37 {
	font-size: 37px !important;
}
.fs38 {
	font-size: 38px !important;
}
.fs39 {
	font-size: 39px !important;
}
.fs40 {
	font-size: 40px !important;
}
.fs41 {
	font-size: 41px !important;
}
.fs42 {
	font-size: 42px !important;
}
.fs43 {
	font-size: 43px !important;
}
.fs44 {
	font-size: 44px !important;
}
.fs45 {
	font-size: 45px !important;
}
.fs46 {
	font-size: 46px !important;
}
.fs47 {
	font-size: 47px !important;
}
.fs48 {
	font-size: 48px !important;
}
.fs49 {
	font-size: 49px !important;
}
.fs50 {
	font-size: 50px !important;
}
.fs51 {
	font-size: 51px !important;
}
.fs52 {
	font-size: 52px !important;
}
.fs53 {
	font-size: 53px !important;
}
.fs54 {
	font-size: 54px !important;
}
.fs55 {
	font-size: 55px !important;
}
.fs56 {
	font-size: 56px !important;
}
.fs57 {
	font-size: 57px !important;
}
.fs58 {
	font-size: 58px !important;
}
.fs59 {
	font-size: 59px !important;
}
.fs60 {
	font-size: 60px !important;
}
.fs61 {
	font-size: 61px !important;
}
.fs62 {
	font-size: 62px !important;
}
.fs63 {
	font-size: 63px !important;
}
.fs64 {
	font-size: 64px !important;
}
.fs65 {
	font-size: 65px !important;
}
.fs66 {
	font-size: 66px !important;
}
.fs67 {
	font-size: 67px !important;
}
.fs68 {
	font-size: 68px !important;
}
.fs69 {
	font-size: 69px !important;
}
.fs70 {
	font-size: 70px !important;
}
.fcRed {
	color: #ff0000 !important;
}
.fcOrange {
	color: #ee7600 !important;
}
.fcBlue {
	color: #02a7e7 !important;
}
.fcGreen {
	color: #00ff00 !important;
}
.fcYellow {
	color: #ffae00 !important;
}
.fcBlack {
	color: #000000 !important;
}
.fcGray {
	color: #666666 !important;
}
.fcBase {
	color: #44298c !important;
}
.clear {
	overflow: hidden;
}

/* 汎用クラス */
.list01 dt {
	font-size: 25px;
	margin-bottom: 0.3em;
	background: none;
}
.list01 dd {
}
.inner01:after {
	content: " ";
	clear: both;
	display: table;
}
.inner01 {
	margin-bottom: 20px;
}

/* .basic_list */
.basic_list {
	margin-bottom: 10px;
}
.basic_list li {
	padding-left: 15px;
}
.basic_list li:before {
	margin-left: -15px;
	content: "\30fb";
}

/* .attent_list */
.attent_list li {
	padding-left: 15px;
}
.attent_list li:before {
	margin-left: -15px;
	content: "\203b";
}

/* .link_btn */
#main .link_btn {
	width: 95%;
	text-align: center;
	margin: 10px auto;
}
#main .link_btn a {
	display: block;
	text-decoration: none;
	padding: 8px 0;
	border-radius: 10px;
	color: #ef7c89;
	border: 2px solid #ef7c89;
	font-size: 18px;
}
#main .link_btn a:after {
	content: " ";
	padding: 5px 12px;
	background: url(img/btn-point.png) no-repeat center center;
	background-size: auto 30%;
	margin-left: 5px;
}

/* .pick_text */
#main .pick_text {
	font-size: 18px;
	color: #ef7c89;
	font-weight: bold;
}
#page .section .image {
	width: 80%;
	margin: 0 auto 20px;
}
#page .section .image.w100 {
	width: 100%;
}
#page .section .image img {
	display: block;
}
#page .section > .image span {
	display: block;
	font-size: 120%;
	margin: 0 0 0.4em 0;
}
#page .section > .set {
	margin: 0 0 0;
	padding: 0px;
	overflow: hidden;
	zoom: 1;
}

/* slide */
.contents_toggle .toggle_btn {
	background: url(img/point06.png) no-repeat right center;
	background-size: auto 50%;
}
.contents_toggle .toggle_slide {
	display: none;
	padding: 15px 0px;
}

/* greeting.html */
/* .table_base */

.table_base {
	margin-bottom: 40px;
}
.table_base table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
.table_base table tr {
	border-bottom: 1px dashed #ccc;
}
.table_base table th, .table_base table td {
	font-weight: normal;
	padding: 15px 10px;
	vertical-align: middle;
}
.table_base table tbody th {
	width: 30%;
	color: #ef7c89;
	text-align: left;
}

/* access */
#access_map {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#access_map .map_set {
	margin-bottom: 30px;
}
#access_map .map_set #map {
	width: 100%;
	height: 200px;
	border: 1px dotted #fff;
	margin-bottom: 15px;
	box-shadow: inherit;
	box-sizing: border-box;
}

/* .swipe_content */
.swipe_content {
	position: relative;
}
.swipe_inner {
	position: inherit;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.swipe_content .promote {
	position: absolute;
	width: 15%;
	margin-top: -7.5%;
	right: 0px;
	top: 50%;
}
.swipe_content .promote img {
	width: 100%;
	border-radius: 10px;
}
.swipe_content table {
	width: 150%;
	white-space: nowrap;
	border-collapse: collapse;
}
.swipe_content table th, .swipe_content table td {
	text-align: center;
	padding-top: 15px;
	border: 1px solid #cccccc;
}
.swipe_content table th {
}
.swipe_content table td {
}

/* index.html */
/* .news */

.news {
	overflow-y: scroll;
	height:600px;
	margin-bottom:20px;
}
.news:after {
	content: " ";
	display: table;
	clear: both;
}
.news .date {
	padding: 0 0 0 5px;
	color: #eb5d00;
	margin-bottom: 20px;
}
.news .news_detail {
	margin-bottom: 18px;
	padding: 0 5px 15px 5px;
	border-bottom: 1px dotted #614410;
}

.news .news_detail p.title {
  font-size:110%;
  margin-left:-10px;
}

.news .news_detail p.title:before {
  content:"\3010";
}

.news .news_detail p.title:after {
  content:"\3011";
}

.news .news_detail .list {
	margin-bottom: 15px;
}
.news .news_detail .list li {
	padding-left: 13px;
}
.news .news_detail .list li:before {
	content: "\30fb";
	margin-left: -13px;
}

/* .event */
.event {
	margin: 0;
}
.event:after, .event_set:after {
	content: " ";
	display: table;
	clear: both;
}
.event .event_set {
	padding-bottom: 40px;
}
.event .event_set .set {
	margin-bottom: 18px;
	padding: 0 5px 5px 5px;
	border-bottom: 1px dotted #614410;
}
.event .event_set .set:last-child {
	margin-bottom: 0;
}
.event .event_set .event_title {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	padding: 5px 15px 10px 5px;
	border-bottom: 3px solid #dcdddd;
	background-size: contain;
	position: relative;
	margin: 0 0 20px 0;
}
.event .event_set .event_title:after {
	position: absolute;
	content: " ";
	width: 100px;
	height: 100%;
	bottom: -3px;
	left: 0;
	border-bottom: 3px solid #ef7c89;
}
.event .event_set .set .title {
	padding: 0 0 0 5px;
	color: #eb5d00;
	margin-bottom: 10px;
}
.event .event_set .set .list {
	margin-bottom: 15px;
}
.event .event_set .set .list li {
	padding-left: 13px;
}
.event .event_set .set .list li:before {
	content: "\30fb";
	margin-left: -13px;
}

/* .banner_list */
.banner_list:after {
	content: " ";
	display: table;
	clear: both;
}
.banner_list {
	margin-bottom: 40px;
}
.banner_list li {
	margin-bottom: 10px;
}
.banner_list li:last-child {
	margin-bottom: 0;
}
.banner_list li img {
	display: block;
}

/* contents1.html */
/* .price */

#main .price:after, #main .price .set:after {
	content: " ";
	display: table;
	clear: both;
}
#main .price {
	padding: 10px 0;
}
#main .price .title {
	text-align: left;
	margin-bottom: 5px;
	color: #ef7c89;
	font-size: 17px;
}
#main .price .title:before {
	content: "\25c6\20";
}
#main .price .list {
	padding: 0 5px;
	margin-bottom: 20px;
}
#main .price .list dl {
	margin-bottom: 5px;
}
#main .price .list dt {
	padding: 10px 0 10px 22px;
}
#main .price .list dt:before {
	content: "\25cf";
	margin-right: 5px;
	margin-left: -22px;
}
#main .price .list dd {
	text-align: right;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}

/* .flow_list */
.flow_list {
	padding: 0 0 0.5em;
}
.flow_list dt {
	background: #d5d5aa;
	padding: 10px;
	border-radius: 5px;
}
.flow_list dd {
	padding: 10px;
	margin-bottom: 60px;
	position: relative;
	border-bottom: 1px dashed #ccc;
}
.flow_list dd:after {
	position: absolute;
	border: 15px solid transparent;
	border-top: 15px solid #ef7c89;
	bottom: -55px;
	left: 50%;
	margin-left: -20px;
	content: " ";
	width: 0;
	height: 0;
}
.flow_list dd:last-child:after {
	content: none;
}

/* .kotsuban */
#main .kotsuban:after, #main .kotsuban .set:after, #main .kotsuban .inner:after, #main .kotsuban .detail:after, #main .kotsuban .cont:after {
	content: " ";
	display: table;
	clear: both;
}
.kotsuban {
	margin-bottom: 20px;
	padding: 10px 0 0;
}
.kotsuban > .set {
	margin-bottom: 10px;
}
.kotsuban > .set:last-child {
	margin-bottom: 0;
}
.kotsuban > .set > .title {
	background-color: #99ccff;
	color: #333;
	padding: 10px;
	border-radius: 5px;
}
.kotsuban .detail {
	margin-bottom: 30px;
}
.kotsuban .detail .title {
	background: #ffff99;
	color: #ef7c89;
	margin: 0 5px;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
}
.kotsuban .detail .set {
	border-bottom: 1px solid #ccc;
	padding: 0 5px;
	margin-bottom: 10px;
}
.kotsuban .detail .koumoku {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	color: #ef7c89;
}
.kotsuban .detail .cont {
	padding: 10px;
}

.kotsuban .detail .cont ul {
	margin-bottom:15px;
}

.kotsuban .detail .cont li {
	margin-bottom:10px;
	text-indent:-16px;
	padding-left:16px;
}

.kotsuban .detail .cont li:last-child {
	margin-bottom:0;
}

#main .kotsuban .detail .access_list {
	margin-bottom: 15px;
}
#main .kotsuban .detail .access_list dd {
	margin-bottom: 15px;
}
#main .kotsuban .detail .access_list dd:last-child {
	margin-bottom: 0;
}
#main .kotsuban .detail .clothes_list {
	margin-bottom: 15px;
}
#main .kotsuban .detail .clothes_list dt {
	color: #800040;
	text-shadow: 0.5px 0 0  #800040;
}
#main .kotsuban .detail .clothes_list dd {
	margin-bottom: 15px;
}
#main .kotsuban .detail .clothes_list dd:last-child {
	margin-bottom: 0;
}

/* contents2.html */
/* .voice_list */

.voice_list {
	content: " ";
	display: table;
	clear: both;
}
.voice_list li {
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.voice_list li a {
	display: block;
}
.voice_list li img {
	border: 5px solid #ffeae7;
	padding: 1px;
	width: 100%;
	box-sizing: border-box;
	display: block;
}

/* contents3.html */
/* .qa */

.qa:after {
	content: " ";
	display: table;
	clear: both;
}
.qa {
	margin-bottom: 40px;
	padding: 0 10px;
}
.qa .set {
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}
.qa .set:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.qa .set > .question {
	font-size: 17px;
	text-shadow: 0.5px 0 0 #000;
	margin-bottom: 20px;
	padding: 0 0 0 50px;
	position: relative;
}
.qa .set > .question:before {
	content: "\ff31";
	position: absolute;
	width: 30px;
	height: 30px;
	padding: 5px 0;
	text-align: center;
	background: #ffff99;
	border-radius: 50%;
	top: -5px;
	left: 0;
	color: #99ccff;
	box-sizing: border-box;
	text-shadow: 0.5px 0 0 #99ccff;
}
.qa .set > .answer {
	margin: 0 0 20px;
	padding: 0 0 0px 50px;
	position: relative;
}
.qa .set > .answer:before {
	content: "\ff21";
	font-size: 18px;
	color: #ffff99;
	padding: 5px 0;
	position: absolute;
	top: -5px;
	left: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #99ccff;
	border-radius: 50%;
	box-sizing: border-box;
	text-shadow: 0.5px 0 0 #ffff99;
}