@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background: #FFF;
}
body {
    position: relative;
    left: 0;
}

/* sp menu setting */

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 1002!important;
}
body.open{
	width: 100%;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}


/*==================================================

header
=================================================*/

header {
	width: 100%;
	position: fixed;
	min-width: 100%;
	background-color: rgba(255, 255, 255, 1);
	top: 0;
	left: 0;
	z-index: 1003!important;
	
	padding-top: 0;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header-inner {
	width: 100%;
	position: relative;
    
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    
    padding-top: 30px;
}

.headerbg {
    position: fixed;
	background-color: rgba(255, 255, 255, 1);
}
.headerbg #header-inner {
    padding-top: 10px;
}

/* header PC */

#header-logo {
	width: 30%;
	max-width: 340px;
	position: relative;
	line-height: 0;
    margin-left: 5%;
	z-index: 5!important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.headerbg #header-logo {
	
}

/* header img */

#header-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}

/* header SP */

.header-spmenu {
	width: 160px;
	display: none;
    position: relative;
	text-align: center;
	cursor: pointer;
	margin: 0 0 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.headerbg nav > ul > li > a {
    padding: 15px 0;
}

.header-option {
    width: 60%;
    max-width: 730px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1004!important;
}
.header-option ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    background-color: #dc0032;
}
.header-option ul.gr {
    background-color: #B4B4B4;
}
.header-option ul li {
    width: 25%;
    position: relative;
}
.header-option ul.gr li.active {
    background-color: #dc0032;
}
.header-option ul li::after {
    content: " ";
	display: block;
    position: absolute;
    width: 1px;
    height: 68%;
    background-color: #FFF;
    opacity: .5;
    top: 50%;
    right: -1px;
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    z-index: 1;
}
.header-option ul li a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: clamp(1rem, 1.3vw, 1.3rem);
    color: #FFF;
    line-height: 140%;
    text-decoration: none;
    padding: 10px .5em;
}

/*==================================================

Navi
=================================================*/

/* header menu */

nav {
	width: 100%;
    max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

nav > ul {
    width: 100%;
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    
}

nav > ul > li {
    position: relative;
    flex: 1;
}
nav > ul > li > a {
	width: 100%;
	display: block;
	color: #000;
	font-size: clamp(1rem, 1.4vw, 1.4rem);
	text-align: center;
	line-height: 140%;
	text-decoration: none;
	padding: 40px 0 20px;
}
nav > ul > li > a:hover {
    opacity: 1;
	color: #2c4ac1;
}
nav > ul > li:hover > a {
    color: #dc0032;
}

nav > ul > li > ul {  
	width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    text-align: center;
    border-radius: 0 0 5px 5px;
    opacity: 0;
	background-color: rgba(255, 255, 255, 1);
    
    webkit-transition: all .2s ease;
	transition: all .2s ease;
    
	left: 0;
    padding: 0 5% 0;
    
    z-index: 1;
}
*::-ms-backdrop, nav > ul > li > ul {
    top: 125px;
}

/* サブメニュー表示設定 */

nav > ul > li:hover ul {
    height: initial;
    height: auto;
  	visibility: visible;
    padding: 10px 5% 10px;
	opacity: 1;
    z-index: 2;
}


/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 100%;
}
nav > ul > li > ul li a {
	width: 100%;
	display: block;
	font-size: clamp(1rem, 1.4vw, 1.4rem);
	color: #000;
	text-align: left;
    line-height: 140%;
	text-decoration: none;
    border-bottom: 1px solid #EEE;
	padding: 10px 0 10px 1em;
}
nav > ul > li > ul li:nth-last-of-type(1) a {
    border-bottom: none;
}
nav > ul > li > ul li p {
    width: 100%;
	display: block;
	font-size: clamp(1rem, 1.4vw, 1.4rem);
	color: #000;
	text-align: left;
    line-height: 140%;
	text-decoration: none;
    background-color: #EEE;
	padding: 10px 0 10px 1em;
}
nav > ul > li > ul li a:hover {
    opacity: 1;
	color: #dc0032;
    background-color: #EFEFEF;
}
nav > ul > li > ul li a:hover img {
    opacity: .5;
}

.close-button {
    width: 220px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #FFF;
    text-align: center;
    background-color: #666;
    border-radius: 24px;
    margin: 20px auto 20px;
    padding: 10px 1em;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.pc-only {
	display: block;
}
.sp-only {
	display: none;
}


/*==================================================

contents
=================================================*/

#contents {
	width: 100%;
	position: relative;
	padding: 80px 0 120px;
	z-index: 5!important;
}
#contents.bl {
    background-color: #b9d7eb;
}
#contents-page {
    width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 5!important;
}
.contents-menu {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 0;
}
.contents-menu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents-menu ul li {
    width: 31%;
    max-width: 310px;
    text-align: center;
    margin-top: 80px;
}
.contents-menu ul li a {
    display: block;
    text-decoration: none;
    color: currentColor;
}
.contents-menu ul li a:hover {
    opacity: 1;
}
.contents-menu ul li .photo {
    transition: all 0.4s;
}
.contents-menu ul li a:hover .photo {
    opacity: .7;
}

.contents-menu ul li p {
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    margin-top: 6%;
}
.contents-menu ul li .title {
    color: #dc0032;
}
.contents-menu ul li .button {
    margin: 10% auto 0;
}
.contents-menu ul li img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.youtube {
	width: 100%;
	position: relative;
}
.youtube::before {
    content:'';
    display: block;
    padding-top: 56.25%;
}
.youtube iframe {
    width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}

.fl-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    
}
.fl-box .txt {
    width: 48%;
}
.fl-box .photo {
    width: 48%;
    max-width: 480px;
}
.fl-box figure {
    width: 48%!important;
    max-width: 45%!important;
    margin: 5% 0 0;
}
.fl-box figure figcaption {
    font-size: 1.4rem!important;
    text-align: center!important;
    margin-top: 3%;
}
.fl-box figure img {
    width: 100%!important;
	max-width: 100%!important;
	height: auto!important;
}

.dot-item {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../images/dot.png') repeat;
	background-size: auto;
	top: 0;
	left: 0;
	z-index: 1;
}
.anchor-wrap {
	position: relative;
}
.anchor-item {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -160px;
	left: 0;
}

/* cf */
#contents:after,.contents-inner:after {
    content:" ";
    display:block;
    clear:both;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}


/*==================================================

button
=================================================*/

/* ボタン */

.button {
	width: 90%;
	max-width: 240px;
	display: block;
	position: relative;
	cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: clamp(1.4rem, 2vw, 2rem);
    color: #dc0032;
    background-color: #FFF;
    border: 2px solid #FFF;
    text-decoration: none;
    border-radius: 36px;
    padding: .5em 1em;
    
    overflow: hidden;
    
    /* animation */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.button.wh {
    color: #FFF;
    text-align: left;
    background-color: transparent;
    border: none;
    padding: .5em 0;
}
.button.rdw {
    color: #FFF;
    text-align: center;
    background-color: #dc0032;
    border: 2px solid #dc0032;
}
.button.rdw::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
}
.button.rd {
    color: #dc0032;
    text-align: left;
    background-color: transparent;
    border: none;
    padding: .5em 0;
}
.button span {
    display: block;
    position: relative;
    z-index: 2;
}
.button::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    background-image: url("../images/arrow_r.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 1;
    
    /* animation */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 1em;
}
.button.wh::after {
    background-image: url("../images/arrow_w.png");
}
.button:hover::after {
    background-image: url("../images/arrow_r.png");
}
.button.rdw::after {
    background-image: url("../images/arrow_w.png");
}
.button:hover {
    opacity: 1;
    background-color: #FFF;
}
.button:hover::after {
    -webkit-transform: translate(20%, 0); 
    transform: translate(20%, 0);

}
.button.rd:hover {
    opacity: 1;
    background-color: transparent;
}
.button.wh:hover {
    color: #FFF;
    background-color: transparent;
    border: none;
}
.button.wh:hover::after {
     background-image: url("../images/arrow_w.png");
}
.button.rdw:hover {
    opacity: 1;
    color: #dc0032;
}
.button.rdw:hover::after {
     background-image: url("../images/arrow_r.png");
}

[class^="button"] {
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*==================================================

map
=================================================*/

.map {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==================================================

table
=================================================*/

.data-t-style {
    width: 100%;
    max-width: 1000px;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    background-color: #FFF;
    line-height: 160%;
    margin: 0 auto;
}
.data-t-style th {
    width: 16em;
    color: #000;
	text-align: center;
	font-weight: normal;
    border-left: 5px solid #dc0032;
    border-bottom: 1px solid #DDD;
	background: #eaf3f9;
	padding: 1em 1em;
}
.data-t-style td {
	text-align: left;
    border-bottom: 1px solid #DDD;
	padding: 1em 1em;
}


/*==================================================

footer
=================================================*/

.pagetop {
	width: 150px;
	height: 45px;
	position: fixed;
	right: -150px;
	bottom: 50px;
	z-index: 1001!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagetop-visible {
	right: 0;
}
#footer-pagetop {
	width: 100%;
	max-width: 49px;
	text-align: center;
	margin: 5% auto 0;
}

footer {
	width: 100%;
    position: relative;
	background-color: #FFF;
    z-index: 6!important;
}

footer .footer-bottom {
    width: 100%;
    position: relative;
    background-color: #dc0032;
    background-image: url("../../images/cover_bl.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 8%;
    padding: 60px 0;
}
footer .footer-bottom .inner {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 auto;
}
footer .footer-bottom .inner .footer-logo {
    width: 45%;
    max-width: 330px;
    color: #FFF;
}
footer .footer-bottom .inner .footer-logo h1 {
    line-height: 60%;
    margin-bottom: 30px;
}
footer .footer-bottom .inner .footer-logo h1 span {
    display: inline-block;
    font-size: clamp(1rem, 1.3vw, 1.3rem);
    vertical-align: middle;
}
footer .footer-bottom .inner .footer-logo h1 img {
    width: 100%;
	max-width: 280px;
	height: auto;
    display: inline-block;
    vertical-align: middle;
}
footer .footer-bottom .inner .footer-logo .link-b {
    width: 100%;
    max-width: 280px;
    display: block;
    color: #dc0032;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    border: 2px solid #FFF;
    background-color: #FFF;
    background-image: url("../images/arrow_r.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 30px;
    margin-top: 30px;
    padding: .8em 1.5em;
}
footer .footer-bottom .inner .footer-logo .link-b:hover {
    opacity: 1;
    color: #FFF;
    background-color: #dc0032;
    background-image: url("../images/arrow_w.png");
}
footer .footer-bottom .inner .footer-logo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
footer .footer-bottom .inner .footer-menu {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
footer .footer-bottom .inner .footer-menu .category {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    background-color: #FFF;
}
footer .footer-bottom .inner .footer-menu .category li {
    width: 25%;
    position: relative;
}
footer .footer-bottom .inner .footer-menu .category li::after {
    content: " ";
	display: block;
    position: absolute;
    width: 1px;
    height: 68%;
    background-color: #dc0032;
    opacity: .5;
    top: 50%;
    right: -1px;
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    z-index: 1;
}
footer .footer-bottom .inner .footer-menu .category li a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: clamp(1rem, 1.3vw, 1.3rem);
    color: #dc0032;
    line-height: 140%;
    text-decoration: none;
    padding: 10px .5em;
}

footer .footer-bottom .inner .footer-menu ul.cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    margin-top: 20px;
}
footer .footer-bottom .inner .footer-menu ul.cont li {
    width: 48%;
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    line-height: 140%;
}
footer .footer-bottom .inner .footer-menu ul.cont li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: .8em 0;
}

footer .footer-bottom .copyright {
    width: 90%;
    margin-top: 60px;
}
footer .footer-bottom .copyright p {
    width: 100%;
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    line-height: 160%;
    color: #FFF;
    text-align: right;
}


/*==================================================

size m
=================================================*/

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	
	/*==================================================
	
	header
	=================================================*/
	
	header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		background-color: rgba(255, 255, 255, 1);
		top: 0;
		
		padding-top: 0;
	}
    .side-item {
        display: none;
    }
    .side-navi {
        display: none;
    }
	#header-inner {
		width: 100%;
		position: relative;
		margin: 0 auto;
        padding: 0;
	}
    .headerbg #header-inner {
        padding: 0;
    }
    
	#header-logo {
        width: 50%;
        max-width: 340px;
        position: absolute;
        
        text-align: left;
        line-height: 100%;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%); 
        transform: translate(0, -50%);
    }
    
	.headerbg {
		background-color: rgba(255, 255, 255, 1);
	}
    .headerbg #header-logo {
        width: 50%;
        max-width: 340px;
        position: absolute;
    }
    #header-logo img {
        width: 100%;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }
	
    .header-spmenu {
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        margin: 0 -87px 0 auto;
    }
    .open .header-spmenu {
        margin: 0 0 0 auto;
    }
    .open .header-spmenu::after {
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url("../images/sp_menu_bar_close.png");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    .headerbg nav > ul > li > a {
        color: #000;
        padding: 1em 0;
    }
    nav {
        /* モバイルメニュー幅 */
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 60px;
        right: -110%;
        background-color: #FFF;
        margin: 0;
        padding: 0;
        z-index: 1003!important;

        /* animation */
        -webkit-transition: all 0.3s;
        transition: all 0.3s;

    }
    .open nav {
        right: 0;
    }
    .open nav > ul {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .open nav > ul::-webkit-scrollbar {
        width: 5px;
    }

    .open nav > ul::-webkit-scrollbar-track {
        border-radius: 0;
        background-color: #999;
    }

    .open nav > ul::-webkit-scrollbar-thumb {
        background-color: #666;
        border-radius: 0;
    }
    nav > ul {
        width: 100%;
        max-width: 100%;
        height: 100%;
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 20px 5% 160px;
    }
    nav > ul > li {
        width: 100%;
        display: block;
        background-image: none;
        text-align: center;
        margin: 0;
    }
    nav > ul > li:hover ul {
        height: initial;
        height: auto;
        visibility: visible;
        padding: 0;
        opacity: 1;
        z-index: 2;
    }
    nav > ul > li > a {
        width: 100%;
        max-width: 480px;
        display: inline-block;
        font-size: clamp(1.4rem, 1.6vw, 1.6rem);
        line-height: 180%;
        text-align: left;
        color: #000;
        text-decoration: none;
        background-image: url("../images/arrow_r.png");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 18px;
        border-top: 1px solid #CCC;
        margin: 0;
        padding: 1em 0;
    }
    nav > ul > li > a span {
        display: inline-block;
    }
    nav > ul > li.category {
        width: 100%;
        max-width: 480px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    nav > ul > li.category a {
        width: 49%;
        color: #FFF;
        font-size: clamp(1.2rem, 1.4vw, 1.4rem);
        text-align: center;
        background-color: #dc0032;
        background-image: none;
        border-radius: 6px;
        margin-bottom: 6px;
        padding: 1em .5em;
    }
    nav > ul > li.category > a:hover {
        color: #FFF;
        opacity: 1;
    }
    nav > ul > li > a:hover {
        color: #000;
        opacity: 1;
    }
    nav > ul > li > a br {
        display: none;
    }

    nav > ul > li > ul {
        width: 100%;
        max-width: 480px;
        height: initial;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        
        position: relative;
        visibility: visible;
	    opacity: 1;
        border-top: 1px solid #CCC;
        background-color: transparent;
        background-image: none;
        border-radius: 0;
        margin: 0 auto;
        padding: .5em 0;
    }

    /* サブメニュー詳細設定 */
    
    nav > ul > li:hover ul {
        height: initial;
        height: auto;
        visibility: visible;
        padding: .5em 0;
        opacity: 1;
        z-index: 2;
    }
    
    nav > ul > li > ul li {
        width: initial;
        width: auto;
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }
    nav > ul > li > ul li a {
        width: 100%;
        display: block;
        font-size: 1.4rem;
        color: #000;
        text-align: left;
        text-decoration: none;
        background-position: left 1.3em center;
        border: none;
        padding: .3em 1em;
    }
    nav > ul > li > ul li p {
        width: 100%;
        display: block;
        font-size: 1.4rem;
        color: #000;
        text-align: left;
        padding: .3em 2.3em;
    }
    nav > ul > li > ul li a br {
        display: none;
    }
    nav > ul > li > ul li a:hover {
        background-color: transparent;
    }
    
    /*  img */

    
    nav > ul > li > ul li a img {
        display: none;
    }
    .header-option {
        display: none;
    }
    .p-navi ul {
        width: 100%;
    }
    .p-navi ul li {
        font-size: 1.1rem;
        padding: 0 1.5em 0 .5em;
    }
    
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	
    .fl-box {
        width: 100%;
        display: block;
    }
    .fl-box .txt {
        width: 100%;
    }
    .fl-box .photo {
        width: 100%;
        margin: 5% auto 0;
    }
    .fl-box figure {
        width: 100%!important;
        max-width: 100%!important;
        margin: 5% 0 0;
    }
    
	#contents {
		padding: 8% 0 12%;
	}
    #contents-page {
        margin: 0 auto;
    }
    .contents-menu {
        width: 90%;
        max-width: 310px;
        margin: 0 auto 0;
    }
    .contents-menu ul {
        width: 100%;
        
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contents-menu ul li {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 12%;
    }
    .contents-menu ul li .photo {
        width: 80%;
        margin: 0 auto;
    }
    .contents-menu ul li p {
        margin-top: 4%;
    }
    .contents-menu ul li .button {
        margin: 4% auto 0;
    }
	.anchor-item {
		top: -80px;
	}
    
	.button {
        padding: .8em 1em;
    }
    .button.wh {
        
    }
    .button::after {
        width: 18px;
        height: 18px;
        background-size: contain;
    }
    .button.rdw::before {
        width: 18px;
        height: 18px;
    }
    .paging {
        margin: 8% auto 0;
    }
    .paging li a {
        padding: .4em .8em;
    }
    
	/*==================================================
	
	map
	==================================================*/
	
	.map {
		width: 100%;
		height: 350px;
	}
	
	/*==================================================
	
	table
	==================================================*/
	
	.data-t-style {
        width: 100%;
        border: none;
        border-left: 5px solid #dc0033;
    }
    .data-t-style th {
        width: 100%;
        display: block;
        text-align: left;
        border: none;
        background-color: #eaf3f9;
        padding: .8em;
    }
    .data-t-style td {
        width: 100%;
        display: block;
        padding: .8em;
        border: none;
    }
    .data-t-style td span {
        color: #F00;
    }
    .data-t-style tr:nth-of-type(even) {
        background-color: transparent;
    }
    
	
	/*==================================================
	
	footer
	=================================================*/
	
    .pagetop {
        bottom: 100px;
    }
	.pagetop-visible {
		right: -100px;
	}
    
	footer {
        width: 100%;
        position: relative;
        background-color: #FFF;
        z-index: 6!important;
    }
    footer .footer-top {
        width: 100%;
        display: block;
    }
    footer .footer-top li {
        width: 100%;
        padding: 10% 5%;
    }
    footer .footer-bottom {
        padding: 8% 0;
    }
    footer .footer-bottom .inner {
        width: 90%;
        max-width: 1200px;
        display: block;
        margin: 0 auto;
    }
    footer .footer-bottom .inner .footer-logo {
        width: 100%;
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
    }
    footer .footer-bottom .inner .footer-logo h1 img {
        width: 100%;
        max-width: 280px;
        height: auto;
        display: block;
        vertical-align: middle;
        margin: 0 auto;
    }
    footer .footer-bottom .inner .footer-logo .link-b {
        width: 100%;
        display: block;
        text-align: center;
        text-decoration: none;
        background-size: 20px;
        margin: 20px auto 0;
        padding: .8em 1em;
    }
    footer .footer-bottom .inner .footer-menu {
        width: 100%;
        display: block;
        margin-top: 5%;
    }
    footer .footer-bottom .inner .footer-menu .category li {
        width: 50%;
        position: relative;
        border-bottom: 1px solid #dc0032;
    }
    footer .footer-bottom .inner .footer-menu .category li::after {
        content: " ";
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
    }
    footer .footer-bottom .inner .footer-menu ul.cont {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
    }
    footer .footer-bottom .copyright {
        width: 95%;
        max-width: 1200px;
        display: block;
        margin: 6% auto 0;
    }
    footer .footer-bottom .copyright p {
        width: 100%;
        font-size: 1.2rem;
        text-align: center;
    }
}

/*==================================================

size s
==================================================*/

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	
	/*==================================================
	
	header
	==================================================*/

		
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	

}

@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	table
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	
}