@charset "utf-8";

/*

Theme Name: スパルタ
Theme URI: https://www.sparta.jp
Description: スパルタサイト・トップページ用
Version: 202011
Author: tomocre

*/


/*******************************************************

  front-page

*******************************************************/

/* トップ
============================================ */
main#top h2 {
  margin-bottom: 30px;
  color: #0B3D81;
  font-weight: normal;
  font-size: 6.4rem;
  font-family: 'Suez One', serif;
  text-align: center;
  line-height: 1.2;
}

main#top h2 span {
  display: block;
  font-weight: 900;
  font-size: 1.6rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ",Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

main#top .contents-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

/* トップ：スライド
============================================ */
.metaslider .flexslider {
  margin: 0 !important;
}

.metaslider-wrap,
.metaslider-mobile-wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*overflow: hidden;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.metaslider-wrap ul,
.metaslider-mobile-wrap ul {
  padding: 0;
}

.metaslider-wrap ul li,
.metaslider-mobile-wrap li {
  list-style: none;
}

.metaslider-wrap img,
.metaslider-mobile-wrap img {
  width: 100%;
  height: auto;
}

.metaslider-wrap .movie-copy,
.metaslider-mobile-wrap .movie-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.metaslider-wrap .movie-copy .copy-block {
  display: inline-block;
  padding: 10px;
  background: rgba(255,255,255,0.4);
  text-align: center;
}

.metaslider-mobile-wrap .movie-copy .copy-block {
  display: inline-block;
  padding: 8px;
  background: rgba(255,255,255, 0.4);
  text-align: center;
}

.metaslider-wrap .movie-copy .copy-block p {
  display: inline-block;
  padding: 10px 25px;
  background: rgba(255,255,255,0.6);
  color: #0B3D81;
  font-weight: 900;
  font-size: 2.8vw;
  /*font-size: 3.6rem;*/
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
}

.metaslider-mobile-wrap .movie-copy .copy-block p {
  display: inline-block;
  padding: 10px;
  background: rgba(255,255,255,0.6);
  color: #0B3D81;
  font-weight: 900;
  font-size: 5vw;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
}

.metaslider-mobile-wrap {
  display: none;
}

/* Meta Slider */
.metaslider-wrap .metaslider,
.metaslider-mobile-wrap .metaslider {
  z-index: -1 !important;
}

.metaslider-wrap .metaslider .flex-control-nav,
.metaslider-mobile-wrap .metaslider .flex-control-nav {
  bottom: 23px;
}

.metaslider-wrap .flex-control-paging li a,
.metaslider-mobile-wrap .flex-control-paging li a {
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,.3);
}

.metaslider-wrap .flex-control-paging li a.flex-active,
.metaslider-mobile-wrap .flex-control-paging li a.flex-active {
  background: rgba(11,61,129,1);
}

/* トップ：イベント
============================================ */
#top-event {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

#top-event .event-wrap {
  display: flex;
  margin-bottom: 80px;
  padding: 0 0 0 30px;
}

#top-event .event-wrap:last-child {
  margin-bottom: 0;
}

#top-event .event-wrap .event-image {
  position: relative;
  width: 38%;
  margin-right: 4%;
}

#top-event .event-wrap .event-image time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 10;
  width: 105px;
  height: 105px;
  padding: 10px;
  border-radius: 50%;
  background: #0B3D82;
  color: #FFF;
  font-weight: 900;
  text-align: center;
  transition: 0.3s;
}

#top-event .event-wrap .event-image a:hover time {
  transform: scale(1.1, 1.1);
}

#top-event .event-wrap .event-image .event-date {
  font-size: 2rem;
}

#top-event .event-wrap .event-image div {
  position: relative;
  width: 100%;
  transition: 0.3s;
}

#top-event .event-wrap .event-image div::before {
  content: "";
  display: block;
  padding-top: 64%;
}

#top-event .event-wrap .event-image a:hover div {
  opacity: 0.8;
}

#top-event .event-wrap .event-image div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: content-box;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

#top-event .event-wrap .event-text-block {
  width: 58%;
}

#top-event .event-wrap .event-text-block h2 {
  display: flex;
  align-items: center;
  font-size: 4rem;
  margin-bottom: 15px;
}

#top-event .event-wrap .event-date-text {
  margin-bottom: 10px;
  color: #0B3D81;
  font-weight: 900;
}


#top-event .event-wrap .event-text-block h2 span {
  margin-left: 10px;
}

#top-event .event-wrap .event-text-block h3 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 8px;
  background: #FFED8B;
  color: #0B3F85;
  font-weight: 900;
  font-size: 2.4rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ",Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

#top-event .event-wrap .event-text-block a.more-link {
  display: inline-block;
  margin-top: 20px;
  padding: 1rem 40px;
  overflow: hidden;
  background: #0B3D81;
  background-image: linear-gradient(-45deg, #318DBE 10px, transparent 0);
  color: #FFF;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#top-event .event-wrap .event-text-block a.more-link:hover {
  background: #318DBE;
}

/* トップ：店舗紹介
============================================ */
#top-about {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  background: #DAE5EA;
  text-align: center;
}

#top-about a.about-movie {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(images/top-movie-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: transparent;
}

#top-about a.about-movie {
  display: inline-block;
  transition: 0.3s;
}

#top-about a.about-movie:hover{
  opacity: 0.8;
}

#top-about a.about-movie img {
  width: 100%;
  max-width: 94px;
  margin-bottom: 10px;
  transition: 0.3s;
}

#top-about a.about-movie p {
  color: #FFF;
  font-weight: normal;
  font-size: 3.4rem;
  font-family: 'Suez One', serif; 
  transition: 0.3s;
}

#top-about a.about-movie:hover img {
  transform: scale(1.1, 1.1);
  opacity: 1;
}

/* トップ：メニュー
============================================ */
#top-menu {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background: #DAE5EA;
  text-align: center;
}

#top-menu .menu-bg {
  position: relative;
  width: 100%;
  margin: 0 auto 80px auto;
  border-top: 50px solid #DAE5EA;
  border-bottom: 50px solid #DAE5EA;
  background-image: url(images/top-menu-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: transparent;
}

#top-menu .menu-copy {
  color: #0B3D81;
  font-weight: 900;
  font-size: 2rem;
}

#top-menu .menu-ld {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  margin-top: -50px !important;
  margin-bottom: 0 !important;
}

#top-menu .menu-ld .menu-block {
  width: 48%;
}

#top-menu .menu-a {
  margin-bottom: -100px !important;
}

#top-menu .menu-a ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: 20px;
  padding: 0;
}

#top-menu .menu-a ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 23.8%;
  list-style: none;
}

#top-menu .menu-a ul li div {
  position: relative;
  width: 100%;
}

#top-menu .menu-a ul li div::before {
  display: block;
  padding-top: 100%;
  content: "";
}

#top-menu .menu-a ul li div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: content-box;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

#top-menu .menu-block {
  position: relative;
  margin-bottom: 50px;
  padding: 40px 30px 100px 30px;
  background: #FFF;
  /*background: #F0F6FF;*/
  text-align: center;
  outline: 1px solid #79B3CD;
  outline-offset: -8px;
}

#top-menu .menu-block h3 {
  margin-bottom: 20px;
  color: #0B3D81;
  font-weight: 700;
  font-size: 2.8rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

#top-menu .menu-block h3 .mt {
  position: relative;
  padding: 0 82px;
}

#top-menu .menu-block h3 .mt::before,
#top-menu .menu-block h3 .mt::after {
  position: absolute;
  top: 50%;
  width: 76px;
  height: 26px;
  margin-top: -5px;
  background: url(images/h3-line.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: '';
}

#top-menu .menu-block h3 .mt::before {
  left: 0;
  margin-right: 10px;
  transform: scale(-1, 1);
}

#top-menu .menu-block h3 .mt::after {
  right: 0;
  margin-left: 10px;
}

#top-menu .menu-block .btn-flat01 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

/* トップ：デリバリー
============================================ */
#top-delivery {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px 0;
  background: #DAE5EA;
  text-align: center;
}

#top-delivery .delivery-image {
  width: 100%;
  margin-bottom: 50px;
}

#top-delivery .delivery-image img {
  width: 100%;
  height: auto;
}

/* トップ：ブログ・SNS
============================================ */
#top-blog-sns {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  background: #F0F6FF;
}

#top-blog-sns .contents-wrap h2 {
  display: flex;
  align-items: center;
  font-size: 4rem;
  margin-bottom: 15px;
}

#top-blog-sns .contents-wrap h2 span {
  margin-left: 10px;
}

#top-blog-sns .blog-sns-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* ブログ */
#top-blog-sns .blog-sns-wrap a.blog-block-wrap {
  width: 75%;
}

#top-blog-sns .blog-sns-wrap a .blog-block {
  display: flex;
  align-items: center;
  padding-right: 40px;
  transition: 0.3s;
}

#top-blog-sns .blog-sns-wrap a .blog-block .blog-image {
  margin-right: 40px;
}

#top-blog-sns .blog-sns-wrap a .blog-block .blog-image div {
  position: relative;
  width: 160px;
}

#top-blog-sns .blog-sns-wrap a .blog-block .blog-image div::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#top-blog-sns .blog-sns-wrap a .blog-block .blog-image div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: content-box;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: 0.3s;
}

#top-blog-sns .blog-sns-wrap a:hover .blog-block .blog-image div img {
  opacity: 0.8;
}

#top-blog-sns .blog-sns-wrap a .blog-block .blog-text .blog-date {
  margin-bottom: 5px;
}

#top-blog-sns .blog-sns-wrap a .blog-block .blog-text .blog-title {
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 1.8rem;
}

/* SNS */
#top-blog-sns .blog-sns-wrap .sns-block {
  width: 35%;
}

#top-blog-sns .blog-sns-wrap .sns-block ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#top-blog-sns .blog-sns-wrap .sns-block li {
  margin-left: 20px;
  list-style: none;
}

#top-blog-sns .blog-sns-wrap .sns-block li:first-child {
  margin-left: 0;
}

#top-blog-sns .blog-sns-wrap .sns-block li a {
}

#top-blog-sns .blog-sns-wrap .sns-block li a img {
  width: 100px;
  height: auto;
  transition: 0.3s;
}

#top-blog-sns .blog-sns-wrap .sns-block li a:hover img {
  transform: scale(1.1, 1.1);
}

/* トップ：絵画
============================================ */
#top-pict {
  width: 100%;
  height: 250px;
  margin: 0 auto;
  background-image: url(images/top-blog-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: transparent;
}

/* トップ：ニュース
============================================ */
#top-news {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 30px 0;
  background: #F0F6FF;
}

#top-news .contents-wrap h2 {
  display: flex;
  align-items: center;
  font-size: 4rem;
  margin-bottom: 15px;
}

#top-news .contents-wrap h2 span {
  margin-left: 10px;
}

#top-news .backmuber-block {
  margin-top: 20px;
  text-align: right;
}

/* トップ：アクセス
============================================ */
#top-access {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  background: #DAE5EA;
  text-align: center;
}