@charset "UTF-8";


/*


orange:#ff5d1d
purple:#b5108c
grea:#eeeeee
text-colo:#666666


*/


/*-----------------------
■MAIN COLOR    #BDCFC9
-----------------------*/

.page-footer{
    background: #BDCFC9;
    position: relative;
    color:#333;
}
.f-link .left a, .f-link .right a {
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align: center;
line-height: 30px;
display: block;
text-decoration: none;
color: #333;
text-transform: uppercase;
font-size: 13px;
}
.footer-bottom {
background: #fff;
padding: 15px;
color: #333;
text-align: center;
}
.section-body .inner .ct h3{
    color: #FFF;
    font-size: 18px;
    background: #BDCFC9;
    line-height: 32px;
    padding:0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 8px;
	font-weight:normal;
}
.section-body .inner .ct h4{
    font-size: 16px;
    border-bottom: 1px dotted #112584;
    margin-bottom: 7px;
    padding-bottom: 4px;
}
/*
   MAINCOLORここまで 
*/

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

* {
margin: 0;
padding: 0;
}

img{
    border:none;
}

body {
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    letter-spacing: 0;
    font-size: 14px;
    color: #333;
}
.page-wrap{
    background: #f5f5f5;
}
/*
    header
*/
.page-header{
    background: #fff;
    height: 50px;
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
    text-align: center;
	z-index: 100;
	position: relative;
}
.page-header .inner{
    position: relative;
    /*top: 8px;*/
    width: 260px;
    height: 40px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.page-header .inner img{
    width: 240px;
    height: auto;
    position: relative;
    top: 5px;
}
.main h2{
    font-size: 22px;
    color: #FFF;
    line-height: 50px;
    background: #b5108c;
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
    padding-left: 10px;
}
.main-image {
	position:relative;
width: 320px;
margin: 5px auto 0;
}
.main-image .main-image-box img {
width: 180px;
height: auto;
position: absolute;
bottom: 50px;
right: 73px;
margin-left: -110px;
}
.main-image .main-image-box2{
	display:none;
}
.main-image .main-image-box2 img {
width: 115px;
height: auto;
position: absolute;
top: 5px;
right: 10px;
}

.main-image .image{
	padding:10px;
}
.main-image .image img {
border: 5px solid #FFF;
display: block;
width: 100%;
height: 178px;
}
.main-image-text {
	max-width: 180px;
	height: auto;
	position: absolute;
	bottom: 30px;
	right:30px;
	background-color:#FFF;
	opacity:0.8;
}
.main-image-text p {
	padding:5px;
}

/* slick-slider上書き用 */
.slick-slider {
margin-bottom: 0px !important;
}
/*
    nav
*/
.nav{
    padding: 0 10px;
    width: 320px;
    margin: 5px auto 15px;
}
.nav ul li{
    width: 93px;
    float: left;
    list-style: none;
    margin-right: 10px;
}
.nav ul li.re{
    margin-right: 0;
}
.nav ul li img{
    width: 93px;
    height: auto;
}
/*
    main
*/
.main {
	margin-top:10px;
	margin-bottom: 50px;
}

.section-body{
    padding: 15px 10px;
}
.section-body .inner{
    padding: 15px 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.section-body .inner .ct{
    margin-bottom: 10px;
}

.section-body .inner .ct:last-child{
    margin-bottom: 0px;
}
.section-body .inner .ct .ct-body{
    padding:0 10px;
}

.section-body .inner .ct p{
}
.map-link a{
    margin-top: 10px;
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #b5108c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*
    footer
*/

.page-footer .official span{
    margin-right: 10px;
}
.page-footer .official a {
color: #333;
font-size: 12px;
background: #fff url(../img/official-arrow.png) 10px center no-repeat;
-webkit-background-size: 6px 7px;
background-size: 6px 7px;
text-decoration: none;
padding: 5px 10px 5px 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: inline;
border: 1px solid #BDBDCF;
}
.page-top {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -45px;
}
.page-top img{
    width: 90px;
    height: auto;
}
.page-footer .inner {
padding: 55px 0 10px;
text-align:center;
}

.f-link{
    padding: 5px 10px 5px;
}
.f-link .left{
    width: 48.5%;
    float: left;
}
.f-link .right{
    width: 48.5%;
    float: right;
}

.f-link img{
    width: 12px;
    height: auto;
    margin-right: 5px;
}

/*リリース後merit*/
div.ban-merit {
text-align: center;
margin-bottom: 10px;
margin-top: -5px;
}

/*もっと見る*/
.more {
	margin:10px 10px 0 0;
	text-align:right;
}
.more a {
	display:block;
	text-decoration:none;
}
/* *****************************************
/*+  メンテナンス告知枠   +**************************
/***************************************** */
#notice {
	border: 3px solid #fb0000;
	padding: 10px;
	line-height: 1.5;
	margin: 15px auto 0px;
	font-size: 13px;
	width: 300px;
	background-color: #FFF;
}