@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: #222;
}
.bg_black {
    background-color: #222;
    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:#222;
	text-decoration:underline;
    transition: all 0.3s;
}
#news a:visited {
	color:#222;
	text-decoration:underline;
}
#news a:hover {
	color:#999;
	text-decoration:underline;
}
#news a:active {
	color:#222;
	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;
}

.both_adj {
    text-align: justify !important;
    text-justify: inter-ideograph;
}

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

#toggle {
	display:none;
	position:fixed;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	cursor:pointer;
    background-color: #ddd;
    transition: all 0.3s;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
#toggle:hover {
    background-color:#eee;
}

#fix_foot,#ftnavi,#navi {
	display:none;
}

#header {
	position:fixed;
    left: 0;
    top: 0;
	width:100%;
	height:190px;
	background-color:#fff;
	z-index:2000;
    transition: all 0.3s;
}
#header .hd_box {
	position:relative;
	/*max-width:1600px;*/
    width: 100%;
	height:110px;
	margin:0 auto;
    transition:all 0.3s;
}
#header h1 {
	position:absolute;
	left:30px;
	top:22px;
    transition:all 0.3s;
}
#header h1 img {
	height:70px;
    transition:all 0.3s;
}
#hnavi {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	margin:auto;
}
#hnavi ul {
    height: 100%;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#hnavi ul li {
	position:relative;
}
#hnavi ul li:nth-child(2) {
    display: none;
}
#hnavi ul li:nth-child(1)::after,#hnavi ul li:nth-child(2)::after {
    content:"";
    display:inline-block;
    width:1px;
    height:14px;
    background-color:#c5b8a0;
    position:absolute;
    top:18px;
    right:0;
    transition:all 0.3s;
}
#hnavi ul li a {
	font-size:0.92em;
	color:#666;
	line-height:50px;
	display:inline-block;
	padding:0 20px;
	transition:all 0.3s;
}
#hnavi ul li a:hover {
	opacity:0.7;
}
#hnavi ul li:nth-child(4) a {
	background-color:#9e8830;
	color:#fff;
    line-height:110px;
    padding:0 20px;
    font-size:1.08em;
    margin-left: 10px;
}
#hnavi ul li:nth-child(5) a {
	background-color:#6c2d49;
	color:#fff;
    line-height:110px;
    padding:0 20px;
    font-size:1.08em;
}
#hnavi ul li:nth-child(1)  {
    
}
#hnavi ul li:nth-child(4) a,.contact_box ul li:first-child a,#fix_foot ul li:first-child a {
    
}

#gnavi {
	position:absolute;
	width: 100%;
	bottom:0;
	height:80px;
	background: linear-gradient(to right, #e9e9e9, #fff);
    transition: all 0.3s;
}
#gnavi ul {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width:1600px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    margin: 0 auto;
}
#gnavi ul li {
	position:relative;
    flex-grow: 1;
    height:100%;
}
#gnavi ul li a {
    position: relative;
	font-size:0.92em;
	color:#222;
	line-height:1.5;
	display: flex;
    justify-content:flex-end;
    align-items: center;
    flex-direction: column;
    height:100%;
    box-sizing: border-box;
    padding-bottom: 10px;
	transition:all 0.3s;
}
#gnavi ul li a:hover {
	background-color:rgba(0,0,0,0.05);
}
#gnavi li a span {
    font-size:0.84em;
	font-family: "Marcellus", sans-serif;
    font-weight: 400;
    display: block;
    letter-spacing: 0.1em;
    text-indent: 0.1em;

}
/*#gnavi ul li:nth-child(4) a {
    opacity: 0.3;
    pointer-events: none;
}*/

#gnavi ul li:nth-child(4) a::before,#gnavi ul li:nth-child(6) a::before,#gnavi ul li:nth-child(7) a::before,#gnavi ul li:nth-child(8) a::before {
    content: "NEW";
    color: #fff;
    background-color: #c00;
    font-size: 9px;
    line-height: 9px;
    padding: 2px 3px;
    position: absolute;
    left: 7px;
    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;
}

@media screen and (min-width: 1150px) {
.gfix #header {
	height:155px;
}
.gfix #header .hd_box {
	height:90px;
}
.gfix #header h1 {
	top:15px;
}
.gfix #header h1 img {
	height:60px;
}

.gfix #hnavi ul li:nth-child(1)::after,#hnavi ul li:nth-child(2)::after {
    top:15px;
}
.gfix #hnavi ul li a {
	line-height:44px;
}
.gfix #hnavi ul li:nth-child(4) a {
    line-height:90px;
}
.gfix #hnavi ul li:nth-child(5) a {
    line-height:90px;
}

.gfix #gnavi {
	height:65px;
}
}

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

.more1 p {
    width: 18em;
	margin:auto;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.more1 p a {
    position: relative;
	text-align:center;
	display:block;
    box-sizing: border-box;
	color:#fff;
    background-color: #333;
    border: 1px solid #ccc;
	line-height:3em;
    text-decoration: none;
	transition:all 0.3s;
}
/*.more1 p a::before {
    content:"";
    display:inline-block;
    width:60px;
    height:1px;
    background-color:#ccc;
    position:absolute;
    top:1.5em;
    left:-30px;
    transition:all 0.3s;
}*/
.more1 p a:hover {
	background-color: #666;
}

.more2 p {
    width: 18em;
	margin:auto;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.more2 p a {
    position: relative;
	text-align:center;
	display:block;
    box-sizing: border-box;
    border: 1px solid #494a4a;
	color:#494a4a;
	line-height:3em;
    text-decoration: none;
	transition:all 0.3s;
}
.more2 p a::before {
    content:"";
    display:inline-block;
    width:60px;
    height:1px;
    background-color:#494a4a;
    position:absolute;
    top:1.5em;
    left:-30px;
    transition:all 0.3s;
}
.more2 p a:hover {
	background-color: #494a4a;
    color: #fff;
}

.subnavi {
    background-color: #f2f2f2;
    padding: 1em 5%;
}
.subnavi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1600px;
	margin:0 auto;
}
.subnavi li {
    width: 30%;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin: 0 1%;
}
.subnavi li a {
    position: relative;
	text-align:center;
	display:block;
    box-sizing: border-box;
    border: 1px solid #666;
	color:#222;
    background-color: #fff;
	line-height:3em;
    text-decoration: none;
	transition:all 0.3s;
}
.subnavi li a span {
    font-size: 0.76em;
}
/*.subnavi li a::before {
    content:"";
    display:inline-block;
    width:10px;
    height:1px;
    background-color:#ccc;
    position:absolute;
    top:1.5em;
    left:0;
    transition:all 0.3s;
}*/
.subnavi li a:hover {
	background-color: #666;
    color: #fff;
}
.subnavi li.current a {
    background-color: #666;
    color: #fff;
    pointer-events: none;
}

.subnavi2 {
    background-color: #f2f2f2;
    padding: 1em 5%;
}
.subnavi2 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1600px;
	margin:0 auto;
}
.subnavi2 li {
    width: 15%;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin: 0 0.5%;
}
.subnavi2 li a {
    position: relative;
	text-align:center;
	display:block;
    box-sizing: border-box;
    border: 1px solid #666;
	color:#222;
    background-color: #fff;
	line-height:3em;
    text-decoration: none;
	transition:all 0.3s;
}
.subnavi2 li a span {
    font-size: 0.76em;
}
/*.subnavi2 li a::before {
    content:"";
    display:inline-block;
    width:10px;
    height:1px;
    background-color:#ccc;
    position:absolute;
    top:1.5em;
    left:0;
    transition:all 0.3s;
}*/
.subnavi2 li a:hover {
	background-color: #666;
    color: #fff;
}
.subnavi2 li.current a {
    background-color: #666;
    color: #fff;
    pointer-events: none;
}

.subnavi3 {
    background-color: #f2f2f2;
    padding: 1em 5%;
}
.subnavi3 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1600px;
	margin:0 auto;
}
.subnavi3 li {
    width: 22%;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin: 0 1%;
}
.subnavi3 li:first-child {
    letter-spacing: 0;
    text-indent: 0;
}
.subnavi3 li a {
    position: relative;
	text-align:center;
	display:block;
    box-sizing: border-box;
    border: 1px solid #666;
	color:#222;
    background-color: #fff;
	line-height:3em;
    text-decoration: none;
	transition:all 0.3s;
}
/*.subnavi3 li a::before {
    content:"";
    display:inline-block;
    width:10px;
    height:1px;
    background-color:#ccc;
    position:absolute;
    top:1.5em;
    left:0;
    transition:all 0.3s;
}*/
.subnavi3 li a:hover {
	background-color: #666;
    color: #fff;
}
.subnavi3 li.current a {
    background-color: #666;
    color: #fff;
    pointer-events: none;
}

.subnavi4 {
    background-color: #f2f2f2;
    padding: 1em 5%;
}
.subnavi4 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1600px;
	margin:0 auto;
}
.subnavi4 li {
    width: 11%;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin: 0 0.5%;
}
.subnavi4 li:first-child {
    letter-spacing: 0;
    text-indent: 0;
}
.subnavi4 li a {
    position: relative;
	text-align:center;
	display:block;
    box-sizing: border-box;
    border: 1px solid #666;
	color:#222;
    background-color: #fff;
	line-height:3em;
    text-decoration: none;
	transition:all 0.3s;
}
/*.subnavi4 li a::before {
    content:"";
    display:inline-block;
    width:10px;
    height:1px;
    background-color:#ccc;
    position:absolute;
    top:1.5em;
    left:0;
    transition:all 0.3s;
}*/
.subnavi4 li a:hover {
	background-color: #666;
    color: #fff;
}
.subnavi4 li.current a {
    background-color: #666;
    color: #fff;
    pointer-events: none;
}


.yokoku {
    border: 1px solid #999;
    padding: 1.8em 3em 2em;
    text-align: center;
    line-height: 1.7;
}
.yokoku h5 {
    font-weight: 500;
    margin-bottom: 0.5em;
}
.yokoku p {
    font-size: 0.76em;
}


@media screen and (max-width: 1149px) {
#navi {
	position:fixed;
	text-align:center;
	z-index:2000;
	width:100%;
	height:100%;
	top:80px;
	right:-100%;
	background-color:rgba(255,255,255,0.8);
	overflow-y: auto;
    display: flex;
    flex-direction: column;
}
#navi ul {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background: linear-gradient(to right, #e9e9e9, #fff);
}
#navi li {
    box-sizing: border-box;
	width:50%;
    border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}
#navi li:last-child {
	width:100%;
}
#navi li a {
    position: relative;
	display:block;
	text-decoration:none;
    background-color: transparent;
	color:#222;
	padding:2.2em 0 1em;
	line-height:1.4;
	transition: all 0.5s;
	font-size:0.84em;
}
#navi li a:hover {
	background-color:rgba(0,0,0,0.05);
}
#navi li a span {
	display:block;
	font-size:1.24em;
    font-family: "Marcellus", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
#navi li:nth-child(even) {
	border-left:1px solid #fff;
}
#navi li:nth-child(odd) {
    border-right:1px solid #ccc;
}
#navi li:last-child {
    border-right-width:0;
    border-left-width:0;
}
/*#navi ul li:nth-child(4) a {
    opacity: 0.3;
    pointer-events: none;
}*/

.clnavi {
    flex-grow:1;
    min-height: 200px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/*#navi li:nth-child(5) a,#navi li:nth-child(8) a {
    pointer-events: none;
    color: #9c8e7a;
}*/

#navi ul li:nth-child(4) a::before,#navi ul li:nth-child(6) a::before,#navi ul li:nth-child(7) a::before,#navi ul li:nth-child(8) a::before {
    content: "NEW";
    color: #fff;
    background-color: #c00;
    font-size: 9px;
    line-height: 9px;
    padding: 2px 3px;
    position: absolute;
    left: 7px;
    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;
}

#toggle {
	display:block;
	width:80px;
	height:80px;
	top:0;
	right:0;
}

#header {
	width:100%;
	height:80px;
	position:fixed;
}
#header .hd_box {
	width:100%;
	height:80px;
}
#header h1 {
	left:13px;
	top:11px;
}
#header h1 img {
	width:auto;
	height:54px;
}
#gnavi,#hnavi,#header h2 {
	display:none;
}

#fix_foot {
	display:block;
	position:fixed;
	width:100%;
	height:60px;
	bottom:0;
	left:0;
	z-index:2200;
    font-weight: 500;
}
#fix_foot ul {
	text-align:center;
	width:100%;
}
#fix_foot ul li {
	float:left;
	width: calc(100% / 3);
	background-color:#fff;
}
#fix_foot ul li a {
	display:block;
	line-height:60px;
	text-decoration:none;
	color:#fff;
    font-size: 1.16em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
	background-color:#9e8830;
	transition:all 0.3s;
}
#fix_foot ul li a:hover {
	opacity: 0.7;
}
#fix_foot ul li:nth-child(2) a {
    background-color: #6c2d49;
}
#fix_foot ul li:nth-child(3) a {
    background-color: #666;
}

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

.subnavi {
    padding: 1em 0;
}

.subnavi2 {
    padding: 1em 0;
}
.subnavi2 ul {
    margin-bottom: -0.5em;
}
.subnavi2 li {
    width: 30%;
    margin: 0 1% 0.5em;
}

.subnavi3 {
    padding: 1em 0;
}
.subnavi3 ul {
    margin-bottom: -0.5em;
}
.subnavi3 li {
    width: 46%;
    margin: 0 1% 0.5em;
}

.subnavi4 {
    padding: 1em 0;
}
.subnavi4 ul {
    margin-bottom: -0.5em;
}
.subnavi4 li {
    width: 22%;
    margin: 0 1% 0.5em;
}

.yokoku {
    padding: 1.8em 2.5em 2em;
}
.yokoku p {
    text-align: left;
}
}

@media screen and (max-width: 799px) {
.subnavi li {
    width: 46%;
    margin: 0 1%;
    font-size: 0.92em;
}
.subnavi li a span {
    display: none;
}

.subnavi2 li {
    width: 46%;
    margin: 0 1% 0.5em;
    font-size: 0.92em;
}
.subnavi3 li {
    width: 46%;
    margin: 0 1% 0.5em;
    font-size: 0.92em;
}
.subnavi3 li span {
    font-size: 0.76em;
}
}

@media screen and (max-width: 599px) {
.container_pt {
	padding:2em 0 5em;
}
#toggle {
	width:60px;
	height:60px;
}
#header {
	height:60px;
}
#header .hd_box {
	height:60px;
}
#header h1 {
	left:11px;
	top:11px;
}
#header h1 img {
	height:36px;
}
#navi {
	top:60px;
}

.more1 p,.more2 p {
    width: 15em;
}
.yokoku {
    padding: 1.4em 2em 1.5em;
}

}

.ft_img {
    background-image: url("../img/ft_img.webp");
    background-position: center bottom;
    background-size: cover;
}
.ft_img ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12em 5%;
}
.ft_img ul li:nth-child(1) {
    width: 30%;
    text-align: left;
}
.ft_img ul li:nth-child(1) img {
    width: 100%;
    max-width: 400px;
}
.ft_img ul li:nth-child(1) p:first-child img {
    width: 50%;
    max-width: 200px;
    margin-bottom: 2em;
}
.ft_img ul li:nth-child(2) {
    width: 20%;
}
.ft_img ul li:nth-child(2) img {
    width: 100%;
    max-width: 200px;
}
.ft_img ul li:nth-child(3) {
    width: 30%;
}

@media screen and (max-width: 1024px) {
.ft_img ul {
    justify-content: center;
    flex-direction: column;
    padding: 5em 20%;
}
.ft_img ul li:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 5em;
}
.ft_img ul li:nth-child(1) img {
    max-width: 350px;
}
.ft_img ul li:nth-child(1) p:first-child img {
    max-width: 175px;
    margin-bottom: 2em;
}
.ft_img ul li:nth-child(2) {
    width: 100%;
}
.ft_img ul li:nth-child(2) img {
    width: 50%;
}
.ft_img ul li:nth-child(3) {
    display: none;
}

}

.contact_box {
    width: 100%;
}
.contact_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contact_box ul li {
    width: 50%;
    text-align: center;
    font-weight: 500;
}
.contact_box ul li a {
    display: block;
    color: #fff;
    background-color: #9e8830;
    padding: 1em 0 0.85em;
    line-height: 1.6;
    font-size: 2em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    transition: 0.3s;
}
.contact_box ul li:last-child a {
    background-color: #6c2d49;
}
.contact_box ul li a:hover {
	opacity: 0.7;
}
.contact_box span {
    display: block;
    font-size: 0.5em;
}

@media screen and (max-width: 799px) {
.contact_box ul li {
    width: 100%;
}
}

.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: 599px) {
.credit {
    margin-left: 10%;
    margin-right: 10%;
}

}



#title {
    box-sizing: border-box;
    margin-top: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center center;
    background-size: cover;
    aspect-ratio:5 / 2;
    line-height: 1.4;
    transition: all 0.3s;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
#title h2 {
    font-family: "EB Garamond", serif;
    font-size: 3em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
#title p {
    font-size: 1.16em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-weight: 500;
}

#title2 {
    margin-top: 190px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("../img/titile_bg.png"),linear-gradient(to right, #fff, #e9e9e9);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
#title2 h2 {
    font-size: 2.2em;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
#title3 {
    box-sizing: border-box;
    margin-top: 190px;
    padding: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("../img/titile_flower1.webp"),linear-gradient(to right, #fff, #e9e9e9);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1.4;
    transition: all 0.3s;
}
#title3 h2 {
    font-family: "EB Garamond", serif;
    font-size: 3em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
#title3 p {
    font-size: 1.16em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-weight: 500;
}

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

@media screen and (max-width: 1149px) {
#footer {
    padding: 5em 7% calc(5em + 80px);
}
#title {
    margin-top: 80px;
    aspect-ratio: 2 / 1;
}
#title h2 {
    font-size: 2.2em;
}
#title p {
    font-size: 1.16em;
}
#title3 {
    margin-top: 80px;
    padding: 3.5em 0;
}
#title3 h2 {
    font-size: 2.2em;
}
#title3 p {
    font-size: 1.16em;
}
#title2 {
    margin-top: 80px;
    height: 120px;
}
#title2 h2 {
    font-size: 1.8em;
}
}

@media screen and (max-width: 599px) {
.pagetop_sp {
	text-align:center;
    padding-top: 5em;
}
.pagetop_sp img {
	width:50px;
}

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

#title {
    margin-top: 60px;
    aspect-ratio: 4 / 3;
}
#title h2 {
    font-size: 1.6em;
}
#title p {
    font-size: 1em;
}
#title3 {
    margin-top: 60px;
    padding: 3em 0;
}
#title3 h2 {
    font-size: 1.6em;
}
#title3 p {
    font-size: 1em;
}
#title2 {
    margin-top: 60px;
    height: 80px;
}
#title2 h2 {
    font-size: 1.5em;
}
#title3 {
    background-position: right -50% top;
}
}


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

