@charset "UTF-8";

/* Global */

* {
  margin: 0;
  border: none;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
  text-align: left;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

pre,
code,
address,
caption,
th,
figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

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

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

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}

button {
  font: inherit;
  vertical-align: middle;
}

li {
  list-style: none;
}

@media print {

  body {
    color: #000
  }
  
  a,
  a:link,
  a:visited {
    color: #000;
    text-decoration: none;
  }
  
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 10px;
  color: #29272c;
}

a img {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

a img:hover {
  opacity: 0.5;
}



/* Common */

body,
a {
  color: #000;
}

br.nopc {
  display: none;
}

@media(max-width: 767px) {
  br.nopc {
    display: block;
  }
}

/* Common - Header */

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 120px;
  padding: 0 40px;
  background-color: rgba(255,255,255,0.95);
}

#header-inside {
  display: table;
  width: 100%;
  max-width: 1340px;
  height: 120px;
  margin: 0 auto;
}

h1 {
  display: table-cell;
  vertical-align: middle;
}

h1 img {
  width: 150px;
  height: auto;
}

nav#top {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

nav#top a {
  display: inline-block;
  margin-left: 30px;
  font-size: 1.8rem;
}

@media(max-width: 767px) {
  header {
    height: 80px;
    padding: 0 20px;
  }
  
  #header-inside {
    height: 80px;
  }
  
  h1 img {
    width: 130px;
  }
}



/* Menu SP */

#menu-sp {
  display: none;
  width: 76px;
  vertical-align: top !important;
}

#menu-inside {
  position: relative;
  width: 76px;
}

.menu {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 76px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.menu#menu-close {
  display: none;
}

.menu-inside {
  position: relative;
  width: 76px;
  height: 90px;
  cursor: pointer;
}

.menu-inside span {
  position: absolute;
  left: 27px;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background-color: #000;
}

.menu-inside span:nth-child(1) {
  top: 47px;
}

.menu-inside span:nth-child(2) {
  top: 58px;
}

.menu-inside span:nth-child(3) {
  top: 69px;
}

#menu-close span:nth-of-type(1) {
  top: 50px;
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}

#menu-close span:nth-of-type(2) {
  top: 60px;
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}

#menu-open {
  display: block;
}

@media(max-width: 1023px) {
  nav#top {
    display: none;
  }
  
  #menu-sp {
    display: table-cell;
  }
}

@media(max-width: 767px) {
  .menu-inside {
    height: 80px;
  }

  .menu-inside span:nth-child(1) {
    top: 27px;
  }
  
  .menu-inside span:nth-child(2) {
    top: 38px;
  }
  
  .menu-inside span:nth-child(3) {
    top: 49px;
  }
  
  #menu-close span:nth-of-type(1) {
    top: 30px;
  	-webkit-transform: translateY(5px) rotate(-45deg);
  	transform: translateY(5px) rotate(-45deg);
  }
  
  #menu-close span:nth-of-type(2) {
    top: 40px;
  	-webkit-transform: translateY(-5px) rotate(45deg);
  	transform: translateY(-5px) rotate(45deg);
  }
}



/* Sub Menu */

#sub-menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: rgba(200,200,200,0.9);
}

#sub-menu a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 10px;
  font-size: 1.6rem;
  text-align: center;
  color: #131415;
  -webkit-font-smoothing: subpixel-antialiased;
}

#sub-menu a:hover {
  background-color: #333;
  color: #fff;
}



/* Common - Footer */

footer {
  width: 100%;
  border-top: 1px solid #000;
  padding: 40px;
}

#footer-inside {
  display: table;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

#footer-left {
  display: table-cell;
  width: 170px;
  vertical-align: top;
}

#footer-left a[title="Instagram"] {
  display: inline-block;
  margin-right: 20px;
}

#footer-logo {
  display: block;
  margin-bottom: 100px;
}

#footer-logo img {
  width: 130px;
  height: auto;
}

#insta-bottom {
  font-size: 32px;
  color: #5b5b5b;
}

#footer-center {
  display: table-cell;
  vertical-align: top;
}

nav#bottom a {
  display: block;
  margin-bottom: 14px;
  font-size: 1.6rem;
  color: #5b5b5b;
}

#footer-right {
  display: table-cell;
  font-size: 1.6rem;
  color: #5b5b5b;
  text-align: right;
  vertical-align: bottom;
}

@media(max-width: 736px) {
  footer {
    padding: 40px 20px;
  }
  
  #footer-left,
  #footer-center {
    float: left;
    display: block;
    width: 50%;
    margin-bottom: 30px;
  }
  
  #footer-right {
    display: block;
    width: 100%;
    text-align: left;
  }
}



/* Common Etc */

h2 {
  width: 100%;
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#main-contents {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

#main-contents.no-visual {
  padding-top: 180px;
}

img {
  vertical-align: bottom;
}

#back-to-index {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-size: 1.6rem;
}

@media(max-width: 767px) {
  #main-contents.no-visual { 
    padding-top: 110px;
  }
}



/* Navigation */

.wp-pagenavi {
  padding-top: 50px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background-color: #eee;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 44px;
  text-align: center;
  color: #000;
}

.wp-pagenavi span.current {
  background-color: #000;
  color: #fff;
}

.wp-pagenavi .pages {
  display: none;
}

@media(max-width:767px) {
  .wp-pagenavi {
    padding-top: 30px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 26px;
    height: 26px;
    font-size: 1.2rem;
    line-height: 28px;
  }
}



/* Top */

#main-visual {
  width: 100%;
  width: 100vw;
  max-width: 1920px;
  /* height: 900px; */
  margin: 120px auto 70px auto;
  background-position: center center;
  background-size: cover;
/*   background-image: url('/img/main-visual.jpg'); */
}

#main-visual button {
  display: none;
}

#main-visual video {
  width: 100%;
}

.flickity-viewport,
.flickity-slider {
  width: 100vw;
  height: 900px;
}

.flickity-slider {
  transform: translateX(0%) !important;
}

.flickity-slider > div {
  left: 0 !important;
  width: 100vw;
  height: 900px;
  background-position: center top;
  background-size: cover;
}

.flickity-slider > div:nth-child(1) {
  background-image: url('/img/main-visual1.jpg');
}

.flickity-slider > div:nth-child(2) {
  background-image: url('/img/main-visual2.jpg');
}

.flickity-slider > div:nth-child(3) {
  background-image: url('/img/main-visual3.jpg');
}

.flickity-slider > div:nth-child(4) {
  background-image: url('/img/main-visual4.jpg');
}

.flickity-slider > div:nth-child(5) {
  background-image: url('/img/main-visual5.jpg');
}

.flickity-slider > div:nth-child(6) {
  background-image: url('/img/main-visual6.jpg');
}

.flickity-slider > div:nth-child(7) {
  background-image: url('/img/main-visual7.jpg');
}

.flickity-slider > div:nth-child(8) {
  background-image: url('/img/main-visual8.jpg');
}

@media(max-width: 767px) {
  #main-visual {
    margin: 80px auto 50px auto;
  }
}

@media(max-width: 1050px) {
  .flickity-viewport,
  .flickity-slider,
  .flickity-slider > div,
  #main-visual {
    height: 560px;
    background-size: auto 100%;
  }
}


@media(max-width: 980px) {
  .flickity-viewport,
  .flickity-slider,
  .flickity-slider > div,
  #main-visual {
    height: 560px;
  }
}

@media(max-width: 767px) {
  #main-visual {
    margin-top: 80px;
  }
  
  .flickity-viewport,
  .flickity-slider,
  .flickity-slider > div,
  #main-visual {
    height: 560px;
  }

  .flickity-slider > div {
    width: 100%;
    height: 560px;
  }
}

@media(max-width: 560px) {
  .flickity-viewport,
  .flickity-slider,
  .flickity-slider > div,
  #main-visual {
    height: auto;
    aspect-ratio: 1/1;
  }

  .flickity-slider > div {
    height: auto;
    aspect-ratio: 1/1;
  }
}



/* News */

#news {
  margin-bottom: 50px;
}

#news-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 5px;
}

.news-list-top {
  display: block;
}

.news-entry {
  width: 50%;
  margin-bottom: 20px;
}

.news-list-top .news-entry {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0 !important;
}

.news-entry:nth-child(odd){
  padding-right: 10px;
}

.news-entry:nth-child(even){
  padding-left: 10px;
}

.news-img {
  width: 100%;
  height: 290px;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover
}

.news-title {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}

.news-body {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #5b5b5b;
}

.news-body img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

@media(max-width: 767px) {
  #news-list {
    display: block;
    margin: 0;
  }
  
  .news-entry {
    padding: 0;
  }
}

#news-single {
  width: 100%;
  max-width: 830px;
  margin: 0 auto 90px auto;
}

#news-single-img {
  width: 100%;
  margin-bottom: 60px;
}

#news-single-img img {
  width: 100%;
  height: auto;
}

@media(max-width: 767px) {
  #news-single {
    margin-bottom: 60px;
  }
}



/* Style */

#style {
  margin-bottom: 60px;
}

#style-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.style-entry {
  width: 25%;
  padding: 0 5px 10px 5px;
}

/*
.style-entry:hover {
  cursor: default;
}
*/

.style-entry img:hover {
  opacity: 1;
}

.style-entry img {
  width: 100%;
  height: auto;
}

@media(max-width: 767px) {
  .style-entry {
    width: 50%;
  }
}

#style-single {
  display: table;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 60px auto;
}

#style-single-img {
  display: table-cell;
  width: 46%;
  vertical-align: top;
}

#style-single-img-a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

#style-single-img-a img {
  width: 100%;
  height: auto;
}

#style-single-img-thumb {
  display: table;
  width: 100%;
}

.style-single-img-thumb {
  display: table-cell;
  width: 50%;
}

.style-single-img-thumb img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.style-single-img-thumb:nth-child(1) {
  padding-right: 10px;
}

.style-single-img-thumb:nth-child(2) {
  padding-left: 10px;
}

#style-single-text {
  display: table-cell;
  width: 54%;
  padding: 20px 0 0 40px;
  vertical-align: top;
}

#style-single-title {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
}

#style-single-comment {
  margin-bottom: 45px;
  font-size: 1.6rem;
  line-height: 3rem;
}

#style-single-spec {
  width: 100%;
}

#style-single-spec th {
  width: 80px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

#style-single-spec td {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

#style-single-shop a {
  display: inline-block;
  width: 150px;
  margin-top: 60px;
  border: 1px solid #5b5b5b;
  padding: 8px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
}

#style-single-shop a:hover {
  background-color: #ccc;
}

@media(max-width: 767px) {
  #style-single {
    display: block;
    margin: 0 auto 60px auto;
  }
  
  #style-single-img {
    display: block;
    width: 100%;
  }
  
  #style-single-img-a {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .style-single-img-thumb:nth-child(1) {
    padding-right: 5px;
  }
  
  .style-single-img-thumb:nth-child(2) {
    padding-left: 5px;
  }
  
  #style-single-text {
    display: block;
    width: 100%;
    padding: 50px 0 0 0;
  }
  
  #style-single-title {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  #style-single-comment {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  
  #style-single-spec th,
  #style-single-spec td {
    padding: 10px 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  
  #style-single-shop {
    margin-top: 40px;
    text-align: center;
  } 
}



/* Shop List */

#shop-list-main {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
}

#shop-list-main table {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}

#shop-list-main th {
  padding: 10px 20px 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
}

#shop-list-main td {
  padding: 10px 0;
  font-size: 1.4rem;
}

#shop-list-main td:nth-of-type(1) {
  padding-right: 20px;
}

#shop-list-main table {
  width: 80%;
  margin: 0 auto;
}

#shop-list-select th,
#shop-list-select td {
  padding-top: 40px;
}

br.block560 {
  display: none;
}

@media(max-width: 767px) {
  #shop-list-main table {
    width: 100%;
  }

  #shop-list-main th {
    padding-right: 10px;
    font-size: 1.2rem;
  }
  
  #shop-list-main td {
    padding-right: 5px;
    font-size: 1.2rem;
  }

  #shop-list-main td:nth-of-type(1) {
    padding-right: 5px;
  }
  
  #shop-list-main td:nth-of-type(2) {
    width: 82px;
  }
}

@media(max-width: 560px) {
  br.block560 {
    display: block;
  }  
}



/* Company */

#company table {
  width: 100%;
  max-width: 830px;
  margin: 0 auto 60px auto;
}

#company th {
  width: 25%;
  padding: 0 0 25px 0;
  font-size: 1.8rem;
  font-weight: bold;
}

#company td {
  padding-bottom: 25px;
  font-size: 1.8rem;
}

@media(max-width: 767px) {
  #company th {
    padding: 0 0 15px 0;
    font-size: 1.2rem;
  }
  
  #company td {
    padding-bottom: 15px;
    font-size: 1.2rem;
  }
}

#map {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 60px auto;
}

#map iframe {
  width: 100%;
}

#copy p {
  margin-bottom: 80px;
  font-size: 1.8rem;
  line-height: 4rem;
  text-align: center;
}

@media(max-width: 767px) {
  #copy p {
    margin-bottom: 60px;
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

#contact-main {
  display: table;
  width: 100%;
  max-width: 830px;
  margin: 0 auto 60px auto;
}

.contact-row {
  display: table-row;
}

.contact-title {
  display: table-cell;
  padding: 10px 40px 40px 0;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: top;
}

.contat-form {
  display: table-cell;
  padding-bottom: 40px;
  vertical-align: middle;
}

.contact-form input[type="text"] {
  width: 100%;
  border: 1px solid #5b5b5b;
  padding: 8px;
  font-size: 1.8rem;
}

.contact-form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  border: 1px solid #5b5b5b;
  padding: 8px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.contact-form input[type="submit"] {
  width: 200px;
  border: 1px solid #5b5b5b;
  padding: 6px;
  background-color: transparent;
  font-size: 1.8rem;
  text-align: center;
}

.contact-form input[type="submit"]:hover {
  background-color: #ccc;
}

#contact-message {
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.8rem;
  text-align: center;
}

#contact-error {
  width: 100%;
  margin-bottom: 60px;
  font-size: 1.8rem;
  text-align: center;
}

#contact-finish {
  width: 100%;
  margin-bottom: 120px;
  font-size: 1.8rem;
  text-align: center;
}

@media(max-width: 767px) {
  .contact-title {
    width: 40% !important;
    padding: 10px 10px 30px 0;
    font-size: 1.4rem;
  }
  
  .contat-form {
    width: 60% !important;
    padding-bottom: 30px;
  }
  
  .contact-form input[type="text"] {
    padding: 6px;
    font-size: 1.4rem;
  }
  
  .contact-form textarea {
    height: 100px;
    margin-bottom: 20px;
    padding: 6px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  
  .contact-form input[type="submit"] {
    width: 150px;
    padding: 4px;
    font-size: 1.4rem;
  }
  
  #contact-message {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  
  #contact-error {
    font-size: 1.4rem;
  }
  
  #contact-finish {
    margin-bottom: 120px;
    font-size: 1.4rem;
  }
}



/* Recruit */

#recruit-banner-pc {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 120px auto;
}

#recruit-banner-pc2 {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 60px auto;
}

#recruit-banner-sp {
  display: none;
}

.recruit-banner {
  text-align: center;
}

.recruit-banner img {
  width: 100%;
}

#recruit-banner-pc2.recruit-banner img {
  max-width: 500px;
}

@media(max-width: 767px) {
  #recruit-banner-pc {
    display: none;
  }

  #recruit-banner-sp {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 60px auto;
  }
}