@charset "UTF-8";
/*
Theme Name: onkyo-gym.com
Theme URI: https://onkyo-gym.com/
Description: This is our original theme.
Author: Ku-nel Co.,Ltd.
Author URI:　https://ku-nel.com/
Version:1.0
*/
@import url(css/html5reset-1.6.1.css);

/* common */
/* --------------------------------------------------- */
body {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 100%;
	background: #f4f0ec;
}
* {box-sizing: border-box;}
/* --------------------------------------------------- */


/* header */
/* --------------------------------------------------- */
header {
	width: 100%;
	height: 218px;
	z-index: 200;
	position: relative;
	background: #fff;
	border-top: 4px solid #58330d;
}
header div#site_desc {
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #ddd;
}
header div#header_top {
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}
header div#header_top #header_logo {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0;
	text-align: center;
	z-index: 30;
	margin: auto;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
header div#header_top #header_logo h1.logo {
	line-height: 1;
	margin: 0;
	padding: 0;
}
header div#header_top #header_logo h1.logo a img {
	display: block;
	width: 448px;
	margin: 0 auto;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
@media (max-width: 1000px) {

header div#header_top {
	width: 100%;
}
header div#header_top #header_logo h1.logo a img {
	width: 100%;
}

}
@media (max-width: 590px) {

header {
	height: 82px;
}
header div#site_desc {
	height: 28px;
	line-height: 1em;
}
header div#header_top {
	height: 50px;
}

}
/* --------------------------------------------------- */


/* header nav */
/* --------------------------------------------------- */
.gnavi__wrap {
	display: flex;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	z-index: 40;
	background: #573312;
}
.gnavi__lists {
	position: relative;
	display: flex;
	width: 1000px;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	border-left: 1px solid #795c41;
}
.gnavi__list {
	position: relative;
	line-height: 1;
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #795c41;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex: 1 1 0%;
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
}
.gnavi__list a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0em;
	margin: 0;
	transition: all .0s;
}
.gnavi__list a:hover {
	color: #bfa898;
}
.dropdown__lists {
	display: none;/*デフォルトでは非表示の状態にしておく*/
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
}
.gnavi__list:hover .dropdown__lists {
	display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
	background-color: #000;
	height: 40px;
	transition: all .3s;
	position: relative;
}
.dropdown__list:not(:first-child)::before{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.dropdown__list:hover {
	background-color: #462809;
}
.dropdown__list a {
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.dropdown__list a:hover {
	color: #fff;
}
@media (max-width: 1000px) {

.gnavi__wrap {
	width: 100%;
}
.gnavi__list a {
	font-size: 12px;
}

}
@media (max-width: 590px) {

.gnavi__wrap {
	display:none;
}

}
/* --------------------------------------------------- */


/* header nav SP */
/* --------------------------------------------------- */
nav#sidenav {
	display:none;
}
@media (max-width: 590px) {
nav#sidenav {
	display: block;
	float: left;
	width: 260px;
	z-index: 40;
}
nav#sidenav .menuitem ul {
	list-style: outside none none;
	background-color: #fff;
}
nav#sidenav .menuitem ul li {
	float: left;
	width: 250px;
	min-height: 40px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 2px;
}
nav#sidenav .menuitem ul li a img {
	width: 100%;
}
nav#sidenav .menuitem ul li a {
	display: table-cell;
	position: relative;
	width: 250px;
	height: 50px;
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
}
nav#sidenav .menuitem ul li a:hover {
	color: #9e836b;
	background-color: #f0f8ff;
	border-bottom-color: #f0f8ff;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}
nav#sidenav div#nav-content div:nth-child(1) {
	display: inherit;
}
nav#sidenav h1 {
	display: none;
}
/*ヘッダーまわりはサイトに合わせて調整してください*/
nav#sidenav {
	float: left;
	position: fixed;
	top: 6px;
	left: 6px;
}
/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #999;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 262px;/*最大幅（調整してください）*/
	height: 100%;
	padding: 5px;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#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);
}

}
/* top article */
/* --------------------------------------------------- */
article {
	width: 100%;
	margin: 0;
}
#index_box_content {
	width: 100%;
	height: 510px;
}
#index_box_content .item {
	width: calc(100% / 3);
	height: 510px;
	float: left;
	position: relative;
	border-bottom: 1px solid #ddd;
}
#index_box_content a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #000;
	background: #fff;
}
#index_box_content .image_wrap {
	display: block;
	width: 100%;
	height: 300px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.image {
	width: 100%;
	height: 100% !important;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-size: cover;
	background-position: top;
}
#index_box_content .title {
	font-size: 22px;
	color: #ffffff;
	background: rgba(52,30,9,0.5);
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 240px;
	left: 0px;
	z-index: 3;
}
#index_box_content .desc {
	font-size: 16px;
	height: 210px;
	line-height: 2.4;
	border-right: 1px solid #ddd;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#index_box_content .desc p {
	width: 100%;
	padding: 0 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1000px) {

#index_box_content .item {
	width: 100%;
}

}
@media (max-width: 590px) {

#index_box_content {
	height: 440px;
}
#index_box_content .item {
	height: 440px;
}
#index_box_content .desc {
	height: 140px;
}

}
/* --------------------------------------------------- */


/* top slider */
/* --------------------------------------------------- */
#index_slider_wrap {
	position: relative;
	height: 100%;
}
#index_slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slick-slider {
	display: block;
	user-select: none;
	touch-action: pan-y;
}
#index_slider h2 {
}
#index_slider h3 {
}
/* --------------------------------------------------- */


/* top news */
/* --------------------------------------------------- */
.index_news {
	width: 1000px;
	padding: 97px 0 0;
	margin: 0 auto;
}
.index_news h3.headline {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 500;
	font-size: 38px;
	color: #58330d;
	text-align: center;
	line-height: 1.6;
	margin: -10px 0 49px 0;
}
.index_news .item {
	display: block;
}
.index_news .item a {
	display: block;
	height: 58px;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
	line-height: 56px;
	text-decoration: none;
	color: #000;
	padding: 0 30px;
	margin: 0 0 -1px 0;
	border: 1px solid #ddd;
	background: #f7f7f7;
}
.index_news .item a .date {
	float: left;
	font-size: 14px;
	font-weight: 600;
	color: #593306;
	margin: 0 30px 0 0;
}
.index_news .item a .title {
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_news .item a .title:hover {
	color: #999;
}
.index_news .button {
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
	text-align: center;
	margin-top: 59px;
}
.index_news .button a {
	display: inline-block;
	min-width: 250px;
	height: 60px;
	font-size: 16px;
	text-decoration: none;
	line-height: 60px;
	color: #58330c;
	border: 1px solid #59340e;
	transition: all 0.2s ease;
}
.index_news .button a:hover {
	color: #ffffff;
	background: #472805;
	border-color: #472805;
}
@media (max-width: 1000px) {

.index_news {
	width: 100%;
}

}
/* --------------------------------------------------- */


/* top design */
/* --------------------------------------------------- */
.index_design_content {
	width: 1000px;
	padding: 97px 0 0;
	margin: 0 auto;
}
.index_design_content h3.catch {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 38px;
	font-weight: 500;
	color: #58330d;
	text-align: center;
	line-height: 1.6;
	margin: -9px 0 10px 0;
}
.index_design_content p.desc {
	font-size: 16px;
	text-align: center;
	line-height: 2.5;
	margin: 18px 0 85px 0;
}
.index_design_content img {
	width: 100%;
	height: 300px;
	margin-bottom: 46px;
}
.index_design_content .button {
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
	text-align: center;
	margin-top: -41px;
}
.index_design_content .button a {
	display: inline-block;
	min-width: 250px;
	height: 60px;
	font-size: 16px;
	text-decoration: none;
	line-height: 60px;
	color: #58330c;
	border: 1px solid #59340e;
	transition: all 0.2s ease;
}
.index_design_content .button a:hover {
	color: #ffffff;
	background: #472805;
	border-color: #472805;
}

@media (max-width: 1000px) {

.index_design_content {
	width: 100%;
}

}
/* --------------------------------------------------- */


/* top Reason for choosing */
/* --------------------------------------------------- */
.index_campaign {
	position: relative;
	width: 100%;
	height: 614px;
	margin-top: 100px;
	background: #000;
	padding: 97px 0 0;
	overflow: hidden;
	background-size: cover;
	background-image: url("img/ReasonForChoosing.jpg");
}
.index_campaign_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.index_campaign h3.headline {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 38px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	color: #ffffff;
	margin: -9px 0 48px 0;
}
.index_campaign h3.headline span {
	display: block;
	font-size: 20px;
}
.index_campaign_slider {
	overflow: hidden;
	height: 172px;
	border: 1px solid #fff;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel {
	position: relative;
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
	transform: translate3d(-1000px, 0px, 0px);
	transition: 1s;
	width: 3498px;
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	width: 250px;
	touch-action: pan-y;
	user-select: none;
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
}
.owl-carousel .owl-item {
	position: relative;
	-moz-transform: translate3d(0,0,0);
}
.index_campaign .item {
	position: relative;
	height: 172px;
	margin: 0 0 0 -1px;
	border-left: 1px solid #fff;
	border-color: rgba(255,255,255,0.5);
}
.index_campaign .item a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	line-height: 2;
	padding: 23px 30px;
	transition: all 0.2s ease;
}
.index_campaign .item a:hover {
	opacity: 0.5;
}
.index_campaign .slider_next_item {
	top: 50%;
	transform: translateY(-50%);
	right: -63px;
	margin-top: 10px;
}
.index_campaign .slider_prev_item {
	top: 50%;
	transform: translateY(-50%);
	left: -60px;
	margin-top: 10px;
}
.index_campaign .slider_arrow {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	color: #fff;
	cursor: pointer;
	z-index: 9;
	overflow: hidden;
}
.index_campaign .slider_arrow::before {
	width: 18px;
	height: 18px;
	font-size: 18px;
	display: block;
	position: absolute;
	text-indent: 0px;
	top: 2px;
	left: 18px;
	transition: all 0.2s ease;
}

.index_campaign .slider_arrow:hover {
	opacity: 0.5;
}
.index_campaign .button {
	text-align: center;
	margin-top: 60px;
}
.button_font {
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
}
.index_campaign .button a {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	min-width: 250px;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	border: 1px solid #ccc;
	transition: all 0.2s ease;
}
.index_campaign .button a:hover {
	background: #472805;
	border-color: #472805;
}
@media (max-width: 1000px) {

.index_campaign_inner {
	width: 100%;
}

}
/* --------------------------------------------------- */


/* top blog */
/* --------------------------------------------------- */
.index_blog {
	width: 1000px;
	padding: 97px 0 0;
	margin: 0 auto;
}
.index_blog h3.headline {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	margin: -13px 0 50px 0;
	font-size: 38px;
	color: #58330d;
}
.index_blog h3.headline span {
	display: block;
	font-size: 18px;
}
.blog_list {
	width: calc(100% + 2px);
}
.blog_list .item {
	display: block;
	background: #fff;
	width: calc(100% / 3);
	height: 376px;
	float: left;
	border: 1px solid #ddd;
	margin: 0 -1px -1px 0;
	position: relative;
}
.blog_list .item a {
	color: #000;
	text-decoration: none;
	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}
.blog_list .item a:hover {
	color: #999;
}
.blog_list .image_wrap {
	display: block;
	width: calc(100% + 2px);
	height: 210px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: -1px -1px 0;
}
.blog_list .image_wrap .image:hover {
	transform: scale(1.2);
	transition: transform 0.75s ease;
}
.blog_list .title_area {
	padding: 25px 30px;
}
.blog_list .title {
	font-size: 16px;
	line-height: 1.8;
	max-height: 5.4em;
	overflow: hidden;
	font-weight: 500;
}
.blog_list .title a {
	color: #000;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}
.blog_list .post_meta {
	position: absolute;
	bottom: 25px;
}
.blog_list .post_meta li {
	display: inline;
	line-height: 1.8;
	font-size: 14px;
	margin: 0 10px 0 0;
	padding: 0;
	color: #999;
	position: relative;
}
.blog_list .post_meta li a {
	color: #999;
	text-decoration: none;
}
.blog_list .post_meta li a:first-child {
	display: inline-block;
}
.blog_list .post_meta li a:hover {
	color: #573312;
}
.index_blog .button {
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
	font-weight: 500;
	text-align: center;
	margin-top: 59px;
}
.index_blog .button a {
	display: inline-block;
	min-width: 250px;
	height: 60px;
	font-size: 16px;
	text-decoration: none;
	line-height: 60px;
	color: #58330c;
	border: 1px solid #59340e;
	transition: all 0.2s ease;
}
.index_blog .button a:hover {
	color: #ffffff;
	background: #472805;
	border-color: #472805;
}
@media (max-width: 1000px) {

.index_blog {
	width: 100%;
}
.blog_list {
	width: 100%;
}
.blog_list .item {
	width: 100%;
}

}
/* --------------------------------------------------- */


/* page_header */
/* --------------------------------------------------- */
#page_header {
	position: relative;
	width: 100%;
	height: 430px;
	overflow: hidden;
	background-size: cover;
	background-position: top;
}
#page_header .headline_area {
	width: 800px;
	position: absolute;
	z-index: 100;
	text-align: center;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#page_header .headline {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 38px;
	font-weight: 500;
	text-shadow: 1px 1px 1px #000;
}
#page_header .headline_area p {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 18px;
	margin-top: 13px;
	text-shadow: 1px 1px 1px #000;
}
@media (max-width: 800px) {

#page_header .headline_area {
	width: 100%;
}

}
/* --------------------------------------------------- */


/* main_contents */
/* --------------------------------------------------- */
#main_contents {
	width: 1000px;
	margin: 100px auto 150px;
}
#main_col {
	width: 650px;
	float: left;
}
.post_content h1 {
	font-size: 150%;
	line-height: 1.4;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
.styled_h4 {
	font-size: 18px !important;
	text-align: left;
	line-height: 1.4;
	color: #000000;
	border-top: 0px solid #dddddd;
	border-bottom: 0px solid #dddddd;
	border-left: 2px solid #222222;
	border-right: 0px solid #dddddd;
	padding: 10px 0px 10px 15px !important;
	margin: 40px 0px 30px !important;
}
.post_row {
	margin-right: -25px;
	margin-left: -25px;
	line-height: 2.4;
}
.post_row::before {
	display: table;
	content: " ";
}
.post_content h5 {
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
.post_content h4 {
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
.post_content a {
	text-decoration: none;
	color: #000000;
}
.post_content a:hover {
	color: #999999;
}
.well2 {
	margin-bottom: 30px;
	padding: 1.1em 2em;
	border: 1px solid #ddd;
	line-height: 1.8;
}
@media (max-width: 1000px) {

#main_contents {
	width: 100%;
	margin: 100px auto 100px;
}
#main_col {
	width: 100%;
	padding: 0.5em;
}

}
/* --------------------------------------------------- */


/* side menu */
/* --------------------------------------------------- */
#side_col {
	width: 300px;
	float: right;
}
.widget_content {
	margin: 0 0 10px 0;
}
.widget_content:last-child {
	margin-bottom: 0;
}
.widget_text .post_content {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
}
.widget_content a {
	text-decoration: none;
	color: #000;
}
.widget_content a img {
	height: auto;
	max-width: 100%;
}
@media (max-width: 1000px) {

#side_col {
	width: 100%;
}

}
@media (max-width: 590px) {

#side_col {
	display: none;
}

}
/* --------------------------------------------------- */


/* about_content */
/* --------------------------------------------------- */
#about_page {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 55px;
}
.about_content {
	margin-bottom: 95px;
}
.about_content .content_area {
	background: #fff;
	padding: 100px 150px 60px;
	border: 1px solid #ddd;
}
.about_content h3.catch {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 38px;
	color: #58330d;
}
.post_content h2 {
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 10px 0;
		margin-top: 0px;
	padding: 10px 0 0 0;
}
.post_content p {
	text-align: left;
	line-height: 2.5;
	margin: 0 0 2em 0;
	word-wrap: break-word;
}
.post_content .s_table table {
	margin-bottom: 0;
}
.post_content table {
	margin: 0 0 24px 0;
		margin-bottom: 24px;
	width: 100% !important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.post_content td, .post_content th {
	border: 1px solid #ccc;
	padding: 10px 15px;
	line-height: 2.2;
	background: #fff;
}
.q_button_wrap {
	text-align: center;
	margin: 2em auto;
}
.q_custom_button2,
.q_custom_button1 {
	width: 240px;
	height: 60px;
	background: #535353;
	color: #ffffff !important;
	border-color: #535353 !important;
	border: 1px solid #535353;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	max-width: 100%;
	padding: 0 30px;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
	box-sizing: border-box;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.q_custom_button2:hover,
.q_custom_button1:hover {
	background: #7d7d7d;
	color: #ffffff !important;
	border-color: #7d7d7d !important;
}

@media (max-width: 1000px) {

#about_page {
	width: 100%;
}

}
@media (max-width: 590px) {

.about_content .content_area {
	padding: 20px 1em;
}
.post_content p {
	line-height: 1.5;
}

}
/* --------------------------------------------------- */


/* page_news & page_RFC */
/* --------------------------------------------------- */
#page_news {
	display: block;
	background: #fff;
	border: 1px solid #ddd;
}
#news_title_area {
	position: relative;
	padding: 0 50px 30px;
}
#news_title_area .title {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	margin: 35px 0 0 0;
}
#news_title_area .date {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
#news_post_image {
	position: relative;
	margin: 0 0 43px 0;
}
#news_post_image img {
	width: 100%;
}
#news_post_content {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 16px;
	padding: 0 50px;
}
#news_post_content h3 {
	font-size: 22px;
	line-height: 1.4;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
#news_post_content p {
	line-height: 2.5;
	word-wrap: break-word;
	margin: 0 0 2em 0;
}
#news_post_content .column pre {
	border-left: 3px solid #ccc;
	background: #f8f8f8;
	font-size: 12px;
	margin: 0 0 27px 0;
	line-height: 1.7;
	padding: 20px;
	overflow: auto;
}
#news_post_content .column .q_underline {
	background-color: #fff799;
}
#news_post_content ul {
	list-style: circle outside none;
	margin-left: 1.3em;
	margin-bottom: 24px;
}
#news_post_content li,
#news_post_content dt,
#news_post_content dd {
	line-height: 2.2;
}
/* --------------------------------------------------- */


/* archive_news */
/* --------------------------------------------------- */
#news_list {
}
#news_list .item {
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 0 -1px 0;
	height: 200px;
	padding: 19px 23px;
	box-sizing: border-box;
}
#news_list .link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #000;
	background: #fff;
}
#news_list .image_wrap {
	display: block;
	width: 160px;
	height: 160px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	float: left;
}
#news_list .image {
	width: 100%;
	height: 100% !important;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-size: cover;
}
#news_list .title_area {
	width: calc(100% - 160px);
	height: 100%;
	float: left;
	position: relative;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}
#news_list .title_area_inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	left: 40px;
}
#news_list .title {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 600;
}
#news_list .date {
	font-size: 14px;
	line-height: 1;
	color: #999;
	margin: 10px 0 0 0;
}
@media (max-width: 1000px) {
}
@media (max-width: 590px) {

#news_list .item {
	height: 120px;
	padding: 18px;
}
#news_list .image_wrap {
	width: 80px;
	height: 80px;
}
#news_list .title_area {
	width: calc(100% - 80px);
}
#news_list .title_area_inner {
	right: 10px;
	left: 10px;
}

}
/* --------------------------------------------------- */


/* archive_blog */
/* --------------------------------------------------- */
#catch_area {
	margin-bottom: 85px;
}
#catch_area .catch {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 500;
	font-size: 38px;
	color: #58330d;
	text-align: center;
	line-height: 1.6;
	margin: -5px 0 0 0;
}
#catch_area .desc {
	font-size: 16px;
	text-align: center;
	line-height: 2.5;
	margin: 16px 0 0 0;
}
/* --------------------------------------------------- */


/* contact */
/* --------------------------------------------------- */
/* WPForms で作成									　 */
/* --------------------------------------------------- */


/* slider 未使用 */
/* --------------------------------------------------- */
.slider1 {
    display: flex;
	height: 172px;
    overflow: hidden;
	border: 1px solid #fff;

}
.slider1 ul{
	position: relative;
	display:flex;
	width: 1000px;
	padding: 0;
	margin:0;
}
.slider1 li{
	position: relative;
	width: 250px;
	height: 172px;
	padding: 23px 30px;
	margin: 0 0 0 -1px;
	border-left: 1px solid #fff;
	border-color: rgba(255,255,255,0.5);
	list-style: none;
}
.slider1 li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	line-height: 2;
}
.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite;
}
.slider1 ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
    }
  to {
    transform: translateX(-100%);
    }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
    }
  to {
    transform: translateX(-200%);
    }
}
/* --------------------------------------------------- */


/* footer */
/* --------------------------------------------------- */
footer {
	width: 100%;
	padding: 0;
	margin: 100px 0 0;
	background: #fff;
}
#return_top a {
	border-top: 1px solid #ddd;
	display: block;
	width: 100%;
	height: 58px;
	line-height: 58px;
	text-decoration: none;
	text-align: center;
	z-index: 100;
	position: relative;
}
#return_top a:hover {
	background: #f4f4f4;
}
#footer_banner {
	width: 100%;
	height: 300px;
}
#footer_banner .item {
	width: calc(100% / 3);
	height: 300px;
	float: left;
	position: relative;
}
#footer_banner a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#footer_banner .image_wrap {
	display: block;
	width: 100%;
	height: 300px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#footer_banner .image {
	width: 100%;
	height: 100% !important;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#footer_banner .title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 240px;
	left: 0px;
	z-index: 3;
	font-size: 22px;
	color: #ffffff;
	background: rgba(52,30,9,0.5);
}
.animate_background:hover .image,
#recipe_archive a:hover .blur_image {
	transform: scale(1.2);
	transition: transform 0.75s ease;
}
#footer_top {
	background: #f4f0ec;
	padding: 60px 0;
	text-align: center;
}
#company_info {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px 0;
}
#footer_button {
	text-align: center;
	margin-top: 29px;
}
#footer_button a {
	color: #59340e !important;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	min-width: 250px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #59340e;
	transition: all 0.2s ease;
}
#footer_button a:hover {
	color: #ffffff !important;
	background: #472805;
	border-color: #472805;
}
.button_font {
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
}
#company_date {
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gothic_font {
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}
#footer_menu {
	text-align: center;
	font-size: 0;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #ddd;
	background: #fff;
}
#footer_menu li {
	font-size: 14px;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 12px 0 0;
	border-right: 1px solid #aaa;
}
#footer_menu li a {
	color: #000;
	text-decoration: none;
}
#footer_menu li a:hover {
	color: #999999;
}
#copyright {
	width: 100%;
	line-height: 60px;
	height: 60px;
	font-size: 12px;
	z-index: 10;
	text-align: center;
	background: #58330d;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1000px) {

#footer_banner .item {
	width: 100%;
}

}
@media (max-width: 590px) {

#footer_menu {
	display: none;
}
#company_date {
	height: auto;
	line-height: 1.2em;
}
#footer_banner .title {
	font-size: 20px;
}

}
/* --------------------------------------------------- */


/* page navi */
/* --------------------------------------------------- */
div#navibutton,
div#nextbutton {
	position: relative;
	text-align: center;
	margin: 60px 0 0 0;
	z-index: 10;
}
div#nextbutton a {
	color: #666;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #000;
}
div#nextbutton a:hover {
	color: #fff;
	background-color: #666;
}

.page_navi {
	margin: 60px 0 0 0;
	z-index: 10;
	position: relative;
}
.page_navi ul {
	margin: 0;
	font-size: 0;
	text-align: center;
}
.page_navi li {
	display: inline-block;
	margin: 0 -1px 0 0;
}
.page_navi span.current {
	position: relative;
	color: #fff;
	border-color: #573312;
	background-color: #573312;
}
.page_navi span {
	border: 1px solid #ddd;
	font-size: 14px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	text-align: center;
}
.page_navi a,
.page_navi a:hover {
	color: #000;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	text-align: center;
}
.page_navi a:hover {
	color: #fff;
	border-color: #573312;
	background-color: #573312;
}
/* --------------------------------------------------- */


/* cotalog link button */
/* --------------------------------------------------- */
div.catalog {
	width: 300px;
	height: 50px;
	padding-top: 1px; 
	margin: 40px 0 40px calc((100% - 300px) * 0.5);
	background-color: #1E5799;
	border-radius: 10px;
	box-shadow: inset 0 3px 6px 0 hsla(0,0%,100%,.3),inset -2px -3px 6px 0 rgba(0,0,0,.6),1px 1px 6px 1px rgba(0,0,0,.6),1px 1px 3px 0 hsla(0,0%,100%,.3);
}
div.catalog p a {
	display: table-cell;
	width: 300px;
	height: 50px;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	line-height: 0;
	color: #fff;
	vertical-align: middle;
}
div.catalog:hover {
	background-color: #CF0404;
}
/* --------------------------------------------------- */
