@charset "utf-8";
/* CSS Document */
/* =================================================================================================
 * Reset
 * =================================================================================================*/
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.0em;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #000;
}
ol, ul {
	list-style: none;
}
p {
	line-height: 24px;
}
img, input {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
.main_box {
    overflow: hidden;
}

/* =================================================================================================
 * common
 * =================================================================================================*/
body {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
}
.wrapper {
	overflow: hidden;
}
hr {
	border: solid 1px #000;
	margin: 0;
}
.button {
	display: inline-block;
	width: 184px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	/*z-index: 1;*/
	border: 2px solid #000;
	color: #000;
	line-height: 40px;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.button:hover {
	color: #000;/*#b44a66*/
	font-weight: bold;
	letter-spacing: 3px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}
.button:hover::after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}

.button01 {
	display: inline-block;
	width: 184px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	/*z-index: 1;*/
	border: 2px solid #fff;
	color: #fff;
	line-height: 40px;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.button01:hover {
	color: #fff;/*#b44a66*/
	font-weight: bold;
	letter-spacing: 3px;
}
.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button01::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}
.button01:hover::after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}

/* =================================================================================================
 * drawer
 * =================================================================================================*/
.drawer{
	position: fixed;
	z-index: 50;
}
.pure-drawer ul {
	margin-top:40px;
} 
.pure-drawer li {
	font-size: 16px;
    padding: 16px 0;
    text-align: center;
    z-index: 2;
}
.drawer_icon {
	width: 180px;
	margin: 0 auto 16px;
	overflow: hidden;
}
.drawer_icon ul {
	margin: 12px 0 0;
}
.drawer_icon li {
	float: left;
	padding: 0 14px; 
}
/* =================================================================================================
 *  top
 * =================================================================================================*/
.top_bg_img {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100%;
  background:url(../img/bg/kawa_top.jpg) no-repeat; /*fixedをトル！*/
}
.box1 {
    text-align: center;
}
#box1:after {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 0% auto;
    content: "";
    display: block;
    height: 630px;
}
#box1 .top_logo {
	max-width: 600px;
	margin: auto;
	margin-top: 4rem;
}
.top_box {
	width: 300px;
    height: 350px;	
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.top_btn{
    margin: 32px auto 0;
}
.top_contact{
	margin-top: 16px;
}
.button1 {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	line-height: 50px;
	overflow: hidden;
    font-weight: bold;
}
.button1:hover {
	color: #fff;
	letter-spacing: 3px;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button1:hover::after {
	background: rgba(66, 35, 17, 0.8);
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* mask */
.mask {
	background: rgba(169, 0, 0, 0.8);
    overflow: hidden;
    margin-bottom: 200px;
    color: #fff;
}
.mask_box {
	width: 330px;
	margin: 0 auto ;
}
.mask_title {
	text-align: center;
	margin: 24px 0;
}
.mask_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
}
.mask_img {
	margin: 24px 0; 
}
.mask_img img {
	width: 100%;
}
.mask_text {
	margin-bottom: 40px;
	overflow: hidden;
}
.mask_text h2 {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: bold;
}
.mask_text p {
	font-size: 14px;
	line-height: 30px;
}
.mask .flex{
	display: flex;
	margin: 0.5rem 0;
}
.mask .txt-box dt{
	border-left: 5px solid;
    padding-left: 1rem;
    border-bottom: 1px solid;
    margin: 1rem 0 0.5rem;
    padding: 0.5rem;
}
.mask .flex dt{
	margin: 0.5rem 0px 0;
    padding-right: 0.5rem;
}
.mask .tel-box dt{
	width: 55%;
	margin:1rem auto;
	font-size: 1.1rem; 
}
.mask .tel-box dd{
	width: 55%;
	margin: 0 auto;
}
.mask .button {
    color: #fff;
    border-color: #fff;
}
.mask .button:hover {
    color: #bf0000;
}
/* =================================================================================================
 * about
 * =================================================================================================*/
.about {
	background: rgba(255,255,255,0.8);
	overflow: hidden;
	margin-bottom: 200px;
}
.about_box {
	width: 320px;
	margin: 0 auto ;
}
.about_title {
	text-align: center;
	margin: 24px 0;
}
.about_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
}
.about_img {
	margin: 24px 0; 
}
.about_img img {
	width: 100%;
}
.about_text {
	margin-bottom: 40px;
	overflow: hidden;
}
.about_text p {
	font-size: 14px;
	line-height: 30px;
}
.about_btn {
	margin: 24px 0 0;
	text-align: center;
}
/* =================================================================================================
 * menu
 * =================================================================================================*/
.menu {
	background: rgba(255,255,255,0.8);
	overflow: hidden;
	margin-bottom: 200px;   
}
.menu_box {
	width: 320px;
	margin: 0 auto;
}
.menu_title {
	text-align: center;
	margin: 24px 0;
}
.menu_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
}
.menu_img {
	margin-bottom: 24px; 
}
.menu_img img {
	width: 100%;
}
.menu_text {
	margin-bottom: 40px;
	overflow: hidden;
}
.menu_text p {
	font-size: 14px;
}
.menu_btn {
	margin: 24px 0;
	text-align: center;
}
/* =================================================================================================
 * gallery
 * =================================================================================================*/
.gallery {
	background: rgba(255,255,255,0.6);
	overflow: hidden;
	margin-bottom: 200px;    
}
.gallery_box {
	width: 320px;
	margin: 0 auto 40px;
}
.gallery_title {
	text-align: center;
	margin: 24px 0;
}
.gallery_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
}
.instagram{
	margin: 16px 0;
}
/* =================================================================================================
 * salon de ruban
 * =================================================================================================*/
#ruban {
	background:url(../img/bg/ruban_bg.jpg);
	overflow: hidden;
	margin-bottom: 200px;
}
#ruban br.pc {
	display: none;
}
/* =================================================================================================
 * Instagram
 * =================================================================================================*/
#insta .about_box {
	margin-bottom: 5%;
}
/* =================================================================================================
 * news
 * =================================================================================================*/
.news01 {
	background: rgba(255,255,255,0.8);
	overflow: hidden;
	margin-bottom: 200px;
}
.news01 h2{
	color: #000 !important;
}
.news {
  background:url(../img/bg/company.jpg) ; /*fixedをトル！*/	
	  filter: 				alpha(opacity=90);
    -moz-opacity:			0.9;
    opacity:				0.9;
    width: 100%;

	/*background: rgba(255,255,255,0.8);*/
	overflow: hidden;
	margin-bottom: 200px;
}
.news_box {
	width: 320px;
	margin: 0 auto 40px;
}
.news_title {
	text-align: center;
	margin: 24px 0;
}
.news_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
	color: #fff;
}
.news_main{
	margin: 0 auto; 
	height: 280px;
	margin-bottom: 40px;
}
.news_main a {
	color: #fff;
}
.news_main li{
	line-height: 24px;
	font-size: 12px;
	border-top: dotted 1px #fff;
}
/* =================================================================================================
 * Company
 * =================================================================================================*/
.company_text p {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
/* =================================================================================================
 * contact
 * =================================================================================================*/
.contact {
	background: rgba(255,255,255,0.8);
	overflow: hidden;
	margin-bottom: 200px; 
}
.contact_box {
	width: 100%;
	margin: 0 auto;
}
.contact_title {
	text-align: center;
	margin: 24px 0;
}
.contact_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
}
.contact_form{
	overflow: hidden; 
}
.contact_btn {
	margin: 24px 0 40px;
	text-align: center;
}
.contact_btn input {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	font-size: 14px;
  letter-spacing: 1px;
	background: transparent;
	border: none;
	z-index: 4;
	width: 180px;
	height: 40px;
	text-align: center;
}
.contact_btn input:hover {
	color: #422311;
	font-weight: bold;
	letter-spacing: 3px;
}
.privacy {
    width: 65%;
    height: 100px;
    margin: 0rem auto 3rem;
    padding: 2rem 1rem;
    overflow-y: scroll;
    border: 1px solid #000;
}
.privacy p {
	line-height: 1.5;
}
.privacy dt {
	font-size: 1rem;
	padding: 0.5rem 0;
}
.privacy dd {
	margin-left: 0.5rem;
	line-height: 1.5;
}
.privacy p.title {
    font-weight: bold;
    font-size: 1.2rem;
}
/* =================================================================================================
 * access
 * =================================================================================================*/
.access {
	background: rgba(255,255,255,0.8);
	overflow: hidden; 
}
.access_box {
	width: 100%;
	margin: 0 auto;
}
.access_title {
	text-align: center;
	margin: 24px 0;
}
.access_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
}
#map {
	width: 100%;
	height: 250px;
}
.access_btn {
	margin: 24px 0 24px;
	text-align: center;
}
.access_info {
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
}
.access_info a{

}
.access_address,.access_tel{
	text-align: center;
}
.access_address{
	margin-bottom: 24px;  
}
.access_address p{
	padding-top: 8px;
}
.access_tel p{
	font-size: 20px;
	padding-top: 8px;
	letter-spacing: 2px; 
}
/* =================================================================================================
 * footer
 * =================================================================================================*/
.footer {
	background: rgba(180, 74, 102, 0.8);
	width: 100%;
	overflow: hidden;
}
#pagetop {
    height: 70px;
    text-align: center;
    overflow: hidden;
}
#pagetop a {
    display: inline-block;
    border-top: 0px solid transparent;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    /*border-bottom: 60px solid transparent;*/
    vertical-align: bottom;
    height: 70px;
    width: 0px;
    margin-top: -40px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#pagetop a:hover, #pagetop a.hover {
    border-bottom: 60px solid rgba(255, 255, 255, 0.6);/*180, 74, 102, 0.9*/
    margin-top: -60px;
}

#pagetop .arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 80%;
    left: 80%;
    margin: 31px 0px 0 -12px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
/*#pagetop .arrow:hover {
    border-right: 2px solid #b44a66;
    border-top: 2px solid #b44a66;
}*/
.footer_box {
	width: 320px;
	margin: 0 auto;
}
.footer_icon {
	text-align: center;
}
.footer_icon li {
	display: inline-block;
	padding: 8px;
}
.footer_nav1 {
	overflow: hidden;
	float: left;
}
.footer_nav1 li {
	float: left;
	padding: 10px 8px;
	font-size: 12px;
}
.footer_copy {
	clear: both;
}
.footer_copy p{
	text-align: center;
	font-size: 11px;
	margin: 4px auto;
}
.footer_copy_f p{
	text-align: center;
	font-size: 11px;
	margin: 4px auto;
	color: #fff;
}
.footer_copy_f hr {
    border: solid 1px #fff;
    margin: 0;
}
.f_banner {
	max-width: 800px;
	margin: 2em auto 0;
}
.f_banner ul {
	display: block;
}
.f_banner li {
	width: 300px;
	margin: auto;
}
.f_banner img {
	width: 100%;
	display: block;
	margin: 0 auto;
	transition: 0.2s;
}
.f_banner img:hover {
	opacity: 0.8;
}

/* =================================================================================================
 *  iv
 * =================================================================================================*/
.iv{
	height:300px;
}
@media screen and (min-width:360px){
/* =================================================================================================
 *  top
 * =================================================================================================*/
	.top_bg_img {
	  content:"";
	  display:block;
	  position:fixed;
	  top:0;
	  left:0;
	  z-index:-1;
	  width:100%;
	  height:100%;
	  background:url(../img/bg/kawa_top.jpg) center/cover no-repeat;
	}
}
@media screen and (min-width:600px){	
/* =================================================================================================
 *  top
 * =================================================================================================*/
	#box1:after {
	    height: 1000px;
	}
	#box1 .top_logo {
		margin: 4rem 0 1rem;
	}
	.top_box {
		width: 580px;
		top: 10%;
	}
	.top_tel {
		display: inline-block;
	}
	.top_contact {
		display: inline-block;
		margin: 0 0 0 60px;	
	}

	.mask_box{
		width: 580px;
	}
	.mask_text{
		margin-bottom: 20px;
	}
/* =================================================================================================
 * about
 * =================================================================================================*/
	.about_box {
		width: 580px;
	}
/* =================================================================================================
 * menu
 * =================================================================================================*/
	.menu_box {
		width: 580px;
	}
/* =================================================================================================
 * news
 * =================================================================================================*/
	.news_box{
		width: 580px; 
		margin-bottom: 40px; 
	}
	.news_main{
		margin: 0 auto; 
		color: #fff;
	}
	.news_main dt{
		width: 90px;
		float: left;
		margin-right: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.news_main dd{
		border-top: none;
		font-size: 14px;
		line-height: 40px;
	}
/* =================================================================================================
 * gallery
 * =================================================================================================*/
	.gallery_box {
		width: 580px;
	}
/* =================================================================================================
 * access
 * =================================================================================================*/
	#map {
		height: 300px;
	}
	.access_info {
		width: 580px;
	}
	.access_address {
		float: left;
		width: 50%;
		margin-bottom: 0;   
	}
	.access_tel {
		float: right;
		width: 50%; 
	}
/* =================================================================================================
 * footer
 * =================================================================================================*/
	.footer_box {
		width: 580px;
	}
	.footer_nav1 li {
	    padding: 11px 24px;
    	font-size: 12px;
   }
}	
@media screen and (min-width:768px){
	.mask_box{
		width: 748px;
	}
	.mask_img{
		float: left;
		width: 45%;
	}
	.mask_img2{
		float: right;
		clear: both;
	}
	.mask_text{
		float: right;
		width: 45%;
		margin: 20px 0 0 0;
	}
	.mask_text2{
		float:left;
	}
	.mask_text p{
		line-height: 20px;
	}
	.mask .flex{
		margin: 1rem 0;
	}
	.mask .flex dt{
		margin: 0;
		padding-left: 1rem;
	}
	.mask .tel-box dt{
	width: 50%;
		margin: 1.5rem auto 1rem;
}
/* =================================================================================================
 * about
 * =================================================================================================*/	
 	.about_box{
		width: 748px;
	}
	.about_img {
		float: left;
		width: 45%;
	}
	.about_text {
		float: right;
		width: 45%;
		margin: 16px 0 0 0;
	}
/* =================================================================================================
 * menu
 * =================================================================================================*/
	.menu_box {
		width: 748px;
	} 
	.menu_img {
		float: right;
		width: 45%;
	}
	.menu_text {
		float: left;
		width: 45%;
	}
/* =================================================================================================
 * news
 * =================================================================================================*/
 	.news_box{ 
		width: 748px;
	}
/* =================================================================================================
 * gallery
 * =================================================================================================*/
	.gallery_box {
		width: 748px;
	}
/* =================================================================================================
 * access
 * =================================================================================================*/
	#map {
		height: 400px;
	}
	.access_info {
		width: 748px;
	}
	.access_address p{
		font-size: 16px;
	} 
/* =================================================================================================
 * footer
 * =================================================================================================*/
	.f_banner ul {
		display: flex;
	}
	.f_banner li {
		margin: 0 auto;
	}
	.footer_box {
		width: 748px;
	}
	.footer_nav1 li {
	    padding: 12px;
	    font-size: 14px;
	}
}
@media screen and (min-width:1024px){
/* =================================================================================================
 * drawer
 * =================================================================================================*/	
 	.drawer {
		display: none;		
	}
/* =================================================================================================
 * nav
 * =================================================================================================*/
 	.nav {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.8);
		width: 100%;
		height: 50px;
		z-index: 10;
		overflow: hidden;
	}
	.nav_box {
		width: 1000px;
		margin: 14px auto;
	}
	.nav_title {
		float: left;
		width: 25%;
		margin: 6px 0;
	}
	.nav_title h1 {
		color: #000;
	}
	.nav_list {
		float: right;
		width: 73%;
	}
	.nav_list li {
		float: left;
		padding: 0 7px;
	}
	/*
	.nav_list a {
		position: relative;
		padding: .1em;
		text-decoration: none;
		color: #fff;
	}
	.nav_list a::after {
	   content: '';
	   position: absolute;
	   bottom: 0;
	   left: 0;
	   width: 100%;
	   height: 1px;
	   -webkit-transform: scaleX(0);
	   -ms-transform: scaleX(0);
	   transform: scaleX(0);
	   background-color: #fff;
	   -webkit-transition: all .3s ease;
	   transition: all .3s ease;
	}
	.nav_list a:hover::after {
	    -webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
		transform: scaleX(1);
	}
	*/
	.mask {
		padding-top: 20px;
	}
	.mask_box {
		width: 1000px;
	}
	.mask_img {
	    margin-bottom: 60px;
	}
	
/* =================================================================================================
 * about
 * =================================================================================================*/
	.about {
		padding-top: 20px;
	}
	.about_box {
		width: 1000px;
	}
	.about_img {
	    margin-bottom: 60px;
	}
	.about_btn {
	    margin-top: 48px;
	}
/* =================================================================================================
 * menu
 * =================================================================================================*/
	.menu {
		padding-top: 20px;
	}
	.menu_box {
		width: 1000px;
	}
	.menu_img {
	    margin-bottom: 60px;
	}
	.menu_btn {
		margin-top: 48px;
	}
/* =================================================================================================
 * gallery
 * =================================================================================================*/
	.gallery_box {
		width: 100%;
		margin: 0 0 60px;
	}
/* =================================================================================================
 * salon de ruban
 * =================================================================================================*/
	#ruban br.pc {
		display: block;
	}
/* =================================================================================================
 * news
 * =================================================================================================*/
	.news{
		padding-top: 20px; 
	}
	.news_box{ 
		width: 700px;
		margin-bottom: 60px; 
	}

/* =================================================================================================
 * contact
 * =================================================================================================*/
	.contact {
		padding-top: 20px;
	}
	.contact_btn {
		margin: 24px 0 60px;
	}
/* =================================================================================================
 * access
 * =================================================================================================*/
	.access {
		padding-top: 20px;
	}
	.access_info {
		width: 1000px;
	}
	.access_tel p {
	    font-size: 24px;
	}
/* =================================================================================================
 * footer
 * =================================================================================================*/
	.footer_box {
		width: 1000px;
	}
		.footer_nav1 li {
	    padding: 16px 32px;
	}
/* =================================================================================================
 *  iv
 * =================================================================================================*/
	.iv{
		height:350px;
	}
}
@media screen and (max-width:1023px){
	.nav {
		display: none;
	}
} 