@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:#13428a;
	text-decoration:none;
}
a:visited {
	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;
	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.04em;
    z-index: 0;
	overflow: hidden;
	position: relative;
		font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
    body {
        font-size: 0.94em;
    }
}
@media screen and (max-width: 320px) {
    body {
        font-size: 0.84em;
    }
}

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


#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: 90px;
    box-sizing: border-box;
    z-index: 3000;
	background-color: rgba(255,255,255,1);
	padding: 0 1%;
}
#header h1{text-align: left; font-size: 0.84em;font-weight: normal;padding-bottom: 0.5%;}
#header .header_inner img.logo {
	float: left;
  height:40px;
	margin-top: 3%;
    transition:all 0.3s;
	margin-bottom: 0%;
}
.header_inner{
	position:relative;
    box-sizing: border-box;
    width: 300px;
	padding: 0.2em;
    margin:0 auto;
	text-align:left;
	display: block;
	float: left;
}
nav{display: block;}

#toggle {
   position:absolute;
    padding: 13px 9px;
    width:32px;
	height:24px;
	bottom:0px;
	right:0%;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    z-index: 100000;
	background-color: #373b43;
}


#toggle span {
    background-color: #ffffff;
    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);
}


#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(100% + 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 {
	display: flex;
    position:absolute;
	width:70%;
	margin: 0 auto;
	height: 50px;
   z-index:3001;
	justify-content:flex-end;
    align-items: center;
	right:50px;
	bottom:0;
	float: right;
}
#gnavi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#gnavi ul li {
  float: left;
  height:50px;
}
#gnavi ul li a, .dropbtn {
  display: inline-block;
  color: #000000;
  text-align: center;
  padding: 9px 13px 8px;
  text-decoration: none;
	font-size: 0.94em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#gnavi ul li a.last {
  padding: 9px 26px 8px 13px;
}

#gnavi ul li a:hover {
  border-bottom: solid 3px #555555;
	opacity: 0.5;
}
.dropdown:hover .dropbtn {
  background-color: #555555;
}
#gnavi ul li.dropdown {
  display: inline-block;
}
#gnavi ul .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
#gnavi ul .dropdown-content a {
  color: black;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}
#gnavi ul .dropdown-content a:hover {background-color: #555555;}
#gnavi ul .dropdown:hover .dropdown-content {display: block;}
/*------------------------------------------------------------
	ここまでグローバルメニュー
------------------------------------------------------------*/
/* フレックスボックス */
.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;}
.flexbox::after{
  content:"";
  display: block;
  width:31%;}
.boxitem_02{width: 48%;
    height: auto;
    display: block;
    margin-bottom: 2%;}
.boxitem_03{width: 31%;
    height: auto;
    display: block;
    margin-bottom: 2%;}
.boxitem_03-1{width: 32%;
    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-02 img,.boxitem_04 img{width: 100%;}
.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 0;
    background-color: #e3e8e9;
    color: #373b43;
}
.footer_inner{
	position:relative;
	display: flex;
    box-sizing: border-box;
    width: 1200px;
	height: auto;
	padding: 0em 0px;
    margin:0 auto;
	text-align:left;
}
.footer_inner .footer{padding: 0%;width: 360px;}
.footer_inner .footer img {
	float: none;
  width: 100%;
	margin-top: 0.4%;
    transition:all 0.3s;
}
.ft-adress{margin-top: 4%;}
.ft_ad{width: 35%;margin-right: 5%;}
a.foot_logo{font-size: 1.4em;font-weight: bold;color:#373b43;}
.foot_tel{display: block;margin: 3% 5% 0 0;}
.foot_copyright{background-color: #373b43;color:#ffffff;}
.sns ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-top: 5%;
}
.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%;
}
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
#fnavi {
	position:relative;
	display: flex;
	width:60%;
	top: 0px;
    left: 0%;
}
#fnavi ul {
	width: 50%;
    position:relative;
    display: block;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 3%;
}
#fnavi ul li{position: relative;
    padding-left: 20px; /* 画像の幅に合わせて調整 */line-height: 30px;}
#fnavi ul li::before{
content: '';
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 18px; /* 画像の幅 */
    height: 18px; /* 画像の高さ */
    background-image: url('../img/foot_arrow.svg'); /* 矢印画像へのパス */
    background-size: contain;
    background-repeat: no-repeat;}
#fnavi ul li.arrow_02::before{content: '';background-image: url('../img/foot_arrow02.svg'); /* 矢印画像へのパス */}
#fnavi ul li.arrow_none::before{content: '';background-image: none; }
#fnavi ul li a {
    font-size:1em;
	display:block;
    padding: 0 10px;
	transition:all 0.3s;
	color:#595857;
	line-height: 2em;
}
#fnavi ul li a:hover {
    color: #C1C1C1;
}
#fnavi ul li:hover{background-color: #868685;}
.ft_box {
    width: 1000px;
    padding: 0 20px;
    margin: 0 auto 5em;
    display: flex;
    flex-wrap: wrap;
	position: relative;
}
.ft_navi {
	padding: 0;
	text-align:left; 
	font-size: 1em;
	line-height: 1.6em;
}
ul.arrow-list {
    list-style: none; /* デフォルトのマーカーを消す */
    padding-left: 0;
}
ul.arrow-list li {
    position: relative;
    padding-left: 20px; /* 画像の幅に合わせて調整 */
    line-height: 1.5;
}
ul.arrow-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px; /* 画像の幅 */
    height: 15px; /* 画像の高さ */
    background-image: url('../img/foot_arrow.svg'); /* 矢印画像へのパス */
    background-size: contain;
    background-repeat: no-repeat;
}	
.copyright {
	width: 1000px;
	margin: 0 auto;
    font-size:0.8em;
    line-height: 1.5;
	text-align: left;
	bottom:0%;left:0%;
	color:#ffffff;padding: 1% 0;
}
.sp_footmenu_02{display: none;}
.pagetop {
	position:fixed;
	width:50px;
	height:50px;
	bottom:80px;
	right:-80px;
	z-index:10000;
}
.pagetop img {
	width:50px;
}
/* section_contact */
.inquiry_wrap{  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;}
.inquiry__item {
  margin: 0;
}
.inquiry__item img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
.inquiry_wrap {
    display: flex;
    flex-direction: column;
	  	  width: 100%;
	gap: 10px;
  }
}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width: 1000px) {
#header {
	position: fixed;
	width: 100%;
	height: 90px;
    box-sizing: border-box;
    z-index: 3000;
		padding: 1%;
}
#header img {
	float: left;
  width: auto;
	height: 50px;
	margin-top: 0.8%;
    transition:all 0.3s;
}
.header_inner{
	position:relative;
    box-sizing: border-box;
    width: 100%;
	height: 70px;
	padding: 0.2em 20px;
    margin:0 auto;
	text-align:left;
}
#gnavi {display: none;}
#toggle {top:30px;}
.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;
}
.footer_inner{
	position:relative;
    box-sizing: border-box;
    width: 100%;
	height: auto;
    margin:0 auto;
	text-align:left;
}
.footer_inner .footer img {
	float:none;
  width: 200px;
	margin-top: 0.4%;
    transition:all 0.3s;
	margin-bottom: 5%;
}
.copyright {
	width: 96%;
	margin: 0 auto;
    font-size:0.8em;
    line-height: 1.5;
	text-align: left;
	bottom:0%;left:0%;
}
}

/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width: 640px) {
/*------------------------------------------------------------
	スマホバーガーメニュー
------------------------------------------------------------*/
#toggle {top:40px;}
#gnavi {display: none;}
#header h1{font-size: 0.7em;line-height: 1.2em;padding: 0em 1%;}
#header .header_inner img.logo {
	float: left;
  height:37px;
	margin-top: 3%;
    transition:all 0.3s;
	margin-bottom: 0%;
}
.header_inner{
	position:relative;
    box-sizing: border-box;
    width: 96%;
	height: 70px;
	padding: 0.2em 1%;
    margin:0 auto;
	text-align:left;
}
.container {
    width: 100%;
	padding: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;
}
	.mgs {
	margin-bottom:1em;
}
	.mgms {
	margin-bottom:2em;
}
.boxitem_02{width: 100%;margin-bottom: 3%;}
.boxitem_03,.boxitem_03-02{width: 100%; margin-bottom: 3%;}
.boxitem_03-1{width: 100%;
    height: auto;
    display: block;
    margin-bottom: 3%;}
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
#footer {padding: 4em 0 0em;}
.footer_inner{width: 100%; display: block;padding: 0em 5%;box-sizing: border-box;}
.footer_inner .footer,.ft_ad{padding: 0%;width: 100%;}
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
#fnavi {
	position:relative;
	width:100%;
	top: 0px;
    right: 0%;
	 display:block;
	margin: 0 auto;
}
#fnavi ul {
	width: 100%;
    position:relative;
    display: block;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 0%;
}
.ft_box {box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
    margin: 0 auto 2em;
	display: block;
}
.ft_navi {
    width: 100%;
    border-left-width: 0;
	margin-top: 0em;
    padding: 0em 0 2em;
	font-size: 1em;
	text-align: left;
}
.pagetop {display: none;}
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
.sp_footmenu_02{display:block;position: fixed;bottom:0;z-index: 3000;background-color: #ad9271;}
.copyright {
	width: 96%;
	margin: 0 auto;
    font-size:0.8em;
    line-height: 1.5;
	text-align: left;
	bottom:0%;left:0%;
	padding-top: 10px;
	padding-bottom: 80px;
}
}
