@charset "UTF-8";
/*
Theme Name:sakaiekimae
Theme URI: http://
Author:
Author URI:
Description:
Version: 1.1
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

BODY {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese",YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.clear {
  clear: left;
}

p {
  margin-bottom: 3rem;
}

section {
  width: 1920px;
  margin: 0 auto;
  text-align: center;
}

.row {
  margin: 0 auto;
}

/* ヘッダ */
header {
  width: 100%;
  padding: 3rem;
}

footer {
  font-size: 1.4rem;
  width: 100%;
  padding: 1rem 2rem;
  text-align: center;
  background-color: #0070C3;
  color: white;
}

section {
  width: 100%;
  padding: 3rem;
}

.breadcrumbs {
  display: block;
  float: left;
  font-size: 1.4rem;
}

.breadcrumbs li {
  display: inline-block;
}

#logo {
  text-align: center;
  margin-bottom: 3rem;
}

#util {
  float: left;
}

#util li {
  display: inline-block;
  margin-right: 10px;
}

#lang {
  float: right;
}

#lang li {
  display: inline-block;
  margin-left: 10px;
}

#sns {
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #0070C3;
}

h3 {
  text-align: center;
  font-size: 1.8rem;
  font-family: serif;
  margin-bottom: 2rem;
}

h4 {
  text-align: left;
  font-size: 1.8rem;
  font-family: serif;
  margin-bottom: 2rem;
  color: #0070C3;
}

.event a {
  text-decoration: underline;
}
.icon li {
  color: white;
  text-align: center;
  padding: 1rem;
}

.cate li {
  color: white;
  border-radius: 10px;
  background: #ccc;
  text-align: center;
  padding: 1rem;
}

.cate .c1 {
  background: #3A57B9;
}

.cate .c2 {
  background: #C440A6;
}

.cate .c3 {
  background: #3AB2BC;
}

.cate .c4 {
  background: #819F30;
}

.cate .c5 {
  background: #62B8F7;
}

.cate .c6 {
  background: #D5B23D;
}

.shop-tile .shop-tile-photo {
  position: relative;
  margin-bottom: 3rem;
}

.shop-tile .shop-tile-photo .main-photo {
  width: 90%;
}

.shop-tile .shop-tile-photo .sub-photo {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: -20px;
  border: 4px solid white;
}

.shop-tile li {
  padding: 2rem;
  display: inline-block;
  text-align: left;
  border-radius: 10px;
  border: 1px #000 solid;
}

.shop-tile p {
  font-size: 1.4rem;
}

.shop-main-img {
  margin-bottom: 3rem;
}

.shop-main-img img {
  width: 100%;
}

.shop-master {
  background-color: #EAFFFD;
  text-align: left;
  padding: 2rem;
  margin-bottom: 3rem;
}

.shop-master img {
  float: left;
  width: 100px;
  margin-right: 1rem;
  margin-bottom: 5rem;
}

.shop-master h3 {
  text-align: left;
}

.shop-icons {
  text-align: left;
}

.shop-icons img {
  width: 85px;
  border-radius: 10px;
  margin-right: 20px;
}

.shop-caption {
  text-align: left;
}

.shop-caption h2 {
  font-family: serif;
  text-align: left;
}

.shop-caption p {
  line-height: 2;
}

.shop-data {
  background-color: #F9E3FD;
  padding: 3rem;
  text-align: left;
}

.shop-data h2 {
  text-align: left;
}

.to-ichiran {
  border-radius: 10px;
  background-color: #000;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 1rem 3rem;
}

/* flexbox */
.div2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div2 li {
  width: 47.5%;
  margin-bottom: 2rem;
}

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

.div3 li {
  width: 30%;
  margin-bottom: 2rem;
}

.div3::after {
  content: "";
  display: block;
  width: 30%;
}

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

.div4 li {
  width: 23%;
  margin-bottom: 2rem;
}

.div4::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.div4::after {
  content: "";
  display: block;
  width: 23%;
}

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

.div8 li {
  width: 12.5%;
  margin-bottom: 2rem;
}

.div8::before {
  content: "";
  display: block;
  width: 12.5%;
  order: 1;
}

.div8::after {
  content: "";
  display: block;
  width: 12.5%;
}

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

.about {
  width: 60%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 4em;
  font-family: sans-serif;
  font-weight: normal;
}

/* pc-sp switch PC */
.pc {
  display: block;
}

.sp {
  display: none;
}

/* トップにもどる */
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  text-decoration: none;
  color: #cccccc;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
}

#nav-toggle {
  display: none;
}

#gloval-nav {
  display: none;
}

.page img {
  margin-bottom: 3rem;
  border-radius: 10px;
}

.news-list {
  text-align: left;
}

.news-list .news-title {
  margin-bottom: 1rem;
  border-bottom: dashed 1px #0070C3;
}

.news-list .news-date {
  display: inline-block;
  margin-right: 1rem;
  color: #0070C3;
}

.news-list img {
  margin-bottom: 3rem;
}

/* フォーム */
.contact {
  width: 85%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 4em;
  font-family: sans-serif;
  font-weight: normal;
}

.wpcf7 {
  margin: 0;
}

.wpcf7 .wpcf7 p {
  margin-bottom: 1em;
}

.wpcf7 small {
  font-size: 0.85em;
  margin-bottom: 1em;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.6em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.wpcf7 input[type="submit"] {
  font-size: 100%;
  padding: 1em;
  background: #008EFF;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}

.wpcf7 input[type="submit"]:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

.wpcf7 p {
  margin-bottom: 1em;
}

.wpcf7 .ttl {
  text-align: left;
  margin-bottom: 0.5em;
}

.wpcf7 .content {
  margin-bottom: 1em;
}

.wpcf7 .asterisk {
  margin: 0 0 0 0.2em;
  color: red;
}

/*フォーム */
/* 11/6update */
.single-news_event h3 {
  color: #0070C3;
  text-align: left;
}

.single-news_event h4 {
  color: black;
  font-size: 1.2rem;
  text-align: left;
}

.single-news_event p {
  font-size: 2;
  text-align: left;
}

/* モバイル設定 **********************************************************************************/
@media (max-width: 960px) {
  .row {
    width: 100%;
    margin: 0 auto;
  }
  /* flexbox */
  .div2 li {
    width: 100%;
  }
  .div3 li {
    width: 47.5%;
  }
  .div4 li {
    width: 100%;
  }
  .div8 li {
    width: 30%;
  }
  .reverse {
    flex-direction: row;
  }
  /* pc-sp switch sp */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    width: 100%;
    padding: 3rem 3rem 0 3rem;
  }

.about {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 2em;
  font-family: sans-serif;
  font-weight: normal;
}

  /* SP menu start */
  #nav-toggle {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #0070C3;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 2px;
  }
  #nav-toggle:hover span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 18px;
  }
  #nav-toggle .nav-toggle-txt {
    color: #0070C3;
    font-size: 11px;
    text-align: center;
    padding-top: 24px;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* z-index */
  #nav-toggle {
    display: inline-block;
  }
  #nav-toggle {
    z-index: 995;
  }
  #container {
    z-index: 900;
  }
  #gloval-nav {
    background: #0070C3;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color .6s ease;
  }
  #gloval-nav a:hover {
    color: #666;
  }
  #gloval-nav ul {
    list-style: none;
  }
  #gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
  }
  /* SP menu end */
}
