@charset "utf-8";

/*
theme Name: rink-new
Author: staple
Description: rinkのオリジナルテーマ
version： 1.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.09em;
}
p{
  letter-spacing: normal;
}

.loading {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.loading img {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .loading img {
    width: 150px;
    height: 150px;
  }
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
}

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

a {
  text-decoration: none;
}

a img:hover {
  opacity: .4;
  transition: .4s
}
/*フォントサイズ調整*/
.page-template-about-rink,.page-template-menu,.page-template-staff,.page-template-recruit,.blog{
font-size:.9em;
}


/*clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* eyecatch if no image*/
.no_image {
  width: 300px;
  height: 150px;
  object-fit: cover;
}

.contents, #sidebar {
  height: auto;
}

.header-inner {
  height: 69px;
}

/*****************
スライドショー
****************/
#sidebar, .single_contents {
  margin: 20px 40px;
}

.contents {
  margin: 20px 0;
}

.error-page {
  padding: 100px 40px !important;
  text-align: center;
}

.error-page h2 {
  font-size: 1.4em;
  margin: 100px 0;
}

.error-page p {
  padding: 50px 0;
}

.error-page p a {
  border: 1px solid #000;
  padding: 25px 50px;
  margin: 100px 0;
}

.error-page p a:hover {
  color: red;
}

#menu-header>li>a, #menu-footer li a, .top-p h2, .info-box h2, .menu-inner h2, .top-1>* {
  font-family: 'Playfair Display', serif;
}

@media (min-width: 769px) {
  .header-inner, .container, .side_container {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .side_container {
    margin: 100px 0 300px 0;
  }

  /* ↓ whole main up n down padding */
  .container {
    padding: 20px 0;
  }

  .header-inner, #menu-header, .side_container, .flex_contents_2, .flex_contents_4 {
    display: flex;
  }

  .side_contents {
    width: 70%;
    margin: 0 2% 0 0;
  }

  #sidebar {
    width: 28%;
  }

  .single_contents {
    width: 70%;
  }

  /*--start globalmenu pc header--*/
  header {
    padding: 50px 0 20px 0;
  }

  #menu-header {
    justify-content: flex-end;
  }

  #header-nav {
    font-size: 14px;
    line-height: 2;
  }

  #menu-header>li {
    position: relative;
    margin: 0;
    padding: 6px 25px;
    font-size: 1.1em;
    list-style-type: none;
  }

  #menu-header>li>a {
    display: block;
    letter-spacing: 1.5px;
  }

  #menu-header>li>ul {
    display: flex;
    flex-direction: column;
    position: absolute;
  }

  #menu-header>li>li:hover>ul {
    z-index: 3;
    width: 100%;
    margin: 0 auto;
  }

  #menu-header>li>ul>li {
    overflow: hidden;
    height: 0;
  }

  #menu-header>li:hover>ul li {
    overflow: visible;
    height: 24px;
    animation-duration: .5s;
    /* アニメーション時間 */
    animation-name: SlideDown;
    /* アニメーション名 */
    width: 100px;
  }

  #menu-header .tel {
    padding: 6px 40px 6px 60px;
    font-size: .8em;
  }

  #menu-header .tel a {
    border: 1px solid #12723B;
    color: #12723B;
    padding: 7px 50px;
    position: relative;
    top: -5px;
    transition: .9s;
  }

  #menu-header .tel a:hover, #menu-header .tel a:active {
    background: #12723B;
    color: #fff;
  }

  /* glovalmenu hover 上から下*/
  @keyframes SlideDown {
    0% {
      opacity: 0;
      /* 透明 */
      transform: translateY(50px);
      /* Y軸方向に50px */
    }

    100% {
      opacity: 1;
      /* 不透明 */
      transform: translateY(0);
      /* Y軸方向に0px */
    }
  }

  /* hover css*/
  #menu-header a:hover {
    color: #7C7C7C;
    transition: .4s;
  }

  /*end global navi pc submenu */
  .site-title {
    width: 54px;
    position: relative;
    top: -20px;
    height: auto;
    text-align: left;
    margin: 0 auto 0 40px;
  }

  #navbutton {
    display: none;
  }

  /*more than 769px allowed*/
  #header-nav {
    display: block !important;
  }
}

/*min-width769px end*/
/*--end globalmenu pc header */
@media (max-width: 768px) {
  .site-title {
    width: 60px;
    padding: 9px 0 0 20px
  }

  #menu-header {
    text-align: center;
  }

  #header-nav {
    background: rgb(255, 255, 255);
    padding: 30px 0 30px 0;
    z-index: 1000;
    position: relative;
    opacity: .97;
    height: 100vh;
  }

  #header-nav>ul>li>a {
    display: block;
  }

  #header-nav ul li a {
    padding: 20px;
  }

  #header-nav ul .tel a {
    color: #12723B;
    padding: 13px 20px;
    transition: .9s;
  }

  #header-nav ul .tel a:hover, #header-nav ul .tel a:active {
    color: #fff;
  }

  #header-nav>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
  }

  /* under 768px delete*/
  #header-nav {
    display: none;
  }

  /*スマホ用のメニューボタン*/
  .header-inner {
    position: relative;
  }

  #navbutton {
    position: absolute;
    top: 37px;
    right: 10px;
    padding: 5% 5% 5% 60%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none !important;
  }

  #navbutton:hover {
    background-color: #ddd;
  }

  #navbutton:focus {
    outline: none;
  }

  #navbutton i {
    font-size: 2em;
    color: #333;
  }

  #menu-header .tel {
    border: 1px solid #12723B;
    margin: 20px;
    transition: .9s;
  }

  #menu-header .tel:hover, #menu-header .tel:active {
    background: #12723B;
  }
}

/*ここまで ナビスマホ*************/
/*footer フッター*/
#menu-footer {
  display: flex;
  font-size: 1.1em;
  justify-content: space-between
}

#menu-footer li a {
  font-size: .8em;
}

.footer-inner {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_left p {
  font-size: 10px;
  line-height: 1.6;
}

.footer_left {
  width: 30%;
}

.footer_right {
  width: 40%;
}

.f-logo {
  width: 50px;
  margin: 0 0 10px 0;
}

.copyright {
  margin: 20px 0 0 0;
}

/*************: リンク トップページメイン **********/
.fv-slider {
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.slick-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 500px;
}

.top-container-01 {
  max-width:1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

.top-1 {
  margin: 10px 0 0 0;
}

.top-1, .top-kiji_detail {
  display: flex;
  align-items: baseline;
}

.top-1 h2 {
  font-weight: normal;
}

.top-kiji-date {
  font-size: .8em;
  padding: 0 0 0 50px;
}

.top-kiji-title {
  font-size: .9em;
  padding: 0 0 0 15px;
}

.scroll-down {
  width: 22px;
  position: absolute;
  right: 75px;
  bottom: -110px;
  z-index: 10;
}

.scroll-down span {
  display: block;
  margin: 0px 0px 0px 4.5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #12723B;
  border: 1px solid transparent;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(140px);
    -ms-transform: translateY(140px);
    transform: translateY(140px);
  }
}

#top-wrapper {
  margin: 150px 0;
}

.reverse {
  flex-direction: row-reverse;
}

.top-container-01 {
  margin: 200px auto;
}

.top-img {
  width: 45%;
}

.top-p {
  width: 45%;
  text-align: center;
}

.top-p h2, .info-box h2 {
  padding: 15px;
  margin: 0 auto 20px auto;
  line-height: .8;
  font-size: 2em;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #12723B;
}

.w-01 {
  width: 300px;
}

.w-02 {
  width: 280px;
}

.w-03 {
  width: 150px;
}

.top-p h2 span, .info-box h2 span {
  font-size: .9rem;
}

.top-p p {
  text-align: justify;
  font-size: .8em;
  margin: 0 0 30px 0;
}

.ku-more a {
  width: 35%;
  margin: 0 auto;
  color: #12723B;
  border: 1px solid #12723B;
  padding: 10px 60px;
  transition: .9s;
}

.ku-more a:hover, .ku-more a:active {
  background: #12723B;
  color: #fff;
}

.top-p .mr-b {
  margin: 40px 0 30px 0;
}

#top-info-wrapper, #access-wrapper {
  padding: 0 40px;
  margin: 100px 0;
}

.access-info {
  margin: 30px 0;
  text-align: right;
  font-size: .9em;
}

#staff-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px
}

#top-link {
  padding: 0 40px;
}

.kerastase-wrapper, .samson {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #000;
}

.kerastase-wrapper h2 {
  width: 75%;
  border-bottom: 1px solid #000;
  padding: 0 100px 30px 100px;
  margin: 0 auto 30px auto;
}

.kerastase-wrapper p {
  width: 75%;
  margin: 0 auto;
  font-size: .8em;
}

.kerastase-wrapper>div, .samson p {
  width: 50%;
}

.kerastase-wrapper>div>img {
  vertical-align: middle;
}

.samson {
  margin: 50px 0 0 0;
}

.samson p:first-child {
  width: 27%;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

.samson p:last-child {
  font-size: .8em;
  padding: 0 20px 0 0;
}
.samson img{
  width:80px;
}

/***********トップメインここまで***********/
@media (max-width: 768px) {
  .fv-slider {
    display: block;
    padding: 0;
  }

  .scroll-down span {
    margin: 0 0 0 3.5px;
  }

  .top-1 {
    display: block;
    margin: 4px 0 0 6px;
  }

  .top-1 h2 {
    font-size: .8em;
  }

  .top-1 .top-kiji-list {
    font-size: .9em;
  }

  .top-kiji-date {
    padding: 5px 0 0 0;
  }

  .top-kiji-title {
    padding: 5px 0 0 15px;
  }

  .scroll-down {
    width: 19px;
    right: 25px;
    bottom: -56px;
  }

  #top-wrapper {
    margin: 0;
  }

  .top-container-01 {
    flex-direction: column-reverse;
    padding: 0 20px;
    margin: 90px 0 50px 0;
  }

  .top-img, .w-01, .w-02, .w-03, .top-p {
    width: 100%;
  }

  .fv-slider .fv-inner-02 {
    padding: 50px;
  }

  .top_rink {
    width: 100%;
    padding: 0 20px;
  }

  .top_rink h3 {
    font-size: 19px;
  }

  .top-p {
    margin: 0;
  }

  .top-p p {
    margin: 0 0 20px 0;
  }

  #top-info-wrapper, #access-wrapper {
    padding: 0 20px;
    margin: 70px 0;
  }

  /*フッターーー*/
  .footer-inner {
    padding: 0 20px;
    align-items: flex-start
  }

  .footer_left {
    width: 77%;
  }

  .footer_right {
    width: 20%;
  }

  #menu-footer {
    display: block;
  }

  #staff-wrapper {
    padding: 0 20px;
  }

  .sp-none {
    display: none;
  }

  .sp-more {
    text-align: center;
  }

  #top-link {
    padding: 0 20px;
  }

  .kerastase-wrapper>div, .samson p {
    width: 100%;
  }

  .kerastase-wrapper h2 {
    width: 82%;
    border-bottom: 1px solid #000;
    padding: 30px 70px 20px 70px;
    margin: 0 auto 30px auto;
  }

  .kerastase-wrapper p {
    width: 85%;
    margin: 0 auto 30px;
    text-align: justify;
    font-size: .8em;
  }

  .samson p:first-child {
    width: 82%;
    border-bottom: 1px solid #000;
    padding: 30px 50px 20px 50px;
    margin: 0 auto 30px auto;
  }

  .samson p:last-child {
    font-size: .8em;
    text-align: justify;
    padding: 0 30px 30px 30px;
  }

  .top-p h2, .info-box h2 {
    font-size: 1.65em;
  }

  .top-p h2 span, .info-box h2 span {
    font-size: .7rem;
  }
}

/*************max-768px エンド***********/
@media (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

/
/********アバウト*******/
#about-wrapper {
  width: 100%;
  padding: 0 40px;
}

.page-template-about-rink  #about-container{
  margin: 0 40px ;
}

.photo-container img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.about-rink-logo {
  width: 40%;
  margin: 100px auto;
}

.about-rink-logo h2 {
  width: 160px;
  margin: 0 auto 50px auto;
}

.a-c-inner {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 150px auto;
}

.a-c-left {
  width: 50%;
}

.a-c-right {
  width: 40%;
}

@media (max-width: 768px) {
  .page-template-about-rink  #about-container{
    margin: 0 ;
  }

  #about-wrapper {
    padding: 0 20px;
  }

  .about-rink-logo {
    width: 100%;
  }

  .photo-container img {
    height: auto;
  }

  .a-c-inner {
    margin: 100px auto;
  }

  .a-c-left {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .a-c-right {
    width: 100%;
  }
}

/*アバウト スマホ エンド*************************/
/**メニュー スタート**************************/
.menu-container {
  margin: 200px 40px;
}

.menu-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu-inner {
  width: 45%;
}

.menu-inner h2 {
  font-weight: normal;
  font-size: 1.6em;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
  margin: 0 0 25px 0;
}

.menu-inner h2 span {
  font-size: .9rem;
}

.menu-inner li:nth-child(odd) {
  border-bottom: 1px dashed #bbb;
  padding: 0 0 5px 0;
  margin: 0 0 7px 0;
  position: relative;
}

.menu-inner li span {
  position: absolute;
  right: 0;
  top: auto;
  font-weight: bold;
}

.menu-inner li:nth-child(even) {
  font-size: .8em;
  margin: 0 0 20px 5px;
}

.menu-mr-top {
  margin: -200px 0 0 0;
}

.menu-mr-top-02 {
  margin: 50px 0 0 0;
}

.small-menu {
  font-size: .6em;
}

/************メニュー スマホ スタート**********/
@media (max-width: 768px) {
  .menu-container {
    margin: 100px auto;
  }

  .menu-inner {
    width: 100%;
  }

  .menu-mr-top, .menu-mr-top-02, .menu-mr-top-03, .mr-sp-menu {
    margin: 50px 0 0 0;
  }
}

/*****************メニュースマホ エンド************/
/******************スタッフページ スタート************/
.staff-wrapper {
  margin: 200px 40px;
}

.staff-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.staff-inner {
  width: 45%;
}

.staff-inner h3 {
  font-size: 1.6em;
  line-height: .8;
}

.staff-inner span {
  font-size: .9rem;
  font-weight: normal;
}

.staff-inner h4 {
  border-bottom: 1px solid;
  padding: 0 0 20px;
  margin: 10px 0 20px 0;
  font-size: .8em;
  font-weight: normal;
}

.staff-box {
  margin: 0 0 100px 0;
}

.staff-inner:nth-of-type(odd) {
  text-align: center;
}

.staff-inner img {
  width: 50%;
}

/*ibd
.staff-box:first-child img {
  width: 100%;
}*/

/*文言頂いた後

.staff-inner p {
  padding: 20px 0px 20px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
*/
@media (max-width: 768px) {
  .staff-inner {
    width: 100%;
    margin: 30px 0 0 0;
  }

  .staff-wrapper {
    margin: 100px 0 0 0;
  }

  .staff-box {
    margin: 0 0 50px 0;
  }

  .staff-inner h4 {
    padding: 0 0 15px;
    margin: 15px 0 15px 0;
  }
}

/******************お知らせページ スタート************/
.news-wrapper {
  margin: 200px 40px;
}

.main_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_contents::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}

.main_contents::after {
  content: "";
  display: block;
  width: 24%;
}

.kiji-list {
  width: 24%;
  margin: 0 0 50px 0;
}

.kiji-list img {
  object-fit: cover;
  height: 170px;
}

.kiji_detail {
  font-size: 13px;
  padding: 20px 0;
  font-size: 12px;
}

.sidebar-inner li {
  margin: 20px 0;
}

.kiji_detail div, .kiji_detail a {
  padding: 6px 0 0 0;
}

@media (max-width: 768px) {
  .main_contents {
    display: block;
  }

  .kiji-list {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }

  .kiji-list img {
    float: left;
    width: 40%;
    height: 100px;
  }

  .kiji_detail {
    float: left;
    width: 60%;
    padding: 0 10px 0 10px;
    height: 100px;
  }

  .news-wrapper {
    margin: 100px auto;
  }

  #sidebar, .single_contents {
    margin: 40px 20px;
  }
}

/*リクルートページ************************/
.recruit-wrapper {
  margin: 200px 40px;
}

.recruit-inner {
  margin: 20px 0;
}

@media (max-width: 768px) {
  .recruit-wrapper {
    margin: 100px auto;
  }
}

/*contact form*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 20px 15px;
  margin: 16px 0 41px 0;
  font-size: 110%;
  border: 1px solid #000;
}

/* 必須マーク */
.must {
  background: red;
}

/* 任意マーク */
.free {
  background: #999;
}

.must,
.free {
  color: #FFF;
  border-radius: 1px;
  font-size: 12px;
  margin-right: 10px;
  padding: 5px 10px;
  letter-spacing: 0.2em;
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #000 !important;
  border-radius: 1px;
  color: #333;
  font-size: 110%;
  padding: 10px !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 1px solid #000 !important;
}

/* 送信ボタン */
input.submit-btn {
  width: 400px;
  height: 60px;
  max-width: 100%;
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

/* 送信ボタンホバー */
input.submit-btn:hover {
  background: #FFF;
  color: #000;
  border: 1px solid #000;
}

.text_center {
  text-align: center;
  margin: 56px 0 70px 0;
}

.re {
  color: #F93728;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.page-id-25 .contents {
  margin: 70px 0 0 0;
}

@media (max-width: 768px) {
  .page-id-25 .contents {
    margin: 70px 20px 0 20px;
  }

  .text_center {
    margin: 50px 0 50px 0
  }
}

.contact_text {
  margin: 20px 0;
}

.contact_text h2 {
  margin: 0 0 30px 0;
}

.contact_text p {
  margin: 10px 0 40px 0;
}

/*end contact form*/
/*single php*/
.kiji-info {
  padding: 10px;
  margin: 0 0 30px 0;
}

.single_contents .kiji-date, .cat-post-date {
  font-size: 13px;
}

.single_contents .cat-data {
  margin: 10px 0;
  font-size: 10px;
}

.cat-post-tax-category {
  font-size: 10px;
}

.cat-post-item div {
  margin: 10px 0 0 0;
}

.cat-post-item div .cat-post-title {
  margin: 20px 0 0 0;
  display: block;
}

.kiji_title_h2 h2 {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 10px 0;
  text-align: center;
}

.single-post h2 {
  font-size: 28px;
  color: black;
}

.single-post h3 {
  font-size: 23px;
  color: black;
}

.single-post h4 {
  font-size: 19px;
  color: black;
}

.single-post h5 {
  font-size: 17px;
  color: black;
}

.pagenext {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  font-size: 13px
}

/* side bar */
.sidebar-title {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 14.5px 0;
  text-align: center;
}

.cat-post-item {
  padding: 10px 0 20px 0;
  border-bottom: 1px dashed black;
}

/*************グーグルマップ***********/
.map iframe {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .map iframe {
    height: 250px;
  }
}
