@charset "UTF-8";
/* ----------------------------------------------------------------------------
 Pastel: ver.
---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------
 reset
-----------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  border-collapse: collapse;
  word-wrap: normal;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

a img {
  border: none;
}

.hotspot {
  cursor: pointer;
}

#tt {
  position: absolute;
  display: block;
  background: url(/img/tooltip/tt_left.gif) top left no-repeat;
}

#tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_top.gif) top right no-repeat;
  overflow: hidden;
}

#ttcont {
  display: block;
  padding: 2px 12px 3px 7px;
  margin-left: 5px;
  background: #ccc;
  color: #333;
  font-size: 10px;
  line-height: 16px;
}

#ttcont div.schedule_title {
  font-size: 13px;
}

#ttcont div.schedule_body {
  font-size: 11px;
}

#ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
  overflow: hidden;
}

/*------------------------------------------------------------------------------
 パーツ表示切替用style
------------------------------------------------------------------------------*/
.site_description, .shop_name {
  display: block;
}

.shop_tel, .shop_rss, .today_area, .qr_area, .counter_area {
  display: none;
}

.pastel_copyright {
  display: block;
}

.powered {
  display: none;
}

/*------------------------------------------------------------------------------
 link(default)
------------------------------------------------------------------------------*/
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #3a3a3a;
}

/*-----------------------------------------------------------------------------
 html / body / container
-----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic', sans-serif;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 53%;
    line-height: 1.6;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  color: #3a3a3a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
}

/*------------------------------------------------------------------------------
 ソーシャルアイコン
------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("/css/social-icon-fonts/social-icon.eot?3koa62");
  src: url("/css/social-icon-fonts/social-icon.eot?3koa62#iefix") format("embedded-opentype"), url("/css/social-icon-fonts/social-icon.ttf?3koa62") format("truetype"), url("/css/social-icon-fonts/social-icon.woff?3koa62") format("woff"), url("/css/social-icon-fonts/social-icon.svg?3koa62#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e900";
  color: #a1a1a1;
}

.icon-facebook:before {
  content: "\e901";
  color: #a1a1a1;
}

.icon-twitter:before {
  content: "\e902";
  color: #a1a1a1;
}

/*------------------------------------------------------------------------------
 header
------------------------------------------------------------------------------*/
.header {
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  margin: 0 auto;
  padding: .8em 0 .6em;
  position: fixed;
  background: #ffffff;
  -webkit-transition: top .5s;
  transition: top .5s;
  border-bottom: 1px solid #dadbdb;
}

.header-content {
  display: flex;
  align-items: center;
  zoom: 1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.header-content:after {
  content: '';
  display: block;
  clear: both;
}

.header-content .header_social_wrap {
  position: absolute;
  right: 0;
  top: -2px;
}

@media only screen and (max-width: 1000px) {
  .header-content .header_social_wrap {
    right: 4%;
  }
}

@media only screen and (max-width: 800px) {
  .header-content .header_social_wrap {
    top: -5px;
  }
}

@media only screen and (max-width: 600px) {
  .header-content .header_social_wrap {
    top: 0;
  }
}

.header-content .header_social_wrap a {
  position: relative;
  background: transparent;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
  font-size: 20px;
  font-size: 2rem;
}

.header-content .header_social_wrap a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.header-logo {
  flex: 1 0 0;
  order: 2;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  padding-right: 33px;
}

@media only screen and (max-width: 600px) {
  .header-logo {
    padding-right: 16.5%;
  }
}

.header-logo__link img {
  width: 190px;
  height: auto;
}

.header .navi.pc {
  order: 1;
  text-align: center;
  line-height: 1.2;
  font-size: 15px;
  font-size: 1.5rem;
}

.header .navi.pc li {
  display: inline-block;
}

.header .navi.pc li a {
  display: block;
  padding: .3em 0 .5em;
  margin: 0 .5em;
  position: relative;
  background: transparent;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}

.header .navi.pc li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.header .navi.pc li.active:hover a {
  border-radius: 3px 3px 0 0;
}

.header .navi.pc li.active:hover .sub_navi {
  display: block;
}

.header.is-scroll {
  -webkit-transition: top .5s;
  transition: top .5s;
  position: fixed;
  top: 0;
  padding: 0;
}

.header.is-scroll > .inner {
  min-height: 0;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header.is-scroll .logo {
  display: none;
}

.header.is-scroll .logo a img {
  max-width: 200px;
  max-height: 60px;
}

.header.is-scroll .shop_tel {
  display: none;
}

.header.is-scroll .navi.pc {
  margin: 0;
}

.header.hide {
  top: -200px;
}

.header .navi.mobile {
  height: 100%;
  position: fixed;
  overflow-y: hidden;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  padding: 4em 2em;
  background: #fff;
}

.header .navi.mobile ul {
  position: relative;
  width: 85%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.header .navi.mobile ul li {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 0 1.2em;
  text-align: center;
  border-top: 1px solid #dadbdb;
}

.header .navi.mobile ul li:last-child {
  border-bottom: 1px solid #dadbdb;
}

.header .navi.mobile ul li a {
  display: block;
  border-radius: 3px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #3a3a3a;
}

.header .navi.mobile ul li.active {
  background: #fff;
}

.header .navi.mobile ul li.active > a {
  background: transparent;
  cursor: default;
}

.header #button_navi {
  width: 33px;
  display: none;
  position: relative;
  left: 0;
  z-index: 2000;
  height: 25px;
}

.header #button_navi .menu_close_btn {
  display: none;
}

.header #button_navi img {
  width: 33px;
}

@media only screen and (max-width: 800px) {
  #header .navi.pc {
    position: absolute;
    top: -10000px;
    left: -10000px;
  }
}

@media only screen and (max-width: 600px) {
  #header .navi.pc {
    font-size: 15px;
  }
}

@media only screen and (max-width: 800px) {
  #header.is-scroll > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 800px) {
  #header.is-scroll .logo {
    display: block;
    margin-top: .3em;
  }
}

@media only screen and (max-width: 1000px) {
  #header #button_navi {
    margin: 0 4%;
  }
}

@media only screen and (max-width: 800px) {
  #header #button_navi {
    display: block;
  }
  #header #button_navi div {
    top: 20%;
  }
}

/*------------------------------------------------------------------------------
 sub_navi
------------------------------------------------------------------------------*/
ul.sub_navi {
  display: block;
}

#info ul.sub_navi, .info_footer_sub_navi ul.sub_navi {
  display: none;
}

#info .info_footer_sub_navi ul.sub_navi {
  display: block;
}

/*------------------------------------------------------------------------------
 logo
------------------------------------------------------------------------------*/
.logo {
  display: none;
}

#top {
  overflow-x: hidden;
  background-image: url(https://cdn.goope.jp/184747/220223150536-6215ceb0504a5.jpg);
  background-attachment: fixed;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 807px;
}

@media only screen and (max-width: 600px) {
  #top {
    background-size: 300px;
  }
}

@media only screen and (max-width: 800px) {
  #top {
    background-size: 300px;
  }
}

@media only screen and (max-width: 1000px) {
  #top {
    background-size: 300px;
  }
}

#top .logo {
  display: flex;
  text-align: center;
  padding: 0 0 0 0;
  font-weight: normal;
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
}

@media only screen and (max-width: 800px) {
  #top .logo {
    margin-left: auto;
    margin-right: auto;
  }
}

#top .logo a img {
  max-width: 400px;
  max-height: 100px;
}

@media only screen and (max-width: 800px) {
  #top .logo a img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*------------------------------------------------------------------------------
 content, section
------------------------------------------------------------------------------*/
#content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 54px;
}

#content ul.sub_navi {
  position: relative;
  width: 85%;
  list-style: none;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
}

#content ul.sub_navi li {
  display: inline-block;
  max-width: 800px;
  margin: 0 1em 1em 0;
  border-radius: 3px;
  text-align: center;
}

#content ul.sub_navi li a {
  display: block;
  padding: .5em;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  color: #3a3a3a;
}

#content ul.sub_navi li.active > a {
  background: transparent;
  cursor: default;
}

#content > .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#content h2 {
  font-weight: normal;
  padding: 2.8em 0 0 0;
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}

#content h2.page_title {
  text-align: center;
}

#content h2.page_title a {
  position: relative;
  background: transparent;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
  left: 0;
}

#content h2.page_title a:hover {
  opacity: 0.6;
  text-decoration: none;
}

#content h2 a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  #content {
    width: 94%;
    margin: 0 3%;
  }
}

@media only screen and (max-width: 1000px) {
  #content > .inner {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.site_description {
  display: none;
}

#top .site_description {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic', sans-serif;
  margin: 0 auto 2em;
  width: 75%;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #top .site_description {
    width: 90%;
  }
}

/*------------------------------------------------------------------------------
 pager
------------------------------------------------------------------------------*/
.pager {
  zoom: 1;
  position: relative;
  padding: 0 4% 4em;
}

.pager:after {
  content: '';
  display: block;
  clear: both;
}

.pager > .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0%;
  padding-right: 0%;
}

.pager > .inner div {
  zoom: 1;
  position: relative;
  text-align: center;
}

.pager > .inner div:after {
  content: '';
  display: block;
  clear: both;
}

.pager > .inner div a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 3px .15em;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  color: #3a3a3a;
}

.pager > .inner div a.chk {
  background: #e8e8e8;
  cursor: default;
}

.pager > .inner div a:hover {
  background: #e8e8e8;
}

@media only screen and (max-width: 800px) {
  .pager .inner {
    position: relative;
    left: 0;
  }
  .pager .inner div {
    position: relative;
    left: 0;
  }
  .pager .inner div a {
    display: none;
    line-height: 30px;
  }
  .pager .inner div a.next, .pager .inner div a.prev {
    float: left;
    display: block;
    margin: 0;
    background: #e8e8e8;
  }
  .pager .inner div a.next {
    float: right;
  }
  .pager .inner div a.chk {
    display: block;
    position: absolute;
    left: 50%;
    float: none;
    background: transparent;
    margin: 0 0 0 -20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

/*------------------------------------------------------------------------------
 gadgets
------------------------------------------------------------------------------*/
.gadgets {
  padding: 0;
}

.gadgets > .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding-left: 0%;
  padding-right: 0%;
}

.gadgets #navi_parts .navi_parts_detail {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 4em;
}

.gadgets #navi_parts .navi_parts_detail img {
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.gadgets #navi_parts .navi_parts_detail iframe, .gadgets #navi_parts .navi_parts_detail object, .gadgets #navi_parts .navi_parts_detail embed {
  max-width: 100%;
  overflow: hidden;
}

/*------------------------------------------------------------------------------
 sidebar
------------------------------------------------------------------------------*/
.sidebar {
  margin: 50px 0 0;
}

.sidebar > .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.sidebar .block {
  width: 33%;
  vertical-align: top;
  margin: 0;
  padding: 0 3%;
  text-align: center;
}

.sidebar .block:first-child {
  margin: 0;
  border: none;
}

.sidebar .block h3 {
  margin: 0 0 10px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  .sidebar > .inner {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media only screen and (max-width: 600px) {
  .sidebar > .inner {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 800px) {
  .sidebar .block {
    width: 25%;
  }
}

@media only screen and (max-width: 600px) {
  .sidebar .block {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-left: none;
    text-align: center;
  }
  .sidebar .block.qr_area {
    display: none !important;
  }
}

/*------------------------------------------------------------------------------
 social
------------------------------------------------------------------------------*/
.social > .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.social > .inner .navi_parts_detail {
  padding: 0 .4em 4em;
  display: inline-block;
}

.social > .inner .navi_parts_detail img {
  max-width: 92%;
}

.social #social_widgets .social_widget {
  display: inline-block;
  height: 20px;
  margin: 10px 0 4em 10px;
  vertical-align: middle;
}

.social #social_widgets .social_widget:first-child {
  margin-left: 0;
}

.social #social_widgets .social_widget#widget_facebook_like {
  width: 130px;
}

.social #social_widgets .social_widget#widget_facebook_like iframe {
  width: 130px;
}

.social #social_widgets .social_widget#widget_facebook_follow {
  width: 148px;
}

.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_follow iframe {
  width: 148px;
}

.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
  width: 300px;
  height: 72px;
  overflow: hidden;
}

.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox > div {
  display: inline-block;
}

@media only screen and (max-width: 1000px) {
  .social > .inner {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media only screen and (max-width: 600px) {
  .social #social_widgets .social_widget {
    margin: 10px 0 1em 10px;
  }
  .social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
    width: 100%;
    margin-left: 0;
  }
}

/*------------------------------------------------------------------------------
 footer
------------------------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 2;
  padding: 0;
  text-align: center;
  border-top: solid 1px #DADBDB;
}

.footer-content {
  zoom: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 30px;
}

@media only screen and (max-width: 1000px) {
  .footer-content {
    padding: 2em 0 1em;
  }
}

.footer-content:after {
  content: '';
  display: block;
  clear: both;
}

.footer-content a {
  color: #3a3a3a;
}

.footer-content a:hover {
  text-decoration: underline;
}

.footer-logo {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1000px) {
  .footer-logo {
    margin-bottom: 2em;
  }
}

.footer-logo img {
  max-width: 162px;
  height: auto;
}

.footer-sns__link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-sns__item {
  margin: 0 10px;
}

.footer-sns__item a {
  color: #000;
}

.copyright {
  font-size: 12px;
  color: #8D8D8D;
}

/*------------------------------------------------------------------------------
 MediaQueries
------------------------------------------------------------------------------*/
head {
  font: 0 'pc-view';
}

@media only screen and (max-width: 800px) {
  head {
    font: 0 'tablet-view';
  }
}

@media only screen and (max-width: 600px) {
  head {
    font: 0 'phone-view';
  }
}

/*------------------------------------------------------------------------------
 WYSIWYGフィールド表示制御
------------------------------------------------------------------------------*/
.textfield {
  zoom: 1;
}

.textfield:after {
  content: '';
  display: block;
  clear: both;
}

.textfield img {
  max-width: 100% !important;
  height: auto !important;
}

.textfield p {
  margin: .5em 0 1em !important;
  word-break: normal;
  word-wrap: break-word;
}

.textfield p:first-child {
  margin: 0 !important;
}

.textfield iframe {
  max-width: 100% !important;
}

.textfield ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.textfield ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

@media only screen and (max-width: 800px) {
  .textfield table {
    width: 100% !important;
    height: auto !important;
  }
}

body#top #content > .inner {
  max-width: 1000px;
  margin: 0 auto;
}

body#top .section {
  margin: 0 2%;
  padding: 0 0 4em;
}

body#top .section > .inner {
  max-width: 1000px;
  margin: 0 auto;
}

body#top .section_title {
  position: relative;
  top: -.5em;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 2em;
  text-align: center;
}

body#top .section_title a, body#top .section_title span {
  display: inline-block;
  padding: 0 1em;
  font-size: 30px;
  font-size: 3rem;
}

body#top .btn_details {
  margin: 10px 0 -22px;
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
}

body#top .btn_details a {
  display: inline-block;
  padding: .7em 1em;
  border-radius: 3px;
  line-height: 1;
  color: #3a3a3a;
}

body#top .btn_details a:hover {
  background: rgba(232, 232, 232, 0.5);
}

body#top .welcomemessage {
  margin: 3.5em 0 0 0;
  border: none;
  text-align: center;
}

body#top .welcomemessage .message {
  width: 75%;
  margin: 0 auto;
}

body#top .information {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #F8F8F8;
}

@media only screen and (max-width: 600px) {
  body#top .information {
    width: auto;
  }
}

body#top .information .list {
  zoom: 1;
  text-align: center;
}

body#top .information .list:after {
  content: '';
  display: block;
  clear: both;
}

body#top .information .list.is-float .article {
  float: left;
  display: block;
  white-space: nowrap;
  max-height: 320px;
}

body#top .information .article {
  zoom: 1;
  display: inline-block;
  width: 29.3%;
  margin: 0 2% 4em;
  text-align: left;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  opacity: 1;
}

body#top .information .article:after {
  content: '';
  display: block;
  clear: both;
}

body#top .information .article:hover {
  opacity: 0.7;
}

body#top .information .article .photo {
  display: block;
  height: 215px;
  width: 100%;
  margin: 0 0 30px 0;
}

body#top .information .article .photo img {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

body#top .information .article .photo img.show {
  opacity: 1;
}

body#top .information .article .summary {
  display: block;
  text-align: center;
}

body#top .information .article .summary > .inner {
  display: block;
}

body#top .information .article .summary .date {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1.2em;
}

body#top .information .article .summary .date_underline {
  width: 30px;
  margin: 0 auto 1.5em;
  border-bottom: 1px solid #dadbdb;
}

body#top .information .article .summary .title {
  text-overflow: ellipsis;
  overflow: hidden;
}

body#info .navi.mobile .sub_navi li {
  background: transparent;
}

body#info .navi.mobile .sub_navi li a {
  font-size: 16px;
  font-size: 1.6rem;
}

body#info .navi.mobile .sub_navi li.year {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: rgba(58, 58, 58, 0.7);
  color: #8b8b8b;
}

body#info .navi.mobile .sub_navi li.year div {
  margin: 0 0 10px;
}

body#info .navi.mobile .sub_navi li.year div.month {
  margin: 0;
}

body#info .navi.mobile .sub_navi li.year div.month a {
  display: inline-block;
  padding: .2em;
  margin: 0 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

body#info .article {
  margin: 0 0 4em;
  text-align: center;
}

body#info .article .body .article_title {
  margin: 2em 0 .5em;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}

body#info .article .body .article_title a {
  position: relative;
  background: transparent;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}

body#info .article .body .article_title a:hover {
  opacity: 0.6;
  text-decoration: none;
}

body#info .article .body .date {
  margin: 0 0 5em 0;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

body#info .article .body .photo {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  text-align: center;
}

body#info .article .body .photo img {
  max-width: 100%;
}

body#info .article .body .textfield {
  width: 75%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 4em;
  border-bottom: 1px solid #dadbdb;
}

body#info .article .body .textfield p:first-child {
  margin: 0 !important;
}

body#photo #index {
  margin: 0;
}

body#photo #index .album {
  zoom: 1;
  margin: 0 2% 4em;
}

body#photo #index .album:after {
  content: '';
  display: block;
  clear: both;
}

body#photo #index .album .album_title {
  margin: 0 0 2em;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
}

body#photo #index .album .album_title > span {
  position: relative;
}

body#photo #index .album .album_title a {
  position: relative;
  background: transparent;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}

body#photo #index .album .album_title a:hover {
  opacity: 0.6;
  text-decoration: none;
}

body#photo #index .album .thumb {
  visibility: hidden;
  float: left;
  height: 152px;
  margin: 2%;
  padding: 0;
}

body#photo #index .album .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  opacity: 1;
}

body#photo #index .album .thumb a:hover {
  opacity: 0.7;
}

body#photo #index .album .thumb a:focus {
  outline: none;
}

body#photo #index .album .thumb a img {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

body#photo #index .album .thumb a img.show {
  opacity: 1;
}

body#photo #entries {
  position: relative;
}

body#photo #entries h3 {
  margin: 0 0 2em;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}

body#photo #entries .article {
  margin: 0 0 4em;
  text-align: center;
}

body#photo #entries .article h4 {
  margin: 0 0 .5em;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}

body#photo #entries .article .date {
  margin: 0 0 5em 0;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

body#photo #entries .article .textfield {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 4em;
  border-bottom: 1px solid #dadbdb;
}

body#photo #entries .article .textfield p:first-child {
  margin: 0 !important;
}

body#photo #entries .article .photo {
  max-width: 100%;
  margin: 20px 0 1.2em 0;
  text-align: center;
}

body#photo #entries .article .photo img {
  max-width: 100%;
}

body#photo #navi li .sub_navi li a {
  display: block;
}

body#menu .page_title + .list {
  margin: 0;
}

body#menu .article {
  margin: 0 0 4em;
  text-align: center;
}

body#menu .category_title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 .5em 0;
}

body#menu .category_title_underline {
  width: 30px;
  margin: 0 auto 2em;
  border-bottom: 1px solid #dadbdb;
}

body#menu .category_title + .article {
  margin-top: 30px;
}

.lessonlist {
    font-size: 3.0rem;
    text-align: center;
    padding: 1em 0 1em 0;
}

body#menu .article_title {
  margin: 0 0 .5em;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}

body#menu .article_title .recommend {
  vertical-align: top;
  margin-right: .2em;
}

body#menu .article_title .recommend img {
  width: 28px;
}

body#menu .article_title a {
  position: relative;
  background: transparent;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}

body#menu .article_title a:hover {
  opacity: 0.6;
  text-decoration: none;
}

body#menu .photo {
  max-width: 100%;
  margin: 0 0 2em 0;
  text-align: center;
}

body#menu .photo img {
  max-width: 100%;
}

body#menu .price {
  margin: 0 0 2em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

body#menu .text {
  margin: 1em 0 0;
  width: 75%;
  margin: 0 auto;
  padding-bottom: 4em;
  border-bottom: 1px solid #dadbdb;
}

body#calendar .wrap_calendar {
  margin: 4em 4%;
}

body#calendar .wrap_calendar .navi {
  margin: 0 0 4em 0;
  text-align: center;
}

body#calendar .wrap_calendar .navi a {
  position: relative;
  background: transparent;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}

body#calendar .wrap_calendar .navi a:hover {
  opacity: 0.6;
  text-decoration: none;
}

body#calendar .table_calendar {
  margin: 2em 0 0;
}

body#calendar .table_calendar th {
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3a3a3a;
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic', sans-serif;
  font-weight: normal;
}

body#calendar .table_calendar th.sun {
  color: #ffa5a5;
}

body#calendar .table_calendar td {
  position: relative;
  height: 112px;
  border: 1px solid #dadbdb;
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic', sans-serif;
  font-weight: normal;
}

body#calendar .table_calendar td p.day {
  height: 110px;
  margin: 0;
  padding: 10px;
  background: #fff;
  text-align: right;
  line-height: 160px;
}

body#calendar .table_calendar td.sun p.day, body#calendar .table_calendar td.holiday p.day {
  background: #fff;
}

body#calendar .table_calendar td a {
  position: absolute;
  left: 10px;
  top: 10px;
}

body#calendar .schedule {
  padding: 0 4% 4em;
}

body#calendar .schedule dl.article {
  margin: 3em 0 0;
}

body#calendar .schedule dl.article dt.date {
  margin: 0 0 1em;
  padding: 0 0 .9em;
  border-bottom: 1px solid #dadbdb;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #3a3a3a;
}

body#calendar .schedule dl.article dd {
  zoom: 1;
  margin: 1em 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

body#calendar .schedule dl.article dd:after {
  content: '';
  display: block;
  clear: both;
}

body#calendar .schedule dl.article dd .category {
  float: left;
  margin-right: 1em;
  padding: .22em .43em;
  background: #e8e8e8;
  border-radius: 2px;
  font-size: 12px;
  font-size: 1.2rem;
}

body#calendar .schedule dl.article dd a {
  position: relative;
  background: transparent;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}

body#calendar .schedule dl.article dd a:hover {
  opacity: 0.6;
  text-decoration: none;
}

body#calendar .details > div {
  zoom: 1;
}

body#calendar .details > div:after {
  content: '';
  display: block;
  clear: both;
}

body#calendar .details h3 {
  margin: 4% 0 .5em;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}

body#calendar .details .date {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 5em 0;
}

body#calendar .details .image {
  text-align: center;
}

body#calendar .details img {
  max-width: 100%;
  margin: 0 0 2em 0;
}

body#calendar .details .textfield {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 4em;
}

body#about .map, body#about .summary {
  width: 100%;
}

body#about .map iframe {
  height: 470px;
  margin: 4em 0 0;
}

body#about .summary {
  width: 100%;
  max-width: 1000px;
  padding: 4em 4%;
}

body#about .summary table {
  width: 65%;
  margin: 0 auto;
}

body#about .summary tr {
  display: table-row;
  margin: 0;
}

body#about .summary tr:first-child th, body#about .summary tr:first-child td {
  border-top: none;
}

body#about .summary th, body#about .summary td {
  display: table-cell;
  padding: 1.4em;
  line-height: 1.2;
  border: 1px solid #dadbdb;
  border-bottom: none;
  border-left: none;
}

body#about .summary th {
  width: 35%;
}

body#about .summary td {
  width: 65%;
  border-right: none;
}

body#contact form {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

body#contact form .message {
  margin: 4em 0 0;
  font-weight: bold;
  color: #e45555;
}

body#contact form .contact_area {
  margin: 3em 0;
}

body#contact form .contact_area br {
  display: none;
}

body#contact form .contact_area > label {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

body#contact form .contact_area .checkbox label, body#contact form .contact_area .radio label {
  position: static;
  display: inline;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
  color: #3a3a3a;
}

body#contact form input[type=text], body#contact form input[type=tel], body#contact form input[type=email] {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dadbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body#contact form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dadbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body#contact form input[type=text], body#contact form input[type=tel], body#contact form input[type=email] {
  padding: 12px;
  font-size: 20px;
  font-size: 2rem;
}

body#contact form input[type=text] {
  width: 100%;
}

body#contact form input[type=text].contact_small {
  width: 60% !important;
}

body#contact form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

body#contact form input[type=text]:focus, body#contact form input[type=tel]:focus, body#contact form input[type=email]:focus {
  background: #ffffff;
  border: 1px solid #dadbdb;
  outline: none;
}

body#contact form textarea:focus {
  background: #ffffff;
  border: 1px solid #dadbdb;
  outline: none;
}

body#contact form label {
  font-size: 20px;
  font-size: 2rem;
}

body#contact form label .requier {
  color: #ff0000;
  margin-left: 2px;
}

body#contact form .checkbox, body#contact form .radio {
  display: block;
}

body#contact form .checkbox label, body#contact form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

body#contact form select {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-size: 1.4rem;
}

body#contact form select:focus {
  outline: none;
}

body#contact form input[type=submit] {
  border: 2px solid #dadbdb;
  background: none;
}

body#contact form input[type=submit]:focus {
  outline: none;
}

body#contact form .wrap_select {
  position: relative;
  display: inline;
}

body#contact form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a3a3a;
}

body#contact form .button {
  position: relative;
  display: block;
  width: 50%;
  padding: 18px 14px 20px;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3a3a3a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 2px;
}

body#contact form .button:hover, body#contact form .button:active {
  cursor: pointer;
  background: #dadbdb;
}

body#contact form .checkbox, body#contact form .radio {
  display: inline;
  white-space: nowrap;
}

body#contact form select {
  width: 100% !important;
}

body#contact form input[type=submit] {
  margin: 0 auto 4em;
}

body#contact .personal_info {
  padding: 0 0 4em;
}

body#contact .personal_info p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

body#coupon #content .inner {
  margin: 0 3.5%;
}

body#coupon .autopagerize_page_element {
  zoom: 1;
  overflow: hidden;
  margin: 4em 0 0;
}

body#coupon .autopagerize_page_element:after {
  content: '';
  display: block;
  clear: both;
}

body#coupon .article {
  float: left;
  width: 43%;
  margin: 0 3.5% 4em;
  padding: 0;
  background: #e8e8e8;
}

body#coupon .article .summary {
  padding: 10px 15px;
}

body#coupon .article h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}

body#coupon .article .image {
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  background-image: url(/img/theme_pastel/coupon_noimage.gif);
}

body#coupon .article .image img {
  display: block;
  max-width: 100%;
}

body#coupon .article .text {
  margin: 12px 0 0;
}

body#coupon .article .article_title {
  font-size: 20px;
  font-size: 2rem;
  margin: .2em 0 0;
}

body#coupon .article .qrcode {
  float: right;
  margin: 5px 0 5px 10px;
}

body#coupon .article .text {
  margin: .5em 0 0;
}

body#coupon .article .text li {
  padding-left: 5em;
  text-indent: -5em;
  font-weight: bold;
}

body#coupon .article .text li span {
  font-weight: normal;
}

body#coupon .print {
  margin: 0 3.5% 4em;
  text-align: right;
}

body#coupon .print a {
  display: inline-block;
  padding: .5em;
  background: rgba(232, 232, 232, 0.7);
  border-radius: 3px;
  line-height: 1;
}

body#coupon .print a:hover {
  background: #e8e8e8;
}

body#reservation form {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

body#reservation form .message {
  margin: 4% 0 0;
  font-weight: bold;
  color: #e45555;
}

body#reservation form .button_area {
  margin: 3em 0 6em;
}

body#reservation form .reservation_area {
  margin: 3em 0 0;
}

body#reservation form .reservation_area:first-child {
  margin: 0;
}

body#reservation form .reservation_area > label {
  font-size: 16px;
  font-size: 1.6rem;
}

body#reservation form .reservation_area .radio {
  display: block;
}

body#reservation form .reservation_area .reservation_course_body img {
  display: block;
  max-width: 100%;
}

body#reservation form input[type=text], body#reservation form input[type=tel], body#reservation form input[type=email] {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dadbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body#reservation form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dadbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body#reservation form input[type=text], body#reservation form input[type=tel], body#reservation form input[type=email] {
  padding: 12px;
  font-size: 20px;
  font-size: 2rem;
}

body#reservation form input[type=text] {
  width: 100%;
}

body#reservation form input[type=text].contact_small {
  width: 60% !important;
}

body#reservation form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

body#reservation form input[type=text]:focus, body#reservation form input[type=tel]:focus, body#reservation form input[type=email]:focus {
  background: #ffffff;
  border: 1px solid #dadbdb;
  outline: none;
}

body#reservation form textarea:focus {
  background: #ffffff;
  border: 1px solid #dadbdb;
  outline: none;
}

body#reservation form label {
  font-size: 20px;
  font-size: 2rem;
}

body#reservation form label .requier {
  color: #ff0000;
  margin-left: 2px;
}

body#reservation form .checkbox, body#reservation form .radio {
  display: block;
}

body#reservation form .checkbox label, body#reservation form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

body#reservation form select {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-size: 1.4rem;
}

body#reservation form select:focus {
  outline: none;
}

body#reservation form input[type=submit] {
  border: 2px solid #dadbdb;
  background: none;
}

body#reservation form input[type=submit]:focus {
  outline: none;
}

body#reservation form .wrap_select {
  position: relative;
  display: inline;
}

body#reservation form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a3a3a;
}

body#reservation form .button {
  position: relative;
  display: block;
  width: 50%;
  padding: 18px 14px 20px;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3a3a3a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 2px;
}

body#reservation form .button:hover, body#reservation form .button:active {
  cursor: pointer;
  background: #dadbdb;
}

body#reservation form .checkbox, body#reservation form .radio {
  display: inline;
  margin-right: 10px;
  white-space: nowrap;
}

body#reservation form input[type=submit] {
  margin: 0 auto;
}

body#reservation .list {
  zoom: 1;
  overflow: hidden;
}

body#reservation .list:after {
  content: '';
  display: block;
  clear: both;
}

body#reservation .list .info {
  margin: 4em 7%;
}

body#reservation .list .info .note {
  margin: 0 0 4em;
  text-align: center;
}

body#reservation .list .info .summary {
  margin: 0 0 4em;
  padding: 1em 0 1.2em;
  border: 1px solid #dadbdb;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

body#reservation .articles {
  margin: 0 4%;
}

body#reservation .articles .article {
  float: left;
  width: 43%;
  margin: 0 3.5% 4em;
  padding: 0;
  background: #e8e8e8;
}

body#reservation .articles .article .summary {
  padding: 10px 15px;
}

body#reservation .articles .article h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}

body#reservation .articles .article .image {
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  background-image: url(/img/theme_pastel/coupon_noimage.gif);
}

body#reservation .articles .article .image img {
  display: block;
  max-width: 100%;
}

body#reservation .articles .article .text {
  margin: 12px 0 0;
}

body#reservation .articles .article .article_title {
  margin: .2em 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

body#reservation .articles .article .text {
  margin: .5em 0 0;
}

body#free .textfield {
  margin: 4% 4% 4em;
}

body#staff .textfield, body#recruit .textfield {
  margin: 4em 4% 4em;
}

@media only screen and (max-width: 600px) {
  body#top .welcomemessage .message {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  body#top .information .list.is-float .article {
    float: none;
  }
}

@media only screen and (max-width: 600px) {
  body#top .information .article {
    margin: 0 0 4em;
  }
}

@media only screen and (max-width: 800px) {
  body#top .information .article {
    width: 46%;
    min-width: 260px;
  }
}

@media only screen and (max-width: 600px) {
  body#top .information .article {
    width: 92%;
    float: none;
    margin: 0 auto 4em;
    min-width: 0;
    text-align: center;
  }
  body#top .information .article .photo {
    width: 100%;
  }
  body#top .information .article .summary {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  body#info .article .body .textfield {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  body#info .article .date {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  body#info .article .date div {
    display: inline;
  }
  body#info .article .date div.month {
    margin-right: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  body#info .article .body {
    float: none;
  }
  body#info .article .body .inner {
    margin: 0;
  }
  body#info .article .body h3 {
    margin: 0 0 20px;
  }
  body#info .article .body .photo {
    max-width: 100%;
  }
  body#info .article .body .textfield {
    width: 92%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  body#photo #entries .article .textfield {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  body#menu .article_title .recommend img {
    width: 20px;
  }
}

@media only screen and (max-width: 600px) {
  body#menu .photo {
    float: none;
    max-width: 100%;
    margin: 0 auto 1.5em;
  }
}

@media only screen and (max-width: 600px) {
  body#menu .text {
    width: 90%;
  }
}

@media only screen and (max-width: 800px) {
  body#calendar .table_calendar th {
    padding: 3px 0;
  }
  body#calendar .table_calendar td {
    height: 70px;
    padding: 5px;
  }
  body#calendar .table_calendar td p.day {
    height: 70px;
    padding: .35em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 102px;
  }
  body#calendar .table_calendar td a {
    left: 5px;
    top: 8px;
  }
}

@media only screen and (max-width: 800px) {
  body#calendar .table_calendar td {
    padding: 2px;
  }
  body#calendar .table_calendar td p.day {
    padding: .25em;
  }
}

@media only screen and (max-width: 600px) {
  body#calendar .table_calendar td p.day {
    padding: .4em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 600px) {
  body#calendar .details .textfield {
    width: 90%;
  }
}

@media only screen and (max-width: 800px) {
  body#about .summary table {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  body#about .summary table {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  body#contact form {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  body#contact form {
    width: 92%;
  }
}

@media only screen and (max-width: 800px) {
  body#coupon .article {
    width: 70%;
    float: none;
    margin: 0 auto 4em;
  }
}

@media only screen and (max-width: 600px) {
  body#coupon .article {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  body#coupon .article .qrcode {
    text-align: center;
    float: none;
    margin: 8px 0;
  }
}

@media only screen and (max-width: 800px) {
  body#reservation form {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  body#reservation form {
    width: 92%;
  }
}

@media only screen and (max-width: 800px) {
  body#reservation .articles .article {
    width: 70%;
    float: none;
    margin: 0 auto 4em;
  }
}

@media only screen and (max-width: 600px) {
  body#reservation .articles .article {
    width: 80%;
  }
}

#content h2.section-title {
  text-align: center;
  margin: 0 0 2em;
}

@media only screen and (max-width: 600px) {
  #content h2.section-title {
    line-height: 1.5em;
  }
}

/*===調整=========================================================*/
.front-logo {
  text-align: center;
  padding: 65px 0 67px;
}

@media only screen and (max-width: 600px) {
  .front-logo {
    padding: 30px 0 35px;
  }
}

.front-logo img {
  width: 330px;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .front-logo img {
    width: 280px;
  }
}

.front-head {
  font-size: 32px;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .front-head {
    font-size: 2em;
    margin: 2em 0;
  }
}

.front-head__text {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .front-head__text {
    text-align: left;
  }
}

.front-about {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 120px 0;
}

@media only screen and (max-width: 800px) {
  .front-about {
    margin: 60px 0;
  }
}

@media only screen and (max-width: 600px) {
  .front-about {
    flex-direction: column;
    margin: 60px 0;
  }
}

.front-about--reverse {
  flex-direction: row;
}

@media only screen and (max-width: 600px) {
  .front-about--reverse {
    flex-direction: column;
  }
}

.front-about__text {
  width: 49%;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .front-about__text {
    width: 100%;
  }
}

.front-about__text p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .front-about__text p {
    margin-bottom: 20px;
  }
}

.front-about__title {
  font-size: 28px;
}

@media only screen and (max-width: 600px) {
  .front-about__title {
    font-size: 1.5em;
  }
}

.front-about__btn {
  display: block;
  max-width: 336px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #EAF6F7;
  text-align: center;
  transition: all 0.3s;
}

.front-about__btn:hover {
  opacity: 0.6;
}

.front-about__img {
  width: 46.4%;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .front-about__img {
    width: 100%;
    margin-bottom: 1em;
  }
}

.front-about__img img {
  width: 100%;
  height: auto;
}

.bn-area {
  margin: 90px 0;
}

@media only screen and (max-width: 600px) {
  .bn-area {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 800px) {
  .bn-area {
    margin: 60px 0;
  }
}

.bn-area img {
  width: 100%;
  height: auto;
}

.bn-area a {
  transition: all 0.3s;
}

.bn-area a:hover {
  opacity: 0.6;
}

.front-contact {
  margin: 120px 0 130px 0;
  padding: 0 0 90px 0;
  background-color: #EAF6F7;
  background-image: url(https://cdn.goope.jp/184747/220225171537-62189029b473e.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  .front-contact {
    margin: 2em 0 2em 0;
    padding: 0 3.125vw 2em;
  }
}

@media only screen and (max-width: 800px) {
  .front-contact {
    margin: 60px 0 80px 0;
    padding: 0 3.125vw 80px;
  }
}

.front-contact form {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .front-contact form {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .front-contact form {
    width: 100%;
  }
}

.front-contact form .contact_area {
  margin: 3em 0;
}

.front-contact form .contact_area br {
  display: none;
}

.front-contact form .contact_area > label {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

.front-contact form .contact_area .checkbox label, .front-contact form .contact_area .radio label {
  position: static;
  display: inline;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
  color: #3a3a3a;
}

.front-contact form input[type=text], .front-contact form input[type=tel], .front-contact form input[type=email] {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dadbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.front-contact form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dadbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.front-contact form input[type=text], .front-contact form input[type=tel], .front-contact form input[type=email] {
  padding: 12px;
  font-size: 20px;
  font-size: 2rem;
}

.front-contact form input[type=text] {
  width: 100%;
}

.front-contact form input[type=text].contact_small {
  width: 60% !important;
}

.front-contact form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.front-contact form input[type=text]:focus, .front-contact form input[type=tel]:focus, .front-contact form input[type=email]:focus {
  background: #ffffff;
  border: 1px solid #dadbdb;
  outline: none;
}

.front-contact form textarea:focus {
  background: #ffffff;
  border: 1px solid #dadbdb;
  outline: none;
}

.front-contact form label {
  font-size: 20px;
  font-size: 2rem;
}

.front-contact form label .requier {
  color: #ff0000;
  margin-left: 2px;
}

.front-contact form .checkbox, .front-contact form .radio {
  display: block;
}

.front-contact form .checkbox label, .front-contact form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

.front-contact form select {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-size: 1.4rem;
}

.front-contact form select:focus {
  outline: none;
}

.front-contact form input[type=submit] {
  background-color: #000;
  color: #fff;
}

.front-contact form input[type=submit]:focus {
  outline: none;
}

.front-contact form .wrap_select {
  position: relative;
  display: inline;
}

.front-contact form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a3a3a;
}

.front-contact form .button {
  position: relative;
  display: block;
  width: 50%;
  padding: 18px 14px 20px;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3a3a3a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 2px;
}

.front-contact form .button:hover, .front-contact form .button:active {
  cursor: pointer;
  background: #dadbdb;
}

.front-contact form .checkbox, .front-contact form .radio {
  display: inline;
  white-space: nowrap;
}

.front-contact form select {
  width: 100% !important;
}

.front-contact form input[type=submit] {
  margin: 0 auto 4em;
}

.front-contact__note {
  margin-bottom: 80px;
}

@media only screen and (max-width: 600px) {
  .front-contact__note {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 800px) {
  .front-contact__note {
    margin-bottom: 60px;
  }
}

.front-contact__note h3 {
  margin: 60px 0 25px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .front-contact__note h3 {
    margin: 2em 0 1em;
  }
}

.front-contact .p-form__actions input {
  background-color: #000;
  border-color: #000;
  color: #fff;
  transition: all 0.3s;
}

.front-info-btn {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3.125vw;
  text-align: right;
}

@media only screen and (max-width: 800px) {
  .front-info-btn {
    max-width: 800px;
    margin: 0 auto;
    padding-right: 3.125vw;
  }
}

@media only screen and (max-width: 600px) {
  .front-info-btn {
    margin: 0 3.125vw;
    padding: 0;
  }
}

.front-info-btn__link span::after {
  content: "＞";
  margin-left: 1em;
}

.swiper img {
  width: 100%;
  height: auto;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

#content h2.common-title {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: solid 2px #C7C06B;
  font-size: 28px;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  #content h2.common-title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

.textfield p.common-text {
  margin: 1.25em 0  !important;
  font-size: 16px;
  text-align: left;
  line-height: 1.725em;
}

.instagram-btn {
  display: block;
  max-width: 340px;
  margin: 4em auto 2em;
  padding: 8px 0;
  background-color: #EAF6F7;
  text-align: center;
  transition: all 0.3s;
}

.instagram-btn span {
  position: relative;
}

.instagram-btn span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(https://cdn.goope.jp/184747/220302150742-621f09aef4165.png);
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  margin-left: -32px;
  margin: auto auto auto -25px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}

.instagram-btn:hover {
  opacity: 0.6;
}

.freestyle-content {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0 2.5em;
}

.freestyle-content__img {
  width: 40%;
}

@media only screen and (max-width: 600px) {
  .freestyle-content__img {
    width: 100%;
  }
  .freestyle-content__img img {
    width: 100%;
    height: auto;
  }
}

.freestyle-content__data {
  width: 60%;
  padding-left: 10px;
}

@media only screen and (max-width: 600px) {
  .freestyle-content__data {
    width: 100%;
  }
}

.freestyle-content__title {
  font-weight: bold;
}

.textfield .freestyle-content__data p {
  text-align: left;
  font-size: 16px;
  text-align: left;
  line-height: 1.725em;
}

.about-content {
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .about-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.about-content__name {
  font-size: 28px;
  line-height: 1.75em;
}

@media only screen and (max-width: 600px) {
  .about-content__name {
    font-size: 26px;
  }
}

.about-content__text {
  line-height: 1.75em;
  margin-top: 1.75em;
}

.about-content__img {
  float: right;
  margin-left: 10px;
  margin-top: 1.75em;
}

@media only screen and (max-width: 600px) {
  .about-content__img {
    margin: 0;
    float: none;
  }
}

.p-minne-gallery {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 4em 4%;
}

/*============================================================*/
@media only screen and (min-width: 481px) {
  .p-minne-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-minne-item {
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 481px) {
  .p-minne-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30%;
    margin-right: 5%;
  }
  .p-minne-item:nth-child(3n) {
    margin-right: 0;
  }
}

.p-minne-item__image-wrap {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 0.5em;
}

@media only screen and (min-width: 481px) {
  .p-minne-item__image-wrap {
    margin-right: 0;
  }
}

.p-minne-item__image {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.p-minne-item__image:hover {
  opacity: 0.7;
}

.p-minne-item__image img {
  display: none;
}

.p-minne-item__caption {
  line-height: 1.4;
  min-width: 0;
}

.p-minne-item__title {
  text-decoration: none;
  display: block;
  line-height: 1.3;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.p-minne-item__title:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 481px) {
  .p-minne-item__title {
    margin-top: 0.5em;
  }
}

.p-minne-item__price {
  display: block;
  font-size: 0.8em;
  margin-top: 0.2em;
  text-align: right;
}

@media only screen and (min-width: 481px) {
  .p-minne-item__price {
    text-align: left;
  }
}

.p-minne-message {
  margin: 4em 0 0;
  font-weight: bold;
  color: #e45555;
}

body#diary .textfield {
  max-width: 750px;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 600px) {
  body#diary .textfield {
    width: 92%;
    margin: 0 auto;
  }
}

.p-diary__unit {
  border-bottom: 1px solid #dadbdb;
  padding-bottom: 4em;
  margin-bottom: 4em;
}

#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff;
}

#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  outline: 0;
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: relative;
  overflow: visible;
  margin-top: 0;
  background: transparent;
}

#cboxLoadedContent {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: auto;
  padding: 0;
  background: transparent;
}

#cboxTitle {
  margin: 0;
  position: absolute;
  top: -22px;
  left: 0;
  color: #333;
}

#cboxCurrent {
  position: absolute;
  top: -28px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 0;
  font-size: 16px;
  line-height: 1;
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic', sans-serif;
  color: #333;
}

#cboxPrevious, #cboxNext, #cboxClose {
  position: absolute;
  overflow: visible;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  text-indent: 0;
  transition: all 0.2s;
  cursor: pointer;
  outline: 0;
}

#cboxPrevious {
  top: calc(50% - 33px);
  right: auto;
  left: -36px;
  width: 36px;
  height: 66px;
}

#cboxPrevious img {
  width: 20px;
}

#cboxNext {
  top: calc(50% - 33px);
  right: -36px;
  width: 36px;
  height: 66px;
}

#cboxNext img {
  width: 20px;
}

#cboxClose {
  top: -36px;
  right: -36px;
  width: 36px;
  height: 36px;
}

#cboxClose img {
  width: 30px;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  overflow: visible;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  text-indent: 0;
  outline: 0;
}

#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

@media only screen and (max-width: 800px) {
  #cboxLoadedContent table {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 800px) {
  #cboxLoadedContent [class^="wysiwyg_template_profile"] {
    display: block;
    max-width: 100%;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #cboxLoadedContent [class^="wysiwyg_template_profile"] td, #cboxLoadedContent [class^="wysiwyg_template_profile"] img {
    display: block;
    max-width: 100%;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.photo-modal__image img {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  margin: auto;
}

.photo-modal-body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 16px;
  background: #ddd;
  color: #333;
}

.photo-modal--photo .photo-modal-body {
  display: none;
}

.photo-modal-body__item:empty {
  display: none;
}

.photo-modal-body__item + .photo-modal-body__item {
  margin: 1em 0 0;
}

.photo-modal-body__item--title {
  font-weight: bold;
  font-size: 15px;
}

.web-font {
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic', sans-serif;
}




.menu-footnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.menu-footnav li {
  width: 24%;
  text-align: center;
  margin-bottom: 20px;
}

.menu-footnav li a {
  display: block;
  transition: all 0.3s;
}

.menu-footnav li a:hover {
  opacity: 0.6;
}

.menu-footnav li a img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 800px) {
  .menu-footnav li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.lesson-list {
  display: flex;
  flex-wrap: wrap;
}
.lesson-list__item {
  display: block;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 10px;
}
.lesson-list__item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 800px) {
  .lesson-list__item {
    width: 49%;
    margin-right: 2%;
  }
  .lesson-list__item:nth-child(2n) {
    margin-right: 0%;
  }
}



.subtitle {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 560; /* やや柔らかめ 通常400〜900の範囲で設定可能*/
  color: #5c7350; /* オリーブグリーン */
}

.lesson-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.lesson-list li {
  margin: 0.6em 0;
}

.lesson-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  color: #d86c84;
  transition: all 0.2s ease;
}

.lesson-link:hover {
  color: #a94d66;
}

.special-box {
  background: #fff6f8;
  border: 2px solid #f4a6b0;
  border-radius: 10px;
  padding: 0.5em 0.8em;
  box-shadow: 0 2px 6px rgba(244, 166, 176, 0.2);
  font-weight: 600;
}

.special-box:hover {
  background: #ffecef;
  border-color: #d86c84;
  box-shadow: 0 3px 8px rgba(244, 166, 176, 0.35);
}

.jj-pill{
  position:relative; margin:16px 0 12px; padding:14px 16px 14px 46px;
  border-radius:12px; background:#fff; display:block;
}
.jj-pill:has(.jj-pill__badge){ text-decoration:none; }
.jj-pill__badge{
  position:absolute; left:14px; top:50%; transform:translateY(-50%);
  width:22px; height:22px; line-height:22px; text-align:center;
  border-radius:50%; color:#fff; font-weight:700; font-size:12px;
}
.jj-pill__title{ font-weight:700; margin-bottom:4px; }
.jj-pill__desc{ font-size:14px; }

/* pink */
.jj-pill--pink{ border:1px solid #F3DDE2; background:#FFF7FA; box-shadow:0 2px 8px rgba(238,175,190,0.25); }
.jj-pill--pink .jj-pill__badge{ background:#F0CAD3; }
.jj-pill--pink .jj-pill__title{ color:#C45C78; }
.jj-pill--pink .jj-pill__desc{ color:#7A525E; }

/* lavender */
.jj-pill--lav{ border:1px solid #E3E6F8; background:#F7F8FF; box-shadow:0 2px 8px rgba(142,156,255,0.18); }
.jj-pill--lav .jj-pill__badge{ background:#B9C1FF; }
.jj-pill--lav .jj-pill__title{ color:#5A66C8; }
.jj-pill--lav .jj-pill__desc{ color:#545B7A; }



       <!-- 画像の回り込みを解除（下部CTAが重ならないように） -->
        <div style="clear: both;"></div>

        <!-- CTA -->
        <div class="cta-row">
          <a class="btn btn--mint" href="https://reserva.be/joliejolie" target="_blank" rel="noopener">レッスンご予約はこちら</a>
          <a class="btn btn--blue" href="https://makicomaki.jp/contact" target="_blank" rel="noopener">お問い合わせ</a>
          <a class="btn btn--blue" href="https://www.erikonakamura.com/" target="_blank" rel="noopener">eknit-loop 公式サイト</a>
        </div>
      </div>
    </div>
  </div>
</div>


<!-- ========== /Knit-ring® Section ========== -->

<!-- このセクション専用の最小オーバーライド -->
<style>
/* 写真2枚：同サイズで縦並び（PC幅420px）、SPは100% */
.knitring-block .about-content__img img{
  width:420px; max-width:100%; height:auto; display:block;
}
.knitring-block .about-content__img img + img{ margin-top:12px; }
@media only screen and (max-width:600px){
  .knitring-block .about-content__img{ margin:0 0 1em; float:none; }
  .knitring-block .about-content__img img{ width:100%; }
}

/* セクション内ラベル風タイトル（《 》を卒業してメリハリ） */
.knitring-block .label-title{
  display:inline-block;
  margin:1.6em 0 .6em;
  padding:.35em .8em;
  font-weight:700;
  letter-spacing:.06em;
  border:1px solid #dfe5e6;
  border-radius:999px;
  background:#F4FAFA; /* サイトの淡色トーンになじむ薄グリーン */
  color:#4e5c5d;
  font-size:16px;
}

/* 2カラム比較 */
.knitring-block .plan-grid{
  clear: both; /* ← これで写真の右カラムから抜けて全幅に */
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  margin:20px 0 8px;
}
@media (max-width: 820px){
  .knitring-block .plan-grid{ grid-template-columns:1fr; }
}

/* カード */
.knitring-block .plan-card{
  border:1px solid #e5e8e9;
  border-radius:14px;
  background:#fff;
  padding:18px 16px;
  box-shadow:0 1px 0 rgba(0,0,0,.02);
}
.knitring-block .plan-card__head{
  display:flex; align-items:center; gap:10px; margin-bottom:10px;
}
.knitring-block .plan-badge{
  display:inline-block;
  font-size:12px; font-weight:700; letter-spacing:.04em;
  padding:.25em .6em; border-radius:999px;
  background:#EAF6F7; color:#466265; border:1px solid #d7e9eb;
}
.knitring-block .plan-badge--main{
  background:#dff4e4; color:#406a4c; border-color:#cfead6; /* ほんのり濃いめで差別化 */
}
.knitring-block .plan-title{
  margin:0; font-size:18px; line-height:1.4; letter-spacing:.03em;
}
.knitring-block .plan-list{ margin:.2em 0 0 1em; }
.knitring-block .plan-list li{ margin:.4em 0; }
.knitring-block .plan-price{
  margin:.8em 0 0; padding-top:.6em;
  border-top:1px dashed #e6eaeb; text-align:right;
}

/* ボタン：サイトの淡色トーンに統一 */
.knitring-block .cta-row{ text-align:center; margin:2em 0 1em; }
.knitring-block .btn{
  display:block; max-width:420px; margin:1em auto; padding:14px 0;
  text-align:center; border:1px solid #dadbdb; transition:.3s; letter-spacing:2px;
}
.knitring-block .btn:hover{ opacity:.85; }
.knitring-block .btn--mint{ background:#ccffcc; }
.knitring-block .btn--blue{ background:#EAF6F7; }
</style>

/* PC時：右下（2枚目）の写真の高さを少しだけ短く見せる */
@media (min-width: 821px){
  .knitring-block .about-content__img img:last-child{
    height: 360px;            /* 好みで 320〜400px に調整可 */
    width: 420px;             /* 既存と同じ幅 */
    object-fit: cover;        /* トリミングして見栄えよく */
    object-position: center;  /* 中央を優先表示 */
  }
}

/* 体験レッスンの1行を引き立てる（任意） */
.knitring-block .plan-list li:first-child{
  margin-bottom: .2em;
}

/* カード内の写真（統一感のある比率でトリミング） */

.knitring-block .plan-card__media {
  margin: 8px 0 12px;
  text-align: center; /* 中央寄せ */
}

.knitring-block .plan-card__media img {
  width: 85%;          /* ← ここを調整：80〜90%がおすすめ */
  height: auto;        /* 高さは自動に */
  object-fit: contain; /* トリミングせず収める */
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
}

.knitring-block .plan-card__media figcaption {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #6c7a7b;
}


/* スマホでは自然な比率に（縦に長過ぎないよう自動高さ） */
@media (max-width: 600px){
  .knitring-block .plan-card__media img { height: auto; }
}

/* cocoスライダーのドットを完全に図形化（文字はゼロ幅に） */
.coco-slider__dots button{
  font-size: 0;
  line-height: 0;
  padding: 0;
}

/* ニットリング下部のCTAだけ余白を少し広めに */
.knitring-block .knitring-cta-bottom { margin: 22px 0 8px; }
@media (min-width: 821px){
  .knitring-block .knitring-cta-bottom .btn { max-width: 420px; }
}

.knitring-cta { margin-top: 8px; }

.knitring-cta {
  text-align: center;      /* 中央寄せ */
  margin-top: 20px;        /* 上の要素との間隔 */
}

.knitring-cta .coco-btn {
  margin: 0 5px;           /* ボタンの間隔 */
}

/* 「本格コース」と「体験コース」の間の余白 */
.knitring-block .plan-grid + .plan-grid {
  margin-top: 40px;        /* お好みで数値調整 */
}

/* 統一ミントグリーン立体ボタン */
a.lesson-button {
    display: inline-block;
    padding: 12px 28px;
    background-color: #CDE8E1; /* 淡いミントグリーン */
    color: #333; /* 読みやすい濃いグレー */
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* ふんわり影 */
    transition: all 0.3s ease;
    border: 1px solid #b4d9d0; /* 輪郭を少し締める */
}

a.lesson-button:hover {
    background-color: #A9D9D0; /* 濃いめミント */
    box-shadow: 0 6px 10px rgba(0,0,0,0.15); /* 影を強調 */
    transform: translateY(-2px); /* 浮き上がる */
    color: #000;
}

a.lesson-button:active {
    transform: translateY(0); /* 押したとき沈む */
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

/* Instagram用 薄ミントボタン */
a.lesson-button--insta {
    padding: 12px 28px;
    background-color: #E6F4F1; /* より薄いグリーン */
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #cde3df;
}
a.lesson-button--insta:hover {
    background-color: #d4ede8;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15); /* 影を強調 */
    transform: translateY(-2px); /* 浮き上がる */
    color: #000;
}
a.lesson-button--insta:active {
    transform: translateY(0); /* 押したとき沈む */
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}


/* ▼ ボタンを中央揃えに */
.lesson-buttons {
    text-align: center;
    margin-top: 20px;
}

/* 横並びボタンのコンテナ（中央揃え＋間隔） */
.lesson-buttons {
    display: flex;
    justify-content: center; /* 真ん中寄せ */
    gap: 16px; /* ボタン間の余白 */
    margin-top: 20px;
}

.lesson-section {
  margin-top: 3em;
  margin-bottom: 3em;
}

@media (max-width: 600px) {
  .lesson-button, .lesson-button--insta {
    font-size: 1.1rem;
    padding: 14px 24px;
  }
}
