@charset "UTF-8";

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;
}

body {
    line-height:1;
    }

/*余白を消去*/
#wrapper {
  width: 100%;
  overflow: hidden;
}

html {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}


blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*/////////////////////////////////////////////////*/
/*リセットCSS ここまで*/

/*行(row)と列(col)の設定*/
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}


main {
  margin: 0 auto;
}
a {
  color: #000;
  text-decoration: none;

}


li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

  /*会員ボタン*/
.memberlink a{
  background-color: rgb(147, 132, 96);
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 50px;
  width: 200px;
  padding: 15px 0;
  transition: .3s;
  line-height: 22px;
}

.memberlink > a{
  display: block;
  color: #fff;
}

.container {
  max-width: 1160px;
  padding: 0 40px;
  margin: 0 auto;
}


.philosophy img {
  width: 100%;
}

/*TOPのカラーサークル*/

.illust_container {
  margin: 0 auto;
  width: 100%;
  position: fixed;
  z-index: -1000;
  opacity: 0.25;
}

.photo_wrapper_01 {
  mix-blend-mode: multiply;
  position: absolute;
	top: 200px;
	left: -100px;
  max-width: 800px;
  min-width: 500px;
  z-index: -1000;
}

.photo_wrapper_02 {
  mix-blend-mode: multiply;
  position: absolute;
	top: -50px;
	left: 100px;
  max-width: 1000px;
  min-width: 200px;
  z-index: -1000;
}

.photo_wrapper_03 {
  mix-blend-mode: multiply;
  position: absolute;
	top: 150px;
	right: -500px;
  width: auto;
  z-index: -1000;
}

.photo_wrapper_04 {
  mix-blend-mode: multiply;
  position: absolute;
	top: 50px;
	right: -300px;
  max-width: 800px;
  min-width: 300px;
  z-index: -1000;
}

.photo_wrapper_05 {
  mix-blend-mode: multiply;
  position: absolute;
	top: -100px;
	left: 600px;
  max-width: 700px;
  min-width: 600px;
  z-index: -1000;
}

.photo_wrapper_06 {
  mix-blend-mode: multiply;
  position: absolute;
	top: 700px;
	right: -200px;
  max-width: 800px;
  min-width: 300px;
  z-index: -1000;
}

.photo_wrapper_07 {
  mix-blend-mode: multiply;
  position: absolute;
	top: 900px;
	left: 100px;
  max-width: 1000px;
  min-width: 100px;
  z-index: -1000;
}


.top_image_01 img {
  width: 100%;
}


.ttl {
  font-size: 20px;
  padding: 15px 0 15px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 35px;
  letter-spacing: 2px;
}
.ttl_renew {
  font-size: 20px;
  padding: 0px 0px 10px 0px;
  display: inline-block;
  line-height: 35px;
  letter-spacing: 2px;
}

.ttl_main {
  font-size: 30px;
  padding: 30px 0 15px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 50px;
  letter-spacing: 5px;
}

.ttl02 {
  font-size: 20px;
  padding: 200px 0 15px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 35px;
  letter-spacing: 5px;
}

.profile_name h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.shop_name {
  font-size: 20px;
  display: inline-block;
}

.description {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 5px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 50px;
}

.description00 {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 5px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 50px;
  text-indent: -1em;
  padding-left: 1em;
}

.description-indent {
  width: 85%;
  margin: 0 auto;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

.description02 {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 0px;
  line-height: 30px;
  text-align: justify;
}
.description03 {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 30px;
  text-align: justify;
}
.description03 h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}
.description03 p {
  margin-bottom: 15px;
}
.description04 {
  line-height: 30px;
  padding: 0px 10px 0px 10px;
}


.facility {
  background-color: #fffbd4;
    background-image:
      radial-gradient(#e7e0c9 15%, transparent 15%),
      radial-gradient(#e7e0c9 15%, transparent 15%);
    background-size: 10px 10px;
    background-position: 0 0, 15px 15px;
  margin-top: 100px;
  padding-bottom: 50px;
}

.message_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
  max-width: 1080px;
}
.message_wrapper_renew {
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 500px;
  border: 1px solid #000;
  border-radius: 5px;
}

.message02_wrapper {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.message03_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  max-width: 1080px;
}

.message03_wrapper img {
  width: 90%;
  max-width: 1080px;
}

.message04_wrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 0px;
}

.message05_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  max-width: 1080px;
}

.message05_wrapper img {
  width: 90%;
  max-width: 1080px;
}

.message06_wrapper {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 20px;
  max-width: 1080px;
}

.menu_wp {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  background-color: rgb(241, 241, 241);
  padding: 30px;
}
.menu_wp h2 p {
  line-height: 30px;
  display: flex;
}
.menu_wp02 {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  background-color: rgb(241, 241, 241);
  padding: 30px;
  margin-bottom: 100px;
}

.menu_wp02 h2 p {
    line-height: 30px;

}
.ttl_menu {
  font-size: 20px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 30px;
  margin-bottom: 30px;
}
.menu_txt_ttl h4 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu_txt_ttl02 h2 p {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.menu_txt02 p {
text-align: center;
padding-top: 10px;
padding-bottom: 20px;
}


.menu_txt p {
  text-align: left;
  line-height: 30px;
}

.main {
  margin: 0 auto;
  display: block;
  height: 100%;
}

.imgBox {
  display: flex;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0px;
  justify-content: space-between;
}
.img-01 img {
  width: 100%;
}



/*/////////////////////////////////////////////////*/
/*ハンバーガー*/

/*menu*/

/*menu 上部に固定*/


.header_menu {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}
.menu{
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 99;
}

.menu_sns{
  position: absolute;
  right: 20px;
  top: 70px;
  width: 35px;
  z-index: 99;
}

.menu__line{
  background: #000;
  display: block;
  height: 2.6px;
  position: absolute;
  transition:transform .3s;
  width: 100%;
}
.menu__line--center{
  top: 9px;
}
.menu__line--bottom{
  bottom: 0px;
}
.menu__line--top.active{
  top: 9px;
  transform: rotate(45deg);
}
.menu__line--center.active{
  transform:scaleX(0);
}
.menu__line--bottom.active{
  bottom: 9.6px;
  transform: rotate(135deg);
}



/*/////////////////////////////////////////////////*/
/*gnav*/
.gnav{
  background-color: #fff;
  opacity: 1;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding-top: 00px;
}

.gnav__wrap {
  display: block;
  text-align: center;
  padding-top: 10px;
}
.gnav__menu__item{
  font-size: 9px;
  margin-top: 30px;
  letter-spacing: 0.5;
}
.gnav__menu__item a{
  color: #231815;
  font-size: 12px;
  text-decoration: none;
  transition: .5s;
}

.button {
  width: 100px;
  padding: 10px;
  margin: 40px auto 0px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

/*リストの文字*/
.navi_box li a {
  font-size: 18px;
  line-height: 50px;
}




.open {
  background-color:indianred
}

.close {
  background-color: darkolivegreen;
}




/*/////////////////////////////////////////////////*/
/*フルスクリーン MENU ここまで*/


/*サイドバー*/
.sidebar {
  background-color: #ff9;
  background-size: 100%;
  width: 20%;
  position: fixed;
  right: 0;
  height: 100%;
}
.side_logo {
  width: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.side_contents {
  padding-left: 16%;
}
.side_menu li a {
font-size: 16px;
line-height: 30px;
}
.side_menu li {
padding-bottom: 28px;
}

.header_menu li {
  padding-bottom: 28px;
  }

.header_menu a {
  line-height: 25px;
}
  

.side_contents ul li a:hover {
  opacity: 0.5;
}

/*ヘッダ*/


header > .container {
  display: flex;
  align-items: center;
  z-index: 0;
}

header .fa-bars {
  float: right;
  padding-top: 50px;
  padding-right: 30px;
}

.header_cover {
  text-align: center;
  height: 200px;
  width: 100%;
  z-index: 1000;
  background-color: #ff9;
}


.drawer_btn {
  position: absolute;
  right: 30px;
  top: 100px;
  transform: scale(1.5);
  z-index: 2000;
}

.drawer_btn:checked ~.header-nav {
  transform: translateY(0);
}

/*ロゴ*/
.logo img {
  width: 150px;
  padding-left: 50px;
  margin-top: 30px;
}

.logo_center {
  text-align: center;
}

.logo-wrapper img{
  width: 200px;
  display: inline-block;
}

.logo-wrapper a{
  transition: .3s;
}

.logo-wrapper-top img{
  width: 300px;
  display: inline-block;
  margin: 0 auto;
  padding-top: 100px;
}

.logo-wrapper-top a{
  transition: .3s;
}

.logo-wrapper-sub01 {
  width: 180px;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}
.logo-wrapper-sub02 img{
  width: 300px;
  display: inline-block;
  margin: 0 auto;
  padding-top: 50px;
}

.top-logo {
  margin-top: 10px;
  padding-top: 10px;
  display: inline-block;
}


/*AddressとMAP*/
.company_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}



.address {
  text-align: left;
  line-height: 30px;
}
.address h3 {
  font-size: 18px;
  line-height: 50px;
}

.ggmap iframe {
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}


/*リンクボタン*/
/*汎用リンクボタン*/
.link_button_01 {
  text-align: center;
  margin: 50px 0px 30px 0px;
}

.btn01 a {
  color: #fff;
  background-color: rgb(147, 132, 96);
  margin: 0 auto;
  width: 150px;
  padding: 25px;
  text-align: center;
  display: block;
  border-radius: 10px;
  transition: .3s;
  line-height: 25px;
}

a:hover {
  opacity: 0.6;/*リンクボタン透過*/
}


/*効果系*/
.linkbox :hover {
  opacity: 0.5;
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.linkbox :visited {
  text-decoration: none;
}




/*ヘッダーナビ レスポンシブ用*/

.header_nav {
  transform: translateY(-50%);
  transition: 0.4s;
  background-color: rgb(73, 66, 66);
  z-index: 10;
  height: 6000px;
  opacity: 0.9;
}

.header_menu li {
  padding: 18px 18px 18px 18px;
  border-bottom: 1px solid;
  text-align: left;


}


.header_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 18px 18px 18px;
  margin: 0 -10px;
}

.header_sns > li {
  list-style: none;
  padding: 0 5px;
  margin-top: 30px;
}
.header_sns a {
  display: block;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  position: relative;
}
.header_sns a:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.header_sns .instagram a:before {
  background: url(../image/ico/ico_Instagram.svg);
}
.header_sns .facebook a:before {
  background: url(../image/ico/ico_facebook.svg);
}
.header_sns .twitter a:before {
  background: url(../image/ico/ico_twitter.svg);
}







/*ヘッダーナビ*/
.nav_header {
  margin: 0 0 0 auto;
}
.list_nav_header {
  display: flex;
  align-items: center;
  margin:  0 -15px;
}
.list_nav_header > li {
  list-style: none;
  padding: 0 15px;
}
.list_nav_header a {
  color: #000;
}



/*トップビュー*/


/*フッター*/
footer > .container {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}


/*snsリスト*/
.list_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
.list_sns > li {
  list-style: none;
  padding: 0 10px;
}
.list_sns a {
  display: block;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  position: relative;
}
.list_sns a:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.list_sns .instagram a:before {
  background: url(../image/ico/ico_Instagram.svg);
}
.list_sns .facebook a:before {
  background: url(../image/ico/ico_facebook.svg);
}
.list_sns .twitter a:before {
  background: url(../image/ico/ico_twitter.svg);
}


.copyright {
  margin: 30px 0 0;
  font-size: 14px;
  margin-top: 30px;
}







/*位置決め*/

#wrap {
  margin:0 auto;
  width:960px;
  }




/*テキストスタイル*/
.renewal p {
  text-align: center;

}


/*ロゴ関係*/
.style-logo {
  margin: 50px auto 50px auto;
  display: block;
  width: 180px;
}

.menu-wrapper {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}



/*フェードイン*/
.fadein {
  animation-name: fade;
  animation-duration: 3s;
}