.mplus1p { font-family: "M PLUS 1p"; }
.roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
.hannari { font-family: "Hannari"; }
.sawarabimincho { font-family: "Sawarabi Mincho"; }
.sawarabigothic { font-family: "Sawarabi Gothic"; }
.serif { font-family: 'Noto Serif JP', serif; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{font-weight:bold;}

.bun p{
	margin-top:15px;
	margin-bottom:15px;
}

.btn{
	background-color: #AE3C32;
    color: #ECD95B;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
}

.btn span{
	display: block;
    border: 5px solid #ECD95B;
    border-radius: 9px;
    padding: 10px 35px;
    box-sizing: border-box;
}

.btn:hover{
	background-color: #ECD95B;
    color: #AE3C32;
}

.btn:hover span{
	border: 5px solid #AE3C32;
}

.left-right{
	opacity:0;
	transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
	position: relative;
    left: -10px;
}

.right-left{
	opacity:0;
	transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
	position: relative;
    right: -10px;
}

.top-down{
	opacity:0;
	transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
	position: relative;
    top: -10px;
}

.down-top{
	opacity:0;
	transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
	position: relative;
    bottom: -10px;
}

.fade-in{
	opacity:0;
	transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.slideRight{
	transition: all 1s ease-in;
    transform: translateX(10px);
    opacity: 1 !important;
}

.slideLeft{
	transition: all 1s ease-in;
    transform: translateX(-10px);
    opacity: 1 !important;
}

.slideTop{
	transition: all 1s ease-in;
    transform: translateY(-10px);
    opacity: 1 !important;
}

.slideDown{
	transition: all 1s ease-in;
    transform: translateY(10px);
    opacity: 1 !important;
}

.fadeOn{
	transition: all 1s ease-in;
    opacity: 1 !important;
}

.delay0 {
	transition: all 0.5s ease-in
}

.delay1 {
	transition: all 0.5s ease-in 0.5s
}

.delay2 {
	transition: all 0.5s ease-in 1s
}

/******************************************************
トップページ　共通
*******************************************************/
/*-------------------------------
グローバルナビゲーション
--------------------------------*/
nav >ul > li{
	float: left;
    text-align: center;
    /*margin-left: 1%;
    margin-right: 1%;*/
    font-weight: bold;
    position: relative;
    height: 100%;
    cursor: pointer;
	box-sizing:border-box;
    /*width: 14.5%;*/
}

nav >ul > li:after{
	content:"|";
	margin-right:1em;
	margin-left:1em;
}

nav >ul{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

nav >ul:after{
	content:"";
	display:block;
	clear:both;
}

nav >ul > li:nth-of-type:after{
	display:none;
}

nav >ul > li > a{
	color:#333333;
}

header > nav >ul > li:last-of-type:after{
	display:none;
}

header nav > ul > .wrap1 > a:after{
	color:#333333;
	content:"▼";
	margin-left:0.3em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

nav ul li ul{
	display:none;
	position:absolute;
	background-color:#ffffff;
	z-index:999999;
	top: 100%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #333333;
	min-width:150px;
	width: max-content;
}

nav ul li ul li{
	border-bottom:1px solid #333333;
}

nav ul li ul li:last-of-type{
	border-bottom:none;
}

nav ul li ul li a{
	display:block;
	padding:5px 15px;
	color:#333333;
}

nav ul li ul li a:hover{
	opacity:1;
	background-color:#333333;
	color:#ffffff;
}

/*-------------------------------
ヘッダー
--------------------------------*/
header{
	padding-top:35px;
	padding-bottom:35px;
	background-color:#EFE4CD;
	position:relative;
	z-index:1;
}


/*-------------------------------
コンテンツ
--------------------------------*/

/*-------------------------------
フッター
--------------------------------*/
footer{
	padding-top: 55px;
    padding-bottom: 55px;
	background-color:#ffffff;
	position: relative;
    z-index: 999;
}

footer h2{
	text-align: center;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
}

footer ul{
	width: 935px;
    margin-left: auto;
    margin-right: auto;
}

footer ul li{
	display:inline-block;
	vertical-align:middle;
}

footer ul li:after{
	content: "|";
    margin-right: 0.5em;
    margin-left: 0.5em;
}

footer ul li:last-of-type:after{
	display:none;
}

footer ul li a{
	color:#333333;
}

/******************************************************
トップページ
*******************************************************/

/* 20260107追加 */
/* bxSlider 全体を画面幅いっぱいに */
.bxslider,
.bxslider li {
  width: 100vw;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* 画像を常に横幅いっぱいに */
.bxslider li img {
  width: 100%;
  height: auto;
  display: block;
}
/* 20260107追加 */

#home .top_img{
	position: sticky;
    z-index: 0;
	top:0;
	/*max-height:100vh;*/
}

#home .top_img h1{
	position:absolute;
	left:40px;
	bottom:45px;
}

#home .top_img h1 img{
	width:250px;
}

#home .top_img .bxslider{
	position:relative;
	top:0;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
}

#home .top_img img{
	display:block;
}

#home .top_img .koi{
	position: relative;
}
#home .top_img .slide-txt{
	position: absolute;
    top: 15%;
    right: 25%;
    color: #ffffff;
    writing-mode: vertical-rl;
	　-ms-writing-mode: tb-rl;
    height: 300px;
    padding: 20px;
    text-align: left;
    display: inline-block;
}
#home .top_img .slide-txt h2{
    letter-spacing: .25em;
	margin-left: 15px;
    font-weight: bold;
    font-size: 2rem;
    height: 100%;
}
#home .top_img .slide-txt p{
    line-height: 2.5em;
}
#home .top_img .slide-txt .to_shop{
	margin-right: 15px;
	padding: 15px;
	color: #ffffff;
	border: 1px solid #ffffff;
	vertical-align: middle;
	height: max-content;
	display: block;
}
#home .top_img .slide-txt .to_shop:hover{
	color: #333333;
	background-color: #ffffff;
	transition: .4s;
}
#home .top_img .sp-slide-txt{
	display: none;
}

#home .top_img .topics{
	position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    background-color: rgb(51 51 51 / 0.8);
    border-radius: 15px;
    padding: 10px;
    box-sizing: border-box;
	z-index:333;
	overflow-y: hidden;
}

#home .top_img .topics h2{
	color:#ffffff;
	display:inline-block;
	vertical-align:middle;
}

#home .top_img .topics h2:after{
	content:"|";
	margin-left:0.5em;
	margin-right:0.5em;
}

#home .top_img .topics #ticker-roll{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width: calc(550px - 20px);
}

#home .top_img .topics ul{
	
	
}

#home .top_img .topics ul li{
	opacity:0;
}

#home .top_img .topics a{
	color:#ffffff;
}

#home .top_img .topics span{
	color:#ffffff;
}

#home .top_img .topics .itiran{
	float: right;
    background-color: #ECB22A;
    color: #333333;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px 40px;
    text-align: center;
    font-size: 20px;
}

#home .top_img .topics .itiran:hover{
	background-color:#ae3c32;
	color:#ECB22A;
}

#home .top_img .topics:after{
	content:"";
	display:block;
	clear:both;
}

#home .main{
	background-color: #ffffff;
	position:relative;
	z-index:999;
	overflow-x: hidden;
}

#home .main h2{
	text-align:center;
	line-height:1.5em;
	color:#400000;
	/*margin-top:15px;
	margin-bottom: 75px;*/
	margin-top: 45px;
    margin-bottom: 45px;
	font-size: 40px;
    letter-spacing: 0.1em;
}

#home .main h3{
	font-size:26px;
}

#home .main p{
	font-size:20px;
}

#home .main #wrap1{
	background-image:url(../img/bg1.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	background-attachment:fixed;
	padding-top: 50px;
    padding-bottom: 100px;
}

#home .main .wrap1_1{
	
}

#home .main .wrap1_1 .img1{
	float:left;
	display: block;
	width: 48%;
}

#home .main .wrap1_1 .img2{
	float: right;
    display: block;
    margin-top: 235px;
    margin-right: 3%;
    width: 42%;
}

#home .main .wrap1_1 .bun{
	/*float: left;
    display: block;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px;
    margin-bottom: 50px;*/
	
	/*float: left;
    display: block;
    width: 35%;
    margin-left: 15%;
    margin-right: 0;
    margin-top: 50px;
    margin-bottom: 50px;*/
	
	float: left;
    display: block;
    width: 43%;
    margin-left: 5%;
    margin-right: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

#home .main .wrap1_1 .img3{
	float:right;
	display: block;
	width: 48%;
	margin-top:55px;
}

#home .main .wrap1_1 .bun2{
	float: right;
    display: block;
    width: 43%;
    margin-right: 5%;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

#home .main .wrap1_1 .img4{
	float: left;
    display: block;
    width: 30%;
    margin-left: 10%;
    margin-right: 10%;
}

#home .main .wrap1_1:after{
	content:"";
	clear:both;
	display:block;
}

#home .main .wrap1_2{
	padding-top: 35px;
}

#home .main .wrap1_2 .bun p{
	text-align:center;
}

#home .main .wrap1_2 .p_list{
	width:90%;
	/*width: 50%;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:55px;
	margin-bottom:25px;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: normal;
}

#home .main .wrap1_2 .p_list .list_wrap{
	width:23%;
	margin:1%;
	display: flex;
    flex-direction: column;
}

#home .main .wrap1_2 .p_list .img{
	height: 68%;
}

#home .main .wrap1_2 .p_list .img img{
	max-height: 100%;
}

#home .main .wrap1_2 .p_list dl{
	/*margin-top: auto;*/
}

#home .main .wrap1_2 .p_list dl dt{
	font-size: 26px;
	margin-bottom:10px;
}

#home .main .wrap1_2 .p_list dl dt.kuri:after{
	content: "";
    background-image: url(../img/ic_kuri.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.25em;
    margin-left: 0.25em;
    display: inline-block;
    height: 1em;
    vertical-align: bottom;
}

#home .main .wrap1_2 .p_list dl dd{

}

#home .main .wrap1_2 .chusyaku{
	width:90%;
	/*width: 50%;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:55px;
}

#home .main .wrap1_2 .chusyaku p{
	text-align:right;
}

#home .main .wrap1_2 .chusyaku img{
	width: 1.25em;
    margin-right: 0.25em;
}

#home .main .wrap1_2 .product{
	/*width:90%;*/
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:55px;
	margin-bottom:55px;
}

#home .main .wrap1_2 .product li{
	float: left;
    width: 23%;
    margin: 1%;
}

#home .main .wrap1_2 .product li a{
	display:block;
	position:relative;
}

#home .main .wrap1_2 .product li a:before{
	content: "";
    background-image: url(../img/kuriouji1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*width: 245px;
    height: 280px;*/
	width: 123px;
    height: 140px;
    position: absolute;
	z-index: 0;
	top:0;
	transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
	opacity:0;
	
	
}

#home .main .wrap1_2 .product li:nth-of-type(1) a:before{
	transform: rotate(-40deg);
	top:15px;
}

#home .main .wrap1_2 .product li:nth-of-type(1) a:hover:before{
    display: block;
    transition: all 0.35s ease-in 0s;
    transform: translateX(-45px) rotate(-40deg);
    opacity: 1 !important;
}

#home .main .wrap1_2 .product li:nth-of-type(2) a:before{
	top:0;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}

#home .main .wrap1_2 .product li:nth-of-type(2) a:hover:before{
    display: block;
    transition: all 0.35s ease-in 0s;
    transform: translateY(-50px);
    opacity: 1 !important;
}

#home .main .wrap1_2 .product li:nth-of-type(3) a:before{
	top:0;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	transform: scale(-1, 1);
}

#home .main .wrap1_2 .product li:nth-of-type(3) a:hover:before{
    display: block;
    transition: all 0.35s ease-in 0s;
    transform: translateY(-50px) scale(-1, 1);
    opacity: 1 !important;
}

#home .main .wrap1_2 .product li:nth-of-type(4) a:before{
	transform: rotate(40deg) scale(-1, 1);
	top:15px;
	right:0;
}

#home .main .wrap1_2 .product li:nth-of-type(4) a:hover:before{
    display: block;
    transition: all 0.35s ease-in 0s;
    transform: translateX(45px) rotate(40deg) scale(-1, 1);
    opacity: 1 !important;
}

#home .main .wrap1_2 .product li img{
	position:relative;
	z-index:1;
}

#home .main .wrap1_2 .product:after{
	content:"";
	display:block;
	clear:both;
}

#home .main .wrap1_2 .btn_wrap{
	/*width: 70%;*/
	width: 45%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

#home .main .wrap1_2 .btn_wrap .btn{
	width: 48%;
    margin: 1%;
    font-size: 28px;
	letter-spacing: 0.1em;
}

#home .main .wrap1_2 .btn_wrap .btn span{
	padding: 20px 35px;
}

/***栗王子の部屋***/
#home .main #wrap2{
	position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
	overflow:hidden
}

#home .main #wrap2 h2{
	position: relative;
    z-index: 1;
    background-color: #ffffff;
    width: 8em;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 25px 5px;
    border-radius: 15px;
    letter-spacing: 0.25em;
}

#home .main #wrap2 h2:before{
	content: "";
    position: absolute;
    background-image: url(../img/bg3-top.svg),url(../img/bg3-left.svg),url(../img/bg3-bottom.svg),url(../img/bg3-right.svg);
    /*background-position: center;*/
	background-position: top, left, bottom, right;
    background-repeat: no-repeat;
    background-size: 80%, 10%, 80%, 10%;
    display: block;
    width: 150%;
    height: 180%;
    top: -40%;
    left: -25%;
}

/*#home .main #wrap2 h2:after{
	content: "";
    position: absolute;
    background-image: url(../img/bg3-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 7vw;
    bottom: -55px;
}*/

#home .main #wrap2 .wrap2_1{
	width: 55%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
	
	opacity:0;
	transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

#home .main #wrap2.sun-inview .wrap2_1{
	transition: all 1.5s ease-in 3s;
    opacity: 1 !important;
}

#home .main #wrap2 span{
	display:inline-block;
	vertical-align:middle;
}

#home .main #wrap2 .ic1_1{
	position:absolute;
	/*bottom:0;*/
	bottom:-10vw;
	width: 50%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	
	opacity:0;
	transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

#home .main #wrap2 .ic1_2{
	position: absolute;
    top: 0;
	/*top: 10vw;*/
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:0;
	
	opacity:0;
	transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

#home .main #wrap2.sun-inview .ic1_1{
	transition: all 1s ease-in 0.5s;
    transform: translateY(-10vw);
    opacity: 1 !important;
}

#home .main #wrap2.sun-inview .ic1_2{
	transition: all 1.5s ease-in 1.5s;
    opacity: 1 !important;
}

#home .main #wrap2 span.kuriouji2{
	width:25%;
	position:relative;
}

#home .main #wrap2 span.kuriouji2:hover:before{
	content: "";
    background-image: url(../img/kuriouji2_fukidashi.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -100px;
    width: 150px;
    height: 150px;
    left: -70px;
}

#home .main #wrap2 .bun{
	display:inline-block;
	vertical-align:middle;
}

#home .main #wrap2 span.km-img1{
	width:33%;
}

/***店舗について***/
#home .main #wrap3{
	position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
	background-image:url(../img/bg2.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

#home .main #wrap3 .wrap3_1{
	width:90%;
	margin-left:auto;
	margin-right:auto
}

#home .main #wrap3 .wrap3_1 iframe{
	/*margin-top: 55px;*/
    margin-bottom: 55px;
    -webkit-filter: sepia(25%);
    -moz-filter: sepia(25%);
    -ms-filter: sepia(25%);
    -o-filter: sepia(25%);
    filter: sepia(25%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

#home .main #wrap3 .wrap3_1 iframe:hover{
	-webkit-filter: sepia(0%);
    -moz-filter: sepia(0%);
    -ms-filter: sepia(0%);
    -o-filter: sepia(0%);
    filter: sepia(0%);
}

#home .main #wrap3 .wrap3_1 .wrap3_1_1{
	/*width: 1000px;*/
	width:90%;
    margin-left: auto;
    margin-right: auto;
}

#home .main #wrap3 .wrap3_1 .wrap3_1_1:after{
	content:"";
	display:block;
	clear:both;
}

#home .main #wrap3 .wrap3_1 table{
	font-size: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
	float:left;
	/* width:50%; */
	width: 100%;
}

#home .main #wrap3 .wrap3_1 table th{
	text-align: left;
    padding: 10px;
    width: 250px;
	box-sizing:border-box;
}

#home .main #wrap3 .wrap3_1 table td{
	padding: 10px;
	box-sizing:border-box;
}

#home .main #wrap3 .wrap3_1 .bun{
	margin-top:35px;
	margin-bottom:35px;
	float:right;
	width:50%;
}

#home .main #wrap3 .wrap3_1 .img{
	font-size: 0;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#home .main #wrap3 .wrap3_1 .img img{
	width: 23%;
    margin: 1%;
    display: inline-block;
}
/******************************************************
サブページ
*******************************************************/
.subpage .top_img{
	z-index: 0;
    top: 0;
    position: relative;
}

.subpage .top_img img{
	display:block;
}

.subpage .top_img h1{
	position:absolute;
	left:40px;
	bottom:45px;
}

.subpage .top_img h1 img{
	width:250px;
}

/******************************************************
アーカイブ
*******************************************************/
.subpage #archive_wrap{
	margin-top:55px;
}
/******************************************************
個別投稿
*******************************************************/
.subpage #single_wrap{
	margin-top:55px;
}

/******************************************************
お問い合わせ
*******************************************************/
.screen-reader-response{
	display: none;
}

.wpcf7-response-output,.wpcf7-not-valid-tip{
	color: red;
}

.wpcf7-not-valid,.wpcf7-text,.wpcf7-submit,.wpcf7-textarea{
	padding: 10px;
	width: 90%;
}


.contact-box{
	margin: 1rem 0rem;
}

.contact-fb{
	display:flex;
	align-items: center;
    justify-content: space-between;
}

.input_box{
	width:70%;
}

.required{
   color:#D82C2C!important;
}	

.telcontact{
	width:100%;
	display:flex;
    justify-content: flex-start;
    align-items: center;
}

.entry-content p {
    margin-bottom: 0;
}

.wpcf7-form-control-wrap{
	text-align:center;
}

span.wpcf7-form-control-wrap{
	margin-top:10px;
}

span.wpcf7-list-item{
	margin-top:10px;
}

.center-button{
	margin:50px 0px;
	text-align: center;
}

.wpcf7-form-control.wpcf7-submit.has-spinner{
	color:#ffffff;
	width:300px;
	background-color:#707070;
	border-radius: 0;
	margin:0 auto;
}

.tyuui{
	padding:50px 0px ;
	margin:auto;
	width:60%;
}

.wpcf7-form-control-wrap{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-form-main{
	margin-top: 55px;
}

@media (max-width: 767px) { 
.wpcf7-form-control-wrap{
	display: flex;
    flex-direction: column;
    align-content: flex-start !important;
}

.contact-fb{
	flex-direction: column;
	align-items: flex-start;
}
	.input_box{
	width:100%;
}
	
	.scroll, .tyuui{
		width:100%;
	}
	
	.wp-block-query  li{
flex-direction: column;
	}
}

/******************************************************
プライバシーポリシー
*******************************************************/
.bold-text{
	font-weight: bold;
}