@charset "utf-8";
/*
Theme Name: クシタニカフェ
Theme URI: https://kushitani.life/
Author: NAKAMOTOFILM
Author URI: https://kushitani.life/
Description: クシタニカフェテーマ
Version: 1.0
License: 
License URI: 
Tags: nakamoto
Text Domain: KUSHITANI
*/

/* ---------------------------------------------------✁ 
	COMMON
------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Ubuntu', '游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	min-width: 1080px;
}

.content {
	max-width: 1000px;
	margin: auto;
	position: relative;
}

body:after {

}

#wrapper {
	text-align: left;
	position: relative;
}

h1,h2,h3,h4,h5,dt,nav li a {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
}

nav li a {
	font-weight: normal;
}

h1 a,h2 a,h3 a,h4 a,h5 a {
	line-height: 1.5em;
}

a {
	color: #3d2900;
	text-decoration:none;
	transition: .3s;
}

a:hover {
	text-decoration: none;
}

li > a:hover {
	opacity: 0.8;
}

a:hover img:not(.over), a:active img:not(.over) {
	opacity: 0.8;
	transition: .3s;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

header, nav, section, hgroup, article, figure, figcaption, footer { display: block; }

input {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"], 
textarea,
button {
	font-size: 14px;
	line-height: normal;
	height: 40px;
	padding: 4px;
	color: #333;
	width: 100%;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-user-select: element;
	-moz-user-select: element;
	-o-user-select: element;
	-ms-user-select: element;
	user-select: element;
	padding: 3px;
	border: 1px solid #bdbdbd;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
}

::placeholder {
	color: #CCC;
}

.clear {
	clear: both;
}

.sp {
	display: none;
}

#wrapper {
	text-align: left;
}

.button {
	text-align: center;
	position: relative;
	padding: 8px 20px 8px 20px;
	color: #FFF;
	display: inline-block;
	transition: .3s;
	font-weight: bold;
	box-sizing: border-box;
	text-transform: uppercase;
	transition: all 0.3s;
	background: #000;
	border-radius: 9999px;
	font-size: 15px;
	cursor: pointer;
}

.button i {
	margin: 0 0 0 4px;
}

.button:hover {
	opacity: 0.7;
}

.button img {
	width: 20px;
	margin: 0 0 0 4px;
}

.font {
	__font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	__font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------------------------✁ 
	HEADER
------------------------------------------------------*/

#header {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
}

#header .content {
	display: flex;
	justify-content: flex-end;
	max-width: 100%;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

#header h1 {
	margin-right: auto;
}

#header h1 img {
	height: 100px;

}

#header nav ul {
	display: flex;
}

#header nav ul li {
	margin: 0 20px;
}

#header nav ul li a {
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
}

/* ---------------------------------------------------✁ 
	HOME
------------------------------------------------------*/

#home {
	overflow: hidden;
}

#home .visual {
	display: flex;
	justify-content: center;
	height: 100vh;
	color: #FFF;
	position: relative;
	padding: 0;
	
	background: url(images/visual.jpg) center center;
	background-size: cover;
}

#home .visual:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}

#home .visual .content {
	width: 100%;
}

#home .visual h2 {
	font-size: 8vw;
	line-height: 1em;
	margin: 0 0 50px;
	font-weight: 500;
}

#home .visual h3 {
	font-size: 30px;
	margin: 0 0 20px;
}

#home .visual p {
	display: block;
	font-size: 16px;
	__font-weight: bold;
	line-height: 2em;
}

#home .visual .scroll {
	font-size: 18px;
	letter-spacing: 0.1em;
	transform: rotate(90deg);
    right: -50px;
    bottom: 100px;
	position: absolute;
	font-weight: bold;
}

#home .visual .scroll a {
	color: #FFF;
}

#home section {
	padding: 60px 0;
}

#home .visual .scroll img {
	width: 90px;
}

#home .title {
	text-align: center;
}

#home .title h2 {
	font-size: 30px;
	font-weight: 500;
}

#home .title p {
	font-size: 15px;
	font-weight: bold;
}

#home .news {
	background: #ECE8F0;
}

#home .news .timeline {
	margin: 40px auto 0;
	max-width: 700px;
}

#home .concept .content {
	display: flex;
}

#home .concept .image {
	background: url(images/concept-image.jpg) left center no-repeat;
	background-size: cover;
	width: 40%;
	position: relative;
	margin-left: -10%;
}

#home .concept .image .product {
	width: 120px;
	position: absolute;
	right: -30px;
	bottom: -30px;
}

#home .concept .text {
	width: 70%;
	box-sizing: border-box;
	padding: 20px 0px 50px 50px;
}

#home .concept .text header {
	text-align: left;
}

#home .concept .text strong {
	margin: 20px 0;
	display: block;
	font-size: 30px;
	line-height: 1em;
}

#home .concept .text p {
	margin-bottom: 1em;
	line-height: 2em;
}

#home .movie {
	pointer-events: none;
}

#home .movie .thumbnail {
	padding-bottom: 59%;
}

#home .menu {
	background: #FFF;
}

#home .menu .title {
	margin: 0 0 30px;
}

#home .menu h3 {
	margin: 20px 0;
	font-size: 32px;
	text-align: center;
}

#home .menu ul {
	display: flex;
	flex-wrap: wrap;
}

#home .menu ul li {
	width: 33.3333%;
	display: flex;
}

#home .menu ul li article {
	margin: 10px;
	background: #FFF;
	background: #ECE8F0;
	border-radius: 6px;
	color: #000;
	width: 100%;
	overflow: hidden;
}

#home .menu ul li article .image {
	position: relative;
}

#home .menu ul li article .image .bg {
	width: 100%;
	padding-bottom: 130%;
}

#home .menu ul li article .image .product {
	position: absolute;
	width: 180px;
	left: 50%;
	bottom: -60px;
	margin-left: -90px;
}

#home .menu ul li article a:hover .image .product {
	opacity: 1;
}

#home .menu ul li article .text {
	padding: 60px 25px 30px;
}

#home .menu ul li article .text h4 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 10px;
}

#home .menu ul li article .text p {
	color: #353535;
	font-size: 13px;
	line-height: 1.7em;
}

#home .menu ul li article a {
	color: #000;
}

#home .menu footer {
	padding: 20px 0 0;
	text-align: center;
}

#home .menu footer .button {
	__background: #FFF;
	__color: #000;
}

#home .event {
	background: #ECE8F0;
}

.post-list {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}

.post-list li {
	padding: 10px;
	width: 33.333%;
}

.post-list li article {
	background: #FFF;
	border-radius: 5px;
}

.post-list li article .text {
	padding: 0 10px 0;
}

.post-list li article .text h3 {
	padding: 10px 0;
}

.post-list li article .text h3 a {
	font-size: 16px;
}

.post-list li article .text footer {
	padding: 10px 0;
	overflow: hidden;
	border-top: 1px solid #f2f2f2;
}

.post-list li article .text footer time {
	float: left;
	color: #856b39;
	font-size: 13px;
}

.post-list li article .text footer .category ul {
	float: right;
	display: flex;
}

.post-list li article .text footer .category ul li {
	width: auto;
	margin: 0 5px;
}

.post-list li article .text footer .category a {
	color: #856b39;
	border: 1px solid #856b39;
	padding: 1px 10px;
	border-radius: 500px;
	display: block;
	font-size: 12px;
	line-height: 1.4em;
}

#home .event footer {
	padding: 10px 0;
	text-align: center;
}

#home .shop .alert {
	color: #c31c24;
	font-size: 12px;
	text-align: center;
	margin: 40px 0;
	display: block;
}

.shop ul li {
	margin: 10px 0;
}

.shop ul li article {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #EEE;
}

/*
#home .shop ul .shimizu article .text { background-image: url(images/shop-shimizu.jpg); }
#home .shop ul .tateyama article .text { background-image: url(images/shop-tateyama.jpg); }
#home .shop ul .hari article .text { background-image: url(images/shop-hari.jpg); }
#home .shop ul .aso article .text { background-image: url(images/shop-aso.jpg); }

.shop ul li .text:before {
	content: "";
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.shop ul li .text h3,
.shop ul li .text p,
.shop ul li .text dl {
	z-index: 1;
	position: relative;
}

*/

.shop ul li .image {
	width: 50%;
}

.shop ul li .text {
	padding: 30px;
	width: 60%;
	background-size: cover !important;
	position: relative;
}



.shop ul li .text h3 {
	font-size: 24px;
	margin: 0 0 20px;
}

.shop ul li .text dl {

}

.shop ul li .text dl dt {
	padding-right: 5px;
	display: inline-block;
}

.shop ul li .text dl dd {
	padding-right: 10px;
	display: inline-block;
}

.shop ul li .text p {
	margin: 5px 0;
}

.shop ul li .text p i {
	font-size: 20px;
	margin: 0 4px 0 0;
}


.shop ul li .text p a {
	margin-left: 15px;
	font-size: 12px;
	border: 1px solid #000;
	border-radius: 100px;
	padding: 0px 10px;
	display: inline-block;
}

.shop ul li .text p a i {
	font-size: 14px;
	vertical-align: -1px;
}

.shop ul li .text p a:hover {
	background: #000;
	color: #FFF;
}


.shop ul li .text .sns {
	margin: 10px 0 0;
}

.shop ul li .text .button {
    padding: 6px 12px;
    font-size: 13px;
}

.shop ul li .text .button i {
	font-size: 18px;
	vertical-align: -2px;
	margin: 0 4px 0 0;
}

.shop ul li .map {
	width: 40%;
	height: 240px;
	overflow: hidden;
}

.shop ul li .map iframe {
	width: 100%;
	height: 240px;
	
}

.button .link {
	margin-left: 10px;
}



/* ---------------------------------------------------✁ 
	FOOTER
------------------------------------------------------*/

#footer {
	background: #000;
	padding: 20px 0 10px;
	color: #FFF;
}

#footer nav {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #464646;
}

#footer .logo {
	width: 120px;
	float: left;
}

#footer nav ul {
	display: flex;
	float: right;
	margin-top: 40px;
}

#footer nav ul li {
	margin: 0 10px;
}

#footer nav ul li a {
	color: #FFF;
	font-weight: bold;
	line-height: 18px;
}

#footer nav ul .sns a {
	font-size: 18px;
	margin: 0 5px;
}


#footer .copyright {
	padding: 30px 0;
	overflow: hidden;
}

#footer .copyright span {
	color: #b7b7b7;
	font-size: 12px;
	float: left;
	display: block;
}

#footer .copyright .sns {
	float: right;
}

#footer .copyright .sns ul {
	display: flex;
}

#footer .copyright .sns ul li {
	margin: 0 5px;
}


/* ---------------------------------------------------✁ 
	COMMON
------------------------------------------------------*/


.thumbnail {
	position: relative;
	height: 0;
	padding-bottom:56%;
	overflow: hidden;
}

.thumbnail.square {
	padding-bottom: 100%;
}

.thumbnail a,
.thumbnail div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thumbnail a img,
.thumbnail div img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* ---------------------------------------------------✁ 
	404
------------------------------------------------------*/

.message {
	text-align: center;
	padding: 30px 0;
}

.message h1 {
	font-size: 20px;
}

.message .search {
	margin: 15px auto 0;
	width: 300px;
}

.message .face {
	width: 150px;
	display: block;
	margin: 25px auto;
	border-radius: 50%;
	border: 5px solid #FFF;
}


/* ---------------------------------------------------✁ 
	YOUTUBE
------------------------------------------------------*/

.youtube {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ---------------------------------------------------✁ 
	CONTACT
------------------------------------------------------*/

#form {
	padding-top: 50px;
	margin: auto;
	background: #000;
	color: #FFF;
}

#form header {
	padding: 20px 0;
}

#form header h2 {
	font-size: 20px;
	line-height: 1.7em;
}

#form .content {
	margin-bottom: 20px;
	overflow: hidden;
	margin: auto;
	border: none;
	width: 800px;
}

#form dl {
	border-bottom: 1px solid #424242;
	clear: both;
	padding: 10px 20px;
	overflow: hidden;
	text-align: left;
}

#form dt {
	float: left;
	width: 185px;
	height: 35px;
	line-height: 35px;
	color: #202020;	
	font-weight: bold;
	color: #FFF;
}

#form dt em {
	color: #FF2900;
	font-weight: bold;
	font-size: 12px;
}

#form dd {
	overflow: hidden;
	line-height: 35px;
	color: #202020;
	padding: 3px;
}

#form .year input {
	width: 100px;
	margin-right: 1%;
	font-size: 16px;
}

#form dd textarea {
	height: 200px;
}

#form dl:after {
	content: "";
	display: block;
	clear: both;
}

#form footer {
	text-align: center;
	margin-top: 20px;
}

#form footer .submit {
	font-size: 15px;
	padding: 0px 20px;
	cursor: pointer;
	border: none;
	display: inline;
	width: 105px;
	line-height: 40px;
	color: #FFF;
	position: relative;
	margin: -8px -8px 0 0;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	display: block;
	margin: auto;
	background: #CF1B25;
	font-weight: bold;
	color: #FFF;
	border-radius: 5px;
	border-bottom: 3px #AF2300 solid;
	margin-top: 20px;
	transition: 0.2s;
}

.screen-reader-response {
	display: none;
}

div.wpcf7 img.ajax-loader {
	display: none;
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #FFF;
}

.wpcf7 .wpcf7-response-output {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

/* ---------------------------------------------------✁ 
	コンセプト
------------------------------------------------------*/

.page-title {
	padding: 180px 50px 100px;
	color: #FFF;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.page-title:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	z-index: 0;
}

.page-title h2 {
	font-size: 50px;
	line-height: 1.2em;
	position: relative;
	z-index: 1;
}

.page-title p {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

#concept .page-title { background-image: url(images/concept-visual.jpg); }
#menu .page-title { background-image: url(images/menu-visual-2.jpg); }
#shop .page-title { background-image: url(images/shop-visual.jpg); }
#event .page-title { background-image: url(images/event-visual.jpg); }



#concept .message {
	padding: 100px 0;
	text-align: center;
	color: #3d2900;
}

#concept .message h3 {
	font-size: 2.5vw;
}

#concept .message p {
	display: block;
	margin: 30px 0;
	line-height: 2em;
}

#concept .message img {
	display: block;;
	margin: auto;
	width: 150px;
}

#concept .kushitani {
	background: url(images/concept-kushitani2.jpg) center center;
	background-size: cover;
	border-radius: 7px;
	overflow: hidden;
	display: flex;
	color: #3d2900;
	background-repeat: no-repeat;
}

#concept .kushitani .image {
	position: relative;
	width: 30%;
}

#concept .kushitani .image img {
	position: absolute;
	left: 0;
	top: 0;
}

#concept .kushitani .text {
	padding: 50px 40% 50px 30px;
	box-sizing: border-box;
	color: #FFF;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	background: rgba(0,0,0,0.3);
}

#concept .kushitani .text h4 {
	font-size: 25px;
	margin: 0 0 10px;
}

#concept .point {
	padding: 40px 0;
}

#concept .point li {
	margin: 60px 0;
}

#concept .point li article {
	display : flex;
	align-items: flex-end;
}

#concept .point li article .image {
	width: 65%;
	margin-right: -10%;
}

#concept .point li article .image .thumbnail {
	padding-bottom: 65%;
}

#concept .point li article .text {
	width: 45%;
	z-index: 1;
	background: #FFF;
	box-sizing: border-box;
	padding: 40px;
	color: #3d2900;
	box-sizing: border-box;
	margin-bottom: 30px;
}

#concept .point li article .text span {
	color: #e3bf78;
	font-size: 60px;
	font-family: 'Montserrat', '游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	line-height: 1em;
	display: block;
}

#concept .point li article .text h3 {
	font-size: 20px;
	margin: 15px 0;
}

#concept .point li:nth-child(even) article {
	flex-flow: row-reverse;
}

#concept .point li:nth-child(even) article .image {
	margin-right: 0;
	margin-left: -10%;
}

/* ---------------------------------------------------✁ 
	メニュー
------------------------------------------------------*/

#menu .category {
	padding: 40px 0;
	border-bottom: 1px solid #EEE;
}

#menu .category:last-child {
	border-bottom: none;
}

#menu .category header {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}

#menu .category header .name {
	width: 180px;
	text-align: right;
}

#menu .category header .name h3 {
	font-size: 26px;
	line-height: 1em;
}

#menu .category header .name p {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

#menu .category header .image {
	width: 70px;
	margin: 0 10px;
}

#menu .category header .text {
	flex: 1;
}

#menu ul {
	display: flex;
	margin-left: 180px;
	flex-wrap: wrap;
}

#menu ul li {
	width: 33.33%;
	display: flex;
}

#menu ul li article {
	margin: 5px;
	background: #ECE8F0;
	border-radius: 5px;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}

#menu ul li article .image {
	margin: 0 0 15px;
}

#menu ul li article .text {
	margin: 5px 0 0;
	text-align: center;
}

#menu ul li article .text h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

#menu ul li article .text .description {
	margin: 5px 0;
}

#menu ul li article .text p {
	font-size: 13px;
	text-align: left;
	display: block;
	line-height: 1.5em;
}

#menu ul li article .text span {
	font-weight: bold;
	font-size: 16px;
	margin: 2px 5px;
	display: inline-block;
}


#menu ul li article .text i {
	font-size: 12px;
	color: #FFF;
	background: #000;
	border-radius: 9999px;
	display: inline-block;
	font-weight: bold;
	width: 22px;
	line-height: 22px;
	text-align: center;
	margin-right: 3px;
	vertical-align: 2px;
}

#menu ul li article .text i[data-content="表示しない"] {
	display: none;
}

#menu ul li article .text em {
	display: block;
	font-size: 12px;
	margin-top: 10px;
	color: #f00;
}

/* ---------------------------------------------------✁ 
	店舗一覧
------------------------------------------------------*/

#shop {
	background: #ECE8F0;
	overflow: hidden;
}

#shop .shop ul li {
	margin: 40px 0 80px;
}

#shop .shop ul li article {
	__border: 1px solid #EEE;
	display: block;
	padding: 0;
	background: #FFF;
}

#shop .shop ul li article section {
	display: flex;
	flex-wrap: wrap;
}

#shop .shop ul li article .info {
	width: 60%;
}

#shop .shop ul li article .map {
	width: 40%;
	height: auto;
}

#shop .shop ul li article .map iframe {
	width: 100%;
	height: 580px;
	margin-bottom: -20px;
}

#shop .shop ul li article .image {
	width: 100%;
}

#shop .shop ul li article .text {
	padding: 25px;
	width: 100%;
	box-sizing: border-box;
}

#shop .shop ul li article .timeline {
	padding: 20px 20px 20px;
	border-top: 1px solid #EEE;
}



/* ---------------------------------------------------✁ 
	イベント情報
------------------------------------------------------*/


#event.list {
	background: #ECE8F0;
	overflow: hidden;
}

#event.list .title {
	text-align: center;
	padding: 40px 0 0;
}

#event.list .title h2 {
	font-size: 25px;
}

#event.list .post-list {
	margin: 40px 0;
}

#event.detail .content {
	display: flex;
	margin: 40px auto;
}

#event .main-content {
	width: 65%;

}

#event .side {
	width: 35%;
	padding-left: 30px;
	box-sizing: border-box;
}

#event .main-content article {
	
}

#event .main-content li:last-child article{
	border-bottom: none;
}

#event .main-content article header {
	margin-bottom: 20px;
}

#event .main-content article header h1 {
	font-size: 25px;
	line-height: 1.5em;
}

#event .main-content article header time {
	font-size: 12px;
	color: #000;
}

#event .main-content article .photo {
	margin: 0 0 20px;
}

#event .main-content article .photo img {
	width: 100%;
	height: auto !important;
	display: block;
}

#event .side section {
	margin-bottom: 30px;
	border: 1px solid #DDD;
	padding: 10px 15px 5px;
}

#event .side header h3 {
	font-size: 17px;
	margin-bottom: 10px;
}

#event .side aside {
	background: #FFF;
}

#event .side li {
	padding: 10px 0;
	border-top: 1px solid #EEE;
}

#event .side li:first-child {
	__border-top: none;
}

#event .side li time {
	font-size: 12px;
	display: block;
	color: #909090;
}

#event .side li a {
	font-weight: bold;
	color: #000;
}


/* ---------------------------------------------------✁ 
	記事
------------------------------------------------------*/

.entry-article {
	border: 2px solid #d8d8d8;
	box-sizing: border-box;
	max-width: 800px;
	margin: 40px auto;
}

.entry-article .thumbnail img {
	height: auto !important;
}

.entry-article .entry-content {
	padding: 0 20px 20px;
}

.entry-article > header {
	padding: 20px;
	position: relative;
}

.entry-article > header time {
    position: absolute;
    top: -22px;
    padding: 5px 10px 0 10px;
    background: #FFF;
    font-size: 12px;
    color: #4d4d4d;
}

.entry-article > header h1 {
	font-size: 20px;
	font-weight: normal;
}

.entry-article .gyoshalink a {
	background: #000;
	color: #FFF;
	padding: 10px 20px 12px;
	display: inline-block;
}

.entry-content p {
	font-size: 15px;
	margin-bottom: 1em;
	line-height: 1.7em;
}

.entry-content > ul {
	margin-bottom: 1em;
}

.entry-content > ul li {
	list-style: disc;
	margin-left: 2em;
}

.entry-content h2 {
	margin-left: 0;
	margin-top: 30px;
	font-size: 150%;
	margin-bottom: 0.5em;
	line-height: 1.3em;

}


.entry-content h3,
.entry-content h4 {
	padding-bottom: 5px;
	line-height: 1.3em;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin: 40px 0 10px;
}

.entry-content h3 {
	font-size: 120%;
}

.entry-content h4 {
	font-size: 110%;
}

.entry-content a {
	color: #000;
	text-decoration: underline;
}

.entry-content blockquote {
	padding: 20px 20px 10px;
	background: rgba(255, 255, 255, 0.1);
	margin-bottom: 1em;
}

.entry-content blockquote p {
	font-weight: bold;
}

.entry-content .wp-caption {
	width: auto !important;
	padding: 5px;
	background: #202020;
	border-bottom: 2px solid #d8d8d8;
	margin: 20px 0;
	display: inline-block;
}

.entry-content .wp-caption img {
	border: none;
	box-sizing: border-box;
	margin: 0;
}

.entry-content .wp-caption .wp-caption-text {
	padding: 10px;
	margin: 0;
	text-align: center;
	color: #FFF;
}

.entry-content img {
	height: auto !important;
	max-width: 100% !important;
}

.entry-content .tablenav-pages_0 {
	display: none !important;
}

.wp-pagenavi {
	text-align: center;
	margin-top: 50px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	width: 45px;
	line-height: 45px;
	border: none !important;
	background: #FFF;
	font-size: 15px;
	color: #000;
	padding: 0 !important;
	box-sizing: border-box;
	border-radius: 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #000;
	color: #FFF;
}

.wp-pagenavi span.current {
	background: #525252;
}

.wp-pagenavi span.pages {
	width: auto;
	padding: 0 10px !important;
	background: none;
	color: #FFF;
}

#message {
	text-align: center;
	padding: 10vh;
	color: #000;
	font-size: 16px;
}

/* ---------------------------------------------------✁ 
	エフェクト
------------------------------------------------------*/

.effect-fade,
body.openmenu .effect-fade,
body.openmenu #mask {
	opacity : 1;
	transform : translate(0, 0);
	animation-name: fadein;
	animation-duration: 0.3s;
}

@keyframes fadein {
	from {
	    opacity: 0;
	    transform: translateY(10px);
	}
	to {
	    opacity: 1;
	    transform: translateY(0);
	}
}




/* ---------------------------------------------------✁ 
	タピオカ対応
------------------------------------------------------*/

#home .menu ul .tapioca,
#menu #tapioca {
	display: none !important;
}









