@charset "UTF-8";
/* CSS Document */
/* ================既存bootstrap.CSSをカスタマイズ================ */
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 }
 body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}
.navbar-brand{
	padding: 10px 40px 10px 15px;
}
.navbar{
	margin-bottom: 0;

}
.navbar-default .navbar-nav>li>a{
	color:#5d321c;		
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color:#6e422c;	
}


.btn-primary {
  color: #fff;
  background-color: #7c4996;
  border-color: #6d3d85;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #6d3d85;
  border-color: #552f67;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.thumbnail{
background: #fbfbfb;
border: 1px solid #CFC3BC;
}
h2{
	color: #7c4996;
	font-size:  1.4em;
	font-weight: bold;
	background: url(../images/h2-bg.png) repeat-x bottom;
	padding: 30px 0 15px 0;
}
h3{
	color:#5d321c;
	font-size:  1.1em;
	font-weight: bold;
	border-bottom: 1px dashed #CFC3BC;
	padding: 0 0 5px 0;
}
.caption h3{
	margin-top: 0;
}

.alert-success{
	background : #feedef ;
	border: 2px dotted #ff7696;
	color: #ff7696 ;
}
/* ================cutroom-yoshida追加スタイル================ */
.colored{
	color: #7fbf22;
}
/* ================ホームと共通関連================ */
/* ★ホームのロゴと背景の関係★ */
/* ホーム広いとき */
.cy-home-wrapper{
	background: url(../images/home-bg.png) top repeat-x;
	padding: 0 0 20px 0;
}
.cy-home{
	margin: 20px 0 0 0;
	background: url(../images/shop-photo.png) right top no-repeat;	
	background-size:424px 474px;
	min-height: 474px;
}
.cy-home-main{
	width:60%;	
}
.cy-home-main p.copy{
	padding:5px 0;
	font-size: 1.6em;
	text-align: center;
	color: #1f0431;
	line-height: 1.4em;
}
.cy-home-main p.copy span.num{
	font-weight:bold;
	font-size: 1.2em;
}
/* ホーム中くらいのとき */
@media (max-width: 992px) {
.cy-home-wrapper{
	background-image: none;
	background-color: #7c4996;
}
.cy-home{
	background-size:296px 331px;
	min-height: 331px;
}
.cy-home-main p.copy{
	padding:5px 0;
	font-size: 1.5em;
	line-height: 1.4em;
}
.cy-home-main p.copy span.num{
	font-weight:bold;

}
}
/* 一番狭いとき */
@media (max-width: 768px) {
.cy-home{
	margin: 0 0 0 0;
	background: url(../images/shop-photo.png) no-repeat;
	background-position: center -50px;
	background-size:212px 237px;
	min-height:  300px;
}
.cy-home-main{
	padding: 60px 0 0 0;
	width:100%;	
}
.cy-home-main p.copy{
	background: #1f0431;
	opacity: 0.8;
	padding:5px;
	font-size: 0.96em;
	color: #fff;
	line-height: 1.4em;
	border-radius: 5px;
}
.cy-home-main p.copy span.num{
	font-weight:bold;
}
}
/* ★ホームのリンクまるがこみ★ */
.cy-home-link-wrapper{
	width: 430px;
	margin: 0 auto;
}
.cy-home-link01{
	float: left;
	margin: 0 20px 0 0;
	background: #2a7ea1 url(../images/moon.png) center 20px no-repeat;
	border-radius: 50%;
	width: 205px;
	height: 205px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);	
}
.cy-home-link02{
	float: left;
	background: #e5ac14 url(../images/bike.png) center 30px no-repeat;
	border-radius: 50%;
	width: 205px;
	height: 205px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);	
}
.cy-home-link01 p,
.cy-home-link02 p{
	padding: 100px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}
.cy-home-link01 p small,
.cy-home-link02 p small{
	font-size: 0.7em;
	font-weight: normal;
}
/* 500px以下だけ分ける */
@media (max-width: 500px) {
.cy-home-link-wrapper{
	width: 300px;
	margin: 0 auto;
}
.cy-home-link01{
	float: left;
	margin: 0 10px 0 0;
	background: #2a7ea1 url(../images/moon.png) center 20px no-repeat;
	background-size: 33px 38px;
	border-radius: 50%;
	width: 145px;
	height: 145px;	
}
.cy-home-link02{
	float: left;
	background: #e5ac14 url(../images/bike.png) center 30px no-repeat;
	background-size: 57px 30px;
	border-radius: 50%;
	width: 145px;
	height: 145px;
}
.cy-home-link01 p,
.cy-home-link02 p{
	padding: 70px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height:1.2em;
}
.cy-home-link01 p small,
.cy-home-link02 p small{
	font-size: 0.8em;
	font-weight: normal;
}	
}
/* ★homeのコンテンツエリアメニュー 狭い時のみ出現★ */
.cy-home-menu{
	margin: 20px auto 0 auto;
	text-align:center;
	width:70%;
}
.cy-home-menu ul{
	width:100%;
	padding: 0;
	list-style: none;
	margin: 0;
}
.cy-home-menu li a{
	display: block;
	padding: 15px 20px;
	text-align: left;
	background: #EA7343;
	border: 1px solid #FFB586;
}
.cy-home-menu li:first-child a{
	border-radius: 5px 5px 0 0;
}
.cy-home-menu li:last-child a{
	border-radius: 0 0 5px 5px;
}
.cy-home-menu li a{
	color: #fff;
}
/* ★footer★ */
.footer-reservation{
	padding:20px;
	text-align: center;
}
.footer{
	background: #eaeaea;
	padding: 10px 5px;
	text-align: center;
}
.go-up{
	text-align: right;
}
.go-up a{
	font-size:3em;
	color: #D6D6D6;
}
.go-up a:hover{
	color: #8E8E8E;
}
.footer-menu{
	margin: 5px 0 0 0;
}
.footer-menu li{
	text-align: left;
	list-style: none;
	display: inline-block;
	margin: 5px 10px;
}
.footer-menu li a{
	color:#5d321c;		
}
.footer-menu li a:hover, .footer-menu li a:focus{
	color:#6e422c;	
}
/* 一番狭いとき */
@media (max-width: 768px) {
.footer-menu li{
	display: block;
	padding: 5px;
}	
}
/* ================下層ページ================ */
.cy-2nd-header{
	background: #7c4996  url(../images/header-bg.png) repeat-x 0 -2px;
}
.cy-2nd-header h1{
	padding: 0.5em 0; 
	font-size: 1.8em;
	color: #fff;
}
@media (max-width: 768px) {
	.cy-2nd-header h1{
		padding: 0.5em 0; 
		font-size: 1.6em;
		color: #fff;
	}
}

.ys-message{
	padding:30px 0 20px 0;
}
.ys-message .lead{
	padding:0 0 1em 0;
	color: #7c4996;
	font-size: 1.2em;
}
.ys-message strong{
	color: #7fbf22;
	font-weight: bold;
}
.aisatsu{
	background:url(../images/craft-bg.jpg);

	border-radius: 5px;
	padding: 20px;
	margin: 0 0 20px 0;
	color:#5d321c;
	/*box-shadow: 2.5px 4.33px 3.88px 0.12px rgba(6, 0, 0, 0.41);*/
}
.aisatsu img{
	margin: 0 0 0 20px;
}
/* ================サイドナビ================ */
.ym-side{

}
.ym-side-nav{
	margin: 20px 0 0 0;
	padding: 0;
}
.ym-side-nav ul{
	
}
.ym-side-nav li{
	list-style: none;
}
.ym-side-nav li a{
	display: block;
	padding: 15px;
	text-align: left;
	background: #9E92C7;
	border: 1px solid #BBAFE2;
}
.ym-side-nav li:first-child a{
	border-radius: 5px 5px 0 0;
}
.ym-side-nav li:last-child a{
	border-radius: 0 0 5px 5px;
}
.ym-side-nav li a{
	color: #fff;
}
@media (max-width: 768px) {
	.ym-side-nav ul{
	}
	.ym-side-nav li{
	float: left;
	}
	.ym-side-nav li a{
		padding: 10px 12px;
	}
	.ym-side-nav li:first-child a{
		border-radius: 5px 0 0 5px;
	}
	.ym-side-nav li:last-child a{
		border-radius: 0 5px 5px 0;
	}
}

/* ================施術の流れ================ */
.ym-menuflow .thumbnail{
	padding: 10px 20px;
}
.ym-menuflow h3{
	line-height: 1.3;
}
.ym-menuflow h4{
	margin: 0 10px;
	background : #7fbf22;
	text-align:center;
	padding: 0.5em;
	border-radius: 20px;
	color:#fff;
}
.ym-menuflow h5{
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0;
	color: #7fbf22;
	padding: 10px;
	border: 1px solid #7fbf22;
	border-radius: 5px;
}
.ym-menuflow h6{
	display: inline-block;
	margin: 10px 0 ;
	background : #7fbf22;
	padding: 0.5em;
	border-radius: 5px;
	color:#fff;
	word-break: keep-all;
}
.ym-menuflow .arrow{
	text-align: center;
	color: #7fbf22;
}
.ym-menuflow .small{
	font-size: 0.9em;
	margin: 5px 10px 0 10px;
	text-align: center;
}
.ym-menuflow .time{
	margin: 20px 10px 10px 10px;
}
.ym-menuflow .point{
	margin: 20px 10px 10px 10px;
}
.ym-menuflow .time i,
.ym-menuflow .point i{
	color: #7fbf22;
}
.ym-menuflow .oil{
	margin-left: 10px;
}
.ym-menuflow ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
/* ================テーブルアレンジプライス================ */
table.pricelist th{
}
table.pricelist td{
	white-space: nowrap;
	text-align: right;
}
.table th,
.table td{
	background: #fafafa;
}
.table .line th,
.table .line td{
	border-bottom: 2px #D0C6B4 solid;
}
.table tr th{
	font-size: 0.9em;
}
h3.menu{
	border: none;
	font-size: 1em;
	background: #5d321c;
	color: #fff;
	padding: 10px;
	border-radius: 8px 8px 0 0;
}
h4.menu{
	font-size: 1em;
	color: #7c4996;
}
.table.pricelist strong{
	color: #7c4996;	
}
.table th.no-bordertop,
.table td.no-bordertop{
	border-top: none;
}
/* ================テキストなど================ */
.text-phone{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #7fbf22;
}
/* ================斜めがけリボン================ */
.side-corner-tag {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 4px;
    overflow: hidden;
} 
 
.side-corner-tag p.ribbon {
    display: inline;

}
.side-corner-tag p.ribbon span {
    position: absolute;
    display: inline-block;
    right: -50px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    	text-align: center;
    text-transform: uppercase;
    top: 6px;
    background: #d93131;
    width: 200px;
    padding: 3px 10px 3px 50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	font-family: Arial, sans-serif;
    font-weight: 900;
} 
.side-corner-tag p.ribbon:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -17px;
    right: 75px;
    z-index: -1;
    border: 17px solid;
    border-color: transparent transparent #662121 transparent;
}
 
.side-corner-tag p.ribbon:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 82px;
    z-index: -1;
    right: -12px;
    border: 17px solid;
    border-color: #662121 transparent transparent transparent;
}
/* ================予約システムラッパー================ */
.reservation-form{
	margin: 0 0 20px 0;
}
.reservation-form a{
	font-size: 1em !important;
	background: #F86B02 !important;
	padding:20px;
	border:2px solid #F6B184 !important;
	margin:auto 5px;
	border-radius:20px !important;
	color: #fff;
}
/* ================FB================ */
.fblink{
	margin: 15px 0;
}
.footer .fblink{
	margin: 0 0 15px 0;
}
.fblink a{
	padding: 8px 30px;
	background-color: #4d69a0;
	border-radius: 30px;
	border-color: #4d69a0;
}
.fblink a:hover,
.fblink a:active{
	background-color: #2c426f;
	border-color: #2c426f;
}
/* ================追加================ */
.smaller{
	font-size:14px;
}
/* ================予約システムのボタン================ */
.reservation-btn{
	margin: 20px 0;
}