@charset "utf-8";

/*
Theme Name: Holiday
Theme URI: http://minimalwp.com
Description: PC、タブレット、スマートフォンと見ているデバイスに自動最適化されるレスポンシブデザインに対応したミニマルでシンプルなWordPressテーマです。トップページにはイメージスライダーと新着サムネイルギャラリーが並びます。またウィジェットエリアを多数設置しましたので、様々なパターンのレイアウトがドラッグ＆ドロップだけで構築できます。とびきりの写真やイラストでオリジナリティ溢れるトップページにしてください。ロゴ、メニュー、ウィジェットが、管理画面から簡単にカスタマイズできますので、HTMLの知識が無くてもオリジナルサイトが作れます。
Version: 1.0
Author: Minimal WP
Author URI: http://minimalwp.com
License: 
License URI:
Tags: white
Text Domain: minimalwp
*/


/* ***************************************************************** 
*	基本設定
* ***************************************************************** */

body {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 14px;
background: #fff;
color: #444;
line-height: 190%;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* リンク
---------------------------------------------------- */

a{
color:#45AAB8;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

a:hover{
color:#666;
}

a:active, a:focus {
outline: 0;
}


/* 画像
---------------------------------------------------- */

img{
border:0;
padding:0px;
margin:0px;
width: auto;
max-width: 100%;
height: auto;
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding:4px;
margin: 0 0 10px 20px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
}


.five-block li img,.block-two li img,.top-block-three li img,.salon_logo li img,.block-three li img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.five-block li:hover img,.block-two li:hover img,.top-block-three li:hover img,.salon_logo li:hover img,.block-three li:hover img {
  opacity: .7;
}


/* フロート
---------------------------------------------------- */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }


.pc_none {
		display: none;
}

/* *****************************************************************
*	全体Wrapper
* ***************************************************************** */
#container {
    background: #fff;
    position: relative;
}

.wrapper {
    position: relative;
    z-index: 10;
    background-color: #fff;
}
 
.contents {
    width: 90%;
    height: auto;
    max-width: 1040px;
    margin: auto;
    padding: 100px 0;
    overflow: hidden;
}

.inner_box {
    width: 90%;
    height: auto;
    max-width: 1040px;
    margin: auto;
    padding: 60px 0
}

.inner {
    width: 100%;
    margin: auto;
    max-width: 850px;
}

.contents p {
    padding-bottom: 1em;
    line-height: 180%;
    font-size: 13px;
}

.clearfix {
	 clear: both;
    content: "";
    display: table;
}

.cf:before, .cf:after {
	 clear: both;
    content: "";
    display: table;
}

.cf {
	zoom: 1;
}

/* ***************************************************************** 
*	ヘッダー
* ***************************************************************** */

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    padding: 30px 10% 5px 5%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

h1.logo {
    width: 40%;
    max-width: 200px;
}

.res_button {
	 top: 30px;
    right: 150px;
    position: absolute;
    z-index: 1;
}

.res_button a {
    display: block;
    padding: 0 30px;
    border: 1px solid #222;
    color: #222;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 0;
    border-radius: 20px;
}

.res_button a:hover {
    background: #f2f2f2;
}

.res_button img {
    width: 95px;
    padding: 10px 0;
}

/* ***************************************************************** 
*	フォント
* ***************************************************************** */
.concept,#menu_box,.colle_name,#tab_btn li,#tab_btn2 li,#tab_btn3 li,.con_h4,.menu_page_title,.rec_text div,.rec_text h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
}

.font,ul.menu_link li {
	font-family: 'Cormorant Garamond', serif;
}


/* ***************************************************************** 
*	ページ共有
* ***************************************************************** */
h1.page_title {
    font-size: 33px;
    margin: 100px 0;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
}

h2.page_title {
    font-size: 33px;
    margin: 0 0 40px;
    letter-spacing: 10px;
}

h2.menu_page_title {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    margin: 100px 0 30px;
}


/* ***************************************************************** 
*	トップページ
* ***************************************************************** */

.top_list {
    margin: 60px 0 100px -3.1914893617021276%;
}

.top_list li {
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.5px;

}


.top_list li a:hover {
	background: #f2f2f2;
}

.top_list li a {
	border: 2px solid #222;
	color: #222;
	display: block;
	padding: 20px;
	border-radius: 35px;
}

.top-block-three,.top-block-two {
  list-style: none;
  margin-left: -3.1914893617021276%;
  margin-bottom: 0;
	letter-spacing: -4px;
}

.top-block-three:after,.top-block-two:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.top-block-three > li,.top-block-two > li {
  height: auto;
  display: inline-block;
  margin: 0 0 20px 3.1914893617021276%;
	vertical-align: top;
	letter-spacing: normal;
}

.top-block-three > li {
  width: 30.141843971631204%;
}


.top-block-two > li {
  width: 46.80851063829787%;
}


.salon_logo a {
    display: block;
    line-height: normal;
}


a.button_y span {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-animation: sdb 2s infinite;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
    z-index: 100;	 
}
a.button_y p {
    position: absolute;
    bottom: 80px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding: 0;
    z-index: 100;	 
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

section p {
	line-height: 0;
	padding: 0;
}

section p img {
	width: 100%;
}

h1.top_title {
	font-size: 33px;
    margin: 0 0 60px 0px;
    letter-spacing: 10px;
}

#news {
    height: 180px;
    border-right: 1px solid #d9d9d9;
    padding: 5px 10px 0px;
    position: relative;
    overflow: scroll;
}

#news .titl {
    font-size: 16px;
    font-weight: bold;
}

#news article {
    margin: 0 0 15px;
}


 /*=========================
  * スクロール
  * =========================*/

#news::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
#news::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.2);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.top_news li time {
    top: 7px;
    left: 7px;
    font-size: 14px;
    line-height: 1.7142857143;
    position: absolute;
	 color: #999;
}


.top_news li a {
    padding: 10px 10px 10px 105px;
	 position: relative;
	 display: block;
}

.top_news li p {
    display: inline;
    font-size: 14px;
    line-height: 1.6;
}

ul.tgs {
    font-size: 12px;
    line-height: 1.5;
    display: inline;
    color: #aaa;
}

ul.tgs li {
    display: inline-block;
}

li.li {
    border-bottom: 1px solid #ddd;
    list-style: none;
}


.top_group {
    background: #f4f4f4;
}

.top_group p {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 5px 0 0 0;
    color: #222;
}


ul.salon_logo {
	font-size: 0;
}

.salon_logo img {
    padding: 5px;
}

.salon_logo li {
    display: inline-block;
    width: 24.0476190476%;
    margin: 0 0 0 1.1904761905%;
	 vertical-align: top;
}

.salon_logo li:nth-of-type(4n+1) {
    margin-left: 0;
}

.salon_logo li:nth-of-type(4)~li {
    margin-top: 30px;
}



.salon_logo li p {
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
    color: #222;
    text-align: center;
}

.top_style li .style_photo {
    overflow: hidden;
    height: 280px;
    position: relative;
}

.top_style li .style_photo > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.style_button {
	margin: 20px 0 0;
}

.style_button a {
    text-align: center;
	 padding: 15px;
    border: 1px solid #ccc;
    display: block;
    border-radius: 10px;
    width: 200px;
    margin: auto;
    color: #000;
    letter-spacing: 1px;
}

ul.tag {
    display: flex;
    margin: 10px 0;
}
ul.tag li {
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    border-right: 1px solid #f2f2f2;
    font-size: 12px;
    padding: 2px 0;
    margin: 5px 0 0;
    color: #ccc;
}
ul.tag li span{
display:block;
transform: skewX(-150deg);
padding:0 10px;
}

/* ***************************************************************** 
*	メイン（本文）コンテンツ
* ***************************************************************** */	

#main {
margin:0 0 0 0;
padding: 0 0 0 0;
word-break:break-all;
}


/* ギャラリーレイアウト
---------------------------------------------------- */

li.item {
/*height: 200px;*/
margin-bottom: 50px;
}

.item-img {
margin: 0 0 10px 0;
height: 200px;
overflow: hidden;
text-align:center;
background: #f2f2f2;
}

.item-cat {
font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 84%;
color: #999;
padding: 0 0 0px 0;
margin: 0 0 10px 0;
}
.item-cat a{
color: #444;
}

.item-date {
font-size: 80%;
color: #ccc;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.item-title {
font-size: 15px;
line-height: 150%;
font-weight: normal;
letter-spacing: 0.03em;
color: #333;
margin: 0px 0px 0px 0px;
padding: 15px 0px 15px 0px;
border-bottom: 0px solid;
}

.item-title a {
color: #444;
}

.item-title a:hover {
color: #999;
}

.item-text {
font-size: 12px;
color: #444;
line-height: 170%;
}


/* マウスオーバーでタイトルスライド表示
---------------------------------------------------- */

.slidebase {
position: relative;
}

.slidetext {
width: 100%;
display: none;
position: absolute;
color: #fff;
background: rgba(0, 0, 0, 0.5);
}

.slidetext a {
padding: 10px 10px;
display: block;
color: #fff;
}

.slidetext a:hover {
color: #ccc;
}


/* ブログ記事部分
---------------------------------------------------- */

.single-contents {
margin: 0 0 30px 0;
}


p {
font-size: 16px; 
color: #444;
line-height: 190%;
padding: 15px 0px 15px 0px;
}

p a {
color:#45AAB8;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#666;
}

p a:active, a:focus {
outline: 0;
}

.sidebox-new ul {
	letter-spacing: -4px;
}

.sidebox-new li {
    width: 48%;
    display: inline-block;
	letter-spacing: normal;
}

.sidebox-new li:nth-child(2n) {
	margin-left: 4%;
}

.blog-cat {
    background: #f2f2f2;
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 5px;
}

.blog-foot li {
    display: inline-block;
    line-height: normal;
}

.blog-foot li a {
    padding: 5px;
    border: 1px solid #ddd;
}

/* ページタイトル
---------------------------------------------------- */

.pagedate {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 12px;
font-weight: normal;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 -10px 0;
color:#999;
letter-spacing: 0.02em;
}

.breadcrumb {
margin: 0 0 30px 0;
line-height: 120%;
}
.breadcrumb div {
display: inline;
font-size: 11px;
color: #999;
}
.breadcrumb span,
.breadcrumb span a {
color: #45aab8;
}

.pagetitle {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
font-size: 18px;
font-weight: normal;
letter-spacing: 0.01em;
font-style: italic;
padding: 0px 0px 10px 0px;
margin: 0px auto 50px auto;
border-bottom: dotted 1px #ccc;
color: #888;
max-width: 380px;
text-align: center;
}

.pagetitle a {
font-style: italic;
color: #888;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.pagetitle a:hover {
color: #666;
}

.blog-title {
font-size: 18px;
line-height: 130%;
font-weight: bold;
color: #333;
margin: 20px 0px 20px 0px;
padding: 18px 0px 15px 0px;
border-top: 3px double #ccc;
border-bottom: 1px solid #ccc;
}

.blog-title a {
color:#333;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title a:hover {
color:#666;
}

/*サロン情報*/

.salon_map {
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding: 0 0 53.5714285714%;
    background: #f0f0f0;
    margin-top: 40px;
}

.salon_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1.salon_logo img {
    width: auto;
    position: relative;
    height: 35px;
    vertical-align: bottom;
}

h1.salon_logo span {
    position: relative;
    margin: 0 0 0 15px;
    vertical-align: bottom;
}

h1.salon_logo {
    position: relative;
    vertical-align: bottom;
    font-size: 18px;
    margin: 0 0 30px;
}

.res a {
    display: block;
    width: 200px;
    border: 1px solid #b3b3b3;
    line-height: 2;
    text-align: center;
    color: #222;
    border-radius: 20px;
}

.res a:hover,ul.salon_icon li .salon_blog a:hover {
    color: #fff;
    background: #222;
}

.salon_con_title {
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 10px;
}

.salon_con_text {
    margin: 0 0 40px 0;
}

.box1.tel a {
    color: #222;
}

.slash { display: none; }
	
.box1.tel a {
    display: block;
    text-align: center;
    padding: 10px 0 0;
}

li.salon_item {
    margin: 0 0 60px 3.1914893617021276%;
}

li.salon_item a {
    display: block;
    text-align: center;
    color: #222;
    line-height: normal;
}

.sal_cat {
    padding: 5px 30px;
    border: 1px solid #222;
    text-align: center;
    color: #222;
    display: table;
    margin: 0 auto 30px;
    border-radius: 20px;
}


.salon_name {
    margin: 5px 0 0;		
}

.salon_name a {
    color: #222;
    text-align: center;
    display: block;
}

.salon_img a {
    display: block;
    line-height: 0;
}

.res_arc {
    text-align: center;
    margin: 10px 0 0;
}

.res_arc a {
    display: block;
    width: 100%;
    color: #222;
    padding: 3px 0;
    background: #f2f2f2;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.res_arc a:hover {
    background: #222;
    color: #fff;
}

.s_box .res {
    margin: 20px 0;
}

small.note_tax {
    margin: 15px 0 0;
    display: block;
}

.slash {
    padding: 0 10px;
}

ul.salon_icon li .salon_blog a {
    display: block;
    border: 1px solid #b3b3b3;
    padding: 2px 30px;
    border-radius: 20px;
    color: #222;
}

ul.salon_icon {
    letter-spacing: -4em;
    margin: 10px 0 0;
}

ul.salon_icon li {
    float: left;
    vertical-align: top;
    letter-spacing: 2px;
    margin: 0 10px 0 0;
}

/*メニュー*/

#menu_box {
	 padding: 0 10%; 
}

#menu_box　.section,#menu_box article {
	 margin: 0 auto 60px auto;
}

#menu_box dl dt {
    float: left;
    width: 54%;
    padding: 0 0 0 18px;
    line-height: 1.8em;
    font-weight: bold;
}

#menu_box dl dd {
    float: left;
    width: 30%;
    min-height: 15px;
    margin-left: 2%;
    line-height: 1.8em;
    text-align: right;
    white-space: nowrap;
}

#menu_box dl dd + dd {
    width: 9%;
}

#menu_box dl {
    padding: 1em;
    border-bottom: 1px solid #ddd;
}

#menu_box dl dd + dd.dtl {
    clear: both;
    float: none;
    width: auto!Important;
    border-top: 1px dotted #968f88;
    padding-top: .5em;
    text-align: left;
    white-space: normal;
}

#menu_box p {
	font-size: 13px;
}

#menu_box h3,h2.btn_dtl {
    border-left: 10px solid #ddd;
    font-size: 16px;
    padding: 15px;
    margin: 40px 0 20px;
}

ul.menu_link {
    letter-spacing: -4px;
}

ul.menu_link li {
    display: inline-block;
    border: 1px solid #222;
    width: 48%;
    text-align: center;
    margin: 1%;
    letter-spacing: normal;
    font-size: 18px;
}

ul.menu_link li a {
    color: #222;
    padding: 10px;
    display: block;
}

p.note_tax {
    margin-top: 1em;
    text-align: right;
    font-size: 88%;
    clear: both;
}

h2.ttl-sparkle {
    text-align: center;
    padding: 15px;
    border: 2px solid #222;
    font-weight: normal;
    font-size: 16px;
    margin: 60px 0 0;
    border-radius: 30px;
}

h2.ttl-sparkle:first-of-type {
	margin: 0 0 15px;
}

#menu_box dl small {
    font-size: 12px;
    font-weight: normal;
}

#menu_box .lead p {
    padding: 30px;
    border: 1px solid #ddd;
    margin: 20px 0;
}

table.menu_table {
	width: 100%;
}

table.menu_table th {
    text-align: left;
}


tr.menu_tr td {
	padding: 1.5em 0 0.5em;
}

tr.menu_tr {
    border-bottom: 1px solid #ddd;
}

.menu_table td.menu_title {
	font-weight: bold;
	line-height: 1.8em;
}

.menu_table td.menu_price {
    width: 400px;
    line-height: 1.8em;
    text-align: right;
    font-size: 13px;
}

.menu_text {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin: 5px 0 0;
}

td.course_menu_price {
    width: 350px;
}

.course_menu_price span.discount {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 5px;
}

.course_menu_price div {
    margin: 0 0 10px;
    border-left: 3px solid #ddd;
    padding: 5px 0 0 15px;
    font-size: 13px;
}

.course_menu_price p {
    font-size: 13px;
	 padding: 0;
}

p.menu_label {
    display: inline-block;
    font-size: 10px!important;
    background: #ddd;
    padding: 5px 10px;
    border-radius: 10px;
    color: #888;
	 margin: 0 5px 0 0;
}


/* キャンペーン */
.cam_text {
    padding: 15px;
    border-top: 2px solid #ddd;
    margin: 0 0 30px;
    background: #f2f2f2;
    font-size: 13px;
    line-height: 1.5;
}

.cam_cat_tag li {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

/* ボタン
---------------------------------------------------- */

#tab_btn,#tab_btn2,#tab_btn3 {
     width: 100%;
	  display: table;
	  margin: 30px 0;
	  letter-spacing: -4em;
}


#tab_btn li.active,#tab_btn2 li.active,#tab_btn3 li.active {
    background: #f2f2f2;
}

#tab_btn li {
    width: 25%;
}


#tab_btn2 li {
    width: 33.33333%;	
}

#tab_btn3 li {
    width: 50%;	
}

#tab_btn3 li.rec_btn {
    width: 100%;
}

#tab_btn li,#tab_btn2 li,#tab_btn3 li {
    display: inline-block;
    text-decoration: none;
    color: #555d66;
    background: #fff;
    border: none;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;	
    margin: 10px 0;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
    cursor: hand;
    line-height: normal;
    padding: 20px 5px;
}



#tab_btn li:nth-child(2n),#tab_btn li:nth-child(3),#tab_btn2 li:nth-child(3n),#tab_btn2 li:nth-child(2),#tab_btn2 li:nth-child(5),#tab_btn3 li:nth-child(2n) {
    border-left: none;
}


.tab_bth3_rec li:nth-child(3) {
    border-left: none!important;	
}


.tab_bth3_rec li:nth-child(2),.tab_bth3_rec li:nth-child(4) {
    border-left: 1px solid #ddd!important;
}


#tab_btn li a,#tab_btn2 li a {
    display: block;	
    padding: 10px;
    color: #222;
    font-size: 12px;	
}



/* スタッフ
---------------------------------------------------- */


ul.five-block {
	font-size: 0;
}

.five-block li {
    display: inline-block;
    width: 18%;
    position: relative;
    margin: 0 0 40px 2.5%;
}

/*トップページ*/
.five-block li:nth-of-type(5n+1) {
    margin-left: 0;
}

.five-block li:nth-of-type(5)~li {
    margin-top: 2.1428571429%;
}

.five-block li img {
	width: 100%;
}

.five-block li p {
    font-size: 12px;
    line-height: 2.8;
    padding: 0;
    color: #888;
}

li.current-menu-item {
    background: #ddd;
}

ul.nav-menu {
	letter-spacing: -4px;
}

ul.nav-menu li {
    width: 48%;
    margin: 5px 1%;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #222;
}


ul.nav-menu li a {
    padding: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    color: #222;
}

#nav-cat {
    margin: 0 0 40px 0;
}

.staff_box {
    padding: 80px;
    border: 1px solid #ddd;
    margin: 60px auto;
    letter-spacing: -4px;
    font-size: 13px;
}

.staff_box > li {
    width: 48%;
    height: auto;
    display: inline-block;
    margin: 0 0 20px 0;
    vertical-align: top;
    letter-spacing: normal;
}

.staff_box > li img {
	width: 100%;
}

.staff_box > li:nth-child(2) {
    margin: 0 0 20px 4%;	
}

.staff_box th {
    width: 120px;
}

.staff_box tr {
    padding: 5px;
    display: block;
}

.staff_box .staff_name {
    margin: 0 0 10px;
    font-size: 18px;
}

.staff_box .staff_position {
    margin: 0 0 20px 0;
    font-size: 13px;	
}

/*
.staff_box .staff_insta a {
    float: right;
    font-size: 25px;
    color: #222;
    position: relative;
}
*/

ul.staff_icon_li {
    margin: 10px 0 0;
}

ul.staff_icon_li li a {
    background: #eee;
    color: #222;
    padding: 5px 1em;
    display: block;
    font-size: 14px;
}

ul.staff_icon_li li a i {
    margin: 0 10px 0 0;
}

ul.staff_icon_li li {
    margin: 0 4% 10px 0;
    width: 48%;
    float: left;
}

ul.staff_icon_li li:nth-child(2n) {
    margin: 0 0 10px;
}


.staff_box .staff_res_url a {
    border: 1px solid #222;
    display: block;
    padding: 5px;
    text-align: center;
    color: #222;
}


.staff_box .staff_res_url a:hover {
	background: #f2f2f2;
}

.staff_comment {
    margin: 20px 0;
    padding: 15px;
    background: #f2f2f2;
    font-size: 12px;
    line-height: 1.5;
}

.left_box {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.right_box {
    width: 65%;
    display: inline-block;
    margin: 0 0 0 5%;
    vertical-align: top;
    letter-spacing: normal;
}

ul.post_pr_nx {
    width: 60%;
    margin: 40px auto;
}

ul.post_pr_nx li {
    border: 1px solid #222;
    padding: 10px;
}

ul.post_pr_nx li a {
    display: block;
    padding: 10px 30px;
    color: #ccc;
}

ul.post_pr_nx li a:hover {
	color: #222;
}

li.prev {
    width: 48%;
    float: left;
    text-align: right;
}

li.prev {
    background: url(https://s-coeur.com/wp-content/themes/holiday/images/prev.png) no-repeat left;
    background-size: auto 100%;
}

li.next {
    width: 48%;
    float: right;
}

li.next {
    background: url(https://s-coeur.com/wp-content/themes/holiday/images/next.png) no-repeat right;
    background-size: auto 100%;
}


/* クーポン予約
---------------------------------------------------- */

ul.res-menu li {
    display: inline-block;
    border-right: 1px solid #ddd;
    text-align: center;
}

ul.res-menu li:first-child {
    border-left: 1px solid #ddd;	
}

ul.res-menu li a {
	display: block;
    padding: 5px 30px;
}

ul.res-menu {
    display: table;
    margin: auto;
}

h2.coupon_h2 {
    font-size: 40px;
    line-height: 1.5;
    margin: 0 0 40px;
    text-align: center;
}

h3.coupon_h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 20px;
}

.coupon_text {
    font-size: 16px;
    margin: 0 0 20px;
}

.coupon_20 img {
    width: 70%;
    margin: auto;
    display: block;
}

.coupon_res a {
    display: table;
    text-align: center;
    margin: auto;
    padding: 10px 30px;
    background: #f2f2f2;
    border-radius: 15px;
    color: #222;
    line-height: normal;
    border: 1px solid #222;
}

.coupon_res a:hover {
    color: #fff;
    background: #222;
}

.coupon_step i {
    font-style: normal;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 1.5;
}

section.coupon_bg {
    background: #f2f2f2;
}



ul.coupon_salon_name li.coupon_salon_cat {
    width: 20%;
    float: left;
    text-align: center;
    padding: 30px 0;
    border: 1px solid #ddd;
    border-radius: 20px;
}

ul.coupon_salon_name {
    width: 100%;
    margin: 0 0 20px;
}

ul.coupon_salon_name li {
    width: 77%;
    float: right;
}

ul.coupon_salon_name a {
    color: #222;
    font-size: 16px;
}

ul.coupon_salon_name li > div {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

ul.coupon_salon_name li > div:first-child {
    padding: 0 0 10px;
}


/* リクルートページ
---------------------------------------------------- */
h4.rec_h4 {
    font-size: 18px;
    margin: 60px 0 20px;
    text-align: center;
}

.recruit table {
    margin: auto;
    display: block;
    font-size: 13px;
    display: inline-table;
    width: 100%;
}

.recruit table th {
    width: 120px;
    text-align: left;
}

.recruit table tr {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.recruit p {
    padding: 10px 0;
    font-size: 13px;
}

a.btn {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border-radius: 20px;
    margin: 15px 0;
    color: #222;
    border: 1px solid #222;
}

a.btn:hover {
	background: #222;
	color: #fff;
}

.recruit h2 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}

.rec_text {
	margin: 15px 0;
}

h3.rec_setsumei {
    text-align: center;
    padding: 10px;
    background: #fff;
    border-radius: 20px;
}

.setsumei {
    background: #f2f2f2;
    padding: 30px;
    border-radius: 20px;
    font-size: 13px;
}

.setsumei hr {
	color: #ddd;
}

/* アクセスページ
---------------------------------------------------- */
.access_box li {
    padding: 0 0 100px 0;
}

.access_box li:last-child {
    padding: 0;	
}

.s_box .tel a {
    display: block;
    color: #222;
}


/* コンセプトページ
---------------------------------------------------- */

.concept i {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    font-style: normal;	
}


.concept h3,i.con_text {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
}

.concept h3 {
    margin: 30px 0 0;
}

.con_h4 {
    margin: 60px 0 10px;
    font-size: 18px;
}

.con_h4:first-child {
    margin: 0 0 10px;	
}

.con_title {
    margin: 15px 0 10px;
    line-height: 1.5;
}

.con_text {
    font-size: 13px;
    line-height: 1.5;
}


/* メニュー（説明ページ）
---------------------------------------------------- */
.menu_page_text {
    margin: 20px 0 30px;
    font-size: 13px;
    line-height: 1.8;
}

.menu_page_text span {
	font-size: 12px;
	color: #888;
	display: block;
}

.menu_page_price {
    margin: 10px 0 0;
}

h4.fa-ttl_h4 {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: normal;
    background: #f2f2f2;
}

h3.fa-ttl_h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px;
}

.info_label {
    background: #f2f2f2;
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
}


/* コレクションページ
---------------------------------------------------- */
.colle_name {
    font-style: normal;
    letter-spacing: normal;
    font-size: 28px;
    margin: 100px 0 30px;
}

.colle_name:first-child {
    margin: 0 0 30px;	
}

.movie {
    margin: 20px auto;
}

/* キャンページ
---------------------------------------------------- */

.cam_cat li {
    float: left;
    border-right: 1px solid #ddd;
    font-size: 11px;
    letter-spacing: normal;
}

.cam_cat li a {
	color: #222;
	display: block;
	padding: 10px;
}


/* プライバシーポリシー
---------------------------------------------------- */

h3.priv-title {
    margin: 40px 0 15px;
    padding: 10px 0 10px 15px;
    border-top: 2px solid #ddd;
    background: #f2f2f2;
}


/* 見出し
---------------------------------------------------- 

h1 {
font-size: 24px;
margin: 40px 0px 20px 0px;
}

h2 {
font-size: 22px;
line-height: 130%;
font-weight: bold;
color: #333;
margin: 40px 0px 20px 0px;
padding: 18px 0px 15px 0px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

h3 {
font-size: 20px;
line-height: 130%;
font-weight: bold;
color: #333;
padding: 0 0 5px 0;
margin: 40px 0 15px 0;
border-bottom:1px solid #ccc;
}

h4 {
font-size: 18px;
line-height: 130%;
font-weight: bold;
color: #555;
padding: 0 0 5px 0;
margin: 30px 0 10px 0;
border-bottom:1px dotted #ccc;
}

h5 {
font-size: 16px;
line-height: 1.3em;
margin: 30px 0 0px 0;
}

h6 {
font-size: 14px;
line-height: 1.3em;
margin: 30px 0 0px 0;
}
*/

/* 記事フッター
---------------------------------------------------- */

.blog-foot {
font-size:75%;
text-align: left;
margin: 0px 0 30px 0;
font-weight:normal;
color:#999;
border-bottom:0px dotted #ccc;
}

.blog-foot span {
color:#999;
}


/* 次の記事・前の記事
---------------------------------------------------- */

#next {
font-size: 90%;
line-height: 150%;
margin: 50px 0 20px 0;
}

.next-left {
floate: left;
text-align: left;
margin: 0 0 10px 0;
background: url(images/left.gif) no-repeat left; 
}

.next-left a {
padding: 20px 20px 20px 50px;
display: block;
border: 1px solid #eee;
}

.next-left a:hover {
border: 1px solid #222;
}

.next-right {
floate: right;
text-align: right;
margin: 0 0 10px 0;
background: url(images/right.gif) no-repeat right; 
}

.next-right a {
padding: 20px 50px 20px 20px;
display: block;
border: 1px solid #eee;
}

.next-right a:hover {
border: 1px solid #222;
}


/* ページャー
---------------------------------------------------- */

.pager {
text-align:center;
margin: 50px 0 50px 0;
}

a.page-numbers,
.pager .current{
background: #f0f0f0;
border:solid 1px #ddd;
border-radius:2px;
padding:5px 8px;
margin:0 2px;
letter-spacing: normal;
}

.pager .current{
background: #ccc;
border:solid 1px 999;
color: #fff;
}


/* 関連記事
---------------------------------------------------- */

.similar-head {
color: #333;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom:1px solid #ccc;
}

.similar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.similar li{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

.similar li a{
color:#555;
}

.similar li a:hover{
color:#888;
}

table.similar-text {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: dotted 1px #ccc;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-text img {
width: 150px;
}

table.similar-text th {
text-align: left;
width: 120px;
vertical-align: middle;
}

table.similar-text th img {
	width: 100%;
}

table.similar-text td {
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
padding: 0 0 0 10px;
}


/* WP必須
---------------------------------------------------- */

.wp-caption {
max-width:100%;
}

.wp-caption-text {
font-size:90%;
text-align: center;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}



/* *****************************************************************
*	サイドバー
* ***************************************************************** */

.sidebar {
width: 100%;
margin: 0px 0px 40px 0px;
padding: 0 0 0 0;
}


/* 新着表示
---------------------------------------------------- */

.sidebox-new {
color:#666;
margin: 0 0 50px 0 ;
padding: 0 0 0 0 ;
}

.sidebox-new ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox-new li{
font-size: 13px;
list-style: none;
margin: 0 0 0 0;
padding: 10px 0;
}

.sidebox-new li a{
color:#666;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.sidebox-new li a:hover{
color:#999;
}


table.similar-side {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-side img {
width: 80px;
}

table.similar-side th {
text-align: left;
width: 80px;
vertical-align: middle;
}

table.similar-side td {
font-size: 13px;
text-align: left;
white-space: normal;
vertical-align: middle;
padding-left: 15px;
}


/* *****************************************************************
*	フッター
* ***************************************************************** */	

#footer {
position: relative;
background: #fff;
clear: both;
width: 100%;
font-size: 80%;
margin: 0px auto 0px auto;
z-index: 10;
}

.footer-inner {
margin: 0px auto 0px auto;
padding: 60px 0px;
max-width: 960px;
}

#sociallink {
text-align:center;
position: relative;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
}

.f-nav li {
    float: left;
    margin: 0 10px;
}

.f-nav li a {
	color: #000;
	font-size: 14px;
}

#copyright {
font-size: 10px;
line-height: 110%;
color: #999;
text-align: center;
position: relative;
margin: 0;
padding: 10px;
background: #fff;
}

.f_top_logo img {
    width: 40%;
    max-width: 200px;
    margin: auto;
}

p.f_top_logo {
    padding: 30px 7.5% 20px 7.5%;
}

/* *****************************************************************
*	検索フォーム＆検索結果
* ***************************************************************** */

/* 検索フォーム
---------------------------------------------------- */

.search input {
font: 11px arial, sans-serif; 
color: #c0c0c0; 
width:85%;
padding: 10px 5px; 
}

.search button {
width: 15px; 
height: 15px; 
cursor: pointer; 
vertical-align: middle;
border: none; 
background: url(images/search.png) no-repeat; 
}


/* 検索結果ハイライト
---------------------------------------------------- */

.search-excerpt {
font-weight: bold;
background: #FFE4E1; 
}



/* *****************************************************************
*	ボタン
* ***************************************************************** */

.btn a {
font-size: 11px;
letter-spacing: 0.1em;
color: #fff;
background: #94d8c6;
text-align: center;
margin: 20px 0 20px 0;
padding: 10px 10px;
}

.btn a:hover {
color: #fff;
background: #4CBE9F;
text-decoration: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}



/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */


/* PC 画面の横幅が960px以上
---------------------------------------------------- */

@media only screen and (max-width: 960px) {
	#menu_box {
		padding: 0;
	}
}



/* Tablet (Portrait) 画面の横幅が768px〜959pxまで
---------------------------------------------------- */

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

.five-block li {
	width: 31.141843971631204%;
	margin-left: 3.287234042553194%;
}

.five-block li:nth-of-type(3n+1) {
    margin-left: 0;
}

}


/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------- */

@media only screen and (max-width: 767px) {
.salon_logo li,
.five-block li {
    width: 48%;
    margin: 20px 0 0 4%;
}
	

.salon_logo li:nth-of-type(4)~li {
    margin-top: 20px;
}

.salon_logo li:nth-of-type(2n+1),
.five-block li:nth-of-type(2n+1) {
    margin-left: 0;
}
	
.top_list {
    margin: 60px 0;		
}
	
.res_button {
		display: none;
}
	
li.salon_item {
    margin: 0 0 60px 0;
}
	
#menu_box {
		padding: 0;
}
	
#menu_box dl dt {
	width: 100%;
	padding: 0;
}
	
#menu_box dl dd {
    width: 74%!important;
    white-space: normal;
    font-size: 88%;
}
	
#menu_box dl dd + dd {
	width: 22%!important;
}
	
.menu_table td.menu_title, .menu_table td.menu_price,td.course_menu_price {
    width: 100%;
    display: block;
}
	
.menu_table td.menu_title {
    border: 0;
    padding: 10px 0 5px;
}
	
.menu_table td.menu_price {
    padding: 0 0 1em;
    text-align: left;
	 font-size: 14px;
}
	
h1.salon_logo span {
    margin: 10px 0;
    display: block;
}
	
h2.page_title {
    font-size: 23px;
    letter-spacing: 2px;
}
	
.staff_box,.recruit table {
    padding: 15px;
    width :100%;
}

.staff_box > li,.staff_box > li:nth-child(2) {
    width: 100%;
    margin: 0 0 20px 0;
}
	
.staff_box th {
    width: 100%;
    display: block;
}
	
.recruit,ul.post_pr_nx {
    width: 100%;
}
	
.recruit table th {
	width: 100px;
}
	
tr.menu_tr {
	display: block;
	padding: 0 10px;
}
	
li.salon_item {
    width: 48%;
    display: inline-block;
}
	
li.salon_item:nth-child(odd){
    margin: 0 4% 60px 0;
}


}


/* Mobile (Landscape) 画面の横幅が480px〜767pxまで
---------------------------------------------------- */

@media only screen and (max-width: 480px) {
	
h1.page_title {
    font-size: 26px;
    margin: 100px 0 60px;
    letter-spacing: 5px;
    text-align: center;
}

	
.f-nav li {
    text-align: center;
    border-bottom: 1px solid #ccc;
    width: 46%;
    float: left;
    margin: 2%;
}
	
.f-nav li a {
    width: 100%;
    padding: 10px 0;
    display: block;
	
}

ul.tgs {
		display: block;
}
	
h2.page_title {
    font-size: 20px;
    letter-spacing: 2px;
}

.contents {
	padding: 30px 0;	
}
	
h1.top_title,.top_list {
	margin: 20px 0;
}
	
h1.top_title {
	font-size: 20px;
	letter-spacing: 5px;
}
	
	
/* フォントサイズ変更 */
.salon_name,.sal_cat,.top_group p,.nepv_title {
	font-size: 12px;
}
	
.top_list li,.coupon_step i {
	font-size: 14px;
}
	
.coupon_text,ul.menu_link li {
    font-size: 13px;
}
	
h3.coupon_h3 {
    font-size: 16px;
}

h2.coupon_h2 {
    font-size: 28px;
}
	
h2.menu_page_title {
  font-size: 18px;		
}


.coupon_20 img {
    width: 90%;
}

.coupon_res a {
    font-size: 12px;
    padding: 10px 15px;	
}

.pc_none { display: block; }


ul.coupon_salon_name a {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
    line-height: normal;
}
	
ul.coupon_salon_name li.coupon_salon_cat {
    width: 100%;
    display: block;
    padding: 10px;
    margin: 0 0 20px;
}
	
ul.coupon_salon_name li {
    width: 100%;
    float: none;
}
	
ul.coupon_salon_name li > div {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
	
.nepv_img {
    width: 30%;
}

.nepv_title {
    width: 70%;
}

.sidebox-new li {
    width: 100%;
    display: block;
}

.sidebox-new li:nth-child(2n) {
	margin-left: 0;
}
	
.cam_cat li {
    width: 50%;
    margin: 5px 0;
}
	
}