@charset "utf-8";
/* CSS Document */



.smr_header {
	width: 100%;
	margin: 0 auto 50px auto;
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight:300;
	font-size:4vw;
	letter-spacing:10px;
	color: #FFF;
	position: relative;
}

.smr_header p {
	width: 100%;
	font-family: Adobe Garamond Pro;
	text-align: center;
	letter-spacing:10px;
	margin-right:-10px;
	position: absolute;
	top: 40%;
	z-index: 1;
}

.fadein_img {animation-name: fadein;animation-duration: 2s;}
@keyframes fadein {
from {opacity: 0;transform: translateY(0);}
to {opacity: 1;transform: translateY(0);}
}

/*　202205　追加　*/
.fadein_img02 {padding: 10px;animation: fadeIn 5s ease 1s 1 normal backwards;}

@keyframes fadeIn {
from {opacity: 0;transform: translateX(20px);}
to {opacity: 1;transform: translateX(0);}
}


/*　202205　追加　*/
div.smr_header_slider {
  overflow: hidden; 
  width: 100%;
  margin: auto;
}

/*　202205　追加　*/
.slider {}
.slick-img img {
  width: 100%;
  transform: scale(1.1);
}
@keyframes fadezoom {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(20px);
  }
}
.add-animation {
  animation: fadezoom 9s 0s forwards;
}

.f_in {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
}
.f_in.scrollin{
  opacity: 1;
  transform : translate(0, 0);
}


/*　202205　追加　*/
.img_wrap_fuwatx img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
}


/*　202205　追加　*/
.fuwatAnime_x {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3.5s;
 -ms-animation-duration:3.5s;
 animation-duration:3.5s;
 -webkit-animation-name: fuwatAnime_x;
 -ms-animation-name: fuwatAnime_x;
 animation-name: fuwatAnime_x;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime_x {
 0% { opacity: 0; -webkit-transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fuwatAnime_x {
 0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}


.bg_color {
  background-color: #F2EFEE;
}

.txt_wrap06 {
	width: 680px;
	margin: 0 auto 0 auto;
	text-align: center;
}

.txt_wrap06 p {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	margin: 0 0 1.8em 0;
}

.img_wrap06 {
	width: 40%;
	margin: 0 auto 5% auto;
}

.img_wrap07 {
	width: 50%;
	margin: 0 auto 5% auto;
}

.konkai {
	font-size: 150%;
	text-align: center;
	line-height: 2.5em;
	font-family: Adobe Garamond Pro, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.15em;
}

/* テンプレート*/
.t02_wrap03 {
	width: 980px;
	margin: 0 auto 5% auto;
}

.t02_box03 {
	width: 40%;
	margin: 0 5% 10% 5%;
	float: left;
}
.t02_box03:nth-child(2n) {
	margin-right: 0;	
}
.t02_box03_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t02_box03_txt {
	font-size: 110%;
	font-weight: 300;
	text-align: center;
	line-height: 1.4em;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	letter-spacing: 0.15em;
}
.t02_box04_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 100%;
	font-weight: 300;
	text-align: center;
	line-height: 1.7em;
}
.t02_box05_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 100%;
	text-align: left;
	line-height: 1.7em;
}
.t02_box06_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 80%;
	text-align: center;
	line-height: 1.7em;
}

.detail_box_wrap{
	width: 1080px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.detail_box {
	width: 300px;
	margin: 0 0 20px 0;
	background: #FFF;
}

.detail_txt_box {
	font-family: Adobe Garamond Pro;
	font-size: 1.8rem;
	line-height: 1.3em;
	color: #666666;
	padding: 0 20px;
	margin: 5px auto 30px auto;
	text-align: center;
	text-decoration: none!important;
}

.detail_box:nth-child(3n) {
	margin-right: 0!important;
}

.main_img_wrap {
	width: 600px;
	margin:0 auto 2% auto;
	text-align:center;
}

.main_img_wrap ul li{
	display: none!important;
}


.txt_wrap01 {
	width: 600px;
	margin: 0 auto 5% auto;
	text-align: left;
}

.txt_wrap01 p {
	margin: 0!important;
}

.s_link {
	text-align: center;
}

.s_link {
	text-decoration: none!important;
}

.img3_wrap {
	width: 1080px;
	display: flex;
	flex-wrap: wrap;
	margin:50px auto 100px auto;
}

.img3_wrap .L_box{
	width: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 50px 0 0;
}


.img3_wrap .R_box{
	width: 500px;

}


.w_imgwrap {
	width: 1080px;
	margin:100px auto 0 auto;
}

.img3_wrap .L_box_item{
	width: 450px;
	margin: 0 50px 0 0;
}

.img3_wrap .R_box_item{
	width: 500px;
	display: flex;
	align-items: center;
	margin-left: auto;
}


.img3_wrap .R_box .R_1{
	margin: 0 0 70px 0;
}

.styling_txt {	
	text-align:left;
	line-height: 2.3em;
	letter-spacing: 1px;
}

.styling_txt_L {
	text-align:center;
	line-height: 2.3em;
	letter-spacing: 1px;
	margin: 0 20px 0 0;
}

.s_link {
	text-decoration: none!important;
}

.styling_txt .m_txt, .styling_txt_L .m_txt{
	margin: 0 0 35px 0;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:300;
	font-size: 60px;
	line-height: 1.0em;
	letter-spacing: 6px;
}

.styling_txt .item_txt {
	
}



.styling_txt .item_txt .item_ttl {
	font-style: normal;
	font-weight:300;
	font-size: 24px;
	margin:  0 auto 20px auto;
	text-align: center;
}

.styling_txt .item_p_txt {
	margin: 15px auto;
/*	font-size: 14px;*/
}

.styling_txt .s_n{
	width: 100px;
    margin: 20px 0 0 0;
	padding: 5px;
    margin-left: auto;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 16px;
	text-align: center;
	line-height: 1.0em;
	letter-spacing: 1px;
	border: #000000 solid 1px;
}


.styling_txt_L .s_n{
	width: 100px;
    margin: 40px auto 0 auto;
	padding: 5px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 16px;
	text-align: center;
	line-height: 1.0em;
	letter-spacing: 1px;
	border: #000000 solid 1px;
}


.txt_detail_styling {
	margin:90px auto 0 auto;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	line-height: 1.5em;
}

.txt_detail_styling span {
	font-size: 18px;
	letter-spacing:4px;
	margin-right:-4px;
}


.btn_wrap{margin:50px auto 100px auto;}
.btn_box{width:640px;margin:0 auto 5% auto;}

/*　2205追加　*/
.btn_box04{width:500px;margin:0 auto 5% auto;}

.btn_03 {
	display: block;
	position: relative;
	padding: 1.5em;
	text-align: center;
	font-size:24px;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	text-decoration: none!important;
	color: #fff!important;
	background: #A4938C;
}
.btn_03:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.btn_03:visited { color: #FFF!important; }

/*　2205追加　*/
.btn_04 {
	display: block;
	position: relative;
	padding: 1.0em;
	text-align: center;
	font-size:24px;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	text-decoration: none!important;
	color: #fff!important;
	background: #A4938C;
}
.btn_04:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.btn_04:visited { color: #FFF!important; }


.fabric_box_wrap{
	width: 1080px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.fabric_box {
	width: 190px;
	margin: 0 10px 10px 0;
}

.fabric_box:nth-child(5n) {
	margin-right: 0!important;
}


.sns_icon_wrap {
	width: 350px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.sns_icon_box {
	width: 70px;
	margin: 0 70px 0 0;
}

.sns_icon_box:last-child{
	margin-right: 0;
}










@media only screen and (max-width: 980px) {


/*　202205　変更　*/	
.smr_header {
	width: 100%;
	margin: 0 auto 50px auto;
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight:300;
	color: #FFF;
	position: relative;
}

/*　202205　追加　*/	
.smr_header p {
	width: 100%;
	text-align: center;
	font-family: Adobe Garamond Pro;
	font-size: 8.8vw;
	line-height: 9.6vw;
	font-style: normal;
	font-weight:300;
	position: absolute;	
	top: 35%;
	z-index: 1;
	letter-spacing: 6px;
	position: absolute;
}	

.f_in_sp {
    animation-name: fadein;
    animation-duration: 2s;
    animation-iteration-count: 1;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(0);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/*　202205　追加　*/
.img_wrap_fuwatx img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
}



.bg_color {
  background-color: #F2EFEE;
}

.txt_wrap06 {
	width: 90%;
	margin: 0 auto 5% auto;
	text-align: left;
}
.txt_wrap06 p {
	font-size:110%;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	line-height: 1.7em;
	margin: 0 0 1.8em 0;
}

.img_wrap06 {
	width: 90%;
	margin: 0 auto 10% auto;
}

.img_wrap07 {
	width: 70%;
	margin: 0 auto 5% auto;
}

/* テンプレート*/
.t02_wrap03 {
	width: 100%;
	margin: 0 auto 0 auto;
}	
	
.t02_box03 {
	width: 80%;
	margin: 0 10% 20% 10%;
	float: center;
}
.t02_box03:nth-child(2n) {
	margin-right: 0;	
}
.t02_box03_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t02_box03_txt {
	font-size: 120%;
	font-weight: 300;
	text-align: center;
	line-height: 1.4em;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	letter-spacing: 0.15em;
}
.t02_box04_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 110%;
	font-weight: 300;
	text-align: center;
	line-height: 1.7em;
}
.t02_box05_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 110%;
	text-align: left;
	line-height: 1.7em;
}
.t02_box06_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 110%;
	text-align: center;
	line-height: 1.7em;
}

.detail_box_wrap{
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.detail_box {
	width: 48%;
	margin: 0 3% 3% 0;
}

.detail_txt_box {
	font-family: Adobe Garamond Pro;
	font-size: 1.4rem;
	line-height: 1.3em;
	color: #666666;
	padding: 0 20px;
	margin: 5px auto 30px auto;
	text-align: center;
	text-decoration: none!important;
}

.detail_box:nth-child(3n) {
	margin-right: 3%!important;
}	
	
.detail_box:nth-child(2n) {
	margin-right: 0!important;
}

.main_img_wrap {
	width: 90%;
	margin:0 auto 2% auto;
	padding:0 0 0 0;
	text-align:center;
}


.txt_wrap01 p, .txt_wrap02 p {
	font-size: 120%;
	line-height: 1.7em;
	}

.txt_wrap01 {
	width: 80%;
	margin: 0 auto 5% auto;
	text-align: left;
}	

.s_link {
	text-align: center;
}

.s_link {
	text-decoration: none!important;
}

.img3_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 12% auto;
}

.img3_wrap .L_box{
	width: 100%;
	margin: 10% auto 0 auto;
	display: block;
	order: 2;

}	
	
.img3_wrap .R_box{
	width: 80%;
	margin: 0 auto;
	order: 1;

}	
	

.w_imgwrap {
	width: 100%;
	margin:15% auto 0 auto;
}

.img3_wrap .L_box_item{
	width: 90%;
	margin:13% auto 8% auto;
}

.img3_wrap .R_box_item{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
}	
	

.img3_wrap .R_box .R_1{
	width: 41%;
	margin: 0 8% 0 0;
}
	
.img3_wrap .R_box .R_2{
	width: 41%;
	margin: 0;
}	


.txt_detail_styling {
	width: 90%;
	margin: 12% auto 11% auto;
	text-align: center;
	font-style: normal;
/*	font-weight: 300;*/
	line-height: 2.0em;
}	

	
	
	
.txt_detail_styling span {
letter-spacing: 3px;
margin-right: -3px;
font-size: 130%!important;
}	
	
	
	
	
.coordinate_wrap {
	width:100%;
	margin:0 auto;
}


.style_wrap{
	width: 100%;
	margin: 0 auto;
	display:inline;
	justify-content:flex-start;
	margin-bottom: 20%;
	
	}
	
.style_wbox01 {
	width: 100%;
	text-align: center;
	float: none;
	font-size: 100%;
	margin:0 auto 25% auto;

	}
	
	
	
	
.styling_imgbox {
	width: 80%;
	margin:15% auto 17% auto;
}

.styling_txt {
	width: 80%;
	margin: 6% auto 0 auto;
	line-height: 2.2em;
	text-align: left;
	font-size: 120%!important;
}
	
.styling_txt_L {
	width: 80%;
	margin: 0 auto;
	text-align:center;
	line-height: 2.3em;
	letter-spacing: 1px;
}

.s_link {
	text-decoration: none!important;
}

.styling_txt .m_txt, .styling_txt_L .m_txt{
	margin: 0 0 5% 0;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:300;
	font-size: 340%;
	line-height: 1.0em;
	letter-spacing: 3px;
}

	
	
.styling_txt .item_txt {
	
}

.styling_txt .item_txt .item_ttl {
/*	font-family: futura-pt, sans-serif;*/
	font-style: normal;
	font-weight:300;
	font-size: 150%;	
}

.styling_txt .item_txt .item_ttl02 {
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight:300;
	font-size: 140%;
	margin:  0 auto 20px auto;
}
	
.styling_txt .item_txt .txt_03{
		font-size: 120%;
	line-height: 1.7em;
}

.styling_txt .item_p_txt {
	margin: 5% auto;
	font-size: 100%;
	text-align: center;
}	
	

.styling_txt .s_n{
	width: 70px;
	padding: 5px;
    margin-left: auto;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 12px;
	line-height: 1.0em;
	letter-spacing: 1px;
	border: #000000 solid 1px;
}


.styling_txt_L .s_n{
	width: 60px;
	margin: 5% auto 0 auto;
	padding: 5px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 10px;
	line-height: 1.0em;
	letter-spacing: 1px;
	border: #000000 solid 1px;
}	


.btn_wrap {
	margin:7% auto 30% auto;
}

.btn_box {
	width:100%;
	margin: 0 auto 5% auto;
}
	
.btn_box04 {
	width:100%;
	margin: 0 auto 5% auto;
}	

.btn_03 {
	display: block;
	position: relative;
	width: 85.5%;
	margin:0 auto;
	padding: 1.2em;
	text-align: center;
	font-size:120%;
	text-decoration: none;
	color: #fff;
	background: #A4938C;
}
	
/*　2205追加　*/
.btn_04 {
	font-size:120%;
}


.fabric_box_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 0 auto;
}

.fabric_box {
	width: 33%;
	margin: 0 0 3% 0;
}

.fabric_box:nth-child(3n) {
	margin-right: 0%!important;
}


.sns_icon_wrap {
	width: 100%;
}	
	
.sns_icon_box {
	width: 15%;
	margin: 0 8% 0 0;
}