@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Arapey', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background-color:#fff;
	letter-spacing:0.1em;
	font-size:85%;
	font-weight: 300;
}

#wrapper_top {
	padding:80px 8% 0 8%;
}

#wrapper {
	padding:80px 0 0 8%;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

a:focus {
    outline:none;
}

.clearfix {
    min-height: 0px;
}

.clearfix::after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}
.both{
    clear:both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{

}
.center {
	text-align:center;
}

.noborder {
	border:none !important;
}

img {
	border:none;
}

#preloader {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 11000;
}

.preloader {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	display: none;
}

h1 {
	margin-bottom:10px;
	font-size:200%;
}

#tagline {
	font-size:70%;
	margin-bottom:50px;
	line-height: 1.2em;
}

nav {
	z-index:2;
	position: relative;
}


nav ul li {
	display:inline-block;
	margin-bottom:30px;
	margin-right:20px;
  font-size: 95%;
}

nav ul li a  {
	display:block;
	position:relative;
	z-index: 20;
}

nav ul li a:after {
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    transition:all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content:'';
	display:block;
	height:1px;
	width:0;
    position:absolute;
	bottom:-10px;
	left:50%;
    background-color:#000;
}

nav ul li a:hover:after,
nav ul li a.active:after {
	width:100%;
}


.topNone {
	display: none;
}

header {
	z-index:2;
}

#side {
	position:fixed;
	top:80px;
	right:4%;
}

#side img {
	height:180px;
	width:auto;
}

#pagetop {
	position:fixed;
	right:4%;
	bottom:80px;
}

#pagetop img {
	height:auto;
	width:7px;
}

footer {
	padding-bottom:80px;
}

#sns_top {
	font-size:10px;
	margin-bottom:5px;
	position: absolute;
	top:0;
	right:0;
}

#sns_top span.facebook img,
#sns_top span.twitter img {
	height:15px;
	width:auto;
	margin-right:10px;
}

#sns {
	font-size:10px;
	margin-bottom:5px;
}

#sns span.facebook img,
#sns span.twitter img,
#sns span.instagram img {
	height:15px;
	width:auto;
	margin-right:10px;
}

#sns_top span.instagram img {
	height:15px;
	width:auto;
}


#copyright {
	font-size:50%;
	color:#a2a2a2;
}

#ttl_top {
 	font-size:10px;
 	text-align:right;
    margin-top:10px;
    color:#dcdcdc;
    font-weight:normal;
}

/********** second-pages **********/
.second {
	margin: 10% 0 50px 0;
	max-width: 980px;
	padding-right: 10%;
  animation: fadeIn 4s ease-in-out 0s 1 normal;
  -webkit-animation: fadeIn 4s ease-in-out 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.fade {
  animation: fadeIn 4s ease-in-out 0s 1 normal;
  -webkit-animation: fadeIn 4s ease-in-out 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#mainPhoto {
	width:100%;
	height:auro;
	margin-top:50px;
	margin-bottom:100px;
	animation: fadeIn 4s ease-in-out 0s 1 normal;
  -webkit-animation: fadeIn 4s ease-in-out 0s 1 normal;
}


#photo_inner img {
	width:100%;
}


/********** profile **********/

.indent_box {
	display: table;
	margin-bottom:25px;
}
.indent_box > div {
	display: table-cell;
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
}
.indent_box > div:first-child {
	display: block;
	width: auto;
	white-space: nowrap;
}

.text_box {
  line-height: 1.6em;
  margin-bottom: 100px;
  max-width: 1260px;
  padding-right: 100px;
}

.font_jp {
	font-size: 97%;
}


.text_box_contact {
  line-height: 1.6em;
  margin-bottom: 100px;
  max-width: 1260px;
  padding-right: 100px;
	min-height: 600px;
}

.border_line {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #d9d9d9;
  margin-bottom: 40px;
}

#container {
		max-width: 1260px;
}

#container  p.category {
	font-size: 120%;
	margin-bottom: 50px;
	text-align: left;
}

.text_box  p.name{
	font-size: 150%;
	margin-bottom: 50px;
}

/********** gallery **********/

#galleryLink {
  margin: 0 2% 10% 0;
	width:310px;
	float:right;
}

.linkList {
	margin-bottom:30px;
	display:table;
	width:90%;
	text-align:right;
}

#galleryLink .linkList span {
	display: table-cell;
}

#galleryLink .linkList span.numbers {
	font-size:100%;
	width:50px;
	padding-right:10px;
}

#galleryLink .linkList span.border_lineBtm {
	border-bottom:solid #E1E1E1 1px;
	display: table-cell;
}

#galleryLink .linkList span.links {
	font-size:85%;
	width:40px;
	padding-left:20px;
}

.gpageLink ul {
	margin-bottom: 100px;
}

.gpageLink ul {
	display: inline-block;
	margin-right: 70px;
}

.gpageLink ul li{
	margin-bottom: 30px;
}


#galleryLink_ftr {
	border-top:solid #E1E1E1 1px;
}

#galleryLink_ftr .box {
	float: right;
	margin-top: 35px;
}

#galleryLink_ftr ul li {
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
}

#galleryLink_ftr ul li:last-child {
	display: inline-block;
	margin-right: 0px;
}

#galleryLink_ftr ul li.ttl {
	display: inline-block;
	margin-right: 60px;
}

#gallery ul {
}

#gallery ul li {
	max-width: 20%;
    margin: 0 5% 5% 0;
    line-height: 1;
    float: left;
}

#gallery li img {
    width: 100%;
    height: auto;
}

.gallerypage_TTL {
	margin-bottom: 50px;
	padding-bottom: 15px;
	display: inline-block;
}

.panel {
	margin-bottom: 80px;
}

#pagetop {
	position:fixed;
	right:4%;
	bottom:80px;
}

#pagetop img {
	height:auto;
	width:7px;
}

.header_mobile {
    display: none;
}

.infoBox {
	margin-bottom:150px;
	padding-bottom:80px;
	padding-right: 20%;
	border-bottom: #ccc solid 1px;
	max-width:980px;
}

.infoBox h2 {
	margin-bottom:30px;
	font-size: 150%;
	line-height: 1.4;
}

.infoBox div.pics {
	margin-bottom:35px;
}

.infoBox div.pics img {
	margin-bottom:15px;
	width:100%;
	height: auto;
}

.infoBox div.pics70 img {
	margin-bottom:15px;
	width:70%;
	height: auto;
}

.infoBox div.pics60 img {
	margin-bottom:15px;
	width:70%;
	height: auto;
}

.infoBox div.pics50 img {
	margin-bottom:15px;
	width:50%;
	height: auto;
}

.infoBox p.text {
	line-height:1.7em;
	font-size:97%;
}

.infoBox p.caption {
	line-height:1.4em;
	font-size:82%;
}


/********** contact **********/

#contact  {
	margin-top:50px;
}

#contact a {
	padding: 10px 100px 10px 100px;
	border: solid 1px #C0C0C0;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

#contact a:hover {
	padding: 10px 100px 10px 100px;
	border: solid 1px #000;
	display: inline-block;
	background-color: #000;
	color:#fff;
}


/********** information **********/

.right {
	float: right;
	width: 15%;
	margin-right: 5%;
}

.month {
	border-top: 1px solid #CCC;
	padding-top:20px;
	padding-right:100px;
	display:inline-block;
	margin-bottom:50px;
}

.month li {
	padding-bottom:18px;
	display: block;
}

.month li a {
	padding:0 0 0 0;
	display:block;
	position:relative;
	letter-spacing: 3px;
	z-index: 20;
	color:#bcbcbc;
	transition: all  0.3s ease;
}

.month li a.active {
	transition: all  0.3s ease;
	color: #000;
}

.month li a:hover {
	color: #000;
}

.left {
	float:left;
	width:75%;
}

.schedule {
	margin-bottom: 30px;
}

.ttl_shop {
	margin-bottom: 15px;
}

.ttl_shop a {
	display: inline-block;
	border-bottom: dotted 1px #cfcfcf;
	padding:0px 4px 3px 0px;
	transition: all  0.3s ease;
}

.ttl_shop a:hover {
	display: inline-block;
	border-bottom: dotted 1px #cfcfcf;
	padding:0px 4px 3px 0px;
	color: #b7b7b7;
}


/********** profile **********/

#tabs ul {
	margin-bottom: 35px;
}

#tabs ul li {
	display: inline-block;
	padding-right: 15px;
	border-right: solid 1px #000000;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 0.8;
}

#tabs ul li:first-child {
	border-left: solid 1px #000000;
}


@media screen and ( max-width:640px )
{

#preloader {
	 display: none;
}

#wrapper_top {
	padding:0 15px 0 15px;
}

#wrapper {
	padding:0 15px 0 15px;
}

#container {
    max-width: 100%;
}

#mainPhoto {
	width:100%;
	height:auro;
	margin-top:0;
	margin-bottom:100px;
	animation: fadeIn 4s ease-in-out 0s 1 normal;
  	 -webkit-animation: fadeIn 4s ease-in-out 0s 1 normal;
}

#galleryLink {
  margin: 0 15% 15% 0;
  width:100%;
  float: none;
  border-bottom:1px solid #E1E1E1;
}

.linkList {
	display:table;
	width:100%;
	margin-bottom: 0;
}

#galleryLink .linkList span {
	display: table-cell;
}


#galleryLink .linkList span.numbers {
	display:none;
}

#galleryLink .linkList span.border_lineBtm {
	display:none;
}

#galleryLink .linkList span.links {
	font-size:90%;
	width:100%;
	text-align:center;
	padding-left:0;
}

#galleryLink .linkList span.links a {
	display:block;
	border-top:1px solid #E1E1E1;
	padding:20px 0 20px 0;
	width:100%;
}


#galleryLink .linkList span.links a.active {
	background-color:#f6f6f6;
}


#gallery ul li {
    max-width: 100%;
	height:auto;
    margin: 0 0 5% 0;
    line-height: 1;
    float: none;
}


.gpageLink div.box {
	margin-bottom: 100px;
}

.gpageLink ul {
	margin-bottom: 60px;
}

.gpageLink ul {
	display: block;
	margin-right: 70px;
}

.gpageLink ul li{
	margin-bottom:50px;
}


#galleryLink_ftr {
	border-top:solid #E1E1E1 1px;
}

#galleryLink_ftr .box {
	float: none;
	margin-top: 35px;
}

#galleryLink_ftr ul {
	margin-bottom: 30px;
}


#galleryLink_ftr ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}

#galleryLink_ftr ul li:last-child {
	display: inline-block;
	margin-right: 0px;
}

#galleryLink_ftr ul li.ttl {
	display: block;
	margin-right: 60px;
	margin-bottom: 25px;
}


.gallerypage_TTL {
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: inline-block;
}

.second {
	  margin: 0px 0 50px 0;
}

#gallery li img {
    width: 100%;
    height: auto;
}

header {
	padding-left:8px;
}

h1 {
    margin-top: 30px;
}

h1 a img {
	width: 140px;
	height: auto;
}

.indent_box {
	display: table;
	margin-bottom:25px;
}
.indent_box > div {
	display: table-cell;
	width: 100%;
	padding-right: 10px;
	box-sizing: border-box;
}
.indent_box > div:first-child {
	display: block;
	width: auto;
	white-space: nowrap;
}


/* header_mobile */
nav ul {
    display: none;
}

.header .header_mobile {
    display: block;
}

.header .header_mobile .globalMenu {
    width: 100%;
    margin-top: 74px;
    text-align: center;
    background-color: #fff;
}

.header .header_mobile {
    position: relative;
    width: 100%;
    z-index: 999;
}

.header .header_mobile .header_mobile_wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding:0;
    background-color: #fff;

}.header .header_mobile .header_drawerLine {
    position: fixed;
    display: block;
    right: 21px;
	top: 20px;
	width: 36px;
	height: 49px;
    cursor: pointer;
    text-align: center;
    z-index: 1000;
  animation: fadeIn 4s ease-in-out 0s 1 normal;
  -webkit-animation: fadeIn 4s ease-in-out 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



.header .header_mobile .header_drawerLine div {
    position: relative;
}

.header .header_mobile .header_drawerLine span {
    display: block;
    position: absolute;
    height: 1px;
    width: 30px;
    background: #000;
    left: 3px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.header .header_mobile .header_drawerLine span:nth-child(1) {
    top: 14px;
}

.header .header_mobile .header_drawerLine span:nth-child(2) {
    top: 24px;
 }

 .header .header_mobile .header_drawerLine span:nth-child(3) {
    top: 34px;
 }

 .header .header_mobile .open .header_drawerLine span:nth-child(1) {
    top: 8px;
    -webkit-transform: translateY(15px) rotate(-45deg);
    -moz-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
 }

 .header .header_mobile .open .header_drawerLine span:nth-child(2) {
    width: 0;
    left: 50%;
 }

 .header .header_mobile .open .header_drawerLine span:nth-child(3) {
    top: 38px;
    -webkit-transform: translateY(-15px) rotate(45deg);
    -moz-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
 }

.header .header_mobile .header_RightContent {
    margin-left: auto;
    text-align: right;
}

.header .header_mobile .globalMenu_overwrap {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
}

.header .header_mobile .globalMenu_overwrap_inner {
		padding:0 25px 0 25px;
}

.header .header_mobile .globalMenu_overwrap_inner span.header_logo_mobile img {
	width:200px;
	height:auto;
	padding-left:10px;
	padding-top:5px;
}

.header .header_mobile .globalMenu_scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.header .header_mobile .globalMenu_scale.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.header .header_mobile .globalMenu {
    width: 100%;
    margin-top: 5%;
    text-align: center;
    background-color: #fff;
}

.header .header_mobile .globalMenu li {
	display:table;
	width:100%;
	font-size:140%;
}

.header .header_mobile .globalMenu li a {
    width: 100%;
    padding: 20px 0;
    /* border-top: 1px solid #000; */
	display:table;
}

.header .header_mobile .globalMenu li a:hover {
	background-position:99% 50%;
	color:#555555;
}

.header .header_mobile .globalMenu li:last-child a {
    /* border-bottom: 1px solid #000; */
}

.subMenu {
	display:block;
	width:100%;
	margin-top:50px;
	text-align:center;
}


.subMenu .facebook img {
    height: 15px;
    width: auto;
    margin-right: 10px;
}

.subMenu span.twitter img {
    height: 15px;
    width: auto;
    margin-right: 10px;
}

.subMenu span.instagram img {
    height: 15px;
    width: auto;
}

#sns_top {
	display:none;
}

.second {
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
	max-width:100%;
}

.text_box {
  line-height: 1.6em;
  margin-bottom: 70px;
  max-width: 100%;
  padding-right: 0;
}

.right {
	float:none;
	width:100%;
}


.border_line {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #d9d9d9;
  margin-bottom: 30px;
}

.month {
	padding-right:0;
	padding-top: 0;
	display:inline-block;
	margin-top:20px;
	margin-bottom:60px;
	width:100%;
}
.month li {
	padding-bottom:0;
        border-bottom:1px solid #E1E1E1;
}

.month li a {
	display:block;
	padding:20px 0 20px 0;
	width:100%;
	text-align:center;
        color: #000000;
}

.month li a.active {
	background-color:#f6f6f6;
}


.infoBox {
	margin-bottom: 50px;
	padding-bottom: 30px;
	padding-right: 0;
	border-bottom: #ccc solid 1px;
	max-width:100%;
}

.infoBox div.pics {
    margin-bottom: 20px;
}

.left {
	float:none;
	width:100%;
}

#tabs ul {
	margin-bottom: 35px;
}

#tabs ul li {
	display: inline-block;
	padding-right: 10px;
	border-right: solid 1px #000000;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 0.8;
}

#tabs ul li:first-child {
	border-left: solid 1px #000000;
}


/********** contact **********/

#contact  {
	margin-top:50px;
	text-align: center;
}

#contact a {
	display: block;
	width: 100%;
	padding: 10px 0 10px 0;
	border: solid 1px #C0C0C0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

#contact a:hover {
	display: block;
	width: 100%;
	padding: 10px 0 10px 0;
	border: solid 1px #000;
	background-color: #000;
	color: #fff;
}

#sns {
    font-size: 10px;
    margin-bottom: 15px;
}

#sns span.facebook img {
    height: 15px;
    width: auto;
    margin-right: 15px;
}

#sns span.twitter img {
    height: 15px;
    width: auto;
    margin-right: 15px;
}

#copyright {
    font-size: 50%;
    color: #000;
		padding-left: 0px;
}

footer {
  padding-bottom: 50px;
	text-align: center;
	position:inherit;
}

#side {
	display: none;
}

#pagetop {
  position: static;
	text-align:center;
	margin-bottom:30px;
	display:none;
}
}



.site-content {
	margin: 10% 0 0 0;
	max-width: 980px;
	padding-right: 10%;
 	 animation: fadeIn 4s ease-in-out 0s 1 normal;
  	-webkit-animation: fadeIn 4s ease-in-out 0s 1 normal;
}

.content-area {
    float: left;
    width: 70%;
}

.site-main{
	margin-bottom: 100px;
}

.post {
    margin-bottom: 150px;
    padding-bottom: 80px;
    padding-right: 20%;
    border-bottom: #ccc solid 1px;
    max-width: 980px;
}

.entry-content {
	margin-bottom:30px;
}
.entry-content p {
    line-height: 1.7em;
    font-size: 97%;
}

.entry-content p a {
	display: inline-block;
	border-bottom: dotted 1px #000;
	transition: all  0.3s ease;
}

.entry-content p a:hover {
	display: inline-block;
	border-bottom: dotted 1px #000;
	color: #b7b7b7;
}

.entry-content p img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}

.wp_date {
	display:block;
	text-align:right;
	margin-bottom: 10px;
}

.posted-on {
	display:block;
	text-align:right;
}

.navigation {
	display:none;
}
.wp-pagenavi {
	margin-bottom:150px;
	font-size:16px;
}

.wp-pagenavi  span,
.wp-pagenavi a {
	display:inline-block;
	padding:10px;
}

.wp-pagenavi .current {
	color: #bcbcbc;
}

.wp-pagenavi .pages {
	display:none;
}

.sidebar {
    float: right;
    width: 15%;
    margin-right: 5%;
}

.widget_archive {
     display:none;
}

.widget_archive h2 {
	display:none;
}

.widget_archive ul li {
    padding-bottom: 18px;
    display: block;
}

.widget_archive ul li a {
　white-space: nowrap;
    padding: 0 0 0 0;
    display: block;
    position: relative;
    letter-spacing: 3px;
    z-index: 20;
    /*color: #bcbcbc;*/
    transition: all 0.3s ease;
}

.entry-footer {
	padding-bottom: 0px;
	font-size: 12px;
}


/********** blog **********/

.entry-header .entry-title {
    margin-bottom: 30px;
    font-size: 150%;
    line-height: 1.4;
}

/*.entry-footer,*/
.byline,
.screen-reader-text,
.comments-link,
.widget_search,
.widget_recent_entries,
.widget_recent_comments,
.widget_meta,
#comments,
.edit-link,
.updated,
.cat-links,
.tags-links,
.widget-title,
.page-header {
	display:none;
}

.page-header {
	margin-bottom:40px;
}

.page-header  h1.page-title {
	font-size:20px;
}

.widget_collapsarch {
    border-top: 1px solid #CCC;
    padding-top: 25px;
    display: inline-block;
    width:160px;
    margin-bottom: 50px;
}

.widget_collapsarch h2 {
	/*display:none;*/
	font-family: 'Arapey', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:normal;
	margin-bottom:30px;
}

.widget_collapsarch ul li.archives a {
    padding-bottom: 18px;
    display: inline-block;
}

.widget_collapsarch ul li span {
    font-size:14px;
    letter-spacing:2px;
}

.widget_collapsarch ul li span.expand {
	padding-bottom:18px;
}

.widget_collapsarch ul.list >  li  > div ul li {
    padding-left:12px;
 }

.widget_categories h2.widget-title {
	/*display:none;*/
	font-family: 'Arapey', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:normal;
	margin-bottom:30px;
}

.widget_categories  ul li {
	padding-bottom:18px;
}


@media screen and ( max-width:640px )
{

.site-content {
    margin: 0px 0 50px 0;
}

.entry-header {
	padding-left:0px;
}

.site-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    max-width: 100%;
}

.content-area {
   float: none;
   width: 100%;
}

.site-main{
	margin-bottom: 50px;
}

.post {
    margin-bottom: 50px;
    padding-bottom: 30px;
    padding-right: 0;
    border-bottom: #ccc solid 1px;
    max-width: 100%;
}

.entry-content p {
    line-height: 1.7em;
    font-size: 97%;
    margin-bottom: 20px;
}

.entry-content p img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}

.wp_date {
	display:block;
	text-align:right;
	margin-bottom: 10px;
}

.posted-on {
	display:block;
	text-align:right;
}

.navigation {
	display:none;
}
.wp-pagenavi {
	margin-bottom:70px;
	font-size:16px;
	text-align:center;
}

.wp-pagenavi  span,
.wp-pagenavi a {
	display:inline-block;
	padding:10px;
}

.wp-pagenavi .current {
	color: #bcbcbc;
}

.wp-pagenavi .pages {
	display:none;
}

.sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
}

.widget_collapsarch h2 {
	/*display:none;*/
	font-family: 'Arapey', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:normal;
	margin-bottom:30px;
	padding-top:10px;
	text-align:center;
}

.widget_categories h2.widget-title {
	/*display:none;*/
	font-family: 'Arapey', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:normal;
	margin-bottom:30px;
	text-align:center;
}

#widget-collapsarch-2-top {
	    border-top: 1px solid #E1E1E1;
}

.widget_collapsarch {
    border-top: none;
    padding-top: 0;
    display: inline-block;
    width: 100%;
    margin-top:20px;
    margin-bottom:60px;
  }

 .widget_collapsarch ul li.archives a {
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
}

.widget_collapsarch ul li span.expand {
    display: block;
     width: 100%;
    padding-bottom: 0px;
}

.widget_collapsarch ul.list >  li {
    border-bottom: 1px solid #E1E1E1;
 }

.widget_collapsarch ul.list >  li  > span {
    padding-left:15px;
 }

.widget_collapsarch ul.list >  li  > div ul li {
    padding-left:25px;
 }
 .widget_collapsarch ul.list >  li  > div ul li :last-child {
	margin-bottom:15px;
}

 .widget_collapsarch ul.list >  li  > div ul li a {
    padding-bottom: 10px;
    padding-top: 10px;
 }

   .widget_categories  ul  {
     border-top: 1px solid #E1E1E1;
     margin-bottom:60px;
}

  .widget_categories  ul li  {
     border-bottom: 1px solid #E1E1E1;
     display: block;
     width: 100%;
     padding-bottom: 0px;
 }

 .widget_categories  ul li a {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left:15px;
    display: inline-block;
}

 header {
	padding-left:0px;
}

.entry-footer {
	padding-bottom: 0px;
}


.infoBox p.caption {
	line-height:1.4em;
	font-size:74%;
}
}
