  @charset "UTF-8";
/*
   * Mixin for placeholder
   * @include placeholderColor(#00ff00);
   */
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

body {
  font-size: 62.5%;
  color: #3C3A39;
  background: #ffffff;
  min-width: 1000px;
  font-family: "Meiryo UI", Meiryo, "YuGothic", "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "ÓÎ¥´¥·¥Ã¥¯Ìå", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
button,
input,
select,
textarea {
  color: #3C3A39;
  outline: none;
}

button {
  cursor: pointer;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

a {
  color: #3C3A39;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media only screen and (max-device-width: 687px) {
  a:hover {
    text-decoration: none;
  }
}

a.rev {
  text-decoration: underline;
}

a.rev:hover {
  text-decoration: none;
}

p {
  margin: 0 0 1em;
}

label,
select,
input[type=submit] {
  cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a:hover img.over {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

@media only screen and (max-device-width: 687px) {
  a:hover img.over {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (min-device-width: 688px) and (max-device-width: 1024px) {
  a:hover img.over {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

img {
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

address {
  font-style: normal;
}

.spPic {
  display: none;
}

.spPic {
  display: none;
}

.footer p {
  margin: 0;
  padding: 0;
}

body {
  line-height: initial;
}

#special .contact table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  /*margin-bottom: 30px;*/
}

#special .contact table caption {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

#special .contact table caption:before {
  content: "¡ñ";
  position: relative;
  width: 1em;
  text-indent: 0;
  margin-right: 5px;
}

#special .contact table tbody tr {
  border: 1px solid #656464;
}

#special .contact table tbody tr th {
  background: #656464;
  color: #fff;
  padding: 14px;
  width: 130px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
}

#special .contact table tbody tr td {
  border: 1px solid #656464;
  padding: 10px;
  word-break: break-all;
  font-size: 16px;
}

#special .contact table tbody tr td iframe {
  width: 644px;
  height: 200px;
}

#special .contact table tbody tr:last-child th {
  border-bottom: 1px solid #656464;
}

#special .profile {
  margin-top: 20px;
  padding: 20px;
  margin-bottom: 30px;
}

#special .profile p {
  line-height: 25px;
  margin: 0;
}

#special .profile img {
  max-width: 110px;
  float: left;
}

#special .profile_text {
  float: right;
  width: 640px;
}

#special .profile:after {
  content: "";
  display: table;
  clear: both;
}

#special {
  font-size: 14px;
  width: 800px;
  margin: auto;
}

#special .top-image {
  text-align: center;
}

#special h1 {
  font-size: 26px;
  position: relative;
  line-height: 37px;
  margin-bottom: 15px;
}

#special h1 :before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px;
  bottom: -17px;
  width: 50%;
}

#special h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px;
  bottom: -17px;
  left: 50%;
  width: 50%;
}

#special h2 {
  font-size: 22px;
  padding-left: 0px;
  border-left: solid 9px;
  line-height: 30px;
  font-family: sans-serif;
}

#special h2.contact_head {
  padding-left: 12px;
  line-height: 20px;
}

#special h2.L1 {
  line-height: 40px;
}

#special p {
  font-size: 16px;
  line-height: 37px;
  margin: 0;
  text-indent: 1em;
}

#special figcaption {
  line-height: 1.8em;
}

#special .headList .top-image {
  text-align: center;
}

#special .pic-center {
  margin: 0 auto;
}

#special .pic-center figcaption {
  width: 100%;
}

#special .pic-left .text {
  float: right;
}

#special .pic-left .pic {
  float: left;
}

#special .pic-left:after {
  content: "";
  display: table;
  clear: both;
}

#special .pic-right .text {
  float: left;
}

#special .pic-right .pic {
  float: right;
}

#special .pic-right:after {
  content: "";
  display: table;
  clear: both;
}

#special .half-block_right {
  float: right;
  width: 49%;
}

#special .half-block_left {
  float: left;
  width: 49%;
}

#special .half-block:after {
  content: "";
  display: table;
  clear: both;
}

#special .main {
  font-family: "Meiryo UI", Meiryo, "YuGothic", "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "ÓÎ¥´¥·¥Ã¥¯Ìå", "Hiragino Kaku Gothic ProN", sans-serif;
}

#special .main-text {
  text-align: left;
}

#special .main-text .sub-title {
  font-size: 18px;
  text-indent: 0;
  line-height: 26px;
  margin-bottom: 10px;
}

#special .main-text p {
  line-height: 37px;
  margin: 0;
}

#special .main-text img {
  margin: 15px 0 20px 0;
}

#special .main-cont .item .one-column img {
  max-width: 100%;
}

#special .main-cont .headline {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
  margin-top: 50px;
  line-height: 36px;
}

#special .main .page-top a {
  display: block;
  position: fixed;
  width: 80px;
  height: 80px;
  background: url("/cnt_landl/2112/img/page-top.png");
  bottom: 100px;
  right: 50px;
  z-index: 100;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-device-width: 687px) {
  #special .main .page-top a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (min-device-width: 688px) and (max-device-width: 1024px) {
  #special .main .page-top a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

#special .main .page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-device-width: 687px) {
  #special .main .page-top a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (min-device-width: 688px) and (max-device-width: 1024px) {
  #special .main .page-top a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

#special .main .page-top a:hover {
  opacity: 0.7;
}

#special #google-map {
  margin-top: 10px;
}

#special .panel {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

#special .panel:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

#special.jumping h1 {
  width: 410px;
  color: #285400;
  margin-bottom: 15px;
}

#special.jumping h1:before {
  color: #285400;
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px;
  bottom: -17px;
  width: 50%;
}

#special.jumping h1:after {
  color: #c1cdb5;
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px;
  bottom: -17px;
  left: 50%;
  width: 50%;
}

#special.jumping h2 {
  color: #9f2238;
  margin-bottom: 60px;
  padding-left: 11px;
}

#special.jumping h2.contact_head {
  color: black;
  border-color: #285400;
  margin-bottom: 20px;
}

#special.jumping h2.subtitle {
  margin-bottom: 10px;
  padding-top: 10px;
  color: black;
  font-size: 20px;
  border-left: none;
  text-indent: 0em;
}

#special.jumping .title {
  color: black;
}

#special.jumping .pic {
  float: right;
  position: relative;
  top: -138px;
  right: 310px;
  max-width: 100%;
  height: auto;
}

#special.jumping .top-image {
  margin-bottom: 80px;
}

#special.jumping .top-image .pc {
  margin-top: 34px;
}

#special.jumping .top-image .title {
  width: 180px;
}

#special.jumping .top-image figcaption {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

#special.jumping .main {
  margin-bottom: 60px;
}

#special.jumping .main .main-text-jump p {
  text-indent: 0em;
  font-size: 17px;
}

#special.jumping .main .main-text-jump .left {
  float: left;
  margin-bottom: 0;
  width: 390px;
}

#special.jumping .main .sub-title {
  font-weight: bold;
  margin-top: 30px;
  font-size: 18px;
  color: black;
}

#special.jumping .main .main-cont .cont01 {
  margin-bottom: 115px;
}

#special.jumping .main .main-cont .cont01 p {
  font-size: 19px;
  text-indent: 0em;
  line-height: 33px;
  padding-top: 15px;
}

#special.jumping .main .main-cont .cont02 {
  margin-bottom: 50px;
}

#special.jumping .main .main-cont .cont02 .title_pic h2,
#special.jumping .main .main-cont .cont02 .title_pic .h2img {
  float: left;
}

#special.jumping .main .main-cont .cont02 .title_pic .h2img {
  margin: -6px 0 0 28px;
}

#special.jumping .main .main-cont .cont02 .title_pic:after {
  content: "";
  display: table;
  clear: both;
}

#special.jumping .main .main-cont .cont03 {
  margin-bottom: 110px;
}

#special.jumping .main .main-cont .cont04 {
  margin-bottom: 50px;
}

#special.jumping .main .main-cont .cont04 .title_pic h2,
#special.jumping .main .main-cont .cont04 .title_pic .h2img {
  float: left;
}

#special.jumping .main .main-cont .cont04 .title_pic .h2img {
  margin-left: 28px;
}

#special.jumping .main .main-cont .cont04 .title_pic:after {
  content: "";
  display: table;
  clear: both;
}

#special.jumping .main .main-cont .cont04 .text {
  margin: 20px auto 50px;
}

#special.jumping .main .main-cont .cont05 .pic-center {
  width: 460px;
}

#special.jumping .main .main-cont .cont05,
#special.jumping .main .main-cont .cont06,
#special.jumping .main .main-cont .cont07,
#special.jumping .main .main-cont .cont08 {
  margin-bottom: 40px;
}

#special.jumping .main .main-cont .cont09 {
  margin-bottom: 80px;
}

#special.jumping .main .main-cont .cont10 {
  margin-bottom: 30px;
}

#special.jumping .main .main-cont .present {
  text-align: center;
}

#special.jumping .main .main-cont .no-indent p {
  text-indent: 0em;
}

#special.report p {
  text-indent: 1em;
}

#special.report h2 {
  border-color: #00608b;
  margin-bottom: 25px;
}

#special.report h1 {
  max-width: 470px;
  border-color: #00608b;
  margin-bottom: 15px;
}

#special.report h1:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px;
  bottom: -17px;
  width: 50%;
}

#special.report h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px;
  bottom: -17px;
  left: 50%;
  width: 50%;
}

#special.report h1::after {
  color: #99bfd1;
  bottom: -17px;
}

#special.report h1::before {
  bottom: -17px;
  color: #00608b;
}

#special.report .top-image .title {
  width: none;
}

#special.report .top-image .image {
  margin: 26px 0 100px;
}

#special.report .top-image .image figcaption {
  margin-top: 0px;
  text-align: left;
}

#special.report .main-text {
  margin-bottom: 20px;
}

#special.report .main-text .sub-title {
  color: #00608b;
  font-size: 24px;
  position: relative;
  line-height: 37px;
  font-weight: bold;
}

#special.report .main-text figcaption {
  margin-top: 30px;
  line-height: 2.5em;
}

#special.report .sub-title {
  font-weight: bold;
  font-size: 14px;
}

#special.report .main-cont {
  margin-bottom: 200px;
}

#special.report .main-cont p {
  text-indent: 1em;
}

#special.report .main-cont .cont01 {
  margin-bottom: 40px;
}

#special.report .main-cont .cont01 .text {
  margin: 30px 0 10px;
}

#special.report .main-cont .cont01 .pic-center {
  width: 505px;
}

#special.report .main-cont .cont01 .pic-center img {
  margin-top: 50px;
}

#special.report .main-cont .cont01 .pic-center figcaption {
  padding-top: 4px;
}

#special.report .main-cont .cont01 .pic-center figcaption {
  line-height: unset;
}

#special.report .main-cont .cont02 {
  margin-bottom: 100px;
}

#special.report .main-cont .cont03 {
  margin-bottom: 40px;
}

#special.report .main-cont .present {
  text-align: center;
  margin-top: 50px;
}

#special.report .undertext {
  margin-bottom: 90px;
}

#special.report .undertext .center {
  text-align: center;
  font-weight: bold;
}

#special.report .undertext .center img {
  margin-right: 15px;
}

#sb-site.hitokoto-wide {
  background-color: #F5D0DD;
  padding-top: 38px;
}

#hitokoto-special {
  padding-top: 85px;
}

#special.hitokoto {
  font-size: 16px;
  width: 800px;
  margin: auto;
}

#special.hitokoto p {
  text-indent: 1em;
}

#special.hitokoto .no-indent p {
  text-indent: unset;
}

#special.hitokoto .indent p {
  padding-left: 1em;
  text-indent: -1em;
}

#special.hitokoto .headline-top {
  width: 100%;
  margin-bottom: 47px;
}

#special.hitokoto .headline {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}

#special.hitokoto h1 {
  width: 423px;
  font-size: 24px;
  position: relative;
  line-height: 37px;
  color: #F5D0DD;
}

#special.hitokoto h1:before {
  color: #F5D0DD;
  width: 40%;
  bottom: -17px;
}

#special.hitokoto h1:after {
  color: #E36C93;
  left: 40%;
  width: 40%;
  bottom: -17px;
}

#special.hitokoto h2 {
  color: #E36C93;
  margin-bottom: 25px;
}

#special.hitokoto h2 span {
  font-size: 16px;
}

#special.hitokoto h2.subtitle {
  margin-bottom: 0px;
  color: #AE7B49;
  font-size: 16px;
  border-left: none;
}

#special.hitokoto .top-image {
  text-align: center;
}

#special.hitokoto .top-image img {
  max-width: 100%;
  margin-bottom: 70px;
}

#special.hitokoto .main {
  font-family: "Meiryo UI", Meiryo, "YuGothic", "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "ÓÎ¥´¥·¥Ã¥¯Ìå", "Hiragino Kaku Gothic ProN", sans-serif;
  padding-bottom: 160px;
}

#special.hitokoto .main-text {
  margin-bottom: 40px;
}

#special.hitokoto .main-text hr {
  height: 1px;
  background-color: #000;
  border: none;
}

#special.hitokoto .main-text p {
  text-indent: unset;
}

#special.hitokoto .main .pic-center {
  margin-top: 20px;
  text-align: center;
}

#special.hitokoto .main .howto .top p {
  margin: 0;
}

#special.hitokoto .main .howto .top img {
  margin-bottom: 10px;
}

#special.hitokoto .main .howto .middle {
  text-align: center;
  margin-top: 20px;
}

#special.hitokoto .main .howto .middle p {
  text-indent: 0em;
  text-align: left;
  margin: 10px 0 30px;
}

#special.hitokoto .main .howto .middle img {
  margin-bottom: 30px;
}

#special.hitokoto .main .text {
  margin-bottom: 50px;
}

#special.hitokoto .main .cont01 {
  margin-bottom: 50px;
}

#special.hitokoto .main .cont01 .headline {
  margin-top: 0px;
}

#special.hitokoto .main .cont01 #text_margin {
  margin-bottom: 50px;
}

#special.hitokoto .main .cont01 .text {
  margin-bottom: 0px;
}

#special.hitokoto .main .cont01 .text .no-indent {
  margin: 30px 0px 30px 0px;
}

#special.hitokoto .main .cont01 .text #p_01 {
  text-align: center;
  text-indent: 0em;
  margin-bottom: 20px;
  color: #E46C94;
  font-weight: bold;
  font-size: 24px;
}

#special.hitokoto .main .cont01 .text #p_02 {
  font-size: 16px;
  margin-bottom: 30px;
}

#special.hitokoto .main .cont01 .text #p_03 {
  line-height: 23px;
  font-size: 14px;
  text-indent: 0em;
}

#special.hitokoto .main .cont01 .table {
  border: solid 2px #E36C93;
  margin: 0 auto;
}

#special.hitokoto .main .cont01 .table th {
  border-right: solid 2px #E36C93;
  border-bottom: solid 2px #E36C93;
  background: #FFF3DF;
}

#special.hitokoto .main .cont01 .table td {
  border-bottom: solid 2px #E36C93;
  background: #FFFFFF;
}

#special.hitokoto .main .cont01 .pic-center .pic_text {
  width: 250px;
  margin: 0 auto;
}

#special.hitokoto .main .cont01 .pic-center .pic_text p {
  text-indent: 0em;
  border-radius: 15px;
  background-color: #3EAA98;
  color: #FFFFFF;
  font-size: 19px;
}

#special.hitokoto .main .cont01 .pic-center #money_img {
  position: relative;
  top: -50px;
  right: -60%;
  width: 100px;
}

#special.hitokoto .main .cont01 .pic-center .pc {
  margin: 0 auto;
}

#special.hitokoto .main .cont01 .pic-center .sp {
  margin: 0 auto;
  margin-bottom: 30px;
}

#special.hitokoto .main .cont02 {
  margin-bottom: 100px;
  margin-top: 90px;
}

#special.hitokoto .main .cont02 .text {
  margin-bottom: 0;
}

#special.hitokoto .main .cont02 .text .no-indent {
  margin: 30px 0px 30px 0px;
}

#special.hitokoto .main .cont02 .text #p_01 {
  text-indent: 0em;
  color: #E46C94;
  font-weight: bold;
  font-size: 21px;
}

#special.hitokoto .main .cont02 .half-block {
  margin-bottom: 40px;
}

#special.hitokoto .main .cont02 .half-block_right {
  float: right;
  width: 49%;
}

#special.hitokoto .main .cont02 .half-block_left {
  float: left;
  width: 49%;
}

#special.hitokoto .main .cont02 .half-block:after {
  content: "";
  display: table;
  clear: both;
}

#special.hitokoto .main .cont02 .pic-center {
  margin: 0 auto;
  max-width: 381px;
  text-align: start;
}

#special.hitokoto .main .cont02 .pic-center figcaption {
  width: 100%;
}

#special.hitokoto .main .cont03 .text .no-indent {
  text-indent: -1em;
}

#special.hitokoto .main .cont03 .text #p_01 {
  text-indent: 0em;
  margin-bottom: 30px;
  color: #E46C94;
  font-weight: bold;
  font-size: 24px;
}

#special.hitokoto .main .cont03 .text span {
  color: #E46C94;
  font-weight: bold;
}

#special.hitokoto .main .cont03 .pic-center .pic_text {
  width: 250px;
  margin: 0 auto;
}

#special.hitokoto .main .cont03 .pic-center .pic_text p {
  text-indent: 0em;
  border-radius: 15px;
  background-color: #3EAA98;
  color: #FFFFFF;
  font-size: 19px;
  margin-bottom: 20px;
}

#special.hitokoto .main .cont03 .pic-center #money_img {
  position: relative;
  top: -50px;
  right: -132px;
}

#special.hitokoto .main .cont04 .text {
  margin-bottom: 50px;
}

#special.hitokoto .main .cont04 .text .no-indent {
  margin: 30px 0px 70px 0px;
}

#special.hitokoto .main .cont04 .text #p_01 {
  text-indent: 0em;
  margin-bottom: 30px;
  color: #E46C94;
  font-weight: bold;
  font-size: 24px;
}

#special.hitokoto .main .cont04 .half-block_right {
  float: right;
  width: 58%;
}

#special.hitokoto .main .cont04 .half-block_left {
  float: left;
  width: 42%;
}

#special.hitokoto .main .cont04 .half-block:after {
  content: "";
  display: table;
  clear: both;
}

#special.hitokoto .main .cont04 .pic-center {
  margin-top: 0px;
}

#special.hitokoto .main .cont04 .pic-center .pc {
  margin: 0 auto;
}

#special.hitokoto .main .cont04 .pic-center01 {
  max-width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 50px;
}

#special.hitokoto .main .cont04 .pic-center01 figcaption {
  width: 237px;
  text-align: left;
  margin: 0 auto;
}

#special.hitokoto .main .cont05 .text {
  margin-bottom: 50px;
}

#special.hitokoto .main .cont05 .text .no-indent {
  margin: 30px 0px 70px 0px;
}

#special.hitokoto .main .cont05 .text #p_01 {
  text-indent: 0em;
  margin-bottom: 30px;
  color: #E46C94;
  font-weight: bold;
  font-size: 24px;
}

#special.hitokoto .main .cont05 #product-name {
  padding-top: 10px;
  padding-bottom: 30px;
  color: #E46C94;
  font-weight: bold;
  font-size: 33px;
  text-align: center;
  text-indent: 0;
}

#special.hitokoto .main .cont05 .pic-center {
  margin-top: 0px;
  max-width: 601px;
}

#special.hitokoto .main .cont05 .pic-center .material-list {
  margin: 20px 0 40px 0;
}

#special.hitokoto .main .cont05 .pic-center .material-list p {
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

#special.hitokoto .main .cont05 .pic-center .material-list li {
  padding-right: 24px;
  float: left;
  color: #DC667A;
}

#special.hitokoto .main .cont05 .pic-center .material-list li span {
  color: #3C3A39;
}

#special.hitokoto .main .cont05 .pic-center01 {
  margin: 0 auto;
  max-width: 701px;
}

#special.hitokoto .main .cont06 {
  margin-top: 80px;
}

#special.hitokoto .main .cont06 #product-name {
  padding-top: 10px;
  padding-bottom: 30px;
  color: #E46C94;
  font-weight: bold;
  font-size: 33px;
  text-align: center;
  text-indent: 0;
}

#special.hitokoto .main .cont06 .pic-center {
  margin-top: 0px;
  max-width: 601px;
}

#special.hitokoto .main .cont06 .pic-center .material-list {
  margin: 20px 0 40px 0;
}

#special.hitokoto .main .cont06 .pic-center .material-list p {
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

#special.hitokoto .main .cont06 .pic-center .material-list li {
  padding-bottom: 20px;
  float: left;
  color: #DC667A;
}

#special.hitokoto .main .cont06 .pic-center .material-list li span {
  color: #3C3A39;
}

#special.hitokoto .main .cont06 .pic-center .material-list #Annotation {
  list-style: none;
  color: #3C3A39;
}

#special.hitokoto .main .cont06 .pic-center01 {
  margin: 0 auto;
  max-width: 701px;
}

#special.hitokoto .main .cont07 {
  margin-top: 80px;
}

#special.hitokoto .main .cont07 #product-name {
  padding-top: 10px;
  padding-bottom: 30px;
  color: #E46C94;
  font-weight: bold;
  font-size: 33px;
  text-align: center;
  text-indent: 0;
}

#special.hitokoto .main .cont07 .pic-center {
  margin-top: 0px;
  max-width: 601px;
}

#special.hitokoto .main .cont07 .pic-center .material-list {
  margin: 20px 0 40px 0;
}

#special.hitokoto .main .cont07 .pic-center .material-list p {
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

#special.hitokoto .main .cont07 .pic-center .material-list li {
  padding-right: 24px;
  float: left;
  color: #DC667A;
}

#special.hitokoto .main .cont07 .pic-center .material-list li span {
  color: #3C3A39;
}

#special.hitokoto .main .cont07 .pic-center01 {
  margin: 0 auto;
  max-width: 701px;
}

#special.hitokoto .main .profile {
  background-image: url(/cnt_landl/2112/img/hitokoto/person_bk.png);
  padding: 15px 0 20px 0;
  margin-bottom: 60px;
  margin-top: 120px;
}

#special.hitokoto .main .profile_text {
  padding-right: 20px;
}

#special.hitokoto .main .profile .name_back {
  height: 46px;
  background-color: #fff;
  padding-left: 170px;
  margin-right: 20px;
}

#special.hitokoto .main .profile .name {
  line-height: 46px;
  text-indent: 0em;
  font-size: 12px;
  margin-top: 0;
}

#special.hitokoto .main .profile .name .bold {
  font-size: 23px;
}

#special.hitokoto .main .profile .person_pro {
  position: relative;
}

#special.hitokoto .main .profile .person_pro img {
  position: absolute;
  top: -54px;
  left: 18px;
  max-width: 128px;
}

#special.hitokoto .main .profile img.person_profile {
  float: unset;
  margin: 0;
  margin-right: 20px;
}

#special.hitokoto .main .profile p {
  line-height: 20px;
  text-indent: 0em;
}

#special.hitokoto .main .profile img {
  max-width: 130px;
  float: right;
  margin-right: 10px;
}

#special.hitokoto .main .profile img.icon {
  float: unset;
}

#special.hitokoto .main .profile_text {
  float: left;
  width: 650px;
  padding-left: 50px;
}

#special.hitokoto .main .profile:after {
  content: "";
  display: table;
  clear: both;
}

#special.hitokoto .main .page-top a {
  display: block;
  position: fixed;
  width: 80px;
  height: 80px;
  background: url("/cnt_landl/2112/img/page-top.png");
  bottom: 100px;
  right: 50px;
  z-index: 100;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-device-width: 687px) {
  #special.hitokoto .main .page-top a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (min-device-width: 688px) and (max-device-width: 1024px) {
  #special.hitokoto .main .page-top a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

#special.hitokoto .main .page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-device-width: 687px) {
  #special.hitokoto .main .page-top a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (min-device-width: 688px) and (max-device-width: 1024px) {
  #special.hitokoto .main .page-top a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

#special.hitokoto .main .page-top a:hover {
  opacity: 0.7;
}

#special.hitokoto #google-map {
  margin-top: 10px;
}

.recipe .title-sub li {
  font-weight: bold;
  margin: 6px 0px;
}

.recipe .material {
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
}

.recipe .material .recipi-pic {
  float: right;
}

.recipe .material .recipiWrapper {
  margin-bottom: 10px;
  width: 360px;
  float: left;
}

.recipe .material .recipiWrapper .material-01 .title-sub span {
  font-size: 17px;
}

.recipe .material-recipiDetail {
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.recipe .material-recipiDetail:after {
  content: "";
  display: table;
  clear: both;
}

.recipe .material-recipiDetail:before {
  position: absolute;
  top: 5px;
  left: 0px;
  content: "";
  width: 100%;
  height: 3px;
  border-bottom: 2px dotted #3C3A39;
  z-index: -1;
}

.recipe .material-recipiDetail dt {
  float: left;
  background: #EACAAA;
  padding-right: 10px;
}

.recipe .material-recipiDetail dd {
  float: right;
  background: #EACAAA;
  padding-left: 10px;
  width: 178px;
  text-align: left;
}

.recipe .material-recipiDetail .circle:before {
  color: #DC667A;
  content: '¡ñ';
}

.recipe .material-recipiDetail .ast:before {
  color: #0068B6;
  content: '£ª';
}

.recipe .material-recipiDetail .square:before {
  color: #77BF44;
  content: '¡ö';
}

.recipe .material-recipiDetail02 {
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.recipe .material .pic {
  position: relative;
  margin-top: 42px;
}

.recipe .material .pic .point {
  width: 629px;
}

.recipe .material .pic .icon {
  position: absolute;
  top: 10%;
  left: 50%;
}

.recipe .material .howTo {
  clear: both;
  width: 100%;
  padding-top: 54px;
  padding-bottom: 0px;
}

.recipe .material .howTo ol.list {
  font-weight: bold;
  counter-reset: item;
  margin-left: 1em;
}

.recipe .material .howTo .list li {
  line-height: 24px;
  text-indent: -1.5em;
  margin: 10px 0px;
  margin-left: 1em;
}

.recipe .material .howTo .list li span {
  color: #DC667A;
}

.recipe .material .howTo .list li span.square {
  color: #77BF44;
}

.recipe .material .howTo .list li span.ast {
  color: #0068B6;
}

.recipe .material .howTo .list li .normal {
  color: #3C3A39;
  font-weight: normal;
}

.recipe .material .howTo .list li:before {
  counter-increment: item;
  content: counter(item) "£®";
  color: #DC667A;
}

.recipe .material .howTo .title-sub li {
  padding-left: 0.7em;
}

.recipe .material .howTo .undertext {
  margin-left: 0.5em;
}

.recipe .material .howTo .undertext p {
  margin: 0 0 0 1em !important;
  text-indent: -1em !important;
}

.recipe .material-01, .recipe .material-02, .recipe .material-03 {
  margin-bottom: 0px;
}

.recipe .material #howTo01 {
  padding-top: 0px;
}

.recipe .title-sub {
  margin-bottom: 10px;
}

.recipe .title-sub li span {
  color: #DC667A;
}

.recipe-01 {
  padding-bottom: 0px;
}

.recipe-01 .material .recipi-pic {
  max-width: 386px;
}

.recipe-01 .material .howTo ol.list {
  float: left;
  max-width: 510px;
  width: 510px;
  height: auto;
}

.recipe-01 .material .howTo .howTo-pic-right {
  float: right;
  margin-top: -30px;
  position: relative;
  right: 0px;
  top: 40px;
  max-width: 200px;
  width: 200px;
  height: auto;
}

.recipe-02, .recipe-03 {
  padding-bottom: 30px;
}

.recipe-02 .material .recipi-pic, .recipe-03 .material .recipi-pic {
  max-width: 386px;
}

.recipe-02 .material .recipiWrapper-02, .recipe-03 .material .recipiWrapper-02 {
  clear: both;
  width: 100%;
}

.recipe-02 .material .recipiWrapper-02 .material-02, .recipe-03 .material .recipiWrapper-02 .material-02 {
  width: 360px;
  float: left;
}

.recipe-02 .material .recipiWrapper-02 .material-03, .recipe-03 .material .recipiWrapper-02 .material-03 {
  width: 360px;
  float: right;
}

.recipe-02 .material .howTo ol.list, .recipe-03 .material .howTo ol.list {
  float: left;
  max-width: 510px;
  width: 510px;
  height: auto;
}

.recipe-02 .material .howTo .howTo-pic-right, .recipe-03 .material .howTo .howTo-pic-right {
  float: right;
  margin-top: -30px;
  position: relative;
  right: 0px;
  top: 40px;
  max-width: 200px;
  width: 200px;
  height: auto;
}

#special.promenade figcaption {
  text-align: left;
}

#special.promenade .top-image {
  font-weight: bold;
  text-align: center;
  margin-bottom: 47px;
}

#special.promenade .top-image figcaption {
  margin-top: 8px;
}

#special.promenade .top-image #marginTop {
  margin-top: 60px;
}

#special.promenade .top-image .text {
  margin-top: 30px;
  text-align: left;
}

#special.promenade .top-image .text .top-bold {
  text-indent: 0em;
}

#special.promenade .top-image .parent {
  overflow: hidden;
  margin-bottom: 25px;
}

#special.promenade .top-image .parent .text {
  float: left;
}

#special.promenade .top-image .parent .text p {
  margin-top: 30px;
  text-align: left;
  text-indent: 0em;
  font-weight: normal;
  line-height: 25px;
}

#special.promenade .top-image .parent .right_img {
  float: right;
}

#special.promenade .top-image img.title {
  width: auto;
  height: 146px;
  margin-bottom: 20px;
}

#special.promenade .top-image .pic-right {
  margin: 10px 0;
}

#special.promenade .top-image .pic-right .text {
  margin-top: 30px;
  width: 400px;
}

#special.promenade .top-image .pic-right .text p {
  text-align: left;
  text-indent: 0em;
}

#special.promenade .top-image .pic-right .pic {
  width: 385px;
}

#special.promenade .top-image .pic-right:after {
  content: "";
  display: table;
  clear: both;
}

#special.promenade .top-image .pic-center {
  max-width: 800px;
}

#special.promenade .top-image .image-space {
  margin: 40px 0px 25px 0px;
}

#special.promenade .movieBox {
  border: 3px solid #009FE8;
  padding: 30px 150px;
  margin-bottom: 60px;
  word-break: break-all;
}

#special.promenade .movieBox .movieBox_text {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  line-height: 25px;
}

#special.promenade .movieBox .movieBox_text p {
  text-indent: 0;
  margin: 0;
}

#special.promenade .movieBox .movieBox_icon {
  display: inline;
  vertical-align: middle;
  padding-right: 80px;
}

#special.promenade .movieBox img {
  vertical-align: middle;
}

#special.promenade .main {
  margin-bottom: 0px;
}

#special.promenade h1 {
  width: 410px;
  color: #C24E00;
  margin-bottom: 15px;
}

#special.promenade h1:before {
  color: #C24E00;
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px;
  bottom: -17px;
  width: 50%;
}

#special.promenade h1:after {
  color: #E0A680;
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px;
  bottom: -17px;
  left: 50%;
  width: 50%;
}

#special.promenade h2.question {
  position: relative;
  padding-left: 70px;
  border: unset;
}

#special.promenade h2.question::before {
  position: absolute;
  top: -13px;
  left: 15px;
  content: '';
  /*ºÎ¤âÈë¤ì¤Ê¤¤*/
  display: inline-block;
  /*Íü¤ì¤º¤Ë£¡*/
  width: 47px;
  /*»­Ïñ¤Î·ù*/
  height: 37px;
  /*»­Ïñ¤Î¸ß¤µ*/
  background-image: url(/cnt_landl/2112/img/promenade/head_title_Q.png);
  background-size: contain;
  vertical-align: middle;
}

#special.promenade .main-text {
  margin: 36px 0;
}

#special.promenade .main-text .sub-title {
  margin-top: 30px;
}

#special.promenade .main-cont {
  margin: 0px 0 240px;
}

#special.promenade .main-cont p {
  text-indent: 1em;
  margin: 0;
}

#special.promenade .main-cont h2 {
  color: #C24E00;
  margin-bottom: 60px;
  padding-left: 11px;
}

#special.promenade .main-cont h2.contact_head {
  color: black;
  border-color: #C24E00;
  margin-bottom: 20px;
}

#special.promenade .main-cont h2.subtitle {
  margin-bottom: 10px;
  padding-top: 10px;
  color: black;
  font-size: 20px;
  border-left: none;
  text-indent: 0em;
}

#special.promenade .main-cont .plan .title {
  font-size: 26px;
  color: white;
  background-color: #0062AC;
  margin-top: 10px;
  padding: 12px 0px 12px 14px;
}

#special.promenade .main-cont .text {
  margin-bottom: 50px;
  margin-top: 16px;
}

#special.promenade .main-cont .half-block {
  margin-top: 30px;
}

#special.promenade .main-cont .section01 {
  background-image: url(/cnt_landl/2112/img/promenade/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0px;
}

#special.promenade .main-cont .section01 .cont01 {
  overflow: hidden;
  width: 800px;
  height: 240px;
}

#special.promenade .main-cont .section01 .cont01 .pic-right .text {
  margin-bottom: 0;
  width: 800px;
}

#special.promenade .main-cont .section01 .cont01 .pic-right .text p {
  padding-left: 1em;
  font-size: 17px;
  text-indent: -1em;
}

#special.promenade .main-cont .section01 .cont01 .pic-right .pic {
  margin-top: -90px;
  position: relative;
  right: 0px;
  top: -90px;
  max-width: 261px;
  width: 261px;
  height: auto;
}

#special.promenade .main-cont .section01 .cont01 .img-center {
  text-align: center;
  margin-top: 30px;
}

#special.promenade .main-cont .section01 .cont01 .sentence-space {
  margin: 40px 0px 90px 0px;
}

#special.promenade .main-cont .section01 .cont01 .sentence-space .pic-center {
  max-width: 300px;
  clear: both;
}

#special.promenade .main-cont .section01 .cont01 p {
  font-size: 16px;
  text-indent: 1em;
  line-height: 33px;
  padding-top: 0px;
}

#special.promenade .main-cont .section01 .cont01 .left {
  font-weight: bold;
}

#special.promenade .main-cont .section01 .cont01 #marginTop03 {
  margin-top: 50px;
}

#special.promenade .main-cont .section01 .cont01 .pic-center {
  max-width: 480px;
  height: auto;
  clear: both;
}

#special.promenade .main-cont .section01 .cont01 .pic-center figcaption {
  margin-top: 8px;
}

#special.promenade .main-cont .section01 .cont02 {
  margin-bottom: 80px;
  max-width: 800px;
}

#special.promenade .main-cont .section01 .cont02 h2 {
  margin-bottom: 45px;
}

#special.promenade .main-cont .section01 .cont02 .pic-center {
  text-align: center;
  max-width: 800px;
  height: auto;
  clear: both;
}

#special.promenade .main-cont .section01 .cont02 .pic-center figcaption {
  margin-top: 8px;
  max-width: 800px;
}

#special.promenade .main-cont .section01 .cont02 .text p {
  text-indent: 1em;
}

#special.promenade .main-cont .section01 .cont02 .centerImg {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 48px;
  display: block;
}

#special.promenade .main-cont .section01 .cont02 .centerImg p {
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
  text-indent: 0%;
  width: 350px;
}

#special.promenade .main-cont .section01 .cont02 .half-block {
  margin-bottom: 50px;
}

#special.promenade .main-cont .section01 .cont02 .half-block .half-block_left {
  width: 410px;
  margin-right: 40px;
}

#special.promenade .main-cont .section01 .cont02 .half-block .half-block_left figcaption {
  width: 410px;
}

#special.promenade .main-cont .section01 .cont02 .half-block .half-block_right {
  width: 350px;
}

#special.promenade .main-cont .section01 .cont02 .half-block .half-block_right figcaption {
  width: 350px;
}

#special.promenade .main-cont .section01 .cont03 {
  height: auto;
  margin: 0 auto;
  margin-bottom: 100px;
  padding-bottom: 0px;
}

#special.promenade .main-cont .section01 .cont03 .pic-center {
  max-width: 480px;
  height: 272px;
  clear: both;
}

#special.promenade .main-cont .section01 .cont03 .pic-center figcaption {
  margin-top: 8px;
}

#special.promenade .main-cont .section01 .cont03 .main-text-jump {
  margin-bottom: 60px;
}

#special.promenade .main-cont .section01 .cont03 .text-pic-01 h2 {
  margin-bottom: 50px;
}

#special.promenade .main-cont .section01 .cont04 {
  max-width: 800px;
}

#special.promenade .main-cont .section01 .cont04 h2 {
  margin-bottom: 45px;
}

#special.promenade .main-cont .section01 .cont04 .pic-center {
  max-width: 576px;
  clear: both;
}

#special.promenade .main-cont .section01 .cont04 .parent {
  overflow: hidden;
}

#special.promenade .main-cont .section01 .cont04 .parent .text {
  margin-top: 0px;
  float: left;
  width: 445px;
}

#special.promenade .main-cont .section01 .cont04 .parent .text .txt01 {
  margin-bottom: 50px;
}

#special.promenade .main-cont .section01 .cont04 .parent .img {
  margin-top: 10px;
  float: right;
  width: 300px;
}

#special.promenade .main-cont .section01 .cont04 .parent .img figcaption {
  width: 300px;
  margin-top: 8px;
}

#special.promenade .main-cont .section01 .cont04 .text p {
  text-indent: 0%;
}

#special.promenade .main-cont .section01 .cont04 .centerImg {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 48px;
  display: block;
}

#special.promenade .main-cont .section01 .cont04 .centerImg p {
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
  text-indent: 0%;
  width: 350px;
}

#special.promenade .main-cont .section01 .cont05 {
  margin-top: 50px;
  margin-bottom: 80px;
  max-width: 800px;
}

#special.promenade .main-cont .section01 .cont05 h2 {
  margin-bottom: 45px;
}

#special.promenade .main-cont .section01 .cont05 .pic-center {
  max-width: 371px;
  clear: both;
}

#special.promenade .main-cont .section01 .cont05 .parent {
  overflow: hidden;
}

#special.promenade .main-cont .section01 .cont05 .parent .text {
  margin-top: 0px;
  float: left;
  width: 445px;
}

#special.promenade .main-cont .section01 .cont05 .parent .text .txt01 {
  margin-bottom: 50px;
}

#special.promenade .main-cont .section01 .cont05 .parent .img {
  margin-top: 10px;
  float: right;
  width: 300px;
}

#special.promenade .main-cont .section01 .cont05 .parent .img figcaption {
  margin-top: 8px;
}

#special.promenade .main-cont .section01 .cont05 .text p {
  text-indent: 0%;
}

#special.promenade .main-cont .section01 .cont05 .centerImg {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 48px;
  display: block;
}

#special.promenade .main-cont .section01 .cont05 .centerImg p {
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
  text-indent: 0%;
  width: 350px;
}

#special.promenade .main-cont .section01 .cont06 {
  margin-bottom: 50px;
}

#special.promenade .main-cont .section01 .cont06 h2 {
  margin-bottom: 50px;
}

#special.promenade .main-cont .section01 .cont06 .left_img {
  float: left;
  width: 480px;
}

#special.promenade .main-cont .section01 .cont06 .pic-center {
  max-width: 691px;
}

#special.promenade .main-cont .section01 .cont07 {
  margin-bottom: 50px;
}

#special.promenade .main-cont .section01 .cont07 .half-block {
  margin: 0 auto;
  max-width: 690px;
}

#special.promenade .main-cont .section01 .cont07 .half-block_right {
  float: right;
  max-width: 291px;
  width: 100%;
}

#special.promenade .main-cont .section01 .cont07 .half-block_left {
  float: left;
  max-width: 351px;
  width: 100%;
}

#special.promenade .main-cont .section01 .cont07 .half-block:after {
  content: "";
  display: table;
  clear: both;
}

#special.promenade .main-cont .section01 .cont08 {
  height: auto;
  margin: 0 auto;
  margin-bottom: 100px;
  padding-bottom: 0px;
}

#special.promenade .main-cont .section01 .cont08 h2 {
  padding-bottom: 45px;
}

#special.promenade .main-cont .section01 .cont08 .half-block_right {
  float: right;
  width: 37%;
}

#special.promenade .main-cont .section01 .cont08 .half-block_left {
  float: left;
  max-width: 49%;
}

#special.promenade .main-cont .section01 .cont08 .half-block_left figcaption {
  position: relative;
  max-width: 200px;
  left: 180px;
  bottom: 96px;
}

#special.promenade .main-cont .section01 .cont08 .half-block:after {
  content: "";
  display: table;
  clear: both;
}

#special.promenade .main-cont .section01 .cont08 .pic-center {
  margin: 0 auto 50px;
  max-width: 351px;
}

#special.promenade .main-cont .section01 .cont08 #french {
  height: 700px;
  margin-bottom: 50px;
}

#special.promenade .main-cont .section01 .cont08 #look {
  height: 328px;
}

#special.promenade .main-cont .section01 .cont09 .no-indent p {
  text-indent: 0em;
}

#special.promenade .main-cont .section01 .cont09 .contact table {
  margin-bottom: 30px;
}

#special.promenade .main-cont .section02 {
  background-color: #FFFEE5;
  border: 3px solid #7AB9DE;
  margin-bottom: 65px;
}

#special.promenade .main-cont .section02 .title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  background-color: #B4B4F5;
  color: #fff;
  padding: 6px 0;
  text-indent: 0em;
}

#special.promenade .main-cont .section02 figcaption {
  line-height: 33px;
  margin-top: 20px;
}

#special.promenade .main-cont .section02 .half-block {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

#special.promenade .main-cont .section02 .half-block_left {
  padding: 30px 30px 50px;
  width: 50%;
  background-color: #BAE3F9;
}

#special.promenade .main-cont .section02 .half-block_right {
  padding: 30px 30px 50px;
  width: 50%;
  min-height: 100%;
  background-color: #F7C9DD;
}

#special.promenade .main-cont .section02 .half-block:after {
  content: "";
  display: table;
  clear: both;
}

#special.promenade .main-cont .section02 .cont01 {
  height: 420px;
  max-width: 800px;
  overflow: hidden;
  padding-top: 45px;
}

#special.promenade .main-cont .section02 .cont01 h2 {
  margin-bottom: 45px;
}

#special.promenade .main-cont .section02 .cont01 p {
  background-color: #BAE3F9;
  padding: 0 20px;
  text-indent: 0em;
}

#special.promenade .main-cont .section02 .cont01 .pic-center {
  max-width: 480px;
  height: 310px;
  clear: both;
}

#special.promenade .main-cont .section02 .cont01 .pic-center figcaption {
  margin-top: 8px;
}

#special.promenade .main-cont .section02 .cont01 .text p {
  text-indent: 0%;
}

#special.promenade .main-cont .section02 .cont01 .centerImg {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 48px;
  display: block;
}

#special.promenade .main-cont .section02 .cont01 .centerImg p {
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
  text-indent: 0%;
  width: 350px;
}

#special.promenade .main-cont .section02 .cont02 {
  overflow: hidden;
}

#special.promenade .main-cont .section02 .cont02 .img-center {
  text-align: center;
  margin-top: 30px;
}

#special.promenade .main-cont .section02 .cont02 .pic-center {
  max-width: 150px;
  height: 70px;
  clear: both;
}

#special.promenade .main-cont .section02 .cont02 .pic-center figcaption {
  margin-top: 8px;
}

#special.promenade .main-cont .section02 .cont03 {
  padding-left: 35px;
  padding-right: 35px;
}

#special.promenade .main-cont .section02 .cont03 .text .QA {
  margin-top: 45px;
}

#special.promenade .main-cont .section02 .cont03 .text .question {
  font-size: 18px;
  font-weight: bold;
  text-indent: 0em;
}

#special.promenade .main-cont .section02 .cont03 .text .question span {
  color: #107EA5;
  font-size: 18px;
  font-weight: bold;
}

#special.promenade .main-cont .section02 .cont03 .text .answer {
  text-indent: 0em;
}

#special.promenade .main-cont .section02 .cont03 .text .answer span {
  color: #107EA5;
}

#special.promenade .main-cont .section03 {
  background-color: #D1E5F3;
  border: 3px solid #7AB9DE;
  margin-bottom: 65px;
}

#special.promenade .main-cont .section03 .cont01 {
  overflow: hidden;
  padding-top: 45px;
}

#special.promenade .main-cont .section03 .cont01 .img-center {
  text-align: center;
  margin-top: 30px;
}

#special.promenade .main-cont .section03 .cont01 .pic-center {
  max-width: 150px;
  height: 70px;
  clear: both;
}

#special.promenade .main-cont .section03 .cont01 .pic-center figcaption {
  margin-top: 8px;
}

#special.promenade .main-cont .section03 .cont02 {
  padding-left: 35px;
  padding-right: 35px;
}

#special.promenade .main-cont .section03 .cont02 .text .QA {
  margin-top: 45px;
}

#special.promenade .main-cont .section03 .cont02 .text .question {
  font-size: 18px;
  font-weight: bold;
  text-indent: 0em;
}

#special.promenade .main-cont .section03 .cont02 .text .question span {
  color: #107EA5;
  font-size: 18px;
  font-weight: bold;
}

#special.promenade .main-cont .section03 .cont02 .text .answer {
  text-indent: 0em;
}

#special.promenade .main-cont .section03 .cont02 .text .answer span {
  color: #107EA5;
}

#special.promenade .main-cont .section03 .cont03 {
  height: 420px;
  max-width: 800px;
  overflow: hidden;
}

#special.promenade .main-cont .section03 .cont03 .pic-center {
  max-width: 480px;
  height: 327px;
  clear: both;
}

#special.promenade .main-cont .section03 .cont03 .pic-center figcaption {
  margin-top: 8px;
}

#special.promenade .main-cont .section04 .cont01 {
  height: 300px;
  margin-bottom: 75px;
  overflow: hidden;
}

#special.promenade .main-cont .section04 .cont01 .pic-center {
  max-width: 480px;
  height: 270px;
  clear: both;
}

#special.promenade .main-cont .section04 .cont01 .pic-center figcaption {
  margin-top: 8px;
}

#special.promenade .main-cont .section04 .cont02 .text {
  margin-bottom: 0px;
}

#special.promenade .main-cont .section04 .cont03 .text {
  margin-bottom: 0px;
  margin-top: 40px;
}

#special.promenade .main-cont .section04 .cont03 .text p {
  font-size: 14px;
  text-indent: 0em;
}

#special span.bold {
  font-weight: bold;
}

#special span.normal {
  font-weight: normal;
}

#special span.red {
  color: brown;
}

#special .text-center {
  text-align: center;
}

#special .text-left {
  text-align: left;
}

#special .text-right {
  text-align: right;
}

#special .sp {
  display: none;
}

#special .small {
  font-size: 80%;
}

.mt0 {
  margin-top: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

@media only screen and (max-device-width: 687px) {
  #special .main {
    padding: 0 20px 20px;
  }
  #special .contact table tbody tr td p {
    text-indent: 0em;
  }
  #special .contact table tbody tr td iframe {
    width: 100%;
    height: 100%;
  }
  #special .profile {
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 30px;
  }
  #special .profile text
p {
    line-height: 25px;
    margin: 0;
  }
  #special .profile img {
    max-width: 100%;
    float: unset;
  }
  #special .profile_text {
    float: right;
    width: 640px;
    text-align: left;
  }
  #special .profile:after {
    content: "";
    display: table;
    clear: both;
  }
  #special {
    font-size: 14px;
    width: 100%;
    margin: auto;
  }
  #special .top-image {
    text-align: center;
  }
  #special h1 {
    font-size: 26px;
    position: relative;
    line-height: 36px;
    margin-bottom: 15px;
    /*&:before{
              position: absolute;
              content: " ";
              display: block;
              border-bottom: solid 5px;
              bottom: -10px;
              width: 50%;
          }

          &:after{
              position: absolute;
              content: " ";
              display: block;
              border-bottom: solid 5px;
              bottom: -10px;
              left: 50%;
              width: 50%;
          }*/
  }
  #special h2 {
    font-size: 22px;
    padding-left: 11px;
    border-left: solid 9px;
    line-height: 30px;
    font-family: sans-serif;
  }
  #special h2.contact_head {
    padding-left: 12px;
    line-height: 20px;
  }
  #special p {
    font-size: 16px;
    line-height: 33px;
    margin: 0;
    text-indent: 1em;
  }
  #special figcaption {
    line-height: 1.8em;
  }
  #special .headList .top-image {
    text-align: center;
  }
  #special .pic-center {
    margin: 0 auto;
  }
  #special .pic-center figcaption {
    width: 100%;
  }
  #special .pic-left .text {
    float: none;
  }
  #special .pic-left .pic {
    float: none;
    margin: 0 auto;
  }
  #special .pic-left:after {
    content: "";
    display: table;
    clear: both;
  }
  #special .pic-right .text {
    float: none;
  }
  #special .pic-right .pic {
    float: none;
    margin: 0 auto;
  }
  #special .pic-right:after {
    content: "";
    display: table;
    clear: both;
  }
  #special .half-block_right {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #special .half-block_left {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #special .half-block:after {
    content: "";
    display: table;
    clear: both;
  }
  #special .main {
    font-family: "Meiryo UI", Meiryo, "YuGothic", "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "ÓÎ¥´¥·¥Ã¥¯Ìå", "Hiragino Kaku Gothic ProN", sans-serif;
  }
  #special .main-text {
    text-align: left;
  }
  #special .main-text .sub-title {
    font-size: 18px;
    text-indent: 0;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #special .main-text p {
    line-height: 33px;
    margin: 0;
  }
  #special .main-text img {
    margin: 15px 0 20px 0;
  }
  #special .main-cont .item .one-column img {
    max-width: 100%;
  }
  #special .main-cont .headline {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 36px;
  }
  #special .main .page-top a {
    display: block;
    position: fixed;
    width: 80px;
    height: 80px;
    background: url("/cnt_landl/2112/img/page-top.png");
    bottom: 100px;
    right: 50px;
    z-index: 100;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) and (max-device-width: 687px) {
  #special .main .page-top a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) and (min-device-width: 688px) and (max-device-width: 1024px) {
  #special .main .page-top a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) {
  #special .main .page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

@media only screen and (max-device-width: 687px) and (max-device-width: 687px) {
  #special .main .page-top a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) and (min-device-width: 688px) and (max-device-width: 1024px) {
  #special .main .page-top a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) {
  #special .main .page-top a:hover {
    opacity: 0.7;
  }
  #special #google-map {
    margin-top: 10px;
  }
  #special .panel {
    transition: all 0.2s ease-in-out;
    opacity: 1;
  }
  #special .panel:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
  }
  #special.jumping figcaption {
    margin-top: 10px;
  }
  #special.jumping h1 {
    max-width: 100%;
    width: 410px;
    color: #285400;
    margin-bottom: 15px;
  }
  #special.jumping h2 {
    color: #9f2238;
    margin-bottom: 30px;
    padding-left: 11px;
  }
  #special.jumping h2.contact_head {
    color: black;
    border-color: #285400;
    margin-bottom: 20px;
  }
  #special.jumping .pic {
    float: right;
    position: relative;
    top: -138px;
    right: -10px;
    max-width: 100%;
    height: auto;
  }
  #special.jumping .title {
    color: black;
  }
  #special.jumping .top-image {
    margin-bottom: 50px;
  }
  #special.jumping .top-image .sp {
    margin-top: 34px;
  }
  #special.jumping .top-image .title {
    width: 140px;
  }
  #special.jumping .top-image figcaption {
    text-align: left;
    margin: 0;
    padding: 0 20px;
  }
  #special.jumping .main {
    margin-bottom: 100px;
  }
  #special.jumping .main .main-text-jump p {
    text-indent: 0em;
    font-size: 17px;
  }
  #special.jumping .main .main-text-jump .left {
    float: left;
    margin-bottom: 28px;
    width: 100%;
  }
  #special.jumping .main .sub-title {
    font-weight: bold;
    margin-top: 30px;
    font-size: 18px;
    color: black;
  }
  #special.jumping .main .main-cont .cont01 {
    margin-bottom: 115px;
  }
  #special.jumping .main .main-cont .cont01 p {
    font-size: 19px;
    text-indent: 0em;
    line-height: 33px;
    padding-top: 15px;
  }
  #special.jumping .main .main-cont .cont02 {
    margin-bottom: 50px;
  }
  #special.jumping .main .main-cont .cont02 .title_pic h2,
  #special.jumping .main .main-cont .cont02 .title_pic .h2img {
    float: left;
  }
  #special.jumping .main .main-cont .cont02 .title_pic .h2img {
    margin: -6px 0 0 14px;
  }
  #special.jumping .main .main-cont .cont02 .title_pic:after {
    content: "";
    display: table;
    clear: both;
  }
  #special.jumping .main .main-cont .cont03 {
    margin-bottom: 110px;
  }
  #special.jumping .main .main-cont .cont03 .half-block_left {
    margin-bottom: 40px;
  }
  #special.jumping .main .main-cont .cont04 {
    margin-bottom: 50px;
  }
  #special.jumping .main .main-cont .cont04 .title_pic h2,
  #special.jumping .main .main-cont .cont04 .title_pic .h2img {
    float: left;
  }
  #special.jumping .main .main-cont .cont04 .title_pic .h2img {
    margin-left: 22px;
  }
  #special.jumping .main .main-cont .cont04 .title_pic:after {
    content: "";
    display: table;
    clear: both;
  }
  #special.jumping .main .main-cont .cont04 .text {
    margin: 20px auto 50px;
  }
  #special.jumping .main .main-cont .cont05 .pic-center {
    max-width: 460px;
    width: 100%;
  }
  #special.jumping .main .main-cont .cont07 .half-block_left {
    margin-bottom: 40px;
  }
  #special.jumping .main .main-cont .cont05,
  #special.jumping .main .main-cont .cont06,
  #special.jumping .main .main-cont .cont07,
  #special.jumping .main .main-cont .cont08 {
    margin-bottom: 40px;
  }
  #special.jumping .main .main-cont .cont09 {
    margin-bottom: 80px;
  }
  #special.jumping .main .main-cont .cont09 .half-block_left {
    margin-bottom: 40px;
  }
  #special.jumping .main .main-cont .cont10 {
    margin-bottom: 30px;
  }
  #special.jumping .main .main-cont .present {
    text-align: center;
  }
  #special.jumping .main .main-cont .no-indent p {
    text-indent: 0em;
  }
  #special.report p {
    text-indent: 1em;
  }
  #special.report h2 {
    border-color: #00608b;
    margin-bottom: 25px;
  }
  #special.report h1 {
    width: 100%;
    border-color: #00608b;
  }
  #special.report h1::after {
    color: #99bfd1;
    bottom: -17px;
  }
  #special.report h1::before {
    bottom: -17px;
    color: #00608b;
  }
  #special.report .top-image .title {
    width: 144px;
  }
  #special.report .top-image .image {
    margin: 30px 0 50px;
  }
  #special.report .top-image .image figcaption {
    margin-top: 30px;
    line-height: 2.5em;
  }
  #special.report .main-text {
    margin-bottom: 20px;
  }
  #special.report .main-text .sub-title {
    color: #00608b;
    font-size: 24px;
    position: relative;
    line-height: 37px;
    font-weight: bold;
  }
  #special.report .sub-title {
    font-weight: bold;
    font-size: 14px;
  }
  #special.report .main-cont {
    margin-bottom: 100px;
  }
  #special.report .main-cont p {
    text-indent: 1em;
  }
  #special.report .main-cont .cont01 {
    margin-bottom: 80px;
  }
  #special.report .main-cont .cont01 .text {
    margin: 30px 0 40px;
  }
  #special.report .main-cont .cont01 .pic-center {
    max-width: 505px;
    width: 100%;
  }
  #special.report .main-cont .cont01 .pic-center img {
    margin-top: unset;
  }
  #special.report .undertext {
    margin-bottom: 90px;
  }
  #special.report .undertext .center {
    text-align: center;
    font-weight: bold;
  }
  #special.report .undertext .center img {
    margin-right: 15px;
  }
  #sb-site.hitokoto-wide {
    background-color: #F5D0DD;
    padding-top: 38px;
  }
  #hitokoto-special {
    padding-top: 50px;
  }
  #special.hitokoto {
    font-size: 14px;
    width: 100%;
    margin: auto;
  }
  #special.hitokoto p {
    text-indent: 1em;
    line-height: 26px;
  }
  #special.hitokoto .headline-top {
    width: 100%;
    max-width: 570px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  #special.hitokoto .headline {
    margin-bottom: 30px;
  }
  #special.hitokoto #headline01 img {
    max-width: 50%;
  }
  #special.hitokoto #headline02 img {
    max-width: 65%;
  }
  #special.hitokoto #headline03 img {
    max-width: 80%;
  }
  #special.hitokoto h1 {
    width: 100%;
    max-width: 577px;
    font-size: 24px;
    position: relative;
    line-height: 37px;
    color: #F5D0DD;
  }
  #special.hitokoto h1:before {
    color: #F5D0DD;
    width: 40%;
    bottom: -17px;
  }
  #special.hitokoto h1:after {
    color: #E36C93;
    left: 40%;
    width: 40%;
    bottom: -17px;
  }
  #special.hitokoto h2 {
    color: #E36C93;
    margin-bottom: 25px;
  }
  #special.hitokoto .top-image {
    text-align: center;
  }
  #special.hitokoto .top-image img {
    max-width: 100%;
    margin-bottom: 50px;
  }
  #special.hitokoto .main {
    font-family: "Meiryo UI", Meiryo, "YuGothic", "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "ÓÎ¥´¥·¥Ã¥¯Ìå", "Hiragino Kaku Gothic ProN", sans-serif;
    padding-bottom: 160px;
  }
  #special.hitokoto .main-text {
    margin-bottom: 50px;
  }
  #special.hitokoto .main-text hr {
    height: 1px;
    background-color: #000;
    border: none;
  }
  #special.hitokoto .main-text p {
    text-indent: unset;
  }
  #special.hitokoto .main .pic-center {
    text-align: center;
  }
  #special.hitokoto .main .howto .top p {
    margin: 0;
  }
  #special.hitokoto .main .howto .top img {
    margin-bottom: 10px;
  }
  #special.hitokoto .main .howto .middle {
    text-align: center;
    margin-top: 20px;
  }
  #special.hitokoto .main .howto .middle p {
    text-indent: 0em;
    text-align: left;
    margin: 10px 0 30px;
  }
  #special.hitokoto .main .howto .middle img {
    margin-bottom: 30px;
  }
  #special.hitokoto .main .text {
    margin-bottom: 50px;
  }
  #special.hitokoto .main .cont01 #money_img {
    position: relative;
    top: -50px;
    right: -17%;
    width: 100px;
  }
  #special.hitokoto .main .cont02 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #special.hitokoto .main .cont02 .pic-center {
    padding-bottom: 40px;
    max-width: 381px;
  }
  #special.hitokoto .main .cont02 .text #p_01 {
    font-size: 18px;
  }
  #special.hitokoto .main .cont03 {
    margin-top: 0px;
  }
  #special.hitokoto .main .cont04 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #special.hitokoto .main .cont04 .pic-center {
    margin-bottom: 60px;
    background-color: white;
    width: 100%;
    max-width: 600px;
    height: auto;
  }
  #special.hitokoto .main .cont05 #product-name,
  #special.hitokoto .main .cont06 #product-name,
  #special.hitokoto .main .cont07 #product-name {
    font-size: 21px;
  }
  #special.hitokoto .main .cont05 .pic-center01,
  #special.hitokoto .main .cont06 .pic-center01,
  #special.hitokoto .main .cont07 .pic-center01 {
    margin: 0 auto;
    max-width: 259px;
    text-align: center;
  }
  #special.hitokoto .main .profile {
    background-image: url(/cnt_landl/2112/img/hitokoto/person_bk.png);
    text-align: center;
    padding: 25px;
    margin-bottom: 20px;
    margin-top: 120px;
    background-repeat: repeat;
    background-size: contain;
  }
  #special.hitokoto .main .profile .name_back {
    height: 46px;
    background-color: #fff;
    padding-left: 20px;
    margin-right: unset;
    font-size: unset;
  }
  #special.hitokoto .main .profile .name {
    line-height: 46px;
    text-indent: 0em;
    margin-top: 0;
  }
  #special.hitokoto .main .profile .name .bold {
    font-size: unset;
  }
  #special.hitokoto .main .profile .person_pro {
    position: relative;
  }
  #special.hitokoto .main .profile .person_pro img {
    position: absolute;
    top: -54px;
    right: -7px;
    left: unset;
    max-width: 84px;
  }
  #special.hitokoto .main .profile .person_profile {
    height: 15px;
    margin-top: 16px;
    padding-left: 0;
    margin-bottom: 15px;
    text-align: left;
  }
  #special.hitokoto .main .profile p {
    line-height: 25px;
    text-indent: 0em;
  }
  #special.hitokoto .main .profile p.name {
    text-indent: 0em;
    text-align: left;
  }
  #special.hitokoto .main .profile img {
    max-width: unset;
    float: unset;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #special.hitokoto .main .profile img.icon {
    float: unset;
  }
  #special.hitokoto .main .profile_text {
    float: unset;
    width: unset;
    text-align: left;
    padding-left: 0;
  }
  #special.hitokoto .main .profile:after {
    content: "";
    display: table;
    clear: both;
  }
  #special.hitokoto .main .page-top a {
    display: block;
    position: fixed;
    width: 80px;
    height: 80px;
    background: url("/cnt_landl/2112/img/page-top.png");
    bottom: 100px;
    right: 50px;
    z-index: 100;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) and (max-device-width: 687px) {
  #special.hitokoto .main .page-top a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) and (min-device-width: 688px) and (max-device-width: 1024px) {
  #special.hitokoto .main .page-top a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) {
  #special.hitokoto .main .page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

@media only screen and (max-device-width: 687px) and (max-device-width: 687px) {
  #special.hitokoto .main .page-top a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) and (min-device-width: 688px) and (max-device-width: 1024px) {
  #special.hitokoto .main .page-top a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) {
  #special.hitokoto .main .page-top a:hover {
    opacity: 0.7;
  }
  #special.hitokoto #google-map {
    margin-top: 10px;
  }
  .recipe .title-sub li {
    font-weight: bold;
  }
  .recipe .material {
    overflow: hidden;
    position: relative;
  }
  .recipe .material .recipi-pic {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .recipe .material .recipiWrapper {
    margin-bottom: 10px;
    width: 100%;
    float: none;
  }
  .recipe .material-recipiDetail {
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
  }
  .recipe .material-recipiDetail:after {
    content: "";
    display: table;
    clear: both;
  }
  .recipe .material-recipiDetail:before {
    position: absolute;
    top: 5px;
    left: 0px;
    content: "";
    width: 100%;
    height: 3px;
    border-bottom: 2px dotted #3C3A39;
    z-index: -1;
  }
  .recipe .material-recipiDetail dt {
    float: left;
    background: #EACAAA;
    padding-right: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .recipe .material-recipiDetail dd {
    float: right;
    background: #EACAAA;
    padding-left: 10px;
    width: 140px;
    text-align: left;
  }
  .recipe .material-recipiDetail .circle:before {
    color: #DC667A;
    content: '¡ñ';
  }
  .recipe .material-recipiDetail .ast:before {
    color: #0068B6;
    content: '£ª';
  }
  .recipe .material-recipiDetail .square:before {
    color: #77BF44;
    content: '¡ö';
  }
  .recipe .material .pic {
    position: relative;
  }
  .recipe .material .pic .point {
    width: 100%;
    margin: 0 auto;
    max-width: 394px;
  }
  .recipe .material .pic .icon {
    position: static;
    margin: 0 auto;
    margin-top: 30px;
  }
  .recipe .material .howTo {
    clear: both;
    width: 100%;
    padding: 0px 0;
  }
  .recipe .material .howTo ol.list {
    counter-reset: item;
    margin-left: 1em;
  }
  .recipe .material .howTo .list li {
    line-height: 24px;
    text-indent: -1.5em;
    margin-left: 1em;
  }
  .recipe .material .howTo .list li span {
    color: #DC667A;
  }
  .recipe .material .howTo .list li span.square {
    color: #77BF44;
  }
  .recipe .material .howTo .list li span.ast {
    color: #0068B6;
  }
  .recipe .material .howTo .list li:before {
    counter-increment: item;
    content: counter(item) "£®";
    color: #DC667A;
  }
  .recipe .material .howTo .title-sub {
    margin-bottom: 0px;
  }
  .recipe .material .howTo .title-sub li {
    padding-left: 0em;
  }
  .recipe .material .howTo .undertext {
    margin-left: -0.5em;
  }
  .recipe .material .howTo .undertext p {
    margin: 0 0 0 1em !important;
    text-indent: 0em !important;
  }
  .recipe .material-01, .recipe .material-02, .recipe .material-03 {
    margin-bottom: 20px;
  }
  .recipe .title-sub {
    margin-bottom: 10px;
  }
  .recipe-01 {
    padding-bottom: 0px;
  }
  .recipe-01 .material .recipi-pic {
    max-width: 280px;
  }
  .recipe-01 .material .pic .icon {
    width: 100%;
    max-width: 133px;
  }
  .recipe-01 .material .howTo ol.list {
    float: none;
    max-width: 510px;
    width: 510px;
    height: auto;
  }
  .recipe-01 .material .howTo .howTo-pic-right {
    float: none;
    margin: 0 auto;
    max-width: 200px;
    width: 200px;
    max-height: 380px;
    height: 380px;
  }
  .recipe-02, .recipe-03 {
    padding-bottom: 30px;
  }
  .recipe-02 .material .recipi-pic, .recipe-03 .material .recipi-pic {
    max-width: 280px;
  }
  .recipe-02 .material .recipiWrapper-02, .recipe-03 .material .recipiWrapper-02 {
    clear: both;
    width: 100%;
  }
  .recipe-02 .material .recipiWrapper-02 .material-02, .recipe-03 .material .recipiWrapper-02 .material-02 {
    width: 100%;
    float: none;
  }
  .recipe-02 .material .recipiWrapper-02 .material-03, .recipe-03 .material .recipiWrapper-02 .material-03 {
    width: 100%;
    float: none;
  }
  .recipe-02 .material .howTo ol.list, .recipe-03 .material .howTo ol.list {
    float: none;
    max-width: 510px;
    width: 510px;
    height: auto;
  }
  .recipe-02 .material .howTo .howTo-pic-right, .recipe-03 .material .howTo .howTo-pic-right {
    float: none;
    margin: 0 auto;
    max-width: 200px;
    width: 200px;
    max-height: 220px;
    height: 220px;
  }
  #special.promenade figcaption {
    margin: 10px 0;
    text-align: left;
  }
  #special.promenade .top-image {
    text-align: center;
    margin-bottom: 47px;
  }
  #special.promenade .top-image figcaption {
    margin-top: 8px;
  }
  #special.promenade .top-image .text {
    padding: 0 20px;
  }
  #special.promenade .top-image .parent {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
  }
  #special.promenade .top-image .parent .text {
    float: left;
    display: block;
    margin: 0 auto;
  }
  #special.promenade .top-image .parent .text p {
    margin-top: 30px;
    text-indent: 0em;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 20px;
  }
  #special.promenade .top-image .parent .right_img {
    float: right;
    width: 230px;
    margin-right: 58px;
  }
  #special.promenade .top-image img.title {
    width: auto;
    height: auto;
    margin-bottom: 44px;
  }
  #special.promenade .top-image .pic-right {
    margin: 10px 0;
  }
  #special.promenade .top-image .pic-right .text {
    margin-top: 30px;
    width: 100%;
  }
  #special.promenade .top-image .pic-right .text p {
    text-align: left;
    text-indent: 0em;
  }
  #special.promenade .top-image .pic-right .pic {
    width: 100%;
  }
  #special.promenade .top-image .pic-right:after {
    content: "";
    display: table;
    clear: both;
  }
  #special.promenade .top-image .pic-center {
    max-width: 100%;
  }
  #special.promenade .top-image .image-space {
    margin: 40px 0px 25px 0px;
  }
  #special.promenade .movieBox {
    border: 3px solid #009FE8;
    padding: 30px;
    margin-bottom: 60px;
    text-align: center;
    word-break: break-all;
  }
  #special.promenade .movieBox .movieBox_text {
    vertical-align: initial;
    line-height: 25px;
  }
  #special.promenade .movieBox .movieBox_text p {
    text-indent: 0;
    margin: 0;
  }
  #special.promenade .movieBox .movieBox_icon {
    display: inline;
    vertical-align: initial;
    padding-right: 0px;
  }
  #special.promenade .movieBox img {
    vertical-align: initial;
  }
  #special.promenade .main {
    margin-bottom: 0px;
  }
  #special.promenade h1 {
    max-width: 100%;
    /*color:#EA5520;*/
    margin-bottom: 22px;
    /*&:before{
       color: $promenade-color;
       }
       &:after{
           color: $promenade-sub-color;
       }*/
  }
  #special.promenade h2.question {
    position: relative;
    padding-left: 55px;
    border: unset;
  }
  #special.promenade h2.question::before {
    position: absolute;
    top: -14px;
    left: 0px;
    content: '';
    /*ºÎ¤âÈë¤ì¤Ê¤¤*/
    display: inline-block;
    /*Íü¤ì¤º¤Ë£¡*/
    width: 47px;
    /*»­Ïñ¤Î·ù*/
    height: 37px;
    /*»­Ïñ¤Î¸ß¤µ*/
    background-image: url(/cnt_landl/2112/img/promenade/head_title_Q.png);
    background-size: contain;
    vertical-align: middle;
  }
  #special.promenade h2 {
    /*color: $promenade-color;*/
  }
  #special.promenade .main-text {
    margin: 36px 0;
  }
  #special.promenade .main-text .sub-title {
    margin-top: 30px;
  }
  #special.promenade .main-cont {
    margin: 0px 0px 60px;
  }
  #special.promenade .main-cont p {
    text-indent: 1em;
    line-height: 30px;
    margin: 0;
  }
  #special.promenade .main-cont h2 {
    color: #C24E00;
    margin-bottom: 60px;
    padding-left: 11px;
  }
  #special.promenade .main-cont h2.contact_head {
    color: black;
    border-color: #C24E00;
    margin-bottom: 20px;
  }
  #special.promenade .main-cont h2.subtitle {
    margin-bottom: 10px;
    padding-top: 10px;
    color: black;
    font-size: 20px;
    border-left: none;
    text-indent: 0em;
  }
  #special.promenade .main-cont .text {
    margin-top: 20px;
  }
  #special.promenade .main-cont .half-block {
    margin-top: 30px;
  }
  #special.promenade .main-cont .pic-center {
    margin: 0 auto;
    max-width: 261px;
  }
  #special.promenade .main-cont .section01 {
    background-image: url(/cnt_landl/2112/img/promenade/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 35px;
  }
  #special.promenade .main-cont .section01 .cont01 {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
  }
  #special.promenade .main-cont .section01 .cont01 .pic-center {
    max-width: 335px;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #special.promenade .main-cont .section01 .cont01 .text {
    margin: 0 auto;
    max-width: 800px;
  }
  #special.promenade .main-cont .section01 .cont01 .half-block {
    margin-bottom: 50px;
  }
  #special.promenade .main-cont .section01 .cont01 .half-block .half-block_left {
    text-align: center;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  #special.promenade .main-cont .section01 .cont01 .half-block .half-block_left figcaption {
    margin: 0 auto;
    max-width: 335px;
    text-align: left;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .half-block .half-block_right {
    text-align: center;
    width: 100%;
    margin-right: 0px;
  }
  #special.promenade .main-cont .section01 .cont01 .half-block .half-block_right figcaption {
    margin: 0 auto;
    max-width: 335px;
    text-align: left;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .ren3 {
    width: none;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .ren3 .ren3-1 {
    float: none;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .ren3 .ren3-2 {
    float: none;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .ren3 .ren3-3 {
    float: none;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block {
    margin: 0 auto;
    margin-top: 20px;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block_left {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block_right {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_left {
    float: none;
    max-width: 400px;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_left .ren2-1 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_left .ren2-3 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_left .ren2-5 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_left .ren2-7 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_left .ren2-9 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_left .ren2-11 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_left .ren2-13 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_left .ren2-15 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_right {
    float: none;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_right .ren2-2 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_right .ren2-4 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_right .ren2-6 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_right .ren2-8 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_right .ren2-10 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_right .ren2-12 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_right .ren2-14 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_right .ren2-16-1 {
    padding-right: 8px;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block .block_right .ren2-16-2 {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .year-group .half-block:after {
    content: "";
    display: table;
    clear: both;
  }
  #special.promenade .main-cont .section01 .cont01 .plan {
    background-color: #95CDDA;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .planLR {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 56px;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .planLeft {
    background-color: white;
    border-radius: 5px;
    color: blue;
    float: none;
    font-size: small;
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
    width: 100%;
    height: auto;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .planLeft figcaption {
    text-align: center;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .planRight {
    background-color: white;
    border-radius: 5px;
    color: blue;
    float: none;
    font-size: small;
    height: auto;
    padding-left: 0px;
    text-align: center;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .planRight figcaption {
    text-align: center;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .planList {
    text-align: center;
    background-color: white;
    padding: 15px 0px 15px 0px;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 90%;
    height: auto;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .planList h2 {
    border-bottom: 2px dotted #0062AC;
    color: #0062AC;
    display: inline-block;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .planList .res {
    display: block;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .chance {
    margin: 0 auto;
    padding-bottom: 27px;
    text-align: center;
    width: 90%;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .mgb01 {
    margin-bottom: 15px;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .mgb01 .planList {
    height: auto;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .mgb02 {
    margin-bottom: 15px;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .mgb02 .planList {
    height: auto;
  }
  #special.promenade .main-cont .section01 .cont01 .plan .title {
    font-size: 17px;
  }
  #special.promenade .main-cont .section01 .cont01 .start h2 {
    font-size: 16px;
  }
  #special.promenade .main-cont .section01 .cont01 .img-center {
    margin-top: 100px;
  }
  #special.promenade .main-cont .section01 .cont02 {
    max-width: 100%;
  }
  #special.promenade .main-cont .section01 .cont02 h2 {
    margin-bottom: 45px;
  }
  #special.promenade .main-cont .section01 .cont02 .pic-left {
    text-align: left;
    max-width: 100%;
  }
  #special.promenade .main-cont .section01 .cont02 .pic-center {
    max-width: 100%;
    clear: both;
  }
  #special.promenade .main-cont .section01 .cont02 .text p {
    text-indent: 0%;
  }
  #special.promenade .main-cont .section01 .cont02 .centerImg {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 48px;
    display: block;
  }
  #special.promenade .main-cont .section01 .cont02 .centerImg p {
    display: inline-block;
    font-size: 14px;
    line-height: 2em;
    text-align: center;
    text-indent: 0%;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont02 .half-block {
    margin-bottom: 50px;
  }
  #special.promenade .main-cont .section01 .cont02 .half-block .half-block_left {
    text-align: center;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  #special.promenade .main-cont .section01 .cont02 .half-block .half-block_left figcaption {
    margin: 0 auto;
    max-width: 410px;
    text-align: left;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont02 .half-block .half-block_right {
    text-align: center;
    width: 100%;
    margin-right: 0px;
  }
  #special.promenade .main-cont .section01 .cont02 .half-block .half-block_right figcaption {
    margin: 0 auto;
    max-width: 350px;
    text-align: left;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont03 {
    margin-bottom: 20px;
  }
  #special.promenade .main-cont .section01 .cont03 h2 {
    width: 100%;
    height: auto;
  }
  #special.promenade .main-cont .section01 .cont03 .half-block {
    margin: 0;
    display: block;
  }
  #special.promenade .main-cont .section01 .cont03 .half-block_left {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont03 .half-block_right {
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont03 .half-block:after {
    content: "";
    display: table;
    clear: both;
  }
  #special.promenade .main-cont .section01 .cont03 .pic-center {
    max-width: 400px;
    width: 100%;
    height: auto;
    clear: both;
  }
  #special.promenade .main-cont .section01 .cont03 .QandA .text {
    max-width: 100%;
  }
  #special.promenade .main-cont .section01 .cont03 .QandA .text .question p::before {
    position: relative;
    top: 3px;
    right: 2px;
    content: url(/cnt_landl/2112/img/promenade/pic_04.png);
  }
  #special.promenade .main-cont .section01 .cont03 .QandA .text .question p {
    text-indent: 0em;
  }
  #special.promenade .main-cont .section01 .cont03 .QandA .text .answer {
    margin-top: 2px;
  }
  #special.promenade .main-cont .section01 .cont03 .QandA .text .answer p::before {
    position: relative;
    top: 3px;
    right: 2px;
    content: url(/cnt_landl/2112/img/promenade/pic_05.png);
  }
  #special.promenade .main-cont .section01 .cont03 .QandA .text .answer p {
    text-indent: 0em;
  }
  #special.promenade .main-cont .section01 .cont03 .pointLR {
    text-align: left;
    overflow: hidden;
    padding: 12px 10px 20px 9px;
    width: 100%;
    display: block;
    -ms-flex-align: center;
        align-items: center;
  }
  #special.promenade .main-cont .section01 .cont03 .pointLR .pointL {
    color: white;
    float: none;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont03 .pointLR .pointL h1 {
    color: white;
    border-bottom: 1px solid white;
    line-height: 35px;
    margin-bottom: 10px;
  }
  #special.promenade .main-cont .section01 .cont03 .pointLR .pointL h2 {
    color: #FFE800;
    padding-bottom: 0px;
    font-size: 18px;
  }
  #special.promenade .main-cont .section01 .cont03 .pointLR .pointL .point01 {
    border-bottom: 1px dotted white;
    margin-bottom: 10px;
  }
  #special.promenade .main-cont .section01 .cont03 .pointLR .pointL .point01 p {
    line-height: 30px;
    margin-bottom: 10px;
    text-indent: 0%;
  }
  #special.promenade .main-cont .section01 .cont03 .pointLR .pointL .point02 p {
    margin-bottom: 43px;
    text-indent: 0%;
  }
  #special.promenade .main-cont .section01 .cont03 .pointLR .pointR {
    float: none;
    width: 100%;
    text-align: center;
  }
  #special.promenade .main-cont .section01 .cont04 {
    max-width: 100%;
  }
  #special.promenade .main-cont .section01 .cont04 h2 {
    margin-bottom: 45px;
  }
  #special.promenade .main-cont .section01 .cont04 .parent {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #special.promenade .main-cont .section01 .cont04 .parent .text {
    margin-top: 0px;
    float: none;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont04 .parent .text .txt01 {
    margin-bottom: 50px;
  }
  #special.promenade .main-cont .section01 .cont04 .parent .img {
    margin-top: 10px;
    float: none;
    width: 100%;
    text-align: center;
  }
  #special.promenade .main-cont .section01 .cont04 .parent .img figcaption {
    width: 300px;
    margin: 0 auto;
    margin-top: 8px;
  }
  #special.promenade .main-cont .section01 .cont04 .text p {
    text-indent: 0%;
  }
  #special.promenade .main-cont .section01 .cont04 .centerImg {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 48px;
    display: block;
  }
  #special.promenade .main-cont .section01 .cont04 .centerImg p {
    display: inline-block;
    font-size: 14px;
    line-height: 2em;
    text-align: left;
    text-indent: 0%;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont05 {
    max-width: 100%;
    margin-bottom: 80px;
  }
  #special.promenade .main-cont .section01 .cont05 h2 {
    margin-bottom: 45px;
  }
  #special.promenade .main-cont .section01 .cont05 .parent {
    overflow: hidden;
  }
  #special.promenade .main-cont .section01 .cont05 .parent .text {
    margin-top: 0px;
    float: none;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont05 .parent .text .txt01 {
    margin-bottom: 50px;
  }
  #special.promenade .main-cont .section01 .cont05 .parent .img {
    margin-top: 10px;
    float: none;
    text-align: center;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont05 .parent .img figcaption {
    width: 300px;
    margin: 0 auto;
    margin-top: 8px;
  }
  #special.promenade .main-cont .section01 .cont05 .text p {
    text-indent: 0%;
  }
  #special.promenade .main-cont .section01 .cont05 .centerImg {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 48px;
    display: block;
  }
  #special.promenade .main-cont .section01 .cont05 .centerImg p {
    display: inline-block;
    font-size: 14px;
    line-height: 2em;
    text-align: left;
    text-indent: 0%;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont06 {
    overflow: hidden;
  }
  #special.promenade .main-cont .section01 .cont06 .left_img {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  #special.promenade .main-cont .section01 .cont06 .right_img {
    float: none;
    text-align: center;
    width: 100%;
  }
  #special.promenade .main-cont .section01 .cont07 {
    margin-top: 8px;
    margin-bottom: 50px;
  }
  #special.promenade .main-cont .section01 .cont07 .pic-center {
    margin-bottom: 50px;
  }
  #special.promenade .main-cont .section01 .cont08 {
    height: auto;
    margin-bottom: 100px;
    padding-bottom: 0px;
    text-align: center;
  }
  #special.promenade .main-cont .section01 .cont08 h2 {
    padding-bottom: 45px;
  }
  #special.promenade .main-cont .section01 .cont08 .pic-center {
    max-width: 100%;
    clear: both;
  }
  #special.promenade .main-cont .section01 .cont08 .pic-center figcaption {
    max-width: 351px;
    width: 100%;
    margin: 0 auto;
    margin-top: 8px;
  }
  #special.promenade .main-cont .section01 .cont08 #french {
    height: auto;
    margin-bottom: 50px;
  }
  #special.promenade .main-cont .section01 .cont08 #look {
    height: auto;
  }
  #special.promenade .main-cont .section01 .cont09 .no-indent {
    margin-top: 40px;
  }
  #special.promenade .main-cont .section01 .cont09 .no-indent p {
    text-indent: 0em;
  }
  #special.promenade .main-cont .section02 {
    margin-top: 30px;
  }
  #special.promenade .main-cont .section02 .title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    background-color: #B4B4F5;
    color: #fff;
    padding: 6px 0;
    text-indent: 0em;
  }
  #special.promenade .main-cont .section02 figcaption {
    line-height: 33px;
    margin-top: 20px;
  }
  #special.promenade .main-cont .section02 .half-block {
    margin: 0;
    display: block;
  }
  #special.promenade .main-cont .section02 .half-block_left {
    padding: 30px 30px 20px;
    width: 100%;
    background-color: #BAE3F9;
  }
  #special.promenade .main-cont .section02 .half-block_right {
    padding: 30px 30px 20px;
    width: 100%;
    min-height: 100%;
    background-color: #F7C9DD;
  }
  #special.promenade .main-cont .section02 .half-block:after {
    content: "";
    display: table;
    clear: both;
  }
  #special.promenade .main-cont .section02 .cont01 p {
    background-color: #BAE3F9;
    padding: 0 20px;
    text-indent: 0em;
  }
  #special.promenade .main-cont .section03 {
    margin-top: 50px;
  }
  #special.promenade .main-cont .section03 .cont01 {
    margin-bottom: 50px;
  }
  #special.promenade .main-cont .section03 .cont01 .head_line {
    max-width: 100%;
  }
  #special.promenade .main-cont .section03 .cont01 img {
    margin: 0 auto;
    width: 100%;
  }
  #special.promenade .main-cont .section03 .cont02 .item {
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: 251px;
    text-align: center;
  }
  #special.promenade .main-cont .section03 .cont02 .item img {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: 100%;
  }
  #special.promenade .main-cont .section03 .cont02 .item .Heading {
    text-align: left;
  }
  #special.promenade .main-cont .section04 .cont01 {
    height: 310px;
    margin-bottom: 75px;
    overflow: hidden;
  }
  #special.promenade .main-cont .section04 .cont01 .pic-center {
    max-width: 480px;
    height: 270px;
    clear: both;
  }
  #special.promenade .main-cont .section04 .cont01 .pic-center figcaption {
    margin-top: 8px;
  }
  #special span.bold {
    font-weight: bold;
  }
  #special span.normal {
    font-weight: normal;
  }
  #special span.red {
    color: brown;
  }
  #special .text-center {
    text-align: center;
  }
  #special .text-left {
    text-align: left;
  }
  #special .text-right {
    text-align: right;
  }
  #special .sp {
    display: block;
  }
  #special .small {
    font-size: 80%;
  }
  .mt0 {
    margin-top: 0px;
  }
  .ml0 {
    margin-left: 0px;
  }
  .mr0 {
    margin-right: 0px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .pt0 {
    padding-top: 0px;
  }
  .pl0 {
    padding-left: 0px;
  }
  .pr0 {
    padding-right: 0px;
  }
  .pb0 {
    padding-bottom: 0px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .ml10 {
    margin-left: 10px;
  }
  .mr10 {
    margin-right: 10px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .pt10 {
    padding-top: 10px;
  }
  .pl10 {
    padding-left: 10px;
  }
  .pr10 {
    padding-right: 10px;
  }
  .pb10 {
    padding-bottom: 10px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .ml20 {
    margin-left: 20px;
  }
  .mr20 {
    margin-right: 20px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pl20 {
    padding-left: 20px;
  }
  .pr20 {
    padding-right: 20px;
  }
  .pb20 {
    padding-bottom: 20px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .ml30 {
    margin-left: 30px;
  }
  .mr30 {
    margin-right: 30px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .pt30 {
    padding-top: 30px;
  }
  .pl30 {
    padding-left: 30px;
  }
  .pr30 {
    padding-right: 30px;
  }
  .pb30 {
    padding-bottom: 30px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .ml40 {
    margin-left: 40px;
  }
  .mr40 {
    margin-right: 40px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .pl40 {
    padding-left: 40px;
  }
  .pr40 {
    padding-right: 40px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .ml50 {
    margin-left: 50px;
  }
  .mr50 {
    margin-right: 50px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .pt50 {
    padding-top: 50px;
  }
  .pl50 {
    padding-left: 50px;
  }
  .pr50 {
    padding-right: 50px;
  }
  .pb50 {
    padding-bottom: 50px;
  }
  .mt60 {
    margin-top: 60px;
  }
  .ml60 {
    margin-left: 60px;
  }
  .mr60 {
    margin-right: 60px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .pt60 {
    padding-top: 60px;
  }
  .pl60 {
    padding-left: 60px;
  }
  .pr60 {
    padding-right: 60px;
  }
  .pb60 {
    padding-bottom: 60px;
  }
  .mt70 {
    margin-top: 70px;
  }
  .ml70 {
    margin-left: 70px;
  }
  .mr70 {
    margin-right: 70px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .pt70 {
    padding-top: 70px;
  }
  .pl70 {
    padding-left: 70px;
  }
  .pr70 {
    padding-right: 70px;
  }
  .pb70 {
    padding-bottom: 70px;
  }
  .mt80 {
    margin-top: 80px;
  }
  .ml80 {
    margin-left: 80px;
  }
  .mr80 {
    margin-right: 80px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .pt80 {
    padding-top: 80px;
  }
  .pl80 {
    padding-left: 80px;
  }
  .pr80 {
    padding-right: 80px;
  }
  .pb80 {
    padding-bottom: 80px;
  }
  .mt90 {
    margin-top: 90px;
  }
  .ml90 {
    margin-left: 90px;
  }
  .mr90 {
    margin-right: 90px;
  }
  .mb90 {
    margin-bottom: 90px;
  }
  .pt90 {
    padding-top: 90px;
  }
  .pl90 {
    padding-left: 90px;
  }
  .pr90 {
    padding-right: 90px;
  }
  .pb90 {
    padding-bottom: 90px;
  }
  .mt100 {
    margin-top: 100px;
  }
  .ml100 {
    margin-left: 100px;
  }
  .mr100 {
    margin-right: 100px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .pt100 {
    padding-top: 100px;
  }
  .pl100 {
    padding-left: 100px;
  }
  .pr100 {
    padding-right: 100px;
  }
  .pb100 {
    padding-bottom: 100px;
  }
}

/*
 Container
----------------------------------------------------------- */
.container {
  width: 800px;
  margin: 0 auto;
  position: relative;
  font-size: 140%;
  line-height: 1.8;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

/*
 Header
----------------------------------------------------------- */
.header_logo-01 {
  position: absolute;
  top: 17px;
  left: 0;
}

.header_logo-01 img {
  width: auto;
  height: 42px;
}

.header_logo-02 {
  text-align: center;
  line-height: 85px;
}

.header_logo-02 img {
  width: auto;
  height: 28px;
}

.header_logo-03 {
  position: absolute;
  top: 15px;
  right: 0;
}

.header_logo-03 img {
  width: auto;
  height: 54px;
}

.pageTopBtn {
  position: fixed;
  bottom: 100px;
  right: 50px;
  width: 80px;
  height: 80px;
  display: none;
  z-index: 29;
}

.pageTopBtn a {
  display: block;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-device-width: 687px) {
  .pageTopBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (min-device-width: 688px) and (max-device-width: 1024px) {
  .pageTopBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.pageTopBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-device-width: 687px) {
  .pageTopBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (min-device-width: 688px) and (max-device-width: 1024px) {
  .pageTopBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footer {
  background: #003a75;
}

.footer .container {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 2px;
  font-size: 94%;
}

/*
 Container
----------------------------------------------------------- */
@media only screen and (max-device-width: 687px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.4rem;
    width: 100%;
    min-width: 320px !important;
    min-height: initial;
    -webkit-text-size-adjust: 100%;
  }
  .bodyNoScloll {
    position: fixed;
    z-index: 0;
    overflow: hidden;
  }
  .container {
    width: auto;
    max-width: initial;
    font-size: 1.4rem;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
  }
  .header_logo-01 {
    top: 17px;
    left: 10px;
  }
  .header_logo-01 img {
    width: auto;
    height: 22px;
  }
  .header_logo-02 {
    text-align: center;
    line-height: 60px;
  }
  .header_logo-02 img {
    width: auto;
    height: 18px;
  }
  .header_logo-03 {
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .header_logo-03 img {
    height: 34px;
  }
  .pageTopBtn {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: none;
    z-index: 29;
  }
  .pageTopBtn a {
    display: block;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) and (max-device-width: 687px) {
  .pageTopBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) and (min-device-width: 688px) and (max-device-width: 1024px) {
  .pageTopBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) {
  .pageTopBtn a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

@media only screen and (max-device-width: 687px) and (max-device-width: 687px) {
  .pageTopBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) and (min-device-width: 688px) and (max-device-width: 1024px) {
  .pageTopBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-device-width: 687px) {
  .footer .container {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}
