@charset "utf-8";
/* CSS Document */

/* 簡体字SNS隠す */
html:lang(zh-hans) header > div > ol{
	display: none;
}
html:lang(zh-hans) header > div > ul{
	float: right!important;
}
html:lang(zh-hans) .footerAdd > ol{
	display: none;
}
/* PC あとで消す！ */
@media print, screen and (min-width:769px) {
.demo {
	width: 1500px;
	margin: 0 auto;
}
.rightMenu{
	transition: 1s;
}
.openRightMenu{
	right: 0!important;
}
.closeRightMenu{
	right: -800px;
}
}

/* Tablet */
@media screen and (max-width:768px) {
}

/* -------------------------------------------------

slidemenu

------------------------------------------------- */
/* PC */
@media print, screen and (min-width:769px) {
.slidemenu {
	display: none;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.slidemenu {
	background-color: #f8f8f8;
	border-left: 2px solid #e4e4e4;
	top: 0;
	right: 0;
	width: 270px;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}
.slidemenu .slidemenu-header {
	height: 57px;
	border-bottom: 2px solid #e4e2da;
	background-color: #196fb7;
	position: relative;
}
.slidemenu .slidemenu-header div a {
	padding: 17px 0 0px 19px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #fff;
}
.slidemenu .slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
	position: relative;
}
.slidemenu p {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e4e4e4;
	font-size: 14px;
	line-height: 1.8;
	text-decoration: none;
}
.slidemenu p a {
	padding: 10px 0 10px 20px;
	display: block;
	text-decoration: none;
	position: relative;
}
.slidemenu p a:after, .slidemenu-content dl dt a:after, .slidemenu-content dl dd a:after {
	content: "\f054";
	font-family: FontAwesome;
	color: #b4b4b4;
	position: absolute;
	right: 10px;
}
.slidemenu p a:hover, .slidemenu-content dl dt a:hover, .slidemenu-content dl dd a:hover {
	color: #0863af;
	background-color: #cee4f6;
}
.slidemenu p:first-child {
	border-top: none;
}
.slidemenu p:last-child {
	border-bottom: none;
}
.openSub {
	padding: 10px 0 10px 20px;
	position: relative;
}
.openSub:after {
	content: "\f067";
	font-family: FontAwesome;
	color: #b4b4b4;
	position: absolute;
	right: 10px;
}
.activeMenu {
	background-color: #196fb7;
	color: #fff;
}
.activeMenu:after {
	content: "\f068";
	font-family: FontAwesome;
	color: #fff;
}
.slidemenu-content dl {
	display: none;
}
.slidemenu-content dl dt a, .slidemenu-content dl dd a {
	display: block;
	padding: 7px 20px 7px 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e4e4e4;
	font-size: 14px;
	line-height: 1.8;
	text-decoration: none;
	position: relative;
	background-color: #eee!important;
	border-left:4px solid #e1e1e1;
}
.spBtnClose{
	cursor: pointer;
	padding: 10px 15px;
}
.spBtnClose:before{
	content: "\f057";
	font-family: FontAwesome;
	color: #b4b4b4;
	font-size: 1.1em;
	padding-right: 5px;
}
}
/*main*/
#wrapper {
	background-color: #fff;
}
/* -------------------------------------------------

header-area

------------------------------------------------- */
#header-area header, #header-area header div {
	height: auto;
}
#header-area header h1 {
	float: left;
}
#header-area header div {
	float: right;
}

/* PC */
@media print, screen and (min-width:769px) {
#header-area {
	background-image: url(../images/header_dotted.png), url(../images/bg_header.png);
	background-repeat: repeat-x, repeat;
	background-position: 0 97%, 0 0;
	padding: 10px 0 0;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2;
}
#header-area header {
	width: 1100px;
	margin: 0 auto;
}
#header-area header h1 {
	width: 192px;
	line-height: 100%;
}
#header-area header h1 a:hover img {
	transform: scale(1.03, 1.03);
	transition: .3s;
}
#header-area header div {
	width: 880px;
	padding-top: 15px;
}
#header-area header div > p.pc{
	float: right;
  width: 270px;
  margin: 0 10px;
}
#header-area header div > p.pc a{
  display: block;
	background-color: #5abd76;
	border-radius: 15px;
	padding: 7px 0 6px 20px;
  font-weight: bold;
  color:#fff;
  position: relative;
}
#header-area header div > p.pc a:before {
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 5px;
	font-size: 1.1em;
}
#header-area header div > p.pc a:after {
	content: "CLICK";
  position: absolute;
  right:20px;
  font-weight: bold;
  letter-spacing: 1px;
}
#header-area header div > p.pc a:hover{
  opacity: 0.8;
}
#header-area header div ul {
	background-color: #e7e5df;
	border-radius: 15px;
	padding: 5px 0;
	width: 450px;
	float: left;
}
#header-area header div ul li:nth-child(1):before {
	content: "\f0ac";
	font-family: FontAwesome;
	padding-right: 5px;
	padding-left: 20px;
	font-size: 1.1em;
}
#header-area header div ul li {
	display: inline;
	font-weight: bold;
}
#header-area header div ul li a {
	margin-left: 10px;
}
#header-area header div ol {
	width: 140px;
	float: right;
	margin: 3px 0 0 10px;
}
#header-area header div ol li {
	display: inline;
	margin: 0 0 0 3px;
}
#header-area header div ol li a i {
	border-radius: 14px;
	width: 16px;
	height: 16px;
	font-size: 1.3em;
	padding: 7px 5px 5px 7px;
	line-height: 100%;
	color: #fff;
}
#header-area header div ol li:nth-child(1) a i {
	background-color: #3765a3;
}
#header-area header div ol li:nth-child(2) a i {
	background-color: #2ca7e0;
}
#header-area header div ol li:nth-child(3) a i {
	background-color: #444;
}
#header-area header div ol li:nth-child(4) a i {
	background-color: #b51318;
}
#header-area header div ol li a:hover i {
	transition: .2s;
	transform: rotate(-20deg);
}
/* nav */
.navB {
	display: none;
}
.navOn {
	display: block;
}
.navOff {
	display: none;
}
.navA.navOn {
	height: 70px;
}
.navB.navOn {
	height: 37px;
}
.navA.navOff, .navB.navOff {
	height: 0;
}
nav {
	width: 1100px;
	margin: 0 auto;
	background: url(../images/bg_nav.png) no-repeat center center;
}
nav ul {
	height: auto;
}
nav > ul > li {
	float: left;
	max-height: 70px;
	line-height: 100%;
}
nav > ul > li > a{
	display: block;
}
.naviHover {
	background-color: #4bc8ea;
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
.naviHover:nth-child(1) {
	background-image: url(../images/nav01on.png);
}
.naviHover:nth-child(2) {
	background-image: url(../images/nav02on.png);
}
.naviHover:nth-child(3) {
	background-image: url(../images/nav03on.png);
}
.naviHover:nth-child(4) {
	background-image: url(../images/nav04on.png);
}
.naviHover:nth-child(5) {
	background-image: url(../images/nav05on.png);
}
.naviHover:nth-child(6) {
	background-image: url(../images/nav06on.png);
}
.naviHover:nth-child(7) {
	background-image: url(../images/nav07on.png);
}
.naviHover:nth-child(8) {
	background-image: url(../images/nav08on.png);
}
.naviHover > a > .navA,  .naviHover > a > .navB.navOn {
	visibility: hidden;
	display: block;
}
/* textNav */
nav > ul > li:nth-child(-n+4) > ul,
nav > ul > li:nth-child(6) > ul,
nav > ul > li:nth-child(8) > ul{
	display: none;
	width:100%;
	position: absolute;
	z-index: 99;
	left: 0;
}
nav > ul > li:nth-child(-n+4) > ul > li,
nav > ul > li:nth-child(6) > ul > li,
nav > ul > li:nth-child(8) > ul > li{
	margin: 0 auto!important;
	width:1100px;
}
nav > ul > li > ul > li > div.textNav{
	width:580px;
	height: auto;
	background: url(../images/nav_border.png) repeat-y center top 20px rgba(75,200,234,.9);
	padding:10px 0 20px;
}
/* nav02 */
nav > ul > li:nth-child(2) > ul > li > div.textNav{

}
/* nav03 */
nav > ul > li:nth-child(3) > ul > li > div.textNav{
	width:274px;
	margin-left: 274px;
	background-image: none;
}
/* nav04 */
nav > ul > li:nth-child(4) > ul > li > div.textNav{
	margin-left: 274px;
}
/* nav06 */
nav > ul > li:nth-child(6) > ul > li > div.textNav{
	margin:0;
	margin-left: auto;
}
/* nav07 */
nav > ul > li:nth-child(8) > ul > li > div.textNav{
	margin:0;
	margin-left: auto;
}
nav > ul > li > ul > li > div.textNav dl {
	width:270px;
	float: left;
	padding-left: 20px;
}
nav > ul > li > ul > li > div.textNav dl:nth-child(1){

}
nav > ul > li > ul > li > div.textNav dl > dt{
	padding-top: 15px;
}
nav > ul > li > ul > li > div.textNav dl > dt a {
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;

}
nav > ul > li > ul > li > div.textNav dl > dd > a {
	color: #fff;
	margin-left: 20px;
}
	
	
/* photoNav */
nav > ul > li:nth-child(5) > ul,
nav > ul > li:nth-child(7) > ul{
	display: none;
	width: 100%;
	background: rgba(75,200,234,.9);
	position: absolute;
	z-index: 99;
	left: 0;
	padding: 20px 0;
}
nav > ul > li:nth-child(5) > ul > li,
nav > ul > li:nth-child(7) > ul > li{
	margin: 0 auto !important;
	width: 1100px;
}
nav > ul > li > ul > li > div.photoNav{
	height: auto;
}
nav > ul > li > ul > li > div.photoNav dl {
	width: 210px;
	float: left;
	margin: 0 5px 15px;
}
nav > ul > li > ul > li > div.photoNav dl:nth-child(5n+1) {
	clear: left;
}
nav > ul > li > ul > li > div.photoNav dl > dt > a {
	color: #fff;
	font-size: 1.17em;
	font-weight: bold;
}
nav > ul > li > ul > li > div.photoNav dl > dt > a > img {
	display: block;
	margin: 0 0 5px;
}
nav > ul > li > ul > li > div.photoNav dl > dt > a:hover,
.textNav dl dt a:hover,
.textNav dl dd a:hover{
	color: #ffe87b;
}
nav > ul > li > ul > li > div.photoNav dl > dt > a:hover img {
	transform: scale(1.03, 1.03);
	transition: .3s;
}
nav > ul > li > ul > li > div.photoNav dl > dd > a {
	color: #fff;
	display: list-item;
	list-style: disc;
	margin-left: 20px;
}
nav > ul > li > ul > li > div.photoNav dl > dd > a:hover {
	color: #ffe87b;
}
}

/* Tablet */
@media screen and (max-width:768px) {
#header-area header h1 {
	width: 120px;
	margin: 7px 0 0 10px;
	font-size: 0;
	line-height: 100%;
}
header div {
	width: 186px;
}
header div .sp {
	display: block;
	width: 60px;
}
#header-area header div ul li:nth-child(n+2) {
	display: none;
	position: absolute;
	width: 150px;
	z-index: 5;
}
#header-area header div ul li:nth-child(2) {
	top: 50px;
}
#header-area header div ul li:nth-child(3) {
	top: 90px;
}
#header-area header div ul li:nth-child(4) {
	top: 130px;
}
#header-area header div ul li:nth-child(5) {
	top: 170px;
}
#header-area header div ul li:nth-child(6) {
	top: 210px;
}
#header-area header div ul li:nth-child(n+2) a {
	display: block;
	height: 27px;
	background-color: #e7e5df;
	padding: 12px 0 0 10px;
	border-top: 1px solid #dbd8cf;
	line-height: 100%;
}
#header-area header div ul li:nth-child(n+2) a:before {
	content: "\f054";
	font-family: FontAwesome;
	color: #b7b5ae;
	padding: 0 10px 0 0;
	font-size: 0.7em;
}
#header-area header div ul li:nth-child(n+2) a:hover {
	background-color: #dbd8cf;
}
.spButton, header div div, header div ul {
	float: right;
	margin-left: 2px;
}
.spButton, header div div, #header-area header div ul li:nth-child(1) {
	font-size: 0;
	line-height: 100%;
}
/* nav */
nav {
	display: none;
}

}

/* -------------------------------------------------

bg & pagetitle &contents

------------------------------------------------- */
#footer-bg {
	background: url(../images/bg_footer.png) no-repeat center bottom;
}
#main-bg {
	background-image: url(../images/main_bg.png);
	background-repeat: no-repeat;
}
#page-tit h2 {
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 20px #fff;
}
#page-tit > p {
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 20px #fff;
}

/* PC */
@media print, screen and (min-width:769px) {
#footer-bg {
	padding-bottom: 350px;
}
#main-bg {
	background-position: center top;
	padding-top: 134px;
}
#page-tit {
	height: 310px;
}
#page-tit div {
	background-color: #4bc8ea;
	margin: 0 0 30px;
}
.h2only {
	padding-top: 40px;
}
#page-tit div p {
	color: #fff;
	width: 1100px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 1.1em;
}
#page-tit div p a {
	color: #fff;
}
#page-tit div p a:hover {
	color: #fff8bc;
}
#page-tit h2 {
	font-size: 3.5em;
	letter-spacing: 1px;
}
#page-tit > p {
	font-size: 2em;
	letter-spacing: 1px;
}
}

/* Tablet */
@media screen and (max-width:768px) {
#footer-bg {
	padding-bottom: 150px;
	background-size: 120% auto;
	background-position: center bottom -50px;
}
#main-bg {
	background-position: center -65px;
	background-size: auto 310px;
}
#page-tit {
	height: 130px;
	padding: 20px 0 0;
}
#page-tit div {
	display: none;
}
.h2only {
	padding-top: 15px;
}
#page-tit h2 {
	font-size: 1.5em;
}
#page-tit > p {
	font-size: 1.2em;
}
}

/* 640px以内（SP） */
@media screen and (max-width:640px) {
#footer-bg {
	padding-bottom: 100px;
	background-position: center bottom -23px;
}
}

/* 横向き */
@media screen and (max-width:640px) and (orientation: landscape) {
#footer-bg {
	padding-bottom: 150px;
	background-position: center bottom -50px;
}
}
/* -------------------------------------------------

contentsArea

------------------------------------------------- */
#contents {
	background-color: #f6f6f6;
}
.gaiyouText{
	margin: 0 0 15px;
}
.contentsArea > p a {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #a9c852;
	border-radius: 10px;
}
.contentsArea > p a:hover {
	opacity: 0.8;
}
/* titleIcon */
.titleIcon {
	height: auto;
}
.titleIcon > span {
	display: block;
	float: left;
	margin-right: 5px;
}
.titleIcon > h3 {
	float: left;
	font-weight: bold;
	border-bottom: 3px dotted #6a3906;
}
.titleIcon > h3 > span {
	font-size: 0.7em;
	font-weight: bold;
	color: #6a3906;
	vertical-align: middle;
	padding-left: 10px;
}
/* 2行の場合*/
.spanBr > h3 {
	line-height: 100%;
}
.spanBr > h3 > span {
	display: block;
	padding-left: 0;
}
/* whiteBg */
.whiteBg {
	background-color: #fff;
	border-radius: 10px;
}
/* Pickup */
.pickupIcon{
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
	font-size: 0;
	line-height: 100%;
	background: url(../images/icon_pickupTxt.png) no-repeat 0 0;
	background-size: 100% auto;
}
/* PC */
@media print, screen and (min-width:769px) {
#contents {
	width: 1100px;
	margin: 0 auto;
}
.contentsArea {
	margin: 0 0 30px;
	position: relative;
}
.contentsArea > p {
	right: 33px;
	top: 30px;
	position: absolute;
}
.contentsArea > p a {
	display: inline-block;
	padding: 5px 30px;
}
/* titleIcon */
.titleIcon > span {
	width: 100px;
}
.titleIcon > h3 {
	width: calc(100% - 115px);
	font-size: 2em;
	padding: 30px 0 0;
}
/* 2行の場合*/
.spanBr > h3 {
	padding: 20px 0 0;
}
/* whiteBg */
.whiteBg {
	padding: 20px;
}
/* Pickup */
.pickupIcon{
	width: 70px;
	height:35px;
	margin-left: 10px;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.contentsArea {
	margin: 0 0 20px;
}
.contentsArea > p {
	width: 100%;
}
.contentsArea > p a {
	display: block;
	width: 70%;
	margin:0 auto;
	padding: 8px 0;
}
/* titleIcon */
.titleIcon > span {
	width: 50px;
}
.titleIcon > h3 {
	width: calc(100% - 60px);
	padding: 10px 0 0;
}
/* 2行の場合*/
.spanBr > h3 {
	padding: 5px 0 0;
}
/* SPのみ2行の場合*/
.spanBrSp > h3 {
	line-height: 100%;
	padding: 5px 0 0;
}
.spanBrSp > h3 > span {
	display: block;
	padding-left: 0;
}
/* whiteBg */
.whiteBg {
	padding: 15px;
	margin: 0 0 10px;
}
/* Pickup */
.pickupIcon{
	width: 50px;
	height:25px;
	margin-left: 5px;
}
}

/* -------------------------------------------------

greenTit orangeBtn

------------------------------------------------- */
.blueTit01{
	background-color: #4bc8ea;
	color:#fff;
	font-weight: bold;
	margin: 0 0 15px;
	padding:10px 15px;
}
.blueTit01 a{
	color:#fff;
}
.blueTit01 a:before{
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 10px;
}
.greenTit01{
	background-color: #a9c852;
	color:#fff;
	font-weight: bold;
	margin: 0 0 15px;
	padding:7px 15px;
}
.blueTit01 span,
.greenTit01 span{
	font-weight: bold;
	font-size:0.9em;
}
.greenTit02{
	border-left:10px solid #a9c852;
	color:#a9c852;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}
.orangeTit01{
	background-color: #eeb339;
	color:#fff;
	font-weight: bold;
	margin: 0 0 15px;
	padding:7px 15px;
}
.orangeBtn{
	display: block;
	color:#fff;
	text-align: center;
	background-color: #eeb339;
	border-radius:10px;
	margin: 0 auto 15px;
	padding: 10px;
	font-weight: bold;
}
.orangeBtn:hover{
	color:#fff;
	background-color: #f5be4b;
}
.blueBtn{
	display: block;
	color:#fff;
	text-align: center;
	background-color: #4bc8ea;
	border-radius:10px;
	margin: 0 auto 15px;
	padding: 10px;
	font-weight: bold;
}
.blueBtn:hover{
	color:#fff;
	background-color: #39bce0;
}
.orangeBtn span,
.blueBtn span{
	font-weight: bold;
	font-size: 0.85em;
}
/* PC */
@media print, screen and (min-width:769px) {
.blueTit01{
	font-size: 1.5em;
}
.greenTit01,
.greenTit02,
.orangeTit01,
.orangeBtn,
.blueBtn{
	font-size: 1.3em;
}
.orangeBtn,
.blueBtn{
	width:400px;
}
.w500{
	width:500px;
}
.w600{
	width:600px;
}
.w700{
	width:700px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.blueTit01{
	font-size: 1.1em;
}
.greenTit01,
.greenTit02,
.orangeTit01{
	font-size: 1.05em;
}
.orangeBtn{
	width: 80%!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.orangeBtn:before{
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 5px;
}
}

/* -------------------------------------------------

rightMenu & popup

------------------------------------------------- */
.todayLink a {
	display: inline-block;
	background-color: #f989a7;
	margin-top: 5px;
	padding: 5px 20px;
	border-radius: 15px;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none !important;
}
.todayLink a:before {
	content: "\f054";
	font-family: FontAwesome;
	padding-right: 5px;
	font-size: 0.8em;
}
.todayLink a:hover {
	opacity: 0.8;
}

/* PC */
@media print, screen and (min-width:769px) {
.rightMenu {
	position: fixed;
	top: 95px;
	right: -800px;
	z-index: 5;
	width: 916px;
	height: auto;
	margin: 0 0 0 auto;
}
.rightMenu > ul {
	width: 116px;
	float: left;
	margin: 20px 0 0;
}
.rightMenu > ul > li {
	line-height: 100%;
	height: 90px;
}
.rightMenu > ul > li:nth-child(2) {
	height: 25px;
	background: url(../images/btn_today_time.png) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 65px;
	padding-left: 7px;
}
.rightMenu > ul > li a:hover {
	opacity: 0.8;
}
.rightMenu > div {
	width: 800px;
	height: 400px;
	overflow-y: auto;
	float: right;
	border-radius: 20px 0 0 20px;
	border-left: 10px solid #e26484;
	border-top: 10px solid #e26484;
	border-bottom: 10px solid #e26484;
	border-right: 50px solid #e26484;
	box-sizing: border-box;
	padding: 20px 15px;
	background-color: #fff;
}
.rightMenu > div article:nth-of-type(n+2) {
	margin: 20px 0 0;
}
.rightMenu > div article h4:before {
	content: "\f068";
	font-family: FontAwesome;
	color: #e06284;
	margin-right: 5px;
}
.rightMenu > div article h4 {
	font-size: 1.35em;
	font-weight: bold;
}
.rightMenu > div article h4 span {
	font-size: 0.7em;
	font-weight: normal;
	color: #948572;
	padding-left: 20px;
}
.rightMenu > div article p {
	margin: 0 0 0 16px;
	font-size: 1.1em;
}
.rightMenu > div article p a {
	text-decoration: underline;
}

/* scrollDesign */
.rightMenu > div::-webkit-scrollbar {
 all:unset;
 width: 22px;
 background: transparent;
}
.rightMenu > div::-webkit-scrollbar-track {
 all:unset;
 background: transparent;
}
.rightMenu > div::-webkit-scrollbar-thumb {
 all:unset;
 background-color: #e7e5df;
 border: 5px solid #fff;
}
.rightMenu > div::-webkit-scrollbar-thumb:hover {
 background-color: #f4d5dd;
}
.todayInfo{
	cursor: pointer;
}
.todayInfo:hover{
	opacity: 0.8;
}
.closeBtnRight {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 20px;
}
.closeBtnRight:hover {
	opacity: 0.8;
}
.closeBtnRight:after {
	content: "\f057";
	font-family: FontAwesome;
	color: #fff;
	font-size: 2.7em;
	position: absolute;
	right: 0;
	top: 0;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.popupContents {
	padding: 0 20px;
}
.popupContents section {
	height: auto;
	margin: 0 0 15px;
	background-color: #e06284;
	border-radius: 0 0 10px 10px;
	padding: 10px 15px;
}
.popupContents section h3 {
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	width: 180px;
	color: #fff;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.popupContents section h3:before {
	content: "\f073";
	font-family: FontAwesome;
	padding-right: 3px;
}
.popupContents section div {
	width: 80px;
	text-align: right;
	float: right;
	color: #fff;
	font-size: 0.8em;
	padding: 3px 0;
}
.popupContents section div i {
	font-size: 1.5em;
	padding-right: 3px;
}
.popupContents article {
	padding: 0 0 20px;
}
.popupContents article h4 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 5px;
}
.popupContents article h4:before {
	content: "\f054";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #bfbbae;
	font-size: 0.7em;
}
.popupContents article h4 span {
	color: #948572;
	font-weight: normal;
	font-size: 0.8em;
	padding-left: 20px;
}
.scrollArea{
  height: 75vh;
  overflow: hidden;
}
.zoomIn > div > div.scrollArea{
  overflow: scroll
 }
}
/* -------------------------------------------------

others

------------------------------------------------- */
.pdfIconB:before{
	content: "\f1c1";
	font-family: FontAwesome;
	padding-right: 5px;
}

/* -------------------------------------------------

categoryFooter

------------------------------------------------- */
.categoryFooter{
	
}
.categoryFooter > div{
	background-color: rgba(228,228,228,0.35);
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}
.categoryFooter > div dl dt a{
	display: block;
	background-color: #4bc8ea;
	color:#fff;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}
.categoryFooter > div dl dd a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.categoryFooter > div dl dd a:before{
	content: "\f054";
	font-family: FontAwesome;
	padding-right: 5px;
}
/* PC */
@media print, screen and (min-width:769px) {
.categoryFooter{
	width: 1100px;
	height: auto;
	margin: 10px auto;
}
.categoryFooter > div{
	width: calc(50% - 5px);
	float: left;
}
.categoryFooter > div:nth-child(1){
	margin-right: 10px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.categoryFooter{
	margin-left: 10px;
	margin-right: 10px;
}
.categoryFooter > div{
	margin-top:10px;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.categoryFooter{
	
}
}


/* -------------------------------------------------

footer-area

------------------------------------------------- */
.footerAdd {
	text-align: center;
}
.footerAdd ol li:nth-child(1) a i {
	background-color: #3765a3;
}
.footerAdd ol li:nth-child(2) a i {
	background-color: #2ca7e0;
}
.footerAdd ol li:nth-child(3) a i {
	background-color: #444;
}
.footerAdd ol li:nth-child(4) a i {
	background-color: #b51318;
}
.footerAdd ol li a:hover i {
	transition: .2s;
	transform: rotate(-20deg);
}
.footerAdd p:last-child {
	color: #aaa;
}

/* PC */
@media print, screen and (min-width:769px) {
#footer-area footer {
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
/* footerAdd */
.footerAdd {
	width: 192px;
	float: left;
	margin-right: 20px;
}
.footerAdd span.tel-link {
	font-weight: bold;
	font-size: 1.8em;
	font-family: Arial, Helvetica, " sans-serif";
}
.footerAdd ol {
	margin: 20px 0;
}
.footerAdd ol li {
	display: inline;
	margin: 0 0 0 3px;
}
.footerAdd ol li a i {
	border-radius: 14px;
	width: 16px;
	height: 16px;
	font-size: 1.3em;
	padding: 7px 5px 5px 7px;
	line-height: 100%;
	color: #fff;
}
/* footerLink01 */
.footerLink01 {
	width: 315px;
	float: left;
}
.footerLink01 h6 {
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.05em;
	margin: 0 0 10px;
}
.footerLink01 div {
	height: auto;
}
.footerLink01 div dl {
	width: 157px;
	float: left;
	margin: 0 0 10px;
}
.footerLink01 div dl:nth-child(2n+1) {
	clear: both;
}
.footerLink01 div dl dt img {
	display: block;
	width: 130px;
}
.footerLink01 div dl dt a:hover img {
	opacity: 0.8;
	transition: 0.2s;
}
.footerLink01 div dl dd {
	font-size: 0.85em;
}
.footerLink01 div dl dd:before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #777;
	padding-right: 3px;
}
/* footerLink02 */
.footerLink02 {
	width: 570px;
	height: auto;
	float: right;
}
.footerLink02 dl {
	width: 170px;
	float: left;
	margin: 0 0 50px 20px;
}
.footerLink02 dl dt {
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	font-size: 0.9em;
	margin: 0 0 10px;
}
.footerLink02 dl dd {
	font-size: 0.85em;
}
.footerLink02 dl dd:last-of-type {
	margin-bottom: 10px;
}
.footerLink02 dl:nth-child(n+2) dt:nth-of-type(2) {
	margin-top: 10px;
}
.footerLink02 dl dd:before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #777;
	padding-right: 3px;
}
.footerLink02 ul {
	clear: both;
	background-color: #e7e5df;
	border-radius: 15px;
	padding: 5px 0;
	margin: 0 0 0 auto;
	width: 450px;
}
.footerLink02 ul li:nth-child(1):before {
	content: "\f0ac";
	font-family: FontAwesome;
	padding-right: 5px;
	padding-left: 20px;
	font-size: 1.1em;
}
.footerLink02 ul li {
	display: inline;
	font-weight: bold;
}
.footerLink02 ul li a {
	margin-left: 10px;
}
}

/* Tablet */
@media screen and (max-width:768px) {
#footer-area div dl {
	border-top: 1px solid #e2e2e2;
	margin: 0 0 10px;
}
#footer-area div dl dt.accLang,
#footer-area div dl dt a{
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e2e2e2;
	background-color: #f7f7f7;
	padding: 12px 15px;
	position: relative;
	cursor: pointer;
}
#footer-area div dl dt.accLang:after {
	content: "\f067";
	font-family: FontAwesome;
	color: #8f8f8f;
	right: 15px;
	position: absolute;
}
#footer-area div dl dt.accLangOn{
	background-color: #196fb7;
	color:#fff;
}
#footer-area div dl dt.accLangOn:after {
	content: "\f068";
	font-family: FontAwesome;
	color:#fff;
}
#footer-area div dl dt a:after{
	content: "\f054";
	font-family: FontAwesome;
	color: #8f8f8f;
	right: 15px;
	position: absolute;
}
#footer-area div dl dd:not(.accAc){
	display: none;
}
#footer-area div dl dd{
	clear: both;
	background-color: #f7f7f7;
	border-bottom: 1px solid #e2e2e2;
}
#footer-area div dl dd a{
	display: block;	
	padding: 12px 15px;
	position: relative;
	cursor: pointer;
	font-size: 0.9em;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
#footer-area div dl dd a:before{
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #8f8f8f;
}
#footer-area div dl dd a:nth-child(2n+1){
	clear: both;
}
#footer-area div p{
	text-align: center;
	margin-bottom: 10px;
}
#footer-area div p a{
	padding:5px 0;
	display: inline-block;
	font-size: 0.95em;
}
.footerAdd p:last-child {
	color: #aaa;
}
/* footerAdd */
.footerAdd h6 {
	width: 150px;
	margin: 0 auto 10px;
}
.footerAdd ol {
	margin: 15px 0 20px;
}
.footerAdd ol li {
	display: inline;
	margin: 0 5px;
}
.footerAdd ol li a i {
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	padding: 10px;
	line-height: 100%;
	color: #fff;
}
.footerAdd p:last-child {
	font-size: 0.8em;
}
.footerLink01, .footerLink02 {
	display: none;
}
}
/* -------------------------------------------------

gotop

------------------------------------------------- */
.gotop {
	position: fixed;
	z-index: 3;
}

/* PC */
@media print, screen and (min-width:769px) {
.gotop {
	right: 25px;
	bottom: 20px;
}
.gotop a:hover img {
	transition: .2s;
	transform: translate(0, -10px) rotate(5deg);
	-webkit-transform: translate(0, -10px) rotate(5deg);
}
.gotop a i {
	display: none;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.gotop {
	right: 10px;
	bottom: 15px;
}
.gotop a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 40px;
	line-height: 40px;
	background-color: #aeb0a8;
	border-radius: 20px;
}
.gotop a:hover {
	background-color: #4bc8ea;
}
}


/* -------------------------------------------------

ifrm-container

------------------------------------------------- */

/* PC */
@media print, screen and (min-width:769px) {
  .ifrm-container {
    width:100%;
    height:550px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    margin-bottom:20px;
  }
    .ifrm {
      width:100%;
      height:100%;
      border:none;
      display:block;
    }
}
/* Tablet */
@media screen and (max-width:768px) {
  .ifrm-container {
    width:100%;
    height:250px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    margin-bottom:20px;
  }
    .ifrm {
      width:100%;
      height:100vh;
      display:block;
      border:none;
    }
}

.bigbannerArea {
}
.bigbannerArea .openBtn:after{
	content: "全部見る";
}
.bigbannerArea .openBtn:before{
	content: "\f078";
	font-family: FontAwesome;
	padding-right: 5px;
}
.bigbannerArea .btnclose:before{
	content: "\f077";
	font-family: FontAwesome;
	padding-right: 5px;
}
.bigbannerArea .btnclose:after{
	content: "閉じる";
}