@charset "UTF-8";

/* CSS Document */

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

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

html {
	background: #f8f1ea;
}
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, 0);
	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;
    
    margin-top: 30px;
}


.headerbg {
	background-color: rgba(255, 255, 255, 1);
}
.headerbg #header-inner {
    margin-top: 0;
}

/* header PC */

#header-logo {
	width: 30%;
	max-width: 412px;
	position: absolute;
    
    font-size: clamp(1rem, 1.3vw, 1.3rem);
	line-height: 0;
    
    top: 50%;
	left: 5%;
	-webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    
	z-index: 5!important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}
.headerbg #header-logo {
    width: 15%;
}

/* 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;
}

#sidemenu {
    width: 90px;
    position: fixed;
    border-radius: 12px 0 0 12px;
    background-color: #fff;
    right: 0;
    bottom: 280px;
    z-index: 100;
}
#sidemenu div {
    width: 60px;
    margin: 0 auto;
    padding: 20px 0;
}
#sidemenu div:nth-last-of-type(1) {
    border-top: 2px solid #CCC;
    padding: 10px 0 20px;
}
#sidemenu img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

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

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

/* header menu */

nav {
	width: 60%;
    max-width: 1000px;
	position: relative;
	margin: 0 0 0 auto;
}

nav > ul {
    width: 100%;
	position: relative;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

nav > ul > li {
    position: relative;
    flex: 1;
}
nav > ul > li > a {
	width: 100%;
	display: block;
	color: #000;
	font-size: clamp(1.2rem, 1.6vw, 1.7rem);
	text-align: center;
	line-height: 140%;
	text-decoration: none;
	padding: 25px 1em 25px;
}
nav > ul > li.contact > a {
    color: #FFF;
    background-color: #5fa9a8;
}
nav > ul > li > a:hover {
    opacity: 1;
	color: #2c4ac1;
}
nav > ul > li:hover > a {
    color: #23706f;
    background-color: rgba(255, 255, 255, 1);
}

nav > ul > li > a br {
	display: none;
}

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.5rem);
	color: #000;
	text-align: left;
    line-height: 140%;
    background-image: url("../images/arrow_g.png");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 8px;
	text-decoration: none;
    border-bottom: 1px solid #EEE;
	padding: 10px 1em 10px .5em;
}
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: #23706f;
    background-color: #ededed;
}
nav > ul > li > ul li a:hover img {
    opacity: .5;
}

/*  Breadcrumb Navi  */

.p-navi {
    width: 100%;
    background-color: #EEE;
}
.p-navi ul {
    width: 90%;
    max-width: 1280px;
    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; 
    
    margin: 0 auto;
    padding: 12px 0;
}
.p-navi ul li {
    font-size: 1.3rem;
    line-height: 140%;
    background-image: url("../../images/p_navi_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0 2em 0 1em;
}
.p-navi ul li:nth-last-of-type(1) {
    color: #666;
    background-image: none;
}

.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;
	margin: 80px auto 120px;
	z-index: 6!important;
}
#contents-page {
    width: 100%;
	position: relative;
	margin: 0 auto 120px;
	z-index: 6!important;
}
.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;
}


/* 印刷時 */

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


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

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

/* ボタン */

.button {
	width: 90%;
	max-width: 360px;
	display: block;
	position: relative;
	cursor: pointer;
    text-align: center;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    color: #FFF;
    background-color: #2c4ac1;
    border: 2px solid #2c4ac1;
    text-decoration: none;
    border-radius: 36px;
    padding: .6em 1em;
    
    overflow: hidden;
    
    /* animation */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.button span {
    display: block;
    position: relative;
    z-index: 2;
}

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

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

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

.map {
	width: 100%;
	height: 500px;
	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%;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    line-height: 160%;
}
.data-t-style tr:nth-of-type(odd) {
    background-color: #eff6f6;
}
.data-t-style th {
    width: 16em;
    color: #000;
	text-align: left;
	font-weight: normal;
    border-left: 6px solid #5fa9a8;
	padding: 1em 1em;
}
.data-t-style td {
	text-align: left;
	padding: 1em 1em;
}

.data-t-style1 {
    width: 100%;
    background-color: #fff;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    line-height: 140%;
	border-top: solid 3px #dd5e8a;
}
.data-t-style1 th {
    min-width: 150px;
    color: #FFF;
	border-bottom: solid 3px #FFF;
	text-align: center;
	font-weight: normal;
	background: #dd5e8a;
	padding: 1.2em 1em;
}
.data-t-style1 tr:nth-last-of-type(1) th {
    border-bottom: solid 3px #dd5e8a;
}
.data-t-style1 td {
	border-bottom: solid 3px #dd5e8a;
	border-right: solid 3px #dd5e8a;
	text-align: left;
	padding: 1.2em 1em;
}

.data-t-style2 {
    width: 100%;
    background-color: #fff;
    table-layout: fixed;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    line-height: 140%;
	border-top: solid 3px #5b82d1;
}
.data-t-style2 th {
    color: #FFF;
	border-bottom: solid 3px #FFF;
	text-align: left;
	font-weight: normal;
	background: #5b82d1;
	padding: 1.2em 1em;
}
.data-t-style2 tr:nth-last-of-type(1) th {
    border-bottom: solid 3px #5b82d1;
}
.data-t-style2 th.add {
    border-right: solid 3px #FFF;
    border-bottom: solid 3px #5b82d1;
}
.data-t-style2 td {
	border-bottom: solid 3px #5b82d1;
	border-right: solid 3px #5b82d1;
	text-align: right;
	padding: 1.2em 1em;
}

.data-t-style3 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center; 
    overflow: hidden;
    background-color: #5fa9a8;
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 140%;
    border-radius: 20px;
    border: solid 3px #5fa9a8;
    margin-top: 5%;
}
.data-t-style3 h3 {
    width: 12em;
    color: #FFF;
	text-align: center;
	font-weight: 600;
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 180%;
    margin: 0;
	padding: 1.5em 1em;
}
.data-t-style3 p {
    flex-grow: 1;
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 180%;
    background-color: #FFF;
    margin: 0;
	padding: 1.5em 1em;
}

.paging {
	display: table;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 60px 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: .5em 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: #2864c2;
}
.paging li a:hover {
	color: #FFF;
	background-color: #2864c2;
}


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

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-photo {
    width: 100%;
    margin-top: 120px;
}
.footer-photo div {
    width: 100%;
}
.footer-photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

footer {
	width: 100%;
    position: relative;
	background-color: #FFF;
    z-index: 6!important;
}
footer .footer-top {
	width: 100%;
    position: relative;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer .footer-top li {
    width: 50%;
    text-align: center;
    background-color: #FFF;
    padding: 50px 5%;
}
footer .footer-top li:nth-of-type(odd) {
    border-right: 2px solid #f8f1ea;
}
footer .footer-top li .facility-logo {
    width: 50%;
    max-width: 292px;
    margin: 0 auto 15px;
}
footer .footer-top li .facility-logo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
footer .footer-top li p {
    width: 100%;
    max-width: 340px;
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    margin: 0 auto 30px;
    padding: 0 1em;
}
footer .footer-top li a {
    width: 100%;
    display: block;
    position: relative;
    color: #000;
    font-size: clamp(3rem, 4vw, 4rem);
    text-decoration: none;
}
footer .footer-top li a span {
    font-size: 80%;
}
footer .footer-bottom {
    width: 100%;
    position: relative;
    background-color: #5fa9a8;
    padding: 60px 0 0;
}
footer .footer-bottom .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
footer .footer-bottom .inner .footer-menu {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
footer .footer-bottom .inner .footer-menu > li {
    width: 23%;
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    line-height: 140%;
}

footer .footer-bottom .inner .footer-menu li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    margin-top: 8px;
}
footer .footer-bottom .inner .footer-menu > li > a {
    width: 100%;
    border-radius: 40px;
    background-color: #23706f;
    padding: 1em 25px;
}

footer .footer-bottom .inner .footer-menu li ul {
    margin-top: 5px;
}
footer .footer-bottom .inner .footer-menu li ul li {
    padding: 1px 0 1px 25px;
}
footer .footer-bottom .inner .footer-menu li ul li a {
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    color: #FFF;
    line-height: 200%;
    
}
footer .footer-bottom .inner .footer-menu li ul li a::before {
    content: "・";
	display: inline;
}
footer .footer-bottom .copyright {
    width: 100%;
    background-color: #fff;
    margin: 60px auto 0;
}
footer .footer-bottom .copyright .inner {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 30px 0 60px;
}
footer .footer-bottom .copyright p {
    width: 50%;
    color: #666;
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    line-height: 160%;
}
footer .footer-bottom .copyright p span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5em;
}
footer .footer-bottom .copyright p:nth-last-of-type(1) {
    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: 40%;
        max-width: 200px;
        position: absolute;
        
        text-align: left;
        line-height: 100%;
        top: 50%;
        left: 5%;
        -webkit-transform: translate(0, -50%); 
        transform: translate(0, -50%);
    }
    
	.headerbg {
		background-color: rgba(255, 255, 255, 1);
	}
    .headerbg #header-logo {
        width: 40%;
        max-width: 200px;
        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;
    }
    
    #sidemenu {
        width: 40px;
        border-radius: 8px 0 0 8px;
        top: 80px;
        bottom: initial;
        bottom: auto;
        z-index: 100;
    }
    #sidemenu div {
        width: 35px;
        margin: 0 auto;
        padding: 10px 0;
    }
    #sidemenu div:nth-last-of-type(1) {
        padding: 3px 0;
    }

    .headerbg nav > ul > li > a {
        color: #000;
    }
    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: 1.6rem;
        line-height: 180%;
        text-align: left;
        color: #000;
        text-decoration: none;
        border-top: 1px solid #CCC;
        margin: 0;
        padding: .8em 1em;
    }
    nav > ul > li:nth-of-type(1) > a {
        border-top: none;
    }
    nav > ul > li.contact > a {
        color: #FFF;
        background-color: #5fa9a8;
        border-top: none;
    }
    nav > ul > li > a span {
        display: inline-block;
    }
    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.full {
        width: 100%;
    }
    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 2.3em;
    }
    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 {
		margin: 8% auto 12%;
	}
    #contents-page {
        margin: 0 auto 12%;
    }
    
    .senior-menu {
        width: 100%;
        margin-top: 12%;
        padding: 6% 5% 4%;
    }
	.anchor-item {
		top: -80px;
	}
	.button {
        padding: .8em 1em;
    }
    .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;
    }
    .data-t-style th {
        width: 100%;
        display: block;
        color: #FFF;
        border: none;

        background-color: #5fa9a8;
        padding: 1em 1em;
    }
    .data-t-style td {
        width: 100%;
        display: block;
        padding: 1em 0;
        border: none;
    }
    .data-t-style td span {
        color: #F00;
    }
    .data-t-style tr:nth-of-type(odd) {
        background-color: transparent;
    }
    .data-t-style1 th {
        min-width: 120px;
    }
    .data-t-style3 {
        width: 100%;
        flex-direction: column;
        border-radius: 10px;
    }
    .data-t-style3 h3 {
        width: 100%;
        padding: 1em 1em;
    }
    .data-t-style3 p {
        width: 100%;
        padding: 1em 1em;
    }
    
	
	/*==================================================
	
	footer
	=================================================*/
	
    .pagetop {
        bottom: 100px;
    }
	.pagetop-visible {
		right: -100px;
	}
    
    .footer-photo {
        width: 100%;
        margin-top: 12%;
    }
    .footer-photo div {
        width: 120%;
    }
	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-top li:nth-of-type(odd) {
        border-right: none;
        border-bottom: 2px solid #f8f1ea;
    }
    footer .footer-bottom {
        padding: 8% 0 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: 191px;
        height: auto;
        display: block;
        vertical-align: middle;
        margin: 0 auto;
    }
    footer .footer-bottom .inner .footer-logo .link-b {
        width: 100%;
        display: block;
        color: #FFF;
        text-decoration: none;
        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 > li {
        width: 100%;
        max-width: 400px;
        text-align: left;
        font-size: clamp(1.4rem, 1.4vw, 1.6rem);
        padding-bottom: 15px;
        margin: 0 auto;
    }
    footer .footer-bottom .inner .footer-menu > li > a {
        display: block;
        color: #FFF;
        text-align: left;
        text-decoration: none;
        margin-top: 15px;
    }
    footer .footer-bottom .inner .footer-menu li ul {
        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 li ul li {
        width: 50%;
    }
    footer .footer-bottom .inner .footer-menu li ul li a {
        font-size: clamp(1.2rem, 1.2vw, 1.4rem);
        text-align: left;
    }
    footer .footer-bottom .copyright {
        max-width: 1200px;
        display: block;
        margin: 6% auto 0;
    }
    footer .footer-bottom .copyright .inner {
        padding: 6% 0 60px;
    }
    footer .footer-bottom .copyright p {
        width: 100%;
        text-align: center;
    }
    footer .footer-bottom .copyright p span {
        display: block;
        margin: 0 0 1em 0;
    }
    footer .footer-bottom .copyright p:nth-last-of-type(1) {
        text-align: center;
        margin-top: 1em;
    }
}

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

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
	==================================================*/
	
	
}