@charset "utf-8";

.rpimg {

}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.green {
	color: #129c9e;
}
.lgreen {
    color: #6dc1a0;
}
.bg_1{
    background-color: #005259;
    color: #fff;
}
.bold {
	font-weight:bold;
}

.goshic{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}
.white{color: #ffffff;}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col {
	color:inherit !important;
}
a {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
a:active {
	color:#333;
	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;
	overflow-x: hidden;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#333;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1.0em;
    z-index: 0;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 640px) {
    body {
        font-size: 1.0em;
    }
}
@media screen and (max-width: 320px) {
    body {
        font-size: 0.84em;
    }
}

.fserif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.txt_r{text-align: right;}

#wrapper {
    flex: 1 1 auto;
}
.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: 641px) {
    .sp {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
}

#header {
	position: fixed;
	width: 100%;
	height: 180px;
    box-sizing: border-box;
    z-index: 3000;
	background-color: rgba(255,255,255,0.9);
	padding:0% 1% 20px;
}
#header h1{font-size: 0.7em;font-weight: normal;padding-bottom: 1%;text-align: left;}
#header img.logo {
	float: left;
	width: 220px;
  height:auto;
	margin-top: 0%;
    transition:all 0.3s;
	padding-bottom: 1%;
}
.head-right{width:60%;float: right;}
.head-right img.mark{height: 45px;float: right;margin-left: 2%;}
.head-right img.mark_border{height: 41px;border: solid 2px #727171;float: right;margin-left:1%;}
nav{display: block;}

#toggle {
   display: none;
  
}


#navi {
    display: none;
    justify-content: center;
    align-items:flex-start;
	position:fixed;
	text-align:center;
	z-index:3001;
	width:400px;
    height: 100vh;
	top:0;
	right:-100%;
    background-color: rgba(255,255,255,0.7);
	color:#ccc;
    overflow-y: auto;
    backdrop-filter: blur(10px);
    overscroll-behavior-y: contain;
}
#navi nav {
    height: calc(95% + 1px);
}
#navi .navibox {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 30px;
}
#navi ul {
    width: 100%;
}
#navi li {
    position: relative;
	width:100%;
    box-sizing: border-box;
    border-bottom:1px solid #999;
}
#navi li a {
	display:block;
	text-decoration:none;
    text-align: left;
	color:#333;
    font-size: 1em;
    font-weight: bold;
	padding-left: 2em;
	line-height:3.5em;
	transition: all 0.3s;
}
#navi li a:hover {
	background-color: rgba(109,193,160,0.2);
}

/*------------------------------------------------------------
	ここからグローバルメニュー
------------------------------------------------------------*/
#gnavi {
	position:relative;
	height: auto;
    z-index:3001;
	display: block;
	margin: 1% auto 0;
}

#gnavi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
	display: flex;
	width:100%;
	gap:3%;
	justify-content: center;
	box-sizing: border-box;
}
#gnavi li {
  height: 50px;
}
#gnavi li.border_none {
border-left: none;
}
#gnavi li a {
display: inline-block;
  color: #000000;
  align-items: center;
  padding: 5px 0% 15px;
  text-decoration: none;
	font-size: 0.94em;
}
#gnavi li a span{display: block;color:#7d4e22;font-size: 0.9em;}
#gnavi li a.right_btn {
  padding: 15px 15px 13px;
	background-color: #7d4e22;
}
#gnavi li a.right_btn {color: #ffffff;}
#gnavi li a:hover{
background-color: #a59486;color: #ffffff;
}


.sp_top_btn{display: none;}
/*------------------------------------------------------------
	ここまでグローバルメニュー
------------------------------------------------------------*/



/* フレックスボックス */
.flexbox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.flexbox04{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.flexbox::after {
display: block;
content:"";
width: 31%;
}
.flexbox04::after {
display: block;
content:"";
width: 23%;
}
.flexbox04::before {
display: block;
content:"";
width: 23%;
 order: 1;
}
.boxitem_02{width: 48%;
    height: auto;
    display: block;
    margin-bottom: 2%;}
.boxitem_03,.boxitem_03_sns{width: 31%;
    height: auto;
    display: block;
    margin-bottom: 2%;}
.boxitem_03-02{width: 48%;
    height: auto;
    display: block;
    margin-bottom: 2%;}
.boxitem_04{width: 23%;
    height: auto;
    display: block;
    margin-bottom: 2%;}

.boxitem_02 img,.boxitem_03 img,.boxitem_03_sns img,.boxitem_03-02 img,.boxitem_04 img{width: 100%;}
.bk-img {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/no_image.svg");
	margin-bottom: 0.4em;
}
.bk-img-02 {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/no_image.svg");
	margin-bottom: 0.4em;
}
.container{
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 5em 100px;
	margin:0 auto;
	text-align:left;
}

.container_t {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 0 100px 5em 100px;
	margin:0 auto;
	text-align:left;
}
.container_nt {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 5em 100px 0em 100px;
	margin:0 auto;
	text-align:left;
}
.container_f {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
	margin:0 auto;
	text-align:left;
}
.container_00 {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 0 100px 0 100px;
	margin:0 auto;
	text-align:left;
}
.container_small {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 3em 100px 3em 100px;
	margin:0 auto;
	text-align:left;
}




/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
#footer {
    padding: 5em 0;
    background-color: #f5f5f1;
    color: #000000;
}

.footer {
  padding: 40px 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.footer-inner {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ← 4カラム指定 */
  gap: 30px;
	text-align: left;
}

.footer-column p {
  font-size: 14px;
  line-height: 1.8;
}

.footer-menu {
  margin-bottom: 25px;
}

.footer-menu h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.footer-menu a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.footer-menu a:hover {
  opacity: 0.7;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 10px;
}

/* スマホ対応（640px以下） */
@media (max-width: 640px) {
  .footer-inner {
    grid-template-columns: 1fr; /* ← 1カラムに変更 */
  }

  .footer-menu h4 {
    font-size: 18px;
  }

  .footer-menu a {
    font-size: 15px;
  }
}


.ft_blue{background-color: #3e3a39;padding: 2% 0;}	
.copyright {
	width: 1000px;
	margin: 0 auto;
    font-size:0.8em;
    line-height: 1.5;
	text-align: left;
	bottom:0%;left:0%;
	color:#ffffff;
}

.pagetop {
	position:fixed;
	width:50px;
	height:50px;
	bottom:80px;
	right:-80px;
	z-index:10000;
}
.pagetop img {
	width:50px;
}



/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width: 1000px) {
	#gnavi {display: none;}
	#header {
	position: fixed;
	width: 100%;
	height: 110px;
    box-sizing: border-box;
    z-index: 3000;
		padding: 1%;
}
#header h1{font-size: 0.7em;font-weight: normal;padding-bottom: 1%;text-align: left;width: 100%;}
#header img.logo {
	float: left;
  width: auto;
	height: 50px;
	margin-top: 0.4%;
    transition:all 0.3s;
}


.head-right{width:60%;float: right;margin-top: 1.3%;}
.head-right img.mark{float: right; height: 45px;}
.head-right img.mark_border{float: right;height: 41px;border: solid 2px #727171;margin-left: 1%;}
	.head-right img.last{margin-right: 1%;}
#toggle {
	position: relative;
	float: right;
   padding: 10px 6px;
    width:30px;
	height:21px;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    z-index: 10000;
	background-color: none;
	border: solid 2px #727171;
}


#toggle span {
    background-color: #727171;
    width: 100%;
    height: 4px;
    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(32deg) scale(1.2, 1);
}
#toggle.close span:nth-of-type(2) {
    opacity: 0;
}
#toggle.close span:nth-of-type(3) {
    transform: rotate(-32deg) scale(1.2, 1);
}
}

/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width: 1000px) {

.container{
    position: relative;
    box-sizing: border-box;
    width: 100%;
	padding:2em 5%;
	margin:0 auto;
	text-align:left;
}

.container_t {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5% 5em 5%;
	margin:0 auto;
	text-align:left;
}
.container_nt {
    position: relative;
    box-sizing: border-box;
   width: 100%;
	padding:2em 5% 0em;
	margin:0 auto;
	text-align:left;
}
.container_f {
    position: relative;
    box-sizing: border-box;
    width: 100%;
	margin:0 auto;
	text-align:left;
}
.container_00 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5%;
	margin:0 auto;
	text-align:left;
}
.container_small {
    position: relative;
    box-sizing: border-box;
    width: 100%;
	padding:1.2em 5%;
	margin:0 auto;
	text-align:left;
}
	

.copyright {
	width: 96%;
	margin: 0 auto;
    font-size:0.8em;
    line-height: 1.5;
	text-align: left;
	bottom:0%;left:0%;
	color:#ffffff;
}

}

/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width: 640px) {
.pc_footmenu_02{display: none;}
.sp_footmenu_02{display: block;position:fixed;
	bottom:0;background: rgba(0,0,0,0.8);width:100%;padding:0%;z-index: 99999;overflow: hidden;-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);}
.sp_footmenu_02 a img{width: 50%;float: left;}
/*------------------------------------------------------------
	スマホバーガーメニュー
------------------------------------------------------------*/
#toggle {padding: 7px 4px;top:0px;right:0px; width:22px;height:14px;border: solid 1px #727171;}
#toggle span {
    background-color: #727171;
    width: 100%;
    height: 2px;
    transition: all 0.3s;
}
.sp_top_btn{top:29px;right:55px;}
#gnavi {display: none;}




#header {
	position: fixed;
	width: 100%;
	height: 70px;
    box-sizing: border-box;
    z-index: 3000;
		padding: 1%;
}
#header img.logo {
	float: none;
  width: 30%;
	height: auto;
	margin-top: 0%;
    transition:all 0.3s;
	position: absolute;
	left:2px;
	top:30px;
}
#header h1{font-size: 0.7em;line-height: 1.2em;width: 100%;height: 30px;}


.head-right{width:65%;float: none;margin-top: 0%;position: absolute;top:35px;right:0px;}
.head-right img.mark{float: right;height: 30px;margin-left: 0;}
.head-right img.mark_border{float: right;height: 28px;border: solid 1px #727171;margin-left: 0.2%;display:inline-block;}
	.head-right img.last{margin-right:0.3%;}
.container {
    width: 100%;
	padding:2em 5%;
}
.container_t {
    width: 100%;
    padding: 0 5% 2em 5%;
}
.container_nt {
    width: 100%;
	padding:2em 5% 0em;
}
.container_f {
    width: 100%;
}
.container_00 {
    width: 100%;
    padding: 0 5%;
}
.container_small {
    width: 100%;
	padding:2em 5%;
}
.mt5per{margin-top: 2%;}
	
	
.pc {
		display:none !important;
	}
    .spcenter {
        text-align:center !important;
    }
    .spleft {
        text-align:left !important;
    }
    .mgend {
    margin-bottom:5em;
}
.mgm {
	margin-bottom:1.6em;
}
	.mgs {
	margin-bottom:1em;
}
	.mgms {
	margin-bottom:1.4em;
}
.boxitem_02{width: 100%;margin-bottom: 3%;}

.boxitem_03{width: 100%; margin-bottom: 3%;}
.boxitem_03_sns{width: 80%; margin: 0 auto 3%;}
	
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
#footer {padding: 4em 0 2em;background-size: 70%;}


.pagetop {display: none;}
	
.ft_blue{padding-bottom: 100px;}
	

}
