@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

* {
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif, '游明朝', 'Yu Mincho', YuMincho, serif;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  width: 100%;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

a:hover {
  opacity: 0.8;
}

#wrapper {
  width: 100%;
}

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

.clearfix {
  display: inline-block;
  display: block;
}

* html .clearfix {
  height: 1%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media screen and (max-width: 1024px) {
  .content img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

#SNSBox {
  background: #FFF;
  position: fixed;
  _position: absolute;
  top: 213px;
  right: 0;
  padding: 5px 0 10px;
  z-index: 1000;
  overflow: hidden;
  width: 37px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  box-shadow: 0 0 7px #999999 !important;
}

#SNSBox .SHARE {
  margin: 0 0 8px 0;
  padding: 0 0 5px 5px;
  border-bottom-style: double;
  border-bottom-color: #CCCCCC;
  font-size: 1px;
}

#SNSBox .facebook {
  background: url(../../common/images/sns_facebook.png) no-repeat;
  padding-left: 35px;
  margin: 0 0 8px 7px;
  height: 24px;
}

#SNSBox .twitter {
  background: url(../../common/images/sns_twitter.png) no-repeat;
  padding-left: 35px;
  margin: 0 0 8px 7px;
  height: 24px;
}

#SNSBox .mixi {
  background: url(../../common/images/sns_mixi.png) no-repeat;
  padding-left: 35px;
  margin-left: 7px;
  height: 24px;
}

#sns_sp {
  padding: 30px 0 0;
  width: 100%;
  text-align: center;
}

#sns_sp div {
  display: inline-block;
}

iframe.twitter-share-button {
  width: 82px !important;
}

.content {
  margin: 0 auto;
}

#copy {
  text-align: center;
  font-size: 1.4em;
}

html, body {
  height: 100%;
}

body {
  word-wrap: break-word;
  color: #333;
  font-size: 16px;
  line-height: 1.6em;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #333;
}

h1, h2, h3, p, div, ul, ol, li {
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-weight: bold;
}

input[type="text"], textarea {
  outline-width: 0;
}

label {
  margin-bottom: 0;
}

select, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
}

[type="range"] {
  -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

.util-ta-l {
  text-align: left !important;
}

.util-ta-c {
  text-align: center !important;
}

.util-ta-r {
  text-align: right !important;
}

.util-clear {
  clear: both;
}

.util-clear-fix:before, .util-clear-fix:after {
  content: "";
  display: block;
  height: 0;
}

.util-clear-fix:after {
  clear: both;
}

.util-hide {
  display: none !important;
}

.util-show, .util-block {
  display: block !important;
}

.util-inline-block {
  display: inline-block !important;
}

.util-flex {
  display: table;
  width: 100%;
}

.util-flex > .cell {
  display: table-cell;
}

.util-float-l {
  float: left !important;
}

.util-float-r {
  float: right !important;
}

.util-float-none {
  float: none !important;
}

.util-fw-b {
  font-weight: bold !important;
}

.util-fw-n {
  font-weight: normal !important;
}

.util-in {
  margin-left: 10px;
  margin-right: 10px;
}

.util-inner {
  padding: 10px;
  margin: 0 auto;
}

.util-inner:before, .util-inner:after {
  content: "";
  display: block;
  height: 0;
}

.util-inner:after {
  clear: both;
}

.util-mb-0 {
  margin-bottom: 0 !important;
}

.util-mb-10 {
  margin-bottom: 10px !important;
}

.util-mb-15 {
  margin-bottom: 15px !important;
}

.util-mb-20 {
  margin-bottom: 20px !important;
}

.util-mt-0 {
  margin-top: 0 !important;
}

.util-mt-10 {
  margin-top: 10px !important;
}

.util-mt-15 {
  margin-top: 15px !important;
}

.util-mt-20 {
  margin-top: 20px !important;
}

.util-ml-0 {
  margin-left: 0 !important;
}

.util-ml-10 {
  margin-left: 10px !important;
}

.util-ml-20 {
  margin-left: 20px !important;
}

.util-pb-0 {
  padding-bottom: 0 !important;
}

.util-pb-10 {
  padding-bottom: 10px !important;
}

.util-pb-20 {
  padding-bottom: 20px !important;
}

.util-pt-0 {
  padding-top: 0 !important;
}

.util-pt-10 {
  padding-top: 10px !important;
}

.util-pt-20 {
  padding-top: 20px !important;
}

.util-pl-0 {
  padding-left: 0 !important;
}

.util-pl-10 {
  padding-left: 10px !important;
}

.util-pl-20 {
  padding-left: 20px !important;
}

.util-font-size-s {
  font-size: 12px !important;
}

.util-font-size-m {
  font-size: 13px !important;
}

.util-font-size-l {
  font-size: 14px !important;
}

.util-va-t {
  vertical-align: top !important;
}

.util-va-m {
  vertical-align: middle !important;
}

.util-va-b {
  vertical-align: bottom !important;
}

.ly-global-footer {
  margin: 0 auto;
  padding: 0 20px;
}

.ly-global-footer > .inner {
  padding: 50px 0;
  text-align: center;
}

.ly-global-footer > .inner > .copyright {
  font-family: 'ヒラギノ角ゴ Pro W3';
  font-size: 12px;
  font-weight: bold;
}

.ly-section {
  width: 100%;
}

.ly-intro {
  margin: 0 auto;
  background-size: cover;
  background-position: top center;
}

.ly-wrapper {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  h2.img {
    width: 100%;
  }
  .ly-intro {
    width: 100%;
    background: none;
    height: auto;
  }
  .ly-intro > img {
    width: 100%;
  }
  .ly-section {
    width: 100%;
  }
  .ly-section .inner h2 img.sp-none {
    display: none;
  }
  .ly-global-footer > .inner {
    padding: 20px 0;
  }
  .ly-global-footer > .inner > .footer-logo {
    display: inline-block;
    margin-bottom: 20px;
  }
}

* {
  box-sizing: border-box;
}

.mod-round-border-link-btn {
  display: inline-block;
  height: 42px;
  width: 255px;
  line-height: 42px;
  padding-right: 40px;
  border-radius: 42px;
  background: url("../images/arrow-circle.png") right center no-repeat;
  background-size: 40px 40px;
  background-color: #fff;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
}

.mod-round-border-link-btn.is-green {
  border: 1px solid #a3e7ce;
  color: #36a673;
}

.mod-round-border-link-btn.is-orange {
  border: 1px solid #fc8230;
  color: #f87c31;
}

.mod-round-border-link-btn.is-purple {
  border: 1px solid #cba4ec;
  color: #a95ce9;
}

.mod-round-border-link-btn.is-info {
  color: #2e6368;
  font-weight: bold;
  font-size: 19px;
  text-align: left;
  padding-left: 30px;
  background: url("../images/arrow-circle.png") right 8px center no-repeat;
  background-size: 40px 40px;
  background-color: #fff;
  width: 280px;
}

.mod-square-link-btn {
  display: inline-block;
  background: url("../images/arrow-circle.png") right 3px center no-repeat;
  background-size: 40px 40px;
  background-color: #fefff0;
  min-height: 65px;
  width: 300px;
  padding: 0 35px 0 10px;
  font-size: 17px;
}

.mod-square-link-btn .btn-inner {
  display: table;
  width: 100%;
  min-height: 65px;
}

.mod-square-link-btn .btn-inner .btn-text {
  display: table-cell;
  vertical-align: middle;
  line-height: 22px;
}

.mod-square-link-btn .btn-inner .small-text {
  font-size: 14px;
}

.mod-square-link-btn .btn-inner .sub-text {
  font-size: 15px;
  font-weight: bold;
}

.mod-square-link-btn.is-green {
  border: 1px solid #a3e7ce;
  box-shadow: 6px -6px 0 #c9e3dc;
}

.mod-square-link-btn.is-green .btn-text {
  color: #36a673;
}

.mod-square-link-btn.is-orange {
  border: 1px solid #fabb2a;
  box-shadow: 6px -6px 0 #fef3c3;
}

.mod-square-link-btn.is-orange .btn-text {
  color: #ff9900;
}

.mod-square-link-btn.is-purple {
  border: 1px solid #cb9ef1;
  box-shadow: 6px -6px 0 #efe7f6;
}

.mod-square-link-btn.is-purple .btn-text {
  color: #ab5eeb;
}

.mod-square-link-btn.is-short {
  width: 220px;
}

.mod-square-link-btn.is-middle {
  width: 310px;
}

.mod-square-link-btn.is-long {
  width: 550px;
}

.mod-square-circle-link-btn {
  display: inline-block;
  background: url("../images/arrow-circle.png") right 15px center no-repeat;
  background-size: 40px 40px;
  background-color: #fcf8de;
  min-height: 80px;
  width: 480px;
  padding: 16px 60px 16px 40px;
  font-size: 19px;
  font-weight: bold;
  color: #2e6368;
  border: 2px solid #fff;
  box-shadow: 6px 6px 0 #f3e6c0;
}

.mod-square-circle-link-btn .btn-inner {
  display: table;
  width: 325px;
  min-height: 45px;
  background: #fff;
  border-radius: 45px;
}

.mod-square-circle-link-btn .btn-inner .btn-text {
  display: table-cell;
  vertical-align: middle;
  line-height: 22px;
  padding: 0 30px;
}

.mod-square-circle-link-btn .btn-inner .sub-text {
  font-size: 16px;
  font-weight: normal;
}

.ly-header {
  position: relative;
  z-index: 1;
}

.ly-header .header-logo {
  position: absolute;
  left: 100px;
  top: 0;
}

.ly-header .header-logo a {
  transition: opacity 0.15s linear;
  background-color: transparent;
}

.ly-global-footer {
  position: relative;
  background-color: #fff;
  padding: 20px 0;
}

.ly-global-footer > .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.ly-global-footer > .inner:before, .ly-global-footer > .inner:after {
  content: "";
  display: block;
  height: 0;
}

.ly-global-footer > .inner:after {
  clear: both;
}

.ly-global-footer > .inner .footer-logo {
  display: block;
  width: 194px;
  float: left;
}

.ly-global-footer > .inner .footer-logo img {
  width: 100%;
}

.ly-global-footer > .inner .copyright {
  float: right;
  font-size: 12px;
  font-weight: bold;
  padding-top: 40px;
}

.ly-intro .main {
  width: 100%;
  min-width: 1000px;
}

.ly-intro .main img.main-image {
  width: 100%;
}

.ly-intro .sub {
  background: url("../images/intro/intro-bg.png") 0 0 repeat-y;
  background-size: contain;
  padding-bottom: 30px;
  min-width: 1000px;
}

.ly-intro .sub .sub-text {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ly-intro .sub .sub-text img {
  width: 100%;
}

.ly-intro .sub .menu {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin: 50px auto;
}

.ly-intro .sub .menu .main-cell {
  display: inline-block;
  width: 30%;
}

.ly-intro .sub .menu .main-cell img {
  width: 228px;
  margin: 0 auto;
}

.ly-section .top-border {
  margin: 2px 0;
}

.ly-section .top-border img {
  width: 100%;
}

.ly-section .bottom-border {
  margin: 2px 0;
}

.ly-section .bottom-border img {
  width: 100%;
}

.ly-section .section-inner {
  width: 100%;
  min-width: 1000px;
  max-width: 1500px;
  margin: 0 auto;
  background: url("../images/bg-bubble.png") center top no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}

.ly-section .title-image {
  width: 184px;
  margin: 0 auto;
  padding-top: 50px;
}

.ly-section .title-image img {
  width: 100%;
}

.ly-section .title-text {
  margin: 20px auto 0;
}

.ly-section .title-text img {
  width: 100%;
}

.ly-section .appeal-block {
  width: 990px;
  margin: 90px auto 0;
  padding: 15px 15px 30px;
  background: url("../images/bg-white-l.png") 0 0 no-repeat;
  background-size: cover;
}

.ly-section .appeal-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ly-section .appeal-table .appeal-cell {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 35px;
  position: relative;
}

.ly-section .appeal-table .appeal-cell .appeal-header-image {
  position: absolute;
  top: -86px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
}

.ly-section .appeal-table .appeal-cell .appeal-header-image img {
  width: 100%;
}

.ly-section .appeal-list li {
  position: relative;
  padding: 7px 2px 15px;
}

.ly-section .appeal-list li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #f9e389;
}

.ly-section .appeal-list li:last-child:after {
  content: none;
}

.ly-section .appeal-list.is-safe li:after {
  border: 2px solid #c6de97;
}

.ly-section .appeal-list .appeal-list-title {
  width: 414px;
}

.ly-section .appeal-list .appeal-list-title img {
  width: 100%;
}

.ly-section .appeal-list .appeal-list-text {
  padding: 5px 0 0 60px;
  font-size: 14px;
  line-height: 20px;
  max-width: 375px;
}

.ly-section .appeal-list .appeal-list-text.is-middle-width {
  max-width: 275px;
}

.ly-section .appeal-list .appeal-list-text.has-tpd {
  padding-top: 20px;
}

.ly-section .appeal-list .appeal-image {
  position: absolute;
  top: -5px;
  right: 0;
  width: 122px;
  z-index: 1;
}

.ly-section .appeal-list .appeal-image img {
  width: 100%;
}

.ly-section .appeal-list .appeal-image.is-safe-image {
  top: -20px;
  right: -10px;
  width: 160px;
}

.ly-section .recommend-block {
  width: 788px;
  height: 343px;
  padding: 75px 0px 0px 55px;
  position: relative;
  margin: -50px auto 0;
}

.ly-section .recommend-block.is-green {
  background: url("../images/green/point-bg-green.png") 0 0 no-repeat;
  background-size: 788px 343px;
}

.ly-section .recommend-block.is-orange {
  background: url("../images/orange/point-bg-orange.png") 0 0 no-repeat;
  background-size: 788px 343px;
}

.ly-section .recommend-block.is-purple {
  background: url("../images/purple/point-bg-purple.png") 0 0 no-repeat;
  background-size: 788px 343px;
}

.ly-section .recommend-block .recommend-block-inner {
  width: 580px;
}

.ly-section .recommend-block .recommend-title {
  margin: 0 auto 25px;
  width: 461px;
}

.ly-section .recommend-block .recommend-title img {
  width: 100%;
}

.ly-section .recommend-block .recommend-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
}

.ly-section .recommend-block .recommend-text .small-text {
  font-size: 13px;
  line-height: 18px;
}

.ly-section .recommend-block .recommend-link {
  text-align: center;
}

.ly-section .recommend-block .recommend-image {
  position: absolute;
  bottom: 0;
  right: -85px;
  width: 107px;
}

.ly-section .recommend-block .recommend-image img {
  width: 100%;
}

.ly-section .stay-info-block {
  width: 990px;
  height: 270px;
  margin: 20px auto 0;
  padding: 0px 10px 20px 23px;
  background: url("../images/bg-white-m.png") 0 0 no-repeat;
  background-size: cover;
}

.ly-section .stay-info-block .stay-info-title {
  width: 211px;
  margin: 0 auto;
}

.ly-section .stay-info-block .stay-info-title img {
  width: 100%;
}

.ly-section .stay-info-block .stay-info-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: -10px;
}

.ly-section .stay-info-block .stay-info-table .stay-info-cell {
  display: table-cell;
  vertical-align: middle;
}

.ly-section .stay-info-block .stay-info-table .stay-info-cell.is-image {
  width: 310px;
  padding-right: 20px;
}

.ly-section .stay-info-block .stay-info-table .stay-info-cell.is-image img {
  width: 100%;
}

.ly-section .stay-info-block .stay-info-table .stay-info-cell .stay-info-text {
  font-size: 17px;
  padding: 17px 0 0 10px;
}

.ly-section .stay-info-block .stay-info-table .stay-info-cell .stay-info-action .mod-square-link-btn:first-child {
  margin-right: 15px;
}

.ly-section .stay-info-block .stay-info-table .stay-info-cell .stay-info-action .mod-square-link-btn.is-long {
  margin-right: 0;
}

.ly-section .sub-info-block {
  width: 990px;
  height: 260px;
  margin: 40px auto 0;
  padding: 28px 10px 28px 23px;
  background: url("../images/bg-white-s.png") 0 0 no-repeat;
  background-size: cover;
}

.ly-section .sub-info-block .sub-info-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ly-section .sub-info-block .sub-info-table .sub-info-cell {
  display: table-cell;
  vertical-align: top;
}

.ly-section .sub-info-block .sub-info-table .sub-info-cell.is-image {
  width: 310px;
  padding-right: 20px;
}

.ly-section .sub-info-block .sub-info-table .sub-info-cell.is-image img {
  width: 100%;
}

.ly-section .sub-info-block .sub-info-table .sub-info-cell .sub-info-title {
  width: 628px;
  margin-top: 5px;
}

.ly-section .sub-info-block .sub-info-table .sub-info-cell .sub-info-title img {
  width: 100%;
}

.ly-section .sub-info-block .sub-info-table .sub-info-cell .sub-info-text {
  padding: 25px 0 0 10px;
  max-width: 560px;
}

.ly-section .sub-image-block {
  width: 990px;
  margin: 40px auto 0;
  padding: 20px 7px 25px;
  background: url("../images/bg-white-m.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.ly-section .sub-image-block .sub-image-title {
  width: 950px;
  margin: 0 auto 15px;
}

.ly-section .sub-image-block .sub-image-title img {
  width: 100%;
}

.ly-section .sub-image-block .sub-image-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ly-section .sub-image-block .sub-image-cell {
  display: table-cell;
  width: 33%;
  padding: 0 15px;
}

.ly-section .sub-image-block .sub-image-cell img {
  width: 100%;
}

.ly-section .sub-image-block .sub-image-text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.ly-section .link-title-image {
  width: 934px;
  padding: 35px 0;
  margin: 0 auto;
}

.ly-section .link-title-image img {
  width: 100%;
}

.ly-section .link-block {
  width: 990px;
  margin: 0 auto 15px;
}

.ly-section .link-block .mod-square-circle-link-btn {
  margin-right: 15px;
}

.ly-section .link-block .mod-square-circle-link-btn:last-child {
  margin-right: 0;
}

.ly-section .op-link-block {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 30px;
  box-shadow: 6px 6px 0 #99cccc;
  margin-bottom: 25px;
  width: 99%;
}

.ly-section .op-link-block .op-link-block-title-image {
  display: inline-block;
  width: 308px;
  vertical-align: middle;
  margin-left: 5px;
}

.ly-section .op-link-block .op-link-block-title-image img {
  width: 100%;
}

.ly-section .op-link-block .op-link-block-title-image.is-with-child {
  width: 387px;
  margin-bottom: 5px;
}

.ly-section .op-link-block .mod-round-border-link-btn {
  margin: 0 10px;
}

.ly-section .op-link-block .mod-round-border-link-btn:last-child {
  margin: 0 0 0 10px;
}

.ly-section .contact-wrapper {
  width: 990px;
  margin: 0 auto;
}

.ly-section .contact-title-text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
}

.ly-section .contact-supplement-text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
}

.ly-section .contact-block {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}

.ly-section .contact-block .contact-block-inner {
  display: table-cell;
  text-align: center;
  font-weight: bold;
  width: 50%;
  padding: 0 10px;
}

.ly-section .contact-block .contact-block-inner .contact-box {
  margin: 0;
}

.ly-section .contact-box {
  display: block;
  margin: 0 10px;
  background: #fff;
  border-radius: 40px;
  padding: 15px 20px 10px;
}

.ly-section .contact-box .box-title {
  font-size: 18px;
  margin-bottom: 4px;
  letter-spacing: 2px;
}

.ly-section .contact-box .box-tel {
  background: #f1eed1;
  font-size: 40px;
  line-height: 56px;
  height: 56px;
  border-radius: 56px;
  margin-bottom: 6px;
}

.ly-section .contact-box .box-tel.is-tokyo {
  color: #c64264;
}

.ly-section .contact-box .box-tel.is-iwaki {
  color: #775da4;
}

.ly-section .contact-box .box-info-title {
  font-size: 17px;
  margin-bottom: 4px;
  letter-spacing: 2px;
}

.ly-section .contact-box .box-info-text {
  font-size: 20px;
}

.ly-section .contact-box .contact-info-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 20px;
}

.ly-section .contact-box .contact-info-table .contact-info-cell {
  display: table-cell;
  vertical-align: middle;
}

.ly-section .contact-box .contact-info-table .contact-info-cell.is-title {
  font-weight: bold;
  padding-left: 20px;
  width: 400px;
}

.ly-section .contact-box .inline-block {
  line-height: 25px;
}

.ly-section .contact-box .inline-block .inline-text {
  display: inline-block;
  min-width: 220px;
  line-height: inherit;
}

.ly-section .contact-box .inline-block .inline-text .small-text {
  font-size: 16px;
}

.ly-section .contact-box .contact-sub-text {
  font-size: 18px;
  margin-top: 15px;
}

.ly-section.is-category-baby {
  background-color: #e3f6f5;
}

.ly-section.is-category-baby .title-text {
  width: 610px;
}

.ly-section.is-category-baby .appeal-list li:first-child {
  min-height: 135px;
}

.ly-section.is-category-baby .stay-info-block .stay-info-action {
  margin-top: 55px;
}

.ly-section.is-category-pre-school {
  background-color: #fbe9c0;
}

.ly-section.is-category-pre-school .title-text {
  width: 659px;
}

.ly-section.is-category-pre-school .appeal-list li:first-child {
  min-height: 120px;
}

.ly-section.is-category-pre-school .appeal-list li:nth-child(2) {
  min-height: 135px;
}

.ly-section.is-category-pre-school .stay-info-block .stay-info-action {
  margin-top: 40px;
}

.ly-section.is-category-school {
  background-color: #eadef4;
}

.ly-section.is-category-school .title-text {
  width: 643px;
}

.ly-section.is-category-school .stay-info-block .stay-info-action {
  margin-top: 20px;
}

.ly-section.is-link {
  background: url("../images/link/link-bg.png") center bottom no-repeat;
  background-size: cover;
  margin-bottom: 2px;
}

.ly-section.is-link .section-inner {
  background: none;
  padding-bottom: 200px;
}

.ly-section.is-contact {
  background: url("../images/contact/contact-bg.png") center bottom no-repeat;
  background-size: cover;
}

.ly-section.is-contact .section-inner {
  background: none;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .mod-round-border-link-btn {
    display: block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-right: 40px;
    border-radius: 40px;
    background: url("../images/sp/arrow-circle.png") right center no-repeat;
    background-size: 28px 27px;
    background-color: #fff;
    font-size: 14px;
  }
  .mod-round-border-link-btn.is-green {
    border: 1px solid #a3e7ce;
    color: #36a673;
  }
  .mod-round-border-link-btn.is-orange {
    border: 1px solid #fc8230;
    color: #f87c31;
  }
  .mod-round-border-link-btn.is-purple {
    border: 1px solid #cba4ec;
    color: #a95ce9;
  }
  .mod-round-border-link-btn.is-info {
    font-size: 14px;
    padding-left: 20px;
    background: url("../images/sp/arrow-circle.png") right 8px center no-repeat;
    background-size: 28px 27px;
    background-color: #fff;
    width: 100%;
  }
  .mod-square-link-btn {
    background: url("../images/sp/arrow-circle.png") right 7px center no-repeat;
    background-size: 28px 27px;
    background-color: #fefff0;
    min-height: 50px;
    width: 100%;
    padding: 0 35px 0 10px;
    font-size: 14px;
    margin: 0 auto 20px;
  }
  .mod-square-link-btn .btn-inner {
    min-height: 50px;
  }
  .mod-square-link-btn .btn-inner .btn-text {
    line-height: 18px;
  }
  .mod-square-link-btn .btn-inner .small-text {
    font-size: 12px;
  }
  .mod-square-link-btn .btn-inner .sub-text {
    font-size: 12px;
  }
  .mod-square-link-btn.is-short {
    width: 100%;
  }
  .mod-square-link-btn.is-middle {
    width: 100%;
  }
  .mod-square-link-btn.is-long {
    width: 100%;
  }
  .mod-square-circle-link-btn {
    display: block;
    background: url("../images/sp/arrow-circle.png") right 15px center no-repeat;
    background-size: 28px 27px;
    background-color: #fcf8de;
    min-height: 60px;
    width: 100%;
    padding: 10px 35px 10px 15px;
    font-size: 14px;
    margin: 0 0 15px;
  }
  .mod-square-circle-link-btn .btn-inner {
    width: 90%;
    max-width: 400px;
    min-height: 40px;
  }
  .mod-square-circle-link-btn .btn-inner .btn-text {
    line-height: 20px;
    padding: 0 20px;
  }
  .mod-square-circle-link-btn .btn-inner .sub-text {
    font-size: 12px;
  }
  .ly-global-footer > .inner {
    width: auto;
    padding-top: 0;
  }
  .ly-global-footer > .inner .footer-logo {
    float: none;
    margin: 0 auto;
    padding-top: 20px;
  }
  .ly-global-footer > .inner .copyright {
    float: none;
    margin: 0 auto;
    padding-top: 5px;
  }
  .ly-intro .main {
    min-width: 100%;
  }
  .ly-intro .sub {
    background: url("../images/sp/intro/intro-bg.png") 0 0 repeat-y;
    background-size: contain;
    padding: 7px 7px 15px;
    min-width: 100%;
  }
  .ly-intro .sub .menu {
    margin: 25px auto;
  }
  .ly-intro .sub .menu .main-cell {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .ly-intro .sub .menu .main-cell img {
    width: 90%;
    max-width: 400px;
  }
  .ly-section .section-inner {
    min-width: 100%;
    background: url("../images/sp/bg-bubble.png") center top no-repeat;
    background-size: cover;
    padding-bottom: 40px;
  }
  .ly-section .title-image {
    width: 30%;
    max-width: 164px;
    padding-top: 30px;
  }
  .ly-section .appeal-block {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background: none;
  }
  .ly-section .appeal-table {
    width: 98%;
    margin: 0 auto;
  }
  .ly-section .appeal-table .appeal-cell {
    display: block;
    width: 100%;
    padding: 10px 15px 0;
    margin: 52px auto 0;
    background: url("../images/bg-white-q.png") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .ly-section .appeal-table .appeal-cell .appeal-header-image {
    top: -50px;
    margin-left: -75px;
    width: 150px;
  }
  .ly-section .appeal-list .appeal-list-title {
    width: 100%;
    max-width: 400px;
  }
  .ly-section .appeal-list .appeal-list-text {
    padding: 5px 0 0 50px;
    max-width: 95%;
  }
  .ly-section .appeal-list .appeal-list-text.is-middle-width {
    max-width: 70%;
  }
  .ly-section .appeal-list .appeal-list-text.has-tpd {
    padding-top: 0;
  }
  .ly-section .appeal-list .appeal-image.is-safe-image {
    top: -5px;
    right: 0px;
  }
  .ly-section .recommend-block {
    width: 100%;
    max-width: 570px;
    height: auto;
    padding: 8vw 0px 8vw 3vw;
    margin: 0 auto;
  }
  .ly-section .recommend-block.is-green {
    background: url("../images/sp/green/point-bg-green.png") 0 0 no-repeat;
    background-size: contain;
  }
  .ly-section .recommend-block.is-orange {
    background: url("../images/sp/orange/point-bg-orange.png") 0 0 no-repeat;
    background-size: contain;
  }
  .ly-section .recommend-block.is-purple {
    background: url("../images/sp/purple/point-bg-purple.png") 0 0 no-repeat;
    background-size: contain;
  }
  .ly-section .recommend-block .recommend-block-inner {
    width: 80%;
    max-width: 460px;
  }
  .ly-section .recommend-block .recommend-title {
    margin: 0 auto 10px;
    width: 80%;
  }
  .ly-section .recommend-block .recommend-text {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .ly-section .recommend-block .recommend-text .small-text {
    font-size: 11px;
    line-height: 15px;
  }
  .ly-section .recommend-block .recommend-link {
    text-align: center;
  }
  .ly-section .recommend-block .recommend-link .mod-round-border-link-btn {
    width: 200px;
    margin: 0 auto;
  }
  .ly-section .recommend-block .recommend-image {
    right: 10px;
    bottom: 10px;
    width: 140px;
  }
  .ly-section .stay-info-block {
    width: 95%;
    height: auto;
    margin: 20px auto 0;
    padding: 0px 10px 10px;
    background: url("../images/bg-white-q.png") 0 0 no-repeat;
    background-size: cover;
  }
  .ly-section .stay-info-block .stay-info-title {
    width: 50%;
    max-width: 200px;
    z-index: 2;
    position: relative;
  }
  .ly-section .stay-info-block .stay-info-table {
    display: block;
    margin: -10px auto 0;
    z-index: 1;
    position: relative;
    padding: 0 10px 15px;
    max-width: 450px;
  }
  .ly-section .stay-info-block .stay-info-table .stay-info-cell {
    display: block;
  }
  .ly-section .stay-info-block .stay-info-table .stay-info-cell.is-image {
    width: 100%;
    padding: 0;
  }
  .ly-section .stay-info-block .stay-info-table .stay-info-cell .stay-info-text {
    font-size: 14px;
    padding: 10px 0;
  }
  .ly-section .stay-info-block .stay-info-table .stay-info-cell .stay-info-action .mod-square-link-btn:first-child {
    margin-right: 0;
  }
  .ly-section .stay-info-block .stay-info-table .stay-info-cell .stay-info-action .mod-square-link-btn:last-child {
    margin-bottom: 5px;
  }
  .ly-section .sub-info-block {
    width: 95%;
    height: auto;
    margin: 20px auto 0;
    padding: 15px 10px;
    background: url("../images/bg-white-q.png") 0 0 no-repeat;
    background-size: cover;
  }
  .ly-section .sub-info-block .sub-info-table {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
  .ly-section .sub-info-block .sub-info-table .sub-info-cell {
    display: block;
  }
  .ly-section .sub-info-block .sub-info-table .sub-info-cell.is-image {
    width: 100%;
    padding: 0;
  }
  .ly-section .sub-info-block .sub-info-table .sub-info-cell .sub-info-title {
    width: 100%;
    padding: 0 5px;
  }
  .ly-section .sub-info-block .sub-info-table .sub-info-cell .sub-info-text {
    padding: 5px 10px 10px;
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
  }
  .ly-section .sub-image-block {
    width: 95%;
    margin: 20px auto 0;
    padding: 0 10px 15px;
    background: url("../images/bg-white-q.png") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .ly-section .sub-image-block .sub-image-title {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 10px;
  }
  .ly-section .sub-image-block .sub-image-table {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
  .ly-section .sub-image-block .sub-image-cell {
    display: block;
    width: 100%;
    padding: 0 10px 10px;
  }
  .ly-section .sub-image-block .sub-image-text {
    font-size: 14px;
  }
  .ly-section .link-title-image {
    width: 95%;
    max-width: 500px;
    padding: 30px 0 20px;
  }
  .ly-section .link-block {
    width: 95%;
    max-width: 450px;
    padding: 0 10px;
  }
  .ly-section .link-block .mod-square-circle-link-btn {
    margin-right: 0;
  }
  .ly-section .op-link-block {
    padding: 10px 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .ly-section .op-link-block .op-link-block-title-image {
    max-width: 282px;
    width: 100%;
    margin-bottom: 5px;
  }
  .ly-section .op-link-block .op-link-block-title-image.is-with-child {
    max-width: 344px;
    width: 100%;
  }
  .ly-section .op-link-block .mod-round-border-link-btn {
    margin: 0 0 10px;
  }
  .ly-section .op-link-block .mod-round-border-link-btn:last-child {
    margin: 0 0 10px;
  }
  .ly-section .contact-wrapper {
    width: 100%;
    padding: 0 10px;
  }
  .ly-section .contact-title-text {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .ly-section .contact-supplement-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ly-section .contact-block {
    display: block;
    margin-bottom: 20px;
  }
  .ly-section .contact-block .contact-block-inner {
    display: block;
    width: 100%;
    padding: 0;
  }
  .ly-section .contact-block .contact-block-inner .contact-box {
    margin: 0 auto 20px;
  }
  .ly-section .contact-box {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 10px;
    border-radius: 30px;
    padding: 10px 15px 5px;
  }
  .ly-section .contact-box .box-title {
    font-size: 16px;
  }
  .ly-section .contact-box .box-tel {
    font-size: 27px;
    line-height: 40px;
    height: 40px;
    border-radius: 40px;
  }
  .ly-section .contact-box .box-info-title {
    font-size: 14px;
  }
  .ly-section .contact-box .box-info-text {
    font-size: 16px;
  }
  .ly-section .contact-box .contact-info-table {
    display: block;
    font-size: 16px;
    font-size: 14px;
  }
  .ly-section .contact-box .contact-info-table .contact-info-cell {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .ly-section .contact-box .contact-info-table .contact-info-cell.is-title {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .ly-section .contact-box .inline-block {
    line-height: 22px;
  }
  .ly-section .contact-box .inline-block .inline-text {
    min-width: 150px;
  }
  .ly-section .contact-box .inline-block .inline-text .small-text {
    font-size: 12px;
  }
  .ly-section .contact-box .contact-sub-text {
    font-size: 15px;
    margin-top: 10px;
  }
  .ly-section.is-category-baby .title-text {
    width: 80%;
    max-width: 358px;
  }
  .ly-section.is-category-baby .appeal-list li:first-child {
    min-height: 0;
  }
  .ly-section.is-category-baby .stay-info-block .stay-info-action {
    margin-top: 10px;
  }
  .ly-section.is-category-pre-school .title-text {
    width: 80%;
    max-width: 358px;
  }
  .ly-section.is-category-pre-school .appeal-list li:first-child {
    min-height: 0;
  }
  .ly-section.is-category-pre-school .appeal-list li:nth-child(2) {
    min-height: 0;
  }
  .ly-section.is-category-pre-school .stay-info-block .stay-info-action {
    margin-top: 10px;
  }
  .ly-section.is-category-school .title-text {
    width: 80%;
    max-width: 386px;
  }
  .ly-section.is-category-school .stay-info-block .stay-info-action {
    margin-top: 10px;
  }
  .ly-section.is-link {
    background: url("../images/sp/link/link-bg.png") center bottom no-repeat;
    background-size: cover;
  }
  .ly-section.is-link .section-inner {
    padding-bottom: 210px;
  }
  .ly-section.is-contact {
    background: url("../images/sp/contact/contact-bg.png") center bottom no-repeat;
    background-size: cover;
  }
  .ly-section.is-contact .section-inner {
    padding: 20px 0;
  }
}

@media screen and (max-width: 540px) {
  .ly-section .appeal-list .appeal-image {
    width: 20vw;
    top: 40px;
  }
  .ly-section .appeal-list .appeal-image.is-safe-image {
    width: 20vw;
    top: 40px;
  }
  .ly-section .recommend-block {
    padding: 10vw 0px 8vw 4.5vw;
  }
  .ly-section .recommend-block.is-green {
    background-size: 100% 100%;
  }
  .ly-section .recommend-block.is-orange {
    background-size: 100% 100%;
  }
  .ly-section .recommend-block.is-purple {
    background-size: 100% 100%;
  }
  .ly-section .recommend-block .recommend-block-inner {
    width: 80%;
  }
  .ly-section .recommend-block .recommend-title {
    margin: 0 auto 10px;
    width: 75%;
  }
  .ly-section .recommend-block .recommend-text {
    margin-bottom: 10px;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .ly-section .recommend-block .recommend-text .small-text {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .ly-section .recommend-block .recommend-link .mod-round-border-link-btn {
    width: 170px;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-right: 30px;
    font-size: 12px;
  }
  .ly-section .recommend-block .recommend-image {
    width: 25%;
  }
  .ly-section.is-link .section-inner {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 330px) {
  .ly-section .appeal-list .appeal-image {
    display: none;
  }
  .ly-section .appeal-list .appeal-list-text.is-middle-width {
    max-width: 100%;
  }
}

/* 2017.05.02 start */
.pc_none {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}

/* 2017.05.02 end */
/* 2018.01.11 start */
.bnr_place {
  width: 980px;
  height: auto;
  margin: 20px auto 0px;
}

@media screen and (max-width: 640px) {
  .bnr_place {
    width: 360px;
  }
}

/* 2018.01.11 end */
/* 2021.05.06 start */
.appeal-list-ohana {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.appeal-list-ohana .appeal-list-text {
  min-width: 210px;
}

.box-slider {
  padding: 0 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.box-slider-main {
  min-width: 540px;
  max-width: 540px;
}

.box-slider-sub {
  min-width: 290px;
  max-width: 290px;
}

.box-slider-sub-img img {
  width: 100%;
}

.box-slider-sub-text {
  margin: 10px 0 0;
  font-size: 14px;
}

.box-slider-title {
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 0 8px;
  text-align: center;
  display: table;
  border-bottom: 2px solid #eee7f4;
}

.box-slider-list {
  height: 455px;
  position: relative;
}

.box-slider-list li {
  position: absolute;
}

.box-slider-list li em {
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.box-slider-list li:nth-child(1) {
  width: 290px;
  top: 75px;
  left: 0;
}

.box-slider-list li:nth-child(1) img {
  width: 100%;
}

.box-slider-list li:nth-child(2) {
  right: 0;
  top: 0;
}

.box-slider-list li:nth-child(2) div {
  width: 230px;
}

.box-slider-list li:nth-child(2) div img {
  width: 100%;
}

.box-slider-list li:nth-child(2) em {
  white-space: nowrap;
  position: absolute;
  right: 240px;
}

.box-slider-list li:nth-child(3) {
  right: 0;
  bottom: 30px;
}

.box-slider-list li:nth-child(3) div {
  width: 290px;
  border: 2px solid #fff;
  border-radius: 3px;
}

.box-slider-list li:nth-child(3) div img {
  width: 100%;
}

.box-slider-list li:nth-child(3) em {
  white-space: nowrap;
  position: absolute;
  right: 300px;
  bottom: 30px;
}

.ly-section.is-postcard {
  margin: 30px 0 0;
  padding: 0 0 50px;
  background: url(../images/postcard/bg.png) 0 0 no-repeat #fff9ad;
  background-size: cover;
}

.ly-section.is-postcard .section-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 30px 0 0;
  background: none;
}

.ly-section.is-postcard .postcard-title {
  margin: 0 auto;
  display: table;
}

.ly-section.is-postcard .postcard-text {
  margin: 20px 0 0;
  font-size: 20px;
  text-align: center;
}

.ly-section.is-postcard .postcard-text em {
  color: #e63521;
}

.ly-section.is-postcard .postcard-text-em {
  max-width: 530px;
  margin: 20px auto 0;
  display: table;
}

.ly-section.is-postcard .postcard-text-em span {
  padding: 12px 0 7px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-bottom: 2px dotted #ea5d0b;
}

.ly-section.is-postcard .postcard-text-em span:first-child {
  padding-top: 0;
}

.ly-section.is-postcard .postcard-img {
  max-width: 1250px;
  margin: -150px auto 0;
}

.ly-section.is-postcard .postcard-img img {
  width: 100%;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .appeal-list-ohana {
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .appeal-list-ohana .appeal-list-text {
    min-width: inherit;
  }
  .appeal-list-ohana .appeal-list-text br {
    display: none;
  }
  .appeal-list-ohana .appeal-list-img {
    width: 20vw;
    min-width: 20vw;
    margin: 0 0 0 10px;
  }
  .appeal-list-ohana .appeal-list-img img {
    width: 100%;
  }
  .box-slider {
    padding: 15px 10px;
    display: block;
  }
  .box-slider-main {
    min-width: inherit;
    max-width: inherit;
  }
  .box-slider-sub {
    min-width: inherit;
    max-width: inherit;
    margin: 25px 0 0;
  }
  .box-slider-sub-text {
    font-size: 12px;
  }
  .box-slider-sub .box-slider-title {
    max-width: 80%;
  }
  .box-slider-title {
    margin: 0 auto 15px;
    padding: 0;
    text-align: center;
    display: table;
    border-bottom: none;
  }
  .box-slider-title img {
    width: 100%;
  }
  .box-slider-list {
    height: auto;
  }
  .box-slider-list li {
    margin: 10px 0 0;
    display: flex;
    flex-direction: column;
    position: static;
  }
  .box-slider-list li:first-child {
    margin-top: 0;
  }
  .box-slider-list li em {
    margin: 3px 0 0;
    font-size: 14px;
    order: 2;
  }
  .box-slider-list li div {
    order: 1;
  }
  .box-slider-list li:nth-child(1) {
    width: auto;
  }
  .box-slider-list li:nth-child(2) div {
    width: auto;
  }
  .box-slider-list li:nth-child(2) em {
    white-space: onrmal;
    position: static;
  }
  .box-slider-list li:nth-child(3) div {
    width: auto;
    border: none;
    border-radius: 0;
  }
  .box-slider-list li:nth-child(3) div img {
    width: 100%;
  }
  .box-slider-list li:nth-child(3) em {
    white-space: normal;
    position: static;
  }
  .ly-section.is-postcard {
    margin: 0;
    padding: 0 12px 15px;
    background: url(../images/sp/postcard/bg.png) center 0 no-repeat #fff9ad;
    background-size: contain;
  }
  .ly-section.is-postcard .section-inner {
    padding-top: 15px;
  }
  .ly-section.is-postcard .postcard-title {
    display: block;
  }
  .ly-section.is-postcard .postcard-title img {
    width: 100%;
  }
  .ly-section.is-postcard .postcard-text {
    margin-top: 15px;
    font-size: 13px;
  }
  .ly-section.is-postcard .postcard-text-em {
    max-width: 100%;
    margin-top: 10px;
    display: block;
  }
  .ly-section.is-postcard .postcard-text-em span {
    padding: 6px 0 1px;
    font-size: 16px;
    border-bottom: 1px dotted #ea5d0b;
  }
  .ly-section.is-postcard .postcard-img {
    margin: 10px auto 0;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

/* 2021.05.06 end */
