@charset "UTF-8";

:root {
  --color-text-brown: #563317;
  --color-text-pink: #EBB2B3;
  --color-border-brown: #B5A48F;
	--easeInSine     : cubic-bezier(0.47, 0, 0.745, 0.715);
	--easeOutSine    : cubic-bezier(0.39, 0.575, 0.565, 1);
	--easeInOutSine  : cubic-bezier(0.445, 0.05, 0.55, 0.95);
	--easeInQuad     : cubic-bezier(0.55, 0.085, 0.68, 0.53);
	--easeOutQuad    : cubic-bezier(0.25, 0.46, 0.45, 0.94);
	--easeInOutQuad  : cubic-bezier(0.455, 0.03, 0.515, 0.955);
	--easeInCubic    : cubic-bezier(0.55, 0.055, 0.675, 0.19);
	--easeOutCubic   : cubic-bezier(0.215, 0.61, 0.355, 1);
	--easeInOutCubic : cubic-bezier(0.645, 0.045, 0.355, 1);
	--easeInQuart    : cubic-bezier(0.895, 0.03, 0.685, 0.22);
	--easeOutQuart   : cubic-bezier(0.165, 0.84, 0.44, 1);
	--easeInOutQuart : cubic-bezier(0.76, 0, 0.24, 1);
	--easeInQuint    : cubic-bezier(0.755, 0.05, 0.855, 0.06);
	--easeOutQuint   : cubic-bezier(0.23, 1, 0.32, 1);
	--easeInOutQuint : cubic-bezier(0.86, 0, 0.07, 1);
	--easeInExpo     : cubic-bezier(0.95, 0.05, 0.795, 0.035);
	--easeOutExpo    : cubic-bezier(0.19, 1, 0.22, 1);
	--easeInOutExpo  : cubic-bezier(1, 0, 0, 1);
	--easeInCirc     : cubic-bezier(0.6, 0.04, 0.98, 0.335);
	--easeOutCirc    : cubic-bezier(0.075, 0.82, 0.165, 1);
	--easeInOutCirc  : cubic-bezier(0.785, 0.135, 0.15, 0.86);
	--easeInBack     : cubic-bezier(0.6, -0.28, 0.735, 0.045);
	--easeOutBack    : cubic-bezier(0.175, 0.885, 0.32, 1.275);
	--easeInOutBack  : cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

h1, h2, h3, h4, h5, h6 { font-weight: normal }
em, strong { font-weight: normal; font-style: normal }
ol, ul { list-style: none }
blockquote { quotes: none }
blockquote:before, blockquote:after { content: ''; content: none }
del { text-decoration: line-through }
table { border-collapse: collapse; border-spacing: 0 }
img { border: none }
a img { border: none }

a { color: #121212; text-decoration: underline; outline: none }
a:hover { color: #999999; text-decoration: underline }
a:hover.transparent img { opacity: 0.75 }
::-moz-selection { background: #efefef; color: #010101 }
::selection { background: #efefef; color: #010101 }

.clearfix { display: block }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0 }
.clearfix:after { display: block; clear: both; height: 0 }

body {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  background: #FBFBF4;
  line-height: 1;
  -webkit-text-size-adjust: none !important;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative
}

.readTxt {
  font-size: 13px;
  letter-spacing: 1px;
  color: #563317;
  line-height: 1.8
}

/* .btn
------------------------------------*/
.btnBurret:before {
  content: '>';
  padding-right: 5px
}

.btn-link-color a {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #EA9999;
  padding: 16px 23px 15px 25px;
  color: #FFFFFF !important;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-decoration: none !important;
  font-feature-settings: 'palt' 1;
}

.btn-link-color a i {
  display: inline-block;
  background: url(img/share/ico-arrow-white.svg) no-repeat left top;
  width: 17px;
  height: 12px;
  margin-left: 10px;
}

.btn-link-arrow a {
  display: inline-block;
  color: var(--color-text-brown) !important;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  font-feature-settings: 'palt' 1;
}

.btn-link-arrow a span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.45em;
}

.btn-link-arrow a i {
  display: inline-block;
  background: url(img/share/ico-arrow-pink.svg) no-repeat left top / 100% auto;
  width: 21px;
  height: 21px;
  margin-left: 9px;
  transform: translateY(6px);
}

.btn-set {
  text-align: center;
}

.btn-set > div {
  display: inline-block;
  margin: 0 8px;
}

/* header
------------------------------------*/
header {
  position: relative;
  background: url(img/share/header_roof.gif) no-repeat center top #ecfaf9;
  width: 100%;
  margin: 0 auto;
  padding: 73px 0 0px;
  z-index: 1;
}

header .flagL {
  position: absolute;
  top: 0;
  left: 0
}

header .flagR {
  position: absolute;
  top: 0;
  right: 0
}

header .headerTtlJp {
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
  display: block
}

header .headerTtlEn {
  width: 100%;
  padding-bottom: 44px;
  text-align: center;
  display: block;
  background: url(img/share/header_bar.gif) repeat-x center bottom
}

/* .gnav
------------------------------------*/
.gnavWrap {
  width: 100%;
  background: #ffffff
}

.gnav {
  width: 940px;
  z-index: 9999 !important;
  margin: 0 auto 0 !important;
  position: relative;
  z-index: 9999;
  background: url("img/share/navi_bar.gif") no-repeat right 25px rgba(0, 0, 0, 0)
}

.gnav #gnavMenu li {
  background: url("img/share/navi_bar.gif") no-repeat left 0 top 25px rgba(0, 0, 0, 0);
  float: left;
  padding-right: 25px;
  padding-left: 25px;
  position: relative
}

.gnav #gnavMenu > li {
  padding-top: 19px;
  padding-bottom: 17px;
}

.gnav #gnavMenu li .gnavIll {
  margin: 0;
  padding: 0;
  margin-right: 8px
}

.gnav #gnavMenu li .snavBase {
  vertical-align: bottom !important;
  position: relative;
  top: -10px
}

.gnav #gnavMenu li a img { margin: 0; padding: 0 }
.gnav #gnavMenu li:first-child { margin-left: 0 }

.naviusa {
  position: absolute;
  left: calc(50% - 98px);
  top: 46px;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  transition: .1s ease-out;
}

.gnav #gnavMenu li.usa:hover .naviusa {
  top: 36px;
  opacity: 1;
  transition: .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gnav #gnavMenu li.usa .dwMenu {
  width: 215px;
  height: 0;
  position: absolute;
  top: 93px;
  left: calc(50% - 108px);
  z-index: 9999 !important;
  background: #fff;
  border: 1px solid #734C24;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
  transition: .15s ease-in-out;
  overflow: hidden;
}

.gnav #gnavMenu li.usa:hover .dwMenu {
  height: 131px;
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
  transition: .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gnav #gnavMenu li.child-care:hover .dwMenu {
  height: 172px;
}

.gnav #gnavMenu li.usa .dwMenu li {
  float: none;
  background: url("img/share/dwnavi_bar.gif") no-repeat center bottom;
  left: 0;
  position: relative;
  display: block;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0
}

.gnav #gnavMenu li.usa .dwMenu li a {
  text-align: center;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 15px 0 12px
}

.gnav #gnavMenu li.usa .dwMenu li a:hover { border: none }
.gnav #gnavMenu li.usa .dwMenu li img { margin: 0 }
.gnav #gnavMenu li.usa .dwMenu li:last-child { background: none }

/* footer
------------------------------------*/
footer {
  width: 100%;
  height: 600px;
  margin: 70px auto 0;
  position: relative;
  background: url(img/share/footer_ground.png) no-repeat center bottom
}

footer .footerCnt {
  padding: 303px 0 0 315px;
  position: relative
}

footer .footerCnt .fb-like {
  margin-bottom: 10px
}

footer .footerCnt .fbLink {
  position: absolute;
  top: 253px;
  left: 435px;
  font-family: "Source Sans Pro", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 1px
}

footer .footerCnt .fbLink a {
  color: #754c20
}

footer .footerCnt strong {
  display: block;
  margin-bottom: 15px
}

footer .footerCnt address {
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px
}

footer .footerCnt span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 13px
}

footer .footerCnt .link {
  margin: -2px 0 24px -6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

footer .footerCnt .link,
footer .footerCnt .link a {
  color: #704D29;
}

footer .footerCnt .link a {
  margin-left: -2px;
}

footer .footerCnt small {
  display: block;
  font-size: 10px;
  letter-spacing: 1px
}

footer .footerIllustWrap {
  width: 960px;
  margin: 0 auto;
  position: relative
}

footer .footerIllustWrap p {
  position: absolute
}

footer .footerIllustWrap .sun { top: -315px; left: 465px }
footer .footerIllustWrap .sun div { position: relative; display: none }
footer .footerIllustWrap .sun .sunsun { position: absolute; top: 0 }
footer .footerIllustWrap .sun .suncloud { position: absolute; top: 0 }
footer .footerIllustWrap .cloud { top: -235px; left: 630px }
footer .footerIllustWrap .birdl { bottom: -120px; left: 500px }
footer .footerIllustWrap .birdr { bottom: -115px; left: 585px }
footer .footerIllustWrap .hiyoko1 { bottom: -105px; left: 210px }
footer .footerIllustWrap .hiyoko2 { bottom: -105px; right: 60px }

footer .footerIllustWrap .usagi {
  position: absolute;
  bottom: -47px;
  right: 205px;
}

footer .footerIllustWrap .usagi .link {
  position: absolute;
  top: -48px;
  right: -138px;
  transform-origin: left bottom;
  opacity: 0;
}

footer .footerIllustWrap .usagi .pic {
  position: relative;
  transform-origin: center bottom;
}

footer .footerIllustWrap .usagi .pic span {
  display: block;
}

footer .footerIllustWrap .usagi .pic .on {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

footer .footerIllustWrap .usagi .pic .on img {
  display: block;
  transform: scaleX(-1); 
}

footer .tree {
  position: absolute;
  bottom: 50px;
  left: 30px
}

.ftrBell {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: -1
}

.btnPageTop {
  width: 100px;
  position: fixed;
  bottom: 130px;
  right: 35px;
  z-index: 0
}

.btnPageTop .baloonCopy {
  position: relative;
  top: 45px;
  z-index: -1;
  left: 5px
}

.btnPageTop .baloon {
  width: 89px;
  margin: 0 auto 20px;
  z-index: 9999
}

.btnPageTop .baloonUsagi img {
  position: absolute;
  height: 40px;
  top: 30px;
  left: 15px
}

.btnPageTop .shadow {
  width: 57px;
  margin-left: 20px;
  position: relative;
  bottom: 0
}

/* .grecaptcha-badge
---------------------------------------------------------------------------*/
.grecaptcha-badge { pointer-events: none; z-index: -999; opacity: 0; }
body.page-contact .grecaptcha-badge { pointer-events: auto; z-index: 0; opacity: 1; }


/* .bnr-entry
---------------------------------------------------------------------------*/
body.noscroll { overflow-y: scroll; position: fixed; width: 100%; }

.bnr-entry-wrap {
  display: none !important;
  position: fixed;
	top: 0;
	left: 0;
  background-color: rgba(156,119,81,0.6);
  width: 100%;
  height: 100vh;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
}

.bnr-entry {
  position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%,-50%) !important;
  width: 610px;
}

.bnr-entry img {
  width: 100%;
	height: auto;
}

.bnr-entry-close {
  position: absolute;
  top: 5.8%;
  right: 1.8%;
  width: 8.2%;
  margin: -20px;
  padding: 20px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.bnr-entry-close:after {
	display: block;
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
  background-color: #D00000;
  border-radius: 50%;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
  z-index: 0;
}

.bnr-entry-close img {
  display: block;
  position: relative;
  z-index: 1;
  transition: .15s ease-out;
}

.bnr-entry-close:hover img {
  opacity: 0.6;
}

.bnr-entry .bnr {
  opacity: 0;
}

.bnr-entry .bnr a {
  display: block;
  opacity: 1 !important;
}

.bnr-entry .pic {
  position: absolute;
	bottom: 3.6%;
  left: 9.1%;
  width: 14%;
  pointer-events: none;
}

.bnr-entry .pic-sp {
  display: none;
}

/* body.sp .bnr-entry
------------------------------------*/
body.sp .bnr-entry {
  width: 92vw;
  margin-top: -140px;
}

body.sp .bnr-entry .pic {
  bottom: -2.2%;
  left: 8.8%;
  width: 13.2%;
}

body.sp .bnr-entry .pic-pc { display: none; }
body.sp .bnr-entry .pic-sp { display: block; }

/* .dot-list
------------------------------------*/
.dot-list li {
	position: relative;
	margin: 0 0 6px 3px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.dot-list li:last-of-type { margin-bottom: 0; }
.dot-list li:before { display: block; content: '・'; position: absolute; top: 0; left: 0; }

/* .attention-list
------------------------------------*/
.attention-list li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.attention-list li:last-of-type { margin-bottom: 0; }
.attention-list li:before { display: block; content: '※'; position: absolute; top: 0; left: 0; }