﻿
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
    display: block
}
nav,
ul,
ol {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}
del {
    text-decoration: line-through
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
img {
    max-width: 100%;
    height: auto
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}
input,
select {
    vertical-align: middle
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both
}
h1,
h2,
h3,
h4,
h5,
a {
    font-family: "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
a:link,
a:visited {
    text-decoration: none
}
a:hover {
    text-decoration: none
}
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20000;
    max-height: 100%;
    overflow: hidden;
    background-color: #fff
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 80px;
    margin-top: -40px;
    margin-left: -150px;
    text-align: center;
    color: #fff;
    z-index: 30000
}
#page_top {
    display: block;
    padding: 30px 0;
    text-align: center
}
#page_map {
    width: 100%;
    display: inline-block
}

@media only screen and (max-width: 767px) {
#page_map {
	width: 100%;
	display: block;
	}
}

#page_map #map_canvas {
    height: 400px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 767px){
    #page_map #map_canvas {
        width: 100%;
        height: 250px
    }
}

#page_street {
    padding: 10px;
    background-color: #c8e6b7;
    width: 36%;
    box-sizing: border-box;
    margin-left: 4%;
    display: inline-block
}
@media only screen and (max-width: 767px) {
    #page_street {
        width: 100%;
        display: block;
        margin: 20px 0
    }
}
#page_street #street {
    height: 300px
}
.pc_i {
    display: inline
}
.pc_b {
    display: block
}
.sp_i {
    display: none
}
.sp_b {
    display: none
}
@media only screen and (max-width: 767px) {
    .pc_i {
        display: none
    }
    .pc_b {
        display: none
    }
    .sp_i {
        display: inline
    }
    .sp_b {
        display: block
    }
}
.text_center {
    text-align: center
}
.text_right {
    text-align: right
}
.c_red {
    color: #F00
}
.c_blue {
    color: #00F
}
.c_brown {
    color: #930
}
.c_green {
    color: #390
}
.c_orange {
    color: #F60
}
.c_pink {
    color: #F3F
}
.mt0 {
    margin-top: 0 !important
}
.mb0 {
    margin-bottom: 0 !important
}
.ml0 {
    margin-left: 0 !important
}
.mr0 {
    margin-right: 0 !important
}
.pt0 {
    padding-top: 0 !important
}
.pb0 {
    padding-bottom: 0 !important
}
.pl0 {
    padding-left: 0 !important
}
.pr0 {
    padding-right: 0 !important
}
.fs8 {
    font-size: 8px !important;
    font-size: 0.8rem !important
}
.mt10 {
    margin-top: 10px !important
}
.mb10 {
    margin-bottom: 10px !important
}
.ml10 {
    margin-left: 10px !important
}
.mr10 {
    margin-right: 10px !important
}
.pt10 {
    padding-top: 10px !important
}
.pb10 {
    padding-bottom: 10px !important
}
.pl10 {
    padding-left: 10px !important
}
.pr10 {
    padding-right: 10px !important
}
.fs10 {
    font-size: 10px !important;
    font-size: 1rem !important
}
.mt20 {
    margin-top: 20px !important
}
.mb20 {
    margin-bottom: 20px !important
}
.ml20 {
    margin-left: 20px !important
}
.mr20 {
    margin-right: 20px !important
}
.pt20 {
    padding-top: 20px !important
}
.pb20 {
    padding-bottom: 20px !important
}
.pl20 {
    padding-left: 20px !important
}
.pr20 {
    padding-right: 20px !important
}
.fs12 {
    font-size: 12px !important;
    font-size: 1.2rem !important
}
.mt30 {
    margin-top: 30px !important
}
.mb30 {
    margin-bottom: 30px !important
}
.ml30 {
    margin-left: 30px !important
}
.mr30 {
    margin-right: 30px !important
}
.pt30 {
    padding-top: 30px !important
}
.pb30 {
    padding-bottom: 30px !important
}
.pl30 {
    padding-left: 30px !important
}
.pr30 {
    padding-right: 30px !important
}
.fs14 {
    font-size: 14px !important;
    font-size: 1.4rem !important
}
.mt40 {
    margin-top: 40px !important
}
.mb40 {
    margin-bottom: 40px !important
}
.ml40 {
    margin-left: 40px !important
}
.mr40 {
    margin-right: 40px !important
}
.pt40 {
    padding-top: 40px !important
}
.pb40 {
    padding-bottom: 40px !important
}
.pl40 {
    padding-left: 40px !important
}
.pr40 {
    padding-right: 40px !important
}
.fs16 {
    font-size: 16px !important;
    font-size: 1.6rem !important
}
.mt50 {
    margin-top: 50px !important
}
.mb50 {
    margin-bottom: 50px !important
}
.ml50 {
    margin-left: 50px !important
}
.mr50 {
    margin-right: 50px !important
}
.pt50 {
    padding-top: 50px !important
}
.pb50 {
    padding-bottom: 50px !important
}
.pl50 {
    padding-left: 50px !important
}
.pr50 {
    padding-right: 50px !important
}
.fs18 {
    font-size: 18px !important;
    font-size: 1.8rem !important
}
.mt60 {
    margin-top: 60px !important
}
.mb60 {
    margin-bottom: 60px !important
}
.ml60 {
    margin-left: 60px !important
}
.mr60 {
    margin-right: 60px !important
}
.pt60 {
    padding-top: 60px !important
}
.pb60 {
    padding-bottom: 60px !important
}
.pl60 {
    padding-left: 60px !important
}
.pr60 {
    padding-right: 60px !important
}
.fs20 {
    font-size: 20px !important;
    font-size: 2rem !important
}
.mt70 {
    margin-top: 70px !important
}
.mb70 {
    margin-bottom: 70px !important
}
.ml70 {
    margin-left: 70px !important
}
.mr70 {
    margin-right: 70px !important
}
.pt70 {
    padding-top: 70px !important
}
.pb70 {
    padding-bottom: 70px !important
}
.pl70 {
    padding-left: 70px !important
}
.pr70 {
    padding-right: 70px !important
}
.fs22 {
    font-size: 22px !important;
    font-size: 2.2rem !important
}
.mt80 {
    margin-top: 80px !important
}
.mb80 {
    margin-bottom: 80px !important
}
.ml80 {
    margin-left: 80px !important
}
.mr80 {
    margin-right: 80px !important
}
.pt80 {
    padding-top: 80px !important
}
.pb80 {
    padding-bottom: 80px !important
}
.pl80 {
    padding-left: 80px !important
}
.pr80 {
    padding-right: 80px !important
}
.fs24 {
    font-size: 24px !important;
    font-size: 2.4rem !important
}
.mt90 {
    margin-top: 90px !important
}
.mb90 {
    margin-bottom: 90px !important
}
.ml90 {
    margin-left: 90px !important
}
.mr90 {
    margin-right: 90px !important
}
.pt90 {
    padding-top: 90px !important
}
.pb90 {
    padding-bottom: 90px !important
}
.pl90 {
    padding-left: 90px !important
}
.pr90 {
    padding-right: 90px !important
}
.fs26 {
    font-size: 26px !important;
    font-size: 2.6rem !important
}
.mt50 {
    margin-top: 50px !important
}
.mt100 {
    margin-top: 100px !important
}
.mb100 {
    margin-bottom: 100px !important
}
.ml100 {
    margin-left: 100px !important
}
.mr100 {
    margin-right: 100px !important
}
.pt100 {
    padding-top: 100px !important
}
.pb100 {
    padding-bottom: 100px !important
}
.pl100 {
    padding-left: 100px !important
}
.pr100 {
    padding-right: 100px !important
}
.fs28 {
    font-size: 28px !important;
    font-size: 2.8rem !important
}
.flex {
    display: flex;
    align-items: center
}
@media only screen and (max-width: 767px) {
    .flex {
        display: block
    }
}
#menu {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    padding: 0;
    font-size: 0
}
#menu li {
    display: inline-block
}
#menu2 {
    text-align: center;
    font-size: 0;
    background: #000;
    padding: 10px 0
}
#menu2 li {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px
}
#menu2 li:first-child {
    border: none;
    padding-left: 0;
    margin-left: 0
}
#menu2 li a {
    color: #fff
}
#menu2 li a:hover {
    color: #ccc
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 57.0%
    }
}
@media only screen and (max-width: 767px) {
    body {
        min-width: inherit
    }
}
@media only screen and (max-width: 767px) {
    article {
        min-width: none
    }
}
.container {
    overflow: hidden
}
.pc_i {
    display: inline
}
.pc_b {
    display: block
}
.sp_i {
    display: none
}
.sp_b {
    display: none
}
@media only screen and (max-width: 767px) {
    .pc_i {
        display: none
    }
    .pc_b {
        display: none
    }
    .sp_i {
        display: inline
    }
    .sp_b {
        display: block
    }
}
#main,
html,
body {
    height: 100%
}
.page_height {
    height: 100%
}
@media only screen and (max-width: 767px) {
    .page_height {
        height: auto
    }
}
.page_back_wh {
    background-color: #FFF
}
@media only screen and (max-width: 767px) {
    .page_catch {
        padding: 33.75% 0;
        height: 300px;
    }
}
.page_catch h1 {
    text-align: center;
    height: 270px;
    width: 270px;
    top: 50%;
    left: 50%;
    margin-left: -135px;
    margin-top: -135px;
    border: 1px solid #fff;
    -moz-box-shadow: 3px 3px 6px 2px #777;
    -webkit-box-shadow: 3px 3px 6px 2px #777;
    box-shadow: 3px 3px 6px 2px #777;
    position: absolute
}
@media only screen and (max-width: 767px) {
    .page_catch h1 {
        position: static;
        margin: -30px auto 0;
        padding: 20px 0;
        height: auto;
        width: 85%;
        text-align: center
    }
}
.page_catch h1 span {
    font-size: 2.6rem;
    font-family: "Josefin Sans", sans-serif;
    height: 270px;
    line-height: 270px;
    text-shadow: 1px 1px 3px #777, 1px 1px 3px #777;
    color: #FFF
}
@media only screen and (max-width: 767px) {
    .page_catch h1 span {
        height: auto;
        line-height: inherit
    }
}
.page_title {
    text-align: center;
    padding-bottom: 40px;
    margin-top: 100px;
    font-size: 2.5rem;
    font-family: "Josefin Sans", sans-serif;
    border-bottom: 1px solid #ddd;
    margin-bottom: 80px;
    letter-spacing: 10px;
    font-weight: 600
}
@media only screen and (max-width: 767px) {
    .page_title {
        margin-top: 50px;
        margin-bottom: 30px;
        padding-bottom: 20px
    }
}
.more a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    padding-bottom: 5px;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #000;
    width: 320px;
    margin: 30px auto
}
@media only screen and (max-width: 767px) {
    .more a {
        width: 100%
    }
}
.more a:hover {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #666;
    color: #FFF;
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.sns_menu {
    width: 400px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    text-align: right;
    z-index: 1000
}
@media only screen and (max-width: 1279px) {
    .sns_menu {
        position: relative;
        width: 100%
    }
}
@media only screen and (max-width: 479px) {
    .sns_menu {
        text-align: center
    }
}
.sns_menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0
}
.sns_menu li:nth-child(2) {
    padding: 0 10px
}
@media only screen and (max-width: 479px) {
    .sns_menu li:nth-child(1),
    .sns_menu li:nth-child(2) {
        width: 20%;
        padding: 0
    }
    .sns_menu li:nth-child(3),
    .sns_menu li:nth-child(4) {
        width: 30%
    }
}
.copy {
    text-align: center;
    margin: 0;
    padding: 5px 0;
    font-family: "Josefin Sans", sans-serif
}
#index_slider {
    width: 100%;
    height: 300px;
    display: none
}
@media only screen and (max-width: 767px) {
    #index_slider {
        display: block;
        height: auto;
        padding-top: 67.5%
    }
}
.top_catch {
    text-align: center;
    width: 100%;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    text-align: center;
    position: absolute;
    font-size: 24px;
    font-size: 2.4rem
}
@media only screen and (max-width: 767px) {
    .top_catch {
        display: none
    }
}
.index_box1 {
    padding-top: 30px
}
.index_box1 h2 {
    text-align: center;
    padding: 50px 0
}
@media only screen and (max-width: 767px) {
    .index_box1 h2 {
        padding: 10px 0
    }
    .index_box1 h2 img {
        width: 120px
    }
}
.index_box1 p {
    text-align: center;
    padding: 15px 0
}
.index_box1 p a {
    overflow: hidden;
    display: block
}
.index_box1 p img {
    width: 100%;
    height: auto;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
}
.index_box1 p img:hover {
    opacity: 0.7;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}
.info_box1 p {
    text-align: center;
    margin-bottom: 100px;
    line-height: 3
}
@media only screen and (max-width: 767px) {
    .info_box1 p {
        margin-bottom: 50px
    }
}
.info_box2 {
    padding-bottom: 100px
}
@media only screen and (max-width: 767px) {
    .info_box2 {
        padding-bottom: 50px
    }
    .info_box2 h3,
    .info_box2 li {
        text-align: center
    }
}
.info_box2 h3 {
    padding: 50px 0
	}

.info_box2 a {
    color: #3e3a39;
	}

.rec_box1 p {
    text-align: center;
    margin-bottom: 100px;
    line-height: 3
}
.staff_box1 {
    padding-top: 50px
}
.staff_box1 div > div {
    margin-top: 50px;
    margin-bottom: 50px
}
.staff_box1 h2 a {
    overflow: hidden;
    display: block
}
.staff_box1 h2 img {
    width: 100%;
    height: auto;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
}
.staff_box1 h2 img:hover {
    opacity: 0.7;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}
.staff_box1 p {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Josefin Sans", sans-serif;
    padding-top: 20px;
    padding-bottom: 10px
}
.staff_box1 h3 {
    letter-spacing: 10px;
    position: relative;
    vertical-align: bottom;
    font-size: 20px;
    font-size: 2.0rem;
    padding-bottom: 20px;
    font-weight: bold
}
.staff_box1 h3 a {
    padding-left: 60px
}
.staff_box1 h3 a img {
    vertical-align: text-bottom
}
.staff_box1 dt {
    padding: 20px 0 10px
}
.staff_box1 dd {
    padding-left: 20px
}
.menu_box1 {
    padding-top: 70px;
    background: url('../img/price_img.jpg') repeat-y left top
}
@media only screen and (max-width: 767px) {
    .menu_box1 {
        background: none
    }
}
.menu_box1 h2 {
    padding: 5px 10px;
    margin: 30px 0;
    background-color: #000;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem
}
.menu_box1 p {
    padding: 20px 0
}
.menu_box1 table {
    padding: 30px;
    width: 100%
}
@media only screen and (max-width: 767px) {
    .menu_box1 table {
        width: 95%;
        margin: 0 auto
    }
}
.menu_box1 table th {
    width: 70%;
    text-align: left;
    padding: 10px 0
}
.menu_box1 table td {
    width: 30%;
    text-align: right;
    padding: 10px 0
}

.recrult_catch {
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: 155px;
	text-shadow: 1px 1px 3px #777, 1px 1px 3px #777;
	position: absolute;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	font-family: "UD Shin Go Regular";
	line-height: 1.6em;
	}

@media only screen and (max-width: 767px) {
    .recrult_catch {
        display: none
    }
}
.recruit_box1 p {
    text-align: center;
    margin: 10px 0;
    line-height: 3
}
.recruit_box1 table {
    margin-top: 100px;
    width: 100%
}
@media only screen and (max-width: 767px) {
    .recruit_box1 table {
        margin-top: 50px
    }
}

.recruit_box1 table th {
	width: 30%;
	padding: 10px;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
	background-color: #FAFAFA;
	text-align: center;
	}

@media only screen and (max-width: 767px) {
    .recruit_box1 table th {
        width: 100%;
        display: block
    }
}
.recruit_box1 table td {
    width: 70%;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 10px 10px 10px 5%
}
@media only screen and (max-width: 767px) {
    .recruit_box1 table td {
        width: 100%;
        display: block
    }
}
.recruit_box1 table th:first-of-type,
.recruit_box1 table td:first-of-type {
    border-top: 1px solid #eee
}
.recruit_back {
    background: url('../img/recrult_img1.jpg') top center no-repeat;
    margin-top: 100px
}
@media only screen and (max-width: 767px) {
    .recruit_back {
        margin-top: 50px
    }
}
.recruit_box2 h2 {
    padding: 150px 0 80px;
    text-align: center;
    text-shadow: 1px 1px 3px #777, 1px 1px 3px #777;
    color: #fff;
    font-size: 30px;
    font-size: 3.0rem
}
.recruit_box2 ul {
    font-size: 0;
    text-align: center
}
.recruit_box2 li {
    width: 190px;
    display: inline-block;
    margin: 10px 20px
}
@media only screen and (max-width: 767px) {
    .recruit_box2 li {
        width: 100%;
        margin: 10px 2%
    }
}
.recruit_box2 li h3 {
    width: 190px;
    height: 190px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}
@media only screen and (max-width: 767px) {
    .recruit_box2 li h3 {
        margin: 0 auto
    }
}
.recruit_box2 li h3.color1 {
    background-color: #B19772
}
.recruit_box2 li h3.color2 {
    background-color: #9AC0C8
}
.recruit_box2 li h3.color3 {
    background-color: #9AC8A6
}
.recruit_box2 li h3.color4 {
    background-color: #DFA388
}
.recruit_box2 li h3.color5 {
    background-color: #DF888A
}
.recruit_box2 li h3.color6 {
    background-color: #C89ABC
}
.recruit_box2 li p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px
}

@media only screen and (max-width: 767px){

.recruit_box2 li p {
	height: auto;
	padding: 10px 0 20px;
	}
}

.recruit_box3 h3 {
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 50px 0
}
.recruit_box3 h4 {
    text-align: center
}
.recruit_box3 div > p {
    text-align: center;
    padding: 10px 0
}
@media only screen and (max-width: 767px) {
    .recruit_box3 div > p {
        padding: 20px 0 30px
    }
}
.recruit_box3 #mailbtn {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    -moz-box-shadow: inset 0 1px 0 0 #DEDFD1;
    -webkit-box-shadow: inset 0 1px 0 0 #DEDFD1;
    box-shadow: inset 0 1px 0 0 #DEDFD1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #DEDFD1), color-stop(1, #B19772));
    background: -moz-linear-gradient(top, #DEDFD1 5%, #B19772 100%);
    background: -webkit-linear-gradient(top, #DEDFD1 5%, #B19772 100%);
    background: -o-linear-gradient(top, #DEDFD1 5%, #B19772 100%);
    background: -ms-linear-gradient(top, #DEDFD1 5%, #B19772 100%);
    background: linear-gradient(to bottom, #dedfd1 5%,#b19772 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEDFD1', endColorstr='#B19772', GradientType=0);
    background-color: #DEDFD1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #DEDFD1;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-shadow: none;
    font-weight: bold
}
.blog_catch {
    padding-top: 150px;
    padding-bottom: 50px
}
@media only screen and (max-width: 767px) {
    .blog_catch {
        padding: 50px 0
    }
}
.blog_catch span {
    text-align: center;
    padding: 50px 0;
    font-size: 30px;
    font-size: 3.0rem;
    font-family: "Josefin Sans", sans-serif;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    letter-spacing: 10px;
    display: block
}
.wp_main {
    padding: 50px 0
}
@media only screen and (max-width: 767px) {
    .wp_main {
        padding: 0
    }
}
.wp_main .ti {
    margin-bottom: 20px;
    font-size: 20px;
    background-color: #eee;
    padding-left: 10px
}
.wp_main .ti a {
    color: #000
}
.wp_main .ti a:hover {
    color: #777
}
.wp_main .date {
    padding: 5px;
    text-align: right
}
.wp_main .list {
    padding: 10px 0;
    border-top: 1px #aaa solid;
    border-bottom: 1px #aaa solid;
    margin: 50px 0
}
.wp_main .list li:nth-child(2) {
    text-align: right
}
.wp_main .box_right h3 {
    font-size: 16px;
    font-size: 1.6rem;
    border: #ccc solid 1px;
    color: #777;
    padding: 5px 0;
    text-align: center;
    font-family: "Josefin Sans", sans-serif
}
.wp_main .box_right ul {
    padding: 20px 0
}
.wp_main .box_right li {
    border-bottom: 1px dotted #CCC;
    color: #777
}
.wp_main .box_right li a {
    color: #777;
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 16px
}
.wp_main .box_right li a:hover {
    color: #000
}
.wp_main .wp_box {
    padding-bottom: 50px
}
.wp_main .wp_box .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp_main .wp_box .alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}
.wp_main .wp_box .alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}
.wp_main .wp_box h1,
.wp_main .wp_box h2,
.wp_main .wp_box h3,
.wp_main .wp_box h4,
.wp_main .wp_box h5,
.wp_main .wp_box h6,
.wp_main .wp_box p {
    padding: 10px 0
}
.wp_main .wp_box p {
    font-size: 16px
}
.wp_main .wp_box h1 {
    font-size: 26px
}
.wp_main .wp_box h2 {
    font-size: 24px
}
.wp_main .wp_box h3 {
    font-size: 22px
}
.wp_main .wp_box h4 {
    font-size: 20px
}
.wp_main .wp_box h5 {
    font-size: 18px
}
.wp_main .wp_box span,
.wp_main .wp_box a,
.wp_main .wp_box b,
.wp_main .wp_box i,
.wp_main .wp_box em,
.wp_main .wp_box strong,
.wp_main .wp_box li {
    font-size: inherit
}
.wp_main .wp_box b,
.wp_main .wp_box strong {
    font-weight: bold
}
.wp_main .wp_box i,
.wp_main .wp_box em {
    font-style: oblique
}
.wp_main .wp_box u {
    text-decoration: underline
}
.wp_main .wp_box img {
    margin: 10px 0
}
.wp_main .wp_box del {
    text-decoration: line-through
}
.wp_main .wp_box hr {
    background-color: #CCC;
    margin: 50px 0
}
.wp_main .wp_box blockquote {
    position: relative;
    padding: 30px 15px 8px;
    box-sizing: border-box;
    background: #efefef;
    color: #555
}
.wp_main .wp_box blockquote:before {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1
}
.wp_main .wp_box ul {
    padding: 10px;
    list-style-type: disc;
    list-style-position: inside
}
.wp_main .wp_box ul li {
    display: list-item;
    padding: 5px
}
.wp_main .wp_box ol {
    padding: 10px;
    list-style-type: decimal;
    list-style-position: inside
}
.wp_main .wp_box ol li {
    display: list-item;
    padding: 5px
}
.wp_main .wp_box .blog_list1 {
    border: 5px solid #71BF45;
    padding: 15px
}
.wp_main .wp_box .blog_list1 li {
    border-bottom: 1px dotted #CCC;
    padding-bottom: 2px;
    margin-bottom: 5px
}
.wp_main .wp_box .blog_title1 {
    font-size: 20px
}
.wp_main .wp_box .blog_title2 {
    background-color: #71BF45;
    padding: 10px;
    margin: 30px 0 20px;
    color: #FFF
}
.wp_main .wp_box .blog_catch1 {
    border-top: #71BF45 dotted 2px;
    border-bottom: #71BF45 dotted 2px;
    margin: 20px 0;
    padding: 10px
}
.wp_archive section {
    font-size: 0;
    padding: 30px 0
}
.wp_archive section .ti {
    background: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 10px
}
.wp_archive section .date {
    padding: 5px;
    text-align: center;
    margin-left: auto;
    display: block;
    width: 120px;
    background-color: #000;
    color: #fff
}
.wp_archive section .a_img {
    width: 25%;
    display: inline-block
}
.wp_archive section .a_img a {
    overflow: hidden;
    display: block
}
.wp_archive section .a_img img {
    width: 100%;
    height: auto;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
}
.wp_archive section .a_img img:hover {
    opacity: 0.7;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}
.wp_archive section div {
    width: 70%;
    display: inline-block;
    padding-left: 5%
}
.wp_archive section .text {
    padding-bottom: 10px
}
.wp_archive section .link {
    text-align: right
}
.wp_archive section .link a {
    text-align: right;
    font-size: 12px;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px;
    background-color: #71BF45
}
/*# sourceMappingURL=main.css.map */