@charset "UTF-8";
/*
Theme Name: kunel Pillow
Theme URI: https://pillow.ku-nel.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-color: #1d2b53;
}
* {box-sizing: border-box;}
.textleft {text-align: left;}
/* --------------------------------------------------- */


/* header */
/* --------------------------------------------------- */
header {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 45px 0 30px;
	margin: 0;
	z-index: 1000;
}
#header h1 {
	font-size: 60px;
	font-weight: 100;
	line-height: 0.5;
	color: #fff;
}
#header h1 span {
	font-size: 24px;
}
@media (max-width: 590px) {

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


/* header nav */
/* --------------------------------------------------- */
nav#sidenav {
	margin: 12px calc((100% - 900px) *.5) 0;
	z-index: 1000;
}
nav#sidenav ul {
	width: 900px;
}
nav#sidenav ul li {
	float: left;
	width: 16.6%;
	height: 24px;
}
nav#sidenav ul li a {
	display: table-cell;
	width: 16.6%;
	height: 24px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: 0;
	border-right: 1px solid #fff;
}
nav#sidenav ul li:last-child a {
	border-right: none;
}
nav#sidenav ul li a:hover {
	color: red;
}
nav#sidenav input  {
	display: none;
}

@media (max-width: 900px) {

/*ヘッダーまわりはサイトに合わせて調整してください*/
nav#sidenav {
	display: block;
	float: right;
	position: fixed;
	top: 6px;
	right: 6px;
	margin: 0;
}
nav#sidenav ul {
	width: 100%;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}
/*アイコンのスペース*/
#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: #fff;
	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: 200px;/*最大幅（調整してください）*/
	height: 100%;
	padding: 5px;
	background: #000;/*背景色*/
	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);
}
/*追加*/
nav#sidenav ul li {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
nav#sidenav ul li a {
	border-right: none;
}

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


/* article */
/* --------------------------------------------------- */
article {
	width: 100%;
	padding: 0;
	margin: 40px 0 0;
}
section {
	width: 720px;
	padding: 10px;
	margin: 0 auto 40px;
}
section p {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	margin: 0 0 1em;
}
section h2 {
	font-size: 24px;
	line-height: 1.6;
	color: #fff;
}
section h3 {
	font-size: 36px;
	line-height: 1.6;
	color: #fff;
}
section h3 span {
	font-size: 18px;
}
section h4 {
	font-size: 18px;
	line-height: 1.6;
	color: #f1ab3e;
}
section h5 {
	font-size: 24px;
	line-height: 1.2;
	color: #f1ab3e;
	margin: 0 0 0.5em;
}
section h6 {
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
}
section p img {
	text-align: center;
	margin-top: 1em;
}
@media (max-width: 720px) {

section {
	width: 100%;
}
section p img {
	width: 100%;
}

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


/* #sec */
/* --------------------------------------------------- */
#sec {
	width: 900px;
	height: auto;
	padding: 0;
	margin-bottom: 2em;
}
@media (max-width: 900px) {

#sec {
	width: 100%;
}

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


/* #sec1 */
/* --------------------------------------------------- */
#sec1 .d1 {
	width: 100%;
	height: 200px;
	margin-bottom: 2em;
}
#sec1 .d1 .imgarea {
	float: left;
	width: 250px;
	margin: 0 30px 0 0;
}
#sec1 .d1 .textarea {
	text-align: left;
	margin: 0;
}
#sec1 .d1 .textarea p {
	text-align: left;
}
@media (max-width: 720px) {

#sec1 .d1 {
	height: auto;
}
#sec1 .d1 .imgarea {
	width: 100%;
	margin: 0 0 20px 0;
}
#sec1 .d1 .imgarea img {
	width: 100%;
}

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


/* #sec2 */
/* --------------------------------------------------- */
#sec2 .d2 {
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
}
#sec2 .d2 .leftimg {
	float: left;
	width: 48%;
	margin-right: 4%;
}
#sec2 .d2 .rightimg {
	float: left;
	width: 48%;
}
#sec2 .d2 .rightimg p,
#sec2 .d2 .leftimg p {
	font-size: 18px;
}
#sec2 .d2 p b {
	font-size: 48px;
	color: #f1ab3e;
}
#sec2 .d2 .gradback {
	width: 340px;
	height: 48px;
	padding-top: 12px;
	margin: 0 auto 1em;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	background: linear-gradient(to bottom,  #ed711a 0%,#dd9a14 55%,#dcbf18 85%,#b86d1d 100%);
}
#sec2 .d2 .gradback p {
	font-size: 18px;
	color: #000;
	line-height: 0.8;
}
#sec2 .d2 .gradback p.lh15 {
	line-height: 1.5;
}
#sec2 .d2 .gradback p span {
	font-size: 10px;
}
@media (max-width: 720px) {

#sec2 .d2 .leftimg {
	width: 100%;
	margin-right: 0;
}
#sec2 .d2 .rightimg {
	width: 100%;
}
#sec2 .d2 p b {
	font-size: 24px;
}

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


/* #sec3 */
/* --------------------------------------------------- */
#sec3 .d2 {
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
}
#sec3 .d2 .flex1,
#sec3 .d2 .flex2 {
	float: left;
	width: 30%;
	margin-right: 5%;
}
#sec3 .d2 .flex3 {
	float: left;
	width: 30%;
}
#sec3 .d2 .flex1 p,
#sec3 .d2 .flex2 p,
#sec3 .d2 .flex3 p {
	font-size: 14px;
}
#sec3 .d2 .gradback {
	width: 340px;
	height: 48px;
	padding-top: 12px;
	margin: 0 auto 1em;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	background: linear-gradient(to bottom,  #ed711a 0%,#dd9a14 55%,#dcbf18 85%,#b86d1d 100%);
}
#sec3 .d2 .gradback p {
	font-size: 18px;
	color: #000;
	line-height: 0.8;
}
#sec3 .d2 .gradback p.lh15 {
	line-height: 1.5;
}
@media (max-width: 720px) {

#sec3 .d2 .flex1,
#sec3 .d2 .flex2 {
	width: 100%;
	margin-right: 0;
}
#sec3 .d2 .flex3 {
	width: 100%;
}

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


/* top news */
/* --------------------------------------------------- */
.index_news {
	width: 820px;
	padding: 0;
	margin: 0 calc((100% - 820px) *.5);
}
.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: 0 0 49px 0;
}
.index_news > p {
	margin-bottom: 1em;
}
.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: 820px) {

.index_news {
	width: 100%;
	padding: 1em;
	margin: 0;
}
.index_news > p {
	padding: 0 20px;
}
.index_news .item a {
	padding: 0 10px;
}
.index_news .item a .date {
	margin: 0 10px 0 0;
}

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


/* 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;
}

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


/* footer */
/* --------------------------------------------------- */
footer {
	width: 100%;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	margin-top: 20px;
	background-color: #000;
}
#footer p.copyright {
	font-size: 12px;
	line-height: 1.6;
	color: #fff;
}
/* --------------------------------------------------- */


/* navibutton */
/* --------------------------------------------------- */
div#navibutton,
div#nextbutton {
	text-align: center;
}
div#nextbutton a {
	color: #666;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #000;
}
div#nextbutton a:hover {
	color: #fff;
	background-color: #666;
}
/* --------------------------------------------------- */
