@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	font-family: 'Noto Sans Japanese','Open Sans', sans-serif, Arial, Helvetica;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	background: #f2eadf;
	color: #292624;
}

#contents {
	width: 1050px;
	margin: 0 auto;
}

header + #contents {
	padding-top: 50px;
}

.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

a {
	color: #e95193;
	/*color: #4a342c;*/
	text-decoration: none;
}
a:hover {
	color: #403732;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

h1 {
	font-size: 28px;
}

h2 {
	margin: 50px auto 30px;
	font-size: 25px;
	color: #4a342c;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
}

h2 span {
	position: relative;
	font-size: 12px;
	color: #795548;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #795548;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h3 {
	margin-bottom: 1.2em;
	font-size: 18px;
}
h3 i {
	color: #b1a79a;
    border: 1px solid #b1a79a;
    padding: 10px;
    border-radius: 50%;
    margin-right: 5px;
}
h3 span {
	font-size: 11px;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 16px;
	font-weight: bold;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

p {
	margin:0 0 1em 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #e95193;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 0;
}
@media screen and (max-width:768px) {
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
	}
	#contents {
		width: 100%;
		padding-left: 15px;
    	padding-right: 15px;
	}
	.inner {
		width: 100%;
	}
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.ac {
	text-align: center;
}
/* 左寄せ */
.al {
	text-align: left;
}
/* 右寄せ */
.ar {
	text-align: right;
}

/* ボタン */
.btnArea {
    text-align: center;
    margin: 50px auto 90px;
}
.btMore span {
    padding: 8px 30px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.btMore small {
	font-family: 'Noto Sans Japanese','Open Sans', sans-serif, Arial, Helvetica;
	font-weight: normal;
}
/* 茶色のボタン */
.btMore span {
    background-color: #403732;
    color: #fff;
    padding: 10px 28px;
    border-radius: 30px;
    font-weight: bold;
}
.btMore a:hover span {
    background-color: #fff;
    color: #403732;
    border: 1px solid #403732;
    -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.rounded {
	border-radius: 10px;
}


/* cvArea tel-only*/
#cvArea.tel-only {
	background: none;
	color: #292624;
}
#cvArea.tel-only .cv-inner .tel a {
	color: #292624;
}
#cvArea.tel-only .cv-inner {
	border: 2px solid #292624;
	background: none;
}

/* cvArea*/
#cvArea {
    background: url(../images/bg-footer.jpg);
    background-position: center top 60%;
    background-size: cover;
    padding: 45px 10px;
    color: #fff;
}
#cvArea .cvWrap {
	width: 450px;
    margin: 0 auto;
	text-align: center;
}
#cvArea .cv-inner {
    border: 1px solid #fff;
    padding: 20px 50px;
    border-radius: 10px;
    background: rgba(1,1,1,0.3);
}
#cvArea .cv-inner p {
	margin-bottom: 0;
}
#cvArea .cv-inner .tel a {
	color: #fff;
	font-size: 30px;
	letter-spacing: .1em;
	font-family: 'Quicksand', sans-serif;
  	font-weight: bold;
}
#cvArea .cvWrap .hour,
#cvArea .cvWrap .line.shadow {
	text-shadow: 2px 2px 2px #292929;
}
#cvArea .line img {
	vertical-align: middle;
    margin-right: 10px;
}

@media screen and (max-width:768px) {
	#cvArea {
		padding:45px 10px 10px;
	}
	#cvArea .cvWrap {
		width: 100%;
	}
	#cvArea .cv-inner {
		padding: 20px;
		background: rgba(1,1,1,0.5);
	}
	#cvArea .cv-inner .tel a {
		font-size: 20px;
	}
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	width: 100%;
	z-index: 100;
	height: 90px;
}
header .inner {
	width: 1130px;
}
header:after {
	content: ""; 
	display: block;
	clear: both;
}

header h1 {
	float: left;
	font-size: 40px;
	position: relative;
	font-family: 'IM Fell DW Pica', serif;
}
header h1 img {
	width: 15%;
	vertical-align: sub;
    margin-right: 13px;
}
header h1:after {
	position: absolute;
	top: 13px;
    left: 80px;
    content: "Trimming studio";
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #e95193;
}
/*header h1 a {
	color: #e95193;
}*/

header.changeNav {
	background: #f2eadf;
	box-shadow: 2px 2px 6px rgba(64, 55, 50, 0.2);
}

@media screen and (max-width:768px) {
	header {
		height: 60px;
	}
	header .inner {
		width: 100%;
	}
	header h1 {
		font-size: 27px;
		padding: 0 0 0 10px;
	}
	header h1 img {
		width: 11%;
	}
	header h1:after {
		top: 5px;
	    left: 65px;
	    font-size: 11px;
	}
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:769px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		float: right;
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position:  relative;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 0.1em;
	}
	nav.gnav ul li:hover > a {
		color: #403732;
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		float: left;
		margin: 26px 13px;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 1.3;
		font-family: 'Quicksand', sans-serif;
  		font-weight: bold;
  		text-transform: uppercase;
	}
	nav.gnav > ul > li a span {
		font-size: 11px;
		font-family: 'Noto Sans Japanese','Open Sans', sans-serif, Arial, Helvetica;
	}
	nav.gnav > ul > li.contactBtn {
	    margin: 18px 10px;
	}
	nav.gnav > ul > li.contactBtn a {
	    background-color: #403732;
	    border:1px solid #403732;
	    padding: 7px 28px;
	    border-radius: 30px;
	    color: #fff;
	}
	nav.gnav > ul > li.contactBtn a:hover {
		background: #fff;
		border:1px solid #403732;
		color: #403732;
	}

	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 180px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #fff;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		background: #4a342c;
		font-weight: normal;
	}
	nav.gnav ul li ul li a:hover {
		background: #291d18;
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height:  40px;
		border-bottom: 1px solid #555;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		left: -60px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

}

/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {

/*ハンバーガーメニュー*/
	nav.global-nav {
	    position: fixed;
	    right: -320px; /* これで隠れる */
	    top: 0;
	    width: 270px; /* スマホに収まるくらい */
	    height: 100vh;
	    padding-top: 40px;
	    background: #f2eadf;
	    transition: all .2s ease-out;
	    z-index: 200;
	    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	    padding: 60px 40px 40px 40px;
	  }
	  nav.global-nav li {
	  	list-style: none;
	  	display: block;
	    text-align: left;
	    margin-bottom: 15px;
	    padding: 5px 0;
	    border-bottom: 1px dotted #e95193;
	    font-weight: bold;
	    letter-spacing: 0.1em;
	    font-family: 'Quicksand', sans-serif;
	    text-transform: uppercase;
	  }
	  nav.global-nav li span {
	  	font-size: 11px;
	  	font-family: 'Noto Sans Japanese','Open Sans', sans-serif, Arial, Helvetica;
	  }
	  nav.gnav.global-nav > ul > li.contactBtn {
	  	border-bottom: none;
	  	margin-top: 30px;
	  }
	  nav.gnav.global-nav > ul > li.contactBtn a {
	    background-color: #403732;
	    padding: 5px 37px;
	    border-radius: 30px;
	    color: #fff;
	    text-align: center;
	    display: inline-block;
	  }

	  .hamburger {
	    position: absolute;
	    right: 0;
	    top: 3px;
	    width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
	    height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
	    cursor: pointer;
	    z-index: 300;
	  }
	  .global-nav__list {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	  }
	  /*.global-nav__item {
	    text-align: left;
	    display: inline-block;
	    padding: 0 14px;
	  }*/
	  .global-nav__item a {
	    display: block;
	    padding: 8px 0;
	    border-bottom: 1px solid #eee;
	    line-height: 1.3;
	  }
	  .global-nav__item a:hover {
	    background-color: #eee;
	  }
	  .hamburger__line {
	    position: absolute;
	    left: -5px;
	    width: 25px;
	    height: 2px;
	    background-color: #4a342c;
	    transition: all .2s ease-out;
	  }
	  .hamburger__line--1 {
	    top: 18px;
	  }
	  .hamburger__line--2 {
	    top: 26px;
	  }
	  .hamburger__line--3 {
	    top: 33px;
	  }
	  .black-bg {
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100vw;
	    height: 100vh;
	    z-index: 100;
	    background-color: #000;
	    opacity: 0;
	    visibility: hidden;
	    transition: all .6s;
	    cursor: pointer;
	  }
	  /* 表示された時用のCSS */
	  .nav-open .global-nav {
	    right: 0;
	  }
	  .nav-open .black-bg {
	    opacity: .8;
	    visibility: visible;
	  }
	  .nav-open .hamburger__line--1 {
	    transform: rotate(45deg);
	    top: 20px;
	  }
	  .nav-open .hamburger__line--2 {
	    width: 0;
	    left: 50%;
	  }
	  .nav-open .hamburger__line--3 {
	    transform: rotate(-45deg);
	    top: 20px;
	  }
}


/*================================================
 *  コンテンツ
 ================================================*/
section  {
	padding-bottom: 4rem;
	position: relative;
}
section.section {
	padding-top: 4rem;
}
.content-name {
	position: absolute;
    top: 27%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .2em;
    color: #b1a79a;
}
.content-name.left {
	left: -50px;
}
.content-name.right {
	right: -50px;
}
@media screen and (max-width:768px) {
	section {
		padding-bottom: 2em;
	}
	.content-name {
		top: 3%;
	}
	.content-name.left {
		left: 0;
	}
	.content-name.right {
		right: 0;
		top: -20%;
	}
}



/*================================================
 *  about
 ================================================*/
#about .lead {
	line-height: 2;
	text-align: center;
}
#about .point {
	margin: 80px auto 20px;
}
#about .point h3 {
	text-align: center;
	margin-bottom: 20px;
}
#about .point i {
	font-size: 35px;
    border: 1px solid #b1a79a;
    padding: 30px;
    border-radius: 50%;
    color: #b1a79a;
    box-shadow: 2px 2px 7px rgb(177, 167, 154,0.6);
}
@media screen and (max-width:768px) {
	#about .lead  {
		text-align: left;
	}
}

/*================================================
 *  store
 ================================================*/
#store {
	padding-top: 80px;
	margin-top: -80px;
}

#store table {
    max-width: 770px;
    margin: 0 auto;
}
#store th, #store td {
    padding: 1rem 3rem;
    text-align: left;
    border-bottom: 1px solid rgba(177, 167, 154, 0.3);
}
#store th {
    width: 200px;
    text-align: center;
    vertical-align: middle;
}
@media screen and (max-width:768px) {
	#store table {
		width: 100%;
	}
	#store th, #store td {
		padding: 0.7rem 0.5rem;
	}
	#store th {
		width: 100px;
	}
}



/*================================================
 * 下層ページのタイトル
 ================================================*/
.mainVis {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.mainVis img {
	width: 100%;
}
.mainVis .mainVis_ttl {
    position: absolute;
    font-size: 60px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.15em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    line-height: 0.8;
}
.mainVis .mainVis_ttl.text-white {
	color: #f2eadf;
}
.mainVis .mainVis_ttl span {
	font-size: 15px;
	font-family: 'Noto Sans Japanese','Open Sans', sans-serif, Arial, Helvetica;
}
@media screen and (max-width:768px) {
	.mainVis {
		height: 250px;
	}
	.mainVis .mainVis_ttl {
		font-size: 35px;
	}
	.mainVis .mainVis_ttl span {
		font-size: 13px;
	}
}



/*================================================
 *  フッター
 ================================================*/
footer {
	margin-top: 100px;
	background: #403733;
}

.fnav {
	text-align: center;
	padding: 20px 0 0;
}
.fnav ul li {
	display: inline-block;
	list-style: none;
	margin: 5px 10px;
	font-size: 12px;
}
.fnav ul li a {
	color: #fff;
}
.fnav ul li a:hover {
	opacity: .7;
}
.social_icn {
	text-align: center;
	padding-top: 15px;
}
.social_icn ul li {
	display: inline-block;
	margin: 0 5px;
}
.social_icn ul li i {
	color: #fff;
	font-size: 20px;
}
.copyright {
	padding: 20px 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
	text-align: center;
	background: #403733;
	font-family: 'Quicksand', sans-serif;
    font-weight: bold;
	letter-spacing: .1em;
}

@media screen and (max-width:767px) {
	footer {
		margin-top: 40px;
	}

}


/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    border: 1px solid #b1a79a;
    border-radius: 50%;
    padding: 6px 12px;
}
#pagetop i {
	font-size: 13px;
    color: #b1a79a;
}




