/*
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;
}

img{
	width:100%;
	height:auto;
}
img{
	vertical-align:top;
}
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: 20vw;
	transition: .2s;
}
#logo.mini{
    width: 100px !important;
}
.single header #logo,
.archive header #logo{
	width: 100px!important;
	transition: .2s;
}
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:90px;
}
.searchform {
  line-height: 1;
  position: relative;
  margin: 1.7em 0;
}
header.bgw .searchform {
  margin: 0.7em 0;
}
.searchfield {
  box-sizing: border-box;
  width: 100%;
  padding: .75em;
	padding-left:20px;
  border: 1px solid #bbb;
  border-radius: 20px!important;
  background-color: #efefef;
}
 
.searchsubmit {
  position: absolute;
  top: 50%;
  right: .75em;
  display: block;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
  color: #000;
  border: none;
  background: transparent;
}
 
.searchsubmit:hover {
  opacity: .6;
}


#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;
}

#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:870px;
	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:30px auto 50px;
}
.bookinfo .wrap{
	display: flex;
    justify-content: space-between;
}
.bookinfo .wrap .cover{
	width: 38%;
	margin-right:30px;
	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:870px;
	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:22%;
	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 #ddd;
}
.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;
}

.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: #25c5d0;
    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 #25c5d0;
    border-radius: 3px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
	    width: 100%;
}

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

.swiper-slide {
    border-radius: 36px;
    overflow: hidden;
}
.kaisaibox{
	    background-color: #d50707;
    width: fit-content;
    padding: 7px 25px 7px 8px;
    margin: -28px auto 15px;
    border-radius: 47px;
    position: relative;
    z-index: 2;
}
.kaisai{
	display: flex;
    justify-content: center;
    font-weight: 800;
    color: #fff;
	    font-size: 18px;
	    line-height: 44px;
}
.kaisai .tit{
	background-color: #000;
    padding: 0 19px;
    margin-right: 15px;
    height: 44px;

    border-radius: 25px;
}
.kaisai .days{color: #fbff00;}
.event{
	    font-size: 18px;
    
    text-align: center;
	margin: 25px auto;
}
.event .hash{
	margin-top: 15px;
    font-size: 22px;
	font-weight: 600;
}
.event .hash .tag{
	color: #0064ff;
}
.searchtit{
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #1698a1;
}
.searchtit span{
	    color: #2e2f4b;
}


.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;
	background-image:url(/wp-content/uploads/2025/04/postbg.png);
	    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;
}

@media screen and (max-width: 980px) {
		.sp{display:block;}
		.pc{display:none;}
	
	header .inner .kensaku {
    width: 60%;
    margin-left: auto;
    margin-right: 15px;
}
	
	
	.swiper-slide {
    border-radius: 0;
    overflow: hidden;
}
	.selectbox-2 {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 90%;
		
}
	.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: 15px;
    font-size: 18px;
    font-weight: 600;
}
	.related-post-wrap ul li {
    width: 30.333333%;
    margin-bottom: 22px;
}
header #logo {
     width: 57vw;
    transition: .2s;
    margin-top: 7px;
}	
	#logo.mini{width: 21vw !important;}
	
.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 .wrap .info h1 {
    font-size: 24px;
    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;
}
	
	
	
	}
