main h1{
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 16px;
	line-height: 140%;
}

main h2{
	margin-bottom: 35px;
}

main h2.noimage{
  background-color: #F7EBDE;
  font-size: 1.6rem;
  padding: 34px 60px;
  font-weight: 500;
}

main h3{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
}

main .new{
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	padding: 5px 10px;
	background-color: #B60400;
	color: #fff;
	margin-right: 10px;
	vertical-align: middle;
}


main .date{
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}

main .cat{
	display: inline-block;
	font-size: 14px;
}

main .cat-date{
	margin-bottom: 16px;
}

main .sns{
	float: right;
}
main .sns ul{
  display: flex;
  gap: 2%;
  width: 70%;
  margin-left: auto;
}

main .sns li{
  width: 16.666%;
}

main .footer-sns{
	margin-bottom: 40px;
}


main .footer-sns ul{
  display: flex;
  gap: 2%;
}

main .tags{
	margin-bottom: 5px;
	font-size: 14px;
}

main .tags a{
	display: inline-block;
	font-size: 12px;
	margin: 0 4px 4px;
	background-color: #f3efeb;
	color: #563e1d;
	padding: 8px 10px;
	line-height: 100%;
	border-radius: 3px;
}

main #blog-body{
	margin: 30px 0;
}

main #blog-body h3{
	background-color: #eeeeee;
	border-left: 8px solid #323232;
	padding: 8px 20px;
	font-size: 18px;
	margin: 1em 0 1em;
}

main #blog-body h4{
	padding: 8px 0px;
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0 1em;
	border-bottom: 2px dotted #323232;;
}

main #blog-body p{
	margin-bottom: 1em;
}

main #blog-body strong{
	font-weight: bold;
}

main #blog-body em{
	font-style: oblique;
}

main .bottom-list{
	padding: 18px 0;
}

main .bottom-list h2{
	font-size: 20px;
	font-weight: bold;
	margin:  0 0 20px;
	border-bottom: 1px solid #462D14;
}

main .bottom-list h2 .en{
  font-size: 30px;
  padding-right: 20px;
}

main .bottom-list h2 .jp{
  font-size: 12px;
}

main .bottom-list-slider{
	position: relative;
	margin: 0 auto;
	width: 640px;
}

main .bottom-list a {
    display: block;
    width: 200px;
    padding: 10px 10px 10px;
    float: left;
}

main .bottom-list a:hover{
  opacity: .8;
}

main .bottom-list a div{
	max-width: 280px;
	margin: 0 auto;
}


main .bottom-list a h3{
	line-height: 130%;
	margin: 10px 0 0;
  font-weight: 500;
}

main .bottom-list a .date{
	display: block;
	font-size: 12px;
}
main .bottom-list a .cat{
	display: block;
	font-size: 12px;
}

main .bottom-list a:first-child{
}

main .bottom-list .slick-prev{
	border: none;
	background-color: transparent;
	width: 16px;
	height: 16px;
	border-top: 2px solid #918374;
	border-left: 2px solid #918374;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
	color: transparent;
	outline: none;
	z-index: 10;
}

main .bottom-list .slick-next{
	border: none;
	background-color: transparent;
	width: 16px;
	height: 16px;
	border-top: 2px solid #918374;
	border-right: 2px solid #918374;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -8px;
	color: transparent;
	outline: none;
	z-index: 10;
	cursor: pointer;
}

#blog-body a{
	color: #333399;
	text-decoration: underline;
}


#adjacent_post{
	margin-bottom: 50px;
}

#adjacent_post ul{
	display: flex;
	justify-content: space-between;
	
}

#adjacent_post ul li{
	width: 49%;
	background-color: #F0F0F0;
	transition: 0.3s;
}

#adjacent_post ul li a{
	position: relative;
	display: block;
	padding: 10px;
}
#adjacent_post ul li:hover{
  opacity: .8;
}

#adjacent_post ul li:hover a{
	text-decoration: none;
	color: #462D14;
}

#adjacent_post ul li a h4{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
	font-size: 15px;
  font-weight: 500;
}

#adjacent_post ul li .arrow.prev{
	position: relative;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 8px 50px;
}
#adjacent_post ul li .arrow.next{
	position: relative;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 50px 8px 0;
}

#adjacent_post ul li .arrow.prev::after{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #462D14;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
#adjacent_post ul li .arrow.prev::before{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 50%;
	margin-top: -6px;
	border-left: 2px solid #462D14;
	border-top: 2px solid #462D14;
	transform: rotate(-45deg);
}

#adjacent_post ul li .arrow.next::after{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #462D14;
	top: 50%;
	margin-top: -1px;
	right: 0;
}
#adjacent_post ul li .arrow.next::before{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	right: 0;
	top: 50%;
	margin-top: -6px;
	border-right: 2px solid #462D14;
	border-top: 2px solid #462D14;
	transform: rotate(45deg);
}
/*--------------------------------------
Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {
main h1{
	font-size: 1.2rem;
	margin-bottom: 6px;
}

main h2{
  margin-bottom: 15px;
  line-height: 0;
}

main .new{
	font-size: 0.8rem;
	padding: 2px 8px;
}

main .date, main .cat{
  display: block;
}

main #blog-body{
  margin: 10px 0 30px;
}

main .bottom-list{
	padding: 15px 0;
	margin: 0 0 0;
}

main .bottom-list-slider{
	width: 100%;
}

main .bottom-list a{
	width: 100%;
}

main .bottom-list .slick-prev{
	left: 10px;
}

main .bottom-list .slick-next{
	right: 10px;
}


#adjacent_post ul{
	display: block;
	padding: 0 20px;
}

#adjacent_post ul li{
	width: 100%;
	margin-bottom: 15px;
}

}

@media screen and (max-width: 520px) {
}


/*監修*/

#svisor{
	background-color: #f2efe9;
	padding: 30px 60px;
	margin: 0 0 50px;
}

#svisor .layout{
	display: flex;
	justify-content: space-between;
}

#svisor .layout .image{
	width: 100px;
}

#svisor .layout .text{
	flex: 1;
	padding-left: 30px;
}

#svisor .layout .text h4{
	color: ##C4BBAE;
	font-size: 13px;
	margin-bottom: 1rem;
}

#svisor .layout .text .title{
	font-size: 13px;
}

#svisor .layout .text .name{
	font-size: 20px;
}

#svisor p{
	font-size: 12px;
	padding: 20px 0;
}

#svisor a{
	font-size: 12px;
	text-decoration: underline;
}

@media screen and (max-width: 767px){
#svisor{
	padding: 25px;
}
#svisor .layout .text h4{
	margin-bottom: 0.5rem;
}
#svisor .layout .text{
	padding-left: 20px;
}
#svisor p{
	line-height: 180%;
}

}

#bnr-line{
	text-align: center;
	margin-bottom: 40px;
}


/* online order
=====================*/
#online-oreder-wrap{
  margin-bottom: 50px;
}

#online-oreder-wrap h2{
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  border-bottom: 1px solid #462D14;
}

#online-order{
	position: relative;
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}

#online-order .box{
	width: 30%;
	margin-bottom: 30px;
	opacity: 0;
	transition: .2s opacity linear;
}

#online-order .box.view{
	opacity: 1;
}

#online-order .image{
	position: relative;
	line-height: 0;
}

#online-order a{
	position: relative;
	display: block;
	line-height: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
  background: url("/style-book/image/loading.gif") no-repeat center center;
}

#online-order a:nth-of-type(4n){
	margin-right: 0;
}

#online-order a img{
	opacity: 0;
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
}

#online-order a img.active.view{
	opacity: 1;
}


#online-order a:hover img.active{
	opacity: 1;
	transform: scale(1.05);
	transition: .2s all linear;
}

#online-order a:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 1;
	opacity: 0;
	transition: .2s all linear;
}

#online-order a:after{
	content: "もっと見る";
	position: absolute;
	font-family: 'Muli';
	font-weight: 700;
	color: #fff;
	font-size: 12px;
	text-align: center;
	top: 50%;
	left: 0;
	width: 100%;
	letter-spacing: 2px;
	z-index: 2;
	opacity: 0;
	transition: .2s all linear;
}

#online-order a:hover::before{
	opacity: 1;
}

#online-order a:hover::after{
	opacity: 1;
}

#online-order .image .zoom{
	position: absolute;
	width: 80px;
	height: 70px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
}

#online-order .image .zoom span{
	display: block;
	width: 52px;
	height: 52px;
	background-color: #003A64;
	border-radius: 50%;
	transition: all .2s linear;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
}

#online-order .image .zoom:hover span{
	transform: scale(1.2);
}

#online-order .image .zoom img{
	width: 22px;
	height: 22px;
	position: absolute;
	transform: translate(-53%, -53%);
	top: 50%;
	left: 50%;
}

#online-order .box p{
  font-size: 13px;
}


@media screen and (max-width: 767px){

#online-order .box{
  width: 32.33%;
}

#online-order .box:nth-child(2n){
	margin-right: 0;
}

#online-order a{
	width: 100%;
	height: auto;
}


#online-order .box p{
  font-size: 12px;
  line-height: 1.7;
  margin-top: 10px;
}

#online-order .image .zoom{
	width: 70%;
	height: 70px;
	left: 5px;
	bottom: 5px;
}

#online-order .image .zoom span{
    width: 32px;
    height: 32px;
}

#online-order .image .zoom img{
  width: 16px;
  height: 16px;
}

#online-order .image .zoom:hover span{
	transform: scale(1);
}

}