@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
vertical-align: baseline;
border: 0;
outline: 0;
background: transparent
}
@font-face {
font-family: "hanacho";
src: url("https://kurumed-publishing.jp/wp-content/themes/publishing/css/hanacho.woff") format("woff");
src: url("https://kurumed-publishing.jp/wp-content/themes/publishing/css/hanacho.woff2") format("woff2")
}
body {
letter-spacing: 0;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
font-family: "hanacho";
}


h1, h2, h3, h4, h5, h6, p, td, th, address {
font-weight: normal
}

img{
width: 100%;
height: auto;
margin: auto;
}
.area{
overflow: hidden;
}
.wrap{
display: flex;
}
.item{
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-size: 50px;
font-weight: bold;
color: #fff;
box-sizing: border-box;
border-right: solid 1px rgba(0,0,0,0.05);
}
.item01{ background: #fff; }
.item02{ background: #fff; }
.item03{ background: #fff; }
.item04{ background: #fff; 

display: grid;
place-content:center;
}
.item05{ background: #fff; }
.item06{ background: #fff; }
.madobe{
width: 100%;
height: 100vh;
}
.madobe h2{
text-align: center;
font-size: 36px;
padding: 2em 0;
}
.madobe_wrap{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.daily_thumb{
width: 20%;
}
.daily_thumb a{
display: flex;
}

#main_book{
width: 600px;
max-height: 90%;
margin: auto;
display: grid;
place-content:center;
}
#main_book img{
width: 100%;
height: auto;
}
#eleven{
width: 300px;
}
#p2_title{
padding-left: 50px;
width: 200px;
text-align: center;
}
#lead{
width: 90%;
max-width: 740px;
margin: auto;
}
.lead_sp{
display: none;
}

@media screen and (max-width:1300px){
#main_book{
width: 94%;
max-width: 500px;
}
}

@media screen and (max-width:600px){
.item05 {
display: grid;
place-content: center;
place-items: center;
}
#eleven{
width: 56%;
padding-bottom: 20px;
padding-top: 30px;
}
#p2_title {
padding-left: 0;
width: 160px;
margin: auto;
text-align: center;
padding-bottom: 10vh;
}
.lead_sp{
display: block;
}
.lead_pc{
display: none;
}
#lead{
width: 75%;
}
.daily_thumb{
width: 33.3333%;
}
}