@charset "utf-8";

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

}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#cd2a1c !important;
}
.blue {
    color: #1a506f;
}
.blue2 {
    color: #00709c;
}
.bg_navy {
    background-color: #000538;
    color: #fff;
}
.bg_foot {
    background-image: url("../img/bg2.webp");
    background-position: center center;
    background-size: cover;
}
.bg_white {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.bg_white2 {
    background-color: #fff;
}
.bg_lgray {
    background-color: #f5f5f5;
}
.bg_lgray2 {
    background-color: #ededeb;
}
.bg_sky1 {
    background: linear-gradient(to top, #ccffff, #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;
}
#bread a {
	color:#999;
	text-decoration:none;
}
#bread a:visited {
	color:#999;
	text-decoration:none;
}
#bread a:hover {
	color:#ccc;
	text-decoration:none;
}
#bread a:active {
	color:#999;
	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.7;
}

@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: 130px;
}
@media screen and (max-width: 960px) {
    body {
        font-size: 0.92em;
    }
    a.anc {
    scroll-margin-top: 40px;
    }
}
@media screen and (max-width: 520px) {
    body {
        font-size: 0.84em;
    }
    a.anc {
        scroll-margin-top: 40px;
    }
}
@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;
}
#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;
    }
}

#toggle {
    box-sizing: content-box !important;
	position:fixed;
    padding: 27px 19px;
    width:32px;
	height:16px;
	top:50px;
	right:20px;
	z-index:3000;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 50%;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    transition: all 0.3s;
}
#toggle span {
    background-color: #111;
    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(25.115deg) scale(1.104, 1);
}
#toggle.close span:nth-of-type(2) {
    opacity: 0;
}
#toggle.close span:nth-of-type(3) {
    transform: rotate(-25.115deg) scale(1.104, 1);
}

#fix_map {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    line-height: 1;
    font-size: 0.84em;
    font-weight: 500;
    width: 180px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}
#fix_map a {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6bb2d3;
    color: #fff;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transition: all 0.3s;
}

#fix_side {
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 1900;
}
#fix_side ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#fix_side ul li {
    box-sizing: border-box;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 50px;
    height: 170px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}
#fix_side ul li a {
    width: 100%;
    height: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 5px;
    text-indent: 5px;
    /*background: linear-gradient(to bottom, #ec8095, #c886bd);*/
    background-color: #ec8095;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
#fix_side ul li:last-child a {
    background-color: #a895db;
}
#fix_side ul li a:hover,#fix_map a:hover {
    opacity: 0.7;
}

#fix_foot,#mb_contact {
	display:none;
}


#navi {
    display: none;
	position:fixed;
	z-index:2000;
	width:100%;
    height: calc(var(--vh, 1vh) * 100);
    overflow-x: hidden;
	top:0;
	right:-100%;
    opacity: 0;
    background-image: url("../img/bg_blue.webp?1025");
    background-position: center center;
    background-size: cover;
}
.navi_box {
    position: absolute;
    top: 0;
    right:0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navi_box section {
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5%;
    opacity: 0;
}
.navi_logo {
    width: 15%;
}
.navi_logo img {
    width: 100%;
}
.navi_tx {
    width: 70%;
}
.navi1 {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.navi1 li {
	box-sizing: border-box;
	width:22%;
    text-align: left;
}
.navi1 li a {
    position: relative;
	display: block;
	text-decoration:none;
	height:60px;
    font-weight: 500;
    font-size: 1em;
    border-bottom:1px solid #ec8095;
    margin-bottom: 30px;
}
.navi1 li a span {
	position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-family: "EB Garamond", serif;
	font-weight:400;
    font-size: 1.08em;
    line-height:60px;
    letter-spacing: 0.1em;
    opacity: 1;
    transition: all 0.3s;
}
.navi1 li a strong {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
	font-weight:400;
    font-size: 0.92em;
    line-height:60px;
    letter-spacing: 0.1em;
    opacity: 0;
    transition: all 0.3s;
}
.navi1 li a:hover span {
	opacity: 0;
}
.navi1 li a:hover strong {
	opacity: 1;
}

.navi1 li:nth-child(7) a,.navi1 li:nth-child(9) a,.navi1 li:nth-child(10) a {
    opacity: 0.3;
    pointer-events: none;
}

@keyframes blink{
    0% {opacity:0;}
    60% {opacity:1;}
    100% {opacity:1;}
}
.navi1 li:nth-child(4) a::before,.navi1 li:nth-child(5) a::before,.navi1 li:nth-child(6) a::before,.navi1 li:nth-child(8) a::before {
    content: "NEW";
    color: #ec8095;
    font-size: 0.76em;
    position: absolute;
    right: 5px;
    top: 5px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    animation:blink 1s ease-in-out infinite alternate;
}

.navi2 {
     margin-top: 40px;
}
.navi2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.navi2 ul li {
    width: 48%;
}
.navi2 ul li a {
    transition: all 0.3s;
}
.navi2 ul li a:hover {
    opacity: 0.7;
}
.navi2 ul li:nth-child(1) a {
    display: block;
    color: #fff;
    background: linear-gradient(to right, #ec8095, #c886bd);
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 2px;
    text-indent: 2px;
    line-height: 2;
}
.navi2 ul li:nth-child(2) a {
    display: block;
    color: #fff;
    background: linear-gradient(to right, #ec8095, #c886bd);
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 2px;
    text-indent: 2px;
    line-height: 2;
}
.navi2 ul li:nth-child(3) {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.08em;
    line-height: 1.7;
    margin-top: 40px;
}
.navi2 ul li:nth-child(3) span {
    font-family: "EB Garamond", serif;
	font-weight:400;
    color: #fff;
    vertical-align: baseline;
}
.navi2 ul li:nth-child(3) strong {
    font-family: "EB Garamond", serif;
	font-weight:400;
    color: #fff;
    font-size: 3em;
    letter-spacing: 1px;
    text-indent: 1px;
}
.navi2 ul li:nth-child(3) a {
    color: #fff;
    margin-left: 1em;
    white-space: nowrap;
}

/*.bg_ftnv {
    background-image: url("../img/bg_copy.webp");
    background-position: center center;
    background-size: cover;
}*/

#ftnavi {
    border-top: 1px solid #e5e5e5;
}
#ftnavi ul {
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
	padding:0 5%;
	margin:0 auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#ftnavi li {
    position: relative;
	box-sizing: border-box;
    text-align: center;
}
#ftnavi li a {
	display: block;
	text-decoration:none;
	color:#111;
	font-size: 0.84em;
	line-height:3em;
	transition: all 0.3s;
}
#ftnavi li:last-child {
    display: none;
}
#ftnavi li a:hover {
	opacity: 0.6;
}
#ftnavi li:nth-child(7) a,#ftnavi li:nth-child(9) a,#ftnavi li:nth-child(10) a {
    opacity: 0.3;
    pointer-events: none;
}

#header {
    position: relative;
    top: 0;
    left: 0;
    width:100%;
    z-index:2;
    background-image: url("../img/bg_blue.webp?1025");
    background-position: center center;
    background-size: cover;
}
.hd_box {
    position: fixed;
	width:100%;
	height:110px;
    transition: all 0.3s;
}
#header h1 {
    position:absolute;
    top: 20px;
	left:20px;
	height:70px;
    line-height: 0;
}
#header h1 a img {
	height:100%;
}
#gnavi {
    position: absolute;
    right: 110px;
    top: 55px;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
}
#gnavi ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#gnavi ul li a {
    position: relative;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    padding: 10px 1vw;
    font-size: 0.84em;
    line-height: 1;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(236,128,149,0);
    flex-shrink: 0;
}
#gnavi ul li a:hover {
    border-bottom: 1px solid #ec8095;
}
#gnavi ul li:nth-child(7) a,#gnavi ul li:nth-child(9) a,#gnavi ul li:nth-child(10) a {
    opacity: 0.3;
    pointer-events: none;
}
#gnavi ul li:nth-child(4) a::before,#gnavi ul li:nth-child(5) a::before,#gnavi ul li:nth-child(6) a::before,#gnavi ul li:nth-child(8) a::before {
    content: "NEW";
    color: #ec8095;
    font-size: 0.76em;
    position: absolute;
    right: 5px;
    top: -5px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    animation:blink 1s ease-in-out infinite alternate;
}

@media screen and (min-width: 1281px) {
.hscr .hd_box {
    background-color: rgba(255,255,255,0.9);
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.2));
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.hscr #gnavi ul li a {
    color: #111;
}
}

.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 p {
    width: 300px;
    margin:auto;
}
.more p a {
	text-align:center;
	display:block;
    box-sizing: border-box;
	color:#333 !important;
    font-weight: 500;
	line-height:3em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-decoration: none !important;
    border: 1px solid #666;
    border-radius: 3em;
    background-color: #fff;
	background-image:url(../img/arr.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size:4px auto;
	transition:all 0.3s;
}
.more p a:hover {
    opacity: 0.6;
}

.exmore  {
	width:200px;
	margin:auto;
}
.exmore a {
	text-align:center;
	display:block;
	background-color:#fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
	color:#333;
    font-size: 0.92em;
	line-height:2.5em;
	background-image:url("../img/exlink.png");
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size:14px auto;
	transition:all 0.3s;
}
.exmore a:hover {
	opacity:0.6;
}

@media screen and (max-width: 1280px) {
.hd_box {
    position: relative;
}
#gnavi {
    display: none;
}
.navi_box section {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 80px 7%;
}
.navi_logo {
    display: none;
}
.navi_tx {
    width: 100%;
}
.navi1 li a span {
    font-size: 1em;
}
.navi1 li a strong {
	font-weight:400;
    font-size: 0.84em;
}
.navi2 ul li:nth-child(1) a,.navi2 ul li:nth-child(2) a {
    font-size: 1.4em;
}
.navi2 ul li:nth-child(3) {
    font-size: 1em;
    margin-top: 70px;
}
.navi2 ul li:nth-child(3) strong {
    font-size: 2.8em;
}
.navi2 ul li:nth-child(3) a {
    margin-left: 0;
}

#fix_side,#fix_map  {
    display: none;
}

#fix_foot {
	display:block;
	position:fixed;
    padding: 0;
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	z-index:1800;
    /*background: linear-gradient(to right, #ec8095, #c886bd);*/
    background-color: #fff;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    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% / 4);
    box-sizing: border-box;
    border-left: 1px solid #fff;
}
#fix_foot ul li:nth-child(1) {
    border-left-width: 0;
}
/*#fix_foot ul li::before {
    content: "";
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 15px;
    height: 20px;
    width: 1px;
}
#fix_foot ul li:last-child::before {
    content: none;
}*/
#fix_foot ul li a {
    font-weight:500;
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#fff;
    /*background-color: rgba(255,255,255,0);*/
    background-color: #ec8095;
    font-size: 0.92em;
    letter-spacing: 1px;
    text-indent: 1px;
	transition:all 0.3s;
}
#fix_foot ul li:nth-child(2) a {
    background-color: #a895db;
}
#fix_foot ul li:nth-child(3) a {
    background-color: #749ae8;
}
#fix_foot ul li:nth-child(4) a {
    background-color: #6bb2d3;
}

#fix_foot ul li a:hover {
	/*background-color: rgba(255,255,255,0.2);*/
    opacity: 0.7;
}

}

@media screen and (max-width: 960px) {
.navi_box {
    height: auto;
    min-height: 100%;
}
.navi_logo {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
}
.navi_logo img {
    width: 150px;
}

#header {
}
.hd_box {
    height:80px;
}
#header h1 {
    top: 15px;
	left:20px;
	height:50px;
}


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

.exmore p {
	width:200px;
}
.exmore p a {
    background-size: 12px auto;
}

#ftnavi {
    border-top-width: 0;
    border-bottom-width: 0;
}
#ftnavi ul {
	padding:1.5em 10% 3em;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#ftnavi li {
    width: 30%;
    text-align: left;
    border-bottom: 1px solid #ec8095;
}
#ftnavi li:last-child {
    display: block;
    border-bottom-width: 0;
}
#ftnavi li a {
	font-size: 0.84em;
	line-height:3em;
    padding-top: 1em;
}

}

@media screen and (max-width: 770px) {
.navi_box section {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 60px 10%;
}
.navi_logo {
    
}
.navi_tx {
    width: 100%;
}
.navi1 li {
	width:30%;
}
.navi1 li a {
	height:50px;
    margin-bottom: 20px;
}
.navi1 li a span {
    font-size: 2.1vw;
    line-height: 50px;
}
.navi1 li a strong {
	font-weight:400;
    font-size: 2.1vw;
    line-height: 50px;
}
.navi2 {
     margin-top: 30px;
}
.navi2 ul li:nth-child(1) a,.navi2 ul li:nth-child(2) a {
    font-size: 1.16em;
}
.navi2 ul li:nth-child(3) {
    font-size: 0.92em;
    margin-top: 40px;
}
.navi2 ul li:nth-child(3) strong {
    font-size: 2.8em;
}
.navi2 ul li:nth-child(3) a {
    margin-left: 0;
}
}

@media screen and (max-width: 700px) {/*100px残す*/

}

@media screen and (max-width: 520px) {
.container,.container_s {
	padding:3em 7%;
}
.container_fit {
	padding:3em 0;
}

.more p {
    width: 78%;
	margin:auto;
}
.more p a {
	color:#333 !important;
	line-height:3em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    border: 1px solid #666;
    border-radius: 3em;
    background-color: #fff;
	background-image:url(../img/arr.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size:4px auto;
	transition:all 0.3s;
}


.navi_box section {
    padding: 60px 10%;
}
.navi_logo {
     display: none;
}
.navi1 li {
	width:45%;
}
.navi1 li:first-child {
    
}
.navi1 li a {
	height:40px;
    margin-bottom: 10px;
}
.navi1 li a span {
    font-size: 2.8vw;
    line-height: 40px;
}
.navi1 li a strong {
    font-size: 2.8vw;
    line-height: 40px;
}

.hd_box {
	height:50px;
}
#header h1 {
    top: 10px;
	left:10px;
	height:30px;
}

#toggle {
	padding: 17px 9px;
    width:32px;
	height:16px;
	top:10px;
	right:10px;
}

#mb_contact {
    display: block;
    padding: 3em 10%;
}
#mb_contact ul {
    margin-bottom: -1em;
}
#mb_contact ul li {
    margin-bottom: 1em;
}
#mb_contact ul li a {
    display: block;
    /*background: linear-gradient(to right, #ec8095, #c886bd);*/
    background-color: #ec8095;
    color: #fff;
    font-size: 1.24em;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 4px;
    text-indent: 4px;
    transition: all 0.3s;
}
#mb_contact ul li:last-child a {
    background-color: #a895db;
}
#mb_contact ul li a:hover {
    opacity: 0.7;
}
#ftnavi ul {
	padding:1.5em 10% 0;
}

}


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

#footer {
    padding: 5em 80px;
    box-sizing: border-box;
    line-height: 1.7;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.nakayashiki {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
	padding:0 80px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.nakayashiki h3 {
    width: 300px;
}
.insta {
    width: 36px;
}
.nakayashiki img {
    width: 100%;
}

.credit {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
	padding:0 40px;
	margin:3em auto 3em;
}
.credit ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.credit ul li {
    line-height: 1.5;
    text-align: left;
}
.credit ul li {
    white-space: nowrap;
}
.credit ul li h4 {
    font-size: 1em;
    font-weight: 500;
}
.credit ul li p {
    font-size: 0.92em;
    margin-top: 0.5em;
}
.credit ul li p.lic {
    font-size: 0.76em;
}

.museum {
    margin-bottom: 5em;
    color: #00709c;
}
.museum a {
    color: #00709c;
}
.museum h5 {
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 1em;
}
.museum ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.museum ul li {
    line-height: 1.7;
    text-align: center;
}
.museum ul li:first-child {
    font-size: 1.24em;
}
.museum ul li:last-child {
    margin-left: 30px;
}
.museum ul li h6 {
    font-size: 3em;
    line-height: 1;
}
.museum ul li p {
    font-size: 0.82em;
    line-height: 1;
    margin-top: 0.7em;
}


.fth1 {
    font-size: 0.76em;
    font-weight: normal;
    color: #111;
    margin-bottom: 1rem;
}

.copyright {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
	font-size:0.76em;
    line-height: 1.4;
}
.copyright img {
	vertical-align:middle;
}


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

#footer {
    padding: 5em 5% calc(5em + 50px);
}
.nakayashiki {
	padding:0 7%;
}
.nakayashiki h3 {
    width: 250px;
}
.insta {
    width: 36px;
}

.credit {
	padding:0 7%;
	margin:3em auto 3em;
}
.credit ul li {
    width: 100%;
    text-align: center;
}
.credit ul li:first-child {
    margin-bottom: 3em;
}

.museum {
    margin-bottom: 4em;
}
.museum h5 {
    margin-bottom: 1em;
}
.museum ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.museum ul li {
    width: 100%;
    text-align: center;
}
.museum ul li:first-child {
    font-size: 1em;
    margin-bottom: 1em;
}
.museum ul li:last-child {
    margin-left: 0;
}
.museum ul li h6 {
    font-size: 3em;
}
.museum ul li p {
    font-size: 0.82em;
    margin-top: 0.7em;
}

}


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

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

#footer {
    padding: 5em 5% calc(5em + 50px);
}
.nakayashiki {
    flex-direction: column;
	padding:0 7%;
}
.nakayashiki h3 {
    width: 200px;
    margin-bottom: 2em;
}
.insta {
    width: 30px;
}
.credit {
	padding:0 7%;
	margin:2em auto 3em;
}
.credit ul li {
    width: 100%;
    text-align: center;
}
.credit ul li:first-child {
    margin-bottom: 2em;
}
.credit ul li p {
    font-size: 0.84em;
}
.credit ul li p.lic {
    font-size: 0.68em;
}
.museum {
    margin-bottom: 3em;
}
.museum h5 {
    margin-bottom: 0.5em;
}
.museum ul li:first-child {
    font-size: 1em;
    margin-bottom: 1em;
}
.museum ul li:last-child {
    margin-left: 0;
}
.museum ul li h6 {
    font-size: 2.2em;
    line-height: 1;
}
.museum ul li p {
    font-size: 0.82em;
    line-height: 1;
    margin-top: 0.7em;
}


}

#title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: calc(110px + 3em) 0 3em;
}
#title h2 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    color: #fff;
    font-family: "EB Garamond", serif;
    border-bottom: 1px solid rgba(255,255,255,0.7);;
    padding:0 0.5em 0.2em;
    margin-bottom: 0.2em;
}
#title p {
    font-size: 1em;
    line-height: 1;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
    padding: 0 1em;
}

.tsub {
    text-align: center;
    margin-bottom: 3em;
}
.tsub section {
    display: inline-block;
}
.tsub h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.6em;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-weight: 400;
    color: #00709c;
    font-family: "EB Garamond", serif;
    border-bottom: 1px solid #00709c;
    padding: 0 0.5em 0.2em;;
}
.tsub h3 span {
    font-size: 0.5em;
    margin-bottom: 0.5em;
}
.tsubw h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
}


.subnavi {
    background-color: rgba(0,0,30,0.5);
    padding: 0.5em 0;
}
.subnavi ul {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1500px;
    padding: 0 0.25em;
	margin:0 auto -0.5em;
}
.subnavi li {
    width: calc(20% - 0.6em);
    font-family: "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    margin: 0 0.25em 0.5em;
}
.subnavi li a {
    box-sizing: border-box;
    height: 100%;
    position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.5);
	color:#fff;
    background-color: transparent;
    font-size: 0.92em;
	line-height:1.2;
    text-decoration: none;
    padding: 0.7em;
	transition:all 0.3s;
}
.subnavi li a:hover {
	background-color: rgba(255,255,255,0.2);
    color: #fff;
}
.subnavi li.current a {
    background-color: #fff;
    color: #182447;
    pointer-events: none;
}

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

#title {
    padding: 3em 0;
}
}

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

#title {
    padding: 3em 0;
}
#title h2 {
    font-size: 1.6em;
    padding:0 0.5em 0.3em;
    margin-bottom: 0.3em;
}
#title p {
    font-size: 1em;
}


.tsub {
    margin-bottom: 3em;
}
.tsub h3 {
    font-size: 1.4em;
}

}


@media screen and (max-width: 520px) {
#title {
    padding: 3em 0;
}
#title h2 {
    font-size: 1.4em;
}
#title p {
    font-size: 1em;
}

.tsub {
    margin-bottom: 2em;
}
.tsub h3 {
    font-size: 1.24em;
}

.subnavi ul {
    max-width: none;
}
.subnavi li {
    width: calc(50% - 0.6em);
}

}


.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;
}
}

