* {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
    display: none;
}
body, html,
div, p, span, blockquote, u, s, i, b,
table, tr, th, td,
ul, ol, dl, li, dt, dd,
strong, h1, h2, h3, h4, h5,
header, footer, nav, aside, section,
input, select, option, textarea {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-align: justify;
  text-justify: inter-ideograph;
  color: inherit;
}
body {
  font-weight: 400;
  font-size: 16px;
  font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}
ul, ol {
  list-style-type: none;
}
a {
  text-decoration: none;
  transition-property: all;
  transition: 0.3s linear;
}
table {
  border-collapse: collapse;
}
  
  /* リセットCSSここまで */


  /* フォント */
.meie {
  font-family: 'Meie Script', cursive;
}

.dancing-font{
  font-family: 'Dancing Script', cursive;
}

.text-color-1 {
  color: #910b0b;
  text-shadow:1px 1px #fff;
}
.text-color-2, .hanbergar-menu-m{
  color: gray;
  text-shadow:1px 1px #fff;
}

.big {
  font-size:22px;
  font-weight:bold;
}

/* めいんCSS */
body{
  background-color:rgba(250, 244, 244, 0.954);
}
.container {
  max-width:90%;
  margin: 0 auto;
}

.btn-area {
  text-align: center;
  margin-top:30px;
  cursor: pointer;
}
.btn{
width:90px;
display:inline-block;
/* text-align: center; */
border-radius: 3px;
cursor: pointer;
padding:5px;
font-size:20px;
letter-spacing: 3px;
}

.hanbergar {
  font-size:2px;
}

/* .hanbergar-menu-m{
font-size:4px;
} */

.flex {
  display: flex;
}
.flex-align-center {
  display:flex;
  align-items: center;
}

.item1 {
  flex-grow: 1;
}

.item2 {
  flex-grow: 2;
  /* border:2px solid black; */
}

header{
  height:100px;
  width:100%;
  z-index:10;
  position:fixed;
  background-color:rgba(250, 244, 244, 0.954);
  opacity:0.8;
}

.header-list {
  justify-content: space-between;
  height:100%;
  /* border:2px solid blue; */
  align-items:center;
  letter-spacing: 2px;
}

.header-list li {
  font-size: 23px;
}

.header-left img{
  padding:5px;
}

.header-left-item{
  padding-left:2px;
}

.header-left-item a{
  color:black;
}
.header-left-item i{
  font-size:28px;
}

.header-line, .header-phone-icon {
  color:gray;
}

.hasami-logo {
  width:18px;
  margin-right:5px;
}



/* サイドメニュー */
.nav-m {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #E8E2E2;
  opacity:0.8;
}
.nav-m li{
  font-size:25px;
  text-align:center;
  line-height: 300%;
}
.nav-m p{
  text-align:center;
  padding-top:40px;
}
.nav-m.open {
  transform: translate(0);
}


.menu-btn{
  display:none;
}

.menu-btn i{
  font-size:28px;
}



.border-line:hover {
  border-bottom:2px solid #A80C0C;
}


.main {
  background-color: #E8E2E2;
  padding:80px 0 40px;
}
.main-image {
  width: 100%;
}

.main-regalo {
  margin-left: 5px;
}
/* .slider {
  display:none;
} */

.slider img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    border-radius: 8px;
}

/* https://design-levelup.com/webdesign/js/jquery_making_3 参考URLslickスライダー実装時に画像のサイズがバラバラだった場合統一させる方法*/

.active{
  display:block;
}

.slider-content {
  margin-top:60px;
}

.slider-contents{
  /* position: relative; */
  padding-top:40px;
}
.prev {
  font-size:30px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top:50%;
  left:5%;
  transform: translateY(-50%);
  display:none;
}
.next {
  font-size:30px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top:50%;
  right:5%;
  transform: translateY(-50%);
}

.main h1, .price h1, .staff h1,.access h1{
  text-align: center;
  font-size:30px;
  letter-spacing: 3px;
  /* margin-bottom: 20px; */
  line-height: 110%;
  padding:40px 0 5px;
}

.price p{
  text-align: center;
}

.mar-top {
  margin-top: 40px;
}
/* .mar-top-2 {
  margin:40px 0 30px;
} */

.main h2, .price h2{
  text-align: center;
  font-size: 30px;
  letter-spacing: 5px;
  margin:20px 0 10px;
  font-weight: bold;
  /* box-shadow: 2px 2px #fff; */
}


.main p{
  max-width:70%;
  margin:0 auto;
  font-size:28px;
  /* word-wrap:break-word; */
  letter-spacing: 2px;
  text-align: left;
  line-height: 200%;
  /* border:2px solid black; */
}

/* .text-right {
  text-align:left;
  
} */


.price {
  padding:80px 0 40px;
}
.price h3 {
  text-align:center;
  letter-spacing:5px;
  margin:20px 0 20px;
  font-weight:bold;
}
.price table {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 200%;
}

.price-border {
  border-bottom: 2px solid gray;
  padding-top:15px;;
  padding-bottom: 2px;
}



table{
  margin:0 auto;
  /* border:2px solid black; */
  letter-spacing: 3px;
  line-height:240%;
}

table td{
  /* border:2px solid black; */
  width:28%;
  text-align:right;  
}

.yen-area {
  text-align:center;
}

.credit-icon{
  text-align:center;
  
}
.credit-icon i{
  font-size: 23px;
}

/* .staff {
  border:1px solid black;
} */
.staff-container{
  padding-top:40px;
  max-width: 1120px;
  margin:0 auto;
  /* border: 1px solid black; */

}
.staff-img img{
  border-radius: 20px;
  min-width:200px;
}

.news-logo {
  text-align:center;
  margin:0;
  padding:0;
}
.kamiyu-logo{
  max-width:30%;
}


.text-contents{
  /* border:2px solid black; */
  max-width:50%;
  padding:5px;
  /* align-items: center; */
  
  /* padding:20px */

  /* display:flex; */
}
.text-contents h2{
  
  font-size: 30px;
  margin-left:20px;
  /* align-items: center; */
  /* border:2px solid black; */
  /* align-items:center; */
  
}
.text-contents p{
  /* border:2px solid black; */
  margin-left:20px;
  margin-right:20px;
  font-size:20px;
  line-height:200%;
  /* word-wrap:break-word; */
  max-width:90%;
  /* align-items:center; */
}


.staff {
  padding-bottom:40px;
}

.staff-order {
  order:1;
}


.news-sns {
  padding:40px 0;
}
.news {
  justify-content: space-around;
  align-items: center;
}
.news-content {
  padding: 20px;
  margin: 30px 10px 30px 0;
  /* color:gray; */
  border-radius: 30px;
  max-width: 100%;
  background-color:rgba(107, 87, 87, 0.8);
}
.news-h1 {
  text-align:center;
  font-size:28px;
}
.news-content h1{
  text-align: center;
  margin-bottom:15px;
  font-size: 30px;
}
.news-content p{
  /* text-align: center; */
  /* margin-bottom:15px; */
  font-size: 20px;
  text-shadow:1px 1px gray;
}


.top-move {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  top: 90%;
  border-radius:10px;
  z-index:10;
  opacity: 0.5;
  border:3px solid gray;
  background-color:rgba(250, 244, 244, 0.954);
}

.top-move a {
  color:gray;
  line-height:50px;
  font-size:22px;
  text-align:center;
  opacity: 0.9;
  padding: 3px;
  margin-bottom:5px;
}




footer{
  background-color:rgba(206, 187, 187, 0.954);
  opacity:0.9;
  padding:40px 0 20px;
  /* padding:20px; */
}

footer p{
  text-align:center;
  font-size: 20px;
}

.footer-contents {
  justify-content: space-between;
  align-items: center;
  /* border:2px solid black; */
}

.footer-content {
  width:33%;
  margin-top:8px;
}

.footer-content p {
  letter-spacing: 2px;
}

.footer-logo {
  max-width:100px;
}

.footer-sns{
  text-align:center;
  align-items: center;
}

.footer-sns a{
  color:black;
  font-size:40px;
}

.line, .phone-icon {
  margin-left:15px;
}



.access {
  padding:40px 0;
}

.access-sns a{
  color:black;
}

.access-contents {
  justify-content:space-around;
}
.access-content {
  /* border:2px solid black; */
  width:45%;
  text-align: center;
  margin:0 0 40px;
}
.access-text p{
  text-align:center;
  margin-top:10px;
  line-height: 100%;
  letter-spacing: 3px;
}


/* morecss */

* {
  box-sizing: border-box;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.regular_2 img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
  border-radius: 8px;
}


.another {
  margin:30px 0 30px;
}
.another p{
  font-size:18px;
}

@media screen and (max-width: 768px){
  .menu-btn{
    display:block;
  }

  .header-list li{
    display:none;
  }
  .hanbergar-menu{
    display:block;
  }

  .flex{
    display:block;
  }

   .flex-align-center{
    display:block;
  }

  .flex-t{
    display:flex;
    /* border:1px solid black; */
    justify-content: space-between;
    height:100%;
    /* border:2px solid blue; */
    align-items:center;
  }
  .item1 {
    flex-grow: 0;
  }
  
  .item2 {
    flex-grow: 0;
    /* border:2px solid black; */
  }

  .slick-slider img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
    border-radius: 8px;
}
  .main p{
    max-width:90%;
    font-size:20px;
    /* word-wrap:break-word; */
    letter-spacing: 2px;
    text-align: left;
    line-height: 200%;
    /* border:2px solid black; */
  }
  .text-contents{
    /* border:2px solid black; */
    max-width:100%;
    padding:0;
    margin:0;
    /* display:flex; */
    /* align-items: column; */
  }
  .text-contents h2{
  
    font-size: 30px;
    text-align: center;
    margin-left:0;
    /* align-items: center; */
    /* border:2px solid black; */
    
  }
  .text-contents p{
    /* margin-left:0px; */
    font-size:20px;
    line-height:200%;
    /* word-wrap:break-word; */
    text-align:left;
    width:100%;
  }

  .staff-img{
    text-align: center;
  }

/* 
  .instagram-center-more {
    
    border:2px solid black;
    border:2px solid white;
    text-align:center;
  } */



  .news-contents {
    max-width: 100%;
    /* border:2px solid white; */
    margin:0 auto;
  }
  .access-content {
    /* border:2px solid black; */
    width:100%;
    text-align: center;
  }

  .access-content p {
    text-align: center;
  }

  table th {
    font-size:24px;
  }
  table td {
    font-size: 24px;
  }

  

  .footer-content {
    width:auto;
  }
  .footer-logo{
    max-width:40%;
    height:auto;
  }
}  
@media screen and (max-width: 420px){
  table th {
    font-size:12px;
  }
  table td {
    font-size: 13px;
  }
  .flex-align-center{
    display:block;
  }

}  