@charset "UTF-8";
/*
	Theme Name: 	omouma
	Description:	オモウマデーターベース用テーマ
	Author:			リナカッチ
	Author URI:		https://yy-net.blue/
	Version:		1.0.0
	License:		GNU General Public License
	License URI:	http://www.gnu.org/licenses/gpl-2.0.html
	Tags:			white, right-sidebar, two-columns
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	vertical-align: baseline;
}
body {
	margin: 0 auto;
	color: #666;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	background: #FFFDE6;
}
@media only screen and (max-width: 740px) {body { width: 740px; }}
@media only screen and (max-width: 640px) {body { width: 640px; }}
@media only screen and (max-width: 600px) {body { width: 600px; }}
@media only screen and (max-width: 568px) {body { width: 568px; }}
@media only screen and (max-width: 540px) {body { width: 540px; }}
@media only screen and (max-width: 480px) {body { width: 480px; }}
@media only screen and (max-width: 440px) {body { width: 440px; }}
@media only screen and (max-width: 414px) {body { width: 414px; }}
@media only screen and (max-width: 400px) {body { width: 400px; }}
@media only screen and (max-width: 375px) {body { width: 375px; }}
@media only screen and (max-width: 360px) {body { width: 360px; }}
@media only screen and (max-width: 320px) {body { width: 320px; }}

a:link, a:visited, a:focus, a:active {
	color: #666;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 27px 0;
	clear: both;
	display: block;
}
h1 , h1 a{
	font-size: 26px;
	margin: 0 0 24px;
}
h2, h2 a {
	font-size: 22px;
	margin: 0 0 18px;
}
h3, h3 a {
	font-size: 20px;
}
h4, h4a ,h5, h5 a {
	font-size: 16px;
}
h6, h6 a {
	font-size: 14px;
}

p {
	font-size: 16px;
	line-height: 1.7;
	margin: 0 auto 20px;
}
table {
	border: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	line-height: 2;
	margin: 10px 10px 20px 10px;
	width: 90%;
}
#zebra tr:nth-child(odd) {
	background:#f9f9f9;
}
th {
	border: 1px solid #ededed;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
td {
	border: 1px solid #ededed;
	padding-left: 8px;
}

hr {
	margin: 12px 12px 8px 8px;
	border: 1px solid #e0e0e0;
}

.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.red {
	font-weight: bold;
	color: #f00000;
}
/*
	ヘッダー
*/
#header {
	position: fixed;
	box-sizing: border-box;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0 0 4px;
	display: inline-block;
	background: #FFFDE6;
	z-index: 10;
	text-align: center;
}
#header a {
	text-decoration: none;
}

#description {
	width: 100%;
	font-size: 14px;
	margin: 0 auto 8px;
	padding: 0;
	display: block;
}
#logo {
	width: 100%;
	font-size: 28px;
	letter-spacing: 0.1em;
	margin: 10px auto 8px;
	color: #3366cc;
	text-shadow: 1px 1px 2px #383838;
	display: block;
}
@media only screen and (max-width: 480px) {
	#logo { font-size: 24px; }
}
/*
	ヘッダーメニュー
*/
/*
#menu-toggle {
	position: fixed;
	top: 22px;
	right: 8px;
	width: 50px;
	height: 55px;
	background: #fff;
	cursor: pointer;
	text-align: center;
	z-index: 10;
}
#menu-toggle:hover {
	color: #ff4388;
}
#menu-caption {
	position: absolute;
	font-size: 11px;
	top: 22px;
	right: 0px;
}
#menu-open {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	top: 6px;
	left: 12px;
	background: #383838;
	display: block;
}
#menu-open:before, #menu-open:after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	border-top: 6px solid #fff;
}
#menu-open:before {
	top: 5px;
}
#menu-open:after {
	bottom: 5px;
}
*/
/* サイドメニュー */
/*
#side-menu {
	position: fixed;
	top: 0;
	right: -290px;
	width: 250px;
	height: 100%;
	text-align: right;
	background: #fff;
	color: #666;
	padding: 20px;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
	transition: left 0.3s ease-in-out;
	z-index: 99;
}
#close-menu {
	font-size: 48px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	color: #666;
	cursor: pointer;
	text-align: right;
}
#side-menu ul {
	list-style: none;
	padding: 0;
}
#menu-header li {
	margin: 8px 0;
	text-align: left;
}
#menu-header a {
	width: 100%;
	padding: 8px 0;
	color: #666;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #666;
}
#menu-header a:hover {
	background: #fcfcfc;
}
#menu-header .sub-menu li {
	padding-left: 16px;
}
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 98;
	display: none;
}
*/
#wrapper {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 0;
	padding: 110px 2% 30px;

}
@media only screen and (max-width: 480px) {
	#wrapper { padding: 100px 8px 30px; }
}
.contents {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 40px;
	display: inline-block;
}
.contents p {
	font-size: 20px;
}
/*
	パンクズリスト
*/
#pankuz {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	margin: 16px 0 24px;
	padding: 0;
	display: block;
}
#pankuz a {
	font-size: 14px;
}
.list-box {
	width: 100%;
	margin: 0 0 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 8px 16px;
}
.list-box .list {
	box-sizing: border-box;
	width: calc(100% / 2 - 16px);
	vertical-align: top;
	padding: 0;
	background: #fefefe;
	position: relative;
	border: 2px solid #3366cc;
/*	background: linear-gradient(#e6e6e6, #f8f8f8);*/
}
.list-box .list:after {
	content: '';
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	display: block;
}
.list-box .list a {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 8px 20px 8px 8px;
	display: block;
	text-decoration: none;
}
.list-box .list:hover {
	box-shadow: 0 1px 2px #666;
}
.list-box .list h2, .list-box .list h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0 20px 0 0;
}
.list-box .list .msg {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	margin: 4px 0;
	padding: 0 20px 0 0;
	text-align: left;
}
.list-box .list .msg p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.list-box .list .meta {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	margin: 4px 0;
	padding: 0 20px;
	text-align: right;
	display: inline-block;
}
.list-box .list .meta2 {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	margin: 4px 0;
	padding: 0 0 0 8px;
	display: inline-block;
}
@media only screen and (max-width: 480px) {
	.list-box { flex-direction: column; }
	.list-box .list { width: 100%; }
}

.list-box4 {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 8px 16px;
}
.list-box4 .list {
	box-sizing: border-box;
	width: calc(100% / 4 - 16px);
	vertical-align: top;
	padding: 0;
	background: #fefefe;
	position: relative;
	border: 2px solid #3366cc;
}
.list-box4 .list:after {
	content: '';
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	display: block;
}
.list-box4 .list a {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 8px 20px 8px 8px;
	display: block;
	text-decoration: none;
}
.list-box4 .list:hover {
	box-shadow: 0 1px 2px #666;
}
.list-box4 .list h2, .list-box4 .list h3 {
	font-size: 18px;
	text-align: left;
	margin: 0;
	padding: 0 20px 0 0;
}
@media only screen and (max-width: 480px) {
	.list-box4 .list {
		width: calc(100% / 2 - 16px);
	}
}

.go-next-center {
	box-sizing: border-box;
	width: 40%;
	text-align: center;
	margin: 16px auto 32px;
	padding: 0;
	background: #fefefe;
	position: relative;
	border: 2px solid #3366cc;
}
.go-next-center:after {
	content: '';
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	display: block;
}
.go-next-center a {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 8px 20px 8px 8px;
	display: block;
	text-decoration: none;
}
.go-next-center:hover {
	box-shadow: 0 1px 2px #666;
}
@media only screen and (max-width: 480px) {
	.go-next-center { width: 70%; }
}
.shop-info {
	box-sizing: border-box;
	width: 100%;
}
.shop-info table {
	box-sizing: border-box;
	width: 100%;
	border-collapse: collapse;
	line-height: 2;
	margin: 0;
	padding: 0;
	border: 1px solid #cdcdcd;
}
.shop-info th {
	box-sizing: border-box;
	width: 20%;
	padding: 8px;
	border: 1px solid #cdcdcd;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.shop-info td {
	box-sizing: border-box;
	width: 80%;
	padding: 8px;
	word-break: break-all;
	border: 1px solid #cdcdcd;
}
@media only screen and (max-width: 480px) {
	.shop-info table {
		border-spacing: 4px;
	}
	.shop-info tr:nth-child(odd) {
		background: #fff;
	}
	.shop-info th {
		width: 100%;
		background: #F0FFFF;
		display: block;
	}
	.shop-info td {
		width: 100%;
		background: #fff;
		display: block;
	}
}
/*
	トップ画面のページナビゲーション
*/
.pagination {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	margin: 16px auto 0;
	text-align: center;
	background: transparent;
}
.pagination a {
	margin: 0 4px;
	padding: 8px 12px;
	display: inline-block;
	background: #fefefe;
	border: 1px solid #666;
}
.pagination h2 {
	display: none;
}
.pagination span {
	padding: 0 8px;
	display: inline-block;
}
.pagination a:hover {
	background: #666;
	color: #fff;
}
.youtube {
	position: relative;
	width: 100%;
	max-width: 560px;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*
	コメント
*/
#comment-box {
	width: 100%;
	margin: 0;
	border: 1px solid #f00;
}
.comment-list {
	margin-left: 12px;
}
.comment-list li {
	list-style-type: none;
}
.comment-metadata {
	font-size: 16px;
	margin: 18px 0 8px;
	border-bottom: 1px solid #cccccc;
}
.comment-author {
	margin: 0;
}
.comment-date {
	padding: 0;
}
.children {
	margin: 8px 0px 15px 40px;
}
.comment-reply-link {
	margin: 0px 0px 8px;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	background-color: #f9f9f9;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 2px #000;

}
.comment-content {
	width: 100%;
	margin: 0;
	border: 1px solid #f00;
}
.comment-respond textarea {
	width: 90%;
	margin: 8px 0;
	padding: 8px;
	border: 1px solid #ededed;
	background: #fdfdfd;
	border-radius: 5px;
	box-shadow: inset 1px 2px 6px -3px rgba(0,0,0,0.5);
}
.comment-respond input {
	width: 90%;
	margin: 8px 0;
	padding: 8px;
	border: 1px solid #ededed;
	background: #fdfdfd;
	border-radius: 5px;
	box-shadow: inset 1px 2px 6px -3px rgba(0,0,0,0.5);
}
.comment-respond .form-submit {
	text-align: center;
}
.comment-respond input[type="submit"] {
	width: 50%;
	padding: 8px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 1px 1px 2px #fff;
	color: #666;
	border: 1px solid #666;
	border-radius: 6px;
	background: #f9f9f9;
	cursor: pointer;
	box-shadow: none;
	-webkit-appearance: none;
}
.comment-respond input[type="submit"]:hover {
	box-shadow: 1px 1px 3px #666;
}
@media only screen and (max-width: 480px) {
	.comment-respond input[type="submit"] { width: 80%; }
}
/*
	コンタクトフォーム
*/
.forms {
	width: 100%;
	margin: 0;
	padding: 0;
}
.forms li {
	margin: 16px 0px 0px 16px;
	padding: 0;
	list-style: none
}
.forms label {
	margin-top: 32px;
	display: block;
}
.forms input[type=text] {
	width: 90%;
	font-size: 16px;
	padding: 8px;
	border: 1px solid #ededed;
	background: #fdfdfd;
	border-radius: 5px;
	box-shadow: inset 1px 2px 6px -3px rgba(0,0,0,0.5);
}
.forms textarea {
	width: 90%;
	font-size: 16px;
	padding: 8px;
	border: 1px solid #ededed;
	background: #fdfdfd;
	border-radius: 5px;
	box-shadow: inset 1px 2px 6px -3px rgba(0,0,0,0.5);
}
.forms .forms-respond {
	text-align: center;
}
.forms .forms-respond input[type=submit]{
	font-size: 20px;
	width: 50%;
	margin: 20px 0 32px;
	padding: 8px 0;
	letter-spacing: 1px;
	background: #f9f9f9;
	cursor: pointer;
	text-align: center;
	color: #666;
	border: 1px solid #666;
	box-shadow: none;
	-webkit-appearance: none;
}
@media only screen and (max-width: 480px) {
	.forms .forms-respond input[type=submit]{
		width: 80%;
		padding: 16px 0;
	}
}
.forms .forms-respond input:hover {
	box-shadow: 1px 1px 3px #383838;
}
.contact-error {
	font-size: 16px;
	margin-left: 40px;
	color: #ff0000;
	clear: both;
}
/*
	ブログ記事
*/
.blog-box {
	width: 100%;
}
.blog-box .list {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 36px;
	padding: 8px;
	display: flex;
	flex-direction: row;
	background: #fff;
}
.blog-box .list .left {
	width: 35%;
	margin: 0;
	padding: 0;
}
.blog-box .list .right {
	box-sizing: border-box;
	width: 64%;
	margin: 0;
	padding: 0 0 0 16px;
}
.blog-box .list .right a {
	text-decoration: none;
}
@media only screen and (max-width: 480px) {
	.blog-box .list {
		margin: 0 0 42px;
		flex-direction: column;
	}
	.blog-box .list .left, .blog-box .list .right {
		width: 100%;
	}
	.blog-box .list .right {
		padding: 8px 0 0 0;
	}
}
.blog-box .left img {
	width: 100%;
	height: auto;
	vertical-align: top;
	max-height: 200px;
}
.blog-box .right .date {
	font-size: 16px;
	text-align: right;
	margin:4px 0 0;
	padding: 0 8px;
}
.blog-box .right .date a {
	font-size: 16px;
}
.blog-box .right p {
	margin: 8px 0;
}
.go-next-right {
	box-sizing: border-box;
	width: 100%;
	text-align: right;
	padding: 0 8px;
}
/*
	投稿
*/
.post-box {
	width: 100%;
}
.entry-title {
	font-size: 32px;
	margin: 0 0 8px;
/*	padding: 4px 0 4px 8px;
	border-left: 8px solid #3366cc;
*/
	border-bottom: 2px solid #3366cc;
}
.entry-header {
/*	padding: 4px 0 4px 8px;
	border-left: 4px solid #3366cc;
*/
	border-bottom: 2px solid #3366cc;
}
@media only screen and (max-width: 480px) {
	.entry-title { font-size: 24px; text-align: center; margin: 0 auto 24px; }
}
.post-thumbnail {
	width: 100%;
	display: block;
	margin: 8px 0;
}
.post-thumbnail img {
	width: 100%;
	height: auto;
}
.post-meta {
	font-size: 16px;
	margin: 8px 0 20px;
	padding: 0;
	vertical-align: middle;
}
/*
	フッター
*/
#footer {
	width: 100%;
	margin: 24px 0 0;
	padding: 24px 0 2px;
	display: block;
	background: #3366cc;
}
#copyright {
	font-size: 14px;
	padding: 26px 0 4px;
	text-align: center;
	color: #fff;
}
#copyright a {
	color: #fff;
	text-decoration: none;
}
.fn {
	font-size: 14px;
	color: #fff;
}
/*
	フッターメニュー
*/
#footer-navi {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 8px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 16px;
}
#footer-navi li {
	font-size: 14px;
	display: inline-block;
}
#footer-navi li a {
	padding: 8px 4px;
	display: block;
	color: #fff;
}
#footer-navi li a:hover {
	background: #fefefe;
	color: #383838;
}
@media only screen and (max-width: 480px) {
	#footer-navi li {
		width: 49%;
	}
}

/*
	トップに戻るボタン
*/
#page-top {
	width: 50px;
	height: 50px;
	right: 12px;
	bottom: 12px;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 1px 1px 1px #ccc;
	border-radius: 50%;
	background: rgba(0,0,0,0.2);
	display: none;
	position: fixed;
}
#page-top:after {
	content: "";
	width: 16px;
	height: 16px;
	top: 15px;
	left: 13px;
	transform: rotate(-45deg);
	position: absolute;
}
#page-top:after {
	border-top: 8px solid #fff;
	border-right: 8px solid #fff;
}
#page-top:before {
	content: "";
	width: 15px;
	height: 23px;
	top: 19px;
	left: 21px;
	position: absolute;
	border-left: 8px solid #fff;
}
#page-top:hover {
	background: rgba(0,0,0,0);
}
#page-top:hover:after {
	border-top: 8px solid #fa22e2;
	border-right: 8px solid #fa22e2;
}
#page-top:hover:before {
	border-left: 8px solid #fa22e2;
}



.error-404 {
	font-size: 120%;
	margin: 32px;
}
.ad-content-box {
	width:100%;
	margin:24px -320px 24px 0;
}
.ad-content2-box {
	margin:24px 320px 24px 0;
}
.ad-content-box, .ad-content2-box {
	text-align: center;
}
.ad-rect-box, .ad-rect1-box {
	width: 45%;
	height: 300px;
	margin: 24px 16px;
	text-align: center;
	display: inline-block;
}
/*
@media only screen and (max-width: 730px) {
	.post-box {
		margin: 0 0 30px 0;
	}
	.post-thumbnail2 {
		margin: 8px 0px 40px 0;
	}
	.post-content {
		margin: 0 8px 0 0;
	}
	.pagination {
		margin: 60px 0;
	}
	#related-box {
		margin: 92px 0 36px 0;
	}
	.related-list {
		width: 95%;
	}
	#page-navi {
		margin: 50px 0px 0 20px;
	}
	#comment-box {
		margin: 16px 0 0 8px;
	}
	.forms {
		margin: 0;
	}
	.ad-content-box, .ad-side-box {
		width:100%;
		margin:16px 0;
	}
}
*/
@media only screen and (max-width: 414px) {
	.ad-content-box, .ad-content2-box, .ad-rect-box {
		width: 98%;
		margin: 24px 0;
	}
	.ad-rect-box {
		text-align: center;
		clear: both;
	}
	.ad-rect1-box {
		display: none;
	}
}
