/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

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;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

body{
	line-height:1.5;
	color: #2e2f4b;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

img{
	width:100%;
	height:auto;
}
img{
	vertical-align:top;
}

.ansorobnr{
	width: 480px;
    display: block;
    margin: 15px auto;
    border: 1px solid #d5dade;
    border-radius: 14px;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
	.ansorobnr{
	width: 100%;
    display: block;
    margin: 15px auto;
    border: 1px solid #d5dade;
    border-radius: 14px;
    overflow: hidden;
}
}

.swiper{
	background-image:url(img/bg.jpg);
	    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	    padding: 114px 0 10px!important;
	    border-bottom: 2px solid #da0053;
}
.swiper .kikan{
	width: 80%;
    max-width: 650px;
    margin: 0 auto;
}

.over18Area{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1000;
	display:none;
}
.over18Area .overray{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgb(147 95 119 / 60%);
    backdrop-filter: blur(13px);
}
.over18Area .overray:before{

}
.over18Area .over18modal{
	position: absolute;
    width: 86%;
	max-width:400px;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	background-color: #fff;
    border-radius: 16px;
	    box-shadow: 0 0 36px #a65578;
}
.over18Area .over18modal .inner{
	padding: 28px;
    text-align: center;
}
.over18Area .over18modal .inner .logo{
	    width: 217px;
    margin: 0 auto 15px;
}
.over18Area .over18modal .inner .text{
	font-size: 14px;
    color: #351d25;
}
.over18Area .over18modal .inner .ques{
	font-size: 24px;
    font-weight: 600;
    padding: 10px;
    color: #d90e71;
}
.over18Area .over18modal .inner .btnArea{
	display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
}
.over18Area .over18modal .inner .btnArea a{
	display: block;
    width: 48%;
    height: 50px;
    line-height: 50px;
    background-color: #d8dae6;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #555;
    font-size: 16px;
    text-decoration: none;
}
.over18Area .over18modal .inner .btnArea a.no{
	cursor:pointer;
}
.over18Area .over18modal .inner .btnArea a.no:hover{
	background-color: #eee;
}
.over18Area .over18modal .inner .btnArea a.yes{
	    background-color: #ff027a;
    border: #78002f;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.over18Area .over18modal .inner .btnArea a.yes:hover{
	background-color: #ff3f9a;
}
.over18Area .over18modal .inner .cout{
	    font-size: 12px;
    color: #7b7b7b;
}


header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
		z-index: 100;
}
header.bgw{
	background-color:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.1)
}
header #logo{
	width: 376px;
    transition: .2s;
    padding-top: 20px;
}
#logo.mini{
        width: 135px !important;
    padding-top: 4px;
    padding-bottom: 4px;
}
header .inner{
	display:flex;
	padding: 0px 20px 0;
	justify-content: center;
}
header .inner .kensaku{
	width: 305px;
    margin-left: auto;
	margin-right:15px;
	display:none;
}
#container{
	margin-top:0px;
}

.kodawariserch{
        width: auto;
    background-color: #ffffff;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    padding: 25px;
    text-align: center;
    justify-content: center;
    box-shadow: 0 4px 37px rgb(255 43 120 / 24%);
    position: fixed;
    top: 15px;
    right: 15px;
}
.kodawariserch:hover{
	border: 1px solid #ff53a3;
	box-shadow: 0 4px 37px rgb(255 43 120 / 44%);
	cursor:pointer;
}
.kodawariserch .material-symbols-outlined{
	    margin-right: 5px;
}
.kodawariserch .texta{
	    font-size: 16px;
    color: #333;
}

.linkspage{
	display:flex;
	width:640px;
	margin: 0 auto;
}
.sales{
	margin: 0 auto;
    width: 300px;
    background-color: #00cccb;
	color:#fff;
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 25px;
    padding: 25px;
    text-align: center;
    justify-content: center;
    box-shadow: 0 4px 37px rgb(255 43 120 / 24%);
	text-decoration:none;
	display:none;
}
.sales:hover{background-color: #0fb4b3;}

.serchboxArea{
	position:fixed;
	top:0;
	left:0;
	display:none;
    width: 100%;
	height:100%;
	z-index: 1001;
}
.serchboxArea .overray{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(13px);
}

.serchbox {
    width: 100%;
	max-width:600px;
    margin: 10% auto;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.2);
	position: relative;
}
.serchbox .close{
	position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.serchbox .close span{
	font-size:32px;
}
.kodawari{}
}
.serchbox h3{
	font-size: 26px;
    font-weight: 600;
    color: #3c4e60;
    text-align: center;
    margin-bottom: 24px;
}
.serchbox ul{
	list-style: none;
    width: 100%;
	display:block;
}
.serchbox ul li{
	display: block;
    padding: 8px 0;
    width: 100%;
}
.serchbox ul li{
	position:relative;
}
.serchbox ul li ul{}
.serchbox ul li ul li{}
.serchbox input[type="submit"]{
	width: 180px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 25px;
    background-color: #ff3979;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
}
.serchbox input[type="submit"]:hover{
	background-color: #d90046;
}
.serchbox input[type="text"]{
	display: block;
    width: 100%;
    height: 50px;
	line-height:50px;
	padding-left:14px;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}
.serchbox input[type="text"]:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.serchbox select{
	appearance: none;
}

.searchandfilter h4{
	font-weight:600;
}

select,
::picker(select) {
  appearance: base-select;
}
.searchandfilter div > ul{
	text-align:left;
}
.searchandfilter div > ul > li:nth-child(2){
	position:relative;
	display: flex;
  align-items: center;
  margin: 10px 0;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
	width:100%;
}
/*プルダウンの三角を設定*/
.searchandfilter div > ul > li:nth-child(2)::before {
  position: absolute;
  right: 15px;
  content: '';
  width: 16px;
  height: 8px;
  background: #666666;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.searchandfilter div > ul > li:nth-child(2) select {
  width: 100%;
  padding: 10px 45px 10px 10px;
  color: #666666;
  cursor: pointer;
  text-overflow: ellipsis;/*テキストがオーバーしたら'...'で省略*/
  z-index: 1;
  /* 標準のスタイルを無効にする */
  border: none;
  appearance: none;
  outline: none;
  background: transparent;
}

.serchbox ul li ul{
	display: flex;
    flex-wrap: wrap;
}
.serchbox ul li ul li.cat-item{
	display: block;
    border: none;
    width: 47%;
    margin-right: 3%;
	padding: 5px 0;
}

label, input[type='checkbox'] {
    cursor: pointer;
}


.serchbox2 {
    width: 92%;
    max-width: 1440px;
    margin: 0 auto 15px;
    border-bottom: 1px solid #ccc;
    padding: 0px 15px;
	position: relative;
}

.serchbox2 h3{
	font-size: 26px;
    font-weight: 600;
    color: #3c4e60;
    text-align: center;
    margin-bottom: 24px;
}
.serchbox2 ul{
	list-style: none;
    width: 100%;
	display:block;
}
.serchbox2 ul li{
	display: block;
    padding: 8px 0;
    width: 100%;
}
.serchbox2 ul li{
	position:relative;
}
.serchbox2 ul li ul{}
.serchbox2 ul li ul li{
	width: auto;
    display: inline-block;
	    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ddd;
	pointer-events: none;
}
.serchbox2 ul li ul li:has(input){
	display: none;
}
.serchbox2 ul li ul li:has(input:checked){
	display:inline-block;
}
.serchbox2 ul li ul li input{
	display:none;
	pointer-events: none;
}
.serchbox2 .searchandfilter div > ul > li:nth-child(2){
	display:none;
}


.searchandfilter > ul > li:nth-child(2){
	position:relative;
	display: flex;
  align-items: center;
  margin: 10px 0;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
	width:100%;
}

/*プルダウンの三角を設定*/
.searchandfilter ul > li:nth-child(2)::before {
  position: absolute;
  right: 15px;
  content: '';
  width: 16px;
  height: 8px;
  background: #666666;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.searchandfilter ul > li:nth-child(2) select {
  width: 100%;
  padding: 10px 45px 10px 10px;
  color: #666666;
  cursor: pointer;
  text-overflow: ellipsis;/*テキストがオーバーしたら'...'で省略*/
  z-index: 1;
  /* 標準のスタイルを無効にする */
  border: none;
  appearance: none;
  outline: none;
  background: transparent;
}


#footer{
	    background-color: #f0f2f3;
    padding: 28px;
	border-top: 1px solid #ddd;
}
#footer .inner{display: flex;}
#footer .inner .no9{   width: 100px;margin-right:35px;}
#footer .inner .links{    flex: 1;}
#footer .inner .links ul{
	border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 15px;
}
#footer .inner .links ul li{
	    display: inline-block;
    margin-right: 15px;
}
#footer .inner .links ul li a{
	    font-size: 12px;
    text-decoration: none;
    color: #666;
}
#footer .inner .links ul li a:hover{
	text-decoration:underline;
}
#footer .inner .links #copyright{
	font-size: 11px;
    text-decoration: none;
    color: #666;
}
#footer .inner2{
	font-size: 11px;
    margin-bottom: 29px;
    color: #8c8a98;
}
#content{
	width:100%;
	max-width:100%;
	margin:0px auto 50px;
}
#contentx{
	width:92%;
	max-width:870px;
	margin:0px auto 50px;
}

.catheader{
	width:92%;
	max-width:1440px;
	margin:30px auto 50px;
	    padding-top: 50px;
}
.catheader p{
	    font-size: 18px;
    color: #25274d;
    margin-bottom: 8px;
}
.catheader .entry-title{
	     font-size: 2.5vw;
    font-weight: 600;
}


.bookinfo{
	width:92%;
	max-width:870px;
	margin:160px auto 50px;
}
.bookinfo .wrap{
	display: flex;
    justify-content: space-between;
}
.bookinfo .wrap .cover{
	width: 38%;
	margin-right:30px;
}
.bookinfo .wrap .cover img{
	border:1px solid #ccc;
}
.bookinfo .wrap .info{
	flex: 1;
}
.bookinfo .wrap .info h1{
	    font-size: 24px;
    font-weight: 600;
	    margin-bottom: 18px;
}
.bookinfo .wrap .info .sakusya{
	font-size: 16px;
    font-weight: 400;
	    margin-bottom: 36px;
	color:#555;
}

.arasuji{
	    font-size: 16px;
    line-height: 1.5;
    color: #232323;
	margin-bottom:40px;
}

.cat{
	margin-bottom: 8px;
}
.cat a{
	color: #666;
    text-decoration: none;
    font-size: 14px;
}
.bookinfo h3{
	font-size: 18px;
    font-weight: 600;
}
.link{
	margin: 10px 0;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.link a{
	    display: block;
    width: 48%;
    text-align: center;
    text-decoration: none;
    height: 38px;
    line-height: 38px;
    border: 1px solid #0070ff;
    color: #0070ff;
    margin-bottom: 10px;
    border-radius: 6px;
        background-color: #42a0ff;
    color: #fff;
    font-weight: 600;
} 
.link a:hover{
	    background-color: #007dfb;
}

.related-post-wrap{
	width:92%;
	max-width:1440px;
	margin:30px auto 50px;
}
.related-post-wrap h4{
	 font-size: 24px;
    font-weight: 600;
}
.related-post-wrap h4 a{
	text-decoration:none;
}
.related-post-wrap ul{
	margin: 30px 0;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.related-post-wrap ul li{
	width:18%;
	margin-bottom:18px;
}

.related-post-wrap ul li a{
	    text-decoration: none;
	color:#333;
}
.related-post-wrap ul li a:hover{
	opacity:0.8;
}
.related-post-wrap ul li .cover{
	margin-bottom: 5px;
    border: 1px solid #d2d4dc;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 28px rgb(255 45 126 / 30%);
}
.related-post-wrap ul li .text-wrap{
	font-size:16px;
	margin-bottom: 5px;
}
.related-post-wrap ul li .cat{
	margin-bottom: 3px;
	font-size:12px;
	color:#777;
}
.related-post-wrap ul li .sakusya{
	font-size:12px;
	color:#555;
}



.selectbox-2 {
    position: relative;
	    margin: 0 auto;
    display: block;
	width: 700px;
	border-radius: 3px;
    overflow: hidden;
}

.selectbox-2::before,
.selectbox-2::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-2::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #ff2d94;
    content: '';
}

.selectbox-2::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.selectbox-2 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: 2px solid #ff2d94;
    border-radius: 3px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
	    width: 100%;
	    border-radius: 3px;
}

.selectbox-2 select:focus {
    outline: 1px solid #25c5d0;
}

.swiper-slide {
    border-radius: 16px;
    overflow: hidden;
	    border: 6px solid #FFF;
    box-shadow: 0px 6px 30px #580030;
}
.kaisaibox{
	   background-color: #0061ff;
    width: 100%;
    padding: 7px 25px 7px 8px;
    margin: 0px auto 25px;
    border-radius: 0px;
    position: relative;
    z-index: 2;
}
.kaisai{
	display: flex;
    justify-content: center;
    font-weight: 800;
    color: #fff;
	    font-size: 24px;
	    line-height: 44px;
	letter-spacing: 0.15em;
}
.kaisai .tit{
    padding: 0 19px;
    margin-right: 15px;
    height: 44px;

    border-radius: 25px;
}
.kaisai .days{color: #fbff00;}
.event{
	    font-size:22px;
    
    text-align: center;
	margin: 25px auto;
	    letter-spacing: 0.12em;
}
.event .smlt{
	font-size: 12px;
	color:#888;
	letter-spacing: 0em;
}
.event .bigt{
	    font-size: 32px;
    font-weight: 600;
    color: #ff2daa;
}
.event .hash{
	margin-top: 10px;
    font-size: 22px;
}
.event .hash .tag{
	color: #0064ff;
	text-decoration:none;
}
.searchtit{
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #2e2f4b;
}
.searchtit span{
	    color: #2db0ff;
}


.sns{
	    width: 80%;
    height: 86px;
    margin: 32px auto;
    border-radius: 12px;
    border: 1px solid #ccc;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	    flex-flow: column;
}
.sns p{
	text-align:center;
	font-size:14px;
}
.sns a{
	    width: 315px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
.sns a:hover{
	opacity:0.8;
}


.pagination {
  display: flex;
  justify-content: center;
}


.nav-links{
   display:flex;
}
.page-numbers{
   display:inline-block;
   margin-right:10px;
   padding:10px 20px;
   color:#666666;
   border-radius:3px;
   background:#ffffff;
  border: 1px solid #ccc;
	text-decoration:none;
}
.page-numbers.current{
   padding:10px 20px;
       background: #ff3375;
   color:#ffffff;
}
.page-numbers.prev,
.page-numbers.next{
   background:transparent;
   box-shadow:none;
     border:none;
   color:#666666; 
	text-decoration:none;
}
.page-numbers.dots{
   background:transparent;
   box-shadow:none;
     border:none;
   color:#666666; 
}


/* レスポンシブデザインのためのメディアクエリ */
@media (max-width: 600px) {
.page-numbers,
.page-numbers.current    {
     padding: 5px 5px;
        font-size: 3.5vw;
  }
}




.sp{display:none;}
		.pc{display:block;}

@media screen and (max-width: 980px) {
		.sp{display:block;}
		.pc{display:none;}
	
	header .inner {
    display: flex;
    padding: 0px 10px 0;
    justify-content: center;
}
	
	header .inner .kensaku {
    width: 60%;
    margin-left: auto;
    margin-right: 15px;
}
	.swiper {
    padding: 60px 0 10px !important;
	}
	
	.swiper-slide {
    border-radius: 8px;
    overflow: hidden;
}
	.selectbox-2 {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 90%;
		
}
	.swiper .kikan {
    width: 100%;
    max-width: 650px;
    margin: 0px auto 0;
}
	.kaisai {
    font-size: 14px;
		line-height: 32px;
}
	.kaisai .tit {
    background-color: #000;
    padding: 0 10px;
    margin-right: 6px;
    height: 32px;
    border-radius: 25px;
}
	.event {
    font-size: 15px;
    text-align: center;
    margin: 25px auto;
    width: 90%;
}
	.event .hash {
    margin-top: 10px;
    font-size: 18px;
}
	.event .smlt {
    font-size: 9px;
    color: #666;
    letter-spacing: 0em;
}
	.related-post-wrap ul li {
    width: 31%;
    margin-bottom: 22px;
}

header #logo {
             width: 54vw;
        transition: .2s;
        margin-top: 0px;
        padding-top: 11px;
}	
	#logo.mini{width: 36vw !important;}

	.kaisaibox{
		margin-top:0;
	}
	
	.related-post-wrap {
    margin: 10px auto 50px;
}
	.related-post-wrap ul {
    margin: 20px 0;
	}
	
.bookinfo .wrap {
    display: block;
    justify-content: space-between;
}
.bookinfo .wrap .cover {
    width: 38%;
    margin-right: 0;
    border: 1px solid #ccc;
    margin: 10px auto 15px;
}	
.cat {
    margin-bottom: 0px;
}	
.bookinfo {
    margin: 90px auto 50px;
}
.bookinfo .wrap .info h1 {
    font-size: 18px;
    margin-bottom: 2px;
}	
.bookinfo .wrap .info .sakusya {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #555;
}	
.arasuji {
    font-size: 15px;
    line-height: 1.5;
    color: #747474;
    margin-bottom: 40px;
}	
.sns {
    width: 100%;
	}
.catheader .entry-title {
    font-size: 6.5vw;
    font-weight: 600;
}	
.catheader p {
    font-size: 14px;
    color: #4c4d64;
    margin-bottom: 0;
}	
.related-post-wrap ul li .text-wrap {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.3;
}
	.kodawariserch{
		flex-flow: column;
		height: 50px;
    border-radius: 10px;
    padding: 7px;
    text-align: center;
    justify-content: center;
    top: 10px;
    right: 10px;
	}
	.kodawariserch .texta {
    font-size: 9px;
}
	.kodawariserch .material-symbols-outlined{
    margin-right: 0px;
    font-size: 21px;
}
	
	
	
	}





.single .swiper {
    height: 100vh;
	overflow-y: visible!important;
}
.single .swiper-slide{
	padding-bottom: 4px;
	
}
.single .swiper-slide img{
	width: auto;
    height: 100%;
}
.single .swiper-slide:nth-child(odd){
	display:flex;
	justify-content: end;	
}
.single .swiper-slide:nth-child(even){
	display:flex;
	justify-content:start;
}
.single .swiper-scrollbar-drag {
  background-color: #7300cf!important;
}
.single .swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    color: #555!important;
}

.single .swiper-container {
  position: relative;
	margin-top: 0px;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #fff;
	z-index:1010;
}
.single .swiper-scrollbar {
  bottom: 0px !important;
}
.single .swiper-slide:last-child{
	justify-content:center!important;
	    display: flex;
    align-items: center;
	    flex-wrap: wrap;
}
.single .swiper-slide .linksst{
	width:80%;
}

.single .swiper-slide:last-child .next-post{
	width:70%;
	margin:0 auto 10px;
}
.single .swiper-slide:last-child .next-post a{
	background: none;
    color: #444;
	height: 32px;
    line-height: 32px;
    margin-bottom: 8px;
}
.single .swiper-slide:last-child .next-post span{
	text-align: center;
    display: block;
    font-size: 12px;
    color: #7b8086;
}
.single .swiper-slide:last-child img {
    width: 100%;
    height: auto;
}
.lastpage{
	flex-wrap:nowrap!important;
	flex-flow: column;
}
.lastpage h3{
	width:100%;
	text-align:center;
}
.lastpage .cover{
    width: 200px;
}
.lastpage .info{
	    text-align: center;
	margin-bottom:25px;
	margin-top:8px;
}

.tameshi{
	margin:15px 0 ;
}
.tameshi a{
	display: block;
    width: 100%;
    height: 50px;
    text-align: center;
	text-decoration: none;
	background-color: #ff3773;
    color: #f3fe43;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 17px;
    border-radius: 6px;
    line-height: 50px;
    border: 1px solid #d20e49;
	cursor: pointer;
}
.tameshi a:hover{
	opacity:0.7;
}
.single .swiper-container .close{
        position: fixed;
    top: 10px;
    right: 10px;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 50px;
    border-radius: 6px;
	cursor: pointer;
	z-index: 1100;
    }
.single .swiper-container .close:hover{
	background-color: rgba(0, 0, 0, 0.8);
}

.single .swiper-slide:nth-child(2){
	overflow: visible;
    position: relative;
}
.single .swiper-slide:nth-child(2) img{
	display: block;
    position: absolute;
    left: 25vw;
}

@media screen and (max-width: 1439px) {
	.single .swiper-slide{
	justify-content:center!important;
		
}
	.single .swiper-slide:first-child{
		display:none;
	}
	.single .swiper-slide:nth-child(2){
	overflow: visible;
    position: relative;
}
	.single .swiper-slide:nth-child(2) img{
	display: block;
    position: relative;
    left: 0vw;
}
	
}

@media screen and (max-width: 980px) {
	.single .swiper {
    height: auto;
}
	.single .swiper-slide img{
	width: 100%;
    height: auto;
}
	.single .swiper-button{
		display:none!important;
	}
	.lastpage .cover{
    width: 150px;
}
.single .swiper-container{
		    padding-top: 75px;
	}
	
}