@charset "UTF-8";

/* --------------------------------------------------------------------------------
			Reset
-------------------------------------------------------------------------------- */
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 {
	margin:0;
	padding:0;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img{
	max-width: 100%;
	vertical-align:top;
}



/* --------------------------------------------------------------------------------
		common	
-------------------------------------------------------------------------------- */
.device_pc{
	display: none !important;
}
body{
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background-color: #F7F3E9;
}
a{
	text-decoration: none;
}
a,
a:visited,
a:link,
a:active{
	color: #000;
}
.inner{
	width: 100%;
	position: relative;
	padding: 0 18px;
	margin: 0 auto;
}

.inner_h{
	width: 100%;
	position: relative;
	padding: 0 18px;
	margin: 0 auto;
}
.scr_prevent {
    overflow: hidden;
    height: 100%;
}
.row_wrap{
	display: flex;
	flex-flow: row wrap;
}



/* --------------------------------------------------------------------------------
		header
-------------------------------------------------------------------------------- */
#header{
	width: 100%;
	z-index: 99;
	height: 100px;
}
#header .h_wrap{
	width: 100%;
	position: fixed;
	top: 32px;
	left: 0;
	background-color: #F7F3E9;
	z-index: 99;
	padding: 10px 18px;
}
#header .h_wrap .h_top{
	position: absolute;
	right: 60px;
	top: 14px;
}
#header .h_wrap .h_top .h_top_link .h_top_util li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	font-size: 10px;
}
#header .h_wrap .h_top .h_top_link .h_top_util li img{
	display: block;
	width: auto;
	height: 23px;
	margin: 0 0 2px;
}


#header .h_wrap .h_top .h_top_link{
	display: flex;
	align-items: center;
}


#header .h_wrap .h_top .h_top_link ul li.i-logout a::before{
	content: '';
    display: inline-block;
    width: 20px;
    height: 25px;
    background-image: url(https://www.totomaru.shop/img/i_login_b.png);
    background-size: contain;
    vertical-align: middle;
	margin: 0 0 5px;
	background-repeat: no-repeat;
}

#header .h_wrap .h_top .h_top_link ul li.i-login a::before{
	content: '';
    display: inline-block;
    width: 20px;
    height: 25px;
    background-image: url(https://www.totomaru.shop/img/i_login_b.png);
    background-size: contain;
    vertical-align: middle;
	margin: 0 0 5px;
	background-repeat: no-repeat;
}

#header .h_wrap .h_top .h_top_link ul li.i-register a::before{
	content: '';
    display: inline-block;
    width: 20px;
    height: 25px;
    background-image: url(https://www.totomaru.shop/img/i_member_b.png);
    background-size: contain;
    vertical-align: middle;
	margin: 0 0 5px;
	background-repeat: no-repeat;
}



#header .h_wrap .h_top .h_top_link ul li.i-cart a::before{
	content: '';
    display: inline-block;
    width: 26px;
    height: 25px;
    background-image: url(https://www.totomaru.shop/img/i_cart_b.png);
    background-size: contain;
    vertical-align: middle;
	margin: 0 0 5px;
	background-repeat: no-repeat;
}



.fs-p-headerUtilityMenu{
	margin: 0;
}

.fs-p-headerUtilityMenu__list > li + li {
    margin-left: 0px; 
}

.fs-p-headerUtilityMenu__list li {
    display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	min-width: 55px;
}


.fs-p-headerUtilityMenu__list a::before {
	display: none;
    content: "";
    border: 0px solid transparent;
}


.fs-p-headerUtilityMenu__list a {
	font-size: 10px;
}


.fs-p-headerUtilityMenu ul{
	display: flex;
	
}


#header .h_wrap .h_top .h_top_link nav ul li a{
	font-size: 10px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}




#header .h_wrap h1.h_logo{
	width: 124px;
	height: 48px;
	background: url("https://www.totomaru.shop/img/totomaru_logo.png") no-repeat 50% 0;
	background-size: 100% auto;
}
#header .h_wrap h1.h_logo a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#header .h_wrap .ham_wrap .nav_toggle{
	height: 20px;
    width: 32px;
	position: absolute;
	top: 18px;
	right: 18px;
    z-index: 98;
}
#header .h_wrap .ham_wrap .nav_toggle div{
	display: inline-block;
    position: relative;
    height: 20px;
    width: 32px;
}
#header .h_wrap .ham_wrap .nav_toggle span{
	position: absolute;
    left: 0;
    display: inline-block;
    height: 2px;
    width: 32px;
    background-color: #000;
    transition: all 0.3s ease-out;
}
#header .h_wrap .ham_wrap .nav_toggle span:nth-of-type(1){
	bottom: 0;
}
#header .h_wrap .ham_wrap .nav_toggle span:nth-of-type(2){
	bottom: 9px;
}
#header .h_wrap .ham_wrap .nav_toggle span:nth-of-type(3){
	bottom: 18px;
}
#header .h_wrap .ham_wrap .nav_toggle p{
	font-size: 10px;
	line-height: 1;
	text-align: center;
}
#header .h_wrap .ham_wrap .nav_toggle.is_active span{
    background-color: #000;
}
#header .h_wrap .ham_wrap .nav_toggle.is_active span:nth-of-type(1){
	bottom: 10px;
    transform: rotate(-135deg);
}
#header .h_wrap .ham_wrap .nav_toggle.is_active span:nth-of-type(2){
	opacity: 0;
}
#header .h_wrap .ham_wrap .nav_toggle.is_active span:nth-of-type(3){
	bottom: 10px;
    transform: rotate(135deg);
}
#header .h_wrap .h_btm .g_nav{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	margin: 12px 0 0;
	display: none;

}
#header .h_wrap .h_btm .g_nav li{
	position: relative;
	text-align: center;
}
#header .h_wrap .h_btm .g_nav li:after{
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000;
}
#header .h_wrap .h_btm .g_nav li:last-child:after{
	display: none;
}
#header .h_wrap .ham_wrap .nav_wrap{
	display: none;
    position: fixed;
    left: 0;
    top: 96px;
    overflow-y: scroll;
    z-index: 999;
    width: 100%;
    height: calc(100vh - 96px);
    background-color: #F7F3E9;
    padding: 28px 18px 40vw;
}
#header .h_wrap .ham_wrap .nav_wrap .search_box{
	position: relative;
	margin: 0 0 20px;
}
#header .h_wrap .ham_wrap .nav_wrap .search_box .search_txt{
	width: 100%;
}
#header .h_wrap .ham_wrap .nav_wrap .search_box .search_txt input{
	-webkit-appearance: none;
	width: 100%;
    height: 40px;
	letter-spacing: .1em;
    border: 1px solid #C1C1C1;
    border-radius: 20px;
    padding: 10px 60px 10px 18px;
}
#header .h_wrap .ham_wrap .nav_wrap .search_box .search_btn{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 25px;
}
#header .h_wrap .ham_wrap .nav_wrap .search_box .search_btn input{
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-appearance: button;
	background: url("https://www.totomaru.shop/img/i_search.png") no-repeat center center;
	background-size: 50% auto;
}

#header .h_wrap .ham_wrap .dropdwn_menu_inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

#header .h_wrap .ham_wrap .dropdwn_menu_cat{

	width: 49%;
}




#header .h_wrap .dropdwn_menu_inner .dropdwn_menu_cat a{
	display: flex!important;
	padding:15px!important;
	align-items: center;
	font-size: 12px;
	position: relative;
	color: #000;
}



#header .h_wrap .dropdwn_menu_inner .dropdwn_menu_cat a::after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 1px #707070;
	border-right: solid 1px #707070;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5px;
	
}


#header .h_wrap .dropdwn_menu_inner .dropdwn_menu_cat a span {
	padding: 0 10px 0 0;
}



#header .h_wrap .dropdwn_menu_inner .dropdwn_menu_cat a span img{
	width: 40px;
	height: 40px;
	object-fit: cover;
}



#header .f_info{
	text-align: center;
	background-color: #B29B73;
	padding: 40px 0;
	color: #fff;
	margin: 40px 0 0 ;
}
#header .f_info .dial{
	font-size: 16px;
	margin: 0 auto 8px;
}
#header .f_info .tel{
	margin: 0 auto 42px;
}
#header .f_info .tel .num{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin: 0 auto 10px;
}
#header .f_info .tel .num a{
	position: relative;
	color: #fff;
}
#header .f_info .tel .num a:before{
	content: "トト";
	position: absolute;
	top: -8px;
	right: 52px;
	font-size: 10px;
}
#header .f_info .tel .num a:after{
	content: "キュキュ";
	position: absolute;
	top: -8px;
	right: -8px;
	font-size: 10px;
}
#header .f_info .tel .num img{
	width: 16px;
	height: auto;
	margin: 0 8px 0 0;
}
#header .f_info .tel .time{
	font-size: 14px;
}
#header .f_info .btm{
}
#header .f_info .btm .copy{
	font-size: 10px;
	text-align: center;
}


#header .f_sns{
	margin: 40px 0 0;
	display: flex;
	justify-content: center;
}

#header .f_sns li{
	width: 40px;
	margin: 0 5px;
}





#header .h_wrap .nav_wrap .ham_nav{
	margin: 20px 0 0;
}
#header .h_wrap .nav_wrap .ham_nav li{
	border-bottom: solid 1px #707070;
}
#header .h_wrap .nav_wrap .ham_nav li a{
	display: block;
	font-size: 14px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
	padding: 10px 0 10px 10px;
}
#header .h_sp_text{
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	background-color: #B29B73;
	padding: 4px 18px;
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0;
	z-index: 999;
}
#header .h_sp_text a{
	color: #fff;
}
.bnr-open-pc {
	margin-top: 100px;
}





/* --------------------------------------------------------------------------------
		#sub1
-------------------------------------------------------------------------------- */

#sub1{
	display: none;
}


/* --------------------------------------------------------------------------------
		#main_slider
-------------------------------------------------------------------------------- */
#main_slider{
	width: 100%;
	line-height: 0;
	background-color: #F7F3E9;
	padding: 0 0 20px;
}
#main_slider .slider{
	margin-bottom: 40px;
}
#main_slider .slider .slick-dots{
	bottom: -40px;
}
#main_slider .slider .slick-dots li button:before{
	font-size: 16px;
	color: #B1B1B1;
	opacity: 1;
}
#main_slider .slider .slick-dots li.slick-active button:before{
	color: #C7000B;
}
#main_slider .slider .slide_item img{
	width: 100%;
	height: auto;
}





/* --------------------------------------------------------------------------------
		#topics
-------------------------------------------------------------------------------- */
#topics{
	width: 100%;
	background-color: #F7F3E9;
	padding: 40px 0;
}
#topics .topics_slider{
	background-color: #fff;
	border: solid 1px #707070;
	border-radius: 8px;
	padding: 18px 34px 40px;
}
#topics .topics_slider .slick-arrow{
	width: 1px;
	height: 30px;
	z-index: 10;
	cursor: pointer;
}
#topics .topics_slider .slick-prev:before,
#topics .topics_slider .slick-next:before{
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	position: absolute;
	left: 0;
	top: -8px;
	background-color: #707070;
	transform: rotate(40deg);
}
#topics .topics_slider .slick-next:before{
	transform: rotate(140deg);
}
#topics .topics_slider .slick-prev:after,
#topics .topics_slider .slick-next:after{
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	position: absolute;
	left: 0;
	bottom: -8px;
	background-color: #707070;
	transform: rotate(-40deg);
}
#topics .topics_slider .slick-next:after{
	transform: rotate(-140deg);
}
#topics .topics_slider .slick-prev{
	left: 15px !important;
}
#topics .topics_slider .slick-next{
	right: 15px !important;
}
#topics .topics_slider .slick-dots{
	width: calc(100% - 68px);
	bottom: 10px;
}
#topics .topics_slider .slick-dots li{
	margin: 0 3px;
}
#topics .topics_slider .slick-dots li button:before{
	font-size: 12px;
	color: #B1B1B1;
	opacity: 1;
}
#topics .topics_slider .slick-dots li.slick-active button:before{
	color: #C7000B;
}
#topics .topics_slider .slide_item{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
}
#topics .topics_slider .slide_item .topics_date{
	display: block;
	font-size: 10px;
	margin: 0 auto 8px;
}
#topics .topics_slider .slide_item .topics_text{
	font-size: 13px;
	line-height: 1.4;
	font-weight: bold;
}






/* --------------------------------------------------------------------------------
		#top-pickup
-------------------------------------------------------------------------------- */

#top-pickup {
  padding: 50px 0 60px;
}


#top-pickup h2 {
    position: relative;
    font-size: 25px;
    text-align: center;
    margin: 0 0 40px;
}
#top-pickup h2 span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #F7F3E9;
    padding: 0 20px;
}
#top-pickup h2:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    border-bottom: solid 1px #707070;
}
#top-pickup ul {
    display: flex;
	justify-content: space-between;
	flex-direction: column;
   
}

#top-pickup ul li{
	margin: 0 0 40px;

}

#top-pickup ul li .img{
	text-align: center;

}

#top-pickup ul h3{
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: bold;
}

#top-pickup ul p {
    padding: 10px 0 0;
    font-size: 13px;
   
}

#top-pickup ul img {
	width: 100%;
}


/* --------------------------------------------------------------------------------
		#top-category
-------------------------------------------------------------------------------- */
#top-category{
 padding: 0 0 40px;
}


#top-category h2 {
    position: relative;
    font-size: 25px;
    text-align: center;
    margin: 0 0 40px;
}
#top-category h2 span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #F7F3E9;
    padding: 0 20px;
}
#top-category h2:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    border-bottom: solid 1px #707070;
}


#top-category ul {
    display: flex;
	flex-direction: column;
  
}

#top-category ul li{
   
	margin: 0 0 40px;
  
}

#top-category ul p {
    text-align: center;
    padding: 20px 0 0;
    font-size: 20px;
    font-weight: bold;
}
#top-category ul img {
	width: 100%;
	text-align: center;
}

/* --------------------------------------------------------------------------------
		#top-otameshi
-------------------------------------------------------------------------------- */
#top-otameshi{
 padding: 0;
}


#top-otameshi h2 {
    position: relative;
    font-size: 25px;
    text-align: center;
    margin: 0 0 20px;
}
#top-otameshi h2 span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #F7F3E9;
    padding: 0 20px;
}
#top-otameshi h2:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    border-bottom: solid 1px #707070;
}

#top-otameshi .lead {
	text-align: center;
	margin: 0 0 20px;
}

#top-otameshi .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px
}
#top-otameshi .list .menu {
	width: 44%;
	margin: 0 10px;
	text-align: center;
}
#top-otameshi .list .menu .arrow {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 12px;
	position: relative;
	left: 200px;
	top: 10px;
	width: 75px;
	background: #EA6A16;
	color: #fff;
	border-radius: 50%;
	padding: 18px 10px;
	transform: rotate(21deg);
}
#top-otameshi .list .menu .arrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #EA6A16;
	border-width: 7px;
	margin-left: -7px;
}
/*#top-otameshi .list .menu a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}*/
#top-otameshi .list .menu .ttl {
	font-size: 17px;
}

#top-otameshi .list .menu .price {
	margin: 20px 0 0;
	font-size: 17px;
}
#top-otameshi .list .menu .price span {
	font-size: 12px;
}
#top-otameshi .list .menu .price_tax {
	font-size: 14px;
	color: #7C7C7C;
}
#top-otameshi .list .menu .price_tax span {
	font-size: 12px;
}
#top-otameshi .link_btn {
	width: 90%;
	margin: 15px auto;
}
#top-otameshi .link_btn a {
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	position: relative;
	font-size: 12px;
	background-color: #fff;
	border: solid 1px #707070;
	border-radius: 20px;
	padding: 7px 10px;		
	justify-content: center;
	width: 100%;
	height: 100%;
	
	
}
#top-otameshi .link_btn a:before {
	content: "";
	width: 10px;
	height: 1px;
	position: absolute;
	right: 16px;
	top: 46%;
	transform: rotate(40deg);
	background-color: #000;
}
#top-otameshi .link_btn a:after {
	content: "";
	width: 18px;
	height: 1px;
	position: absolute;
	right: 18px;
	top: 50%;
	background-color: #000;
}


/* --------------------------------------------------------------------------------
		furusato
-------------------------------------------------------------------------------- */
#furusato {
	padding: 0 0 80px;
}


#furusato h2 {
    position: relative;
    font-size: 25px;
    text-align: center;
    margin: 0 0 40px;
}
#furusato h2 span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #F7F3E9;
    padding: 0 20px;
}
#furusato h2:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    border-bottom: solid 1px #707070;
}


#furusato p {
	text-align: center;
    padding: 10px 0 30px;
}
#furusato ul {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin: 0 auto;
}
#furusato img {
	height: 60px;
    /*width: 100%;*/
    /*object-fit: cover;*/
}


/* --------------------------------------------------------------------------------
		#top-ranking
-------------------------------------------------------------------------------- */
#top-ranking{
 padding: 0 0 60px;
}


#top-ranking h2 {
    position: relative;
    font-size: 25px;
    text-align: center;
    margin: 0 0 40px;
}
#top-ranking h2 span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #F7F3E9;
    padding: 0 20px;
}
#top-ranking h2:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    border-bottom: solid 1px #707070;
}


#top-ranking ul {
    display: flex;
	justify-content: space-between;
	overflow-x: scroll;
	
	
  
}

#top-ranking ul li{
    width: 150px;
	position: relative;
	flex-shrink: 0;
	padding: 0 20px 30px 0;
}


#top-ranking ul li:first-child::after{
    content: "1";
	height: 30px;
	width: 30px;
	background: #BD141B;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 5px;
	top: 5px;
}

#top-ranking ul li:nth-child(2)::after{
    content: "2";
	height: 30px;
	width: 30px;
	background: #BD141B;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 5px;
	top: 5px;
}

#top-ranking ul li:nth-child(3)::after{
    content: "3";
	height: 30px;
	width: 30px;
	background: #BD141B;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 5px;
	top: 5px;
}

#top-ranking ul li:nth-child(4)::after{
    content: "4";
	height: 30px;
	width: 30px;
	background: #BD141B;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 5px;
	top: 5px;
}


#top-ranking ul li:nth-child(5)::after{
    content: "5";
	height: 30px;
	width: 30px;
	background: #BD141B;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 5px;
	top: 5px;
}



#top-ranking ul p.item-name {
  
    padding: 20px 0 0;
    font-size: 14px;
    font-weight: bold;
}

#top-ranking ul p.review {
    padding: 10px 0 0;
    font-size: 14px;
    
}
#top-ranking ul p.review span {
    color: #FFB427;
    
}



#top-ranking ul p.price {
    padding: 10px 0 0;
    font-size: 14px;
    
}




#top-ranking ul img {
	width: 100%;
}




/* --------------------------------------------------------------------------------
		#top-newitem
-------------------------------------------------------------------------------- */
#top-newitem{
 padding: 0 0 60px;
}


#top-newitem h2 {
    position: relative;
    font-size: 25px;
    text-align: center;
    margin: 0 0 40px;
}
#top-newitem h2 span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #F7F3E9;
    padding: 0 20px;
}
#top-newitem h2:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    border-bottom: solid 1px #707070;
}


#top-newitem ul {
    display: flex;
	overflow-x: scroll;
	
	
  
}

#top-newitem ul li{
	flex-shrink: 0;
    width: 150px;
	position: relative;
	padding: 0 20px 30px 0;
}



#top-newitem ul p.item-name {
  
    padding: 20px 0 0;
    font-size: 14px;
    font-weight: bold;
}


#top-newitem ul p.price {
    padding: 10px 0 0;
    font-size: 14px;
    
}


#top-newitem ul img {
	width: 100%;
}




/* --------------------------------------------------------------------------------
		#voice
-------------------------------------------------------------------------------- */
#shipping-pg{
 padding: 0px 20px 60px;
}

#shipping-pg .shipping-box{
 	background: #fff;
	border: 1px solid #9F0000;
	border-radius: 20px;
}

#shipping-pg .shipping-box-inner{
 	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px 20px;
}

#shipping-pg .shipping-box-inner .img{
 	margin: 0 10px 0 0;
}



#shipping-pg .t-shipping-date{
	background: #BD141B;
	text-align: center;
	color: #fff;
	border-radius: 20px 20px 0 0;
	font-size: 20px;
	padding: 15px;
	
	
}

#shipping-pg .shipping-date-inner{
	
}


#shipping-pg .date{
	color: #BD141B;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	
}

#shipping-pg .att{
	font-size: 14px;
}





/* --------------------------------------------------------------------------------
		#voice
-------------------------------------------------------------------------------- */
#voice{
 padding: 0 0 60px;
}

#voice .ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
 	background:url(https://www.totomaru.shop/img/common/voice-ttl-bg-sp.jpg) no-repeat;
	background-size: contain;
	height: 230px;
	margin: 0 0 40px;
}

#voice .ttl p{
	position: relative;
	color: #fff;
	font-size: 14px;
}

#voice .ttl p::before{
	content: '';
	display: block;
	width: 126px;
	height: 42px;
	margin: 0 auto 20px;
	background-image: url(https://www.totomaru.shop/img/common/i-voice.png);
	background-size: contain;
	vertical-align: middle;
}


#voice .ttl h2{
	color: #fff;
	font-size: 40px;
}

#voice ul {
	padding:0 20px;
	
}

#voice ul li{
	border: 1px solid #B29B73;
	border-radius: 20px;
	background: #fff;
	padding: 20px;
	margin: 0 0 20px;
}

#voice ul li .head{
	display: flex;
	align-items: center;
	margin: 0 0 30px;
}


#voice ul li .head .icon{
	width: 70px;
	
}


#voice ul li .head .img{
	width: 70px;
	margin: 0 0 0 20px;
}

#voice ul li .head .img img{
	width: 70px;
}

#voice ul li .head .txt{
	margin: 0 0 0 20px;
	width: 60%;
}



#voice ul li .head .txt h3{
	font-size: 14px;
	border-bottom: 1px solid #707070;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#voice ul li .head .txt .review span {
    color: #FFB427;
}

#voice ul li p {
    font-size: 14px;
}






/* --------------------------------------------------------------------------------
		#about
-------------------------------------------------------------------------------- */
#about{
	width: 100%;
	background-color: #F7F3E9;
	padding: 0 0 40px;
}
#about .about_inner .img{
	width: 100%;
}
#about .about_inner .img img{
	width: 100%;
	height: auto;
}
/* #about .about_inner .txt{
	padding: 30px 18px;
} */
#about .about_inner .txt {
    padding: 30px 18px;
    background-color: rgba(255,255,255,.8);
}
#about .about_inner .txt h2{
	font-size: 30px;
	text-align: center;
	margin: 0  auto 12px;
}
#about .about_inner .txt p{
	font-size: 18px;
	line-height: 2.0;
	margin: 0  auto 28px;
}
#about .about_inner .txt .link_btn a{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	position: relative;
	font-size: 14px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	background-color: #fff;
	border: solid 1px #707070;
	border-radius: 20px;
	padding: 12px 40px 12px 32px;
}
#about .about_inner .txt .link_btn a:after{
	content: "";
	width: 24px;
	height: 1px;
	position: absolute;
	right: 18px;
	top: 50%;
	background-color: #000;
}
#about .about_inner .txt .link_btn a:before{
	content: "";
	width: 10px;
	height: 1px;
	position: absolute;
	right: 16px;
	top: 46%;
	transform: rotate(40deg);
	background-color: #000;
}
#about .about_inner .txt .link_btn img{
	display: inline-block;
	width: 132px;
	height: auto;
	margin: 0 28px 0 0;
}
#about .about_store{
	padding: 40px 18px 20px;
}
#about .about_store h3{
	position: relative;
	font-size: 18px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
	margin: 0 auto 20px;
}
#about .about_store h3:after{
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50%;
	border-bottom: solid 1px #707070;
}
#about .about_store h3 span{
	display: inline-block;
	position: relative;
	z-index: 2;
	background-color: #F7F3E9;
	padding: 0 20px;
}
#about .about_store ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#about .about_store ul li{
	width: 102px;
	height: 102px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 0 20px 0;
}
#about .about_store ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#about .about_store ul li img{
	width: 72%;
	height: auto;
}



/* --------------------------------------------------------------------------------
		#service
-------------------------------------------------------------------------------- */
#service{
	width: 100%;
	background-color: #FFE753;
	padding: 60px 20px 40px;
	margin: 0 0 50px;
}
#service h2{
	text-align: center;
	margin: 0 auto 10px;
}
#service h2 img{
	width: 100%;
	height: auto;
}
#service .lead{
	line-height: 2.0;
	text-align: center;
	margin: 0 auto 28px;
}
#service .att{
	font-size: 10px;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
}
#service .att span{
	display: inline-block;
	padding: 8px 0;
}
#service .service_list{
	padding: 40px 0 30px;
}
#service .service_list > li{
	background-color: #fff;
	border-radius: 20px;
	padding: 28px 22px;
	margin: 0 auto 40px;
}
#service .service_list > li .head{
	margin: 0 auto 15px;
}
#service .service_list > li .head .num{
	text-align: center;
	margin: 0 auto 10px;
}
#service .service_list > li .head .num img{
	;
}
#service .service_list > li .head .catch{
	color: #2CB8E6;
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
	letter-spacing: .05em;
	margin: 0 auto 2px;
}
#service .service_list > li .head h3{
	color: #2CB8E6;
	font-size: 24px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	letter-spacing: .05em;
}
#service .service_list > li .tag{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto 8px;
}
#service .service_list > li .tag li{
	color: #2CB8E6;
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	letter-spacing: .05em;
	border: solid 1px #2CB8E6;
	padding: 0 5px;
	margin: 0 5px 10px 5px;
}
#service .service_list > li .img{
	width: 100%;
	margin: 0 auto 18px;
}
#service .service_list > li .img img{
	width: 100%;
	height: auto;
	border-radius: 20px;
}
#service .service_list > li .txt{
	line-height: 2.0;
	margin: 0 auto 20px;
}
#service .service_list > li .link a{
	display: block;
	position: relative;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #707070;
	border-radius: 20px;
	padding: 10px 0;
	width: 80%;
	margin: 0 auto;
}
#service .service_list > li .link a:after{
	content: "";
	width: 24px;
	height: 1px;
	position: absolute;
	right: 18px;
	top: 50%;
	background-color: #000;
}
#service .service_list > li .link a:before{
	content: "";
	width: 10px;
	height: 1px;
	position: absolute;
	right: 17px;
	top: 44%;
	transform: rotate(40deg);
	background-color: #000;
}
#service .insta .ttl{
	font-size: 20px;
	text-align: center;
	margin: 0 auto 18px;
}
#service .insta .ttl a{
	text-decoration: underline;
}
#service .insta .lead{
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	line-height: 1.6;
	margin: 0 auto 20px;
}
#service .insta .insta_area{
	
}


#service .point-bnr{
	text-align: center;
	/* margin: 0 0 60px; */
	
}

#service .point-bnr p{
	text-align: center;
	font-size: 14px;
	margin: 10px 0 0;
}


#service-img img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}



.js-fade{
	opacity: 0;
	transform: translateY(40px);
	transition: opacity .8s, transform .8s;
}
.js-fade.is-inview{
	opacity: 1;
	transform: translateY(0);
	transition-delay: .8s;
}




#fix-btn {
    position: fixed;
    /*right: 15px;*/
    bottom: 1%;
	padding: 0 2% 0;
    z-index: 9999;
}
body.home #fix-btn {
	display: none;
}


#fix-btn img {
    width: 100%;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


@-webkit-keyframes pulse{
	0%{
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50%{
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to{
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}




/* --------------------------------------------------------------------------------
		#product
-------------------------------------------------------------------------------- */
#product{
	width: 100%;
	background-color: #F7F3E9;
	padding: 80px 0;
}
#product .lead{
	font-size: 24px;
	text-align: center;
	margin: 0 auto 28px;
}
#product .lead span{
	position: relative;
}
#product .lead span:before,
#product .lead span:after{
	content: "";
	width: 1px;
	height: 42px;
	position: absolute;
	right: -28px;
	bottom: -12px;
	transform: rotate(45deg);
	background-color: #707070;
}
#product .lead span:before{
	left: -28px;
	transform: rotate(-45deg);
}
#product .logo{
	width: 60%;
	margin: 0 auto 20px;
}
#product .logo img{
	width: 100%;
	height: auto;
}
#product .img01{
	width: 100%;
	margin: 0 auto 24px;
}
#product .img01 img{
	width: 100%;
	height: auto;
}
#product h2{
	font-size: 26px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}
#product .detail{
	margin: 0 auto 5px;
}
#product .detail .txt{
	line-height: 2.0;
	margin: 0 auto 20px;
}
#product .detail .map{
	width: 86%;
	margin: 0 auto;
}
#product .detail .map img{
	width: 100%;
	height: auto;
}
#product .img02{
	width: 100%;
	margin: 0 auto 20px;
}
#product .img02 img{
	width: 100%;
	height: auto;
}
#product .frozen{
	background-color: #fff;
	border: solid 1px #2CB8E6;
	border-radius: 20px;
	padding: 12px 18px 24px;
	margin: 0 auto 40px;
}
#product .frozen .img{
	width: 60%;
	margin: 0 0 10px 18px;
}
#product .frozen .img img{
	width: 100%;
	height: auto;
}
#product .frozen .txt .head{
	position: relative;
	margin: 0 auto 12px;
}
#product .frozen .txt .head .icon{
	position: absolute;
	top: -100px;
	right: 40px;
	width: 60px;
}
#product .frozen .txt .head .icon img{
	width: 100%;
	height: auto;
}
#product .frozen .txt .head .catch{
	color: #2CB8E6;
	font-size: 17px;
	text-align: center;
}
#product .frozen .txt .head .ttl{
	color: #2CB8E6;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
}
#product .frozen .txt .head .ttl span{
	font-size: 38px;
}
#product .frozen .txt .dtl{
	line-height: 2.0;
	margin: 0 auto 20px;
}
#product .frozen .txt .link{
	text-align: center;
}
#product .frozen .txt .link a{
	display: block;
	font-size: 14px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	background-color: #fff;
	border: solid 1px #707070;
	border-radius: 20px;
	padding: 12px 0;
}
#product .link_btn{
	text-align: center;
}
#product .link_btn a{
	display: block;
	color: #fff;
	font-size: 16px;
	background-color: #C7000B;
	border-radius: 20px;
	padding: 12px 0;
}



/* --------------------------------------------------------------------------------
		#shop
-------------------------------------------------------------------------------- */
#shop{
	width: 100%;
}
#shop .shop_img p{
	width: 50%;
}
#shop .shop_img p img{
	width: 100%;
	height: auto;
}
#shop .shop_inner{
	background-color: #262626;
	padding: 40px 18px 60px;
}
#shop .shop_inner h2{
	color: #B29B73;
	font-size: 24px;
	text-align: center;
	margin: 0 auto 30px;
}
#shop .shop_inner .shop_detail .img{
	width: 100%;
	margin: 0 auto 32px;
}
#shop .shop_inner .shop_detail .img img{
	width: 100%;
	height: auto;
}
#shop .shop_inner .shop_detail .photo{
	margin: 0 auto 8px;
}
#shop .shop_inner .shop_detail .price{
	color: #fff;
	text-align: center;
}
#shop .shop_inner .shop_detail .txt .ttl{
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin: 0 auto 10px;
}
#shop .shop_inner .shop_detail .txt .dtl{
	color: #fff;
	line-height: 2.0;
	margin: 0 auto 40px;
}
#shop .shop_inner .shop_detail .txt .link a{
	display: block;
	position: relative;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 12px 0;
}
#shop .shop_inner .shop_detail .txt .link a:after{
	content: "";
	width: 24px;
	height: 1px;
	position: absolute;
	right: 18px;
	top: 50%;
	background-color: #000;
}
#shop .shop_inner .shop_detail .txt .link a:before{
	content: "";
	width: 10px;
	height: 1px;
	position: absolute;
	right: 16px;
	top: 42%;
	transform: rotate(40deg);
	background-color: #000;
}




/* --------------------------------------------------------------------------------
		#store	
-------------------------------------------------------------------------------- */

#store{
	width: 100%;
    background-color: #F7F3E9;
    padding: 50px 0 0;
	text-align: center;
}

#store img{
	max-width:100%;
}


#store h2{
	display: inline-block;
	font-size: 26px;
	text-align: center;
	margin: 0 0 40px;
	border-bottom: solid 1px #707070;
	position: relative;
}


#store h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 25px solid #000;
	
}

#store h2::after {
  content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -14px;
    border: 14px solid transparent;
    border-top: 24px solid #F7F3E9;
	
}







#store .store_inner{
	display: flex;
	flex-direction: column;
}

#store .store_inner .store_img{
	width: 100%;
	position: relative;
}

#store .store_inner .store_img .store_bg img{
	width: 100%;
}

#store .store_inner .store_img .img{
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

#store .store_inner .store_img .img p{
	text-align: center;
	font-size: 14px;
	padding: 7px;
}


#store .store_inner .txt{
	background: #B29B73;
	padding:60px 18px;
}

#store .store_inner .txt .ttl{
	font-size: 30px;
	text-align: center;
	color: #fff;
}

#store .store_inner .txt .ttl span{
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
}


#store .store_inner .txt .dtl{
	font-size: 16px;
	color: #fff;
	margin: 25px 0;
	text-align: left;
}


#store .link  {
   text-align: center;
}

#store .link a {
    display: block;
	width: 90%;
	margin: 0 auto;
    font-size: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px ;
	/*border: solid 1px #707070;*/
	position: relative;
}


#store .link a::before {
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    right: 16px;
    top: 46%;
    transform: rotate(40deg);
    background-color: #000;
}

#store .link a::after {
    content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    right: 18px;
    top: 50%;
    background-color: #000;
}

/* --------------------------------------------------------------------------------
		#ohter-store	
-------------------------------------------------------------------------------- */

#ohter-store{
	width: 100%;
    background-color: #F7F3E9;
    padding: 50px 0 0;
	text-align: center;
	
}

#ohter-store h2{
	font-size: 28px;
	margin: 0 0 10px;
	
}
#ohter-store h2 span{
	font-size: 14px;
	display: block;
	
}

#ohter-store .img img{
	width: 100%;
	
}

#ohter-store ul {
	display: flex;
	justify-content: center;
}



/* --------------------------------------------------------------------------------
		#auto_slider	
-------------------------------------------------------------------------------- */
#auto_slider{
	width: 100%;
	line-height: 0;
}
#auto_slider img{
	width: auto;
	height: 160px;
}



/* --------------------------------------------------------------------------------
		#blog	
-------------------------------------------------------------------------------- */
#blog{
	width: 100%;
	background-color: #F7F3E9;
	padding:0 20px 80px;
}
#blog h2 {
    position: relative;
    font-size: 25px;
    text-align: center;
    margin: 0 0 40px;
}
#blog h2 span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #F7F3E9;
    padding: 0 20px;
}
#blog h2:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    border-bottom: solid 1px #707070;
}
#blog ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 20px;
}
#blog ul li{
	width: 48%;
	margin: 0 0 28px;
}
#blog ul li .thumb{
	margin: 0 auto 5px;
}
#blog ul li .thumb img{
	width: 100%;
	height: 140px;
	object-fit: cover;
}
#blog ul li .date{
	font-size: 12px;
}
#blog .link{
	text-align: center;
}
#blog .link a{
	display: block;
	font-size: 16px;
	background-color: #fff;
	border-radius: 20px;
	padding: 12px 0;
}



/* --------------------------------------------------------------------------------
		#sns	
-------------------------------------------------------------------------------- */
#sns{
	width: 100%;
	background-color: #F7F3E9;
	padding: 0 0 40px;
}
#sns .sns_inner{
	margin: 0 18px;
}
#sns .sns_inner .staff_blog{
	
}
#sns .sns_inner .staff_blog .slick-slide{
	text-align: center;
}
#sns .sns_inner .staff_blog .slick-arrow{
	width: 1px;
	height: 30px;
	z-index: 10;
	cursor: pointer;
}
#sns .sns_inner .staff_blog .slick-prev:before,
#sns .sns_inner .staff_blog .slick-next:before{
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	position: absolute;
	left: 0;
	top: -8px;
	background-color: #707070;
	transform: rotate(40deg);
}
#sns .sns_inner .staff_blog .slick-next:before{
	transform: rotate(140deg);
}
#sns .sns_inner .staff_blog .slick-prev:after,
#sns .sns_inner .staff_blog .slick-next:after{
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	position: absolute;
	left: 0;
	bottom: -8px;
	background-color: #707070;
	transform: rotate(-40deg);
}
#sns .sns_inner .staff_blog .slick-next:after{
	transform: rotate(-140deg);
}
#sns .sns_inner .staff_blog .slick-prev{
	left: 10px !important;
}
#sns .sns_inner .staff_blog .slick-next{
	right: 10px !important;
}
#sns .sns_inner .staff_blog li{
	display: inline-flex !important;
	width: 100% !important;
	height: 75vw;
	position: relative;
	/*background-color: #000;*/
	border-radius: 20px;
}
#sns .sns_inner .staff_blog li .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#sns .sns_inner .staff_blog li .img img{
	width: 100%;
	height: auto;
	object-fit: cover;
	border: 1px solid #000;
	border-radius: 10px;
	
}
#sns .sns_inner .staff_blog li .txt{
	width: 68%;
	position: relative;
	z-index: 2;
	/*color: #fff;*/
	text-align: left;
	padding: 18px;
}
#sns .sns_inner .staff_blog li .ttl{
	font-size: 18px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	line-height: 1.4;
	margin: 0 auto 2px;
}
#sns .sns_inner .staff_blog li .dtl{
	font-size: 10px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin: 0 auto 8px;
}
#sns .sns_inner .staff_blog li .link a{
	color: #000;
	font-size: 10px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	border: solid 1px #000;
	padding: 6px 20px;
}
#sns .sns_inner .sns_list{
	display: flex;
	flex-flow: row wrap;
}
#sns .sns_inner .sns_list li{
	width: 46%;
	height: 100px;
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 10px;
	margin: 0 2% 12px;
}
#sns .sns_inner .sns_list li a{
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#sns .sns_inner .sns_list li .img{
	height: 32px;
	margin: 0 auto 8px;
}
#sns .sns_inner .sns_list li .img img{
	width: auto;
	height: 100%;
}
#sns .sns_inner .sns_list li .txt{
	font-size: 10px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
}



/* --------------------------------------------------------------------------------
		#news	
-------------------------------------------------------------------------------- */
#news{
	width: 100%;
	padding: 0 0 20px;
}
/*#news h2{
	font-size: 28px;
	text-align: center;
	margin: 0 auto 28px;
}*/
#news h2 {
    position: relative;
    font-size: 25px;
    text-align: center;
    margin: 0 0 20px;
}
#news h2 span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #F7F3E9;
    padding: 0 20px;
}
#news h2:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    border-bottom: solid 1px #707070;
}
#news ul{
	border-top: solid 1px #707070;
	margin: 0 auto 40px;
}
#news ul li{
	border-bottom: solid 1px #707070;
	padding: 8px 0;
}
#news ul li a{
	display: flex;
	flex-flow: row wrap;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
}
#news ul li .date{
	width: 32%;
}
#news ul li .ttl{
	width: 68%;
}
#news .link{
	text-align: center;
}
#news .link a{
	display: block;
	font-size: 16px;
	background-color: #fff;
	border: solid 1px #707070;
	border-radius: 20px;
	padding: 12px 0;
}



/* --------------------------------------------------------------------------------
		#bg	
-------------------------------------------------------------------------------- */
#bg{
	width: 100%;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(https://www.totomaru.shop/img/totomaru_staff.jpg) no-repeat 50% 0;
	background-size: auto 100%;
}
#bg .bg_inner{
	padding: 40px 0 0;
}
#bg .logo{
	width: 40%;
	margin: 0 auto 12px;
}
#bg .logo img{
	width: 100%;
	height: auto;
}
#bg .link{
	text-align: center;
}
#bg .link a{
	display: inline-block;
	position: relative;
	font-size: 13px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	background-color: #fff;
	/*border: solid 1px #707070;*/
	border-radius: 20px;
	padding: 6px 40px;
}
#bg .link a:after{
	content: "";
	width: 18px;
	height: 1px;
	position: absolute;
	right: 14px;
	top: 50%;
	background-color: #000;
}
#bg .link a:before{
	content: "";
	width: 8px;
	height: 1px;
	position: absolute;
	right: 14px;
	top: 42%;
	transform: rotate(40deg);
	background-color: #000;
}



/* --------------------------------------------------------------------------------
		#info	
-------------------------------------------------------------------------------- */
#info{
	width: 100%;
	background-color: #F7F3E9;
	padding: 0 0 100px;
}
#info h2{
	font-size: 28px;
	text-align: center;
	margin: 0 auto 28px;
}
#info .info_util{
	margin: 0 auto 40px;
}
#info .info_util .about_point{
	background-color: #B79A6E;
	padding: 18px 18px 10px;
	margin: 0 auto 28px;
}
#info .info_util .about_point .case{
	color: #B79A6E;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
	background-color: #fff;
	padding: 10px;
	margin: 0 auto 8px;
}
#info .info_util .about_point .case .act{
	font-size: 12px;
}
#info .info_util .about_point .case .res{
	display: inline-block;
	position: relative;
	font-size: 18px;
}
#info .info_util .about_point .case .res:after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #B79A6E;
}
#info .info_util .about_point .case .res span{
	font-size: 26px;
	line-height: 1;
	letter-spacing: .01em;
}
#info .info_util .about_point .point_txt{
	color: #fff;
	font-size: 12px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
}
#info .info_util ul li{
	width: 80%;
	margin: 0 auto 12px;
}
#info .info_util ul li a{
	display: block;
	position: relative;
	font-size: 18px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
	background-color: #fff;
	border:solid 1px #707070;
	border-radius: 10px;
	padding: 20px 0;
}
#info .info_util ul li a:after{
	content: "";
	width: 24px;
	height: 1px;
	position: absolute;
	right: 18px;
	top: 50%;
	background-color: #000;
}
#info .info_util ul li a:before{
	content: "";
	width: 10px;
	height: 1px;
	position: absolute;
	right: 16px;
	top: 46%;
	transform: rotate(40deg);
	background-color: #000;
}


#info .f-bnr-mailmag{
	margin: 0 0 28px;
}


#info .f-bnr-mailmag img{
	width: 100%;
}



#info .calendar{
	background-color: #fff;
	border:solid 1px #707070;
	padding: 10px 0;
}

#info .calendar iframe{
	width: 100%;
	height: 280px;
	border: none;
	
}

#info .calendar h3{
	width: 90%;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #707070;
	margin: 0 auto 10px;
	
}

#info .calendar p{
	text-align: center;
	font-size: 12px;
	
}


#info .calendar p span.today{
	color: #B29B73;
	
}
#info .calendar p span.holiday{
	color: #C7000B;
	
}

/* --------------------------------------------------------------------------------
		#sp_nav	
-------------------------------------------------------------------------------- */
#sp_nav{
	width: 100%;
	background-color: #F7F3E9;
	padding: 0 0 40px;
}
#sp_nav ul li{
	border-bottom: solid 1px #707070;
}
#sp_nav ul li a{
	display: block;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
	padding: 12px 0;
}


/* --------------------------------------------------------------------------------
		footer	
-------------------------------------------------------------------------------- */
#footer{
	width: 100%;
	color: #fff;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	background-color: #B29B73;
	padding: 60px 0 100px;
}
#footer a{
	color: #fff;
}
#footer .inner{
}
#footer .logo{
	width: 52%;
	margin: 0 auto 40px;
}
#footer .logo img{
	width: 100%;
	height: auto;
}
#footer .f_info{
	text-align: center;
}
#footer .f_info .dial{
	font-size: 16px;
	margin: 0 auto 8px;
}
#footer .f_info .tel{
	margin: 0 auto 42px;
}
#footer .f_info .tel .num{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin: 0 auto 10px;
}
#footer .f_info .tel .num a{
	position: relative;
}
#footer .f_info .tel .num a:before{
	content: "トト";
	position: absolute;
	top: -8px;
	right: 52px;
	font-size: 10px;
}
#footer .f_info .tel .num a:after{
	content: "キュキュ";
	position: absolute;
	top: -8px;
	right: -8px;
	font-size: 10px;
}
#footer .f_info .tel .num img{
	width: 16px;
	height: auto;
	margin: 0 8px 0 0;
}
#footer .f_info .tel .time{
	font-size: 14px;
}
#footer .f_info .btm{
}
#footer .f_info .btm .copy{
	font-size: 10px;
	text-align: center;
}

#footer {
	position: relative;
}



#footer .r2-txt{
	position: absolute;
	bottom: 100px;
	right: 15px;
	font-size: 10px;
	border: 1px solid #fff;
	padding: 5px 10px;
}


/* --------------------------------------------------------------------------------
		#info-bnr
-------------------------------------------------------------------------------- */
#info_bnr {
    width: 100%;
    padding: 40px 0 0;
	word-break: break-all;
}
#info_bnr .bnr_inner {
	width: 100%;
    position: relative;
    padding: 0 18px;
    margin: 0 auto;
}
#info_bnr img {
    width: 100%;
}

#info .bnr-mole {
    margin: 100px 0 0;
}
#info .bnr-mole ul {
    display: flex;
    justify-content: space-around;
    gap: 25px;
    padding: 0 60px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    flex-direction: column;
}
#info .bnr-mole ul li {
    text-align: center;
    font-size: 14px;
}
#info .bnr-mole ul img {
    width: 100%;
}
/* --------------------------------------------------------------------------------
		#products-list
-------------------------------------------------------------------------------- */
#products-list .unagi {
	padding: 80px 0 0;
}
#products-list .unagi .img01 {
	width: 100%;
}
#products-list .unagi h2 {
	font-size: 19px;
    text-align: center;
    line-height: 35px;
}
#products-list .unagi .detail {
    display: block;
}
#products-list .unagi .detail .txt{
    width: 100%;
    text-align: center;
}
#products-list .unagi .detail .package {
	font-size: 25px;
    text-align: center;
    padding: 30px 0 20px;
}
#products-list .unagi .img02 {
    width: 100%;
    margin: 40px auto;
}



/* --------------------------------------------------------------------------------
		#s1-bnr-contemts
-------------------------------------------------------------------------------- */
#s1-bnr-contemts {
    padding: 0px 20px 30px;
}
#s1-bnr-contemts ul li {
    margin-bottom: 20px;
}
#s1-bnr-contemts img {
    width: 100%;
}


/* --------------------------------------------------------------------------------
		register
-------------------------------------------------------------------------------- */
.register-coupon {
	border: solid 1px #c80000;
    background-color: #fff;
    margin-top: 10px;
}
.register-coupon h4 {
	font-size: 16px;
    font-weight: bold;
    background: #c80000;
    color: white;
    padding: 7px 15px;
}
.register-coupon p {
	padding: 10px;
}
.register-coupon span {
	color: #c80000;
}


/* カート下吹き出しテキスト */
.fukidashi-txt {
	position: relative;
	display: block;
	margin: 20px 0;
	padding: 10px;
	min-width: 120px;
	max-width: 100%;
	color: #D90000;
	background: #F7F3E9;
	border: solid 3px #D90000;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
}
  .fukidashi-txt:before {
	content: "";
	position: absolute;
	/* bottom: -24px; */
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	/* border-top: 12px solid #F7F3E9; */
	border-bottom: 12px solid #F7F3E9;
	z-index: 2;
}
.fukidashi-txt:after {
	content: "";
	position: absolute;
	/* bottom: -30px; */
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	/* border-top: 14px solid #D90000; */
	border-bottom: 14px solid #D90000;
	z-index: 1;
}
.fukidashi-txt p {
	margin: 0;
	padding: 0;
}


.storyblockerea {
    display: flex;
    margin: 0 15px 50px;
    gap: 20px;
    flex-direction: column;
}

/* --------------------------------------------------------------------------------
		#shopping-mall	
-------------------------------------------------------------------------------- */
#shopping-mall{
	width: 100%;
	background-color: #F7F3E9;
	padding: 100px 0;
}
#shopping-mall h2{
	font-size: 28px;
	text-align: center;
	margin: 0 auto 28px;
}
#shopping-mall .bnr-mole ul {
    display: flex;
    justify-content: space-around;
    gap: 25px;
    padding: 0 60px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    flex-direction: column;
}
#shopping-mall .bnr-mole ul li {
    text-align: center;
    font-size: 14px;
}
#shopping-mall .bnr-mole ul img {
    width: 100%;
}


/* --------------------------------------------------------------------------------
		#u-komi-insta
-------------------------------------------------------------------------------- */
#u-komi-insta {
    margin: 50px 0;
    padding: 0 18px;
}
#u-komi-insta h2 {
	position: relative;
	font-size: 25px;
	text-align: center;
	margin: 0 0 20px;
}
#u-komi-insta h2 span {
	display: inline-block;
	position: relative;
	z-index: 2;
	background-color: #F7F3E9;
	padding: 0 20px;
}
#u-komi-insta h2:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50%;
	border-bottom: solid 1px #707070;
}
#u-komi-insta .lead {
	text-align: center;
	margin: 0 0 20px;
}
#u-komi-insta .link-btn {
	text-align: center;
}
#u-komi-insta .link-btn a {
	display: block;
	font-size: 16px;
	background-color: #fff;
	border-radius: 20px;
	padding: 12px 0;
}

/* --------------------------------------------------------------------------------
		#recipe
-------------------------------------------------------------------------------- */
#top-recipe {
	width: 100%;
	background-color: #F7F3E9;
	/* padding: 0 0 60px; */
}
#top-recipe h2 {
	position: relative;
	font-size: 25px;
	text-align: center;
	margin: 0 0 40px;
}
#top-recipe h2 span {
	display: inline-block;
	position: relative;
	z-index: 2;
	background-color: #F7F3E9;
	padding: 0 20px;
}
#top-recipe h2:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50%;
	border-bottom: solid 1px #707070;
}
/*#top-recipe h2 {
	text-align: center;
	font-size: 30px;
}
#top-recipe h2 span {
	border-bottom: 3px dotted #000000;
	padding: 0 40px;
}*/
#top-recipe .flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	/*flex-direction: column;*/
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	margin: 20px auto;
}
#top-recipe .cerd {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	flex: 0 1 45%;
	background-color: #ffffff;
	border-radius: 20px 20px 0 0;
	text-align: center;
	width: 45%;
}
#top-recipe .cerd .ttl {
	color: #fff;
	background-color: #B29B73;
	font-size: 16px;
	border-radius: 20px 20px 0 0;
	padding: 14px;
}
#top-recipe .cerd img {
	width: 100%;
	height: auto;
}
#top-recipe .cerd .txt {
	font-size: 18px;
	color: #B29B73;
	padding: 34px 15px;
}
#top-recipe .cerd .more {
	padding-bottom: 34px;
}
#top-recipe .cerd .btn {
	color: #B29B73;
	background-color: #fff;
	border: 1px solid #B29B73;
	font-size: 13px;
	padding: 4px 0;
	margin-bottom: 34px;
	width: 170px;
	max-width: 90%;
    display: inline-block;
}
#top-recipe .hide-area {
	display: none;
}
.home .modaal-container {
	/*max-width: 552px;*/
	height: auto;
}
.home .modaal-content-container {
	/*padding: 0;*/
}
.home .modaal-content-container img {
	width: 100%;
	height: auto;
}
.home .modaal-content-container .txt_area {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #5A431C;
	padding: 20px;
}
.home .modaal-content-container .ttl {
	font-size: 20px;
}
.home .modaal-content-container .txt {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 2px dashed #707070;
}
.home .modaal-content-container h6 {
	background-color: #5A431C;
	font-weight: 600;
	color: #fff;
	border-radius: 26px;
	font-size: 17px;
	display: inline-block;
	padding: 0 20px;
	margin: 20px 0 5px;
}
.home .modaal-content-container .items, .modaal-content-container .step {
	padding-left: 10px;
}
.home .modaal-content-container .items li {
	width: 156px;
	display: inline-block;
	font-size: 17px;
	margin: 5px 0;
}
.home .modaal-content-container .step li {
	margin: 0 0 10px;
}
.home .modaal-content-container .gry {
	background-color: #EDEDED;
}
.home .modaal-content-container .no {
	color: #5a431c80;
	font-size: 20px;
	display: inline-block;
	padding-right: 10px;
}
.home .modaal-content-container li p {
	display: flex;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0px;
	word-spacing: 0px;
}
.home .modaal-close {
	display: block;
}


/* --------------------------------------------------------------------------------
		#cart-itemlist
-------------------------------------------------------------------------------- */
.cart-item-list {
    margin: 50px 0 0;
}
.cart-item-list a:hover {
	text-decoration: none;
}
.cart-item-list h4 {
    font-size: 18px;
    border-bottom: solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.cart-item-list ul {
    display: flex;
    overflow-x: scroll;
    gap: 15px;
    padding-bottom: 20px;
}
.cart-item-list ul li {
    width: 200px;
    flex-shrink: 0;
}
.cart-item-list ul .name {
    padding: 10px 0;
}
.cart-item-list ul .price {
    font-size: 20px;
    color: #C80000;
}
.cart-item-list ul .price span {
    font-size: 13px;
}