@charset "utf-8";

/*スライドショー*/
.main_imgBox {
    height: 100vh;
    overflow: hidden;
    position: relative;
	z-index: -1!important;
}
.main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 12s 0s infinite;
    animation: anime 12s 0s infinite;
}
.main_img:nth-of-type(1){
	background-image: url("../image/sitetop/top-01.jpg");
	background-size: cover;
	background-position: top center;
}
.main_img:nth-of-type(2) {
	background-image: url("../image/sitetop/top-02.jpg");
	background-size: cover;
	background-position: center center;
      -webkit-animation-delay: 4s;
      animation-delay: 4s;
}

.main_img:nth-of-type(3) {
	background-image: url("../image/sitetop/top-03.jpg");
	background-size: cover;
	background-position: top center;
      -webkit-animation-delay: 8s;
      animation-delay: 8s;
}


@keyframes anime {
  0% {
        opacity: 0;
        z-index:999;
    }
    10% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
   90% {
	   opacity: 0;
		transform: scale(1);
      	z-index:0;
	}
}
.fv_p{
	z-index: 9999999!important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top:5em;
	height: 100vh;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif !important;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 3px 5px #494949;
}
@media screen and (max-width:768px){
	.main_imgBox{
		max-height: 600px;
	}
	.main_img:nth-of-type(1){
	background-image: url("../image/sitetop/top-01-sp.jpg");
	background-position: top top;
	}
	.main_img:nth-of-type(2) {
	background-image: url("../image/sitetop/top-02-sp.jpg");
	background-position: top top;
	}
	.main_img:nth-of-type(3) {
	background-image: url("../image/sitetop/top-03-sp.jpg");
}
	.fv_p{
		padding-bottom: 2em;
		font-size: 1.1em;
	}


}

/* --------------------------------------------------
	全体
-------------------------------------------------- */
#zone_sheet {
  overflow-x: hidden;
  width: 100%;
}
#zone_sheet_top {
  width: 100%;
}
/* --------------------------------------------------
	ヘッダー層（incg-header）
-------------------------------------------------- */
/* サイト内検索のinputの装飾 */
input#bpts_keywords1 {
  margin-top: 5px;
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 162px;
  height: 20px;
  padding: 2px 12px;
  border: 1px solid #ddd;
  color: #828c9a;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0084B4;
  background: #e7f0f9;
  color: #fff;
  color: #476fb6;
  border-color: #0084B4;
  border-color: #bbb;
}



/* --------------------------------------------------
	最上層（top_floor）
-------------------------------------------------- */
#zone_header {
	height: 110px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-size: cover;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.6);
	backdrop-filter: blur(10px);
}
/*サイトタイトル*/
.zone_header_title {
  text-align: left;
  line-height: 1.5;
  margin: 1em 2.5em 1em 1em;
	font-size: .9em;
	transition: 0.5s;	
}
.zone_header_title:hover{
	opacity: .7;
}
.zone_header_title h1{
	font-family: 'Zen Maru Gothic', sans-serif!important;
}
.zone_header_title .pink,
h5 .pink{
	color: #ff7b89; 
	font-size: .8em;
	font-weight: bold;
}
.zone_header_title .small,
h5 .small{
	font-size: .6em;
}
.zone_header_title .large,
h5 .large{
	font-size: 1.2em;
	font-weight: bold;
}
.zone_header_title a {
  font-size: clamp(1.188rem, 1.074rem + 0.57vw, 1.5rem);
  text-decoration: none;
  font-weight: normal;
  padding: 1em 0;
}
@media (max-width: 768px) {
	  #zone_header {
	  height: 100px;
  	}
  	.zone_header_title {
	  text-align: center;
	  margin: 0 auto;
	}
  .zone_header_title a em{
		display: block;
		margin-bottom: -1em;
	}
}
.zone_header_title a:hover {
  text-decoration: none;
}
.zone_misc {
  position: relative;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zone_misc li {
  margin: -.1em;
}
.zone_misc li a {
  box-sizing: border-box;
  background: #DBE9B7;
  font-size: .8em;
  text-decoration: none;
  padding: .5em 1em;
  margin: 0;
  transition: .4s;
}
.zone_misc li:nth-child(2) a {
  background: #BCD9D9;
}
.zone_misc li:nth-child(3) a {
  background: #F4DADA;
}
.zone_misc li a:hover {
  background: #A3B081;
  color: #fff;
  text-decoration: none;
}
.zone_misc li:nth-child(2) a:hover {
  background: #6F9E9E;
  color: #fff;
  text-decoration: none;
}
.zone_misc li:nth-child(3) a:hover {
  background: #D7ACAC;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .zone_misc {
    display: none;
  }
}
/*メニューの幅*/
.zone_mainmenu {
  z-index: 1;
  font-size: .9em;
  background-color: transparent;
  margin: 1em 1em 1em 0;

}
/*メニューの幅*/
.zone_mainmenu nav div {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  /*タイトルとメニュー横並び*/
  /*メニューの幅*/
  .zone_mainmenu {
    position: absolute;
    top: 136px;
    right: 0;
  }
  .zone_header_flex {
    display: block;
    height: 58px;
    margin-bottom: 4em;
  }
  .zone_headre_title {
    margin-bottom: 1em;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
}
/* パンくずエリア */
.zone_pankuzu_div *, .zone_pankuzu_div *:after, .zone_pankuzu_div *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.zone_pankuzu_div {
  max-width: 1200px;
  color: #9EC0E4;
  font-size: 0.7em;
	margin-bottom: 2em;
}
.zone_pankuzu_div a {
  text-decoration: none;
}
.zone_pankuzu_div a span {
  color: #9EC0E4;
}
.zone_pankuzu_div .zone_pankuzu {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zone_pankuzu_div li {
  display: inline-block;
  position: relative;
  top: 3px;
  padding-right: calc(16px + 8px);
  margin-right: 8px;
  color: #A3A9B5;
}
.zone_pankuzu_div li::before {
  content: '›';
  width: 1.2em;
  height: 1.2em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zone_pankuzu_div li:first-child img {
  margin-right: 10px;
}
.zone_pankuzu_div li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #43B5B4;
}
.zone_pankuzu_div li:last-child::before {
  content: normal;
}
.zone_pankuzu_div img {
  width: 15px;
  vertical-align: -15%;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .zone_pankuzu_div {
    font-size: .7em;
    text-align: center;
  }
}
/* ヘッダー右（サイトマップetc）のエリア*/
.zone_header_right .misc, .zone_header_right .top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: auto;
  margin: 0;
  padding: 0 2em;
}
.zone_header_right .misc li a {
  color: #fff;
  padding: 0 .4em;
  display: block;
  transition: .4s;
  width: auto;
  height: 2em;
  font-size: 11px;
  text-decoration: none;
  line-height: 2em;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: bold;
}
.zone_header_right .misc li a:hover { /* hoverで色変更 */
  color: #fff;
}
/*検索の虫眼鏡*/
/*検索窓のエリア*/
#search-wrap {
  top: 10px;
  right: 10px;
}
/*テキスト入力input設定*/
#search-text {
  -webkit-appearance: none; /*SafariやChromeのデフォルトの設定を無効*/
  width: 20px; /*テキスト入力エリアが伸びる前の横幅*/
  height: 20px;
  padding: 6px;
  border: none;
  background: #C9C9C9 url("../image/common/icon-search.svg") no-repeat 6px center; /*虫眼鏡アイコンを背景に表示*/
  background-size: 24px 24px;
  transition: all 0.5s; /*transitionを使ってスムースに伸ばす*/
  outline: none;
  color: #fff;
  cursor: pointer; /*カーソルを指マークに*/
}
/*テキスト入力inputにフォーカスした時の形状*/
#search-text:focus {
  width: 250px; /*テキスト入力エリアが伸びる後の横幅*/
  padding: 6px 0 6px 60px;
  box-shadow: 0 2px rgba(6, 0, 1, .26);
}
/* 上部のメニュー */
.zone_header_right .top_menu li a {
  padding: 0 1.2em;
  font-size: .92em;
}
@media (max-width: 768px) {
  .zone_header_right .misc, .zone_header_right .top_menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
  }
}
/* --------------------------------------------------
	第二層（middle_floor）
-------------------------------------------------- */
/* 基本　*/
#zone_middle_floor {
  margin: 0 auto;
  padding: 1em 2em 3em;
}
/* トップページのステージ */
#zone_stage {
  margin: 0px auto;
  width: 100%;
}
/* サブページのステージ */
#zone_substage {
	background: url("../image/common/substage_background.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 110px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Zen Maru Gothic', sans-serif !important;
	font-size: 1.5em;
}

@media (max-width: 768px){
	#zone_substage {
		height: 80px;
	}
}/* メインエリア  */
#zone_mainarea {
  height: 98%;
}
@media (min-width: 769px) {
  #zone_mainarea {
    /*サイドメニューより高さを出す*/
    min-height: 380px;
  }
}
#zone_mainarea_1col {
  margin: 0 auto;
  max-width: 1100px;
  height: 98%;
}
#zone_mainarea.top {
  margin: 0;
}
@media (max-width: 768px) {
  #zone_mainarea.top {
    margin: 0;
    height: 100%;
  }
}
/* サイドエリア サブ　*/
#zone_sidearea_sub {
  /* サイドメニューを左に持ってくる場合 */ float: left;
  /* サイドメニューを右に持ってくる場合 float:none; */
  width: 235px;
  height: auto; /* 高さライトサイドに合わせるときに有効にする */
  margin-left: 5px;
  margin-top: 18px;
}
@media (max-width: 768px) {
  #zone_body, #zone_mainarea, #zone_sidearea_sub {
    float: none;
    margin: 0px;
    width: auto;
    margin-bottom: 10px;
  }
  #zone_sidearea_sub { /*背景前面塗用*/
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    background: rgb(230, 230, 230);
  }
}
/* --------------------------------------------------
	第三層（bottom_floor）
-------------------------------------------------- */
/* 基本 */
#zone_bottom_floor {}
/* フッター */
#zone_footer {
  overflow: hidden;
  margin: 0 auto;
  align-items: center;
}
