@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background-color: transparent;
}
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%;
    position: fixed;
}

#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, 0);
	top: 0;
	left: 0;
	z-index: 7!important;
	
	padding-top: 0;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header-inner {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.headerbg {
	background-color: rgba(255, 255, 255, 1);
	top: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.headerbg nav > ul > li > a {
   	
}

/* cf */

#header-inner:after,#header-logo-wrapper:after {
    content:" ";
    display:block;
    clear:both;
}

/* header PC */

#header-logo {
	width: 30%;
	max-width: 330px;
	position: absolute;
    
	line-height: 0;
	top: 50%;
	left: 3%;
	-webkit-transform: translate(0, -50%); 
	transform: translate(0, -50%);
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	z-index: 5!important;
	
}

/* header img */

#header-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* header SP */

.header-spmenu {
	width: 45px;
	display: none;
	float: right;
	text-align: center;
	cursor: pointer;
	margin: 12px 0;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*==================================================

header item add
=================================================*/

#header-option {
	width: 200px;
	position: absolute;
	text-align: right;
	top: -10px;
	right: 0;
}
#header-option a:nth-of-type(1) {
	width: 100%;
	display: inline-block;
	font-size: 1.3rem;
	color: #FFF;
	text-align: center;
	background-color: #005bac;
	border: 3px solid #005bac;
	text-decoration: none;
	padding: 3px;
}
#header-option a {
	width: 100%;
	display: inline-block;
	font-size: 1.3rem;
	color: #FFF;
	text-align: center;
	background-color: #005bac;
	border: 3px solid #005bac;
	text-decoration: none;
	padding: 3px;
}
#header-option a:nth-of-type(1):hover {
	opacity: 1;
	color: #005bac;
}
#header-option a:hover {
	opacity: 1;
	color: #005bac;
	background-color: #FFF;
}

.headerbg #header-option {
	display: none;
}

/*==================================================

Navi
=================================================*/

/* side menu */

.side-item {
	width: 64px;
	height: 64px;
	position: fixed;
	top: 25px;
	right: 15px;
	z-index: 10!important;
}

/* header menu */

nav {
	width: 55%;
	max-width: 1000px;
	position: relative;
	margin: 0 0 0 35%;
}

nav > ul {
	width: 100%;
	position: relative;
	display: table;
}

/* cf */
nav:after,nav > ul:after {
    content:" ";
    display:block;
    clear:both;
}

nav > ul > li {
	display: table-cell;
	vertical-align: middle;
}

nav > ul > li > a {
	width: 100%;
	display: block;
	color: #666;
	font-size: 1.5rem;
	text-align: center;
	line-height: 160%;
	text-decoration: none;
	padding: 45px .5em;
}
nav > ul > li > a br {
	display: none;
}

/* メインメニューのオーバーカラー */

nav > ul > li > a:hover {
	color: #999;
}

nav > ul > li > ul {
	width: 100vw;
	position: fixed;
    
	visibility: hidden;
	opacity: 0;
    
    background-color: rgba(0, 0, 0,0.9);
    
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
	-webkit-transition: all 0.15s;
    transition: all 0.15s;
    
	top: 114px;
	right: 0;

	padding: 0 4%;
    z-index: 1;
}

/* サブメニュー表示設定 */

nav li:hover ul {
  	visibility: visible;
	opacity: 1;
    z-index: 2;
}

/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 22%;
    margin: 0 1.5%;
}

nav > ul > li > ul li a {
	width: 100%;
	display: block;
	font-size: 1.5rem;
	color: #FFF;
	text-align: center;
	text-decoration: none;
    font-weight: 700;
	padding: 15px 0;
}
nav > ul > li > ul li a:hover {
    opacity: 1;
	color: #999;
}
nav > ul > li > ul li a:hover img {
    opacity: .5;
}

/*  img */

nav > ul > li > ul li a img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 12px;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}


/*==================================================

contents
=================================================*/


#contents {
	width: 100%;
	position: relative;
	margin: 0 auto 160px;
	z-index: 5!important;
}
#contents-top {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 5!important;
}
.contents-section {
	margin-top: 80px;
	position: relative;
}
.contents-section-full {
	width: 90%;
	max-width: 1400px;
	position: relative;
	margin: 80px auto 0;
}
.contents-inner {
	width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}
.contents-item {
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.contents-title {
    font-size: 7rem;
    line-height: 120%;
    font-weight: 300;
}
.contents-title span {
    display: block;
    font-size: 2.4rem;
    line-height: 160%;
    margin-top: 10px;
}
.section-title {
    width: 90%;
    font-size: 5rem;
    color: #666;
    text-align: center;
    font-weight: 300;
    margin: 0 auto;
}
.section-title span {
    display: block;
    font-size: 1.6rem;
    line-height: 160%;
    margin-top: 10px;
}

.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;
	
	margin: 0 auto;
}

.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: -120px;
	left: 0;
}

/* modal */

.white-popup {
	width: 90%;
	max-width: 800px;
	position: relative;
	background: #000;
	margin: 0 auto;
	padding: 0;
	
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.white-popup .inner {
    width: 100%;
    padding: 5%;
}
.white-popup .inner .movie {
    width: 100%;
}
.white-popup .inner .movie img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.white-popup .inner .txt p {
    color: #FFF;
    text-align: center;
    padding: 2em;
}

.white-popup .mfp-close {
	color: #FFF!important;
	background: #333;
}


/* cf */
#contents:after,.contents-inner:after {
    content:" ";
    display:block;
    clear:both;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}

/*==================================================

button
=================================================*/

/* ボタン */

.button {
	width: 100%;
	max-width: 240px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 1.5rem;
	color: #FFF;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	font-weight: 500;
	background-color: #333;
	border: 3px solid #333;
	padding: 1em 1.5em;
}

.button:hover {
	opacity: 1;
	color: #333;
	background-color: #FFF;
    border: 3px solid #333;
}

.button:before {
	content:url("../images/arrow.png");
	width: 29px;
	height: 29px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(-10px, -50%); 
	transform: translate(-10px, -50%);
	z-index: 1;
	
	/* animation */
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button:hover:before {
	-webkit-transform: translate(-5px, -50%); 
	transform: translate(-5px, -50%);
}

.paging {
	display: table;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 8% auto 0;
}
.paging li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #FFF;
    background-color: #EEE;
}
.paging li:nth-of-type(1) {
    background-color: #999;
}
.paging li:nth-last-of-type(1) {
    background-color: #999;
}
.paging li a {
	display: block;
	color: #999;
	text-decoration: none;
	padding: .2em 1em;
}
.paging li:nth-of-type(1) a {
    color: #FFF;
}
.paging li:nth-last-of-type(1) a {
    color: #FFF;
}
.paging li a.active {
	color: #FFF;
	background-color: #0b82b3;
}
.paging li a:hover {
	color: #FFF;
	background-color: #0b82b3;
}

[class^="button"] {
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*==================================================

map
=================================================*/

.map {
	width: 100%;
	height: 460px;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==================================================

table
=================================================*/

.data-tstyle {
	width: 100%;
	line-height: 180%;
	background-color: #FFF;
}
.data-tstyle.ce {
	text-align: center;
}
.data-tstyle th {
	width: 20%;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	background-color: #3f81d2;
	border-bottom: 1px solid #EEE;
	white-space: nowrap;
	padding: 1em;
}
.data-tstyle tr:nth-of-type(odd) {
	background-color: #EEE;
}
.data-tstyle th span {
	font-size: 1rem;
	color: #F00;
}
.data-tstyle td {
	padding: 1em;
}
.data-tstyle td span {
	font-size: 1.4rem;
	color: #F00;
}


.list-tstyle {
	width: 100%;
}
.list-tstyle th {
	width: 200px;
	text-align: center;
	font-weight: normal;
    border-bottom: 1px solid #bec2c6;
	padding: 1.5em 0 1.5em 1em;
}
.list-tstyle th span {
    display: inline-block;
}
.list-tstyle td {
    border-bottom: 1px solid #bec2c6;
	padding: 1.5em 0 1.5em 1em;
}
.list-tstyle tr:nth-of-type(odd) {
	background-color: #dae0e4;
}



/*==================================================

footer
=================================================*/

.pagetop {
	width: 150px;
	height: 45px;
	position: fixed;
	right: -150px;
	bottom: 200px;
	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-banner {
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 0;
}
footer {
	width: 100%;
    position: relative;
	background-color: #FFF;
    z-index: 6!important;
}
footer .footer-top {
	
}
footer .footer-top .contact {
    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;
    
    margin-top: 40px;
}
footer .footer-top .inner {
	width: 50%;
    position: relative;
    text-align: center;
    color: #FFF;
    background-color: #1b8bb9;
    padding: 50px 40px 50px;
}
footer .footer-top div:nth-of-type(2) {
    background-color: #1b62b9;
}
footer .footer-top .inner h2 {
    font-weight: 400;
    margin-bottom: 15px;
}
footer .footer-top .inner h2 span {
    display: inline-block;
}
footer .footer-top .inner p {
    text-align: center;
}
footer .footer-top .inner p.tel {
    font-size: 6rem;
    line-height: 100%;
}
footer .footer-top .inner p.tel a {
    color: #FFF;
    text-decoration: none;
}
footer .footer-top .inner a.contact-b {
    width: 100%;
    max-width: 390px;
    display: block;
    color: #1b62b9;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background-color: #FFF;
    border: 2px solid #1b62b9;
    border-radius: 10px;
    margin: 0 auto;
    padding: 15px 1em;
}
footer .footer-top .inner a.contact-b:hover {
    opacity: 1;
    color: #FFF;
    background-color: #1b62b9;
    border: 2px solid #FFF;
}
footer .footer-top .inner ul {
    text-align: center;
}
footer .footer-top .inner ul li {
    display: inline-block;
    font-size: 4rem;
    line-height: 60%;
    color: #FFF;
    margin: 30px 10px 0;
}
footer .footer-top .inner ul li span {
    display: inline-block;
    font-size: 2.4rem;
    vertical-align: middle;
    color: #371c40;
    background-color: #FFF;
    margin: 0 15px;
    padding: 5px 15px;
}
footer .footer-bottom {
	width: 100%;
	position: relative;
	padding: 50px 0;
}
footer .footer-bottom .inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
footer .footer-bottom .inner:after {
	content: " ";
	display: block;
	clear: both;
}
footer .footer-bottom .inner .footer-logo {
	width: 25%;
	max-width: 330px;
	float: left;
	line-height: 0;
}
footer .footer-bottom .inner .footer-logo h1 {
	width: 100%;
	line-height: 100%;
}
footer .footer-bottom .inner .footer-logo .link-b {
	width: 100%;
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #666;
    border: 2px solid #666;
    border-radius: 8px;
	margin: 20px auto 0;
	padding: 28px 1em;
}
footer .footer-bottom .inner .footer-logo .link-b:hover {
	opacity: 1;
	color: #666;
    background-color: #FFF;
	background-color: transparent;
}
footer .footer-bottom .inner .footer-logo .link-txt {
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
}
footer .footer-bottom .inner .footer-menu {
	width: 70%;
	float: right;
    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;
    
    padding-top: 25px;
}
footer .footer-bottom .inner .footer-menu > ul {
    margin-bottom: 40px;
    padding-right: 1em;
}
footer .footer-bottom .inner .footer-menu ul > li {
	text-align: left;
	line-height: 160%;
	margin-bottom: 5px;
}
footer .footer-bottom .inner .footer-menu > ul > li > a {
	color: #333;
	text-decoration: none;
}
footer .footer-bottom .inner .footer-menu ul > li > ul {
	width: 100%;
	display: block;
    margin-top: 5%;
}
footer .footer-bottom .inner .footer-menu ul > li > ul > li {
	width: 100%;
	display: block;
	position: relative;
	line-height: 120%;
	margin-top: 5px;
}
footer .footer-bottom .inner .footer-menu ul > li > ul > li a {
	color: #999;
    font-size: 1.4rem;
	text-decoration: none;
}

#copyright {
    width: 90%;
	max-width: 1200px;
    position: relative;
	line-height: 180%;
	text-align: left;
    margin: 20px auto 0;
}
#copyright .banner {
    width: 350px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
#copyright p {
    text-align: left;
}
#copyright p.copy {
    font-size: 1.4rem;
    color: #999;
    margin-top: 2em;
}

/* footer img */

#footer-pagetop img,.footer-logo img,#footer-banner img {
	width: 100%;
	max-width: 100%;
	height: auto;	
}

/* footer cf */

.footer-inner:after,.footer-menu:after,.foot-item .inner:after {
    content:" ";
    display:block;
    clear:both;
}


/*==================================================

size m
=================================================*/

@media only screen and (min-width:1px) and (max-width: 1100px) {
    
    nav > ul > li > a {
        font-size: 1.4vw;
    }
    nav > ul > li > a br {
        display: block;
    }
    footer .footer-top .contact {
        width: 100%;
        display: block;
        
        margin-top: 5%;
    }
    footer .footer-top .inner {
        width: 100%;
        position: relative;
        text-align: center;
        color: #FFF;
        background-color: #1b8bb9;
        padding: 3% 5%;
    }
    footer .footer-top .inner p {
        text-align: center;
    }
    footer .footer-top .inner p.tel {
        font-size: 4.5rem;
        line-height: 120%;
    }
    footer .footer-top .inner a.contact-b {
        font-size: 1.8rem;
        padding: 12px 1em;
    }
    footer .footer-bottom .inner .footer-logo {
        width: 100%;
        float: none;
        line-height: 0;
        margin: 0 auto;
    }
    footer .footer-bottom .inner .footer-menu {
        width: 100%;
        float: none;
    }
    
}

@media only screen and (min-width:1px) and (max-width: 840px) {
    
    footer .footer-top .inner {
        padding: 5% 5% 6%;
    }
    footer .footer-bottom {
        width: 100%;
        padding: 6% 0;
    }
    footer .footer-bottom .inner .footer-logo {
        width: 100%;
        float: none;
        line-height: 0;
        margin: 0 auto;
    }
    footer .footer-bottom .inner .footer-logo .link-b {
        padding: 20px 1em;
    }
    footer .footer-bottom .inner .footer-menu {
        width: 100%;
        max-width: 480px;
        float: none;
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        
        margin: 0 auto;
    }
    footer .footer-bottom .inner .footer-menu > ul {
        width: 33.33%;
        margin-bottom: 3%;
    }
    footer .footer-bottom .inner .footer-menu > ul > li {
        margin-bottom: 3%;
    }
    
    footer .footer-bottom .inner .footer-menu > ul > li > a {
        font-size: 1.4rem;
    }
    footer .footer-bottom .inner .footer-menu ul > li > ul {
        width: 100%;
        display: block;
    }
    footer .footer-bottom .inner .footer-menu ul > li > ul > li {
        width: 100%;
        display: block;
        position: relative;
        line-height: 120%;
        padding-left: 0;
    }
    footer .footer-bottom .inner .footer-menu ul > li > ul > li a {
        font-size: 1.2rem;
    }
	#copyright {
		text-align: center;
		margin-top: 5%;
	}
    #copyright .banner {
        width: 100%;
        max-width: 350px;
        position: relative;
        margin: 0 auto;
    }
    #copyright .banner img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    #copyright p {
        font-size: 1.4rem;
        text-align: center;
        margin-top: 5%;
    }
    #copyright p.copy {
        font-size: 1rem;
        margin-top: 1em;
    }

    
}

@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, 0);
		top: 0;
		
		padding-top: 0;
	}
	#header-inner {
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 0 2.5%;
	}
	#header-option {
		display: none;
	}
	#header-logo {
		width: 60%;
		max-width: 280px;
		padding: 0;
	}
	.headerbg #header-logo {
		width: 60%;
		max-width: 280px;
		padding: 0;
	}
	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
	
	.headerbg {
		background-color: rgba(255, 255, 255, 1);
	}
	.headerbg nav > ul > li > a {
		
	}
	
	.side-item {
		display: none;
	}
	
	/*==================================================
	
	Navi
	=================================================*/
	
	nav {
        /* モバイルメニュー幅 */
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        right: -100%;
        background: rgba(0, 0, 0, 0.9);
        margin: 0;
        padding: 0;
        z-index: 1003!important;

        /* animation */
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .open nav {
        right: 0;
    }

    nav > ul {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        padding: 0;
        overflow: hidden;
        margin: 0 auto;
    }
    nav > ul > li {
        width: 100%;
        display: block;
        background-image: none;
        
        border-bottom: 1px solid #000;
    }
    nav > ul > li > a {
        width: 100%;
        display: block;
        font-size: 1.5rem;
        text-align: left;
        text-decoration: none;
        color: #FFF;
        background-color: #333;
        background-image: url("../../images/menu_border.png");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto;
        padding: 15px 2em;

    }
    nav > ul > li > a:hover {
        color: #FFF;
        opacity: 1;
    }
    nav > ul > li > a br {
        display: none;
    }
    
    nav > ul > li > ul {
        width: 100%;
        position: relative;

        visibility: visible;
        opacity: 1;

        background-color: none;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;

        -webkit-transition: all 0.15s;
        transition: all 0.15s;

        top: 0;
        right: 0;

        padding: 0;
        z-index: 0;
    }

    /* サブメニュー表示設定 */

    nav li:hover ul {
        visibility: visible;
        opacity: 1;
        z-index: 0;
    }

    /* サブメニュー詳細設定 */

    nav > ul > li > ul li {
        width: initial;
        width: auto;
        margin: 0;
    }

    nav > ul > li > ul li a {
        width: 100%;
        display: block;
        font-size: 1.4rem;
        color: #999;
        text-align: left;
        text-decoration: none;
        font-weight: 400;
        padding: 10px 0 10px 2.2em;
    }

	/*  img */

	nav > ul > li > ul li a img {
		display: none;
	}
	
	.close-button {
        width: 240px;
        cursor: pointer;
        font-size: 1.4rem;
        line-height: 24px;
        color: #FFF;
        text-align: center;
        border: 1px solid #666;
        background-color: #666;
        border-radius: 24px;
        margin: 40px auto 40px;
        padding: 10px 1em;

        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .close-button:hover {
        background-color: #000;
        border: 1px solid #FFF;
    }
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	
	#contents {
		margin: 0 auto 10%;
	}
    #contents-about {
        margin: 0 auto 15%;
    }
	.contents-section-full {
		margin-top: 8%;
	}
	.contents-section {
		margin-top: 8%;
	}
    .contents-item {
        
    }
    .contents-title {
        font-size: 3rem;
        text-align: center;
    }
    .contents-title span {
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .section-title {
        font-size: 3rem;
    }
    .section-title span {
        font-size: 1.4rem;
        line-height: 180%;
    }

    .no-pdb {
        padding-bottom: 0;
    }
    .contents-grd {
        padding: 8% 0;
    }
	.anchor-item {
		top: -80px;
	}
	.button {
		/*margin: 0 auto;*/
	}
    .button.contact-banner {
        font-size: 2rem;
        margin: 10% auto 0;
    }
	
	/*==================================================
	
	map
	==================================================*/
	
	.map {
		width: 100%;
		height: 350px;
		margin: 5% 0 0;
	}
	
	/*==================================================
	
	table
	==================================================*/
	
	.data-tstyle {
		border: none;
	}
	.data-tstyle th {
		width: 100%;
		display: block;
        color: #FFF;
		background-color: #3f81d2;
		border: none;
		padding: 12px;
	}
	.data-tstyle td {
		width: 100%;
		display: block;
		border: none;
		padding: 12px;
	}
	.data-tstyle tr:nth-of-type(odd) {
		background-color: transparent;
	}

	.list-tstyle {
        width: 100%;
    }
    .list-tstyle th {
        width: 8em;
        text-align: left;
        padding: 1.5em 0 1.5em 1em;
    }
    
	/*==================================================
	
	footer
	=================================================*/
	
    .pagetop {
        bottom: 100px;
    }
	.pagetop-visible {
		right: -100px;
	}
	footer {
		width: 100%;
		display: block;
		position: relative;
		z-index: 5!important;
		margin-top: 0;
	}
	
}

/*==================================================

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
	==================================================*/
	
	
}