@charset "utf-8";

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/

body {
	font-size: 12px;
	font-size: small;
	font: x-small;
	font-family: "Noto Sans JP", sans-serif;
}

table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	font-size: 100%;
}
a {
	text-decoration:none;
}

/*===================================================
					共通CSS
===================================================*/



#ccBOx {
	width: 100%;
/*	background-color: #d0cece;*/
	padding-top: 140px;
	padding-bottom: 5%;
	text-align: center;
	align-items: center;
}

@media screen and (max-width: 980px) {
#ccBOx {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5%;
}
}

/*===================================================
				Century Gothic フォント
===================================================*/

@import url("https://p.typekit.net/p.css?s=1&k=izc7peq&ht=tk&f=60838&a=87929704&app=typekit&e=css");

@font-face {
font-family:"century-gothic-std";
src:url("https://use.typekit.net/af/d3f1b9/0000000000000000773f3cf0/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/d3f1b9/0000000000000000773f3cf0/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/d3f1b9/0000000000000000773f3cf0/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

/*===================================================
			   オリジナルCSS
===================================================*/

/*メインバナー*/

.brandBox {
	text-align: center;
	margin:0 auto 5% auto ;
}

.brandBox .titleImg_pc {
		width: 100%;
		display: block;
		margin:0 auto 5% auto ;
}

.brandBox .titleImg_pc img {
	width: 100%;
}


.brandBox .titleImg_sp {
		display: none;
}

/*メインバナー下の見出し＆テキスト部分*/
.mainBox {
	width: 90%;
	margin:0 auto 0 auto ;
}

.textBox {
	width: 65%;
	margin:8% auto ;
	}

.newsTitle {
	text-align: center;
	width: 90%;
	margin:3% auto;
}

.newsTitle h1{
	font-size: 140% ;
	font-weight: 600;
    font-family: sans-serif;
	letter-spacing: 1px;
	margin: 5% auto;
	}

.subTxt {
	text-align: justify;
	width: 54%;
    margin: 0 23% 5% 23% ;

}

.subTxt span {
	font-size: 100%;
    font-family: sans-serif;
}

/**画像横並び３つ/テキスト１文の構図**/
.wideList3 {
	width: 100%;
	margin-bottom: 3%;
}

.item_container{
	width: 85%;
	max-width: fit-content;
	display: grid;
	grid-template-columns: repeat(3, 1fr);/**画像二つの時は(2,1fr)に修正**/
	column-gap: 2%;
	align-items: center;
	margin: 0 auto 2% auto;
}

.item_container .container_item img {
	width: 100%;
	max-width: fit-content;
}

.wideList3-text01 {
	text-align: justify;
	width: 38%;
	margin: 0 31% 5% 31%;
}

.wideList3-text01 span {
	font-size: 100% ;
    font-family: sans-serif;
}


/*===================================================
					Footer CSS
===================================================*/
.copy {
	width: 100%;
	background-color: #153e35;
	position: absolute;
}
.copy .c_text {
	color: #ffffff;
	padding: 1%;
	text-align: center;
}
/*===================================================
			戻るボタン　CSS
===================================================*/

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

/*===================================================
===================================================*/

.storeinfo {
	width: 70%;
	background:#d0cece;
	padding:3% 5%;
	box-sizing:border-box;
	margin: 0 auto;
}

.storeinfo .info__txt {
	margin: 1% auto;
	line-height:170%;
}

.info__txt h1 {
	font-size: 100%;
	font-weight: 600;
	margin: 0 auto ;
}

.info__txt span {
	font-size: 100%;
	font-weight: 400;
	margin: 0 auto;
}

/*===================================================
スマホ表示用調整
===================================================*/

@media screen and (max-width: 980px) {

	.brandBox {
	text-align: center;
	margin:0 auto 5% auto ;
}

.brandBox .titleImg_pc {
		display: none
}

.brandBox .titleImg_sp {
		display: block;
		width: 100%;
}

.brandBox .titleImg_sp img {
	width: 100%;
}

/*メインバナー下の見出し＆テキスト部分*/
.mainBox {
	width: 95%;
	margin:0 auto ;
}

.textBox {
	width: 100%;
	margin:8% auto ;
	}

.newsTitle {
	text-align: center;
	width: 95%;
	margin:3% auto;
}

.newsTitle h1{
	font-size: 140% ;
	font-weight: 600;
    font-family: sans-serif;
	letter-spacing: 1px;
	margin: 5% auto;
	}

.subTxt {
	text-align: justify;
	width: 90%;
    margin: 0 5% 5% 5% ;

}

.subTxt span {
	font-size: 95%;
    font-family: sans-serif;
}

/**画像横並び３つ/テキスト１文の構図**/
.wideList3 {
	width: 100%;
	margin-bottom: 5%;
}

.item_container{
	width: 80%;
	max-width: fit-content;
	display: block;
	align-items: center;
	gap: 2%;
	margin: 0 auto 2% auto;
}

.item_container .container_item img {
	width: 100%;
	max-width: fit-content;
	margin-bottom: 2%;
}

.wideList3-text01 {
	text-align: justify;	
	width: 85%;
	margin: 0 auto 10% auto;
}

.wideList3-text01 span {
	font-size: 100% ;
    font-family: sans-serif;
}

.storeinfo {
	background:#d0cece;
	padding:3% 5%;
	box-sizing:border-box;
}

.storeinfo .info__txt {
	margin: 1% auto;
	line-height:170%;
}

.info__txt h1 {
	font-size: 90%;
	font-weight: 600;
	margin: 0 auto ;
}

.info__txt span {
	font-size: 90%;
	font-weight: 400;
	margin: 0 auto;
}

}