﻿@charset "UTF-8";
/*
	Description: Common Style
	Update: 2015/04/14
*/

/*==========================================================
Reset
==========================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
caption,
address,
figcaption,
small,
label,
time {
    font-size:1.2rem;
    line-height: 1.6;
}
body {
	line-height:1;
}

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

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:1.2rem;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/*==========================================================
Common
==========================================================*/
html, body {
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

ul {
	list-style: none;
}
a {
	text-decoration: none;
}


/*----------------------------------------------------------
header
----------------------------------------------------------*/
header {
	/*
	position: fixed;
	*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	background-color: #003399;
}

header .logo {
	display: inline-block;
	width: 260px;
	vertical-align: top;
}
header .logo a {
	display: block;
	width: 100%;
}
header .logo a img {
	display: block;
	width: 100%;
	height: auto;
}

header .headerBack {
	display: inline-block;
	padding: 16px 0 16px 20px;
}
header .headerBack .btn {
}

header #headerMenu {
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
	height: 110px;
}
header #headerMenu a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("/common_src2/img/header_menu_close.png") no-repeat;
	background-size: 100%;
}
header #headerMenu a img {
	display: block;
	width: 100%;
	height: auto;
}
header #headerMenu a.opened img {
	visibility: hidden;
}

@media only screen and ( max-width: 639px ) {
	header {
		height: 99px;
	}
	header .logo {
		width: 130px;
	}
	header .headerBack {
		display: inline-block;
		padding: 8px 0 8px 10px;
	}
	header #headerMenu {
		width: 55px;
		height: 55px;
	} 
}

@media only screen and ( max-width: 346px ) {
	header {
		height: 122px;
	}
}

/*----------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
	padding: 40px 24px 24px 24px;
	background-color: #000;
}

footer #pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 3;
}
footer #pagetop a {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 12px;
	text-indent: -9999px;
}
footer #pagetop a:after {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 34px;
	height: 22px;
	margin: -11px 0 0 -17px;
	background-repeat: no-repeat;
	content: "";
}

footer #footerNav {
}
footer #footerNav ul {
	font-size:1.8rem; /*px*/
	line-height: 1.4;
	text-align: center;
}
footer #footerNav ul li {
	display: inline-block;
}
footer #footerNav ul li:before {
	content: " | ";
	color: #fff;
}
footer #footerNav ul li:first-child:before {
	content: "";
}
footer #footerNav ul li a {
	color: #fff;
}

@media only screen and ( max-width: 639px ) {
	footer {
		padding: 20px 12px 12px 12px;
	}
	footer #pagetop {
		right: 10px;
		bottom: 10px;
	}
	footer #pagetop a {
		width: 45px;
		height: 45px;
		border-radius: 6px;
	}
	footer #pagetop a:after {
		width: 17px;
		height: 11px;
		margin: -6px 0 0 -8px;
		background-size: 17px 11px;
	}
	footer #footerNav ul {
		font-size:1.2rem; /*px*/
		line-height: 1.4;
	}
}

/*----------------------------------------------------------
copyright
----------------------------------------------------------*/
#copyright {
	padding: 16px 24px 48px 24px;
	background-color: #000;
}
#copyright ul {
	font-size:1.2rem; /*px*/
	line-height: 1.6;
	text-align: center;
}
#copyright ul li {
	color: #fff;
}
#copyright p {
	color: #fff;
	font-size:1.2rem; /*px*/
	line-height: 1.4;
	text-align: center;
}

@media only screen and ( max-width: 639px ) {
	#copyright {
		padding: 8px 12px 24px 12px;
	}
	#copyright ul {
		font-size:1.2rem; /*px*/
		line-height: 1.6;
	}
	#copyright p {
		font-size:1.2rem; /*px*/
	}
}

/*----------------------------------------------------------
content
----------------------------------------------------------*/
#content {
	padding: 75px 0 0 0;
}
/*
@media only screen and ( max-width: 639px ) {
	#content {
		padding: 75px 0 0 0;
	}
}
*/

/*==========================================================
Element
==========================================================*/

/*----------------------------------------------------------
button
----------------------------------------------------------*/
.btn {
	position: relative;
	display: block;
	padding: 32px 64px 32px 28px;
	overflow: hidden;
	border-width: 6px;
	border-style: solid;
	border-radius: 12px;
	font-size:2.8rem; /*px*/
	font-weight: bold;
	line-height: 1;
}
.btn:after {
	position: absolute;
	right: 16px;
	top: 50%;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
}
.btn small {
	font-size:2.4rem; /*px*/
}

@media only screen and ( max-width: 639px ) {
	.btn {
		padding: 16px 32px 16px 14px;
		border-width: 3px;
		border-radius: 6px;
		font-size:1.4rem; /*px*/
		line-height: 1;
	}
	.btn:after {
		right: 8px;
		width: 16px;
		height: 16px;
		margin-top: -8px;
	}
	.btn small {
		font-size:1.2rem; /*px*/
	}
}

/*----------------------------------------------------------
btnModal
----------------------------------------------------------*/
.btnModal {
	display: block;
	width: auto;
	padding: 32px;
	overflow: hidden;
	border-radius: 12px;
	border-style: none;
	font-size:2.8rem; /*px*/
	font-weight: bold;
	line-height: 1;
}

@media only screen and ( max-width: 639px ) {
	.btnModal {
		padding: 16px;
		border-radius: 6px;
		font-size:1.4rem; /*px*/
		line-height: 1;
	}
}

/*----------------------------------------------------------
btnBack
----------------------------------------------------------*/
.btnBack {
	display: block;
	padding: 26px;
	overflow: hidden;
	border-radius: 12px;
	font-size:2.4rem; /*px*/
	line-height: 1;
}
.btnBack:before {
	display: inline-block;
	width: 12px;
	height: 18px;
	margin-right: 32px;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	vertical-align: middle;
}
.btnBack span {
	vertical-align: middle;
}

@media only screen and ( max-width: 639px ) {
	.btnBack {
		padding: 13px;
		border-radius: 6px;
		font-size:1.2rem; /*px*/
		line-height: 1;
	}
	.btnBack:before {
		width: 6px;
		height: 9px;
		margin-right: 16px;
	}
}

/*----------------------------------------------------------
banner
----------------------------------------------------------*/
.bnr {
	display: block;
}
.bnr img {
	display: block;
	width: 100%;
	height: auto;
}

/*----------------------------------------------------------
linksList
----------------------------------------------------------*/
.linksList {
	font-size:2.8rem; /*px*/
	line-height: 1.4;
}
.linksList small {
	font-size:2.4rem; /*px*/
}
.linksList li {
	border-top-width: 1px;
	border-top-style: solid;
}
.linksList li a {
	position: relative;
	display: block;
	padding: 32px 80px 32px 24px;
}
.linksList li a:after {
	position: absolute;
	right: 32px;
	top: 50%;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
}

@media only screen and ( max-width: 639px ) {
	.linksList {
		font-size:1.4rem; /*px*/
		line-height: 1.4;
	}
	.linksList small {
		font-size:1.2rem; /*px*/
	}
	.linksList li a {
		padding: 16px 40px 16px 12px;
	}
	.linksList li a:after {
		right: 16px;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background-size: 16px 16px;
	}
	.linksList li a.blank:after {
		background-size: 14px 14px;
	}
}

/*----------------------------------------------------------
thumbLinksList
----------------------------------------------------------*/
.thumbLinksList {
	font-size:2.6rem; /*px*/
	line-height: 1.4;
}
.thumbLinksList li {
	border-top-width: 1px;
	border-top-style: solid;
}
.thumbLinksList li a {
	position: relative;
	display: block;
	padding: 16px 64px 16px 16px;
}
.thumbLinksList li a:after {
	position: absolute;
	right: 16px;
	top: 50%;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
}
.thumbLinksList li a .thumb_wrap {
	display: table;
}
.thumbLinksList li a .thumb {
	display: table-cell;
	vertical-align: middle;
}
.thumbLinksList li a .thumb img {
	width: 100%;
	height: auto;
}
.thumbLinksList li a .title {
	display: table-cell;
	min-height: 120px;
	padding-left: 20px;
	vertical-align: middle;
}

@media only screen and ( max-width: 639px ) {
	.thumbLinksList {
		font-size:1.3rem; /*px*/
		line-height: 1.4;
	}
	.thumbLinksList li a {
		padding: 8px 32px 8px 8px;
	}
	.thumbLinksList li a:after {
		right: 8px;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background-size: 16px 16px;
	}
	.thumbLinksList li a.blank:after {
		background-size: 14px 14px;
	}
	.thumbLinksList li a .thumb {
		width: 60px;
	}
	.thumbLinksList li a .title {
		min-height: 60px;
		padding-left: 10px;
	}
}


/*----------------------------------------------------------
evtHead
----------------------------------------------------------*/
.evtHead {
	margin-bottom: 26px;
}
.evtHead .evtHeadImg {
	display: block;
}
.evtHead .evtHeadImg img {
	display: block;
	width: 100%;
	height: auto;
}

.evtHeadContent {
	padding: 32px 26px;
}
.evtHeadContent .evtHeadTitle {
	margin-bottom: 24px;
	font-size:3.2rem; /*px*/
	font-weight: bold;
	line-height: 1.5;
}
.evtHeadContent p {
	font-size:2.8rem; /*px*/
	line-height: 1.5;
}
.evtHeadSchedule {
	margin-top: 32px;
	padding: 20px;
	overflow: hidden;
	border-width: 6px;
	border-style: solid;
	border-radius: 12px;
}
.evtHeadSchedule .evtIcon {
	display: inline-block;
	padding: 10px 12px;
	margin-bottom: 16px;
	font-size:2.4rem; /*px*/
	line-height: 1;
}
.evtHeadSchedule p {
	font-size:2.8rem; /*px*/
	font-weight: bold;
	line-height: 1.4;
}
.evtHeadSchedule small {
	display: block;
	margin-top: 16px;
	font-size:2.2rem; /*px*/
	line-height: 1.4;
}

.evtHeadDetail {
	margin-top: 36px;
}

.evtHeadShow {
	margin-top: 36px;
}
.evtHeadShow .notes {
	margin-bottom: 24px;
	font-size:2.2rem; /*px*/
	text-align: center;
}

@media only screen and ( max-width: 639px ) {
	.evtHead {
		margin-bottom: 13px;
	}
	
	.evtHeadContent {
		padding: 16px 13px;
	}
	.evtHeadContent .evtHeadTitle {
		margin-bottom: 12px;
		font-size:1.6rem; /*px*/
		line-height: 1.5;
	}
	.evtHeadContent p {
		font-size:1.4rem; /*px*/
		line-height: 1.5;
	}
	
	.evtHeadSchedule {
		margin-top: 16px;
		padding: 10px;
		border-width: 3px;
		border-radius: 6px;
	}
	.evtHeadSchedule .evtIcon {
		padding: 5px 6px;
		margin-bottom: 8px;
		font-size:1.2rem; /*px*/
		line-height: 1;
	}
	.evtHeadSchedule p {
		font-size:1.4rem; /*px*/
		line-height: 1.4;
	}
	.evtHeadSchedule small {
		margin-top: 8px;
		font-size:1.2rem; /*px*/
		line-height: 1.4;
	}
	
	.evtHeadDetail {
		margin-top: 18px;
	}
	
	.evtHeadShow {
		margin-top: 18px;
	}
	.evtHeadShow .notes {
		margin-bottom: 12px;
		font-size:1.2rem; /*px*/
	}
}

/*----------------------------------------------------------
evtNav
----------------------------------------------------------*/
.evtNav {
	display: block;
	padding: 12px;
	background-color: #111;
}
.evtNavTop {
	font-size:3rem; /*px*/
	line-height: 1.4;
}
.evtNavInner {
	overflow: hidden;
	border-radius: 0 0 8px 8px;
}
.evtNavChild {
	margin-top: 1px;
}
.evtNavChild:first-child {
	margin-top: 0;
}
.evtNavChildTop {
	font-size:2.6rem; /*px*/
	line-height: 1.4;
	border-bottom-width: 10px;
	border-bottom-style: solid;
}
.evtNavTop a,
.evtNavChildTop a {
	position: relative;
	display: block;
	padding: 16px 64px 16px 16px;
}
.evtNavTop a:after,
.evtNavChildTop a:after {
	position: absolute;
	right: 16px;
	top: 50%;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
}
.evtNavChildTop a.opened:after {
	-webkit-transform: rotate(90deg);
}
.evtNavTop a .thumb_wrap,
.evtNavChildTop a .thumb_wrap {
	display: table;
}
.evtNavTop a .thumb,
.evtNavChildTop a .thumb {
	display: table-cell;
}
.evtNavTop a .thumb img,
.evtNavChildTop a .thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.evtNavTop a .title,
.evtNavChildTop a .title {
	display: table-cell;
	min-height: 120px;
	padding-left: 20px;
	vertical-align: middle;
}

.evtNavChild .thumbLinksList li a {
	padding: 10px 64px 10px 10px;
	border-left-width: 10px;
	border-left-style: solid;
}
.evtNavChild .thumbLinksList li a .thumb {
	width: 100px;
}
.evtNavChild .thumbLinksList li a .title {
	min-height: 100px;
	padding-left: 28px;
}

@media only screen and ( max-width: 639px ) {
	.evtNav {
		padding: 6px;
	}
	.evtNavTop {
		font-size:1.5rem; /*px*/
		line-height: 1.4;
	}
	.evtNavInner {
		border-radius: 0 0 4px 4px;
	}
	.evtNavChildTop {
		border-bottom-width: 5px;
		font-size:1.3rem; /*px*/
		line-height: 1.4;
	}
	.evtNavTop a,
	.evtNavChildTop a {
		padding: 8px 32px 8px 8px;
	}
	.evtNavTop a:after,
	.evtNavChildTop a:after {
		right: 8px;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background-size: 16px 16px;
	}
	.evtNavTop a .thumb,
	.evtNavChildTop a .thumb {
		width: 60px;
	}
	.evtNavTop a .title,
	.evtNavChildTop a .title {
		min-height: 60px;
		padding-left: 10px;
	}
	
	.evtNavChild .thumbLinksList li a {
		padding: 5px 32px 5px 5px;
		border-left-width: 5px;
	}
	.evtNavChild .thumbLinksList li a .thumb {
		width: 50px;
	}
	.evtNavChild .thumbLinksList li a .title {
		min-height: 50px;
		padding-left: 14px;
	}
}

/*----------------------------------------------------------
contElement
----------------------------------------------------------*/
.contElement {
}
.contElement .contElementTitle {
	padding: 24px 20px;
	font-size:3rem; /*px*/
	font-weight: bold;
	line-height: 1.4;
}

.contElement .pageTop {
	padding: 0 26px 40px 26px;
}
.contElement .pageTop:after {
	clear: both;
	display: block;
	content: "";
}
.contElement .pageTop a {
	float: right;
	display: block;
	padding: 26px 42px;
	overflow: hidden;
	border-radius: 12px;
	font-size:2.4rem; /*px*/
	font-weight: bold;
	text-align: center;
}

.contElementInner {
	padding: 26px;
}

@media only screen and ( max-width: 639px ) {
	.contElement .contElementTitle {
		padding: 12px 10px;
		font-size:1.5rem; /*px*/
		line-height: 1.4;
	}
	
	.contElement .pageTop {
		padding: 0 13px 20px 13px;
	}
	.contElement .pageTop a {
		padding: 13px 21px;
		border-radius: 6px;
		font-size:1.2rem; /*px*/
	}
	
	.contElementInner {
		padding: 13px;
	}
}

/* contFullChild */
.contFullChild .thumb img,
.contFullChild .thumbTouch img,
.contFullChild .movie img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.contFullChild .thumbTouch {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.contFullChild .thumbTouch .touchIcon {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 124px 208px;
	text-indent: -9999px;
}
@media only screen and ( max-width: 639px ) {
	.contFullChild .thumbTouch .touchIcon {
		background-size: 62px 104px;
	}
}

.contFullChild .movie {
	position: relative;
	overflow: hidden;
}
.contFullChild .movie iframe {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.contFullChild .inner {
	padding: 32px;
}
.contFullChild .innerHorizonal {
	padding: 0 32px;
}
.contFullChild .inner .contChildTitle  {
	margin-bottom: 28px;
	font-size:3.2rem; /*px*/
	font-weight: bold;
	line-height: 1.4;
}
.contFullChild .inner p {
	font-size:2.8rem; /*px*/
	line-height: 1.4;
}

@media only screen and ( max-width: 639px ) {
	.contFullChild .inner {
		padding: 16px;
	}
	.contFullChild .innerHorizonal {
		padding: 0 16px;
	}
	.contFullChild .inner .contChildTitle  {
		margin-bottom: 14px;
		font-size:1.6rem; /*px*/
		line-height: 1.4;
	}
	.contFullChild .inner p {
		font-size:1.4rem; /*px*/
		line-height: 1.4;
	}
}

/* contChild */
.contChild {
	margin-top: 24px;
	overflow: hidden;
	border-radius: 8px;
}
.contChild:first-child {
	margin-top: 0;
}
.contChild .thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.contChild .inner {
	padding: 32px;
}
.contChild .inner .contChildTitle {
	margin-bottom: 28px;
	font-size:3.2rem; /*px*/
	font-weight: bold;
	line-height: 1.4;
}
.contChild .inner .contChildTitle small {
	font-size:2.6rem; /*px*/
}
.contChild .inner p {
	font-size:2.8rem; /*px*/
	line-height: 1.4;
}
.contChild .inner .contDetail {
	margin-top: 36px;
}
.contChild .inner .contDetail:first-child {
	margin-top: 0;
}
.contChild .inner .contDetailCol {
	margin-top: 36px;
}
.contChild .inner .contDetailCol ul {
	width: 100%;
	overflow: hidden;
}
.contChild .inner .contDetailCol ul:after {
	clear: both;
	display: block;
	content: "";
}
.contChild .inner .contDetailCol li {
	float: left;
	width: 48%;
	margin-left: 4%;
}
.contChild .inner .contDetailCol li:first-child {
	margin-left: 0;
}
.contChild .inner .contDetailCol li .btn {
	padding: 16px 60px 16px 16px;
	font-size:2.6rem; /*px*/
	line-height: 1.2;
}

@media only screen and ( max-width: 639px ) {
	.contChild {
		margin-top: 12px;
		border-radius: 8px;
	}
	.contChild:first-child {
		margin-top: 0;
	}
	.contChild .inner {
		padding: 16px;
	}
	.contChild .inner .contChildTitle {
		margin-bottom: 14px;
		font-size:1.6rem; /*px*/
		line-height: 1.4;
	}
	.contChild .inner .contChildTitle small {
		font-size:1.3rem; /*px*/
	}
	.contChild .inner p {
		font-size:1.4rem; /*px*/
		line-height: 1.4;
	}
	.contChild .inner .contDetail {
		margin-top: 18px;
	}
	.contChild .inner .contDetail:first-child {
		margin-top: 0;
	}
	.contChild .inner .contDetailCol {
		margin-top: 18px;
	}
	.contChild .inner .contDetailCol li .btn {
		padding: 8px 30px 8px 8px;
		font-size:1.3rem; /*px*/
		line-height: 1.2;
	}
}

/* contTextBlock */
.contTextBlock {
	margin-bottom: 40px;
}
.contTextBlock p {
	font-size:2.8rem; /*px*/
	line-height: 1.4;
}

@media only screen and ( max-width: 639px ) {
	.contTextBlock {
		margin-bottom: 20px;
	}
	.contTextBlock p {
		font-size:1.4rem; /*px*/
		line-height: 1.4;
	}
}

/* contLinkBlock */
.contLinkBlock {
	margin-top: 26px;
}
.contLinkBlock .bnr,
.contLinkBlock .btn {
	margin-top: 26px;
}
.contLinkBlock .bnr:first-child,
.contLinkBlock .btn:first-child {
	margin-top: 0;
}

@media only screen and ( max-width: 639px ) {
	.contLinkBlock {
		margin-top: 13px;
	}
	.contLinkBlock .bnr,
	.contLinkBlock .btn {
		margin-top: 13px;
	}
	.contLinkBlock .bnr:first-child,
	.contLinkBlock .btn:first-child {
		margin-top: 0;
	}
}

/* contMsgBlock */
.contMsgBlock {
	padding: 16px;
	margin: 24px 0;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}
.contMsgBlock p,
.contMsgBlock strong {
	font-size:2.6rem; /*px*/
	line-height: 1.4;
}

@media only screen and ( max-width: 639px ) {
	.contMsgBlock {
		padding: 8px;
		margin: 12px 0;
	}
	.contMsgBlock p,
	.contMsgBlock strong {
		font-size:1.3rem; /*px*/
	}
}

/* contPresentBlock */
.contPresentBlock {
	padding: 26px;
	margin: 24px 0;
	overflow: hidden;
	border-width: 6px;
	border-style: solid;
	border-radius: 12px;
}
.contPresentBlock p {
	font-size:2.8rem; /*px*/
	line-height: 1.4;
}
.contPresentBlock p small {
	font-size:2.4rem; /*px*/
}
.contPresentBlock .presentContent {
	display: table;
	width: 100%;
	padding: 32px 0;
}
.contPresentBlock .presentContent .presentThumb {
	display: table-cell;
	width: 210px;
	vertical-align: middle;
}
.contPresentBlock .presentContent .presentThumb img {
	display: inline-block;
	width: 100%;
	height: auto;
}
.contPresentBlock .presentContent .presentThumb .corner {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
}
.contPresentBlock .presentContent .presentTitle {
	display: table-cell;
	padding-left: 28px;
	vertical-align: middle;
	text-align: left;
}
.contPresentBlock .presentContent .presentTitle strong {
	font-size:3.8rem; /*px*/
	line-height: 1.4;
}

@media only screen and ( max-width: 639px ) {
	.contPresentBlock {
		padding: 13px;
		margin: 12px 0;
		border-width: 3px;
		border-radius: 6px;
	}
	.contPresentBlock p {
		font-size:1.4rem; /*px*/
	}
	.contPresentBlock p small {
		font-size:1.2rem; /*px*/
	}
	.contPresentBlock .presentContent {
		padding: 16px 0;
	}
	.contPresentBlock .presentContent .presentThumb {
		width: 105px;
	}
	.contPresentBlock .presentContent .presentThumb .corner {
		border-radius: 6px;
	}
	.contPresentBlock .presentContent .presentTitle {
		padding-left: 14px;
	}
	.contPresentBlock .presentContent .presentTitle strong {
		font-size:1.9rem; /*px*/
	}
}

/* notesTitle */
.contChild .inner .notesTitle {
	font-size:2.8rem; /*px*/
	font-weight: normal;
	line-height: 1;
}
.contChild .inner .notesTitle:before {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	vertical-align: middle;
}
.contChild .inner .notesTitle span {
	vertical-align: middle;
}

@media only screen and ( max-width: 639px ) {
	.contChild .inner .notesTitle {
		font-size:1.4rem; /*px*/
		line-height: 1;
	}
	.contChild .inner .notesTitle:before {
		width: 18px;
		height: 18px;
		margin-right: 6px;
	}
}

/*----------------------------------------------------------
thumbSlider
----------------------------------------------------------*/
.thumbSlider {
}
.thumbSliderImages {
	position: relative;
	padding: 30px 30px 0 30px;
}
.thumbSliderImages .thumbSliderContainer {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 150px;
	overflow: hidden;
}
.thumbSliderImages .thumbSliderContainer .thumbSliderScroller {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.thumbSliderImages .thumbSliderContainer .thumbSliderScroller img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: auto;
	visibility: hidden;
}
.thumbSliderImages .thumbSliderPrev,
.thumbSliderImages .thumbSliderNext {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 110px;
	margin-top: -55px;
	overflow: hidden;
	text-indent: -9999px;
	border-style: none;
}
.thumbSliderImages .thumbSliderPrev {
	left: 0;
	border-radius: 0 12px 12px 0;
}
.thumbSliderImages .thumbSliderNext {
	right: 0;
	border-radius: 12px 0 0 12px;
}
.thumbSliderImages .thumbSliderPrev:after,
.thumbSliderImages .thumbSliderNext:after {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 16px;
	height: 24px;
	margin-left: -8px;
	margin-top: -12px;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
}
.thumbSliderNav {
	width: 100%;
	margin-top: 22px;
	text-align: center;
}
.thumbSliderNav span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 10px;
	overflow: hidden;
	border-radius: 12px;
	text-indent: -9999px;
}

@media only screen and ( max-width: 639px ) {
	.thumbSliderImages {
		padding: 15px 15px 0 15px;
	}
	.thumbSliderImages .thumbSliderPrev,
	.thumbSliderImages .thumbSliderNext {
		width: 30px;
		height: 55px;
		margin-top: -28px;
	}
	.thumbSliderImages .thumbSliderPrev {
		border-radius: 0 6px 6px 0;
	}
	.thumbSliderImages .thumbSliderNext {
		border-radius: 6px 0 0 6px;
	}
	.thumbSliderImages .thumbSliderPrev:after,
	.thumbSliderImages .thumbSliderNext:after {
		width: 8px;
		height: 12px;
		margin-left: -4px;
		margin-top: -6px;
	}
	.thumbSliderNav {
		margin-top: 11px;
	}
	.thumbSliderNav span {
		width: 12px;
		height: 12px;
		margin: 0 5px;
		border-radius: 6px;
	}
}

/*----------------------------------------------------------
outlineTable
----------------------------------------------------------*/
.outlineTable {
	width: 100%;
}
.outlineTable th,
.outlineTable td {
	padding: 28px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	vertical-align: middle;
	text-align: left;
}
.outlineTable th {
	font-size:2.6rem; /*px*/
	font-weight: normal;
	line-height: 1.4;
	white-space: nowrap;
}
.outlineTable td {
	font-size:3.2rem; /*px*/
	font-weight: bold;
	line-height: 1.4;
}

@media only screen and ( max-width: 639px ) {
	.outlineTable th,
	.outlineTable td {
		padding: 14px 10px;
	}
	.outlineTable th {
		font-size:1.3rem; /*px*/
	}
	.outlineTable td {
		font-size:1.6rem; /*px*/
	}
}

/*----------------------------------------------------------
notesList
----------------------------------------------------------*/
ul.notesList {
	font-size:2.4rem; /*px*/
	line-height: 1.4;
}
ul.notesList li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
ul.notesList li:before {
	content: "・";
}

@media only screen and ( max-width: 639px ) {
	ul.notesList {
		font-size:1.2rem; /*px*/
		line-height: 1.4;
	}
}

/*----------------------------------------------------------
mapElement
----------------------------------------------------------*/
.mapElement {
	padding: 40px 0;
	border-top-width: 1px;
	border-top-style: solid;
}
.mapElement:first-child {
	border-top-style: none;
}
.mapElement:after {
	clear: both;
	display: block;
	content: "";
}
.mapElement .mapThumb {
	float: left;
	width: 160px;
}
.mapElement .mapPic {
	float: left;
	width: 205px;
}
.mapElement .mapThumb img,
.mapElement .mapPic img {
	display: block;
	width: 100%;
	height: auto;
}
.mapElement .mapContent {
	margin-left: 176px;
}
.mapElement .mapPicContent {
	margin-left: 230px;
}
.mapElement .mapContent .mapContentTitle,
.mapElement .mapPicContent .mapContentTitle {
	margin-bottom: 20px;
	font-size:3.2rem; /*px*/
	line-height: 1.4;
}
.mapElement .mapContent .mapContentTitle small,
.mapElement .mapPicContent .mapContentTitle small {
	font-size:2.4rem; /*px*/
}
.mapElement .mapContent p,
.mapElement .mapPicContent p {
	font-size:3.2rem; /*px*/
	line-height: 1.4;
}
.mapElement .mapContentDetail {
	clear: both;
	font-size:2.8rem; /*px*/
	line-height: 1.4;
}

.linkMapZoom {
	margin-top: 0;
	margin-bottom: 26px;
	text-align: center;
}
.linkMapZoom a {
	display: inline-block;
}

@media only screen and ( max-width: 639px ) {
	.mapElement {
		padding: 20px 0;
	}
	.mapElement .mapThumb {
		width: 80px;
	}
	.mapElement .mapPic {
		width: 102px;
	}
	.mapElement .mapContent {
		margin-left: 88px;
	}
	.mapElement .mapPicContent {
		margin-left: 115px;
	}
	.mapElement .mapContent .mapContentTitle,
	.mapElement .mapPicContent .mapContentTitle {
		margin-bottom: 10px;
		font-size:1.6rem; /*px*/
	}
	.mapElement .mapContent .mapContentTitle small,
	.mapElement .mapPicContent .mapContentTitle small {
		font-size:1.2rem; /*px*/
	}
	.mapElement .mapContent p,
	.mapElement .mapPicContent p {
		font-size:1.6rem; /*px*/
	}
	.mapElement .mapContentDetail {
		font-size:1.4rem; /*px*/
	}
	
	.linkMapZoom {
		margin-bottom: 13px;
	}
}

/*----------------------------------------------------------
newsList
----------------------------------------------------------*/
dl.newsList dt {
	padding: 32px 32px 0 32px;
	border-top-width: 1px;
	border-top-style: solid;
	font-size:2.4rem; /*px*/
	font-weight: bold;
}
dl.newsList dt:first-child {
	border-top-style: none;
}
dl.newsList dd {
	padding: 20px 32px 32px 32px;
	margin: 0;
	font-size:2.8rem; /*px*/
	line-height: 1.2;
}
dl.newsList dd a {
	text-decoration: underline;
}

@media only screen and ( max-width: 639px ) {
	dl.newsList dt {
		padding: 16px 16px 0 16px;
		font-size:1.2rem; /*px*/
	}
	dl.newsList dd {
		padding: 10px 16px 16px 16px;
		font-size:1.4rem; /*px*/
		line-height: 1.2;
	}
}


/*----------------------------------------------------------
contTicketChild
----------------------------------------------------------*/
.contTicketChild {
	padding: 6px;
	margin-top: 26px;
	overflow: hidden;
	border-radius: 12px;
}
.contTicketChild:first-child {
	margin-top: 0;
}
.contTicketChild .ticketHead {
	padding: 24px 24px 32px 24px;
}
.contTicketChild .ticketHead small {
	display: block;
	margin-bottom: 12px;
	font-size:2.4rem; /*px*/
	line-height: 1.4;
}
.contTicketChild .ticketHead .contChildTitle {
	font-size:3.2rem; /*px*/
	line-height: 1.4;
}
.contTicketChild .ticketInner {
	padding: 26px;
	overflow: hidden;
	border-radius: 0 0 8px 8px;
}
.contTicketChild .ticketInner .thumb {
	overflow: hidden;
	border-radius: 12px;
}
.contTicketChild .ticketInner .thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.contTicketChild .ticketInner .inner {
	padding-top: 26px;
}
.contTicketChild .ticketInner .inner p {
	font-size:2.8rem; /*px*/
	line-height: 1.4;
}
.contTicketChild .ticketInner .inner .ticketPrice {
	margin-top: 26px;
}
.contTicketChild .ticketInner .inner .ticketPrice em {
	font-size:3.8rem; /*px*/
	font-style: normal;
}
.contTicketChild .ticketInner .inner .ticketDetail {
	margin-top: 26px;
}

@media only screen and ( max-width: 639px ) {
	.contTicketChild {
		padding: 3px;
		margin-top: 13px;
		border-radius: 6px;
	}
	.contTicketChild .ticketHead {
		padding: 12px 12px 16px 12px;
	}
	.contTicketChild .ticketHead small {
		margin-bottom: 6px;
		font-size:1.2rem; /*px*/
	}
	.contTicketChild .ticketHead .contChildTitle {
		font-size:1.6rem; /*px*/
	}
	.contTicketChild .ticketInner {
		padding: 13px;
		border-radius: 0 0 4px 4px;
	}
	.contTicketChild .ticketInner .thumb {
		border-radius: 6px;
	}
	.contTicketChild .ticketInner .inner {
		padding-top: 13px;
	}
	.contTicketChild .ticketInner .inner p {
		font-size:1.4rem; /*px*/
		line-height: 1.4;
	}
	.contTicketChild .ticketInner .inner .ticketPrice {
		margin-top: 13px;
	}
	.contTicketChild .ticketInner .inner .ticketPrice em {
		font-size:1.9rem; /*px*/
	}
	.contTicketChild .ticketInner .inner .ticketDetail {
		margin-top: 13px;
	}
}


/*----------------------------------------------------------
links
----------------------------------------------------------*/
.titLinks {
	padding: 24px 20px;
	font-size:3rem; /*px*/
	text-align: center;
}

@media only screen and ( max-width: 639px ) {
	.titLinks {
		padding: 12px 10px;
		font-size:1.5rem; /*px*/
	}
}

/*----------------------------------------------------------
menu
----------------------------------------------------------*/
#menuOverlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	
	display: none; /* default */
}
#menu {
	position: absolute;
	left: 0;
	top: 110px;
	z-index: 9;
	box-shadow: 0 10px 20px rgba( 0,0,0, 0.5 );
	
	display: none; /* default */
}
#menu .menuClose {
	width: 280px;
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
}
#menu .menuClose button {
	width: 100%;
}
#menu .menuClose button:before,
#menu .menuClose button span {
	vertical-align: middle;
}
#menu .menuClose button:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 16px;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
}

@media only screen and ( max-width: 639px ) {
	#menu {
		top: 55px;
		box-shadow: 0 5px 10px rgba( 0,0,0, 0.5 );
	}
	#menu .menuClose {
		width: 140px;
		padding: 20px 0;
	}
	#menu .menuClose button:before {
		width: 12px;
		height: 12px;
		margin-right: 8px;
	}
}

/*----------------------------------------------------------
sns
----------------------------------------------------------*/
#snsBlock {
	position: fixed;
	left: 0;
	bottom: -138px;
	width: 100%;
	-webkit-transition: bottom .4s ease-in-out;
	z-index: 100;
}
#snsBlock.opened {
	bottom: 0;
}
#snsBlock .snsBlockSw {
	display: block;
	width: 210px;
	height: 46px;
	margin-left: 10px;
	overflow: hidden;
	background: url("/common_src2/img/sns_sw.png") no-repeat;
	text-indent: -9999px;
}
#snsBlock.opened .snsBlockSw {
	background-position: left bottom;
}
#snsBlock .snsBlockInner {
	border-top: 8px solid #002f9b;
}
#snsBlock ul {
	display: block;
	padding: 24px 0;
	text-align: center;
}
#snsBlock ul li {
	display: inline-block;
	width: 86px;
	height: 86px;
	margin: 0 24px;
}
#snsBlock ul li a,
#snsBlock ul li a img {
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and ( max-width: 639px ) {
	#snsBlock {
		bottom: -69px;
	}
	#snsBlock.opened {
		bottom: 0;
	}
	#snsBlock .snsBlockSw {
		width: 105px;
		height: 23px;
		background-size: 105px 46px;
	}
	#snsBlock.opened .snsBlockSw {
		background-position: left bottom;
	}
	#snsBlock .snsBlockInner {
		border-top-width: 4px;
	}
	#snsBlock ul {
		padding: 12px 0;
	}
	#snsBlock ul li {
		width: 43px;
		height: 43px;
		margin: 0 12px;
	}
}

/*----------------------------------------------------------
sub
----------------------------------------------------------*/

/* subTop */
.subTop .subTopTitle {
	padding: 24px 20px;
	font-size:3rem; /*px*/
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

/* subBottom */
.subBottom {
	padding: 20px;
	text-align: left;
}
.subBottom .btnBack {
	display: inline-block;
}

@media only screen and ( max-width: 639px ) {
	.subTop .subTopTitle {
		padding: 12px 10px;
		font-size:1.5rem; /*px*/
		line-height: 1.4;
	}
	.subBottom {
		padding: 10px;
	}
}



/*----------------------------------------------------------
modal
----------------------------------------------------------*/

.remodal {
	max-width: 90% !important;
	position: relative !important;
	padding: 8px !important;
	overflow: none !important;
	border-radius: 12px !important;
	margin: 20px 0 !important;
}
.remodal .modalContent {
	padding: 32px 24px 48px 24px;
	border-width: 6px;
	border-style: solid;
	border-radius: 6px;
	text-align: left;
}
.remodal .modalContentInner {
	padding: 48px 0 72px 0;
	margin-top: 36px;
	border-top: 2px solid #d4d4d4;
	border-bottom: 2px solid #d4d4d4;
}
.remodal .modalContent .modalContentTitle {
	font-size:3.2rem; /*px*/
	line-height: 1.4;
	text-align: center;
}
.remodal .modalContMain p {
	font-size:2.8rem; /*px*/
	line-height: 1.4;
}

.remodal .modalContElement {
	margin-top: 48px;
}
.remodal .modalContElement .modalSubTitle {
	padding: 20px;
	margin-bottom: 36px;
	font-size:2.8rem; /*px*/
	line-height: 1.4;
	text-align: center;
}
.remodal .modalContElement p {
	font-size:2.8rem; /*px*/
	line-height: 1.4;
}

.remodal .modalAttentionList {
	margin-top: 36px;
	font-size:2.8rem; /*px*/
	font-weight: bold;
	line-height: 1.4;
}
.remodal .modalAttentionList li {
	margin-top: 28px;
	padding: 0 0 0 1.2em;
	text-indent: -1.2em;
}
.remodal .modalAttentionList li:first-child {
	margin-top: 0;
}
.remodal .modalAttentionList li:before {
	content: "● ";
	color: inherit;
}

.remodal .modalNotesList {
	margin-top: 36px;
	font-size:2.8rem; /*px*/
	line-height: 1.4;
}
.remodal .modalNotesList li {
	margin-top: 28px;
	padding: 0 0 0 1.2em;
	text-indent: -1.2em;
}
.remodal .modalNotesList li:first-child {
	margin-top: 0;
}
.remodal .modalNotesList li:before {
	content: "※ ";
	color: inherit;
}

.remodal .modalCloseTop {
	position: absolute;
	right: -10px;
	top: -10px;
}
.remodal .modalCloseTop a {
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px 26px;
	border-radius: 12px;
}

.remodal .modalCloseBottom {
	width: 280px;
	margin: 32px auto 0 auto;
}
.remodal .modalCloseBottom a {
	text-align: center;
}
.remodal .modalCloseBottom a:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 16px;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
}

@media only screen and ( max-width: 639px ) {
	.remodal {
		padding: 4px !important;
		margin: 10px 0 !important;
		border-radius: 6px !important;
	}
	.remodal .modalContent {
		padding: 16px 12px 24px 12px;
		border-width: 3px;
		border-style: solid;
		border-radius: 3px;
	}
	.remodal .modalContent .modalContentTitle {
		font-size:1.6rem; /*px*/
	}
	.remodal .modalContent .modalContentInner {
		padding: 24px 0 36px 0;
		margin-top: 18px;
		border-top: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4;
	}
	.remodal .modalContMain p {
		font-size:1.4rem; /*px*/
	}
	
	.remodal .modalContElement {
		margin-top: 24px;
	}
	.remodal .modalContElement .modalSubTitle {
		padding: 10px;
		margin-bottom: 18px;
		font-size:1.4rem; /*px*/
	}
	.remodal .modalContElement p {
		font-size:1.4rem; /*px*/
	}
	
	.remodal .modalAttentionList {
		margin-top: 18px;
		font-size:1.4rem; /*px*/
	}
	.remodal .modalAttentionList li {
		margin-top: 14px;
	}
	.remodal .modalAttentionList li:first-child {
		margin-top: 0;
	}
	
	.remodal .modalNotesList {
		margin-top: 18px;
		font-size:1.4rem; /*px*/
	}
	.remodal .modalNotesList li {
		margin-top: 14px;
	}
	.remodal .modalNotesList li:first-child {
		margin-top: 0;
	}
	
	.remodal .modalCloseTop {
		position: absolute;
		right: -5px;
		top: -5px;
	}
	.remodal .modalCloseTop a {
		width: 30px;
		height: 30px;
		border-radius: 6px;
		background-size: 13px 13px;
	}
	
	.remodal .modalCloseBottom {
		width: 140px;
		margin: 16px auto 0 auto;
	}
	.remodal .modalCloseBottom a:before {
		width: 12px;
		height: 12px;
		margin-right: 8px;
	}
}
