@charset "utf-8";

/* ---------------------------------------------------
   File: common.css
   Version: 2.0.0
   Update: 2025-04-08
   Author: https://flowlab.co.jp

   (c)2007-2025 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */

/* ====================================================
		Layout
==================================================== */
body {
  color: #774935;
  font-family: "Zen Kaku Gothic New", 'Noto Sans JP',YuGothic,sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #fffae0;
}
a,
a:link,
a:visited,
a:active {
  color: #774935;
}
.row {
  width: 1100px;
  padding: 0 0 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.rowFix {
}
.contentsArea {
}


/* ====================================================
		Main
==================================================== */
#main {
  padding-top: 100px;
  position: relative;
  /*overflow: hidden!important;*/
}
#main::after {
  content: '';
  width: 270px;
  height: 270px;
  background: url("../img_common/img_dot_01.png") no-repeat 0 0 / 270px;
  animation: fuwafuwa4 3s infinite ease-in-out .8s alternate;
  position: absolute;
  bottom: -200px;
  left: 200px;
  display: block;
}


/* ====================================================
		Splash
==================================================== */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fffae0;
  text-align: center;
  color: #fff;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
  width: 140px;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ====================================================
		Header
==================================================== */
#gHeader {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
  padding-bottom: 100px;
}

/* -------------------------------
		Logo
------------------------------- */
#gHeader #logo,
#gHeader .logoSub {
  width: 30%;
	position: relative;
	z-index: 1002;
}
#gHeader #logo a,
#gHeader .logoSub a {
  width: 254px;
	display: block;
}
#gHeader .logoSub a {
  padding-top: 5px;
}
#gHeader #logo img,
#gHeader .logoSub img {
  width: 100%;
  height: auto;
}

/* -------------------------------
		Global Navigation
------------------------------- */
#gNavi {
	width: 100%;
  height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 1000;
  background: #fff;
  padding: 15px 6% 10px;
}
#gNavi ul,
#gNavi ul li {
  background: url("../img_common/line_gnavi.png") no-repeat 0 0 / 6px 50px;
}
#gNavi ul {
  width: 70%;
	display: flex;
	justify-content: space-between;
  background-position: right center;
}
#gNavi ul li {
  width: 25%;
  background-position: left center;
  position: relative;
}

/* Link */
#gNavi ul li a,
.menuBox .naviUl li a {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  padding: 18px 2%;
	display: block;
	position: relative;
  letter-spacing: 0.05em;
}
#gNavi ul li a:hover {
  color: #ffbb00;
}

/* Sub Navigation */
#gNavi ul li.has-child ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 4;
  background: #fff none;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  display: block;
  filter: drop-shadow(0 0 3px rgba(155, 86, 58, .2));
  border-radius: 10px;
}
#gNavi ul li.has-child:hover > ul,
#gNavi ul li.has-child ul li:hover > ul,
#gNavi ul li.has-child:active > ul,
#gNavi ul li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
#gNavi ul li.has-child ul li {
  width: 100%;
  background-image: none;
  border-bottom: 1px solid #efefef;
}
#gNavi ul li.has-child ul li a {
  font-size: 1.4rem;
}
#gNavi ul li.has-child ul li a:hover {
  color: #774935;
  background: #e8e8e8;
  opacity: 1;
}
#gNavi ul li.has-child ul li:first-child a {
  border-radius: 10px 10px 0 0;
}
#gNavi ul li.has-child ul li:last-child {
  border-bottom: none;
}
#gNavi ul li.has-child ul li:last-child a {
  border-radius: 0 0 10px 10px;
}


/* English */
#gNavi ul li a span,
.menuBox .naviUl li a span {
  color: #ffbb00;
  font-size: 1.1rem;
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  display: block;
  padding-top: 5px;
}

/* Scroll - Fix */
#gNavi.fix {
	padding: 15px 6% 10px;
	background-color: rgba( 255, 255, 255, 0.9 );
	z-index: 10002;
}
#gNavi.fix a {
	color: #774935;
}
#gNavi.fix ul a::after {
	background-color: #774935;
}

@media all and (min-width: 897px) {
	#gNavi a:hover::after {
		opacity: 1;
	}
  .menuBox {
    display: none!important;
  }
}


/* -------------------------------
		fixBtnUl
------------------------------- */
#fixBtnUl {
  width: 100px;
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 10002;
}
#fixBtnUl li:first-child {
  animation: fixbtn 6s ease-out infinite;
  margin-bottom: 5px;
}
#fixBtnUl li:last-child {
  animation: fixbtn 6s ease-out infinite;
  animation-delay: 3s;
}
#fixBtnUl img {
  width: 100%;
  height: auto;
}

@keyframes fixbtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/* ====================================================
		Background - Wave
==================================================== */

.wave {
  position: relative;
  height: 300px;
  max-height: 300px;
  z-index: -999;
}
canvas {
  width: 100%;
  max-height: 200px;
}

/* -------------------------------
		Page Title - Bottom
------------------------------- */
canvas#wavePageTitle {
  position: relative;
  left: 0;
  bottom: 0;
}

/* -------------------------------
		Sub Footer - Top
------------------------------- */
canvas#waveSubFooterTop {
  position: relative;
  left: 0;
  bottom: 0;
  top: 0;
  transform: scale(-1, 1);
}

/* -------------------------------
		Footer - Top
------------------------------- */
canvas#waveFooterTop {
  position: relative;
  left: 0;
  bottom: 0;
  transform: scale(1, -1);
}



/* ====================================================
		Animation
==================================================== */
.texturePink {
  animation: fuwafuwa1 3s infinite ease-in-out .8s alternate;
  background: url("../img_common/img_texture_pink_01.png") no-repeat center center / 190px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 190px;
  height: 130px;
  margin: 150px 0 0 160px;
}
@keyframes fuwafuwa1 {
  0%   { transform:translate(0, 0) rotate(-7deg);}
  50%  { transform:translate(0, -7px) rotate(0deg);}
  100% { transform:translate(0, 0) rotate(7deg);}
}
@keyframes fuwafuwa2 {
  0%   { transform:translate(0, 0) rotate(-7deg);}
  50%  { transform:translate(0, 7px) rotate(0deg);}
  100% { transform:translate(0, 0) rotate(7deg);}
}
@keyframes fuwafuwa3 {
  0%   { transform: translate(0,0px);}
  100% { transform: translate(0,-15px);}
}
@keyframes fuwafuwa4 {
  0%   { transform: translate(0,0px);}
  100% { transform: translate(0,-40px);}
}
@keyframes fuwafuwa5 {
  0%   { transform: translate(0,0px);}
  100% { transform: translate(-40px,0);}
}
@keyframes kakukaku1 {
  0%, 10%, 21%, 30%, 41%, 100% {
    -webkit-transform: translateY(1px);
    transform: translateY(2px);
  }
  11%, 20%, 31%, 40% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-2px);
  }
}
@keyframes kakukaku2 {
  0% {
    -webkit-transform: translate(0, -2px) rotate(6deg);
    transform: translate(0, -2px) rotate(6deg);
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(0, 0) rotate(-6deg);
    transform: translate(0, 0) rotate(-6deg);
  }
  30% {
    -webkit-transform: translate(0, -2px) rotate(0deg);
    transform: translate(0, -2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(0, -2px) rotate(6deg);
    transform: translate(0, -2px) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(2px, 0) rotate(-2deg);
    transform: translate(2px, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate(0, 2px) rotate(0deg);
    transform: translate(0, 2px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(6deg);
    transform: translate(0, 0) rotate(6deg);
  }
  80% {
    -webkit-transform: translate(2px, 0) rotate(-2deg);
    transform: translate(2px, 0) rotate(-2deg);
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, -2px) rotate(6deg);
    transform: translate(0, -2px) rotate(6deg);
  }
}
  
@keyframes poyopoyo {
  0%       { transform: scale(0.8) translate(0, 0) rotate(-7deg);}
  40%, 60% { transform: scale(1.0) translate(0, 0) rotate(-7deg);}
  50%, 70% { transform: scale(0.9) translate(0, -7px) rotate(0deg);}
  80%      { transform: scale(1.0) translate(0, 0) rotate(-7deg);}
  100%     { transform: scale(0.8) translate(0, 0) rotate(-7deg);}
}

.fluid1,
.fluid2 {
  width: 340px;
  height: 340px;
  background:#fff;
}
.fluid1     { animation: fluidrotate 30s ease 0s infinite;}
.fluid2     { animation: fluidrotate 40s ease .5s infinite;}

@keyframes fluidrotate {  
  0%, 100%  { border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;}
  14%       { border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;}
  28%       { border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;}
  42%       { border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;}
  56%       { border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;}
  70%       { border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;}
  84%       { border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;}
}

@keyframes zoomIn {
  from {
	  transform: scale(0.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}


/* ====================================================
		Page Title
==================================================== */
#pageTitleArea {
  background: url("../img_common/bg_pattern_tulips_white.jpg") repeat center top / 29px 20px;
  position: relative;
  z-index: -1;
  letter-spacing: 0.05em;
}

/* -------------------------------
		Page Title
------------------------------- */
#pageTitleArea h1 {
  font-size: 4.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 90px 0 0;
  position: relative;
}
#pageTitleArea h1 span {
  font-size: 1.4rem;
  font-family: "Fredoka",sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
}

/* -------------------------------
		Animation - Decoration
------------------------------- */
#pageTitleArea::before,
#pageTitleArea::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 999;
}
#pageTitleArea::before {
  width: 130px;
  height: 200px;
  background: url("../img_common/img_decoration_01.png") no-repeat 0 0 / 130px 200px;
  animation: kakukaku2 4s step-start 0s infinite normal;
  animation-delay: 1s;
  top: 140px;
  left: 24%;
}
#pageTitleArea::after {
  width: 170px;
  height: 140px;
  background: url("../img_common/img_decoration_02.png") no-repeat 0 0 / 170px 140px;
  animation: kakukaku2 4s step-start 0s infinite normal;
  top: 150px;
  right: 15%;
}

/* -------------------------------
		Animation - Paints
------------------------------- */
h1::before,
h1::after,
h1 span::before,
h1 span::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 998;
}
h1::before {
  width: 270px;
  height: 230px;
  background: url("../img_common/img_texture_green_01.png") no-repeat 0 0 / 270px 230px;
  animation: fuwafuwa3 5s infinite ease-in-out .8s alternate;
  top: 100px;
  left: 1%;
}
h1::after {
  width: 190px;
  height: 130px;
  background: url("../img_common/img_texture_pink_01.png") no-repeat 0 0 / 190px 130px;
  animation: fuwafuwa3 4s infinite ease-in-out .6s alternate;
  top: 260px;
  left: 10%;
}
h1 span::after {
  width: 442px;
  height: 302px;
  background: url("../img_common/img_texture_yellow_01.png") no-repeat 0 0 / 442px 302px;
  animation: fuwafuwa4 3s infinite ease-in-out .4s alternate;
  top: 200px;
  right: -50px;
}


/* ====================================================
		Title
==================================================== */
/* -------------------------------
		H2
------------------------------- */
#main h2 {
  font-size: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00b800;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 40px 0 60px;
}
#main h2.dotTitle span {
  display: inline-block;
  border-bottom: 4px dotted #00b800;
}

/* -------------------------------
		H2 - Arch Style
------------------------------- */
#main h2 b {
  font-size: 1.8rem;
  line-height: 1;
  display: block;
  position: relative;
  padding-bottom: 30px;
  margin-top: -30px;
}
#main h2 b::before {
  content: '';
  width: 30px;
  height: 42px;
  background: url("../img_common/icon_tulips.png") no-repeat center center / 30px 42px;
  position: relative;
  top: 95px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
}
#main h2 span.arch,
#main h2 span.archEnglish {
  display: block;
}
#main h2 .arch {
  letter-spacing: 0;
  padding-bottom: 50px;
}
#main h2 .arch span {
  color: #774935;
}
#main h2 .archEnglish {
  font-size: 1.3rem;
  font-family: "Fredoka",sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  padding-top: 20px;
}
#main h2 strong {
  font-weight: 500;
}
#main h2 .archEnglish span:nth-child(odd)  { color: #00b800;}
#main h2 .archEnglish span:nth-child(even) { color: #00d900;}
#main h2 strong {
  display: inline-block;
  border-bottom: 4px dotted #00b800;
}


/* ====================================================
		Box
==================================================== */
/* -------------------------------
		bgWhiteBox
------------------------------- */
.bgWhiteBox {
  background: #fff;
  border-radius: 40px;
  padding: 90px 10%;
}
.bgWhiteBox dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #e2dbd8;
}
.bgWhiteBox dl dt,
.bgWhiteBox dl dd {
  border-top: 1px dashed #e2dbd8;
  padding: 30px 0;
}
.bgWhiteBox dl dt {
  width: 20%;
  font-weight: bold;
  padding-left: 5%;
}
.bgWhiteBox dl dd {
  width: 75%;
}
.bgWhiteBox dl dd small {
  padding-top: 15px;
}

/* UL */
.bgWhiteBox dl dd ul {
  background: #fefcee;
  border-radius: 10px;
  padding: 25px 5%;
  margin: 10px 0 0;
}
.bgWhiteBox dl dd ul section {
  display: flex;
  flex-wrap: wrap;
}
.bgWhiteBox dl dd ul section h3 {
  width: 37.5%;
  font-weight: normal;
  line-height: 1.6;
  padding-left: 2.5%;
  position: relative;
  display: flex;
}
.bgWhiteBox dl dd ul section h3::before {
  content: '';
  width: 10px;
  height: 10px;
  min-height: 1em;
  background: url("../img_common/icon_circle_brown.png") no-repeat left top 0.3em / 10px;
  display: inline-block;
  padding-right: 5px;
}
.bgWhiteBox dl dd ul section h3::after {
  content: '';
	flex-grow: 1;
	height: 1px;
	display: block;
  margin-left: 10px;
	background: #e2dbd8;
  top: 0.6em;
  position: relative;
}
.bgWhiteBox dl dd ul section div {
  width: 58%;
  padding-left: 2%;
}
.bgWhiteBox dl dd ul section div ul {
  line-height: 1.6;
  padding: 0;
  margin: 0;
}
.bgWhiteBox dl dd .pddBtmOn {
  padding-bottom: 20px;
}


/* ====================================================
		List
==================================================== */
/* -------------------------------
		List Type - A
------------------------------- */
ul.listTypeA li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
}
ul.listTypeA li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #fff;
  padding: 30px 6%;
  border-radius: 50px;
  position: relative;
  transition: ease .2s;
  letter-spacing: 0.01em;
}
ul.listTypeA li a:hover {
  opacity: 1;
}

/* Time */
ul.listTypeA li a time {
  width: 100px;
  overflow-wrap: break-word;
  color: #d4c9c4;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  background: url("../img_common/icon_tulips.png") no-repeat right center / 12px 17px;
  padding-right: 30px;
  display: block;
  margin-right: 36px;
}

/* Text */
ul.listTypeA li a span {
  width: 530px;
  line-height: 1.4;
  display: block;
}

/* Button */
ul.listTypeA li a::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  transition: all .3s;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url("../img_common/btn_arrow_brown.png") no-repeat right 0 center / 40px;
}
ul.listTypeA li a:hover::after {
  right: 0;
}

/* -------------------------------
		List Type - B
------------------------------- */
ul.listTypeB li {
  line-height: 1.4;
  background: url("../img_common/icon_circle_brown.png") no-repeat left top 0.3em / 10px;
  padding: 0 0 10px 15px;
}


/* ====================================================
		Button
==================================================== */
/* -------------------------------
		Button - Color
------------------------------- */
#main .btnColor {
  text-align: center;
  margin: 0 auto;
}
#main .btnColor a {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  background: url("../img_common/btn_bg-green.jpg") no-repeat center center / cover;
  padding: 20px 50px;
  border-radius: 50px;
  box-shadow: 0 4px 0 0 rgba(0,0,0,.14);
  display: inline-block;
}

/* -------------------------------
		Button - Arrow
------------------------------- */
#main .btnArrow {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 0 20px 80px;
  position: relative;
  transition: ease .2s;
  letter-spacing: 0.05em;
}
#main .btnArrow a::after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  transition: all .3s;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url("../img_common/btn_arrow_brown.png") no-repeat left center / 60px;
}
#main .btnArrow a:hover::after {
  left: 40px;
}


/* ====================================================
		Page Navigation - WP
==================================================== */
#paginate {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 70px;
}
#paginate li.current span,
#paginate li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  border-radius: 50%;
}
#paginate li {
  width: 70px;
}
.wp-pagenavi {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 70px;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
	margin: 0 5px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	display: block;
	border-radius: 50%;
}

/* -------------------------------
		Current
------------------------------- */
#paginate .current span,
#paginate a:hover {
  color: #fff;
  background: #774935;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
	color: #fff;
	background: #774935;
}

/* -------------------------------
		PREV / NEXT
------------------------------- */
#paginate .prev a,
#paginate .next a {
  position: relative;
}
#paginate .prev a img,
#paginate .next a img {
  width: 18px;
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#paginate .prev a:hover img,
#paginate .next a:hover img {
  display: none;
}
#paginate .prev a:hover::before,
#paginate .next a:hover::before {
  content: '';
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#paginate .prev a:hover::before { background-image: url("../img_common/btn_prev_white.png");}
#paginate .next a:hover::before { background-image: url("../img_common/btn_next_white.png");}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink img,
.wp-pagenavi .nextpostslink img {
  width: 18px;
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.wp-pagenavi .previouspostslink:hover img,
.wp-pagenavi .nextpostslink:hover img {
  display: none;
}
.wp-pagenavi .previouspostslink:hover::before,
.wp-pagenavi .nextpostslink:hover::before {
  content: '';
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.wp-pagenavi .previouspostslink:hover::before { background-image: url("../img_common/btn_prev_white.png");}
.wp-pagenavi .nextpostslink:hover::before { background-image: url("../img_common/btn_next_white.png");}



/* ====================================================
		Sub Footer
==================================================== */
#subFooter {
  position: relative;
}
#subFooter .inBox {
  background: #fff;
}
#subFooter .row {
  padding: 30px 0;
}

/* -------------------------------
		Banner - Pick Up
------------------------------- */
#subFooter ul {
  padding-bottom: 80px;
}
#subFooter ul li {
  width: 47%;
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
#subFooter ul li:last-child {
  margin-top: 40px;
}

/* Btn - Arrow */
#subFooter ul li::before {
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  background: #fff url("../img_common/icon_arrow_brown_right.png") no-repeat 24px 24px / 16px;
  border-top-left-radius: 30px;
  z-index: 4;
}
#subFooter ul li:first-child::before {
  bottom: 39px;
}

/* Mask */
#subFooter ul li a {
  color: #fff;
  display: block;
  position: relative;
}
#subFooter ul li a span.mask {
  width: 100%;
  height: 315px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}
#subFooter ul li a span.mask::before {
  width: 100%;
  height: 315px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: rgba(0,0,0,0.6);
  z-index: 2;
}
#subFooter ul li a img {
  transform: scale(1);
  filter: blur(0);
  transition: .3s ease-in-out;
  position: relative;
}
#subFooter ul li a:hover img {
  transform: scale(1.2);
  filter: blur(8px);
}
#subFooter ul li a:hover {
  opacity: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {/*Safari Only Hack*/
  _::-webkit-full-page-media, _:future, :root #subFooter ul li a img,
  _::-webkit-full-page-media, _:future, :root #subFooter ul li a:hover img {
    animation: none;
    transition: unset;
    transform: none;
    filter: blur(0);
  }
  _::-webkit-full-page-media, _:future, :root #subFooter ul li a:hover {
    opacity: 0.6;
  }
}

/* Name */
#subFooter ul li a strong {
  top: 90px;
  left: 60px;
  position: absolute;
  z-index: 3;
  display: block;
}
#subFooter ul li a span.english {
  font-size: 0.9rem;
  font-family: "Fredoka",sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  padding-left: 4px;
}

/* -------------------------------
		Link - Information
------------------------------- */
#subFooter section a {
  border: 3px solid #efefef;
  border-radius: 40px;
  display: block;
  padding: 40px 0 35px;
  position: relative;
  transition: ease .2s;
}
#subFooter section a::after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  transition: all .3s;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url("../img_common/btn_arrow_brown.png") no-repeat right 0 center / 60px;
}
#subFooter section a:hover::after {
  right: 0;
}
#subFooter section .flex {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
#subFooter section h2,
#subFooter section p {
  width: 50%;
}

/* Title */
#subFooter section h2 {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
#subFooter section h2 span {
  font-size: 1rem;
  font-family: "Fredoka",sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 15px;
}

/* Text */
#subFooter section p {
  font-size: 1.4rem;
}

/* -------------------------------
		Animation - Paints
------------------------------- */
#subFooter::before,
#subFooter::after {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
#subFooter::before {
  width: 302px;
  height: 406px;
  background: url("../img_common/img_texture_pink_02.png") no-repeat 0 0 / 302px 406px;
  animation: fuwafuwa4 5s infinite ease-in-out .8s alternate;
  bottom: 1000px;
  right: -100px;
}
#subFooter::after {
  width: 442px;
  height: 302px;
  background: url("../img_common/img_texture_yellow_01.png") no-repeat 0 0 / 442px 302px;
  animation: fuwafuwa3 5s infinite ease-in-out .8s alternate;
  bottom: 800px;
  left: -100px;
}


/* ====================================================
		Footer
==================================================== */
#gFooter {
  background: url("../img_common/bg_pattern_tulips.jpg") repeat center top / 29px 20px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {/*Safari Only Hack*/
  _::-webkit-full-page-media, _:future, :root #gFooter {
    overflow: visible;
  }
}

#gFooter .row {
  padding: 30px 0;
  position: relative;
}
#gFooter .row::after {
  content: '';
  animation: fuwafuwa1 3s infinite ease-in-out .8s alternate;
  background: url("../img_common/img_texture_pink_01.png") no-repeat center center / 190px auto;
  display: block;
  transition: 1.5s ease-in-out;
  width: 190px;
  height: 130px;
  left: -100px;
  bottom: -20px;
  position: absolute;
  z-index: -1;
}
#gFooter a {
}

/* -------------------------------
		Logo
------------------------------- */
#flogo {
  width: 176px;
  padding-top: 50px;
}
#flogo a {
  display: block;
}

/* -------------------------------
		footer Information
------------------------------- */
#gFooter #footerInformation {
  width: 660px;
  background: #fff;
  animation: footeradd 20s ease 0s infinite;
  border-radius: 10% 40% 10% 40%/30% 30% 50% 30%;
  padding: 50px 70px 50px 100px;
  position: relative;
  margin-bottom: 80px;
}
@keyframes footeradd {
  0%, 100%  { border-radius: 10% 40% 10% 40% / 30% 30% 50% 30%;}
  14%       { border-radius: 23% 28% 34% 9% / 30% 50% 21% 50%;}
  28%       { border-radius: 12% 25% 21% 32% / 53% 50% 34% 22%;}
  42%       { border-radius: 21% 14% 35% 12% / 28% 33% 35% 47%;}
  56%       { border-radius: 15% 22% 17% 18% / 41% 40% 30% 27%;}
  70%       { border-radius: 10% 40% 33% 30% / 54% 41% 36% 15%;}
  84%       { border-radius: 10% 13% 19% 9% / 30% 61% 21% 39%;}
}
#gFooter #footerInformation::before {
  width: 366px;
  height: 273px;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: -40px;
  right: -150px;
  animation: poyopoyo 8s ease-out infinite;
  background: url("../img_common/img_texture_yellow_02.png") no-repeat 0 0 / 366px 273px;
}
#gFooter #footerInformation section {
  width: 50%;
  border-right: 1px solid #e2dbd8;
  padding-right: 30px;
}

/* -------------------------------
		Name
------------------------------- */
#gFooter h3 {
  padding-bottom: 10px;
}

/* -------------------------------
		Address
------------------------------- */
#gFooter address {
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}

/* Map */
#gFooter address a {
  font-size: 1.4rem;
  font-family: "Fredoka",sans-serif;
  font-weight: 600;
  font-style: normal;
  background: url("../img_common/icon_map.png") no-repeat left 0.2em / 12px 16px;
  padding: 2px 0 2px 16px;
  margin-left: 15px;
  display: inline-block;
}

/* TEL */
#gFooter .contactTel {
}
#gFooter .contactTel .number {
  font-size: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1em;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
#gFooter .contactTel .number a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#gFooter .contactTel .number a::before {
  content: '';
  width: 24px;
  height: 31px;
  background: url("../img_common/icon_tel_brown.png") no-repeat 0 0 / 24px 31px;
  animation: kakukaku2 4s step-start 0s infinite normal;
  display: inline-block;
  transform: rotate(10deg);
  position: relative;
  top: 5px;
  left: 0;
  padding-right: 5px;
}
#gFooter .contactTel .text {
  padding-left: 34px;
  font-size: 1.4rem;
}

/* -------------------------------
		btn_contactForm_footer
------------------------------- */
#gFooter #btn_contactForm_footer {
  width: 36%;
  text-align: center;
}
#gFooter #btn_contactForm_footer a {
  font-size: 2.4rem;
  font-family: "Fredoka",sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.4;
  display: block;
  position: relative;
}
#gFooter #btn_contactForm_footer a::before {
  content: '';
  width: 66px;
  height: 66px;
  animation: kakukaku1 4s step-start 0s infinite normal;
  background: url("../img_common/icon_mail_footer.png") no-repeat 0 20px / 66px;
  padding: 40px 0 0;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
}
#gFooter #btn_contactForm_footer a span.font_tsukuardgothic {
  font-size: 1.4rem;
  display: block;
  background: none;
  padding: 0;
}

/* -------------------------------
		Footer Navigation
------------------------------- */
#gFooter ul {
}
#gFooter ul a {
  display: block;
}

/* fNavi */
#gFooter #fNavi ul.flex {
  width: 80%;
}
#gFooter #fNavi ul.flex li {
  width: 22%;
}
#gFooter #fNavi ul.flex li:nth-child(1),
#gFooter #fNavi ul.flex li:nth-child(2),
#gFooter #fNavi ul.flex li:nth-child(3) {
  width: 16%;
}
#gFooter #fNavi ul.flex li a {
}
#gFooter #fNavi ul.flex li a span {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
  display: block;
}
#gFooter #fNavi ul.flex li ul li,
#gFooter #fNavi ul.flex li ul li:nth-child(1),
#gFooter #fNavi ul.flex li ul li:nth-child(2),
#gFooter #fNavi ul.flex li ul li:nth-child(3) {
  width: 100%;
}
#gFooter #fNavi ul.flex li ul a {
  font-size: 1.4rem;
  position: relative;
  display: block;
  padding: 3px 0 0 22px;
  vertical-align: middle;
  text-decoration: none;
}
#gFooter #fNavi ul.flex li ul a::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: 0 auto;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img_common/btn_arrow_brown-s.png") no-repeat left top / 15px;
}

/* otherList */
#gFooter #fNavi ul.otherList {
  width: 20%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#gFooter #fNavi ul.otherList li {
  
}

/* Btn */
#gFooter #fNavi ul.otherList li:nth-child(1) {
  margin-bottom: 8px;
}
#gFooter #fNavi ul.otherList li:nth-child(2) {
  margin-bottom: 25px;
}
#gFooter #fNavi ul.otherList li:nth-child(1) a,
#gFooter #fNavi ul.otherList li:nth-child(2) a {
  font-size: 1.4rem;
  overflow: hidden;
  border: 2px solid #774935;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  line-height: 1em;
  padding: 12px 0;
  position: relative;
  transition: ease .2s;
}
#gFooter #fNavi ul.otherList li:nth-child(1) a span,
#gFooter #fNavi ul.otherList li:nth-child(2) a span {
  position: relative;
  z-index: 3;
  color: #774935;
}
#gFooter #fNavi ul.otherList li:nth-child(1) a:hover span,
#gFooter #fNavi ul.otherList li:nth-child(2) a:hover span {
  color: #fff;
}
#gFooter #fNavi ul.otherList li:nth-child(1) a:hover,
#gFooter #fNavi ul.otherList li:nth-child(2) a:hover {
  opacity: 1;
}
#gFooter #fNavi ul.otherList li:nth-child(1) a::before,
#gFooter #fNavi ul.otherList li:nth-child(2) a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 2px solid #774935;
  background:#774935;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
#gFooter #fNavi ul.otherList li:nth-child(1) a:hover::before,
#gFooter #fNavi ul.otherList li:nth-child(2) a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {/*Safari Only Hack*/
  _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(1) a::before,
  _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(2) a::before {
    content: none;
  }
  _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(1) a:hover span,
  _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(2) a:hover span {
    opacity: 0.6;
  }
  _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(1) a:hover span,
  _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(2) a:hover span {
    color: #774935;
  }
}

/* Btn - Photo Blog */
#gFooter #fNavi ul.otherList li:nth-child(2) a span {
  padding-left: 18px;
  background: url("../img_common/icon_lock_brown.png") no-repeat left center / 10px 13px;
}
#gFooter #fNavi ul.otherList li:nth-child(2) a:hover span {
  background: url("../img_common/icon_lock_white.png") no-repeat left center / 10px 13px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {/*Safari Only Hack*/
  _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(2) a:hover span {
    background: url("../img_common/icon_lock_brown.png") no-repeat left center / 10px 13px;
  }
}


@media all and (min-width: 897px) {
	#gFooter ul li a:hover {
		opacity: 0.7;
	}
}

/* -------------------------------
		Page Top
------------------------------- */
#gFooter #pageTop {
  width: 60px;
  height: 60px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000001;
	display: none;
}
#gFooter #pageTop a {
	display: block;
}
@media all and (min-width: 897px) {
	#gFooter #pagetop a:hover {
		opacity: 0.7;
	}
}


/* -------------------------------
		Copyright
------------------------------- */
#gFooter #copyright {
  font-size: 1rem;
  letter-spacing: 0.05em;
	display: block;
	text-align: center;
  padding-top: 50px;
}






/* ====================================================
		Title
==================================================== */

/* -------------------------------
		Page Title
------------------------------- */

/* -------------------------------
		Contents Title
------------------------------- */













/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  
  /* ====================================================
      Layout
  ==================================================== */
  .row {
    width: inherit;
    padding: 0 50px 120px;
  }
  
  /* ====================================================
      Header
  ==================================================== */
  
  /* -------------------------------
      Logo
  ------------------------------- */
  #gHeader #logo a,
  #gHeader .logoSub a {
    width: 80%;
  }
  
  /* -------------------------------
      Global Navigation
  ------------------------------- */
  #gNavi {
    width: inherit;
    padding: 15px 3% 10px;
  }
  #gNavi ul li a {
    font-size: 1.6rem;
  }
  
  /* Scroll - Fix */
  #gNavi.fix {
    padding: 15px 3% 10px;
  }
  
  /* -------------------------------
      fixBtnUl
  ------------------------------- */
  #fixBtnUl {
    width: 70px;
    bottom: inherit;
    top: 120px;
  }
  
  
  /* ====================================================
      Box
  ==================================================== */
  /* -------------------------------
      bgWhiteBox
  ------------------------------- */
  .bgWhiteBox {
    
  }
  
  
  /* ====================================================
      List
  ==================================================== */
  /* -------------------------------
      List Type - A
  ------------------------------- */
  /* Time */
  ul.listTypeA li a time {
    width: 16%;
  }

  /* Text */
  ul.listTypeA li a span {
    width: 70%;
  }
  
  
  /* ====================================================
      Sub Footer
  ==================================================== */
  #subFooter .row {
    padding: 20px 50px;
  }
  
  /* -------------------------------
      Banner - Pick Up
  ------------------------------- */
  /* Mask */
  #subFooter ul li a span.mask {
    height: 260px;
  }
  #subFooter ul li a img {
    transform: scale(1.25);
  }
  #subFooter ul li a:hover img {
    transform: scale(1.4);
  }
  
  /* -------------------------------
      Link - Information
  ------------------------------- */
  #subFooter section .flex {
    width: 80%;
  }
  #subFooter section a::after {
    right: 0;
  }
  #subFooter section h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
  
  
  /* ====================================================
      Footer
  ==================================================== */
  #gFooter .row {
    padding: 0 50px 30px;
  }
  
  /* -------------------------------
      Logo
  ------------------------------- */
  #flogo {
    margin: 0 auto 50px;
    padding-top: 0;
  }
  
  /* -------------------------------
      footer Information
  ------------------------------- */
  #gFooter #footerInformation {
    width: 100%;
    text-align: center;
    padding: 50px;
  }
  #gFooter .contactTel .number a {
    justify-content: center;
  }
  
  /* -------------------------------
      btn_contactForm_footer
  ------------------------------- */
  #gFooter #btn_contactForm_footer {
    width: 44%;
  }


  /* ====================================================
      Title
  ==================================================== */

  /* -------------------------------
      Page Title
  ------------------------------- */

  /* -------------------------------
      Contents Title
  ------------------------------- */
}













/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  
  
  /* ====================================================
      Layout
  ==================================================== */
  .row {
    width: inherit;
    padding: 0 5% 80px;
  }
  .rowFix {
    padding-top: 120px;
    margin-top: -120px;
  }
  
  
  /* ====================================================
      Main
  ==================================================== */
  #main {
    padding-top: 80px;
  }
  #main::after {
    width: 200px;
    height: 200px;
    background-size: 200px;
    bottom: -220px;
    left: 20px;
  }
  
  
  /* ====================================================
      Splash
  ==================================================== */
  #splash_logo img {
    width: 100px;
  }
  
  
  /* ====================================================
      Header
  ==================================================== */
	#gHeader {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
  
  /* -------------------------------
      Logo
  ------------------------------- */
	#gHeader .logoSub {
    width: 240px;
  }
  #gHeader .logoSub a {
    width: 100%;
    padding-top: 0;
  }
  
  /* -------------------------------
      Global Navigation
  ------------------------------- */
  /* Button - Menu */
  #gHeader .menuBtn {
    position: absolute;
    cursor: pointer;
    width: 60px;
    height: 60px;
    right: 20px;
    top: 26px;
    z-index: 10000;
  }
  #gHeader .menuBtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 2px;
    border-radius: 5px;
    background: #00b800;
    width: 100%;
  }
  #gHeader .menuBtn span:nth-of-type(1) {
    top: 0; 
  }
  #gHeader .menuBtn span:nth-of-type(2) {
    top: 7px;
    background: #00d900;
  }
  #gHeader .menuBtn span:nth-of-type(3) {
    top: 14px;
  }
  #gHeader .menuBtn span:nth-of-type(3)::after {
    content: "MENU";
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #00b800;
    font-size: 1.1rem;
    font-family: "Fredoka",sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  #gHeader .menuBtn.active {
  }
  #gHeader .menuBtn.active span:nth-of-type(1) {
    top: 7px;
    width: 100%;
    transform: rotate(20deg);
  }
  #gHeader .menuBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #gHeader .menuBtn.active span:nth-of-type(3){
    top: 7px;
    width: 100%;
    transform: rotate(-20deg);
  }
  #gHeader .menuBtn.active span:nth-of-type(3)::after {
    content: "CLOSE";
    transform: rotate(20deg);
    top: 12px;
    left: 0;
  }
  
  /* Menu Box - Open */
  .menuBox {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fffae0;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
    overflow-y: auto;
  }
  .menuBox .logoSub {
    padding: 8px 4% 10px;
  }
  .menuBox .naviUl {
    padding: 10px 5%;
  }
  .menuBox .naviUl li,
  .menuBox .subUl li {
    margin-bottom: 10px;
    filter: drop-shadow(0 0px 3px rgba(155, 86, 58, .2));
  }
  .menuBox .naviUl li a {
    text-align: left;
    background: #fff url("../img_common/icon_arrow_brown_right.png") no-repeat right 30px center / 14px;
    border-radius: 10px;
    display: block;
    padding-left: 30px;
  }
  .menuBox .naviUl li a span {
    display: inline-block;
    margin-left: 10px;
  }
  .menuBox .naviUl li.has-child a {
    border-radius: 10px 10px 0 0;
  }
  .menuBox .naviUl li.has-child ul li {
    margin-bottom: 0;
    border-top: 1px solid #efefef;
    filter: none;
  }
  .menuBox .naviUl li.has-child ul li a {
    font-size: 1.4rem;
    border-radius: 0;
    background-image: none;
    padding-left: 50px;
  }
  .menuBox .naviUl li.has-child ul li a::before {
    display: block;
    content: '';
    position: relative;
    top: 0.5em;
    left: -15px;
    width: 6px;
    height: 1px;
    background-color: #774935;
  }
  .menuBox .naviUl li.has-child ul li:last-child a {
    border-radius: 0 0 10px 10px;
  }
  
  .menuBox .subUl {
    padding: 0 5% 80px;
  }
  .menuBox .subUl li {
    width: 48.5%;
    text-align: center;
  }
  .menuBox .subUl li a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
    border-radius: 10px;
    padding: 60px 0 10px;
    background-position: center top 20px;
    background-repeat: no-repeat;
    background-size: 50px 35px;
  }
  .menuBox .subUl li:first-child a {
    background-color: #ffbb00;
    background-image: url("../img_common/icon_photo.png");
  }
  .menuBox .subUl li:last-child a {
    background-color: #00b800;
    background-image: url("../img_common/icon_contact.png");
  }
  
  /* -------------------------------
      gNavi
  ------------------------------- */
  #gNavi {
    height: 80px;
    padding: 8px 4% 10px;
  }
  #gNavi ul {
    display: none;
  }
  
  /* Scroll - Fix */
  #gNavi.fix {
    padding: 8px 4% 10px;
    background-color: rgba( 255, 255, 255, 1 );
    z-index: 1000;
  }
  
  
  /* ====================================================
      Background - Wave
  ==================================================== */
  canvas#wavePageTitle {
    height: 100px;
  }
  canvas#waveSubFooterTop,
  canvas#waveFooterTop {
    height: 200px;
  }
  
  
  /* ====================================================
      Page Title
  ==================================================== */
  #pageTitleArea {
  }
  
  /* -------------------------------
      Page Title
  ------------------------------- */
  #pageTitleArea h1 {
    font-size: 3rem;
    padding: 40px 0 0;
  }
  #pageTitleArea h1 span {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  
  /* -------------------------------
      Animation - Decoration
  ------------------------------- */
  #pageTitleArea::before {
    width: 80px;
    height: 123px;
    background-size: 80px 123px;
    top: 50px;
    left: 10px;
  }
  #pageTitleArea::after {
    width: 100px;
    height: 82px;
    background-size: 100px 82px;
    top: 20px;
    right: 10px;
  }

  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  h1::before {
    width: 200px;
    height: 170px;
    background-size: 200px 170px;
    top: 100px;
    left: -100px;
  }
  h1::after {
    width: 90px;
    height: 62px;
    background-size: 90px 62px;
    top: 180px;
    left: 30px;
  }
  h1 span::after {
    width: 300px;
    height: 204px;
    background-size: 300px 204px;
    top: 220px;
    right: -50px;
  }
  
  
  /* ====================================================
      Title
  ==================================================== */
  /* -------------------------------
      H2
  ------------------------------- */
  #main h2 {
    font-size: 2.6rem;
    padding-bottom: 40px;
  }
  
  
  /* ====================================================
      Box
  ==================================================== */
  /* -------------------------------
      bgWhiteBox
  ------------------------------- */
  .bgWhiteBox {
    border-radius: 20px;
    padding: 20px 6%;
  }
  .bgWhiteBox dl {
    display: block;
    border: none;
  }
  .bgWhiteBox dl dt,
  .bgWhiteBox dl dd {
    width: 100%;
    padding: 20px 0;
  }
  .bgWhiteBox dl dt {
    padding: 20px 0 0;
  }
  .bgWhiteBox dl dt:first-child {
    border-top: none;
  }
  .bgWhiteBox dl dd {
    font-size: 1.4rem;
    padding-top: 8px;
    border-top: none;
  }
  
  /* UL */
  .bgWhiteBox dl dd ul {
    padding: 25px 5%;
    margin: 10px 0 0;
  }
  .bgWhiteBox dl dd ul section {
    display: block;
  }
  .bgWhiteBox dl dd ul section h3 {
    width: 100%;
    line-height: 1.6;
    padding-left: 0;
    display: block;
  }
  .bgWhiteBox dl dd ul section h3::before {
    width: 8px;
    height: 8px;
    background-size: 8px;
  }
  .bgWhiteBox dl dd ul section h3::after {
    display: none;
  }
  .bgWhiteBox dl dd ul section div {
    width: 58%;
    padding-left: 2%;
    padding-bottom: 20px;
  }
  .bgWhiteBox dl dd ul li:last-child section div {
    padding-bottom: 0;
  }
  .bgWhiteBox dl dd ul section div ul {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 10px;
  }
  .bgWhiteBox dl dd .pddBtmOn {
    padding-bottom: 0;
  }
  
  
  /* ====================================================
      List
  ==================================================== */
  /* -------------------------------
      List Type - A
  ------------------------------- */
  ul.listTypeA li {
    margin-bottom: 15px;
  }
  ul.listTypeA li a {
    border-radius: 20px;
    padding: 20px 16% 20px 6%;
  }
  
  /* Time */
  ul.listTypeA li a time {
    width: 100%;
    background: none;
    padding: 0 0 5px;
    margin: 0;
  }

  /* Text */
  ul.listTypeA li a span {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0;
  }
  
  /* Button */
  ul.listTypeA li a::after {
    width: 30px;
    height: 30px;
    right: 0;
    background-size: 30px;
  }
  
  /* -------------------------------
      List Type - B
  ------------------------------- */
  ul.listTypeB li {
    font-size: 1.5rem;
    background-size: 8px;
    padding-left: 12px;
  }
  
  
  /* ====================================================
      Button
  ==================================================== */
  /* -------------------------------
      Button - Arrow
  ------------------------------- */
  #main .btnArrow a {
    padding: 10px 0 10px 46px;
  }
  #main .btnArrow a::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    left: 5%;
  }
  #main .btnArrow a:hover::after {
    left: 6%;
  }
  
  
  /* ====================================================
      Page Navigation - WP
  ==================================================== */
  #paginate {
  }
  #paginate li.current span,
  #paginate li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  #paginate li {
    width: 40px;
  }
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0;
	width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
}

  /* -------------------------------
      PREV / NEXT
  ------------------------------- */
  #paginate .prev a img,
  #paginate .next a img {
    width: 14px;
  }
  #paginate .prev a:hover::before,
  #paginate .next a:hover::before {
    content: '';
    width: 14px;
    height: 14px;
    background-size: 14px;
  }

  .wp-pagenavi .previouspostslink img,
  .wp-pagenavi .nextpostslink img {
    width: 14px;
  }
  .wp-pagenavi .previouspostslink:hover::before,
  .wp-pagenavi .nextpostslink:hover::before {
    content: '';
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
  
  
  /* ====================================================
      Sub Footer
  ==================================================== */
  #subFooter {
  }
  #subFooter .inBox {
  }
  #subFooter .row {
    padding: 0 5%;
  }

  /* -------------------------------
      Banner - Pick Up
  ------------------------------- */
  #subFooter ul {
    padding-bottom: 15px;
  }
  #subFooter ul li {
    width: 100%;
    font-size: 2rem;
  }
  #subFooter ul li:last-child {
    margin-top: 15px;
  }
  #subFooter ul li a img {
    animation: none;
    transition: unset;
    transform: none;
  }
  
  /* Btn - Arrow */
  #subFooter ul li::before {
    width: 36px;
    height: 36px;
    background-size: 14px;
    background-position: 16px 13px;
    border-top-left-radius: 20px;
    z-index: 4;
  }
  #subFooter ul li:first-child::before {
    bottom: 0;
  }

  /* Mask */
  #subFooter ul li a span.mask {
    height: 160px;
    border-radius: 20px;
    z-index: 1;
  }
  
  #subFooter ul li a span.mask::before {
  }
  #subFooter ul li a img {
    transform: none;
    transition: unset;
  }
  #subFooter ul li a:hover img {
    transform: none;
    filter: blur(0px);
  }

  /* Name */
  #subFooter ul li a strong {
    top: 55px;
    left: 30px;
  }
  
  /* -------------------------------
      Link - Information
  ------------------------------- */
  #subFooter section a {
    border-radius: 20px;
  }
  #subFooter section a::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  #subFooter section a:hover::after {
    right: 0;
  }
  #subFooter section .flex {
    width: 100%;
  }
  #subFooter section h2,
  #subFooter section p {
    width: 100%;
  }

  /* Title */
  #subFooter section h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
  #subFooter section h2 span {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    padding-top: 5px;
  }

  /* Text */
  #subFooter section p {
    font-size: 1.2rem;
    padding-top: 20px;
  }
  
  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  #subFooter::before {
    width: 200px;
    height:269px;
    background-size: 200px 269px;
    bottom: 1000px;
    right: -20px;
  }
  #subFooter::after {
    width: 300px;
    height: 205px;
    background-size: 300px 205px;
    bottom: 600px;
    left: -100px;
  }

  
  /* ====================================================
      Footer
  ==================================================== */
	#gFooter {
	}
  #gFooter .flex {
    display: block;
  }
  #gFooter .row {
    padding: 0 5% 10px;
  }
  
  /* -------------------------------
      Logo
  ------------------------------- */
  #flogo {
    width: 140px;
    margin: 0 auto 30px;
    padding-top: 0;
  }
	#flogo img {
	}
  
  /* -------------------------------
      footer Information
  ------------------------------- */
  #gFooter #footerInformation {
    width: inherit;
    text-align: center;
    background: none;
    padding: 0;
    margin-bottom: 30px;
  }
  #gFooter #footerInformation::before {
    width: 200px;
    height: 150px;
    top: 40px;
    right: -50px;
    background-size: 200px 150px;
  }
  #gFooter #footerInformation section {
    width: inherit;
    border-right: none;
    padding-right: 0;
  }
  
  /* -------------------------------
      Name
  ------------------------------- */

  /* -------------------------------
      Address
  ------------------------------- */
  #gFooter address {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }

  /* Map */
  #gFooter address a {
    margin-top: 10px;
    margin-left: 0;
  }

  /* TEL */
  #gFooter .contactTel {
    background: #fff;
    border-radius: 50px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    margin-bottom: 15px;
  }
  #gFooter .contactTel .number {
    font-size: 2.4rem;
  }
  #gFooter .contactTel .number a {
    padding: 20px 0 0;
    justify-content: center;
  }
  #gFooter .contactTel .number a::before {
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
  }
  #gFooter .contactTel .text {
    font-size: 1.2rem;
    padding: 0 0 15px 0;
  }

  /* -------------------------------
      btn_contactForm_footer
  ------------------------------- */
  #gFooter #btn_contactForm_footer {
    width: 100%;
    background: #fff;
    border-radius: 50px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  }
  #gFooter #btn_contactForm_footer a {
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #gFooter #btn_contactForm_footer a::before {
    background: url("../img_common/icon_mail_footer.png") no-repeat left center / 40px;
    padding: 10px 0;
    margin: 0;
    display: inline-block;
  }
  #gFooter #btn_contactForm_footer a span {
    display: block;
    padding: 25px 0 0;
  }
  #gFooter #btn_contactForm_footer a span span {
    display: inline-block;
    padding: 0;
  }
  #gFooter #btn_contactForm_footer a span.font_tsukuardgothic {
    font-size: 1.2rem;
  }
  
  /* -------------------------------
      Footer Navigation
  ------------------------------- */
  #gFooter ul {
  }
  #gFooter ul a {
    display: block;
  }

  /* fNavi */
  #gFooter #fNavi ul.flex {
    width: 100%;
    padding-bottom: 20px;
  }
  #gFooter #fNavi ul.flex li {
    width: 100%;
    border-bottom: 1px solid #e2dbd8;
  }
  #gFooter #fNavi ul.flex li:last-child {
    border-bottom: none;
  }
  #gFooter #fNavi ul.flex li:nth-child(1),
  #gFooter #fNavi ul.flex li:nth-child(2),
  #gFooter #fNavi ul.flex li:nth-child(3) {
    width: 100%;
  }
  #gFooter #fNavi ul.flex li a {
    padding: 20px 0;
  }
  #gFooter #fNavi ul.flex li a.flinkIn {
    padding: 20px 0 10px;
  }
  #gFooter #fNavi ul.flex li a span {
    margin-bottom: 0;
  }
  #gFooter #fNavi ul.flex li ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  #gFooter #fNavi ul.flex li ul a::before {
    top:0.8em;
  }
  #gFooter #fNavi ul.flex li ul li {
    justify-content: space-between;
    border-bottom: none;
  }
  #gFooter #fNavi ul.flex li ul li,
  #gFooter #fNavi ul.flex li ul li:nth-child(1),
  #gFooter #fNavi ul.flex li ul li:nth-child(2),
  #gFooter #fNavi ul.flex li ul li:nth-child(3) {
    width: 50%;
  }
  #gFooter #fNavi ul.flex li ul a {
    padding: 8px 0 5px 22px;
  }

  /* otherList */
  #gFooter #fNavi ul.otherList {
    width: 100%;
  }
  #gFooter #fNavi ul.otherList li {
    text-align: center;
  }
  #gFooter #fNavi ul.otherList li a {
    padding: 6px 0;
  }

  /* Btn */
  #gFooter #fNavi ul.otherList li:nth-child(1) {
    margin-bottom: 15px;
  }
  #gFooter #fNavi ul.otherList li:nth-child(2) {
    margin-bottom: 40px;
  }
  #gFooter #fNavi ul.otherList li:nth-child(1) a,
  #gFooter #fNavi ul.otherList li:nth-child(2) a {
    font-size: 1.6rem;
    border-radius: 30px;
    padding: 20px 0;
  }
  #gFooter #fNavi ul.otherList li:nth-child(1) a::before,
  #gFooter #fNavi ul.otherList li:nth-child(2) a::before {
    font-size: 1.6rem;
    overflow: hidden;
    border: 2px solid #774935;
    border-radius: 30px;
    text-align: center;
    background: #fff;
    line-height: 1em;
    padding: 12px 0;
    position: relative;
  }
  #gFooter #fNavi ul.otherList li:nth-child(1) a::before,
  #gFooter #fNavi ul.otherList li:nth-child(2) a::before,
  #gFooter #fNavi ul.otherList li:nth-child(1) a:hover::before,
  #gFooter #fNavi ul.otherList li:nth-child(2) a:hover::before,
  #gFooter #fNavi ul.otherList li:nth-child(1) a:visited::before,
  #gFooter #fNavi ul.otherList li:nth-child(2) a:visited::before,
  #gFooter #fNavi ul.otherList li:nth-child(1) a:active::before,
  #gFooter #fNavi ul.otherList li:nth-child(2) a:active::before {
    animation: none;
    transition: unset;
    transform: none;
    border: none;
  }
  #gFooter #fNavi ul.otherList li:nth-child(1) a:hover span,
  #gFooter #fNavi ul.otherList li:nth-child(2) a:hover span {
    color: #774935;
  }
  
  /* Btn - Photo Blog */
  #gFooter #fNavi ul.otherList li:nth-child(2) a:hover span {
    background: url("../img_common/icon_lock_brown.png") no-repeat left center / 10px 13px;
  }

  /* -------------------------------
      Page Top
  ------------------------------- */
  #gFooter #pageTop {
    display: none!important;
  }

  /* -------------------------------
      Copyright
  ------------------------------- */
  #gFooter #copyright {
    padding-top: 30px;
  }
  
  /* ====================================================
      Title
  ==================================================== */

  /* -------------------------------
      Page Title
  ------------------------------- */

  /* -------------------------------
      Contents Title
  ------------------------------- */


}







