html {
    color: #333; font-size:62.5%;}
body{ font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;}

main *,
main *:before,
main *:after {
	box-sizing: border-box;
}

a {
    color: #666;
    text-decoration: none;}
a[href^="tel:"] {
    pointer-events: none; }

p {margin-bottom: 1em; }


#header {
    height: 0px; }

.bread {
    width: 100%;
    max-width: 1000px;
    padding: 10px 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    box-sizing: border-box;
}
.bread a {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}
.bread a:after {
    position: absolute;
    right: 2px;
    top: 0;
    content: ">";
}

div.w100_wrap {
    width: 100%;
    max-width: 1000px;
    padding: 10px 10px;
    margin: 0 auto;
    box-sizing: border-box;
}
div.snsBtn {
    width: auto;
}
.sns_sec .sns_wrap {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    #header {
        height: 0px; }

    section article {
        padding: 65px 10%;
        box-sizing: border-box;}
    #intro .mv{ background-size: cover;}
}

@media screen and (max-width: 1000px) {
    #header + *{ margin-top: 87px;}
}

@media screen and (max-width: 599px) {
    .pc {
        display: none; }

    .tb {
        display: none; }

    .sp {
        display: block !important; }

    a[href^="tel:"] {
        pointer-events: visible; }

    .w100_wrap {
        margin-top: 87px;
        height: auto !important;
    }
    .bread {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
@media screen and (max-width: 999px) {
    .wrapper {
        padding: 0 16px;
    }
}
.contact {
    background-color: #F8F7F7;
    padding: 30px 15px;
    text-align: center;
    margin: 50px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.contact span {
    font-size: 2rem;
    line-height: 1.3;
    display: inline-block;
}
.contact a {
    display: inline-block;
    background-color: #eb7747;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 1.8rem;
    min-width: 210px;
}
@media screen and (max-width: 830px) {
    .contact {
        flex-direction: column;
    }
    .contact a {
        margin-top: 20px;
    }
}
@media screen and (max-width: 599px) {
    .contact {
        margin: 30px 0;
    }
    .contact span  {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 999px) {
    .style0617_sp_main_menu li a {
        font-size: 1.5rem;
    }
    #gn-menu nav.gn-menu-wrapper2 .gn-menu li a {
        font-size: 1.3rem;
        line-height: 1.6;
    }
    #gn-menu nav.gn-menu-wrapper2 .gn-menu li a.style0617_sp_other_menu {
        font-size: 1.2rem;
        line-height: 1.5;
    }
}
/* ==========================================================================
   mv
   ========================================================================== */
.mv {
    max-height: 286px;
    overflow: hidden;
    position: relative;
}
.mv .bg {
    width: 100%;
    height: 0;
    padding-top: 280px;
    background: url(../img/mv.jpg) 50% 90% no-repeat;
    background-size: cover;
    filter: brightness(70%);
}
.mv .ttl-wrap {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.mv .ttl-wrap a {
    color: #ffffff;
}
.mv .ttl {
    font-family: "Josefin Slab", serif;
    font-size: 4rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 300;
    white-space: nowrap;
}
.mv .lead {
    font-size: 2rem;
    margin-bottom: 0;
}
@media screen and (max-width: 599px) {
    .mv .bg {
        padding-top: 200px;
    }
}
.mv + .bread a{
    text-decoration: none;
}
.cate-wrap {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    font-size: 18px;
    white-space: nowrap;
}
.cate-wrap dt {
    color: #ffffff;
}
.cate-list {
    display: flex;
}
.cate-list .item:first-child {
    margin-right: 10px;
}
.cate-list .item a {
    background-color: #fff;
    color: #1c2569;
    padding: 10px 15px;
    border-radius: 19px;
}
.cate-list .item a:hover {
    background-color: #1c2569;
    color: #ffffff;
}
.cate-list .item .current {
    cursor: default;
    background-color: #1c2569;
    color: #ffffff;
    pointer-events: none;
}
@media screen and (max-width: 599px) {
    .cate-wrap {
        bottom: 25px;
    }
}
/* ==========================================================================
   entry-list
   ========================================================================== */
.entry-list {

}
.entry-list .item {
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
    .entry-list .item {
        padding: 15px 0;
    }
}
.entry-list .item .thumb {
    width: 22%;
}
.entry-list .item .thumb img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 599px) {
    .entry-list .item .thumb {
        width: 40%;
    }
}
.entry-list .item .info {
    width: 77%;
    margin-left: 15px;
}
@media screen and (max-width: 599px) {
    .entry-list .item .info {
        margin-left: 10px;
    }
}
.entry-list .item .info a {
    color: inherit;
}
.entry-list .item .info a:hover {
    text-decoration: underline;
    color: #000099;
}
.entry-list .item .info .ttl {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.3;
}
@media screen and (max-width: 599px) {
    .entry-list .item .info .ttl {
        font-size: 1.6rem;
    }
}
.entry-list .item .info .entry-date {
    font-size: 1.7rem;
    color: #777575;
    display: inline-block;
    padding-top: 15px;
}
@media screen and (max-width: 599px) {
    .entry-list .item .info .entry-date {
        font-size: 1.4rem;
    }
}

/* ==========================================================================
   pager
   ========================================================================== */
.pager {
    margin: 50px 0;
    text-align: center;
    position: relative;
}
.pager .page-numbers {
    font-size: 1.3rem;
    display: inline-block;
    border: 1px solid #DDD;
    padding: 0px 5px;
    margin: 0 1px;
    line-height: 1.8;
}
.pager a.page-numbers {
    color: #000099;
}
.pager .page-numbers.dots,
.pager .page-numbers.next,
.pager .page-numbers.prev {
    border: none;
}
.pager .page-numbers.current {
    background-color: #DDD;
}
.pager .page-numbers.next,
.pager .page-numbers.prev {
    font-size: 1.6rem;
    position: absolute;
    top: 0;
}
.pager .page-numbers.next {
    padding-right: 25px;
    right: 15%;
}
.pager .page-numbers.next::after {
    position: absolute;
    content: "\f138";
    font-family: FontAwesome;
    top: -5px;
    right: 0px;
    font-size: 22px;
}
.pager .page-numbers.prev {
    padding-left: 25px;
    left: 15%;
}
.pager .page-numbers.prev::before {
    position: absolute;
    content: "\f137";
    font-family: FontAwesome;
    top: -5px;
    left: 0px;
    font-size: 22px;
}
@media screen and (max-width: 599px) {
    .pager .page-numbers.next,
    .pager .page-numbers.prev {
        top: 35px;
    }
    .pager .page-numbers.next {
        right: 15px;
    }
    .pager .page-numbers.prev {
        left: 15px;
    }
}

/* ==========================================================================
   single-post
   ========================================================================== */
.single-post article {
    padding: 20px 0 0;
    overflow: hidden;
}
@media screen and (max-width: 599px) {
    .single-post article {
        padding-top: 0;
    }
}
.single-post article h1 {
    font-size: 3rem;
    letter-spacing: .15em;
    line-height: 1.3;
    margin-bottom: 25px;
    -webkit-font-smoothing: antialiased;
}
.single-post article .date {
    text-align: right;
    margin-bottom: 25px;
}
.single-post article h2 {
    font-size: 2.5rem;
    margin-bottom: 1em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}
.single-post article h3 {
    font-size: 2.3rem;
    margin-bottom: 1em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}
.single-post article h4 {
    font-size: 2.1rem;
    margin-bottom: 1em;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
.single-post article h5 {
    font-size: 1.9rem;
    margin-bottom: 1em;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
.single-post article h6 {
    font-size: 1.8rem;
    margin-bottom: 1em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 599px) {
    .single-post article h1 {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: bold;
    }
    .single-post article h2 {
        font-size: 2.4rem;
    }
    .single-post article h3 {
        font-size: 2.2rem;
    }
    .single-post article h4 {
        font-size: 2rem;
    }
    .single-post article h5 {
        font-size: 1.8rem;
    }
    .single-post article h6 {
        font-size: 1.6rem;
    }
}
.single-post article a,
.single-post .about a {
    text-decoration: underline;
    color: #000099;
}
.single-post article p {
    margin-bottom: 1.5em;
}
.single-post article p,
.single-post article ul,
.single-post article ol,
.single-post article dl,
.single-post article table,
.single-post .about {
    font-size: 1.6rem;
    line-height: 1.8;
}
.single-post article ul,
.single-post article ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}
.single-post article ul li {
	list-style: disc;
}
.single-post article ol {
    margin-left: 2.5em;
}
.single-post article ol li {
	list-style: decimal;
}

.single-post article li > ul,
.single-post article li > ol {
	margin-bottom: 0;
}

.single-post article dl {
	margin: 0 0 1.75em;
}

.single-post article dt {
	font-weight: 700;
}

.single-post article dd {
	margin: 0 0 1.75em;
}

.single-post article img {
    max-width: 100%;
    height: auto;
}
.single-post article .attachment-post-thumbnail {
    margin-bottom: 3em;
}

.single-post article del {
	opacity: 0.8;
}

.single-post article table,
.single-post article th,
.single-post article td {
	border: 1px solid #d1d1d1;
}

.single-post article table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

.single-post article caption,
.single-post article th,
.single-post article td {
	font-weight: normal;
	text-align: left;
}

.single-post article th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

.single-post article td {
	border-width: 0 1px 1px 0;
}

.single-post article th,
.single-post article td {
	padding: 0.4375em;
}

.single-post article blockquote {
	border: 0 solid #1c2569;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

.single-post article blockquote,
.single-post article q {
	quotes: none;
}

.single-post article blockquote:before,
.single-post article blockquote:after,
.single-post article q:before,
.single-post article q:after {
	content: "";
}

.single-post article blockquote p {
	margin-bottom: 1.4736842105em;
}

.single-post article blockquote cite,
.single-post article blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 1.6rem;
	line-height: 1.75;
}

.single-post article blockquote cite:before,
.single-post article blockquote small:before {
	content: "\2014\00a0";
}

.single-post article blockquote em,
.single-post article blockquote i,
.single-post article blockquote cite {
	font-style: normal;
}

.single-post article blockquote strong,
.single-post article blockquote b {
	font-weight: 400;
}

.single-post article blockquote > :last-child {
	margin-bottom: 0;
}

.single-post article address {
	font-style: italic;
	margin: 0 0 1.75em;
}

.single-post article code,
.single-post article kbd,
.single-post article tt,
.single-post article var,
.single-post article samp,
.single-post article pre {
	font-family: Inconsolata, monospace;
}

.single-post article pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.single-post article code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

.single-post article abbr,
.single-post article acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

.single-post article mark,
.single-post article ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

.single-post .bread {
    line-height: 1.3;
    padding: 0;
    margin-top: 44px;
}
.single-post .bread a {
    color: #000099;
    text-decoration: underline;
}

.single-post .pagenation{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 940px;
    margin: 0 auto 40px;
    position: relative;}
@media screen and (max-width: 599px) {
    .single-post .pagenation{
        margin-bottom: 30px;
    }
}

.single-post .pagenation p{
    text-align:left;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0;
    box-sizing: border-box;
    width: 48%;
}

.single-post .pagenation a{
    color:#1c236d;
    position: relative;
    display: flex;
}

.single-post .pagenation p.tline{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1em;}

.single-post .pagenation .next a {
    justify-content: flex-end;
}
.single-post .pagenation .next a:after {
    font-family: 'FontAwesome';
    content: '\f0a9';
    font-weight: 900;
    margin-left: 10px;
}
.single-post .pagenation .prev a:before {
    font-family: 'FontAwesome';
    content: '\f0a8';
    font-weight: 900;
    margin-right: 10px;
}

.single-post .sns_sec + div {
    margin-top: 50px!important;
}
.single-post .about {
    margin-top: 40px;
}

.single-post .about dt {
    font-size: 1.8rem;
    color: #1c2569;
}
.single-post .about dt:nth-of-type(2) {
    margin-top: 20px;
}
