@charset "utf-8";

/*************************************
BODY
*************************************/
body {
  width: 100vw;
  overflow-x: hidden !important;
}
/*************************************
TEXT SIZE
*************************************/
.txt-80 {
  font-size: 80%;
}
.txt-100 {
  font-size: 100%;
}
.txt-110 {
  font-size: 110%;
}
.txt-120 {
  font-size: 120%;
}
.txt-130 {
  font-size: 130%;
}
.txt-140 {
  font-size: 140%;
}
.txt-150 {
  font-size: 150%;
}

.txt-per200 {
  font-size: 200%;
}
.txt-per180 {
  font-size: 180%;
}
.txt-per150 {
  font-size: 150%;
}
.txt-per120 {
  font-size: 120%;
}
.txt-per100 {
  font-size: 100%;
}
.txt-per80 {
  font-size: 80%;
}
.txt-per60 {
  font-size: 60%;
}
/*************************************
TEXT SPACING
*************************************/
.spacing-tight {
  letter-spacing: -0.05em !important;
}
/*************************************
TEXT ARIGN
*************************************/
.txt-center {
  text-align: center !important;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
/*************************************
TEXT WEIGHT
*************************************/
.txt-bld {
  font-weight: bold !important;
}
.txt-nml {
  font-weight: normal !important;
}
/*************************************
TEXT COLOR
*************************************/
.txt-red {
  color: #ed0606;
}
.txt-white {
  color: #fff;
}
.txt-bluegreen {
  color: #00afbe;
}
.txt-lime {
	color: #8ed500;
}
.txt-burgundy {
  color: #c94572;
}
.txt-MB-color-1 {
  color: #a552bc;
}
.txt-MB-color-2 {
  color: #436ac8;
}
.txt-MB-color-3 {
  color: #bdd430;
}
/*************************************
TEXT SHADOW
*************************************/
.txt-sdw-bk {
	text-shadow: 0 3px 2px rgba(0, 0, 0, .05), 2.1px 2.1px 2px rgba(0, 0, 0, .05), 3px 0 2px rgba(0, 0, 0, .05), 2.1px -2.1px 2px rgba(0, 0, 0, .05), 0 -3px 2px rgba(0, 0, 0, .05), -2.1px -2.1px 2px rgba(0, 0, 0, .05), -3px 0 2px rgba(0, 0, 0, .05), -2.1px 2.1px 2px rgba(0, 0, 0, .05);
}
/*************************************
LIST
*************************************/
ul.list-nml li {
	list-style: disc !important;
	margin: 0 !important;
	padding: 0 !important;
}
ul.list-nml li::before, ul.list-nml li::after {
	content: none !important;
}
/*************************************
MARGIN
*************************************/
.m-top10 {
  margin-top: 10px !important;
}
.m-top20 {
  margin-top: 20px !important;
}
.m-top30 {
  margin-top: 30px !important;
}
.m-top40 {
  margin-top: 40px !important;
}
.m-top50 {
  margin-top: 50px !important;
}
.m-top60 {
  margin-top: 60px !important;
}
.m-top70 {
  margin-top: 70px !important;
}
.m-top80 {
  margin-top: 80px !important;
}
.m-top90 {
  margin-top: 90px !important;
}
.m-top100 {
  margin-top: 100px !important;
}
.m-btm0 {
  margin-bottom: 0 !important;
}
.m-btm10 {
  margin-bottom: 10px !important;
}
.m-btm20 {
  margin-bottom: 20px !important;
}
.m-btm30 {
  margin-bottom: 30px !important;
}
.m-btm40 {
  margin-bottom: 40px !important;
}
.m-btm50 {
  margin-bottom: 50px !important;
}
.m-btm60 {
  margin-bottom: 60px !important;
}
.m-btm70 {
  margin-bottom: 70px !important;
}
.m-btm80 {
  margin-bottom: 80px !important;
}
.m-btm90 {
  margin-bottom: 90px !important;
}
.m-btm100 {
  margin-bottom: 100px !important;
}
.m-negative-top130 {
  margin-top: -130px !important;
}
/*************************************
PADDING
*************************************/
/*TOP*/
.p-top3 {
  padding-top: 3px !important;
}
.p-top5 {
  padding-top: 5px !important;
}
.p-top10 {
  padding-top: 10px !important;
}
.p-top20 {
  padding-top: 20px !important;
}
.p-top30 {
  padding-top: 30px !important;
}
.p-top40 {
  padding-top: 40px !important;
}
.p-top50 {
  padding-top: 50px !important;
}
.p-top60 {
  padding-top: 60px !important;
}
.p-top70 {
  padding-top: 70px !important;
}
.p-top80 {
  padding-top: 80px !important;
}
.p-top90 {
  padding-top: 90px !important;
}
.p-top100 {
  padding-top: 100px !important;
}
/*BOTTOM*/
.p-btm0 {
  padding-bottom: 0 !important;
}
.p-btm3 {
  padding-bottom: 3px !important;
}
.p-btm5 {
  padding-bottom: 5px !important;
}
.p-btm10 {
  padding-bottom: 10px !important;
}
.p-btm20 {
  padding-bottom: 20px !important;
}
.p-btm30 {
  padding-bottom: 30px !important;
}
.p-btm40 {
  padding-bottom: 40px !important;
}
.p-btm50 {
  padding-bottom: 50px !important;
}
.p-btm60 {
  padding-bottom: 60px !important;
}
.p-btm70 {
  padding-bottom: 70px !important;
}
.p-btm80 {
  padding-bottom: 80px !important;
}
.p-btm90 {
  padding-bottom: 90px !important;
}
.p-btm100 {
  padding-bottom: 100px !important;
}
/*LEFT*/
.p-lft3 {
  padding-left: 3px !important;
}
.p-lft5 {
  padding-left: 5px !important;
}
.p-lft10 {
  padding-left: 10px !important;
}
.p-lft20 {
  padding-left: 20px !important;
}
.p-lft30 {
  padding-left: 30px !important;
}
.p-lft40 {
  padding-left: 40px !important;
}
.p-lft50 {
  padding-left: 50px !important;
}
.p-lft60 {
  padding-left: 60px !important;
}
.p-lft70 {
  padding-left: 70px !important;
}
.p-lft80 {
  padding-left: 80px !important;
}
.p-lft90 {
  padding-left: 90px !important;
}
.p-lft100 {
  padding-left: 100px !important;
}
/*RIGHT*/
.p-rgt3 {
  padding-right: 3px !important;
}
.p-rgt5 {
  padding-right: 5px !important;
}
.p-rgt10 {
  padding-right: 10px !important;
}
.p-rgt20 {
  padding-right: 20px !important;
}
.p-rgt30 {
  padding-right: 30px !important;
}
.p-rgt40 {
  padding-right: 40px !important;
}
.p-rgt50 {
  padding-right: 50px !important;
}
.p-rgt60 {
  padding-right: 60px !important;
}
.p-rgt70 {
  padding-right: 70px !important;
}
.p-rgt80 {
  padding-right: 80px !important;
}
.p-rgt90 {
  padding-right: 90px !important;
}
.p-rgt100 {
  padding-right: 100px !important;
}
/*************************************
BUTTON
*************************************/
.square_btn {
  display: inline;
  background: #f89406;
  color: #fff;
  margin: 10px auto 0;
  padding: 0.3em 1.5em;
  text-decoration: none !important;
  border: solid 2px #f89406;
  border-radius: 3px;
  transition: .4s;
}
.square_btn:visited {
  text-decoration: none !important;
  color: #fff !important;
}
.square_btn:hover {
  background: #978b87;
  border: solid 2px #867c79;
  -webkit-box-shadow: inset 1px 1px 7px 7px rgba(0, 0, 0, .2); /* Safari, Chrome用 */
  -moz-box-shadow: inset 1px 1px 7px 7px rgba(0, 0, 0, .2); /* Firefox用 */
  box-shadow: inset 1px 1px 7px 7px rgba(0, 0, 0, .2); /* CSS3 */
  color: #fff !important;
  text-decoration: none !important;
}
/*************************************
IMAGE
*************************************/
.img-w50 {
  width: 50%;
}
.img-w60 {
  width: 60%;
}
/*************************************
SWITCH
*************************************/
@media (mim-width: 481px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 480px) {
  .pc-only {
    display: none;
  }
}
/*************************************
BACKGROUND COLOR
*************************************/
.bg-moss {
  /*background: #c8d5b9;*/
  background: #d3e8ba;
}
.bg-sand {
  background: #e4dec7;
}
.bg_dot {
  background-image: radial-gradient(rgb(0 0 0 / .03) 35%, transparent 36%), radial-gradient(rgb(0 0 0 / .03) 35%, transparent 36%);
  background-size: 4px 4px;
  background-position: 0 0, 4px 4px;
}
.bg_noise:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/noise.png);
    background-size: 12%;
    background-position: center;
    opacity: 0.06;
    pointer-events: none;
    z-index: -1;
}
/*************************************
SPESIAL CONTAINER
*************************************/
@media (max-width: 900px) {
  .container-100 {
    width: 100vw;
    margin-left: -20px;
    padding: 0 20px 30px;
    box-sizing: border-box;
  }
}
.inset-shadow-container {
  box-shadow: 0 0 1em rgba(0, 0, 0, .2) inset;
}
/*************************************
BASIC WRAPPER
*************************************/
/* contents-wrapper */
.contents-wrapper {
  /*display: table;*/
  width: 100vw;
  /*height: 100vh;*/
  padding: 0;
  margin: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  overflow-x: hidden !important;
}
.main-wrapper {
	font-size: 16px;
	color: #565657;
}
/*************************************
HEADER
*************************************/
/* MPロゴ表示 */
.maxlogo {
  display: block !important;
}
.minlogo {
  display: none !important;
}
/*MAPTITLE LINK*/
#home .top_title .title_txt {
  margin-top: -7px !important;
  color: #fff;
}
#home .top_title .title_translation {
  margin-top: 5px !important;
}
.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 999 !important;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  box-shadow: none !important;
}
/*************************************
SWITCH
*************************************/
@media (min-width: 481px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 480px) {
  .pc-only {
    display: none;
  }
}
/*************************************
MAIN AREA
*************************************/
/* ABOUT MAPBOOK */
#top-about {
  padding-top: 50px;
  background: #F5F5F5;
}
#top-about #contentBox a {
  display: inline-block;
}
#top-about #contentBox a h2 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 0.4em 0;
  padding: 0 0 0.2em 0;
  border-bottom: 1px solid #000;
}
#top-about #contentBox a h3 {
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
#top-about #contentBox a p {
  font-size: 12px;
  line-height: 1.4;
  color: #181A1C;
  margin: 0.7em 0 0 0;
  padding: 0;
}
#top-about #contentBox {
  width: 100%;
  margin: -10em auto 0 auto;
}
#top-about .buttonBox {
  position: relative;
  margin: 0;
  padding: 1em;
  display: inline-block;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
  z-index: 998;
}
#top-about button {
  width: 100%;
  position: relative;
  color: #181A1C;
  padding: 1em 2em;
  background: rgba(245, 245, 245, 1);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2) inset;
  text-transform: uppercase;
  border: none;
  outline: none;
}
#top-about button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f128";
  color: rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  font-size: 7em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  #top-about #contentBox {
    margin: -10em auto 0 auto;
  }
  #top-about .buttonBox {
    padding: 0.5em;
  }
  #top-about #contentBox a h2 {
    font-size: 20px;
  }
  #top-about #contentBox a h3 {
    font-size: 14px;
  }
  #top-about #contentBox a p {
    font-size: 10px;
  }
  #top-about button:before {
    font-size: 5em;
  }
}
/* FIRST BUTTON */
#top-about .border {
  position: absolute;
  background: none;
  transition: all .5s ease-in-out;
}
#top-about #first > .border:nth-of-type(1) {
  top: 0;
  left: 0;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  width: 30px;
  height: 30px;
}
#top-about #first > .border:nth-of-type(2) {
  bottom: 0;
  right: 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 30px;
  height: 30px;
}
#top-about #first:hover .border {
  width: 102%;
  height: 105%;
}
@keyframes h {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 5px);
  }
  75% {
    transform: translate(5px, 5px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes o {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-4px, 0);
  }
  50% {
    transform: translate(3px, 4px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes v {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: rotate(360deg);
  }
  50% {
    transform: scale(2);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes e {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-10px, -2px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes r {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, 10px);
  }
  80% {
    transform: translate(0, 32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes t {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, -10px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes n {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: skewY(50deg);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* TEASER */
#home {
  padding: 0;
  width: 100%;
  height: auto;
}
#home.gray-bg {
  background: #353434;
}
#teaser-wrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .warp__placeholder {
    position: absolute;
    color: transparent;
    font-size: .1px;
  }
  .warp {
    display: block;
    position: relative;
    width: 600px;
    height: 70px;
    margin: 0 auto;
  }
}
#sld-4 .lay-on {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  letter-spacing: 1px;
  font-family: "Alan Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000;
  line-height: 1.3;
}
#sld-4 .lay-on img {
  width: 10%;
  height: auto;
  margin-top: .5em;
}
#sld-4 .lay-on h2 {
  font-size: 65%;
  margin-top: 2em;
  letter-spacing: -1px;
  color: #fff;
  /*text-shadow:
    0 3px 0 rgba(0, 0, 0, .1), 2.1px 2.1px 0 rgba(0, 0, 0, .2), 3px 0 0 rgba(0, 0, 0, .2), 2.1px -2.1px 0 rgba(0, 0, 0, .2), 0 -3px 0 rgba(0, 0, 0, .2), -2.1px -2.1px 0 rgba(0, 0, 0, .2), -3px 0 0 rgba(0, 0, 0, .2), -2.1px 2.1px 0 rgba(0, 0, 0, .2);*/
  text-shadow:
    0 3px 2px rgba(0, 0, 0, .2), 2.1px 2.1px 2px rgba(0, 0, 0, .2), 3px 0 2px rgba(0, 0, 0, .2), 2.1px -2.1px 2px rgba(0, 0, 0, .2), 0 -3px 2px rgba(0, 0, 0, .2), -2.1px -2.1px 2px rgba(0, 0, 0, .2), -3px 0 2px rgba(0, 0, 0, .2), -2.1px 2.1px 2px rgba(0, 0, 0, .2);
}
#sld-4 video {
  width: 100%;
  max-width: 1920px;
  height: 102%;
  object-fit: cover;
  -webkit-filter: brightness(120%) saturate(150%) contrast(110%);
  -moz-filter: brightness(120%) saturate(150%) contrast(110%);
  -ms-filter: brightness(120%) saturate(150%) contrast(110%);
  filter: brightness(120%) saturate(150%) contrast(110%);
}
@media (max-width: 900px) {
  #sld-4 .lay-on img {
    width: 20%;
  }
}
@media (max-width: 480px) {
  #sld-4 .lay-on {
    font-size: 26px;
    top: 30%;
  }
  #sld-4 .lay-on img {
    width: 35%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -10%);
  }
  #sld-4 .lay-on h2 {
    width: 90%;
    margin-top: 0;
    position: absolute;
    bottom: -90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* SUB CONTENTS */
.sub-contents-wrapper {
  width: 100%;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sub-contents-wrapper .sub-item {
  width: 49.5%;
  margin-bottom: 1%;
  position: relative;
}
.sub-contents-wrapper .sub-item img.base {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-contents-wrapper .sub-item .text-item {
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  /*padding: 1em 1em 1em 2em;*/
  padding: 0.2em 1em;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
}
.sub-contents-wrapper .sub-item .text-item a {
  color: #fff;
}
.sub-contents-wrapper .sub-item .text-item p {
  font-size: 90%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 800px) {
  .sub-contents-wrapper .sub-item .text-item p {
    font-size: 70%;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .sub-contents-wrapper {
    width: 100%;
    display: block;
  }
  .sub-contents-wrapper .sub-item {
    width: 100%;
    margin-bottom: 1em;
  }
  .sub-contents-wrapper .sub-item .text-item {
    width: 100%;
    padding: 0.5em;
    position: absolute;
    bottom: 0;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    border-radius: 0;
  }
  .sub-contents-wrapper .sub-item .text-item p {
    font-size: 75%;
    line-height: 1.5;
    text-align: left;
  }
  .sub-contents-wrapper .sub-item .text-item img {
    width: 10%;
    min-width: 60px;
    max-width: 90%;
    height: auto;
  }
}
/* BOOKLET CONTENTS */
#sub-item-booklet .sub-contents-wrapper {
  justify-content: center;
  gap: 50px;
}
#sub-item-booklet .sub-contents-wrapper .sub-item {
  width: 40%;
}
#sub-item-booklet .sub-contents-wrapper .sub-item a {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: auto;
  position: relative;
}
#sub-item-booklet .sub-contents-wrapper .sub-item a.shadow {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
}
#sub-item-booklet .sub-contents-wrapper .sub-item a::after {
  content: "";
  position: absolute;
  inset: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .1);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  transition: all .5s ease;
}
#sub-item-booklet .sub-contents-wrapper .sub-item a:hover::after {
  inset: 0;
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
#sub-item-booklet .sub-contents-wrapper .sub-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sub-item-booklet .sub-contents-wrapper .sub-item a .txt-wrapper {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#sub-item-booklet .sub-contents-wrapper .sub-item a .txt-wrapper img {
  width: 10%;
  min-width: 60px;
  max-width: 90px;
}
#sub-item-booklet .sub-contents-wrapper .sub-item a .txt-wrapper h3 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 1em;
  padding: 0;
  text-shadow: 0 3px 2px rgba(0, 0, 0, .2), 2.1px 2.1px 2px rgba(0, 0, 0, .2), 3px 0 2px rgba(0, 0, 0, .2), 2.1px -2.1px 2px rgba(0, 0, 0, .2), 0 -3px 2px rgba(0, 0, 0, .2), -2.1px -2.1px 2px rgba(0, 0, 0, .2), -3px 0 2px rgba(0, 0, 0, .2), -2.1px 2.1px 2px rgba(0, 0, 0, .2);
  transition: all .5s ease;
}
#sub-item-booklet .sub-contents-wrapper .sub-item a .txt-wrapper .text-item {
  width: fit-content;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  padding: 0.2em 1em;
  border-radius: 999px;
  box-sizing: border-box;
  margin: 2em auto;
  position: relative;
}
#sub-item-booklet .buttonBox {
  position: relative;
  margin: 0;
  padding: 1em;
  aspect-ratio: 3 / 2;
}
#sub-item-booklet .buttonBox button {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#sub-item-booklet .buttonBox button h3 {
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 .5em;
  padding: 0;
  text-shadow: 0 3px 2px rgba(0, 0, 0, .2), 2.1px 2.1px 2px rgba(0, 0, 0, .2), 3px 0 2px rgba(0, 0, 0, .2), 2.1px -2.1px 2px rgba(0, 0, 0, .2), 0 -3px 2px rgba(0, 0, 0, .2), -2.1px -2.1px 2px rgba(0, 0, 0, .2), -3px 0 2px rgba(0, 0, 0, .2), -2.1px 2.1px 2px rgba(0, 0, 0, .2);
  transition: all .5s ease;
}
#sub-item-booklet .buttonBox:hover button h3 {
  color: #111;
  text-shadow: 0 3px 2px rgba(255, 255, 255, .6), 2.1px 2.1px 2px rgba(255, 255, 255, .6), 3px 0 2px rgba(255, 255, 255, .6), 2.1px -2.1px 2px rgba(255, 255, 255, .6), 0 -3px 2px rgba(255, 255, 255, .6), -2.1px -2.1px 2px rgba(255, 255, 255, .6), -3px 0 2px rgba(255, 255, 255, .6), -2.1px 2.1px 2px rgba(255, 255, 255, .6);
}
#sub-item-booklet .buttonBox button p {
  width: fit-content;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  padding: 0.2em 1em;
  border-radius: 999px;
  box-sizing: border-box;
  margin: 1em auto;
  position: relative;
}
#sub-item-booklet .buttonBox img.cube {
  width: 10% !important;
  min-width: 50px;
  max-width: 80px;
  height: auto !important;
}
#sub-item-booklet .border {
  position: absolute;
  background: none;
  transition: all .5s ease-in-out;
}
#sub-item-booklet .border-box > .border:nth-of-type(1) {
  top: 0;
  left: 0;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  width: 30px;
  height: 30px;
}
#sub-item-booklet .border-box > .border:nth-of-type(2) {
  bottom: 0;
  right: 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 30px;
  height: 30px;
}
#sub-item-booklet .border-box:hover .border {
  width: 102%;
  height: 105%;
}
@keyframes h {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 5px);
  }
  75% {
    transform: translate(5px, 5px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes o {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-4px, 0);
  }
  50% {
    transform: translate(3px, 4px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes v {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: rotate(360deg);
  }
  50% {
    transform: scale(2);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes e {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-10px, -2px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes r {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, 10px);
  }
  80% {
    transform: translate(0, 32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes t {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, -10px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes n {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: skewY(50deg);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (max-width: 820px) {
	  #sub-item-booklet .buttonBox button h3 {
    font-size: 20px;
    margin: 0 0 .5em;
  }
	#sub-item-booklet .buttonBox img.cube {
    min-width: 40px;
    max-width: 60px;
  }
	  #sub-item-booklet .buttonBox button p {
    margin: 1em auto 0;
  }
}
@media (max-width: 480px) {
  #sub-item-booklet .sub-contents-wrapper {
    display: flex;
    justify-content: space-around;
    gap: 0;
  }
  #sub-item-booklet .sub-contents-wrapper .sub-item {
    width: 50%;
  }
  #sub-item-booklet .sub-contents-wrapper .sub-item a .txt-wrapper h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
  }
  #sub-item-booklet .sub-contents-wrapper .sub-item a .txt-wrapper h4 {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
  }
  #sub-item-booklet .sub-contents-wrapper .sub-item a .txt-wrapper .fa, #sub-item-booklet .sub-contents-wrapper .sub-item a .txt-wrapper .fas {
    font-size: 20px;
    line-height: 1;
  }
  #sub-item-booklet .sub-contents-wrapper {
    display: block;
  }
  #sub-item-booklet .sub-contents-wrapper .sub-item {
    width: 100%;
    margin-top: 2em;
  }
}
/* EMOTIONALCONTENTS */
#emotional .sub-contents-wrapper {
  justify-content: center;
  gap: 50px;
}
#emotional .sub-contents-wrapper .sub-item {
  width: 38%;
}
#emotional .sub-contents-wrapper .sub-item a {
  display: block;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  position: relative;
}
#emotional .sub-contents-wrapper .sub-item a::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .1);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  transition: all .5s ease;
}
#emotional .sub-contents-wrapper .sub-item a:hover::after {
  inset: 0;
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
#emotional .sub-contents-wrapper .sub-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#emotional .sub-contents-wrapper .sub-item a .txt-wrapper {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#emotional .sub-contents-wrapper .sub-item a .txt-wrapper h3 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 0;
  padding: 0;
  text-shadow: 0 3px 2px rgba(0, 0, 0, .2), 2.1px 2.1px 2px rgba(0, 0, 0, .2), 3px 0 2px rgba(0, 0, 0, .2), 2.1px -2.1px 2px rgba(0, 0, 0, .2), 0 -3px 2px rgba(0, 0, 0, .2), -2.1px -2.1px 2px rgba(0, 0, 0, .2), -3px 0 2px rgba(0, 0, 0, .2), -2.1px 2.1px 2px rgba(0, 0, 0, .2);
  transition: all .5s ease;
}
#emotional .sub-contents-wrapper .sub-item a .txt-wrapper h4 {
  color: #fff;
  text-shadow: 0 3px 2px rgba(0, 0, 0, .2), 2.1px 2.1px 2px rgba(0, 0, 0, .2), 3px 0 2px rgba(0, 0, 0, .2), 2.1px -2.1px 2px rgba(0, 0, 0, .2), 0 -3px 2px rgba(0, 0, 0, .2), -2.1px -2.1px 2px rgba(0, 0, 0, .2), -3px 0 2px rgba(0, 0, 0, .2), -2.1px 2.1px 2px rgba(0, 0, 0, .2);
  transition: all .5s ease;
}
#emotional .sub-contents-wrapper .sub-item a:hover .txt-wrapper h3, #emotional .sub-contents-wrapper .sub-item a:hover .txt-wrapper h4 {
  color: #111;
  text-shadow: 0 3px 2px rgba(255, 255, 255, .2), 2.1px 2.1px 2px rgba(255, 255, 255, .2), 3px 0 2px rgba(255, 255, 255, .2), 2.1px -2.1px 2px rgba(255, 255, 255, .2), 0 -3px 2px rgba(255, 255, 255, .2), -2.1px -2.1px 2px rgba(255, 255, 255, .2), -3px 0 2px rgba(255, 255, 255, .2), -2.1px 2.1px 2px rgba(255, 255, 255, .2);
}
#emotional .sub-contents-wrapper .sub-item a .txt-wrapper .fa, #emotional .sub-contents-wrapper .sub-item a .txt-wrapper .fas {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 480px) {
  #emotional .sub-contents-wrapper {
    display: flex;
    justify-content: space-around;
    gap: 0;
  }
  #emotional .sub-contents-wrapper .sub-item {
    width: 50%;
  }
  #emotional .sub-contents-wrapper .sub-item a .txt-wrapper h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
  }
  #emotional .sub-contents-wrapper .sub-item a .txt-wrapper h4 {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
  }
  #emotional .sub-contents-wrapper .sub-item a .txt-wrapper .fa, #emotional .sub-contents-wrapper .sub-item a .txt-wrapper .fas {
    font-size: 20px;
    line-height: 1;
  }
}
/* TOP PAGE お問い合わせカラム×3*/
.top-inq {
  width: 100%;
}
.top-inq .top-inqwrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .top-inq .top-inqwrapper {
    display: block;
  }
}
/****** INQ-BLOCK PART2 START ******/
.top-inq .top-inqblock-02 {
  border: 1px solid #a09a83;
  background: #e4dec7;
  color: #181A1C;
  line-height: 1.7;
  margin: 4em 0 0 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.top-inq .top-inqblock-02 h3 {
  border-bottom: 1px solid #a09a83;
  display: block;
  padding: 0 0 10px;
  margin: 0 auto 1em auto;
  width: 100%;
  text-align: center;
}
.top-inq .top-inqblock-02 h3 img {
  max-width: 40%;
  min-width: 300px;
}
.top-inq .top-inqblock-02 h4.inq-common {
  position: relative;
  color: #77715b;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  margin: 0 0 1em;
  font-weight: bold;
}
@media (max-width: 480px) {
  .top-inq .top-inqblock-02 h4.inq-common {
    margin: 10% 0 1em;
  }
}
.top-inq .top-inqblock-02 h4.inq-common:before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  width: 50%;
  height: 130%;
  border-radius: 50%;
  border: 3px solid #cec6ab;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-inq .top-inqblock-02 p {
  color: #181A1C;
  margin: 0;
  padding: 0;
}
.top-inq .top-inqblock-02 ul {
  margin: 1em 0;
  padding: 0 0.5em 0;
  /*border: 1px solid #a09a83;
	background: #fff;
	border-radius: 3px;*/
  color: #615a41;
  list-style: none;
}
.top-inq .top-inqblock-02 ul li {
  margin: 0 0 5px 1em;
  padding-left: 1em;
  text-indent: -0.8em;
}
/*.top-inq .top-inqblock-02 ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: bold;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 5px;
	color: #f00;
	font-size: 110%;
}*/
.top-inq .top-inqblock-02 ol {
  list-style: none;
  counter-reset: number 0;
  font-size: 16px;
  padding: 0;
  margin: 2em 0;
}
.top-inq .top-inqblock-02 ol li {
  margin: 0;
  padding-left: 7em;
  text-indent: -7em;
}
.top-inq .top-inqblock-02 ol li:before {
  counter-increment: number 1;
  content: "STEP "counter(number);
  color: #fff;
  font-weight: bold;
  background: #ff9d23;
  padding: 0.2em 1em;
  margin: 0 0.5em 0;
  border-radius: 20px;
}
.top-inq .top-inqblock-02 ol li:after {
  display: block;
  margin: 0.3em 0;
  font-family: "Font Awesome 5 Free";
  font-size: 150%;
  content: "\f0ab";
  color: #968f76;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-weight: bold;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.top-inq .top-inqblock-02 ol li:last-child:after {
  content: none;
}
@media (max-width: 480px) {
  .top-inq .top-inqblock-02 ol {
    font-size: 14px;
  }
  .top-inq .top-inqblock-02 ol li {
    padding-left: 0;
    text-indent: 0;
  }
  .top-inq .top-inqblock-02 ol li:before {
    display: block;
    text-align: center;
    margin-bottom: 0.3em;
  }
}
.top-inq .top-inqblock-02 ul p {
  margin: 0 0 8px -1.5em;
  padding: 0;
}
.top-inq .top-inqblock-02 p.cap {
  color: #181A1C;
  margin: 0.5em 0 0;
  padding: 0;
  line-height: 1.3;
}
.top-inq .top-inqblock-02 .btn-gradient-radius {
  display: block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  margin: 1em auto;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
  font-size: 120%;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #fff;
}
.top-inq .top-inqblock-02 .btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.top-inq .top-inqblock-02 .btn-gradient-radius p {
  color: #FFF;
  margin: 0;
  padding: 0;
}
.top-inq .top-inqblock-02 .btn-gradient-radius p:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: bold;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
}
.top-inq .inqblock-img {
  display: block;
  width: 45%;
  padding-right: 2em;
  box-sizing: border-box;
}
.top-inq .inqblock-img img {
  max-width: 100%;
}
.top-inq .inqblock-cont {
  display: block;
  width: 55%;
}
.top-inq .inqblock-cont h4 {
  font-weight: bold;
}
@media (max-width: 480px) {
  .top-inq .inqblock-img, .top-inq .inqblock-cont {
    width: 100%;
  }
}
/****** INQ-BLOCK PART2 END ******/
.inqblock-itemwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .inqblock-itemwrapper {
    display: block;
  }
}
.top-inq .top-inqwrapper .top-inqblock {
  border: 1px solid #a09a83;
  background: #e4dec7;
  color: #181A1C;
  line-height: 1.7;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .top-inq .top-inqwrapper .top-inqblock {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .top-inq .top-inqwrapper .top-inqblock {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-inq .top-inqwrapper .top-inqblock img {
  max-width: 100%;
}
.top-inq .top-inqwrapper .top-inqblock p, .inqblock-itemwrapper p {
  color: #181A1C;
  margin: 0;
  padding: 16px 0 0;
}
.top-inq .top-inqwrapper .top-inqblock p a, .inqblock-itemwrapper p a {
  color: #000;
}
.top-inq .top-inqwrapper .top-inqblock p a:hover, .inqblock-itemwrapper p a:hover {
  color: #fa7500;
}
.top-inq .top-inqwrapper .top-inqblock ul {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #a09a83;
  background: #fff;
  border-radius: 3px;
  color: #615a41;
  list-style: none;
}
.top-inq .top-inqwrapper .top-inqblock ul li {
  margin: 0 0 8px 1em;
  padding-left: 1em;
  text-indent: -0.8em;
}
.top-inq .top-inqwrapper .top-inqblock ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: bold;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
  color: #f00;
  font-size: 110%;
}
.top-inq .top-inqwrapper .top-inqblock ul p {
  margin: 0 0 8px -1.5em;
  padding: 0;
}
.top-inq .top-inqwrapper .top-inqblock ul.normal, .top-inq .top-inqblock-02 ul.normal {
  border: none;
  background: none;
  color: #615a41;
  padding: 0;
  margin: 2em 0 0;
}
.top-inq .top-inqwrapper .top-inqblock ul.normal li, .top-inq .top-inqblock-02 ul.normal li {
  border: none;
  margin: 0 0 0 1.6em;
  padding: 0;
}
.top-inq .top-inqwrapper .top-inqblock ul.normal li:before, .top-inq .top-inqblock-02 ul.normal li:before {
  content: "●";
  font-size: 100%;
  color: #615a41;
}
.top-inq .top-inqwrapper .top-inqblock a.inq-btn {
  display: block;
  padding-top: 20px;
  width: 100%;
  text-align: center; /*margin-top: auto;*/
}
@media (max-width: 480px) {
  .top-inq .top-inqwrapper .top-inqblock a.inq-btn img {
    width: 50%;
  }
}
.top-inq .top-inqwrapper .top-inqblock .btn-gradient-radius {
  display: block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  margin: 1em auto 0;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
  text-align: center;
  width: 60%;
}
.top-inq .top-inqwrapper .top-inqblock .btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.top-inq .top-inqwrapper .top-inqblock .btn-gradient-radius p {
  color: #FFF;
  margin: 0;
  padding: 0;
}
.top-inq .top-inqwrapper .top-inqblock .btn-gradient-radius p:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: bold;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
}
.top-inq .top-inqwrapper .top-inqblock h3 {
  border-bottom: 1px solid #a09a83;
  display: block;
  padding: 0 0 10px;
  margin: 0;
}
.top-inq .top-inqwrapper .top-inqblock h4.inq-common {
  position: relative;
  color: #77715b;
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
  margin: 2em 0 1em;
  font-weight: bold;
}
.top-inq .top-inqwrapper .top-inqblock h4.inq-common:before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  width: 50%;
  height: 130%;
  border-radius: 50%;
  border: 3px solid #cec6ab;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-inq .top-inqwrapper .top-inqblock .cap {
  font-size: 0.5em;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.top-inq .top-inqwrapper .top-inqblock .spc {
  font-weight: bold;
  border-bottom: 2px dotted #77715b;
  color: #fa7500;
}
.top-inq .top-inqwrapper .top-inqblock .bottom-box {
  display: block;
  text-align: center;
  margin-top: auto;
  padding-top: 20px;
}
/*地図*/
.inqblock-itemwrapper .item-box {
  width: 32%;
  margin: 1em 0 0;
  padding: 1.5em 1em;
  background: #d4ccb0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .inqblock-itemwrapper .item-box {
    width: 100%;
  }
}
.top-inq .top-inqwrapper .map-inq .item-box {
  width: 100%;
  margin: 1em 0 0;
  padding: 1.5em 1em;
  background: #d4ccb0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.top-inq .top-inqwrapper .map-inq .item-box h4, .top-inq .top-inqblock-02 .item-box h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em 0;
  border-bottom: 1px dotted #a09a83;
}
.top-inq .top-inqwrapper .map-inq .item-box h4:before, .top-inq .top-inqblock-02 .item-box h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
  color: #968f76;
  font-size: 140%;
  text-shadow: 0 3px #fff;
}
.top-inq .top-inqwrapper .map-inq .item-box h5, .top-inq .top-inqblock-02 .item-box h5 {
  font-size: 12px;
  font-weight: normal;
  margin: 0.5em 0 0;
  padding: 0;
  border-bottom: 1px dotted #F5F5DC;
}
.top-inq .top-inqwrapper .map-inq .item-box h5 .price, .top-inq .top-inqblock-02 .item-box h5 .price {
  font-size: 140%;
  font-weight: bold;
  color: #f00;
  text-shadow: 1px 1px 0 #fff;
  margin-right: 0.2em;
}
.top-inq .top-inqwrapper .map-inq .item-box h5 .free, .top-inq .top-inqblock-02 .item-box h5 .free {
  font-size: 130%;
  font-weight: bold;
  color: #23a903;
}
/*広告*/
.top-inq .top-inqwrapper .ad-inq . h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em 0;
  border-bottom: 1px dotted #a09a83;
}
.top-inq .top-inqwrapper .ad-inq .item-box {
  width: 100%;
  margin: 1em 0 0;
  padding: 1.5em 1em;
  background: #d4ccb0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.top-inq .top-inqwrapper .ad-inq .item-box h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.top-inq .top-inqwrapper .ad-inq .item-box h4.free-plan:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../../img/forms/emblem_01.png);
  background-size: contain;
  vertical-align: middle;
}
.top-inq .top-inqwrapper .ad-inq .item-box h4.normal-plan:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../../img/forms/emblem_02.png);
  background-size: contain;
  vertical-align: middle;
}
.top-inq .top-inqwrapper .ad-inq .item-box h4.event-plan:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../../img/forms/emblem_03.png);
  background-size: contain;
  vertical-align: middle;
}
.top-inq .top-inqwrapper .ad-inq .item-box .tbl_ad {
  width: 100%;
  margin: 0.5em 0;
  border-collapse: collapse;
  font-size: 12px;
}
.top-inq .top-inqwrapper .ad-inq .item-box .tbl_ad tr {
  border-bottom: 1px dotted #F5F5DC;
}
.top-inq .top-inqwrapper .ad-inq .item-box .tbl_ad td {
  padding: 0.5em 0;
  font-weight: bold;
}
.top-inq .top-inqwrapper .ad-inq .item-box .tbl_ad td.ad_value {
  width: 40%;
  text-align: center;
  font-weight: normal;
}
.top-inq .top-inqwrapper .ad-inq .item-box .tbl_ad td .price {
  font-size: 140%;
  font-weight: bold;
  color: #f00;
  text-shadow: 1px 1px 0 #fff;
  margin-right: 0.2em;
}
.top-inq .top-inqwrapper .ad-inq .item-box .tbl_ad td .exposure {
  font-size: 130%;
  font-weight: bold;
  color: #23a903;
}
/*提携*/
.top-inq .top-inqblock-02 .item-box .navimolocamo {
  text-align: center;
}
.top-inq .top-inqblock-02 .item-box .navimolocamo img {
  max-width: 200px;
}
.top-inq .top-inqblock-02 h5.ptnr-inq-h5 {
  font-size: 13px;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 2.2em;
  position: relative;
  font-weight: bold;
}
.top-inq .top-inqblock-02 h5.ptnr-inq-h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f085";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: bold;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
  font-size: 140%;
  position: absolute;
  top: 20%;
  left: 0;
}
.top-inq .top-inqwrapper .ptnr-inq h4, .top-inq .ptnr-inq h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 2em 0 0;
  padding: 0 0 0.5em 0;
}
.top-inq .top-inqwrapper .ptnr-inq h4:before, .top-inq .ptnr-inq h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c2";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
  color: #00BFFF;
  font-size: 140%;
}
.top-inq .top-inqwrapper .ptnr-inq .item-box {
  width: 100%;
  margin: 1em 0;
}
.top-inq .top-inqwrapper .ptnr-inq .item-box h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em 0;
  border-bottom: 1px dotted #a09a83;
}
.top-inq .top-inqwrapper .ptnr-inq .item-box h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
  color: #968f76;
  font-size: 140%;
  text-shadow: 0 3px #fff;
}
.top-inq .top-inqwrapper .ptnr-inq .item-box img.navimo-logo, .top-inq .top-inqwrapper .ptnr-inq .item-box img.locamo-logo {
  max-width: 120px;
  margin-bottom: 1em;
}
.top-inq .top-inqwrapper .ptnr-inq h5 {
  font-size: 13px;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 2.2em;
  position: relative;
  font-weight: bold;
}
.top-inq .top-inqwrapper .ptnr-inq h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f085";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: bold;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
  font-size: 140%;
  position: absolute;
  top: 20%;
  left: 0;
}
/*************************************
エクストラポスター
*************************************/
.extra_wrap {
  margin-top: 20px;
  padding: 0 15px;
  max-width: 1920px;
}
@media (max-width: 480px) {
  .extra_wrap {
    margin-top: 200px;
  }
}
/*************************************
FOOTER
*************************************/
.footer {
  background: #c9bd8d !important;
}
/*************************************
PAGE TOP
*************************************/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 80%;
  padding: 0;
  margin: 0;
  z-index: 9999;
}
@media (max-width: 480px) {
  #page-top {
    bottom: 0;
    right: 0;
  }
}
#page-top a span {
  display: block;
  color: #fff;
  border-radius: 25px;
  border: 2px solid #fff;
  background-color: rgba(90, 88, 82, 0.7);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  box-shadow: 0px 0px 12px 0 rgba(119, 119, 119, .6);
  box-sizing: border-box;
}
#page-top a span:hover {
  background-color: rgba(90, 88, 82, 1);
}
.fa-angle-up:before {
  font-family: FontAwesome;
  content: "\f106";
  line-height: 40px;
  font-weight: normal;
}
/*************************************
SECTION
*************************************/
/* 
FIRST SECTION
*/
.first-section {
  background: #F5F5F5;
}
.first-section .title {
  border-bottom: 1px solid #181A1C;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
.first-section .read h3 {
  font-size: 16px;
  line-height: 1.8;
}
/*MASSEGE ANIME*/
.message {
  position: relative;
  width: 100%;
  height: 40px;
}
.bound span {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 0.2em;
  font-size: 1.8em;
  font-weight: bold;
  color: #334d8c;
}
.bound span:nth-child(1) {
  left: -11.6em;
  animation: bound-anim 0.8s 0.0s infinite;
}
.bound span:nth-child(2) {
  left: -9.4em;
  animation: bound-anim 0.8s 0.1s infinite;
}
.bound span:nth-child(3) {
  left: -7.1em;
  animation: bound-anim 0.8s 0.2s infinite;
}
.bound span:nth-child(4) {
  left: -4.8em;
  animation: bound-anim 0.8s 0.3s infinite;
}
.bound span:nth-child(5) {
  left: -2.6em;
  animation: bound-anim 0.8s 0.4s infinite;
}
.bound span:nth-child(6) {
  left: -0.4em;
  animation: bound-anim 0.8s 0.5s infinite;
}
.bound span:nth-child(7) {
  left: 1.7em;
  animation: bound-anim 0.8s 0.6s infinite;
}
.bound span:nth-child(8) {
  left: 3.7em;
  animation: bound-anim 0.8s 0.7s infinite;
}
.bound span:nth-child(9) {
  left: 5.7em;
  animation: bound-anim 0.8s 0.8s infinite;
}
.bound span:nth-child(10) {
  left: 8.1em;
  animation: bound-anim 0.8s 0.9s infinite;
}
.bound span:nth-child(11) {
  left: 10em;
  animation: bound-anim 0.8s 1s infinite;
}
.bound span:nth-child(12) {
  left: 11.8em;
  animation: bound-anim 0.8s 1.1s infinite;
}
@keyframes bound-anim {
  0%, 100% {
    top: 0;
    transform: scale(1);
  }
  30% {
    top: -15%;
  }
  50% {
    transform: scale(1);
  }
  90% {
    top: 0;
    transform: scale(1.2, 0.8);
  }
}
.first-section .cross {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #334d8c;
  padding: 0 2em;
  margin: 1em 0;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  width: 340px;
  box-sizing: border-box;
}
.first-section .cross:before, .first-section .cross:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #999;
}
.first-section .cross:before {
  left: 7px;
}
.first-section .cross:after {
  right: 7px;
}
.first-section .read {
  margin: 0 0 2em 0;
}
.first-section .read p {
  color: #2A3F00;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  padding: 0.5em 0 0 0;
}
.first-section .read .sub-read {
  color: #334d8c;
  font-size: 120%;
  font-weight: bold;
}
.first-section .read h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#news .defaultlist, #news .defaultlist li {
  padding: 0px;
  margin: 0px;
}
#news a:visited {
  color: #181A1C;
}
#news a:hover {
  color: #fa7500;
}
/* 
SECONDARY SECTION
*/
.secondary-section .title {
  color: #181A1C;
}
/*************************************
NEWS
*************************************/
#news .news-list {
  width: 100%;
  display: block;
}
/*#news .auto-scroll {
    height: 300px;
	padding: 1em 0 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}*/
/*スクロールバー表示させる
@media (max-width: 480px) {
#news .auto-scroll::-webkit-scrollbar{ 
   width: 15px;
}
#news .auto-scroll::-webkit-scrollbar-thumb{ 
   background: #F70841;
   border-radius: 10px;
}
#news .auto-scroll::-webkit-scrollbar-track-piece:start{
   background: #ffa5ba;
}
#news .auto-scroll::-webkit-scrollbar-track-piece:end{
   background: #fff;
}
}
*/
#news .news-list .news-itemwrapper {
  width: 100%;
  display: block;
}
#news .news-list .news-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 1em;
}
#news .news-list .news-item a, #news .news-list .news-item a visited, #news .news-list .news-item a:hover {
  text-decoration: none;
}
#news .news-list .news-item .txt-block {
  display: block;
  padding: 0;
  margin: 0;
  width: 85%;
}
#news .news-list .news-item .date {
  display: block;
  color: #181A1C;
  padding: 0 5px 0 40px;
  margin: 0;
  width: 15%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#news .news-list .news-item .date:after {
  font: normal 18px/1 FontAwesome;
  content: "\f129";
  color: #797566;
  position: absolute;
  left: 0;
  top: -6px;
  background: #e4dec7;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border: 2px solid #a09a83;
  text-align: center;
  font-weight: bold;
  border-radius: 24px;
}
#news .news-list .news-item .date:before {
  content: '';
  display: block;
  position: absolute;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
  top: 0;
  left: 23px;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #a09a83;
}
@media (max-width: 680px) {
  #news .news-list .news-item {
    display: block;
  }
  #news .news-list .news-item .txt-block {
    width: 100%;
    margin-top: 3px;
  }
  #news .news-list .news-item .date {
    width: 100%;
  }
}