@charset "UTF-8"


html {

}


body {
	font-family: 'Open Sans', 'Lato', 'Cambay','Playfair Display', serif, sans-serif, Arial, Helvetica;
	font-size: 0.75em;
	line-height: 1.5;
	color: #333;
	-webkit-text-size-adjust: 100%;
}

#wrapper  {
	width: 100%;
	text-align: left;
}


#nav-open {
  display: inline-block;
  width: 22px;
  height: 20px;
  vertical-align: middle;
  margin-top: 5px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  transition: all 0.4s;
  height: 2px;/*線の太さ*/
  width: 23px;/*長さ*/
  border-radius: 3px;
  background: #888;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;/*最前面*/
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}


/*中身*/
#nav-content {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .2s ease-in-out;
}

#nav-content.open {
  display: block;
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);/*背景色*/
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}


/*:beforeにぼかし効果を設定する*/
#nav-content.open:before {
  content: '';
  overflow: hidden;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;/*重なり順序を一番下にしておく*/
}


/*チェックが入ったら表示する内容*/

.hamburger-top {
  height: 40px;/*×ボタンと被らないように*/
}

.category {
  text-align: center;
  margin-top: 2rem;
}

.category-title {
  padding: 0.5rem;
}

.category-title a {
  color: #333;
  text-decoration: none;
  margin: 0 10px;
}


/*三本線を動かす*/
#nav-open.active span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#nav-open.active span:before {
  -webkit-transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  opacity: 0;
}

#nav-open.active span:after {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(90deg);
}





/*コンテンツ*/
#container {
	width: 90%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.mb-0 { margin-bottom: 0!important;}
.mb-20 { margin-bottom: 20px!important;}
.mb-30 { margin-bottom: 30px!important;}
.mb-35 { margin-bottom: 35px!important;}
.mb-40 { margin-bottom: 40px!important;}
.mb-50 { margin-bottom: 50px!important;}
.mb-60 { margin-bottom: 60px!important;}
.mb-70 { margin-bottom: 70px!important;}
.mb-85 { margin-bottom: 85px!important;}

header {
	width: 90%;
	margin: 10px auto;
	text-align: right;
	font-family: 'Crimson Text', serif;
}

h1 {
	font-family: 'Crimson Text', serif;
	font-size: 1.25em;
}

h1 a {
	text-decoration: none;
	color: #000;
}

#lang {
	padding: 10px 0px 50px 0px;
}


#lang li {
	float: left;
	display: block;
	padding-right: 8px;
	list-style: none;
	font-size: 0.8em;
}

#lang li a {
	text-decoration: none;
	color: #333;
}

.off {
	opacity: .5;
}

main{
	display:block;
    width:100%;
    margin:0 auto;
}

main li {
	position:relative;
    float:left;
    width:100%;
    margin-bottom:30px;
    color:#FFF;
}

main li #li_left {
	position:relative;
	float:left;
    width:49%;
}

main li #li_right {
	position:relative;
    float:right;
    width:49%;
    /*margin:0 5% 0 0;*/
}

main li:nth-child(3n) {
	margin-right:0;
}

main li img {
	vertical-align:bottom;
    width: 100%;
}

main div{
    position:absolute;
    display:none;
    width:100%;
    height:100%;
    padding:20px;
    background:rgba(74, 84, 84, 0.7);
    top:0;
    left:0;
    box-sizing:border-box;
}
 
main p{
    position:relative;
    top:10px;
    color: #fff;
}

footer {
	width: 90%;
	margin: 0 auto;
	color: #888;
	background-color: #565;
}

#footer_text {
	float: left;
	margin: 0 0 20px 0;
}

#footer_1 {
	text-align: left;
}




@media all and (min-width: 481px) {

body {
	font-size: 0.875em;
	line-height: 1.67;
}

#footer_1 {
	font-size: 0.8em;
}


@media all and (min-width: 567px) {

main li {
	display: inline;
	width: 50%;
	margin-bottom: 5px;
}

main li img {
	width: 99%;
}

main div {
	width: 99%;
}

main li #li_right {
	padding-right: 3px;
}

.trim {
	height: 300px;
	object-fit: cover;
}




@media all and (min-width: 990px) {

.mb-20 { margin-bottom: 40px!important;}
.mb-30 { margin-bottom: 60px!important;}
.mb-35 { margin-bottom: 70px!important;}
.mb-40 { margin-bottom: 80px!important;}
.mb-50 { margin-bottom: 100px!important;}
.mb-60 { margin-bottom: 120px!important;}
.mb-70 { margin-bottom: 140px!important;}
.mb-85 { margin-bottom: 190px!important;}

header {
	margin: 0 auto; 
	max-width: 1150px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
}

#container {
	max-width: 1150px;
}

.trim {
	height: 400px;
	object-fit: cover;
}

footer {
  max-width: 1150px;
}






