@charset "utf-8";
/* CSS Document */

.textWhite{
	color:#fff;
}
.marginBottom0{
	padding-bottom:0 !important;
}

.headerTopic{
	height:218px;
	width:308px;
	position:absolute;
	right:0;
	top:180px;
	background-image:url(../images/voice.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center top;
}
.heros{
	display: block;
	max-width: 600px;
	text-align: center;
	margin: 0px auto;
	width: 96%;
}
.headerTopic a{
	width:100%;
	height:40px;
	display:block;
	position:absolute;
	bottom:0;
	text-align:center;
	background-color:#00ABBB;
	color:#fff;
	line-height:40px;
	text-decoration:none;
	transition: all 0.3s;
}
.headerTopic a::after{
	position:absolute;
	right:8px;
	content:"＞";
	transition: all 0.5s;
}
.headerTopic a:hover{
	opacity:0.7;
	transition: all 0.5s;
}
.headerTopic a:hover::after{
	position:absolute;
	transform:translate(8px, 0);
	transition: all 0.2s;
}
#imageArea {
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: 520px;
    overflow: hidden;
    background-size: cover;
	background-position:center center;
}
#headerArea{
	background-color: rgba(136, 168, 193, 0.4) !important;
}
.catchCopy{
	margin: 50px auto 60px auto;
	width: 100%;
	text-align: center;
}
.catchCopy span span{
	display: inline-block;
	height: 50px;
	width: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.catchCopy span span.heros{
	background-image: url("../images/copys_31.svg") ;
	max-width: 700px;
}
span.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
}
span.c-marker.is-active{
    background-position: 0% bottom;
}
.section{
	width: 100%;
    overflow: hidden;
    padding-top: 35px;
	padding-bottom:40px;
}
h2{
	margin-top: 50px;
	font-weight: bold;
	font-size:1.5em;
}
.section h3{
	font-size:1.1em;
	margin-bottom:20px;
}
.imgTriple{
	display:flex;
	justify-content:center;
	align-items:center;
}
.imgTriple div{
	width:33.33%;
	text-align:center;
}
.imgTriple div img{
	width:100%;
}
.imgTriple div p{
	margin-top:4px;
}
.double,.triple{
	overflow:hidden;
}
.double iflame{
	width: 100%;
	height: 400px;
}
.double div:first-child{
	width:48%;
	margin-right:2%;
	float:left;
}
.double div:nth-child(2){
	width:48%;
	margin-left:2%;
	float:left;
}
.triple div:first-child{
	width:32%;
	margin-right:1.333%;
	float:left;
}
.triple div:nth-child(2){
	width:32%;
	margin:0 0.666%;
	float:left;
}
.triple div:last-child{
	width:32%;
	margin-left:1.333%;
	float:left;
}
.plantName{
	font-size:30px;
	line-height:42px;
	margin-bottom:20px;
	color:#00ABBB;
	font-weight:bold;
}
.lead{
	line-height:1.5em;
	margin-bottom:20px;
	color:#00ABBB;
	font-weight:bold;
}
.lead3{
	line-height:1.25em;
	margin-bottom:20px;
	color:#00ABBB;
	font-weight:bold;
	font-size:1.4em;
	text-align:center;
	letter-spacing:2px;
}
.lead4{
	line-height:1.5em;
	margin-bottom:20px;
	color:#00ABBB;
	font-weight:bold;
	font-size:1.8em;
	text-align:center;
	letter-spacing:2px;
}
.double p,.triple p{
	line-height:1.25em;
}
.map{
	margin-bottom:8px;
}
.pointNumber{
	border-top:1px solid #222;
	padding-top:10px;
	font-size:1.2em;
	color:#00ABBB;
	padding-bottom:8px;
	letter-spacing:1px;
}
p.caption{
	margin-top:8px;
	line-height:1.2;
	font-size:0.9em;
}
p.capTtl{
	margin:12px 0;
	line-height:1.2;
	font-size:1.05em;
	font-weight:bold;
}
a.columnLink{
	text-decoration:none;
	color:#000;
}
p.more{
	text-align:right;
	margin-top:4px;
	padding-right:3.2em;
	font-weight:normal;
	position:relative;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	cursor:pointer;
}
p.more:hover{
	color:#00ABBB;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
p.more:after{
	position:absolute;
	right:1em;
	content:"";
	height:1em;
	width:1.5em;
	background-image:url(../images/img-more-arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
p.more:hover:after{
	right:8px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
img.scheme{
	margin:60px auto;
}
.overView{
	overflow:hidden;
}
.overView div:first-child{
	float:left;
	width:63%;
	margin-right:2%;
}
.overView div:nth-child(2){
	float:left;
	width:35%;
}
.overView img{
	width:100%;
}
.overView p{
	margin-bottom:20px;
	color:#00ABBB;
}
.overView ul{
	font-size:0.95em;
}
.overView ul li{
	margin-bottom:8px;
	display:flex;
}
.overView ul li span{
	display:inline-block;
}
.overView ul li span:first-child{
	width:10em;
	margin-right:20px;
}
.contact{
	text-align:center;
}
.contact a{
}

.btn-6{
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 40px auto;
  background-color: #00ABBB;
  text-decoration:none;
  text-align:center;
  width:50%;
  max-width:480px;
  min-width:300px;
}
.btn-6 span{
  display: block;
  padding: 10px 80px;
}
.btn-6::before, .btn-6::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.btn-6 p{
	display:block;
	position:relative;
}
.btn-6 p:after{
	content:"＞";
	position:absolute;
	top:calc(50% - 0.5em);
	right:20px;
	transition: all 0.2s linear;
}
.btn-6 p:hover:after{
	right:8px;
	transition: all 0.1s linear;
}

.btn-6 span::before, .btn-6 span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.btn-6:hover::before, .btn-6:hover::after{
  width: 100%;
}
.btn-6:hover span::before, .btn-6:hover span::after{
  height: 100%;
}

.btn-6::before{
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}
.btn-6::after{
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-6 span::before{
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6 span::after{
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6:hover::before, .btn-6:hover::after{
  left: 0;
}
.btn-6:hover span::before, .btn-6:hover span::after{
  top: 0;
}


p.cap{
	clear:both;
	font-size:0.9em;
	padding:4px 0;
}
p.caption{
	clear:both;
	font-size:1em;
	padding:10px 0;
}
.lead2{
	line-height:1.5em;
	margin-bottom:20px;
	color:#00ABBB;
	font-weight:bold;
	font-size:1.4em;
	text-align:left;
	padding:0px 0 0 0;
}
.double{
	padding-top:0;
}

/*  */

.imageArea-heros {
    background-image: url(../images/head.jpg) !important;
}
.double img{
	max-width:100%;
	width:100%;
	margin-bottom:10px;
}
.triple img{
	width:100%;	
}

.fifth{
	display:flex;
	justify-content:space-around;
	align-content:center;
}
.fifth div{
	width:18%;
	margin:0 1%;
}
.fifth div img{
	width:100%;
}

.insta img{
	display:inline-block;
	width:1em;
	height:1em;
	padding-top:3px;
}
.flex{
	display:flex;
	margin:0 0 30px 0;
}
.double .blueBack:first-child{
	width:42%;
}
.double .blueBack:last-child{
	width:54%;
}
.blueBack{
	padding:20px;
	background-color:#00ABBB;
	min-height:150px;
}
.blueBack p{
	width:100%;
	color:#fff;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.blueBack p:first-child{
	font-size:1.2em;
}
.double .blueBack:last-child p:last-child{
	font-size:1.1em;
}
.blueBack p span{
	display:inline-block;
	padding:4px;
	background-color:#fff;
	color:#00ABBB;
	margin-right:6px;
}
.blueBack a{
	color:#fff;
}
.borderTop{
	border-top:2px solid #D5D5D5;
}
.bnrArea{
	margin-bottom:20px;
}
.section iframe{
	
}
.yt-wrapper {
  position: relative;
  width: 100%;
	margin-bottom:60px;
}
.yt-wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.entryArea {
    position: relative;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
}
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
    /* Display only in the smartphone */
.triple div{
	padding-bottom:30px;
}
.triple img{
	width:100%;
	margin:5px auto;
}

.triple div:first-child{
	width:96%;
	margin:10px auto;
	float:none;
}
.triple div:nth-child(2){
	width:96%;
	margin:10px auto;
	float:none;
}
.triple div:last-child{
	width:96%;
	margin:10px auto;
	float:none;
}
.double div:first-child{
	width:96%;
	margin:10px auto;
	float:none;
}
.double div:nth-child(2){
	width:96%;
	margin:10px auto;
	float:none;
}
.imageText br{
	display:none;
}

#imageArea {
    min-width: 100%;
}
.tabnav li{
	height:auto;
	
}
.flex{
	display:block;
	margin:0 0 30px 0;
}
.double .blueBack:first-child{
	width:100%;
	word-wrap:break-word;
}
.double .blueBack:last-child{
	width:100%;
}
.double .blueBack:last-child span{
	margin-bottom:4px;
}
.tamp{
	text-align:center;
}
	.lead,.lead2{
	padding-left: 10px;
		padding-right: 10px;
}
#imageArea {
    position: relative;
    width: 100%;
    height: 0;
	padding-top: 67.7%;
    overflow: hidden;
    background-size: contain;
    background-position: center center;
	background-repeat: no-repeat;
}
.imageArea-heros {
    background-image: url(../images/head_sp.jpg) !important;
}

}
