@charset "utf-8";

/*
Theme Name: Original Theme
*/

/* Bootstrap Grid
@media(max-width:767px){}
@media(max-width:991px){}
@media(max-width:1200px){}
*/

/* reset
++++++++*/

body, h1, h2, h3, h4, h5, h6, h7,
div, p, dl, dt, dd, ol, ul, li, table, th, td, fieldset,
form, input[type="radio"], input[type="checkbox"] {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h7,
dt, dd, th, td, em, address, label {
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, textarea {
	-webkit-appearance: none;
}
input[type="text"], textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img, input, select, textarea {
	vertical-align: bottom;
}
img, fieldset {
	border: 0;
}
img { vertical-align: middle; max-width: 100%; height: auto;  width: inherit; }
.thumbnail {
	border: none;
	background: none;
}
.navbar {
	margin-bottom: 0;
	background: none;
	border: none;
}
.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
}
.navbar-brand { 
	height: auto;
}

@media(max-width:767px){
input, select, textarea {
	-webkit-appearance: none;
}
}

/* add class */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.row-height {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap:nowrap;
}
@media(max-width:767px){
.row-height {
  display: block;
}
}
@media(max-width:767px){
.row-tablet > [class*='col-'] {
  max-width: 640px;
  margin: 0 auto;
}
}
@media(max-width:640px){
.row-tablet > [class*='col-'] {
  max-width: 500px;
  margin: 0 auto;
}
}
@media(max-width:480px){
.row-tablet > [class*='col-'] {
  max-width: 420px;
  margin: 0 auto;
}
}

.table {
  display: table;
  width: 100%;
}
.table > * {
  display: table-cell;
}
.rowline > * {
  display: inline-block;
}
.dl-table {
  display: table;
}
.dl-table dl {
  display: table-row;
}
.dl-table dl dd,
.dl-table dl dt {
  padding: 5px;
  display: table-cell;
}


/* common
++++++++*/

body {
	font-family: 'メイリオ', 'Meiryo','游ゴシック', 'Yu Gothic', 
		'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
  min-width: inherit;
}
.container {
	max-width: 960px;
}
@media(min-width:768px){
.container {
	width: 980px;
}
}

@media(max-width:767px){
body {
	-webkit-text-size-adjust: 100%; 
	width: 100%;
	font-size: 14px !important;
}
}

/* margin */
.mt0 { margin-top: 0 !important; }
.ml0 { margin-left: 0 !important; }
.mr0 { margin-right: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/* btn */

/* typo */
h1, h2, h3, h4, h5, h6, h7 {
	font-size: inherit;
	line-height: 1.5;
}
p, dl, dt, dd, ol, ul, li, table, th, td {
	font-size: inherit;
	line-height: 1.75;
}
@media(max-width:767px){
h1, h2, h3, h4, h5, h6, h7,
p, dl, dt, dd, ol, ul, li, table, th, td {
}
}

/* title */

/* text */

/* link */
a:link, a:visited {
  text-decoration: none;
  color: #333333;
}
a:focus,
a:hover,
a { color: #3c2015; }
a:hover { text-decoration: none; }
a.text-underline { text-decoration: underline; }
/*
p > a:hover,
p > a { color: #eb6000; }
*/
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* box */


/* wordpress
++++++++*/

#breadcrumb {
	line-height: 1.35;
	font-size: 12px;
}

@media(max-width:767px){

#breadcrumb {
	padding: 1em 2.6% 0;/* 20/767 */
	}

}/* xs */


@media(min-width:768px){
#breadcrumb {
	margin: 0 auto;
	padding: 0 0 3em;
	max-width: 1080px;
	}

}/* sm~ */


/* pagenavi */
.wp-pagenavi {
	text-align: center;
	margin-top: 15px;
  	margin-bottom: 15px;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	display: inline-block;
	padding: 10px 15px !important;
	border: 1px solid #222222 !important;
	color: #222222;
}
.wp-pagenavi span {
	padding: 12px 17px 11px 17px !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #222222 !important;
	background: #222222;
	color: #ffffff;
}
.wp-pagenavi .pages {
	display: none;
}

/* sns */
ul.snsbox {
	margin: 15px 0;
}
ul.snsbox li {
	display: inline-block;
	vertical-align: top;
}
ul.snsbox li.fb {
	width: 71px;
}

/* article */
ol,
ol li {
  list-style: decimal inside;
}
em {
  font-weight: bold;
}
blockquote {
  background: #f8f8f8;
  color: #777777;
  border-left: none;
  padding: 1em 2em;
  margin: 1em 0;
  font-size: 100%;
}
blockquote p {
  margin-bottom: 1em;
  word-break: break-all;
  font-size: 100%;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}


/* header
++++++++*/
header {
  border-top: 0;  
}
#header h1 {
  font-size: 11px;
  margin-bottom: 0.5em;
}

/* グローバルナビは一時的に非表示 */
#gnav ul,
#sp_menu img { display: none !important; }
#gnav {
  padding: 10px 0 !important;
}

/* バナーは一時的に非表示 */
#header .bn_1 {
  display: none !important; 
}
#header .logo {
  position: static !important;
}

@media(max-width:767px){

#header {
	display: table;
	position: relative;
	padding: 1.2em 2.6%;/* 20/767 */
	width: 100%;
	}

#header h1 { display: none; }
#header .logo {
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: middle;
	}

#header .logo img {
	width: auto;
	}

#header .bn_1 {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
  background: #ffffff;
	}

#header .bn_1 img {
	width: 100%;
	}

#header .bn_1 li {
  width: 50%;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  }

.visible-xs-block {
	display: table-cell !important;
	width: 50%;
	text-align: right;
	vertical-align: middle;
	}

#gnav {
	display: none;
	position: absolute;
	z-index: 10000;
	left: 0;
	bottom: -18em;
	width: 100%;
	border-bottom: 1px solid #c7c7c7;
	background: #fff;
	text-align: center;
	}

#gnav li {
	line-height: 3em;
	font-size: 1em;
	}

#gnav li img {
	height: 1em;
	}

#gnav li a {
	display: block;
	border-top: 1px solid #c7beb9;
	}

#gnav li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

}/* xs */

@media(min-width:768px){

#header {
	position: relative;
	overflow: hidden;
	}

#header .logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	padding: 16px 10px 0;
	max-width: 1080px;
	width: 100%;
	text-align: left;
	}

#header .logo img {
	width: 233px;
	}

#header .bn_1 {
	margin: 0 auto;
	padding: 19px 10px 0 0;
	max-width: 1080px;
	text-align: right;
	}

#header .bn_1 a {
	position: relative;
	}

#header .bn_1 img {
	}

#header .bn_1 li:last-child {
  margin-left: 10px;
}

#gnav {
	padding: 20px 0;
	}

#gnav ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px 0;
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
	background: #c7beb9;
	}

#gnav li {
	display: table-cell;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	}

#gnav li a {
	display: block;
	height: 40px;
	line-height: 40px;
	}

#gnav li img {
	height: 14px;
	}

}/* sm~ */

@media(min-width:992px){

#header .bn_1 img {
	}

}/* md~ */

@media(min-width:1080px){

#gnav li img {
	height: 16px;
	}

#header .bn_1 {
	padding-right: 0;
	}

}

/*
#header.fixed {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px;
}
#header {
	overflow: hidden;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: auto;
	width: 100%;
	padding: 5px 0 10px;
	background: #ffffff;
}

@media(max-width:767px){
#header {
  position: static;
}
#sp_menu {
	position: absolute;
	top: 14px;
	right: 3.125%;
}
#gnav {
	display: none;
}
}
*/
#sp_menu img {
  width: 40px;
}

/* slide
++++++++*/

.slide {
	margin: 0 auto;
	background: #f4f3ef;
	overflow: hidden;
}

.slide li img {
	vertical-align: bottom;
}

.slick-prev:hover, .slick-prev:focus,
.slick-prev {
	left: -36px;
  background: url(jyuku/images/common/ico_slide_l.jpg) no-repeat center;
}

.slick-next:hover, .slick-next:focus,
.slick-next {
	right: -36px;
  background: url(jyuku/images/common/ico_slide_r.jpg) no-repeat center;
}

.slick-prev, .slick-next {
	width: 14px;
	height: 26px;
}

.slick-prev:before, .slick-next:before {
	display: none;
}

@media(max-width:767px){



}/* xs */

@media(min-width:768px){

.slide ul {
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 10px;
	width: 100%;
	background: #fff;
	}


}/* sm~ */



/* contents
++++++++*/
/*section {}*/

#contents {
	overflow: hidden;
}

@media(max-width:767px){

#contents {
	padding: 1em 0;
	}

}/* xs */

@media(min-width:768px){

#contents {
	margin: 0 auto;
	max-width: 1080px;
	padding: 35px 0 0;
	overflow: hidden;
	}

}/* sm~ */


/* main
++++++++*/

#main h2 {
	background-color: #323232;
/*
	background-image: url(./assets/images/common/ico_title.png);
*/
	background-repeat: no-repeat;
	color: #fff;
}
#main .list h2 {
  margin-bottom: 0.6em;
}

#main .listitem,
#main .article {
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	word-wrap: break-word;
	word-break: break-all;
}

#main .listitem {
	position: relative;
	background: #f4f3ef;
}

#main .listitem .img {
	float: left;
}

#main .listitem .cat ul {
	display: inline-block;
}
#main .listitem .cat li {
	display: inline-block;
	border: 1px solid #000000;
	font-weight: 600;
	vertical-align: middle;
}

#main .listitem .date {
	display: inline-block;
	background-image: url(jyuku/images/common/ico_clock.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #666;
	vertical-align: middle;
}

#main .listitem h3 {
	font-weight: 600;
}

#main .listitem a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#main .listitem .bt a {
	display: block;
	background: #323232;
	color: #fff;
	text-align: center;
}

#main .article img {
	width: 100%;
}

#main .article p a {
  color: #777777;
  text-decoration: underline;
}

#main .article ul,
#main .article ol {
  margin-bottom: 2em;
}
#main .article ul li,
#main .article ol li {
  margin-bottom: 1em;
  font-size: 16px;
}

#main .article h3 {
	border-radius: 5px;
	font-weight: 600;
	background-color: #323232;
	color: #fff;
  margin-bottom: 1em;
}

#main .article h4 {
	font-weight: 600;
  border-left: 3px solid #323232;
  padding: .25em .5em;
  margin-bottom: .5em
}


#main .article h3 a {
	color: #fff;
}

@media(max-width:767px){

#main {
	padding: 0 2.6% 2em;/* 20/767 */
	}

#main h2 {
	padding: .5em 1em;
	font-size: 120%;
	font-weight: 600;
	background-size: 1em;
	background-position: .5em center;
	}

#main .listitem {
	margin: 1.4em 0;
	padding: 1em ;
	}

#main .listitem .img {
	margin-right: .8em;
	width: 35%;
	}

#main .listitem .cat li {
	margin: 0 .6em 0 0;
	padding: 0 .8em;
	font-size: 80%;
	}

#main .listitem .date {
	padding: .2em 0 0 1.6em;
	font-size: 90%;
	}

#main .listitem h3 {
	padding: .3em 0;
	font-size: 140%;
	}

#main .listitem h3+p {
	padding: 0 0 1em;
	}

#main .listitem .bt {
	text-align: center;
	}

#main .listitem .bt a {
	display: inline-block;
	margin: 0 auto;
	padding: .6em 2em;
	}

#main .article {
	padding: 0 0 1em;
	}

#main .article .img {
	padding: .6em 0;
	}

#main .article h3 {
	padding: .5em .8em;
	font-size: 140%;
	}

#main .article h4 {
  font-size: 120%;
	}

#main .article p {
	margin: 0 0 1.6em;
	}

#main .article .bn_1 {
	display: none;
	}

}/* xs */


@media(min-width:768px){

#main {
	float: left;
	padding: 0 0 80px;
	width: auto;
	max-width: 75.9%;/* 820/1080 */
	}

#main h2 {
	padding: .6em 1em;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	background-size: 1em;
	background-position: .5em center;
	}

#main .listitem {
	margin: 0 0 1.6em;
	padding: 1em 2.4% 1em 2.4%;/* 20/820 */
	}

#main .listitem p {
	font-size: 14px;
	}

#main .listitem .img {
	margin-right: 1em;
	width: 37.5%;/* 300/(820-20) */
	}
#main .listitem .cat li {
	margin: 0 1em 0 0;
	padding: .2em .8em;
	font-size: 70%;
	}

#main .listitem .date {
	padding: .2em 0 0 1.6em;
	font-size: 90%;
	}

#main .listitem h3 {
	padding: .8em 2.4% .6em 0;/* 20/820 */
	line-height: 1.6;
	font-size: 20px;
	}

#main .article h3 {
	padding: 0.5em 1em;  
	font-size: 20px;
	}

#main .article h4 {
	font-size: 16px;
	}

#main .listitem h3+p {
	padding: 0 2.4% 0 0;/* 20/820 */
	line-height: 2;
	font-size: 95%;
	}

#main .listitem .bt {
	float: right;
	}

#main .listitem .bt a {
	width: 150px;
	height: 3em;
	line-height: 3em;
	}


#main .article .img {
	padding: .6em 0;
	}

#main .article .bn_1 {
	padding-bottom: 3em;
	}

#main .article h3 {
	padding: 0.5em 1em;
	font-size: 20px;
	}

#main .article p {
	margin: 0 0 1.6em;
	line-height: 1.6;
	font-size: 16px;
	}

}/* sm~ */


/* sidebar
++++++++*/

#sidebar .rows h2 {
	border: 1px solid #a99e98;
	color: #3b2114;
	text-align: left;
}

#sidebar .rows h2 img {
	margin: 0 1em 0 0;
	vertical-align: middle;
}

#sidebar .rows .category+ul li,
#sidebar .rows .listitem {
	border-bottom: 1px solid #fff;
	background: #f4f3ef;
	border-top: 0;
}

#sidebar .rows .category+ul li {
	font-weight: 600;
	background-image: url(jyuku/images/common/ico_arrow_1.jpg);
	background-repeat: no-repeat;
}

#sidebar .rows .listitem {
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	word-wrap: break-word;
	word-break: break-all;
}

#sidebar .rows .img {
	float: left;
}

#sidebar .rows .img a {
	display: block;
	position: relative;
}

#sidebar .rows .img a span {
	position: absolute;
	display: inline-block;
	background-color: #bd5554;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#sidebar .rows .ttl {
	font-weight: 600;
}

#sidebar .rows .date {
	float: right;
	background-image: url(jyuku/images/common/ico_clock.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 1em;
	color: #666;
}

#sidebar .rows a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#sidebar li a {
  display: block;
}

@media(max-width:767px){

#sidebar {
	padding: 0 2.6%;/* 20/767 */
	}

#sidebar .rows {
	padding: 0 0 2em;
	}

#sidebar .rows h2 {
	font-size: 100%;
	}

#sidebar .rows .category+ul li {
	padding: .8em .8em .8em 3em;/* 38/220 */
	background-position: 1em 1.1em;/* 15/220 */
	}


#sidebar .rows .listitem {
	padding: .8em;
	}

#sidebar .rows .listitem p {
	font-size: 1em;
	}

#sidebar .rows .img {
	margin-right: .8em;
	width: 35%;
	}

#sidebar .rows .img a span {
	width: 2em;
	height: 2em;
	line-height: 2em;
	}

#sidebar .rows .date {
	padding: 0 0 0 1.4em;
	font-size: 80%;
	}

}/* xs */


@media(min-width:768px){

#sidebar {
	float: right;
	width: 20.3%;/* 220/1080 */
	}

#sidebar .rows {
	padding: 0 0 2em;
}

#sidebar .rows h2 {
	font-size: 13px;
	letter-spacing: 1px;
	}

#sidebar .rows .category+ul li {
	padding: .8em 0 .8em 17.2%;/* 38/220 */
	background-position: 6.8% 1.1em;/* 15/220 */
	}

#sidebar .rows .listitem {
	padding: 1em 6.8% .8em 4.5%;/* 15/220 10/220 */
	}

#sidebar .rows p {
	line-height: 18px;
	font-size: 12px;
	}

#sidebar .rows .img {
	margin-right: 5.1%;/* 10/(220-10-15)  */
	width: 41%;/* 80/(220-10-15)  */
	}

#sidebar .rows .img a span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	}

#sidebar .rows .date {
	margin: .6em 0 0;
	padding: 0 0 0 1.4em;
	font-size: 80%;
	}


}/* sm~ */


/* footer
++++++++*/

#footer {
	background-color: #7a615d;
	color: #fff;
	text-align: center;
}

#footer p {
}


@media(max-width:767px){

#footer .copyright {
	padding: 2em 0;
	}

#footer .bn_1 img {
	width: 100%;
	opacity: 0;
	}



}/* xs */

@media(min-width:768px){

#footer {
	clear: both;
	padding: 3em 0;
	}

#footer .bn_1 {
	display: none;
	}


}/* sm~ */

.pagenavi{
    color: #2583ad;
    margin: 2px auto;
    line-height:2em;
    text-align:center;
    clear: both;
}
.pagenavi a{
    text-decoration:none;
}
.pagenavi a.page-numbers, .pagenavi .current{
    color: #00019b;
    padding: 3px 7px;
    border:solid 1px #ccc;
    text-decoration:none;
    font-size:12px;
}
.pagenavi a.page-numbers:hover{
    color:#fff;
    background: #328ab2;
}
.pagenavi .current{
    color: white;
    background: #328ab2;
    border-color: #328ab2;
    font-weight:bold:
}
.pagenavi .next, .pagenavi .prev{
    border:0 none;
    background:transparent;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}
.mainone{ width:100% !important;max-width: 100% !important; }