@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;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#333;
	background-color: #e8f3f3;
	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;
	overflow-x: hidden;
}
@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;
}


#wrapper {
    flex: 1 1 auto;
	overflow: hidden;
}
.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: 120px;
    box-sizing: border-box;
    z-index: 3000;
	background-color: #e8f3f3;
	padding: 1%;
}
h1.seo_h1{width: 100%; padding: 0;margin: 0 auto;font-weight: normal;font-size: 0.7em;text-align: left;}
#header h1 img {
	float: left;
  height:60px;
	margin-top: 0%;
    transition:all 0.3s;
}
.header_inner{
	position:relative;
    box-sizing: border-box;
    width: 100%;
	height: 70px;
	padding: 0.2em 30px;
    margin:0 auto;
	text-align:left;
	background-color: #ffffff;
	border-radius: 10px;
}
nav{display: block;}

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


#toggle span {
    background-color: #666;
    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:500px;
    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 {
	position:absolute;
	width:900px;
	top:10px;
	height: 70px;
    right: 10%;
	z-index:3001;
}
#gnavi ul {
    position:relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#gnavi ul li {
	position:relative;
    box-sizing: border-box;
	height: 50px;
	border-left: solid 1px #000000;
}

#gnavi ul li a {
    font-size:14px;
	text-align: center;
	display:block;
    padding: 0.6em 20px;
	transition:all 0.3s;
	color:#da551b;
}
#gnavi ul li a span {
    font-size:10px;
	display:block;
    padding: 0.2em 20px;
	transition:all 0.3s;
	color:#000000;
}
#gnavi ul li:hover {
    color: #C1C1C1;
}
#gnavi ul li.contact:hover{background-color: #868685;}



/* フレックスボックス */
.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_06{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:flex-start;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;}
.flexbox_05 {
  display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
  width: 1100px;
  margin: 0 auto;
}
.flex_box::after{
  content:"";
  display: block;
  width:31%;
}

.flexbox_05::after{
  content:"";
  display: block;
  width:19%;
}
.boxitem_02{width: 48%;
    height: auto;
    display: block;
    margin-bottom: 2%;}
.boxitem_03{width: 31%;
    height: auto;
    display: block;
    margin-bottom: 0.6%;}
.box-item04{width: 23%;display: inline-block;margin:1% 0 0;height: auto;}
.box-item05{width: 19%;margin:1% 0; }
.boxitem_03 img,.box-item04 img,.box-item06 img,.boxitem_02 img{width: 100%;}

.box-item04 a{background-image: url("../img/list_mark.svg"); background-repeat: no-repeat;background-size: 20px;padding-left: 25px; display: block;line-height: 1.6;margin-bottom: 2%;text-align: left;}
.box-item04 a:visited{color: #ffffff;}
.box-item05 > img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.box-item06{width: 14%;display: inline-block;margin:1% 1%;height: auto;}


.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;
}

.mt5per{margin-top: 5%;}



#footer {
    padding: 5em 0 0;
    background-color: #f8f063;
    color: #231815;
}
.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{background-color: #f8f063;padding: 2%;width: 200px;}
.footer_inner .footer img {
	float: none;
  width: 100%;
	margin-top: 0.4%;
    transition:all 0.3s;
}
.ft-ad{padding-left: 25px;margin-top: 2%;}
/* アイコンを配置したい要素に「position: relative;」を記述 */
li.info{
  position: relative;
}

li.info::before {
  /* 基本的に変更しないプロパティ */  
  content: '';
  position: absolute;
  top: 0.2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  /* アイコンとテキストの間隔を調整するプロパティ */
  left: -24px;

  /* アイコンの上下位置を調整するプロパティ */
  transform: translateY(5%);

  /* アイコンのサイズを調整するプロパティ */
  width: 1em;
  height: 1em;

  
}
li.ad::before {/* 表示させるアイコンのパスを指定 */background-image: url("../img/fotter_ad_icon_pc.svg");}
li.tel::before {/* 表示させるアイコンのパスを指定 */background-image: url("../img/fotter_tel_icon_pc.svg");}
li.fax::before {/* 表示させるアイコンのパスを指定 */background-image: url("../img/fotter_fax_icon_pc.svg");}
li.mail::before {/* 表示させるアイコンのパスを指定 */background-image: url("../img/fotter_mail_icon_pc.svg");margin-top: 0.2em;}
.w_mail{width: 200px;}

.ft_ad{width: 40%;}
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
#fnavi {
	position:relative;
	display: flex;
	width:60%;
	top: 20px;
    left: 0%;
}
#fnavi ul {
	width: 50%;
    position:relative;
    display: block;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 3%;
}
#fnavi ul li{line-height: 30px;}

#fnavi ul li a {
    font-size:15px;
	display:block;
    padding: 0 10px;
	transition:all 0.3s;
	color:#231815;
}
#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;
}
.credit {
    width: 28%;
    text-align: left;
    display: block;
   align-items: flex-start;
    flex-direction: column;
}

.ft_navi {
	padding: 0;
	text-align:left; 
	font-size: 1em;
	line-height: 1.6em;
}
.footer_h3{margin-top: 5%;}
.ft_navy{background-color: #1c2a55;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;
}
.pc_group_navi{background-color: #110A56; position: fixed; top: 0px; left: 0px; width: 100%; height: 70px; margin: 0px; z-index: 99999;padding: 0.4% 0% 0.4%;}
.sp_group_navi{display: none;}
.foot_sitemap{display:none;}
.sp_footmenu_02{display: none;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width: 1000px) {
#header {
	position: fixed;
	width: 100%;
	height: 110px;
    box-sizing: border-box;
    z-index: 3000;
	background-color: #e8f3f3;
	padding: 1%;
}
h1.seo_h1{box-sizing: border-box;
    width: 100%; padding: 0 20px;margin: 0 auto;font-weight: normal;font-size: 0.7em;text-align: left;}
#header h1 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;}
.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;
}
	
	
.flexbox_05 {
  display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
  width: 100%;
  margin: 0 auto;
}	
.box-item05 > img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}	
	
.ft_box {
    width: 100%;
	box-sizing: border-box;
    padding: 0 5%;
    margin: 0 auto 5em;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.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%;
}



.box-item04{width: 24.4%;display: inline-block;margin:2% 0 0;height: auto;}
.box-item04 a{background-image: url("../img/list_mark.svg"); background-repeat: no-repeat;background-size: 13px;padding-left: 14px; display: block;line-height: 13px;font-size: 0.8em; margin-bottom: 4%;text-align: left;}

.sp_group_navi{display: none;}
.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) {
body {
	font-size: 0.84em;
}
/*------------------------------------------------------------
	スマホバーガーメニュー
------------------------------------------------------------*/
#navi {
    width:100%;
height:98vh;
}
#toggle {top:10px;}
#gnavi {display: none;}
#header h1 img {
	float: left;
  width: auto;
	height: 50px;
    transition:all 0.3s;
	margin-top: 1.4%;
}
h1.seo_h1{box-sizing: border-box;
    width: 100%; padding: 0 5%;margin: 0 auto;font-weight: normal;font-size: 0.7em;text-align: left;}
.header_inner{
	position:relative;
    box-sizing: border-box;
    width: 96%;
	height: 70px;
	padding: 0.2em 5%;
    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%;}
	
.box-item05{width: 49%;margin:1% 0; }
.box-item05 > img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.box-item06{width: 31%;display: inline-block;margin:1% 1%;height: auto;}
#footer {
    padding: 4em 0 0;
}
.ft_ad,.footer_inner{width: 100%; display: block;}
.footer_inner .footer{background-color: #f8f063;padding: 2%;width: 30%;}
.footer_inner .footer img {
	float:none;
  width: 100%;
	margin-top: 0.4%;
    transition:all 0.3s;
	margin-bottom: 5%;
}
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
#fnavi {
	position:relative;
	width:100%;
	top: 0px;
    right: 0%;
	 display: none;
}

.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: 2em;
    padding: 0em 0 2em;
	font-size: 1.14em;
	text-align: left;
}
.footer_h3{margin-top: 0%;}

.pc_group_navi{display: none;}
.sp_group_navi{background-color: #110A56; position: fixed; bottom: 0px; left: 0px; width: 100%; height: auto; margin: 0px; z-index: 99999;padding: 1% 0% 1%; border-top: solid 1px #ffffff;}
.foot_sitemap{display: block;}
.pagetop {display: none;}
	
/* サイトマップボタン */
.foot_sitemap {
  width: auto;
  margin: 30px auto;
}
.foot_sitemap input {
  display: none;
}
/*続きを読むボタン*/
.foot_sitemap label {
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: auto;
  padding: 1em 1em;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
	background-color: #e69116;
}
/*＋マーク*/
.foot_sitemap label::after {
  position: absolute;
  content: '';
  right: 16px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  clip-path: polygon(0 40%, 40% 40%, 40% 0, 60% 0, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0 60%);
}
.foot_sitemap label:hover::after {
  color: #ffffff;
}
/*hover*/
.foot_sitemap label:hover {
  transition: all 0.3s;
  color: #ffffff;
  background: rgba(35, 24, 21 ,0.7);
}
.foot_sitemap label:hover::after {
  background: #ffffff;
}
/*-マーク*/
.foot_sitemap input:checked ~ label::after {
  background: #ffffff;
  clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
}
/*hover*/
.foot_sitemap input:checked ~ label:hover::after {
  background: #ffffff;
}
.foot_sitemap div.cp_container2 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  margin-top: 8px;
}
.foot_sitemap input:checked ~ div.cp_container2 {
  transition: height 0.5s ease-in-out;
}
/* 高さを設定 */
.foot_sitemap input:checked ~ div.cp_container2 {
  height: auto;
}
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
.sp_footmenu_02{display:block;position: fixed;bottom:0;z-index: 3000;}
#sp_fnavi {
	position:relative;
	display: block;
	width:90%;
	top: 20px;
    left: 10%;
	margin-bottom: 20px;
}
#sp_fnavi ul {
	width: 100%;
    position:relative;
    display: block;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 0%;
}
#sp_fnavi ul li{line-height: 30px;}

#sp_fnavi ul li a {
    font-size:16px;
	display:block;
    padding: 0 10px;
	transition:all 0.3s;
	color:#231815;
}

}
