@charset "utf-8";

/*
 * "Comfortaa" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

全体の設定

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
body {
  color: #a9a9a9;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo',
    'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.bg-darkgray {
  background-color: #a9a9a9;
}

.container,
.container-fulid {
  overflow: hidden;
}

/* 見出しを太字に */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
}

/* 英字タイトルをWEBフォントに */
header a,
.display-4,
.display-3,
.lead,
.circle-badges {
  font-family: 'Comfortaa', cursive;
}


.top-stitch-o {
  padding: .5rem 0;
  color: #565656;
  background-color: #a9a9a9;
  box-shadow: 0px 0px 0px 10px #a9a9a9;
  border-bottom: dashed 2px #fff;
  border-left: dashed 2px #fff;
  border-right: dashed 2px #fff;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.top-stitch p {
  margin: 0;
  padding: 0;
}

/* ロゴマーク */
.logo-mark {
  left: 15%;
  top: -50px;
  z-index: 999;
  border-radius: 50%;
  height: 240px;
  width: 240px;
}

/* ロゴマークの中身 */
.logo-mark img {
  top: 30%;
  left: 30%;
}

.main-txt {
  left: 15%;
  bottom: 20px;
}

/* ギザギザ線 */
.zigzag {
  position: relative;
  margin: 5% 0;
  padding: 0;
  background-color: #a9a9a9;
}

.zigzag::before,
.zigzag::after {
  position: absolute;
  width: 100%;
  height: 60px;
  content: "";
}

.zigzag::before {
  top: -60px;
  background: linear-gradient(45deg, #a9a9a9 30px, transparent 0), linear-gradient(315deg, #a9a9a9 30px, transparent 0);
  background-size: 60px 60px;
}

.zigzag::after {
  bottom: -60px;
  background: linear-gradient(135deg, #a9a9a9 30px, transparent 0), linear-gradient(225deg, #a9a9a9 30px, transparent 0);
  background-size: 60px 60px;
}

/* 薄い背景のギザギザ線 */
.light-zigzag {
  position: relative;
  margin: 5% 0 0;
  padding: 0;
  background-color: #f8f9fa;
}

.light-zigzag::before,
.light-zigzag::after {
  position: absolute;
  width: 100%;
  height: 60px;
  content: "";
}

.light-zigzag::before {
  top: -60px;
  background: linear-gradient(45deg, #f8f9fa 30px, transparent 0), linear-gradient(315deg, #f8f9fa 30px, transparent 0);
  background-size: 60px 60px;
}

.light-zigzag::after {
  bottom: -60px;
  background: linear-gradient(135deg, #f8f9fa 30px, transparent 0), linear-gradient(225deg, #f8f9fa 30px, transparent 0);
  background-size: 60px 60px;
}

/* ギザギザ線なし */
.zigzag-none:after {
  content: none !important;
}

/* コピーライトのギザギザ線 */
.zigzag-copy {
  position: relative;
  padding-top: 5%;
  background-color: #a9a9a9;
}

.zigzag-copy::before {
  position: absolute;
  width: 100%;
  height: 60px;
  content: "";
  top: -60px;
  background: linear-gradient(45deg, #a9a9a9 30px, transparent 0), linear-gradient(315deg, #a9a9a9 30px, transparent 0);
  background-size: 60px 60px;
}

/* ------------------------------
地図サイズ
--------------------------------- */
iframe {
  display: block;
  width: 100%;
  height: 400px;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

トップページ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* トップ画像 */
.top-image {
  background-image: url("../img/cafe-image.jpg");
  background-size: cover;
  background-position: center center;
  height: 650px;
  box-shadow: 0px 5px 6px 0px #e2e2e2;
  border-radius: 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

SAMPLEページ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* サンプルトップ画像 */
.main-image {
  background-image: url("../img/cafe-image.jpg");
  background-size: cover;
  background-position: center center;
  height: 350px;
  box-shadow: 0px 5px 6px 0px #e2e2e2;
  border-radius: 0;
}

/* 曜日 */
.circle-badges {
  position: absolute;
  top: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #e7bc72;
  text-align: center;
  line-height: 120px;
  color: #fff;
  font-size: 1.5rem;
  z-index: 999;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

CONTACTページ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 入力フォーム */
input[type]:focus {
  outline: 0;
  box-shadow: none;
  border: 2px solid orange;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

メディアクエリ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 中デバイス（タブレット, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
  .logo-mark {
    left: 5%;
  }

  .main-txt {
    left: 5%;
  }

  .zigzag {
    margin: 10% 0;
  }

  .light-zigzag {
    margin: 10% 0 0;
  }
}

/* END */

/* 小デバイス（横向きモバイル, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {

  /* ロゴマークを小さく設定 */
  .logo-mark {
    height: 140px;
    width: 140px;
  }

  .logo-mark img {
    width: 50%;
  }

  .lead {
    font-size: 1rem;
  }

  .circle-badges {
    top: -10px;
    width: 100px;
    height: 100px;
  }
}

/* END */

/* 極小デバイス（縦向きモバイル, 576px 未満）
	============================================== */
@media screen and (max-width: 575.98px) {

  .display-3,
  .display-4 {
    font-size: 2rem;
  }

  .logo-mark {
    left: 5%;
    top: -10px;
  }

  .logo-mark img {
    top: 25%;
    left: 25%;
  }

  .zigzag,
  .light-zigzag {
    margin: 15% 0;
  }

  .stitch img {
    width: 100%;
  }
}

/* END */

.section_name{
  height: 2rem!important;
  max-width: 100%!important;
  margin: 10px 0;
}


.no-border{
  border:0!important;
}

.midashi1 {
  padding: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  font-size: .95rem;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(315deg, #1237B3 0%, #1237B3 40%, #1237B3 70%, #e1ce08 100%);
  background-image: linear-gradient(135deg, #1237B3 0%, #1237B3 40%, #1237B3 70%, #e1ce08 100%);
}
.midashi2 {
  padding: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  font-size: .95rem;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(315deg, #229954 0%, #229954 40%, #229954 70%, #e1ce08 100%);
  background-image: linear-gradient(135deg, #229954 0%, #229954 40%, #229954 70%, #e1ce08 100%);
}
.midashi3 {
  padding: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  font-size: .95rem;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(315deg, #FF3399 0%, #FF3399 40%, #FF3399 70%, #e1ce08 100%);
  background-image: linear-gradient(135deg, #FF3399 0%, #FF3399 40%, #FF3399 70%, #e1ce08 100%);
}


.bg-orange{
  background-color: #FFC000!important;
}
.bg-pink{
  background-color: #FF3399;
}
.bg-skyblue{
  background-color: #00B0F0;
}

.section2 {
  background: #229954;
  border-radius: 4px 0 0 4px;
  border-left: #27AE60 solid 10px;
  color: #fff;
  display: inline-block;
  height: 24px;
  margin-bottom: 1rem;
  font-size: .95rem;
  line-height: 24px;
  padding: 0 2em 0 10px;
  width: 140px;
  position: relative;
}

.section2::before {
  border: 12px solid transparent;
  border-left-color: #FCF3CF;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
}

.section2::after {
  background: #000;
  border-radius: 4px;
  height: 4px;
  width: 4px;
  content: '';
  display: block;
  right: -13px;
  position: absolute;
  top: 10px;
}



.section3 {
  background: #512E5F;
  border-radius: 4px 0 0 4px;
  border-left: #AF7AC5 solid 10px;
  color: #fff;
  display: inline-block;
  height: 24px;
  margin-bottom: 1rem;
  font-size: .95rem;
  line-height: 24px;
  padding: 0 2em 0 10px;
  width: 140px;
  position: relative;
}
.section3::before {
  border: 12px solid transparent;
  border-left-color: #FCF3CF;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
}

.section3::after {
  background: #000;
  border-radius: 4px;
  height: 4px;
  width: 4px;
  content: '';
  display: block;
  right: -13px;
  position: absolute;
  top: 10px;
}
 



.trianglebox{
  padding: .5rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.triangle{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid black;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.sectionlabel{
  margin-top: 28px;
}

.top_category1{
  width: 7vh!important;
  position: absolute;
  left: 20px;
  top: 20px;
}
.top_category2{
  width: 7vh!important;
  position: absolute;
  right: 20px;
  top: 20px;
}

.top_category{
  padding: 20px;
}


.subtitle{
  text-align: center;
  margin-top: 2rem;
  padding: 2rem;
}
.subtitle_logo{
  height: 7vh;
  width: auto;
}
.subtitle_name{
  height: 7vh;
  width: auto;
}








.stitch {
  padding: 1rem !important;
  margin: 2em 0 !important;
  color: #565656;
  background-color: #F9E79F;
  box-shadow: 0px 0px 0px 0px #F9E79F;
  border: solid 2px #fff;
  border-radius: 8px;
  position: relative;
}

.stitch p {
  margin-bottom: .5rem;
}

.stitch2 {
  padding: 1rem !important;
  margin: 2em 0 !important;
  color: #565656;
  background-color: #AED6F1;
  box-shadow: 0px 0px 0px 0px #AED6F1;
  border: solid 2px #fff;
  border-radius: 8px;
  position: relative;
}

.stitch2 p {
  margin-bottom: .5rem;
}



.pickup-l-img {
  position: relative;
}
.pickup{
  position: absolute;
  z-index: 10;
}
.pickup2{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: blue;
}
.pickup3{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: blue;
}

.pickup-movie{
  position: absolute;
  right: 0;
  font-size: 2vw;
  font-weight: bold;
  padding: .3vw 3vw .3vw 5vw;
  color: white;
  background-image: url(images/tag.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.pickup-leaflet{
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.2vw;
  font-weight: bold;
  padding: .2vw 7vw .2vw 1vw;
  color: white;
  background-image: url(images/tag2.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*transform: rotateZ(30deg);*/
}

.pickup:before {
  border-color: red transparent transparent transparent;
  border-style: solid;
  border-width: 12vw 12vw 0 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 20;
}
.pickup:after {
  color: #cc0;
  content: "NEW";
  font-size: 3vw;
  position: absolute;
  top: 1.5vw;
  left: 10w;
  transform: rotate(-45deg);
  z-index: 30;
}


.charactor{
  margin: 2em 0 !important;
  height: auto;
}

.container-content{
  background-color: #FCF3CF;
  padding-top: 5vh;
  padding-bottom: 3vh;
}


.sp_back {
  position: relative;
}


.top{
  background-image: url(images/top_bk_pc.png), url(images/top_backrow.png);
  background-size: auto, auto;
  background-position: top center, top center;
  background-repeat: no-repeat, repeat-y;
}

.vs1{
  background-color: #ffc000;
  padding: 2rem;
}
.vs2{
  background-color: #43c3f2;
  padding: 2rem;
}

.vs{
  height: 60px;
  background-color: #ffc000;
}
.vs::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw ;
  border-color: transparent transparent #43c3f2 transparent;
}
.title_logo{
  width: 80%;
  height: auto;
  z-index: 100;
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cat{
  border-radius: 25px!important;
  border:solid 5px white!important;
  padding: 1rem;
}
 
.title{
  width: 100%;
  text-align: center;
}
.title-header {
  padding: 1rem;
  background-image: -webkit-linear-gradient(180deg, #FFFFB7 0%, #FFFFB7 40%, #FFFFB7 70%, #FAF66F 100%);
  background-image: linear-gradient(180deg, #FFFFB7 0%, #FFFFB7 40%, #FFFFB7 70%, #FAF66F 100%);
}

#wrap {
  position: relative;
}
#svg-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}


.img-top{
  background: url('images/leaflet5.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.waochi{
  font-size: 1.2rem;
}




.trycontent{
  margin-top: 2rem;
  background-color: black;
  color: white;
  padding: 1rem 0;
  text-align: center;
}

.media-thumnail{
  background-color: whitesmoke;
}

.thumbnail{
  max-width: 100%;
}
.thumbnail-title{
  color: red;
}



@media screen and (max-width: 991.98px) {
  .link-table {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}

.description{
  padding-top: 1rem;
  position: relative;
  margin-bottom: 7vw;
}
.description:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  bottom: -7vw;
  z-index: -10;
  left:0;
  right: 0;
  display: block;
  height: 20vw;
  width: 100%;/*幅*/
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
}

.description1{
  background-color: #FF0000;
}
.description1:after {/*画像を絶対配置*/
  background-color: #FF7C80;
  background-image: url(images/wave1.png);
}


.description11{
  background-color: #0000FF;
}
.description11:after {
  background-color: #3399FF;
  background-image: url(images/wave11.png);
}
.description12{
  background-color: #FFC300;
}
.description12:after {
  background-color: #FFFF81;
  background-image: url(images/wave12.png);
}
.description13{
  background-color: #00CA00;
}
.description13:after {
  background-color: #AAFF8F;
  background-image: url(images/wave13.png);
}
.description14{
  background-color: #0098FF;
}
.description14:after {
  background-color: #97FFFF;
  background-image: url(images/wave14.png);
}
.description15{
  background-color: #b225d2;
}
.description15:after {
  background-color: #e083f5;
  background-image: url(images/wave15.png);
}
.description16{
  background-color: #000000;
}
.description16:after {
  background-color: #1B2631;
  background-image: url(images/wave16.png);
}


 
.category-title4{
  font-size: 6vw;
}
.category-title4 > span{
  font-size: 4vw;
}
.category-title1{
  font-size: 8vw;
}


/* パンくずリスト */
.breadcrumb {
  background: transparent;
  color: black;
}

.breadcrumb li + li:before {
  content: '»' !important;
}

.breadcrumb-item+.breadcrumb-item::before{
  color: #000;
}

.breadcrumb-item.active{
  color: #000;
}

.flip-horizontal {
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.article h2{
  font-size: 1.5rem!important;
}



.slick-slide img {
  height: 30vh; 
  max-height: 400px;
  min-height: 350px;
  text-align: center;
}
 
.center {
  /* slickでslider化するとimgがblockになるのでmarginで中央寄せにしないといけない */
  margin: 0 auto;
}

.slick-prev{
  left: 0px!important;
  z-index: 100;
}
.slick-next{
  right: 0px!important;
  z-index: 100;
}
.slick-prev:before, .slick-next:before{
  color: black!important;
}

.slick-slide a{
  display: contents;
}