@CHARSET "utf-8";

/*
Theme Name: Zepetto
Author URI: https://zepetto.v-i-m.be/
*/

/*---------------------------------------------------------*/
/* General */
/*---------------------------------------------------------*/
body {
    font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif,"sans-serif", 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 14px;
    color: black;
    padding: 0;
    margin: 0;
	height: 100%;
	width: 100%;
}
@media screen and (max-width:760px) {
body {
    font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif,"sans-serif",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 14px;
    color: black;
    padding: 0;
    margin: 0;
}
}

div#container {
    margin: 0 auto;
    width:100%;
    padding: 0;
}
@media screen and (max-width:760px) {
div#container {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
}

#header {
    display: block;
}
@media screen and (max-width:760px) {
#header {
    display: block;	
}
}




div#main {
	max-width: 100%;
    overflow: hidden;
	padding-bottom:0px; /*フッターの高さと同じ*/
    margin-top: 0px;	
}
@media screen and (max-width:760px) {
div#main {
    background-color: #fff;
    margin-top: 0px;
    overflow: hidden;	
}	
}	
	
div#content {
    width: 90%;
    float: right;
    padding: 0;
    margin: 0px 40px 0px 0px;
	text-align:center;
}
@media screen and (max-width:760px) {
div#content {
    width: 100%;
    padding: 0;
    margin: 8px 0px 0px 0px;
}
}



/* ▼▼▼サイドバー▼▼▼ */
div#sidebar {
    width: 5%;
    float: left;
    padding: 0;
    margin: 5px 0px 0 5px;
}
@media screen and (max-width:760px) {
div#sidebar {
    display:none;
    height: auto;
}
}
/* ▲▲▲サイドバー▲▲▲ */




/* ▼▼▼サイドバー固定▼▼▼ */
#sticked{
    position: sticky;
}
/* ▲▲▲サイドバー固定▲▲▲ */





a {
    color: #555555;
    text-decoration: none;
}
a img {
    border: none;
}
a:hover {
    color: #aaaaaa;
}
p {
    font-size: 1.1em;
    line-height: 1.8em;
	display: block;
    margin-block-start: 3em;
    margin-block-end: 3em;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

/* 画像属性等 */
img {
	max-width: 100%;
	height: auto;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	vertical-align: bottom;
}

.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}

.alignright{
	float: right;
	margin: 5px 0 5px 10px;
}

.aligncenter{
	margin: 5px auto;
	display:block;
}

a.link img,a img.link {
	margin: 0;
	overflow: hidden;
}

a:hover.link img,a:hover img.link{
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
	
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}


/*---------------------------------------------------------*/
/* Header */
/*---------------------------------------------------------*/
h1#site-title {
    font-size: 2.0em;
    margin: 15px 0 5px 0;
    color:#2ea7e0;
}
h1#site-title a {
    color: #2ea7e0;
}
h2#site-description {
    font-size: 1.2em;
    font-weight: bold;
    color: #555555;
    margin: 0 0 10px 0;
}

/*---------------------------------------------------------*/
/* ナビゲーションメニュー */
/*---------------------------------------------------------*/
/* ▼▼▼ヘッダーのメニュー横並び（パソコン版）▼▼▼ */
#header_navi{
	text-align: center;	
	background-color:#fff;
}
@media screen and (max-width: 760px) {
#header_navi{
	text-align: center;	
}
}

#header_navi ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 760px) {
#header_navi ul{
	margin: 0 ;
	padding: 10px 0px 10px 0px;
}
}

#header_navi ul li{
	list-style: none;
	display: inline-block;
	width: 10%;
	min-width: 100px;
	font-size:16px;
	margin: 10px 5px 10px 5px;
	padding: 0px 0px 0px 0px;	
}
@media screen and (max-width: 760px) {
#header_navi ul li{
	list-style: none;
	display: inline-block;
	width: 18%;
	min-width: 35px;
}
}

#header_navi ul li a{
	text-decoration: none;
	color: #333;
}
@media screen and (max-width: 760px) {
#header_navi ul li a{
	text-decoration: none;
	color: #333;
}
}

#header_navi ul li.header_navi01 a{
	color: #F33135;
}
@media screen and (max-width: 760px) {
#header_navi ul li.header_navi01 a{
	color: #F33135;
}
}

#header_navi ul li a:hover{
	color: #aaaaaa;
}
@media screen and (max-width: 760px) {
#header_navi ul li a:hover{
	color: #aaaaaa;
}
}

#header_navi img{
    margin: 0 10px 0px 10px;
}
/* ▲▲▲ヘッダーのメニュー横並び（パソコン版）▲▲▲ */








/* ▼▼▼ナビゲーション（レスポンシブ対応）▼▼▼ */
#navi2{
}	
#navi2 ul{
    padding: 0;
    margin: 0;
    width: 100%;
}
#navi2 li{
    padding:5px 0;
    margin: 0;
    float: left;
    width: 16.6%;
    box-sizing:border-box;
    display: block;
    text-align: center;
    border: 1px #dddddd solid;
    background:#eeeeee; /* デフォルト */
    background:-moz-linear-gradient(top, #4169e1, #ffffff); /* Safari,Chrome */
    background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));/* Firefox */
    background: linear-gradient(to bottom, #ffffff, #eeeeee);   /* ie10 */
}
@media screen and (max-width: 960px) {
/* 760px以下は3列 */
#navi2 li {
    width: 33.3%;
}
}
@media screen and (max-width: 480px) {
/* 480px以下は２列 */
#navi2 li {
    width: 50%;
}
}
/* ▲▲▲ナビゲーション（レスポンシブ対応）▲▲▲ */







/* ▼▼▼ハンバーガーメニュー▼▼▼ */
#nav-drawer {
	position: relative;
	display: flex;
	margin: 0px -5px 0px 0px;
}
@media screen and (max-width: 760px) {
#nav-drawer {
	position: relative;
	display: flex;
	margin: 0px -5px 0px -0px;
}
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}
@media screen and (max-width: 760px) {	
.nav-unshown {
	display:none;
}
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 44px;
	height: 44px;
	vertical-align: middle;
	background-color: #fff;
	margin-left: auto;
	padding: 8px 18px 0px 18px;
    border-radius: 10%;
}
@media screen and (max-width: 760px) {	
#nav-open {
	display: inline-block;
	width: 44px;
	height: 44px;
	vertical-align: middle;
	background-color: #fff;
	margin-left: auto;
	padding: 8px 28px 0px 18px;
    border-radius: 10%;
}
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	right: 0.7%;
	height: 3px;/*線の太さ*/
	width: 33px;/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}
@media screen and (max-width: 480px) {		
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
    right: 1.9%;
	height: 3px;/*線の太さ*/
	width: 33px;/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}
}

#nav-open span:before {
	bottom: -12px;
}
@media screen and (max-width: 760px) {		
#nav-open span:before {
	bottom: -12px;
}
}

#nav-open span:after {
	bottom: -24px;
}
@media screen and (max-width: 760px) {		
#nav-open span:after {
	bottom: -24px;
}
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	right: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
@media screen and (max-width: 760px) {		
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	right: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0%;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(205%);
	transform: translateX(205%);/*左に隠しておく*/
	padding:50px 50px 50px 50px;
}
@media screen and (max-width: 760px) {		
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0%;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 230px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(205%);
	transform: translateX(205%);/*左に隠しておく*/
	padding:10px 10px 10px 10px;
}
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}
@media screen and (max-width: 760px) {		
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
@media screen and (max-width: 760px) {		
#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}	
}
/* ▲▲▲ハンバーガーメニュー▲▲▲ */



/* ▼▼▼ハンバーガーメニューの中のSNSボタン▼▼▼ */
.sns_button {
	position: relative; 
	overflow: hidden; 
}
.sns_button ul {
	position: relative;
	left: 50%;
	float: left;
}
.sns_button ul li {
	position: relative;
	left: -50%;
	float: left;
}
.sns_button img {
	margin: 0px 5px 0px 5px;
}
/* ▲▲▲ハンバーガーメニューの中のSNSボタン▲▲▲ */



/* ▼▼▼ハンバーガーメニューのナビゲーション（レスポンシブ対応）▼▼▼ */
#hamburger{
    width: 100%;	
}	
#hamburger ul{
    padding: 0;
    margin-top: 0px;
}
@media screen and (max-width: 760px) {
/* 760px以下は3列 */
#hamburger ul{
    padding: 0;
    margin-top: 20px;
}
}

#hamburger li{
	font-size: 20px;
	font-family:  "游明朝","serif","游ゴシック",'Noto Serif JP';
    padding:10px 0;
    margin: 15px 0px 15px 0px;
    box-sizing:border-box;
    display: block;
    text-align: center;
}
@media screen and (max-width: 760px) {
#hamburger li{
	font-size: 17px;
	font-family:  "游明朝","serif","游ゴシック",'Noto Serif JP';
    padding:10px 0;
    margin: 5px 0px 5px 0px;
    box-sizing:border-box;
    display: block;
    text-align: center;
}
}
/* ▲▲▲ハンバーガーメニューのナビゲーション（レスポンシブ対応）▲▲▲ */



/* ▼▼▼ハンバーガーメニューの固定▼▼▼ */
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}
/* ▲▲▲ハンバーガーメニューの固定▲▲▲ */







/*---------------------------------------------------------*/
/* Article's Header */
/*---------------------------------------------------------*/

header.page_header {
    margin: 0 auto;
    width:100%;
    padding: 0;
    display: block;
}
@media screen and (max-width:760px) {
header.page_header {
    margin: 0 auto;
    width:100%;
    padding: 0;
    display: block;
}
}

h1.top_page {
    display: none;
}

h1.post-title {
	width:100%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 1.8em;
    padding: 6px 0 6px 0px;
    margin: 50px 0 30px 0;
    color: #555;
    border-bottom: solid 1px #ccc;
	margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width : 760px){
h1.post-title {
	width:100%;
	margin: 20px 0px 10px 0px;
    padding: 6px 0 6px 0px;	
}
}

h1.post-title a {
    color: #555;
}
h1.post-title a:hover {
    color: #FFDBC9;
}

h1.cat-title {
    padding: 6px 0 6px 0px;
    margin: 30px 0 30px 0;	
}

p.post-meta {
    color: #555;
    font-size: 1.0em;
    padding: 5px 0 5px 20px;
    margin: 0 0 3px 0;
    text-align: right;
}


h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 50px 0px 0px 0px;	
}




h3 {
	font-size: 1.4em;
    border-bottom: solid 1px #ccc;
	width:100%;
	padding: 0px 0px 0px 0px;
	margin: 5% 0px 10px 0px;
	margin-left: auto;
    margin-right: auto;	
}



.entry-header {
	width:75%;
	margin-left: auto;
    margin-right: auto;	
	padding: 0px 0px 0px 0px;
	
}
@media only screen and (max-width : 760px){
.entry-header {
	width:100%;
}	
}

h3.single {
	font-size: 1.4em;
    border-bottom: solid 1px #ccc;
	width:75%;
	padding: 0px 0px 0px 0px;
	margin: 5% 0px 10px 0px;
	margin-left: auto;
    margin-right: auto;	
}
@media only screen and (max-width : 760px){
h3.single {	
	width:100%;	
}	
}

/*---------------------------------------------------------*/
/* Article post */
/*---------------------------------------------------------*/
div.post-content {
    padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	margin-left: auto;
    margin-right: auto;		
}
@media only screen and (max-width : 760px){
div.post-content {
    padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
}	
}

/*---------------------------------------------------------*/
/* 個別投稿 post */
/*---------------------------------------------------------*/
div.single-content {
    padding: 0px 0px 0px 0px;
	height: 100%;
	width: 75%;
	margin-left: auto;
    margin-right: auto;	
}
@media only screen and (max-width : 760px){
div.single-content {
    padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
}	
}

/*---------------------------------------------------------*/
/* アーカイブ post */
/*---------------------------------------------------------*/
div.archive-content {
    padding: 0px 0px 0px 0px;
	height: 100%;
	width: 75%;
	margin-left: auto;
    margin-right: auto;	
}
@media only screen and (max-width : 760px){
div.archive-content {
    padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
}	
}




/*---------------------------------------------------------*/
/* カテゴリー post */
/*---------------------------------------------------------*/
div.category-content {
    padding: 0px 0px 0px 0px;
	height: 100%;
	width: 75%;
	margin-left: auto;
    margin-right: auto;		
}
@media only screen and (max-width : 760px){
div.category-content {
    padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
}	
}



/*---------------------------------------------------------*/
/* 404 */
/*---------------------------------------------------------*/








/*---------------------------------------------------------*/
/* footer */
/*---------------------------------------------------------*/
#footer {
    font-size: 0.9em;
    text-align: center;
    width:100%;
	height: 140px;
margin: 50px 0px 10px 0px;
}

/* ▼▼▼フッターのメニュー横並び▼▼▼ */
.f_navi{
text-align: center;
	margin: 10px 0px;
}
@media screen and (max-width: 760px) {
.f_navi{
text-align: center;	
}
}

.f_navi ul{
margin: 0 ;
padding: 1% 10% 2% 10%;
}
@media screen and (max-width: 760px) {
.f_navi ul{
margin: 0 ;
padding: 5px 0px 10px 0px;
}
}

.f_navi ul li{
list-style: none;
display: inline-block;
width: 18%;
min-width: 90px;
}
@media screen and (max-width: 760px) {
.f_navi ul li{
list-style: none;
display: inline-block;
width: 100%;
min-width: 35px;
margin:10px 0;
}
}

.f_navi ul li a{
text-decoration: none;
color: #333;
}
@media screen and (max-width: 760px) {
.f_navi ul li a{
text-decoration: none;
color: #333;
}
}

.f_navi ul li.f_navi01 a{
color: #F33135;
}
@media screen and (max-width: 760px) {
.f_navi ul li.f_navi01 a{
color: #F33135;
}
}

.f_navi ul li a:hover{
color: #E7DA66;
}
@media screen and (max-width: 760px) {
.f_navi ul li a:hover{
color: #E7DA66;
}
}

.f_navi img{
    margin: 0 10px;
}
/* ▲▲▲フッターのメニュー横並び▲▲▲ */






/*---------------------------------------------------------*/
/* Sidebar */
/*---------------------------------------------------------*/
.sidebar-wrapper {
	margin: 0 0 15px 0;
}
.sidebar-title {
	border-left: solid 10px #FFDBC9;
	font-size: 1.2em;
	padding: 6px 0 6px 0px;
	margin: 8px 0;
	color: #555;
	border-bottom: solid 1px #ccc;
}
.textwidget {
	padding: 0 8px;
}
#calendar_wrap {
	text-align: center;
}
#calendar_wrap table {
	margin-left: auto;
	margin-right: auto;
}
#calendar_wrap table a {
	text-decoration: underline;
	color: #2ea7e0;
}
#calendar_wrap table a:hover {
	background-color: #2ea7e0;
	color: #fff;
}
.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar-wrapper li {
}
.sidebar-wrapper li a {
	display: block;
	color: #555;
	padding: 3px 0 3px 0px;
}
.sidebar-wrapper li a:hover {
	background-color: #fff;
}



/* ▼▼▼コメント・トラックバック▼▼▼ */
.tback {border: none;}
.tback h2 {margin-bottom: 0; padding-bottom: 15px;}
.tback p {margin: 0 0 10px 10px;padding: 0;font-size: 12px; line-height: 1.6em;}
.comments {margin: 10px 0; border: none;}
.comments ul {list-style: none; margin: 0; color:#444; font-size: 100%;}
.comments ul li {margin-bottom: 10px; background: #FFF; padding: 12px;}
.comments ul li.depth-1 {border-bottom: 1px dotted #CCC; margin-bottom: 12px;}
.comments ul.children {list-style: none;}
.comments p {padding: 0 10px 5px 20px; text-align: left;}
.comments form p {line-height: 1.8em; display: block;}
.comments label {font-weight: 600; display:block;}
.comments form p.comment-notes,.comments form p.form-allowed-tags {font-size: 100%; text-align: left;}
.comments .reply {width: 40px; height: 20px;margin-left: 20px;text-align: center; line-height: 20px; border: 1px solid #CCC; background: #FFF; display: block;}
.comments .reply a {color: #444; text-decoration: none;display: block;} 
.comments .reply a:hover {color: #FFF; background: #009CDE;} 
.comments h3 small {font-size: 114%;}
#author {width: 200px; height: 2em;}
#email {width: 200px; height: 2em;}
#url {width: 200px; height: 2em;}
#comment {width: 75%; height:100px;}
@media only screen and (max-width : 760px){
#comment {width: 100%; height:100px;}	
}
a#cancel-comment-reply-link {font-size: 92%; color: #009CDE;}
#submit	{margin:0; padding:2px 25px; cursor:pointer;}
.comment {width:75%; margin-left: auto; margin-right: auto;}
@media only screen and (max-width : 760px){
.comment {width:100%;}	
}
/* ▲▲▲コメント・トラックバック▲▲▲ */




/* ▼▼▼ホバー時　マスクと文字が出てくる▼▼▼ */
figure, figcaption {margin: 0;padding: 0;}

.cap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width:760px) {
.cap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
}

.fig {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
@media screen and (max-width:760px) {
.fig {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
}

.fig p {
  padding: 10px 0px 0px 0px;
  text-align: center;
}
@media screen and (max-width:760px) {
.fig p {
padding: 0px 0px 0px 0px;
	text-align: center;
}
}

.cap:hover .fig {
  opacity: 1;
	    color: black;
}
@media screen and (max-width:760px) {
.cap:hover .fig {
  opacity: 1;
}
}
/* ▲▲▲ホバー時　マスクと文字が出てくる▲▲▲ */





/* ▼▼▼画像横並び（スマホだと列が変わる）▼▼▼ */
*, *:before, *:after {
	box-sizing: border-box;
}

.col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div {
	width: 50%;
	padding: 0px;
}
@media screen and (max-width: 960px) {
.col_2 > div {
		width: 100%;
}
}
@media screen and (max-width: 480px) {
.col_2 > div {
		width: 100%;	
}
}

.col_3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div {
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
.col_3 > div {
		width: 50%;
		padding: 0px 2px 0px 2px;
}
}
@media screen and (max-width: 480px) {
.col_3 > div {
		width: 50%;
		padding: 0px 2px 0px 2px;		
}
}

.col_4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div {
	width: 25%;
	padding: 0px 0px 0px 0px;
	text-align: center;	
}
@media screen and (max-width: 960px) {
.col_4 > div {
	width: 50%;
}
}
@media screen and (max-width: 480px) {
.col_4 > div {
	width: 50%;
}
}

/* ▲▲▲画像横並び（スマホだと列が変わる）▲▲▲ */






/* ▼▼▼縦並びのSNSボタン▼▼▼ */
.bar_01 {
    width: 50px;
	margin: 35px 5px 25px 5px;
    color: black;
    background: none;
    list-style: none;
}
.bar_01:hover {
    cursor: pointer; /*カーソルをポインターにする*/

}
.bar_01 img {
    display: block;
}

.bar_01 li {
	margin: 30px 0px 30px 0px;
	padding: 3px 3px 3px 3px;
}

.icon {
	position: relative;
	width: 150px;
	margin: 0px 0px 20px 0px;	
}
.icon img {
	position: relative;
	z-index: 2;
	width: 50px;	
}
.icon h3,
.icon p {
	position: absolute;
	font-size:15px;	
	bottom: 0;
	left: -20px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;

}
.icon:hover h3 {
	bottom: -35px;
	opacity: 1;
}
.icon:hover p {
	bottom: -66px;
	opacity: 1;
}
/* ▲▲▲縦並びのSNSボタン▲▲▲ */



/* ▼▼▼パソコンとスマホでスライドショーの表示内容を切り替え（スマホ　768px）▼▼▼ */
.pc_display {
	display:block;
	margin:0;
}
.sp_display {
	display:none;
}
@media only screen and (max-width : 768px){
.pc_display {
	display:none;
}
.sp_display {
	display:block;
}
}
/* ▲▲▲パソコンとスマホでスライドショーの表示内容を切り替え（スマホ　768px）▲▲▲ */




/* ▼▼▼パソコンとスマホでスライドショーの表示内容を切り替え（スマホ　960px）▼▼▼ */
.pc_display_01 {
	display:block;
	margin:0;
}
.sp_display_01 {
	display:none;
}
@media only screen and (max-width : 960px){
.pc_display_01 {
	display:none;
}
.sp_display_01 {
	display:block;
}
}
/* ▲▲▲パソコンとスマホでスライドショーの表示内容を切り替え（スマホ　960px）▲▲▲ */




/* ▼▼▼文字が上から順番に出てくる▼▼▼ */
.box1 {
	position: relative;/*相対配置*/
}
.box1 img {
	width: 100%;
}
.c_01 {
	position: absolute;/*絶対配置*/
	font-size:100px;
	color: #DEB887;/*文字の色*/
	top: 0%;
	right: 330px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;	
	animation: c1 2s forwards;
	animation-fill-mode: both;
	animation-delay: 0.5s;	
}
@keyframes c1 {
	0% {
	transform: translateY(-300px);
	opacity: 0 ; 
	}
	50% {
	opacity: 0.5;
	}
	100% {
	transform: translateY(17px);
	opacity: 1;	  
	}
}

.c_02 {
	position: absolute;/*絶対配置*/
	font-size:100px;
	color: #DEB887;/*文字の色*/
	top: 0%;
	right: 275px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c2 2s;	
	animation-fill-mode: both;
	animation-delay: 1s;	
}
@keyframes c2 {
	0% {
	transform: translateY(-300px);
	opacity: 0;
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(17px);
	opacity: 1;	  
	}
}

.c_03 {
	position: absolute;/*絶対配置*/
	font-size:100px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	right: 215px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif;
	animation: c3 2s;
	animation-fill-mode: both;
	animation-delay: 1.5s;		
}
@keyframes c3 {
	0% {
	transform: translateY(-300px);
	opacity: 0 ; 
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(17px);
	opacity: 1;	  
	}
}

.c_04 {
	position: absolute;/*絶対配置*/
	font-size:100px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	right: 165px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c4 2s;
	animation-fill-mode: both;
	animation-delay: 2s;		
}
@keyframes c4 {
	0% {
	transform: translateY(-300px);
	opacity: 0;  
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(17px);
	opacity: 1;	  
	}
}

.c_05 {
	position: absolute;/*絶対配置*/
	font-size:100px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	right: 125px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c5 2s;
	animation-fill-mode: both;
	animation-delay: 2.5s;		
}
@keyframes c5 {
	0% {
	transform: translateY(-300px);
	opacity: 0;
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(17px);
	opacity: 1;  
	}
}

.c_06 {
	position: absolute;/*絶対配置*/
	font-size:100px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	right: 85px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c6 2s;
	animation-fill-mode: both;
	animation-delay: 3s;		
}
@keyframes c6 {
	0% {
	transform: translateY(-300px);
	opacity: 0;
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(17px);
	opacity: 1;  
	}
}

.c_07 {
	position: absolute;/*絶対配置*/
	font-size:100px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	right: 30px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c7 2s;
	animation-fill-mode: both;
	animation-delay: 3.5s;		
}
@keyframes c7 {
	0% {
	transform: translateY(-300px);
	opacity: 0;
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(17px);
	opacity: 1;  
	}
}

.c_08 {
	position: absolute;/*絶対配置*/
	font-size:60px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	right: 130px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c8 2s;
	animation-fill-mode: both;
	animation-delay: 4s;		
}
@keyframes c8 {
	0% {
	transform: translateY(-150px);
	opacity: 0;
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(180px);
	opacity: 1;  
	}
}

.c_09 {
	position: absolute;/*絶対配置*/
	font-size:60px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	right: 65px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c9 2s;
	animation-fill-mode: both;
	animation-delay: 4.5s;		
}
@keyframes c9 {
	0% {
	transform: translateY(-150px);
	opacity: 0;
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(180px);
	opacity: 1;  
	}
}

.c_10 {
	position: absolute;/*絶対配置*/
	font-size:60px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	right: 0px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c10 2s;
	animation-fill-mode: both;
	animation-delay: 5s;		
}
@keyframes c10 {
	0% {
	transform: translateY(-150px);
	opacity: 0;
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(180px);
	opacity: 1;  
	}
}
/* ▼▼▼スマホ版▼▼▼ */
@media only screen and (max-width : 760px){
.c_01 {
	position: absolute;/*絶対配置*/
	font-size:70px;
	color: #DEB887;/*文字の色*/
	top: 0%;
	left: 5px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;	
	animation: c1 2s forwards;
	animation-fill-mode: both;
	animation-delay: 1s;	
}
@keyframes c1 {
	0% {
	transform: translateY(-300px);
	opacity: 0 ; 
	}
	50% {
	opacity: 0.5;
	}
	100% {
	transform: translateY(-95px);
	opacity: 1;	  
	}
}

.c_02 {
	position: absolute;/*絶対配置*/
	font-size:70px;
	color: #DEB887;/*文字の色*/
	top: 0%;
	left: 45px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c2 2s;	
	animation-fill-mode: both;
	animation-delay: 1.5s;	
}
@keyframes c2 {
	0% {
	transform: translateY(-300px);
	opacity: 0;
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(-95px);
	opacity: 1;	  
	}
}

.c_03 {
	position: absolute;/*絶対配置*/
	font-size:70px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	left: 80px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c3 2s;
	animation-fill-mode: both;
	animation-delay: 2s;		
}
@keyframes c3 {
	0% {
	transform: translateY(-300px);
	opacity: 0 ; 
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(-95px);
	opacity: 1;	  
	}
}

.c_04 {
	position: absolute;/*絶対配置*/
	font-size:70px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	left: 120px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c4 2s;
	animation-fill-mode: both;
	animation-delay: 2.5s;		
}
@keyframes c4 {
	0% {
	transform: translateY(-300px);
	opacity: 0;  
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(-95px);
	opacity: 1;	  
	}
}

.c_05 {
	position: absolute;/*絶対配置*/
	font-size:70px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	left: 155px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c5 2s;
	animation-fill-mode: both;
	animation-delay: 3s;		
}
@keyframes c5 {
	0% {
	transform: translateY(-300px);
	opacity: 0;
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(-95px);
	opacity: 1;  
	}
}

.c_06 {
	position: absolute;/*絶対配置*/
	font-size:70px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	left: 185px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c6 2s;
	animation-fill-mode: both;
	animation-delay: 3.5s;		
}
@keyframes c6 {
	0% {
	transform: translateY(-300px);
	opacity: 0;
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(-95px);
	opacity: 1;  
	}
}

.c_07 {
	position: absolute;/*絶対配置*/
	font-size:70px;	
	color: #DEB887;/*文字の色*/
	top: 0%;
	left: 210px;
	font-family: "游明朝","serif","游ゴシック",'Noto Serif JP', serif ;
	animation: c7 2s;
	animation-fill-mode: both;
	animation-delay: 4s;		
}
@keyframes c7 {
	0% {
	transform: translateY(-300px);
	opacity: 0;
	}
	50% {
	opacity: 0.5;
	}	
	100% {
	transform: translateY(-95px);
	opacity: 1;  
	}
}
}
/* ▲▲▲文字が上から順番に出てくる▲▲▲ */



/* ▼▼▼個別投稿ページに入れている文字タグ▼▼▼ */
.moji01 {
	font-size: 25px;
	color: #444444;
    padding: 0px 0px 0px 0px;
	margin: 60px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.moji01 {
	font-size: 18px;
	color: #444444;
    padding: 0px 0px 0px 0px;
	margin: 10px 5px 10px 5px;
}
}

.moji02 {
	font-size: 25px;
	line-height:2.5em;
	color: #444444;
    padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.moji02 {
	font-size: 18px;
	line-height:2.5em;
	color: #444444;
    padding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 0px;
}
}

.moji03 {
	font-size: 24px;
	line-height:2.5em;
	color: #444444;
    padding: 20px 0px 20px 0px;
	margin: 20px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.moji03 {
	font-size: 18px;
	line-height:2.5em;
	color: #444444;
    padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}
}
/* ▲▲▲個別投稿ページに入れている文字タグ▲▲▲ */



/* ▼▼▼mainページのEternalDesignの画像に使ってる▼▼▼ */
.box2 {
	margin: 40px 10px 40px 10px;
}
/* ▲▲▲mainページのEternalDesignの画像に使ってる▲▲▲ */




/* ▼▼▼スライドショー（フルスクリーン）▼▼▼ */
#pcontainer {
	position:relative;
	width:100%; 
	height:100%;
	min-width:100%;	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    height: 100vh;
}

@media screen and (max-width: 640px) {
#pcontainer {
	position:relative;
	width:100%; 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    height: 100vh;
}	
}	

#photo1 { 
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/header-pc-06.png");
}
#photo2 { 
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/header-pc-02.png");
}
#photo3 { 
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/header-pc-07.png");
}
#photo4 { 
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/header-pc-04.png");
}
#photo5 { 
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/header-pc-01.png");
}

@media screen and (max-width: 760px) {
#photo1 { 
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/header-sp-06.jpg");
}
#photo2 { 
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/header-sp-01.jpg");
}
#photo3 { 
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/header-sp-02.jpg");
}
#photo4 { 
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/header-sp-03.jpg");
}
#photo5 { 
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/header-sp-04.jpg");
}
}

#photo2 { animation-delay: 6s;-webkit-animation-delay: 6s; }
#photo3 { animation-delay:12s;-webkit-animation-delay:12s; }
#photo4 { animation-delay:18s;-webkit-animation-delay:18s; }
#photo5 { animation-delay:24s;-webkit-animation-delay:24s; }

.frame { 
	width:100%; height:100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	opacity: 0;
	animation: imageform 30s infinite;
	-webkit-animation: imageform 30s infinite;
}

@keyframes imageform {
 0%   { opacity:0; }
 5%   { opacity:1; }
 18%  { opacity:1; }
 22%  { opacity:0; } 
 100% { opacity:0; }
}
@-webkit-keyframes imageform {
 0%   { opacity:0; }
 5%   { opacity:1; }
 18%  { opacity:1; }
 22%  { opacity:0; } 
 100% { opacity:0; }
}
/* ▲▲▲スライドショー（フルスクリーン）▲▲▲ */






/* ▼▼▼背景画像を使用したバナー▼▼▼ */
.img_area {
    position:  relative;        /* 子要素の起点を指定 */
    height:  250px;             /* 高さ指定 */
    width:  100%;              /* 幅指定 */
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/concept-01.jpg");
	background-size:  cover;
	margin: 20px 0px 20px 0px;	
}
@media only screen and (max-width : 760px){
.img_area {
    position: relative; /* 子要素の起点を指定 */
    height: 200px;
    width: 100%;
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/concept-01.jpg");
	background-size: cover;
	margin: 10px 0px 10px 0px;	
}
}

.caption_area01 {
    position: absolute; /* 要素の配置方法を指定 */
    width: 50%;
	height: 250px; 
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    box-sizing: border-box; /* 崩れ防止 */
    top: 0; /* 下からの位置を指定 */
	left: 0;
	overflow: hidden;
}
@media only screen and (max-width : 760px){
.caption_area01 {
    position: absolute; /* 要素の配置方法を指定 */
    width: 50%;
	height: 200px; 
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    box-sizing: border-box; /* 崩れ防止 */
    top: 0;
	left: 0;
	overflow: hidden;
}
}
.caption_area01 p {
    font-size: 14px;
	color: #000;
	margin: 10px 5px 10px 5px;
}
@media only screen and (max-width : 760px){
.caption_area01 p {
    font-size: 12px;
	color: #000;
	margin: 5px 5px 5px 5px;
}
}
.caption_area02 {
    position: absolute; /* 要素の配置方法を指定 */
    width: 50%;
	height: 250px; 
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/concept-04.jpg");
	background-size: cover;
    color: #000;
    padding: 5px;
    box-sizing: border-box;
    top: 0;
	right:0;
    font-size: 14px;
}
@media only screen and (max-width : 760px){
.caption_area02 {
    position:  absolute; /* 要素の配置方法を指定 */
    width: 50%;
	height: 200px; 
	background-image: url("https://zepetto.v-i-m.be/wp-content/uploads/concept-04.jpg");
	background-size: cover;
    color: #000;
    padding: 5px;
    box-sizing:  border-box;
    top:  0;
	right:0;
    font-size: 14px;
}
}
/* ▲▲▲背景画像を使用したバナー▲▲▲ */







/* ▼▼▼ローディングアニメーション▼▼▼ */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 998;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #000;
	z-index: 999;
}
@keyframes spin {
  from{
	  transform: rotateZ(0deg); /* アニメーション開始状態 */
      }
  to{
	transform: rotateZ(360deg); /* アニメーション終了状態 */
    }
}
	
.rrr {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 10px solid #dddddd; 
	border-top-color: #aaaaaa; 
	border-radius: 50%;
	animation: 1s spin infinite linear; /* アニメーション指定(1秒1回転で一定の速度で永遠回るように指定) */
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
@media screen and (max-width: 760px) {
.rrr {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 10px solid #dddddd; 
	border-top-color: #aaaaaa; 
	border-radius: 50%;
	animation: 1s spin infinite linear; /* アニメーション指定(1秒1回転で一定の速度で永遠回るように指定) */
	top: 17%;
	left: 37%;
	transform: translate(-50%, -50%);	
}
}
/* ▲▲▲ローディングアニメーション▲▲▲ */











/* ▼▼▼リンクボタン（灰色）▼▼▼ */
.btn_gray {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	border: 1px solid #696969;
	font-size: 16px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 25px;
	border-radius: 30px;
	transition: .4s;
	margin:20px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.btn_gray {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	border: 1px solid #696969;
	font-size: 16px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 25px;
	border-radius: 30px;
	transition: .4s;
	margin: 15px 0px 15px 0px;
}	
}
.btn_gray:hover {
	background-color: #c0c0c0;
	border-color: #dcdcdc;
	color: #F6F6F6;
}
@media only screen and (max-width : 760px){
.btn_gray:hover {
	background-color: #c0c0c0;
	border-color: #dcdcdc;
	color: #F6F6F6;
}	
}
/* ▲▲▲リンクボタン（灰色）▲▲▲ */




/* ▼▼▼SNSアイコンの色サイズ指定▼▼▼ */
.icon_sns {
	color:#deb887;
	font-size:30px;
}
/* ▲▲▲SNSアイコンの色サイズ指定▲▲▲ */



/* ▼▼▼トップページZepetto雑貨店のこだわりの背景▼▼▼ */
.commit {
	margin: 60px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.commit {
	margin: 60px 0px 60px 0px;
}	
}

.back_04 {
    background-color: rgba(255,250,240,0.8);
    background-position: center center;
    background-repeat: repeat-x;
    background-size:1400px;
	padding: 30px 10px;
}
@media only screen and (max-width : 760px){
.back_04 {
    background-size:1000px;
	padding: 10px 0px;
}	
}
@media only screen and (max-width : 480px){
.back_04 {
    background-size:800px;
	padding: 0px;
}	
}

/* ▲▲▲トップページZepetto雑貨店のこだわりの背景▲▲▲ */




/* ▼▼▼トップページの文字の大きさ▼▼▼ */
.front_01 {
	font-size:24px;
	padding: 50px 0 30px 0;
	margin: 20px 0px 0px 0px;
}
@media only screen and (max-width : 960px){
.front_01 {
	font-size:24px;
	padding: 6% 0 0% 0;
	margin: 0px 0px 0px 0px;
}	
}
@media only screen and (max-width : 480px){
.front_01 {
	font-size:18px;
	padding: 3% 0 0% 0;
	margin: 0px 0px 10px 0px;
}	
}

.front_02 {
	font-size:32px;
	padding: 35px 0 50px 0;
	margin: 0px 0px 0px 0px;
}
@media only screen and (max-width : 960px){
.front_02 {
	font-size:32px;
	padding: 6% 0 0% 0;
	margin: 0px 0px 0px 0px;
}	
}
@media only screen and (max-width : 480px){
.front_02 {
	font-size:23px;
	padding: 3% 0 0% 0;
	margin: 20px 0px 20px 0px;
}	
}


.front_03 {
	font-size:24px;
	padding: 10px 0 20px 0;
	margin: 5px 0px 5px 0px;
}
@media only screen and (max-width : 960px){
.front_03 {
	font-size:24px;
	padding: 6% 0 0% 0;
	margin: 5px 0px 40px 0px;
}	
}
@media only screen and (max-width : 480px){
.front_03 {
	font-size:18px;
	padding: 3% 0 0% 0;
	margin: 5px 0px 30px 0px;
}	
}
/* ▲▲▲トップページの文字の大きさ▲▲▲ */





/* ▼▼▼トップページの最新の投稿を表示（アイキャッチ画像の大きさ指定）▼▼▼ */
.ileft {
	width:150px;
	height:100px;
}
/* ▲▲▲トップページの最新の投稿を表示（アイキャッチ画像の大きさ指定）▲▲▲ */


/* ▼▼▼トップページの最新の投稿を表示　アイキャッチ画像▼▼▼ */
/* リスト */
.new_01 {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.new_01 {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 20px 10px 20px 10px;
}	
}

/* h5 */
.new_02 {
	font-size:16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
@media only screen and (max-width : 760px){
.new_02 {
	font-size:16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}	
}

/* 画像 */
.new img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 5px 10px;
}
@media only screen and (max-width : 760px){
.new img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 5px 10px;
}	
}

/* ボックス */
.new {
	width:70%;
	margin-left: auto;
    margin-right: auto;
	padding: 0.5em 1em 0.5em 1em;
    font-weight: bold;
    color: #000;/*文字色*/
background-color: #FFFAF0;
    border-bottom: solid 1px #C0C0C0;/*線*/
}
@media only screen and (max-width : 760px){
.new {
	width:100%;
	margin-left: auto;
    margin-right: auto;
	padding: 0.5em 1em 0.5em 1em;
    font-weight: bold;
    color: #000;/*文字色*/
background-color: #FFFAF0;
    border-bottom: solid 1px #C0C0C0;/*線*/
}	
}

.new p {
	font-size:12px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.new p {
	font-size:12px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}	
}
/* ▲▲▲トップページの最新の投稿を表示　アイキャッチ画像▲▲▲ */







/* ▼▼▼カテゴリーの記事一覧のページネーション▼▼▼ */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 1em;
        text-align: center;
}
.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  width: auto;
  color: #fff; /* 通常の文字色 */
  background: #000; /* 通常の背景色 */
  border-radius: 50%; /* 角を丸くして円形に */
}
.pagination span.page-of {
  background: none;
  color: #000;
}
.pagination a:hover{
  color: #000; /* マウスホバー時の文字色 */
  background: #EEEEEE; /* マウスホバー時の背景色 */
}
.pagination .current{
  padding: 10px 14px 10px 14px;
  color: #000; /* 現在のページの文字色 */
  background: #EEEEEE; /* 現在のページの背景色 */
}
@media only screen and (max-width: 413px) {
.pagination {
  font-size: 12px;
  line-height: 12px;
}
.pagination span, .pagination a {
  padding: 7px 10px 7px 10px;
}
.pagination .current{
  padding: 7px 10px 7px 10px;
}
}
/* ▲▲▲カテゴリーの記事一覧のページネーション▲▲▲ */



/* ▼▼▼トップページの新着情報の背景▼▼▼ */
.back_05 {
    background-color: rgba(255,250,240,0.8);
    background-position: center center;
    background-repeat: repeat-x;
    background-size:1400px;
	padding: 30px 10px;
}
@media only screen and (max-width : 760px){
.back_05 {
    background-size:1000px;
	padding: 30px 0 30px 0;
}	
}
@media only screen and (max-width : 480px){
.back_05 {
    background-size:1000px;
	padding: 30px 0 20px 0;
}	
}
/* ▲▲▲トップページの新着情報の背景▲▲▲ */












/* ▼▼▼カテゴリーにあるアイキャッチ画像▼▼▼ */
/* リスト */
.category_01 {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.category_01 {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 20px 10px 20px 10px;
}	
}

/* h5 */
.category_02 {
	font-size:16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
@media only screen and (max-width : 760px){
.category_02 {
	font-size:16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}	
}

/* 画像 */
.category img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 5px 10px;
}
@media only screen and (max-width : 760px){
.category img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 5px 10px;
}	
}

/* ボックス */
.category {
	width:100%;
	margin-left: auto;
    margin-right: auto;
	padding: 0.5em 1em 0.5em 1em;
    font-weight: bold;
    color: #000;/*文字色*/
background-color: #FFF;
    border-bottom: solid 1px #C0C0C0;/*線*/
}
@media only screen and (max-width : 760px){
.category {
	width:100%;
	margin-left: auto;
    margin-right: auto;
	padding: 0.5em 1em 0.5em 1em;
    font-weight: bold;
    color: #000;/*文字色*/
background-color: #FFF;
    border-bottom: solid 1px #C0C0C0;/*線*/
}	
}

.category p {
	font-size:12px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.category p {
	font-size:12px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
}

.more_link {

	text-decoration:underline;
}	

a:hover.more_link {

	text-decoration:none;
}
/* ▲▲▲カテゴリーにあるアイキャッチ画像▲▲▲ */









/* ▼▼▼次の記事・前の記事▼▼▼ */
.box3 {
	width:100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	padding: 10px 5px;
	margin: 40px 0px 40px 0px;
}


.next {
    background: #FFF;
    padding: 0px;
    overflow: hidden;
}
.next_image {
    float: left;
    margin: 0px 10px 0px 0px;
}
.next_summary {
    overflow: hidden;
}
.next_heading {
    font-size: 16px;
    font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
	text-align:left;
}

p.next_text {
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	text-align:left;
	line-height:1.3em;
}
@media only screen and (max-width : 760px){
p.next_text {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	text-align:left;
}	
}



.prev {
    background: #FFF;
    padding: 0px;
    overflow: hidden;
}
.prev_image {
    float: right;
    margin: 0px 0px 0px 10px;
}
.prev_summary {
    overflow: hidden;
}
.prev_heading {
    font-size: 16px;
    font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
	text-align:right;
}

p.prev_text {
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	text-align:right;
	line-height:1.2em;
}
@media only screen and (max-width : 760px){
p.prev_text {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	text-align:right;
}	
}

.prev_thumbnail {
	width:100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px;
	float: left;
}
@media only screen and (max-width : 760px){
.prev_thumbnail {
	width:70px;
	padding: 0px 0px 0px 0px;
	margin: 5px;
	float: left;
}	
}

.next_thumbnail {
	width:100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px;
	float: right;	
}
@media only screen and (max-width : 760px){
.next_thumbnail {
	width:70px;
	padding: 0px 0px 0px 0px;
	margin: 5px;
	float: right;
}	
}
/* ▲▲▲次の記事・前の記事▲▲▲ */













/* ▼▼▼アーカイブにあるアイキャッチ画像▼▼▼ */
h1.archive_title {
    font-size: 2.0em;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px;
}

h2.archive_title {
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px;
}

/* リスト */
.archive_01 {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.archive_01 {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 20px 10px 20px 10px;
}	
}

/* h5 */
.archive_02 {
	font-size:16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
@media only screen and (max-width : 760px){
.archive_02 {
	font-size:16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}	
}

/* 画像 */
.archive img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 5px 10px;
}
@media only screen and (max-width : 760px){
.archive img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 5px 10px;
}	
}

/* ボックス */
.archive {
	width:75%;
	margin-left: auto;
    margin-right: auto;
	padding: 0.5em 1em 1.5em 1em;
    font-weight: bold;
    color: #000;/*文字色*/
    background-color: #FFF;
    border-bottom: solid 1px #C0C0C0;/*線*/
}
@media only screen and (max-width : 760px){
.archive {
	width:100%;
	margin-left: auto;
    margin-right: auto;
	padding: 0.5em 1em 0.5em 1em;
    font-weight: bold;
    color: #000;/*文字色*/
    background-color: #FFF;
    border-bottom: solid 1px #C0C0C0;/*線*/
}	
}

.archive p {
	font-size:12px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.archive p {
	font-size:12px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}	
}
/* ▲▲▲アーカイブにあるアイキャッチ画像▲▲▲ */









/*
==================================================
口コミ体験談　左
==================================================
*/

.balloon_01 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon_01 .faceicon_01 {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon_01 .faceicon_01 img{
    width: 80%;
    height: auto;
    border: solid 1px #ddc8a4;
    border-radius: 50%;
}

.balloon_01 .chatting_01 {
    width: 100%;
}

.says_01 {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 0px 13px;
    border-radius: 12px;
	border: 1px solid #ddc8a4;
}

.says_01:before {
	content: "";
	position: absolute;
	top: 25px;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}

.says_01:after {
	content: "";
	position: absolute;
	top: 26px;
	left: -27px;
 	margin-top: -14px;
	border: 13px solid transparent;
	border-right: 13px solid #ddc8a4;
 	z-index: 1;
}

.says_01 p {
    margin: 15px 0px 13px 0px; 
	padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 1.7em;	
}

/*
==================================================
口コミ体験談　右
==================================================
*/

.balloon_02 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon_02 .faceicon_02 {
    float: right;
    margin-left: -90px;
    width: 80px;
}

.balloon_02 .faceicon_02 img{
    width: 80%;
    height: auto;
    border: solid 1px #ddc8a4;
    border-radius: 50%;
}

.balloon_02 .chatting_02 {
    width: 100%;
  text-align: right;
}

.says_02 {
    display: inline-block;
    position: relative; 
    margin: 5px 105px 0 0px;
    padding: 0px 13px;
    border-radius: 12px;
	border: 1px solid #ddc8a4;
}

.says_02:before {
	content: "";
	position: absolute;
	top: 25px;
	right: -26px;
 	margin-top: -12px;
	border: 13px solid transparent;
	border-left: 13px solid #FFF;
 	z-index: 2;
}

.says_02:after {
	content: "";
	position: absolute;
	top: 26px;
	right: -28px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #ddc8a4;
 	z-index: 1;
}

.says_02 p {
    margin: 15px 0px 13px 0px; 
	padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 1.7em;
    text-align: left;
}



/*
==================================================
お問い合わせ
==================================================
*/
.contact-width{max-width: 100%;}




p.name_foot {
	padding: 0px 0px 0px 0px;
	margin: 20px 10px 10px 10px;
}

.sns_foot {
	padding: 0px 0px 0px 0px;
	margin: 10px 20px;
}













/* ▼▼▼表▼▼▼ */
.box5 {
	margin:0px 8px 0px 8px;
}
table {
	width: 70%;
	table-layout: fixed;
	font-size: 16px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width : 760px){
table {
	width: 100%;
	table-layout: fixed;
	font-size: 16px;
	border-spacing: 0px;
	border-collapse: collapse;	
}
}

th{
	border: solid 1px #aaaaaa;	
	padding: 15px 10px;
	background: #f7f7f7;
}

td{
	border: solid 1px #aaaaaa;	
	padding: 15px 10px;
	text-align: left;
}

/* ▲▲▲表▲▲▲ */