@charset "UTF-8";

/*------------------------------------------------------------
  共通設定
------------------------------------------------------------*/

html{
	scroll-behavior: smooth;
}
body,input,textarea,button{
	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	box-sizing: border-box;
}
p,ul,li,dt,dd,h1,h2,h3,h4,h5,blockquote,tr,td,a,div{
	line-height: 160%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	letter-spacing: 0.12rem;
	color:#1f1e1d;
}
img{
	width: 50%;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
a{
	color: #1f1e1c;
	transition : all 0.5s ease 0s;
}
a:hover{
	opacity: 0.6;
}
.contentWrapper{
	width: 1000px;
	margin: 0px auto;
}
.backBrown{
    background: url(../img/wasiBack_white.jpg) no-repeat;
    background-size: cover;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
}
.headerBg{
	background:#1f1e1d;
}
/*------------------------------------------------------------
  parts
------------------------------------------------------------*/
.pcOnly{
	display: block;
}
.spOnly{
	display: none;
}
.flex{
	display: flex;
}
/*------------------------------------------------------------
  topLine
------------------------------------------------------------*/
#front #topLine{
	margin-top: -5px;
}
/*------------------------------------------------------------
  header
------------------------------------------------------------*/
header{
	background: url(../img/wasiBack.jpg) no-repeat;
	background-size: cover;
}
header img{
    margin: 5rem 0 0 0;
    width: 40%;
}
header .contentWrapper{
	text-align: center;
}
header .frame {
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
	width: 80%;
	margin: 1rem auto 3rem auto; 
}
header .frame::before,header .frame::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #2b2826;
	transform: rotate(-30deg);
}
header .frame::before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;

}
header .frame::after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}
header .mainViewWrapper{
    background: #201e1dba;
	padding: 2rem;
	box-shadow: 0 0 5px rgb(218 218 218 / 15%);
}
header .mainViewWrapper h3{
    font-size: 35px;
    line-height: 201%;
    margin: 1.5rem 0;
	color: #FFF;
	text-shadow: 0 0 3px #ffffff80;
}
header .mainViewWrapper h3 .big{
	font-size: 260%;
	padding-left: 28px;
}
header .mainViewWrapper p{
    font-size: 20px;
   	color: #FFF;
}
header .backBrown{
	color: #1f1e1c;
}
header .backBrown h1{
    text-align: center;
    padding: 3rem;
    font-size: 32px;
    border-bottom: 2px solid #e6e6e6;
}
header .backBrown h1 span.small{
	font-size: 80%;
}
#under header a{
	color: #FFF;
}
#under header img{
	width: 60px;
	margin: 1rem;
	height: auto;
}
#under header div.flexContent{
    padding: 15px;
}
#under header h1{
	font-size: 21px;
    padding: 0;
    text-align: left;
    color: #FFF;
}
#under header h3,#under header p{
	display: inline-block;
    font-size: 12px;
    color: #FFF;
}

/*------------------------------------------------------------
  footer
------------------------------------------------------------*/
footer{
	position: relative;
    color: #FFF;
    margin-top: 4rem;
	text-align: center;
}
footer.backBrown{
	padding-top: 2rem;
}
footer img{
    position: absolute;
    width: 130px;
    top: -70px;
    left: 46vw;
}
footer h2{
	font-size: 18px!important;
    letter-spacing: 0.1rem!important;
    font-weight: normal;
    margin-top:0;
}
footer h3{
    font-weight: normal;
}
footer p.info{
	margin: 2rem;
}
footer ul{
	margin: 1rem 0;
}
footer a{

}
footer .bottomFotter{
    background: #000;
}
footer .bottomFotter small{
    padding: 5px 0;
    display: block;
    color: #FFF;
}
footer a{
	display: inline-block;
}

/*------------------------------------------------------------
  ぱんくずリスト
------------------------------------------------------------*/
.breadcrumbs{
    margin: 1rem 0 0 10px;
}
.breadcrumbs a{
	display: inline-block;
}
.breadcrumbs span{
	font-size: 0.8rem;
}

/*------------------------------------------------------------
  shop
------------------------------------------------------------*/
#shop .shoplistWrapper{
    padding: 2rem 0;
}
#shop .shopContent{
    border: 1px solid #1f1e1d;
    padding: 2rem;
    border-radius: 3px;
    margin-bottom: 1rem;
}
#shop .shopContent .shopImgTrim{
    width: 33%;
    margin: 0 3rem 0 0;
}
#shop .shopContent .shopImgTrim img{
    width: 100%;
}
#shop .shopContent .txtWrapper h3{
    border: none;
    padding: 0;
}
#shop .shopContent .txtWrapper p{
    font-size: 0.9rem;
    margin: 10px 0;
}
#shop .shopContent .txtWrapper p.tel{
    margin-top: 0.5rem;
}
#shop .shopContent .txtWrapper p.web{
    margin-bottom: 0.5rem;
}
#shop .shopContent .txtWrapper .access p,#shop .shopContent .txtWrapper .comment p{
    font-size: 0.7rem;
}
#shop .shopContent .txtWrapper a{
    text-decoration: none;
    word-wrap: break-word;
}

/*------------------------------------------------------------
  contact
------------------------------------------------------------*/
#front #contact{
    padding: 3rem 0;
}
#front #contact p{
  text-align: center;
}
#contact .contactDl{
    width: 90%;
    margin: 1rem auto 0 auto;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
}
#contact .contactDl dt,#contact .contactDl dd{
    padding: 1rem 0;
}
#contact .contactDl dt{
    width: 40%;
    font-size: 16px;
    font-weight: bold;
}
#contact .contactDl dd{
    width: 60%;
}
#contact .contactDl span.must{
    color: #FFF;
    background: #a50606;
    padding: 4px 8px;
    font-size: 12px;
    margin-left: 12px;
}
#contact .contactDl input[type="text"],
#contact .contactDl input[type="mail"],
#contact textarea{
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #c0c0c0;
}
#contact .txtarea{
	width: 90%;
	margin: 1rem auto 0 auto;
	padding: 1rem;
}
#contact textarea{
    width: 100%;
    height: 300px;
}
#contact input[type="submit"],#contact button[type="submit"]{
    appearance: none;
    -webkit-appearance: none;
    background: #000000;
    color: #FFF;
    width: 86.5%;
    padding: 20px;
    border-radius: 3px;
    margin: 1rem 0;
    font-size: 18px;
    letter-spacing: 0.2rem;
}
#contact a,.linkButton{
    background: #1f1e1c;
    text-align: center;
    color: #FFF;
    padding: 20px;
    border-radius: 3px;
    margin: 4rem 0;
}
/*------------------------------------------------------------
  パンくず
------------------------------------------------------------*/
.pagination{
  width: 100%;
  margin: 20px auto 5rem auto;
  text-align: center;
}
.pagination span,.pagination a{
  padding: 9px 10px;
  margin: 3px;
  color: #1f1e1c;
  display: inline-block;
}
.pagination .current{
  color: #1f1e1c;
  background: #e7e2dc;
  border: 1px solid#e7e2dc;
  padding: 8px 11px;
  font-weight: bold;
}


/*------------------------------------------------------------
  下層ページ
------------------------------------------------------------*/
#under .contentWrapper{
    padding: 3rem 0;
}
#under .wpContent h2{
    border-bottom: 4px solid #1f1e1c;
    padding-bottom: 2px;
    margin-bottom: 20px;
    text-align: center;
}
#under .wpContent p{
    margin: 2rem 0;
}
#under .wpContent h3{
    border-bottom: 2px solid #695832;
    border-left: 6px solid #695832;
    padding-left: 20px;
    margin-bottom: 10px;
}
#under .wpContent ol{
	padding-left: 20px;
}
#under .wpContent li{
    padding: 10px 0;
}
@media (max-width: 1024px) {
	#under section{
	    min-height: 44vh;
	}
}
@media (max-width: 999px) {
	.tbBr{
		display: block;
	}
	.contentWrapper{
		width: 95%;
	}
	header .backBrown h1{
    	font-size: 23px;
    	padding: 1rem;
	}
	footer img{
		left: 42vw;
	}
	header .mainViewWrapper h3{
		font-size: 28px;
	}
	header .mainViewWrapper h3 .big{
		font-size: 200%;
	}
	#under section{
	    min-height: 58vh;
	}
	#contact .contactDl{
	    width: 100%;
	    display: block;
	}
	#contact .contactDl dt,#contact .contactDl dd,#contact .contactDl input[type="text"], #contact .contactDl input[type="mail"], #contact textarea,
	#contact input[type="submit"], #contact button[type="submit"]{
		-webkit-appearance: none;
		width: 100%;
		font-size: 16px;
		line-height: normal; 
	}
	#contact .contactDl input[type="text"], #contact .contactDl input[type="mail"], #contact textarea{
		padding-top: ;
	}
	#contact .contactDl dd{
		padding-top: 0;
	}
	#contact .mwform-radio-field{
		display: block;
	}
	#contact .mw_wp_form .horizontal-item + .horizontal-item {
	    margin-left: 0!important;
	    padding-top: 10px;
	}
	#contact .mwform-tel-field input{
		width: 25%!important;
	}
	#contact .txtarea{
		width: 100%;
		margin: 0;
	    padding: 0 1rem;
	}
	#under #contact p{
		margin: 0;
	}
	#contact input[type="submit"],#contact button[type="submit"]{
	    width: 92%;
	    margin: 10px auto;
	    display: block;
	}
}
@media (max-width: 480px) {
	.spBr{
		display: block;
	}
	header img{
	    margin: 2rem 0 0 0;
	    width: 70%;
	}
	header .frame{
		width: 100%;
	}
	header .mainViewWrapper p {
	    font-size: 10px;
	}
	header .mainViewWrapper h3 {
	    font-size: 19px;
        margin-bottom: 0;
	}
	header .headerBg h1{
	    padding: 1rem;
	    font-size: 19px;
	}
	p,ul,li,dt,dd,h1,h2,h3,h4,h5,blockquote,tr,td,a,div{
		font-size: 13px;
	}
	h2{
		font-size: 18px;
	}
	h3{
		font-size: 16px;
	}
	h4{
		font-size: 15px;
	}
	h5{
		font-size: 14px;
	}
	footer img{
	    left: 33vw;
	}
	#under header h3, #under header p {
	    display: inline-block;
	    font-size: 10px;
	}
	#under header h1{
		font-size: 18px;
		line-height: 120%;
	}
	.breadcrumbs span{
		font-size: 0.6rem;
	}
    /*------------------------------------------------------------
      shop
    ------------------------------------------------------------*/
    #shop .shoplistWrapper .flex{
        display: block;
    }
    #shop .shopContent .shopImgTrim{
        width: 100%;
        margin-bottom: 1rem;
    }
    #shop .shoplistWrapper{
        padding: 1rem 0;
    }
    #shop .shopContent{
    	padding: 1rem;
    }
}
@media (max-width: 360px) {
	
}