@charset "UTF-8";
/*!
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
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: 0px;
  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; }

nav ul {
  list-style: none; 
  color:black;
  font-weight:600;
 font-family: 'Noto Serif JP', serif;}

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;*/
  color: black;
  font-weight: bold; }

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 {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #4d4d4d;
  margin: 30px 0;
  padding: 0;
  width: 100%; }

input, select {
  vertical-align: middle; }

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

html {
  overflow-y: scroll;
  font-size: 62.5%;
  /*color: #4d4d4d;*/
  color:black; }

body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
  margin: 0;
  padding: 0px;
   /*color: #4d4d4d;*/
  color:black; }

.container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.main {
  margin-top: 30px;
  background: #eee url("../img/bg.jpg");
  padding-bottom: 50px;
  height: auto; }
  @media screen and (max-width: 960px) {
    .main {
      margin-top: 10px; } }

a {
  /* color: #74004B;*/
  color:black;
  text-decoration: none; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #4d4d4d; }
  a:active {
    text-decoration: none; }

br {
  letter-spacing: normal; }

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

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

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.forP {
  display: inline; }
  @media screen and (max-width: 960px) {
    .forP {
      display: none; } }

.forPT {
  display: inline; }
  @media screen and (max-width: 520px) {
    .forPT {
      display: none; } }

.forTS {
  display: none; }
  @media screen and (max-width: 960px) {
    .forTS {
      display: inline; } }

.forS {
  display: none; }
  @media screen and (max-width: 520px) {
    .forS {
      display: inline; } }



.notice-box {
  background-color: #f9f9f4;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}

.wrap-menu-rest {
  text-align: center; /* 子要素の中央寄せ（ブロック要素には効かない） */
  margin: 10px auto;
  padding-top:30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 中央寄せに変更 */
  align-items: flex-start;
  width: 80%;
  max-width: 1120px;
}

/* メディアクエリ（スマホ対応） */
@media screen and (max-width: 960px) {
  .wrap-menu-rest {
    width: 98%;
    padding: 10px 1% 0px;
    margin: 10px auto;
    flex-direction: column;
  }
}

/* liを左寄せに */
.wrap-menu-rest li {
  text-align: left;
}

.notice-box h2 {
  font-size: 1.2em;
  margin-bottom: 8px;
  color: #2c2c2c;
  padding-left: 10px;
}

.notice-box ul {
  margin: 0;
  padding-left: 20px;
}

.notice-box li {
  margin-bottom: 4px;
  line-height: 1.5;
}


.wrap, .wrap-menu, .wrap-menu-rev, .wrap-90p {
  text-align: center;
  width: 1400px;
  padding: 0px 0px 0px;
  margin: 50px auto 100px; }
  @media screen and (max-width: 960px) {
    .wrap, .wrap-menu, .wrap-menu-rev, .wrap-90p {
      width: 98%;
      padding: 10px 1% 0px;
      margin: 20px auto 50px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.wrap-menu, .wrap-menu-rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 80%;
  max-width: 1120px;
  margin: 50px auto 0px; }
  @media screen and (max-width: 960px) {
    .wrap-menu, .wrap-menu-rev {
      width: 90%;
      padding: 10px 1% 0px;
      margin: 10px auto 0px; } }

.wrap-menu-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

          .wrap-menu, .wrap-menu-rev {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            width: 80%;
            max-width: 1120px;
            margin: 50px auto 0px; }


            .one-column {
              text-align: center;
              width: 1400px;
              padding: 0px 0px 0px;
              margin: 50px auto 100px;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: reverse;
                  -ms-flex-direction: row-reverse;
                      flex-direction: row-reverse; 
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-wrap: wrap;
                            flex-wrap: wrap;
                        -webkit-box-pack: justify;
                            -ms-flex-pack: justify;
                                justify-content: space-around;
                        -webkit-box-align: start;
                            -ms-flex-align: start;
                                align-items: space-around;
                        width: 80%;
                        max-width: 1120px;
                        margin: 50px auto 0px; }
            
                   @media screen and (max-width: 960px) {
                          .one-column{
                            width: 88%;
                            padding: 20px 2% 0px;
                            margin: 20px auto 50px;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                                -ms-flex-direction: column;
                                    flex-direction: column;
                            } }            
          
.lunch-yoyaku {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .lunch-yoyaku {
      width: 98%; } }

.wrap-90p {
  width: 1260px; }
  @media screen and (max-width: 960px) {
    .wrap-90p {
      width: 98%;
      padding: 10px 1% 0px;
      margin: 20px auto 50px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.h2 {
  font-family: 'Klee One', cursive;
  margin: 60px auto;
  padding: 0 20px;
  /*color: #28366E;*/
  color:#000000;　
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem; }
  .h2 span {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600; }
  @media screen and (max-width: 520px) {
    .h2 {
      font-size: 15px;
      font-size: 1.6rem;
      margin: 30px auto; }
      .h2 span {
        font-size: 18px;
        font-size: 2rem;
        font-weight: 600; } }

.h3, .h3-gray {
  font-family: 'Klee One', cursive;
  font-weight: 600;
  background: url("../img/midasi.png") no-repeat 10px 0px;
  width: 100%;
  margin-bottom: 30px;
  /*color: gray;*/
  color:black;
  text-align: left;
  padding-left: 50px;
  padding-bottom: 5px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  border-bottom: 3px dotted #3B68A1; }
  .h3 span, .h3-gray span {
    font-size: 18px;
    font-size: 1.8rem; }
  @media screen and (max-width: 960px) {
    .h3, .h3-gray {
      background: url("../img/midasi.png") no-repeat 10px 0px;
      background-size: 26px;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.0; }
      .h3 span, .h3-gray span {
        font-size: 16px;
        font-size: 1.6rem; } }

.h3-gray {
  /*color: #4d4d4d;*/
  color:black; }

.h4 {
  padding: 5px 0 30px 30px;
  /*color: #487A79;*/
  color:black;
  font-weight: 600;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .h4 {
      font-size: 14px;
      font-size: 1.5rem;
      padding: 5px 0 30px 0px; } }
  .h4 span {
    font-size: 14px;
    font-size: 1.4rem; }

.h5 {
  padding: 0 0 0 40px;
  /*color: gray;*/
  color:black;
  text-align: right;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -20px; }

p {
  text-justify: inter-ideograph;
  /*color: #4d4d4d;*/
  color:black;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 5px; }
  @media screen and (max-width: 520px) {
    p {
      font-size: 14px;
      font-size: 1.4rem; } }
  p a:link, p a:visited {
    text-decoration: underline;
    color: #4d4d4d; }
  p a:hover {
    color: #770064;
    text-decoration: none; }

.header {
  position: relative;
  padding: 10px 0;
  width: 100%;
  max-width: 1400px;
  height: 100px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .header {
      height: 80px;
      overflow: hidden; } }

.logo {
  position: absolute;
  width: 240px;
  left: 30px;
  bottom: 15px; }
  @media screen and (max-width: 960px) {
    .logo {
      width: 240px;
      left: 40px;
      bottom: 5px; } }

.tel {
  font-family: 'Noto Serif JP', serif;
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
  color:black;
  font-weight:600;
  position: absolute;
  width: 60%;
  max-width: 230px;
  right: 30px;
  top: 20px; }
  @media screen and (max-width: 960px) {
    .tel {
      display: none; } }

.booking {
 font-family: 'Noto Serif JP', serif;
  text-align: right;
  /*color:gray;*/
 color:black;
  font-weight:600;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  width: 60%;
  right: 230px;
 top: 20px;}
  @media screen and (max-width: 960px) {
    .booking{
      display: none; } }


.nav-main {
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  width: 65vw;
  max-width: 980px;
  right: 0px;
  bottom: 8px;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .nav-main {
      display: none; } }
  .nav-main ul {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .nav-main li {
    width: 16.6%;
    display: inline;
    padding: 0;
    margin: 0 0px;
    line-height: 1.2;
    border-left: 1px solid #bfbfbf; }
    .nav-main li a {
      display: block;
      padding: 3px;
      text-decoration: none;
      /*color: #4d4d4d;*/
      color:black;
      font-weight:600;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      /*font-weight: normal*/;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
    .nav-main li a:hover {
      color: #fff;
      background: #28366E; }
    .nav-main li .now {
      color: #000;
      background: #E7E8F5; }
  .nav-main li:last-child {
    border-right: 1px solid #bfbfbf; }

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
		Base
		\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 25rem;
  height: 100%;
  color: #222;
  background-color: #fff; }

.drawer-brand {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #EC0006; }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 80px;
  /*poo-add*/ }

.drawer-menu-item {
  font-family: 'Klee One', cursive;
  font-size: 1.7rem;
  display: block;
  padding: 0.8rem .75rem 0.8rem 1.5rem;
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.5; }
  .drawer-menu-item.now {
    background: #E7E8F5; }

.drawer-menu-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #28366E; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

/*!------------------------------------*\
		Top
		\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--top.drawer-open .drawer-nav {
  top: 0; }

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0; }

/*!------------------------------------*\
		Left
		\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0; }

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem; }

/*!------------------------------------*\
		Right
		\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 0rem; }

/*!------------------------------------*\
		Hamburger
		\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 10px;
  margin-right: 10px;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 4rem;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 25px;
  padding-left: .75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #fff;
  /*border-radius: 30px;*/ }

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: #E7E8F5; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #4d4d4d; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' '; }

.drawer-hamburger-icon:after {
  top: 10px; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*!------------------------------------*\
		accessibility
		\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!------------------------------------*\
		iPhone対策
		\*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.footer {
  margin-top: auto;
  width: 100%;
  background-color: #28366E; }

.footerCont {
  width: 100%;
  padding: 0px 0px 0;
  height: 80px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .footerCont {
      width: 100%;
      height: 100px; } }
  .footerCont p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #bfbfbf;
    display: inline;
    font-family: 'Noto Serif JP', serif; }

.copyright {
  padding-top: 15px;
  margin: 0px 0px 0 0px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #e6e6e6; }

div.page_top {
  position: fixed;
  right: 20px;
  bottom: 90px;
  background-color: #bfbfbf;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 30px; }

div.page_top a {
  padding-top: 5px;
  display: block;
  text-decoration: none;
  color: #fff; }

div.page_top a:hover {
  text-decoration: none;
  background-color: #28366E;
  width: 60px;
  height: 60px;
  border-radius: 30px; }

.swiper-container {
  width: 100%;
  max-width: 1400px;
  height: auto;
  border: 1px solid #fff; }
  @media screen and (max-width: 960px) {
    .swiper-container {
      width: 100%;
      height: auto; } }
  .swiper-container .midasi {
    z-index: 200;
    position: absolute;
    bottom: 30px;
    right: 100px;
    font-size: 40px;
    font-size: 4rem;
    color: #000;
    text-shadow: white 2px 0px 0px, white 1.75517px 0.958851px 0px, white 1.0806px 1.68294px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.701566px 0px, white -1.30729px -1.5136px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.558831px 0px; }
    @media screen and (max-width: 960px) {
      .swiper-container .midasi {
        bottom: 0px;
        right: 20px;
        font-size: 26px;
        font-size: 2.6rem; } }

.slide-img img {
  width: 100%; }

.swiper-slide {
  position: relative; }

.swiper-slide .slide-content {
  text-align: center;
  position: absolute;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.slide-content img {
  width: 20%; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.swiper-slide-active h1, .swiper-slide-active h2, .swiper-slide-active h3 {
  -webkit-animation: fadein 4s ease-in-out 0s 1 normal both;
          animation: fadein 4s ease-in-out 0s 1 normal both; }

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 11s linear 0s 1 normal both;
          animation: zoomUp 11s linear 0s 1 normal both; }

.slide-img img {
  display: block; }

.item {
  width: 46%;
  margin: 0px 2%  0px; }
  @media screen and (max-width: 960px) {
    .item {
      width: 96%; } }
  .item img {
    width: 100%; }
    @media screen and (max-width: 960px) {
      .item img {
        width: 80%;
        margin: 0px 10% 0; } }

.one-item{
  width: 60%;
  margin: 0px 2%  0px; 
}@media screen and (max-width: 960px) {
  .one-item {
    width: 96%; } }
.item img {
  width: 100%; }
  @media screen and (max-width: 960px) {
    .one-item img {
      width: 80%;
      margin: 0px 10% 0; } }


.name {
  font-family: 'Klee One', cursive;
  font-weight: 600;
  margin: 5px 5px 0 5px;
  color: #333333;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5; }
  .name span {
    font-size: 80%; }
  @media screen and (max-width: 960px) {
    .name {
      margin-top: 10px;
      font-size: 18px;
      font-size: 1.8rem; } }

.kakaku {
  margin: 5px;
  margin: 0 5px 5px 5px;
  color: #487A79;
  text-align: right;
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 5px; }
  .kakaku span {
    font-size: 70%; }
  @media screen and (max-width: 960px) {
    .kakaku {
      font-size: 16px;
      font-size: 1.6rem; } }

.dtl {
  margin: 0px 0px 50px;
  /*color: #4d4d4d;*/
  color:black;
  font-weight:600;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  border-top: 1px dotted #666;
  padding-top: 5px;
  padding-left: 10px; }
  .dtl span {
    font-size: 16px;
    font-weight: bold;
    color: #A2004D; }
  @media screen and (max-width: 960px) {
    .dtl {
      font-size: 14px;
      font-size: 1.4rem; } }

.line {
  margin: 0px 0px 20px;
  color: #4d4d4d;
  border-top: 1px dotted #666;
  padding-top: 5px; }

.fadeIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s; }

.fadeIn.is-show {
  opacity: 1; }

.fadeIn-right {
  opacity: 0;
  -webkit-transform: translate(10%, 0);
          transform: translate(10%, 0);
  -webkit-transition: 2s;
  transition: 2s; }

.fadeIn-right.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

.fadeIn-left {
  opacity: 0;
  -webkit-transform: translate(-10%, 0);
          transform: translate(-10%, 0);
  -webkit-transition: 2s;
  transition: 2s; }

.fadeIn-left.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

.fadeIn-up {
  opacity: 0;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
  -webkit-transition: 2s;
  transition: 2s; }

.fadeIn-up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

.info {
  margin-top: 0px;
  padding: 0px;
  width: 55%;
  margin-bottom: 50px; }
  @media screen and (max-width: 960px) {
    .info {
      width: 100%;
      margin-top: 10px; } }
  .info dl {
    text-align-last: left;
    margin-top: 5px;
    color: #4d4d4d;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 960px) {
      .info dl {
        font-size: 14px;
        font-size: 1.4rem; } }
  .info dl dt {
    float: left;
    width: 12em;
    padding: 5px 0.5em; }
    @media screen and (max-width: 520px) {
      .info dl dt {
        float: none;
        padding: 5px 0.5em 0px; } }
  .info dl dd {
    margin-left: 0;
    padding: 5px 0.5em 5px 12em;
    border-bottom: dotted 1px #4d4d4d; }
    .info dl dd a {
      color: #435A3B; }
    @media screen and (max-width: 520px) {
      .info dl dd {
        padding: 0px 0.5em 5px 2em; } }

.map {
  width: 40%;
  height: auto;
  margin-bottom: 50px; }
  @media screen and (max-width: 960px) {
    .map {
      width: 98%; } }
    

.newMark{
      display:inline-block;
      border:1px solid #FC4B2D;
      padding:1px 4px;
      font-size:11px;
      line-height:100%;
      background:#BA0043;
      color:#fff;
      box-shadow:1px 1px 1px #999;
      border-radius:8px;
      font-style:italic;
      position: relative;/*pooedit*/
      top: -3px;/*pooedit*/
      left: 3px;/*pooedit*/
    }
.one-photo-menu{
  display:flex;

.spacer{
 height:25px;
}
.sns-logo{
 width:120px;
 height:20px;
 margin: auto;
  padding-top:20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}