@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:#000000;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#000000;
	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;
	overflow-x: hidden;
}
	
body {
	text-align:center;
	font-family: "BIZ UDPGothic", "BIZ UDGothic", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
	color:#595757;
	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: 80px;
    box-sizing: border-box;
    z-index: 3000;
	background-color: rgba(255,255,255,0.9);
	padding:0% 1% 20px;
}
#header h1{font-size: 0.84em;font-weight: normal;padding-bottom: 1%;text-align: left;}
#header img.logo {
	width: 200px;
	margin-top: 10px;
    transition:all 0.3s;
	padding-bottom: 1%;
	position: absolute;
	left: 20px;
}
.head-right{width:740px;position: absolute;top:10px;right:10px;}
.head-right a{width: 170px;float: left;margin-left:10px;box-sizing: border-box;}
.head-right a img{width: 100%;}
.sp_g_menu{display: none;}

.sp_top_btn{display: none;}
/*------------------------------------------------------------
	ここまでグローバルメニュー
------------------------------------------------------------*/
#topimg {
	position: relative;
    width: 1200px;
    overflow: hidden;
    transition: all 0.3s;
    margin:80px auto 0;
    padding: 0;
	height: 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: 23%;
}

.boxitem_04{width: 23%;
    height: auto;
    display: block;
    margin-bottom: 2%;}

.boxitem_02 img,.boxitem_03 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 {
    background-color: #231815;
}

/* ============================================
   共通設定
============================================ */
.footer {
  padding: 60px 40px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
	text-align: left;
}
.footer-city_ttl {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
}

/* ==== 中央の縦ライン ==== */
.footer-inner::before {
  content: "";
  position: absolute;
  left: 430px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}

/* ============================================
   左エリア
============================================ */
.footer-left {
  width: 400px;
}

.city-title {
  font-size:2em;
  font-weight: 700;
  margin: 0 0 25px;
}

.footer-left p {
  font-size: 1em;
  line-height: 1.5;
  margin: 5px 0;
}

/* ============================================
   右エリア（2×2のグリッド）
============================================ */
.footer-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 30px;
  padding-left: 60px;
}

.footer-link {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  position: relative;
  display: inline-flex;
	height: 50px;
}

.footer-link .icon {
  margin-left: 5px;
	margin-right: 20px;
  width: 20px;
}

.footer-link:hover {
  color:#F7D42A;
}

/* ============================================
   レスポンシブ対応
============================================ */

/* ▼ タブレット以下 〜1000px */
@media (max-width: 1000px) {
.footer-city_ttl {
  max-width: 100%;
}
  .footer-inner {
    flex-direction: column;
    gap: 20px;
  }

  .footer-inner::before {
    display: none; /* 縦ラインを消す */
  }

  .footer-left {
    width: 100%;
  }

  .footer-right {
      grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding-left: 0;
  }
.footer-link {
  height: 20px;
}
}

/* ▼ スマホ ～640px */
@media (max-width: 640px) {

  .city-title {
    font-size: 1.8em;
  }

  .footer-left p {
    font-size: 1em;
  }
.footer-right {
      grid-template-columns: 1fr;
    gap: 25px;
    padding-left: 0;
  }
  .footer-link {
    font-size: 1em;
	  height: 10px;
  }

  .footer-link .icon {

  }
}


.ft_black{background-color: #231815;padding: 1% 0;}	
.copyright {
	width: 1000px;
	margin: 0 auto;
    font-size:0.8em;
    line-height: 1.5;
	text-align: center;
	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) {


#header {
	position: fixed;
	width: 100%;
	height: 80px;
    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 {
	width: 200px;
	margin-top: 5px;
    transition:all 0.3s;
	padding-bottom: 1%;
	position: absolute;
	left: 10px;
}

.head-right{width:740px;position: absolute;top:10px;right:0px;}
.head-right a{width: 170px;float: left;margin-left:10px;box-sizing: border-box;}
#topimg {
	position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
    margin:80px auto 0;
    padding: 0;
	height: auto;
}

.container{
    position: relative;
    box-sizing: border-box;
    width: 100%;
	padding:2em 5%;
	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;
}	

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

}

/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width: 640px) {



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

.head-right{display: none;}

.sp_g_menu{display: block; width:100%;margin: 2em 0;}
.sp_g_menu a{width: 48%;float: left;margin: 1%;}
.sp_g_menu a img{width: 100%;}

	
.container {
    width: 100%;
	padding:2em 5%;
}

	
.pc {
		display:none !important;
	}
    .spcenter {
        text-align:center !important;
    }
    .spleft {
        text-align:left !important;
    }
    .mgend {
    margin-bottom:5em;
}
	.mgs {
	margin-bottom:1em;
}
	.mgms {
	margin-bottom:2em;
}

	
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/



.pagetop {display: none;}
.ft_black{background-color: #231815;padding: 3% 0;}	
	

}
