@charset "utf-8";

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

}

@font-face {
    font-family: "LINE Seed Bold";
    src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}

@font-face {
    font-family: "LINE Seed Regular";
    src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
  
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c33 !important;
}
.white {
    color: #fff !important;
}
.sky {
    color: #35d !important;
}
.bg_wh {
    background-color: #fff;
    color: #111;
}
.bg_bk {
    background-color: #111;
    color: #fff;
}
.bg_lgray {
    background-color: #f5f5f5;
    color: #111;
}
.bg_lgray2 {
    background-color: #ddd;
    color: #111;
}
.bg_lgray3 {
    background-color: #e8e8e8;
    color: #111;
}


/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col a {
	color:inherit !important;
}
a {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:none;
}
a:active {
	color:#999;
	text-decoration:none;
}
.news a {
	color:#000;
	text-decoration:none;
    transition: all 0.3s;
}
.news a:visited {
	color:#000;
	text-decoration:none;
}
.news a:hover {
	color:#999;
	text-decoration:none;
}
.news a:active {
	color:#000;
	text-decoration:none;
}

.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;
}
.both_adj {
    text-align: justify !important;
    text-justify: inter-ideograph;
}
html {
	height:100%;
    font-size: 1em;
}
	
body {
	text-align:center;
	font-family: "LINE Seed Regular",sans-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;
    font-weight: normal;
    z-index: 0;
}

@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: 320px) {
    body {
        font-size: 0.68em;
    }
}

.fserif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.eng1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fbold {
    font-family: "LINE Seed Bold",sans-serif;
    font-weight: normal;
}

#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 !important;
}
.mgm {
	margin-bottom:4em;
}
.mgms {
	margin-bottom:3em;
}
.mgs {
	margin-bottom:2em;
}
.mgsm {
	margin-bottom:1.5em;
}
.mgss {
	margin-bottom:1em;
}
.mgsss {
	margin-bottom:0.5em;
}

@media screen and (min-width: 961px) {
    .mbtb,.tb {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
    .tite {
        margin-left: 100px;
        margin-right: 100px;
    }
}
@media screen and (max-width: 520px) {
    .tbpc,.tb {
		display:none !important;
	}
    .mbcenter {
        text-align:center !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;
	}
}

#navi {
    display: none;
	position:fixed;
	text-align:center;
	z-index:2000;
	width:100%;
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
	top:0;
	left:0;
    opacity: 0;
    overscroll-behavior-y: contain;
    background-color: rgba(17,17,17,0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
}
#navi nav {
    display: flex;
    flex-direction: column;
    width:100%;
    height: calc(100% + 1px);
}
.navi_box {
    box-sizing: border-box;
    width: 100%;
    padding:calc(70px + 3em) 10% 6em;
}
.nav_blank {
    flex-grow: 1;
}
#navi ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#navi li {
	width:100%;
    height: 6em;
    box-sizing: border-box;
    /*font-family: "LINE Seed Bold",sans-serif;*/
}
#navi li a {
    position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	text-decoration:none;
    height: 100%;
    box-sizing: border-box;
	color:#fff;
	line-height:1;
	transition: all 0.3s;
	font-size:1.24em;
    border-bottom:1px solid #666;
}
#navi li a:hover {
	background-color: rgba(192,138,19,0.3);
}
#navi li:nth-last-child(1) a,#navi li:nth-last-child(2) a {

}
.ntel {
    margin-top: 3em;
    line-height: 1;
}
.ntel h5 {
    font-weight: normal;
    margin-bottom: 0.7em;
}
.ntel h6 {
    font-size: 3em;
    color:#fff;
}
.ntel h6 a {
    color: #fff;
}
.ntel p {
    line-height: 1.5;
    font-size: 0.84em;
    margin-top: 1em;
}

#header {
	position:fixed;
	width:100%;
	height:80px;
    box-sizing: border-box;
    padding: 20px 20px 0;
    z-index: 3000;
}
#header section {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 25px 0 40px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    filter: drop-shadow(0 0 3px rgba(17,17,17,0.1));
}
#header h1 {
    height: 20px;
    line-height: 0;
    z-index: 100;
}
#header h1 img {
    height: 100%;
}

#gnavi {
    
}
#gnavi ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#gnavi ul li {
    position: relative;
}
#gnavi ul li a {
    position: relative;
    display: block;
    color: #111;
    line-height: 1;
    padding: 15px 15px;
    transition: all 0.3s;
}
#gnavi ul li.current a {
    color: #c08a13;
}
#gnavi ul li a:hover {
    color: #c08a13;
}
@media screen and (min-width: 1200px) {
#gnavi ul li a {
    padding: 15px 30px;
}
}

.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;
}
.adj_wt {
    padding-top: 2em !important;
}

@media screen and (min-width: 961px) {
#toggle,#fix_foot {
    display:none;
}
}

@media screen and (max-width: 960px) {
#toggle {
    box-sizing: content-box !important;
	position:fixed;
    padding: 22px;
    width:32px;
	height:16px;
	top:10px;
	right:10px;
	z-index:10000;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
}
#toggle span {
    box-sizing: content-box !important;
    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.82deg) scale(1.111, 1);
}
#toggle.close span:nth-of-type(2) {
    opacity: 0;
}
#toggle.close span:nth-of-type(3) {
    transform: rotate(-25.82deg) scale(1.111, 1);
}
#header {
	height:70px;
    padding: 10px 10px 0;
}
#header section {
    padding: 0 25px;
}
#header h1 {
    height: 20px;
}
#gnavi {
    display: none;
}

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

}


@media screen and (max-width: 520px) {
#toggle {
    padding: 14px;
}
.navi_box {
    box-sizing: border-box;
    width: 100%;
    padding:calc(54px + 2em) 10% 4em;
}
#navi li {
    height: 5em;
}
.ntel {
    margin-top: 2em;
}

#header {
	height:54px;
    padding: 10px 10px 0;
}
#header section {
    padding: 0 20px;
}
#header h1 {
    height: 14px;
}

.container,.container_s {
	padding:3em 7%;
}
.container_fit {
	padding:3em 0;
}
}


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

#footer {
    background-color: #333;
    color: #fff;
    padding: 5em 0;
}

.ft_btn {

}
.ft_btn ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 4em;
	padding:0 80px;
}
.ft_btn ul li {
    width: 45%;
}
.ft_btn ul li h4 a {
    height: 100%;
    display: block;
    color: #fff;
    /*font-family: "LINE Seed Bold",sans-serif;*/
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1;
    background-color: #6b5d56;
    padding: 1em 0;
    letter-spacing: 2px;
    text-indent: 2px;
    border-radius: 10px;
    transition: all 0.3s;
}
.ft_btn ul li:last-child h4 a {
    background-color: #92847c;
}
.ft_btn a:hover {
    opacity: 0.7;
}

.tel_box {
    line-height: 1;
    display: inline-block;
    margin: 0 auto 3.5em;
}
.tel_box h5 {
    font-size: 1.08em;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.tel_box h6 a {
    color: #fff;
    font-size: 4em;
}
.tel_box p {
    margin-top: 0.8em;
    line-height: 1.5;
    font-size: 0.92em;
}

.credit {
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
	padding:0 80px;
	margin:0 auto 3em;
    line-height: 1;
}
.credit img {
    width: 100%;
}
.credit p {
    margin-top: 1em;
}

.nakayashiki {
    max-width: 260px;
    width: 50%;
    line-height: 0;
    margin: 0 auto 3em;
}
.nakayashiki img {
    width: 100%;
}
.fth1 {
    font-size: 0.76em;
    font-weight: normal;
    color: #fff;
    margin-bottom: 1em;
}

.copyright {
	text-align:center;
	font-size:0.76em;
    line-height: 1.5;
}
.copyright img {
	vertical-align:top;
}

#title {
    position: relative;
    padding-top: 80px;
    background-color: #111;
    background-position: center center;
    background-size: cover;
}
#title span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
#title section {
    position: relative;
    padding: 3em 0;
}
#title h2 {
    position: relative;
	font-size:2em;
    font-family: "LINE Seed Bold",sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    text-indent: 2px;
    color: #fff;
}


.psub {
    text-align: center;
}
.psub span {
    display: inline-block;
    border-bottom: 1px solid #35d;
    line-height: 1.5;
    font-size: 1.48em;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 0 1em 0.3em;
    letter-spacing: 2px;
    text-indent: 2px;
}


@media screen and (max-width: 960px) {
.pagetop {
	position:fixed;
	width:50px;
	bottom:110px;
	right:-100px;
	z-index:100;
}
.pagetop img {
	width:50px;
}

#footer {
    padding: 4em 0 8em;
}

#fix_foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
#fix_foot ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#fix_foot ul li {
    width: 50%;
    height: 4em;
    background-color: #333;
}
#fix_foot ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.24em;
    line-height: 1;
    background-color: #6b5d56;
    color: #fff;
    transition: all 0.3s;
}
#fix_foot ul li:last-child a {
    background-color: #92847c;
}
#fix_foot ul li a:hover {
    opacity: 0.7;
}

.ft_btn ul {
	padding:0 6%;
}
.ft_btn ul li h4 a {
    font-size: 1.24em;
    letter-spacing: 1px;
    text-indent: 1px;
}

.tel_box h5 {
    font-size: 1em;
}
.tel_box h6 a {
    font-size: 3.8em;
}
.tel_box p {
    font-size: 0.84em;
}

.credit {
    max-width: 500px;
	padding:0 6%;
}

#title {
    padding-top: 70px;
}
#title section {
    padding: 3em 0;
}
#title h2 {
	font-size:1.8em;
}

.psub span {
    font-size: 1.4em;
    letter-spacing: 1px;
    text-indent: 1px;
}

}

@media screen and (max-width: 520px) {
.pagetop_sp {
    line-height: 0;
	margin-bottom: 3em;
}
.pagetop_sp img {
	width:30px;
}

#footer {
    padding:3em 0 6.6em;
}

#fix_foot ul li {
    height: 3.6em;
}
#fix_foot ul li a {
    font-size: 1.16em;
}

.ft_btn ul {
	padding:0 10%;
    margin: 0 auto 3em;
}
.ft_btn ul li {
    width: 100%;
}
.ft_btn ul li:first-child {
    margin-bottom: 2em;
}
.ft_btn ul li h4 a {
    font-size: 1.16em;
}

.tel_box {
    margin: 0 auto 3em;
}
.tel_box h6 a {
    font-size: 3em;
}

.credit {
	padding:0 15%;
}

#title {
    padding-top: 50px;
}
#title section {
    padding: 2.5em 0;
}
#title h2 {
	font-size:1.6em;
}

.psub span {
    font-size: 1.32em;
}

}


.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: 15px 20px;
	border-top: 1px solid #ccc;
	text-align:left;
}
.table3 th {
	padding: 15px 20px;
	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: 10px 15px;
	border: 1px solid #999;
	text-align:left;
}
.table4 th {
	width:150px;
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#e0f2bc;
	white-space:nowrap;
}
.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:#999;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
    font-weight: 600;
}
.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: 520px) {
.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:30px;
}
.table0 td.adj0 {
	margin-bottom:0;
}
.table0 td.adj10 {
	margin-bottom:10px;
}
.table0 td.adj20 {
	margin-bottom:20px;
}
.table0 td.adj40 {
	margin-bottom:40px;
}
.table0 td.adj50 {
	margin-bottom:50px;
}
.table0 td.adj60 {
	margin-bottom:60px;
}
.table0 td.adj70 {
	margin-bottom:70px;
}
.table0 td.adj80 {
	margin-bottom:80px;
}
.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 {
	width:1%;
}
.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: #eff1f5;
}
.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(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
@media screen and (min-width: 961px) {
.table_fm tr:last-child th,.table_fm tr:last-child td {
	border-bottom:0;
}

}
@media screen and (max-width: 520px) {
.gmap iframe {
	width:100%;
	height:400px;
}
.table_fm tr:last-child td {
     margin-bottom: 0;
}
}

