﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "utf-8";
/* --------------------------------------------------
	全体
-------------------------------------------------- */
#zone_sheet, #zone_sheet_top {
  width: 100%;
  z-index: 0;
}
@media (max-width: 1614px) {
  .col_textarea_full {
    margin-bottom: 20px;
    font-size: 1em;
  }
  .textarea_op_kiji {
    padding: 0;
    width: auto;
  }
  .textarea_op_kiji > img {
    width: 90%;
    margin-left: 5%;
  }
  .textarea_op_kiji .in_imgwrap {
    width: 90%;
    margin-left: 5%;
  }
}
#zone_topstage {
  max-width: 100vw;
  margin: 0 auto;transform: translate3d(0,0,0);
}
#zone_topstage img {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
/* 基本　*/
#zone_top_floor {
  margin: 0 auto;
  width: auto;
  padding: 0px 0px;
}
#zone_header {
  height: 122px;
  font-size: 0.7em;
}
/* パンくずエリア */
.zone_pankuzu_div *, .zone_pankuzu_div *:after, .zone_pankuzu_div *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.zone_pankuzu_div {
  margin:0 auto;
  padding-bottom: 0em;
  color: #CBCBD0;
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
}
.zone_pankuzu_div a {
  text-decoration: none;
}
.zone_pankuzu_div a span {
  color: #CBCBD0;
}
.zone_pankuzu_div .zone_pankuzu {
    padding-left: 0;
    margin: -1em 0 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.zone_pankuzu_div li {
  display: inline-block;
  position: relative;
  top: 3px;
  padding-right: calc(16px + 8px);
  margin-right: 8px;
  color: #4d4d4d;
}
.zone_pankuzu_div li::before {
  content: '›';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.zone_pankuzu li a{
  color: #00408b!important;
  transition: .3s;
}
.zone_pankuzu li a:hover{
  opacity: .5;
}
.zone_pankuzu_div li:last-child {
  margin-right: 0;
  padding-right: 0;
/*  color: #5c8e50;*/
}
.zone_pankuzu_div li:last-child::before {
  content: normal;
}
@media (max-width : 768px) {
  .zone_pankuzu_div {
    padding: .1em 2em;
    margin: 0;
    margin-bottom: 1em;
    border-radius: 0;
    font-size: .7em;
  }
  .zone_pankuzu_div li:last-child {
    /*width: 120px;*/ /* 要素の横幅を指定 */
    white-space: nowrap; /* 横幅のMAXに達しても改行しない */
    overflow: hidden; /* ハミ出した部分を隠す */
    text-overflow: ellipsis; /* 「…」と省略 */
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
  }
  .zone_pankuzu_div li:last-child::before {
    content: normal;
  }
  .zone_pankuzu_div li:nth-child(3) {
    /*width: 100px;*/ /* 要素の横幅を指定 */
    white-space: nowrap; /* 横幅のMAXに達しても改行しない */
    overflow: hidden; /* ハミ出した部分を隠す */
    text-overflow: ellipsis; /* 「…」と省略 */
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
  }
}
/* --------------------------------------------------
	第二層（middle_floor）
-------------------------------------------------- */
/* 基本　*/
#zone_middle_floor {
  margin: 0 auto;
  max-width: calc(100% - 300px);
  overflow: hidden;
}
/* トップページのステージ */
#zone_stage {
  margin: 0px auto;
  width: 100%;
}
/* サブページのステージ */
#zone_substage {
  background: url("../image/common/sub-stage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
  width: auto;
  padding-top: 1em;
  display: flex;
 align-items: center;
	justify-content: center;
	position: relative;
}
#zone_substage::before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  background-image: linear-gradient(45deg, rgba(134, 188, 66, 0.4), rgba(150, 224, 224, 0.4));
}
#zone_substage img{
	position: absolute;
	content: "";
	bottom:-1px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
}

.zone_substage_title{
	position: absolute;
    top: calc(50% + 1em);
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
	color:#fff; 
	text-shadow: 5px 5px 10px rgba(0,0,0,1);
	width: 100%;
	text-align: center;
/*
	margin: 0 1em;
*/
}
.zone_substage_title > h1{
    letter-spacing: 5px;
	line-height: 1.3;
}
.zone_substage_title > span{
	display: block;
	margin: 1em 0 0 0;
}
/* ボディ領域  */
#zone_body {
  width: auto;
}
/* メインエリア  */
#zone_mainarea {
  height: 98%;
  margin-top: 0px; /*	position: relative; */
}
@media (min-width : 1200px) {
	
	#zone_substage img{
		bottom:-3px;
	}
}
@media (max-width : 768px) {
	#zone_middle_floor {
		max-width: 85%;
		width: auto;
	 }
	/* サブページのステージ */
	.zone_sabstage_title{
		width: 180px;
	}
	.zone_sabstage_title img{
		max-width: 130px;
		width: 100%;
	}
	#zone_substage {
		height: 400px!important;
	}
}
#zone_mainarea_1col {
  margin: 0 auto;
}
#zone_mainarea.top {
  margin: 0 !important;
  max-width: initial;
  padding: 0;
  height: 0;
}
@media (max-width : 428px) {
	#zone_substage img{
		display: none;
	}
	.zone_pankuzu_div .zone_pankuzu{
		margin-top: 1em;
	}
	.zone_substage_title > h1{
		margin-top: 2em;
	}

}
/*.sp_padding {
  padding: 0 10px;
}*/
/* --------------------------------------------------
	第三層（bottom_floor）
-------------------------------------------------- */
/* 基本 */
#zone_bottom_floor {
  margin: 10em auto 0 auto;
  width: 100%;
}
.zone_bottom_floor_margin0{
	margin: 0 auto!important;
}
/* フッター */
#zone_footer {
  background-color: #fff;
  background-image: url("../image/common/bg-footer.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  margin: 0 auto;
  color: white;
}