@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');


/********* HTML再定義 ***********************************************/

*{
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: auto;
	max-width: 1920px;
	width: 100%;
	font-size: 18px;
	background-color: #FFEDCA;
	font-family: sans-serif;
	font-weight: 400;
}

h2, h3, h4, h5, h6 {
	font-size: 120%;
}
h2 {
	margin: 15px 0;
	padding: 5px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

/********* 全体 *****************************************************/

div#container {
	max-width: 1280px;
  width: 96%;
  margin: 30px auto;
  padding: 30px 2%;
  background-color: #FFFFFF;
}

.colum2{
	display: flex;
}

/********* ヘッダー *************************************************/

div#header {
	background-image: url(../images/header_bg.jpg);
	min-height: 140px;
  background-position: center;
  background-repeat: no-repeat;
}
div#header img {
	margin: 30px 0 30px 30px;
	max-width: 410px;
	width: 100%;
}
div#header h1 a:link, div#header h1 a:visited {
	color: #222222;
	text-decoration: none;
}
div#header h1 a:active, div#header h1 a:hover {
	color: #777777;
	text-decoration: none;
}

/********* フッター *************************************************/

div#footer {
	clear: both;
	text-align: center;
	font-size: 14px;
}
div#footer address {
	padding-top: 10px;
}

div#footer div p{
	margin: 0;
	padding : 10px 0;
}

div#footer div p a{
	text-decoration: none;
	color: #222222;
}

.lower.copyright p a{
	font-family: sans-serif;
	font-weight: 400;
}

.login{
	max-width: 680px;
	margin:auto;
}

.login a{
  display: block;
  position: relative;
  padding: 5px 10px;
  line-height: 1em;
  width: fit-content;
  border-radius: 5px;
  margin: auto 10px auto auto;
	font-size: 14px;
	background-color: #EE8811;
	color: #ffffff;
	text-decoration: none;
}

.login a:hover{
	color: #bbbbbb;
	background-color: #cc6611;
}

/********* メニュー *************************************************/

div#menu {
	background-color: #666666;
}
div#menu h2 {
	display: none;
}
div#menu ul {
	margin: 0;
	padding: 5px 10px;
}
div#menu ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

div#menu a:link, div#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#menu a:active, div#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/********* 内容 *****************************************************/

div#content {
	max-width: 1000px;
	width: 100%;
  padding-right: 3%;
}

.colum2 #entry h3{
	font-size: 150%;
	font-family: 'M PLUS Rounded 1c';
}

.colum2 .left_box,
.colum2 .right_box{
	width: 50%;
}

.colum2 .left_box ul li{
	list-style: none;
}

/********* エントリー ***********************************************/

div#entry h2 {
	display: none;
}

h1.top{
		background: #E17D7F;
    margin: 0;
    font-size: 64px;
		font-family: 'M PLUS Rounded 1c';
    text-align: center;
    padding: 70px 0 60px;
    border: none;
    color: #ffffff;
    line-height: 0.8em;
}

h1.top span{
	  display: inline-block;
    border-top: 2px solid #ffffff;
    max-width: 170px;
    width: 100%;
    font-size: 30px;
}


div#entry div.entry {
	margin: 15px 0;
	border: 1px solid #999999;
}
div#entry div.entry h3 {
	margin: 0;
	padding: 10px 10px 0 10px;
	color: #E17D7F;
}
div#entry div.entry h3 a:link, div#entry div.entry h3 a:visited {
	color: #222222;
	text-decoration: none;
}
div#entry div.entry h3 a:active, div#entry div.entry h3 a:hover {
	color: #777777;
	text-decoration: none;
}
div#entry div.entry div.content {
	margin: 0 10px;
}
div#entry div.entry ul.information {
	margin: 2px 10px 15px 10px;
	padding-top: 2px;
	border-top: 1px solid #bbbbbb;
	font-size: 90%;
}
div#entry div.entry ul.information li {
	display: inline;
	margin-right: 5px;
}
div#entry div.entry ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
div#entry div.entry ul.link li {
	display: inline;
	margin-left: 5px;
}

div#entry div#entry_link h3 {
	display: none;
}
div#entry div#entry_link ul.entry_link {
	margin: 0;
}
div#entry div#entry_link ul.entry_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#entry div#entry_link ul.entry_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#entry div#entry_link ul.entry_link li.previous:before {
	content: "<< ";
}
div#entry div#entry_link ul.entry_link li.next:after {
	content: " >>";
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

/********* コメント *************************************************/

div#comment div.comment ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#comment div.comment ul.information li {
	display: inline;
	margin-left: 5px;
}

/********* トラックバック *******************************************/

div#trackback div.trackback ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#trackback div.trackback ul.information li {
	display: inline;
	margin-left: 5px;
}

/********* インフォメーション ***************************************/

div#information {
	margin-bottom: 30px;
}
div#information ul.continue {
	margin: 0;
	text-align: right;
}
div#information ul.continue li {
	display: inline;
}

/********* ユーティリティ *******************************************/

div#utility {
	display: table-cell;
	max-width: 280px;
  width: 100%;
	margin-bottom: 20px;
}
div#utility h2 {
	display: none;
}
div#utility div.utility {
	margin: 15px 0;
	padding-bottom: 10px;
	box-sizing: border-box;
}
div#utility div.utility h3 {
	padding: 10px;
	margin: 0;
	background-color: #E17D7F;
	color: #ffffff;
	font-family: 'M PLUS Rounded 1c';
}

div#utility div.utility div.content {
	padding:10px;
}
div#utility div.utility ul {
	margin-right: 0;
}
div#utility div.utility ul li ul {
	margin-top: 0;
	margin-bottom: 0;
}
div#utility div.utility form {
	margin: 0;
}
div#utility div.utility form dl {
	margin: 0;
}
div#utility div.utility form dl dt {
	display: none;
}
div#utility div.utility form dl dd {
	margin: 0;
}

div#utility div.utility form dl dd input {
	width: 100%;
  box-sizing: border-box;
}
div#utility div.utility form p {
	margin: 0 0 10px 0;
}

div#utility div.utility table.calender {
	margin: 0;
	border: 0px solid #000000;
	width: 100%;
}
div#utility div.utility table.calender tr th, table.calender tr td {
	padding: 5px;
	border: 1px solid #999999;
	font-weight: normal;
	text-align: center;
	border-collapse:collapse;
}
div#utility div.utility table.calender tr td span.day {
	color: #222222;
}
div#utility div.utility table.calender tr td span.satday {
	color: #2222CC;
}
div#utility div.utility table.calender tr td span.sunday {
	color: #CC2222;
}
div#utility div.utility ul.calender {
    margin: 20px 0 10px;
    display: flex;
    justify-content: space-between;
}

div#utility div.utility ul.calender li {
	display: inline;
	list-style: none;
}

div#utility div.utility ul.calender li a{
	color: #633;
	font-size: 14px;
	text-decoration: none;
	background: #F1CF66;
	padding: 5px 15px;
	border-radius: 3px;
}

div#utility div.utility ul.calender li a:hover{
	filter: brightness(70%);
}

form p input{
    margin-top: 10px;
    width: 130px;
    background: #F1CF66;
    border: 2px solid #663333;
    color: #663333;
    border-radius: 5px;
}

div#utility div.utility ul.gallery {
	margin: 0;
	padding: 0;
}
div#utility div.utility ul.gallery li {
	list-style: none;
}
div#utility div.utility ul.gallery li img {
	max-width: 180px;
	max-height: 130px;
	margin-bottom: 5px;
}

/********* ギャラリー ***********************************************/

div#gallery {
	overflow: hidden;
}
div#gallery div.gallery {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}
div#gallery div.gallery p.picture {
	overflow: hidden;
	width: 140px;
	height: 100px;
	margin: 0;
}
div#gallery div.gallery p.picture a {
	color: #FFFFFF;
	text-decoration: none;
}
div#gallery div.gallery p.picture a img {
	min-width: 140px;
	min-height: 100px;
}
div#gallery div.gallery p.picture a span.empty {
	display: block;
	line-height: 100px;
	width: 140px;
	height: 100px;
	background-color: #AAAAAA;
	text-align: center;
}
div#gallery div.gallery p.comment {
	overflow: hidden;
	width: 140px;
	margin: 3px 0 0;
	font-size: 80%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div#gallery ul {
	margin: 10px 0 20px 0;
}
div#gallery ul li {
	display: inline;
}
div#gallery ul li img {
	margin: 0 2px 10px 0;
}

/********* 個別指定 *************************************************/

div#page_link ul.page_link {
	margin: 0 0 20px 0;
}
div#page_link ul.page_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page_link ul.page_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#page_link ul.page_link li.previous:before {
	content: "<< ";
}
div#page_link ul.page_link li.next:after {
	content: " >>";
}

ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}

.bak_top a{
  text-align: center;
  display: block;
  width: 160px;
  text-decoration: none;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto 30px;
  border-radius: 10px;
  background: #ABD84C;
	font-family: 'M PLUS Rounded 1c';
}

.bak_top a:hover{
	filter: brightness(70%);
}

/********* レスポンシブ *********************************************/

@media (max-width: 1320px) {
	div#container {
			max-width: none;
			width: auto;
			margin: 30px 2%;
	}
}

@media (max-width: 768px) {
	div#content{
		margin-bottom: 50px;
	}
	
	.colum2{
		display: block;
	}
	
	.colum2 .left_box,
	.colum2 .right_box{
		width: 96%;
		margin:auto;
		text-align:center;
	}
	
	div#utility{
		display: block;
		max-width: none;
	}
	
	div#utility div.utility table.calender{
		width: 100%;
	}
	
	div#utility div.utility form dl dd input{
    padding: 10px 6px;
	}
	
	div#utility div.utility form p{
		text-align: center;
	}
	
	form p input{
		padding: 10px 5px;
	}
}
@media (max-width: 480px) {
	div#header img{
		margin-left: 0;
	}
	
	form textarea {
		width: 95%;
	}
	img {
		max-width : 100%;
		height: auto;
	}
	div#content {
		float: none;
		width: 100%;
	}
	div#entry div.entry {
		width: 100%;
		border-right: 0;
		border-left: 0;
	}
	div#utility {
		float: none;
		width: 100%;
		margin: 0;
	}
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html div#container {
	width: 800px;
	text-align: left;
}
* html pre {
	width: 100%;
}
* html table tr th, * html table tr td {
	font-size: 80%;
}
