@charset "utf-8";

.rpimg {

}

.contents_inner
{
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
.img100{width: 100%;}
.spnone{display: block;}
.sponly{display: none;}
@media screen and (max-width: 560px) {
.spnone{display: none;}
.sponly{display: block;}
}
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.navy {
	color: #13428a;
}
.orange {
	color: #fee07d;
}
.blue {
    color: #226db6;
}
.black {
    color: #231714;
}
.gray {
    color: #595857;
}
.bg_gray {
    background-color: #595857;
    color: #fff;
}
.mgray {
    color: #e3e7e9;
}
.bg_mgray {
    background-color: #efefef;
}
.lgray {
    color: #f0eee6;
}
.white {
    color: #fff !important;
}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col {
	color:inherit !important;
}
a {
	color:#13428a;
	text-decoration:none;
}

a:hover {
	color:#597aad;
	text-decoration:none;
}
a:active {
	color:#13428a;
	text-decoration:none;
}

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

a[href*="tel:"] {
    color: inherit;
}

@media (min-width: 561px) {
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 !important;
}
.lh_0 {
	line-height:0;
}
html {
	height:100%;
    font-size: 1em;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#231714;
	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;
    z-index: 0;
}
@media screen and (max-width: 560px) {
    body {
        font-size: 0.92em;
    }
}
@media screen and (max-width: 320px) {
    body {
        font-size: 0.84em;
    }
}

.fserif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.eng {
    font-family: 'Jost', sans-serif;
}


.ovf {
    overflow: hidden;
}

.mgend {
	margin-bottom:8em;
}
.mgl {
	margin-bottom:6em;
}
.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: 561px) {
    .sp {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
}
@media screen and (max-width: 560px) {
	.pc {
		display:none !important;
	}
    .spcenter {
        text-align:center !important;
    }
    .spleft {
        text-align:left !important;
    }
    .mgend {
    margin-bottom:5em;
}
}

#toggle {
	display:block;
	position:fixed;
	width:50px;
	height:50px;
	top:20px;
	right:30px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	cursor:pointer;
    transition: opacity 0.3s;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
#toggle:hover {
	opacity:0.7;
}
#navi {
    display: none;
    justify-content: center;
    align-items:flex-start;
	position:fixed;
	text-align:center;
	z-index:2000;
	width:100%;
    height: 100vh;
	top:0;
	left:0;
    background-color: rgba(56,86,89,0.75);
    opacity: 0;
	color:#ccc;
    overflow-y: auto;
}
#navi .navibox {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1000px;
    box-sizing: border-box;
    padding: 8em 0;
}
#navi ul {
    flex-shrink: 0;
    width: 400px;
	border-top:1px solid rgba(255,255,255,0.4);
}
#navi li {
	width:100%;
    box-sizing: border-box;
    border-bottom:1px solid rgba(255,255,255,0.4);
}

#navi li a {
	display:block;
	text-decoration:none;
    text-align: left;
	color:#fff;
	padding-left: 40px;
	line-height:4em;
    background-image: url("../img/arr_tin_w.png");
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 8px auto;
	transition: all 0.3s;
}
#navi li a:hover {
	background-color: rgba(255,255,255,0.2);
}

#header {
	position:absolute;
	width:100%;
    height: 120px;
    box-sizing: border-box;
    background-color: #ffffff;
    z-index: 1000;
}
#header h1 {
    position: absolute;
    left: 30px;
    top: 10px;
    text-align: left;
    color: #0000000;
    font-weight: normal;
    line-height: 40px;
    font-size: 0.76em;
}
#header h2 {
    position: absolute;
    left: 30px;
    top: 50px;
}
#header h2 img {
    height: 50px;
}


#gnavi {
	position:absolute;
	bottom:10px;
    right: 100px;
}
#gnavi ul {
    position:relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#gnavi ul li {
	position:relative;
    box-sizing: border-box;
}
#gnavi ul li::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 30px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#gnavi ul li:last-child::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 30px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#gnavi ul li a {
	font-size:0.92em;
	color:#000000;
	line-height:60px;
    height:60px;
	display:inline-block;
	padding:0 15px;
    box-sizing: border-box;
	transition:all 0.3s;
}
#gnavi ul li a:hover {
    background-color: #787777;
	color: #ffffff;
	opacity: 0.7;
}

@media screen and (max-width: 560px) {
    #gnavi {
        display: none;
    }
	
}
.contents {
    width: 1000px;
    margin: 0 auto;
}
.container {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    padding: 5em 0;
	margin:0 auto;
	text-align:left;
}

.cttop_adj {
    padding-top: 5em;
}
.container_p0 {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
	margin:0 auto;
	text-align:left;
}
.container_f {
    position: relative;
    box-sizing: border-box;
    width: 1100px;
	margin:0 auto;
	text-align:left;
}

.more p {
	width:26%;
	margin:auto;
}

.more p a {
    display: block;
    color: #595857;
    line-height: 2.3em;
    font-size: 1.2em;
    box-sizing: border-box;
    border: 1px solid #595857;
    text-align: left;
	padding-left: 1em;
    font-weight: normal;
    background-image: url("../img/more_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 3em auto;
    transition: all 0.3s;
}
.more p a:hover {
	opacity: 0.6;
}

a .more2 {
    position: relative;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    display: block;
    border-bottom: 1px solid #595857;
    color: #231714;
    line-height: 2.5em;
    text-align: left;
    font-weight: 500;
    transition: all 0.3s;
}

a .more2:before {
  content: '';
  position: absolute;
  right: calc((2.5em * 0.7) / 2);
  top: calc((2.5em * 0.7) / 4);
  display: inline-block;
  transform: rotate(-45deg);
  width: 1px;
  height: 2.5em;
  border-right: 1px solid #595857;
}


@media screen and (max-width: 560px) {
#toggle {
	width:50px;
	height:50px;
    top: 0;
    right: 0;
}
#navi .navibox {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 30px;
}
#navi ul {
    width: 100%;
}
#navi ul:last-child {
    border-top: 0;
}
#header {
    height: 110px;
}
#header h1 {
    left: 10px;
    top: 10px;
    line-height: 1.5;
    font-size: 0.68em;
    box-sizing: border-box;
    padding-right: 60px;
}
#header h2 {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
#header h2 img {
	width: auto;
	height: 50px;
}

.contents {
    width: 100%;
    margin: 0 auto;
}
.container {
    width: 100%;
    box-sizing: border-box;
	padding:3em 7%;
}
.container_p0 {
    box-sizing: border-box;
    width: 100%;
	margin:0 auto;
	text-align:left;
}
.container_f {
    width: 100%;
    box-sizing: border-box;
}
.cttop_adj {
    padding-top: 2em;
}

.more p {
	width:100%;
}
.more p a ,.more-half p a{
    padding-left: 1em;
    line-height: 2.5em;
    font-size: 1em;
    box-sizing: border-box;
    border: 1px solid #595857;
    text-align: left;
}

a .more2 {
    line-height: 2em;
}
a .more2:before {
  content: '';
  position: absolute;
  right: calc((2em * 0.7) / 2);
  top: calc((2em * 0.7) / 4);
  display: inline-block;
  transform: rotate(-45deg);
  width: 1px;
  height: 2em;
}

.more-half p {
	width:100%;
	margin:auto;
}

}

#footer {
    padding: 3em 0 0;
    background-color: #e0e3e5;
    color: #3f3f3f;
}
.ft_box {
    width: 1000px;
    margin: 0 auto 5em;
    display: flex;
    justify-content: space-between;
    align-items:top;
	color: #fff;
}
.ft_box p,.ft_box h5,.ft_box h3{color: #3f3f3f;}
.w68per_foot{width: 68%;}
.w68per_foot img{margin-bottom: 3%;}
.w68per_foot img:hover{opacity: 0.5;}
.credit {
    width: 50%;
    text-align: left;
    line-height: 1.7;
	margin-right: 5%;
}
.credit h4 {
    width: 100%;
    margin-bottom: 1em;
}
.credit h4 img {
    width: 70%;
}
.credit h5 {
    font-size: 1.16em;
    margin-bottom: 0em;
}
.credit p {
    margin-bottom: 0.5em;
}
.credit p.small{font-size: 0.8em;}
.foot_tel img{width: 60%;margin-bottom: 0.7em;}
.foot-wrap {
    color: #3f3f3f;
    text-align: center;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	justify-content: space-between;
    align-items: flex-start;
}

.foot-wrap .menu-left, .foot-wrap .menu-right {
    display: inline-block;
    width: 48%;
    margin: 0px auto;
	text-align: left;
}

.foot-wrap ul {
    list-style: none;
    padding: 0;
    line-height:40px;
}

.foot-wrap h3 {
    padding: 10px 0px;
	font-size: 1.0em;
}

.foot-wrap a {
    text-decoration: none;
    color: #3f3f3f;
	display: block;
    text-align: left;
    padding-left: 25px;
	line-height:1.2em;
    font-size: 0.92em;
    background-image: url("../img/arr_tin_w.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 7px auto;
	transition: all 0.3s;
	padding: 3% 0 3% 25px;
}

.foot-wrap a:hover {
    background-color: rgba(50,50,50,0.2);
}


@media screen and (max-width: 560px) {
	.foot-wrap {
    color: #fff;
    text-align: center;
	display: none;
	width: 100%;
	margin: 5% 0 0;
	padding: 0;
	justify-content: space-between;
    align-items: flex-start;
}
    .foot-wrap .menu-left, .foot-wrap .menu-right {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .foot-wrap .cpr {
        display: inline;
    }
}


.sns {
    padding-top: 2em;
}
.sns ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sns li {
    width: 50px;
    margin-right: 10px;
}
.sns li a {
    display: block;
    transition: all 0.3s;
}
.sns li a:hover {
    opacity: 0.7;
}
.sns li img {
    width: 100%;
}

.copyright {
    background-color: #353333;
	text-align:center;
    padding: 2em;
	font-size:0.76em;
    line-height: 1.5;
	color: #fff;
}
#fix_navi {
    position: fixed;
    top: 300px;
    right: 0;
    width: 80px;
    z-index: 3000;
}
#fix_navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#fix_navi ul li {
    width: 100%;
    margin-bottom: 0px;
}
#fix_navi ul li a {
    display: block;
    padding: 0;
    transition: all 0.3s;
}
#fix_navi ul li a:hover {
    opacity: 0.5;
}

#fix_navi ul li img {
    width: 100%;
}
@media screen and (max-width: 560px) {
#footer {
    width: 100%;
    box-sizing: border-box;
    padding: 3em 0 0;
}
.ft_box {
    width: auto;
    margin: 0 7% 3em;
    display: block;
}
.credit {
    width: 100%;
}
.credit h4 {
    width: 90%;
}
.sitemap {
    display: none;
}
.sns li {
    width: 40px;
}
.copyright {
    padding: 2em 0 calc(2em + 60px);
	font-size:0.68em;
    line-height: 1.5;
}
#fix_navi {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
}
#fix_navi ul {
    display: flex;
    flex-wrap: nowrap;
}
#fix_navi ul li {
    width: calc(100% / 3);
    margin-bottom: 0;
}
#fix_navi ul li a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
#fix_navi ul li img {
    width: 100%;margin-bottom: 0;
}
}

.subtitle {
    text-align: center;
    margin-bottom: 2em;
}
.subtitle h3 img {
    height: 3em;
    margin-bottom: 10px;
}
.subtitle p {
    color: #595857;
    font-size: 1em;
    line-height: 1.4;
}

.copy_tx1 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-size: 1.4em;
    line-height: 1.7;
    text-align: center;
    font-weight: 500;
}
.contact_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_box ul li {
    width: 32%;
    box-sizing: border-box;
    border: 2px solid #595857;
    transition: all 0.3s;
}
.contact_box ul li img {
    width: 100%;
}
.contact_box ul li a {
    display: block;
}
.contact_box ul li:hover {
    opacity: 0.7;
}

.tel_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tel_box ul li {
    position: relative;
    width: 48%;
    text-align: center;
    border: 2px solid #595857;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 25px;
}
.tel_box ul li h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 5px;
}
.tel_box ul li p {
    font-size: 3em;
    line-height: 1;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
    text-indent: 1px;
}
.tel_box ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hjsw ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.hjsw ul li {
    box-sizing: border-box;
    padding: 1px;
    width: calc(100% / 3);
}
.hjsw ul li img {
    width: 100%;
}
.hjsw ul li a {
    display: block;
    background-color: #84b6b8;
    transition: all 0.3s;
}
.hjsw ul li a:hover,.hjsw ul li.current a {
    background-color: #60888a;
}

.hjsw_page ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.hjsw_page ul li {
    box-sizing: border-box;
    padding: 1px;
    width: calc(100% / 4);
}
.hjsw_page ul li img {
    width: 100%;
}
.hjsw_page ul li a {
    display: block;
    background-color: #84b6b8;
    transition: all 0.3s;
}
.hjsw_page ul li a:hover,.hjsw_page ul li.current a {
    background-color: #60888a;
}


#title {
	padding: 3em 0;
    background-color: #dddccd;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
}
#title span {
    font-family: 'Jost', sans-serif;
    display: block;
    font-weight: normal;
    letter-spacing: 2px;
    text-indent: 2px;
    font-size: 0.5em;
    margin-bottom: 0.2em;
}
#title h2 {
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size:2.5em;
    font-weight: 500;
	color:#595757;
}
.pankuzu{
	text-align: left;
	width:1000px;
	margin:0% auto;
	padding-top: 1%;
}
.pankuzu a{color:#231815;}
.reserve_tx {
    margin-bottom: 2em;
}
.reserve_tx h3 {
    font-size: 1.8em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0.3em;
}
.reserve_tx p {
    text-align: center;
    line-height: 1.7;
}
.btn_reserve a {
    display: block;
    box-sizing: border-box;
    border: 4px solid #595857;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s;
}
.btn_reserve a:hover {
    opacity: 0.6;
}
.btn_reserve img {
    width: 60%;
}

.bar_gray {
    width: 100%;
    height: 1px;
    line-height: 0;
    box-sizing: border-box;
    background-color: #999;
    overflow: hidden;
}

@media screen and (max-width: 560px) {
.contact_box ul {
    display: block;
    justify-content: space-between;
    align-items: center;
}
.contact_box ul li {
    width: 99%;
    box-sizing: border-box;
    border: 4px solid #595857;
    transition: all 0.3s;
	margin-bottom: 3%;
}
.subtitle h3 img {
    height: 2em;
}
.copy_tx1 {
    font-size: 1em;
}
.contact_box ul li {
    border: 2px solid #595857;
}

.tel_box ul {
    flex-wrap: wrap;
}
.tel_box ul li {
    width: 100%;
    border: 1px solid #595857;
    padding: 15px;
}
.tel_box ul li:first-child {
    margin-bottom: 10px;
}
.tel_box ul li h5 {
    font-size: 1em;
    margin-bottom: 3px;
}
.tel_box ul li p {
    font-size: 2em;
}

.hjsw_page ul li {
    width: calc(100% / 2);
}

#title {
    padding: 2.5em 0;
}
#title h2 {
	font-size:1.48em;
}
.pankuzu{width: 98%;font-size: 12px;margin-left: 2%;}
.reserve_tx {
    margin-bottom: 1em;
}
.reserve_tx h3 {
    font-size: 1.34em;
}
.btn_reserve a {
    border: 2px solid #595857;
    border-radius: 10px;
    padding: 10px;
}
.btn_reserve img {
    width: 80%;
}

}


.box0 {
	line-height:1.7;
}

.img1box {
    box-sizing: border-box;
    border: 1px solid #85b6b8;
    padding: 50px;
}

.tx1 {
    font-size: 1.6em;
    line-height: 1.5;
    text-align: center;
    margin: 1.5em auto 0.5em;
}
.tx2 {
    font-size: 1.6em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1em;
}
.tx3 {
    font-size: 1.6em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1.8em;
}
.gmap iframe {
    width: 100%;
    height: 400px;
}

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

.img1box {
    padding: 1.5em;
}

.tx1 {
    font-size: 1.16em;
    text-align: left;
    margin: 1.5em auto 0.5em;
}
.tx2 {
    font-size: 1.16em;
    text-align: left;
    margin-bottom: 0.5em;
}
.tx3 {
    font-size: 1.16em;
    text-align: left;
    margin-bottom: 1.8em;
}

.gmap iframe {
    width: 100%;
    height: 300px;
}

}


