@charset "utf-8";
/*
Theme Name:
Theme URI:
Author:
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #ea8080; }
a:active { text-decoration: none; color: #ea8080; }

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
	width: 100%;
	height: 100%;
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
}
.en {
	font-family: 'Barlow Condensed', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.bdNone {
	border: none!important;
}

/* COMMON */
/* -------------------------------------------------- */
@-webkit-keyframes bg-color {
  0% { background-color: #f2b996;}
  40% { background-color: #ea8080;}
  80% { background-color: #89cfd9;}
  100% { background-color: #f2b996;}
}

@keyframes bg-color {
  0% { background-color: #f2b996;}
  40% { background-color: #ea8080;}
  80% { background-color: #89cfd9;}
  100% { background-color: #f2b996;}
}

@-webkit-keyframes color {
  0% {color: #f2b996;}
  40% { color: #ea8080;}
  80% { color: #89cfd9;}
  100% { color: #f2b996;}
}

@keyframes color {
  0% {color: #f2b996;}
  40% {color: #ea8080;}
  80% { color: #89cfd9;}
  100% { color: #f2b996;}
}

@-webkit-keyframes bd-color {
  0% { border-color: #f2b996;}
  40% { border-color: #ea8080;}
  80% { border-color: #89cfd9;}
  100% { border-color: #f2b996;}
}

@keyframes bd-color {
  0% { border-color: #f2b996;}
  40% { border-color: #ea8080;}
  80% { border-color: #89cfd9;}
  100% { border-color: #f2b996;}
}


.goog-te-banner-frame {
	top: auto!important;
	bottom: 0px!important;
}

/* -------------------------------------------------- */
/* ローディング */
/* -------------------------------------------------- */
.sk-cube-grid {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #333;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	background: #f1bbad;
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	background: #f39686;
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	background: #ea8080;
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
	background: #f4dad1;
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	background: #f1bbad;
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	background: #f39686;
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	background: #f4e8d1;
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
	background: #f4dad1;
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	background: #f1bbad;
}

#loading {
	width: 100%;
	height: 100vh;
	vertical-align: middle;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}




@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}




/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {
	#container {
		min-width: 1000px;
	}
	
	.sp {
	display: none!important;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 80px;
	}
	
	#hInner {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		background: #FFFFFF;
	}
	
	/* 上部 */
	#hTop {
		height: 50px;
	}
	
	#hTopIn {
		padding: 8px 0 0 0;
	}
	
	.hTopBox {
		display: inline-block;
		padding-right: 20px;
		vertical-align: middle;
	}
	
	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}
	
	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}
	
	#fontSize li {
		text-align: center;
		display: inline-block;
		vertical-align: bottom;
		background: #eeeeee;
		border-radius: 5px;
		color: #666666;
		font-weight: bold;
		cursor: pointer;
	}
	
	#fontSize .small {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 1.4rem;
	}
	
	#fontSize  .middle {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 1.8rem;
	}
	
	#fontSize .large {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 2.4rem;
	}
	
	#fontSize li.current {
		background: #666666;
		color: #FFFFFF;
	}
	
	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}
	
	#jpEn li.current {
		padding: 2px 13px;
		line-height: 1;
		background: #666666;
		border-radius: 20px;
		color: #FFFFFF;
	}
	
	#jpEn li a {
		display: block;
		padding: 2px 13px;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}
	
	#jpEn li a:hover {
		background: #666666;
		border-radius: 20px;
		color: #FFFFFF;
	}
	
	#hBtn li {
		margin-right: 5px;
		display: inline-block;
		vertical-align: middle;
	}
	
	#loginBtn a {
		display: block;
		padding: 5px 20px 5px 40px;
		color: #ea8080;
		border: 1px #ea8080 solid;
		border-radius: 5px;
		font-weight: bold;
		background: url(img/common/key_icon.png) 20px 5px no-repeat;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#loginBtn a:hover {
		color: #FFFFFF;
		background: url(img/common/key_icon_hover.png) 20px 5px no-repeat #ea8080;
	}
	
	#entryBtn a {
		display: block;
		padding: 5px 20px 5px 40px;
		color: #FFFFFF;
		border-radius: 5px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,-webkit-linear-gradient(60deg, #f2b996, #ea8080);
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,-webkit-linear-gradient(60deg, #f2b996, #ea8080);
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,-moz-linear-gradient(60deg, #f2b996, #ea8080);
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,-o-linear-gradient(60deg, #f2b996, #ea8080);
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,linear-gradient(60deg, #f2b996, #ea8080);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#hSns {
		float: right;
	}
	
	#hLogo {
		float: left;
	}
	
	#headLogo {
		padding: 0 10px 0 20px;
		display: inline-block;
		vertical-align: middle;
	}
	
	#headLogo img {
		height: 25px;
		width: auto;
	}
	
	#headLogo65 {
		display: inline-block;
		vertical-align: middle;
	}
	
	#headLogo65 img {
		height: 35px;
		width: auto;
	}
	
	#hSns {
		float: right;
	}
	
	
	/* ナビ*/
	#hNav {
		height: 30px;
		line-height: 30px;
		border-top: 1px #dcdcdc solid;
		border-bottom: 1px #dcdcdc solid;
		position: relative;
	}
	
	#gNav {
		text-align: center;
		font-weight: bold;
		font-size: 1.6rem;
		letter-spacing: -0.4em;
	}
	
	#gNav li {
		margin: 0;
		display: inline-block;
		letter-spacing: normal;
	}
	
	#gNav li a {
		padding: 0 17px;
		display: block;
		color: #333333;
	}
	
	#gNav li a:hover {
/*		background: #eeeeee;*/
		color: #ea8080;
	}
	
	.pdList {
		background: #FFFFFF;
		border-left: 1px #CCCCCC solid;
		border-right: 1px #CCCCCC solid;
	}
	
	.pdList li {
		width: 100%;
		border-bottom: 1px #CCCCCC solid;
	}
	
	.pdList li a {
		background: #FFFFFF;
		display: block;
		width: 100%;
		padding: 8px 20px;
		line-height: 1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	
	.pdList li a:hover {
		background: #eeeeee;
		color: #333;
	}
	
	#pdJc {
		display: none;
		position: absolute;
		left: 50%;
		top :31px;
		margin-left: -315px;
	}
	
	#pdEvent {
		display: none;
		position: absolute;
		left: 50%;
		top :31px;
		margin-left: -120px;
	}
	
	#pdNews {
		display: none;
		position: absolute;
		left: 50%;
		top : 31px;
		margin-left: 155px;
	}
	
	
	/* -------------------------------------------------- */
	/* 共通リンク帯 */
	/* -------------------------------------------------- */
	.gradationBar {
		width: 100%;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #ea8080;
		animation: bg-color 10s infinite;
		-webkit-animation: bg-color 10s infinite;
	}
	
	.gradBarLeft {
		width: 50%;
		float: left;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.gradBarRight {
		width: 50%;
		float: right;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.gradationBar a {
		padding: 15px 0;
		text-align: center;
		display: block;
		border: 1px #FFFFFF solid;
		color: #FFFFFF;
		font-size: 2.0rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
	}
	
	.gradationBar a:hover {
		color: #666666;
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF!important;
	}
	
	.gradationBar .small {
		padding: 3px 20px;
		letter-spacing: 0.1em;
		font-size: 1.3rem;
		display: inline-block;
		border: 1px #FFFFFF solid;
	}
	
	.gradationBar a:hover .small {
		border: 1px #666666 solid;
	}
	
	#fBottom .gradationBar a {
		padding: 30px 0;
	}
	
	/* ボタン */
	.gradationBtn {
		margin-bottom: 80px;
		text-align: center;
	}
	
	.singleColum .gradationBtn {
		margin-bottom: 0px;
	}
	
	.gradBar {
		display: inline-block;
		margin: 0 5px 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #ea8080;
		animation: bg-color 10s infinite;
		-webkit-animation: bg-color 10s infinite;
	}
	
	.gradationBtn a {
		padding: 15px 30px;
		text-align: center;
		display: block;
		color: #FFFFFF;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px #FFFFFF solid;
	}
	
	.gradationBtn a:hover {
		color: #666666;
		border: 1px #CCCCCC solid;
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF!important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.commonTit1 {
		font-size: 3.6rem;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}
	
	.commonTit2 {
		font-size: 3rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-weight: bold;
		position: relative;
		text-align: center;
	}
	
	.commonTit2:after {
		content: "";
		width: 40px;
		height: 1px;
		background: #bfbfbf;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -20px;
	}
	
	.commonTit3 {
		margin-bottom: 15px;
		font-size: 2.5rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		border-bottom: 5px #ea8080 solid;
		animation: bd-color 10s infinite;
		-webkit-animation: bd-color 10s infinite;
	}
	
	.commonTit4 {
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	
	
	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.commonBtn1 a {
		display: inline-block;
		padding: 20px 60px;
		background: url(img/common/icon1.png) 95% center no-repeat,-webkit-linear-gradient(6deg, #f2b996, #ea8080);
		background: url(img/common/icon1.png) 95% center no-repeat,-moz-linear-gradient(6deg, #f2b996, #ea8080);
		background: url(img/common/icon1.png) 95% center no-repeat,-o-linear-gradient(6deg, #f2b996, #ea8080);
		background: url(img/common/icon1.png) 95% center no-repeat,linear-gradient(6deg, #f2b996, #ea8080);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 2.0rem;
		font-weight: bold;
		color: #FFFFFF;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
		text-align: center;
		line-height: 1.3;
	}
	
	.commonBtn1 a .small {
		font-size: 1.3rem;
	}
	
	.commonBtn1 a:hover {
		opacity: 0.7;
	}
	
	.commonBtn2 {
		text-align: center;
	}
	
	.commonBtn2 a {
		display: inline-block;
		padding: 20px 60px;
		font-size: 1.8rem;
		font-weight: bold;
		border: 3px #ea8080 solid;
		border-radius: 5px;
		color: #ea8080;
		background: url(img/common/icon2.png) 95% center no-repeat;
		transition: all 0.3s ease-in-out 0s;
	}

	.commonBtn2 a:hover {
		color: #FFFFFF;
		background: url(img/common/icon1.png) 95% center no-repeat #ea8080;
	}
	
	.commonBtn3 {
		text-align: center;
	}
	
	.commonBtn3 a {
		display: inline-block;
		padding: 20px 60px 20px 90px;
		font-size: 1.8rem;
		font-weight: bold;
		border: 3px #ea8080 solid;
		border-radius: 5px;
		color: #ea8080;
		background: url(img/common/icon_pdf.png) 18% center no-repeat;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
		transition: all 0.3s ease-in-out 0s;
	}

	.commonBtn3 a:hover {
		color: #FFFFFF;
		background: url(img/common/icon_pdf_hover.png) 18% center no-repeat #ea8080;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}
	
	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		font-size: 1.8rem;
	}
	
	.commonTxt1 {
		font-size: 1.8rem;
	}
	
	.commonTxt2 {
		font-size: 1.6rem;
		line-height: 1.6;
		padding-bottom: 1em;
	}
	
	.commonTxt2 a {
		color: #ea8080;
	}
	
	.commonTxt2 a:hover {
		text-decoration: underline;
	}
	
	/* -------------------------------------------------- */
	/* カレンダー*/
	/* -------------------------------------------------- */
	
	#calendar {
		width: 1000px;
		margin: 0 auto 80px;
	}
	
	.fc-left {
		font-weight: bold;
	}
	
	.fc td, .fc th {
	border-style: none !important;
	border-width: 0 !important;
	}
	.fc-row {
	border-bottom: solid 1px #CCCCCC !important;
	}
	th.fc-day-header {
	padding: 10px 0 !important;
	font-size: 1.4rem;
	line-height: 1.0;
	letter-spacing: 0.1em;
	color: #d94444;
	text-align: center;
	}
	th.fc-day-header span {
	display: block;
	}
	th.fc-day-header.fc-day-header::after {
	font-size: 1.0rem;
	color: #a0a0a0;
	} 
	th.fc-day-header.fc-sun::after {
	content: "SUN";
	}
	th.fc-day-header.fc-mon::after {
	content: "MON";
	}
	th.fc-day-header.fc-tue::after {
	content: "TUE";
	}
	th.fc-day-header.fc-wed::after {
	content: "WED";
	}
	th.fc-day-header.fc-thu::after {
	content: "THU";
	}
	th.fc-day-header.fc-fri::after {
	content: "FRI";
	}
	th.fc-day-header.fc-sat::after {
	content: "SAT";
	}
	span.fc-day-number {
	font-size: 1.0rem;
	color: #d94444;
	}
	.fc-other-month span.fc-day-number {
	color: #929ecd;
	}
	.fc-header-toolbar h2 {
	font-size: 1.4rem;
	color: #1b1b1b;
	}
	.fc-state-default {
	border: 1px solid;
	background-color: #fff !important;
	background-image: none !important;
	background-repeat: no-repeat !important;
	border-color: #d94444 !important;
	color: #d94444 !important;
	text-shadow: none !important;
	box-shadow: none !important;
	transition: all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	-ms-transition: all 0.3s ease !important;
	font-size: 1.0rem !important;
	width: 33px !important;
	height: 33px !important;
	line-height: 33px !important;
	}
	.fc-state-default:hover {
	background-color: #d94444 !important;
	color: #fff !important;
	}
	.fc-state-default.fc-corner-left,
	.fc-state-default.fc-corner-right {
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	}
	.fc .fc-button-group>:first-child {
	margin-right: 10px !important;
	}

	.fc a.jHoliday {
	background: #f6e6e5;
	border: solid 1px #f6e6e5;
	color: #d94444;
	}

	.fc a.jcCalendar {
	background: #d94444;
	border: solid 1px #d94444;
	color: #FFFFFF;
	}

	
	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	#fTop {
		border-top: 1px #dcdcdc solid;
		border-bottom: 1px #dcdcdc solid;
		padding: 20px;
		margin-bottom: 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#fTopIn {
		width: 1000px;
		margin: 0 auto;
	}
	
	#fLogoWrap {
		float: left;
	}
	
	#fLogo {
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
	}
	
	#fLogo img {
		height: 35px;
		width: auto;
	}
	
	#fLogo65 {
		display: inline-block;
		vertical-align: middle;
	}
	
	#fTopSns {
		padding-top: 23px;
		float: right;
	}
	
	#fFb {
		margin-right: 10px;
		display: inline-block;
	}
	
	#fIg {
		display: inline-block;
	}
	
	#fMid {
		width: 1000px;
		margin: 0 auto 50px;
	}
	
	#fMidLeft {
		width: 50%;
		float: left;
	}
	
	#fMidRight {
		width: 50%;
		padding: 0 0 0 30px;
		float: right;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#fMidLeft h3 {
		font-size: 2.0rem;
		line-height: 1;
		padding-bottom: 10px;
	}
	
	#fAddress {
		font-style: 1.6rem;
		line-height: 1.2;
		padding: 0 0 15px;
	}
	
	#fAddress a {
		color: #ea8080;
	}
	
	#gMap {
		width: 500px;
		height: 450px;
	}
	
	#fNavTop {
		font-size: 1.5rem;
		padding-bottom: 15px;
		font-weight: bold;
	}
	
	.fNavList {
		font-size: 1.5rem;
		margin-bottom: 20px;
		padding: 5px 0 0 10px;
		border-left: 4px #c9c9c9 solid;
	}
	
	.fNavList dt {
		line-height: 1.2;
		padding-bottom: 10px;
		font-weight: bold;
	}
	
	.fNavList dd {
		padding-left: 1em;
		line-height: 1.2;
		padding-bottom: 5px;
	}
	
	.fNavList li {
		padding-left: 1em;
		line-height: 1.2;
		padding-bottom: 5px;
	}
	
	#fNavLeft {
		width: 50%;
		float: left;
		padding-right: 10px;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#fNavRight {
		width: 50%;
		padding-left: 10px;
		float: right;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.outLink:after {
		content: "";
		margin-left: 10px;
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url(img/common/out_link_icon.png) 0 0 no-repeat;
	}
	
	#copy {
		padding: 20px 0;
		text-align: center;
	}
	
	#pagetop {
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 1000;
	}
	
	#pagetop a {
		display: block;
		background: #333333;
		background: rgba(0,0,0,0.9);
		padding: 13px 10px;
		vertical-align: middle;
		line-height: 1;
	}
	
	#pagetop a img {
		vertical-align: middle;
	}
	
	.bold {
		font-weight: bold;
	}
	
	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 1000px;
		margin: 0 auto 100px;
	}
	
	.singleColum {
		padding: 50px;
		margin-bottom: 30px;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.singleColum .inner {
		padding-bottom: 50px;
	}
	
	#fv {
		width: 100%;
		padding-bottom: 30px;
	}
	
/*
	.underLayer {
		position: relative;
	}
*/
	
	.underLayer:after {
		content:"";
		position: absolute!important;
		top: 0;
		left: 0;
		width: 100%;
		height: 500px;
		background: #ea8080;
		animation: bg-color 10s infinite;
		-webkit-animation: bg-color 10s infinite;
		z-index: -1;
	}
	
	#underMainTit {
		padding: 40px 0 0 0;
		font-size: 4.0rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	
	#subTit {
		font-size: 2.0rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}
	
	/* パンくず */
	#bc {
		padding: 10px 0 0 20px;
		text-align: left;
	}
	
	#bc ul {
		display: inline-block;
	}
	
	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/icon1.png) left center no-repeat;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 1.3rem;
	}
	
	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #FFFFFF;
	}
	
	#bc li a {
		color: #FFFFFF;
	}
	
	#bc li a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}
	#pager {
		display: inline-block;
	}
	#pageNavWrap a, #pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #fff;
		background-color: #ea8080;
		transition: all 0.3s ease-in-out 0s;
	}
	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}
	
}
/* PCここまで*/
/* -------------------------------------------------- */

/* IEハック */
@media all and (-ms-high-contrast:none)and (min-width: 1024px)  {
	.pdList li a {
		padding: 11px 20px 5px;
	}
	
	#gNav li {
		padding: 3px 0 0;
	}
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
        /* 768px - 979px用（タブレット用）の記述 */
	.pc {
	display: none!important;
	}


	body {
	-webkit-text-size-adjust: 100%;
	}

	p, li, dt, dd {
		/*Androidブラウザフォントバグ対策*/
		 max-height: 999999px;
	}
	
	main {
		padding-top: 50px;
	}
	
	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #FFFFFF;
		z-index: 9000;
	}
	#hInner {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 10000;
		background: #FFFFFF;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	/* 上部 */
	#hTop {
		text-align: center;
	}
	
	#hTopIn {
		padding: 0 3% 20px 3%;
	}
	
	.hTopBox {
		display: inline-block;
		padding: 0 5px 10px 0;
		vertical-align: middle;
	}
	
	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}
	
	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}
	
	#fontSize li {
		text-align: center;
		display: inline-block;
		vertical-align: bottom;
		background: #eeeeee;
		border-radius: 5px;
		color: #666666;
		font-weight: bold;
		cursor: pointer;
	}
	
	#fontSize .small {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 1.4rem;
	}
	
	#fontSize  .middle {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 1.8rem;
	}
	
	#fontSize .large {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 2.4rem;
	}
	
	#fontSize li.current {
		background: #666666;
		color: #FFFFFF;
	}
	
	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}
	
	#jpEn li.current {
		padding: 2px 13px;
		line-height: 1;
		background: #666666;
		border-radius: 20px;
		color: #FFFFFF;
	}
	
	#jpEn li a {
		display: block;
		padding: 2px 13px;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}
	
	#jpEn li a:hover {
		background: #666666;
		border-radius: 20px;
		color: #FFFFFF;
	}
	
	#hBtn {
		width: 100%;
		letter-spacing: -0.4em;
	}
	
	#hBtn li {
		width: 50%;
		padding-left: 5px;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#hBtn li:first-child {
		padding: 0 5px 0 0;
	}
	
	#loginBtn {
		display: inline-block;
	}

	#headerBtn {
		display: block;
	}

	#loginBtn a {
		display: block;
		padding: 5px 20px 5px 40px;
		color: #ea8080;
		border: 1px #ea8080 solid;
		border-radius: 5px;
		font-weight: bold;
		background: url(img/common/key_icon.png) 20px 5px no-repeat;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#loginBtn a:hover {
		color: #FFFFFF;
		background: url(img/common/key_icon_hover.png) 20px 5px no-repeat #ea8080;
	}
	
	#entryBtn a {
		display: block;
		padding: 5px 20px 5px 40px;
		color: #FFFFFF;
		border-radius: 5px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,-webkit-linear-gradient(60deg, #f2b996, #ea8080);
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,-webkit-linear-gradient(60deg, #f2b996, #ea8080);
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,-moz-linear-gradient(60deg, #f2b996, #ea8080);
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,-o-linear-gradient(60deg, #f2b996, #ea8080);
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,linear-gradient(60deg, #f2b996, #ea8080);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#closeBtnWrap {
		height: 45px;
		padding: 10px 10px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
	}
	
	#closeBtn {
		display: inline-block;
	}
	
	#closeBtn img {
		height: 18px;
	}
	
	/* 下段*/
	#spNav {
		padding: 0 3% 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#gNavSp li {
		border-bottom: 1px #666666 dotted;
	}
	
	
	.navHide {
		background: #EFEFEF;
	}
	
	.navHide li {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#gNavSp li.navHide li:last-child {
		border-bottom: none;
	}
	
	.navTit.off {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_open.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}
	
	.navTit.on {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_close.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}
	
	#gNavSp li a {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size:  8px auto;
	}
	
	#gNavSp li.sub a {
		padding: 8px 0 8px 0;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size:  8px auto;
	}
	
	#gNavSp li.sub a:before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 10px;
		background: #999999;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	#spHeader {
		padding: 12px 3% 0 3%;
		position: relative;
	}
	
	#spHeadLogo {
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
	}
	
	#spHeadLogo img {
		height: 20px;
		width: auto;
	}
	
	#spHeadLogo65 {
		display: inline-block;
		vertical-align: middle;
	}
	
	#spHeadLogo65 img {
		height: 30px;
		width: auto;
	}
	
	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}
	
	#spMenu img {
		height: 15px;
		width: auto;
	}
	
	/* -------------------------------------------------- */
	/* 共通リンク帯 */
	/* -------------------------------------------------- */
	.gradationBar {
		width: 100%;
		padding: 10px 3% ;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #ea8080;
		animation: bg-color 10s infinite;
		-webkit-animation: bg-color 10s infinite;
	}
	
	.gradBarLeft {
		width: 100%;
		padding-bottom: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.gradBarRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.gradationBar a {
		padding: 10px 0;
		text-align: center;
		display: block;
		border: 1px #FFFFFF solid;
		color: #FFFFFF;
		font-size: 1.rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
	}
	
	.gradationBar a:hover {
		
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF;
		color: #666666;
	}
	
	.gradationBar .small {
		padding: 3px 20px;
		letter-spacing: 0.1em;
		font-size: 1.3rem;
		display: inline-block;
		border: 1px #FFFFFF solid;
	}
	
	.gradationBar a:hover .small {
		border: 1px #666666 solid;
	}
	
	#fBottom .gradationBar a {
		padding: 15px 0;
	}
	
		/* ボタン */
	.gradationBtn {
		padding: 0 3% 50px;
		text-align: center;
	}
	
	.gradBar {
		display: block;
		margin: 0 0 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #ea8080;
		animation: bg-color 10s infinite;
		-webkit-animation: bg-color 10s infinite;
	}
	
	.gradationBtn a {
		padding: 15px 30px;
		text-align: center;
		display: block;
		color: #FFFFFF;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px #FFFFFF solid;
	}
	
	.gradationBtn a:hover {
		color: #666666;
		border: 1px #CCCCCC solid;
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF!important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.commonTit1 {
		font-size: 2rem;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}
	
	.commonTit2 {
		font-size: 2rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-weight: bold;
		position: relative;
		text-align: center;
	}
	
	.commonTit2:after {
		content: "";
		width: 40px;
		height: 1px;
		background: #bfbfbf;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -20px;
	}
	
	.commonTit3 {
		margin-bottom: 15px;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		border-bottom: 3px #ea8080 solid;
		animation: bd-color 10s infinite;
		-webkit-animation: bd-color 10s infinite;
	}
	
	
	.commonTit4 {
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	
	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.commonBtn1 {
		padding: 0 3%;
	}
	
	.commonBtn1 a {
		display: block;
		padding: 20px 20px;
		background: url(img/common/icon1.png) 95% center no-repeat,-webkit-linear-gradient(6deg, #f2b996, #ea8080);
		background: url(img/common/icon1.png) 95% center no-repeat,-moz-linear-gradient(6deg, #f2b996, #ea8080);
		background: url(img/common/icon1.png) 95% center no-repeat,-o-linear-gradient(6deg, #f2b996, #ea8080);
		background: url(img/common/icon1.png) 95% center no-repeat,linear-gradient(6deg, #f2b996, #ea8080);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 2.0rem;
		font-weight: bold;
		color: #FFFFFF;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
	}
		
	.commonBtn1 a .small {
		font-size: 1.3rem;
	}
	
	.commonBtn1 a:hover {
		opacity: 0.7;
	}
	
	.commonBtn2 a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		font-size: 1.8rem;
		font-weight: bold;
		border: 3px #ea8080 solid;
		border-radius: 5px;
		color: #ea8080;
		background: url(img/common/sp/icon1.png) 95% center no-repeat;
		-webkit-background-size: 6px auto;
		background-size: 6px auto;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.commonBtn2 a:hover {
		color: #FFFFFF!important;
		background: url(img/common/sp/icon2.png) 95% center no-repeat #ea8080;
		-webkit-background-size: 6px auto;
		background-size: 6px auto;
	}
	
	.commonBtn3 a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		font-size: 1.5rem;
		font-weight: bold;
		border: 3px #ea8080 solid;
		border-radius: 5px;
		color: #ea8080;
		background: url(img/common/icon_pdf.png) 5% center no-repeat;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.commonBtn3 a:hover {
		color: #FFFFFF!important;
		background: url(img/common/icon_pdf_hover.png) 5% center no-repeat #ea8080;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}
	
	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		padding: 0 3%;
		font-size: 1.6rem;
	}
	
	.commonTxt1 {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	
	.commonTxt2 {
		font-size: 1.4rem;
		line-height: 1.4;
		padding-bottom: 1em;
	}
	
	.commonTxt2 a {
		color: #ea8080;
	}
	
	/* -------------------------------------------------- */
	/* カレンダー*/
	/* -------------------------------------------------- */
	
	#calendarWrap {
		padding: 0 3%;
	}
	
	#calendar {
		width: 100%;
		margin: 0 auto 30px;
	}
	
	.fc-left {
		font-weight: bold;
	}
	
	.fc td, .fc th {
	border-style: none !important;
	border-width: 0 !important;
	}
	.fc-row {
	border-bottom: solid 1px #CCCCCC !important;
	}
	th.fc-day-header {
	padding: 10px 0 !important;
	font-size: 1.4rem;
	line-height: 1.0;
	letter-spacing: 0.1em;
	color: #d94444;
	text-align: center;
	}
	th.fc-day-header span {
	display: block;
	}
	th.fc-day-header.fc-day-header::after {
	font-size: 1.0rem;
	color: #a0a0a0;
	} 
	th.fc-day-header.fc-sun::after {
	content: "SUN";
	}
	th.fc-day-header.fc-mon::after {
	content: "MON";
	}
	th.fc-day-header.fc-tue::after {
	content: "TUE";
	}
	th.fc-day-header.fc-wed::after {
	content: "WED";
	}
	th.fc-day-header.fc-thu::after {
	content: "THU";
	}
	th.fc-day-header.fc-fri::after {
	content: "FRI";
	}
	th.fc-day-header.fc-sat::after {
	content: "SAT";
	}
	span.fc-day-number {
	font-size: 1.0rem;
	color: #d94444;
	}
	.fc-other-month span.fc-day-number {
	color: #929ecd;
	}
	.fc-header-toolbar h2 {
	font-size: 1.4rem;
	color: #1b1b1b;
	}
	.fc-state-default {
	border: 1px solid;
	background-color: #fff !important;
	background-image: none !important;
	background-repeat: no-repeat !important;
	border-color: #d94444 !important;
	color: #d94444 !important;
	text-shadow: none !important;
	box-shadow: none !important;
	transition: all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	-ms-transition: all 0.3s ease !important;
	font-size: 1.0rem !important;
	width: 33px !important;
	height: 33px !important;
	line-height: 33px !important;
	}
	.fc-state-default:hover {
	background-color: #d94444 !important;
	color: #fff !important;
	}
	.fc-state-default.fc-corner-left,
	.fc-state-default.fc-corner-right {
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	}
	.fc .fc-button-group>:first-child {
	margin-right: 10px !important;
	}

	.fc a.jHoliday {
	background: #f6e6e5;
	border: solid 1px #f6e6e5;
	color: #d94444;
	}

	.fc a.jcCalendar {
	background: #d94444;
	border: solid 1px #d94444;
	color: #FFFFFF;
	}

	
	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	#fTop {
		border: 1px #c9c9c9 solid;
		padding: 20px;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#fTopIn {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	#fLogoWrap {
		display: inline-block;
	}
	
	#fLogo {
		display: inline-block;
		padding-bottom: 20px;
	}
	
	#fLogo img {
		height: 23px;
		width: auto;
	}
	
	#fLogo65 {
		padding: 0 20px 10px;
		display: inline-block;
		vertical-align: middle;
	}
	
	#fLogo65 img {
		height: 60px;
		width: auto;
		vertical-align: middle;
	}
	
	#fTopSns {
		display: inline-block;
	}
	
	#fFb {
		margin-right: 10px;
		display: inline-block;
	}
	
	#fIg {
		display: inline-block;
	}
	
	#fMid {
		width: 100%;
		margin: 0 auto;
	}
	
	#fMidLeft {
		width: 100%;
	}
	
	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#fMidLeft h3 {
		font-size: 1.8rem;
		line-height: 1;
		padding: 0 3% 10px;
	}
	
	#fAddress {
		line-height: 1.2;
		padding: 0 3% 10px;
	}
	
	#gMap {
		width: 100%;
		height: 260px;
	}
	
	#fNavTop {
		font-size: 1.5rem;
	}
	
	.fNavList {
		font-size: 1.5rem;
	}
	
	#fNavTop a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}
	
	.fNavList a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}
	
	.fNavList dd {
		line-height: 1.2;
	}
	
	#spNavSns {
		text-align: center;
		padding: 10px 0;
	}
	
	#spNavSnsIn {
		display: inline-block;
	}
	
	#spNavSnsIn li {
		display: inline-block;
		margin: 0 5px;
	}
	
	.outLink {
		background: url(img/common/sp/outlink.png) 97% center no-repeat;
		-webkit-background-size: 10px;
		background-size: 10px;
	}
	
	#copy {
		padding: 10px 0;
		text-align: center;
		font-size: 1.0rem;
	}
	
	#pagetop {
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 1000;
	}
	
	#pagetop a {
		display: block;
		background: #333333;
		background: rgba(0,0,0,0.9);
		padding: 13px 10px;
		vertical-align: middle;
		line-height: 1;
	}
	
	#pagetop a img {
		vertical-align: middle;
	}
	
	#container .sp-button {
		border: 1px solid #000;
		width: 8px;
		height: 8px;
		margin: 3px;
	}
	
	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 94%;
		margin: 0 auto 50px;
	}
	
	.singleColum {
		padding: 20px 5%;
		margin-bottom: 50px;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.singleColum .inner {
		padding-bottom: 30px;
	}
	
	.singleColum .gradationBtn {
		padding: 0px;
	}
	
	#fv {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.underLayer {
		position: relative;
	}
	
	.underLayer:after {
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 50vh;
		background: #ea8080;
		animation: bg-color 10s infinite;
		-webkit-animation: bg-color 10s infinite;
		z-index: -1;
	}
	
	#underMainTit {
		padding: 0 3%;
		font-size: 3.4rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	
	#subTit {
		font-size: 1.6rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}
	
	/* パンくず */
	#bc {
		padding: 10px 3%;
		text-align: left;
	}
	
	#bc ul {
		display: inline-block;
	}
	
	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/icon1.png) left center no-repeat;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 1.2rem;
	}
	
	#bc li#singleBc {
		display: none;
	}
	
	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #FFFFFF;
	}
	
	#bc li a {
		color: #FFFFFF;
	}
	
	#bc li a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}
	#pager {
		display: inline-block;
	}
	#pageNavWrap a, #pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #fff;
		background-color: #ea8080;
		transition: all 0.3s ease-in-out 0s;
	}
	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}
	
}
/* タブレットここまで*/
/* -------------------------------------------------- */



@media screen and (max-width: 767px) {
        /* （スマートフォン用）の記述 */
	.pc {
	display: none!important;
	}

	body {
	-webkit-text-size-adjust: 100%;
	}

	p, li, dt, dd {
		/*Androidブラウザフォントバグ対策*/
		 max-height: 999999px;
	}
	
	main {
		padding-top: 50px;
	}
	
	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #FFFFFF;
		z-index: 9000;
	}
	
	#hInner {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 10000;
		background: #FFFFFF;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	/* 上部 */
	#hTop {
		text-align: center;
	}
	
	#hTopIn {
		padding: 0 3% 20px 3%;
	}
	
	.hTopBox {
		display: inline-block;
		padding: 0 5px 10px 0;
		vertical-align: middle;
	}
	
	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}
	
	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}
	
	#fontSize li {
		text-align: center;
		display: inline-block;
		vertical-align: bottom;
		background: #eeeeee;
		border-radius: 5px;
		color: #666666;
		font-weight: bold;
		cursor: pointer;
	}
	
	#fontSize .small {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 1.4rem;
	}
	
	#fontSize  .middle {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 1.8rem;
	}
	
	#fontSize .large {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 2.4rem;
	}
	
	#fontSize li.current {
		background: #666666;
		color: #FFFFFF;
	}
	
	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}
	
	#jpEn li.current {
		padding: 2px 8px;
		line-height: 1;
		background: #666666;
		border-radius: 20px;
		color: #FFFFFF;
	}
	
	#jpEn li a {
		display: block;
		padding: 2px 8px;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}
	
	#jpEn li a:hover {
		background: #666666;
		border-radius: 20px;
		color: #FFFFFF;
	}
	
	#hBtn {
		width: 100%;
		letter-spacing: -0.4em;
	}
	
	#hBtn li {
		width: 50%;
		padding-left: 5px;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#hBtn li:first-child {
		padding: 0 5px 0 0;
	}
	
	#loginBtn {
		display: inline-block;
	}

	#headerBtn {
		display: block;
	}

	#loginBtn a {
		display: block;
		padding: 5px 20px 5px 40px;
		color: #ea8080;
		border: 1px #ea8080 solid;
		border-radius: 5px;
		font-weight: bold;
		background: url(img/common/key_icon.png) 20px 5px no-repeat;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#loginBtn a:hover {
		color: #FFFFFF;
		background: url(img/common/key_icon_hover.png) 20px 5px no-repeat #ea8080;
	}
	
	#entryBtn a {
		display: block;
		padding: 5px 20px 5px 40px;
		color: #FFFFFF;
		border-radius: 5px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,-webkit-linear-gradient(60deg, #f2b996, #ea8080);
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,-webkit-linear-gradient(60deg, #f2b996, #ea8080);
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,-moz-linear-gradient(60deg, #f2b996, #ea8080);
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,-o-linear-gradient(60deg, #f2b996, #ea8080);
		background: url(img/common/guide_icon.png) 18px 9px no-repeat,linear-gradient(60deg, #f2b996, #ea8080);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#closeBtnWrap {
		height: 45px;
		padding: 10px 10px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
	}
	
	#closeBtn {
		display: inline-block;
		cursor: pointer;
	}
	
	#closeBtn img {
		height: 18px;
	}
	
	/* 下段*/
	#spNav {
		padding: 0 3% 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#gNavSp li {
		border-bottom: 1px #666666 dotted;
	}
	
	#gNavSp li a {
		padding: 8px 0;
		display: block;
		-webkit-background-size: 8px auto;
		background-size:  8px auto;
	}
	
	.navHide {
		background: #EFEFEF;
	}
	
	.navHide li {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#gNavSp li.navHide li:last-child {
		border-bottom: none;
	}
	
	.navTit.off {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_open.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}
	
	.navTit.on {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_close.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}
	
	#gNavSp li.sub a {
		padding: 8px 0 8px 0;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size:  8px auto;
	}
	
	#gNavSp li.sub a:before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 10px;
		background: #999999;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	#spHeader {
		padding: 12px 3% 0 3%;
		position: relative;
	}
	
	#spHeadLogo {
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
	}
	
	#spHeadLogo img {
		height: 20px;
		width: auto;
	}
	
	#spHeadLogo65 {
		display: inline-block;
		vertical-align: middle;
	}
	
	#spHeadLogo65 img {
		height: 30px;
		width: auto;
	}
	
	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}
	
	#spMenu img {
		height: 15px;
		width: auto;
	}
	
	#spNavSns {
		text-align: center;
		padding: 10px 0;
	}
	
	#spNavSnsIn {
		display: inline-block;
	}
	
	#spNavSnsIn li {
		display: inline-block;
		margin: 0 5px;
	}
	
	
	/* -------------------------------------------------- */
	/* 共通リンク帯 */
	/* -------------------------------------------------- */
	.gradationBar {
		width: 100%;
		padding: 10px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #ea8080;
		animation: bg-color 10s infinite;
		-webkit-animation: bg-color 10s infinite;
	}
	
	.gradBarLeft {
		width: 100%;
		padding-bottom: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.gradBarRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.gradationBar a {
		padding: 10px 0;
		text-align: center;
		display: block;
		border: 1px #FFFFFF solid;
		color: #FFFFFF;
		font-size: 1.rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
	}
	
	.gradationBar a:hover {
		
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF;
		color: #666666;
	}
	
	.gradationBar .small {
		padding: 3px 20px;
		letter-spacing: 0.1em;
		font-size: 1.3rem;
		display: inline-block;
		border: 1px #FFFFFF solid;
	}
	
	.gradationBar a:hover .small {
		border: 1px #666666 solid;
	}
	
	#fBottom .gradationBar a {
		padding: 15px 0;
	}
	
	/* ボタン */
	.gradationBtn {
		padding: 0 3% 50px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.gradBar {
		display: block;
		margin: 0 0 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #ea8080;
		animation: bg-color 10s infinite;
		-webkit-animation: bg-color 10s infinite;
	}
	
	.gradationBtn a {
		padding: 15px 30px;
		text-align: center;
		display: block;
		color: #FFFFFF;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px #FFFFFF solid;
	}
	
	.gradationBtn a:hover {
		color: #666666;
		border: 1px #CCCCCC solid;
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF!important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	
	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.commonTit1 {
		font-size: 2rem;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}
	
	.commonTit2 {
		font-size: 2rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-weight: bold;
		position: relative;
		text-align: center;
	}
	
	.commonTit2:after {
		content: "";
		width: 40px;
		height: 1px;
		background: #bfbfbf;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -20px;
	}
	
	.commonTit3 {
		margin-bottom: 15px;
		font-size: 2rem;
		font-weight: bold;
		border-bottom: 3px #ea8080 solid;
		animation: bd-color 10s infinite;
		-webkit-animation: bd-color 10s infinite;
	}
	
	.commonTit4 {
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	
	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.commonBtn1 {
		padding: 0 3%;
	}
	
	.commonBtn1 a {
		display: block;
		padding: 10px 20px;
		background: url(img/common/icon1.png) 95% center no-repeat,-webkit-linear-gradient(6deg, #f2b996, #ea8080);
		background: url(img/common/icon1.png) 95% center no-repeat,-moz-linear-gradient(6deg, #f2b996, #ea8080);
		background: url(img/common/icon1.png) 95% center no-repeat,-o-linear-gradient(6deg, #f2b996, #ea8080);
		background: url(img/common/icon1.png) 95% center no-repeat,linear-gradient(6deg, #f2b996, #ea8080);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.8rem;
		font-weight: bold;
		color: #FFFFFF;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
		line-height: 1.2;
		text-align: center;
	}
	
		
	.commonBtn1 a .small {
		font-size: 1.3rem;
	}
	
	.commonBtn1 a:hover {
		opacity: 0.7;
	}
	
	.commonBtn2 a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		font-size: 1.8rem;
		font-weight: bold;
		border: 3px #ea8080 solid;
		border-radius: 5px;
		color: #ea8080;
		background: url(img/common/sp/icon1.png) 95% center no-repeat;
		-webkit-background-size: 6px auto;
		background-size: 6px auto;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.commonBtn2 a:hover {
		color: #FFFFFF!important;
		background: url(img/common/sp/icon2.png) 95% center no-repeat #ea8080;
		-webkit-background-size: 6px auto;
		background-size: 6px auto;
	}
	
	.commonBtn3 a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		font-size: 1.5rem;
		font-weight: bold;
		border: 3px #ea8080 solid;
		border-radius: 5px;
		color: #ea8080;
		background: url(img/common/icon_pdf.png) 5% center no-repeat;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.commonBtn3 a:hover {
		color: #FFFFFF!important;
		background: url(img/common/icon_pdf_hover.png) 5% center no-repeat #ea8080;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}
	
	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		padding: 0 3%;
		font-size: 1.6rem;
	}
	
	.commonTxt1 {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	
	.commonTxt2 {
		font-size: 1.4rem;
		line-height: 1.4;
		padding-bottom: 1em;
	}
	
	.commonTxt2 a {
		color: #ea8080;
	}
	
	/* -------------------------------------------------- */
	/* カレンダー*/
	/* -------------------------------------------------- */
	
	#calendarWrap {
		padding: 0 3% 30px;
	}
	
	#calendar {
		width: 100%;
		margin: 0 auto 30px;
	}
	
	.fc-left {
		font-weight: bold;
	}
	
	.fc td, .fc th {
	border-style: none !important;
	border-width: 0 !important;
	}
	.fc-row {
	border-bottom: solid 1px #CCCCCC !important;
	}
	th.fc-day-header {
	padding: 10px 0 !important;
	font-size: 1.4rem;
	line-height: 1.0;
	letter-spacing: 0.1em;
	color: #d94444;
	text-align: center;
	}
	th.fc-day-header span {
	display: block;
	}
	th.fc-day-header.fc-day-header::after {
	font-size: 1.0rem;
	color: #a0a0a0;
	} 
	th.fc-day-header.fc-sun::after {
	content: "SUN";
	}
	th.fc-day-header.fc-mon::after {
	content: "MON";
	}
	th.fc-day-header.fc-tue::after {
	content: "TUE";
	}
	th.fc-day-header.fc-wed::after {
	content: "WED";
	}
	th.fc-day-header.fc-thu::after {
	content: "THU";
	}
	th.fc-day-header.fc-fri::after {
	content: "FRI";
	}
	th.fc-day-header.fc-sat::after {
	content: "SAT";
	}
	span.fc-day-number {
	font-size: 1.0rem;
	color: #d94444;
	}
	.fc-other-month span.fc-day-number {
	color: #929ecd;
	}
	.fc-header-toolbar h2 {
	font-size: 1.4rem;
	color: #1b1b1b;
	}
	.fc-state-default {
	border: 1px solid;
	background-color: #fff !important;
	background-image: none !important;
	background-repeat: no-repeat !important;
	border-color: #d94444 !important;
	color: #d94444 !important;
	text-shadow: none !important;
	box-shadow: none !important;
	transition: all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	-ms-transition: all 0.3s ease !important;
	font-size: 1.0rem !important;
	width: 33px !important;
	height: 33px !important;
	line-height: 33px !important;
	}
	.fc-state-default:hover {
	background-color: #d94444 !important;
	color: #fff !important;
	}
	.fc-state-default.fc-corner-left,
	.fc-state-default.fc-corner-right {
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	}
	.fc .fc-button-group>:first-child {
	margin-right: 10px !important;
	}

	.fc a.jHoliday {
	background: #f6e6e5;
	border: solid 1px #f6e6e5;
	color: #d94444;
	}

	.fc a.jcCalendar {
	background: #d94444;
	border: solid 1px #d94444;
	color: #FFFFFF;
	}

	
	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	#fTop {
		border: 1px #c9c9c9 solid;
		padding: 20px;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#fTopIn {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	#fLogoWrap {
		display: inline-block;
	}
	
	#fLogo {
		display: inline-block;
		padding-bottom: 20px;
	}
	
	#fLogo img {
		height: 26px;
		width: auto;
	}
	
	#fLogo65 {
		padding: 0 20px 10px;
		display: inline-block;
		vertical-align: middle;
	}
	
	#fLogo65 img {
		height: 60px;
		width: auto;
		vertical-align: middle;
	}
	
	#fTopSns {
		display: inline-block;
	}
	
	#fFb {
		margin-right: 10px;
		display: inline-block;
	}
	
	#fIg {
		display: inline-block;
	}
	
	#fMid {
		width: 100%;
		margin: 0 auto;
	}
	
	#fMidLeft {
		width: 100%;
	}
	
	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#fMidLeft h3 {
		font-size: 1.8rem;
		line-height: 1;
		padding: 0 3% 10px;
	}
	
	#fAddress {
		line-height: 1.2;
		padding: 0 3% 10px;
	}
	
	#fAddress a {
		color: #ea8080;
	}
	
	#gMap {
		width: 100%;
		height: 260px;
	}
	
	#fNavTop {
		font-size: 1.5rem;
	}
	
	.fNavList {
		font-size: 1.5rem;
	}
	
	#fNavTop a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}
	
	.fNavList a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}
	
	.fNavList dd {
		line-height: 1.2;
	}
	
	.outLink {
		background: url(img/common/sp/outlink.png) 97% center no-repeat;
		-webkit-background-size: 10px;
		background-size: 10px;
	}
	
	#copy {
		padding: 20px 0;
		text-align: center;
		font-size: 1.0rem;
	}
	
	#pagetop {
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 1000;
	}
	
	#pagetop a {
		display: block;
		background: #333333;
		background: rgba(0,0,0,0.9);
		padding: 10px 10px;
		vertical-align: middle;
		line-height: 1;
	}
	
	#pagetop a img {
		width: 12px;
		height: auto;
		vertical-align: middle;
	}


	#container .sp-button {
		border: 1px solid #000;
		width: 8px;
		height: 8px;
		margin: 3px;
	}
	
	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 94%;
		margin: 0 auto 50px;
	}
	
	.singleColum {
		padding: 20px 5%;
		margin-bottom: 50px;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.singleColum .inner {
		padding-bottom: 30px;
	}
	
	.singleColum .gradationBtn {
		padding: 0px;
	}
	
	#fv {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.underLayer {
		position: relative;
	}
	
	.underLayer:after {
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 50vh;
		background: #ea8080;
		animation: bg-color 10s infinite;
		-webkit-animation: bg-color 10s infinite;
		z-index: -1;
	}
	
	#underMainTit {
		padding: 0 3%;
		font-size: 2.6rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	
	#subTit {
		font-size: 1.4rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}
	
	/* パンくず */
	#bc {
		padding: 10px 3%;
		text-align: left;
	}
	
	#bc ul {
		display: inline-block;
		line-height: 1.1;
	}
	
	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/sp/icon2.png) left center no-repeat;
		-webkit-background-size: 5px auto;
		background-size: 5px auto;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 1rem;
	}
	
	#bc li#singleBc {
		display: none;
	}
	
	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #FFFFFF;
	}
	
	#bc li a {
		color: #FFFFFF;
	}
	
	#bc li a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}
	#pager {
		display: inline-block;
	}
	#pageNavWrap a, #pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #fff;
		background-color: #ea8080;
		transition: all 0.3s ease-in-out 0s;
	}
	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}

}
/* SPここまで*/
/* -------------------------------------------------- */
