/* add */
.hmenu{
	position:relative
}
.tag.card-text.card-cat a{
	color:#777
}
.card .card-img{
	background-size:cover!important;
	background-repeat:no-repeat;
	width:100%;
	float:left
}
.card .card-img:before{
	content:"";
	padding-top:60%;
	display:block
}
.card .card-img.card-img-s{
	width:125px;
	margin-right:10px;
	margin-left:24px;
	padding-top:23px;
	margin-top:15px
}
.float-box-outer .soto div, .float-box-outer .soto {
	width:100%
}
.float-box-outer .okiniiri1{
	padding:0 5px;
	box-sizing:border-box;
	margin-left:0
}
.float-box-outer .okiniiri1 .card-content{
	padding-left:120px;
	width:auto;
	padding-right:0
}
.float-box-outer .okiniiri1 .card-content p{
	width:auto
}
.float-box-outer p.card-title{
	font-size:13px;
	width:auto;
	font-weight:400;
	padding-bottom:15px;
	line-height:23px
}
#pager a{
	padding:9px;
	border-radius:2px;
	color:#d6d6d6;
	background-color:#212121;
	font-size:16px;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	display:inline-block;
	margin:0 10px
}
#pager a:hover{
	background:#f00;
	color:#fff;
}
#pager .current{
	color:#212121;
	font-size: 16px;
	line-height: 1em;
	padding:9px;
}
#pageTop{
	z-index:10
}
.flickity-viewport{
	height:500px;
	width:100%;
	object-fit:cover
}
.haikeihero{
	box-sizing:border-box;
	background:center center no-repeat;
	background-size:cover;
	width:100%;
	height:500px
}
.catch-text{
	color:#fff;
	background:#0000005c;
	width:100%;
	padding:1em 0;
	position:absolute;
	max-width:100%;
	bottom:0
}
.miss{
	color:#fff;
	font-size:25px;
	margin-left:10px;
	line-height:40px;
	margin-left:30px;
	width:auto;
	font-family: "HelveticaNeue-bold", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.float-box-outer p.card-title{
	margin:0;
	padding:0;
	word-wrap:break-word;
	font-size:13px;
	width:150px;
	font-weight:400;
	padding-bottom:25px;
	line-height:23px;
	padding-left:5px;
	max-height:47px;
	overflow:hidden;
	color:#000;
	font-weight:bold
}
.card .card-img.card-img-s{
	position:relative;
	vertical-align:top;
	width:120px;
	height:auto;
	float:left;
	margin:0
}
.okiniiri1{
	height:100px;
	margin-bottom:20px;
	margin-left:5px
}
.rec{
	margin-bottom:10px;
	text-align:center
}
.float-box-outer div .rec{
	font-size:18px;
	font-weight:700;
	text-align:center;
	padding-top:30px;
	padding-bottom:14px;
	margin-bottom:15px;
	border-bottom:solid 1px #b7b7b7;
	padding-left:0;
	color:#4e4e4e
}
.card-img{
	background-size:cover!important;
	background-repeat:no-repeat;
	width:100%;
	float:left;
	background-position:center center!important
}
.mitu1{
	width:100%;
	text-align: left;
}
.soto{
	box-sizing:border-box;
	width:33.333%;
}
.soto .card {
	width: auto;
	display:block;
}
.soto .card a{
	color:#333;
}
footer{
	margin-top: 20px;
}
.card-title a{
	font-weight: bold;
}
/*single.php */
.article-content img {
	max-width: 100%;
	margin:0 auto;
	display:block;
	height: auto;
}
.pnow2 .popimg{
	width: 80%;
	margin-left: 30px;
	display:block;
}
.pnow2 .popimg span:before {
	content: "";
	display: block;
	padding-top: 60%;
}
.popimg span{
	background-size: cover !important;
	display: block;
	border-radius: 10px;
	margin-top: 10px;
}
.pnow{
	margin-top: 0;
}
ul.bread_list{
	display:block;
	line-height: 1.4em;
	color:#333;
	font-size: 13px;
	margin-top: 5px;
}
ul.bread_list li{
	display:inline;
	padding-right: 10px;
}
ul.bread_list li a {
	text-decoration: underline;
	margin-right: 10px;
	color:#333;
	font-size: 13px;
}
ul.bread_list li:not(:last-child):after {
	margin-right: 0;
}
.bread_list li:not(:last-child):after {
	content: " > ";
	margin-right: 30px;
}
.hmenu li a:hover{
	text-decoration: none;
}
.kao{
	display:block;
}
.kao img{
	width:100%;
	height:auto;
}
a{
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: 2s;
	transition: .5s;
}
.card-content a:hover, .mitu1 > .soto .card a:hover, .okiniiri1 a{
	color:#f00;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: 2s;
	transition: .5s;
}
.mitu1 > .soto .card > a {
	overflow:hidden;
	display:block;
}
.mitu1 > .soto .card > a .card-img{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-position: center center;
}
.mitu1 > .soto .card > a .card-img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.article-eyechatch span {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background-size:cover !important;
	background-position: center center !important;
}
.article-eyechatch span:before{
	content:"";
	display:block;
	padding-top: 60%;
}
#nav-content{
	overflow:auto;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	width:70%;
	max-width:330px;
	height:100%;
	background-color:#000000e8;
	transition:.3s ease-in-out;
	-webkit-transform:translateX(-105%);
	transform:translateX(-105%);
	color:#fff;
	text-align:left;
	padding-top:20px
}
#nav-content li{
	border:none;
	padding:0;
	margin:0;
}
#nav-content li a{
	line-height:50px;
	display:block;
	border-bottom:dotted 1px #565656;
	font-size:16px;
	text-align:left;
	padding-left:20px;
	color:#fff;
}
@media screen and (max-width: 930px) {
	.tag.card-text.card-cat{
		background:none;
		padding-left:0;
		text-decoration:underline
	}
	#nav-drawer .current-menu-item{
		border-left:6px solid #b81300;
		background:#272727
	}
	.float-box-outer2 a p {
		width: 100%;
	}
	.float-box-outer2 a {
		display: block;
	}
	#nav-drawer {
		height: 40px;
	}
	img.logo2{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	.card .card-img{
		margin-bottom:20px;
	}
	.soto{
		padding:0;
		width:auto;
		text-align:center;
		display:block;
	}
	.soto .card{
		width:auto;
		display:block;
		margin-bottom: 0;
	}
	.haikeihero{
		height:300px;
	}
	.haikeihero .miss{
		font-weight: 400;
		font-size: 18px;
		margin:0 20px;
	}
	.catch-text .square_btn {
		font-size: 13px;
		margin-left: 20px;
	}
	.kao{
		max-width: 100px;
	}
	.flickity-prev-next-button{
		top:40%;
		width: 30px;
		height: 30px;
	}
}
.TileWrap::-webkit-scrollbar {
	display: none;
}
/* ======================================== footer ======================================== */
div#foot_guide{
	padding-top:40px;
	text-align:left;
	margin:0
}
div#foot_guide .hmenu{
	display:table;
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding:0
}
div#foot_guide .hmenu > *{
	display:table-cell;
	vertical-align:top;
	text-align:left
}
div#foot_guide .hmenu img{
	width:100%
}
div#foot_guide .hmenu .left ul{
	text-align:left;
	margin-top:30px
}
div#foot_guide .hmenu .left ul li{
	margin-left:0;
	padding-right:15px
}
div#foot_guide .hmenu .left h3 a{
	display:block;
	max-width:200px
}
div#foot_guide .hmenu .left ul li a{
	line-height:1em
}
div#foot_guide .hmenu .right{
	min-width:160px;
	color:#fff;
	max-width:219px
}
div#foot_guide .hmenu .right p{
	line-height:1.4;
	color:#fff;
	font-weight:lighter;
	text-align:left
}
div#foot_guide .right h5{
	line-height:1em;
	margin:0 auto 5px
}
div#foot_guide ul.sns{
	text-align:left
}
div#foot_guide ul.sns li{
	border:none;
	padding:0 20px 0 0;
	margin:0
}
div#foot_guide ul.sns li a img{
	width:30px;
	background:#fff;
	border-radius:8px;
	color:#fff;
	background:#fff;
	border-radius:5px;
	display:inline-block
}
p.foot{
	border-top:1px solid #333;
	margin:4px auto 0;
	max-width:960px;
	padding-top:10px
}
@media screen and (max-width: 990px) {
	div#foot_guide .hmenu{
		box-sizing:border-box;
		padding:0 15px
	}
	div#foot_guide .hmenu .left ul li{
		padding-right:10px;
		margin-right:10px
	}
	p.foot{
		max-width:100%
	}
}
@media screen and (max-width: 768px) {
	div#foot_guide .left ul li a{
		position:relative
	}
	div#foot_guide .left ul li a:after,div#foot_guide .left ul li a:before{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		margin:auto;
		content:"";
		vertical-align:middle
	}
	div#foot_guide .left ul li a:before{
		right:-250px;
		width:4px;
		height:4px;
		border-top:1px solid #fff;
		border-right:1px solid #fff;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		position:absolute
	}
	div#foot_guide .hmenu{
		display:block;
		max-width:100%
	}
	div#foot_guide .hmenu > *{
		display:block
	}
	div#foot_guide .hmenu .left h3,div#foot_guide .hmenu .left ul{
		text-align:center
	}
	div#foot_guide .hmenu .left ul li{
		border:rgba(255,255,255,0.3) 1px solid;
		border-bottom:none;
		display:block;
		margin:0;
		padding:0
	}
	div#foot_guide .hmenu .left ul li a{
		display:block;
		padding:10px 0
	}
	div#foot_guide .hmenu .left ul{
		border-bottom:rgba(255,255,255,0.3) 1px solid
	}
	div#foot_guide .hmenu .left h3 a{
		margin:0 auto
	}
	div#foot_guide .hmenu .right{
		min-width:100%;
		max-width:100%
	}
	div#foot_guide .hmenu .right h5,div#foot_guide .hmenu .right .sns{
		text-align:center
	}
	div#foot_guide .hmenu .right p{
		display:none
	}
	p.foot{
		border-top:1px solid #333;
		margin:4px auto 0;
		max-width:98%;
		width:98%;
		width:-webkit-calc(100% - 30px);
		width:calc(100% - 30px)
	}
	div#foot_guide ul.sns li {
		padding: 0 10px;
	}
}
/* ======================================== contact ======================================== */
#contact .form {
	padding:50px;
	max-width:800px;
	margin:0 auto;
	width:100%;
	box-sizing: border-box;
}
#contact .form dl, #contact .form #contact .form_confirm_msg {
	margin-bottom:2em;
}
#contact .form-header {
	font-size:32px;
}
span.required {
	color:#fA5754;
}
#contact .form dt {
	margin-bottom:.4em;
}
#contact .form dt .required {
	margin-left:1em;
	font-size: 12px;
}
#contact .form dt label{
	font-weight: 200;
}
#contact .form .submit {
	text-align:center;
}
#contact .form input[type=text], #contact .form input[type=email], #contact .form input[type=tel], #contact .form textarea {
	box-sizing: border-box;
	border-radius: 4px;
	line-height: 2em;
	padding:5px 10px;
	width:100%;
	border:1px solid #ccc;
	box-shadow:0 0;
}
#contact .form input[type=submit] {
	padding:8px 50px;
	color:#fff;
	background:#b81300;
	border:0;
	border-radius:0;
	box-shadow:0 0;
}
#contact .form input[type=button] {
	margin-right:.5em;
	padding:8px 30px;
	color:#fff;
	background:#a0a0a0;
	border:0;
	border-radius:0;
	box-shadow:0 0;
}
#contact .form input[type=submit]:hover, #contact .form input[type=button]:hover {
	opacity:.7;
}
#contact .form-header {
	margin-bottom:1em;
	font-family:gs;
	text-align:center;
}
#contact .form .validation-advice {
	margin-top:.5em;
	color:#fA5754;
}
#contact .form .validation-advice img {
	vertical-align:middle;
	margin-right:.5em;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	max-width: 760px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	border: 2px solid #F44336;
	font-size: 14px;
	color: red;
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	font-size: 12px;
	padding-top: 10px;
}
@media screen and (max-width: 768px) {
	#contact .form {
		padding:15px;
		max-width: 100%;
	}
}
li.menu-item-314 a,li.menu-item-315 a{
	position:relative;
}
li.menu-item-314 a:after,li.menu-item-315 a:after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 12px;
	right: -60px;
	bottom: 0;
	background: url(../images/link.svg) no-repeat center center;
	background-size: contain;
	margin-left: 5px;
}
/* ======================================== ranking ======================================== */
p.rank1 {
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
}
p.rank1 span {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	top: 15px;
	border-right: 1px solid #bdbdbd;
}
/* ======================================== article ======================================== */
.article-content ul li {
	list-style: disc;
	margin-left: 30px;
	line-height: normal;
	padding-bottom: 10px;
	font-weight: 200;
}
.article-content img{
	display:inline-block;
	padding:10px
}
.article-content{
	color:#333;
	line-height:1.8em;
}
.article-content h1{
	font-size: 38px;
	font-weight: 600;
	padding-bottom: .1em;
	border-bottom: 3px solid #ccc;
	line-height: 1.2em;
}
.article-content h1:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
}
.article-content h2{
	font-size:32px;
	font-weight:600;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
	margin-top: 1em;
}
.article-content h3{
	font-size:24px;
	font-weight:600;
	padding: .5em 0;
	margin-top: 1em;
}
.article-content h4{
	font-size:18px;
	margin-top: 1em;
}
.article-content h5{
	font-size:16px;
	margin-top: 1em;
}
.article-content h6{
	font-size:16px;
	margin-top: 1em;
}
.article-content p{
	padding-top:1em;
	line-height:1.8em;
}
ol{
	list-style:decimal;
	margin-left:30px;
	line-height:1.6em;
	padding-top:1em
}
blockquote{
	position:relative;
	padding:30px 15px 8px;
	box-sizing:border-box;
	font-style:italic;
	background:#efefef;
	color:#555;
	margin:20px 0
}
blockquote:before{
	display:inline-block;
	position:absolute;
	top:13px;
	left:15px;
	vertical-align:middle;
	content:"\f10d";
	font-family:FontAwesome;
	color:#cfcfcf;
	font-size:28px;
	line-height:1
}
blockquote p{
	padding:0;
	margin:10px 0;
	line-height:1.7
}
blockquote cite{
	display:block;
	text-align:right;
	color:#888;
	font-size:.9em
}
.article-content img.alignleft{
	float:left
}
.article-content img.aligncenter{
	float:none;
	margin:0 auto;
	display:block
}
.article-content img.alignright{
	float:right
}
.article-content img.alignnone{
	float:none;
	display:block;
	margin:0
}
blockquote {
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
	font-style: italic;
	color: #4e4e4e;
	background: #fff3e1;
}
blockquote:before{
	display: inline-block;
	position: absolute;
	top: 0;
	left: -10px;
	vertical-align: middle;
	content: "“";
	font-family: sans-serif;
	color: #ffe2b8;
	font-size: 130px;
	line-height: 1;
}
blockquote:after{
	display: inline-block;
	position: absolute;
	bottom: -40px;
	right: 20px;
	vertical-align: middle;
	text-align: center;
	content: "”";
	font-family: sans-serif;
	color: #ffe2b8;
	font-size: 90px;
	line-height: 1;
}
blockquote p {
	position: relative;
	padding: 0;
	margin: 10px 0;
	z-index: 3;
	line-height: 1.7;
}
blockquote cite {
	position: relative;
	z-index: 3;
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}
/* 20181205 */
.kao {
	float: none;
	display: inline-block;
	margin-bottom: 0;
}
.writen_about {
	display: inline-block;
	vertical-align: top;
}
/* 20100109 */
.youtube-box {
	position: relative;
	max-width: 100%;
	padding-top: 56.25%;
}
.youtube-box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
