@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: il-chianti-fuji
Theme URL: https://il-chianti-fuji.com
Description: il-chianti-fuji
Author: 3-2design
Author URL: https://3-2design.jp
Tags: il-chianti-fuji
Text Domain: il-chianti-fuji
Version: 2022
---------------------------------------------------------*/

html,
body {
	font-family: 'Kosugi', sans-serif;
	background-image: url("images/3-2_bg.png");
	background-size: 400px 400px;
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.5;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	animation: fadeIn 3s ease 0s 1 normal;
   -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #dd0716;
	-webkit-transition: 0.6s ease-in-out;  
    -moz-transition: 0.6s ease-in-out;  
    -o-transition: 0.6s ease-in-out;  
    transition: 0.6s ease-in-out;
}
a:active {
	text-decoration: none;
	color: #000000;
}
img, 
video, 
object {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}
a:hover img {
	opacity: 0.6;  
	-webkit-transition: 0.6s ease-in-out;  
	-moz-transition: 0.6s ease-in-out;  
	-o-transition: 0.6s ease-in-out;  
	transition: 0.6s ease-in-out;
}

#wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#contents {
	max-width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/*--------------------------------
HEADER
---------------------------------*/
header {
	position: fixed;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0);
	z-index: 9999;.
	opacity: 1.0;
	transition : all 500ms;
}
header.hide {
	opacity: 0;
    transform: translateY(-100%);
}
#site-header {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
}
#header-logo {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	margin: 0;
	padding: 15px 33px;
}
#header-logo img {
	width: auto;
	height: 60px;
	margin: 0;
	padding: 0;
}
.descr {
	color: #413c3e;
}

/*--------------------------------
MENU
---------------------------------*/
#st-menubox {
	width: 100%;
	margin: -90px 0 0 0;
	padding: 0;
}
#st-menuwide {	
	width: 100%;
	height: auto;
}
#st-menuwide img {
	width: 30px;
	height: auto;
	margin: -5px 0 0;
	padding: 0;
}
#st-menuwide ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#st-menuwide ul li{
	list-style-type: none;	
	margin: 30px 33px 30px 15px;
	position: relative;
}
#st-menuwide ul li a{
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.05em;
	overflow: hidden;
	width: auto;
	height: auto;
	line-height: 1.0em;
	color: #fff;
	text-decoration: none;
	position: relative;
	text-shadow: 
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e;
}
#st-menuwide ul li a:before {
	content: ""; 
	position: absolute; 
	left: 0;
	right: 0;
	bottom: -2px;
	width: 100%;
	height: 1.5px; 
	background-color: #fff;
	box-shadow: 
		1.0px 1.0px 0 #413c3e, -1.0px -1.0px 0 #413c3e,
		-1.0px 1.0px 0 #413c3e, 1.0px -1.0px 0 #413c3e,
		0px 1.0px 0 #413c3e,  0 -1.0px 0 #413c3e,
		-1.0px 0 0 #413c3e, 1.0px 0 0 #413c3e;
	border-radius: 3px;
	transform: scale(0, 1); 
	transform-origin: center; 
	transition: transform .2s; 
}
#st-menuwide ul li a:hover:before {
	transform: scale(1); 
}

/*--------------------------------
ACORDION
---------------------------------*/
#headbox {
	margin: 0;
	padding: 0 0 0 6px;
}
.menu-navigation-container {
	overflow: hidden;
}
#s-navi ul.sub-menu {
	display: none;
}
#s-navi dl.acordion {
	margin: 0;
	padding: 0;
}
#s-navi dd.acordion-tree {
	display: none;
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0;
	width: 100%;	
	box-sizing: border-box;
}
.acordion-tree {
	margin: 0;
	padding: 0;
}
.acordion-tree a:hover {
	text-decoration: none;
}
.acordion-tree ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	padding: 0;
	z-index: 999;
}
.acordion-tree ul li {
	margin: 0 15px;
	padding: 0;
	list-style: none;
}
.acordion-tree img {
	width: 30px;
	height: auto;
	margin: 0;
	padding: 0;
}
.acordion-tree ul li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 15px 0 0;
	padding: 7.5px 0;
	white-space: nowrap;
	color: #fff;
	text-shadow: 
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e;
	text-decoration: none;
	position: relative;
}
.acordion-tree ul li a:before {
	content: ""; 
	position: absolute; 
	left: 0;
	right: 0;
	bottom: 6px;
	width: 100%;
	height: 1.5px; 
	background-color: #fff;
	box-shadow: 
		1.0px 1.0px 0 #413c3e, -1.0px -1.0px 0 #413c3e,
		-1.0px 1.0px 0 #413c3e, 1.0px -1.0px 0 #413c3e,
		0px 1.0px 0 #413c3e,  0 -1.0px 0 #413c3e,
		-1.0px 0 0 #413c3e, 1.0px 0 0 #413c3e;
	border-radius: 3px;
	transform: scale(0, 1); 
	transform-origin: center; 
	transition: transform .2s; 
}
.acordion-tree ul li a:hover:before {
	transform: scale(1); 
}

/*--------------------------------
HUMBERG
---------------------------------*/
.menu-close {
	margin: 0;
	padding: 0;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition:transform .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	width: 30px;
	height: 25px;
	top: 24px;
	right: 24px;
	padding: 0;
	cursor: pointer;
}
.menu-trigger:hover {
	opacity: 1.0;  
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}
.menu-trigger span {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	box-shadow: 
		1.0px 1.0px 0 #413c3e, -1.0px -1.0px 0 #413c3e,
		-1.0px 1.0px 0 #413c3e, 1.0px -1.0px 0 #413c3e,
		0px 1.0px 0 #413c3e,  0 -1.0px 0 #413c3e,
		-1.0px 0 0 #413c3e, 1.0px 0 0 #413c3e;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.op.active span:nth-of-type(1) {
	top: 10.5px;
    transform: rotate(45deg);
}
.op.active span:nth-of-type(2) {
	transform:scaleX(0);
}
.op.active span:nth-of-type(3) {
	bottom: 12.5px;
   transform: rotate(135deg);
}

/*--------------------------------
ANIMATION
---------------------------------*/
.fade-block {
	opacity: 0;
	transform: translateY(45px);
	transition : all 0.5s ease-in-out;
}
.fade-block.is-show {
	opacity: 1;
	transform: translateY(0);
}
.fade-block1 {
	opacity: 0;
	transform: translateY(45px);
	transition : all 0.5s ease-in-out;
}
.fade-block1.is-show {
	opacity: 1;
	transform: translateY(0);
}
.fade-block2 {
	opacity: 0;
	transform: translateY(45px);
	transition : all 0.5s ease-in-out;
	transition-delay: 0.6s;
}
.fade-block2.is-show {
	opacity: 1;
	transform: translateY(0);
}
.fade-block3 {
	opacity: 0;
	transform: translateY(45px);
	transition : all 0.5s ease-in-out;
	transition-delay: 0.9s;
}
.fade-block3.is-show {
	opacity: 1;
	transform: translateY(0);
}
.fade-block4 {
	opacity: 0;
	transform: translateY(45px);
	transition : all 0.5s ease-in-out;
	transition-delay: 1.2s;
}
.fade-block4.is-show {
	opacity: 1;
	transform: translateY(0);
}
.slide-left {
	opacity: 0;
	transform: translateX(45px);
	transition : all 1.0s ease-in-out;
}
.slide-left.is-show {
	opacity: 1;
	transform: translate(0);
}
.slide-up {
	opacity: 0;
	transition : opacity 2.0s ease-in-out;	
}
.slide-up.is-show {
	opacity: 1;
}

/*--------------------------------
SECTION
---------------------------------*/
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
section#top {
	background-image: url("images/il-chianti-fuji-top.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}
.top-inner {
	margin: 0;
	padding: 0;
}
section#top .text {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 80px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	white-space: nowrap;
	margin: -30px 0 0;
	padding: 0;
	text-shadow: 1.5px 1.5px 1.5px #413c3e;
}
#st-header {
	margin: 0;
	padding: 0;
	position: relative;
}
#st-header img {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/	
}
#st-header .text {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 80px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	 -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	white-space: nowrap;
	margin: -50px 0 0;
	padding: 0;
	text-shadow: 1.5px 1.5px 1.5px #413c3e;
}
h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 60px;
	letter-spacing: 0.03em;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	text-shadow: 
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e;
}
section.intro1 {
	background-image: url("images/il-chianti-fuji-logo-bg.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 33px;
	height: 50vh;
	mix-blend-mode: multiply;
}
.intro-inner {	
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
}
section.intro2 {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin: 0;
	padding: 0 33px;
}
section.intro2 .text2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 72px;
	line-height: 1.0;
	color: #fff;
	text-align: center;
	text-shadow: 
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
section.intro2 .text3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	text-shadow: 
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e;
	white-space: nowrap;
}
section.intro2 .text {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0em;
	color: #000;
	margin: 60px 0 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;	
}
section.news1 {
	margin: 0;
	padding: 60px 33px 0;
}
section.news2 {
	margin: 0;
	padding: 90px 33px 0;
}
.news-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 0 30px;
}
section#info {
	margin: 0;
	padding: 0 30px;
}
.info-inner {	
	max-width: 1080px;
	margin: 30px auto 0;
	padding: 0;
}
.food {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0 0;
}
.food-item {
	flex-basis: calc( ( 100% - 90px )  / 4 );
	margin: 0 0 30px;
}
.food-wrap{
	position: relative;
	overflow: hidden;
	padding-top: 100%;
	margin: 0;
	background-color: #413c3e;
}
.food-wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE*/
	border: 1px solid #fbf7ed;
}
.food-text {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-shadow: 1.5px 1.5px 1.5px #413c3e;
	white-space: nowrap;
}
.food-name {
	display: flex;
}
.food-pc {
	display: block !important;
}
.food-sp {
	display: none !important;
}
section#info .text {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0em;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;	
}
section#interior {
	margin: 0;
	padding: 60px 0 0;
}
.interior-inner {
	max-width: 1080px;
	margin: 30px auto 0;
	padding: 0 33px 30px;
}
.dog {
	margin: 30px 0 0;
	padding: 0;
}
.dog .text1 {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0em;
	color: #000;
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.dog .text2 {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0em;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.dog .text2::after {
	content: '.';
	display: inline-block;
	width: 0;
	color: transparent;
	pointer-events: none;
}
.dog img {
	height: 148px;
	width: auto;
	margin: -40px 0 0;
	padding: 0;
	float: right;
}

/*--------------------------------
SLIDE
---------------------------------*/
#main-image-gallery{
	margin-bottom: 60px;
	background: #fbf7ed;
}
#main-image-gallery img {
	display: block;
	height: 680px;
}

/*--------------------------------
ACCESS
---------------------------------*/
section#access {   
	margin: 0;
	padding: 60px 0 0;
}
.access-inner{
   max-width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 0 33px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	margin: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.ggmap iframe:hover,
.ggmap object:hover,
.ggmap embed:hover {
	
}

/*--------------------------------
LIST
---------------------------------*/
#main {
	margin: 0;
	padding: 0;
}
#main .archive {	
	margin: 0;
	padding: 0;
	border-top: solid 1.0px #413c3e;
}
#main .archive-grid {
	display: flex;	
	margin: 0;
	padding: 0;
}
#main .post {
	width: 100%;
	border-bottom: solid 1.0px #413c3e;
}
.info {
	display: flex;
	flex-flow: column;
	margin: 0;
	padding: 15px 0px 15px 15px;
}
.thumb img {
	width: 200px;
	height: 200px;
	margin: 0;
	padding: 15px 0;
}
.entry-title-archive {
	font-size: 18px;
	letter-spacing: 0em;
	line-height: 1.5em;
	color: #413c3e;
	margin: 5px 0 15px;
	padding: 0;
}
.post-thumbnail-title {
	font-size: 21px;
	letter-spacing: 0em;
	line-height: 1.5em;
	margin: 5px 0 0;
	padding: 0;
}
.post-thumbnail-title a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.post-thumbnail-title a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.post-thumbnail-title a:hover {
	color: #dd0716;
	-webkit-transition: 0.6s ease-in-out;  
   -moz-transition: 0.6s ease-in-out;  
   -o-transition: 0.6s ease-in-out;  
   transition: 0.6s ease-in-out;
}
.blog-info {
	font-size: 13px;
	line-height: 1.5em;
	color: #413c3e;
	margin: 5px 0;
	padding: 0;
	white-space: nowrap;
}
.blog-info a {
	color: #413c3e;
	text-decoration: none;
}
.blog-info a:hover {
	color: #dd0716;
	-webkit-transition: 0.6s ease-in-out;  
	-moz-transition: 0.6s ease-in-out;  
	-o-transition: 0.6s ease-in-out;  
	transition: 0.6s ease-in-out;
}
.excerpt p {
	color: #413c3e;
	font-size: 15px;
	letter-spacing: 0.01em;
	line-height: 1.8;
}
.excerpt a {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.01em;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.excerpt a:hover {
	color: #dd0716;
}
.navi {
	display: flex;	
	align-items: center;
	justify-content: center;
	margin: 30px 0 0;
	padding: 13.5px 0 7.5px;
}
.main-title-s {
	display: flex;
	margin: 0;
	padding: 0 15px;
	white-space: nowrap;
}
.main-title5 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	color: #fff;
	text-shadow: 
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e;
	white-space: nowrap;
}
.main-title6 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-style: oblique;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	color: #fff;
	text-shadow: 
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e;
	white-space: nowrap;
}
.post {
	margin: 0;
	padding: 0;
}
.post-inner {	
	margin: 0;
	padding: 0;
	border-bottom: dotted 0.5px #413c3e;
}
.archive {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 15px 0;
	padding: 0 33px;
}
.archive-grid {
	margin: 0 0 30px;
	padding: 0;
}
.archive:after,
.archive:before{
  content:"";
  display:block;
  width: 23%;
  height:0;
}
.archive:before{
  order:1;
}
.post-thumbnail-title2 {
	font-size: 13px;
	line-height: 1.5em;
	margin: 5px 0 0;
	padding: 0;
}
.post-thumbnail-title2 a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.post-thumbnail-title2 a:hover {
	color: #fff;
	-webkit-transition: 0.6s ease-in-out;  
    -moz-transition: 0.6s ease-in-out;  
    -o-transition: 0.6s ease-in-out;  
    transition: 0.6s ease-in-out;
}
.archive-bread {
	margin: 30px 0;
}

/*Archive*/
#main-archive {
	margin: 0;
	padding: 213px 33px 15px;
}

#main-archive .archive {	
	margin: 0;
	padding: 0;
	border-top: solid 1.0px #413c3e;
}
#main-archive .archive-grid {
	display: flex;	
	margin: 0;
	padding: 0;
}
#main-archive .post {
	width: 100%;
	border-bottom: solid 1.0px #413c3e;
}

/*forfunction-php*/
.pagenation {
	display: flex;	
	align-items: center;
	justify-content: center;
	margin: 30px 0 0;
	padding: 13.5px 0 7.5px;
}

/*--------------------------------
PAGE
---------------------------------*/
#page {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 150px 0 0;
	border-bottom: dotted 0.5px #000;
}
.pagebox {
	margin: 0;
	padding: 0 33px 15px;
}
.page-content {
	margin: 0;
	padding: 30px 0 60px 0;
	color: #413c3e;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.page-content p {
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin: 0;
	padding: 0 0 15px;
}
.page-entry-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 27px;
	color: #fff;
	letter-spacing: 0em;
	line-height: 1.5em;
	margin: 5px 0 0;
	padding: 0;
	text-shadow: 
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e;
}
.pagebox img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.iconify {
	margin: 0;
	padding: 1.5px 0 0;
}
h2 {
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 0.03em;
	color: #fff;
	text-align: center;
	text-shadow: 
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e;
}
h3 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.03em;
	color: #dd0716;
	text-align: right;
}
h4 {
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.03em;
	text-align: center;
}
strong {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.03em;
}
.wp-block-table {
	border-collapse: collapse;
}
.wp-block-table table {
    width: 100%;
    border-spacing: 0;
}
.wp-block-table th,
.wp-block-table td {
	border-bottom: dotted 0.5px #000;
}
.wp-block-table tr td:nth-child(2) {
    width: 90px;
	text-align: right;
}
.wp-block-table.is-style-stripes tr td:nth-child(2) {
    width: 90px;
	text-align: right;
}
.wp-block-table.is-style-stripes {
	border-bottom: dotted 0.5px #000;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: rgba(255,255,255,0.6);
}
/*--------------------------------
BLOG
---------------------------------*/
#blog {
	margin: 0;
	padding: 150px 0 0;
	border-bottom: dotted 0.5px #000;
}
.blogbox {
	max-width: 732px;
	margin: 0 auto;
	padding: 0 33px 15px;
}
.blog-content {
	margin: 0;
	padding: 30px 0 60px 0;
	color: #413c3e;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.blog-content p {
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin: 0;
	padding: 0 0 15px;
}
.blog-content img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.blog-entry-title {
	font-size: 21px;
	letter-spacing: 0em;
	line-height: 1.5em;
	margin: 5px 0 0;
	padding: 0;
}
.wp-block-image {
	margin: 0 0 15px 0;
	padding: 0;
}
.wp-block-table figcaption {
	font-size: 12px;
	margin: 5px 0 0;
	padding: 0;
	color: #666;
	text-align: center;
}
.wp-block-table {
	margin: 0;
	padding: 0;
}

/*--------------------------------
BLOG/PREV NEXT
---------------------------------*/
.p-navi {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
}
.p-navi p {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 15px;
	line-height: 1.5;
}
.p-navi a {
	color: #000;
	font-size: 15px;
	line-height: 1.5;
}
.p-navi a:hover {
	color: #dd0716;
	-webkit-transition: 0.6s ease-in-out;  
	-moz-transition: 0.6s ease-in-out;  
	-o-transition: 0.6s ease-in-out;  
	transition: 0.6s ease-in-out;	
}
.p-navi dl dt {
	font-family: 'Bebas Neue', cursive;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	margin: 0;
	padding: 0;
}
.p-navi dl dd {
	margin: 0 0 1em 0;
	padding: 0;	
}

/*--------------------------------
FOOTER
---------------------------------*/
.footer-pc {
	display: block !important;
}
.footer-sp {
	display: none !important;
}
.footer-logo-pc {
	display: block !important;
}
.footer-logo-sp {
	display: none !important;
}
footer {
	width: 100%;
	height: auto;	
	margin: 60px 0 0;
	padding: 0;
}
.footer-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("images/il-chianti-bg.png");	
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1080px;
	margin: 0;
	padding: 0 30px;
}
.footer-logo {
	max-width: 1080px;
	margin: 0;
	padding: 0;
}
.footer-logo img {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0 10px 0 30px;
}
.footer-logo1 {
	font-weight: bold;
	font-size: 27px;
	letter-spacing: -0.05em;
	line-height: 1.0;
	margin: 0;
	padding: 0 0 15px;
	color: #000;
}
.footer-text {
	display: flex;
	flex-direction: column;	
	max-width: 1080px;
	margin: 30px 0;
	padding: 0 0 0 30px;
}
.footer-text img {
	width: auto;
	height: 30px;
}
.adress {	
	color: #000;
	margin: 0;
	padding: 0;
}
.adress1 {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.0;
	margin: 0;
	padding: 0;
}
.adress2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 17.5px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.tel {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 27px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 15px 0 0;
	padding: 7.5px 0;
	white-space: nowrap;
	color: #fff;
	text-shadow: 
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e,
		0 0 2.0px #413c3e, 0 0 2.0px #413c3e;
}
.time {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 0;
	padding: 7.5px 0 0;
	white-space: nowrap;
}
.rest {
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 7.5px 0 0;
	padding: 0;
}
.rest2 p {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 3px 0 0 -10px;
	padding: 0;
}
.line, a.line {
	max-width: 330px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin: 30px 0 0;
	padding: 8px 16px 8px 0;
	color: #fff;
	background-color: #00c300;
	border-radius: 7.5px;
}
.line:hover, a.line:hover {
	color: #fff;
	background-color: #00e300;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.line img {
	height: 30px;
	width: auto;
	margin: 0;
	padding: 0 15px 0;
}
a:hover .line img {
	opacity: 1.0;  
}

/*MENU*/
#footer-in {
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
}
#footer-in a {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
}
#footer-in a:hover {
	color: #dd0716;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out; 
}
#footer-in img {
	height: 30px;
	width: auto;
	vertical-align: middle;
}
.footermenust {
	padding: 0;
	margin: 30px 0 0 -10px;
}
.footermenust ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.footermenust li {
	display: inline-block;
	margin: 0;
	padding: 0 10px 6px;
	border-right: 0.5px solid #000;
}
.footermenust li:last-child {
	border-right: none;
}
.footer-box2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #dd0716;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0;
}
.footer-logo2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1080px;
	margin: 0;
	padding: 0;
}
.footer-logo2 img {
	width: 90px;
	margin: 0 auto;
	padding: 30px 7.5px 7.5px;
}
.adress3 {
	color: #ffe7ee;
	font-size: 13px;
	letter-spacing: 0em;
	line-height: 1.0;
	margin: 0;
	padding: 0;
}

/*MENU2*/
#footer-in2 {
	margin: 0;
	padding: 0;
}
#footer-in2 a {
	font-size: 18px;
	line-height: 1.0em;
	color: #000;
}
#footer-in2 a:hover {
	color: #dd0716;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out; 
}
#footer-in2 img {
	height: 30px;
	width: auto;
}
.footermenust2 {
	text-align: left;
	padding: 20px;
	margin-bottom: 5px;
	white-space: nowrap;
}
.footermenust2 ul {
	margin: 0;
	padding: 0;
}
.footermenust2 li {
	display: inline;
	padding: 0 10px;
	border-right:0.5px solid #000;
}

.footermenust2 li:last-child {
	border-right: none;
}

.copy {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	color: #ffe7ee;
	text-align: center;
	margin: 0;
	padding: 30px;
}

/*--------------------------------
PAGE TOP
---------------------------------*/
#pagetop {
	position: fixed;
	font-size: 24px;
 	display: none;
	bottom: 30px;
	right: 30px;
}
#pagetop a {
	border-radius: 50%;
	display: block;
	border: 1.5px solid #fff;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px 8px;
}
#pagetop a:hover {
	display: block;
	border: 1.5px solid #fff;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px 8px;
	-webkit-transition: 0.6s ease-in-out;  
	-moz-transition: 0.6s ease-in-out;  
	-o-transition: 0.6s ease-in-out;  
	transition: 0.6s ease-in-out;
}

/*
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 1040px) {
	.footer-pc {
		display: none !important;
	}
	.footer-sp {
		display: block !important;
	}	
}

/*
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 896px) {
	#header-logo {
		margin: 0;
		padding: 15px 20px;
	}
	#st-menubox {
		margin: 0;
		padding: 0;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	#st-header .text {
		font-size: 60px;
		margin: -50px 0 0;
		padding: 0;
	}	
	section.intro1 {
		margin: 0;
		padding: 0 20px;
	}
	section.intro2 {
		margin: 0;
		padding: 0 20px;
	}
	section.intro2 .text2 {
		font-size: 60px;
		text-align: center;
		white-space: nowrap;
	}
	section.intro2 .text3 {
		font-size: 21px;
		white-space: nowrap;
	}
	section.news1 {
		margin: 0;
		padding: 60px 20px 0;
	}
	section.news2 {
		margin: 0;
		padding: 120px 20px 0;
	}
	section.info .text {
		margin: 0;
		padding: 0;
	}
	.excerpt p {
		font-size: 15px;
		line-height: 1.5;
	}
	section#info {
		margin: 0;
		padding: 0 20px;
	}
	.food-item {
		flex-basis: calc( ( 100% - 20px )  / 2 );
		margin: 0 0 20px;
	}
	.interior-inner {
		margin: 30px auto 0;
		padding: 0 20px 30px;
	}
	.access-inner{
		margin: 0 auto;
		padding: 0 20px;
	}
	#main .archive {
		margin: 15px 0;
		padding: 0;
	}
	#main .archive-grid {
		display: flex;
		flex-flow: column;
		margin: 0;
		padding: 0;
	}
	#main .post {
		width: 100%;
		border-bottom: solid 1.0px #413c3e;
	}
	.info {
		margin: 0;
		padding: 0 0 15px;
	}
	.post-thumbnail-title {
		font-size: 18px;
		margin: 5px 0 0;
		padding: 0;
	}
	#main-archive {
		padding: 213px 20px 15px;
	}
	#main-archive .archive {
		margin: 15px 0;
		padding: 0;
	}
	#main-archive .archive-grid {
		display: flex;
		flex-flow: column;
		margin: 0;
		padding: 0;
	}
	#main-archive .post {
		width: 100%;
		border-bottom: solid 1.0px #413c3e;
	}
	.main_imgBox {
		height: 360px;
	}
	.pagebox {
		padding: 0 20px 15px;
	}
	.blogbox {
		padding: 0 20px 15px;
	}
	#pagetop {
		bottom: 30px;
		right: 15px;
	}
}

/*
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 732px) {
	#header-logo img {
		height: 55px;
	}
	section#top .text {
		font-size: 70px;
	}
	section.intro1 {
		height: 30vh;
	}
	.dog .text1 {
		font-size: 16px;
	}
	.food-pc {
		display: none !important;
	}
	.food-sp {
		display: block !important;
	}
	.dog {
		margin: 20px 0 0;
		padding: 0;
	}
	section.intro2 .text {
		font-size: 16px;
	}
	section#info .text {
		font-size: 16px;
	}
	.dog .text1 {
		font-size: 16px;
	}
	.dog img {
		height: 133px;
		width: auto;
		margin: -60px 0 0;
		padding: 0;
		float: right;
	}
	#main-image-gallery img {
		height: 548px;
	}
	.flickity-prev-next-button {
		width: 33px;
		height: 33px;
	}
	section#access {
		margin: 148px 0 0;
		padding: 0;
	}
	.ggmap {
		position: relative;
		padding-bottom: 75%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	h1 {
		font-size: 54px;
		letter-spacing: 0.03em;
		text-align: center;
		white-space: nowrap;
	}
	h2 {
		text-align: left;
	}
	h4 {
		text-align: left;
	}
	.footer-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0;
		padding: 0 15px;
	}
	.footer-logo img {
		margin: 0;
		padding: 0;
	}
	.footer-text {
		justify-content: center;
		align-items: center;
		margin: 30px 0;
		padding: 0 15px;
	}
	.adress {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	.adress1 {
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 1.0;
		margin: 0;
		padding: 0;
	}
	.adress2 {
		font-size: 17.5px;
		letter-spacing: 0.1em;
		line-height: 1.5;
		margin: 0;
		padding: 0;
	}
	.time {
		padding: 7.5px 0 0;
	}
	.rest {
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 1.5;
		margin: 15px 0 0;
		padding: 0;
	}
	.rest2 {
		font-size: 13px;
		letter-spacing: 0em;
		line-height: 1.5;
		margin: 3px 0 0;
		padding: 0;
	}
	.footer-logo-pc {
		display: none !important;
	}
	.footer-logo-sp {
		display: block !important;
	}
	.footer-box2 {
		margin: 0;
		padding: 0;
	}
	.footer-logo2 img {
		width: 90px;
		margin: 0 auto;
		padding: 30px 7.5px 7.5px;
	}
	.footermenust {
		text-align: left;
		padding: 0;
		margin: 30px 0 0 0;
		white-space: nowrap;
	}
}

/*
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 640px) {
	section#top .text {
		font-size: 60px;
	}
	#main-image-gallery img {
		height: 400px;
	}
	.dog img {
		height: 133px;
		margin: -30px 0 0;
	}
}
/*
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 480px) {
	section#top .text {
		font-size: 50px;
	}
	.dog img {
		height: 133px;
		margin: 0;
	}
	.footer-inner {
		padding: 0 15px;
	}
}
/*
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 460px) {
	.acordion-tree ul li {
		margin: 0 6px;
	}
	.acordion-tree ul li a {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.2;
		margin: 7.5px 0 0;
		padding: 7.5px 0;
	}
	.footer-logo img {
		width: 270px;
		margin: 0;
		padding: 0 20px;
	}
	.food-text {
		font-size: 24px;
		letter-spacing: 0em;
	}
	.adress1 {
		font-size: 15px;
		letter-spacing: 0.1em;
	}
	.adress2 {
		font-size: 14.5px;
		letter-spacing: 0.1em;
	}
	.time {
		font-size: 15px;
		padding: 7.5px 0 0;
	}
	.rest {
		font-size: 15px;
		letter-spacing: 0.1em;
		line-height: 1.0;
		margin: 15px 0 0;
		padding: 0;
	}
	.rest2 {
		font-size: 13px;
		letter-spacing: 0em;
		line-height: 1.5;
		margin: 3px 0 0;
		padding: 0 20px;
	}
	.line, a.line {
		max-width: 280px;
		display: block;
		margin: 30px 0 0;
		padding: 8px 0 8px;
	}
	.line .adress1 {
		font-size: 15px;
		letter-spacing: 0.1em;
		margin: 0;
		padding: 0;
	}
	.line .adress2 {
		font-size: 14.5px;
		letter-spacing: 0.1em;
		margin: 0;
		padding: 0;
	}
	.line img {
		height: 30px;
		width: auto;
		margin: 0;
		padding: 0 15px;
	}
	#footer-in {
		padding: 0 15px;
	}
	#footer-in a {
		font-size: 13px;
	}
	#footer-in img {
		height: 24px;
}
	.footermenust li {
		padding: 0 6px;
	}
	.footer-logo2 img {
		width: 75px;
		padding: 30px 7.5px 7.5px;
	}
}
/*
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 414px) {
	#main-image-gallery img {
		height: 310px;
	}
	.dog img {
		height: 133px;
		margin: 0;
	}
}
/*
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 360px) {
	#header-logo img {
		height: 50px;
	}
	section#top .text {
		font-size: 40px;
	}
	#main-image-gallery img {
		height: 280px;
	}
	.dog img {
		height: 120px;
		margin: 15px 0 0;
	}
}
/*
---------------------------------------------------------------------------------------------------*/

/* スマートフォンは表示しない */
.smanone {
	display: none;
}
/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
code {
	padding:2px;
	background:#f3f3f3;
	margin:2px;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}

/*投稿のカテゴリ*/
.post .st-catgroup {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding-top:10px;
}
.catname {
	font-size: 13px!important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
	background:#f3f3f3;
}
.post .st-catgroup a {
	text-decoration:none;
	color:#000;
}
.post .st-catgroup a:hover {
	opacity:0.5;
}

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
}
*/

/*小見出し*/
.post h3 {
	font-size: 18px;
	line-height: 27px;
	margin: 20px 0;
	padding: 10px 15px;
	color: #1a1a1a;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px #999999 dotted;
}
dd h3 {
	line-height: 23px;
}

/*NEWENTRY及び関連記事テキスト*/
.n-entry-t {
	margin-bottom:40px;
	position:relative;
	border-bottom:solid 1px #f3f3f3;
	padding-top:20px;
}

.n-entry {
	padding:3px 20px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	background:#f3f3f3;
	color:#000;
	position:absolute;
	top:5px;
	left:0;
}

/* カテゴリコンテンツがある場合の記事一覧 */
.cat-itiran p.point {
    background-color: transparent;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
    padding: 20px 15px 10px;
    position: relative;
}

.cat-itiran p.point .point-in {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 3px 20px;
    position: absolute;
    top: 15px;
}

/*投稿タグ*/
.tagst {
	font-size:13px;
	color:#ccc;
	padding: 10px 0 0;
}

/* 引用 */
.post blockquote {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

/*--------------------------------
サイドバー
---------------------------------*/

#side .st-aside ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#side .st-aside .children li {
	padding-left: 10px;
}

#side .st-aside ul li ul li{
	list-style-type: none;
	margin: 0px;

}

#side .st-aside .sub-menu {
	padding-left: 10px;
}

#side .st-aside .side-t {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#side .st-aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 24px;
}

/*タグクラウド*/
.tagcloud a {
	font-size: 13px!important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	border:1px #1a1a1a solid;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	opacity:0.5;
}
.tagcloud a:hover {
	opacity:0.5;
}

/*--------------------------------
エディタ用
---------------------------------*/
/*テーブル */
.post table {
	box-sizing:border-box;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

table tr td {
	padding: 10px;
	vertical-align:top;
}

table th {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
}

.post table tr td {
	font-size: 13px;
	line-height: 18px;
}

.post table tr td p {
	font-size: 13px;
	line-height: 18px;
}

.post table tr:nth-child(even) {
	background-color: rgba(220,220,220,0.2);
}

/*テーブル（装飾なし） */
.post .notab table {
	border:none;
	width: initial; /* 初期状態にリセット */
	max-width: initial; /* 初期状態にリセット */
}

.notab table tr td {
	border:none;
	text-align: left;
	vertical-align: top;
}

.notab table th {
	border:none;
}

.post .notab table tr:nth-child(even) {
	background-color: transparent;
}

/*スクロール*/
.post .scroll-box table {
	max-width:initial;
}

.scroll-box {
	overflow-x: auto;
	margin-bottom:10px;
}
.scroll-box::-webkit-scrollbar {
	height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	background: #f3f3f3;
}
.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ccc;
}

/*画像 */
img.alignright {
	float: right;
	margin: 0 0 5px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

img.aligncenter {
	display: block;
	margin:0 auto 10px;
}

img.float-left {
	float: left;
}

img.float-right {
	float: right;
}

.wp-caption {
	text-align: center;
}

.aligncenter {
	clear: both;
	display: block;
	margin:0 auto 10px;
}

.ie8 img {
	width: auto;
}

/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 20px;
}

.post ul li {
	padding-bottom:5px;
}

.post ul li:last-child {
	padding-bottom:0px;
}

.post ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
}

.post ol li {
	padding-bottom:5px;
}

.post ol li:last-child {
	padding-bottom:0px;
}

/*マルリスト*/
.post .maruno { 
	margin-bottom: 20px;
}

.post .maruno ol { 
	list-style-type: none;
	counter-reset: st-section;
	margin-left: 10px;
	padding:0 20px 0 30px;
}

.post .maruno ol li {
	counter-increment: st-section;
	padding:10px 0;
	margin-bottom:10px;
	line-height: 23px;
}

.post .maruno ol li:before {
	content: counters(st-section,"");
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	padding:0 8px;
	font-size:70%;
	margin-right:10px;
	background: #f3f3f3;
	color:#000;
	margin-left:-3em;
}

/*チェックリスト*/
.post .maruck { 
	margin-bottom: 20px;
}

.post .maruck ul { 
	list-style-type: none;
	margin-left: 10px;
	padding:0 20px 0 30px;
}

.post .maruck ul li {
	padding:10px 0;
	margin-bottom:10px;
	line-height: 23px;
}

.post .maruck ul li:before {
	content: " \f00c";
	font-family: FontAwesome;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	padding:0 6px;
	font-size:70%;
	margin-right:10px;
	background: #f3f3f3;
	color:#000;
	margin-left:-3em;
}


/*フォーム*/
input:not([type=checkbox]):not([type=radio]):not([type=submit]),textarea,select {
	box-sizing:border-box;
	width:100%;
	padding:5px;

}

.post input,.post textarea{
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #ccc;
}

.post #search input{
	border:none;
}

/*コンタクトフォーム7の送信ボタン*/
.wpcf7-submit{
	width:100%;
	border-radius:20px;
	-webkit-border-radius: 20px;  
	-moz-border-radius: 20px;
	background:#f3f3f3;
	color:#000;
	border:none;
	margin:0 auto;
	padding:10px;
	display:block;
	box-sizing:border-box;
}

.wpcf7-submit:hover{
	opacity:0.9;
}

/*レスポンシブ用PC左右コンテンツ*/
.responbox, 
.responbox30, 
.responbox40, 
.responbox50, 
.responbox60, 
.responbox70 {
	margin-bottom:10px;
}

.responbox .lbox {
	margin-bottom:10px;
}

/*50%*/
.responbox50.smart50 .lbox {
	float:left;
	width:49%;
	box-sizing:border-box;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

.responbox50.smart50 .rbox {
	float:right;
	box-sizing:border-box;
	width:49%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

.responbox50.smart50 {
	overflow:hidden;
}

/*AmazonJS*/
.post .amazonjs_item h4, 
.post .amazonjs_item h4 a {
	color:#1a1a1a;
	font-size:15px;
	background-color:transparent;
}
.post .amazonjs_item ul li {
	font-size:12px!important;
}



/*--------------------------------
メニューst5 未設定
---------------------------------*/

nav.st5,
#st-menuwide div.menu,
#st-menuwide nav.menu
 {
	display:none;
}



/*--------------------------------
ぱんくず
---------------------------------*/

#breadcrumb,
#breadcrumb ol {
	margin:0;
	padding:0 0 5px;
}

#breadcrumb ol li {
	color: #ccc;
	font-size: 13px;
	list-style:none;
	display: inline-block;
}

#breadcrumb ol li a {
	text-decoration: none;
	color: #ccc;
}

/*--------------------------------
SNS
---------------------------------*/



/*--------------------------------
カレンダー
---------------------------------*/

#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	width: 100%;
}

#wp-calendar thead tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 14px;
	padding: 10px 3px;
	text-align: center;
	background-color: #f3f3f3;
}

#wp-calendar td {
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}

#wp-calendar tbody tr #today {
	background-color: #b0e0e6;
}


/*--------------------------------
コメント
---------------------------------*/

#comments p a {
	color: #333;
}

.post #comments h3 {
	background-color: transparent;
}

#comments p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	color: #333;
	padding: 5px 0;
}

#comments label {
	display: block;
}

.metadata dd a {
	color: #333;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

#comments {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}

.fn {
	font-style: normal;
	font-size: 13px;
}

.says {
	font-size: 13px;
	line-height: 18px;
}

.commentmetadata {
	box-sizing:border-box;
	font-size: 12px;
	line-height: 24px;
	height: 15px;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.reply {
	padding: 5px;
	font-size: 13px;
}

#comments #respond {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}

#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comments #commentlist img {
	padding: 10px;
}

#comments .commets-list {
	padding-left: 0px;
	list-style-type: none;
}

ul.sub-menu {
	padding: 0px;
}

.commets-list li {
	list-style-type: none;
}

.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}

.vcard .fn {
	font-size: 13px;
	line-height: 18px;
}

/* コメント欄の下にある使用できるタグの表記を消す */

.form-allowed-tags {
	display: none;
}

#comments #st-reply-title {
	background-image: none;
	border: none;
	margin-bottom: 0px;
	padding: 0;
	font-size:110%;
	font-weight:bold;
}

#comments h4 {
	background-color: transparent;
	padding: 0;
	border: none;
	margin-bottom: 0px;
}

#comments textarea {
	box-sizing:border-box;
	margin-bottom: 10px;
	width: 100%;
	border: 1px #f2f2f2 solid;
}

#comments input {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px #f2f2f2 solid;
}

/* コメントボタン */
	#comments input[type="submit"] {
	background-color: #f3f3f3;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px #f2f2f2 solid;
}

/*
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 897px) {

	header .smanone ul.sub-menu{
		display:none;
	}

	/* IE7 対策 */
	header .smanone ul.menu{
		zoom:1;
	}
	*+html header .smanone ul.menu li{
		display:inline;
		zoom:1;
	}
	*+html header .smanone ul.sub-menu{
		zoom:1;
		position:relative;
	}
	.smanone {
		display: block;
	}
	.pcnone {
		display: none!important;
	}
	nav {
		display: block;
	}
	/*IEで要素がズレるのを対応*/
	.ie7 .st-aside ul li, 
	.ie8 .st-aside ul li, 
	.ie9 .st-aside ul li {
		display: list-item;
		padding: 0;
	}

	/*--------------------------------
	ページャー
	---------------------------------*/

	.st-pagelink .page-numbers {
		padding:5px 8px;
	}

	/*--------------------------------
	SNS
	---------------------------------*/

	.sns{
		width:90%;
	}
	.sns li {
		width:33%;
	}
	.snstext{
		display:inline;
	}

	/*トップ記事一覧*/
	dd h3 a {
		color: #333;
		text-decoration: none;
		font-size:16px;
		line-height: 26px;
	}
	.kanren .clearfix dd p {
		font-size:13px;
		line-height: 18px;
	}

	/*--------------------------------
	メニューst5
	---------------------------------*/

	nav.st5 {
		padding:5px;
		display:block;
	}
	nav.st5 li {
		position: relative;
		font-size: 14px;
		padding-left: 15px;
		display: inline;
		padding-right: 15px;
		border-right:1px solid #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	nav.st5 li:last-child {
		border:none;
	}
	nav.st5 li .sub-menu,
	nav.menu li .children {
		display:none;
	}
	nav.st5 li a {
		color: #333;
		text-decoration: none;
	}
	.menu-nav.st5igation-container {
		overflow: hidden;
	}
	nav.st5 li a:hover {
		text-decoration: underline;
	}

	/*--------------------------------
	メニュー未設定
	---------------------------------*/

	#st-menuwide div.menu,
	#st-menuwide nav.menu {
		max-width:1080px;
		margin:0 auto;
		padding:5px;
		display:block;
	}
	#st-menuwide div.menu:after,
	#st-menuwide nav.menu:after {
		content:'';
		display:block;
		clear:both;
	}
	#st-menuwide div.menu li,
	#st-menuwide nav.menu li {
		position: relative;
		font-size: 14px;
		padding-left: 15px;
		display: inline;
		padding-right: 15px;
		border-right:1px solid #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#st-menuwide div.menu li:last-child,
	#st-menuwide nav.menu li:last-child {
		border:none;
	}
	#st-menuwide div.menu li .sub-menu,
	#st-menuwide nav.menu li .sub-menu {
		display:none;
	}
	#st-menuwide div.menu li a,
	#st-menuwide nav.menu li a {
		color: #333;
		text-decoration: none;
	}
	/*-- ここまで --*/
}