/*
Theme Name: テスト用テンプレート
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/
/*////////////////////////////////////////////////////////////

サイト全体の基本設定

////////////////////////////////////////////////////////////*/
/* = フォント読み込み
-------------------------------------------------------------- */
@font-face {
	font-family: 'Linotype Didot Headline';
	src: url('font/2CA626_0_0.eot');
	src: url('font/2CA626_0_0.eot?#iefix') format('embedded-opentype');
	src: url('font/2CA626_0_0.woff2') format('woff2'),  url('font/2CA626_0_0.woff') format('woff'),  url('font/2CA626_0_0.ttf') format('truetype');
}

/* = 基本 style
-------------------------------------------------------------- */
@media screen and (max-width:600px) {
#wpadminbar {
	position: fixed !important
}
}
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Linotype Didot Headline';
	/*background-color: #FFFFFF;*/
	font-weight: lighter;
}
p {
	line-height: 1.5em;
	margin: 0 0 20px 0;
	word-break: break-word;
}
ul, ol {
	margin: 0 0 20px 20px;
	font-size: 95%;
	line-height: 1.6em;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* = レイアウト設定
-------------------------------------------------------------- */
.in_container {
	width: 96%;
	margin: 0 auto 0 auto;
}
#wrapper {
	width: 100%;
	position: absolute;
	top: 50px;
	background-color: #FFFFFF;
}
#header_sub {
	width: auto;
	height: auto;
}
#main {
	width: 100%;
}
footer {
	width: auto;
}
/*////////////////////////////////////////////////////////////

image画像　基本設定

////////////////////////////////////////////////////////////*/
img {
	max-width: 100%;
	height: auto;
    width /***/: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

img.instaPicture {
	max-height: 14.37vw!important;
}

.alignleft {
	float: left;
	margin: 0 20px 0 0;
}
.aligncenter {
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
}
.alignright {
	float: right;
	margin: 0 0 0 20px;
}
/*////////////////////////////////////////////////////////////

ナビ設定

////////////////////////////////////////////////////////////*/
/* = 
-------------------------------------------------------------- */
#navi {
	font-family: 'Linotype Didot Headline', "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", メイリオ, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #333333;
	height: 50px;
	position: fixed;
	z-index: 10;
	width: 100%;
}
.menu_button {
	position: absolute;
	left: 5px;
	top: 5px;
}
.menu_button a {
	height: 40px;
	width: 40px;
	display: block;
	background-image: url(images/btn-navi.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
}
#navi .phone_top, #navi .phone {
	display:none;
	/*background-image: url(images/icon_tel.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 38px;*/
	
}
#navi .phone_top a:link, #navi .phone_top a:active, #navi .phone_top a:visited, #navi .phone a:link, #navi .phone a:active, #navi .phone a:visited {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 5px;
}

/* = ソーシャルボタン
-------------------------------------------------------------- */
#navi .social_button {
	margin: 5px 0px 0px 5px;
	float: right;
}
#navi .social_button li {
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	float: right;
	list-style-type: none !important;
}
#navi .social_button li img {
	width: 100%;
	height: auto;
}
/* 言語切り替えボタン */
#navi .lang_sw {
	float: right;
}
#navi .lang_sw li {
    width: 53px;
    height: 29px;
    text-align: center;
    position: relative;
    display: inline;
    padding: 5px;
    border-radius: 4px;
    top: 15px;
    right: 9px;
    font-size: 80%;
    color: white;
    background-color: black;
}
#navi .lang_sw li a, #navi .lang_sw li a:hover, #navi .lang_sw li a:visited {
	color: white;
	text-decoration: none;
}
#lang_sw_menu {
	padding-bottom: 20px;
	text-align: center;
}
#lang_sw_menu .lang_en_top, #lang_sw_menu .lang_ja_top {
	display: inline;
	padding: 5px;
	border-radius: 4px;
	top: 1em;
	font-size: 80%;
	color: white;
	background-color: black;
}
#lang_sw_menu .lang_en_top a, #lang_sw_menu .lang_en_top a:hover, #lang_sw_menu .lang_en_top a:visited, #lang_sw_menu .lang_ja_top a, #lang_sw_menu .lang_ja_top a:hover, #lang_sw_menu .lang_ja_top a:visited {
	color: white;
	text-decoration: none;
}

/*////////////////////////////////////////////////////////////

ヘッダーの設定

////////////////////////////////////////////////////////////*/
/* = headerタグ
-------------------------------------------------------------- */
header {
	background-color: #FFFFFF;
	margin-bottom: 30px
}
header .title {
	height: 100px;
}
/* = ロゴ・バナーイメージ画像
-------------------------------------------------------------- */
header .logo {
	height: 80px;
	float: left;
	margin: 10px 20px 10px 0;
}
header .banner {
	width: auto;
	height: auto;
}
/* = サイトタイトル・キャッチフレーズ
-------------------------------------------------------------- */
header h1 {
	font-size: 32px;
	text-align: center;
	line-height: 1.0em;
	padding: 30px 0 20px 0;
	width: 100%;
	float: left;
}
header h1 span {
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	display: block;
}
header h1 a:link, header h1 a:active, header h1 a:visited {
	color: #000000;
	text-decoration: none;
}
header h1 a:hover {
	color: #626262;
}
/*////////////////////////////////////////////////////////////

メインの設定

////////////////////////////////////////////////////////////*/
/* = コンテンツ
-------------------------------------------------------------- */
#contents {
	width: 100%;
}
#contents #single {
}
#contents section {
	margin: 0 0 30px 0;
}
#titlearea {
	color: #000;
	font-weight: bold;
	background: #f8f8f8;
	padding: 15px 30px 15px 30px;
}
#titlearea h2 {
	font-size: 96%;
	background-color: transparent;
}
#entry {
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
}
#contents .freespace {
	margin: 0 0 30px 0;
	padding: 30px 30px 10px 30px;
	background-color: #FFFFFF;
	border: solid 1px #E8E8E8;/*	-webkit-box-shadow: 0px 0px 10px 0px #c6c6c6;
	box-shadow: 0px 0px 10px 0px #c6c6c6; */
}
h2.large {
	text-align: center;
	font-size: 40px;
	margin: 20px 0 20px 0;
	color: #000000;
	font-weight: lighter;
	letter-spacing: -1px;
	line-height: 1.3em;
}
.large span {
	font-size: 18px;
	line-height: 0.8em;
	display: block;
}
h2.midd {
	font-weight: lighter;
	letter-spacing: -1px;
	text-align: center;
	line-height: 1.1em;
	font-size: 43pt;
	margin: 0px 0 60px 0;
	color: #000000;
}
h2.midd span {
	font-size: 18px;
	font-weight: normal;
	color: #555;
	margin: 0px 0px 0px 20px;
	line-height: 0.8em;
	display: block;
}
h3 {
	font-size: 18px;
	line-height: 1.1em;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 3px double #B9B9B9;
}
/* = リンクボタン
-------------------------------------------------------------- */
.button02 {
}
.button02 a:link, .button02 a:visited, .button02 a:active {
	color: #FFFFFF;
	font-family: 'Linotype Didot Headline';
	background-color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
	background-color: #000000;
	padding: 20px 10px 20px 10px;
	border-radius: 5px;
}
.button02 a:hover {
	background-color: #363636;
}
/* = パンくずリスト
-------------------------------------------------------------- */
#bread_list {
	margin: 60px 0 10px 0;
	width: 100%;
	height: auto;
	font-size: 86%;
	line-height: 150%;
}
#bread_list ul {
	width: 100%;
	margin: 0 auto;
	margin-left: -7px;
}
#bread_list ul li {
	margin: 0 0 0 0;
	display: block;
	float: left;
	line-height: 100%;
}
#bread_list ul li a {
	font-size: 86%;
	text-decoration: none;
	color: #000;
	display: block;
	background-image: url(images/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 15px 0px 7px;
}
#bread_list ul li a:hover {
	color: #007cca;
}
#bread_list ul li.last_child {
	font-size: 86%;
	line-height: 100%;
	text-decoration: none;
	padding: 0px 25px 0px 7px;
}
/*////////////////////////////////////////////////////////////

サイドバーの設定

////////////////////////////////////////////////////////////*/
/* = サイドバー
-------------------------------------------------------------- */
#sidebar {
	width: 100%;
}
#sidebar .block {
	width: auto;
	margin: 0px 0 20px 0;
}
#sidebar .block #titlearea {
	padding: 15px 20px 15px 20px;
	border: solid 1px #E8E8E8;
	border-bottom: none;
}
#sidebar .block .textwidget {
	width: auto;
	padding: 20px 20px 1px 20px;
	border: solid 1px #E8E8E8;
}
#sidebar .block .textwidget p {
	margin: 0 0 20px 0;
}
#sidebar .block ul {
	margin: 0 0 0 0;
	border: solid 1px #E8E8E8;
	border-top: none !important;
}
#sidebar li {
	border-top: #e8e8e8 1px solid;
	list-style-type: none;
}
#sidebar li a {
	color: #000;
	font-size: 96%;
	padding: 12px 20px;
	width: auto;
	overflow: hidden;
	background: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#sidebar li a:hover {
	background: #ececec;
	font-weight: bold;
}
#sidebar .block img {
	margin: 0px 0 0 0;
	text-align: center;
}
.s-code {
	margin: 0px 0 30px 0;
}
/* = ソーシャルボタン
-------------------------------------------------------------- */
#sidebar .s-code .social h4 {
	font-size: 40px;
	font-weight: lighter;
	letter-spacing: -1px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 20px 0;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}
#sidebar .s-code .social ul {
	margin: 0 0 20px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#sidebar .s-code .social li {
	width: 47%;
	margin: 0px 0.45em 20px 0px;
	;
	float: left;
	list-style-type: none;
	border-top: none;
}
#sidebar .s-code .social li a {
	margin: 0;
	padding: 0;
}
#sidebar .s-code .social li a:hover {
	opacity: 0.9;
}
#sidebar .s-code .social li img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
/*////////////////////////////////////////////////////////////

グローバルメニューの設定

////////////////////////////////////////////////////////////*/
.mm-menu.mm-horizontal > .mm-panel {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
}
.mm-menu .mm-hidden {
	display: none;
}
.mm-wrapper {
	overflow-x: hidden;/*position: relative;*/
}
.mm-menu, .mm-menu > .mm-panel {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.mm-menu {
	background: inherit;
	display: block;
	overflow: hidden;
	padding: 0;
}
.mm-menu > .mm-panel {
	background: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 20px;
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
.mm-menu > .mm-panel.mm-opened {
	-webkit-transform: translate(0%, 0);
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
	transform: translate(0%, 0);
}
.mm-menu > .mm-panel.mm-subopened {
	-webkit-transform: translate(-30%, 0);
	-moz-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	-o-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
}
.mm-menu > .mm-panel.mm-highest {
	z-index: 1;
}
.mm-menu .mm-list {
	padding: 20px 0;
}
.mm-menu > .mm-list {
	padding-bottom: 0;
}
.mm-menu > .mm-list:after {
	content: '';
	display: block;
	height: 40px;
}
.mm-panel > .mm-list {
	margin-left: -20px;
	margin-right: -20px;
}
.mm-panel > .mm-list:first-child {
	padding-top: 0;
}
.mm-list, .mm-list > li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.mm-list {
	font: inherit;
}
.mm-list a,  .mm-list a:hover {
	text-decoration: none;
	font-size: 18px;
	font-family: 'Linotype Didot Headline', "ヒラギノ角ゴ Pro W3";
	font-weight: lighter;
}
.mm-list > li {
	position: relative;
}
.mm-list > li > a, .mm-list > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 15px 10px 15px 20px;
    margin: 0;
    background: #333333;
    width: 300px;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	width: auto;
	margin-left: 20px;
	position: relative;
	left: auto;
}
.mm-list a.mm-subopen {
	background: rgba(3, 2, 1, 0);
	width: 326px;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mm-list a.mm-subopen:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
	width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
	border-left: none;
}
.mm-list a.mm-subopen + a,  .mm-list a.mm-subopen + span {
	padding-right: 5px;
	margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
	background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a,  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
	padding-right: 45px;
	margin-right: 0;
}
.mm-list a.mm-subclose {
	text-indent: 20px;
	padding-top: 30px;
	margin-top: -20px;
}
.mm-list > li.mm-label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
	padding-right: 5px;
}
.mm-list > li.mm-spacer {
	padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
	padding-top: 25px;
}
.mm-list a.mm-subopen:after,  .mm-list a.mm-subclose:before {
	content: '';
	border: 2px solid transparent;
	display: inline-block;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -5px;
	position: absolute;
	bottom: 50%;
}
.mm-list a.mm-subopen:after {
	border-top: none;
	border-left: none;
	right: 18px;
}
.mm-list a.mm-subclose:before {
	border-right: none;
	border-bottom: none;
	margin-bottom: -15px;
	left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
	display: none;
	padding: 0px 0 0px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
	border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
	display: block;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
	height: 40px;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
	top: 16px;
	bottom: auto;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
	height: 25px;
}
html.mm-opened .mm-page {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu {
	background: #333333;
	color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
	border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
	border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
	border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),  .mm-menu .mm-list > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
	background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(255, 255, 255, 0.05);
}
/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
	box-sizing: border-box;
	position: relative;
}
.mm-slideout {
	-webkit-transition: -webkit-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
}
html.mm-opened {
	overflow: hidden;
	position: relative;
}
html.mm-opened body {
	overflow: hidden;
}
html.mm-background .mm-page {
	background: inherit;
}
#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
	display: block;
}
.mm-menu.mm-offcanvas {
	display: none;
	position: fixed;
}
.mm-menu.mm-current {
	display: block;
}
.mm-menu {
	width: 80%;
	min-width: 140px;
	max-width: 440px;
}
html.mm-opening .mm-slideout {
	-webkit-transform: translate(80%, 0);
	-moz-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	-o-transform: translate(80%, 0);
	transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
html.mm-opening .mm-slideout {
	-webkit-transform: translate(140px, 0);
	-moz-transform: translate(140px, 0);
	-ms-transform: translate(140px, 0);
	-o-transform: translate(140px, 0);
	transform: translate(140px, 0);
}
}

@media all and (min-width: 550px) {
html.mm-opening .mm-slideout {
	-webkit-transform: translate(440px, 0);
	-moz-transform: translate(440px, 0);
	-ms-transform: translate(440px, 0);
	-o-transform: translate(440px, 0);
	transform: translate(440px, 0);
}
}
.menu-banner {
	display: block;
}
#mm-3 {
	/*position: absolute;*/
}
.mm-list li span {
	font-size: 10px;
	margin-left: 15px;
}
/*////////////////////////////////////////////////////////////

フッターの設定

////////////////////////////////////////////////////////////*/
footer .container {
	background-color: #000000;
	color: #F4F4F4;
	margin: 0 0 20px 0;
	padding: 15px 0 15px 0;
}
footer .left {
	float: left;
	width: 30%;
}
footer .right {
	float: right;
	width: 70%;
}
footer .left .block {
	width: 30%;
	margin: 0 0 20px 0;
}
footer .right .block {
	width: 70%;
}
footer .left .title {
	font-size: 96%;
	background-color: #202020;
	margin: 0 0 0 20px;
	padding: 0 10px;
}
footer .right .title {
	font-size: 96%;
	background-color: #202020;
	margin: 0 0 0 0;
	padding: 0;
}
footer .textwidget {
	margin: 0 0 0 0;
	padding: 25px 20px 0px 20px;
	border: dotted 1px #F4F4F4;
}
footer ul, footer ol {
	margin: 0px 0px 30px 0px;
	padding: 20px 20px 20px 20px;
}
footer ul li, footer ol li {
}
footer .copyright {
	background-color: #FFFFFF;
	text-align: center;
	width: 90%;
}
footer a:link, footer a:active, footer a:visited {
	text-decoration: underline;
	color: #0085cd;
	outline: none;
}
footer a:hover {
	color: #215b7a;
	text-decoration: none;
}
footer .block img {
	padding: 0 0 20px 0;
}
footer .block {
	display: block;
	text-align: center;
}
footer .title {
	font-size: 90%;
	margin-bottom: 10px;
}
/*////////////////////////////////////////////////////////////

ウィジェットの設定

////////////////////////////////////////////////////////////*/
/* = qTranslate Plus言語切り替え
-------------------------------------------------------------- */
.ppqtrans_language_chooser, .qtranxs_language_chooser {
	width: 170px;
	margin: 0px auto;
}
.ppqtrans_language_chooser li, .qtranxs_language_chooser li {
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
}
.ppqtrans_language_chooser li a, .qtranxs_language_chooser li a {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000000;
	margin-left: 10px;
	padding: 5px 15px;
	border-radius: 5px;
	text-decoration: none;
}
.ppqtrans_language_chooser li a:hover, .qtranxs_language_chooser li a:hover {
	color: #000000;
	background-color: #E4E4E4;
}
/*////////////////////////////////////////////////////////////

トップページの設定

////////////////////////////////////////////////////////////*/
/* = 文字設定
-------------------------------------------------------------- */
.content_entry h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 25px;
}
.content_entry h2 span {
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	margin: 0 0 0 0;
	display: block;
	line-height: 1em;
}
/* = 横スライド（ヘアカタログ）
-------------------------------------------------------------- */
.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}
.simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.simply-scroll-list li img {
	border: none;
	display: block;
}
.simply-scroll { /* Customisable base class for style override DIV */
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: auto;
}
.simply-scroll .simply-scroll-list {
}
.simply-scroll .simply-scroll-list li {
	float: left;
	width: 150px;
	height: auto;
	margin: 0 10px 0 0;
}
/* = 理念philosophy設定
-------------------------------------------------------------- */
.philosophy {
	margin-bottom: 60px;
}
/* = 店舗情報shop設定
-------------------------------------------------------------- */
.shop {
	margin-bottom: 30px;
}
.shop .left {
	width: 100%;
	margin-right: 30px;
}
.shop .right {
	width: 100%;
}
.shop dl {
	margin-bottom: 30px;
}
.shop dt {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	font-family: 'Linotype Didot Headline';
	font-weight: lighter;
	letter-spacing: -1px;
}
.shop dd {
	font-size: 100%;
	line-height: 1.6em;
}
.shop_img {
	margin-bottom: 40px;
}
.shop .social h4 {
	font-size: 40px;
	font-weight: lighter;
	line-height: 0.8em;
	letter-spacing: -2px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 20px 0 20px 0;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}
.shop .social ul {
	margin: 0 0 20px 0;
}
.shop .social li {
	width: 47%;
	margin: 0px 0.45em 20px 0px;
	;
	float: left;
	list-style-type: none;
}
.shop .social li a:hover {
	opacity: 0.9;
}
.shop .social li img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
/* = iframe レスポンシブ設定
-------------------------------------------------------------- */
div.responsive_box {
	width: 100%;
}
div.responsive_wrap {
	/* padding-bottom: 100%; */
	position: relative;
}
.responsive_wrap iframe {
	width: 100%;
	/* height: 90% !important; */
	left: 0;
	/* position: absolute; */
	top: 0;
}
/* = ブログlist設定
-------------------------------------------------------------- */
.s-code #blog_list {
	width: 100%;
	margin-bottom: 60px;
	border-top: none;
	border-bottom: none;
}
.s-code #blog_list .entry_list {
	width: 47%;
	height: 330px;
	margin: 0 7px 10% 0;
	float: left;
}
.s-code #blog_list .entry_list a:link, .s-code #blog_list .entry_list a:visited, .s-code #blog_list .entry_list a:active {
	padding: 0px;
	overflow: hidden;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	border-bottom: none;
	background: none repeat scroll 0% 0% #FFF;
	transition: #FFF 0.8s ease 0s;
}
.s-code #blog_list .entry_list .title {
	width: 100%;
	margin-top: 10px;
}
.s-code #blog_list .entry_list .title h2 {
	font-size: 18px;
	line-height: 1.1em;
	margin: 0;
}
.s-code #blog_list .entry_list .title .cat {
	font-size: 12px;
	padding: 5px 0px;
}
.s-code #blog_list .entry_list .figure img {
	height: auto;
	float: none !important;
}
/*////////////////////////////////////////////////////////////

各ページの設定

////////////////////////////////////////////////////////////*/
/* = 採用情報
-------------------------------------------------------------- */
.w580 {
	width: 100%;
}
/* = 料金表
--------------------------------------------------------------*/
.pricing {
	margin-bottom: 40px;
}
.pricing h3 {
	margin-top: 50px;
}
.pricing dl {
	margin-bottom: 10px;
}
.pricing dl dt {
	font-weight: bold;
	width: 75%;
    float: left;
}
.pricing dl dd {
	margin-bottom: 20px;
}
.pricing dl dd span {
	margin-right: 20px;
}
.priceline {
	width: 9%; 
    text-align: right;
    margin-left: 75%;
}

/* = コンタクト設定（PC用）
-------------------------------------------------------------- */
/* = 予約フォーム設定（PC用）
-------------------------------------------------------------- */
.appointment {
	margin: 60px 0 0 0;
}
.appointment .add {
	margin: 0 0 30px 0;
}
.appointment dl dt {
	font-weight: bold;
	/*margin: 0 0 30px 0;*/
	padding: 17px 0px 17px 0px;
}
.appointment dl dd {
	margin: 0 0 30px 0;
}
.appointment dl dd br {
	margin: 5px 0;
}
.appointment dl dt span {
	font-size: 14px;
}
/* --------------------------------------------------------------
　フォームメニュー
-------------------------------------------------------------- */
input {
	font-size: 16px;
	color: #000000;
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 5px 10px 5px;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mwform-tel-field input {
	width: 28%;
}
input:focus {
	border: solid 1px #EEA34A;
	background-color: #FFFDEA;
}
select {
	width: 100%;
	margin: 0 20px 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 18px;
}
select option {
	font-size: 16px;
	padding: 5px;
}
label {
	display: inline-block;
	width: 100%;
	height: 35px;
}
label a:hover {
	background-color: #FFFDEA;
}
input[type=checkbox] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	-moz-transform-origin: center center;
	-moz-transform: scale( 1.3, 1.3 );
	-webkit-transform-origin: center center;
	-webkit-transform: scale( 1.3, 1.3 );
	margin: 0 10px 0 0;
}
textarea {
	color: #000;
	font-size: 16px;
	width: 100%;
	padding: 5px;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea:focus {
	border: solid 1px #EEA34A;
	background-color: #FFFDEA;
}
/* = サービスメニュー
-------------------------------------------------------------- */
.service div {
	list-style-type: none;
	margin-bottom: 40px;
}
.service .left {
}
.service .right {
}
.service h3 {
	font-family: "Linotype Didot Headline", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 25px;
	font-weight: lighter;
	padding: 20px 0px 0px 0px;
	display: block;
	line-height: 1em;
	border-bottom: none;
}
.service p {
	width: auto;
	overflow: hidden;
}
.service div img {
	height: auto;
}
.service a:link, .service a:visited, .service a:active {
	color: #000000;
	text-decoration: none;
}
.service a:hover {
	background-color: #363636;
}
/*////////////////////////////////////////////////////////////

ブログ設定

////////////////////////////////////////////////////////////*/
/* = 記事一覧
-------------------------------------------------------------- */
#contents-blog #blog_list {
	width: 100%;
	margin: 30px 0 30px 0;
	border-top: 2px solid #000000;
}
#blog_list {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}
#blog_list .entry_list {
	border: none;
	margin-bottom: 0;
}
#contents-blog #blog_list .entry_list a:link, #contents-blog #blog_list .entry_list a:visited, #contents-blog #blog_list .entry_list a:active {
	padding: 15px;
	width: auto;
	overflow: hidden;
	display: block;
	text-decoration: none;
	background: none repeat scroll 0% 0% #FFF;
	transition: #FFF 0.3s ease 0s;
	color: #333;
	cursor: pointer;
	border-bottom: 2px solid #000000;
	background: #fff;
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	-o-transition: background 0.8s ease;
	transition: background 0.8s ease;
}
#contents-blog #blog_list .entry_list a:hover {
	background-color: #f8f8f8;
}
#blog_list .entry_list a:link, #blog_list .entry_list a:visited, #blog_list .entry_list a:active {
	padding: 15px;
	width: auto;
	overflow: hidden;
	display: block;
	text-decoration: none;
	background: none repeat scroll 0% 0% #FFF;
	color: #333;
	cursor: pointer;
	border-top: 1px solid #E8E8E8;
	background: #fff;
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	-o-transition: background 0.8s ease;
	transition: background 0.8s ease;
}
#blog_list .entry_list a:hover {
	background-color: #f8f8f8;
}
#blog_list .entry_list .title {
	margin-bottom: 30px;
}
#blog_list .entry_list .title h2 {
	font-size: 30px;
	line-height: 1.1em;
	margin: 10px 0;
	background-color: transparent;
}
#blog_list .entry_list .title .time {
	font-size: 16px;
}
#blog_list .entry_list .title span {
}
#blog_list .entry_list .title .cat {
	padding: 10px 0px;
}
#blog_list .entry_list .figure img {
	width: 100%;
	height: auto;
}
/* = 記事本文
-------------------------------------------------------------- */
#contents-blog #blog_entry {
	margin-bottom: 30px;
	border: none;
}
#contents-blog #blog_entry #entry {
	padding: 0px;
}
#blog_entry {
	margin-bottom: 30px;
	border: 1px solid #E8E8E8;
}
#blog_entry #entry {
	padding: 15px;
}
#blog_entry #entry .title {
	position: relative;
	margin: 30px 0px 50px 0px;
	;
}
#blog_entry #entry .title .entry_time .time {
	font-size: 100%;
	font-style: italic;
}
#blog_entry #entry .title .entry_time .time span {
}
#blog_entry #entry .title .cat {
	font-size: 100%;
	font-style: italic;
}
#blog_entry #entry .title h2 {
	font-size: 40px;
	line-height: 1.2em;
	margin: 10px 0px 10px 0px;
}
#blog_entry #entry .content_entry {
	margin-bottom: 30px;
}
#social_btn {
	padding-top: 30px;
	border-top: 1px dotted #CCC;
}
/* = ブログ　サイドバー
-------------------------------------------------------------- */
#sidebar-blog {
	width: 100%;
	margin-top: 50px;
}
#sidebar-blog .block {
	width: auto;
	margin: 0px 0 20px 0;
	position: relative;
}
#sidebar-blog .block #titlearea {
	background-color: inherit;
	margin: 30px 0 10px 0;
	padding: 15px 0px 15px 0px;
	border-top: 2px solid #000000;
}
#sidebar-blog .block #titlearea h2 {
	font-size: 100%;
	padding: 15px;
	position: absolute;
	background-color: #FFFFFF;
	display: block;
	border: 2px solid #000000;
	top: -25px;
	left: 20px;
}
#sidebar-blog .block .textwidget {
	width: auto;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	border: solid 1px #E8E8E8;
}
#sidebar-blog .block .textwidget p {
	margin: 0 0 20px 0;
}
#sidebar-blog .block ul {
	margin: 0 0 0 0;
}
#sidebar-blog li {
	list-style-type: none;
}
#sidebar-blog li a:link, #sidebar-blog li a:active, #sidebar-blog li a:visited {
	color: #000;
	font-size: 100%;
	width: 100%;
	padding: 10px 0 10px 25px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	background-image: url(images/icon_disc01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 10px 10px;/*-webkit-transition: background 0.3s ease;*/
	/*-moz-transition: background 0.3s ease;*/
	/*-o-transition: background 0.3s ease;*/
	/*transition: background 0.3s ease;*/
}
#sidebar-blog li a:hover {
	background: #ececec;
	font-weight: bold;
	background-image: url(images/icon_disc01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 10px 10px;
}
#sidebar-blog .block img {
	margin: 0px 0 0 0;
}
/*////////////////////////////////////////////////////////////

お客様の声設定

////////////////////////////////////////////////////////////*/
/* = 記事一覧
-------------------------------------------------------------- */
#blog_list .entry_list .figure_cv img {
	width: 250px;
	height: 250px;
	float: left;
	border-radius: 50%;
}
/* 20160904-Yasugi 追加*/
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

