/*!
Theme Name: nursery
Theme URI: https://www.marvins.co.jp/
Author: Marvins
Author URI: https://www.marvins.co.jp/
Description: こどもの森各保育園のテーマです。
Version: 1.0.0
Text Domain: nursery
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@font-face {
font-family: 'HuiFont';
src: url('font/HuiFont.woff')
}


/* =========================================================
 common
========================================================= */

html{
	font-size:62.5%;
}
body{
	font-size:1.6rem;
	font-family: din-2014, source-han-sans-cjk-ja, sans-serif;
	color:#122b41;
  background-image:url(img/common/pat_fab1.png);
  background-repeat:repeat;
  -webkit-text-size-adjust: 100%;/* for safari landscape */
}
body * {
  box-sizing:border-box;
}


/* a
--------------------------------------------------------- */
a,a:link,a:visited,a:active{
	text-decoration:none;
	color:#062e47;
}
* img {
  width:100%;
	height:auto;
  vertical-align:bottom; /* for bottom space reset */
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow:hidden;
}
#main {
  display:block;/* for IE */
}
#main h2,
#main h3,
#main h4 {
  font-family:fot-tsukuardgothic-std, sans-serif;
  font-style:normal;
  font-weight:700;
}
#main p,
#main li,
#main dt,
#main dd {
  letter-spacing:0.075em;
}

/* swiper nav */

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image:url(img/common/arrow_slider_l.svg);
  left: 5px;
  right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image:url(img/common/arrow_slider_r.svg);
  right: 5px;
  left: auto
}
.swiper-button-next,
.swiper-button-prev {
 position:absolute;
 top:40%;
 width:36px;
 height:35px;
 margin-top:-22px;
 z-index:10;
 cursor:pointer;
 background-size:36px 35px;
 background-position:center;
 background-repeat:no-repeat;
 transition:all ease 0.3s;
}

/* =========================================================
 header
========================================================= */

header .logo span {
  letter-spacing:0.2em;
}


/* PC用 769px～ */
@media screen and (min-width: 769px) {

/* =========================================================
 common
========================================================= */

.pc {
  display:block;
}
.sp {
  display:none;
}
a[href^="tel:"] {
    pointer-events: none;
}

/* swiper nav */

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity:0.6;
}

/* button
--------------------------------------------------------- */
.button {
  width:525px;
}
.button a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:525px;
	background-size:100% auto;
	color:#fff;
	letter-spacing:0.1em;
  transition: ease all .3s;
}
.button a span{
  background-image:url(img/common/arrow.svg);
	background-size:31px 11px;
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:42px;
}
.button a:hover {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity:0.6;
}

/* #gnavSpFix
--------------------------------------------------------- */
#gnavSpFix {
	display:none;
}
/* #gnav Sp
--------------------------------------------------------- */
#gnav{
	position:absolute;
	top:67px;
	right:50px;
	z-index:2;
}
#gnav ul{
	display:flex;
}
#gnav ul li{
	margin-left:60px;
}
#gnav ul li:first-child{
	margin-left:0;
}
#gnav ul li:nth-child(n+6){
	display:none;
}
#gnav ul li a{
	color:#fff;
	letter-spacing:0.2em;
	display: inline-block;
  transition: .3s;
	position: relative;
	line-height:1.8;
}
#gnav ul li a:hover {
  opacity:0.6;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
#gnav .btnMenuClose{
	display:none;
}

/* btnPagetop
--------------------------------------------------------- */
.btnPagetop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  background:url(img/common/btn_pagetop.png) no-repeat 0 0;
  opacity:0.8;
  z-index:9999;
  transition:all ease 0.3s;
}
.btnPagetop:hover {
  opacity:0.6;
}

/* header
--------------------------------------------------------- */
header {
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C */
}
/* TopPage */
body.home header {
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C */
}

/* logo */

header .logo {
  position:absolute;
  top:35px;
  left:40px;
  color:#fff;
  z-index:5;
}
header .logo img {
  width:auto;
  height:30px;
}
header .logo span {
  display:block;
  margin-bottom:15px;
  font-size:1.4rem;
  font-weight:bold;
}
header .logo span .markTree {
  width:16px;
  height:14px;
  margin-right:0.5em;
  fill:#fff;
}

/* #mainVisual
--------------------------------------------------------- */

#mainVisual {
  position:relative;
}
#mainVisual:after {
  position:absolute;
  bottom:0;
  content:"";
  width:100%;
  height:70px;
  z-index:2;
  line-height:0;
  background-image:url(img/mask_mainv.png);
  background-size:cover;
}
#mainVisual .catch {
  position:absolute;
  right:0;
  left:0;
  bottom:136px;
  width:1200px;
  height:auto;
  margin:0 auto;
  z-index:3;
}
#mainVisual .catch img {
  width:590px;
  height:113px;
  margin:0 auto;
  filter: drop-shadow(0 0 5px rgba(160, 160, 160, 0.3));
  z-index:3;
}
#mainVisual .deco {
  width:1200px;
  margin:0 auto;
  position:absolute;
  right:0;
  left:0;
  bottom:-50px;
  z-index:3;
}
#mainVisual .deco img.tree {
	width:184px;
	height:161px;
}
#mainVisual .deco img.bird {
  float:right;
	width:103px;
	height:121px;
}
.swiperMainv.sp{
	display:none;
}
.swiperMainv.pc{
	display:block;
}
.swiperMainv .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 880px;  /*全画面表示 */
}

/* #secOurapproach
--------------------------------------------------------- */
#secOurapproach {
  padding-bottom:80px;
  background:url(img/ourapproach/greentriangle.png) no-repeat 0 0;
  background-repeat:no-repeat;
  background-position:right 5vw bottom 400px;
  background-size:217px 231px;
}
#secOurapproach .inner {
  position:relative;
  width:1200px;
  margin:0 auto;
}
#secOurapproach .inner:before {
  position:absolute;
  top:270px;
  left:0;
  content:"";
  width:192px;
  height:171px;
  background:url(img/ourapproach/yellowdot.png) no-repeat 0 0;
}
#secOurapproach .lead {
  margin-bottom:30px;
	padding:80px 0;
	background:url(img/ourapproach/waveline.png) no-repeat	center bottom;
	text-align:center;
}
#secOurapproach .lead p{
	font-size:1.8rem;
	line-height:3;
	letter-spacing:0.2em;
}
#secOurapproach .boxWrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
  width:1200px;
  margin:0 auto;
}
#secOurapproach .boxWrap a{
	display:block;
	position:relative;
	width:250px;
  height:auto;
}
#secOurapproach .boxWrap a:hover svg {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity:0.6;
  transition:all ease 0.5s;
}
#secOurapproach .boxWrap a > svg > img{
	width:250px;
}
#secOurapproach .boxWrap a:before{
	content:"";
	display:block;
	background-size:100% auto;
  background-repeat:no-repeat;
	position:absolute;
}
#secOurapproach .boxWrap a .txt{
	margin:1.3vw auto 0 auto;
  height:22px;
}
#secOurapproach .boxWrap a .txt img{
  height:22px;
}
/* education */
#secOurapproach .boxWrap a:nth-child(1){
}
#secOurapproach .boxWrap a:nth-child(1):before{
	width:108px;
	height:90px;
	background-image:url(img/ourapproach/sp_book_pen.png);
	top:10px;
	right:10px;
}
#secOurapproach .boxWrap a:nth-child(1) .txt{
	width:140px;
}
/* safety */
#secOurapproach .boxWrap a:nth-child(2){
}
#secOurapproach .boxWrap a:nth-child(2):before{
	width:65px;
	height:82px;
	background-image:url(img/ourapproach/sp_hand.png);
	bottom:40px;
	right:10px;
}
#secOurapproach .boxWrap a:nth-child(2) .txt{
	width:138px;
}
/* food */
#secOurapproach .boxWrap a:nth-child(3):before{
	width:54px;
	height:67px;
	background-image:url(img/ourapproach/sp_platter.png);
	top:0;
	right:0;
}
#secOurapproach .boxWrap a:nth-child(3) .txt{
	width:140px;
}
/* service */
#secOurapproach .boxWrap a:nth-child(4){
}
#secOurapproach .boxWrap a:nth-child(4):before{
	width:70px;
	height:71px;
	background-image:url(img/ourapproach/sp_bag.png);
	bottom:40px;
	left:20px;
}
#secOurapproach .boxWrap a:nth-child(4) .txt{
	width:226px;
}

/* button */
#secOurapproach .button{
	margin:100px auto 0 auto;
}
#secOurapproach .button a{
	background-image:url(img/ourapproach/btn.svg);
	height:100px;
}

/* #secDay
--------------------------------------------------------- */
#secDay .head{
	position:relative;
}
#secDay .head:before{
	content:"";
	display:block;
	width:100%;
	height:200px;
	background-image:url(img/day/head_pc.png);
	background-position:center bottom;
}
#secDay .head img{
	display:none;
}
#secDay .body {
  position:relative;
  padding-bottom:123px; /* for bottom mask */
  background-image:url(img/common/bg_tag.png);
  background-repeat:repeat;
}
#secDay .body h2{
	padding:44px 0 818px 149px;
	width:750px;
	margin:0 auto;
	position:relative;
}
#secDay .body h2 img{
	width:369px;
}
#secDay .body h2:before{
	content:"";
	display:block;
	width:161px;
	height:170px;
	background-image:url(img/day/badge.png);
	position:absolute;
	top:-135px;
	left:61px;
}
#secDay .body .smoke {
	display:none;
}
/* swiper */
#secDay .swiperDay {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
}
#secDay .swiperDay .swiper-wrapper {
  padding-top:142px;
}
#secDay .swiperDay .swiper-slide {
  position:relative;
  text-align:center;
}
#secDay .swiperDay svg {
  width:691px;
  height:485px;
}
#secDay .swiperDay svg image {
  width:100%;
  height:auto;
}
#secDay .swiperDay .txt {
  width:520px;
  margin-right:auto;
  margin-left:auto;
  padding-bottom:77px;
}
#secDay .swiperDay .txt h3 {
  line-height:1.8em;
  padding-top:60px;
  padding-bottom:40px;
  color:#fff;
  font-size:2.6rem;
  letter-spacing:0.2em;
  text-align:center;
}
#secDay .swiperDay .txt p {
  line-height:2.0em;
  font-size:1.8rem;
	letter-spacing:0.075em;
}
#secDay .time {
  position:absolute;
  top:-142px;
  right:14px;
  width:198px;
	height:228px;
	padding:100px 0 82px 0;
  text-align:center;
	background-image:url(img/day/smoke.png);
	background-size:198px 221px;
	background-repeat:no-repeat;
}
#secDay .time img {
  width:100%;
  height:39px;
}
#secDay .swiperDay .swiper-wrapper .swiper-slide-prev,
#secDay .swiperDay .swiper-wrapper .swiper-slide-next{
	opacity:0.4;
}
#secDay .swiperDay .prevDay{
	top:450px;
	left:30%;
}
#secDay .swiperDay .nextDay{
	top:450px;
	right:30%;
}
#secDay .swiperDay .swiper-wrapper .swiper-slide-active{
	position:relative;
}
#secDay .swiperDay .swiper-wrapper .swiper-slide-active:before{
	content:"";
	display:block;
	width:192px;
	height:169px;
	background-image:url(img/day/pat_dot_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	top:-20px;
	left:-20px;
}
#secDay .swiperDay .swiper-wrapper .swiper-slide-active:after{
	content:"";
	display:block;
	width:217px;
	height:231px;
	background-image:url(img/day/pat_triangle_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	top:424px;
	right:-70px;
	z-index:-1;
}

/* parts */

#secDay .patDot {
	display:none;
}
#secDay .patDot .yellowDot {
  width:100%;
  fill:#ffff60;
}
#secDay .body .maskBtm {
  position:absolute;
  bottom:0;
  width:100%;
  height:123px;
  z-index:2;
  line-height:0;
  background-image:url(img/day/bottom_pc.png);
  background-repeat:no-repeat;
  background-size:cover;
}

/* #secEvent
--------------------------------------------------------- */
#secEvent{
	margin:-80px 0 0 0;
}
#secEvent .head{
	position:relative;
	z-index:2;
}
#secEvent .head:before{
	content:"";
	display:block;
	width:100%;
	height:221px;
	background-image:url(img/event/head_pc.png);
	background-position:center bottom;
}
#secEvent .head img{
	display:none;
}
#secEvent .maskBtm {
  position:absolute;
  bottom:0;
  width:100%;
  height:140px;
  z-index:2;
  line-height:0;
  background-image:url(img/event/bottom_pc.png);
  background-repeat:no-repeat;
  background-size:cover;
}
#secEvent .body {
  position:relative;
  padding-bottom:140px; /* for bottom mask */
  background-image:url(img/common/bg_tag.png);
  background-repeat:repeat;
}
#secEvent .body h2{
	padding:35px 0 0 187px;
	width:750px;
	margin:0 auto;
	position:relative;
}
#secEvent .body h2 img{
	width:331px;
}
#secEvent .body h2:before{
	content:"";
	display:block;
	width:161px;
	height:170px;
	background-image:url(img/event/badge.png);
	position:absolute;
	bottom:25px;
	left:42px;
	z-index:3;
  opacity:0;
}
/* tab contents */

#secEvent .tabGroup{
  width:730px;
  height:60px;
  margin-top:44px;
  margin-right:auto;
  margin-left:auto;
	display: flex;
  justify-content:space-between;
  align-items:flex-end;
}
#secEvent .tab{
  width:170px;
  line-height:50px;
	list-style:none;
	border-radius: 10px 10px 0 0;
  background-image:url(img/event/pat_craft_dark.png);
	text-align:center;
  color:#fff;
  font-family:fot-tsukuardgothic-std, sans-serif;
  font-style:normal;
  font-weight:700;
	font-size:2.2rem;
	cursor:pointer;
}
#secEvent .tab.active{
  line-height:60px;
  background-image:url(img/common/pat_ppr1.png);
  color:#122b41;
	transition: all 0.2s ease-out;
}
#secEvent .tab:hover {
  line-height:60px;
	transition: all 0.2s ease-out;
}
#secEvent .panelGroup{
  width:100%;
  margin-right:auto;
  margin-left:auto;
  padding-top:60px;
  padding-bottom:8vw;
  background-image:url(img/event/eve_pat_bg1_pc.png),
  url(img/event/eve_pat_st-triangle.png),
  url(img/common/pat_ppr1.png);
  background-repeat:no-repeat,no-repeat,repeat;
  background-position:left top,left bottom,left top;
  background-size:100% auto,292px auto,auto auto;
}
#secEvent .panel{
	/*display:none;*/ /*swiperはdisplay:xxx;で切り替えない*/
  height:0;/* height:0にするため、panelにはpaddingやmarginつけない*/
  overflow:hidden;
  position:relative;
}
#secEvent .panel.show{
  height:auto;
  overflow:visible;
}
/* swiper */
#secEvent .swiper {
  width:1240px;
  margin-right:auto;
  margin-left:auto;
}
#secEvent .swiper .swiper-slide {
	display:flex;
	justify-content:center;
	padding-bottom:45px;
	background-image:url(img/event/eve_pat_bg2_pc.png);
	background-repeat:no-repeat;
	background-size:191px auto;
	background-position:bottom 4px left 213px;
}
#secEvent .swiper svg {
  width:700px;
  height:500px;
	order:2;
}
#secEvent .swiper .txt {
	order:1;
  width:290px;
	margin-right:60px;
}
#secEvent .swiper .txt h3 {
  line-height:1;
  padding-top:136px;
  padding-bottom:45px;
  font-size:3.0rem;
  letter-spacing:0.2em;
}
#secEvent .swiper .txt p {
  line-height:2.0em;
  text-align:justify;
  color:#122b41;
  font-size:1.8rem;
	letter-spacing:0.025em;
}
/* item */
#secEvent .panel .item1,
#secEvent .panel .item2{
  z-index:3;
  position:absolute;
}
#secEvent .panel .item1 img,
#secEvent .panel .item2 img{
  width:100%;
  height:auto;
}
/* spring */
#secEvent .panel#spring{
	width:1240px;
	margin:0 auto;
	position:relative;
}
#secEvent .panel#spring .item1{
  top:0;
  left:415px;
  width:123px;
}
#secEvent .panel#spring .item2{
  top:344px;
  right:58px;
  width:104px;
}
/* summer */
#secEvent .panel#summer{
	width:1240px;
	margin:0 auto;
	position:relative;
}
#secEvent .panel#summer .item1{
  position:absolute;
  top:-19px;
  left:439px;
  width:154px;
}
#secEvent .panel#summer .item2{
  position:absolute;
  top:400px;
  right:41px;
  width:167px;
}
/* autumn */
#secEvent .panel#autumn{
	width:1240px;
	margin:0 auto;
	position:relative;
}
#secEvent .panel#autumn .item1{
  position:absolute;
  top:-20px;
  left:420px;
  width:195px;
}
#secEvent .panel#autumn .item2{
  position:absolute;
  top:385px;
  right:41px;
  width:150px;
}
/* winter */
#secEvent .panel#winter{
	width:1240px;
	margin:0 auto;
	position:relative;
}
#secEvent .panel#winter .item1{
  position:absolute;
  top:-39px;
  left:451px;
  width:154px;
}
#secEvent .panel#winter .item2{
  position:absolute;
  top:350px;
  right:38px;
  width:173px;
}

/* list */
#secEvent .listWrap {
  position:relative;
  width:1089px;
  margin-right:auto;
  margin-left:auto;
  background-image:url(img/event/eve_list_head_pc.png);
  background-position:0 0,0 bottom;
  background-repeat:no-repeat,no-repeat;
  background-size:100% auto,100% auto;
}
#secEvent .listWrap h3 {
  position:absolute;
  top:-11px;
  right:0;
  left:0;
  text-align:center;
  font-size:2.6rem;
  letter-spacing:0.2em;
}
#secEvent .listWrap h3 span {
  padding:0 30px;
    background:url(img/common/pat_ppr1.png) no-repeat 0 0;
}
#secEvent .listWrap .list {
  background-image:url(img/event/eve_list_side_pc.png),url(img/event/eve_list_bottom_pc.png);
  background-position:0 5px,0 bottom;
  background-repeat:repeat-y,no-repeat;
  background-size:100% auto,100% auto;
}
#secEvent .listWrap .list ul {
  display:flex;
  flex-wrap:wrap;
  padding:50px 130px;
}
#secEvent .listWrap .list ul li {
  position:relative;
  width:268px;
  line-height:1.6em;
	font-size:1.8rem;
  margin-right:1%;
  margin-top:0.5em;
  padding-left:1em;
}
#secEvent .listWrap .list ul li:before {
  position:absolute;
  top:7px;
  left:0;
  content:"";
  width:6px;
  height:6px;
  background-image:url(img/common/dot_list.svg);
  background-repeat:no-repeat;
  background-size:6px 6px;
}
#secEvent .listWrap .list ul li.parent:after,
#secEvent .listWrap .note:before {
  content:"●";
  color:#f9b2a8;
  font-size:1.8rem;
}
#secEvent .listWrap .note {
  margin-top:1.5em;
	font-size:1.8rem;
}
/* #secActivity
--------------------------------------------------------- */
#secActivity{
	position:relative;
	background-color:#dff7e9;
	margin:85px 0 10px 0;
	padding:126px 0 0 0;
	background-image:
		url(img/activity/cloud1.png),
		url(img/activity/cloud2.png),
		url(img/activity/cloud3.png),
		url(img/activity/cloud4.png),
		url(img/activity/cloud5.png),
		url(img/activity/cloud6.png);
		background-size:
		325px auto,
		251px auto,
		362px auto,
		274px auto,
		388px auto,
		269px auto;
		background-position:
		right 414px top 211px,
		left 688px top 548px,
		left 179px top 980px,
		right 710px top 1171px,
		right 121px bottom 379px,
		left 330px bottom 162px;
		background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat;
}
#secActivity:before{
	content:"";
	width:100%;
	height:10px;
	background-image:url(img/activity/head_pc.png);
	background-repeat:repeat-x;
	background-size:100% 100%;
	background-position:left bottom;
	display:block;
	position:absolute;
	top:-10px;
	left:0;
}
#secActivity:after{
	content:"";
	width:100%;
	height:10px;
	background-image:url(img/activity/bottom_pc.png),url(img/voice/bg.jpg);
	background-repeat:repeat-x,repeat;
	background-size:100% 100%, auto auto;
	position:absolute;
	bottom:-10px;
	left:0;
}
#secActivity .inner:after{
	content:"";
	width:271px;
	height:194px;
	background-image:url(img/activity/triangle.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	display:block;
	position:absolute;
	top:-55px;
	left:5vw;
}
#secActivity .inner .badge {
	position:absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align:center;
}
#secActivity .inner .badge img{
  position:relative;
  top:30px;
  right:0;
  left:0;
	margin: 0 auto;
  width:100px;
  height:88px;
  z-index: 2;
}
#secActivity .inner .badge:after {
  display:block;
  position:absolute;
  top:0;
  right:0;
  left:0;
	margin: 0 auto;
  content:"";
	width:152px;
	height:152px;
	background-image:url(img/activity/badge_bg.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
  z-index:1;
}

#secActivity h2{
	text-align:center;
	padding:0 0 74px 0;
}
#secActivity h2 img{
	width:385px;
	height:48px;
}
#secActivity .approach{
	display:flex;
	flex-wrap:wrap;
	width:1200px;
	margin:0 auto;
	padding:0 0 90px 0;
}
#secActivity .approach .box{
	width:290px;
	position:relative;
}
#secActivity .approach .box:before{
	content:"";
	width:69px;
	height:100px;
	position:absolute;
	top:-46px;
	left:5px;
	background-repeat:no-repeat;
	background-size:100% auto;
	z-index:2;
}
#secActivity .approach .box:nth-of-type(1){
	margin:0 0 0 40px;
}
#secActivity .approach .box:nth-of-type(1):before{
	background-image:url(img/activity/approach_01.png);
}
#secActivity .approach .box:nth-of-type(2){
	margin:176px 0 0 145px;
}
#secActivity .approach .box:nth-of-type(2):before{
	background-image:url(img/activity/approach_02.png);
}
#secActivity .approach .box:nth-of-type(3){
	margin:311px 0 0 96px;
}
#secActivity .approach .box:nth-of-type(3):before{
	top:0;
	background-image:url(img/activity/approach_03.png);
}
#secActivity .approach .box:nth-of-type(4){
	margin:-155px 0 0 51px;
}
#secActivity .approach .box:nth-of-type(4):before{
	background-image:url(img/activity/approach_04.png);
}
#secActivity .approach .box:nth-of-type(5){
	margin:-5px 0 0 92px;
}
#secActivity .approach .box:nth-of-type(5):before{
	background-image:url(img/activity/approach_05.png);
}
#secActivity .approach .box:nth-of-type(6){
	margin:163px 0 0 148px;
}
#secActivity .approach .box:nth-of-type(6):before{
	background-image:url(img/activity/approach_06.png);
}
#secActivity .approach .box figure{
	position:relative;
}
#secActivity .approach .box:nth-of-type(1) figure{
	padding-top:425px;
}
#secActivity .approach .box:nth-of-type(2) figure{
	padding-top:433px;
}
#secActivity .approach .box:nth-of-type(3) figure{
	padding-top:434px;
}
#secActivity .approach .box:nth-of-type(4) figure{
	padding-top:452px;
}
#secActivity .approach .box:nth-of-type(5) figure{
	padding-top:435px;
}
#secActivity .approach .box:nth-of-type(6) figure{
	padding-top:412px;
}
#secActivity .approach .box figure svg{
	position:absolute;
	top:0;
	height:auto;
	z-index:1;
	box-sizing:border-box;
	background-repeat:no-repeat;
	background-position:right bottom;
}
#secActivity .approach .box:nth-of-type(1) figure svg{
	left:-16px;
	width:371px;
	background-image:url(img/activity/approach_01_bg.png);
	background-size:348px auto;
	padding:0 21px 10px 0;
}
#secActivity .approach .box:nth-of-type(2) figure svg{
	left:-64px;
	width:393px;
	background-image:url(img/activity/approach_02_bg.png);
	background-size:379px auto;
	padding:0 11px 17px 0;
}
#secActivity .approach .box:nth-of-type(3) figure svg{
	right:-47px;
	width:355px;
	background-image:url(img/activity/approach_03_bg.png);
	background-size:340px auto;
	padding:0 11px 12px 0;
}
#secActivity .approach .box:nth-of-type(4) figure svg{
	left:-51px;
	width:378px;
	background-image:url(img/activity/approach_04_bg.png);
	background-size:356px auto;
	padding:0 18px 10px 0;
}
#secActivity .approach .box:nth-of-type(5) figure svg{
	left:-21px;
	width:388px;
	background-image:url(img/activity/approach_05_bg.png);
	background-size:380px auto;
	padding:0 8px 16px 0;
}
#secActivity .approach .box:nth-of-type(6) figure svg{
	right:-27px;
	width:356px;
	background-image:url(img/activity/approach_06_bg.png);
	background-size:346px auto;
	padding:0 5px 10px 0;
}
#secActivity .approach .box h3{
	letter-spacing:0.2em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	text-align:center;
	margin-top:40px;
	font-size:2.0rem;
}
#secActivity .approach .box .target{
	margin:35px 0 0 0;
	padding:12px 0;
	border:solid 1px #84c9a1;
	border-radius:20px;
	text-align:center;
	color:#84c9a1;
  font-size:1.6rem;
	font-weight:bold;
}
#secActivity .approach .box .target small{
	font-size:1.1rem;
}
#secActivity .approach .box .desc{
	margin:40px 0 0 0;
	line-height:2.4;
  font-size:1.8rem;
}
#secActivity .approach .box .note{
  display:block;
  position:relative;
  margin-left:1em;
	margin-top:36px;
	font-size:1.6rem;
	line-height:1.8;
}
#secActivity .approach .box .note:before{
  content:"※";
  position:absolute;
  left:-1em;
	margin-bottom:20px;
	margin-left: 1em;
  text-indent: -1em;
	font-size:1.6rem;
}
#secActivity .approach .box .note + .desc{
  margin-top:20px;
}

/* deco */
#secActivity .approach .box.deco01:after,
#secActivity .approach .box.deco02:after,
#secActivity .approach .box.deco03:after
{
	content:"";
	position:absolute;
	background-repeat:no-repeat;
	background-size:100% auto;
	z-index:1;
}
#secActivity .approach .box.deco01:after{
	width:133px;
	height:81px;
	top:-73px;
	right:-5px;
	background-image:url(img/activity/deco01.png);
}
#secActivity .approach .box.deco02:after{
	width:213px;
	height:94px;
	top:-96px;
	right:-36px;
	background-image:url(img/activity/deco02.png);
}
#secActivity .approach .box.deco03:after{
	width:101px;
	height:132px;
	top:-40px;
	right:-48px;
	background-image:url(img/activity/deco03.png);
}

/* secVoice
--------------------------------------------------------- */
#secVoice{
	background-image:url(img/voice/bg.jpg);
	padding:87px 0 90px 0;
}
#secVoice h2{
	width:633px;
	margin:0 auto;
}
/* swiper */
#secVoice .swiperVoice{
}
#secVoice .swiperVoice .swiper-slide{
}
#secVoice .comment{
	width:690px;
	margin-left:auto;
	margin-right:auto;
}
#secVoice .comment .box{
	position:relative;
	margin:65px 0 0 0;
}
#secVoice .comment .box:before{
	content:"";
	width:54px;
	height:90px;
	position:absolute;
	top:-45px;
	left:36px;
	background-size:100% auto;
	background-repeat:no-repeat;
	z-index:3;
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="0"] .comment .box:before{
	background-image:url(img/voice/num_01.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] .comment .box:before{
	background-image:url(img/voice/num_02.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .comment .box:before{
	background-image:url(img/voice/num_03.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="3"] .comment .box:before{
	background-image:url(img/voice/num_04.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="4"] .comment .box:before{
	background-image:url(img/voice/num_05.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="5"] .comment .box:before{
	background-image:url(img/voice/num_06.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="6"] .comment .box:before{
	background-image:url(img/voice/num_07.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="7"] .comment .box:before{
	background-image:url(img/voice/num_08.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="8"] .comment .box:before{
	background-image:url(img/voice/num_09.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="9"] .comment .box:before{
	background-image:url(img/voice/num_10.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide-prev,
#secVoice .swiperVoice .swiper-wrapper .swiper-slide-next{
	opacity:0.4;
}
#secVoice .swiperVoice .prevVoice{
	top:480px;
	left:15%;
}
#secVoice .swiperVoice .nextVoice{
	top:480px;
	right:15%;
}
#secVoice .comment .box .head{
	position:relative;
}
#secVoice .comment .box .head:before{
	content:"";
	display:block;
	width:690px;
	height:83px;
	background-image:url(img/voice/comment_head_pc.png);
}
#secVoice .comment .box .head:after{
	content:"";
	display:block;
	width:690px;
	height:83px;
	background-image:url(img/voice/comment_tape1.png);
	background-repeat:no-repeat;
	background-position:left 230px top;
	position:absolute;
	top:-27px;
	left:0;
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] .comment .box .head:after,
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="5"] .comment .box .head:after,
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="9"] .comment .box .head:after{
	background-image:url(img/voice/comment_tape2.png);
	background-position:left 230px top;
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .comment .box .head:after,
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="6"] .comment .box .head:after{
	background-image:url(img/voice/comment_tape3.png);
	background-position:left 230px top 6px;
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="3"] .comment .box .head:after,
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="7"] .comment .box .head:after{
	background-image:url(img/voice/comment_tape4.png);
	background-position:left 230px top;
}

#secVoice .comment .box .head img{
	display:none;
}
#secVoice .comment .box .body{
	background-image:url(img/voice/comment_line_pc.png),url(img/voice/comment_bg.jpg);
	background-repeat: repeat-y,repeat;
	background-position:center top,left top;
	padding:0 60px 20px 60px;
}
#secVoice .comment .box .name{
	font-weight:bold;
	color:#0d1d2b;
	text-align:center;
	font-size:1.8rem;
}
#secVoice .comment .box .name em{
	margin-right:10px;
	font-size:3.2rem;
	font-style:normal;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
  letter-spacing:0.1em;
}
#secVoice .comment .box figure{
	margin:30px 0 0 0;
	text-align:center;
	position:relative;
}
#secVoice .comment .box figure figcaption{
	position:absolute;
	top:-10px;
	right:10px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	font-size:1.8rem;
}
#secVoice .comment .box .txt{
	margin-top:45px;
  padding-right:1em;
	font-family: 'HuiFont', sans-serif;
	line-height:2;
	letter-spacing:0.1em;
	overflow-y:scroll;
	height:400px;
	scrollbar-color:#f99c8f #fff2e8;
	scrollbar-width: thin;
	font-size:1.8rem;
}

/* scrollbar */
#secVoice .comment .box .txt::-webkit-scrollbar {
	width:10px;
	height:10px;
}
#secVoice .comment .box .txt::-webkit-scrollbar-track {
	background:#fff2e8;
}
#secVoice .comment .box .txt::-webkit-scrollbar-corner {
		background:#fff2e8;
}
#secVoice .comment .box .txt::-webkit-scrollbar-thumb {
	background:#f99c8f;
	border-radius: 12px;
}

/* for js scrollbar */

#secVoice .comment .box .ps__thumb-y {
  display:none;
}
#secVoice .comment .box .ps__rail-y {
    opacity: 0!important;
    display:none;
}

/* ----- enquete ----- */
#secVoice .enquete{
	/*display:none;*/
  width:1200px;
	margin:84px auto 0 auto;
	padding:47px 107px 50px 77px;
	position:relative;
	border:solid 10px #f9b2a8;
	border-radius:20px;
	background-color:#fff;
	background-image:url(img/voice/enq_pat_bg.png),url(img/voice/enq_answer_bg.png);
	background-repeat:no-repeat,no-repeat;
	background-position:left 73px bottom 69px,left 396px bottom 66px;
}
#secVoice .enquete:before{
	content:"";
	width:260px;
	height:10px;
	background:#fff;
	position:absolute;
	top:-10px;
	left:0;
	display:block;
	margin:0 470px;
}
#secVoice .enquete .heading{
	position:absolute;
	top:-38px;
	left:50%;
	width:207px;
	transform: translate(-50%, 0);
}
#secVoice .enquete h3{
	margin:0 auto 30px auto;
  padding-left:50px;
	text-align:center;
	width:503px;
}
#secVoice .enquete .question{
	position:relative;
	padding:0 0 0 74px;

  width:50%;
  font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	font-size:2.2rem;
	color:#142b40;
	letter-spacing:0.2em;
	line-height:2;
	display:inline-block;
	vertical-align:top;
}
#secVoice .enquete .question:before{
	content:"";
	display:block;
	width:34px;
	height:118px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(img/voice/enquete_q.svg);
	background-size:34px 118px;
	background-position:left top;
}
/* graphWrap */
#secVoice .enquete .graphWrap{
	display:inline-block;
  position: relative;
  width:413px;
  height:413px;
  margin:0 0 0 33px;
}
#secVoice .enquete .graphWrap .chart{
	position:relative;
  width:412px;
  height:412px;
}
#secVoice .enquete .graphWrap .chart .ct-series-a .ct-slice-donut {
  stroke: #f9b2a8;
}
#secVoice .enquete .graphWrap .chart .ct-series-b .ct-slice-donut {
  stroke: #ffccc5;
}
#secVoice .enquete .graphWrap .chart .ct-series-c .ct-slice-donut {
  stroke: #ffdfda;
}
#secVoice .enquete .graphWrap .chart .ct-series-d .ct-slice-donut {
  stroke: #d1d1d1;
}
#secVoice .enquete .graphWrap .chart .ct-series-e .ct-slice-donut {
  stroke: #e8e8e8;
}
#secVoice .enquete .graphWrap .total{
  position:absolute;
  top:50%;
  left:50%;
	transform:translate(-50%, -52%);
  margin:0 auto;
  text-align:center;
}
#secVoice .enquete .graphWrap .total .comment{
  position:relative;
	font-weight:bold;
	font-size:1.8rem;
	padding-top:38px;
}
#secVoice .enquete .graphWrap .total .comment:before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  width:45px;
  height:28px;
  margin: 0 auto;
	background-image:url(img/voice/enquete_clown.svg);
	background-size:45px 28px;
	background-repeat:no-repeat;
	background-position:0 0;
}
#secVoice .enquete .graphWrap .total .results{
	margin:10px 0 0 0;
  padding-top:0;
	font-size:7rem;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing:0;
}
#secVoice .enquete .graphWrap .total .results span{
	font-size:3.0rem;
}
#secVoice .enquete .graphWrap .ct-label {
  fill: rgba(20, 43, 64, 0.8);
  color:rgba(20, 43, 64, 0.8);
  font-size:1.5rem !important;
  line-height: 1;
}
.fukidashi1,
.fukidashi2{
	position:absolute;
	background-repeat:no-repeat;
	background-size: contain;
	box-sizing:border-box;
	color:#fff;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
  text-align:center;
}
.fukidashi1 p,
.fukidashi2 p{
  line-height:1.6;
  letter-spacing:0.025em;
  font-size:1.6rem;
}
.fukidashi1{
	top:-26px;
	left:348px;
	background-image:url(img/voice/graph_fukidashi1.png);
	width:162px;
	height:205px;
	padding:40px 13px 48px 64px;
	transform:rotate(-15deg);
}
.fukidashi2 {
  bottom:-11px;
	left:320px;
	width:155px;
	height:150px;
  padding:45px 15px 20px 60px;
  background-image:url(img/voice/graph_fukidashi2.png);
  transform: rotate(10deg);
}

/* secGuide
--------------------------------------------------------- */
#secGuide{
	overflow:hidden;
	position:relative;
  padding-top:102px;
  padding-bottom:55px;
  background-image:url(img/voice/bg.jpg);
	background-repeat:repeat;
  background-position:0 0;
  background-size:auto auto;
}
#secGuide:before{
	content:"";
	width:284px;
	height:241px;
	position:absolute;
	top:680px;
	right:8vw;
	background-image:url(img/guide/pat_triangle.svg);
	background-repeat:no-repeat;
	background-size:284px 241px;
	z-index:3;
}
#secGuide:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 55px;
  z-index: 5;
  line-height: 0;
  background-image: url(img/guide/bottom_pc.svg),url(img/common/pat_fab1.png);
  background-repeat: no-repeat,repeat;
  background-size: 1920px 1486px,auto auto;
  background-position: center bottom,0 0;
}
#secGuide .inner {
  background-image:url(img/guide/head_pc.svg);
  background-repeat:no-repeat;
  background-position:top center;
  background-size:1920px 2870px;
}
#secGuide .head{
  position:relative;
  width:100%;
  height:260px;
}
#secGuide h2{
	position:absolute;
	top:-102px;
	left:30%;
}
#secGuide h2 img{
	width:494px;
  height:206px;
}
#secGuide h3{
	margin:0 0 31px 0;
	background-image:url(img/guide/subtitle.svg);
	background-repeat:no-repeat;
	background-size:317px 19px;
	padding-bottom:33px;
	background-position:center bottom;
	text-align:center;
	color:#122b41;
	font-size:2.6rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	letter-spacing:0.4em;
}
#secGuide figure{
  position:relative;
  width:772px;
  margin:0 auto 50px auto;
  text-align:center;
}
#secGuide figure svg{
  width:772px;
  height:576px;
}
#secGuide figure:before{
	content:"";
	width:402px;
	height:61px;
	position:absolute;
	top:-20px;
	right:83px;
	background-image:url(img/guide/txt_welcome.svg);
	background-repeat:no-repeat;
	background-size:402px 61px;
}

/* outline */
#secGuide .outline{
  width:1200px;
  margin-right:auto;
  margin-left:auto;
	background-color:#fbe1dd;
	background-image:url(img/guide/outline_bg.png);
	background-repeat:no-repeat;
	background-size:123px 320px;
	background-position:bottom 600px right 100px;
}
#secGuide .outline dl{
	display:flex;
  width:780px;
	flex-wrap:wrap;
	line-height:1.6;
	margin:0 auto;
	letter-spacing:0.2em;
}
#secGuide .outline dl dt{
	width:25%;
	margin-top:1em;
	padding-bottom:1em;
	border-bottom:dotted 1px #8fa3b5;
	font-weight:bold;
}
#secGuide .outline dl dd{
	width:75%;
	margin-top:1em;
	padding-bottom:1em;
	border-bottom:dotted 1px #8fa3b5;
}
#secGuide .outline dl dt:first-of-type,
#secGuide .outline dl dd:first-of-type{
	margin-top:0;
}
#secGuide .outline dl dt:last-of-type,
#secGuide .outline dl dd:last-of-type{
	padding-bottom:0;
	border-bottom:none;
}
#secGuide .outline .map{
  width:1200px;
	margin:80px auto 0 auto;
	padding-bottom:80px;
}
#secGuide .outline .map iframe{
	width:100%;
	height:520px;
}

/* ----- priceTemporary ----- */
#secGuide .priceTemporary{
	padding:50px 0 80px 0;
	background-color:#fbe1dd;
}
#secGuide .priceTemporary p{
	padding:20px 0 20px 0;
  text-align:center;
}

/* ----- price ----- */
#secGuide .price{
	display:none;
	padding:50px 0 50px 0;
	background-color:#fbe1dd;
}

/* .kind */
#secGuide .price .kind{
	position:relative;
  width:1200px;
	margin:100px auto 0 auto;
	padding:100px;
	border-radius:20px;
	background-color:#fff;
}
#secGuide .price .kind .heading{
	position:absolute;
	top:-30px;
	left:0;
  right:0;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
}
#secGuide .price .kind dl{
	display:flex;
	flex-wrap:wrap;
	line-height:1.6;
  width:630px;
  margin-right:auto;
  margin-left:auto;
	letter-spacing:0.2em;
}
#secGuide .price .kind dl dt{
	width:30%;
	margin-top:18px;
	padding-bottom:18px;
	border-bottom:dashed 1px #8fa3b5;
	font-weight:bold;
}
#secGuide .price .kind dl dd{
	width:70%;
	margin-top:18px;
	padding-bottom:18px;
	border-bottom:dashed 1px #8fa3b5;
}
#secGuide .price .kind dl dd .note{
	position:relative;
	list-style:none;
	margin-left: 1em;
	padding-left:1em;
	text-indent:-1em;
	font-size:1.3rem;
}
#secGuide .price .kind dl dd .note:before{
  position:absolute;
	top:0;
	left:0;
	content: '※';
}
#secGuide .price .kind h4{
	margin:0 auto 0 auto;
	text-align:center;
	color:#122b41;
	font-size:1.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	letter-spacing:0.1em;
}
#secGuide .price .kind h4 span{
	display:inline-block;
	padding:8px 6px;
	border:1px solid #122b41;
	border-right:none;
  border-left:none;
}
#secGuide .price .kind table{
	width:100%;
	line-height:1.6;
	margin:25px 0 0 0;
	border-collapse:separate; /*for dot line*/
  border-spacing:0; /*for dot line*/
	border:dotted 2px #122b41;
	font-size:1.5rem;
}
#secGuide .price .kind table th{
	padding:8px .3em;
	border-right:dotted 2px #122b41;
	border-bottom:dotted 2px #122b41;
	color:#fff;
	letter-spacing:0.1em;
	vertical-align:middle;
}
#secGuide .price .kind table td{
	padding:8px .3em;
	border-right:dotted 2px #122b41;
	border-bottom:dotted 2px #122b41;
	text-align:center;
	color:#142b40;
	font-weight:bold;
	vertical-align:middle;
}
#secGuide .price .kind table th:last-child,
#secGuide .price .kind table td:last-child {
	border-right:none;
}
#secGuide .price .kind table tr:last-child * {
	border-bottom:none;
}
#secGuide .price .kind .remarks{
	margin-top:40px;
}
#secGuide .price .kind .remarks li{
  margin-top:10px;
}

/* cource */
#secGuide .courceWrap {
  display:flex;
  justify-content:space-between;
  margin-top:50px;
}
#secGuide .cource {
  width:45%;
}

/* monthly */
#secGuide .price .monthly .heading img{
	width:202px;
  height:auto;
}
#secGuide .price .monthly table th{
	background-color:#f9b2a8;
}
#secGuide .price .monthly table td.age{
	border-bottom:none;
	background-color:#ffe1dd;
}

/* momentary */
#secGuide .price .momentary {
  display:flex;
  justify-content:space-between;
}
#secGuide .price .momentary .heading img{
	width:179px;
  height:auto;
}
#secGuide .price .momentary dl,
#secGuide .price .momentary table {
  width:45%;
  margin-top:0;
  margin-left:0;
}
#secGuide .price .momentary table th{
  border-bottom:none;
	background-color:#84c9a1;
}
#secGuide .price .momentary table tr:first-child th {
	border-bottom:dotted 2px #122b41;
}
#secGuide .price .momentary table td.age{
	border-bottom:none;
	background-color:#dff7e9;
}

/* faq
--------------------------------------------------------- */
#secFaq{
  position:relative;
	padding:80px 0 40px 0;
}
#secFaq h2{
	text-align:center;
}
#secFaq h2 img{
	width:437px;
  height:164px;
}
#secFaq .list{
  width:930px;
	margin:40px auto 0 auto;
}
#secFaq .list dl{
	font-size:1.8rem;
	line-height:1.7;
}
#secFaq .list dl:nth-child(n+2){
	margin-top:-3px;
}
#secFaq .list dl dt{
	font-weight:bold;
	letter-spacing:0.1em;
	border:solid 3px #fad5d0;
	padding:15px 30px 15px 80px;
	background-image:url(img/faq/q.svg);
	background-size:36px 37px;
	background-repeat:no-repeat;
	background-position:left 20px top 10px;
	position:relative;
	cursor:pointer;
	transition: all ease-out 0.3s;
}
#secFaq .list dl dt:hover{
  opacity:0.6;
}
#secFaq .list dl dt:after{
	content:"";
	position:absolute;
	top:50%;
	right:20px;
	transform: translate(0, -50%);
	width:22px;
	height:22px;
	background-image:url(img/faq/plus.svg);
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
}
#secFaq .list dl dt.active:after{
	background-image:url(img/faq/minus.svg);
}
#secFaq .list dl dd{
  position:relative;
	display:none;
	letter-spacing:0.1em;
	padding:25px 0 30px 83px;
}
#secFaq .list dl dd:before{
  position:absolute;
  content:"";
  left:20px;
  width:50px;
  height:50px;
	background-image:url(img/faq/a.svg);
	background-size:38px 36px;
	background-repeat:no-repeat;
	background-position:0 0;
}


/* #secBlog
--------------------------------------------------------- */
#secBlog{
  position:relative;
	background-image:url(img/blog/bg_body.png);
  background-position:0 112px;
  background-repeat:repeat-x;
}
#secBlog:after{
  content:"";
  position:absolute;
  bottom:-14px;
  left:0;
  width:100%;
  height:14px;
  background:url(img/blog/bg_body_bottom.png) repeat-x left bottom;
  z-index:2;
}
#secBlog:before{
  content:"";
  position:absolute;
  bottom:0;
  left:50px;
  width:327px;
  height:317px;
  background-image:url(img/blog/pat.svg);
  background-repeat:no-repeat;
  background-position:left bottom;
  background-size:327px 317px;
  z-index:0;
}
#secBlog .inner{
  width:1200px;
  margin-right:auto;
  margin-left:auto;
  padding-top:50px;
  padding-bottom:50px;
}
#secBlog h2{
  text-align:center;
}
#secBlog h2 img{
	width:408px;
  height:211px;
}
#secBlog article a{
	display:block;
}
#secBlog article figure img{
  width:290px;
  height:auto;
}
#secBlog article time{
	margin:30px 0 0 0;
	display:block;
	color:#84c9a1;
	font-size:1.4rem;
	letter-spacing:0.1em;
	text-align:center;
}
#secBlog article .desc{
	margin:17px 0 0 0;
  text-align:center;
	color:#142b40;
	font-size:1.8rem;
  font-family:fot-tsukuardgothic-std, sans-serif;
  font-style:normal;
  font-weight:700;
	letter-spacing:0.1em;
}
#secBlog article .desc .newMark {
  display:inline-block;
  content:"";
  width:43px;
  height:20px;
  margin-left:5px;
  background-image:url(img/blog/new.svg);
  background-repeat:no-repeat;
  background-size:43px 20px;
  vertical-align:bottom;
}
/* Swiper */
#secBlog .swiper-container {
  padding:0 80px;
}
#secBlog .swiper-button-next,
#secBlog .swiper-button-prev {
 top:50%;
}
#secBlog .nothing{
	width:100%;
	text-align:center;
}
/* button */
#secBlog .button{
	margin:56px auto 0 auto;
}
#secBlog .button a{
	height:80px;
	background-image:url(img/blog/btn.svg);
}

/* secVicinity
--------------------------------------------------------- */
#secVicinity{
  position:relative;
	background-image:url(img/vicinity/bg.png);
	background-repeat:repeat;
	padding:80px 0 80px 0;
}
#secVicinity .inner {
  width:1200px;
  margin-right:auto;
  margin-left:auto;
}
#secVicinity h2{
	margin:0 0 37px 0;
	text-align:center;
}
#secVicinity h2 img{
	width:289px;
  height:110px;
}
#secVicinity .list {
	display:flex;
	flex-wrap:wrap;
  margin-top:50px;
}
#secVicinity .list a{
	display:flex;
  flex-direction:column;
	position:relative;
  width:31%;
	padding:50px 30px 30px;
	background-color:#fff;
	text-decoration:none;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	color:#142b40;
  transition:all ease 0.5s;
	margin-left:3.5%;
}
#secVicinity .list a:nth-child(3n+1){
	margin-left:0;
}
#secVicinity .list a:hover:not(.noLink){
  margin-top:-10px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  opacity:0.8;
}
#secVicinity .list a:before{
	content:"";
  border-bottom: 36px solid transparent;
  border-left: 36px solid #b6dfc7;
	position:absolute;
	top:-8px;
	left:-8px;
  opacity:0.8;
}
#secVicinity .list a:after{
	position:absolute;
	bottom:-8px;
	right:-8px;
	content:"";
  border-top: 36px solid transparent;
  border-right: 36px solid #b6dfc7;
  opacity:0.8;
}
#secVicinity .list a:nth-child(even):before{
  border-left-color:#fed4ce;
}
#secVicinity .list a:nth-child(even):after{
  border-right-color:#fed4ce;
}
#secVicinity .list a .desc{
}
#secVicinity .list a .desc dl dt{
	width:206px;
  height:43px;
  line-height:43px;
	margin-bottom:20px;
	padding-left:5px;
	background-image:url(img/vicinity/ribbon.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	font-size:1.4rem;
	font-weight:bold;
	letter-spacing:0.075em;
}
#secVicinity .list a .desc dl dd{
	line-height:1.6;
  padding-left:5px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	font-size:1.8rem;
	letter-spacing:0.1em;
}
#secVicinity .list a .photo{
  margin-top:40px;
}
#secVicinity .button{
	margin:56px auto 0 auto;
}
#secVicinity .button a{
	height:80px;
	background-image:url(img/vicinity/btn.svg);
}


/* =========================================================
 footer
========================================================= */

#footer {
  margin-bottom:150px;
}
#footer .information{
	background-color:#f9b2a8;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:50px 0;
}
#footer .information .title{
	width:148px;
	height:148px;
	background-image:url(img/common/footer_info_bg.svg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
#footer .information .title span{
	font-weight:bold;
	letter-spacing:0.2em;
	font-size:2.4rem;
	line-height:1.6;
  font-family:fot-tsukuardgothic-std, sans-serif;
}
#footer .information .txt{
	margin:0 0 0 5vw;
	letter-spacing:0.2em;
	font-size:1.8rem;
	line-height:1.4;
}
#footer .information .txt .tel{
	display:block;
	font-size:5.4rem;
	margin:10px 0 0 0;
	font-weight:bold;
	letter-spacing:0.075em;
	line-height:1;
	white-space: nowrap;
}
#footer small{
  display:block;
	margin:40px 0;
	text-align:center;
	letter-spacing:0.1em;
	font-size:1.4rem;
}

/* =========================================================
 #main
========================================================= */
#main.subPage{
	width:1200px;
	margin:auto;
}
#main.subPage.single{
	width:800px;
	margin:auto;
}

/* archiveList
--------------------------------------------------------- */
#archiveList h2{
	width:443px;
	margin:0 auto;
}
#archiveList .inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#archiveList article{
	width:30%;
}
#archiveList article a{
	display:block;
}
#archiveList article figure img{
  width:290px;
  height:auto;
}
#archiveList article time{
	margin:30px 0 0 0;
	display:block;
	color:#84c9a1;
	font-size:1.4rem;
	letter-spacing:0.1em;
	text-align:center;
}
#archiveList article .desc{
	margin:17px 0 0 0;
  text-align:center;
	color:#142b40;
	font-size:1.8rem;
  font-family:fot-tsukuardgothic-std, sans-serif;
  font-style:normal;
  font-weight:700;
	letter-spacing:0.1em;
}
#archiveList article .desc .newMark {
  display:inline-block;
  content:"";
  width:43px;
  height:20px;
  margin-left:5px;
  background-image:url(img/blog/new.svg);
  background-repeat:no-repeat;
  background-size:43px 20px;
  vertical-align:bottom;
}
}

@media screen and (min-width:1920px) {

	#secDay .head:before{
		height:300px;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	#secEvent .head:before{
		height:300px;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#secGuide .inner {
		background-size:100% auto;
	}
	#secGuide:after {
		background-size: 100% auto,auto auto;
	}

}

@media screen and (max-width: 1750px) {
	#secDay .swiperDay .prevDay{
		left:20%;
	}
	#secDay .swiperDay .nextDay{
		right:20%;
	}
}
@media screen and (max-width: 1545px) {

  /* #secDay
  --------------------------------------------------------- */
  #secDay .time {
    right:-40px;
  }
}
@media screen and (max-width: 1448px) {

  /* header
  --------------------------------------------------------- */
  header .logo {
    left:3vw;
  }
  #gnav{
	  right:3vw;
  }
  #gnav ul li{
	  margin-left:2vw;
    font-size:1.4rem;
    letter-spacing:0.1em;
  }

  /* #secDay
  --------------------------------------------------------- */
  #secDay .swiperDay .prevDay{
		left:3%;
	}
	#secDay .swiperDay .nextDay{
		right:3%;
	}
	#secVoice .swiperVoice .prevVoice{
		left:5px;
	}
	#secVoice .swiperVoice .nextVoice{
		right:5px;
	}
}
@media screen and (max-width: 1440px) {
  /* #secDay
  --------------------------------------------------------- */
  #secDay .time {
    right:20vw;
  }
}
@media screen and (max-width: 1120px) {

   /* header
  --------------------------------------------------------- */
  header .logo {
    left:0;
    right:0;
    text-align: center;
  }
  #gnav{
    top:120px;
	  right:0;
    left:0;
  }
  #gnav ul{
    justify-content:center;
  }

    /* #secDay
  --------------------------------------------------------- */
  #secDay .time {
    right:15vw;
  }
}

@media screen and (max-width: 960px) {

  /* #secDay
  --------------------------------------------------------- */
  #secDay .time {
    right:8vw;
  }
}

/* SP用 ～768px */
@media screen and (max-width: 768px) {

/* =========================================================
 common
========================================================= */

.pc {
  display:none;
}
.sp {
  display:block;
}

/* button
--------------------------------------------------------- */
.button a{
	display:flex;
	align-items:center;
	justify-content:center;
	background-size:100% auto;
  background-repeat:no-repeat;
	color:#fff;
	letter-spacing:0.1em;
}
.button a span{
  background-image:url(img/common/arrow.svg);
	background-size:31px 11px;
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:42px;
}

/* #gnavSpFix
--------------------------------------------------------- */

#gnavSpFix {
  display:none;
  width:100%;
  height:90px;
  padding:10px 0 15px 0;
  background-color:rgba(255,255,255,0.8);
}
#gnavSpFix ul {
  display:flex;
  flex-wrap:no-wrap;
  justify-content:space-between;
  width:90%;
  margin-right:auto;
  margin-left:auto;
}
#gnavSpFix ul li {
  width:32%;
  text-align:center;
}
#gnavSpFix ul li figure img {
  width:50px;
  height:50px;
}
#gnavSpFix ul li p {
  line-height:1em;
  margin-top:5px;
  font-size:1rem;
}
#gnavSpFix.fixed{
  display:block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index:10;
}
#gnavSpFix .btnMenu {
  cursor: pointer;
}

/* #gnav Sp
--------------------------------------------------------- */

#gnav {
  background: #f9b2a8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
#gnav ul li {
  opacity: 0;
  margin-bottom:1.5em;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
  font-size:1.8rem;
  font-family:fot-tsukuardgothic-std, sans-serif;
  letter-spacing:0.1em;
}
#gnav ul li:nth-child(2) {
  transition-delay: .1s;
}
#gnav ul li:nth-child(3) {
  transition-delay: .2s;
}
#gnav ul li:nth-child(4) {
  transition-delay: .4s;
}
#gnav ul li:nth-child(5) {
  transition-delay: .5s;
}
#gnav ul li:nth-child(6) {
  transition-delay: .6s;
}
#gnav ul li:nth-child(7) {
  transition-delay: .7s;
}

/* open */

.open {
  overflow: hidden;
}
.open #gnav {
  visibility: visible;
  opacity: 1;
}
.open #gnav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
.open .btnMenuClose {
  width:60px;
  height:60px;
  margin-top:20px;
  cursor: pointer;
}
.open .btnMenuClose p {
  padding-top:0.5em;
}

/* header
--------------------------------------------------------- */

header {
  position:relative;
  overflow:visible;
}
header::before {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
	height: 150px;
  content:"";
	z-index:2;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C */
}

/* logo */

header .logo {
  position:absolute;
  top:30px;
  right:0;
  left:0;
  text-align:center;
  color:#fff;
  z-index:5;
}
header .logo img {
  width:70vw;
  height:auto;
  max-height:35px;
}
header .logo span {
  display:block;
  margin-bottom:18px;
  font-size:1.3rem;
  font-weight:bold;
}
header .logo span .markTree {
  width:16px;
  height:14px;
  margin-right:0.5em;
  fill:#fff;
}

/* =========================================================
 main
========================================================= */

#mainVisual {
  position:relative;
  /*height:100vh;*/
}
#mainVisual:after {
  position:absolute;
  bottom:0;
  content:"";
  width:100%;
  height:70px;
  z-index:2;
  line-height:0;
  background-image:url(img/mask_mainv.png);
}
#mainVisual .catch {
  position:absolute;
  right:0;
  left:0;
  bottom:16vh;
  width:90vw;
  height:auto;
  margin:0 auto;
  z-index:3;
}
#mainVisual .deco img {
  position:absolute;
  z-index:3;
}
#mainVisual .deco img.tree {
  bottom:0;
  left:3vw;
  width:24.5vw;
  height:21vw;
}
#mainVisual .deco img.bird {
  bottom:5vw;
  right:2vw;
  width:13.6vw;
  height:16vw;
}
.swiperMainv.pc{
	display:none;
}
.swiperMainv.sp{
	display:block;
}
.swiperMainv .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;  /*全画面表示 */
}

/* #secOurapproach
--------------------------------------------------------- */
#secOurapproach {
  padding-bottom:10vw;
}
#secOurapproach .lead {
  margin-bottom:30px;
  padding:0 5vw 60px 5vw;
	background:url(img/ourapproach/waveline.png) no-repeat	center bottom;
  background-size:50vw auto;
	text-align:center;
}
#secOurapproach .lead p{
	font-size:1.6rem;
	line-height:2.8;
	letter-spacing:0.2em;
}
#secOurapproach .boxWrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
  margin:0 1.8vw;
	padding:9vw 0 0 0;
	background-image:
	url(img/ourapproach/yellowdot.png),
	url(img/ourapproach/greentriangle.png);
	background-repeat:no-repeat,
	no-repeat;
	background-position:
	left 1vw top 0vw,
	left 33vw top 80vw;
	background-size:25vw auto,29vw auto;
}
#secOurapproach .boxWrap a{
	display:block;
	position:relative;
	width:45vw;
  min-height:47vw;
	margin-bottom:8vw;
}
#secOurapproach .boxWrap a svg > img{
	width:45vw;
  height:44.6vw;
}
#secOurapproach .boxWrap a:before{
	content:"";
	display:block;
	background-size:100% auto;
  background-repeat:no-repeat;
	position:absolute;
}
#secOurapproach .boxWrap a .txt{
	margin:2vw auto 0 auto;
}
/* education */
#secOurapproach .boxWrap a:nth-child(1):before{
	width:20vw;
	height:17vw;
	background-image:url(img/ourapproach/sp_book_pen.png);
	top:2.4vw;
	right:1.5vw;
}
#secOurapproach .boxWrap a:nth-child(1) .txt{
	width:22vw;
}
/* safety */
#secOurapproach .boxWrap a:nth-child(2):before{
	width:11.2vw;
	height:15.6vw;
	background-image:url(img/ourapproach/sp_hand.png);
	bottom:2.4vw;
	right:1vw;
}
#secOurapproach .boxWrap a:nth-child(2) .txt{
	width:21.7vw;
}
/* food */
#secOurapproach .boxWrap a:nth-child(3){
}
#secOurapproach .boxWrap a:nth-child(3):before{
	width:10vw;
	height:12.5vw;
	background-image:url(img/ourapproach/sp_platter.png);
	bottom:4vw;
	left:3vw;
}
#secOurapproach .boxWrap a:nth-child(3) .txt{
	width:22vw;
}
/* service */
#secOurapproach .boxWrap a:nth-child(4):before{
	width:13.3vw;
	height:13.6vw;
	background-image:url(img/ourapproach/sp_bag.png);
	bottom:6.8vw;
	left:6.2vw;
}
#secOurapproach .boxWrap a:nth-child(4) .txt{
	width:35.5vw;
}

/* button */
#secOurapproach .button{
	margin:8vw auto 0 auto;
	max-width:344px;
}
#secOurapproach .button a{
	background-image:url(img/ourapproach/btn.svg);
	height:66px;
}

/* #secDay
--------------------------------------------------------- */

#secDay .head {
  position:relative;
}
#secDay .head img {
  width:100%;
  height:auto;
}
#secDay .body {
  position:relative;
  padding-bottom:33px; /* for bottom mask */
  background-image:url(img/common/bg_tag.png);
  background-repeat:repeat-y;
  background-size:100% auto;
}
#secDay .body h2 {
	position:relative;
  padding-top:18px;
  text-align:center;
}
#secDay .body h2 img {
  width:50vw;
  margin-left:-7vw;
}
#secDay .body h2:before{
	content:"";
	display:block;
	width:21vw;
	height:22.6vw;
	background-image:url(img/day/badge.png);
  background-size:100% auto;
  background-repeat:no-repeat;
	position:absolute;
	top:-25vw;
	left:4vw;
}
#secDay .body .smoke {
  position:absolute;
  top:0;
  right:2vw;
  width:25vw;
}

/* swiper */

#secDay .swiperDay {
  width:100%;
  margin-right:auto;
  margin-left:auto;
}
#secDay .swiperDay .swiper-wrapper {
  padding-top:6.6vw;
}
#secDay .swiperDay .swiper-slide {
  position:relative;
  text-align:center;
}
#secDay .swiperDay svg {
  width:93vw;
  height:65vw;
}
#secDay .swiperDay svg image {
  width:100%;
  height:auto;
}
#secDay .swiperDay .txt {
  width:70vw;
  margin-right:auto;
  margin-left:auto;
  padding-bottom:5vw;
}
#secDay .swiperDay .txt h3 {
  line-height:1.8em;
  padding-top:6vw;
  padding-bottom:4vw;
  color:#fff;
  font-size:2.2rem;
  letter-spacing:0.2em;
  text-align:center;
}
#secDay .swiperDay .txt p {
  line-height:2.0em;
  font-size:1.6rem;
}
#secDay .time {
  position:absolute;
  top:-6vw;
  right:10vw;
  width:10vw;
  text-align:center;
}
#secDay .time img {
  width:100%;
  height:5.2vw;
}

/* parts */

#secDay .patDot {
  position:absolute;
  top:12vw;
  left:2vw;
  width:25vw;
  z-index:1;
}
#secDay .patDot .yellowDot {
  width:100%;
  fill:#ffff60;
}
#secDay .body .maskBtm {
  position:absolute;
  bottom:0;
  width:100%;
  height:33px;
  z-index:2;
  line-height:0;
  background-image:url(img/day/bottom.png);
  background-repeat:no-repeat;
  background-size:cover;
}

/* #secEvent
--------------------------------------------------------- */

#secEvent {
  position:relative;
  margin-bottom:10vw;
}
#secEvent .head {
  position:relative;
}
#secEvent .head img {
  width:100%;
  height:auto;
}
#secEvent .maskBtm {
  position:absolute;
  bottom:0;
  width:100%;
  height:26px;
  z-index:2;
  line-height:0;
  background-image:url(img/event/bottom.png);
  background-repeat:no-repeat;
  background-size:cover;
}
#secEvent .body {
  position:relative;
  padding-bottom:10vw; /* for bottom mask */
  background-image:url(img/common/bg_tag.png);
  background-repeat:repeat-y;
  background-size:100% auto;
}
#secEvent .body h2 {
  padding-top:18px;
  text-align:center;
}
#secEvent .body h2 img {
  width:50vw;
  margin-left:-7vw;
}
#secEvent .body h2:before{
	content:"";
	display:block;
	width:21vw;
	height:22.6vw;
	background-image:url(img/event/badge.png);
  background-size:100% auto;
  background-repeat:no-repeat;
	position:absolute;
	top:-25vw;
	left:4vw;
}

/* tab contents */

#secEvent .tabGroup{
  width:93vw;
  height:3em;
  margin-top:5vw;
  margin-right:auto;
  margin-left:auto;
	display: flex;
  justify-content:space-between;
  align-items:flex-end;
}
#secEvent .tab{
  width:23%;
  line-height:2.5em;
	list-style:none;
	border-radius: 10px 10px 0 0;
  background-image:url(img/event/pat_craft_dark.png);
	text-align:center;
  color:#fff;
  font-family:fot-tsukuardgothic-std, sans-serif;
  font-style:normal;
  font-weight:700;
	cursor:pointer;
}
#secEvent .tab.active{
  line-height:3em;
  background-image:url(img/common/pat_ppr1.png);
  color:#122b41;
	transition: all 0.2s ease-out;
}
#secEvent .panelGroup{
  width:93vw;
  margin-right:auto;
  margin-left:auto;
  padding-top:8vw;
  padding-bottom:8vw;
  background-image:url(img/event/eve_pat_bg1.png),
  url(img/event/eve_pat_bg2.png),
  url(img/event/eve_pat_st-triangle.png),
  url(img/common/pat_ppr1.png);
  background-repeat:no-repeat,no-repeat,no-repeat,repeat;
  background-position:left top,5vw 30vh,left bottom,left top;
  background-size:100% auto,80vw auto,40vw auto,auto auto;
}
#secEvent .panel{
	/*display:none;*/ /*swiperはdisplay:xxx;で切り替えない*/
  height:0;/* height:0にするため、panelにはpaddingやmarginつけない*/
  overflow:hidden;
  position:relative;
}
#secEvent .panel.show{
  height:auto;
  overflow:visible;
}

/* swiper */
#secEvent .swiper {
  width:90vw;
  margin-right:auto;
  margin-left:auto;
}
#secEvent .swiper .swiper-slide {
  position:relative;
  text-align:center;
}
#secEvent .swiper svg {
  width:88vw;
  height:62vw;
}
#secEvent .swiper .txt {
  width:90%;
  margin-right:auto;
  margin-left:auto;
  padding-bottom:3vw;
}
#secEvent .swiper .txt h3 {
  line-height:1.8em;
  padding-top:3vw;
  padding-bottom:4vw;
  font-size:2.2rem;
  letter-spacing:0.2em;
}
#secEvent .swiper .txt p {
  line-height:2.0em;
  text-align:left;
  color:#122b41;
  font-size:1.6rem;
}

/* list */
#secEvent .listWrap {
  position:relative;
  width:90%;
  margin-top:5vw;
  margin-right:auto;
  margin-left:auto;
  background-image:url(img/event/eve_list_head.png);
  background-position:0 0,0 bottom;
  background-repeat:no-repeat,no-repeat;
  background-size:100% auto,100% auto;
}
#secEvent .listWrap h3 {
  position:absolute;
  top:-5px;
  right:0;
  left:0;
  text-align:center;
  font-size:1.8rem;
  letter-spacing:0.2em;
}
#secEvent .listWrap h3 span {
  padding:0 10px;
    background:url(img/common/pat_ppr1.png) no-repeat 0 0;
}
#secEvent .listWrap .list {
  background-image:url(img/event/eve_list_side.png),url(img/event/eve_list_bottom.png);
  background-position:0 5px,0 bottom;
  background-repeat:repeat-y,no-repeat;
  background-size:100% auto,100% auto;
}
#secEvent .listWrap .list ul {
  display:flex;
  flex-wrap:wrap;
  padding:5vw 5vw 5vw 7vw;
}
#secEvent .listWrap .list ul li {
  position:relative;
  width:48%;
  line-height:1.6em;
  margin-right:1%;
  margin-top:0.5em;
  padding-left:1em;
  font-size:1.4rem;
}
#secEvent .listWrap .list ul li:before {
  position:absolute;
  top:7px;
  left:0;
  content:"";
  width:6px;
  height:6px;
  background-image:url(img/common/dot_list.svg);
  background-repeat:no-repeat;
  background-size:6px 6px;
}
#secEvent .listWrap .list ul li.parent:after,
#secEvent .listWrap .note:before {
  content:"●";
  color:#f9b2a8;
  font-size:1.6rem;
}
#secEvent .listWrap .list ul li.parent:after {
  padding-left:2px;
}
#secEvent .listWrap .note {
  margin-top:1.5em;
  font-size:1.4rem;
}
#secEvent .listWrap .note:before {
  padding-right:2px;
}

/* item */
#secEvent .panel .item1,
#secEvent .panel .item2{
  z-index:3;
  position:absolute;
}
#secEvent .panel .item1 img,
#secEvent .panel .item2 img{
  width:90%;
  height:auto;
}

/* spring */
#secEvent .panel#spring .item1{
  top:0vw;
  left:2vw;
  width:18vw;
}
#secEvent .panel#spring .item2{
  top:48vw;
  right:8vw;
  width:15vw;
}

/* summer */
#secEvent .panel#summer .item1{
  position:absolute;
  top:-3vw;
  left:3vw;
  width:25vw;
}
#secEvent .panel#summer .item2{
  position:absolute;
  top:53vw;
  right:2vw;
  width:25vw;
}

/* autumn */
#secEvent .panel#autumn .item1{
  position:absolute;
  top:-3vw;
  left:2vw;
  width:28vw;
}
#secEvent .panel#autumn .item2{
  position:absolute;
  top:48vw;
  right:2vw;
  width:23vw;
}

/* winter */
#secEvent .panel#winter .item1{
  position:absolute;
  top:-3vw;
  left:3vw;
  width:23vw;
}
#secEvent .panel#winter .item2{
  position:absolute;
  top:45vw;
  right:10vw;
  width:23vw;
}

/* secActivity
--------------------------------------------------------- */
#secActivity{
	position:relative;
	background-color:#dff7e9;
	margin:15vw 0 10px 0;
	padding:18vw 0 0 0;
	background-image:
	url(img/activity/cloud1.png),
	url(img/activity/cloud2.png),
	url(img/activity/cloud3.png),
	url(img/activity/cloud4.png),
	url(img/activity/cloud5.png),
	url(img/activity/cloud6.png);
	background-size:
	43vw 25vw,
	33vw 27vw,
	48vw 32vw,
	36vw 27vw,
	51vw 33vw,
	35vw 24vw;
	background-position:
	right 4vw top 20vw,
	left 4vw top 75vw,
	left 9vw top 145vw,
	left 7vw top 202vw,
	right 5vw bottom 124vw,
	left 34vw bottom 58vw;
	background-repeat:
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat;
}
#secActivity:before{
	content:"";
	width:100%;
	height:10px;
	background-image:url(img/activity/head.png);
	background-repeat:repeat-x;
	background-size:100% 100%;
	background-position:left bottom;
	display:block;
	position:absolute;
	top:-10px;
	left:0;
}
#secActivity:after{
	content:"";
	width:100%;
	height:10px;
	background-image:url(img/activity/bottom.png),url(img/voice/bg.jpg);
	background-repeat:repeat-x, repeat;
	background-size:100% 100%;
	position:absolute;
	bottom:-10px;
	left:0;
}
#secActivity .inner:after{
	content:"";
	width:28vw;
	height:20vw;
	background-image:url(img/activity/triangle.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	display:block;
	position:absolute;
	top:-10vw;
	left:-2vw;
}
#secActivity .inner .badge {
	position:absolute;
  top: -9.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align:center;
}
#secActivity .inner .badge img{
  position:relative;
  top:4.5vw;
  right:0;
  left:0;
	margin: 0 auto;
  width:14vw;
  height:12.3vw;
  z-index: 2;
}
#secActivity .inner .badge:after {
  display:block;
  position:absolute;
  top:0;
  right:0;
  left:0;
	margin: 0 auto;
  content:"";
	width:22vw;
	height:22vw;
	background-image:url(img/activity/badge_bg.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
  z-index:1;
}
#secActivity h2{
	text-align:center;
	padding:0 0 12vw 0;
}
#secActivity h2 img{
	width:57vw;
}
#secActivity .approach{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0 0 63px 0;
}
#secActivity .approach .box{
	width:42vw;
	position:relative;
}
#secActivity .approach .box:before{
	content:"";
	width:9.2vw;
	height:13.3vw;
	position:absolute;
	top:-5vw;
	left:0.6vw;
	background-repeat:no-repeat;
	background-size:100% auto;
	z-index:2;
}
#secActivity .approach .box:nth-of-type(1){
	margin:0 0 0 5vw;
}
#secActivity .approach .box:nth-of-type(1):before{
	background-image:url(img/activity/approach_01.png);
}
#secActivity .approach .box:nth-of-type(2){
	margin:28vw 5vw 0 1vw;
}
#secActivity .approach .box:nth-of-type(2):before{
	background-image:url(img/activity/approach_02.png);
}
#secActivity .approach .box:nth-of-type(3){
	margin:0vw 0 0 5vw;
}
#secActivity .approach .box:nth-of-type(3):before{
	top:0;
	background-image:url(img/activity/approach_03.png);
}
#secActivity .approach .box:nth-of-type(4){
	margin:25vw 5vw 0 0;
}
#secActivity .approach .box:nth-of-type(4):before{
	background-image:url(img/activity/approach_04.png);
}
#secActivity .approach .box:nth-of-type(5){
	margin:-3vw 0 0 5vw;
}
#secActivity .approach .box:nth-of-type(5):before{
	background-image:url(img/activity/approach_05.png);
}
#secActivity .approach .box:nth-of-type(6){
	margin:28vw 5vw 0 0;
}
#secActivity .approach .box:nth-of-type(6):before{
	background-image:url(img/activity/approach_06.png);
}
#secActivity .approach .box h3{
	letter-spacing:0.2em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	text-align:center;
	margin-top:4.5vw;
	font-size:1.8rem;
}
#secActivity .approach .box figure{
	position:relative;
}
#secActivity .approach .box:nth-of-type(1) figure{
	padding-top:60vw;
}
#secActivity .approach .box:nth-of-type(2) figure{
	padding-top:55vw;
}
#secActivity .approach .box:nth-of-type(3) figure{
	padding-top:58vw;
}
#secActivity .approach .box:nth-of-type(4) figure{
	padding-top:60vw;
}
#secActivity .approach .box:nth-of-type(5) figure{
	padding-top:60vw;
}
#secActivity .approach .box:nth-of-type(6) figure{
	padding-top:55vw;
}
#secActivity .approach .box figure svg{
	position:absolute;
	top:0;
	height:auto;
	z-index:1;
	box-sizing:border-box;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:100% auto;
}
#secActivity .approach .box:nth-of-type(1) figure svg{
	left:-3vw;
	width:48vw;
	background-image:url(img/activity/approach_01_bg.png);
	padding:0 1vw 3.6vw 0;
}
#secActivity .approach .box:nth-of-type(2) figure svg{
	right:-4vw;
	width:50vw;
	background-image:url(img/activity/approach_02_bg.png);
	padding:0 2vw 1.4vw 0;
}
#secActivity .approach .box:nth-of-type(3) figure svg{
	left:-3vw;
	width:48vw;
	background-image:url(img/activity/approach_03_bg.png);
	padding:0 1vw 2.6vw 0;
}
#secActivity .approach .box:nth-of-type(4) figure svg{
	right:-4vw;
	width:50vw;
	background-image:url(img/activity/approach_04_bg.png);
	padding:0 2.6vw 1.3vw 0;
}
#secActivity .approach .box:nth-of-type(5) figure svg{
	left:-2vw;
	width:50vw;
	background-image:url(img/activity/approach_05_bg.png);
	padding:0 2.5vw 3vw 0;
}
#secActivity .approach .box:nth-of-type(6) figure svg{
	right:-4.7vw;
	width:49vw;
	background-image:url(img/activity/approach_06_bg.png);
	padding:0 2vw 1.5vw 0;
}
#secActivity .approach .box .target{
	margin:4.5vw 0 0 0;
	padding:8px 0;
	border:solid 1px #84c9a1;
	border-radius:20px;
	text-align:center;
	color:#84c9a1;
  font-size:1.3rem;
	font-weight:bold;
}
#secActivity .approach .box .target small{
	font-size:1.1rem;
}
#secActivity .approach .box .desc{
	margin:5vw 0 0 0;
	line-height:1.6;
  font-size:1.5rem;
  letter-spacing:0.1em;
}
#secActivity .approach .box .note{
  display:block;
  position:relative;
  margin-left:1em;
	margin-top:4.8vw;
	font-size:1.2rem;
	line-height:1.5em;
}
#secActivity .approach .box .note:before{
  content:"※";
  position:absolute;
  left:-1em;
	margin-bottom:20px;
	margin-left: 1em;
  text-indent: -1em;
	font-size:1.2rem;
}
#secActivity .approach .box .note + .desc{
  margin-top:3vw;
}

/* deco */
#secActivity .approach .box.deco01:after,
#secActivity .approach .box.deco02:after,
#secActivity .approach .box.deco03:after
{
	content:"";
	position:absolute;
	background-repeat:no-repeat;
	background-size:100% auto;
	z-index:1;
}

#secActivity .approach .box.deco01:after{
	width:18vw;
	height:10.8vw;
	top:-10.4vw;
	right:-0.6vw;
	background-image:url(img/activity/deco01.png);
}
#secActivity .approach .box.deco02:after{
	width:28.4vw;
	height:12.5vw;
	top:-10.8vw;
	right:-4.8vw;
	background-image:url(img/activity/deco02.png);
}
#secActivity .approach .box.deco03:after{
	width:13vw;
	height:17.6vw;
	top:-10vw;
	right:-4.6vw;
	background-image:url(img/activity/deco03.png);
}

/* secVoice
--------------------------------------------------------- */
#secVoice{
	background-image:url(img/voice/bg.jpg);
	padding:53px 0 50px 0;
}
#secVoice .inner{
	/*padding:0 25px;*/
}
#secVoice h2{
	text-align:center;
}
#secVoice h2 img{
	width:84vw;
}

/* swiper nav */
#secVoice .swiper-button-next,
#secVoice .swiper-button-prev {
 top:50%;
}

/* ----- comment ----- */
#secVoice .comment {
  width:92vw;
  margin-right:auto;
  margin-left:auto;
}
#secVoice .comment .box{
	position:relative;
}
#secVoice .comment .box:before{
	content:"";
	width:10vw;
	height:16.5vw;
	position:absolute;
	top:0;
	left:4vw;
	background-size:100% auto;
	background-repeat:no-repeat;
	z-index:3;
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="0"] .comment .box:before{
	background-image:url(img/voice/num_01.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] .comment .box:before{
	background-image:url(img/voice/num_02.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .comment .box:before{
	background-image:url(img/voice/num_03.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="3"] .comment .box:before{
	background-image:url(img/voice/num_04.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="4"] .comment .box:before{
	background-image:url(img/voice/num_05.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="5"] .comment .box:before{
	background-image:url(img/voice/num_06.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="6"] .comment .box:before{
	background-image:url(img/voice/num_07.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="7"] .comment .box:before{
	background-image:url(img/voice/num_08.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="8"] .comment .box:before{
	background-image:url(img/voice/num_09.png);
}
#secVoice .swiperVoice .swiper-wrapper .swiper-slide[data-swiper-slide-index="9"] .comment .box:before{
	background-image:url(img/voice/num_10.png);
}
#secVoice .comment .box .body{
	padding:5vw 8vw 8vw 8vw;
	background-image:url(img/voice/comment_bg.jpg);
	position:relative;
	z-index:1;
}
#secVoice .comment .box .body:before{
	content:"";
	background-image:url(img/voice/comment_line.png);
	background-repeat:repeat-y;
	background-size:100% auto;
	width:100%;
	height:95%;
	display:block;
	position:absolute;
	top:5vw;
	left:0;
	z-index:-2;
	padding-bottom:20px;
	box-sizing:border-box;
}
#secVoice .comment .box .name{
	font-weight:bold;
	color:#0d1d2b;
	text-align:center;
}
#secVoice .comment .box .name em{
	margin-right:.5em;
  line-height:1.2em;
	font-size:2.3rem;
	font-style:normal;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
#secVoice .comment .box figure{
	margin:25px 0 0 0;
	text-align:center;
	position:relative;
}
#secVoice .comment .box figure figcaption{
	position:absolute;
	top:-10px;
	right:10px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
#secVoice .comment .box .txt{
	margin-top:5vw;
  padding-right:1em;
	font-family: 'HuiFont', sans-serif;
	line-height:2;
	letter-spacing:0;
	overflow-y:scroll;
	height:250px;
	scrollbar-color:#f99c8f #fff2e8;
	scrollbar-width: thin;
}
/* scrollbar */
/*#secVoice .comment .box .txt::-webkit-scrollbar {
	width:10px;
	height:10px;
}
#secVoice .comment .box .txt::-webkit-scrollbar-track {
	background:#fff2e8;
}
#secVoice .comment .box .txt::-webkit-scrollbar-corner {
		background:#fff2e8;
}
#secVoice .comment .box .txt::-webkit-scrollbar-thumb {
	background:#f99c8f;
	border-radius: 12px;
}*/

/* for js scrollbar */

#secVoice .comment .txt {
  position:relative;
}
#secVoice .comment .box .ps__thumb-y {
  width:8px;
  background:#f99c8f;
}
#secVoice .comment .box .ps__rail-y {
    opacity: 1.0!important;
}
#secVoice .comment .box .ps__rail-y:hover > .ps__thumb-y,
#secVoice .comment .box .ps__rail-y:focus > .ps__thumb-y,
#secVoice .comment .box .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #f99c8f;
  width: 8px;
}

/* ----- enquete ----- */
#secVoice .enquete{
	/*display:none;*/
  width:92vw;
	margin:12vw auto 0 auto;
	padding:4vw 0;
	position:relative;
	border:solid 5px #f9b2a8;
	border-radius:20px;
	background-color:#fff;
}
#secVoice .enquete:before{
	content:"";
	width:40%;
	height:5px;
	background:#fff;
	position:absolute;
	top:-5px;
	left:0;
	display:block;
	margin:0 30%;
}
#secVoice .enquete .heading{
	position:absolute;
	top:-22px;
	left:50%;
	width:129px;
	transform: translate(-50%, 0);
}
#secVoice .enquete h3{
	margin:0 0 2vw 0;
  padding-left:5vw;
	text-align:center;
}
#secVoice .enquete h3 img{
	width:68vw;
}
#secVoice .enquete .question{
	position:relative;
	margin-left:4vw;
	padding: 0 0 0 38px;
	font-weight:bold;
	color:#142b40;
	letter-spacing: 0.1em;
	line-height:1.6;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
#secVoice .enquete .question:before{
	content:"";
	display:block;
	width:21px;
	height:73px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(img/voice/enquete_q.svg);
	background-size:21px 73px;
}
/* graphWrap */
#secVoice .enquete .graphWrap{
  position: relative;
  width:76vw;
  height:76vw;
  margin:7vw 0 0 4vw;
}
#secVoice .enquete .graphWrap .chart{
	position:relative;
  width:75vw;
  height:75vw;
}
#secVoice .enquete .graphWrap .chart .ct-series-a .ct-slice-donut {
  stroke: #f9b2a8;
}
#secVoice .enquete .graphWrap .chart .ct-series-b .ct-slice-donut {
  stroke: #ffccc5;
}
#secVoice .enquete .graphWrap .chart .ct-series-c .ct-slice-donut {
  stroke: #ffdfda;
}
#secVoice .enquete .graphWrap .chart .ct-series-d .ct-slice-donut {
  stroke: #d1d1d1;
}
#secVoice .enquete .graphWrap .chart .ct-series-e .ct-slice-donut {
  stroke: #e8e8e8;
}
#secVoice .enquete .graphWrap .total{
  position:absolute;
  top:50%;
  left:50%;
	transform:translate(-50%, -52%);
  margin:0 auto;
  text-align:center;
}
#secVoice .enquete .graphWrap .total .comment{
  position:relative;
	font-weight:bold;
	font-size:3.3vw;
	padding-top:5vw;
}
#secVoice .enquete .graphWrap .total .comment:before{
  content:"";
  position:absolute;
  top:-2vw;
  right:0;
  left:0;
  width:8vw;
  height:5vw;
  margin: 0 auto;
	background-image:url(img/voice/enquete_clown.svg);
	background-size:8vw 5vw;
	background-repeat:no-repeat;
	background-position:0 0;
}
#secVoice .enquete .graphWrap .total .results{
  padding-top:0;
	font-size:11vw;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing:0;
}
#secVoice .enquete .graphWrap .total .results span{
	font-size:4vw;
}
#secVoice .enquete .graphWrap .ct-label {
  fill: rgba(20, 43, 64, 0.8);
  color:rgba(20, 43, 64, 0.8);
  font-size:2.6vw !important;
  line-height: 1;
}
.fukidashi1,
.fukidashi2{
	position:absolute;
	background-repeat:no-repeat;
	background-size: contain;
	box-sizing:border-box;
	color:#fff;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
  overflow:hidden;
  text-align:center;
}
.fukidashi1 p,
.fukidashi2 p{
  line-height:1.6em;
  letter-spacing:0.025em;
  font-size:3vw;
}
.fukidashi1 p{
	width:13vw;
}
.fukidashi2 p{
	width:13vw;
  font-size:2.8vw;
}
.fukidashi1{
	top:-10vw;
	right:-10vw;
	background-image:url(img/voice/graph_fukidashi1.png);
	width:30vw;
	height:37vw;
	padding:6vw 0 0 12vw;
	transform:rotate(-15deg);
}
.fukidashi2 {
  bottom:0;
	right:-8vw;
  width:25vw;
  height:24vw;
  padding:7vw 0 0 10vw;
  background-image:url(img/voice/graph_fukidashi2.png);
  transform: rotate(15deg);
}


/* secGuide
--------------------------------------------------------- */
#secGuide{
	overflow:hidden;
	position:relative;
  padding-bottom:10vw;
}
#secGuide:before{
	content:"";
	width:32vw;
	height:29vw;
	position:absolute;
	top:98vw;
	right:-2.5vw;
	background-image:url(img/guide/pat_triangle.svg);
	background-repeat:no-repeat;
	background-size:32vw 29vw;
	z-index:3;
}
#secGuide:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100vw;
  height: 10vw;
  z-index: 5;
  line-height: 0;
  background-image: url(img/guide/bottom.svg);
  background-repeat: no-repeat;
  background-size: 100vw 10vw;
  background-position: center top;
}
#secGuide .head{
  position:relative;
  width:100vw;
  height:45vw;
	padding-top:30vw;
	background-image:url(img/guide/head.svg), url(img/voice/bg.jpg);
	background-repeat:no-repeat,repeat;
  background-position:0 15vw,0 0;
  background-size:100vw 100vw,auto auto;
}
#secGuide h2{
	position:absolute;
	top:0;
	left:11.2vw;
}
#secGuide h2 img{
	width:67vw;
}
#secGuide h3{
	margin:0 0 31px 0;
	background-image:url(img/guide/subtitle.svg);
	background-repeat:no-repeat;
	background-size:317px 19px;
	padding-bottom:33px;
	background-position:center bottom;
	text-align:center;
	color:#122b41;
	font-size:2.0rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	letter-spacing:0.3em;
}
#secGuide figure{
	position:relative;
	background-color:#fbe1dd;
  text-align:center;
}
#secGuide figure svg{
  width:95vw;
  height:66vw;
  margin-top:8vw;
}
#secGuide figure:before{
	content:"";
	width:54vw;
	height:8vw;
	position:absolute;
	top:2.5vw;
	right:12vw;
	background-image:url(img/guide/txt_welcome.svg);
	background-repeat:no-repeat;
	background-size:54vw 8vw;
}

/* outline */
#secGuide .outline{
	background-color:#fbe1dd;
  padding-top:5vw;
  padding-bottom:5vw;
}
#secGuide .outline dl{
	display:flex;
  width:85vw;
	flex-wrap:wrap;
	line-height:1.6;
	margin:0 auto;
	background-image:url(img/guide/outline_bg.png);
	background-repeat:no-repeat;
	background-size:77px 199px;
	background-position:right bottom;
	color:#142b40;
	letter-spacing:0.2em;
}
#secGuide .outline dl dt{
	width:25%;
	margin-top:1em;
	padding-bottom:1em;
	border-bottom:dotted 1px #8fa3b5;
	font-weight:bold;
}
#secGuide .outline dl dd{
	width:75%;
	margin-top:1em;
	padding-bottom:1em;
	border-bottom:dotted 1px #8fa3b5;
}
#secGuide .outline dl dt:first-of-type,
#secGuide .outline dl dd:first-of-type{
	margin-top:0;
}
#secGuide .outline dl dt:last-of-type,
#secGuide .outline dl dd:last-of-type{
	padding-bottom:0;
	border-bottom:none;
}
#secGuide .outline .map{
  width:90vw;
	margin:10vw auto 0 auto;
}
#secGuide .outline .map iframe{
	width:100%;
	height:275px;
}

/* ----- priceTemporary ----- */
#secGuide .priceTemporary{
	padding:5vw 0 8vw 0;
	background-color:#fbe1dd;
}
#secGuide .priceTemporary p{
	padding:2vw 0 2vw 0;
  text-align:center;
}

/* ----- price ----- */
#secGuide .price{
	display:none;
	padding:5vw 0 5vw 0;
	background-color:#fbe1dd;
}

/* .kind */
#secGuide .price .kind{
	position:relative;
	margin:12vw 17px 0 17px;
	padding:10vw 25px 25px 25px;
	border-radius:20px;
	background-color:#fff;
}
#secGuide .price .kind .heading{
	position:absolute;
	top:-4.8vw;
	left:50%;
	transform: translate(-50%, 0);
}
#secGuide .price .kind dl{
	display:flex;
	flex-wrap:wrap;
	line-height:1.6;
	letter-spacing:0.2em;
}
#secGuide .price .kind dl dt{
	width:30%;
	margin-top:18px;
	padding-bottom:18px;
	border-bottom:dotted 1px #8fa3b5;
	font-weight:bold;
}
#secGuide .price .kind dl dd{
	width:70%;
	margin-top:18px;
	padding-bottom:18px;
	border-bottom:dotted 1px #8fa3b5;
}
#secGuide .price .kind dl dd .note{
	position:relative;
	list-style:none;
	padding-left:1em;
	text-indent:-1em;
	font-size:1.3rem;
}
#secGuide .price .kind dl dd .note:before{
	top:0;
	left:0;
	content: '※';
}
#secGuide .price .kind h4{
	margin:25px auto 0 auto;
	text-align:center;
	color:#122b41;
	font-size:1.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	letter-spacing:0.1em;
}
#secGuide .price .kind h4 span{
	display:inline-block;
	padding:8px 6px;
	border:1px solid #122b41;
	border-right:none;
  border-left:none;
}
#secGuide .price .kind table{
	width:100%;
	line-height:1.6;
	margin:25px 0 0 0;
	border-collapse:separate; /*for dot line*/
  border-spacing:0; /*for dot line*/
	border:dotted 2px #122b41;
	font-size:1.5rem;
}
#secGuide .price .kind table th{
	padding:8px .3em;
	border-right:dotted 2px #122b41;
	border-bottom:dotted 2px #122b41;
	color:#fff;
	letter-spacing:0.1em;
	vertical-align:middle;
}
#secGuide .price .kind table td{
	padding:8px .3em;
	border-right:dotted 2px #122b41;
	border-bottom:dotted 2px #122b41;
	text-align:center;
	color:#142b40;
	font-weight:bold;
	vertical-align:middle;
}
#secGuide .price .kind table th:last-child,
#secGuide .price .kind table td:last-child {
	border-right:none;
}
#secGuide .price .kind table tr:last-child * {
	border-bottom:none;
}
#secGuide .price .kind .remarks{
	margin-top:5vw;
}
#secGuide .price .kind .remarks li{
  margin-top:2vw;
}

/* monthly */
#secGuide .price .monthly .heading img{
	width:38vw;
}
#secGuide .price .monthly table th{
	background-color:#f9b2a8;
}
#secGuide .price .monthly table td.age{
	border-bottom:none;
	background-color:#ffe1dd;
}

/* momentary */
#secGuide .price .momentary .heading img{
	width:34vw;
}
#secGuide .price .momentary table th{
  border-bottom:none;
	background-color:#84c9a1;
}
#secGuide .price .momentary table tr:first-child th {
	border-bottom:dotted 2px #122b41;
}
#secGuide .price .momentary table td.age{
	border-bottom:none;
	background-color:#dff7e9;
}

/* faq
--------------------------------------------------------- */
#secFaq{
  position:relative;
  margin-top:10vw;
	padding:0 0 37px 0;
}
#secFaq h2{
	text-align:center;
	margin:0 0 37px 0;
}
#secFaq h2 img{
	width:61vw;
}
#secFaq .list{
	margin:0 10px;
}
#secFaq .list dl{
	font-size:1.5rem;
	line-height:1.7;
}
#secFaq .list dl:nth-child(n+2){
	margin-top:-3px;
}
#secFaq .list dl dt{
	font-weight:bold;
	letter-spacing:0.1em;
	border:solid 3px #fad5d0;
	padding:15px 30px 15px 56px;
	background-image:url(img/faq/q.svg);
	background-size:36px 37px;
	background-repeat:no-repeat;
	background-position:left 10px top 8px;
	position:relative;
	cursor:pointer;
}
#secFaq .list dl dt:after{
	content:"";
	position:absolute;
	top:50%;
	right:10px;
	transform: translate(0, -50%);
	width:22px;
	height:22px;
	background-image:url(img/faq/plus.svg);
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
}
#secFaq .list dl dt.active:after{
	background-image:url(img/faq/minus.svg);
}
#secFaq .list dl dd{
  position:relative;
	display:none;
	letter-spacing:0.05em;
	padding:25px 0 30px 59px;
}
#secFaq .list dl dd:before{
  position:absolute;
  content:"";
  left:10px;
  width:50px;
  height:50px;
	background-image:url(img/faq/a.svg);
	background-size:38px 36px;
	background-repeat:no-repeat;
	background-position:0 0;
}


/* #secBlog
--------------------------------------------------------- */
#secBlog{
  position:relative;
}
#secBlog .inner{
  padding-top:5vw;
  padding-bottom:5vw;
	background-color:#dff7e9;
  background-image:url(img/blog/pat.svg);
  background-repeat:no-repeat;
  background-position:left bottom;
  background-size:50vw 48.6vw;
}
#secBlog h2{
  text-align:center;
  background: -moz-linear-gradient(url(img/day/photo1.jpg),65deg, rgba(255, 190, 44, 0.4), rgba(255, 44, 171, 0.7));
  background: -webkit-linear-gradient(65deg, rgba(255, 190, 44, 0.4), rgba(255, 44, 171, 0.7)),url(img/day/photo1.jpg);
  background: linear-gradient(180deg,transparent 0%,transparent 50%,#dff7e9 50%,#dff7e9 100%),url(img/blog/head.svg);
  background-repeat:no-repeat;
  background-position:0 50%;
  background-size:200% 200%;
}
#secBlog h2 img{
	width:57vw;
  height:29.4vw
}
#secBlog article {
}
#secBlog article a{
	display:block;
}
#secBlog article figure img{
  width:50vw;
  height:43.2vw
}
#secBlog article time{
	margin:18px 0 0 0;
	display:block;
	color:#84c9a1;
	font-size:13px;
	letter-spacing:0.1em;
	text-align:center;
}
#secBlog article .desc{
	margin:17px 0 0 0;
  text-align:center;
	color:#142b40;
	font-size:15px;
  font-family:fot-tsukuardgothic-std, sans-serif;
  font-style:normal;
  font-weight:700;
	letter-spacing:0.1em;
	line-height:1.8em;
}
#secBlog article .desc .newMark {
  display:inline-block;
  content:"";
  width:10vw;
  height:4.6vw;
  margin-left:5px;
  background-image:url(img/blog/new.svg);
  background-repeat:no-repeat;
  background-size:10vw 4.6vw;
  vertical-align:bottom;
}
/* Swiper */
#secBlog .swiper-button-next,
#secBlog .swiper-button-prev {
 top:20vw;
}
#secBlog .nothing{
	width:100%;
	text-align:center;
}

/* button */
#secBlog .button{
	margin:8vw auto 0 auto;
	max-width:344px;
}
#secBlog .button a{
	background-image:url(img/blog/btn.svg);
	height:52px;
}


/* secVicinity
--------------------------------------------------------- */
#secVicinity{
  position:relative;
	background-image:url(img/vicinity/bg.png);
	background-repeat:repeat;
	padding:15vw 0 60px 0;
}
#secVicinity:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:10vw;
  background:url(img/blog/head.svg),linear-gradient(180deg,transparent 0%,transparent 50%,#dff7e9 50%,#dff7e9 100%);
  background-repeat:no-repeat;
  background-position:0 50%;
  background-size:200% auto;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
#secFaq + #secVicinity:before {
  display:none;
}
#secVicinity h2{
	margin:0 0 37px 0;
	text-align:center;
}
#secVicinity h2 img{
	width:42vw;
}
#secVicinity .list a{
	display:flex;
	position:relative;
	margin:0 17px 0 17px;
	padding:5%;
	align-items:center;
	justify-content:space-between;
	background-color:#fff;
	text-decoration:none;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	color:#142b40;
}
#secVicinity .list a:before{
	content:"";
  border-bottom: 23px solid transparent;
  border-left: 23px solid #b6dfc7;
	position:absolute;
	top:-4px;
	left:-4px;
  opacity:0.8;
}
#secVicinity .list a:after{
	position:absolute;
	bottom:-4px;
	right:-4px;
	content:"";
  border-top: 23px solid transparent;
  border-right: 23px solid #b6dfc7;
  opacity:0.8;
}
#secVicinity .list a:nth-child(even):before{
  border-left-color:#fed4ce;
}
#secVicinity .list a:nth-child(even):after{
  border-right-color:#fed4ce;
}
#secVicinity .list a:nth-child(n+2){
	margin:25px 17px 0 17px;
}
#secVicinity .list a .desc{
	width:48%;
}
#secVicinity .list a .desc dl dt{
	max-width:160px;
	margin:0 0 10px 0;
	padding:.9em 0;
	background-image:url(img/vicinity/ribbon.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	text-align:center;
	font-size:1.2rem;
	font-weight:bold;
	letter-spacing:0.075em;
}
#secVicinity .list a .desc dl dd{
	line-height:1.6;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	font-size:1.5rem;
	letter-spacing:0.075em;
}
#secVicinity .list a .photo{
	width:48%;
	text-align:right;
}
#secVicinity .list a:nth-child(even) .desc{
	order:2;
}
#secVicinity .list a:nth-child(even) .photo{
	order:1;
	text-align:left;
}
#secVicinity .button{
	margin:56px auto 0 auto;
	max-width:344px;
}
#secVicinity .button a{
	background-image:url(img/vicinity/btn.svg);
	height:52px;
}


/* =========================================================
 footer
========================================================= */

#footer {
  margin-bottom:150px;
}
#footer .information{
	background-color:#f9b2a8;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:4vw;
}
#footer .information .title{
	width:20vw;
	height:20vw;
	background-image:url(img/common/footer_info_bg.svg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
#footer .information .title span{
	font-weight:bold;
	letter-spacing:0.2em;
	font-size:3.5vw;
	line-height:1.6;
  font-family:fot-tsukuardgothic-std, sans-serif;
}
#footer .information .txt{
	margin:0 0 0 5vw;
	letter-spacing:0.2em;
	font-size:3vw;
	line-height:1.4;
}
#footer .information .txt .tel{
	display:block;
	font-size:6.6vw;
	margin:10px 0 0 0;
	font-weight:bold;
	letter-spacing:0.075em;
	line-height:1;
}
#footer small{
  display:block;
	margin:40px 0;
	text-align:center;
	letter-spacing:0.1em;
	font-size:1.3rem;
}
}
