@charset "utf-8";

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

}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#cd2a1c !important;
}
.blue {
    color: #007fc5;
}
.orange {
	color:#efb653;
}
.bg_white {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.bg_black {
    background-color: #111;
    color: #ccc;
}
.bg_lgreen {
    background-color: #f3f7e8;
}
.bg_gray {
    background-color: #e5e5e5;
}
.bg_lgray {
    background-color: #f2f2f5;
}
.bg_lblack {
    background-color: #444;
}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col a {
	color:inherit !important;
}
a {
	color:#933;
	text-decoration:none;
}
a:visited {
	color:#933;
	text-decoration:none;
}
a:hover {
	color:#c66;
	text-decoration:none;
}
a:active {
	color:#c00;
	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;
}
html {
	height:100%;
    font-size: 1em;
}
body {
    text-align:center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	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;
}
@media screen and (max-width: 960px) {
    body {
        font-size: 0.92em;
    }
}
@media screen and (max-width: 520px) {
    body {
        font-size: 0.84em;
    }
}
@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: "Jost", sans-serif;
}
.eng3 {
    font-family: "EB Garamond", serif;
}
#wrapper {
    overflow: hidden;
	 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;
	}
}

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

#toggle {
	position:fixed;
    padding: 22px;
    width:32px;
	height:16px;
	top:0;
	right:8px;
	z-index:3000;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
}
#toggle span {
    background-color: #222;
    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(26.56deg) scale(1.118, 1);
}
#toggle.close span:nth-of-type(2) {
    opacity: 0;
}
#toggle.close span:nth-of-type(3) {
    transform: rotate(-26.56deg) scale(1.118, 1);
}

#fix_foot,#ftnavi {
	display:none;
}

#navi {
    display: none;
	position:fixed;
	z-index:2000;
	width:100%;
    height: calc((var(--vh, 1vh) * 100) - 60px);
    overflow-x: hidden;
	top:60px;
	left:0;
    opacity: 0;
}
#navi h3 {
    font-weight: 500;
    line-height: 1.4;
    color: #999;
    margin-bottom: 2em;
}
.navi_box {
    position: absolute;
    top: 0;
    right: -600px;
    box-sizing: border-box;
    width: 600px;
    min-height: 100%;
    padding: 4em 3em 3em;
    background-color: #e5e5e5;
    z-index:2002;
}
.navi_box section {
    display: block;
    opacity: 0;
}
.navi_blank {
    position: fixed;
    width: 100%;
    height: 100%;
	top:0;
	left:0;
    background-color: rgba(0,0,0,0.5);
    -webkit-backdrop-filter: grayscale(100%);
	backdrop-filter: grayscale(100%);
    z-index: 2001;
}
.navi1 {
	border-top:1px solid #fff;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.navi1 li {
    position: relative;
	box-sizing: border-box;
	width:50%;
    border-bottom:1px solid #fff;
    text-align: left;
}
.navi1 li a {
	display: block;
	text-decoration:none;
	color:#222;
	padding:20px;
	line-height:1.5;
	transition: all 0.3s;
    font-weight: 400;
    font-size: 1em;
    font-family: "EB Garamond", serif;
}
.navi1 li a span {
	display:block;
    color: #999;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-weight:500;
    font-size: 0.76em;
    letter-spacing: 0.1em;
}
.navi1 li:nth-child(even) {
	border-left:1px solid #fff;
}
.navi1 li a:hover {
	background-color:#fff;
}
.navi1 li:nth-child(6) a::before,.navi1 li:nth-child(7) a::before,.navi1 li:nth-child(8) a::before,.navi1 li:nth-child(9) a::before,#ftnavi ul li:nth-child(6) a::before,#ftnavi ul li:nth-child(7) a::before,#ftnavi ul li:nth-child(8) a::before,#ftnavi ul li:nth-child(9) a::before {
    content: "NEW";
    color: #fff;
    background-color: #999;
    font-size: 0.5em;
    position: absolute;
    right: 5px;
    top: 5px;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    padding: 0 0.5em;
}
.navi2 {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.navi2 li {
    position: relative;
	box-sizing: border-box;
	width:50%;
    text-align: center;
}
.navi2 li a {
	display: block;
	text-decoration:none;
	color:#fff;
	padding:20px;
	line-height:1.5;
	transition: all 0.3s;
    font-weight: 500;
    font-size: 1em;
    background-color: #444;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.navi2 li::before {
    content: "";
    top: 0;
    bottom:0;
    left: -0.5em;
    margin: auto;
    width: 1em;
    height: 1px;
    background-color: #90c31f;
    position: absolute;
}
.navi2 li:first-child:before {
    content: none;
}
.navi2 li a:hover {
	background-color: #777;
}
.n_tel {
}
.n_tel p {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 0.84em;
    line-height: 1.4;
    color: #999;
    margin-top: 2em;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.n_tel h4 {
    width: 200px;
    line-height: 0;
    margin: 0 auto;
}
.n_tel h4 img {
    width: 100%;
}


#header {
	position:fixed;
    left: 0;
    top: 0;
	width:100%;
	height:60px;
	z-index:2000;
    background-color: #fff;
}
#header .hd_box {
	position:relative;
	height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header span {
    display: none;
}
#header h1 {
    position: relative;
	height: 32px;
    line-height: 0;
}
#header h1 a img {
	height:100%;
}
#header p {
	position:absolute;
	left:25px;
	top:12px;
	height:40px;
}
#header p img {
	height:100%;
}

.container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
	padding:5em 80px;
	margin:0 auto;
	text-align:left;
}
.container_sub {
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
	padding:5em 80px 3em;
	margin:0 auto;
	text-align:left;
}
.container_npctp {
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
	padding:5em 80px;
	margin:0 auto;
	text-align:left;
}
.container_s {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
	padding:5em 80px;
	margin:0 auto;
	text-align:left;
}
.container_pt {
	box-sizing: border-box;
    width: 100%;
	padding:4em 0 5em;
	text-align:left;
}

.more p {
	max-width:250px;
    width: 60%;
	margin:auto;
}
.more p a {
    font-weight: 500;
	text-align:center;
	display:block;
	background-color:#fff;
    box-sizing: border-box;
    border: 1px solid #333;
	color:#111;
	line-height:2.5em;
    text-decoration: none !important;
	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.7;
}

.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: 960px) {
#header h1 {
	height: 24px;
}

#fix_foot {
	display:block;
	position:fixed;
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	z-index:1900;
    font-weight: 500;
}
#fix_foot ul {
	text-align:center;
	width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#fix_foot ul li {
    position: relative;
	width: calc(100% / 3);
	background-color:#fff;
    box-sizing: border-box;
}
#fix_foot ul li a {
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#fff;
    font-size: 1em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
	background-color:#444;
	transition:all 0.3s;
}
#fix_foot ul li::before {
    content: "";
    top: 0;
    bottom:0;
    left: -0.4em;
    margin: auto;
    width: 0.8em;
    height: 1px;
    background-color: #90c31f;
    position: absolute;
}
#fix_foot ul li:first-child::before {
    content: none
}
#fix_foot ul li:last-child a {
    letter-spacing: 1em;
    text-indent: 1em;
}

#fix_foot ul li a:hover {
	background-color: #777;
}

.container,.container_s {
	padding:5em 7%;
}
.container_sub {
	padding:5em 7% 3em;
}
.container_npctp {
    padding:5em 0;
}
.container_pt {
	padding:3em 0 5em;
}

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

@media screen and (max-width: 700px) {/*100px残す*/
.navi_box {
    right: -100%;
    width: 100%;
    padding: 3em 1.5em 2em;
}
}

@media screen and (max-width: 520px) {
.container_pt {
	padding:2em 0 5em;
}

#navi {
	top:50px;
    height: calc((var(--vh, 1vh) * 100) - 50px);
}
#navi h3 {
    font-size: 0.86em;
    margin-bottom: 2em;
}
.navi1 li a {
    padding: 15px;
}
.navi2 li a {
    padding: 15px;
}
#toggle {
	padding: 17px 15px;
    width:32px;
	height:16px;
	top:0;
	right:0;
}
#header {
	height:50px;
}
#header .hd_box {
    justify-content: flex-start;
    align-items: center;
}
#header h1 {
	height: 20px;
    margin-left: 50px;
}
#header p {
	position:absolute;
	left:10px;
	top:8px;
	height:36px;
}
#header p img {
	height:100%;
}

#ftnavi {
    display: block;
    padding: 2em 2em;
    background-color: #e5e5e5;
}
#ftnavi ul {
	border-top:1px solid #fff;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#ftnavi li {
    position: relative;
	box-sizing: border-box;
	width:50%;
    border-bottom:1px solid #fff;
    text-align: left;
}
#ftnavi li a {
	display: block;
	text-decoration:none;
	color:#222;
	padding:15px;
	line-height:1.5;
	transition: all 0.3s;
    font-weight: 400;
    font-size: 1em;
    font-family: "EB Garamond", serif;
}
#ftnavi li a span {
	display:block;
    color: #999;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-weight:500;
    font-size: 0.76em;
    letter-spacing: 0.1em;
}
#ftnavi li:nth-child(even) {
	border-left:1px solid #fff;
}
#ftnavi li a:hover {
	background-color:#fff;
}

}

.conact_bg {
    position: relative;
    background-color: #fff;
}
.conact_bgcol {
    background-color: #444;
    background-image: url("../img/title_bg.jpg");
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact_box {
    position: relative;
    width: 100%;
}
.contact_box section {
    width: 70%;
    margin: 0 auto 3em;
    color: #fff;
    line-height: 1.5;
}
.contact_box section img {
    width: 100%;
}
.contact_box section p {
    font-size: 0.76em;
    margin-top: 1em;
}
.contact_box ul {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.contact_box ul li {
    width: 35%;
    text-align: center;
    font-weight: 500;
}
.contact_box ul li h5 {
    font-size: 0.84em;
    line-height: 1.2;
    color: #ccc;
    margin-bottom: 0.8em;
    padding-top: 0.8em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-weight: 500;
    border-top: 1px solid #999;
}
.contact_box ul li a {
    position: relative;
    display: block;
    color: #111;
    background: linear-gradient(to right, #ccc, #fff, #ccc);
    line-height: 2.5em;
    font-size: 1.32em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    transition: 0.3s;
}
.contact_box ul li a:before {
    position: absolute;
    content:'';
    background-image:url(../img/arr.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    width: 9px;
    height: 9px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact_box ul li:last-child a {

}
.contact_box ul li a:hover {
    opacity: 0.7;
}

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

#footer {
    padding: 5em 5%;
    box-sizing: border-box;
    line-height: 1.7;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.credit {
    margin-bottom: 5em;
}
.credit ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.credit ul li {
    width: 33%;
}
.credit ul li:first-child img {
    width: 300px;
}
.credit ul li:nth-child(2) p {
    font-size: 0.76em;
    line-height: 1.5;
    text-align: left;
}
.credit ul li h4 {
    font-weight: normal;
    font-size: 0.84em;
    line-height: 1.4;
    margin-bottom: 1em;
}
.credit ul li h5 img {
    width: 300px;
}
.credit ul li:nth-child(3) p {
    font-size: 0.84em;
    line-height: 1.4;
    margin-top: 1em;
}
.fth1 {
    font-size: 0.76em;
    font-weight: normal;
    color: #666;
    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;
}

.ft_banner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ft_banner ul li {
    width: 200px;
    margin: 0 10px;
}
.ft_banner ul li img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
.credit ul {
    flex-direction: column;
}
.credit ul li {
    width: 100%;
}
.credit ul li:last-child {
    margin-top: 2em;
}
.credit ul li p {
    text-align: center !important;
    margin-top: 1em;
}

.conact_bg .container {
    padding-top: 4em;
    padding-bottom: 4em;
}
.contact_box ul li a {
    font-size: 1.24em;
}
}

@media screen and (max-width: 960px) {
.contact_box section {
    width: 80%;
    margin: 0 auto 3em;
}
.contact_box ul {
    margin-left: 10%;
    margin-right: 10%;
}
.contact_box ul li {
    width: 100%;
}
.contact_box ul li:first-child {
    margin-bottom: 3em;
}

}

@media screen and (max-width: 640px) {
.credit ul li:first-child img {
    width: 50%;
}
.credit ul li h5 img {
    width: 70%;
}

.ft_banner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ft_banner ul li {
    width: 40%;
    margin: 0 3%;
}

}


#title {
    background-color: #f2f2f5;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    padding-top: 80px;
}
.titletx {
    box-sizing: border-box;
    padding: 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
#title h2 {
    font-size: 0.92em;
    color: #999;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
#title p {
    color: #222;
    font-size: 1.8em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-weight: 400;
    font-family: "EB Garamond", serif;
}

#bread {
    color: #999;
    text-align: left;
    font-size: 0.76em;
    line-height: 30px;
    padding-left: 1em;
    margin-bottom: -30px;
    position: relative;
    z-index: 100;
}

.snavi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f2f2f5;
    padding: 5px 0;
}
.snavi ul li {
    width: 200px;
    box-sizing: border-box;
    border-left: 5px solid #f2f2f5;
}
.snavi ul li:last-child {
    border-right: 5px solid #f2f2f5;
}
.snavi ul li a {
    display: block;
    color: #111;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 0.92em;
    line-height: 4em;
    background-color: #fff;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-position: right 5px bottom 7px;
    background-size: 5px auto;
    border-bottom: 1px solid #88b51c;
    transition: all 0.3s;
}
.snavi ul li a:hover {
    opacity: 0.6;
}
.snavi ul li.current a {
    background-color: #aaa;
    color: #fff;
    background-image:none;
    pointer-events: none;
}

.psub {
	font-size: 1.6em;
    line-height: 1.7;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-family: "EB Garamond", serif;
    font-weight: 600;
	border-bottom:1px solid #333;
	text-align:center;
}

@media screen and (max-width: 960px) {
#footer {
    padding: 5em 5% calc(5em + 50px);
}
#title {
    height: 140px;
}
#title h2 {
    font-size: 0.92em;
}
#title p {
    font-size: 1.5em;
}

.snavi ul li {
    width: 25%;
    border-left: 4px solid #f3f7e8;
}
.snavi ul li:last-child {
    border-right: 4px solid #f3f7e8;
}
.snavi ul li a {
    line-height: 3.5em;
}
}

@media screen and (max-width: 700px) {
.snavi ul li {
    width: 50%;
}
.snavi ul li:nth-child(2n) {
    border-right: 5px solid #f3f7e8;
}
}

@media screen and (max-width: 520px) {
.pagetop_sp {
	text-align:center;
    padding-bottom: 3em;
}
.pagetop_sp img {
	width:32px;
}

#footer {
    padding: 5em 5% calc(5em + 50px);
}

#title {
    height: 100px;
    padding-top: 65px;
}
#title h2 {
    font-size: 0.84em;
}
#title p {
    font-size: 1.4em;
}

.psub {
	font-size: 1.24em;
}

}


.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:1.5em 2em;
	vertical-align:top;
	margin:0;
}
.table1 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:1.5em 2em;
	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: bold;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

@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.6em;
	padding:0 0.6em 0.2em;
	font-weight:bold;
	border-bottom: 1px solid #999;
    background-color: transparent;
    font-size: 1.08em;
}
.table_fm td {
	margin:0 1em 2em ;
	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;
}
.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 !important;
	border:none !important;
	margin:0 !important;
}
.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 {
    box-sizing: border-box;
	float:left\9;
	clear:both\9;
	display:block;
	width:auto !important;
	border:none;
}
.table1 th {
	text-align:left;
	margin-bottom: 0.6em;
	padding:0.2em 0.6em;
	font-weight:bold;
    background-color: #fef3ea;
    font-size: 1.08em;
}
.table1 td {
	margin:0 1em 2em ;
	padding: 0;
}

.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 {
    background-color: #f2f2f5;
}
.gmap h4 {
    font-size: 1.4em;
    line-height: 1.7;
    padding-top: 0.5em;
    margin-bottom: 0.5em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    color: #999;
}
.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 (min-width: 521px) {
.table5 tr:last-child th,.table5 tr:last-child td,.table1 tr:last-child th,.table1 tr:last-child td {
	border-bottom:0;
}
}

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

.gmap h4 {
    font-size: 1.24em;
}

.gmap iframe {
	width:86%;
    margin: 0 auto;
	height:400px;
    padding-bottom: 2em;
}
}

