@charset "UTF-8";

@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700");

/* ==========================================================
 html5 elements
========================================================== */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}
/* ==========================================================
 reseting
========================================================== */
html.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
body {
  line-height: 1.85;
  color: #0c0c0c;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.4;
    font-size: 12px;
  }
}

body,
input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
}
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
input,
textarea,
select {
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  height: auto;
  vertical-align: top;
}
address,
caption,
code,
em,
th {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-size: 100%;
  font-weight: normal;
}
a,
input {
  /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}
sup,
sub {
  font-size: 63%;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: baseline;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* ==========================================================
 base Link
========================================================== */
a {
  color: #0c0c0c;
  text-decoration: none;
  outline: none;
}
a:visited {
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
/* ==========================================================
 clearfix
========================================================== */
.clearfix:before,
.clearfix:after,
.contents:before,
.contents:after {
  content: "";
  display: table;
}
.clearfix:after,
.contents:after {
  clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents {
  *zoom: 1;
}
/* ==========================================================
 layout
========================================================== */
html {
  overflow-y: scroll;
}
body {
  text-align: center;
}
/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
}

/* ==========================================================
 header
========================================================== */
.header-wrapper {
  height: 53px;
}
.js-info .header-wrapper {
  height: 98px;
}
@media screen and (max-width: 1024px) {
  .js-info .header-wrapper {
    height: 119px;
  }
}
.header-info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 45px;
  background-color: #832538;
  color: #fff;
}
.header-info .header-info-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .header-info .header-info-h {
    display: block;
  }
}
.header-info .header-info-txt {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-info .header-info-txt {
    padding-right: 3em;
  }
}
.header-info .header-info-ttl {
  display: flex;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
  font-family: "Sawarabi Mincho";
  font-size: 16px;
}
.header-info .header-info-ttl::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url("../img/ico_important_01.png") no-repeat;
}
@media screen and (max-width: 767px) {
  .header-info .header-info-ttl {
    border-right: none;
  }
}
.header-info .header-info-subject {
  text-decoration: underline;
  cursor: pointer;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding: 0.25em 0;
}
.header-info .header-info-subject:hover {
  text-decoration: none;
}
.header-info .header-info-close {
  padding: 3px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header-info .header-info-close {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}
.header-info .header-info-close::before {
  content: "×";
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .header-info .header-info-close::before {
    margin-right: 0;
  }
}
.header-info .header-info-con {
  position: fixed;
  top: 45px;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100% - 45px);
  padding: 40px 20px;
  background-color: rgba(131, 37, 56, 0.9);
  color: #fff;
  overflow-y: auto;
}
.header-info .header-info-con-ttl {
  margin-bottom: 20px;
  font-family: "Sawarabi Mincho";
  font-size: 24px;
  text-align: center;
}
.header-info .header-info-list {
  max-width: 1000px;
  margin: 0 auto 40px;
}
.header-info .header-info-list li {
  padding: 20px 0;
  border-top: 1px solid #fff;
}
.header-info .header-info-con-subject {
  margin-bottom: 15px;
  font-size: 20px;
}
.header-info .header-info-con-body {
  text-align: left;
}
.header-info .header-info-con-close {
  max-width: 15em;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #fff;
  cursor: pointer;
}
.header-info .header-info-con-close::before {
  content: "×";
  display: inline-block;
  margin-right: 5px;
}
.js-infoopen {
  overflow: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 53px;
  background-color: #0c0c0c;
}
.js-info .header {
  top: 45px;
}
.header-in {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  padding: 9px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
.header-in .logo {
  display: none;
}
.header-text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .header-text .txt-status {
  position: relative;
  padding: 0 10px 0 24px;
  font-weight: bold;
  font-size: 16px;
}
.header .header-text .txt-status:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url("/n_mori/common/img/ico_home_01.png") left top no-repeat;
  content: "";
}
.header-hour {
  display: flex;
  padding: 0 1.5em;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.header-hour span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.header-hour span::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("/n_mori/common/img/ico_hour.png") left top no-repeat;
  content: "";
}
.header-utility {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header-utility .header-links {
  overflow: hidden;
}
.header-utility .header-links li {
  float: left;
  margin-right: 25px;
}
.header-utility .header-links li a {
  display: inline-block;
  padding: 3px 0 3px 22px;
  color: #fff;
}
.header-utility .header-links .ico-calendar {
  background: url("/n_mori/common/img/ico_calendar_01.png") left top no-repeat;
}
.header-utility .header-links .ico-time {
  background: url("/n_mori/common/img/ico_time_01.png") left center no-repeat;
}
.header-utility .header-links .ico-access {
  background: url("/n_mori/common/img/ico_car_01.png") left center no-repeat;
}
.header-utility .header-links .ico-mail {
  background: url("/n_mori/common/img/ico_mail_01.png") left center no-repeat;
}
.header-utility .header-links .ico-faq {
  background: url("/n_mori/common/img/ico_faq.png") left center no-repeat;
}
.header-utility .header-lang {
  position: relative;
  height: 20px;
  margin-right: 10px;
  padding-top: 2px;
}
.header-utility .header-lang .ico-lang {
  position: relative;
  display: block;
  padding: 1px 18px 0 22px;
  background: url("/n_mori/common/img/ico_lang_01.png") left top no-repeat;
  color: #fff;
  cursor: pointer;
}
.header-utility .header-lang .ico-lang:hover {
  opacity: 0.7;
}
.header-utility .header-lang .ico-lang:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 9px;
  margin-top: -5px;
  background: url("/n_mori/common/img/ico_lang_arrow_01.png") no-repeat;
  content: "";
}
.header-utility .header-lang .ico-lang.is-open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header-utility .header-lang .box-lang-selection {
  display: none;
  position: absolute;
  width: max-content;
  top: 35px;
  /*eft: 0;*/
  right: -20px;
  background-color: rgba(12, 12, 12, 0.9);
}
.header-utility .header-lang .box-lang-selection ul.list-land {
  width: 14em;
  
}


.header-utility .header-lang .box-lang-selection ul li {
  border-top: 1px solid #fff;
}
.header-utility .header-lang .box-lang-selection a {
  display: block;
  padding: 12px 0 12px 28px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.header-utility .header-lang .box-lang-selection a:hover {
  opacity: 0.7;
}
.header-utility .header-sub {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 5px 2em;
  border-radius: 15px;
  background-color: #667958;
}
.header-utility .header-sub li {
  margin-right: 15px;
}
.header-utility .header-sub li:last-child {
  margin-right: 0;
}
.header-utility .header-sub li a {
  display: inline-block;
  padding: 3px 0 3px 22px;
  color: #fff;
}
.header-utility .header-sub .ico-travel {
  background: url("/n_mori/common/img/ico_travel.png") left center no-repeat;
}
.header-utility .header-sub .ico-media {
  background: url("/n_mori/common/img/ico_media.png") left center no-repeat;
}
.header-utility .header-sub .ico-school {
  background: url("/n_mori/common/img/ico_school.png") left center no-repeat;
}
.header-utility .header-sub .ico-movie {
  background: url("/n_mori/common/img/ico_movie.png") left center no-repeat;
}

.header-menu-btn {
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header-utility .header-links li a {
    min-height: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .header-utility .header-links li span {
    display: none;
  }
  .header-utility .header-links li a:hover span {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    height: 44px;
  }
  .header-wrapper {
    height: 70px;
  }
  .header {
    background-color: #fff;
  }
  .header-in {
    padding: 0;
  }
  .header-in .logo {
    display: block;
    width: 147px;
    margin: 1px auto 0;
  }
  .header-in .logo img {
    width: 100%;
  }
  .header-utility {
    display: none;
  }
  .header .header-text {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    background-color: #0c0c0c;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .header-text.is-show {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .header .header-text .txt-status {
    padding: 0 3px 0 0;
    font-size: 14px;
  }
  .header .header-text .txt-status:before {
    display: none;
  }
  .header .header-menu-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 44px;
    height: 44px;
    background: #209b4d;
    cursor: pointer;
  }
  .header .header-menu-btn span {
    display: block;
    position: absolute;
    left: 7px;
    width: 27px;
    height: 3px;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header .header-menu-btn span:nth-child(1) {
    top: 10px;
  }
  .header .header-menu-btn span:nth-child(2),
  .header-menu-btn span:nth-child(3) {
    top: 20px;
  }
  .header .header-menu-btn span:nth-child(4) {
    top: 30px;
  }
  .header .header-menu-btn span:nth-child(2) {
    opacity: 0;
  }
  .header .header-menu-btn.is-open {
    background-color: #fff;
  }
  .header .header-menu-btn.is-open span {
    background-color: #209b4d;
  }
  .header .header-menu-btn.is-open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
  }
  .header .header-menu-btn.is-open span:nth-child(2) {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .header-menu-btn.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .header-menu-btn.is-open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .header-info .header-info-h {
    padding: 0 10px;
  }
  .header-info .header-info-ttl {
    margin-right: 10px;
    padding-right: 0;
  }
}

/* ==========================================================
 nav-global
========================================================== */
.nav-global {
  overflow: hidden;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.nav-global-in {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 12px 0 22px;
  border-bottom: 1px solid #c2c2c2;
}
.nav-global .logo {
  -ms-flex: 0 0 240px;
  -webkit-flex: 0 0 240px;
  flex: 0 0 240px;
}
.nav-global-link {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  padding: 0 40px 0 55px;
}
.nav-global-link .box-link-col:last-child {
  display: none;
}
.nav-global-link .list-links {
  display: none;
}
.nav-global-link .list-links.main-pc {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
.nav-global-link li a {
  display: inline-block;
  font-family: "Sawarabi Mincho";
  font-size: 18px;
  line-height: 1.2;
}

.nav-global-link li:last-child a > img {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 5px;
}

.nav-global-sp {
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1260px) {
  .nav-global-link li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-global {
    display: none;
  }
  .nav-global-sp {
    display: none;
    position: fixed;
    top: 74px;
    left: 0;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: url("/n_mori/common/img/bg_pattern_01.png") repeat;
    background-size: 119px 164px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .nav-global-sp-in {
    overflow: auto;
    display: block;
    height: 100%;
    padding: 10px;
    border-bottom: none;
  }
  .nav-global-sp-in .nav-utilities {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .nav-global-sp-in .nav-utilities > li {
    margin-left: 15px;
  }
  .nav-global-sp-in .nav-utilities > li:first-child {
    margin-left: 0;
  }
  .nav-global-sp-in .nav-utilities .link-icon {
    display: block;
    width: 18px;
    height: 19px;
  }
  .nav-global-sp-in .nav-utilities .ico-calendar {
    background: url("/n_mori/common/img/ico_calendar_01_sp.png") no-repeat;
    background-size: 18px 19px;
  }
  .nav-global-sp-in .nav-utilities .ico-access {
    background: url("/n_mori/common/img/ico_car_01_sp.png") no-repeat;
    background-size: 18px 19px;
  }
  .nav-global-sp-in .nav-utilities .ico-time {
    background: url("/n_mori/common/img/ico_time_01_sp.png") no-repeat;
    background-size: 18px 19px;
  }
  .nav-global-sp-in .nav-utilities .ico-sitemap {
    background: url("/n_mori/common/img/ico_sitemap_01.png") no-repeat;
    background-size: 18px 19px;
  }
  .nav-global-sp-in .nav-utilities .link-lang {
    position: relative;
    display: block;
    width: 175px;
    height: 22px;
    padding: 0 5px;
    background-color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }
  .nav-global-sp-in .nav-utilities .link-lang:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    height: 8px;
    margin-top: -4px;
    background: url("/n_mori/common/img/ico_lang_arrow_02.png") no-repeat;
    background-size: 10px 8px;
    content: "";
  }
  .nav-global-sp-in .nav-utilities .link-lang.is-open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .nav-global-sp-in .nav-utilities .link-lang .icon {
    display: inline-block;
    padding: 4px 0 4px 22px;
    background: url("/n_mori/common/img/ico_lang_01_sp.png") left center
      no-repeat;
    background-size: 16px 16px;
  }
  .nav-global-sp-in .nav-utilities .box-nav-lang {
    position: relative;
  }
  .nav-global-sp-in .nav-utilities .box-lang-selection-sp {
    display: none;
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: left;
  }
  .nav-global-sp-in .nav-utilities .box-lang-selection-sp li {
    border-top: 1px solid #c8c8c8;
  }
  .nav-global-sp-in .nav-utilities .box-lang-selection-sp a {
    display: block;
    padding: 5px 0 4px 27px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
  }

  .nav-global-sp-in .nav-main {
    overflow: hidden;
    margin-left: -15px;
  }
  .nav-global-sp-in .nav-main li {
    float: left;
    width: 25%;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .nav-global-sp-in .nav-main .btn-link {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #799947;
    width: 100%;
    height: 90px;
    text-decoration: none;
  }
  .nav-global-sp-in .nav-main .btn-link span {
    display: inline-block;
    padding-top: 42px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
  }
  .nav-global-sp-in .nav-main .btn-link .icon-01 {
    background: url("/n_mori/common/img/ico_gnav_01_sp.png") center 8px
      no-repeat;
    background-size: 34px 28px;
  }
  .nav-global-sp-in .nav-main .btn-link .icon-02 {
    background: url("/n_mori/common/img/ico_gnav_02_sp.png") center 5px
      no-repeat;
    background-size: 32px 33px;
  }
  .nav-global-sp-in .nav-main .btn-link .icon-03 {
    padding-top: 32px;
    background: url("/n_mori/common/img/ico_gnav_03_sp.png") center top
      no-repeat;
    background-size: 28px 29px;
  }
  .nav-global-sp-in .nav-main .btn-link .icon-04 {
    min-width: 36px;
    background: url("/n_mori/common/img/ico_gnav_04_sp.png") center top
      no-repeat;
    background-size: 36px 38px;
  }
  .nav-global-sp-in .nav-main .btn-link .icon-05 {
    min-width: 33px;
    background: url("/n_mori/common/img/ico_gnav_05_sp.png") center top
      no-repeat;
    background-size: 33px 34px;
  }
  .nav-global-sp-in .nav-main .btn-link .icon-06 {
    min-width: 47px;
    background: url("/n_mori/common/img/ico_gnav_06_sp.png") center top
      no-repeat;
    background-size: 47px 39px;
  }
  .nav-global-sp-in .nav-list {
    margin-bottom: 30px;
  }
  .nav-global-sp-in .nav-list li {
    margin: 0 -10px;
    border-bottom: 1px solid #c2c2c2;
  }
  .nav-global-sp-in .nav-list li a {
    position: relative;
    display: block;
    padding: 8px 10px 8px 27px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  .nav-global-sp-in .nav-list li a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 3px;
    height: 4px;
    margin-top: -2px;
    background: url("/n_mori/common/img/ico_footer_arrow.png") no-repeat;
    background-size: 3px 4px;
    content: "";
  }
  .nav-global-sp-in .btn-close-menu {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .nav-global-sp-in .mod-gnav-banner {
    position: relative;
    margin-bottom: 5px;
    background: #090c0d url("/n_mori/img/img_content_08.jpg") no-repeat right
      top -70px;
    background-size: 50% auto;
  }
  .nav-global-sp-in .mod-gnav-banner .image dl {
    float: left;
    width: 50%;
    padding: 15px 0 15px 15px;
    color: #fff;
    font-size: 14px;
    text-align: left;
  }
  .nav-global-sp-in .mod-gnav-banner .image dt {
    margin-bottom: 5px;
    font-family: "Crimson Text";
    font-size: 22px;
    line-height: 1.2;
  }
  .nav-global-sp-in .mod-gnav-banner .image p {
    float: left;
    width: 50%;
    padding-bottom: 33%;
  }
  .nav-global-sp-in .mod-gnav-banner .image img {
    float: left;
    width: 50%;
  }
  .nav-global-sp-in .mod-gnav-banner .slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 6px;
    z-index: 2;
    width: 8px;
    height: 13px;
    margin-top: -6px;
    background: url("/n_mori/common/img/ico_gnav_arrow_02.png") no-repeat;
    background-size: 8px 13px;
    text-indent: -999px;
    outline: none;
  }
  .nav-global-sp-in .mod-gnav-banner .slick-prev {
    right: auto;
    left: 6px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media screen and (max-width: 480px) {
  .nav-global-sp-in .mod-gnav-banner {
    background-position: right bottom -25px;
  }
}

/* ==========================================================
 nav-local
========================================================== */
.nav-local {
  margin-bottom: 20px;
}
.nav-local .list-nav li:first-child {
  border-top: 1px solid #c2c2c2;
}
.nav-local .list-nav li {
  border-bottom: 1px solid #c2c2c2;
}
.nav-local .list-nav li a {
  position: relative;
  display: block;
  padding: 10px 24px;
  font-family: "Sawarabi Mincho";
  font-size: 16px;
  text-decoration: none;
}
.nav-local .list-nav li a.is-active {
  background-color: #f3f4ef;
}
.nav-local .list-nav li a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url("/n_mori/common/img/ico_arrow_right_02.png") no-repeat;
  content: "";
}

@media screen and (min-width: 768px) {
  .nav-local .list-nav li a:hover {
    background-color: #f3f4ef;
  }
}

/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  max-width: 1230px;
  margin: 0 auto;
  padding: 12px 15px 0;
  text-align: left;
}
.list-breadcrumb {
  overflow: hidden;
  font-size: 13px;
}
.nav-breadcrumb .list-breadcrumb li {
  float: left;
  white-space: nowrap;
}
.nav-breadcrumb .list-breadcrumb li:first-child {
  padding-left: 25px;
  background: url("/n_mori/common/img/ico_home_02.png") left center no-repeat;
}
.nav-breadcrumb .list-breadcrumb li:after {
  padding: 0 12px;
  content: "＞";
}
.nav-breadcrumb .list-breadcrumb li:last-child:after {
  display: none;
}
.nav-breadcrumb .list-breadcrumb li a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .nav-breadcrumb .list-breadcrumb li a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-breadcrumb {
    display: none;
  }
}

/* ==========================================================
 contents
========================================================== */
.contents {
  margin: 0 auto;
  padding: 60px 0 150px;
  text-align: left;
}
.contents-in {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.contents-main {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.contents-sub {
  -ms-flex: 0 0 280px;
  -webkit-flex: 0 0 280px;
  flex: 0 0 280px;
  width: 280px;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .contents {
    padding: 25px 0 70px;
  }
  .contents-in {
    display: block;
  }
  .contents-sub {
    display: none;
  }
}

/* container-01
---------------------------------------------------------- */
.container-01 {
  position: relative;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container-01 {
    max-width: none;
    padding: 0 10px;
  }
}

/* box-divider
---------------------------------------------------------- */
.box-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #c2c2c2;
  position: relative;
}

/* ==========================================================
 footer
========================================================== */
.footer {
  width: 100%;
  background: url("/n_mori/common/img/bg_footer_01.jpg") top center repeat;
}
.footer-in {
  max-width: 1230px;
  margin: 0 auto;
  padding: 20px 15px 0;
  text-align: left;
}
.footer .footer-logo {
  display: table;
  width: 100%;
  margin-bottom: 12px;
}
.footer .footer-logo .box-logo {
  display: table-cell;
  width: 172px;
  vertical-align: top;
}
.footer .footer-logo .txt-logo {
  display: table-cell;
  padding: 0 0 6px 10px;
  font-size: 15px;
  vertical-align: bottom;
  line-height: 1.2;
}

.eng .footer .footer-logo .txt-logo {
  padding: 0 0 2px 10px;
}
.footer .footer-utility {
  display: table;
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 1px solid #b3a69a;
}
/* 日本語向けスタイル
      ****************************************/
.ja .footer .footer-utility {
  padding-bottom: 10px;
}
.footer .footer-utility .txt-address {
  display: table-cell;
  width: 370px;
  font-size: 14px;
  vertical-align: top;
}
/* 英語向けスタイル
      ****************************************/
.eng .footer .footer-utility .txt-address {
  width: 455px;
}
/* 韓国語向けスタイル
      ****************************************/
.kor .footer .footer-utility .txt-address {
  width: 435px;
}
.footer .footer-utility .txt-tel {
  display: flex;
  column-gap: 5px;
  font-size: 16px;
}
.footer .footer-utility .txt-tel img {
  width: 2em;
}
.footer .footer-utility .txt-address {
  display: table-cell;
  vertical-align: top;
}
.footer .footer-utility .list-links {
  overflow: hidden;
  margin-left: -21px;
  font-family: "Sawarabi Mincho";
  font-size: 15px;
}
.footer .footer-utility .list-links li {
  float: left;
  margin-left: 21px;
}
.tha .footer .footer-utility .list-links li,
.kor .footer .footer-utility .list-links li {
  margin-left: 40px;
}
.footer .footer-links {
  overflow: hidden;
  padding: 22px 0;
  border-bottom: 1px solid #b3a69a;
}
.footer .footer-links .list-links {
  font-size: 13px;
  line-height: 1.5;
}
.footer .footer-links .list-links:first-child {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
}
.footer .footer-links .list-links li {
  float: left;
  position: relative;
  padding-left: 14px;
  padding-right: 20px;
  background: url("/n_mori/common/img/ico_footer_arrow.png") left 5px no-repeat;
}

.footer .footer-links .list-links li img {
  margin-bottom: 3px;
  margin-left: 5px;
  vertical-align: middle;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.footer-copyright {
  font-family: "Crimson Text";
  font-size: 14px;
  text-align: right;
}
.footer-nav ul {
  display: flex;
  justify-content: flex-end;
  column-gap: 20px;
  font-family: "Sawarabi Mincho";
}

@media screen and (max-width: 767px) {
  .footer-in {
    max-width: none;
    padding: 10px 10px 0;
  }
  .footer .footer-logo {
    display: block;
    margin-bottom: 4px;
  }
  .footer .footer-logo .box-logo {
    display: block;
    width: 86px;
    margin-bottom: 5px;
  }
  .footer .footer-logo .box-logo img {
    width: 100%;
  }
  .footer .footer-logo .txt-logo,.eng .footer .footer-logo .txt-logo  {
    display: block;
    padding: 0 0 0 3px;
    font-size: 12px;
  }
  .footer .footer-utility {
    padding-bottom: 11px;
  }
  .footer .footer-utility .txt-address {
    font-size: 12px;
  }
  .footer .footer-utility .txt-tel {
    font-size: 14px;
  }
  .footer .footer-links,
  .footer .footer-utility .list-links {
    display: none;
  }
  .footer-nav {
    padding: 10px 0;
  }
  .footer-copyright {
    font-size: 12px;
    line-height: 1.25;
    text-align: right;
  }
  .footer-nav ul {
    display: none;
  }
}

/* ==========================================================
 grid
========================================================== */
/* grid-col1-01
---------------------------------------------------------- */
.grid-col1-01 {
  margin-bottom: 30px;
}
.grid-col1-01 .grid-item {
  margin-bottom: 30px;
}
.grid-col1-01 .grid-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .grid-col1-01 {
    margin-bottom: 25px;
  }
  .grid-col1-01 .grid-item {
    margin-bottom: 25px;
  }
}

/* grid-col2-01
---------------------------------------------------------- */
.grid-col2-01,
.grid-col3-01 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px 0 30px;
}
.grid-col2-01 .grid-item {
  width: 47.2%;
  margin-top: 30px;
  margin-left: 5.6%;
}
.grid-col2-01 .grid-item:nth-child(2n + 1) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .grid-col2-01 {
    margin: -25px 0 25px;
  }
  .grid-col2-01 .grid-item {
    margin-top: 25px;
  }

  .grid-col2-01 .grid-item {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}

/* grid-col3-01
---------------------------------------------------------- */
.grid-col3-01 {
  margin: -30px 0 30px;
}
.grid-col3-01 .grid-item {
  /* width: 31.1%;
    margin-top: 30px;
    margin-left: 3.35%; */
  width: 30.7%;
  margin-top: 30px;
  margin-left: 35px;
}
.grid-col3-01 .grid-item:nth-child(3n + 1) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .grid-col3-01 {
    margin: -20px 0 20px;
  }
  .grid-col3-01 .grid-item,
  .grid-col3-01 .grid-item:nth-child(3n + 1) {
    width: 47.2%;
    margin-top: 20px;
    margin-left: 5.6%;
  }
  .grid-col3-01 .grid-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

/* ==========================================================
 row-grid
========================================================== */
.row-cmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-cmn {
  padding: 0 15px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .col-cmn {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
/* ==========================================================
 accordion
========================================================== */
.box-cmn-accordion {
  position: relative;
  display: block;
}
.box-cmn-accordion:not(:last-child) {
  margin-bottom: 30px;
}
.box-cmn-accordion .title {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-family: "Sawarabi Mincho";
  background-color: #000;
  border-top: 1px solid #eee;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.box-cmn-accordion .title::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 28px;
  height: 28px;
  background-image: url("/n_mori/common/img/ico_arrow_down_01.png");
  background-size: 28px auto;
  background-repeat: no-repeat;
  top: 50%;
  margin-bottom: -50%;
  transform: translateY(-50%);
}
.box-cmn-accordion .title .txt-hint {
  font-size: 16px;
}
.box-cmn-accordion .content {
  padding-bottom: 30px;
  display: none;
}
.box-cmn-accordion .content.is-open {
  display: block;
}

/* ==========================================================
 area
========================================================== */

/* ==========================================================
 section
========================================================== */
/* sec-cmn-01
---------------------------------------------------------- */
.sec-cmn-01 {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .sec-cmn-01 {
    margin-bottom: 30px;
  }
}

/* sec-cmn-02
---------------------------------------------------------- */
.sec-cmn-02 {
  margin-top: 100px;
}
/* sec-cmn-03
---------------------------------------------------------- */
.sec-cmn-03:not(:first-of-type) {
  margin-top: 148px;
}
.sec-cmn-03 .inner {
  padding: 40px 50px 100px;
  background: #f4f4f1;
}
.sec-cmn-03 .inner .txt-cmn-01 {
  margin-top: 0;
  color: #959593;
}
.sec-cmn-03 .inner .box-content-cmn-01 .txt-cmn-03 {
  margin-top: 20px;
  line-height: 2;
}
.sec-cmn-03 .inner .box-content-cmn-01 .txt-cmn-03:first-of-type {
  margin-top: 10px;
}
.sec-cmn-03 .inner .box-content-cmn-02:not(:first-of-type) {
  margin-top: 50px;
}
.sec-cmn-03 .inner .box-content-cmn-02 .ttl-cmn-04 {
  margin-bottom: 20px;
}
.sec-cmn-03 .inner .img-cmn-01 {
  margin-top: 20px;
} /* sec-cmn-04
---------------------------------------------------------- */
.sec-cmn-04 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .sec-cmn-02 {
    margin-top: 50px;
  }
  .sec-cmn-03 {
    margin-top: 40px;
  }
  .sec-cmn-03 .inner {
    padding: 20px 25px 50px;
  }
  .sec-cmn-03 .inner .box-content-cmn-01 .txt-cmn-03 {
    margin-top: 10px;
  }
  .sec-cmn-03 .inner .img-cmn-01 {
    margin-top: 10px;
  }
  .sec-cmn-04 {
    margin-top: 30px;
  }
}
.sec-cmn-02:first-of-type {
  margin-top: 0;
}

/* section last margin */
section:last-of-type,
.sec-cmn-01:last-child,
.sec-cmn-02:last-child,
.sec-cmn-03:last-child,
.sec-cmn-04:last-child {
  margin-bottom: 0;
}

/* ==========================================================
 box
========================================================== */
.box-cmn-img-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.box-cmn-img-01 .item {
  width: 31.66667%;
}

@media screen and (max-width: 767px) {
  .box-cmn-img-01 .item {
    display: block;
    width: 100% !important;
    margin-top: 20px;
    text-align: center;
  }
  .box-cmn-img-01 .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-cmn-img-01 .item:nth-child(3n) {
    width: 100%;
    margin-left: 0;
  }
}
.box-cmn-img-01 .link-cmn-01 {
  margin-top: 20px;
}

/* box-cmn-card-01
---------------------------------------------------------- */
.box-cmn-card-01 .box-card-in {
  display: block;
  text-decoration: none;
}

.box-cmn-card-01 .image {
  margin-bottom: 5px;
}
.box-cmn-card-01 .image img {
  width: 100%;
}
.box-cmn-card-01 .ttl-main {
  position: relative;
  min-height: 40px;
  padding: 5px 40px 5px 44px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  text-decoration: underline;
}
.box-cmn-card-01.no-caption .box-card-in .ttl-main {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.box-cmn-card-01 .txt-num,
.box-cmn-card-02 .txt-num {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 42px;
  height: 40px;
  background: url("/n_mori/common/img/bg_ttl_01.png") no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
.box-cmn-card-01 .txt-num.bg-yellow {
  background: url("/n_mori/common/img/bg_ttl_02.png") no-repeat;
}
.box-cmn-card-01 .txt-num.bg-blue {
  background: url("/n_mori/common/img/bg_ttl_03.png") no-repeat;
}
.box-cmn-card-01 .txt-info {
  padding-top: 5px;
}

@media screen and (min-width: 768px) {
  .box-cmn-card-01 a.box-card-in:hover .ttl-main {
    text-decoration: none;
  }
  .box-cmn-card-01 a.box-card-in:hover .image {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .box-cmn-card-01 .ttl-main {
    min-height: 0;
    padding: 5px 25px;
    font-size: 14px;
    line-height: 1.4;
  }
  .box-cmn-card-01 .txt-num,
  .box-cmn-card-02 .txt-num {
    top: 4px;
    width: 21px;
    height: 20px;
    font-size: 10px;
    background-size: 21px 20px !important;
  }
  .box-cmn-card-01 .txt-info {
    line-height: 1.6;
  }
}

/* box-cmn-card-02
---------------------------------------------------------- */
.box-cmn-card-02 {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
}
.box-cmn-card-02 .box-image {
  -ms-flex: 0 0 400px;
  -webkit-flex: 0 0 400px;
  flex: 0 0 400px;
}
.box-cmn-card-02 .box-image img {
  width: 100%;
}
.box-cmn-card-02 .box-info {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 10px 0 0 15px;
  text-decoration: none;
}
a.box-cmn-card-02:hover {
  text-decoration: none;
}
.box-cmn-card-02 .ttl-main {
  position: relative;
  min-height: 40px;
  padding: 8px 0 5px 48px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: underline;
}
.box-cmn-card-02 .txt-num {
  background: url("/n_mori/common/img/bg_ttl_04.png") no-repeat;
}
.box-cmn-card-02 .txt-info {
  padding-top: 8px;
}

@media screen and (min-width: 768px) {
  a.box-cmn-card-02:hover .ttl-main {
    text-decoration: none;
  }
  a.box-cmn-card-02:hover .box-image {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .box-cmn-card-02 {
    display: block;
  }
  .box-cmn-card-02 .box-image {
    width: 100%;
    margin-bottom: 5px;
  }
  .box-cmn-card-02 .box-info {
    padding: 0;
  }
  .box-cmn-card-02 .ttl-main {
    min-height: 0;
    padding: 5px 25px;
    font-size: 14px;
    line-height: 1.4;
  }
  .box-cmn-card-02 .txt-info {
    padding-top: 5px;
    line-height: 1.6;
  }
}

/* box-cmn-card-04
---------------------------------------------------------- */
.box-cmn-card-04 {
  position: relative;
}
.box-cmn-card-04 .box-card-in {
  display: block;
  text-decoration: none;
}
.box-cmn-card-04 a.box-card-in:hover {
  text-decoration: none;
}
.box-cmn-card-04 .image img {
  width: 100%;
}
.box-cmn-card-04 .box-info {
  padding-top: 15px;
}
.box-cmn-card-04 .ttl-main {
  font-weight: bold;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .box-cmn-card-04 a.box-card-in:hover .image {
    opacity: 0.7;
  }
  .box-cmn-card-04 a.box-card-in:hover .ttl-main {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .box-cmn-card-04 .box-info {
    padding-top: 10px;
  }
  .box-cmn-card-04 .ttl-main {
    margin-bottom: 4px;
    font-size: 14px;
  }
}

/* box-cmn-card-05
---------------------------------------------------------- */
.box-cmn-card-05 {
  position: relative;
  background-color: #f4f4f1;
}
.box-cmn-card-05 .txt-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 80px;
  padding: 6px 5px;
  background-color: #0c0c0c;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
}
.box-cmn-card-05 .box-card-in {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
}
.box-cmn-card-05 .box-card-in .image {
  -ms-flex: 0 0 280px;
  -webkit-flex: 0 0 280px;
  flex: 0 0 280px;
}
.box-cmn-card-05 .box-card-in .image img {
  width: 100%;
}
.box-cmn-card-05 .box-info {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  padding: 15px 20px;
  letter-spacing: -0.5px;
}
.box-cmn-card-05 .box-info:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 22px;
  background: url("/n_mori/common/img/bg_edge_01.png") no-repeat;
  content: "";
}
.box-cmn-card-05 .box-info .ttl-main {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-decoration: underline;
}
.box-cmn-card-05 .box-info .txt-info {
  letter-spacing: -0.5px;
}
.box-cmn-card-05 .list-data {
  overflow: hidden;
  padding-top: 8px;
}
.box-cmn-card-05 .list-data dt {
  position: relative;
  float: left;
  width: 60px;
  padding-right: 5px;
  font-weight: bold;
}

/* 英語向けスタイル
        ****************************************/
.eng .box-cmn-card-05 .list-data dt {
  width: 157px;
}
/* タイ向けスタイル
        ****************************************/
.tha .box-cmn-card-05 .list-data dt {
  width: 115px;
}

.box-cmn-card-05 .list-data dt:after {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
}
.box-cmn-card-05 .list-data dd {
  overflow: hidden;
  padding-left: 12px;
}

@media screen and (min-width: 768px) {
  .box-cmn-card-05 .box-card-in:hover .ttl-main {
    text-decoration: none;
  }
  .box-cmn-card-05 .box-card-in:hover .image {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .box-cmn-card-05 .box-card-in {
    display: block;
  }
  .box-cmn-card-05 .box-info {
    position: relative;
    padding: 10px 15px;
    letter-spacing: normal;
  }
  .box-cmn-card-05 .box-info .ttl-main {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

/* box-img-text-01
---------------------------------------------------------- */
.box-img-text-01 {
  display: -ms-flex;
  display: -webki-flex;
  display: flex;
  margin-bottom: 50px;
}
.box-img-text-01 .box-image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 44.44%;
}
.box-img-text-01 .box-image img {
  max-width: 100%;
}
.box-img-text-01 .box-detail {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.box-img-text-01.img-right .box-image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.box-img-text-01.img-right .box-detail {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .box-img-text-01 {
    display: block;
    margin-bottom: 25px;
  }
  .box-img-text-01 .box-image {
    width: auto;
    margin-bottom: 15px;
    text-align: center;
  }
}

/* box-pagination-01
---------------------------------------------------------- */
.box-pagination-01 {
  overflow: hidden;
}
.box-pagination-01 .list-pager {
  float: right;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.box-pagination-01 .list-pager li {
  margin-left: 6px;
  font-size: 18px;
  line-height: 1.1;
}
.box-pagination-01 .list-pager .button {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #ddd7c9;
  font-size: 13px;
  text-decoration: none;
}
.box-pagination-01 .list-pager .button.is-active {
  background-color: #0c0c0c;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .box-pagination-01 .list-pager .button:hover {
    background-color: #0c0c0c;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .box-pagination-01 .list-pager li {
    margin-left: 5px;
    font-size: 14px;
  }
  .box-pagination-01 .list-pager .button {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

/* box-cmn-notice-01
---------------------------------------------------------- */
.box-cmn-notice-01 {
  margin-bottom: 60px;
}
.box-cmn-notice-01:last-child {
  margin-bottom: 0;
}
.box-cmn-notice-01 .box-title {
  padding: 17px 18px;
  background-color: #c74b2a;
}
.box-cmn-notice-01 .box-title .ttl-notice {
  position: relative;
  padding-left: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.box-cmn-notice-01 .box-title .ttl-notice:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: url("/n_mori/common/img/ico_important_03.png") no-repeat;
  content: "";
}
.box-cmn-notice-01 .box-info {
  padding: 25px 45px 80px;
  background-color: #f4f4f1;
  font-size: 16px;
  letter-spacing: -1px;
}
.box-cmn-notice-01 .box-info .txt-date {
  margin: 0 -20px 15px 0;
  color: #777;
  font-size: 13px;
  text-align: right;
  letter-spacing: normal;
}
.box-cmn-notice-01 .box-info > p {
  margin-bottom: 35px;
}
.box-cmn-notice-01 .box-info > p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .box-cmn-notice-01 {
    margin-bottom: 30px;
  }
  .box-cmn-notice-01 .box-title {
    padding: 5px 10px;
  }
  .box-cmn-notice-01 .box-title .ttl-notice {
    padding-left: 20px;
    font-size: 14px;
  }
  .box-cmn-notice-01 .box-title .ttl-notice:before {
    top: 3px;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
  }
  .box-cmn-notice-01 .box-info {
    padding: 10px 20px 40px;
    font-size: 12px;
    letter-spacing: normal;
  }
  .box-cmn-notice-01 .box-info .txt-date {
    margin: 0 0 10px;
    font-size: 11px;
  }
  .box-cmn-notice-01 .box-info > p {
    margin-bottom: 18px;
  }
}

/* ==========================================================
 hero
========================================================== */
/* hero-cmn-01
---------------------------------------------------------- */
.hero-cmn-01 {
  position: relative;
}
.hero-cmn-01:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3.4375%;
  background: url("/n_mori/img/bg_hero_frame_pc.png") bottom center no-repeat;
  background-size: cover;
  z-index: 2;
  content: "";
}
.hero-cmn-01 .image img {
  width: 100%;
}
.hero-cmn-01 .ttl-main {
  position: absolute;
  top: 50%;
  width: 100%;
  font-family: "Sawarabi Mincho";
  font-size: 45px;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0px 0px 16px rgba(145, 129, 98, 0.75),
    0px 0px 16px rgba(145, 129, 98, 0.75), 0px 0px 16px rgba(145, 129, 98, 0.75);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-cmn-01 .ttl-main .txt-eng {
  display: block;
  font-family: "Crimson Text";
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .hero-cmn-01:after {
    display: none;
  }
  .hero-cmn-01 .ttl-main {
    font-size: 28px;
  }
  .hero-cmn-01 .ttl-main .txt-eng {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .hero-cmn-01 .ttl-main {
    font-size: 22px;
  }
}

/* ==========================================================
 module
========================================================== */
/* mod-notice-01
---------------------------------------------------------- */
.mod-notice-01 {
  display: table;
  width: 100%;
  margin-bottom: 65px;
}
.mod-notice-01 .box-title {
  display: table-cell;
  width: 200px;
  padding: 8px 0;
  background-color: #aa6d65;
  vertical-align: top;
  text-align: center;
}
.mod-notice-01 .box-title .ico-notice {
  padding: 2px 0 0 28px;
  background: url("/n_mori/common/img/ico_important_01.png") left center
    no-repeat;
  font-family: "Sawarabi Mincho";
  font-size: 16px;
  color: #fff;
}
.mod-notice-01 .box-news {
  display: table-cell;
  padding: 8px 15px;
  background-color: #f6f4f2;
  vertical-align: middle;
  text-align: left;
}
.mod-notice-01 .box-news a {
  font-size: 16px;
  color: #0e0e0e;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .mod-notice-01 .box-news a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .mod-notice-01 {
    display: block;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  .mod-notice-01 .box-title {
    display: block;
    width: 100%;
    padding: 3px 0;
  }
  .mod-notice-01 .box-title .ico-notice {
    padding: 0 0 0 14px;
    background-size: 12px 12px;
    font-size: 14px;
  }
  .mod-notice-01 .box-news {
    display: block;
    padding: 5px 6px;
  }
  .mod-notice-01 .box-news a {
    font-size: 14px;
  }
}

/* mod-footer-banner
---------------------------------------------------------- */
.mod-footer-banner {
  position: relative;
  margin-bottom: 8px;
  padding: 30px 0;
  background-color: #f6f4f2;
}
.mod-footer-banner .box-inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.mod-footer-banner .box-bnr-slider {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-left: -24px;
}
.mod-footer-banner .box-bnr-slider .item {
  width: 16.667%;
  padding-left: 24px;
  outline: none;
}
.mod-footer-banner .box-bnr-slider .item img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mod-footer-banner .box-bnr-slider .item a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .mod-footer-banner {
    margin-bottom: 8px;
    padding: 15px 0;
  }
  .mod-footer-banner .box-inner {
    max-width: none;
    padding: 0;
  }
  .mod-footer-banner .box-bnr-slider {
    display: block;
    margin-left: 0;
    padding: 0 62px;
  }
  .mod-footer-banner .box-bnr-slider .item {
    width: 50%;
    padding: 0 10px;
    outline: none;
  }
  .mod-footer-banner .box-bnr-slider .slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    text-indent: -999px;
    outline: none;
  }
  .mod-footer-banner .box-bnr-slider .slick-prev {
    left: 10px;
    background: url("/n_mori/common/img/btn_prev_01.png") no-repeat;
    background-size: 25px 25px;
  }
  .mod-footer-banner .box-bnr-slider .slick-next {
    right: 10px;
    background: url("/n_mori/common/img/btn_next_01.png") no-repeat;
    background-size: 25px 25px;
  }
}

/* mod-card-list-01
---------------------------------------------------------- */
.mod-card-list-01 {
  position: relative;
  margin-bottom: 60px;
}
.mod-card-list-01 .box-card-slider {
  overflow: hidden;
  margin: -27px 0 0 -27px;
}
.mod-card-list-01 .box-card-slider .item {
  float: left;
  width: 25%;
  margin-top: 27px;
  padding-left: 27px;
  outline: none;
}
.mod-card-list-01 .box-card {
  position: relative;
  background-color: #f4f4f1;
}
.sec-top-01 .mod-card-list-01 .box-card {
  height: 422px;
}
.mod-card-list-01 .box-card.bg-white {
  background-color: #fff;
}
.mod-card-list-01 .box-card .box-card-in {
  display: block;
  height: 100%;
}
.mod-card-list-01 .box-card a.box-card-in {
  text-decoration: none;
  outline: none;
}
.mod-card-list-01 .box-card .image img {
  max-width: 280px;
  max-height: 212px;
  max-width: 100%;
}
.mod-card-list-01 .box-card .box-info {
  position: relative;
  padding: 15px;
}
.mod-card-list-01 .box-card .ttl-main {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: underline;
  height: auto !important;
}
.mod-card-list-01 .box-card .txt-date {
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}
.mod-card-list-01 .box-card .txt-desc {
  padding-top: 10px;
  font-size: 14px;
}
.mod-card-list-01 .box-card-in:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 18px;
  height: 22px;
  background: url("/n_mori/common/img/bg_edge_01.png") no-repeat;
  content: "";
}

.mod-card-list-01 .box-card .txt-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 5px 9px;
  background-color: #0c0c0c;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .mod-card-list-01 .box-card a.box-card-in:hover .ttl-main {
    text-decoration: none;
  }
  .mod-card-list-01 .box-card a.box-card-in:hover .image {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .mod-card-list-01 {
    margin-bottom: 15px;
  }
  .mod-card-list-01 .box-card {
    height: auto;
  }
  .mod-card-list-01 .box-card-slider {
    margin: 0 0 0 -20px;
    padding-bottom: 35px;
  }
  .mod-card-list-01 .box-card-slider .item {
    float: left;
    width: 50%;
    margin-top: 0;
    padding-left: 20px;
  }

  .mod-card-list-01 .box-card-slider .slick-arrow {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    outline: none;
    text-indent: -999px;
  }
  .mod-card-list-01 .box-card-slider .slick-prev {
    right: 30px;
    background: url("/n_mori/common/img/btn_prev_01.png") no-repeat;
    background-size: 25px 25px;
  }
  .mod-card-list-01 .box-card-slider .slick-next {
    right: 0;
    background: url("/n_mori/common/img/btn_next_01.png") no-repeat;
    background-size: 25px 25px;
  }
  .mod-card-list-01 .box-card .box-info {
    position: relative;
    padding: 7px 7px 10px;
  }
  .mod-card-list-01 .box-card .ttl-main {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.4;
  }
  .mod-card-list-01 .box-card .txt-date {
    font-size: 12px;
    line-height: 1.3;
  }
  .mod-card-list-01 .box-card .txt-desc {
    padding-top: 6px;
    font-size: 12px;
    line-height: 1.2;
  }
  .mod-card-list-01 .box-card .box-info.color-01:after {
    width: 9px;
    height: 11px;
    background-size: 9px 11px;
  }
  .mod-card-list-01 .box-card .txt-label {
    padding: 2px 5px;
  }

  .sec-top-01 .mod-card-list-01 .box-card {
    height: 300px;
  }
}

/* mod-news-01
---------------------------------------------------------- */
.mod-news-01 {
  margin-bottom: 40px;
}
.mod-news-01 .list-news {
}
.mod-news-01 .list-news li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 14px 0;
  border-bottom: 1px solid #c2c2c2;
}
.mod-news-01 .list-news li:last-child {
  border-bottom: none;
}
.mod-news-01 .list-news .box-date {
  -ms-flex: 0 0 120px;
  -webkit-flex: 0 0 120px;
  flex: 0 0 120px;
  padding-left: 6px;
}
.mod-news-01 .list-news .box-tag {
  -ms-flex: 0 0 120px;
  -webkit-flex: 0 0 120px;
  flex: 0 0 120px;
}
.mod-news-01 .list-news .box-info {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 15px;
}
.mod-news-01 .list-news .box-info a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .mod-news-01 .list-news .box-info a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .mod-news-01 {
    margin-bottom: 25px;
  }
  .mod-news-01 .list-news li {
    display: block;
    padding: 8px 0 4px;
    font-size: 12px;
  }
  .mod-news-01 .list-news .box-date {
    display: none;
  }
  .mod-news-01 .list-news .box-tag {
    margin-bottom: 5px;
  }
  .mod-news-01 .list-news .box-info {
    padding: 0;
    line-height: 1.8;
  }
}

.mod-sns-share {
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 5;
  padding-top: 90px;
}
.mod-sns-share .btn-link {
  display: block;
  width: 40px;
  padding: 15px 0 10px;
  background: #899461;
  color: #fff;
}
.mod-sns-share .btn-link span {
  padding-top: 20px;
  background: url("/n_mori/common/img/ico_bullet_02.png") top center no-repeat;
  font-size: 18px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.mod-sns-share .list-sns {
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 5;
  backface-visibility: hidden;
}
.mod-sns-share .list-sns li {
  margin-bottom: 5px;
}
.mod-sns-share .list-sns .button {
  display: block;
  width: 40px;
  height: 40px;
}
.mod-sns-share .list-sns .btn-sns {
  background: url("/n_mori/common/img/ico_share_01.png") #000 center center
    no-repeat;
}
.mod-sns-share .list-sns .btn-help {
  background: url("/n_mori/common/img/ico_question_01.png") #000 center center
    no-repeat;
}

@media screen and (min-width: 768px) {
  .mod-sns-share .list-sns a:hover,
  .mod-sns-share .btn-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .mod-sns-share {
    display: none;
  }
}

.mod-sns-colorbox {
  display: none;
}

.mod-sns-colorbox #cboxClose {
  display: none !important;
}

#inline-content {
  margin: 30px 70px 50px;
}

#inline-content ul {
  margin-bottom: 30px;
}

#inline-content li {
  float: left;
  margin-right: 45px;
  font-family: "Noto Serif";
  font-size: 16px;
  text-align: center;
}

#inline-content li:last-child {
  margin-right: 0;
}

#inline-content figcaption {
  margin-top: 5px;
}

#inline-content li:hover img {
  opacity: 0.7;
}

.ttl-sns-01 {
  margin-bottom: 40px;
  font-family: "Sawarabi Mincho";
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}
.ttl-sns-01 .ttl-inner {
  position: relative;
  display: inline-block;
}
.ttl-sns-01 .txt-eng {
  display: block;
  font-family: "Noto Serif";
  font-size: 20px;
}

.btn-close-01 {
  position: relative;
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 7px 40px;
  background-color: #fff;
  border: 1px solid #000;
  font-family: "Sawarabi Mincho";
  font-size: 18px;
  text-align: center;
  text-decoration: none !important;
}
.btn-close-01:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 16px;
  margin-top: -8px;
  background: url("/n_mori/common/img/ico_arrow_right_01.png") no-repeat;
  content: "";
}

.btn-close-01:hover {
  opacity: 0.7;
}

.ico-sns {
  padding-left: 35px;
}
.ico-sns:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 27px;
  background: url("/n_mori/common/img/ico_sns_01.png") no-repeat;
  background-size: 25px 27px;
  content: "";
}

/* mod-useful-list
---------------------------------------------------------- */
.mod-useful-list {
  margin: -20px -30px 0;
  text-align: center;
}
.mod-useful-list li {
  display: inline-block;
  margin: 20px 15px 0;
  vertical-align: top;
}
.mod-useful-list .box-useful {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 200px;
  height: 133px;
  padding: 0 2px;
  background-color: #f4f4f1;
  border: 1px solid #777;
  text-decoration: none;
}
.mod-useful-list .box-useful .text {
  padding-top: 50px;
  font-family: "Sawarabi Mincho";
  font-size: 14px;
  line-height: 1.1;
}
.mod-useful-list .box-useful .icon-01 {
  background: url("/n_mori/img/ico_useful_01.png") center 4px no-repeat;
}
.mod-useful-list .box-useful .icon-02 {
  background: url("/n_mori/img/ico_useful_02.png") center top no-repeat;
}
.mod-useful-list .box-useful .icon-03 {
  background: url("/n_mori/img/ico_useful_03.png") center top no-repeat;
}
.mod-useful-list .box-useful .icon-04 {
  background: url("/n_mori/img/ico_useful_04.png") center top no-repeat;
}
.mod-useful-list .box-useful .icon-05 {
  background: url("/n_mori/img/ico_useful_05.png") center 5px no-repeat;
}
.mod-useful-list .box-useful .icon-06 {
  margin-top: -5px;
  padding-top: 55px;
  background: url("/n_mori/img/ico_useful_06.png") center top no-repeat;
}
.mod-useful-list .box-useful .icon-07 {
  background: url("/n_mori/img/ico_useful_07.png") center top no-repeat;
}

@media screen and (min-width: 768px) {
  .mod-useful-list .box-useful:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .mod-useful-list {
    margin: -15px -5px 25px;
  }
  .mod-useful-list li {
    margin: 15px 5px 0;
  }
  .mod-useful-list .box-useful {
    width: 75px;
    height: 65px;
    padding: 0;
  }
  .mod-useful-list .box-useful .text {
    padding-top: 25px;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .mod-useful-list .box-useful .icon-01 {
    background-size: 15px 19px;
    background-position: center top;
  }
  .mod-useful-list .box-useful .icon-01 {
    background-size: 15px 19px;
  }
  .mod-useful-list .box-useful .icon-02 {
    background-size: 16px 23px;
  }
  .mod-useful-list .box-useful .icon-03 {
    background-size: 21px 21px;
  }
  .mod-useful-list .box-useful .icon-04 {
    background-size: 20px 20px;
  }
  .mod-useful-list .box-useful .icon-05 {
    background-size: 28px 20px;
  }
  .mod-useful-list .box-useful .icon-06 {
    padding-top: 30px;
    background-size: 18px 24px;
  }
  .mod-useful-list .box-useful .icon-07 {
    background-size: 28px 24px;
  }
}

/* mod-side-calendar
---------------------------------------------------------- */
.mod-side-calendar {
  margin-bottom: 20px;
  padding-bottom: 45px;
  background: url("/n_mori/common/img/bg_pattern_01.png") repeat;
}
.mod-side-calendar .box-title {
  margin-bottom: 15px;
  padding: 55px 0 0 60px;
  background: url("/n_mori/common/img/bg_calendar_01.png") top center no-repeat;
  line-height: 1.3;
  font-weight: 700;
}
.mod-side-calendar .box-title .txt-eng {
  padding-left: 5px;
  font-family: "Noto Serif";
  font-size: 15px;
}
.mod-side-calendar .box-title .ttl-main {
  font-family: "Sawarabi Mincho";
  font-size: 20px;
  letter-spacing: -0.5px;
}
.mod-side-calendar .box-calendar {
  padding: 0 25px;
}
.mod-side-calendar .box-calendar .box-control {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.1;
}
.mod-side-calendar .box-calendar .box-control .button {
  display: inline-block;
  width: 53px;
  padding: 5px 0 4px;
  background-color: #1d1d1c;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}
.mod-side-calendar .box-calendar .box-control .txt-year {
  font-size: 13px;
}
.mod-side-calendar .box-calendar .box-control .txt-month {
  font-size: 17px;
  font-weight: bold;
}
.mod-side-calendar .table-cenlendar-date {
  width: 100%;
  margin-bottom: 15px;
  table-layout: fixed;
}
.mod-side-calendar .table-cenlendar-date th {
  width: 14.286%;
  padding: 0 1px 5px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
.mod-side-calendar .table-cenlendar-date .name {
  display: block;
  height: 23px;
  background-color: #d9cdbb;
}
.mod-side-calendar .table-cenlendar-date .name.sun {
  background-color: #eab4a4;
  color: #dc3737;
}
.mod-side-calendar .table-cenlendar-date .name.sat {
  background-color: #b5ccd5;
  color: #468fb5;
}
.mod-side-calendar .table-cenlendar-date td {
  padding: 3px 0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.mod-side-calendar .table-cenlendar-date .day {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border-radius: 20px;
}
.mod-side-calendar .table-cenlendar-date a.day {
  text-decoration: underline;
}
.mod-side-calendar .table-cenlendar-date .day.sun {
  color: #dc3737;
}
.mod-side-calendar .table-cenlendar-date .day.sat {
  color: #468fb5;
}
.mod-side-calendar .table-cenlendar-date .day.event {
  background-color: #f5bb7e;
}
.mod-side-calendar .table-cenlendar-date .day.close {
  background-color: #dbd5c8;
}
.mod-side-calendar .box-calendar-info {
  padding: 10px 0;
  border-top: 1px solid #e1e1d4;
}
.mod-side-calendar .box-calendar-info .list-info {
  font-size: 13px;
  color: #000;
  white-space: nowrap;
}
.mod-side-calendar .box-calendar-info .list-info li {
  position: relative;
  padding-left: 25px;
}
.mod-side-calendar .box-calendar-info .list-info li:last-child {
  padding-left: 38px;
}
.mod-side-calendar .box-calendar-info .list-info .ico-event:before,
.mod-side-calendar .box-calendar-info .list-info .ico-close:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 20px;
  background-color: #f5bb7e;
  content: "";
}
.mod-side-calendar .box-calendar-info .list-info .ico-close:before {
  background-color: #dbd5c8;
}
.mod-side-calendar .btn-calendar {
  width: 200px;
  padding: 4px 25px;
  font-family: "Sawarabi Mincho";
  font-size: 14px;
}
.mod-side-calendar .btn-calendar:after {
  right: 5px;
  width: 15px;
  height: 11px;
  margin-top: -5px;
  background-size: 15px 11px;
}

@media screen and (min-width: 768px) {
  .mod-side-calendar .box-calendar .box-control .button:hover {
    opacity: 0.7;
  }
  .mod-side-calendar .table-cenlendar-date .day.event:hover {
    text-decoration: none;
  }
}

/* mod-side-links
---------------------------------------------------------- */
.mod-side-links {
  margin-bottom: 40px;
}
.mod-side-links:last-child {
  margin-bottom: 0;
}
.mod-side-links li {
  margin-bottom: 15px;
}
.mod-side-links li:last-child {
  margin-bottom: 0;
}
.mod-side-links li img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mod-side-links li a:hover {
    opacity: 0.7;
  }
}

/* ==========================================================
 title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  margin-bottom: 50px;
  font-family: "Sawarabi Mincho";
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
.ttl-cmn-01 .ttl-inner {
  position: relative;
  display: inline-block;
}
.ttl-cmn-01 .txt-eng {
  display: block;
  font-family: "Noto Serif";
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-01 {
    margin-bottom: 15px;
    font-size: 21px;
  }
  .ttl-cmn-01 .txt-eng {
    font-size: 15px;
  }
}

/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
  position: relative;
  margin-bottom: 25px;
  padding-left: 40px;
  font-family: "Sawarabi Mincho";
  font-size: 26px;
  line-height: 1.6;
}
.ttl-cmn-02 .txt-eng {
  padding-left: 6px;
  font-family: "Noto Serif";
  font-size: 16px;
}
.ttl-cmn-02:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.ttl-cmn-02.ico-home:before {
  top: 7px;
  width: 32px;
  height: 26px;
  background: url("/n_mori/common/img/ico_home_03.png") no-repeat;
}
.ttl-cmn-02.ico-calendar:before {
  top: 0px;
  width: 34px;
  height: 36px;
  background: url("/n_mori/common/img/ico_calendar_02.png") no-repeat;
}
.ttl-cmn-02.ico-look:before {
  top: 1px;
  width: 32px;
  height: 34px;
  background: url("/n_mori/common/img/ico_look_01.png") no-repeat;
}
.ttl-cmn-02.ico-building:before {
  top: 5px;
  width: 34px;
  height: 27px;
  background: url("/n_mori/common/img/ico_building_01.png") no-repeat;
}
.ttl-cmn-02.ico-newspaper:before {
  top: 5px;
  width: 32px;
  height: 30px;
  background: url("/n_mori/common/img/ico_newspaper_01.png") no-repeat;
}
.ttl-cmn-02.ico-pc:before {
  top: 4px;
  width: 32px;
  height: 28px;
  background: url("/n_mori/common/img/ico_pc_02.png") no-repeat;
}
.ttl-cmn-02.ico-important:before {
  top: 3px;
  width: 36px;
  height: 36px;
  background: url("/n_mori/common/img/ico_important_02.png") no-repeat;
}
.ttl-cmn-02.ico-info:before {
  top: 4px;
  width: 32px;
  height: 28px;
  background: url("/n_mori/common/img/ico_info_01.png") no-repeat center center;
}
.ttl-cmn-02.ico-society:before {
  top: 4px;
  width: 32px;
  height: 28px;
  background: url("/n_mori/common/img/ico_society_01.png") no-repeat center
    center;
}
.ttl-cmn-02.ico-gallery:before {
  width: 34px;
  height: 32px;
  background: url("/n_mori/common/img/ico_gallery_01.png") no-repeat;
  background-size: 34px 32px;
}
.ttl-cmn-02.ico-handmade:before {
  width: 38px;
  height: 34px;
  background: url("/n_mori/common/img/ico_handmade_01.png") no-repeat;
  background-size: 38px 34px;
}
.ttl-cmn-02.ico-contact:before {
  width: 35px;
  height: 26px;
  background: url("/n_mori/common/img/ico_contact_01.png") no-repeat;
  background-size: 35px 26px;
  top: 7px;
}
.ttl-cmn-02.ico-photo:before {
  width: 28px;
  height: 28px;
  background: url("/n_mori/common/img/ico_photo_01.png") no-repeat;
  background-size: 28px 28px;
  top: 7px;
}
.ttl-cmn-02.ico-eat {
  padding-left: 48px;
}
.ttl-cmn-02.ico-eat:before {
  width: 35px;
  height: 35px;
  background: url("/n_mori/common/img/ico_eat_01.png") no-repeat;
  background-size: 35px 35px;
}
.ttl-cmn-02.ico-sitemap:before {
  width: 33px;
  height: 34px;
  background: url("/n_mori/common/img/ico_sitemap_01.png") no-repeat;
  background-size: 33px 34px;
}
.ttl-cmn-02.ico-question:before {
  width: 29px;
  height: 35px;
  background: url("/n_mori/common/img/ico_question_02.png") no-repeat;
  background-size: 29px auto;
}
.ttl-cmn-02.ico-tel02 {
  padding-left: 55px;
}
.ttl-cmn-02.ico-tel02:before {
  width: 42px;
  height: 42px;
  background: url("/n_mori/common/img/ico_tel_02.png") no-repeat;
  background-size: 42px 42px;
}
.ttl-cmn-02.ico-fukurou {
  padding-left: 70px;
}
.ttl-cmn-02.ico-fukurou:before {
  margin-top: -50px;
  width: 69px;
  height: 81px;
  background: url("/n_mori/others/img/kids/ico_fukurou.png") no-repeat;
  background-size: 69px 81px;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-02 {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
  .ttl-cmn-02.ico-home:before {
    top: 6px;
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
  }
  .ttl-cmn-02.ico-calendar:before {
    top: 6px;
    width: 17px;
    height: 18px;
    background-size: 17px 18px;
  }
  .ttl-cmn-02.ico-look:before {
    top: 6px;
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
  }
  .ttl-cmn-02.ico-pc:before {
    top: 6px;
    width: 16px;
    height: 14px;
    background-size: 16px 14px;
  }
  .ttl-cmn-02.ico-important:before {
    top: 4px;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
  .ttl-cmn-02.ico-info:before {
    top: 6px;
    width: 16px;
    height: 14px;
    background-size: 16px 14px;
  }
  .ttl-cmn-02.ico-society:before {
    top: 2px;
    width: 17px;
    height: 21px;
    background-size: 17px auto;
  }
  .ttl-cmn-02.ico-gallery {
    padding-left: 30px;
  }
  .ttl-cmn-02.ico-gallery:before {
    width: 25px;
    height: 26px;
    background-size: 25px auto;
  }
  .ttl-cmn-02.ico-handmade {
    padding-left: 30px;
  }
  .ttl-cmn-02.ico-handmade:before {
    width: 27px;
    height: 22px;
    background-size: 27px 22px;
  }
  .ttl-cmn-02.ico-contact {
    padding-left: 30px;
  }
  .ttl-cmn-02.ico-contact:before {
    width: 26px;
    height: 20px;
    background-size: 26px auto;
    top: 3px;
  }
  .ttl-cmn-02.ico-photo {
    padding-left: 30px;
  }

  .ttl-cmn-02.ico-photo:before {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    top: 0;
  }
  .ttl-cmn-02.ico-eat {
    padding-left: 30px;
  }
  .ttl-cmn-02.ico-eat:before {
    width: 22px;
    height: 25px;
    background-size: 22px auto;
  }
  .ttl-cmn-02.ico-tel02 {
    padding-left: 30px;
  }
  .ttl-cmn-02.ico-tel02:before {
    width: 22px;
    height: 22px;
    background-size: 22px auto;
  }
  .ttl-cmn-02.ico-sitemap {
    padding-left: 30px;
  }
  .ttl-cmn-02.ico-sitemap:before {
    width: 21px;
    height: 22px;
    background-size: 21px auto;
  }
  .ttl-cmn-02.ico-question {
    padding-left: 30px;
  }
  .ttl-cmn-02.ico-question::before {
    top: 3px;
    left: 8px;
    width: 20px;
    height: 22px;
    background-size: 19px auto;
  }
  .ttl-cmn-02.ico-building {
    padding-left: 30px;
  }
  .ttl-cmn-02.ico-building:before {
    width: 24px;
    height: 22px;
    background-size: 24px auto;
  }
  .ttl-cmn-02.ico-newspaper {
    padding-left: 30px;
  }
  .ttl-cmn-02.ico-newspaper:before {
    width: 24px;
    height: 22px;
    background-size: 24px auto;
  }
}

/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
  position: relative;
  margin-bottom: 25px;
  padding-left: 18px;
  font-family: "Sawarabi Mincho";
  font-size: 20px;
  line-height: 1.4;
}
.ttl-cmn-03:before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 5px;
  background-color: #1d1d1c;
  content: "";
}
.ttl-cmn-03.no-icon {
  padding-left: 0;
}
.ttl-cmn-03.no-icon:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-03 {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 16px;
  }
  .ttl-cmn-03:before {
    top: 3px;
    bottom: 3px;
    width: 3px;
  }
}

/* ttl-cmn-04
---------------------------------------------------------- */
.ttl-cmn-04 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
  margin-top: 30px;
}

/* ttl-cmn-05
---------------------------------------------------------- */
.ttl-cmn-05 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
  margin-top: 30px;
}

/* ttl-cmn-06
---------------------------------------------------------- */
.ttl-cmn-06 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-06 {
    font-size: 18px;
  }
}

/* ==========================================================
 text
========================================================== */
/* txt-tag-01
---------------------------------------------------------- */
.txt-tag-01 {
  display: inline-block;
  width: 120px;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #fff;
  font-family: "Sawarabi Mincho";
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}
.txt-cmn-04 {
  margin-top: 15px;
}
.txt-cmn-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.eng .txt-cmn-indent {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

@media screen and (max-width: 767px) {
  .txt-tag-01 {
    width: auto;
    min-width: 90px;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1.1;
  }
}
.txt-cmn-01 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .txt-cmn-01 {
    line-height: 1.75;
  }
}

.txt-cmn-02 {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .txt-cmn-02 {
    line-height: 1.75;
  }
}
.txt-cmn-03 {
  font-size: 16px;
}

.txt-red-01 {
  color: #ff0000;
}
/* ==========================================================
 list
========================================================== */
/* list-cmn
---------------------------------------------------------- */
.list-cmn {
}
.list-cmn li {
}
/* ==========================================================
 table
========================================================== */
/* table-cmn-01
---------------------------------------------------------- */
.table-cmn-01 {
  width: 100%;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.table-cmn-01 th,
.table-cmn-01 td {
  border-bottom: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  padding: 15px 36px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table-cmn-01 th,
  .table-cmn-01 td {
    padding: 15px;
  }
}
.table-cmn-01 th {
  background: #e4e4d7;
  font-weight: bold;
  padding: 15px 30px 15px 40px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .table-cmn-01 th {
    width: auto;
    padding: 15px;
  }
}
.table-cmn-01 td {
  background: #f4f4f1;
}

/* ==========================================================
 button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
.btn-cmn-01,
.btn-cmn-01-l {
  position: relative;
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 7px 40px;
  background-color: #fff;
  border: 1px solid #000;
  font-family: "Sawarabi Mincho";
  font-size: 18px;
  text-align: center;
  text-decoration: none !important;
}
.type-look-01 {
  width: 610px;
}
.btn-cmn-01-l {
  background-color: #f4f4f1;
}
.btn-cmn-01:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 16px;
  margin-top: -8px;
  background: url("/n_mori/common/img/ico_arrow_right_01.png") no-repeat;
  content: "";
}

.btn-cmn-01-l:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 22px;
  height: 16px;
  margin-top: -8px;
  background: url("/n_mori/common/img/ico_arrow_left_01.png") no-repeat;
  content: "";
}

@media screen and (min-width: 768px) {
  .btn-cmn-01:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .btn-cmn-01,
  .btn-cmn-01-l {
    width: auto;
    padding: 2px 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .btn-cmn-01:after,
  .btn-cmn-01-l:before {
    width: 11px;
    height: 8px;
    margin-top: -4px;
    background-size: 11px 8px;
  }
}
/* btn-cmn
---------------------------------------------------------- */
.btn-cmn-02 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 7px 40px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font-family: "Sawarabi Mincho";
  font-size: 18px;
  text-align: center;
  text-decoration: none !important;
}
.btn-cmn-02:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 16px;
  margin-top: -8px;
  background: url("/n_mori/common/img/ico_arrow_right_03.png") no-repeat;
  content: "";
}



/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
  text-align: right;
}
/* pagetop-btn
---------------------------------------------------------- */
.pagetop {
  position: fixed;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 1%;
  margin-left: auto;
}

.pagetop a {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background-color: #899461;
}

.pagetop span {
  position: absolute;
  top: 30px;
  left: 32px;
  display: block;
  height: 10px;
}
.pagetop span::before,
.pagetop span::after {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 2px;
  background-color: #fff;
}

.pagetop span::before {
  right: -2px;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}

.pagetop span::after {
  left: -2px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-blank-01 {
  display: inline-block;
  text-decoration: underline;
}
.link-blank-01:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background: url("/n_mori/common/img/ico_window_02.png") no-repeat;
  content: "";
}

@media screen and (min-width: 768px) {
  .link-blank-01:hover {
    text-decoration: none;
  }
}

/* ==========================================================
 icon
========================================================== */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn {
}
/* ==========================================================
 figure
========================================================== */
/* fig-cmn
---------------------------------------------------------- */
.fig-cmn {
}
/* ==========================================================
 image
========================================================== */
/* img-cmn-adjust
---------------------------------------------------------- */
.img-cmn-adjust {
}
.img-cmn-01 {
}
.img-cmn-01 img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .img-cmn-01 img {
    width: 100%;
  }
}

/* ==========================================================
 data list
========================================================== */
.dl-cmn-01 {
  border-top: 1px solid #c2c2c2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dl-cmn-01 .title,
.dl-cmn-01 .detail {
  padding: 14px 0;
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .dl-cmn-01 .title,
  .dl-cmn-01 .detail {
    padding: 10px 0;
  }
}
.dl-cmn-01 .title {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .dl-cmn-01 .title {
    width: 30%;
    line-height: 1.75;
  }
}
.dl-cmn-01 .detail {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .dl-cmn-01 .detail {
    width: 70%;
    padding-left: 20px;
    line-height: 1.75;
  }
}

.dl-cmn-02 {
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  display: table;
  width: 100%;
}
.dl-cmn-02-row {
  display: table-row;
}

.dl-cmn-02 .title,
.dl-cmn-02 .detail-1,
.dl-cmn-02 .detail-2 {
  display: table-cell;
  padding: 14px 5px 14px 10px;
  border-left: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .dl-cmn-02 .title,
  .dl-cmn-02 .detail-1,
  .dl-cmn-02 .detail-2 {
    padding: 10px;
  }
}
.dl-cmn-02 .hl {
  padding-right: 14px;
  background-color: #f4f4f1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dl-cmn-02 .hl {
    padding-right: 10px;
  }
}
.dl-cmn-02 .title {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .dl-cmn-02 .title {
  }
}
.dl-cmn-02 .detail-1 {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .dl-cmn-02 .detail-1 {
  }
}
.dl-cmn-02 .detail-2 {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .dl-cmn-02 .detail-2 {
  }
}

/* ==========================================================
 form
========================================================== */
/* base Form
---------------------------------------------------------- */
.box-cmn-form {
  background-color: #f4f4f1;
  position: relative;
}
.box-form-group {
  width: 100%;
  padding: 30px;
  display: table;
}
.box-form-group.type-02 {
  padding: 30px 15px;
}

.box-form-group:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.box-form-group .box-label,
.box-form-group .box-content {
  display: table-cell;
  vertical-align: middle;
}
.box-form-group .box-label.align-top,
.box-form-group .box-content.align-top {
  vertical-align: top;
}
.box-form-group .box-label.align-top {
  padding-top: 5px;
}
.box-form-group .box-label,
.travel .box-form-group .box-label {
  width: 235px;
  padding: 0 60px 0 30px;
  text-align: left;
}
.travel .box-form-group .box-label {
  width: 205px;
  padding: 0 30px;
}
.box-form-group .txt-label {
  font-weight: bold;
}
.pay-money__contents .txt-label {
  font-weight: bold;
}
.box-form-group .box-content {
  width: calc(100% - 235px);
}
/* Others -> travel.html */
.travel .box-form-group .box-content {
  width: calc(100% - 205px);
}
.box-form-group .box-confirm {
  text-align: center;
  margin-bottom: 60px;
}
.box-confirm.fixed-left-space {
  margin-left: 0 !important;
}

.break-critical {
  display: none;
}
@media screen and (min-width: 980px) and (max-width: 1170px) {
  .break-critical {
    margin-top: 10px;
    display: block;
  }
}

@media screen and (min-width: 1170px) {
  .box-confirm.fixed-left-space {
    margin-left: 40px !important;
  }
}

/* box submit */
.box-form-group .box-submit {
  margin-bottom: 30px;
}
.box-form-group .box-submit .btn-cmn-01,
.box-form-group .box-submit .btn-cmn-01-l {
  max-width: 400px;
  width: 100%;
}

/* form link */
.box-form-group a {
  text-decoration: underline;
}
.box-form-group a:hover {
  text-decoration: none;
}

/* autofill button */
.box-form-group .btn-autofill {
  width: auto;
  line-height: 35px;
  margin-left: 25px;
  padding: 0 16px;
  background-color: #e2ddd1;
  border: none;
  text-align: center;
  text-decoration: none;
  height: 35px;
  font-weight: bold;
  display: inline-block;
}
.box-form-group .btn-autofill:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .box-form-group,
  .box-form-group.type-02 {
    padding: 15px;
  }
  .box-form-group .box-confirm {
    margin-bottom: 30px;
  }
  .box-form-group .box-submit {
    margin-bottom: 15px;
  }
  .box-form-group .box-label,
  .box-form-group .box-content,
  .travel .box-form-group .box-label,
  .travel .box-form-group .box-content {
    width: 100%;
    display: block;
  }
  .box-form-group .box-label,
  .travel .box-form-group .box-label {
    padding: 10px 0;
  }
  .box-form-group .btn-autofill {
    margin-left: 10px;
  }
}

/* 変更追加分 */
.box-form-group.type-03 {
  padding: 30px 10px 30px 40px;
}

.box-form-group.type-04 {
  border-bottom: none;
}

.coupon-kinds {
  padding: 10px 30px;
  margin-bottom: 10px;
}

.box-form-pay-money {
  width: 100%;
  padding: 0 30px 0 28%;
  display: table;
}

.pay-money__about {
}

.pay-money__contents {
  width: 100%;
  margin-top: 20px;
}

/* .pay-money__about-text {
  padding: 0 30px;
} */

.box-pay-contents {
  margin-top: 20px;
}

.box-form-group.type-03.--flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .box-form-group.type-03 {
    padding: 15px 0 0 0;
  }

  .box-form-group.type-03 .box-label-group {
    padding-bottom: 10px;
  }

  .coupon-kinds {
    padding: 10px 30px;
  }

  .box-form-pay-money {
    width: 100%;
    padding: 0 15px;
    display: table;
  }

  .pay-money__about-text {
    padding: 0;
  }

  .pay-money__contents {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .box-form-group.type-03.--flex {
    flex-direction: column;
  }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .box-form-group {
    padding: 15px;
  }
}

/* from-control
---------------------------------------------------------- */
.form-control {
  max-width: 500px;
  width: 100%;
  outline: 0;
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.form-control.w-50 {
  max-width: 50px;
  display: inline-block;
}
.form-control.w-60 {
  max-width: 60px;
  display: inline-block;
}
.form-control.w-70 {
  max-width: 70px;
  display: inline-block;
}
.form-control.w-80 {
  max-width: 80px;
  display: inline-block;
}
.form-control.w-90 {
  max-width: 90px;
  display: inline-block;
}
.form-control.w-100 {
  max-width: 100px;
  display: inline-block;
}
.form-control.w-110 {
  max-width: 110px;
  display: inline-block;
}

.form-control.w-200 {
  max-width: 200px;
  display: inline-block;
}
textarea.form-control {
  min-height: 200px;
}
.form-control:focus {
  border-color: #0c0c0c;
}

@media screen and (max-width: 767px) {
  .form-control.w-50.long-width {
    max-width: 21.5%;
  }
  .form-control.w-60 {
    max-width: 70px;
  }
  .form-control.w-70 {
    max-width: 70px;
  }
  .form-control.w-80 {
    max-width: 55px;
  }
  .form-control.w-90 {
    max-width: 70px;
  }
  .form-control.w-100 {
    max-width: 74px;
  }
  .form-control.w-110 {
    max-width: 90px;
  }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .form-control.w-50.long-width {
    max-width: 21.5%;
  }
  .form-control.w-60 {
    max-width: 70px;
  }
  .form-control.w-70 {
    max-width: 70px;
  }
  .form-control.w-80 {
    max-width: 55px;
  }
  .form-control.w-90 {
    max-width: 70px;
  }
  .form-control.w-100 {
    max-width: 74px;
  }
  .form-control.w-110 {
    max-width: 90px;
  }
}

/* select
---------------------------------------------------------- */
select,
select.form-control {
  max-width: 400px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
}
select::-ms-expand {
  display: none !important;
}
select {
  background-image: url("/n_mori/common/img/ico_arrow_down_02.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
@media screen and (max-width: 767px) {
  select,
  select.form-control {
    font-size: 12px;
  }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  select {
    background-size: 10px auto;
    background-position: calc(100% - 8px) center;
    padding: 0 8px !important;
  }
}

/* checkbox
---------------------------------------------------------- */
input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
label.label-check {
  font-weight: bold;
  padding-left: 20px;
  height: 12px;
  display: inline-block;
  line-height: 12px;
  background-repeat: no-repeat;
  background-position: 0 -12px;
  background-image: url("/n_mori/common/img/img_sprite_01.png");
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}
label.label-check.type-02 {
  height: 17px;
  line-height: 17px;
  background-position: 0 -17px;
  background-image: url("/n_mori/common/img/img_sprite_02.png");
}
input[type="checkbox"].inp-checkbox:checked + label.label-check {
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  label.label-check {
    font-size: 12px;
  }
}

/* radio
---------------------------------------------------------- */
/* checkbox
---------------------------------------------------------- */
input[type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
label.label-radio-check {
  font-weight: bold;
  padding-left: 20px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 -16px;
  background-image: url("/n_mori/common/img/img_sprite_03.png");
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"].inp-radio:checked + label.label-radio-check {
  background-position: 0 0;
}

/* textarea
---------------------------------------------------------- */
textarea {
  overflow: auto;
  resize: none;
  vertical-align: top;
}

/* form-utilities
---------------------------------------------------------- */
.box-form-group .txt-divider {
  font-weight: bold;
  padding: 0 15px;
  display: inline-block;
}
.box-form-group .txt-divider-02 {
  padding: 0 18px 0 6px;
  display: inline-block;
}
.txt-label > .is-required {
  color: #cf0000;
}
.box-form-group .txt-desc {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .box-form-group .txt-divider {
    padding: 0 5px;
  }
  .box-form-group .txt-divider-02 {
    padding: 0 6px 0 6px;
  }
}

/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity {
  -ms-filter: "alpha( opacity=100)";
  opacity: 1;
}
.is-opacity:hover {
  -ms-filter: "alpha( opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/* css animation 
---------------------------------------------------------- */
.is-animate {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* css bold 
---------------------------------------------------------- */
.is-bold {
  font-weight: bold !important;
}
/* css is-left 
---------------------------------------------------------- */
.is-left {
  margin: 0 !important;
}
/* ==========================================================
 style
========================================================== */
.s-txt-underline {
  text-decoration: underline;
}
.s-txt-info {
  color: #0097df;
}
.s-txt-danger {
  color: #ff0000;
}
.s-txt-danger-02 {
  color: #cf0000;
}
.s-fw-n {
  font-weight: normal !important;
}
.s-fw-b {
  font-weight: bold !important;
}
.s-ta-l {
  text-align: left !important;
}
.s-ta-c {
  text-align: center !important;
}
.s-ta-r {
  text-align: right !important;
}
.s-va-t {
  vertical-align: top !important;
}
.s-va-m {
  vertical-align: middle !important;
}
.s-va-b {
  vertical-align: bottom !important;
}
.s-ov-h {
  overflow: hidden;
}
.s-clear {
  clear: both;
}
.s-hide {
  display: none;
}
.s-txt-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.s-bg-n {
  background: none !important;
}
.s-mt-00 {
  margin-top: 0 !important;
}
.s-mt-20 {
  margin-top: 20px !important;
}
.s-mt-30 {
  margin-top: 30px !important;
}
.s-mb-00 {
  margin-bottom: 0 !important;
}
.s-mb-05 {
  margin-bottom: 5px !important;
}
.s-mb-10 {
  margin-bottom: 10px !important;
}

.s-mb-15 {
  margin-bottom: 15px !important;
}
.s-mb-20 {
  margin-bottom: 20px !important;
}
.s-mb-30 {
  margin-bottom: 30px !important;
}
.s-mb-40 {
  margin-bottom: 40px !important;
}
.s-mb-50 {
  margin-bottom: 50px !important;
}
.s-mb-60 {
  margin-bottom: 60px !important;
}
.s-mb-70 {
  margin-bottom: 70px !important;
}
.s-mb-80 {
  margin-bottom: 80px !important;
}
.s-ml-00 {
  margin-left: 0 !important;
}
.s-ml-15 {
  margin-left: 15px !important;
}
.s-ml-30 {
  margin-left: 30px !important;
}
.s-ml-40 {
  margin-left: 40px !important;
}
.s-ml-50 {
  margin-left: 50px !important;
}
.s-mr-00 {
  margin-right: 0 !important;
}
.txt-newline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .s-m-sp-00 {
    margin: 0 !important;
  }
  .s-ml-sp-00 {
    margin-left: 0px !important;
  }

  .s-ml-sp-10 {
    margin-left: 10px !important;
  }
  .s-mt-20 {
    margin-top: 10px !important;
  }
  .s-mt-30 {
    margin-top: 15px !important;
  }
  .s-mb-20 {
    margin-bottom: 10px !important;
  }
  .s-mb-30 {
    margin-bottom: 15px !important;
  }
  .s-mb-40 {
    margin-bottom: 20px !important;
  }

  .s-mb-50 {
    margin-bottom: 40px !important;
  }

  /* .s-pt-20 {
    padding-top: 15px !important;
  } */
}
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-tb,
.only-sp,
.disp-sp,
.no-pc {
  display: none !important;
}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .only-pc,
  .no-sp,
  .only-tb,
  img.only-tb {
    display: none !important;
  }
  .only-sp,
  .no-pc,
  .no-tb {
    display: block !important;
  }
  img.only-sp,
  img.no-pc,
  img.no-tb,
  a.only-sp {
    display: inline-block !important;
  }
}

@media print {
  .header {
    position: relative;
  }
  .wrapper {
    min-width: 768px;
  }
  .contents-in {
    display: block;
  }
  .header-utility,
  .mod-sns-share,
  .nav-global,
  .contents-sub {
    display: none;
  }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .only-tb {
    display: block !important;
  }
}

/* header calendar
---------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .disp-pc {
    display: none !important;
  }
  .disp-sp {
    display: block !important;
  }
  .header-calendar {
    background-color: black;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
  }
  .header-calendar a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    color: #fff;
  }
  .header-calendar a span {
    display: inline-block;
    padding: 0 0 0 22px;
    background: url("/n_mori/common/img/ico_time_01.png") left center no-repeat;
  }
  .hero-cmn-01 {
    position: relative;
  }
  .contents {
    padding: 51px 0 70px;
  }
  .nav-global-sp {
    top: 44px;
  }
}

/* list
---------------------------------------------------------- */

.c-list-decimal_03 > li {
  margin-left: 1.6em;
  counter-increment: decimal_03;
  text-indent: -1.6em;
}
.c-list-decimal_03 > li:before {
  content: "(" counter(decimal_03) ")";
  padding-right: 0.4em;
}
.c-list-decimal_03 > li > * {
  text-indent: 0;
}
