/* Main */

* {
	border:0;margin:0;padding:0;
	border-collapse:collapse;
	box-sizing: border-box;
	vertical-align:baseline;
}

html {
	max-width:100%;
}

body, header {
	min-width:320px;
}

body {
	width:100%;height:100%;
	font-size:15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:600;
	color:#444444;
	line-height:2.3;
}

main {
	width:100%;
	display:block;
	margin:0 auto;
	padding-botom:100px;
}

.hallpic {
	width:100%;
	max-width:720px;
}

/*plan*/
#Topics {
	width:100%;
	position:relative;
}

.big_icon {font-size:1.8em;}


/*table*/

th, td {
	padding:10px;
}

.guide , #tab_002, #tab_003 {
	width:100%;
	margin:0 auto;

	font-size:0.9em;
}

#tab_003 tr {
	border-bottom:1px solid #ccc;
}

.guide tr {
	border:0;
	border-bottom:1px dashed #ccc;
}

#tab_002 tr {
	border-bottom:1px solid #f9f9f9;
}

.guide tr:last-child, #tab_003 tr:last-child {
	border-bottom:0;
}

#tab_002 tr:last-child {
	border-bottom:0;
}

.guide td, #tab_003 th {
	width:25%;

	vertical-align:middle;
}

.guide th, #tab_003 td {
	width:75%;
	vertical-align:middle;
}

#tab_002 th {
	width:30%;
	border-right:1px dashed #f9f9f9;

	vertical-align:middle;
}

#tab_002 td {
	width:70%;
	vertical-align:middle;
}

/* dropbox */
.flow_box > a {
	display:block;
}

.flow_box > div {
	display:none;
}

/* box */
section {
	width:100%;
	position:relative;

	padding:40px 0 60px;
}

.content {
	width:100%;
	max-width:960px;
	
	margin:0 auto;
	position:relative;
}

/* h and font */

h1, h2, h3, h4, h5 {
	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin-bottom:20px;
}

h1 {
	font-size:1.5em;
	font-weight:800;
	color:#0F7685;

	letter-spacing:0.1em;

	text-align:center;
	padding-bottom:10px;
	border-bottom: 2px solid #ccc;
}

h2{
	font-size:1.5em;
	font-weight:700;
	position: relative;
	display: block;
	margin-bottom: 30px;
	text-align:center;
}

h2:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}

h2:first-letter {
	font-size:1.5em;
	color:#0080c0;
}

h3 {
	font-size:1.1em;
	font-weight:600;
	letter-spacing:0.05em;
	text-align:center;
	margin-bottom:10px;
	border-bottom:1px solid #fff;
}

h4 {
	font-size:1em;
	font-weight:400;
}

h5{font-size:0.6em;text-align:left;}
.u_bar {border-bottom:3px double #111;margin:10px 0;}
.uu_bar {border-bottom:1px solid #111;margin:10px 0;}
.r_bar {border-right:1px solid #f9f9f9;}

p, .p_br {
	margin-bottom:20px;
}

p {
}

/* a */
a {color:#800000;text-decoration:none;}
a:link {color:#800000;}
a:visited {color:#800000;}
a:hover {color:#887451;cursor:pointer;}
a:active {color:#800000;}

a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.5;
	transition: all 0.2s ease;
}

.swiper-slide {
	text-align:center;
}

.swiper-slide a img {
	transition: transform 0.1s ease;
}

.swiper-slide a img:hover {
	transform: scale(0.98);
}

.swiper-wrapper {
	margin-bottom:80px;
}

/* page */

.left {text-align:left;}
.center, .sp_left {text-align:center;}
.right {text-align:right;}

.top {vertical-align:top;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}

.bg_000 {background:rgba(255,255,255,0.7);}
.bg_001 {background:#d0576b;color:#fff;}
.bg_002 {background:#fed;}
.bg_003 {background:#ffd;}
.bg_004 {background:#0F7685;color:#fff;border-top:3px solid #2F3131;}
.bg_005 {background:#223a70;color:#fff;}
.bg_006 {background:#ddf;}
.bg_007 {background:#edf;}
.bg_008 {background:#0F7685;color:#fff;}

.bg_white {background:#fff;}


.sp_not {
	display:inline;
}
.pc_not {
	display:none;
}

/* contents */
.tab, .tab2 {
	width:100%;
	display:table;
	table-layout:fixed;
}
.tab_split80 {width:80%;display:table-cell;}
.tab_split66 {width:66.6%;display:table-cell;}
.tab_split60 {width:60%;display:table-cell;}
.tab_hulf {width:50%;display:table-cell;}
.tab_split40 {width:40%;display:table-cell;}
.tab_split33 {width:33.3%;display:table-cell;}
.tab_split20 {width:20%;display:table-cell;}

.hint {
	font-size:0.8em;
}

.jirei {
	list-style:none;
}

.jirei li {
	width:33.3%;

	font-size:0.9em;
	text-align:center;

	display:inline-block;
	padding:10px;
}

/*margin*/
.m_none {margin:0;}

/*padding*/
.p_none {padding:0;}
.p_10 {padding:10px;}
.p_20 {padding:20px;}
.p_20v {padding:0 20px;}
.p_20w {padding:20px 0;}
.p_40 {margin: 40px;}

/*effect*/
.border {
	border:1px solid #cfcfcf;
	padding:2px;
	background:#fff;
}

.round {
	border-radius:50%;
}

.shadow {
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.4);
       -moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.4);
            box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.4);
}

/* box */
.border_box {
	border:1px solid #222;
}

.border_box2 {
	border:1px solid #fff;
}

/* Line */
hr.line_001 {
	width:100%;
	margin:10px auto;
	border-top:1px solid #ccc;
}

hr.line_002 {
	width:100%;
	margin:10px auto;
	border-top:1px solid #222;
}

/* img */

img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

/* pageTop Button */

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#pageTop a {
	display: block;
	z-index: 9999;
	padding: 5px 9px;
	width: 48px;
	height: 48px;
	background-color:#222;
	color:#fff;
	text-align: center;
	transition: all 0.4s ease;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* form */
#form {
	width:100%;max-width:1280px;
	border:0;margin:0;padding:0;
	margin-left:auto;margin-right:auto;
}

#form th {
	width:30%;
}

#form td {
	width:70%;
}

#form th, td {
	padding:10px;
}

.label {
	text-align:right;
	letter-spacing:0.1em;
}

.tbox {
	width:100%;
	border:1px solid #eee;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	padding:10px;
}

.tarea {
	width:100%;height:10em;
	border:1px solid #eee;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	padding:10px;
}

.f_btn {
	width:100%;max-width:640px;
	background:#333;color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	padding:10px;
}

input:focus, textarea:focus {
	border:2px solid #ccc;
}


.f_btn:hover {
	background:#fff;
	color:#252823;
	cursor:pointer;
}

.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}

@media only screen and (max-width: 639px) {

* {
}

body {
	font-size:14px;
	line-height:1.8em;
	padding-bottom:80px;
}

section {
	padding: 20px 0 30px;
}

.tab > div  {
	width:100%;display:inline-block;
}

h1, h2, h3, h4, h5, .next_button {
	font-size:1.2em;
	letter-spacing:0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sp_not {
	display:none;
}
.pc_not {
	display:inline;
}

.sp_left {
	text-align:left;
}

/*Table*/

#tab_001 tr, #tab_002 tr, #tab_003 tr {
	border:0;
}

#tab_001 th, #tab_001 td, #tab_002 th, #tab_002 td, #tab_003 th, #tab_003 td, #form th, #form td {
	width:100%;
	display:block;
}

#form th {
	text-align:left;
}

#tab_001 th, #tab_002 th, #tab_003 th {
	padding-bottom:0;
	border-right:0;
	border-bottom:1px solid #333;
}

#tab_002 th {
	border-bottom:1px solid #f9f9f9;
}

#tab_001 td, #tab_002 td, #tab_003 td {
	padding-top:20px;
}

.r_bar{
	border:0;
}

#pageTop a {
	padding:10px;
}

.jirei li {
	width:100%;

	font-size:0.8em;
	text-align:center;

	display:inline-block;
	padding:5px;
}


}

