/*
Theme Name: KILLA
Theme URI: http://www.killa-hair.com/
Description: KILLA 専用テーマです。ご不明な点は作成者までご連絡ください。
Author: EMALICA
Author URI: http://www.emalica.com/
Version: 2.0
*/
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;font-weight:400}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}img.bgmaximage{position:fixed!important}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-flex;
  vertical-align: middle;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/*
共通
*************************************************/
html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
	width: 100%;
	min-height: 100%;
	font-size: 1.4em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background-color: #fff;
  color: #231815;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3 {
	margin: 2em 0 0 0;
  color: #231815;
  font-weight: bold;
}
h1:first-child, h2:first-child, h3:first-child {
	margin: 0;
}
h1 { font-size: 2.4rem; }
h2 { font-size: 2.0rem; }
h3 { font-size: 1.6rem; }
header h1,
header h2,
header h3 {
  text-align: center;
}
#home h2 { font-size: 2.4rem; }
p { margin: 1em 0; }
p:first-child {
    margin: 0;
}
strong {}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	line-height: 0;
  object-fit: contain;
}
table {
	width: 100%;
	text-align: left;
}
a:link, a:visited {
	color: #231815;
  transition: .2s;
}
a:hover {
  color: #000;
}
#wrapper {
  background-color: #fff;
  padding: 0;
}
main {
	display: block;
	min-height: 100%;
}
main ul {
  margin: 0 0 0 1.5em;
}
.row {
	box-sizing: border-box;
	overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}
.col,
.col-2,
.col-3 {
  box-sizing: border-box;
  padding: 5% 0;
  margin: 0 5%;
}
#home .col {}
main .row:nth-of-type(2n) {
}
@media(min-width: 768px) {
  .col-wrap {
    display: flex;
    justify-content: space-between;
  }
  .col-wrap .left-col {
    width: 30%;
  }
  .col-wrap .right-col {
    width: 65%;
  }
}
@media(min-width: 1306px) {
  main .col,
  main .col-2,
  main .col-3 {
    width: 1242px;
    margin: 0 auto;
  }
}
.table-wrap {
	margin: 16px 0 0 0;
	overflow: auto;
	white-space: nowrap;
}
.table-wrap::-webkit-scrollbar {
	height: 5px;
}
.table-wrap::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.table-wrap::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
img.alignleft {
}
img.alignright {
}
@media(min-width: 768px) {
  img.alignleft {
    width: calc(50% - 32px);
    float: left;
    margin: .25em 32px 16px 0;
  }
  img.alignright {
    width: calc(50% - 32px);
    float: right;
    margin: .25em 0 16px 32px;
  }
}
.container {
  padding-top: calc(48px + 6%);
}
@media(min-width: 1024px) {
  .container {
    padding-top: 0;
  }
}
.link {
    text-align: center;
}
.link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 3px double #231815;
    text-decoration: none;
    padding: 0 1em;
    margin: 1em;
    width: calc( 100% - 2em );
    box-sizing: border-box;
    max-width: 414px;
    transition: .2s;
}
.link a:hover {
  background-color: #231815;
  color: #fff;
}
.link a img {
    height: 32px;
    object-fit: contain;
    margin-right: 16px;
}
@media(min-width: 1024px) {
.link .col {
    display: flex;
    justify-content: center;
}
}
#error404 {
  text-align: center;
}
/* 横棒を付ける
***************************************************/
.title-border {
  display: flex;
  align-items: center;
  letter-spacing: .2em;
}
.title-border:before,
.title-border:after {
  border-top: 1px solid #231815;
  content: "";
  flex-grow: 1;
  opacity: .2;
}
.title-border:before {
  margin: 0 1em 0 0;
}
.title-border:after {
  margin: 0 0 0 1em;
}
/* 前に戻る
***************************************************/
#page-back {
  display: inline-block;
  clear: both;
  text-decoration: none;
  margin: 64px 0 0 0;
}
#page-back i {
  margin: 0 8px 0 0;
}
/* VIEW MORE
***************************************************/
.view-more {
  margin: 32px 0;
}
.view-more a {
  display: flex;
  height: 44px;
  width: 50%;
  max-width: 414px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border: 3px double #231815;
  text-decoration: none;
}
.view-more a:hover {
  background-color: #ddd;
}
/* 404
***************************************************/
.error404 {
	min-height: 100%;
	background-image: url(./images/error404.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
}

@media (min-width: 1025px) {
	.error404 {
		background-position: center top;
		background-size: cover;
	}
}
/* ページャー
***************************************************/
#pager{
}
#pager ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#pager ul li {
    height: 44px;
    width: 44px;
    margin: 0 1%;
    padding: 0;
}
#pager ul li .page-numbers {
    display: block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #eee;
}
#pager ul li a {
    color: #999;
}
#pager ul li a:hover {
    background-color: #eee;
}
#pager ul li .current {
    border: none;
    border-bottom: 1px solid #eee;
}
.prev::after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.next::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* パンくずリスト
***************************************************/
#breadcrumbs {
    background-color: #eee;
    font-size: 1.4rem;
}
#breadcrumbs.row {
    padding: 1% 4%;
}
#breadcrumbs span {
    font-size: 1.4rem;
}
#breadcrumbs a {
    position: relative;
    padding: 0 1.5em 0 0;
    margin: 0 1em 0 0;
}
#breadcrumbs a::after {
    position: absolute;
    top: -4px;
    right: 0;
    display: block;
    content: "";
    transform: rotate(-45deg);
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 26px;
    width: 26px;
}
/* Google MAP
***************************************************/
.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ヘッダー
***************************************************/
#main-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
#main-header .col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 3% 0;
}
#main-header h1 {
  line-height: 0;
  padding: 0;
  margin: 0;
  margin: 0 auto 0 0;
}
#main-header h1 a {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 5% 0;
}
#main-header h1 a img {
  height: 24px;
  object-fit: contain;
}
#main-header ul.sns,
#sub-header ul.sns {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#main-header ul.sns li a,
#sub-header ul.sns li a {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 8px;
}
#main-header ul.sns li:nth-of-type(n+2) {
    display: none;
}
#hamburger-btn {
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -16px 0 0;
}
#hamburger-btn i {
  font-size: 32px;
}
@media(min-width: 768px) {
    #main-header ul.sns li:nth-of-type(n+2) {
        display: block;
    }
}
@media(min-width: 1024px) {
  #main-header {
    position: static;
  }
  #main-header .col {
    flex-direction: column;
    justify-content: center;
    padding: 32px 0;
  }
  #main-header h1 {
    line-height: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  #main-header h1 a {
    padding: 0;
  }
  #main-header h1 a img {
    height: 32px;
  }
  #main-header ul.sns {
    position: absolute;
    top: 36px;
    right: 5%;
  }
  #sub-header ul.sns {
    position: fixed;
    top: 8px;
    right: 5%;
  }
  #hamburger-btn {
    display: none;
  }
  #main-header h1 {
  }
  #main-header h1 img {
    height: 32px;
  }
}
/* グローバルナビ
***************************************************/
#global-nav {
  display: none;
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 16px 0 0 0;
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  z-index: 999;
  position: relative;
}
#global-nav ul {
  display: flex;
  justify-content: center;
}
#global-nav ul li {
  position: relative;
}
#global-nav ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 64px;
  padding: 0 24px;
  letter-spacing: .1em;
  font-size: 1.6rem;
}
#global-nav ul li ul {
  position: absolute;
  background-color: rgba(255,255,255,.9);
  transition: all .2s ease;
  top: 64px;
  width: 150%;
  display: block;
  visibility: hidden;
  opacity: 0;
}
#global-nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
#global-nav ul li ul li {}
@media(min-width: 1024px) {
    #global-nav {
        display: block;
    }
    #global-nav ul li a {
        position: relative;
    }
    #global-nav ul li a::after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        display: block;
        content: "";
        width: calc(100% - 16px);
        height: 52px;
        border-bottom: 1px solid #231815;
        transition: .2s;
        opacity: 0;
        transform: scaleX(0);
    }
    #global-nav ul li a:hover::after {
        opacity: 1;
        transform: scaleX(1);
    }
    #global-nav ul li.current-menu-item a,
    #global-nav ul li.current_page_parent > a,
    #global-nav ul li.current-menu-related > a {
        opacity: .4;
    }
    #global-nav ul li.current-menu-item a::after,
    #global-nav ul li.current_page_parent > a::after,
    #global-nav ul li.current-menu-related > a::after {
        transform: scaleX(1);
    }
    #global-nav ul li.current-menu-item a:hover::after,
    #global-nav ul li.current_page_parent > a:hover::after,
    #global-nav ul li.current-menu-related > a:hover::after {
        opacity: 0;
    }
}
@media(min-width: 1024px) {
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#sub-header {
  display: none;
  border-bottom: 1px solid #ccc;
}
#sub-header.fixed {
  display: block;
  margin: 0;
  background-color: rgba(255,255,255,.9);
  height: 64px;
  width: 100%;
  padding: 0 16px;
  flex-direction: row;
  justify-content: flex-start;
}
#sub-header.fixed #global-nav {
  border: none;
  margin: 0 0 0 ;
}
#sub-header.fixed #global-nav ul {
  justify-content: flex-start;
}
#sub-header.fixed #global-nav ul li a {
  font-size: 1.4rem;
  padding: 0 16px;
}
#sub-header.fixed #global-nav ul li.home {
  margin: 0 16px 0 0;
}
#sub-header.fixed #global-nav ul li.home a::after {
  display: none;
}
#sub-header.fixed #global-nav ul li a img {
  height: 24px;
}
}
/* ハンバーガーナビ
***************************************************/
#hamburger-nav {
  display: none;
}
/* ページリンク
***************************************************/
#page-link {}
#page-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#page-link ul li {
  box-sizing: border-box;
  width: calc((100vw - 32px) / 3);
  height: calc((100vw - 32px) / 3);
  padding: 2px;
}
#page-link ul li a {
  background-color: #231815;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
#page-link ul li a:hover {
  opacity: .5;
}
@media(min-width: 768px) {
  #page-link ul li {
    width: calc((100vw - 32px) / 4);
    height: calc((100vw - 32px) / 4);
  }
}
@media(min-width: 1024px) {
  #page-link ul li {
    width: calc(100% / 6);
    height: 160px;
  }
}
/* フッター
***************************************************/
#main-footer {
  text-align: center;
  margin: 64px 0 0 0;
}
#main-footer .col {
  border-top: 1px solid #ccc;
}
#main-footer #footer-nav ul {}
#main-footer #footer-nav ul li {
  display: inline-block;
}
#main-footer #footer-nav ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-height: 44px;
  padding: 0 16px;
}
#main-footer #footer-nav ul li a:hover {
  text-decoration: underline;
}
#main-footer #copyright {
  font-size: 1.2rem;
}
#main-footer ul.payment-method {
  list-style: none;
  margin: 32px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main-footer ul.payment-method li {
  margin: 8px;
}
#main-footer ul.payment-method li img {
  object-fit: contain;
  height: 24px;
}
#main-footer ul.payment-method li:first-child img {
  object-fit: contain;
  height: 16px;
}
@media(min-width: 768px) {
  #main-footer .col {
  }
  #main-footer #copyright {
    margin-left: auto;
  }
}
/* スライダー
***************************************************/
#gallery {
  z-index: 888;
}
#gallery .col {
  padding: 64px 0 32px 0;
}
#gallery ul {
  margin: 0;
}
#home #gallery .col {
  padding: 0 0 32px 0;
}
#home #gallery img {
    width: 100%;
    object-fit: cover;
}
/* 親ページ
***************************************************/
#parent .col {
  display: flex;
  flex-wrap: wrap;
}
#parent section {
  width: 100%;
  margin: 16px 0;
}
#parent section a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
#parent section a:hover .image {
  opacity: .5;
}
#parent section a header {
  order: 2;
}
#parent section a header h2 {
  display: flex;
  align-items: center;
}
#parent section a header h2::after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  color: #231815;
  margin: 0 0 0 .5em;
}
#parent section a header .address {
  margin: 0;
  color: #999;
  font-size: 1.2rem;
}
#parent section a .image {
  order: 1;
  transition: .2s;
}
@media(min-width: 768px) {
  #parent .col {
    justify-content: space-between;
  }
  #parent section {
    width: calc(100% / 2 - 2.5%);
  }
}
/* YouTube
***************************************************/
#youtube {}
#youtube .item {
  padding: 8px;
  border: 1px solid #231815;
  margin: 16px 0;
}
/* インフォメーション（一覧）
***************************************************/
#info-list .col > header {
    margin: 32px 0;
}
#info-list .item {
    margin: 1px 0;
    padding: 16px 16px 32px 16px;
    border: 4px solid #eee;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    transition: .2s;
}
#info-list .item a {
    text-decoration: none;
    display: block;
}
#info-list .item:hover {
    border: 4px solid #ccc;
}
#info-list .item h3 {
    text-align: left;
    border-bottom: 1px dashed #ccc;
    letter-spacing: 0;
    padding: 0 0 .5em 0;
    font-weight: normal;
}
#info-list .item .image {
    width: 30%;
    margin: 1em 1em 1em 0;
    float: left;
}
#info-list .description {
    margin: 1em 0 0 0;
}
#info-list .date {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    color: #999;
    margin: 1em 0 0 0;
    font-size: 1.2rem;
    position: absolute;
    right: 8px;
    bottom: 4px;
}
#info-list .date li:first-child::after {
  content: "/";
  margin: 0 .5em;
}
@media(min-width: 768px) {
    #info-list .col {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #info-list .col > header {
        width: 100%;
    }
    #info-list .item {
        width: calc( 100% / 2 - 2px);
        margin: 1px;
  }
}
@media(min-width: 1242px) {
    #info-list .col {
        display: flex;
        flex-wrap: wrap;
    }
    #info-list .item {
        width: calc( 100% / 3 - 2px);
        margin: 1px;
        min-height: 220px;
  }
}
/* インフォメーション（詳細）
***************************************************/
#info-detail .col {
    max-width: 768px;
    margin: 0 auto;
    padding: 32px 16px;
}
#info-detail .content {
    margin: 32px 0;
}
#info-detail .date {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    color: #999;
    margin: 1em 0 0 0;
}
#info-detail .date li {
    margin: 0 0 0 1em;
}
@media(min-width: 768px) {
    #info-detail .image {
        float: left;
        margin: 32px 32px 32px 0;
        width: 40%;
    }
}
/* ニュース
***************************************************/
#news header {
  border: none;
}
#news header h1 {
  border-bottom: 1px solid #ccc;
  letter-spacing: 0;
}
#news header p {
  margin: 0;
  text-align: right;
}
#news .content {
  margin: 32px 0;
}
/* イントロ
***************************************************/
#intro {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#intro .mask {
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,.9);
}
#intro header h1 {
  text-align: center;
  font-weight: bold;
  letter-spacing: .3em;
  text-indent: .3em;
}
#intro header h1 span {
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #231815;
  opacity: .5;
  display: flex;
  align-items: center;
}
#intro header h1 span:before,
#intro header h1 span:after {
  border-top: 3px double;
  content: "";
  flex-grow: 1;
}
#intro header h1 span:before {
  margin: 0 1em 0 0;
}
#intro header h1 span:after {
  margin: 0 0 0 1em;
}
#intro .content,
#intro .overview {
  margin: 0 auto;
  max-width: 40em;
  color: #666;
  text-align: center;
  font-size: 1.4rem;
}
#intro .overview p {
  margin: 1em 0 0 0;
}
@media(min-width: 1024px) {
  #intro .col {
  }
}
#product #intro .col {
  padding: 0;
}
/* コンテンツ
***************************************************/
#contents h2 {
  margin: 0 0 32px 0;
}
/* 予約
***************************************************/
#reserve .items a {
    text-decoration: none;
}
#reserve .items .item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 16px;
    box-sizing: border-box;
    margin: 0 0 16px 0;
    transition: .2s;
    width: 100%;
}
#reserve .items .item h2 {
    box-sizing: border-box;
    padding: 0;
    line-height: 1;
    text-align: center;
}
#reserve .items .item h2 img {
	width: 100px;
	margin-right: 32px;
}
#reserve .items .item .icon {
    width: 30%;
}
#reserve .items .item .icon img {
    max-height: 32px;
}
@media(min-width: 768px) {
	#reserve .items .col {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
    #reserve .items a {
        width: calc( 100% / 2 - 32px );
    }
    #reserve .items .item {
        padding: 24px 16px;
    }
    #reserve .items a:hover .item {
        background-color: #eee;
        border: 1px solid #231815;
    }
	#reserve .items .item h2 img {
		width: 160px;
	}
}
/* 掲載メディア
***************************************************/
.media .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.media .items .item {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 16px 64px 16px;
}
.media .items .item h2 {
  order: 2;
  font-size: 1.4rem;
  letter-spacing: 1;
  text-align: center;
  margin: 8px 0 0 0;
}
.media .items .item ul.responsible {
  order: 3;
  list-style: none;
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}
.media .items .item ul.responsible li {
  display: inline-block;
}
.media .items .item ul.responsible li::after {
  content: " / ";
}
.media .items .item ul.responsible li:first-child::before {
  content: "担当: ";
}
.media .items .item ul.responsible li:last-child::after {
  content: "";
}
.media .items .item a,
.media .items .item .image {
  order: 1;
  text-align: center;
  height: 200px;
}
.media .items .item a img,
.media .items .item .image img {
  height: 100%;
  object-fit: contain;
  transition: .2s;
}
.media .items .item a:hover img {
  opacity: .5;
}
@media(min-width: 480px) {
  .media .items .item {
    width: calc( 100% / 2 - 16px);
  }
}
@media(min-width: 768px) {
  .media .items .item {
    width: calc( 100% / 3 - 16px);
  }
}
@media(min-width: 1024px) {
  .media .items .item {
    width: calc( 100% / 4 - 16px);
  }
}
/* スタイル
***************************************************/
.style {
}
.style .items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 32px 0;
}
.style .items .item {
  margin: 5% 0;
}
.style .items .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.style .items .item a h3 {
  order: 2;
  text-align: center;
  font-weight: normal;
}
.style .items .item a .image {
  order: 1;
  overflow: hidden;
}
@media(min-width: 768px) {
  .style .items {
    flex-direction: row;
  }
  .style .items .item {
    width: calc(100% / 3 - 16px);
    margin: 8px;
  }
  .style .items .item a .image img {
    transition: .2s;
  }
  .style .items .item a:hover .image img {
    transform: scale(1.2);
  }
}
@media(min-width: 768px) {}
/* スタイル詳細
***************************************************/
#style-detail .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#style-detail h1 {
  order: 2;
  margin: 32px 0;
  text-align: center;
  width: 100%;
}
#style-detail .items {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#style-detail .items a {
  width: calc(100% / 2 - 2px);
  border: 1px solid #fff;
}
#style-detail #page-back {
  order: 3;
}
@media(min-width: 768px) {
  #style-detail .items a {
    width: calc(100% / 3 - 2px);
  }
}
@media(min-width: 1024px) {
  #style-detail .items a {
    width: calc(100% / 4 - 2px);
  }
}
/* スタッフ一覧
***************************************************/
.staff h2 {
  text-align: center;
}
.staff .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 16px 0;
}
.staff .items .item {
  box-sizing: border-box;
  width: calc(100% / 2 - 8px);
  margin: 32px 0;
}
#home .staff .items .item {
  width: calc(100% / 2 - 16px);
  margin: 32px 8px;
}
.staff .items .item a {
  text-decoration: none;
}
.staff .items .item .info {
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.staff .items .item .info h3 {
  order: 4;
  font-weight: normal;
  margin: 8px 0 0 0;
  letter-spacing: 0;
}
.staff .items .item .info ul {
  list-style: none;
  font-size: 1.4rem;
  margin: 0;
}
.staff .items .item .info ul li {
  display: inline;
}
.staff .items .item .info ul.salon li::after,
.staff .items .item .info ul.position li::after {
  content: "/";
  margin: 0 .5em;
}
.staff .items .item .info ul.salon li:last-child::after,
.staff .items .item .info ul.position li:last-child::after {
  display: none;
  margin: 0;
}
.staff .items .item .info ul.position {
  order: 3;
}
.staff .items .item .info ul.salon {
  order: 2;
}
.staff .items .item .info .image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.staff .items .item .info .image::before {
  order: 1;
  width: 100%;
  padding-top: 141.4%;
  margin: 0 0 16px 0;
  content: '';
  display: block;
}
.staff .items .item .info .image img {
  transition: .2s;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
}
.staff .items .item a:hover .info .image img {
  transform: scale(1.1);
}
.staff .items .item .reserve {
  margin: 16px 0 0 0;
  padding: 0 5%;
}
.staff .items .item .reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px double #231815;
  height: 44px;
}
.staff .items .item .reserve a:hover {
  background-color: #231815;
  color: #fff;
}
@media(min-width: 768px) {
  .staff .items {
    justify-content: center;
  }
  .staff .items .item {
    width: calc( (100% / 3) - 16px);
    margin: 32px 8px;
  }
}
@media(min-width: 1024px) {
  .staff .items .item {
    width: calc( (100% / 4) - 16px);
  }
}
@media(min-width: 1242px) {
  .staff .items .item {
    width: calc( (100% / 5) - 16px);
  }
}
/* スタッフ詳細
***************************************************/
#staff-detail {}
#staff-detail .col {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#staff-detail header {
  order: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px 0;
}
#staff-detail header h1 {
  order: 3;
  text-align: center;
  font-size: 2.4rem;
  margin: 16px 0 0 0;
  width: 100%;
}
#staff-detail header h1 span.kanji {
  font-size: 1.6rem;
  letter-spacing: 0;
}
#staff-detail ul {
  list-style: none;
  margin: 0;
}
#staff-detail ul li {
  display: inline;
}
#staff-detail ul.salon li::after,
#staff-detail ul.position li::after {
  content: "/";
  margin: 0 .5em;
}
#staff-detail ul.salon li:last-child::after,
#staff-detail ul.position li:last-child::after {
  display: none;
  margin: 0;
}
#staff-detail ul.position {
  order: 2;
}
#staff-detail ul.salon {
  order: 1;
}
#staff-detail ul.sns {
  order: 4;
  margin: 16px 0;
}
#staff-detail ul.sns li {
  padding: 0 8px;
}
#staff-detail ul.sns li a {}
#staff-detail ul.sns li a img {
  height: 44px;
  width: 44px;
  transition: .2s;
}
#staff-detail ul.sns li a:hover img {
  opacity: .5;
}
#staff-detail .reserve {
  order: 5;
  margin: 16px 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10%;
}
#staff-detail .reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px double #231815;
  height: 44px;
  padding: 0 32px;
  text-decoration: none;
}
#staff-detail .reserve a:hover {
  background-color: #231815;
  color: #fff;
}
#staff-detail img {
    order: 1;
    width: 75vw;
    margin: 0 auto;
}
@media(min-width: 1024px) {
  #staff-detail .col {
    flex-direction: row;
  }
  #staff-detail header {
    width: 100%;
  }
  #staff-detail img {
    width: 30%;
  }
}
@media(min-width: 1242px) {
  #staff-detail .col {
    width: 1024px;
    margin: 0 auto;
  }
}
/* スタッフ詳細　コメント
***************************************************/
#staff-comment {
  background-color: #f7f7f7;
}
#staff-comment .col {
  margin: 0 auto;
  padding: 10% 5%;
  font-size: 1.4rem;
}
@media(min-width: 768px) {
  #staff-comment {
    margin: 32px 0;
  }
  #staff-comment .col {
    width: 40em;
    margin: 0 auto;
    padding: 64px 32px;
    font-size: 1.6rem;
  }
}
/* メニュー ＆ プライス
***************************************************/
#menu #items .col {
}
#menu #items .item {
  box-sizing: border-box;
  width: 100%;
  padding: 32px 0;
}
#menu #items .item h2 {
  display: flex;
  align-items: center;
}
#menu #items .item h2::after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  color: #231815;
  margin: 0 0 0 1em;
  width: 1em;
}
table.menu-table {
  margin: 16px 0 0 0;
}
table.menu-table tr {
  border-top: 1px dashed #ccc;
}
table.menu-table tr:first-child {
  border: none;
}
table.menu-table tr th {
  padding: 8px 0;
}
table.menu-table tr.line2 th,
table.menu-table tr.line2 td {
  padding: 8px 0 0 0;
}
table.menu-table td.price {
  text-align: right;
}
table.menu-table tr.notes {
  font-size: 1.2rem;
  border: none;
}
table.menu-table tr.notes td {
  padding: 0 0 8px 0;
  color: #999;
}
.grid-sizer {
  width: 100%;
}
.gutter-sizer {
  width: 0;
}
#menu #notes {
  font-size: 1.4rem;
}
@media(min-width: 1024px) {
  #menu #items .item {
    width: 45%;
    padding: 0 0 64px 0;
  }
  .grid-sizer {
    width: 45%;
  }
  .gutter-sizer {
    width: 10%;
  }
}
/* 店舗情報
***************************************************/
.shop-info .logo {
  display: block;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
  object-fit: contain;
}
.shop-info dl {
  margin: 32px 0 0 0;
}
.shop-info dl dt {
  padding: 24px 0 4px 0;
  font-weight: bold;
}
.shop-info dl dd {
  padding: 4px 0 24px 0;
  border-bottom: 1px solid #ccc;
}
.shop-info dl dd a {
  text-decoration: none;
}
.shop-info dl dd a:hover {
  text-decoration: underline;
}
.shop-info dl dd ul {
  list-style: none;
  margin: 0;
}
.shop-info .reservation_logo {
  max-height: 44px;
  object-fit: cover;
}
.shop-info .sns {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 32px 0;
}
.shop-info .sns li {
  width: 44px;
  padding: 0 8px;
}
@media(min-width: 832px){
  .shop-info .col {
    width: 768px;
    margin: 0 auto;
  }
  .shop-info dl dt {
    clear: both;
    width: 10em;
    float: left;
    padding: 32px 0;
  }
  .shop-info dl dd {
    padding: 32px 0 32px 11em;
  }
}
/* FAQ
***************************************************/
#faq .faq-class .col {
  padding: 0;
}
#faq .faq-class ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: scroll;
  display: flex;
}
#faq .faq-class ul li {
  padding: 0 1em;
  cursor: pointer;
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center;
}
#faq .items .item {
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 0 1em 0;
  width: 100%;
}
#faq .items .item header {
  display: flex;
  padding: 1em;
  cursor: pointer;
}
#faq .items .item header h2 {
  font-size: 1.6rem;
  margin: 0 0 0 .5em;
  padding: 0;
  text-align: left;
  order: 2;
  font-weight: bold;
}
#faq .items .item header i {
  color: #999;
}
#faq .items .item .answer {
  padding: 1em;
}
@media(min-width: 832px) {
  #faq .faq-class ul {
    justify-content: center;
  }
  #faq .items .item {
    margin: 0 16px 32px 16px;
    width: calc(50% - 32px);
  }
}
/* 採用情報
***************************************************/
#recruit .recruit {
}
#recruit .recruit section {
  border: 1px solid #ccc;
  padding: 5%;
  margin: 32px 0;
}
#recruit .recruit section:first-child {
  margin: 0;
}
#recruit .recruit section header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#recruit .recruit section header h2 {
  letter-spacing: 0;
}
#recruit .recruit-table {
  width: 100%;
  margin: 32px 0 0 0;
}
#recruit .recruit-table tr {
  border-top: 1px solid #ccc;
}
#recruit .recruit-table tr th,
#recruit .recruit-table tr td {
  display: block;
  padding: 8px 0;
}
#recruit .recruit-table tr th {
  white-space: nowrap;
  font-weight: bold;
  padding: 24px 0 0 0;
}
#recruit .recruit-table tr td ul {
  margin: 0 0 0 1.5em;
}
#recruit .recruit-table tr td table th,
#recruit .recruit-table tr td table td {
  font-weight: normal;
  border: none;
  padding: 0;
}
#recruit .recruit-table tr td table th {
  white-space: nowrap;
  width: 1em;
  padding: 0 2em 0 0;
}
#recruit .recruit-table tr td table tr {
  border-top: none;
  border-bottom: 1px dashed #ccc;
}
@media(min-width: 768px) {
  #recruit .recruit-table tr th,
  #recruit .recruit-table tr td {
    display: table-cell;
    padding: 24px 0;
  }
  #recruit .recruit-table tr th {
    padding: 24px 4em 24px 0;
  }
}
@media(min-width: 1024px) {
  .recruit .col {
    width: 768px;
    margin: 0 auto;
  }
}
/* 商品ページ（フロントページ）
***************************************************/
#home #product-info .wrap {
  display: flex;
  flex-direction: column;
  margin: 32px 0 0 0;
}
#home #product-info img {
  padding: 0 0 1em 0;
}
@media(min-width: 1024px) {
  #home #product-info header {
    width: 100%;
  }
  #home #product-info .wrap {
    flex-direction: row;
    margin: 64px 0;
  }
  #home #product-info .wrap img {
    width: 45%;
    margin: 0;
    padding: 0 5% 0 0;
  }
}
/* 商品ページ
***************************************************/
#product-list {}
#product-list .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product-list .items .item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-content: space-between;
    width: calc(100% / 2 - 8px);
    margin: 16px 0;
}
#product-list .items .item > header,
#product-list .items .item > a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
    flex-grow: 1;
}
#product-list .items .item header h2,
#product-list .items .item a h2 {
    order: 2;
    letter-spacing: 1;
    font-size: 1.6rem;
    text-align: center;
    font-weight: normal;
    word-break: keep-all;
}
#product-list .items .item header .image,
#product-list .items .item a .image {
  order: 1;
  text-align: center;
  transition: .2s;
}
#product-list .items .item a:hover .image {
  opacity: .5;
}
#product-list .items .item ul.sales {
  list-style: none;
  margin: 8px 0;
}
#product-list .items .item ul.sales li {
  margin: 8px 0;
}
#product-list .items .item ul.sales li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border: 3px double;
  border-color: #999;
  text-decoration: none;
  color: #999;
}
#product-list .items .item ul.sales li a:hover {
  background-color: #231815;
  color: #fff;
}
#product-list .items .item ul.sales li a i {
  padding: 0 8px;
}
#product-list .items .item ul.sales li a:hover i {
}
@media(min-width: 768px) {
  #product-list .items .item {
    width: calc(100% / 3 - 8px);
  }
  #product-list .items .item ul.sales li a {
    margin: 0 5%;
  }
}
@media(min-width: 1024px) {
  #product-list .items .item {
    width: calc(100% / 4 - 8px);
  }
}
/* 企業情報
***************************************************/
#company table {
  width: 100%;
}
#company table tr th,
#company table tr td {
  padding: 8px;
}
#company table tr th {
  white-space: nowrap;
}
#company #contents h2 {
    text-align: center;
}
@media(min-width: 1024px) {
    #company #contents {
        width: 768px;
        margin: 0 auto;
    }
    #company #history table tr th {
        width: 5em;
    }
}
/* フォーム
***************************************************/
form {
    margin: 0 auto;
    width: 100%;
}
form table {
	margin: 16px 0;
	overflow: hidden;
  border-top: 1px solid #ccc;
}
form table tr {
	border-bottom: 1px solid #ccc;
}
form table tr th {
	padding: 32px 0 16px 0;
	box-sizing: border-box;
	border: none;
	display: block;
	vertical-align: middle;
  font-weight: bold;
}
form table tr td {
	padding: 0 0 32px 0;
	border-bottom: 1px dashed #ccc;
	box-sizing: border-box;
	border: none;
	display: block;
    overflow: hidden;
}
form .check {
    padding: 0 0 16px 0;
}
form .required::after {
    display: inline-block;
    content: "必須";
    font-size: 1.2rem;
    font-weight: normal;
    background-color: #ff3700;
    color: #fff;
    float: right;
    margin: 0 1em 0 0;
    padding: 2px 4px;
}
form .note {
  font-size: 1.4rem;
  display: block;
  padding: 1em 0 0 0;
}
form .error {
  clear: both;
  display: block;
  padding: 0;
  color: #fff;
  width: 100%;
}
form .error-pink input,
form .error-pink textarea {
  background-color: rgba(255,0,0,.1);
}
form input[type=text],
form input[type=number],
form input[type=email],
form input[type=submit],
select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form select {
	border: 1px solid #ccc;
	font-size: 1.4rem;
	padding: 8px;
	margin: 4px 0 0 0;
	line-height: 16px;
	width: 100%;
	box-sizing: border-box;
}
form input[type=text],
form input[type=number],
form input[type=email] {
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
    min-height: 44px;
}
form input[type=submit] {
	font-size: 1.4rem;
	padding: 1em 3em;
	display: flex;
    align-items: center;
	margin: 64px auto;
	cursor: pointer;
	transition: .2s;
	line-height: 1.5;
    border: 3px double #ccc;
}
form input[type=submit]:hover {
	background-color: #231815;
    color: #fff;
}
form input[type=checkbox] {
    position: relative;
}
form input[type=file] {
}
form textarea {
	border: 1px solid #ccc;
	font-size: 1.4rem;
	padding: 8px;
	width: 100%;
	height: 10em;
	box-sizing: border-box;
}
form label {
	cursor: pointer;
    display: block;
    float: left;
    margin: 0 1em 0 0;
    padding: 0 0 16px 0;
}
form .checkbox-radio {
    display: flex;
    flex-wrap: wrap;
}
form .checkbox-radio label {
    display: flex;
    align-items: center;
    min-height: 44px;
    margin: 0 1em 0 0;
    padding: 0;
}
form .checkbox-radio input {
    transform: scale(1.25);
    margin: 0 .5em;
}
form .name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
form .name input:nth-of-type(1),
form .name input:nth-of-type(2) {
  width: 49%;
}
form .company-name {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
form .company-name input:nth-of-type(1) {
  margin: 0 0 8px;
}
form .zip input:nth-of-type(1) {
	width: 3em;
	margin: 0 .2em;
	display: inline;
}
form .zip input:nth-of-type(2) {
	width: 4em;
	margin: 0 0 0 .2em;
	display: inline;
}
form .tel input:nth-of-type(1) {
	width: 5em;
	margin: 0 .2em 0 0;
	display: inline;
}
form .tel input:nth-of-type(2) {
	width: 5em;
	margin: 0 .2em;
	display: inline;
}
form .tel input:nth-of-type(3) {
	width: 6em;
	margin: 0 0 0 .2em;
}
form .date input:nth-of-type(1) {
	width: 4em;
	margin: 0 .2em;
	display: inline;
}
form .date select {
	width: 4em;
	margin: 0 0 0 .2em;
}
::-webkit-input-placeholder {
	color: #ccc;
}
form .address input:last-child {
	margin-top: 8px;
}
/* 各言語フォーム用 */
form #reserve-form .required::after {
    content: "*";
    background-color: inherit;
    color: #ff3700;
    font-size: 2rem;
}
form #reserve-form h2 {
    margin-top: 5%;
}
@media (min-width: 768px) {
  form .check {
    padding: 32px 0 0 0;
  }
	form table tr th {
		display: table-cell;
        white-space: nowrap;
        width: 30%;
        padding: 32px 16px 32px 0;
	}
	form table tr td {
		display: table-cell;
        padding: 32px 0;
	}
  table#recruit-form tr th {
    white-space: normal;
  }
}
@media(min-width: 1024px) {
	form {
    width: 768px;
    margin: 0 auto;
  }
}
