@charset "UTF-8";
/*
Theme Name:origin
Theme URI:http://
Description:ロト君のサイトオリジナルテーマ
Author:山之口 大成
Author URI:https://lotokunn.com
Version:1
Tags:オリジナルテーマ
*/
/* 基本のstyle */
* {
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	height: 100%;
	background-image: url('./img/parts/bk_04.png');
}
main.contents_box img {
	max-width: 100%;
	height: auto;
}
h2.blog {
	width: 100%;
	height: auto;
	border: 0px solid #000000 !important;
	padding: 0px !important;
}
h2.blog img {
	width: 2em;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
a {
	text-decoration: none;
}
a#home {
	display: block;
	width: 200px;
	height: auto;
	padding: 0.5em;
	border: 1px solid #ff3c4b;
	transition: 0.5s;
}
a#home:hover {
	color: #ffffff;
	background-color: #ff3c4b;
	border: 1px solid #663c4b;
	transition: 0.5s;
}
.post_list a {
	transition: 0.5s;
}
.post_list a:hover {
	color: #663c4b;
	transition: 0.5s;
}
p {
	margin: 0.5em;
}
ul{
	display: inline-block;
	list-style: none;
}
li {
	display: inline-block;
	list-style: none;
}
address {
	font-style: normal;
}
div.post_list a {
	color: #ff3c4b;
}
div.top {
	margin-bottom: 0.5em;
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
	text-align: center;
	background-color: #c81238;
}
div.top h1 {
	width: 100%;
	height: auto;
	font-size: 1em;
	color: #ffffff;
}
div.meta p {
	font-weight: bold;
	color: #9e9e9e;
	text-align: center;
}
div.gallery img{
	width: 100%;
	height: auto;
}
div.contents_box h2 {
	border-bottom: 2px solid #000;
	font-weight: bold;
	padding-bottom: 2px;
	display: inline-block;
	margin-bottom: 0.5em;
}
div.center {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 1em;
}
div.body_box {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
}
div.contents_box {
	margin: 0px auto;
	padding: 0.5em;
	width: 90%;
	max-width: 850px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	text-align: center;
}
div.contents_box table {
	width: 100%;
	height: auto;
	table-layout: fixed;
	text-align: center;
}
div.contents_box table td {
	vertical-align: top;
}
div.contents_box table img {
	width: auto;
	max-width: 100%;
	height: auto;
}
div.contents_box01 {
	background-image: url(./img/parts/bk_01.jpg);
	background-repeat: repeat;
}
div.contents_box02 {
	/* 何も無し */
}
div.contents_box03 {
	background-image: url(./img/parts/bk_05.jpg);
	background-repeat: repeat;
}
div#container {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
	text-align: center;
	position: relative;
	bottom: 0px
	left: 0px;
	z-index: 0;
	margin-bottom: 0px;
}
img.attachment-thumbnail {
	width: 100%;
	height: auto;
	transform: scale(0.75);
	transition: 0.5s;
}
img.attachment-thumbnail:hover {
	transform: scale(1.0);
	transition: 0.5s;
}
table.table {
	width: 100%;
	height: auto;
	table-layout: fixed;
}
table.table td.star {
	color: #dba901;
	font-weight: bold;
}
img.face {
	width: 100%;
	max-width: 500px;
	height: auto;
	border-radius: 50%;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
	transform: scale(0.75);
	transition: 0.5s;
}
img.face:hover {
	transform: scale(1.0);
	transition: 0.5s;
}
header img {
	width: auto;
	max-width: 100%;
	height: auto;
}
/* profileの設定 */
div#profile {
	grid-row: 1 / 2;
	grid-column: 1 / 4;
	text-align: center;
}
div#profile1 {
	grid-row: 1 / 2;
	grid-column: 4 / 11;
	text-align: left;
}
/* footerの設定 */
#footer {
	width: 100%;
	height: auto;
	font-size: 1em;
	line-height: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #c81238;
	padding: 0.5em 0px 0.5em 0px;
	word-wrap: break-word;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#footer div {
	padding: 0.5em;
}
div#menu1 a {
	color: #ffffff;
	transition: 0.5s;
}
div#menu1 a:hover {
	color: #9e9e9e;
	transition: 0.5s;
}
div#menu1 {
	grid-row: 1 / 2;
	grid-column: 1 / 8;
	text-align: left;
}
div#other {
	grid-row: 1 / 2;
	grid-column: 8 / 11;
	text-align: left;
}
div#address {
	grid-row: 2 / 3;
	grid-column: 1 / 4;
	text-align: left;
}
div#logo {
	grid-row: 2 / 3;
	grid-column: 4 / 8;
	text-align: center;
}
div#logo img {
	width: 100%;
	height: auto;
}
div#sns {
	grid-row: 2 / 3;
	grid-column: 8 / 11;
	text-align: center;
}
div#sns table {
	width: 100%;
	height: 100%;
	table-layout: fixed;
	vertical-align: middle;
}
div#sns table img {
	width: 30px;
	height: auto;
	transition: 0.5s;
	opacity: 1.0;
}
div#sns table img:hover {
	transition: 0.5s;
	opacity: 0.5;
}













/******************************************
	レスポンシブ
******************************************/
@media screen and (max-width: 980px) {
#footer {
	width: 90%;
	padding: 5%;
}
div#menu1 {
	grid-row: 1 / 2;
	grid-column: 1 / 11;
	text-align: left;
}
div#other {
	grid-row: 2 / 3;
	grid-column: 1 / 11;
	text-align: left;
}
div#address {
	grid-row: 4 / 5;
	grid-column: 1 / 11;
	text-align: center;
}
div#logo {
	grid-row: 3 / 4;
	grid-column: 1 / 11;
	text-align: center;
}
div#sns {
	grid-row: 2 / 3;
	grid-column: 1 / 11;
	text-align: center;
}
div#profile {
	grid-row: 1 / 2;
	grid-column: 1 / 11;
	text-align: center;
}
div#profile1 {
	grid-row: 2 / 3;
	grid-column: 1 / 11;
	text-align: left;
}
}