/*
Theme Name: 株式会社桐屋
Theme URL: https:
*/


h1{
	font-size: 1.6em;
	line-height: 2rem;
}

h2.contents-ttl{
	position: relative;
	font-size: 1.8em;
	padding-bottom: 0.4rem;
	text-align: center;
	margin: 1em 0;
}

h2.contents-ttl::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	height: 2px;
	background: #BA79B1;
}

.en-ttl{
	text-align: center;
	font-size: 1em;
	margin-top: -1.6em;
	margin-bottom: 2em;
}

h3{
	font-size: 1em;
	line-height: 5rem;
}

a:link{
	color: #4e4e4e;
	text-decoration: none;
}
a:hover{
	color: #4e4e4e;
	text-decoration: none;
}
a:visited {
	color: #4e4e4e;
	text-decoration: none!important;
}

.flex {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display: flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
    justify-content: space-between;
    flex-wrap: wrap;
	width:100%;
	margin: auto;
}

@media screen and (max-width: 599px) {
	.flex{
		flex-flow: column;
	}
	.flex div, .flex section{
		width: 100%;
	}
}


/*------------------------------
	TOPページ
--------------------------------*/
#eyeCatch{
	width: 100%;
	height: 50vh;
	margin-top: 4rem;
	position: relative;
	background: url(images/eye-catch.jpg) no-repeat top center;
	background-size: auto;
	background-size: cover;
}

#philosophy{
	width: 90%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-20%) translateX(-50%);
}

#philosophy h4{
	color: #fff !important;
	text-align: center;
	text-shadow: 1px 1px 3px #3b3b3b;
	font-size: 1.6em;
	line-height: 2em;
}

/****** モバイル時のみ改行指定 ******/
.br-sp {
	display: none;
}

.about-cate{
	width: 25%;
	margin-bottom: 20px;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#philosophy h4{
		font-size: 1.4em;
	}
	.br-sp {
		display: inline-block;
	}
	.about-cate{
		border-bottom: 1px dotted #3f3f3f;
		padding: 0 2em;
		box-sizing: border-box;
	}
	.about-cate:last-child{
		border-bottom: none;
	}
}


/*------------------------------
	アニメーション
--------------------------------*/
.box{
	opacity: 0;
}

/****** フェードアップ ******/

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.delay-time02{
	animation-delay: 0.2s;
}
.delay-time04{
	animation-delay: 0.4s;
}

.fadeUpTrigger{
    opacity: 0;
}


/****** ズームアップ ******/

.zoomIn{
  animation-name:zoomInAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}


/*------------------------------
	セカンド共通ページ
--------------------------------*/
#sec-main{
	margin-top: 5rem;
}

.w24{
	width: 24%;
}
.w30{
	width: 30%;
}
.w33{
	width: 33.333333%;
}
.w48{
	width: 48%;
}

.tbl{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 2em;
}
.tbl th {
	width: 30%;
	background: #fffdf1;
}

.tbl th, .tbl td {
	border: 1px solid #cacaca;
	padding: 0.5em;
	box-sizing: border-box;
	vertical-align: top;
}

.tbl2{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 2em;
	border: 1px solid #cacaca;
	padding: 1em;
	box-sizing: border-box;
}
.tbl2 th {
	width: 20%;
}
.tbl2 th, .tbl2 td {
	border-bottom: 1px dotted #4e4e4e;
	padding: 0.5em;
	box-sizing: border-box;
	vertical-align: middle;
}

.tbl2 th.last-cd, .tbl2 td.last-cd {
	border-bottom: none;
}


.online-shop th {
	width: 20%;
}




@media screen and (max-width: 599px) {
	.tbl th, .tbl td {
		display: block;
		width: 100%!important;
	}
	.tbl th, .tbl td {
		border: none;
	}
	.tbl th{
		font-weight: 800;
		background: none;
	}
	.tbl td{
		text-align: center;
		border-bottom: 1px dotted #cacaca;
		margin-bottom: 2em;
	}
	.tbl2{
		width: 100%;
	}
	.online-shop  td.no-bdr {
		border-bottom: none;
	}
}

/*------------------------------
	きものページ
--------------------------------*/
.kimono-cate{
	margin: 2em 0;
	border: 1px solid #cacaca;
}
.kimono-cate h3{
	text-align: center;
	font-size: 1.6em;
	line-height: 2.6rem;
}
.kimono-life{
	margin: 2em 0;
}
.schedule{
	padding: 1em 0;
}
.reason p{
	font-size: 1.6em;
	padding-bottom: 1em;
}

.times-ttl{
	color: #fff;
	background: #b69817;
}

.need-info{
	font-size: 0.8em;
	padding: 0 1em;
}

.go-contact-kimono a{
	display: block;
	width: 90%;
	margin: 0 auto;
	border-radius: 0.4rem;
	background: #b979b0;
	text-align: center;
	color: #fff;
}
.go-contact-kimono a:hover{
	opacity: 0.6;
}
.go-contact-kimono a:visited{
	color: #fff;
}



.care-mess{
	font-size: 1.8em;
	line-height: 1.6em;
	padding: 1em 0;
}
.care-ttl{
	font-size: 2em;
	font-weight: 800;
}

.care-other{
	border: 1px solid #cacaca;
	box-sizing: border-box;
	padding: 0.4em;
	margin-bottom: 1em;
}
.care-other h3{
	font-size: 1.4em;
}
.care-other p{
	font-size: 0.9em;
}

@media screen and (max-width: 599px) {
	.reason p{
		padding-left: 1em;
	}
	.sp-nodis{
		display: none;
	}
}


.itaku-contact a{
	display: block;
	width: 90%;
	margin: 0 auto;
	border-radius: 0.4rem;
	background: #1b9b5a;
	text-align: center;
	color: #fff;
}
.itaku-contact a:hover{
	opacity: 0.6;
}
.itaku-contact a:visited{
	color: #fff;
}




/*------------------------------
	フード事業.slider
--------------------------------*/
#menu{
	margin-bottom: 2em;
}

#calendar{
	padding-bottom: 5em;
}

.slick-slide img{
	padding: 0.2em;
	box-sizing: border-box;
}
.slick-prev::before {
	position: relative;
	content: "\f060";
	font-family: FontAwesome;
	font-size: 14px!important;
	background: rgba(255,255,255,0.5);
	padding: 4px 8px;
	opacity: 1;
	border-radius: 50%;
}
.slick-next::before {
	position: relative;
	content: "\f061";
	font-family: FontAwesome;
	font-size: 14px!important;
	background: rgba(255,255,255,0.5);
	padding: 2px 6px;
	opacity: 1;
	border-radius: 50%;
}
.slick-prev{
	display: none!important;
}
.slick-next{
	display: none!important;
}
.slick-prev:hover:before{
	animation: arrow_prev .5s ease-out forwards;
}
@keyframes arrow_prev {
	0% {
		right: 0px;
	}
	50% {
		right: 5px;
	}
	100% {
		right: 0;
	}
}
.slick-next:hover:before{
	animation: arrow_next .5s ease-out forwards;
}
@keyframes arrow_next {
	0% {
		left: 0px;
	}
	50% {
		left: 5px;
	}
	100% {
		left: 0;
	}
}
@media screen and (max-width:599px) {
	.slick-prev{
		left: 30px;
	}
	.slick-next{
		right: 30px;
	}
}


/*------------------------------
	Aoiページ　フォント
--------------------------------*/
.font-k{
	font: 16px/2;
	font-family: 'Kiwi Maru', serif;
}

/*------------------------------
	共通ボトム
--------------------------------*/
#bottom-contact{
	width: 100%;
	height: 100%;
	background: #eaeaea;
	padding: 2em 0;
}

.tel{
	font-size: 2em;
}

.contact-web a{
	display: block;
	width: 30%;
	margin: 0 auto;
	margin-top: 2em;
	padding: 0.3em 1.8em;
	border: 1px solid #cacaca;
	background: #fff;
	font-size: 1.4em;
}
.contact-web a:hover{
	background: #4e4e4e;
	color: #fff;
}

@media screen and (min-width : 600px) {
	.contact-tel a{
		display: none;
	}
}

@media screen and (max-width: 599px) {
	.contact-web a{
		width: auto;
		padding: 0.6em 0;
	}
	.contact-tel a{
		display: block;
		padding: 0.6em 0;
		margin-top: 1em;
		background: #BA79B1;
		font-size: 1.4em;
		color: #fff!important;
	}
}

/*------------------------------
	TOPに戻るボタン
--------------------------------*/
#page-top a{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background: #BA79B1;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.6em;
	transition:all 0.3s;
    line-height: 0.8em;
}

#page-top a:hover{
	background: #777;
}

span.arrow-top {
	width: 1em;
	height: 1em;
	margin: 0;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}

#page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateX(100px);
}

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime{
	from{
		opacity: 0;
		transform: translateX(100px);
	}
	to{
		opacity: 1;
		transform: translateX(0);
	}
}

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
	from{
		opacity: 1;
		transform: translateX(0);
	}
	to{
		opacity: 1;
		transform: translateX(100px);
	}
}

html { scroll-behavior: smooth;}


/*-------------------------------
 Contact Form 7カスタマイズ
-------------------------------*/
#contact-form{
	width: 80%;
	margin: auto;
}

.inquiry th {
	text-align: left;
	vertical-align: middle;
	width: 40%;
	padding: 8px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	background: #f8f3ec;
}

.inquiry td {
	width: 60%;
	padding: 8px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
}
.inquiry td .wpcf7-text {
  width: 100%;
}
.inquiry td .wpcf7-email{
	width: 100%;
}
.inquiry td textarea{
	width: 100%;
}

/* 必須の調整 */
.haveto {
	padding: 2px;
	font-size: 0.8em;
	background: #c93636;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
}
/* 任意の調整 */
.any {
	padding: 2px;
	font-size: 0.8em;
	background: #003d79;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
}

/* 送信ボタンのデザイン変更 */
.submit-btn-wrap{
	position: relative;
	width: 100%;
	height: 5rem;
}
.soushinbtn{
	position: absolute;
	top: 0;
	left: 30%;
	padding: 0.6em;
	color: #fff;
	font-size: 1.2em;
	background: #1b9b5a;
	border: 2px solid #1b9b5a;
	border-radius: 0.5em;
	width: 40%;
	text-align: center;
}

.inquiry .wpcf7-form-control-wrap acceptance-442 .spam1{
	padding-right: 1em;
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #bf1744;
	font-size: 1em;
	display: block;
}

.screen-reader-response{
	display: none;
}

.spam-info{
	text-align: center;
	color: #194693;
	padding: 1em 0;
}

span.wpcf7-list-item{
	display: inline-block;
	padding-right: 1em;
}

span.wpcf7-list-item-label{
	width: 100%!important;
}

.wpcf7-not-valid-tip{
	clear: both;
	color: #dc143c;
	word-break: break-all;
}

.form.wpcf7-form sent table, .form.wpcf7-form sent p{
	display: none!important;
}

.wpcf7 .wpcf7-response-output{
	padding: 1em;
	border-radius: 0.5em;
	text-align: center;
	color: #bf1744;
	font-weight: bold;
	font-size: 1.4em;
}
.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}

.wpcf7 .wpcf7-mail-sent-ng {
	color: #3A87AD;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

/* スマホContact Form 7カスタマイズ */

@media screen and (max-width: 599px) {
	#contact-form{
		width: 100%;
		margin: auto;
	}
	.inquiry th, .inquiry td {
		display: block;
		width: 100%!important;
		border-top: none!important;
	}
	.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7!important;
	}
	.inquiry td input{
		width: 95%;
	}
	.inquiry td textarea{
		width: 95%;
	}
	.soushinbtn{
		width: 100%!important;
	}
	.soushinbtn{
		position: absolute;
		top: 0;
		left: 0;
	}
}

/*-------------------------------
Instagram Feed カスタマイズ 
-------------------------------*/
#sb_instagram svg:not(:root).svg-inline--fa {
  height: 0;
  display: none!important;
}

#sb_instagram .sb_instagram_header, .sb_instagram_header{
	display: none!important;
}


#sbi_images img{
	width: 100%;
	max-height: 200px;
}

#sbi_images .sbi-screenreader{
	display: none;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item{
	width: 20%!important;
}

#sbi_load{
	margin: 0 auto;
	text-align: center;
}

#sbi_load .sbi_load_btn{
	display: none!important;
}

#sbi_load span.sbi_custom a{
	font-size: 0.8em;
	color: #fff;
	padding: 0.5em;
	border-radius: 0.4em;
}


@media screen and (max-width: 414px) {
	#sbi_images{
		display: block;
	}
}


/*------------------------------
	汎用
--------------------------------*/
#map iframe{
	width: 100%;
	height: 28.5rem;
	border: none;
}

.bd-btm{
	border-bottom: 1px solid #b6b6b6;
}

.bg-col{
	background: #f8f3ec;
}
.bg-col2{
	background: #dceff0;
	padding: 2em 1em;
}
.bg-grad{
	width: 100%;
	height: 12vh;
	background: linear-gradient(
	to bottom,
		#9afcf9 0%,
		#e34ddb 30%,
		#7de34d 55%,
		#f5e02a 87%,
		#ff6e2b 100%
	);
}

.bg-grad-02{
	width: 100%;
	height: 12vh;
	background-image: linear-gradient(to bottom, #37fa41 0%, #ffffff 100%);
}

.bg-grad-03{
	width: 100%;
	height: 12vh;
	background-image: linear-gradient(to bottom, #ff6426 0%, #ffffff 100%);
}


.bg-grad-04{
	width: 100%;
	height: 12vh;
	background-image: linear-gradient(to bottom, #38f5cc 0%, #ffffff 100%);
}

.bg-grad-05{
	width: 100%;
	height: 12vh;
	background-image: linear-gradient(to bottom, #2e35ff 0%, #ffffff 100%);
}

.bg-grad-06{
	width: 100%;
	height: 12vh;
	background-image: linear-gradient(to bottom, #ff2ebd 0%, #ffffff 100%);
}

.bg-grad-07{
	width: 100%;
	height: 12vh;
	background-image: linear-gradient(to bottom, #f1ff2b 0%, #ffffff 100%);
}

.bg-grad-08{
	width: 100%;
	height: 12vh;
	background-image: linear-gradient(to bottom, #ff1919 0%, #ffffff 100%);
}

.bg-grad-09{
	width: 100%;
	height: 12vh;
	background-image: linear-gradient(to bottom, #601986 0%, #ffffff 100%);
}



.bg-wh{
	background: #fff;
	margin: 0 auto;
	border-radius: 1rem;
}


.has-padding-top{
	padding-top: 1em;
}
.has-padding-btm{
	padding-bottom: 2em;
}
.has-m-btm{
	margin-bottom: 2em;
}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
.font-L{
	font-size: 1.6em;
}
.font-M{
	font-size: 1.4em;
}
.text-col{
	color: #BA79B1;
}


@media screen and (max-width: 599px) {
	.font-M{
		font-size: 1.2em;
	}
}






/*-----------------------------------
	print setting
-----------------------------------*/
@page {
	margin: 0 auto;
	margin-left: 10mm;
	size: 200mm 287mm;
}
@media print {
	body {
		-webkit-print-color-adjust: exact;
		width: 1024px;
		zoom: 0.9;
	}
	.print_pages{
		page-break-after: always;
	}
	.print_pages{
		border-bottom: none !important;
	}
	#main-nav{
		display: none;
	}
}



