@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main,
header,
footer,
section {
  display: block;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif", serif;
  color: #000;
  background-color: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.4;
  font-weight: normal;
  text-align: justify;
  overflow-x: hidden;
}

@media (min-width: 897px) and (max-width: 1300px) {
	#gHeader .hLink01 a {
		letter-spacing: -0.05em !important;
	}
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

.fwb {
  font-weight: bold;
}

.posr {
  position: relative;
}

.posa {
  position: absolute;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

a.over:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pc {
  display: block;
}

.md {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 1300px) {
  .pc {
    display: block;
  }
  .md {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .pc {
    display: none;
  }
  .md {
    display: none;
  }
  .sp {
    display: block;
  }
}
.garamond {
  font-family: "EB Garamond", serif;
}

#main {
  background-image: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#main .fullWidth {
  max-width: 1720px;
  margin: 0 auto;
  width: 100%;
}
#main .cnt {
  max-width: 1420px;
  margin: 0 auto;
  width: calc(100% - 50px);
  position: relative;
  z-index: 10;
}
#main .minCnt {
  max-width: 1220px;
  margin: 0 auto;
  width: calc(100% - 50px);
}
#main .mv__cnt {
  background-image: url(../img/location/mv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 64px 0;
}
#main .mv__ttl {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.45em;
}
#main .lead__cnt {
  padding-top: 45px;
}
#main .lead__ttl {
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: 0.26em;
  margin-left: 110px;
  position: relative;
}
#main .lead__imgArea {
  margin-top: -64px;
}
#main .lead__imgArea--img {
  display: block;
  margin: 0 auto;
}
#main .learn .cnt {
  padding-top: 102px;
  position: relative;
}
#main .learn .cnt:before {
  position: absolute;
  content: "";
  top: -81px;
  left: 0;
  width: 17.7%;
  height: 318px;
  background-image: url(../img/location/learn_treat.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
#main .learn__txt {
  text-align: center;
  line-height: 1.8;
  font-size: 2rem;
  letter-spacing: 0.07em;
  position: relative;
}
#main .learn__txt--treat {
  position: absolute;
  top: -102%;
  left: 0;
  width: 17.7%;
  height: auto;
}
#main .learn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main .learn__flex.first {
  margin-top: 40px;
}
#main .learn__flex--item {
  width: calc(50% - 37.5px);
  margin-right: 75px;
}
#main .learn__flex--item:nth-of-type(2n) {
  margin-right: 0;
}
#main .learn__flex--item--txtArea {
  margin-top: 10px;
}
#main .learn__flex--item--txtArea--txt {
  font-size: 5rem;
  letter-spacing: -0.02em;
  padding-right: 120px;
}
#main .learn__flex--item--txtArea--txt .smallTxt {
  font-size: 3.8rem;
}
#main .learn__flex--item--txtArea--minutes {
  font-size: 3.8rem;
  text-align: right;
  margin-top: -81px;
  letter-spacing: 0em;
}
#main .learn__flex--item--txtArea--minutes .bigTxt {
  font-size: 14.5rem;
  color: #8e7128;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
#main .learn__flex--item--txtArea--distance {
  text-align: right;
  font-size: 2.8rem;
  margin-top: -10px;
}
#main .learn__flexSecond {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 38px;
}
#main .learn__flexSecond--item {
  width: calc(25% - 22.5px);
  margin-right: 30px;
}
#main .learn__flexSecond--item:nth-of-type(4n) {
  margin-right: 0;
}
#main .learn__flexSecond--item:nth-of-type(n + 5) {
  margin-top: 32px;
}
#main .learn__flexSecond--item--txtArea {
  margin-top: 5px;
}
#main .learn__flexSecond--item--txtArea--txt {
  font-size: 2rem;
}
#main .crowded .wrap {
  background-image: url(../img/location/crowded_bg.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
#main .crowded .cnt.first {
  padding-top: 189px;
  position: relative;
}
#main .crowded .cnt.first:before {
  position: absolute;
  z-index: 10;
  content: "";
  top: 130px;
  left: 14px;
  width: 18.8%;
  height: 355px;
  background-image: url(../img/location/crowded_treat.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
#main .crowded__txt {
  text-align: center;
  line-height: 1.8;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
#main .crowded__txt--treat {
  position: absolute;
  z-index: 10;
  top: 43%;
  left: 1%;
  width: 19%;
  height: auto;
}
#main .crowded__cnt {
  position: relative;
  background-color: rgba(183, 169, 133, 0.5);
  padding: 72px 0 67px;
  margin-top: 40px;
}
#main .crowded__cnt--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
#main .crowded__cnt--flex--item {
  width: calc(33.3333333333% - 50px);
  margin-right: 75px;
}
#main .crowded__cnt--flex--item:nth-of-type(3n) {
  margin-right: 0;
}
#main .crowded__cnt--flex--item--txtArea {
  margin-top: 17px;
}
#main .crowded__cnt--flex--item--txtArea--txt {
  font-size: 2rem;
  line-height: 1.6;
}
#main .crowded__cnt__txt {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  text-align: center;
}
#main .crowded__contents {
  padding: 51px 0;
}
#main .crowded__contents--group:not(:first-of-type) {
  margin-top: 70px;
}
#main .crowded__contents--group--ttl {
  font-size: 3.4rem;
  text-align: center;
  letter-spacing: 0.2em;
}
#main .crowded__contents--group--flex {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main .crowded__contents--group--flex--item {
  width: calc(25% - 30px);
  margin-right: 40px;
}
#main .crowded__contents--group--flex--item:nth-of-type(4n) {
  margin-right: 0;
}
#main .crowded__contents--group--flex--item--txtArea {
  margin-top: 17px;
}
#main .crowded__contents--group--flex--item--txtArea--txt {
  font-size: 2rem;
  letter-spacing: 0;
}
#main .rest .cnt {
  position: relative;
}
#main .rest .cnt.first {
  padding-top: 130px;
}
#main .rest__treat {
  position: absolute;
  z-index: 10;
  top: 60px;
  left: -3.3%;
  width: 17.54%;
  height: auto;
}
#main .rest__cnt {
  margin-top: 42px;
}
#main .rest__cnt--item--txt {
  text-align: right;
  max-width: 83%;
  margin: 0 auto;
  font-size: 2.3rem;
  margin-top: 11px;
}
#main .rest__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8.7%;
}
#main .rest__flex--item:first-of-type {
  width: 47.2%;
}
#main .rest__flex--item:nth-of-type(2) {
  width: 37.75%;
  margin-top: 20.3%;
  margin-left: 2.8%;
}
#main .rest__flex--item--txt {
  font-size: 2.3rem;
  margin-top: 11px;
}
#main .play .cnt.first {
  padding-top: 181px;
  position: relative;
}
#main .play__treat {
	position: absolute;
	z-index: 10;
	top: 70px;
	left: -3.2%;
	width: 24.7%;
	height: auto;
}
#main .play__txt {
  text-align: center;
  line-height: 1.8;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
#main .play__cnt {
  margin-top: 38px;
}
#main .play__cts {
  margin-top: 82px;
}
#main .play__cts--group:not(:first-of-type) {
  margin-top: 90px;
}
#main .play__cts--group--ttl.ttl1 {
  width: 258px;
}
#main .play__cts--group--ttl.ttl2 {
  width: 152px;
}
#main .play__cts--group--ttl.ttl3 {
  width: 262px;
}
#main .play__cts--group--ttl.ttl4 {
  width: 200px;
}
#main .play__cts--group--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
#main .play__cts--group--flex--item {
  width: calc(50% - 50px);
  margin-right: 100px;
}
#main .play__cts--group--flex--item:nth-of-type(2n) {
  margin-right: 0;
}
#main .play__cts--group--flex--item:nth-of-type(n + 3) {
  margin-top: 67px;
}
#main .play__cts--group--flex--item--subFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main .play__cts--group--flex--item--subFlex .mainImg {
  width: 57%;
}
#main .play__cts--group--flex--item--subFlex .sub {
  width: calc(43% - 20px);
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .play__cts--group--flex--item--subFlex .sub__txtArea {
  padding-top: 10px;
  margin-top: auto;
}
#main .play__cts--group--flex--item--subFlex .sub__txtArea--txt {
  font-size: 1.7rem;
  letter-spacing: 0;
}
#main .play__cts--group--flex--item--subFlex .sub__txtArea--name {
  font-size: 2.9rem;
  margin-top: 13px;
  font-weight: bold;
  white-space: nowrap;
}
#main .play__cts--group--flex--item--subFlex .sub__txtArea--distance {
  margin-top: 10px;
  font-size: 2.3rem;
}
#main .life__cnt {
  padding-top: 172px;
}
#main .life__ttl {
  font-size: 6rem;
  color: #8e7128;
  text-align: center;
  letter-spacing: 0.26em;
}
#main .life__imgArea {
	margin: 24px auto 0;
	max-width: 759px;
}
#main .life__listArea {
  margin-top: 53px;
}
#main .life__listArea--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main .life__listArea--box {
  width: calc(50% - 85px);
  margin-right: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .life__listArea--box:nth-of-type(2n) {
  margin-right: 0;
}
#main .life__listArea--box--group:not(:first-of-type) {
  margin-top: 32px;
}
#main .life__listArea--box--group--ttlWrap {
  position: relative;
}
#main .life__listArea--box--group--ttlWrap:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-top: 1px solid #8e7128;
}
#main .life__listArea--box--group--ttlWrap--ttl {
  color: #8e7128;
  font-size: 1.7rem;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  letter-spacing: 0.2em;
  background-color: #fff;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 10;
  padding-right: 20px;
  font-weight: bold;
}
#main .life__listArea--box--group--listBox {
  margin-top: -6px;
}
#main .life__listArea--box--group--listBox--list {
  position: relative;
  padding: 11.3px 0px;
}
#main .life__listArea--box--group--listBox--list:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  margin-top: 1em;
  border-top: 3px dotted #000;
}
#main .life__listArea--box--group--listBox--list--term {
  position: absolute;
  padding-right: 1ex;
  background-color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0em;
}
@media screen and (max-width: 1220px) {
  #main .life__listArea--box--group--listBox--list--term {
    font-size: 1.6rem;
    font-size: 1.1vw;
  }
}
#main .life__listArea--box--group--listBox--list--definition {
  right: 0;
  position: absolute;
  padding-left: 1ex;
  background-color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1220px) {
  #main .life__listArea--box--group--listBox--list--definition {
    font-size: 1.6rem;
    font-size: 1.1vw;
  }
}
#main .life__listArea--box--groupAttention {
  margin-top: auto;
}
#main .life__listArea--box--groupAttention ul li {
  margin-left: 2em;
  text-indent: -2em;
  font-size: 1.2rem;
}
#main .contact {
  margin-top: 70px;
}
#main .contact__cnt {
  background-color: #270b02;
  padding: 40px 0;
}
#main .contact__ttl {
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.3em;
  color: #fff;
}
#main .contact__txt {
  margin-top: 10px;
  line-height: 1.9;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
#main .contact__btnArea {
  margin: 0 auto;
  text-align: center;
  margin-top: 42px;
  width: 660px;
}
#main .contact__btnArea--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main .contact__btnArea--wrap {
  border: 1px solid #fff;
  padding: 4px;
  width: calc(50% - 15px);
  margin-right: 30px;
}
#main .contact__btnArea--wrap:last-of-type {
  margin-right: 0;
}
#main .contact__btnArea--btn {
  background-color: #ba2a00;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  font-size: 2.2rem;
}
#main .contact__btnArea--btn.blue {
  background-color: #24546b;
}
#main .contact__btnArea--btn span {
  display: inline-block;
  position: relative;
  padding-right: 33px;
  letter-spacing: 0.12em;
}
#main .contact__btnArea--btn span:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/gentei/angle_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 21px;
}
@media screen and (max-width: 1300px) {
  #main .rest .cnt {
    position: relative;
  }
  #main .rest .cnt.first {
    padding-top: 130px;
  }
  #main .rest__treat {
    left: 0;
  }
  #main .play__treat {
    left: 0;
  }
  #main .play__cts--group--flex--item--subFlex .sub__txtArea--name {
    white-space: normal;
  }
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#main .learn__flex--item {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	#main .learn__flexSecond--item {
		width: calc(25% - 12px);
		margin-right: 16px;
	}
	#main .learn__flexSecond--item--txtArea--txt {
		font-size: 1.6rem;
	}
	#main .crowded__cnt--flex--item {
		width: calc(33.3333333333% - 14px);
		margin-right: 21px;
	}
	#main .crowded__contents--group--flex--item {
		width: calc(25% - 12px);
		margin-right: 16px;
	}
	#main .crowded__contents--group--flex--item--txtArea--txt {
		font-size: 1.6rem;
	}
	#main .crowded__cnt--flex--item--txtArea--txt {
		font-size: 1.8rem;
	}
	#main .play__cts--group--flex--item {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	#main .play__cts--group--flex--item--subFlex .sub__txtArea--name {
		margin-top: 4px;
		font-size: 2.4rem;
	}
	#main .play__cts--group--flex--item--subFlex .mainImg {
		width: 50%;
	}
	#main .play__cts--group--flex--item--subFlex .sub {
		width: calc(50% - 20px);
	}
	#main .play__cts--group--flex--item--subFlex .sub__txtArea--txt {
		font-size: 1.4rem;
	}
	#main .play__cts--group--flex--item--subFlex .sub__txtArea--distance {
		margin-top: 0;
		font-size: 2rem;
	}
	#main .life__listArea--box {
		width: calc(50% - 30px);
		margin-right: 60px;
	}
	#main .learn__flex--item--txtArea--txt {
		padding-right: 100px;
		font-size: 3.5rem;
	}
	#main .learn__flex--item--txtArea--txt .smallTxt {
		font-size: 2.5rem;
	}
	#main .learn__flex--item--txtArea--minutes .bigTxt {
		font-size: 8.5rem;
	}
	#main .learn__flex--item--txtArea--minutes {
		margin-top: -17px;
		font-size: 3rem;
	}
}
@media screen and (max-width: 896px) and (min-width: 501px) {
  #main .cnt {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #main .crowded .wrap {
    background-size: 160%;
  }
  #main .life__ttl {
    font-size: 2.2rem;
  }
  #main .life__listArea--box:not(:first-of-type) {
    margin-top: 50px !important;
  }
  #main .life__listArea--box--group:not(:first-of-type) {
    margin-top: 50px !important;
  }
  #main .life__listArea--box--group--ttlWrap--ttl {
    font-size: 2.4rem !important;
  }
  #main .life__listArea--box--group--listBox--list::before {
  	margin-top: 7px !important;
  }
  #main .contact__ttl {
    font-size: 3rem !important;
  }
  #main .contact__txt {
    font-size: 1.6rem !important;
  }
  #main .contact__btnArea--btn {
    font-size: 1.6rem !important;
  }
  #main .contact__btnArea--btn span:after {
    width: 12px;
    height: 17px;
  }
}
@media screen and (max-width: 896px) {
	#main .cnt {
		width: calc(100% - 30px);
	}
	#main .minCnt {
		width: calc(100% - 30px);
	}
  #main .fullWidth {
    width: 100%;
  }
  #main .mv__cnt {
    padding: 26px 0;
    background-position: center;
  }
  #main .mv__ttl {
    font-size: 1.9rem;
  }
  #main .lead__cnt {
    padding-top: 40px;
  }
  #main .lead__ttl {
    font-size: 2.2rem;
    margin-left: 20px;
  }
  #main .lead__imgArea {
    margin-top: -20px;
  }
  #main .learn .cnt {
    padding-top: 40px;
  }
  #main .learn__txt {
    line-height: 1.6;
    font-size: 1.3rem;
    padding-left: 21%;
    text-align: left;
    hanging-punctuation: allow-end;
  }
  #main .learn__txt--treat {
    top: 50%;
    left: -7px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 100px;
  }
  #main .learn__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main .learn__flex.first {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #main .learn__flex--item {
    width: 100%;
    margin-right: 0;
  }
  #main .learn__flex--item:not(:first-of-type) {
    margin-top: 20px;
  }
  #main .learn__flex--item--txtArea--txt {
    font-size: 1.9rem;
  }
  #main .learn__flex--item--txtArea--txt .smallTxt {
    font-size: 1.4rem;
  }
  #main .learn__flex--item--txtArea--minutes {
    font-size: 2rem;
    margin-top: -35px;
  }
  #main .learn__flex--item--txtArea--minutes .bigTxt {
    font-size: 4.5rem;
  }
  #main .learn__flex--item--txtArea--distance {
    font-size: 1.9rem;
    margin-top: 0;
  }
  #main .learn__flexSecond--item {
  	width: calc(50% - 5px);
  	margin-right: 10px;
  }
  #main .learn__flexSecond--item:nth-of-type(2n) {
    margin-right: 0;
  }
  #main .learn__flexSecond--item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  #main .learn__flexSecond--item--txtArea--txt {
    font-size: 1.2rem;
  }
  #main .crowded .wrap {
    background-size: 240%;
    background-position: 60% bottom;
  }
  #main .crowded .cnt.first {
    padding-top: 0;
    margin-top: 90px;
  }
  #main .crowded__txt {
    line-height: 1.6;
    font-size: 1.3rem;
    padding-left: 22%;
    text-align: left;
    hanging-punctuation: allow-end;
  }
  #main .crowded__txt--treat {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -7px;
  }
  #main .crowded__cnt {
    padding: 32px 0 37px;
  }
  #main .crowded__cnt--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  #main .crowded__cnt--flex--item {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  #main .crowded__cnt--flex--item:first-of-type {
    margin: 0 10px;
  }
  #main .crowded__cnt--flex--item:not(:first-of-type) {
    margin-top: 20px;
  }
  #main .crowded__cnt--flex--item--txtArea {
    margin-top: 5px;
  }
  #main .crowded__cnt--flex--item--txtArea--txt {
    font-size: 1.3rem;
  }
  #main .crowded__cnt__txt {
    font-size: 2.2rem;
  }
  #main .crowded__contents {
    padding: 51px 0 0;
  }
  #main .crowded__contents--group:not(:first-of-type) {
    margin-top: 50px;
  }
  #main .crowded__contents--group--ttl {
    font-size: 1.9rem;
  }
  #main .crowded__contents--group--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main .crowded__contents--group--flex--item {
  	width: calc(50% - 5px);
  	margin-right: 10px;
  }
  #main .crowded__contents--group--flex--item:nth-of-type(2n) {
    margin-right: 0;
  }
  #main .crowded__contents--group--flex--item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  #main .crowded__contents--group--flex--item--txtArea {
    margin-top: 5px;
  }
  #main .crowded__contents--group--flex--item--txtArea--txt {
    font-size: 1.3rem;
  }
  #main .rest .cnt {
    margin-top: 30px;
  }
  #main .rest .cnt.first {
    margin-top: 90px;
    padding-top: 0;
  }
  #main .rest__treat {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -7px;
  }
  #main .rest__cnt--item--txt {
    font-size: 1.3rem;
    margin-top: 5px;
  }
  #main .rest__flex {
    margin-top: 20px;
  }
  #main .rest__flex--item:first-of-type {
  	width: calc(50% - 5px);
  	margin-right: 10px;
  }
  #main .rest__flex--item:nth-of-type(2) {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
  }
  #main .rest__flex--item--txt {
    font-size: 1.3rem;
  }
  #main .play .cnt.first {
    padding-top: 0;
    margin-top: 90px;
  }
  #main .play__treat {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10px;
    width: 21.8%;
  }
  #main .play__txt {
    line-height: 1.6;
    font-size: 1.3rem;
    padding-left: 23%;
    text-align: left;
    hanging-punctuation: allow-end;
  }
  #main .play__cnt {
    margin-top: 30px;
  }
  #main .play__cts {
    margin-top: 32px;
  }
  #main .play__cts--group:not(:first-of-type) {
    margin-top: 40px;
  }
  #main .play__cts--group--ttl.ttl1 {
    width: 40%;
  }
  #main .play__cts--group--ttl.ttl2 {
    width: 23%;
  }
  #main .play__cts--group--ttl.ttl3 {
    width: 40%;
  }
  #main .play__cts--group--ttl.ttl4 {
    width: 33%;
  }
  #main .play__cts--group--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  #main .play__cts--group--flex--item {
    width: 100%;
    margin-right: 0;
  }
  #main .play__cts--group--flex--item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  #main .play__cts--group--flex--item--subFlex .mainImg {
    width: 60%;
  }
  #main .play__cts--group--flex--item--subFlex .sub {
    width: 40%;
    margin-left: 10px;
  }
  #main .play__cts--group--flex--item--subFlex .sub__txtArea--txt {
    font-size: 1.1rem;
  }
  #main .play__cts--group--flex--item--subFlex .sub__txtArea--name {
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 1.1;
  }
  #main .play__cts--group--flex--item--subFlex .sub__txtArea--distance {
    margin-top: 0;
    font-size: 1.1rem;
  }
  #main .life__cnt {
    padding-top: 72px;
	padding-bottom: 0;
  }
  #main .life__ttl {
    font-size: 1.9rem;
  }
  #main .life__listArea {
    margin-top: 34px;
  }
  #main .life__listArea--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main .life__listArea--box {
    width: 100%;
    margin-right: 0;
  }
  #main .life__listArea--box:not(:first-of-type) {
    margin-top: 20px;
  }
  #main .life__listArea--box--group--ttlWrap--ttl {
    font-size: 1.6rem;
  }
  #main .life__listArea--box--group--listBox--list:before {
    margin-top: 0.6em;
    border-top: 2px dotted #000;
  }
  #main .life__listArea--box--group--listBox--list--term {
    font-size: 1rem;
  }
  #main .life__listArea--box--group--listBox--list--definition {
    font-size: 1rem;
  }
  #main .life__listArea--box--groupAttention {
    margin-top: 50px;
  }
  #main .life__listArea--box--groupAttention ul li {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1.1rem;
  }
  #main .contact__cnt {
    padding: 20px 0;
  }
  #main .contact__ttl {
    font-size: 2.2rem;
  }
  #main .contact__txt {
    font-size: 1.3rem;
  }
  #main .contact__btnArea {
    width: calc(100% - 50px);
  }
  #main .contact__btnArea--btn {
    padding: 13px 0;
    font-size: 1.3rem;
  }
  #main .contact__btnArea--btn span {
    padding-right: 23px;
  }
  #main .contact__btnArea--btn span:after {
    width: 9px;
    height: 15px;
  }
}


/* linkUl */
.linkUl {
	padding: 22px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 2.79rem;
	letter-spacing: 0.2em;
}
.linkUl li {
	margin: 0 37px;
}
.linkUl .on {
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	.linkUl a:hover {
		opacity: 1;
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	.linkUl li {
		margin: 0 10px;
	}
	.linkUl {
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
}

.comBg {
	color: white;
}
/* advertisementBox */
.advertisementBox {
	margin: 47px auto 0;
	padding: 0 20px;
	max-width: 1670px;
}
.noteList {
	margin-top: 20px;
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.27;
	text-align: center;
}
.noteList li {
	margin-left: 1em;
	text-indent: -1em;
}