* {
  list-style: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
  /* overflow-x: hidden; */
}
html {
  overflow-x: hidden;
}
a {
  color: #000000;
  text-decoration: none;
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}
p {
  padding: 0;
  margin: 0;
}
.color01 {
  color: #6f4e27;
}
/* TOP PAGE START */
.top-body {
  margin: 0 auto;
  /* background-color: #ddf; */
  height: auto;
}
.res-pc {

}

.res-sp {
  display: none;
}
.nav-tab {
  display: none;
}
/* ヘッダー */

.header {
  background-color: white;
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);

}

.header__inner {
/*	height: inherit; */
  height: 90px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* ヘッダーのロゴ部分 */

.header__title{
  margin: auto 0;
}

.header__title > a > img{
  display: block;
  height: 80px;
  width: auto;
  object-fit: contain;
  align-self: flex-start;
  margin-left:15px;
}

/* ヘッダーのナビ部分 */

.header__nav {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	transform: translateX(100%);
	/* background-color: rgba(255,255,255,0.8); */
  background-color: #fff;

	transition: ease .4s;
	font-size:16px;
	margin-left: auto;
}
.header__nav p {
	font-size:16px;
	margin: auto 0;
}

@media screen and (min-width: 992px) {
	.header__nav {
		position: static;
		transform: initial;
		background-color: inherit;
		height: inherit;
		display: flex;
		justify-content: end;
		width: 60%;
	}
}

@media screen and (min-width: 992px) {
	.nav__items {
		width: 100%;
		display: flex;
		align-items: center;
		height: initial;
		justify-content: flex-end;
	}
}

.nav-items {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	margin: auto 0;
}


@media screen and (min-width: 992px) {
	.nav-items {
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		padding: 0 5px;
	}
}

/* ナビのリンク */
.nav-items__item a {
	color: black;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0 5px;
}
.nav-items__item a:hover {
    transform: scale(1.1, 1.1);
    color: #009944;
  }

.nav-items__item:last-child a {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.nav-items__item a {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 992px) {
	.nav-items__item a {
    /* border: 1px solid #000; */
    padding: 10px 30px;
    background-color: #FFF6F9;
    border-radius: 30px;

    white-space: nowrap;
	}
}

/* ハンバーガーメニュー */

.header__hamburger {
	width: 40px;
	height: 100%;
}

.hamburger {
	background-color: transparent;
	border-color: transparent;
	z-index: 9999;
}

@media screen and (min-width: 992px) {
	.hamburger {
		display: none;
	}
}

/* ハンバーガーメニューの線 */
.hamburger span {
	width: 100%;
	height: 1px;
	background-color: #000;
	position: relative;
	transition: ease .4s;
	display: block;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	margin: 8px 0;
}

.hamburger span:nth-child(3) {
	top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
	transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
	top: 5px;
	transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.header-link {
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color:rgba(255,255,255,0.5);
  width: 200px;
  height:100%;
  white-space: nowrap;
  display: flex;
}

/* ボタン全体 */
.flowbtn12{
  font-family:'Verdana',sans-serif;	
  border-radius: 4px;
  display:inline-block;
  width:95%;
  font-size:20px;
  transition:.4s;	
  text-decoration:none;
  }
  /* ボタン内テキストマウスホバー時 */
  .flowbtn12:hover{
  color:#fff!important;
  text-decoration:none;
  }
  /* Twitter */
  .flowbtn12.fl_tw2{
  border:solid 1px #55acee;
  color:#55acee;
  }
  /* Twitterマウスホバー時 */
  .flowbtn12.fl_tw2:hover{
  border:solid 1px #55acee;
  background:#55acee;
  }
  /* Instagram */
  .flowbtn12.insta_btn2{
  border:solid 1px #c6529a;
  color:#c6529a;
  }
  /* Instagramマウスホバー時 */
  .flowbtn12.insta_btn2:hover{
  border:solid 1px #c6529a;
  background:#c6529a;
  }
 
 

  
  /* ボタン内テキスト調整 */
  .flowbtn12 span{
  font-size:14px;	
  position:relative;
  left:8px;
  bottom:2px;	
  }
  /* ulタグの内側余白を０にする */
  ul.snsbtniti2{
  padding:0!important;
  width: 100%;
  margin:  0 auto;
  }
  /* ボタン全体の位置 */
  .snsbtniti2{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-flow:row wrap;
  }
  /* ボタン同士の余白 */
  .snsbtniti2 li{
  flex:0 0 48%;
  text-align:center !important;
  margin: auto 10px;
  }

  .sns-t {
      width: 150px;

  }
  .sns-i {
      width: 150px;

  }
  .link-sns {
    border-radius: 30px;
  }
  .link-sns a{
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 0;
    
  }

  .link-sns a p{
    padding-left: 10px;
  }
  .link-t {
    border: 1px solid #55acee;
    margin-bottom: 10px;
  }
  .link-i {
    border: 1px solid #c6529a;
  }
  .link-t i {
    color: #55acee;
  }
  .link-t p {
    color: #55acee;

  }
  .link-i i{
    color: #c6529a;
  }
  .link-i p{
    color: #c6529a;
  }

/* ---------------------------------------------------------------- */

.top-main {
}
.top-footer {

}
.top-hero-area {
  width: 100%;
  height: 800px;
  background-color:rgba(255,255,255,0.5);

  /* 薄いピンク */
  /* background-image: url("img/94-940878_m.jpg"); */

  /* 虹色 */
  /* background-image: url("img/73303831-watercolors-413271_1920-58Mx-1920x1280-MM-100.jpg"); */

  /* 虹色1 */
  background-image: url("img/rainbow2.png");
  /* 藤色和紙 */
  /* background-image: url("img/fuji_washi.jpg"); */

  /* オレンジ水玉風 */
  /* background-image: url("img/d07215a9f4e62482c27515a2abaf674e.jpg"); */

  background-blend-mode:lighten;    
  background-position:center;
  background-repeat:no-repeat;
  background-size: cover;
  text-align: center;
  margin: auto;
  margin-top: 60px;

}
.hero {
  height:90%;
  margin: auto;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}


.hero h1 span{
  text-shadow    : 
  3px  3px 10px #ffffff,
  -3px  3px 10px #ffffff,
  3px -3px 10px #ffffff,
  -3px -3px 10px #ffffff,
  3px  0px 10px #ffffff,
  0px  3px 10px #ffffff,
  -3px  0px 10px #ffffff,
  0px -3px 10px #ffffff;  
}
.hero-s1 {
  font-size:70px;
  color: #3678FF ;
}
.hero-s2 {
  font-size:70px;
  color: #FE8B48;
}
.hero-s3 {
  font-size:70px;
  color: #FF0060;
}
.hero-s4 {
  font-size:70px;
  color: #15C5B8;
}
.top-m {
  font-size:50px;
  line-height:150px;
}
.color-pi span{
  display        : inline-block;
  color          : #ff99cc;            /* 文字の色 */
  font-size      : 80px;               /* 文字のサイズ */
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    : 
      3px  3px 10px #ffffff,
      -3px  3px 10px #ffffff,
      3px -3px 10px #ffffff,
      -3px -3px 10px #ffffff,
      3px  0px 10px #ffffff,
      0px  3px 10px #ffffff,
      -3px  0px 10px #ffffff,
      0px -3px 10px #ffffff;        /* 文字の影 */       /* 文字の影 */
}
.color-or span {
  display        : inline-block;
  color          : #ff7f00;            /* 文字の色 */
  font-size      : 80px;               /* 文字のサイズ */
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    : 
      3px  3px 10px #ffffff,
      -3px  3px 10px #ffffff,
      3px -3px 10px #ffffff,
      -3px -3px 10px #ffffff,
      3px  0px 10px #ffffff,
      0px  3px 10px #ffffff,
      -3px  0px 10px #ffffff,
       0px -3px 10px #ffffff;        /* 文字の影 */
}

.color-fu span {
  display        : inline-block;
  color          : #ff66ff;            /* 文字の色 */
  font-size      : 80px;               /* 文字のサイズ */
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    : 
      3px  3px 10px #ffffff,
      -3px  3px 10px #ffffff,
      3px -3px 10px #ffffff,
      -3px -3px 10px #ffffff,
      3px  0px 10px #ffffff,
      0px  3px 10px #ffffff,
      -3px  0px 10px #ffffff,
       0px -3px 10px #ffffff;     /* 文字の影 */
}
.color-ra span {
  font-size      : 80px;               /* 文字のサイズ */
  letter-spacing : 6px; 

  font-weight: 800;
  text-shadow    : 
      3px  3px 10px #ffffff,
  -3px  3px 10px #ffffff,
      3px -3px 10px #ffffff,
  -3px -3px 10px #ffffff,
      3px  0px 10px #ffffff,
      0px  3px 10px #ffffff,
  -3px  0px 10px #ffffff,
      0px -3px 10px #ffffff;     /* 文字の影 */
}
.kore1 {
  color: #E60012;
}
.kore2 {
  color: #ff7f00;
}
.kore3 {
  color: #89F236;
}
.kore4 {
  color: #009944;
}
.kore5 {
  color: #0068B7;
}
.kore6 {
  color: #1D2088;
}
.kore7 {
  color: #920783;
}
/* --------------------------------------------------------------------------- */
.top-area1 {
  width: 100%;

}
.bb-01 {
}

.area1 {
  padding: 50px 0;

  width: 100%;
  text-align: center;
}
.hanabox {
  margin: 0 auto;
  display: flex;
  justify-content:center;
  width: 100%;
  margin-bottom: 20px;
}
.hana {
  padding: 0 0px;
  width: 70%;
}
.area1 h2 {
  font-size:20px;
  letter-spacing:4px;
}
.area2 {
  
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  background-color: #FFF6F9;
  
}
.area2 h2 {
  text-align: center;
}
.area-title {
  display: flex;
  justify-content:center;
  align-items: center;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: center;



}
.area-title h2 {
  padding: 0 10px;
}
.area-title img {
  width: 30px;
}
.area2-2 {
  width: auto;
  margin: 0 auto;
}

.area2-2 p {
  font-size:18px;
  letter-spacing:4px;
  padding: 5px 0;
}

.message3 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  text-align: center;
  margin: 10px auto;
  padding: 60px 0;
}
.message3 img {
  width: 30%;
  max-width:400px;
  padding:0 10px;
}

.top-area3 {

}
.area3-1 {
  width: 100%;
  margin: 0 auto;
}
.sagyou {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin:0 auto;
  margin-bottom: 30px;

  min-width:800px;
}
.sagyou img {
  width: 40%;
}
.sagyou-txt {
  font-size:22px;
  width: 50%;
  padding-top: 20px;
}
.sagyou-txt h3 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #44B59F;
  color: #44B59F;
}
.schedule{
  width: 50%;
  min-width:800px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 40px;
}
.area5-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.area5-1 img{
  margin: 0 auto;
  width: 80%;
}
.area4 {
  background-color: #FFF6F9;
}
.area4-1 {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;padding-bottom: 40px;
}
.person-box {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  padding:0 30px;
  border-radius: 20px;

}
.person {
  width: 30%;
  max-width:150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1% 0;
}

.pe-color {
  background-color: #f3f7d6;

}
.pe-color .person {
  background-color: #f7ffaf;

}
.po-color {
  background-color: #E1EADF;


}
.po-color .person {
  background-color: #8bd8bc;

}

.person-i {
  width: 100%;
  font-size:40px;
  text-align: center;
}
.person-txt {
  width: 70%;
  display: flex;
  align-items: center;
}
.txt-voice {

  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.txt-voice p {
  text-align: left;
  margin: 0;
  margin-right: auto;
  font-size: 20px;
} 
.area6 {
  padding-bottom: 20px;
  background-color: #FFF6F9;
}
.map {
  width: 100%;
  margin-bottom: 20px;
}
.map iframe {
  width: 100%;
  height:500px;
  margin:0;
}
.zip {
  width: 50%;
  padding: 20px auto;
  margin: 0 auto;
  margin-bottom: 40px;

}
.zip1 {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.zip-name {
  width: 30%;
  display: flex;
  justify-content:center;
  align-items: center;
  background-color: #8bd8bc;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  border-radius: 20px;

}
.zip-name p {
  margin: 0 auto;
  padding: 5px;
}
.zip p {
  margin: 0 auto;
}
.line-box {
  text-align: center;
}
.line-button {
  width: 116px;
  margin: 0 auto;
  text-align: center;
}
.line-box p{
  text-align: center;
  margin-bottom: 10px;
}
.line-box a {
  text-align: center;
  margin: 0 auto;
  padding: 0 auto;
  width: 116px;
}
.line-box img {
  width: 116px;
}
.area7 {

}
.acgoogle {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
  justify-content:center;
  flex-direction: column;
}
.acgoogle ul {
  margin: 0 auto;
  padding: 0 auto;
}
.acbutton {
  padding: ;
  margin: 0 auto;
  text-align: center;
}
.area7 iframe {
  width: 100%;
  margin: 40px auto;
}
.top-footer {
  height:80px;
  width: 100%;
  display: flex;
  justify-content:center;
  align-items:center;
  background-color: #FFF6F9;
}
.top-footer p {
  margin: 0;
  padding:0;
}
@media screen and (max-width: 992px) {
  .nav-pc {
      display: none;
  }
  .nav-tab {
      display: block;
  }
  .header__title > a > img {
	display: block;
	height: 50px;
  width: auto;
  object-fit: contain;
  align-self: flex-start;
  margin-left:10px;
  }
  .header-nav {
      z-index: 999;
      height:100%;
      width: 100%;
      display: flex;
      margin-left: auto;
      color: #000000;
  
  }
  .header-nav ul {
      display: flex;
      margin: 0;
  }
  .header-nav ul li p{
      padding:0 ;
      margin: 0;
      font-size: 15px;
  }
  .header-link{
      width: 0%;
      margin: 0;
      padding: 0;
  }
/* ------------------------------------------------------------------------------------------------ */
header {
	height:60px;

}
  header {
      background-color:#009944;
      max-height:60px;
      height:60px;
  }
.header__inner {
	height:60px;
}

/*
.header__title{
	margin: auto 0;
}

.header__title h1{
	margin: auto 0;
}
*/

.header-logo {
      max-height:60px;
      padding:0 5px;
      display: flex;
      align-items: center;
      margin-left: 5px;
  }
  .top-header img {
	  margin-top: 5px;
      height: 30px;
  }
  .top-hero-area {
      height:400px;
      background-color:rgba(255,255,255,0.5);
  
      /* 薄いピンク */
      /* background-image: url("img/94-940878_m.jpg"); */
  
      /* 虹色 */
      /* background-image: url("img/73303831-watercolors-413271_1920-58Mx-1920x1280-MM-100.jpg"); */
  
      /* 虹色1 */
      background-image: url("img/rainbow2.png");
      /* 藤色和紙 */
      /* background-image: url("img/fuji_washi.jpg"); */
  
      /* オレンジ水玉風 */
      /* background-image: url("img/d07215a9f4e62482c27515a2abaf674e.jpg"); */
  
      background-blend-mode:lighten;    
      background-position:center;
      background-repeat:no-repeat;
      background-size: cover;
      text-align: center;
  
  }
  .hero {
      height:90%;
      margin: auto;
      display: flex;
      flex-direction:column;
      justify-content: center;
      align-items: center;
  }
  .top-m {
      font-size:4vw;
      line-height:70px;
  }
  .top-m span {
      font-size:7vw
  }

  .top-area1 {
      padding: 10px 0;
  
  }
  .area1 h2 {
      font-size:20px;
      letter-spacing:4px;
  }
  .hanabox {
    width: 80%;
  }
  .area2 {
      margin: 0 auto;
      text-align: center;
      padding: 20px 0;
      background-color: #FFF6F9;
  }

  .area-title {
  
      padding: 20px 0;
      margin-bottom: 20px;
      text-align: center;
  }
  .area-title h2 {
      padding: 0 10px;
  }
  .area-title img {
      width: 20px;
  }
  .area2-2 {
      width: 95%;
      margin: 0 auto;
  }
  .message3 {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      text-align: center;
      margin: 10px auto;
      padding: 60px 0;
  }
  .message3 img {
      width: 32%;
      max-width:auto !important;
      padding:0 5px;
  }
  .area3-1 {
      text-align: center;
  }
  .sagyou {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-bottom: 20px;
      min-width:auto;
      flex-direction: column-reverse;
  }
  .sagyou:nth-child(2) {
      flex-direction: column;
  }
  .sagyou img {
      width: 70%;
      margin: 0 auto;
  }
  .sagyou-txt {
      margin-bottom: 20px;
      width: 100%;
  }
  .sagyou h3 {
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-size: 22px;
  }
  .sagyou p {
      font-size: 18px;
  }
  .schedule{
      width: 80%;
      min-width:auto;
  }
  .area4-1 {
      display: flex;
      width: 90%;
  }
  .zip {
      width: 90%;
  }
  .acgoogle {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
    justify-content:center;
    flex-direction: column;
  }
  .acbutton {
    margin: 0 auto;
    text-align: center;
  }
  .area7 iframe {
    width: 100%;
    margin: 40px auto;
  }
  

  .top-footer {
    height:50px;
    width: 100%;
    display: flex;
    justify-content:center;
    align-items:center;
    background-color: #FFF6F9;
  }
  .top-footer p {
    margin: 0;
    padding:0;
    font-size:13px;
  }
}
@media screen and (max-width: 576px) {
  .res-pc {
      display: none;
  }
  .res-sp {
      display: block;
  }
  .top-header {
      background-color:#a8886b;
      max-height:50px;
      height:50px;
  }

  header {
    height:60px;
  
  }

  .header__title > a > img {
    display: block;
    height: 50px;
    width: auto;
    object-fit: contain;
    align-self: flex-start;
    margin-left:10px;
  }
  
  .top-hero-area {
      height: 250px;
      background-color:rgba(255,255,255,0.5);
  
      /* 薄いピンク */
      /* background-image: url("img/94-940878_m.jpg"); */
  
      /* 虹色 */
      /* background-image: url("img/73303831-watercolors-413271_1920-58Mx-1920x1280-MM-100.jpg"); */
  
      /* 虹色1 */
      background-image: url("img/rainbow2.png");
      /* 藤色和紙 */
      /* background-image: url("img/fuji_washi.jpg"); */
  
      /* オレンジ水玉風 */
      /* background-image: url("img/d07215a9f4e62482c27515a2abaf674e.jpg"); */
  
      background-blend-mode:lighten;    
      background-position:center;
      background-repeat:no-repeat;
      background-size: cover;
      text-align: center;
  
  }
  .top-m {
    line-height: 40px;
  }
  .hana {
      padding: 0 0px;
      width: 100%;
  }
  .area1 h2 {
      font-size:16px;
      letter-spacing:4px;
  }
  .area-title h2 {
      font-size: 20px;

  }
  .area2-2 p {
      font-size:16px;
  }
  .area2-2 h2 {
      font-size:20px;
  }
  .message3 {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: 95%;
      text-align: center;
      margin: 10px auto;
      padding: 60px 0;
      flex-wrap: wrap;
  }
  .message3 img {
      width: 100%;
      max-width:400px;
      padding:0 10px;
      margin-bottom: 20px;
  }
  .schedule{
      width: 90%;
  }
  .area4-1 {
      display: flex;
      width: 100%;
  }
  .person-box {
      width: 100%;
  }
  .person {
      width: 40%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .person-i {
      width: 100%;
      font-size:40px;
      text-align: center;
  }
  .person p {
      font-size:4vw;
  }
  .person-txt {
      width: 60%;
  }
  .txt-voice {

      padding: 10px;
      width: 100%;
      height:80%;
      text-align: left;
  }
  .txt-voice p {
      font-size:4.5vw;
  }
  .map iframe {
      width: 100%;
      height:300px;
  }
  .zip1 {
      flex-direction: column;
      width: 100%;
      margin-bottom: 30px;

  }
  .zip-name {
      width: 100%;
      padding: 5px 0;
      margin-bottom: 5px;
  }
}
