@charset "utf-8";

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

}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#cd2a1c !important;
}
.blue {
    color: #007fc5;
}
.orange {
	color:#efb653;
}
.kark {
    color: #c9bba4;
}
.brown {
    color: #3e2e23;
}

.bg_white {
    background-color: #fff;
    color: #1d1717;
}
.bg_black {
    background-color: #1d1717;
    color: #fff;
}
.bg_lblack {
    background-color: #343535;
    color: #fff;
}
.bg_beige {
    background-color: #eee6cf;
}
.bg_lbeige {
    background-color: #f4f1e7;
}
.bg_kark {
    background-color: #c9bba4;
}
.bg_brown {
    background-color: #3e2e23;
    color: #fff;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col a {
	color:inherit !important;
}
a {
	color:#c00;
	text-decoration:none;
}
a:visited {
	color:#c00;
	text-decoration:none;
}
a:hover {
	color:#f66;
	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:#fff;
	text-decoration:underline;
    transition: all 0.3s;
}
#news a:visited {
	color:#fff;
	text-decoration:underline;
}
#news a:hover {
	color:#999;
	text-decoration:underline;
}
#news a:active {
	color:#fff;
	text-decoration:underline;
}

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

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

.wlink a:after {
	margin: 0 0 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f360';
	font-weight: 900;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.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:#222222;
	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: 1024px) {
    body {
        font-size: 0.92em;
    }
}
@media screen and (max-width: 599px) {
    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: "Marcellus", sans-serif;
}
.eng2 {
    font-family: "EB Garamond", sans-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: 1025px) {
	.tb {
		display:none !important;
	}
    .mbtb {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
}
@media screen and (max-width: 599px) {
    .tb {
		display:none !important;
	}
    .tbpc {
		display:none !important;
	}
    .mbcenter {
        text-align:center !important;
    }   
}
@media screen and (min-width: 600px) {
	.mb {
		display:none !important;
	}
    .tbcenter {
        text-align:center !important;
    }
}

@media screen and (max-width: 1024px) {
	.pc {
		display:none !important;
	}
}

.container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
	padding:5em 100px;
	margin:0 auto;
	text-align:left;
}

@media screen and (max-width: 1024px) {
.container {
	padding:5em 7%;
}
}

@media screen and (max-width: 599px) {
.container {
	padding:5em 7%;
}
}

.contact_box {
    width: 100%;
}
.contact_box img {
    width: 50%;
    max-width: 400px;
}
.contact_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contact_box ul li {
    width: 50%;
    text-align: center;
}
.contact_box ul li a {
    display: block;
    background: linear-gradient(to right, #c4c4c4, #8a8a8a);
    padding: 3.2em 0 3em;
    transition: 0.3s;
}
.contact_box ul li:last-child a {
    background: linear-gradient(to right, #a68e71, #513a1e);
}
.contact_box ul li a:hover {
	opacity: 0.7;
}
.contact_box span {
    display: block;
    font-size: 0.5em;
}

@media screen and (max-width: 1024px) {
.contact_box img {
    width: 60%;
}
.contact_box ul li a {
    padding: 2.7em 0 2.5em;
}
}

@media screen and (max-width: 799px) {
.contact_box ul li {
    width: 100%;
}
.contact_box img {
    width: 60%;
}
.contact_box ul li a {
    padding: 2.2em 0 2em;
}
}

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

#footer {
    padding: 5em 100px;
    line-height: 1.7;
    width: 100%;
    box-sizing: border-box;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.credit {
    margin-bottom: 5em;
}
.credit ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.credit ul li {
    width: 32%;
}
.credit ul li:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 64%;
}
.credit ul li img {
    width: 100%;
}
.com_name {
    width: calc((100 / 64) * 32%);
}
.credit ul li:first-child p {
    font-size: 0.84em;
    line-height: 1.5;
    text-align: left;
    margin-left: 2em;
}
.credit ul li:last-child p {
    font-size: 0.84em;
    line-height: 1.5;
    text-align: left;
    margin-top: 1.5em;
}
.credit ul li h4 {
    font-weight: 500;
    font-size: 0.92em;
    line-height: 2.5em;
    margin-bottom: 1.5em;
    border: 1px solid #666;
}

.copyright {
    font-family: "EB Garamond", sans-serif;
    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: 1150px) {
.credit {
    margin-left: 20%;
    margin-right: 20%;
}
.credit ul li {
    width: 100%;
}
.credit ul li:first-child {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 4em;
}
.com_name {
    width: 100%;
}
.credit ul li:first-child p {
    margin-left: 0;
    margin-top: 1.5em;
}
}

@media screen and (max-width: 1024px) {
#footer {
    padding: 5em 7%;
}
}

@media screen and (max-width: 599px) {
.pagetop_sp {
	text-align:center;
    padding-top: 5em;
}
.pagetop_sp img {
	width:50px;
}
#footer {
    padding: 5em 7%;
}
.credit {
    margin-left: 10%;
    margin-right: 10%;
}
}

.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:solid;
	border-color:#999;
	padding:1.5em 2em;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	padding:1.5em 2em 1.5em 0;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	margin:0;
	font-weight:500;
	color: #86785b;
    width: 1%;
}
.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:solid;
    border-right-color: #eee;
	border-bottom-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: 1024px) {
.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 0.3em 0;
	font-weight:bold;
	border-bottom: 1px solid #999;
    background-color: transparent;
}
.table_fm td {
	margin:0 1em 2em ;
	padding: 0;
}
.table_fm tr:last-child td {
	margin-bottom:0;
}

}

@media screen and (max-width: 599px) {
.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: 0.7em;
	padding:0 0 0.3em 0;
	border-bottom: 1px solid #86785b;
}
.table2 td {
	margin:0 1em 2em ;
	padding: 0;
}
.table2 tr:last-child td:last-child {
    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 h4 {
    font-size: 1.6em;
    line-height: 1.7;
    padding-top: 0.5em;
    margin-bottom: 0.5em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-family: "Jost", sans-serif;
    font-weight: 600;
}
.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: 600px) {
.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: 599px) {
.table5 tr:last-child td {
	margin-bottom:0;
}

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

.gmap iframe {
	width:86%;
    margin: 0 auto;
	height:400px;
}
}

