@charset "UTF-8";


/* ====================================================
　お知らせ　-modal
==================================================== */

.overlay { display:none;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
    width:100%;
    height:100%;
    z-index:9999;
}


.modalInfo { display:none;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80%;
    max-width:700px;
    /*height:80%;*/
    max-height:600px;
    padding:50px 40px;
    border-radius:10px;
    background:#fff;
    z-index:10000;
}
.modalInfo___close {
    position:absolute;
    top:10px;
    right:10px;
    font-size:3.0rem;
    font-weight:bold;
    cursor:pointer;
}
.openModalInfo {
    cursor:pointer;
}
@media screen and (max-width: 767px) {
    .modalInfo {
        padding:40px 20px;
    }
}


/* ====================================================
　お知らせ　-news
==================================================== */
	.news {
	background: #FFF;
	color: #111111;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 80;
	line-height: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	}	

/* Safari (ただし、iOSのChromeにも適用される) */
_::-webkit-full-page-media, _:future, :root .news {
    bottom: -5px;
}
@media screen and (max-width: 767px) {
	.news {
	font-size: 1.2rem;
	/* height: 90px; */
	padding-left: 40px;
	width: 90%;
	padding-right: 20px;
	padding-top: 10px;
}	
	.news_row > dt {
	white-space: nowrap;
	padding: 0.5em 0 0.2em;
}
.news_row > dt:after {
	content: "/";
	margin-left: 0px;
}
.news_row > dd {
	overflow: hidden;
}
}
@media print, screen and (min-width: 768px) {
	.news {
	font-size: 1.3rem;
	/* height: 90px; */
	padding-left: 70px;
	width: 50%;
	padding-right: 20px;
	padding-top: 20px;
}	
	.news_row > dt {
	float: left;
	white-space: nowrap;
	padding: 0.5em 0;
	font-size: 1.5rem;
}
.news_row > dt:after {
	content: "/";
	margin-left: 5px;
}
.news_row > dd {
	margin-left: 6em;
	/* height: 4.7em; */
	overflow: hidden;
}
}
.news_row {	
	overflow-x: hidden;
}
.news:after{
	position: absolute;
	left: 50px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #707070;
	content: "";
	display: block;
		opacity: 0;
			-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
			-webkit-transition: opacity .6s, -webkit-transform .6s;
			transition: opacity .6s, -webkit-transform .6s;
			transition: transform .6s, opacity .6s;
			transition: transform .6s, opacity .6s, -webkit-transform .6s;
			-webkit-transition-delay: 1.5s;
			transition-delay: 1.5s;
}
@media screen and (max-width: 767px) {
	.news:after {
		left: 20px;
	}
}
.news_list {
	-webkit-transition: margin .5s;
	transition: margin .5s;
}

.news_list > li {
	display: -webkit-box;
	display: flex;
}

.news_list > li a {
	display: block;
	padding: 0.5em 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	color: #550867;
	font-size: 1.5rem;
}

.news_list > li a:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0.35em;
	left: 5.7em;
	/* background: #333; */
	background: #550867;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
}

.news_list > li a:hover:after {
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}

.news_list > li a time {
	margin-right: 10px;
}



/* ====================================================
　川勝法衣店の歴史　history
==================================================== */
@media screen and (max-width: 767px) {
	.intro {margin-bottom: 680px;}
	.intro_cnt {margin: 50px 0 20px;}
	.ttl {font-size: 2.0rem;font-weight: bold;line-height: 1.3;}
	.intro_cnt small{margin-top: 0.5em;display: inline-block;font-size: 1.1rem;}
	.intro_jp {	margin-top: 30px;font-size: 1.3rem;}
	.intro_jp br{display: none;}
	
}
@media print, screen and (min-width: 768px) {
	.intro {margin-bottom: 180px;}
	.intro_cnt {margin: 70px 0;}
	.ttl {font-size: 2.6rem;font-weight: bold;line-height: 1.3;}
	.intro_cnt small{margin-top: 0.5em;display: inline-block;}
	.intro_jp {	margin-top: 40px;margin-bottom: 40px !important; font-size: 1.5rem;}
	.intro_img_main img {max-width: 100%; height: auto;}
	
}
.intro {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	background: #ffffff;
	z-index: 100;
}

.intro:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url('../img/contents/bg_01.jpg');
	background-repeat: repeat;
	background-size:auto;
	z-index: 10;
}

.intro_wrap {
	position: relative;
	width: 50%;
	display: -webkit-box;
	display: flex;
	padding: 0px 20px 920px 50px;
	background: #ffffff;
}

.intro_cnt {
	display: inline-block;
	text-align: left;
}
.intro_img {
	position: relative;
	z-index: 10;
	width: 50%;
	padding-top: 80px;
	padding-left: 7%;
	padding-bottom: 9%;
}

.intro_btm {
	position: absolute;
	z-index: 1;
	left: 50px;
	bottom: 200px;
	width: 40%;
	background-image: url('../img/contents/index/index_02.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 740px;
}
.intro_btm02 {
	position: absolute;
	z-index: 10;
	right: 7%;
	width: 40%;
	top:720px;
	background-image: url('../img/contents/index/index_03.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 740px;
}

.intro_btm img,
.intro_btm02 img{
	display: none;
}



.intro_img_logo {
	z-index: 20;
	position: absolute;
	right: -220px;
	top: 80px;
}

.intro_img_logo img {
	opacity: 0.5;
}

.intro_img_sub {
	position: absolute;
	z-index: 20;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	top: 67%;
	display: -webkit-box;
	display: flex;
	left: 0;
	width: 100%;
	padding-left: 14%;
	-webkit-box-pack: center;
	justify-content: center;
}

.intro_img_sub img {
}

.intro_img_sub_item1 {
	margin-left: 60px;
}

.intro_img_sub_item2 {
	margin-top: 70px;
}
@media screen and (max-width:767px) {
	.intro {background-image: url('../img/contents/bg_01.jpg');display: block;	margin-bottom: 80px;}
	.intro:before {width: 10%;	display: none;}
	.intro_wrap {width: 90%;padding: 0px 20px 90px;background: #fff;	}
	.intro_img {width: 100%;padding-top: 0;padding-left: 5%;margin-top: -80px;	padding-bottom: 0;}
	.intro_btm,.intro_btm02 {width: 100%;bottom: 0;position: static;margin-top: 20px;height: 270px;}
	.intro_btm img {}
	.intro_img_main {height: auto;background: none;	}
	
	.intro_img_main img {display: block;}
	.intro_img_logo {width: 83%;right: -10%;top: -80px;}
	.intro_img_logo img {max-width: 100%;height: auto;}
	.intro_img_sub {padding-left: 20%;}
	.intro_img_sub img {width: 80px;}
	.intro_img_sub_item1 {	margin-left: 20px;}
	.intro_img_sub_item2 {}
}

/* ====================================================
　商品のご案内
==================================================== 
.product_wrap {
	background-image: url('../img/contents/bg_02.jpg');
	background-repeat: repeat;
	background-size:auto;
}
@media print, screen and (min-width: 768px) {
.product {margin-top: 480px;padding-left: 80px;}
.product_hd {position: relative;}

.product_hd_ttl {
	font-weight: bold;	
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	position: absolute;
	top: 1.05em;
	left: 60px;
}
.product_item_ttl {	font-weight: bold;	font-size: 1.4rem;line-height: 1.6;}
.product_hd_ttl em {font-size: 2.2rem;font-weight: bold;letter-spacing: 0.3em;}
.product_hd_ttl small {font-size: 1.0rem;margin-top: 20px;letter-spacing: 0.1em;}
.product_hd_lead {	padding: 20px  0 20px 180px;}
.product_link {	position: absolute;	line-height: 1;	width: 200px;right: 10%;bottom: 20px;}

.product_cnt {	position: relative;	padding: 70px 0 60px 180px;	margin-right: -60px;}
.product_list a{display: table-cell; width: 20%;}
.product_list a:hover img,
.product_list a:hover h3{ opacity: 0.7;	-webkit-transition: opacity .3s;	transition: opacity .3s;}

.product_item {	margin: 0 20px;	outline-style: none;	text-align: center;}
.product_item_img {	display: inline-block;}
.product_item_img img {	width: 94%;	height: auto;}
.product_item_cap {	margin-top: 10px;}
}

@media screen and (max-width:767px) {
	.product {margin-top: 0px;}
	.product_hd {padding: 0px 0px 10px 5%;}
	.product_hd_ttl {
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
		position: static;
	}
	.product_hd_ttl em {font-size: 2.0rem;letter-spacing: 0.15em;	margin-right: 15px;	}
	.product_hd_ttl small {font-size: 1.1rem;}
	.product_hd_lead {	padding: 0;	margin: 20px 0 0 0;font-size: 1.3rem;	padding-right: 20px;	}
	.product_cnt {padding: 50px 0 30px;margin-top: -50px;}
	.product_list{margin-left: 5%;}
	.product_list:after { content: ""; display: block;clear: both; }
	.product_list a{display: flex; width: 48%;float: left;}

	.product_list a:hover img,
	.product_list a:hover h3{ opacity: 0.7;	-webkit-transition: opacity .3s;	transition: opacity .3s;}
	.product_item {	margin: 0 20px;	outline-style: none;text-align: center;}
	.product_item_ttl {	font-weight: bold;	font-size: 1.3rem;line-height: 1.6;margin-bottom: 10px;}
	.product_item_img {	display: inline-block;}
	.product_item_img img {	width: 94%;	height: auto;}
	.product_item_cap {	margin-top: 10px;}

}*/

/* ====================================================
　商品のご案内
==================================================== */
@media print, screen and (min-width: 768px) {
.type_cnt{margin-top: 80px;display: block;	text-align: center;	}
.type_cnt .lead{margin-top: 30px;}
	.type_cnt small{font-size: 1.3rem;}
}
.type_list {display: -webkit-flex;display: flex;-webkit-box-pack: center;justify-content: center;flex-wrap: wrap;}
.type_item {margin-top: 10px;margin-left: 2.69%;display: inline-block;text-align: center;}
.type_item:nth-child(2) {	-webkit-transition-delay: .2s;	transition-delay: .2s;}
.type_item:nth-child(3) {	-webkit-transition-delay: .4s;	transition-delay: .4s;}
.type_item:nth-child(4) {	-webkit-transition-delay: .6s;	transition-delay: .6s;}
.type_item:nth-child(5) {	-webkit-transition-delay: .8s;	transition-delay: .8s;}
.-animated .type_item {	-webkit-transform: translateY(0%);	transform: translateY(0%);	opacity: 1;}
.type_item_img {-webkit-transition: opacity .6s;transition: opacity .6s;}
.type_item:hover .type_item_img {	opacity: 0.7;	-webkit-transition: opacity .2s;	transition: opacity .2s;}
.type_item_cap {padding: 10px 0 0;}


@media screen and (max-width:767px) {
	.type_cnt{ margin: 60px 10px 0 10px;display: block;	text-align: center;	}
	.type {	padding: 60px 0 30px;}
	.type_cnt .lead{margin-top: 20px; font-size: 1.3rem;}
	.type_cnt .lead br{display: none;}
	.type_list {display: block;}
	.type_item {width: 100%;margin-left: 0;	margin-top: 20px;}
	.type_item:first-child {margin-top: 0;	}
	.type_item_cap {font-size: 1.3rem;}
	.type_item_cap p{margin: 0!important;}
}

/* ====================================================
　店舗のご案内
==================================================== */
@media print, screen and (min-width: 768px) {
	.shop{margin: 120px 0;	display: block;	text-align: center;	}
	.shop_wrap {padding-top:80px;}
	.shop_img_sp{display: none;}
	.shop_img{ margin-bottom: 45px;}
	.shop small{ font-size: 1.3rem;margin-top: 0.5em;}
	.shop .ttl,.shop small{ position: absolute;}
	.shop_cnt{text-align: left;width: 1200px;margin: auto;position: relative;}
	.shop_lead {padding: 0 0 50px 260px;}
	.shop_link {  position: absolute;  line-height: 1;  right: 0;  bottom: 60px;}
}
@media screen and (max-width:767px) {
	.shop{margin: 60px 0;display: block;	text-align: center;	}
	.shop_wrap {padding-top:40px;}
	.shop_img{display: none;}
	.shop_img_sp img{margin-bottom: 5px;}
	.shop small{ font-size: 1.1rem;margin-top: 0.5em;}
	.shop .ttl{font-size:2.0rem; margin-bottom: 20px; }
	.shop_cnt{text-align: left; padding: 20px;}
	.shop_lead { font-size: 1.3rem; padding: 0;}
	.shop_link { }
}

.shop_wrap {
	background-image: url('../img/contents/bg_01.jpg');
	background-repeat: repeat;
	background-size:auto;
}


/*============================
その他バナー
============================*/
@media print, screen and (min-width: 768px) {
	.banner{ text-align: center; margin: auto; padding: 60px auto; width: 1000px;}
	.banner .lead{text-align: center;font-size: 1.6rem; line-height: 1.8; margin-bottom: 8px; }
	.banner div.banner_wrap { max-width: 1000px;}
	.banner div.banner_wrap div.conts_block ul li {width: 31.5%;  position: relative;}
	.banner div.banner_wrap div.conts_block ul {
	width: 100%;
  	max-width: 1000px;
  	margin: 0 auto;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	justify-content: space-between;
	}
}
@media screen and (max-width: 767px) {
	.banner{ text-align: center; margin: auto; padding: 0px 30px; }
	.banner .lead{text-align: left;font-size: 1.6rem; line-height: 1.7; margin-bottom: 8px; }
	.banner .lead br{display: none;}
	.banner div.banner_wrap div.conts_block ul li {position: relative;margin-bottom: 20px;}
	.banner div.banner_wrap div.conts_block ul {
	width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  justify-content: space-between;
	}
}

.banner div.banner_wrap div.conts_block { width: auto;}
.banner div.banner_wrap div.conts_block ul li:after {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  background: transparent url(../img/contents/arrow_sq.svg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner div.banner_wrap div.conts_block ul li figure {  width: auto;  transition: 0.3s;}
.banner div.banner_wrap div.conts_block ul li figure img {width: 100%;margin: 0;  padding: 0;vertical-align: bottom;}
.banner div.banner_wrap div.conts_block ul li div.text_box { width: 90%;  position: absolute; bottom: 2px; left: 8%;text-align: left;}
.banner div.banner_wrap div.conts_block ul li div.text_box h3 {  width: auto;  color: #fff; letter-spacing: 0.05em; font-size: 1.6rem; }

.banner div.banner_wrap div.conts_block ul li div.text_box p.lead {
  width: auto;
  padding: 0;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  text-align: left;
}

.banner div.banner_wrap div.conts_block ul li div.text_box p.text {
  width: auto;
  padding: 0;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
	font-weight: normal;
}



@-webkit-keyframes zoom_animation {
	0% {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);	
	}
	100% {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
		}
}
@keyframes zoom_animation {
	0% {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);	
	}
	100% {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
		}
	}
