@charset "utf-8";
/* 
Theme Name: Chukei-k
Description: 中軽工務店 ワードプレステーマ
Author: Fate theater
Version: 1.0
*/


/* CSS Document */

@media(max-width:1199px){

.sp_none {
	display:none;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #9f8730;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 71,70,73,0.9 );
  text-align: center;
  width: 100%;
  transform: scale(0,0);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: scale(1,1);
}
	
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  background: #000;
  opacity: 0.6;
  border-radius: 50%;
z-index: 10;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome';
  font-weight: 900;
  content: '▲';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.section .oneArea {
  margin-bottom: 200px;
}
.section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 0 100px;
  padding: 0;
  box-sizing: border-box;
}
.section ul li {
  width: calc(100% / 6);
  border-right: 1px solid #fff;
  text-align: center;
  box-sizing: border-box;
}
.section ul li:last-child {
  border-right: none;
}
.section ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  background: #333;
  transition-duration: 0.3s;
}
.section ul li a:hover {
  opacity: 0.7;
}
.section .oneArea .one_title {
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #333;
}
.section .oneArea a.button {
  display: block;
  font-size: 12px;
  color: #333333;
  text-align: center;
  background: #f2f2f2;
  padding: 10px;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-top: 40px;
}
.section .oneArea a.button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .section .oneArea .one_title {
    font-size: 18px;
  }
}


body {
    margin: 0px;
		font-family: "Helvetica Neue",
			Arial,
			"Hiragino Kaku Gothic ProN",
			"Hiragino Sans",
			Meiryo,
			sans-serif;	
	font-size: 16px;
    background-color: #f9f8f4;
}


/* ヘッダー */
header {
    width: 100%;
}

.h_top {
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}

nav {
}

.logo {
	margin: 15px auto 0;
	width: 95%;
}

.logo img {
	max-width: 50%;
}

.logo_top {
	margin: 15px auto 0;
	width: 95%;
	text-align: center;
}

.logo_top img {
	max-width: 50%;
}

.menu {
	display:none;
}

.menu li span {
}

.menu li:first-child {
}

.menu li {
}

#tel {
    text-align: center;
}

.tel1 {
    font-size: 18px;
    background-color: #F5811F;
    color: #fff;
    padding: 10px 30px;
}

.tel0 {
	margin-top: 60px;
}

.tel0 img {
	width: 60%;
}

.tel2 {
    margin-top: 15px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.tel3 {
	width: 70%;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    margin: 3px auto;
    padding: 5px 0px;
}

.page_title {
	background-color: #0066B3;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding: 20px 0px;
	margin-top: 50px;
}

/* フッター */

footer {

}

.foot_in {
    width: 100%;
	padding: 10px 0px;
	color: #fff;
	text-align: center;
}

.flogo {
	margin-top: 15px;
}

.flogo img {
	max-width: 50%;
}

footer #tel {
    text-align: center;
}

footer .tel1 {
    font-size: 18px;
    background-color: #F5811F;
    color: #fff;
    padding: 10px 30px;
}

footer .tel2 {
    margin-top: 15px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

footer .tel3 {
	width: 70%;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    margin: 3px auto;
    padding: 5px 0px;
}

.copy {
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
	text-align:center;
	background-color: #0066B3;
	margin-top: 30px;
}


/* トップページ */
.wrap {
    padding: 50px 0px;
}

.top_txt_wrap {
}

.top_txt_wrap p {
	width: 95%;
}

.top_txt_wrap_img {
	text-align: center;
}

.top_txt_wrap_img img {
	margin: 0 0 80px;
}


.color_1 {
	background-color: rgba(201,188,156,0.5);
}


.wrap_in {
	width: 90%;
	margin: 20px auto;
	line-height: 180%;
	font-size: 16px;
}

.wrap_in_blog {
	margin: 20px auto;
	line-height: 180%;
	font-size: 16px;
}


.side {
	width: 100%;
}


h1 {
display: none;}

h2.pan {
	display: none;
}

h3 {
    text-align: center;
    padding: 0px 0 10px;
    font-size: 18px;
	font-weight: bold;
}

.h3_blog {
	text-align: left;
}


h4 {
    text-align: center;
}

h4 span {
    font-size: 26px;
    line-height: 1.8;
    color: #836239;
    font-weight: 500;
}

h5 {
	text-align: center;
}

h5 span {
	font-size: 24px;
	
}

.flex_top {
}

.flex_bet {
	
}


.border_top {
	background-color: rgba(255,255,255,0.7);
}

.top_commit01 {
}

.top_commit01 img {
	width: 100%;
}

.top_commit02 {
	padding: 20px;

}

.top_commit02title {
	font-size: 18px;
	font-weight: bold;
	font-family: "游ゴシック";
}

.top_commit02text {
	margin-top: 15px;
}

.border-shadow {
}

.new_wrap {
	background-color: #fff;
	padding: 50px;
	
}

.new_one {
	margin: auto;
	padding: 20px 10px 15px;
	border-bottom: 1px dotted #4E4D4D;
}

.new_cat {
	background-color: #EA5514;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
}

.new_2 {
	margin-left: 0px;
}

.new_3 {
	margin-left: 0px;
}


.top_omoi {
	background-image: url(img/top_back.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
		background-color: rgba(0, 0, 0, 0.5); /* これがオーバーレイ色 */
	background-blend-mode: darken;        /* multiply もOK */

}

.top_omoi .wrap_in {
	font-size: 16px;
	line_height: 200%;
}

.map00 {
	font-size: 20px;
	font-weight: bold;
}

.map01 {
	font-size: 14px;
}

.map02 {
	font-size: 14px;
}

.map03 {
	font-size: 12px;
	border: 1px solid #000;
	margin: 10px auto 0px;
	text-align: center;
}

.button {
	text-align: center;
	margin-top: 60px;
}

.button a span {
	font-size: 16px;
	padding: 10px 30px;
	background-color: #fff;
	color: #000;
	border: 1px #000 solid;
}


/* サロン案内 */

.info_pic {
	width: 100%;
	font-size: 12px;
}

.info_pic img {
	max-width: 100%;
}

.salon_wrap {
	background-color: rgba(255,255,255,0.7);
	padding: 5px;
	
}


/* 取扱商品 */

.product_wrap {
	background-color: #fff;
	padding: 10px 20px;
}

.product01 {
	font-size: 18px;
	font-weight: bold;
	font-family: "游ゴシック";
}

.product02 {
	color: #C30D23;
	font-size: 14px;
}

.product03 {
}

.product03 img {
	max-width: 100%;
}

.product04 {
	margin-top: 30px;
}


/* よくある質問 */
.qa {
    width: 100%;
    margin: auto;
}

.qa li {
    width: 100%;
    margin-bottom: 40px;    
}

.qa1 {
    font-size: 16px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/q.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: auto;
}

.qa2 {
    margin-top: 10px;
    border: 1px solid #534741;
    padding: 10px 10px 10px 40px;
    line-height: 2;
    background-color: #fff;
    background-image: url(img/a.png);
    background-repeat: no-repeat;
	background-position: 5px 8px;
}


/* こだわり */

.commit_no {
	background-color: #fff;
	border: 1px #000 solid;
	padding: 10px 30px;
}

.commit_title {
	font-size: 20px;
	font-weight: bold;
	font-family: "游ゴシック";
}

.commit_sub {
	color: #C30D23;
	margin: 30px 0px 10px;
	font-weight: bold;
}

.commit_pic {
	width: 100%;
}

.commit_pic img {
	max-width: 100%;
}


/* 施術メニュー */

.back_head {
	background-image: url("img/head.jpg");
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 0px 10px 0px;
	text-align: center;
}

.back_hada {
	background-image: url("img/hada.jpg");
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 0px 10px 0px;
	text-align: center;
}

.back_keana {
	background-image: url("img/keana.jpg");
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 0px 10px 0px;
	text-align: center;
}


.menu01 {
	margin: auto;
}

.menu02 {
	font-size: 20px;
	color: #fff;
	line-height: 200%;
	font-weight: bold;
	background-color: #ff6600;
	padding: 10px 20px;
}

.menu03 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 200%;
}

.menu04 {
	font-size: 30px;
	color: #ff0000;
	font-weight: bold;
	line-height: 200%;
}

.menu05 {
	background-color:rgba(255,255,255,0.6);
	margin-top: 20px;
	padding: 10px 10px;
	font-size: 14px;
}

.menu_sub {
	color: #C30D23;
	margin: 30px 0px 10px;
	font-weight: bold;
	font-size: 20px;
}

.menu01_fre {
	width: 400px;
	margin: auto;
	background-color: #fff;
}

.menu01_fre2 {
	width: 310px;
	margin: auto;
	background-color: #fff;
}

.menu02_fre {
	font-size: 20px;
	color: #fff;
	line-height: 200%;
	font-weight: bold;
	background-color: #40220F;
	text-align: center;
}

.menu03_fre {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 200%;
}

.menu04_fre {
	font-size: 28px;
	color: #ff0000;
	font-weight: bold;
	line-height: 200%;
}

.menu05_fre {
	background-color:rgba(255,255,255,0.6);
	padding: 10px 0px;
	text-align: center;
}

.menu_sub2 {
	border: 3px #000 double;
	border-radius: 10px;
	padding: 10px;
	background-color: #fff;
	color: #C30D23;
	font-size: 18px;
	line-height: 200%;
}

.menu_sub3 {
	border: 3px #000 double;
	border-radius: 10px;
	padding: 10px 10px;
	background-color: #fff;
	color: #C30D23;
	font-size: 16px;
	line-height: 200%;
}


.h3menu {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}


.nagare {
    margin: auto;
}

.nagare li {
    margin-bottom: 40px;    
}

.no1 {
    font-size: 16px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no1.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 30px;
}

.no2 {
    font-size: 18px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no2.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 30px;
}

.no3 {
    font-size: 16px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no3.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 30px;
}

.no4 {
    font-size: 16px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no4.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 30px;
}

.no5 {
    font-size: 16px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no5.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 30px;
}

.no6 {
    font-size: 16px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no6.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 30px;
}

.no7 {
    font-size: 16px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no7.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 30px;
}

.no8 {
    font-size: 16px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no8.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 30px;
}

.no9 {
    font-size: 16px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no9.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 30px;
}

.no10 {
    font-size: 16px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no10.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 30px;
}


.nagare2 {
    margin-top: 20px;
    border: 1px solid #534741;
    padding: 10px;
    line-height: 2;
    background-color: #fff;
	font-size: 14px;
}

.nagare2_left {
	width: 100%;
}

.nagare2_left img {
	max-width: 100%;
}

.nagare2_right {
	margin-top: 10px;
}



/* お問い合わせ */

/***** MW WP Form *****/

.form {
	background-color: #BDD7EA;
}

.form input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #000;
	border: 1px solid #1b2538;
	border-radius: 4px;
}

.form input[type='email'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #000;
	border: 1px solid #1b2538;
	border-radius: 4px;
}

.form textarea {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #000;
	border: 1px solid #1b2538;
	border-radius: 4px;
}

button {
	 display: block;
	 padding:15px;
	 width:350px;
	 background:#ffaa56;
	 color:#fff;
	 font-size:18px;
	 border-radius:2px;
	 margin: 50px auto;
	 text-align: center;
	 border:1px solid #ffaa56;
}

button:hover {
	 background:#fff;
	 color:#ffaa56;
	 border:1px solid #ffaa56;
}

.form input[type='text']:focus {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

.form input[type='email']:focus {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

.form textarea:focus {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

.form td {
	background-color: #fff;
	vertical-align: middle;
	padding:20px 15px;
	font-weight:bold;
	border:1px solid #ddd;
	display: block;
}

.form .hi {
	background-color: salmon; padding: 2px 5px; border-radius: 5px; font-size: 12px; font-weight: normal;
}

.form2 {
	background-color: #333333;
}

.form2 td {
	background-color: #fff;
	vertical-align: middle;
	height: 80px;
	padding:20px 15px;
	border:1px solid #ddd;
	line-height: 150%;
}

table,
  thead,
  tbody,
  tr,
  th,
  td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .form th {
	padding-left: 10px;
  }

.contact_sub {
	margin-bottom: 20px;
	
}

.riyu_title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.riyu_in {
	font-size: 14px;
}


/* ブログ */

.blog_wrap {
	margin: auto;
	width: 95%;
}

.blog_left {
}

.kiji {
	line-height: 180%;
}


.blog_hr {
	margin: 50px 0px;
}

h2.widgettitle {
	width: 100%;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 10px 0px;
}


.side li {
	list-style: none;
	padding: 0px;
}

.side ul {
	padding: 20px 0px 50px;
	line-height: 200%;
}

.time {
	text-align: right;
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}

/*画像の揃え*/
img.alignright { display: block; margin: 0 0 0 auto!important;}
img.alignleft { display: block; margin: 0 auto 0 0!important;}
img.aligncenter { display: block; margin: 0 auto!important;}



/* 会社概要 */
.gaiyou {
    width: 100%;
    margin: auto;
}

.gaiyou th {
    font-size: 16px;
    padding: 10px;
	background-color: #fff;
	border: 1px solid #999;
	border-bottom: none;
	display: block;

}

.gaiyou td {
    font-size: 14px;
    padding: 10px;
	line-height: 150%;
	background-color: #fff;
	border: 1px solid #999;
	border-top: 1px dotted #333;
	display: block;
}

}














@media(min-width:1200px){

#sp_menu {
	display: none;
}

.pc_none {
	display: none;
}

body {
    margin: 0px;
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;	
	font-size: 16px;
    background-color: #f9f8f4;
}


/* ヘッダー */
header {
    width: 100%;
    height: 145px;
}

.h_top {
    width: 100%;
}

.top_margin {
	margin-top: 400px;
}

nav {
    width: 100%;
    margin: auto;
	padding: 10px 50px;
	background-color: rgba(255,255,255,0.8);
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.logo {
	width: 300px;
	margin-top: 20px;
}

.logo img {
	max-width: 100%;
}

.logo_top {
	width: 300px;
	margin-top: 20px;
}

.logo_top img {
	max-width: 100%;
}


.menu {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
	padding-top: 30px;
}

.menu li span {
    font-size: 12px;
}

.menu li:first-child {
    padding: 5px 25px;
    border-left: none;
    height: 50px;
    text-align: center;
    line-height: 1.5;
}

.menu li {
    padding: 5px 25px;
    border-left: 1px solid #ccc;
    height: 50px;
    text-align: center;
    line-height: 1.5;
}

#tel {
    text-align: center;
}

.tel1 {
    font-size: 19px;
    background-color: #F5811F;
    color: #fff;
    padding: 10px 30px;
}

.tel2 {
    margin-top: 10px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.tel3 {
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    margin-top: 3px;
    padding: 5px 8px;
}

.tel0 {
	margin-top: 10px;
}

.tel0 img {
	width: 200px;
}


.page_title {
	height: 100px;
	background-color: #0066B3;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding-top: 35px;
}

/* フッター */

footer {
    background-color: #fff;

}

.foot_in {
    width: 100%;
	padding: 50px 50px 10px;
    display: flex;
    justify-content: space-between;
	color: #4C4D4F;
}

.flogo {
	width: 300px;
	margin-top: 20px;
}

.flogo img {
	max-width: 100%;
}

footer #tel {
    text-align: center;
}

footer .tel1 {
    font-size: 19px;
    background-color: #F5811F;
    color: #fff;
    padding: 10px 30px;
}

footer .tel2 {
    margin-top: 10px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

footer .tel3 {
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    margin-top: 3px;
    padding: 5px 8px;
}

.copy {
	margin-top: 20px;
	font-size: 12px;
	padding: 10px 0;
	text-align:center;
	background-color: #0066B3;
	color: #fff;
}


/* トップページ */
.wrap {
    padding: 50px 0px;
}

.color_1 {
	background-color: rgba(201,188,156,0.5);
}

.top_txt_wrap {
	display: flex;
	justify-content: space-between;
	margin: auto;
	width: 1000px;
}

.top_txt_wrap p {
	padding: 0 20px;
}

.top_txt_wrap_img {
	text-align: right;
	width: 25%;
}

.top_txt_wrap_img img {
	margin-top: 25px;
}



.wrap_in {
	width: 1000px;
	margin: 20px auto;
	line-height: 180%;
	font-size: 16px;
}

.wrap_in_blog {
	width: 1200px;
	margin: 20px auto;
	line-height: 180%;
	font-size: 16px;
}

.blog_left {
	width: 900px;
	float: left;
}

.side {
	width: 250px;
}


h1 {
    position: absolute;
    top: 5px;
    left: 50px;
	color: #000;
	font-size: 12px;
	z-index: 2000;
}

h2 {
    width: 1200px;
    margin: 10px auto 0;
    text-align: right;
    font-size: 12px;
}

h3 {
    text-align: center;
    padding: 10px 0;
    font-size: 26px;
}

.h3_blog {
	text-align: left;
}


h4 {
    text-align: center;
}

h4 span {
    font-size: 26px;
    line-height: 1.8;
    color: #836239;
    font-weight: 500;
}

h5 {
	text-align: center;
}

h5 span {
	font-size: 24px;
	
}

.flex_top {
	display: flex;
}

.flex_bet {
	display: flex;
	justify-content: space-between;
	
}


.border_top {
	background-color: rgba(255,255,255,0.7);
}

.top_commit01 {
	width: 300px;
}

.top_commit01 img {
	max-width: 100%;
}

.top_commit02 {
	width: 900px;
	padding: 20px;

}

.top_commit02title {
	font-size: 18px;
	font-weight: bold;
	font-family: "游ゴシック";
}

.top_commit02text {
	margin-top: 15px;
}

.border-shadow {
	box-shadow: 5px 5px 5px #666;
}

.new_wrap {
	background-color: #fff;
	padding: 50px;
	
}

.new_one {
	width: 800px;
	margin: auto;
	padding: 20px 30px 15px;
	border-bottom: 1px dotted #4E4D4D;
	display: flex;
}

.new_cat {
	background-color: #EA5514;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
}

.new_2 {
	margin-left: 50px;
}

.new_3 {
	margin-left: 100px;
}


.top_omoi {
	background-image: url(img/top_back.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5); /* これがオーバーレイ色 */
	background-blend-mode: darken;        /* multiply もOK */
}

.top_omoi .wrap_in {
	width: 900px;
	font-size: 18px;
	line_height: 200%;
}

.map00 {
	font-size: 22px;
	font-weight: bold;
}

.map01 {
	text-align: center;
}

.map02 {
	font-size: 14px;
	text-align: center;
}

.map03 {
	font-size: 14px;
	border: 1px solid #000;
	width: 500px;
	margin: 10px auto 0px;
	text-align: center;
}

.button {
	text-align: center;
	margin-top: 60px;
}

.button a span {
	font-size: 16px;
	padding: 10px 30px;
	background-color: #fff;
	color: #000;
	border: 1px #000 solid;
}


/* サロン案内 */

.info_pic {
	width: 450px;
}

.info_pic img {
	max-width: 100%;
}

.salon_wrap {
	background-color: rgba(255,255,255,0.7);
	padding: 50px;
	
}


/* 取扱商品 */

.product_wrap {
	background-color: #fff;
	padding: 20px 40px;
}

.product01 {
	font-size: 18px;
	font-weight: bold;
	font-family: "游ゴシック";
}

.product02 {
	color: #C30D23;
	font-size: 14px;
}

.product03 {
	width: 250px;
}

.product03 img {
	max-width: 100%;
}

.product04 {
	width: 750px;
	margin-top: 30px;
}


/* よくある質問 */
.qa {
    width: 1000px;
    margin: auto;
}

.qa li {
    width: 100%;
    margin-bottom: 40px;    
}

.qa1 {
    font-size: 18px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/q.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 35px;
}

.qa2 {
    margin-top: 10px;
    border: 1px solid #534741;
    padding: 10px 40px;
    line-height: 2;
    background-color: #fff;
    background-image: url(img/a.png);
    background-repeat: no-repeat;
	background-position: 5px 8px;
}


/* こだわり */

.commit_no {
	background-color: #fff;
	border: 1px #000 solid;
	padding: 10px 30px;
}

.commit_title {
	font-size: 20px;
	font-weight: bold;
	font-family: "游ゴシック";
	line-height: 2;
}

.commit_sub {
	color: #C30D23;
	margin: 30px 0px 10px;
	font-weight: bold;
}

.commit_pic {
	width: 450px;
}

.commit_pic img {
	max-width: 100%;
}


/* 施術メニュー */

.back_head {
	background-image: url("img/head.jpg");
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 50px;
	text-align: center;
}

.back_hada {
	background-image: url("img/hada.jpg");
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 50px;
	text-align: center;
}

.back_keana {
	background-image: url("img/keana.jpg");
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 50px;
	text-align: center;
}


.menu01 {
	width: 800px;
	margin: auto;
}

.menu02 {
	font-size: 24px;
	color: #fff;
	line-height: 200%;
	font-weight: bold;
	background-color: #ff6600;
	padding: 10px 30px;
}

.menu03 {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	line-height: 200%;
}

.menu04 {
	font-size: 40px;
	color: #ff0000;
	font-weight: bold;
	line-height: 200%;
}

.menu05 {
	background-color:rgba(255,255,255,0.6);
	margin-top: 20px;
	padding: 20px 0px;
}

.menu_sub {
	color: #C30D23;
	margin: 30px 0px 10px;
	font-weight: bold;
	font-size: 22px;
}

.menu01_fre {
	width: 400px;
	margin: auto;
	background-color: #fff;
}

.menu01_fre2 {
	width: 310px;
	margin: auto;
	background-color: #fff;
}

.menu02_fre {
	font-size: 20px;
	color: #fff;
	line-height: 200%;
	font-weight: bold;
	background-color: #40220F;
	text-align: center;
}

.menu03_fre {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 200%;
}

.menu04_fre {
	font-size: 28px;
	color: #ff0000;
	font-weight: bold;
	line-height: 200%;
}

.menu05_fre {
	background-color:rgba(255,255,255,0.6);
	padding: 10px 0px;
	text-align: center;
}

.menu_sub2 {
	text-align: center;
	border: 3px #000 double;
	border-radius: 10px;
	padding: 10px 30px;
	background-color: #fff;
	color: #C30D23;
	font-size: 18px;
	line-height: 200%;
}

.menu_sub3 {
	border: 3px #000 double;
	border-radius: 10px;
	padding: 10px 30px;
	background-color: #fff;
	color: #C30D23;
	font-size: 18px;
	line-height: 200%;
}



.h3menu {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}


.nagare {
    width: 1000px;
    margin: auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.nagare li {
    width: 450px;
    margin-bottom: 40px;    
}

.no1 {
    font-size: 18px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no1.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 35px;
}

.no2 {
    font-size: 18px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no2.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 35px;
}

.no3 {
    font-size: 18px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no3.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 35px;
}

.no4 {
    font-size: 18px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no4.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 35px;
}

.no5 {
    font-size: 18px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no5.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 35px;
}

.no6 {
    font-size: 18px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no6.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 35px;
}

.no7 {
    font-size: 18px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no7.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 35px;
}

.no8 {
    font-size: 18px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no8.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 35px;
}

.no9 {
    font-size: 18px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no9.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 35px;
}

.no10 {
    font-size: 18px;
    color: #534741;
    font-weight: 500;
    background-image: url(img/no10.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 35px;
    height: 35px;
}


.nagare2 {
    margin-top: 10px;
    border: 1px solid #534741;
    padding: 10px;
    line-height: 2;
    background-color: #fff;
	font-size: 14px;
}

.nagare2_left {
	width: 100px;
}

.nagare2_left img {
	max-width: 100%;
}

.nagare2_right {
	width: 300px;
	margin-left: 20px;
}



/* お問い合わせ */

/***** MW WP Form *****/

.form {
	background-color: #BDD7EA;
}

.form input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #000;
	border: 1px solid #1b2538;
	border-radius: 4px;
}

.form input[type='email'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #000;
	border: 1px solid #1b2538;
	border-radius: 4px;
}

.form textarea {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #000;
	border: 1px solid #1b2538;
	border-radius: 4px;
}

button {
	 display: block;
	 padding:15px;
	 width:350px;
	 background:#ffaa56;
	 color:#fff;
	 font-size:18px;
	 border-radius:2px;
	 margin: 50px auto;
	 text-align: center;
	 border:1px solid #ffaa56;
}

button:hover {
	 background:#fff;
	 color:#ffaa56;
	 border:1px solid #ffaa56;
}

.form input[type='text']:focus {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

.form input[type='email']:focus {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

.form textarea:focus {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

.form th {
	vertical-align: middle;
	padding: 0 15px;
	border:1px solid #ddd;
	width: 25%;
}

.form td {
	background-color: #fff;
	vertical-align: middle;
	height: 80px;
	padding:20px 15px;
	font-weight:bold;
	border:1px solid #ddd;
}

.form .hi {
	background-color: salmon; padding: 2px 5px; border-radius: 5px; font-size: 12px; font-weight: normal;
}

.form2 {
	background-color: #333333;
}

.form2 td {
	background-color: #fff;
	vertical-align: middle;
	height: 80px;
	padding:20px 15px;
	border:1px solid #ddd;
	line-height: 150%;
}

.td_left {
	width: 25%;
}


.contact_sub {
	text-align: center;
	margin-bottom: 20px;
}

.riyu_title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.riyu_in {
	font-size: 16px;
}



/* ブログ */

.blog_wrap {
	display: flex; 
	justify-content: space-between; 
	width: 1200px; 
	margin: auto;
}

.blog_left {
	width: 900px;
}

.kiji {
	line-height: 180%;
}

.blog_hr {
	margin: 50px 0px;
}

h2.widgettitle {
	width: 250px;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	padding: 10px 0px;}


.side li {
	list-style: none;
	padding: 0px;
}

.side ul {
	padding: 20px 0px 50px;
	line-height: 200%;
}

.time {
	text-align: right;
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}

/*画像の揃え*/
img.alignright { display: block; margin: 0 0 0 auto!important;}
img.alignleft { display: block; margin: 0 auto 0 0!important;}
img.aligncenter { display: block; margin: 0 auto!important;}

/*PCではTELしない*/
	a[href^="tel:"] {
		pointer-events: none;
	}

/*マウスオーバー時にリンクを半透明に光らせる*/
a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

/* 会社概要 */
.gaiyou {
    width: 900px;;
    margin: auto;
}

.gaiyou th {
    font-size: 18px;
    padding: 20px;
	background-color: #fff;
	border: 1px solid #999;

}

.gaiyou td {
    font-size: 18px;
    padding: 20px;
	line-height: 150%;
	background-color: #fff;
	border: 1px solid #999;
}


}
