/* 
        html5doctor.com Reset Stylesheet
        v1.6.1
        Last Updated: 2010-09-17
        Author: Richard Clark - http://richclarkdesign.com 
        Twitter: @rich_clark
        */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

body {
  line-height: 1;
}


*{
     font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}



/*共通マージン設定*/
.mb1x1 {
  margin-bottom: 100px !important;
}
.mb1x2 {
  margin-bottom: 60px !important;
}
.mb1x3 {
  margin-bottom: 30px !important;
}
.mb1x4 {
  margin-bottom: 10px !important;
}
.mb1x5 {
  margin-bottom: 50px !important;
}
.pb1x1 {
  padding-bottom: 38px !important;
}
.pt1x1 {
  padding-top: 78px !important;
}
/* 共通 width 設定*/
.widthsize01 {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
a {
	text-decoration: none;
	color: inherit;
}

/*PC・SPでの非表示の切り替え--------------------------------------------------------*/
.pc {
  display: inherit;
}
.sp {
  display: none;
}
br.pc {
  display: inline;
}
br.sp {
  display: none;
}
.sp_block {
  display: inline;
}
html {
  font-size: 18px;
}
body{
    overflow-x: hidden;
    width: 100%;
    min-width: 960px;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main img{
	  }
hr {
  width: 100%;
}
stline {
  width: 100%;
}

/*ホバーアニメーション*/
.hover01 {
  transition: 0.3s;
}
.hover01:hover {
  transform: scale(1.01);
  filter: blur(0.5px) saturate(0.7) brightness(110%);
  -webkit-filter: blur(0.5px) saturate(0.7) brightness(110%);
}
.mainbody {
  width: 100%;
  margin-top: 0px;
}
.header {
  width: 960px;
  text-align: center;
  margin: 0 auto;
}
.header img {
  width: 100%;
}
.doga .video{
  width: 960px;
  height: 500px;
}
.doga iframe{
  width: 960px;
  height: 500px;
}
.main {
  width: 960px;
  text-align: center;
  margin: 0 auto;
}
.ctttl {
  width: 960px;
  text-align: center;
  margin: 0 auto;
}
.ctttl p {
  font-size: 28px;
  line-height: 38px;
  padding: 10px 0 6px;
  margin-bottom: 10px;
  background-color: #233155;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.about02 {
  background: #fff; /*背景色*/
  padding: 0.4em 0;
  width: 960px;
}
.about02 .aboutimg {
  width: 100%;
  margin: 0 auto;
}
.flexbox02 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between
}
.flexbox02 > div {
  width: 32%;
}
.item02:nth-child(n+4) {
  margin-top: 30px;
}
.flexbox02::after {
  content: "";
  display: block;
  width: 32%;
}
.item02 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}



/*店舗画像*/
h2 {
  position: relative;
  padding: 1.5rem 1rem 0.8rem;
  font-size: 24px;
  color: #746B5F;
  letter-spacing: 0.2em;
    font-weight: bold;
}
h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #e7dfd4, #e7dfd4 2px, transparent 3px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #e7dfd4, #e7dfd4 2px, transparent 3px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.slide02 {
   width:100%;
    margin:0 auto;
}
.slide02 img{
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
.slide02 .slick_slider02 {
  padding: 0;

}
.slide02 .slick_slider02 img {
  width: 99%;
  /*height: 178px; */
}
.slide02 .slick_slider02 a {
  outline:none !important;
}

.slide02 .slick_slider02 .slick-next {
    right: 20px; 
    z-index: 99;
    }
.slide02 .slick_slider02 .slick-prev { 
    left: 15px; 
    z-index: 100;
    }