@charset "UTF-8";
/*
Theme Name: 職人仲間
Theme URI: https://syokunin-nakama.co.jp/
Description: 職人仲間
Author: 職人仲間
Author URI: https://syokunin-nakama.co.jp/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html{
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

body{
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.0;
	position: relative;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-feature-settings: "palt 1";
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}

/* =Fonts
-------------------------------------------------------------- */
body{
	font-family: Helvetica, "中ゴシックBBB", 'Gothic Medium BBB', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =img markup
-------------------------------------------------------------- */
img{
	border: none;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.object-fit-img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img::selection{
	background: transparent;
}

img::-moz-selection{
	background: transparent;
}

a img{
	border: none;
}

/* =Structure
-------------------------------------------------------------- */
.inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.inner:after{
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.w740{
	width: 740px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w800{
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

/* =Global Elements
-------------------------------------------------------------- */
body{
	background: #fff;
	color: #000;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}

input{
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content input{
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

hr{
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	border: none;
	clear: both;
	margin-bottom: 20px;
}

palt{
	font-weight: normal;
	clear: both;
}

blockquote{
	quotes: none;
}

blockquote:before,
blockquote:after{
	content: '';
	content: none;
}

del{
	text-decoration: line-through;
}

ul,
#content ul{
	list-style: none;
}

ol,
#content ol{
	list-style: decimal;
	margin: 0 0 0 1.5em;
}

ol ol{
	list-style: upper-alpha;
}

ol ol ol{
	list-style: lower-roman;
}

ol ol ol ol{
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul{
	margin-bottom: 0;
}

b{
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
}

em{
	color: #f15a24;
	font-style: normal;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

big{
	font-size: 131.25%;
}

small{
	font-size: smaller;
}

ins{
	background: #ffc;
	text-decoration: none;
}

blockquote{
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i{
	font-style: normal;
}

pre{
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}

abbr,
acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

sup,
sub{
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup{
	bottom: 1ex;
}

sub{
	top: .5ex;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea{
	width: 100%;
	background: #f6f6f6;
	font-family: Helvetica, "中ゴシックBBB", 'Gothic Medium BBB', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 13px 15px 12px 15px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active{
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover{
	color: #f15a24;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #fff0c9;
}

::-moz-selection{
	background: #fff0c9;
}

.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.center{text-align: center !important;}

.screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

/* =404
-------------------------------------------------------------- */
#content .error404 .entry-title{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
}

#content .error404 .entry-content{
	text-align: center;
	margin-bottom: 80px;
}

#content .error404 p{
	text-align: center;
	margin-bottom: 35px;
}

.error404 input#s{
	margin-bottom: 20px;
}

/* =Header
-------------------------------------------------------------- */
#header{
	width: 100%;
	background: #000;
	padding: 15px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

#site-description{
	display: none;
}

#site-title{
	width: 245px;
	height: 70px;
	margin-left: 30px;
	margin-bottom: 0;
}

#site-title a{
	width: 245px;
	height: 70px;
	display: block;
	background: url(images/logo.svg) 0 0 no-repeat;
	background-size: 245px 70px;
	text-indent: -9999px;
}

.top_main{
	width: 100%;
	position: relative;
	margin-top: 100px;
}

.top_main_bg{
	width: 100%;
	line-height: 0;
}

.top_main_bg img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.top_main_inner{
	width: 1200px;
	display: block;
	clear: both;
	position: relative;
	margin: 0 auto;
}

.top_main_caption{
	width: 100%;
	line-height: 0;
	position: absolute;
	left: 0;
	bottom: -65px;
	z-index: 1;
}

.top_main_caption img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

/* =Menu
-------------------------------------------------------------- */
.global_menu{
	position: absolute;
	top: 0;
	right: 0;
}

.global_menu ul{
	display: flex;
}

.global_menu ul li{
	margin-top: 35px;
	margin-right: 50px;
}

.global_menu ul li.gm_tel,
.global_menu ul li.gm_contact{
	width: 100px;
	height: 100px;
	margin-top: 0;
	margin-right: 0;
}

.global_menu ul li a{
	color: #fff;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	line-height: 1.0;
}

.global_menu ul li.gm_tel a,
.global_menu ul li.gm_contact a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	background: #f15a24;
	border: 1px solid #f15a24;
	padding-top: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.global_menu ul li.gm_contact a{
	background: #ffc032;
	color: #000;
	border-color: #ffc032;
}

.global_menu ul li.gm_tel a:before,
.global_menu ul li.gm_contact a:before{
	content: '';
	display: block;
	background: url(images/icon_tel_w.png) no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 15px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.global_menu ul li.gm_contact a:before{
	background: url(images/icon_mail_b.png) no-repeat;
	background-size: 30px 30px;
}

.global_menu ul li.gm_border a:hover{
	color: #f15a24;
}

.global_menu ul li.gm_tel a:hover{
	background: none;
	color: #f15a24;
}

.global_menu ul li.gm_contact a:hover{
	background: none;
	color: #ffc032;
}

.global_menu ul li.gm_tel a:hover:before{
	background: url(images/icon_tel_o.png) no-repeat;
	background-size: 30px 30px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.global_menu ul li.gm_contact a:hover:before{
	background: url(images/icon_mail_y.png) no-repeat;
	background-size: 30px 30px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.drawer{
	display: none;
}

/* =Content
-------------------------------------------------------------- */
*:before,
*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.pc{display: block;}
.tb{display: none;}
.sp{display: none;}

#main{
	clear: both;
	overflow: hidden;
	padding: 100px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.home #main{
	padding: 0 0 0 0;
}

#container{
	width: 100%;
	float: left;
	margin: 0 -240px 0 0;
}

#content{
	color: #000;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	margin: 0 282px 100px 0;
	overflow: hidden;
}

.home #content{
	margin: 0 0 0 0;
}

.one-column #content{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
}

.single-attachment #content{
	width: 900px;
	margin: 0 auto;
}

article,
section{
	display: block;
}

p,
#content p{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 1.8em;
}

#content ul,
#content ol,
#content pre,
#content hr{
	margin-bottom: 1.8em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul{
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var{
	font-size: 14px;
	line-height: 1.8;
}

#content code{
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	color: #000;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#primary,
#secondary{
	width: 220px;
	float: right;
	overflow: hidden;
}

#secondary{
	clear: right;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

#content table{
	width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

#content tr th,
#content tr td{
	color: #000;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.hentry{
	margin: 0 0 0 0;
}

.home .sticky{
	background: #f2f7fc;
	border-top: 4px solid #000;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-left: -20px;
	margin-right: -20px;
}

.page-title{
	color: #000;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 36px 0;
}

.page-title span{
	color: #000;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	font-size: 1.6rem;
}

.page-title a:link,
.page-title a:visited{
	color: #777;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover{
	color: #f15a24;
}

h3.f-title,
#content h3.f-title{
	text-align: center;
	font-family: "ゴシックMB101 B";
	font-size: 50px;
	font-size: 5.0rem;
	line-height: 1.0;
	margin-bottom: 30px;
}

h3.f-title span.color,
#content h3.f-title span.color{
	display: inline-block;
	color: #f15a24;
}

h3.entry-title,
#content h3.entry-title{
	text-align: center;	
	font-family: "ゴシックMB101 B";
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.0;
	padding: 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

.entry-title a:link,
.entry-title a:visited{
	color: #000;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover{
	color: #f15a24;
}

.entry-meta{
	margin-bottom: 30px;
}

span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility{
	display: none;
}

.entry-meta abbr,
.entry-utility abbr{
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover{
	border-bottom: 1px dotted #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.entry-content,
.entry-summary{
	clear: both;
}

.entry-content .more-link{
	white-space: nowrap;
}

#content .entry-summary p:last-child{
	margin-bottom: 12px;
}

.entry-content fieldset{
	border: 1px solid #e7e7e7;
	padding: 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
}

.entry-content fieldset legend{
	background: #fff;
	color: #000;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	padding: 0 24px;
}

.entry-content input{
	padding: 7px 10px;
	margin: 0 0 0 0;
}

.entry-content input.file,
.entry-content input.button{
	margin-right: 24px;
}

.entry-content label{
	color: #000;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.entry-content select{
	margin: 0 0 0 0;
}

.entry-content sup,
.entry-content sub{
	font-size: 10px;
}

.entry-content blockquote.left{
	width: 33%;
	float: left;
	text-align: right;
	margin-left: 0;
	margin-right: 24px;
}

.entry-content blockquote.right{
	width: 33%;
	float: right;
	text-align: left;
	margin-left: 24px;
	margin-right: 0;
}

.page-link{
	color: #000;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	line-height: 48px;
	word-spacing: 0.5em;
	clear: both;
}

.page-link a:link,
.page-link a:visited{
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding: 0.5em 0.75em;
}

.home .sticky .page-link a{
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover{
	color: #f15a24;
}

body.page .edit-link{
	display: block;
	clear: both;
}

#entry-author-info{
	background: #f2f7fc;
	font-size: 14px;
	line-height: 20px;
	border-top: 4px solid #000;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	clear: both;
	overflow: hidden;
	margin: 24px 0;
}

#entry-author-info #author-avatar{
	height: 60px;
	background: #fff;
	float: left;
	border: 1px solid #e7e7e7;
	padding: 11px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 -104px 0 0;
}

#entry-author-info #author-description{
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2{
	color: #000;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 100%;
	margin-bottom: 0;
}

.entry-utility{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	clear: both;
}

.entry-meta a:hover,
.entry-utility a:hover{
	color: inherit;
}

#content .video-player{
	padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player{
	margin-bottom: 24px;
}

span.red{
	color: #c6000b;
}

span.yellow{
	color: #ffc032;
}

span.orange{
	color: #f15a24;
}

span.bold{
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
}

span.author{
	display: none;
}

.none{
	display: none !important;
}

.img_center{
	text-align: center;
	line-height: 0;
	margin: 0 auto;
}

.more a{
	width: 300px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	color: #fff;
	font-family: "ゴシックMB101 B";
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.0;
	margin: 0 auto;
}

.more a:hover{
	background: #f15a24;
}

.tel_block{
	max-width: 660px;
	background: #ffc032;
	padding: 21px 0 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 50px;
}

.tel_block dl{
	text-align: center;
}

#content .tel_block dt{
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	margin-bottom: 10px;
}

#content .tel_block dd{
	line-height: 1.0;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 16px;
	font-size: 1.6rem;
}

#content .tel_block dd span{
	display: block;
	margin-bottom: 12px;
}

#content .tel_block dd span a{
	color: #000;
	font-size: 45px;
	font-size: 4.5rem;
}

#content .tel_block dd span a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_tel.svg) no-repeat;
	background-size: 24px 30px;
	width: 24px;
	height: 30px;
	margin: 0 5px 5px 0;
}

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides{
	padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content{
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img{
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb{
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility{
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption{
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before{
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after{
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img{
	max-width: 100%;
	height: auto;
}

.alignleft,
img.alignleft{
	display: inline;
	float: left;
	margin-top: 4px;
	margin-right: 24px;
}

.alignright,
img.alignright{
	display: inline;
	float: right;
	margin-top: 4px;
	margin-left: 24px;
}

.aligncenter,
img.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom: 12px;
}

.wp-caption{
	max-width: 632px !important;
	text-align: center;
	background: #f1f1f1;
	line-height: 18px;
	padding: 4px;
	margin-bottom: 20px;
}

.wp-caption img{
	max-width: 622px;
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text{
	color: #777;
	font-size: 12px;
	font-weight: 1.2rem;
	margin: 5px;
}

.wp-smiley{
	margin: 0;
}

.gallery{
	margin: 0 auto 18px;
}

.gallery .gallery-item{
	width: 33%;
	float: left;
	text-align: center;
	margin-top: 0;
}

.gallery-columns-2 .gallery-item{
	width: 50%;
}

.gallery-columns-4 .gallery-item{
	width: 25%;
}

.gallery img{
	border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium{
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail{
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption{
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl{
	margin: 0;
}

.gallery img{
	border: 10px solid #f1f1f1;
}

.gallery br+br{
	display: none;
}

#content .attachment img{
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments{
	clear: both;
}

#comments .navigation{
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title{
	color: #000;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 20px;
	font-weight: 2.0rem;
	margin-bottom: 0;
}

h3#comments-title{
	padding: 24px 0;
}

.commentlist{
	list-style: none;
	margin: 0;
}

.commentlist li.comment{
	line-height: 24px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 0 56px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
}

.commentlist li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol{
	margin-bottom: 18px;
}

#comments .comment-body p:last-child{
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child{
	margin-bottom: 24px;
}

.commentlist ol{
	list-style: decimal;
}

.commentlist .avatar{
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author cite{
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
}

.comment-author .says{
	font-style: italic;
}

.comment-meta{
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited{
	color: #777;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover{
	color: #f15a24;
}

.reply{
	font-size: 12px;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link{
	color: #777;
}

.reply a:hover,
a.comment-edit-link:hover{
	color: #f15a24;
}

.commentlist .children{
	list-style: none;
	margin: 0;
}

.commentlist .children li{
	border: none;
	margin: 0;
}

.nopassword,
.nocomments{
	display: none;
}

#comments .pingback{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.commentlist li.comment+li.pingback{
	margin-top: -6px;
}

#comments .pingback p{
	display: block;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url{
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
}

#respond{
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p{
	margin: 0;
}

#respond .comment-notes{
	margin-bottom: 1em;
}

.form-allowed-tags{
	line-height: 1em;
}

.children #respond{
	margin: 0 48px 0 0;
}

h3#reply-title{
	margin: 18px 0;
}

#comments-list #respond{
	margin: 0 0 18px 0;
}

#comments-list ul #respond{
	margin: 0;
}

#cancel-comment-reply-link{
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .required{
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	color: #f15a24;
}

#respond label{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
}

#respond input{
	width: 98%;
	margin: 0 0 9px;
}

#respond textarea{
	width: 98%;
}

#respond .form-allowed-tags{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .form-allowed-tags code{
	font-size: 11px;
	font-size: 1.1rem;
}

#respond .form-submit{
	margin: 12px 0;
}

#respond .form-submit input{
	width: auto;
	font-size: 14px;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul{
	list-style: none;
	margin-left: 0;
}

.widget-area select{
	max-width: 100%;
}

.widget_search #s{
	width: 60%;
}

.widget_search label{
	display: none;
}

.widget-container{
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0 0;
}

.widget-container .wp-caption img{
	margin: auto;
}

.widget-title{
	background: #f2f2f2;
	color: #000;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px;
	margin-bottom: 10px;
}

.widget-area a:link,
.widget-area a:visited{
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover{
	text-decoration: none;
}

.widget-area .entry-meta{
	font-size: 11px;
}

#wp_tag_cloud div{
	line-height: 1.6em;
}

#wp-calendar{
	width: 100%;
}

#wp-calendar caption{
	color: #222;
	text-align: left;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 4px;
}

#wp-calendar thead{
	font-size: 11px;
}

#wp-calendar tbody{
	color: #aaa;
}

#wp-calendar tbody td{
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #fff;
	padding: 3px 0 2px;
}

#wp-calendar tbody .pad{
	background: none;
}

#wp-calendar tfoot #next{
	text-align: right;
}

.widget_rss a.rsswidget{
	color: #000;
}

.widget_rss a.rsswidget:hover{
	color: #f15a24;
}

.widget_rss 
.widget-title img{
	width: 11px;
	height: 11px;
}

#main .widget-area ul{
	padding: 0 0 0 0;
	margin-left: 0;
}

#main .widget-area ul ul{
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

#main .widget-area ul ul li{
	margin-bottom: 5px;
}

/* =Footer
-------------------------------------------------------------- */
#footer{
	width: 100%;
	display: block;
	background: #000;
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#colophon{
	padding: 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#site-info{
	width: 392px;
	height: 112px;
	clear: both;
	margin: 0 auto;
}

#site-info a{
	width: 392px;
	height: 112px;
	display: block;
	background: url(images/logo.svg) 0 0 no-repeat;
	background-size: 392px 112px;
	text-indent: -9999px;
}

#site-generator{
	height: 30px;
	background: #ffc032;
	overflow: hidden;
}

.f_policy ul{
	float: right;
	text-align: center;
	margin-top: 1px;
}

.f_policy ul li{
	display: inline-block;
	line-height: 1.0;
}

.f_policy ul li:nth-of-type(1):after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 13px;
	background: #000;
	margin: 0 15px 0 20px;
}

.f_policy ul li a{
	font-size: 13px;
	font-size: 1.3rem;
	color: #000;
}

.f_policy ul li a:hover{
	color: #f15a24;
}

.copyright{
	float: left;
	color: #000;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.0;
	margin-top: 8px;
}

/* =Contact
-------------------------------------------------------------- */
.recaptcha{
	margin: 40px 0;
	display: none;
}

#content .contact_form .center p{
	margin-bottom: 0;
}

#content table.contact_table{
	border: none;
	margin-bottom: 50px;
}

#content table.contact_table tr th,
#content table.contact_table tr td{
	border: none;
	border-bottom: 1px solid #000;
	clear: both;
	padding: 15px 20px;
}

#content table.contact_table tr:nth-of-type(1) th,
#content table.contact_table tr:nth-of-type(1) td{
	border-top: 1px solid #000;
}

#content table.contact_table tr th{
	width: 260px;
	vertical-align: middle;
	font-weight: normal;
	font-family: Helvetica, "中ゴシックBBB", 'Gothic Medium BBB', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	color: #666;
	line-height: 1.0;
	padding: 15px 0 15px 20px;
	position: relative;
}

#content table.contact_table tr th em{
	width: 80px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: normal;
	background: #f15a24;
	color: #fff;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 15px;
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
	right: 0;
	float: none;
	margin-top: -15px;
}

#content table.contact_table tr:last-child td{
	line-height: 0;
}

#content span.wpcf7-list-item{
	display: block;
}

#content span.wpcf7-list-item input{
	width: 16px;
	outline: none;
	margin-right: 5px;
}

#content span.wpcf7-form-control{
	display: block;
	overflow: hidden;
}

#content span.wpcf7-form-control-wrap.your-message{
	display: block;
	line-height: 0;
}

_::-webkit-full-page-media, _:future, :root .entry-content .wpcf7 input[type="checkbox"]:checked::after{
	border-color: #f15a24;
	top: -1px;
	left: 4px;
}

#content table.contact_table textarea,
textarea.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
	height: 180px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content input[type="submit"]{
	width: 400px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #000;
	color: #fff !important;
	font-family: "ゴシックMB101 B";
	font-size: 24px !important;
	font-size: 2.4rem !important;
	line-height: 1.0;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0 !important;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 auto;
}

#content input[type="submit"]:hover{
	background: #f15a24;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

:placeholder-shown{
	color: #ccc;
}

::-webkit-input-placeholder{
	color: #bebebe;
}

::-moz-placeholder{
	color: #c6c6c6;
	opacity: 1;
}

::-ms-input-placeholder{
	color: #c6c6c6;
}

#content table.contact_table tr td span.wpcf7-not-valid-tip{
	display: block;
	color: #f15a24;
	font-size: 13px;
	font-size: 1.3rem;
	clear: both;
	margin-top: 0.5em;
}

.wpcf7-validation-errors{
	text-align: center;
	color: #f15a24;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	margin-bottom: 15px;
}

.screen-reader-response,
.wpcf7-mail-sent-ok{
	text-align: center;
	color: #f15a24;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	margin-bottom: 0;
}

#content .screen-reader-response p{
	text-align: center;
}

div#wpcf7-f8-p4-o1 ul,
.screen-reader-response ul{
	display: none;
}

.wpcf7-response-output{
	text-align: center;
	color: #f15a24;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
}

.grecaptcha-badge{
	visibility: hidden;
}

/* =Thanks
-------------------------------------------------------------- */
#content .thanks h4{
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 45px;
}

#content .thanks p{
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.0;
	margin-bottom: 55px;
}

/* =Breadcrumbs（パンくずリスト）
-------------------------------------------------------------- */
.home .bread{
	display: none;
}

.bread{
	margin-bottom: 5px;
}

ul.breadcrumbs{
	width: 100%;
	display: flex;
}

ul.breadcrumbs li{
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	padding-right: 0.5em;
}

ul.breadcrumbs li:before{
	content: "\f101";
	display: inline-block;
	font-family: 'FontAwesome';
	color: #c8c8c8;
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 10px;
}

ul.breadcrumbs li:nth-child(1):before{
	content: "\f015";
	display: none;
	font-family: 'FontAwesome';
	color: #c8c8c8;
	font-size: 17px;
	font-size: 1.7rem;
	margin-right: 0;
}

ul.breadcrumbs li a{
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li a:hover{
	color: #f15a24;
}

/* =Policy
-------------------------------------------------------------- */
.page-id-159 #header,
.page-id-161 #header{
	padding: 10px 0;
}

.page-id-159 .global_menu,
.page-id-161 .global_menu,
.page-id-159 .bread,
.page-id-161 .bread,
.page-id-159 .edit-link,
.page-id-161 .edit-link,
.page-id-159 #colophon,
.page-id-161 #colophon,
.page-id-159 .f_policy,
.page-id-161 .f_policy{
	display: none !important;
}

.page-id-159 .copyright,
.page-id-161 .copyright{
	float: none;
	text-align: center;
}

.page-id-159 #site-title,
.page-id-161 #site-title{
	margin: 0 auto;
}

.policy_intro{
	margin-bottom: 50px;
}

#content .policy_intro p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

#content h4.policy_title{
	font-family: "ゴシックMB101 B";
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.0;
	margin-bottom: 20px;
}

.policy_block{
	margin-bottom: 50px;
}

.policy_block:last-child{
	margin-bottom: 0;
}

#content .policy_block p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 15px;
}

#content .policy_block p:last-child{
	margin-bottom: 0;
}

#content .policy_block ul{
	margin-left: 1.5em;
	margin-bottom: 0;
}

.policy_block ul li{
	list-style: decimal;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.policy_block ul li:last-child{
	margin-bottom: 0;
}

/* =News & Single
-------------------------------------------------------------- */
#f_news{
	background: #f2f2f2;
	padding: 120px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_news_box{
	width: 100%;
	background: #fff;
	box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
	padding: 50px 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .f_news_box h3.f-title span.color{
	color: #ffc032;
}

#content .f_news_box p{
	text-align: center;
	line-height: 1.0;
	margin-bottom: 45px;
}

#content .f_news ul,
#content .p_news ul{
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

#content .f_news ul:nth-of-type(1),
#content .p_news ul:nth-of-type(1){
	border-top: 1px solid #ccc;
}

#content .f_news ul a,
#content .p_news ul a{
	display: flex;
	padding: 27px 20px 25px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

#content .f_news ul a:after,
#content .p_news ul a:after{
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: transparent transparent transparent #f15a24;
	border-width: 8px 0 8px 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: auto;
	margin-top: -8px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content .f_news ul a:hover:after,
#content .p_news ul a:hover:after{
	right: 15px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

li.date{
	color: #666;
	line-height: 1.0;
	margin-top: 5px;
	margin-right: 50px;
}

li.blog-title{
	color: #000;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 16px;
	font-size: 1.6rem;
	clear: both;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

a:hover li.blog-title{
	color: #f15a24;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.single #header{
	padding: 10px 0;
}

.single .global_menu,
.single .bread,
.single .edit-link,
.single #colophon,
.single .f_policy{
	display: none !important;
}

.single .copyright{
	float: none;
	text-align: center;
}

.single .entry-meta{
	line-height: 1.0;
	margin-bottom: 20px;
}

.single .entry-meta a{
	color: #666;
}

.single #site-title{
	margin: 0 auto;
}

#content .single-title{
	text-align: left !important;
	font-weight: normal;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.6;
	border-bottom: 1px solid #000;
	padding-bottom: 17px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 40px;
}

.single #content p{
	font-size: 15px;
	font-size: 1.5rem;
}

.single #content img{
	width: 100%;
	max-width: 600px;
	margin-bottom: 20px;
}

.single img:hover{
	opacity: 1.0;
}

.single .more{
	margin-top: 50px;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation{
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited{
	color: #000;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover{
	color: #f15a24;
}

#nav-below{
	display: none;
	margin: 60px 0 0 0;
}

.nav-previous{
	float: left;
}

.nav-next{
	float: right;
	text-align: right;
}

.nav-previous a,
.nav-next a{
	width: 100px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #000;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	color: #fff !important;
	border-radius: 5px;
	padding: 8px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.nav-previous a:before{
	content: "\f0d9";
	display: inline-block;
	font-family: 'FontAwesome';
	margin: 0 0.5em 0 0;
}

.nav-next a:after{
	content: "\f0da";
	display: inline-block;
	font-family: 'FontAwesome';
	margin: 0 0 0 0.5em;
}

.nav-previous a:hover,
.nav-next a:hover{
	background: #f15a24;
}

#nav-above{
	margin: 0 0 18px 0;
}

#nav-above{
	display: none;
}

.paged #nav-above,
.single #nav-above{
	display: block;
}

/* =News Pager
-------------------------------------------------------------- */
.wp-pagenavi{
	display: block;
	text-align: center;
	clear: both;
}

a.page-numbers,
span.page-numbers{
	width: 30px;
	display: inline-block;
	text-align: center;
	background: #f2f2f2;
	padding: 3px 0 2px 0;
	margin: 0 4px 10px 4px;
}

a.page-numbers:hover{
	background: #f15a24;
	color: #fff;
}

span.dots{
	width: inherit;
	background: none;
	color: #000;
	margin: 0;
}

span.current{
	background: #000;
	color: #fff;
}

a.prev,
a.next{
	width: inherit;
	background: none;
	color: #000;
}

a.prev:hover,
a.next:hover{
	color: #f15a24;
	background: none;
}

/* =Front-page
-------------------------------------------------------------- */
#f_can{
	padding: 120px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_can p{
	text-align: center;
	line-height: 2.0;
	margin-bottom: 115px;
}

.can_block{
	max-width: 1500px;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	margin-bottom: 100px;
}

.can_block_2{
	flex-direction: row-reverse;
}

.cb_img{
	width: 850px;
	line-height: 0;
	position: absolute;
	top: -45px;
	right: 0;
	z-index: 1;
}

.can_block_2 .cb_img{
	right: inherit;
	left: 0;
}

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

.cb_content{
	width: 100%;
	padding-left: 12%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.can_block_2 .cb_content{
	padding-left: inherit;
	padding-right: 12%;
}

.cb_content:before{
	content: '';
	display: block;
	width: 200%;
	height: 180px;
	background: #000;
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: -1;
	margin-left: -100%;
}

.profile_img{
	width: 300px;
	line-height: 0;
	margin-bottom: 30px;
}

.can_block_2 .profile_img{
	float: right;
}

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

.cb_content dl{
	clear: both;
}

.can_block_2 .cb_content dl{
	text-align: right;
}

#content .cb_content dl dt{
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	margin-bottom: 20px;
}

#content .cb_content dl dd.cbc_name{
	line-height: 1.0;
	margin-bottom: 17px;
}

#content .cb_content dl dd.cbc_name span{
	display: inline-block;
	vertical-align: bottom;
	font-family: "ゴシックMB101 B";
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0 0 -2px 30px;
}

#content .cb_content dl dd.cbc_message br.sp_2{
	display: none;
}

#f_company{
	background: url(images/f_company_bg.jpg) no-repeat;
	background-size: cover;
	padding: 170px 0 120px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_company h3.f-title{
	color: #fff;
}

#content #f_company p{
	text-align: center;
	color: #fff;
	line-height: 1.0;
	margin-bottom: 45px;
}

#content #f_company table{
	border: 1px solid rgba(255, 255, 255, 0.6);
	margin-bottom: 0;
}

#content #f_company tr th,
#content #f_company tr td{
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.6);
	padding: 16px 50px;
}

#content #f_company tr th{
	width: 170px;
	vertical-align: middle;
	text-align: center;
	font-family: Helvetica, "Midashi Go MB31";
	padding: 16px 0;
}

#content #f_company tr td ul{
	margin-bottom: 0;
}

#content #f_company tr td ul li{
	text-align: justify;
	text-justify: inter-ideograph;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_company tr td ul li:before{
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#f_contact{
	padding: 120px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_contact_box{
	width: 100%;
	background: #fff;
	box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
	padding: 50px 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .f_contact_box p{
	text-align: center;
	line-height: 1.0;
	margin-bottom: 45px;
}

#content .f_contact_box .center p{
	margin-bottom: 0 !important;
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1400px){
	/* Front-page *********/
	.cb_content{
		padding-left: 6%;
	}
	
	.can_block_2 .cb_content{
		padding-right: 6%;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1260px){
	/* Header *********/
	.top_main_inner{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
	}
	
	.top_main_caption{
		width: 80%;
		left: 10%;
		bottom: -4vh;
	}
	
	/* Front-page *********/
	#content #f_can p{
		margin-bottom: 75px;
	}
	
	.can_block{
		max-width: 850px;
		display: block;
		justify-content: inherit;
		margin-bottom: 80px;
	}
	
	.cb_img{
		width: 100%;
		max-width: 850px;
		position: static;
		top: 0;
		right: 0;
		z-index: inherit;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	
	.cb_img .pc{
		display: none;
	}
	
	.cb_img .tb{
		display: block;
	}
	
	.cb_content,
	.can_block_2 .cb_content{
		padding: 0;
	}
	
	.profile_img{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.can_block_2 .profile_img{
		float: none;
	}
	
	.cb_content dl,
	.can_block_2 .cb_content dl{
		text-align: center;
	}
	
	#content .cb_content dl dd.cbc_name span{
		margin: 0 0 -2px 20px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1060px){
	html,
	body{
		width: 100%;
	}
	
	.inner{
		width: 100%;
		display: block;
		float: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin: 0;
	}
	
	/* Header *********/
	#header{
		padding: 10px 0;
	}
	
	#site-title{
		margin-left: 20px;
	}
	
	.global_menu ul li{
		margin-top: 32px;
		margin-right: 20px;
	}
	
	.global_menu ul li.gm_tel,
	.global_menu ul li.gm_contact{
		width: 90px;
		height: 90px;
	}
	
	.global_menu ul li.gm_tel a,
	.global_menu ul li.gm_contact a{
		padding-top: 15px;
	}
	
	.global_menu ul li.gm_tel a:before,
	.global_menu ul li.gm_contact a:before{
		margin-bottom: 10px;
	}
	
	.top_main{
		margin-top: 90px;
	}
	
	/* Content *********/
	
	/* Contact *********/
	#content table.contact_table tr th{
		width: 240px;
	}
	
	/* News *********/
	.f_news_box{
		max-width: 800px;
		padding: 50px 20px;
		margin: 0 auto;
	}
	
	#content .f_news ul a,
	#content .p_news ul a{
		display: block;
		padding: 17px 20px 15px 20px;
	}
	
	li.date{
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	/* Front-page *********/
	.can_block{
		margin-bottom: 120px;
	}
	
	.cb_content{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		margin: 0 auto;
	}
	
	.profile_img{
		margin-bottom: 25px;
	}
	
	#content .cb_content dl dd.cbc_message .sp{
		display: block;
	}
	
	.f_contact_box{
		max-width: 800px;
		padding: 50px 20px;
		margin: 0 auto;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 900px){
	.w800{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 800px){
	.w740{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/
	#header{
		z-index: 101;
	}
	
	#site-title{
		width: 175px;
		height: 50px;
	}
	
	#site-title a{
		background-size: 175px 50px;
		width: 175px;
		height: 50px;
	}
	
	.global_menu{
		display: none;
	}
	
	.h_menu{
		display: block;
		position: absolute;
		top: 0;
		right: 70px;
		z-index: 1;
	}
	
	.h_menu ul{
		display: flex;
		margin-top: 20px;
	}
	
	.h_menu ul li{
		margin-right: 17px;
	}
	
	.h_menu ul li.hm_contact{
		margin-right: 20px;
	}
	
	.h_menu ul li a{
		display: block;
		text-indent: -9999px;
		content: '';
		display: block;
		background: url(images/icon_tel_w.png) no-repeat;
		background-size: 30px 30px;
		width: 30px;
		height: 30px;
	}
	
	.h_menu ul li.hm_contact a{
		background: url(images/icon_mail_w.png) no-repeat;
		background-size: 30px 30px;
	}
	
	.top_main{
		position: static;
		margin-top: 70px;
	}
	
	.top_main_bg{
		display: none;
	}
	
	.top_main_inner{
		width: 100%;
	}
	
	.top_main_caption{
		width: 100%;
		position: static;
		left: inherit;
		bottom: inherit;
		z-index: inherit;
	}
	
	.top_main_caption .pc{
		display: none;
	}
	
	.top_main_caption .sp{
		display: block;
	}
	
	/* Menu（ドロワーメニュー） *********/
	.drawer{
		display: block;
	}
	
	nav.drawer-nav{
		width: 210px !important;
		min-height: 100vh !important;
		background: #000 !important;
		overflow: hidden !important;
		overflow-y: auto !important;
		padding: 120px 0 0 0 !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		z-index: 100 !important;
	}

	button.drawer-toggle{
		width: 70px;
		height: 70px;
		background: #ffc032 !important;
		padding: 0 17px !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		top: 0;
		right: 0 !important;
		z-index: 1000 !important;
	}

	.drawer-hamburger-icon{
		height: 2px !important;
		background: #000 !important;
		margin-top: 2px !important;
	}
	
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after{
		height: 2px !important;
		background: #000 !important;
	}

	.drawer-open .drawer-hamburger-icon{
		background: transparent !important;
	}
	
	.drawer-open .drawar-humburger-text{
		display: none !important;
	}
	
	.drawer--right .drawer-nav{
		right: -210px !important;
	}

	.drawer-open .drawer-nav{
		right: 0 !important;
	}

	.drawer-overlay{
		z-index: 40 !important;
		background: transparent !important;
	}
	
	ul.drawer-menu{
		padding: 0 0 0 20px !important;
	}

	ul.drawer-menu li{
		line-height: 1.0;
		margin-bottom: 40px;
	}
	
	ul.drawer-menu li:last-child{
		margin-bottom: 0;
	}

	ul.drawer-menu li a{
		color: #fff;
		font-family: "ゴシックMB101 B";
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	/* Footer *********/
	#site-info{
		width: 287px;
		height: 82px;
	}
	
	#site-info a{
		background-size: 287px 82px;
		width: 287px;
		height: 82px;
	}
	
	/* Content *********/
	#main{
		padding: 80px 0 0 0;
	}
	
	h3.f-title,
	#content h3.f-title{
		font-size: 40px;
		font-size: 4.0rem;
	}
	
	/* Contact *********/
	
	/* Policy *********/
	.page-id-159 .drawer,
	.page-id-159 .h_menu,
	.page-id-161 .drawer,
	.page-id-161 .h_menu{
		display: none;
	}
	
	/* News *********/
	#content .f_news ul a,
	#content .p_news ul a{
		padding: 17px 25px 15px 0;
	}
	
	#content .f_news ul a:after,
	#content .f_news ul a:hover:after,
	#content .p_news ul a:after,
	#content .p_news ul a:hover:after{
		right: 0;
	}
	
	.single .drawer,
	.single .h_menu{
		display: none;
	}
	
	/* Front-page *********/
	#f_can{
		padding: 100px 0 140px 0;
	}
	
	#content #f_can p{
		max-width: 640px;
		text-align: justify;
		text-justify: inter-ideograph;
		margin: 0 auto;
		margin-bottom: 100px;
	}
	
	#content #f_can p .pc{
		display: none;
	}
	
	.can_block{
		margin-bottom: 110px;
	}
	
	#f_company{
		padding: 120px 0;
		background: url(images/f_company_bg_sp.jpg) no-repeat;
		background-size: cover;
	}
	
	#content #f_company tr th{
		width: 150px;
	}
	
	#content #f_company tr td{
		padding: 16px 15px;
	}
	
	#content #f_company tr td ul li{
		line-height: 1.6;
		margin-bottom: 5px;
	}
	
	#content #f_company tr td ul li:last-child{
		margin-bottom: 0;
	}
	
	.tel_block{
		max-width: 440px;
	}
	
	#content table.contact_table tr th{
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 15px 0 0 0;
		position: static;
		margin-bottom: 15px;
	}
	
	#content table.contact_table tr th em{
		width: 70px;
		height: auto;
		display: inline-block;
		text-align: center;
		padding: 5px 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		position: static;
		top: inherit;
		right: inherit;
		margin: 0 0 0 10px;
	}
	
	#content table.contact_table tr td{
		width: 100%;
		display: block;
		padding: 0 0 15px 0;
	}
	
	#content table.contact_table tr:nth-of-type(1) td{
		border-top: none;
	}
	
	#content input[type="submit"]{
		width: 300px;
		height: 70px;
		font-size: 17px !important;
		font-size: 1.7rem !important;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 600px){
	*{
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}
	
	.table{display: block;}
	.table .cell{display: block;}
	.pc{display: none;}
	.tb{display: none;}
	.sp{display: block;}
	
	.page img{
		width: 100%;
		height: auto;
	}
	
	#content{
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.section,
	.article{
		margin-bottom: 2.4em;
	}

	/* Footer *********/
	#colophon{
		padding: 40px 0;
	}
	
	.home #site-generator{
		height: auto;
		padding: 5px 0 10px 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	.home .f_policy ul{
		float: none;
		margin-top: 0;
		margin-bottom: 5px;
	}
	
	.home .f_policy ul li:nth-of-type(1):after{
		margin: 0 10px 0 15px;
	}
	
	.home .copyright{
		text-align: center;
		float: none;
		margin-top: 0;
	}
	
	/* Content *********/
	h3.f-title,
	#content h3.f-title{
		font-size: 34px;
		font-size: 3.4rem;
	}
	
	h3.entry-title,
	#content h3.entry-title{
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.more a{
		width: 260px;
		height: 60px;
	}
	
	/* Contact *********/
	#content input[type="submit"]{
		width: 260px;
		height: 60px;
	}
	
	/* News *********/
	#f_news{
		padding: 60px 0;
	}
	
	#content .single-title{
		font-size: 19px;
		font-size: 1.9rem;
		padding-bottom: 19px;
		margin-bottom: 30px;
	}
	
	/* Front-page *********/
	#f_can{
		padding: 80px 0 110px 0;
	}
	
	#content #f_can p{
		text-align: justify;
		text-justify: inter-ideograph;
		margin-bottom: 70px;
	}
	
	.can_block{
		margin-bottom: 70px;
	}
	
	.cb_img{
		margin-bottom: 30px;
	}
	
	.cb_img .tb{
		display: none;
	}
	
	.cb_content{
		width: 100%;
	}
	
	#content .cb_content dl dd.cbc_message br.sp_2{
		display: block;
	}
	
	#content #f_company tr th{
		width: 100px;
	}
	
	#content #f_company tr td ul li{
		padding-left: 10px;
	}
	
	#content #f_company tr td ul li:before{
		left: -5px;
	}
	
	#f_contact{
		padding: 60px 0;
	}
	
	#content .f_contact_box p{
		line-height: 1.8;
		margin-bottom: 40px;
	}
	
	.tel_block{
		padding: 20px 0 17px 0;
	}
	
	#content .tel_block dt{
		margin-bottom: 12px;
	}
	
	#content .tel_block dd span{
		margin-bottom: 10px;
	}
	
	#content .tel_block dd span a{
		font-size: 35px;
		font-size: 3.5rem;
	}
	
	#content .tel_block dd span a:before{
		background-size: 18px 24px;
		width: 18px;
		height: 24px;
		margin: 0 5px 3px 0;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 500px){
	/* Header *********/
	#site-title{
		margin-left: 15px;
	}
	
	.h_menu ul{
		margin-top: 23px;
	}
	
	.h_menu ul li{
		margin-right: 12px;
	}
	
	.h_menu ul li.hm_contact{
		margin-right: 15px;
	}
	
	.h_menu ul li a,
	.h_menu ul li.hm_contact a{
		background-size: 24px 24px;
		width: 24px;
		height: 24px;
	}
}
