@import url("global.css");

#oitadays #container {
	overflow: hidden;
	width: 100%;
	padding-top: 0;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

/* ------------------------------
 blognavi
------------------------------ */

#blognavi {
	width: 1040px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
#blognavi .wrapper {
	position: relative;
}
#blognavi h1#cathead {
	display: none;
}
#blognavi ul#catnavi {
	width: 60%;
	height: 50px;
}
#blognavi ul#catnavi li {
	float: left;
	width: 20%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#blognavi ul#catnavi li a {
	display: block;
	position: relative;
}
#blognavi ul#catnavi li a::before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #111;
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
#blognavi ul#catnavi li a:hover::before {
	background-color: #0EC0B8;
}
.play #blognavi ul#catnavi li.play a::before,
.eat #blognavi ul#catnavi li.eat a::before,
.watch #blognavi ul#catnavi li.watch a::before,
.enjoy #blognavi ul#catnavi li.enjoy a::before,
.event #blognavi ul#catnavi li.event a::before {
	background-color: #0EC0B8;
}

#blognavi ul#sns {
	width: 20%;
	height: 50px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
#blognavi ul#sns li {
	float: right;
	width: 50px;
	height: 50px;
}
#blognavi ul#sns li a {
	width: 24px;
	display: block;
	padding: 13px;
	position: relative;
}
#blognavi ul#sns li a::before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
#blognavi ul#sns li.fb a::before {
	background-color: #A0B0CB;
}
#blognavi ul#sns li.housedays a::before {
	background-color: #B7DBD7;
}
#blognavi ul#sns li.fb a:hover::before {
	background-color: #2873CE;
}
#blognavi ul#sns li.housedays a:hover::before {
	background-color: #0BA29A;
}
#blognavi ul#sns li a img {
	vertical-align: top;
}


/* ------------------------------
 blogtopheader
------------------------------ */

header#blogtopheader {
	width: 100%;
	height: 640px;
	overflow: hidden;
	margin-bottom: 50px;
}
header#blogtopheader #hdtopmain {
	height: 640px;
	position: relative;
}
header#blogtopheader .wrapper .text {
	width: 26%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 60;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
header .wrapper .text h1 {
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 30px;
}
header .wrapper .text h1 span {
	font-size: 18px;
	line-height: 1.2;
	display: block;
}
header#blogtopheader .wrapper .mainvisual {
	width: 1360px;
	height: 640px;
	position: absolute;
	top: 0;
	left: 30%;
}
.bxslider {
	top: 0;
	left: 0;
}
header#blogtopheader .wrapper .mainvisual ul li {
	height: 640px;
}
.mainvisual ul li.image1 {
	background: url(../oitadays/img/slide01.jpg) no-repeat left center;
	background-size: cover;
	-webkit-background-size: cover;
}
.mainvisual ul li.image2 {
	background: url(../oitadays/img/slide02.jpg) no-repeat left center;
	background-size: cover;
	-webkit-background-size: cover;
}
.mainvisual ul li.image3 {
	background: url(../oitadays/img/slide03.jpg) no-repeat left center;
	background-size: cover;
	-webkit-background-size: cover;
}

#weather {
  width: 60%;
  text-align: center;
  text-transform: uppercase;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 60;
}
#weather h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 80px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
#weather ul {
  margin: 0;
  padding: 0;
}
#weather li {
  background: #000;
  background: rgba(255,255,255,0.90);
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}
#weather .currently {
  margin: 0 20px;
}


/* ------------------------------
 blogheader
------------------------------ */

header#blogheader {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 50px;
}
header#blogheader #hdmain {
	height: 300px;
	position: relative;
}
header#blogheader #hdmain {
	height: 300px;
	position: relative;
}
header#blogheader .wrapper .text {
	width: 26%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 60;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
header#blogheader .wrapper .mainvisual {
	width: 1360px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 30%;
	background: #f2f2f2 url(../oitadays/img/slide01.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}


/* ------------------------------
 category
------------------------------ */

#contents section h1.cattitle {
	text-align: center;
	font-size: 26px;
	margin: 0 0 40px;
	color: #18727E;
}


/* ------------------------------
 index
------------------------------ */

ul.list {
	margin: 0 -25px;
}
ul.list li {
	width: 33.333%;
	padding: 0 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin-bottom: 30px;
}
ul.list li a {
	width: 100%;
	display: block;
}
ul.list li a figure {
	width: 100%;
	position: relative;
	background-color: #eee;
	margin-bottom: 10px;
	overflow: hidden;
}
ul.list li a figure::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.666%;
}
ul.list li a figure img {
	min-width: 100%;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
ul.list li a:hover figure img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
ul.list li a figure span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 15px;
	font-size: 13px;
	background-color: rgba(255,255,255,1.0);
	color: rgba(11,162,154,0.8);
	z-index: 3;
	text-align: center;
}
ul.list li a span {
	display: block;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	color: #666;
}
ul.list li a h2 {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}
ul.list li a .text p {
	line-height: 1.4;
	font-size: 14px;
}


/* ------------------------------
 entry
------------------------------ */

.main {
	width: 720px;
	float: left;
}

.post .info {
	height: 30px;
	margin-bottom: 20px;
}
.post .info p.date {
	width: 100px;
	float: left;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	font-size: 16px;
	color: #666;
	letter-spacing: 0;
}
.post .info p.cat {
	height: 30px;
	margin-left: 120px;
	text-align: right;
}
.post .info p.cat span {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	background-color: #0BA29A;
	color: #fff;
	padding: 0 10px;
}
.post h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 30px;
}

.post .sig {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	padding: 20px 10px;
	margin-top: 30px;
}
.post .sig dl {
	background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px;
}
.post .sig dl dt {
	font-weight: 600;
}
.post .sig p {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}
.post .sig p:last-child {
	margin-bottom: 0;
}

/* ---------- author ---------- */

.authinfo {
	width: 720px;
	padding: 20px;
	background-color: #f5f5f5;
	margin: 30px 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.authinfo h1 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 15px;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
}
.authinfo .profarea {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
}
.authinfo .profarea figure {
	width: 140px;
	height: 140px;
	float: left;
	border-radius: 200px;
	overflow: hidden;
}
.authinfo .profarea .text {
	margin-left: 170px;
}
.authinfo .profarea .text p.authjob {
	font-size: 14px;
	line-height: 1.6;
}
.authinfo .profarea .text p.authname {
	margin-bottom: 10px;
}
.authinfo .profarea .text p.authname a {
	font-size: 22px;
	font-weight: bold;
}
.authinfo .profarea .text .authcomment {
	font-size: 14px;
	line-height: 1.4;
}
.authinfo .authlist h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666;
}
.authinfo .authlist ul li {
	width: 150px;
	float: left;
	margin: 0 10px;
}
.authinfo .authlist ul li a {
	display: block;
	text-decoration: none;
}
.authinfo .authlist ul li a figure {
	width: 150px;
	height: 100px;
	overflow: hidden;
}
.authinfo .authlist ul li a span {
	font-size: 16px;
	color: #666;
	letter-spacing: 0;
}
.authinfo .authlist ul li a p {
	line-height: 1.4;
}


/* ------- Side -------------- */

#side {
	width: 260px;
	float: right;
}
#side dl {
	border: 1px solid #E0E0E0;
	margin-bottom: 30px;
}
#side dl dt {
	padding: 15px 0 20px;
	text-align: center;
	background-color: #f5f5f5;
}
#side dl dd {
	padding: 15px;
	border-bottom: 1px dotted #E0E0E0;
}
#side dl dd:last-child {
	border-bottom: none;
}
#side dl dd a {
	width: 100%;
	display: block;
	text-decoration: none;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
#side dl.side_post dd a figure {
	width: 80px;
	height: 80px;
	float: left;
}
#side dl.side_post dd a .text {
	margin-left: 100px;
}
#side dl.side_post dd a .text span {
	font-size: 13px;
	letter-spacing: 0;
	color: #666;
	font-family: "Meiryo","メイリオ",Helvetica,sans-serif;
}
#side dl.side_post dd a .text p {
	line-height: 1.4;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
#side dl.side_auth dd a figure {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	float: left;
	background-color: #ddd;
	overflow: hidden;
}
#side dl.side_auth dd a p {
	margin-left: 70px;
	height: 50px;
	line-height: 50px;
}




/* ------------------------------------------------------------------------------------------------------------------------
/* 1099px（タブレット縦）以下から
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){

#oitadays #btmbutton {
	display: none;
}


/* ------------------------------
 blognavi
------------------------------ */

#blognavi {
	width: auto;
	margin: 0 10px;
}


/* ------------------------------
 blogtopheader
------------------------------ */

header#blogtopheader {
	height: 600px;
}
header#blogtopheader #hdtopmain {
	height: 600px;
}
header#blogtopheader .wrapper .text {
	width: 35%;
}
header#blogtopheader .wrapper .mainvisual {
	height: 600px;
	left: 35%;
}
header#blogtopheader .wrapper .mainvisual ul li {
	height: 600px;
}

#weather {
  width: 60%;
  text-align: center;
  text-transform: uppercase;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 60;
}
#weather h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 80px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
#weather li {
  padding: 10px;
}
#weather .currently {
  margin: 0 10px;
}


/* ------------------------------
 blogheader
------------------------------ */

header#blogheader .wrapper .text {
	width: 30%;
}
header#blogheader .wrapper .mainvisual {
	left: 35%;
}


/* ------------------------------
 index
------------------------------ */

ul.list {
	margin: 0 -15px;
}
ul.list li {
	padding: 0 15px;
}
ul.list li a span {
	font-size: 14px;
}
ul.list li a h2 {
	font-size: 18px;
}


/* ------------------------------
 entry
------------------------------ */

.main {
	width: 100%;
	float: none;
}
.post {
	margin-bottom: 30px;
}


/* ---------- author ---------- */

.authinfo {
	width: 100%;
}
.authinfo .profarea .text {
	margin-left: 160px;
}
.authinfo .authlist ul li {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}
.authinfo .authlist ul li a figure {
	width: 155px;
	height: 110px;
	float: left;
}
.authinfo .authlist ul li a .text {
	margin-left: 170px;
}


/* ------- Side -------------- */

#side {
	width: 100%;
	float: none;
}


}
	

/* ------------------------------------------------------------------------------------------------------------------------
/* 幅644px以下
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){


/* ------------------------------
 blognavi
------------------------------ */

#blognavi {
	width: auto;
	margin: 0;
}
#blognavi .wrapper {
	margin: 0;
}
#blognavi h1#cathead {
	height: 50px;
	line-height: 50px;
	display: block;
	width: 50%;
	padding-left: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#blognavi h1#cathead span {
	padding-left: 10px;
}
.hamburger {
	display: inline-block;
	position: relative;
}
.hamburger,
.hamburger::after,
.hamburger::before {
	width: 24px;
	background-color: #222;
	height: 2px;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	margin: 0 auto;
}
.hamburger::after, .hamburger::before {
	content: "";
	left: 0;
	position: absolute;
}
.hamburger::before {
	top: -7px;
}
.hamburger::after {
	top: 7px;
}

#blognavi ul#catnavi {
	width: 100%;
	height: auto;
	display: none;
	position: relative;
	z-index: 65;
	margin: 0;
}
#blognavi ul#catnavi li {
	width: 100%;
	height: 55px;
	line-height: 55px;
	float: none;
	border-top: 1px solid #ddd;
}
#blognavi ul#catnavi li a {
	height: 55px;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
}
#blognavi ul#catnavi li a p {
	font-size: 18px;
}
#blognavi ul#catnavi li a::before {
	height: 0;
}
#blognavi ul#catnavi li a:hover::before {
	background-color: transparent;
}
.play #blognavi ul#catnavi li.play a::before,
.eat #blognavi ul#catnavi li.eat a::before,
.watch #blognavi ul#catnavi li.watch a::before,
.enjoy #blognavi ul#catnavi li.enjoy a::before,
.event #blognavi ul#catnavi li.event a::before {
	background-color: transparent;
}


#blognavi ul#sns {
	width: 50%;
}
#blognavi ul#sns li {
	float: right;
	width: 50px;
	height: 50px;
}
#blognavi ul#sns li a {
	width: 24px;
	display: block;
	padding: 13px;
	position: relative;
}
#blognavi ul#sns li a::before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
#blognavi ul#sns li.fb a::before {
	background-color: #A0B0CB;
}
#blognavi ul#sns li.housedays a::before {
	background-color: #B7DBD7;
}
#blognavi ul#sns li.fb a:hover::before {
	background-color: #2873CE;
}
#blognavi ul#sns li.housedays a:hover::before {
	background-color: #0BA29A;
}
#blognavi ul#sns li a img {
	vertical-align: top;
}


/* ------------------------------
 blogtopheader
------------------------------ */

header#blogtopheader {
	height: 200px;
	margin-bottom: 40px;
}
header#blogtopheader #hdtopmain {
	height: 200px;
}
header#blogtopheader .wrapper .text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 60;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
header .wrapper {
	margin: 0;
}
header .wrapper .text {
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
header .wrapper .text h1 {
	font-size: 26px;
	margin-bottom: 15px;
}
header#blogtopheader .wrapper .mainvisual {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}
header#blogtopheader .wrapper .mainvisual ul li {
	height: 200px;
}

#weather {
	display: none;
}



/* ------------------------------
 blogheader
------------------------------ */

header#blogheader {
	height: 130px;
	margin-bottom: 40px;
}
header#blogheader #hdmain {
	height: 130px;
	position: relative;
}
header#blogheader #hdmain {
	height: 130px;
	position: relative;
}
header#blogheader .wrapper .text {
	width: 26%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 60;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
header#blogheader .wrapper .text h1 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 0;
}
header#blogheader .wrapper .text h1 span {
	font-size: 14px;
	padding-top: 5px;
}
header#blogheader .wrapper .mainvisual {
	width: 600px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 30%;
	background: #f2f2f2 url(../oitadays/img/slide01.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}


/* ------------------------------
 category
------------------------------ */

#contents section h1.cattitle {
	font-size: 24px;
}


/* ------------------------------
 index
------------------------------ */

ul.list {
	margin: 0;
}
ul.list li {
	width: 100%;
	padding: 0;
	float: none;
	margin-bottom: 30px;
}


/* ------------------------------
 entry
------------------------------ */

.post .info {
	height: auto;
}
.post .info p.date {
	width: 100px;
	float: none;
	height: auto;
	line-height: 1.5;
	display: block;
}
.post .info p.cat {
	height: 28px;
	margin-left: 0;
	text-align: right;
}
.post .info p.cat span {
	height: 28px;
	line-height: 28px;
	margin-left: 10px;
	font-size: 13px;
}
.post h1 {
	font-size: 22px;
}

.post .sig {
	padding: 20px 0;
}


/* ---------- author ---------- */

.authinfo {
	padding: 15px;
}
.authinfo .profarea figure {
	width: 80px;
	height: 80px;
}
.authinfo .profarea .text {
	margin-left: 100px;
}
.authinfo .profarea .text p.authname a {
	font-size: 18px;
}
.authinfo .authlist ul li a figure {
	width: 77px;
	height: 55px;
}
.authinfo .authlist ul li a .text {
	margin-left: 90px;
}


/* ------- Side -------------- */

#side dl.side_post dd a figure {
	width: 70px;
	height: 70px;
}
#side dl.side_post dd a .text {
	margin-left: 90px;
}
#side dl.side_auth dd a figure {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
}
#side dl.side_auth dd a p {
	margin-left: 80px;
	height: 60px;
	line-height: 60px;
}



}










