@charset "UTF-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Oswald&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Barlow&display=swap');



body:before {
/*opacity: 0;*/
}
/*---------フリーダイヤルを非表示--------*/
/*a.gl-tel::before {
	display: none;
}*/


.engTxt {
	font-family: 'Cinzel', serif;
}
.engTxtDin {
	/*font-family: "Oswald", sans-serif;*/
	font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.info-area .info-btn1 li.wid a span {
	font-size: 80%;
	position: relative;
	top: -0.05em;
	margin-left: 0.3em;
}
.sendSiryo {
	font-size: 18px!important;
	padding: 0 0 0.5em;
	margin-top: -0.5em!important;
	
}
/*a.arw::before {
	content: '　';
width: 1em;
background-image: url("../../images/common/arw.svg");
background-repeat: no-repeat;
background-position: center center;
background-size: 60%;
	margin-right: 0.2em;
}*/


.btnGrd {
	background: rgb(0,61,149);
	/*background: linear-gradient(90deg, #024fa0 0%, #009eff 50%, #024fa0 100%);*/
	background: linear-gradient(90deg, #0c295e 0%, #2056b4 50%, #0c295e 100%);
	background-position: -100%;
	background-size: 200%;
}
.btnGrd:hover {
	background-position: -200%;
	opacity: 1 !important;
}
.info-in {}
.info-in p.tag {
	color: #005A60;
}
.info-in h2 {
	color: #A8001B;
	letter-spacing: 0.2em;
font-family: 'YakuHanMP','Noto Serif JP', serif;
	font-size: 58px;
	font-size: clamp(28px, 7vw, 58px);
	max-width: 800px;
	margin: 0 auto;
}

.info-in h2 span {
	font-size: 70%;
	letter-spacing: 0;
}
@media screen and (max-width: 599px){
	.info-area h2 {
		/*font-size: 240%;*/
		font-size: 7.8vw;
		letter-spacing: 0;
		
	}
}


#pageTit h2 {
	padding: 0.6em;
	background-color: #c7bf8b;
	color: #fff;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 0.2em;
}
#pageTit h2 span{
	font-family: 'Cinzel', serif;
	display: block;
	font-size: 70%;
	letter-spacing: 0.2em;
}
.engTxt {
	/*font-family: 'Gilda Display', serif;*/
	font-family: 'Cinzel', serif;
	letter-spacing: 0.2em;
}
#pageWrap {
	padding: 60px 0 0;
	font-family: 'YakuHanMP','Noto Serif JP', serif;
}
#pageWrap h2,#pageWrap h3,#pageWrap h4 {
	font-weight: normal;
}
#pageWrap *, #pageWrap *:before, #pageWrap *:after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#pageWrap a {
	transition: 0.3s;
}

#pageWrap a:hover {
	opacity: 0.6;
	text-decoration: none;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrapWidth {
	width: 100%;
	margin: 0 auto;
}
.boxWidth {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
br.brSp {
	display: none;
}
.arw {
	position: relative;
}
.arw::after {
/*	position: absolute;
	right: 7%;
	top: 0%;*/
	content: '　';
	width: 1em;
	height: 100%;
	background-image: url("../../images/common/arw.svg");
	background-position: center right;
	background-size: 66%;
	background-repeat: no-repeat;
}
.seller li {

}
.seller li {

}
.capImg {
	position: relative;
}
.capImg::after {
	content: "image";
	font-size: 10px;
	position: absolute;
	right: 0.3em;
	bottom: 0.1em;
	color: #fff;
}
.capBk::after {
	color: #000;
}
.sanko::after {
	content: "参考写真";
}

.capAtt::after {
	content: attr(data-cap);
}
.capL {
	right: auto;
	left: 0.5em;
}

@media screen and (max-width: 959px) {
  #pageTit h2 {
		font-size: 2.7vw;
		font-size: clamp(20px, 2.7vw, 22px);
	}
	#pageWrap {
		padding: 30px 0 0;
	}

}
@media screen and (max-width: 599px) {
	#pageTit h2 {
		font-size: 4.8vw;
		font-size: clamp(17px, 4.8vw, 19px);
	}
	br.brSp {
	display: inline;
}
}
@media screen and (max-width: 810px){
.notice-in h4 {
	padding: 0 .4em 2px;
	}
}
	
#pageWrap img {
	width: 100%;
	max-width:none;
}

/*.sc-mode #header-menu3 li.wid a,
#toppage .info-area .btn-document a*/
.btn-document a {
	background: rgb(154,0,85);
background: linear-gradient(90deg, rgba(154,0,85,1) 0%, rgba(64,0,19,1) 100%);
}
	



/*=========お詫びと訂正==========*/
section.notice {}
section.notice dl {
	background-color:#ccc;
	padding: 0.3em 1em;
	color: #000;
}
section.notice dt {
	font-size: 16px;
	font-size: clamp(14px, 1.5vw, 16px);
}
section.notice dd {
	line-height: 1.2;
	font-size: 1.1vw;
	font-size: clamp(11px, 1.1vw, 13px);
	padding-bottom: 0.5em;
	text-align: center;
letter-spacing: 0em;
	
}
section.notice:first-of-type dl {
	/*display: none;*/
}
@media screen and (max-width: 599px) {
	section.notice dd {
	text-align: justify;
	}
}


/*=========電話番号未定==========*/

/*#header-h1 #header-tel {
	display: none;
}

.info-area .info-tel .info-logo {
	border:none;
	padding-right: 0;
	margin-right: 0;
}
.info-area .info-tel li:last-child {
	display: none;
}

#foot-nav ul li.foot-tel {
	display: none;
}*/
#foot-nav {
	transform: translateY(100%);
	transition: 0.5s;
}
#foot-nav._on {
	transform: translateY(0%);
}

/*=========スペシャルコンテンツボタンのNEW==========*/
#header-nav > ul > li#nav-sc > a.new::after {
text-shadow: 0.5px 0.7px 0px #fff;
}

