@charset "utf-8";

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

}


/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00 !important;
}
.white {
    color: #fff !important;
}
.blue {
    color: #11445f !important;
}
.bg1 {
    background-color: #11445f;
    color: #fff;
}
.bg2 {
    position: relative;
    background: linear-gradient(#eceae2, #fff);
    background-size: 100% 100%;
}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.prilink a:after {
    margin: 0 0 0 3px;
    font-family: "Font Awesome 5 Free";
    content: '\f360';
    font-weight: 900;
}

.tel-link a,.non_col a {
	color:inherit !important;
}
a {
	color:#900;
	text-decoration:none;
}
a:visited {
	color:#900;
	text-decoration:none;
}
a:hover {
	color:#c66;
	text-decoration:none;
}
a:active {
	color:#900;
	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_doc a {
	color:#111;
	text-decoration:underline;
    transition: all 0.3s;
}
.news_doc a:visited {
	color:#111;
	text-decoration:underline;
}
.news_doc a:hover {
	color:#999;
	text-decoration:none;
}
.news_doc a:active {
	color:#111;
	text-decoration:underline;
}

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

@media (min-width: 961px) {
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: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-style: normal;
    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;
    background-image: url("../img/bg_l.jpg");
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 10% auto;
}
@media screen and (max-width: 960px) {
    body {
        font-size: 0.92em;
        background-size: 5% auto;
    }
}
@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;
    }
}

.fserif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-weight: 500 !important;
}
.hono {
    font-family: "honoka-maru-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.eng {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}
.both_adj {
    text-align: justify !important;
    text-justify: inter-ideograph;
}

#wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 1px;/*IE11 img resizing bug*/
    background-image: url("../img/bg_r.jpg");
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 10% auto;
}
@media screen and (max-width: 960px) {
    #wrapper {
        background-size: 5% auto;
    }
}

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

.container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
	padding:5em 80px;
	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;
}


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

.container,.container_s {
	padding:4em 7%;
}

}


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

.container {
	padding:3em 7%;
}

}

.pagetop {
	position:fixed;
	width:50px;
	height:50px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 50%;
	bottom:140px;
	right:-100px;
	z-index:90;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagetop img {
	height:30px;
}

#footer {
    aspect-ratio:2000 / 840;
    width: 100%;
    background-image: url("../img/ft_img.webp");
    background-position: center bottom;
    background-size: cover;
}

.copyright {
	font-size:0.68em;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-indent: 0.5px;
    text-align: center;
    color: #999;
}
.copyright img {
	vertical-align:middle;
}

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


}

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


}

@media screen and (max-width: 520px) {
.pagetop_sp {
	text-align:center;
    padding-bottom: 3em;
    line-height: 0;
}
.pagetop_sp img {
	width:30px;
}
.pgadj {
    margin-bottom: 5em;
}
#footer {
    aspect-ratio:2 / 1.5;
}
}


.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:1.5em 2em;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:1.5em 2em;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	margin:0;
    font-size: 1.16em;
	font-weight:500;
	background-color:#fef9f2;
}
.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;
}
.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.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;
	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 0.6em 0.2em;
    border-bottom: 1px dotted #999;
	font-weight:500;
}
.table1 td {
	margin:0 1em 2em ;
	padding: 0;
}
.table1 tr:last-child td {
    margin-bottom: 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: 0.6em;
	padding:0 0.6em 0.2em;
	font-weight:500;
    background-color: #fdf3e5;
}
.table2 td {
	margin:0 1em 2em ;
	padding: 0;
}
.table2 tr:last-child td {
    margin-bottom: 0;
}

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

