@charset "UTF-8";

/*============================
			RESET
============================*/

*, *:before, *:after { font-size: 100%;line-height:100%;font-weight: normal;font-style: normal;border:0;outline:0;vertical-align:baseline;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;background-color:transparent;padding:0;margin:0; }
.cf:after { content: "."; display: block;clear: both;height: 0;visibility: hidden; }
.cf { min-height: 1px; }
ul, li { list-style:none; }
strong { font-weight: bold; }
small { font-size: 10px; }
span, button { display: inline-block; }
a { display: inline-block; text-decoration: none; color: inherit; }
table { border-collapse:collapse; border-spacing:0; }


.clear{
clear: both;
}

/*********************************************************
				全ページ共通
*********************************************************/
/*============================
			COMMON
============================*/

body {
	font-size: 15px;
	letter-spacing: 0.05em;
	font-family: Helvetica Neue,Helvetica,Arial,"游ゴシック体","YuGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	color: #333;
	width: 100%;
	min-width: 1200px;
}

.center1200 {
	width: 1200px;
	margin: 0 auto;
}

figure { line-height: 0; font-size: 0; padding: 5px;}

figure img { width: 100%; }

/*--------- フロートレフト,ライト,解除 ---------*/
.fl { float: left; } .fr { float: right; } .cb {clear: both;}

a:hover { text-decoration: underline; }

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}






/*============================
			HEADER
============================*/

header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 101;
	background: rgba(255,255,255,0.8);
}

.header-inner {
	width: 100%;
	min-width: 1200px;
	max-width: 1500px;
	margin: 0 auto;
}

header .left {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

header .left .logo {
	line-height: 0;
	font-size: 0;
	width: 250px;
}

header .left .logo img { width: 100%; }

header .right {
	float: right;
}

header .right nav {
	float: left;
	margin-top: 20px;
}

header .right nav li {
	float: left;
	position: relative;
}

header .right nav li a {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-decoration: none;
	padding: 10px 5px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

header .right nav > ul > li > a {
	margin: 0 10px;
}

header .right nav li:hover > a,
header .right nav li a.current {
	color: #E60011;
	border-bottom: 2px solid #E60011;
}

header .right nav > ul > li:last-child {
	position: relative;
}

header .right nav > ul > li:last-child > a {
	border: 1px solid #000;
	background: url(../images/ico_lang_header.png) no-repeat 10px center;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	padding: 10px;
	padding-left: 32px;
}

header .right nav > ul > li:last-child > a:hover {
	color: #000;
}

header .right nav > ul > li:last-child .language li a {
	padding: 0;
	border-bottom: none;
}

header .right nav > ul > li:last-child .inner {
	display: none;
	width: 100%;
	float: none;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 0 10px;
}

header .right .language {
	background: #3E3E3E;
	padding: 10px 0;
}

header .right .language li {
	color: #fff;
	text-align: center;
	float: none;
	padding: 5px 0;
	margin-right: 0;
}

header .right .language li span {
	font-size: 12px;
	color: #E60011;
}

header .right .language li a {
	color: #fff;
}

header .right nav .toggle-menu {
	position: absolute;
	left: 0;
	top: 32px;
	width: 250px;
	display: none;
	padding-top: 28px;
}

header .right nav .toggle-menu li {
	color: #fff;
	float: none;
	background: #3E3E3E;
	padding: 5px 10px;
}

header .right nav .toggle-menu li:hover > a {
	border: none;
}

header .right nav .toggle-menu li a.current {
	border: none;
}

header .right .btn-area {
	float: right;
	margin-left: 15px;
}

header .right .btn-area li {
	line-height: 0;
	font-size: 0;
	width: 80px;
	float: left;
}

header .right .btn-area li img { width: 100%; }

/* ログインボタン追加 */
/* ログインボタン追加 */



/*============================
			CONTENTS
============================*/

.content {}

.content-inner {}







/*============================
			FOOTER
============================*/

footer {
	background: #888;
	padding: 60px 0;
}

footer * {
	font-size: 13px;
	letter-spacing: 0.08em;
	color: #fff;
}

footer nav {
	float: left;
	border-right: 2px dotted #fff;
	padding: 40px 0 90px;
}

footer .fnav {
	width: 200px;
	float: left;
}

footer .fnav h4 {
	margin-bottom: 20px;
}

footer .fnav h4 a {
	font-weight: bold;
}

footer .fnav p,
footer .fnav p a {
	font-weight: bold;
	margin-bottom: 10px;
}

footer .fnav .mb20 { margin-bottom: 20px; }

footer .fnav li {
	line-height: 1.3;
	margin-bottom: 3px;
}

footer .fnav li:before {
	content: "-";
	margin-right: 5px;
}

footer .right {
	float: left;
	margin-left: 75px;
}

footer .right h1 {
	width: 260px;
	margin-bottom: 20px;
}

footer .right address {
	line-height: 1.7;
	margin-bottom: 20px;
}

footer .right .btn a {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 215px;
	padding: 20px;
}

footer .right .btn a:first-child {
	background: #e60011 url(../images/ico_contact.png) no-repeat 20px center;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	margin-bottom: 20px;
}

footer .right .btn a:last-child {
	background: #3e3e3e url(../images/ico_document.png) no-repeat 20px center;
	-webkit-background-size: 27.5px auto;
	background-size: 27.5px auto;
}

footer .right .btn a span {
	display: block;
	letter-spacing: 0.03em;
	margin-left: 30px;
}

.footersns{
float: left;
margin-left: 75px;
padding: 0 0 5px 0;
box-sizing: border-box;
}
.footersns ul{
display:flex;
}
.footersns li{
text-decoration: none;
padding-right: 10px;
box-sizing: border-box;
}
.footersns i{
color: #ffffff;
}

.copyright {
	clear: both;
	background: #000;
	padding: 20px;
}

.copyright small,
.copyright a {
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.08em;
}


/*********************************************************
				TOPページ
*********************************************************/

/*============================
			スライダー
============================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/arw-r_left_bk.png) no-repeat;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/arw-r_right_bk.png) no-repeat;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 100;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.mainvisual {
	overflow: hidden;
}

.viewarea {
	width: 100%; /*スライダーの幅*/
	position: relative;	
}

.slide {
	height: auto;
	line-height: 0;
	font-size: 0;
}

.slide img {
	width: 100%;
	height: auto;
}



/*============================
			CONTENT
============================*/

.home .content-inner {
	margin-bottom: 100px;
}

.home .mainvisual .slider {
	line-height: 0;
	font-size: 0;
	width: 100%;
}

.home .mainvisual .slider img { width: 100%; }

.home main .sectionon_01 {
	position: relative;
	z-index: 100;
	margin-top: -245px;
	margin-bottom: 75px;
}

.home main .sectionon_01 .box-navi_01 { margin-bottom: 45px; }

.home main .sectionon_01 .box-navi_01 li {
	float: left;
	margin-right: 18.5px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.home main .sectionon_01 .box-navi_01 li:hover {
	box-shadow: 0 2px 8px 2px rgba(255,255,255,0.5);
}

.home main .sectionon_01 .box-navi_01 li:last-child { margin-right: 0; }

.home main .sectionon_01 .box-navi_01 li:nth-child(1) { background: rgba(209,20,21,0.9); }
.home main .sectionon_01 .box-navi_01 li:nth-child(2) { background: rgba(136,191,34,0.9); }
.home main .sectionon_01 .box-navi_01 li:nth-child(3) { background: rgba(245,213,4,0.9); }
.home main .sectionon_01 .box-navi_01 li:nth-child(4) { background: rgba(240,166,11,0.9); }
.home main .sectionon_01 .box-navi_01 li:nth-child(5) { background: rgba(57,183,225,0.9); }

.home main .sectionon_01 .box-navi_01 li:nth-child(1) a figure { width: 42px; }
.home main .sectionon_01 .box-navi_01 li:nth-child(2) a figure { width: 46px; }
.home main .sectionon_01 .box-navi_01 li:nth-child(3) a figure { width: 42.5px; }
.home main .sectionon_01 .box-navi_01 li:nth-child(4) a figure { width: 40px; }
.home main .sectionon_01 .box-navi_01 li:nth-child(5) a figure { width: 33.5px; }

.home main .sectionon_01 .box-navi_01 li a {
	text-align: center;
	width: 225px;
	height: 150px;
	position: relative;
	padding-top: 30px;
}


.home main .sectionon_01 .box-navi_01 li a figure {
	display: inline-block;
}

.home main .sectionon_01 .box-navi_01 li a .text p {
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 30px;
}

.home main .box-navi_02 .box {
	line-height: 0;
	width: 575px;
	border: 1px solid #000;
	position: relative;
	background: #fff;
}

.home main .box-navi_02 .box.left { float: left; }
.home main .box-navi_02 .box.right { float: right; }


.home main .box-navi_02 .box figure.ico {
	text-align: center;
	position: absolute;
	top: 100px;
	width: 100%;
}

.home main .box-navi_02 .box figure.ico img {
	width: 70px;
	display: inline-block;
}

.home main .box-navi_02 .box figure.left {
	width: 50%;
	float: left;
}

.home main .box-navi_02 .box .right {
	width: 50%;
	float: right;
	position: relative;
	padding-top: 60px;
	padding-left: 45px;
	padding-right: 45px;
}

.home main .box-navi_02 .box .right p:first-of-type {
	font-size: 17px;
	line-height: 1.4;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}

.home main .box-navi_02 .box .right p:last-of-type {
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #888;
}

.home main .box-navi_02 .box .right .btn a {
	text-align: center;
	position: absolute;
	top: 220px;
	width: 196.5px;
	border: 1px solid #000;
	padding: 15px 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.home main .box-navi_02 .box .right .btn span {
	font-size: 12px;
	letter-spacing: 0.08em;
	position: relative;
}

.home main .box-navi_02 .box .right .btn a span:after {
	content: "";
	position: absolute;
	right: -40px;
	width: 7px;
	height: 11px;
	background: url(../images/arw-stk_right_bk.png) no-repeat center;
	-webkit-background-size: 7px 11px;
	background-size: 7px 11px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.home main .box-navi_02 .box:hover > .right .btn a {
	background: #E60011;
	border: 1px solid #E60011;
	color: #fff;
}

.home main .box-navi_02 .box:hover > .right .btn a span:after {
	background: url(../images/arw-stk_right_wh.png) no-repeat center;
	-webkit-background-size: 7px 11px;
	background-size: 7px 11px;
}

.home main .box-navi_02 .box .right .btn a:hover > span:after {
	right: -45px;
}



/*section_02*/

.home .section_02 .archive {
	float: left;
	width: 750px;
}

.home .section_02 .archive > .head {
	position: relative;
	margin-bottom: 50px;
}

.home .section_02 .archive .head h3 {
	font-size: 22px;
	letter-spacing: 0.2em;
	border-bottom: 2px solid #000;
	padding: 0 10px 25px 10px;
}

.home .section_02 .archive .head h3 span {
	font-size: 12px;
	color: #d70011;
	margin-left: 10px;
}

.home .section_02 .archive .head .btn_more {
	position: absolute;
	top: 0;
	right: 0;
}

.home .section_02 .archive .head .btn_more a {
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.08em;
	border: 1px solid #000;
	padding: 10px;
	padding-right: 30px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.home .section_02 .archive .head .btn_more a span {
	position: relative;
}

.home .section_02 .archive .head .btn_more a span:after {
	content: "";
	position: absolute;
	right: -15px;
	width: 7px;
	height: 11px;
	background: url(../images/arw-stk_right_bk.png) no-repeat center;
	-webkit-background-size: 7px 11px;
	background-size: 7px 11px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.home .section_02 .archive .head .btn_more a:hover {
	background: #E60011;
	border: 1px solid #E60011;
	color: #fff;
}

.home .section_02 .archive .head .btn_more a:hover > span:after {
	background: url(../images/arw-stk_right_wh.png) no-repeat center;
	-webkit-background-size: 7px 11px;
	background-size: 7px 11px;
}

.home .section_02 .archive .posts .head {
	margin-bottom: 20px;
}

.home .section_02 .archive .posts li {
	border-bottom: 1px solid #888888;
	padding: 25px 0;
}

.home .section_02 .archive .posts li .head .date {
	font-size: 12px;
	color: #888;
	display: inline-block;
}

.home .section_02 .archive .posts li .head .category {
	display: inline-block;
}

.home .section_02 .archive .posts li .head .category a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: #d70011;
	padding: 5px 10px;
	margin-left: 15px;
}

.home .section_02 .archive .posts li .title a {
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-decoration: none;
	max-height: 39px;
	overflow: hidden;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.home .section_02 .archive .posts li .title a:hover {
	color: #d70011;
}

.home .section_02 .subcontents {
	width: 400px;
	float: right;
}

.home .section_02 .subcontents .timeline_fb {
	margin-bottom: 40px;
}

.home .section_02 .subcontents .youtube iframe {
	width: 100%;
}





/*********************************************************
				投稿ページ / single.php
*********************************************************/

/*--------------------------- RESET ---------------------------*/
.page-single .post-area * { font-size: 16px; line-height: 1.5; }
.page-single .post-area h1,
.page-single .post-area h2,
.page-single .post-area h3,
.page-single .post-area h4,
.page-single .post-area h5,
.page-single .post-area h6 { font-weight: bold; margin-bottom: 10px; }
.page-single .post-area h1 { font-size: 30px; }
.page-single .post-area h2 { font-size: 28px; }
.page-single .post-area h3 { font-size: 26px; }
.page-single .post-area h4 { font-size: 24px; }
.page-single .post-area h5 { font-size: 22px; }
.page-single .post-area h6 { font-size: 20px; }
.page-single .post-area p { margin-bottom: 10px; }
.page-single .post-area strong,
.page-single .post-area strong * { font-size: inherit; font-weight: bold; }
.page-single .post-area em,
.page-single .post-area em * { font-size: inherit; font-style: italic; }
.page-single .post-area a { color: #E60011; font-size: inherit; text-decoration: underline; }
.page-single .post-area a:hover { text-decoration: none; }
.page-single .post-area ul { margin-bottom: 10px; }
.page-single .post-area li { list-style: disc; margin-bottom: 5px; margin-left: 1em; }
.page-single .post-area blockquote { background: #eee; padding: 20px; margin: 10px 0; }
.page-single .post-area img { max-width: 100%; }
.page-single .post-area img.alignright { float: right; margin-left: 15px; }/* 配置位置 右 */
.page-single .post-area img.alignleft { float: left; margin-right: 15px; }/* 配置位置 左 */
.page-single .post-area img.aligncenter { display: block; margin: 0 auto; }/* 配置位置 中央 */

/*SP*/
@media ( max-width: 768px ) { .page-single .post-area a { -ms-word-break: break-all; word-break: break-all; } }
/*--------------------------- RESET ---------------------------*/

.page-single .mainvisual {
	font-size: 40px;
	font-weight: lighter;
	color: #fff;
	letter-spacing: 0.2em;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	background: url(../images/mainvisual_post.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 210px 0 130px;
}

.page-single .mainvisual span {
	font-size: 15px;
	letter-spacing: 0.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	margin-top: 15px;
}

.page-single main {
	width: 1000px;
	margin: 80px auto;
}

.page-single main > h3 {
	font-size: 25px;
	line-height: 1.3;
	letter-spacing: 0.2em;
	border-bottom: 2px solid #000;
	padding: 0 10px 25px 10px;
	margin-bottom: 50px;
}

.page-single main > h3 span {
	font-size: 12px;
	letter-spacing: 0.03em;
	color: #d70011;
	margin-left: 10px;
}

.page-single .date-cate {
	margin-bottom: 30px;
}

.page-single .date-cate .cate {
	color: #E60011;
	margin-left: 10px;
}





/*********************************************************
				アーカイブページ / archive.php
*********************************************************/

.page-archive {
	margin-bottom: 80px;
}

.page-archive .mainvisual,
.page-category-archive .mainvisual {
	font-size: 40px;
	font-weight: lighter;
	color: #fff;
	letter-spacing: 0.2em;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	background: url(../images/mainvisual_post.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 210px 0 130px;
}

.page-archive .mainvisual span,
.page-category-archive .mainvisual span {
	font-size: 15px;
	letter-spacing: 0.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	margin-top: 15px;
}

.archive-list {
	width: 100%;
	max-width: 1000px;
	margin: 80px auto 20px;
}

.archive-list h3 {
	font-size: 22px;
	letter-spacing: 0.2em;
	border-bottom: 2px solid #000;
	padding: 0 10px 25px 10px;
	margin-bottom: 50px;
}

.archive-list .post {
	width: 300px;
	float: left;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-radius: 5px;
	margin: 15px;
}

.archive-list .post a {
	display: block;
	padding: 10px 0;
}

.archive-list .post a:hover {
	text-decoration: none;
}

.archive-list .post:hover > a .inner .thumb img {
	width: 110%;
	height: 110%;
	margin-left: -5%;
}

.archive-list .post:hover > a .inner .title {
	color: #E60011;
}

.archive-list .post .category,
.archive-list .post .title,
.archive-list .post .content {
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.archive-list .post .category {
	font-size: 12px;
	padding: 0 10px;
	margin-bottom: 5px;
}

.archive-list .post .category span:before {
	content: ", ";
}

.archive-list .post .category span:first-child:before {
	content: none;
}

.archive-list .post .thumb {
	line-height: 0;
	font-size: 0;
	height: 150px;
	overflow: hidden;
	border-top: 5px solid #3E3E3E;
	margin-bottom: 5px;
}

.archive-list .post .thumb img {
	object-fit: cover;
	height: 100%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.archive-list .post .thumb img:hover {
	opacity: 1;
}

.archive-list .post .textarea {
	padding: 15px;
}

.archive-list .post .date {
	font-size: 12px;
	color: #aaa;
	margin-bottom: 5px;
}

.archive-list .post .title {
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	height: 24px;
	overflow: hidden;
	margin-bottom: 5px;
}

.archive-list .post .content {
	font-size: 13px;
	color: #333;
	height: 74px;
	overflow: hidden;
	margin-bottom: 5px;
}

/*pagenavi*/
.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
	font-size: 16px;
	padding: 5px 7px !important;
	border: 1px solid  #3E3E3E !important;
	margin: 0 5px !important;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.wp-pagenavi span,
.wp-pagenavi a:hover {
	color: #fff;
	text-decoration: none;
	background: #3E3E3E;
}










/****************************
			SP用
*****************************/

/*--------- レスポンシブ用表示,非表示 ---------*/
.pc_only { display: block; } 
.pc_only_di { display: inline-block; }
.sp_only { display: none; } 
.sp_only_di { display: none; }
.dn { display: none; }