@charset "UTF-8";
body {
	color: #333;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.5;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	min-width: 1020px;
	position: relative;
}
a {
	-webkit-transition: opacity .4s, background .4s, color .4s;
	transition: opacity .4s, background .4s, color .4s;
}
.u-textRed {
	color: #E60012;
}
.inner {
	width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}
.vis-sp,
.vis-tb {
	display: none;
}
.cmnlink {
	color: #448aca;
}
.cmnlink:hover {
	text-decoration: underline;
}
.cmnfigcenter {
	text-align: center;
	margin: 20px 0;
}
.cmntable {
	width: 100%;
}
.cmntable th,
.cmntable td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.cmntable th {
	background: #f6f3ed;
	text-align: left;
}
.cmntable td.-time {
	text-align: center;
	width: 120px;
}
.cmntable.-shop th,
.cmntable.-shop td {
	vertical-align: middle;
}
.cmntable td.-nowrap {
	white-space: nowrap;
	text-align: center;
}
.cmntable_wrap {
	font-size: 0;
	margin: 0 auto;
}
.cmntable_wrap_cts {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 47%;
}
.cmntable_wrap_cts:first-child {
	margin-right: 6%;
}
.cmntable.-member,
.cmntable.-member th {
	text-align: center;
}
.cmntable.-member td.-name {
	text-align: left;
}
.search {
	text-align: right;
	padding: 10px 0;
}
.search_text {
	position: relative;
	display: inline-block;
}
.search_text:before {
	position: absolute;
	content: "";
	background: url(http://www.google.com/cse/images/google_custom_search_smwide.gif) no-repeat;
	top: 8px;
	width: 120px;
	height: 16px;
	opacity: 0.3;
	left: 20px;
	z-index: 1;
}
.cse-search-box-text {
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 5px;
	z-index: 10;
	position: relative;
	background: none;
}
.search_btn {
	position: relative;
	display: inline-block;
}
.search_btn:after {
	position: absolute;
	display: block;
	right: 12px;
	font-family: icomoon;
	content: "\e904";
	color: #FFF;
	pointer-events: none;
	top: 50%;
	margin-top: -12px;
}
.cse-search-box-btn {
	border-radius: 3px;
	background: #332C2C;
	color: #fff;
	border: none;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px;
	cursor: pointer;
}
.header_wrap {
	font-size: 0;
	padding-bottom: 15px;
}
.head_second,
.gnav {
	display: inline-block;
	font-size: 20px;
	vertical-align: bottom;
}
.head_second {
	width: 240px;
	margin-right: 10px;
}
.gnav {
	width: 750px;
}
.gnav_list {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.gnav_list > li {
	display: table-cell;
	vertical-align: middle;
	border-left: 2px solid #f7797d;
	border-right: 2px solid #f7797d;
	text-align: center;
}
.gnav_list > li.-item1 {}
.gnav_list > li.-item2 {}
.gnav_list > li.-item3 {}
.gnav_list > li.-item4 {}
.gnav_list > li.-item5 {}
.gnav_list > li.-item6 {}
.gnav_list > li:last-child {}
.gnav_list > li > a {
	display: block;
	font-size: 19px;
	font-family: YuMincho, 'Yu Mincho';
	padding: 5px 10px;
}
.gnav_list > li > a:hover {
	background: rgba(250, 175, 177, 0.28);
}
.breadcrumb {
	background: #f6f3ed;
	font-size: 12px;
	padding: 7px 0;
}
.breadcrumb a {
	color: #448aca;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.headimage {
	height: 200px;
	background-image: url(https://placehold.jp/2000x300.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-width: 980px;
}
.wrapper {
	padding: 50px 0 80px;
	min-height: 400px;
}
.Mobile .wrapper {
	min-height: 880px;
}
.sec {
	padding: 40px 0;
}
.sec:first-child {
	padding-top: 0;
}
.sec:last-child {
	padding-bottom: 0;
}
.sec_ttl {
	text-align: center;
	padding: 10px;
	position: relative;
	font-size: 30px;
	font-family: YuMincho, 'Yu Mincho';
	margin-bottom: 50px;
}
.sec_ttl:after {
	position: absolute;
	display: block;
	content: "";
	width: 50px;
	height: 3px;
	background-color: #777;
	bottom: 5px;
	left: 50%;
	margin-left: -25px;
}
.ctswrap {
	margin-bottom: 30px;
}
.ctswrap:last-child {
	margin-bottom: 0;
}
.cts {
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
.cts_ttl + .cts {
	padding-top: 0;
	border-top: none;
}
.cts:last-child {
	padding-bottom: 0;
}
.cts_ttl {
	margin: 30px 0 20px;
	background: #fee0e1;
	padding: 7px 20px;
	font-size: 24px;
}
.cts_ttl.event {
    background: #f7797d;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.cts_subttl {
	color: #f7797d;
	font-size: 22px;
	margin-bottom: 5px;
}

.cmnsecnav {
	margin-bottom: 40px;
}
.cmnsecnav_list {
	font-size: 0;
}
.cmnsecnav_list > li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-right: 2%;
}
.cmnsecnav_list > li:last-child {
	margin-right: 0;
}
.cmnsecnav_list > li > a {
	display: block;
	border: 1px solid #fbb1b4;
	border-radius: 6px;
	padding: 10px;
	font-size: 22px;
	text-align: center;
	position: relative;
}
.cmnsecnav_list > li > a:after {
	content: "\e905";
	color: #fbb1b4;
	right: 30px;
	margin-top: -8px;
	top: 50%;
	font-family: icomoon;
	position: absolute;
	font-size: 10px;
}
.cmnsecnav_list > li > a:hover,
.cmnsecnav_list > li.-active > a {
	background: #fbb1b4;
}
.cmnsecnav_list > li > a:hover:after {
	color: #FFF;
}
.cmnsecnav_list > li.-active > a:after {
	color: #FFF;
}
.cmnpdf {
	margin-top: 20px;
	position: relative;
}
.cmnpdf > a {
	border: 1px solid #CCC;
	border-radius: 4px;
	display: inline-block;
	padding: 10px 20px;
	width: 420px;
	transition: border-color .3s;
}
.cmnpdf > a:hover {
	border-color: #777;
}
.cmnpdf > a > span {
	position: absolute;
	top: 50%;
	color: #fff;
	background: #e60012;
	padding: 0 5px;
	left: 360px;
	transform: translateY(-50%);
}
.programLinks {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
.programLinks li {
	margin-right: 20px;
}
.programLinks a {
	position: relative;
    width: 150px;
    padding: 10px 30px 10px 15px;
    border: 1px solid #fbb1b4;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
}
.programLinks .active a {
	background-color: #fee0e1;
}
.programLinks a:hover {
	background-color: #fee0e1;
	transition: .5s;
}
.programLinks a:before {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    transform: translate(0, -50%) rotate(135deg);
    border-top: solid 2px #fbb1b4;
    border-left: solid 2px #fbb1b4;
	box-sizing: border-box;
}
.pagetop {
	position: absolute;
	bottom: 279px;
	right: 10px;
}
.pagetop > a {
	position: relative;
	font-size: 12px;
	color: #fff;
	background: #231F1F;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 10px 30px;
	display: block;
}
.pagetop > a:before {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 10px;
	font-family: icomoon;
	content: "\e900";
	color: #9e9292;
	transition: margin-top .3s;
}
.pagetop > a:after {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 22px;
	font-family: icomoon;
	content: "\e901";
	color: #332c2c;
	margin-left: -1em;
	transition: margin-top .3s;
}
.pagetop > a:hover:before,
.pagetop > a:hover:after {
	margin-top: -12px;
}
.closetxt {
	color: #E60012;
	margin-bottom: 20px;
}
.closetxt a {
	color: #2462B9;
	border-bottom: 1px solid #2462B9;
}
.foot {
	color: #fff;
}
.foot_contact {
	background: #332c2c;
}
.foot_contact_wrap {
	display: table;
	padding: 40px 0;
	width: 100%;
}
.foot_contact_wrap_add,
.foot_contact_wrap_bnr {
	display: table-cell;
	vertical-align: middle;
}
.foot_contact_wrap_add > p {
	font-weight: bold;
	margin-bottom: 10px;
}
.foot_contact_wrap_bnr {
	text-align: right;
}
.foot_copy {
	text-align: center;
	background: #231f1f;
	padding: 20px 0;
}
.u-formLinkList {
	margin: 18px 0;
	max-width: 420px;
}
.u-formLinkList:first-child {
	margin-top: 0;
}
.u-formLinkList:last-child {
	margin-bottom: 0;
}
.u-formLinkList > li {
	margin-top: 18px;
}
.u-formLinkList > li:first-child {
	margin-top: 0;
}
.u-formLinkList > li > a {
	display: flex;
	border: 1px solid #ccc;
	height: 60px;
	align-items: center;
	padding: 0 20px;
	border-radius: 5px;
	transition-duration: .3s;
	transition-property: border-color;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-right: 30px;
}
.u-formLinkList-pink > li > a {
	background-color: #fdedee;
}
.u-formLinkList-blue > li > a {
	background-color: #e5f7ff;
}
.u-formLinkList-green > li > a {
	background-color: #e0ffe1;
}
.u-formLinkList-purple > li > a {
background-color: #f5e0ff;
}
.u-formLinkList > li > a:hover {
	border-color: #777;
}
.u-formLinkList > li > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 18px;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid #f279b0;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
}
.u-formLinkList-pink > li > a.apply {
	background-color: #fa8fb2;
	color: #fff;
	
}
.u-formLinkList-pink > li > a.apply::after {
	border: 2px solid #fff;
	border-bottom: none;
    border-left: none;
}
.u-formLinkList-blue > li > a::after {
	border-color: #004fe3;
}
.u-formLinkList-green > li > a::after {
	border-color: #3fa13f;
}
.cmnpdf-word > a {
	position: relative;
	width: 330px;
}
.cmnpdf-word > a > span {
	background-color: #00479d;
	left: auto;
	right: 15px;
}
.cmnpdf-power > a {
	position: relative;
	width: 330px;
}
.cmnpdf-power > a > span {
	background-color: #ce6d04;
	left: auto;
	right: 15px;
	font-size: 14px;
}

.btn_cols {
	display: flex;
	justify-content: space-between;
}
.btn_cols-narrow {
	max-width: 770px;
}
.btn_col {}
.btn_col-no1 {}
.btn_col-no2 {}
@media print {}
