@charset "utf-8";

.rpimg,.animated,.wow,.fadeInUp {

}
.imgset img {
    width: 100%;
}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00;
}
.navy {
    color: #223355;
}
.orange {
    color: #d6791d;
}

.bg_white {
    position: relative;
    background-color: #fff;
    z-index: 2;
}
.bg_white2 {
    position: relative;
    background-color: #fff;
    z-index: 1;
}
.bg_gray {
    position: relative;
    background-color: #eee;
}
.bg_black {
    position: relative;
    background-color: #333;
    color: #fff;
}


/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col a {
	color:inherit !important;
}
a {
	color:#5a9797;
	text-decoration:none;
}
a:visited {
	color:#5a9797;
	text-decoration:none;
}
a:hover {
	color:#9cc1c1;
	text-decoration:none;
}
a:active {
	color:#5a9797;
	text-decoration:none;
}
.list-calendar a {
	color:#111;
	text-decoration:none;
}
.list-calendar a:visited {
	color:#111;
	text-decoration:none;
}
.list-calendar a:hover {
	color:#999;
	text-decoration:none;
}
.list-calendar a:active {
	color:#111;
	text-decoration:none;
}
.news a {
	color:#333;
	text-decoration:underline;
    transition: all 0.3s;
}
.news a:visited {
	color:#333;
	text-decoration:underline;
}
.news a:hover {
	color:#999;
	text-decoration:underline;
}
.news a:active {
	color:#333;
	text-decoration:underline;
}

.btn a {
	transition:opacity 0.3s;
}
.btn a:hover {
	opacity: 0.6;
}

@media (min-width: 521px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2.5 !important;
}
.lh0 {
	line-height:0;
	font-size:1px;
}
.both_adj {
    text-align: justify !important;
    text-justify: inter-ideograph;
}
html {
	height:100%;
	font-size: 1em;
	scroll-behavior: smooth;
}
body {
    text-align:center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-feature-settings: "palt" on, "liga" off;
	color:#111;
	background-color:#fff;
    text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1em;
}
a.anc {
    scroll-margin-top: 70px;
}
#day_list {
    scroll-margin-top: 180px;
}
@media screen and (max-width: 960px) {
    body {
        font-size: 0.92em;
    }
    a.anc {
        scroll-margin-top: 0;
    }
    #day_list {
        scroll-margin-top: 100px;
    }
}
@media screen and (max-width: 520px) {
    body {
        font-size: 0.84em;
    }
    a.anc {
        scroll-margin-top: 0;
    }
}
@media screen and (max-width: 359px) {
    body {
        font-size: 0.80em;
    }
}
@media screen and (max-width: 349px) {
    body {
        font-size: 0.76em;
    }
}
@media screen and (max-width: 320px) {
    body {
        font-size: 0.68em;
    }
}

.fsserif {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.eng {
    font-family: "EB Garamond", serif;/*400-800*/
}
#wrapper {
    overflow: hidden; /*position: sticky;の時はなし*/
    flex: 1 1 auto;
    /*min-height: 1px; IE11 img resizing bug*/
}

.ovf {
    overflow: hidden;
}

.mgend {
	margin-bottom:5em;
}
.mgl {
	margin-bottom:6em;
}
.mgm {
	margin-bottom:4em;
}
.mgms {
	margin-bottom:3em;
}
.mgs {
	margin-bottom:2em;
}
.mgss {
	margin-bottom:1em;
}
.mgsss {
	margin-bottom:0.5em;
}

@media screen and (min-width: 961px) {
	.tb {
		display:none !important;
	}
    .mbtb {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
}
@media screen and (max-width: 520px) {
    .tb {
		display:none !important;
	}
    .tbpc {
		display:none !important;
	}
    
}
@media screen and (min-width: 521px) {
	.mb {
		display:none !important;
	}
    .tbcenter {
        text-align:center !important;
    }
}

@media screen and (max-width: 960px) {
	.pc {
		display:none !important;
	}
    .mbcenter {
        text-align:center !important;
    }
}

#header {
    position: relative;
    top: 0;
    left: 0;
    width:100%;
    height: auto;
    background-color: #fff;
    transition: all 0.3s;
}
.hd_box {
    position: relative;
    box-sizing: border-box;
	width:100%;
    max-width: 1500px;
    margin: auto;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#header section:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    transition: all 0.3s;
    box-sizing: border-box;
    width: 26%;
    padding: 2em 0 2em 50px;
}
#header section:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    width: 36%;
    padding: 2em 0;
}
#header section:nth-child(3) {
    display: flex;
    justify-content:flex-start;
    align-items: stretch;
    flex-direction: column;
    box-sizing: border-box;
    width: 30%;
    /*padding-bottom: 2em;*/
}
#header h1 {
    display: block;
    width: 100%;
}
#header h1 img {
    width: 100%;
}
#header .hd_tr {
    line-height: 0;
    text-align: left;
    margin-bottom: 1em;
}
#header .hd_tr img {
    width: 90%;
}
#header .hd_pr {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: left;
    line-height: 0;
    padding: 1em 0;
}
#header .hd_pr img {
    width: 60%;
}
#hnavi {
    position: relative;
    width: 100%;
    /*margin-bottom: 2em;*/
}
#hnavi ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#hnavi ul li {
    width: 50%;
}
#hnavi ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.5em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    background-color: #2790a0;
    color: #fff;
    transition: all 0.3s;
}
#hnavi ul li:nth-child(2) a {
    background-color: #b8792f;
}
#hnavi ul li a:hover {
    opacity: 0.7;
}
#header .hd_status {
    display: flex;
    justify-content:center;
    align-items: center;
    flex-grow: 1;
}
#header .hd_status figure {
    width: 80%;
    line-height: 0;
}
#header .hd_status p {
    width: 70%;
    line-height: 0;
    margin: 1em auto 0;
}
#header .hd_status p a {
    display: block;
    transition: all 0.3s;
}
#header .hd_status p a:hover {
    background-color: #f1e4d5;
}
#header .hd_status figure img {
    width: 100%;
}

#gnavi {
    position: relative;
    background-color: #fff;
}
.gnspc {
    display: none;
}
#gnavi ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#gnavi ul li {
}
#gnavi ul li a {
    display: block;
    padding: 0 1.5em;
    color: #111;
    font-size: 1em;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    border-bottom: 3px solid #fff;
    transition: all 0.3s;
}
@media screen and (max-width: 1250px) {
#gnavi ul li a {
    font-size: 0.92em;
}
}
@media screen and (max-width: 1120px) {
#gnavi ul li a {
    font-size: 0.90em;
    padding: 0 1em;
}
}

#gnavi ul li a:hover {
    border-bottom: 3px solid #333;
}
#gnavi ul li.current a {
    border-bottom: 3px solid #333;
}

#fix_foot {
	display:block;
	position:fixed;
    padding: 0;
	width:60px;
	height:auto;
	bottom:20%;
	right:0;
	z-index:3000;
    background-color: #fff;
    overflow: hidden;
}
#fix_foot ul {
	text-align:center;
	width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#fix_foot ul li {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
#fix_foot ul li a {
    writing-mode: vertical-rl;
    font-feature-settings: "palt" off;
    font-weight:500;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	line-height:1;
    padding: 3em 0;
	text-decoration:none;
	color:#fff;
    background-color: #2790a0;
    font-size: 1em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
	transition:all 0.3s;
}
#fix_foot ul li:nth-child(2) a {
    background-color: #b8792f;
}
#fix_foot ul li:nth-child(3) {
    display: none;
}
#fix_foot ul li:nth-child(3) a {
    background-color: #444;
}
#fix_foot ul li a:hover {
    opacity: 0.7;
}

@media screen and (min-width: 961px) {
#toggle {
    display: none !important;
}
#navi {
    display: none !important;
}
html,body {
    overflow: auto !important;
}
.hscr #gnavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 200;
}
.hscr .gnspc {
    display: block;
    height: 50px;
}
}

.container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:5em 80px;
	margin:0 auto;
	text-align:left;
}
.container_fit {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:5em 0;
	margin:0 auto;
	text-align:left;
}
.container_s {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
	padding:5em 80px;
	margin:0 auto;
	text-align:left;
}
.more {
    width: 90%;
    max-width: 260px;
    margin:auto;
}
.more a {
	text-align:center;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    box-sizing: border-box;
	color:#fff;
    font-size: 0.92em;
    font-weight: 500;
	line-height:1.5;
    border: 1px solid #223355;
    background-color: #223355;
	transition:all 0.3s;
}
.more a:hover {
    color:#223355;
    background-color: #fff;
}

#title {
    background-color: #eee;
    padding: 5em;
}
#title h2 {
    font-family: "EB Garamond", serif;/*400-800*/
    font-weight: 400;
    font-size: 3.8em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
#title p {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-top: 1em;
}
#title h3 {
    font-weight: 500;
    font-size: 2.5em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

@media screen and (max-width: 960px) {
#toggle {
    box-sizing: content-box !important;
	position:fixed;
    padding: 21px 20px;
    width:50px;
	height:18px;
	top:0;
	right:0;
	z-index:3000;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    mix-blend-mode: difference;
}
#toggle span {
    background-color: #fff;
    width: 100%;
    height: 1px;
    transition: all 0.3s;
}
#toggle span:nth-of-type(1) {
    transform-origin: top left;
}
#toggle span:nth-of-type(2) {
    transform-origin: center left;
    opacity: 1;
}
#toggle span:nth-of-type(3) {
    transform-origin: bottom left;
}
#toggle.close span:nth-of-type(1) {
    transform: rotate(18.778deg) scale(1.056, 1);
}
#toggle.close span:nth-of-type(2) {
    opacity: 0;
}
#toggle.close span:nth-of-type(3) {
    transform: rotate(-18.778deg) scale(1.056, 1);
}
#navi {
    display: none;
	position:fixed;
	z-index:1000;
	width:100%;
    height: calc(var(--vh, 1vh) * 100);
    overflow-x: hidden;
	top:0;
	right:-100%;
    opacity: 0;
    background-color: #fff;
}
.navi_box {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    box-sizing: border-box;
    padding-right: 50px;
    width: 95%;
    height: auto;
    min-height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	padding: 4em 3em 9em;
}
.navi_section {
    display: block;
    width: 100%;
    opacity: 0;
    margin-top: 2em;
}
.navi_box section {
	width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.navi_section section ul {
    margin-bottom: 0;
    width: 100%;
}
.navi_section section ul li {
    position: relative;
    border-bottom: 1px dotted #333;
}
.navi_section section ul li a {
    color: #111;
    line-height: 1;
    padding: 1.5em 0;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    display: block;
    transition: all 0.3s;
}
.navi_section section ul li a:hover {
    color: #999;
}

#fix_foot {
	display:block;
	position:fixed;
    padding: 0;
	width:100%;
	height:60px;
	bottom:0;
	right:0;
	z-index:3000;
    background-color: #fff;
    overflow: hidden;
    border-top: 1px solid #fff;
}
#fix_foot ul {
	text-align:center;
	width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#fix_foot ul li {
    box-sizing: border-box;
    position: relative;
    width: calc(100% / 3);
    border-right: 1px solid #fff;
}
#fix_foot ul li:nth-child(3) {
    display: block;
    border-right-width: 0;
}
#fix_foot ul li a {
    writing-mode:horizontal-tb;
    font-feature-settings: "palt" off;
    font-weight:500;
	display:block;
	line-height:60px;
    padding: 0;
	text-decoration:none;
	color:#fff;
    background-color: #2790a0;
    font-size: 1em;
    letter-spacing: 2px;
    text-indent: 2px;
	transition:all 0.3s;
}

.hd_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#header section:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 42%;
    padding: 2em 30px 2em 30px;
}
#header section:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 58%;
    padding: 2em 100px 2em 0;
}
#header section:nth-child(3) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 30px 2em;
}
#header .hd_pr {
    padding: 1em 0;
}
#header .hd_status {
    
}
#header .hd_status figure {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#header .hd_status figure img {
    width: 60%;
}
#header .hd_status p {
    display: none;
}

#hnavi,#gnavi {
    display: none;
}

.container,.container_s {
	padding:4em 6%;
}
.container_fit {
	padding:4em 0;
}

#title {
    padding: 4em 0;
}
#title h2 {
    font-size: 6vw;
}
#title p {
    font-size: 3.2vw;
}
#title h3 {
    font-size: 6vw;
}
}


@media screen and (max-width: 520px) {

#toggle {
    padding: 16px 20px;
	right:0;
}

.navi_box {
    padding: 3em 2em 9em;
    width: 85%;
}

.hd_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#header section:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42%;
    padding: 20px 0 20px 10px;
}
#header section:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 58%;
    padding: 50px 20px 20px 10px;
}
#header section:nth-child(3) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 20px 20px;
}
#header .hd_pr {
    padding: 0.7em 0;
}
#header .hd_status {

}
#header .hd_status figure img {
    width: 70%;
}

#fix_foot ul li a {
    font-size: 3.5vw;
}

.container,.container_s {
	padding:3em 7%;
}
.container_fit {
	padding:3em 0;
}

}


.pagetop {
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:-100px;
	z-index:90;
}
.pagetop img {
	width:60px;
}

.ft_contact {
    width: 100%;
    background-color: #666;
    color: #fff;
    margin-bottom: 5em;
}
.ft_contact h3 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 1.5em;
}
.ft_contact h4 {
    text-align: center;
    font-size: 3em;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft_contact h4 a {
    color: #fff;
}
.ft_contact h4 img {
    width: auto;
    height: 0.7em;
    margin-right: 0.3em;
}
.ft_contact p {
    text-align: center;
    font-size: 0.84em;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin: 1em auto 3.5em;
}
.ft_contact ul {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}
.ft_contact ul li {
    width: 49%;
    height: 3.5em;
}
.ft_contact ul li a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2790a0;
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    transition: all 0.3s;
}
.ft_contact ul li:nth-child(2) a {
    background-color: #b8792f;
}
.ft_contact ul li a:hover {
    opacity: 0.7;
}


.ft_navi {
    background-color: #eee;
}
.ft_navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ft_navi ul li {
    white-space:nowrap;
}
.ft_navi ul li a {
    position: relative;
    display: block;
    color: #111;
    line-height: 1;
    padding: 1.5em 1.5em;
    font-size: 0.92em;
    transition: all 0.3s;
}

@media screen and (max-width: 1120px) {
.ft_navi ul li a {
    font-size: 0.90em;
    padding: 1.5em 1em;
}
}

.ft_navi ul li a:hover {
    color: #999;
}

#footer {
    padding: 5em 80px 5em;
    box-sizing: border-box;
    line-height: 1.7;
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
#ex_footer_pc {
    background-color: #f2f2f2 !important;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 5em !important;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.ft_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 5em;
}
.credit {
    width: calc(100% - 420px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.credit ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.credit img {
    width: 100%;
}
.credit h2 {
    width: 300px;
    line-height: 0;
    margin:0 auto 1.2em;
}
.credit ul p {
    font-size: 0.84em;
    line-height: 1.5;
}
.credit ul h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-left: 1em;
    margin-right: 1em;
}
.credit ul h4 img {
    width: auto;
    height: 0.8em;
    margin-right: 0.3em;
}
.credit ul h4 a {
    color: #111;
}
.credit h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}
.credit h5 a:first-child {
    display: block;
    width: 230px;
}
.credit h5 a:last-child {
    display: block;
    width: 54px;
    margin-left: 2em;
}

.outline {
    line-height: 1.5;
    margin-bottom: 5em;
}
.outline h6 {
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #333;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.outline section {
    display: inline-block;
}
.outline p {
    font-size: 1em;
    text-align: left;
    padding-left:1em;
    text-indent:-1em;
}

.yoyaku_table {
    width: 370px;
    text-align: center;
    flex-shrink: 0;
}
.yoyaku_table img {
    width: 100%;
}
.yoyaku_table h6 {
    font-weight: 500;
    line-height: 1.4;
    height: 2.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.16em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 0.5em;
    color: #b8792f;
    border: 1px solid #b8792f;
}
.yoyaku_table p {
    font-size: 0.76em;
    line-height: 1.5;
    margin-top: 0.7em;
}

.copyright {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
	font-size:0.76em;
    line-height: 1.4;
}
.copyright img {
	vertical-align:middle;
}

#ex_footer {
     font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; 
}

.fl_yoyaku {
    display: none;
}

@media screen and (max-width: 960px) {

#footer {
    padding: 5em 5%;
}
.ft_navi {
    display: none;
}
.ex_ft_adj {
    margin-bottom: 60px;
}

.ft_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 5em;
}
.credit {
    width: 100%;
}
.credit h2 {
    width: 300px;
    margin:0 auto 1.2em;
}
.credit ul p {
    font-size: 0.84em;
    line-height: 1.5;
}
.credit ul h4 {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-left: 1em;
    margin-right: 1em;
}

.outline p {
    font-size: 1em;
}

.yoyaku_table {
    width: 340px;
    margin-bottom: 5em;
}
.yoyaku_table h6 {
    font-size: 1.16em;
}

.pagetop {
	position:fixed;
	width:40px;
	height:40px;
	bottom:120px;
	right:-100px;
	z-index:90;
}
.pagetop img {
	width:40px;
}

.fl_yoyaku {
    display: block;
    position: fixed;
    bottom:63px;
    right: -50%;
    width: 240px;
    max-width: 50%;
    line-height: 0;
    background-color: #fff;
    z-index: 100;
}
.fl_yoyaku a {
    display: block;
    transition: all 0.3s;
}
.fl_yoyaku a:hover {
    background-color: #f1e4d5;
}
.fl_yoyaku img {
    width: 100%;
}

}

@media screen and (max-width: 700px) {
.ft_contact ul {
    margin: 0 5% -1.5em;
}
.ft_contact ul li {
    width: 100%;
    height: 3.5em;
    margin-bottom: 1.5em;
}

}

@media screen and (max-width: 520px) {

.pagetop {
	position:fixed;
	width:40px;
	height:40px;
	bottom:120px;
	right:-100px;
	z-index:90;
}
.pagetop img {
	width:40px;
}

.ft_contact h3 {
    font-size: 4.3vw;
}
.ft_contact h4 {
    font-size: 7.8vw;
}

#footer {
    padding: 5em 5%;
}
.ft_navi {
    display: none;
}
.ex_ft_adj {
    margin-bottom: 60px;
}

.ft_box {
    margin-bottom: 5em;
}
.credit h2 {
    width: 230px;
    margin:0 auto 1.2em;
}

.credit h5 a:first-child {
    width: 184px;
}
.credit h5 a:last-child {
    width: 44px;
    margin-left: 2em;
}

.yoyaku_table {
    width: 90%;
}
}


@media screen and (max-width: 960px) {


}


@media screen and (max-width: 520px) {


}


.box0 {
	line-height:1.7;
}
.box1 {
	line-height:1.7;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:1.7;
	margin-left:20px;
	margin-right:20px;
}
.imgbox p {
	*float:left;
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}

.table0 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}

.table1 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table1 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:1em 1.5em;
	vertical-align:top;
	margin:0;
}
.table1 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:1em 1.5em;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}

.table2 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	background-color:#f0f2f3;
}
.table3 {
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	margin:0 auto;
}
.table3 td {
	padding: 1em 1.5em;
	border-top: 1px solid #ccc;
	text-align:right;
}
.table3 th {
	padding: 1em 1.5em;
	border-top: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	white-space:nowrap;
}
.table4 { /* 価格表*/
	width: 100%;
	border-collapse: collapse;
}
.table4 td {
	padding: 20px 25px;
	border: 1px solid #999;
}
.table4 th {
	padding: 20px 30px;
	border: 1px solid #999;
	text-align:center;
	vertical-align:top;
	font-weight: normal;
	white-space:nowrap;
    background-color: #eee;
}
.table5 {
	line-height:1.7;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table5 td {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#fff;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
    background-color: #5c9d94;
    color: #fff;
    font-weight: normal;
}

.table_fm {
    width: 100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table_fm td {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	padding:1.5em 2em;
	vertical-align:top;
	margin:0;
}
.table_fm th {
	border-width:0 1px 1px 0;
	border-bottom-style:solid;
    border-right-style: dotted;
	border-color:#999;
	padding:1.5em 2em;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	margin:0;
    font-weight: normal;
}

.dtable {
	display:table !important;
	border:none !important;
}
.dtable tbody {
	display: table-row-group !important;
}
.dtable tr {
	display:table-row !important;
}
.dtable th,.dtable td {
	float:none !important;
	display:table-cell !important;
	width:auto;
	border:none !important;
	margin:0 !important;
    padding: 0 !important;
}

@media screen and (max-width: 960px) {
.table_fm {
	display: block;
	width:auto;
}
.table_fm tbody {
	display: block;
}
.table_fm tr {
	display: block;
}
.table_fm th,.table_fm td {
    box-sizing: border-box;
	float:left\9;
	clear:both\9;
	display:block;
	width:auto !important;
	border:none;
}
.table_fm th {
	text-align:left;
	margin-bottom: 0.7em;
	padding:0 0.5em 0.1em;
	border-bottom: 1px solid #ccc;
    background-color: transparent;
    font-size: 1.08em;
}
.table_fm td {
	margin:0 1em 3em ;
	padding: 0;
}

}

@media screen and (max-width: 760px) {
.table0 {
	display: block;
}
.table0 tbody {
	display: block;
}
.table0 tr {
	display: block;
}
.table0 th,.table0 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:100%;
}
.table0 th {
}
.table0 td {
	margin-bottom:0;
}
.table0 td.adjl {
	margin-bottom:6em;
}
.table0 td.adjend {
	margin-bottom:5em;
}
.table0 td.adjm {
	margin-bottom:4em;
}
.table0 td.adjms {
	margin-bottom:3em;
}
.table0 td.adjs {
	margin-bottom:2em;
}
.table0 td.adjss {
	margin-bottom:1em;
}
.table0 td.adjsss {
	margin-bottom:0.5em;
}

.img100 {
	width:100%;
	height:auto;
}
.img90 {
	width:90%;
}
.img80 {
	width:80%;
}
.img70 {
	width:70%;
}
.img60 {
	width:60%;
}
.img50 {
	width:50%;
}
.img40 {
	width:40%;
}
.img30 {
	width:30%;
}
.img20 {
	width:20%;
}
.img10 {
	width:10%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	display: block;
	width:auto;
}
.table1 tbody {
	display: block;
}
.table1 tr {
	display: block;
}
.table1 th,.table1 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table1 th {
	text-align:left;
	margin-bottom: 0.7em;
	padding:0 0.5em 0.1em;
	font-weight:normal;
	border-bottom: 1px solid #ccc;
    background-color: transparent;
    font-size: 1.08em;
}
.table1 td {
	margin:0 0.5em 2em ;
	padding: 0;
}
.table1in td {
	margin:0 0 20px;
}

.table2 {
	display: block;
	width:auto;
}
.table2 tbody {
	display: block;
}
.table2 tr {
	display: block;
}
.table2 th,.table2 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table2 th {
	text-align:left;
	margin-bottom: 10px;
	padding:3px 10px;
	font-weight:normal;
}
.table2 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.table3 {
	width:100%;
}
.table4 th {
    padding: 15px 20px;
}
.table4 td {
	padding: 15px 20px;
}
.table5 {
	display: block;
	width:auto;
}
.table5 tbody {
	display: block;
}
.table5 tr {
	display: block;
}
.table5 th,.table5 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table5 th {
	text-align:left;
	margin-bottom: 10px;
	padding:3px 10px;
    background-color: #5c9d94;
    color: #fff;
}
.table5 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}

}


.gmap iframe {
    display: block;
	width:100%;
	height:700px;
    /*-webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);*/
}

@media screen and (max-width: 960px) {
.gmap iframe {
	width:100%;
	height:500px;
}
}

@media screen and (min-width: 521px) {
.table_fm tr:last-child th,.table_fm tr:last-child td,.table1 tr:last-child th,.table1 tr:last-child td {
	border-bottom:0;
}
}

@media screen and (max-width: 520px) {
.table_fm tr:last-child td,.table1 tr:last-child td {
	margin-bottom:0;
}

.gmap iframe {
	width:100%;
	height:400px;
}
}

.article-name {
    display: none !important;
}
.list-calendar {
    
}
.list-calendar .sat {
    color: #4169e1;
}
.list-calendar .sun {
    color: #ff6347;
}
.list-calendar table {
	width: 100%;
	border-collapse: collapse;
}
.list-calendar td {
	padding: 0.5em;
	border: 1px solid #999;
}
.list-calendar th {
	padding: 0.5em 1em;
    width: 1%;
	border: 1px solid #999;
	text-align:center;
	vertical-align:top;
	font-weight: normal;
	white-space:nowrap;
}
.list-calendar .note {
    display: none !important;
}
.timetable-time {
    padding: 0.5em !important;
}

