@charset "UTF-8";

body{
  font-family:"游ゴシック",'Noto Serif JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',
  'メイリオ', 'Meiryo','ＭＳゴシック',sans-serif;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#concept,#gallery,#news,#column,#contact{
  margin-top: 100px;
}

.section-inner{
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  justify-content: space-around;
  flex-wrap: wrap;
}

#concept .section-inner{
  display: flex;
  position: relative;
}

#news .section-inner{
  display: flex;
  position: relative;
}

.pc-only {
  display: block;

}

.sp-only {
  display: none;
}


@media screen and (max-width: 768px) {
.section-inner {
  max-width: 550px;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

#concept,#gallery,#news,#column,#contact {
  padding: 0px 0px 0px 0px;
  margin-top: 50px;
}
}


.section-inner a:hover{
  background-color: #cac4c9;
}

/*見出し */
h2.section-title-right {
  color: #cac4c9;
  font-size: 34px;
  letter-spacing: 0.03em;
  right: 0px;
  position: absolute;
}

h2.section-title-right {
  display: flex;
  align-items: baseline;
}
h2.section-title-right:before {
  border-top: 1px solid;
  content: "";
  width: 3em;
}
h2.section-title-right:before {
  margin-right: 0.6em;
}


@media screen and (max-width: 768px) {
h2.section-title-right {
  font-weight: normal;
  font-size: 24px;
  right: 24px;
}

h2.section-title-right:before {
  border-top: 1px solid;
  content: "";
  width: 2em;
}
}


/* 見出し右寄り② */
h2.section-title-right2 {
  color: #cac4c9;
  font-size: 34px;
  letter-spacing: 0.03em;
  right: 0px;
  position: absolute;
  margin-top: 50px;
}

h2.section-title-right2 {
  display: flex;
  align-items: baseline;
}
h2.section-title-right2:before {
  border-top: 1px solid;
  content: "";
  width: 3em;
}

h2.section-title-right2:before {
  margin-right: 0.6em;
}


@media screen and (max-width: 768px) {
h2.section-title-right2 {
  font-size: 24px;
  right: 24px;
  margin-top: 30px;
}

h2.section-title-right2:before {
  width: 2em;
}
h2.section-title-right2:before {
  margin-right: 0.6em;
}
}


/* 見出し左寄り */
h2.section-title-left {
  display: flex;
  align-items: baseline; 
  position: absolute;
  color: #cac4c9;
  font-weight: normal;
  font-size: 34px;
  letter-spacing: 0.03px;
}

h2.section-title-left:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
}
h2.section-title-left:after {
  margin-left: 0.6em;
}

@media screen and (max-width: 768px) {
h2.section-title-left {
  font-size: 24px;
  position: absolute;
  left: 24px;
}

h2.section-title-left:after {
  border-top: 1px solid;
  content: "";
  width: 2em;
}
}


/* 見出しセンター */
h2.section-title-center {
  color: #cac4c9;
  font-size: 34px;
  letter-spacing: 0.03em;
  top: 120px;
  display: flex;
  align-items: center; 
  justify-content: center;
  margin-bottom: 60px;
}

h2.section-title-center:before, h2.section-title-center:after {
  border-top: 1px solid;
  content: "";
  width: 5em; 
}

h2.section-title-center:before {
  margin-right: 3em;
}

h2.section-title-center:after {
  margin-left: 3em;
}


@media screen and (max-width: 768px) {

h2.section-title-center {
  font-size: 24px;
  top: 120px;
}

h2.section-title-center {
  margin-bottom: 0px;
}

h2.section-title-center:before, h2.section-title-center:after {
  width: 1.5em; 
}

h2.section-title-center:before {
  margin-right: 1em;
}

h2.section-title-center:after {
  margin-left: 1em;
}
}


.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

html{
  overflow: auto;
}

body{
  overflow: hidden;
}


/* ヘッダー */
#header{
  background-color: #f4e0da;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  z-index: 1;
  align-items: center;
  padding: 0 5%;
}

ul.gnav-pc li{
  display: inline;
  margin-right: 40px;
  font-size: 19px;
}

ul.gnav-pc li a {
  color: #000;
  text-decoration: none;
}

ul.gnav-pc li a:hover{
  color: #9b8d9c;
}

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

.header-logo a{
  display: flex;
}

#menu-button{
  display: none;
}

@media screen and (max-width:768px){
#header{
  height: 60px;
}

.header-logo{
  padding-left: 20px;
}

.header-logo a{
  display: flex;
}

.header-logo img{
  padding: 5px 0px;
}

.gnav-pc-wrap{
  display: none;
}

#menu-button {
  display: block;
  width: 60px;
  height: 60px;
  padding: 19px 16px;
}

.menu-button-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.menu-button-inner span {
  display: block;
  height: 0.5px;
  width: 100%;
  padding: 1.5px 1.5px;
  background-color: #9b8d9c;
  position: absolute;
}

.menu-button-inner a:hover{
  color: #cac4c9;
}

.menu-button-inner span:nth-child(1) {
  top: 0;
}

.menu-button-inner span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu-button-inner span:nth-child(3) {
  bottom: 0;
}
}


/* スマホ用メニューのスタイル */
.gnav-sp-wrap {
  display: none;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
}

ul.gnav-sp{
  padding: 60px 0;
}

ul.gnav-sp li {
  text-align: center;
  margin-bottom: 30px;
}

ul.gnav-sp li a {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #9b8d9c;
  font-weight: bold;
}


/* ボディ */
#body {
   margin: 0;
   padding: 0;
}


/* メインビジュアル */
#mainvisual{
  height: 780px;
  display: flex;
  position: relative;
  top: 0;
}

.mainvisual-inner{
  background-image: url(../images/mainvisual.png);
  width: 70vw;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 180px;
  position: relative;
}

.homepage-title{
  position: absolute;
  top: -16%;
  left: 8%;
}

.homepage-title img{
  width: 380px;
}

.shopname img{
  display: none;
}

.maincopy{
  color: #ffffff;
  font-family: 游ゴシック;
  font-size: 19px;
  font-weight: lighter;
  line-height: 1.6;
  letter-spacing: 0.12em;
  position: absolute;
  top: 15%;
  left: 10%;
}

.instagram-button{
  position: absolute;
  top: 75%;
  left: 5%;
}

.instagram-button img{
  width: 240px;
  height: 40px;
}

.instagram-button a:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.onlinestore-button{
  position: absolute;
  top: 85%;
  left: 5%;
}

.onlinestore-button img{
  width: 240px;
  height: 40px;
}

.onlinestore-button a:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.instagram-button-sp{
  display: none;
}

.onlinestore-button-sp{
  display: none;
}


@media screen and (max-width: 768px) {
 
#mainvisual {
  width: 100vw;
  height: 420px;
  margin-top: 60px;
}

.mainvisual-inner{
    width: 100vw;
    height: 400px;
    margin-top: 20px
}

#mainvisual .button-large {
  margin: 0 auto;
}

.homepage-title img{
  display: none;
}

.shopname{
  display: block;
  position: absolute;
  top: 185px;
  margin-left: 10px;
  width: 100px;
  height: 50px;
}

.shopname img{
  display: block;
  width: 105px;

}

.maincopy{
  display: block;
  font-size: 10px;
  font-weight: lighter;
  padding: 3px 3px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  position: absolute;
  top: 75px;
  left: 110px;
}

.maincopy span{
  background-color: rgba(155, 141, 156, 0.8);
  padding: 3px 3px;
  font-size: 12px;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 6px;
}

.instagram-button{
  display: none;
}

.onlinestore-button{
  display: none;
}

.instagram-button-sp{
  display: block;
}

.instagram-button-sp img{
  display: block;
  height: 25px;
  position: absolute;
  top: 250px;
  left: 45px;
}

.instagram-button-sp a:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.onlinestore-button-sp{
  display: block;
}

.onlinestore-button-sp img{
  display: block;
  height: 30px;
  position: absolute;
  top: 247px;
  left: 82px;
}

.onlinestore-button-sp a:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
}


/* コンセプト */
#concept{
  position: relative;
  height: 745px;
  max-width: 960px;
  margin: 100px auto 0 auto;
}

.right-box{
  display: block;
  width: 480px;
  padding: 110px 0;
}

.right-box p{
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-left: 30px;
}

.concept-box1{
  display: block;
  width: 480px;
  margin-top: 80px;
}

.concept-box1 img {
  width: 470px;
  height: auto;
}

.concept-box2{
  width: 480px;
}

.concept-box2 img{
  width: 480px;
}

.concept-btn-box {
  display: block;
  width: 480px;
  padding-top: 190px;
  padding-left: 50px;
}

.button1{
  width: 315px;
  font-size: 17px;
  background: #9b8d9c;
  border-radius: 20px;
  color: #FFFFFF;
  padding: 15px 40px;
}


@media screen and (max-width: 768px) {

#concept{
  height: 285px;
  margin-top: 50px;
}

.concept-box1 img{
  position: absolute;
  top: 60px;
  height: auto;
  width: 340px;
  margin-bottom: auto;
}

.right-box p{
  font-size: 13px;
  text-align: center;
  word-break: keep-all;
  position: absolute;
  top: 65px;
}

.concept-box2 {
  display: none;
}

.button1{
  width: 120px;
  height: 35px;
  background: #9b8d9c;
  border-radius: 25px;
  font-size: 12px;
  line-height: 35px;
  position: absolute;
  top: 240px;
  right: 10%;
  text-align: center;
  padding: 0px;
}

.concept-btn-box {
  display: block;
  width: 480px;
  padding-top: 0px;
  padding-left: 0px;
}
}


/* ギャラリー */
#gallery{
  height: 1355px;
}

#gallery .section-inner{
 position: relative;
}

.img-flex-6{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.img-flex-6 img{
  width: 39%;
  height: 350px;
  margin-top: 35px;
}

.button2{
  display: block;
  width: 192px;
  height: 47px;
  background: #9b8d9c;
  border-radius: 31px;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 1200px;
  padding: 15px 40px;
  right: 30px;
}

.slider{
  visibility: hidden;
}


@media screen and (max-width: 768px) {

#gallery{
  height: 100%;
}

#gallery .section-inner{
  height: 440px;
}


#gallery .slider{
  display: flex;
  position: relative;
  width: 100vw;
  height: 350px;
  margin-top: 40px;
}

.slider li img{
display: block;
width: 322px;
height: auto;
margin: auto;
}

ul .slick-dots{
  display: block;
  bottom: 10px;
  height: fit-content;
}

.img-flex-6 img{
  width: 95%;
  height: 300px;
  margin-top: 35px;
}

.img-flex-6 img{
  display: none;
}

ul{
  padding: 0;
  margin: 0;
}

.slider img{
  max-width: 100%;
}

.slider{
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.button2{
  width: 120px;
  height: 35px;
  background: #9b8d9c;
  border-radius: 25px;
  font-size: 12px;
  line-height: 35px;
  position: absolute;
  top: 395px;
  right: 10%;
  text-align: center;
  padding: 0px;
}

.slider{
 visibility: visible;
}
}


/* ニュース */
#news{
 position: relative;
 background-image: url("../images/news back image.jpg");
 height: 518px;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}

.news-list li:hover { 
  background-color: #cac4c9;
  max-width: 890px;
  border-radius: 15px;
  padding: 0 15px;
}

.news-list {
  position: relative;
  margin: auto;
}

.news-list li a { 
  display: block;
}

.news-list li {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 3;
  border-radius: 15px;
  padding: 0 15px;
}

.button3{
  width: 192px;
  height: 47px;
  font-size: 17px;
  background: #9b8d9c;
  border-radius: 20px;
  color: #FFFFFF;
  padding: 15px 40px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  right: 30px;
}

.news-list-sp{
  display: none;
}


@media screen and (max-width: 768px) {

#news{
  height: 390px;
  margin-top: 20px;
}

#news .button3{
  width: 120px;
  height: 35px;
  border-radius: 25px;
  font-size: 12px;
  line-height: 35px;
  top: 330px;
  padding: 0;
  right: 50px;
}

.news-list{
  display: none;
}

.news-list-sp{
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 1.8;
  position: relative;
  top: 80px;
  padding-left: 30px;
  height: 60%;
}

.news-list-sp li  {
  padding: 0px 10px;
  border-radius: 10px;
  margin-bottom: 5px;
}

.news-list-sp li:hover { 
  background-color: #cac4c9;
  max-width: 300px;
  border-radius: 10px;
  padding: 10 10px;
}

.news-list-sp li a {
  display: block;
}
}


/* コラム */
#column{
  height: 730px;
  position: relative;
  max-width: 960px;
  margin: 100px auto 0 auto;
}

.flex-box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.column-box{
  display: block;
  width: 380px;
  height: 510px;
  margin-top: 100px;
  background-color: #e7dfdd;
  border-radius: 30px;
}

.contents-box img {
	display: block;
	margin-bottom: 1.5rem;
	width: 100%;

}

.contents-box h2 {
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
}

.contents-box p{
  padding: 0px 25px 10px 25px;
  line-height: 1.7em;
  letter-spacing: 0.05px;
  font-size: 16px;
}

.button4{
  width: 192px;
  height: 47px;
  font-size: 17px;
  background: #9b8d9c;
  border-radius: 20px;
  color: #FFFFFF;
  padding: 15px 40px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 30px;
}


@media screen and (max-width: 768px){

#column{
  height: 990px;
  margin-top: 50px;
}

.flex-box2{
 padding-top: 25px;
}

.column-box{
  width: 340px;
  height: 410px;
  margin-top: 40px;
}

.contents-box {
  width: 340px;
  margin-top: 40px;
  height: 350px;
}

.contents-box p{
  padding: 0px 25px 10px 25px;
  line-height: 1.6em;
  font-size: 14px;
}

.contents-box h2 {
  font-size: 17px;
  text-align: center;
  line-height: 1.2em;
}

.contents-box img {
  display: block;
  margin-bottom: 1.2rem;
  width: 100%;
  height: 50%;
}

.button4{
  width: 120px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  position: absolute;
  top: 955px;
  right: 10%;
  padding: 0px
}
}


/* コンタクト */
#contact{
  background-image:url("../images/bottom image.jpg") ;
  background-size: cover;
  background-position: 50% 330px;
  background-repeat: no-repeat;
  height: 1030px;
}

#contact .section-inner{
  height: 930px;
}

form {
  background: #e7dfdd;
  width: 860px;
  margin: 30px auto 0 auto;
  padding: 20px 40px;
  border-radius: 8px;
  height: 730px;
}

form div {
  padding: 12px 20px;
}

h3 {
  text-align: left;
  font-size: 32px;
  padding: 30px;
  color: #9b8d9c;
}

input.submit {
  display: block;
  margin: 20px 200px;
  border: none;
  color: #ffffff;
  background: #9b8d9c;
  padding: 7px 70px;
  cursor: pointer;
  border-radius: 17px;
  box-shadow: 2px 3px 2px #9b8d9c;
}

.section-inner input:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

label {
  display: block;
  float: left;
  width: 200px;
  color: #9b8d9c;
}
.section-inner span {
  background:#f4e0da;
  padding: 4px 4px;
  font-size: 12px;
  color: #9b8d9c;
  margin-right: 10px;
  border-radius: 3px;
}

.text, textarea, .dropdown{
  border: 0px;
  padding: 8px;
  color: #9b8d9c;
  background: #F5F5F5;
  border-radius: 6px;
  box-shadow: 2px 3px 2px #9b8d9c;
}


@media screen and (max-width: 768px) {

#contact{
  height: 785px;
  background-position: 50% 210px;
}

.text, textarea, .dropdown{
  width: 100%;
}

form {
  width: auto;
  height: auto;
  padding: 0px 0px;
  margin: 40px 5px 0 5px;
}

h3 {
  text-align: left;
  font-size: 26px;
  padding: 30px 5px;
}

input.submit {
  margin: auto;
  margin-bottom: 20px;
}

textarea{
   height: 200px;
}
}


/* フッター */
#footer{
  background-color: #f4e0da;
  height: 140px;
  width: 100%;
}

.flex-footer {
  display: flex;
  position: relative;
  width: 300px;
  height: 100%;
  margin: auto;
  flex-wrap: wrap;
}

.footer-link{
  max-width: 690px;
  text-align: center;
  padding-top: 35px;
  margin: auto;
}

.footer-link li{
  display: inline;
  font-size: 19px;
  line-height: 1.5em;
  letter-spacing: 0.13px;
  margin: 0 10px 30px 10px;
}

#footer img{
  width: 30px;
}

#footer a:hover{
  color: #9b8d9c;
}

.footer-link a:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.copyright {
  display: block;
  font-size: 20px;
  text-align: center;
}


@media screen and (max-width: 768px) {
#footer {
  padding: 0px;
  height: 270px;
  position: relative;
}

.flex-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer-link li {
  display: block;
  margin: 20px 30px;
}

.copyright {
  display: block;
  font-size: 16px;
  text-align: center;
  position: sticky;
  bottom: 30px;
}
}