@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/**********************/
/***                ***/
/***    基本style    ***/
/***                ***/
/**********************/
body {
    background: url('img/bg.jpg')repeat-x left top;
}

#body_content {
    width: 980px;
    overflow: hidden;
    margin: 10px auto;
}

a,
a:visited {
    text-decoration: none;
}

img {
    vertical-align: bottom;
}

ul {
    list-style: none;
}

/**********************/
/***                ***/
/***     header     ***/
/***                ***/
/**********************/
header {
    overflow: hidden;
}

header #header_logo {
    border-top: 2px solid #009944;
    border-bottom: 2px solid #009944;
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

header h1 {
    font-size: 12px;
    color: #979798;
}

header #logoarea {
    float: left;
}

header .tell {
    float: right;
}

header #header_menu {
    margin: 20px 0;
    margin-top: 5px;
    overflow: hidden;
}

header #header_menu ul {
    overflow: hidden;
}

header #header_menu li {
    display: block;
    width: 19%;
    float: left;
    overflow: hidden;
    margin-right: 1.25%;
}

header #header_menu li:last-child {
    margin-right: 0;
}

header #header_menu li a {
    display: block;
    width: 100%;
    padding: 5px;
    color: #fff;
}

header #header_menu .no1 a {
    background: linear-gradient(#69a357 50%, #36841e 50%);
}

header #header_menu .no2 a {
    background: linear-gradient(#b8b86a 50%, #a0a037 50%);
}

header #header_menu .no3 a {
    background: linear-gradient(#d98c6a 50%, #cc6537 50%);
}

header #header_menu .no4 a {
    background: linear-gradient(#72bfb7 50%, #35a299 50%);
}

header #header_menu .no5 a {
    background: linear-gradient(#69a357 50%, #36841e 50%);
}

/**********************/
/***                ***/
/***     contents     ***/
/***                ***/
/**********************/
#contents {
    background: url('img/cont_bg.jpg');
    border-left: 2px solid #009944;
    border-right: 2px solid #009944;
    padding: 0 53px;
    overflow: hidden;
    position: relative;
}

.top_bg {
    display: block;
    margin: 50px -53px;
    position: relative;
    margin-bottom: 60px;
}

.bg_area {
    background: linear-gradient(#feeec7 50%, #fde5ae 50%);
    height: 290px;
}

.top_bg img {
    /*position: absolute;
    top: -50px;
    left: 53px;*/
    display: block;
    margin: 0 auto;
    margin-top: -340px;
}

.bg_img {
    width: 980px;
    height: 1110px;
    margin-left: -53px;
    background: url('img/massage_top.jpg')no-repeat left top;
    background-size: 980px;
    position: relative;
    margin-bottom: 30px;
}

.bg_img img {
    position: absolute;
    right: 50px;
    bottom: 90px;
}

.topimage {
    display: block;
    margin: 0 auto;
}

.right_img {
    float: right;
    margin-left: 20px;
}

.left_img {
    float: left;
    margin-right: 20px;
}

.full_img {
    width: 980px;
}

.full_img img {
    width: 980px;
}

.greenbg {
    padding: 20px;
    background: #e5fee7;
    margin-bottom: 20px;
    overflow: hidden;
    color: #7d7d7e;
    font-size: 15px;
}

.greenbottom {
    border-bottom: 3px solid #007a0a;
}

.orangebg {
    padding: 20px;
    background: #fff5df;
    margin-bottom: 20px;
    overflow: hidden;
    color: #7d7d7e;
    font-size: 14px;
    border-bottom: 3px solid #ea5d39;
}

.orangebottom {
    border-bottom: 3px solid #ea5d39;
}

.greenbg2 {
    padding: 20px;
    background: #cce08a;
    margin-bottom: 20px;
    overflow: hidden;
    color: #7d7d7e;
    font-size: 14px;
}

.greenbg3 {
    margin-bottom: 20px;
}

.parent_box {
  display: flex;
}
 
.parent_box div {
  width: 48%;
  padding: 50px 0 30px 0;
  margin:0 1%;
  color: #0000FF;
  text-align: center;
}

.parent_box div.box1 {
  width: 14%;
  padding: 30px 0 10px 0;
  margin:0 0 0 7%;
  color: #0000FF;
  text-align: center;
}

.parent_box div.box2 {
  width:30%;
  padding: 30px 0 10px 0;
  margin:0 3%;
  color: #0000FF;
  text-align: center;
}

.parent_box div.box3 {
  width: 36%;
  padding: 30px 0 10px 0;
  margin:0 7% 0 0;
  color: #0000FF;
  text-align: center;
}

a{
    text-decoration: underline;
}

.parent_box a:link { color: #0000FF; }
.parent_box a:visited { color: #800080; }
.parent_box a:hover { color: #ff9900; }

.greenbottom2 {
    border-bottom: 10px solid #95bd34;
}

.top_block {
    margin: 30px 0;
    overflow: hidden;
}

.top_block h2 {
    margin-bottom: 10px;
    font-size: 16px;
}

h2.green {
    background: linear-gradient(#3cb170 50%, #009944 50%);
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

h2.orange {
    background: linear-gradient(#f3a280 50%, #f08b65 50%);
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

h2.brown {
    background: linear-gradient(#b73903 50%, #852902 50%);
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

h2.purple {
    background: linear-gradient(#b874ce 50%, #7d4698 50%);
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

h2.brown2 {
    background: linear-gradient(#f3b709 50%, #d77505 50%);
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}


.top_block .news {
    overflow: hidden;
    width: 49%;
    margin-right: 2%;
    float: left;
    border-bottom: 3px solid #ea5d39;
}

.top_block .news .list {
    background: #fff5df;
    padding: 16px 20px;
}

.top_block .news .list li {
    border-bottom: 1px solid #ea5d39;
    padding-bottom: 3.8px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #7d7d7e;
    line-height: 1.3;
}

.top_block .news .list li:last-child {
    margin-bottom: 0;
}

.top_block .blog {
    float: right;
    overflow: hidden;
    width: 49%;
    border-bottom: 3px solid #ea5d39;
}

.top_link {
    overflow: hidden;
}

.top_link li {
    width: 32%;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
    margin-right: 2%;
    background: #fff5df;
    font-size: 14px;
    color: #7d7d7e;
    border-top: 8px double #ea5d39;
    border-bottom: 3px solid #ea5d39;
}

.top_link li img {
    width: 100%;
}

.top_link li:nth-child(3n) {
    margin-right: 0;
}

.top_link li .title {
    color: #dc8103;
    font-weight: bold;
    margin: 5px 10px;
    margin-bottom: 2px;
    line-height: 1.2;
}

.top_link li .disc {
    font-weight: bold;
    margin: 0 10px;
    line-height: 1.2;
}

.top_link li .cont {
    margin: 0 10px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.top_link li:last-child {
    width: 66%;
    margin-right: 0;
    border: none;
}

.maparea p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.maparea .left_txt {
    overflow: hidden;
}

.maparea .right_txt {
    overflow: hidden;
    float: right;
}

.left_zero {
    padding-left: 0;
}

.left_zero p {
    padding-left: 20px;
}

.left_minus {
    margin-left: -53px;
}

.maparea .left_txt h3 {
    background: #00af52;
    position: relative;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
}

.maparea .left_txt h3::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 3px;
    left: 0;
}

.maparea .left_txt .pale_green {
    font-size: 14px;
    font-weight: bold;
    color: #dc8103;
    background: #cdfdd1;
    margin-bottom: 10px;
}

.maparea .left_txt .pale_green::before {
    content: none;
}

.green_1 {
    background: #00af52;
    font-size: 15px;
    padding: 5px 10px;
    color: #fff;
    position: relative;
    margin: 10px -20px;
    margin-top: -10px;
}

.green_1::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 3px;
    left: 0;
    background: #fff;
}

.greenlist {
    padding: 20px;
    overflow: hidden;
}

.newlist {
    padding: 20px;
    overflow: hidden;
    background: #e5fee7;
}

.full_margin {
    margin-top: 60px;
    overflow: initial;
    padding: 0;
}

.newlist li {
    width: 48.5%;
    margin-right: 3%;
    float: left;
    position: relative;
    background: #fff;
}

.newlist li:nth-child(2n) {
    margin-right: 0;
}

.newlist li h3 {
    position: relative;
    background: #009944;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 3px 8px;
}

.newlist li h3::after {
    content: "";
    position: absolute;
    right: 10px;
    top: -10px;
    background: url('img/pdf.gif')no-repeat left top;
    background-size: 100%;
    width: 68px;
    height: 71px;
}

.btn_set {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
}

.btn_set a {
    float: left;
    display: block;
    width: 48.5%;
    margin-right: 3%;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: url(img/btn.png)no-repeat left top;
    background-size: 100%;
    margin-bottom: 10px;
    padding-bottom: 7px;
    padding-top: 6px;
}

.btn_set a:nth-child(2n) {
    margin-right: 0;
}

.btn_set a:hover {
    opacity: 0.7;
}

.greenlist li {
    width: 47.5%;
    margin-right: 5%;
    float: left;
    position: relative;
}

.greenlist li:nth-child(2n) {
    margin-right: 0;
}

.greenlist li p {
    font-size: 14px;
}

.greenlist li.li49 {
    width: 49%;
    margin-right: 2%;
}

.greenlist li.li49:nth-child(2n) {
    margin-right: 0;
}

.greenlist li:last-child {
    margin: 0;
    background: none;
}

.greenlist li:last-child img {
    width: 100%;
}

.left_midasi {
    margin-left: -20px;
}

.abu_img {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
}

.img_list {
    overflow: hidden;
    margin-bottom: 10px;
}

.greenlist li img.tops {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.greenlist li img.lefts {
    width: 47.5%;
    float: left;
    display: block;
}

.greenlist li img.rights {
    width: 47.5%;
    float: right;
    display: block;
}

.clear {
    clear: both;
    margin-top: 20px;
}

.greenimg_list {
    overflow: hidden;
    margin: 20px 0;
}

.greenimg_list img {
    width: 47.5%;
    margin: 10px 0;
    margin-right: 5%;
    float: left;
}

.greenimg_list img:nth-child(2n) {
    margin-right: 0;
}

.maparea p.ques {
    margin-bottom: 0;
}

.maparea p.ansew {
    position: relative;
    margin-left: 20px;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 2px solid #007a0a;
}

/**********************/
/***                ***/
/***    massage     ***/
/***                ***/
/**********************/
.mas_bg {
    background: url(img/massage_bg.gif)repeat-y 23px top, #fee8b3;
    overflow: hidden;
    margin-left: -53px;
    padding: 20px 53px;
    background-size: 934px, 100%;
    width: 980px;
}

.mas_bg .img_list {
    overflow: hidden;
}

.mas_bg .img_list img {
    float: left;
    width: 47.5%;
    margin-right: 5%;
}

.mas_bg .img_list img:last-child {
    margin-right: 0;
}

/**********************/
/***                ***/
/***    contact     ***/
/***                ***/
/**********************/
.contact {
    margin: 20px;
}

.contact table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.contact table tr {
    margin-bottom: 20px;
}

.contact table th {
    padding: 5px 10px;
    width: 30%;
    text-align: left;
    background: #008f3c;
    color: #fff;
    vertical-align: top;
}

.contact table td {
    padding: 5px 10px;
    background: #fff;
}

.contact table td input,
.contact table td textarea {
    padding: 5px;
}

.contact input[type="submit"] {
    display: block;
    margin: 0 auto;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #a5a5a5;
}

/**********************/
/***                ***/
/***     googlemap     ***/
/***                ***/
/**********************/
.gmap {
    float: right;
    overflow: hidden;
    margin-left: 20px;
}

.greenbg .left_block {
    overflow: hidden;
    float: left;
}

.greenbg .left_gmap .gmap_cont {
    border-bottom: 1px solid #007a0a;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.greenbg .left_gmap .gmap_cont p {
    font-size: 14px;
}

.greenbg .left_gmap {
    overflow: hidden;
    display: block;
}

.greenbg .left_gmap img {
    float: left;
    margin-right: 5px;
    width: 48%;
}

/**********************/
/***                ***/
/***    フッター     ***/
/***                ***/
/**********************/
footer {
    overflow: hidden;
    background: linear-gradient(#7ec943, #1f7d1b);
    margin-top: 20px;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

footer .footer_menu {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}

footer .footer_menu li {
    float: left;
    margin-right: 10px;
}

footer .footer_menu li a {
    color: #fff;
}

footer .copy {
    display: block;
    padding-bottom: 30px;
    border-bottom: 3px solid #fff;
}

.footer_img {
    margin: 30px auto;
    margin-bottom: 0;
    display: block;
}

.mail_tell {
    margin: 0;
    margin-top: 5px;
    padding: 0 50px;
    overflow: hidden;
}

.mail_tell img {
    border-bottom: 3px solid #ea5d39;
}

.mail_tell .footer_left_img {
    float: left;
    margin-left: 20px;
}

.mail_tell .footer_right_img {
    float: right;
    margin-right: 20p;
}

.footer_map,
.footer_contact {
    margin: 0;
    margin-top: -30px;
    padding: 30px;
    overflow: hidden;
}

.footer_map.orangebg {
    padding: 20px;
    padding-top: 50px;
    background: #fff5c4;
    margin-bottom: 20px;
    overflow: hidden;
    color: #7d7d7e;
    font-size: 15px;
    border-bottom: 3px solid #ea5d39;
}

.footer_map img {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.footer_map img:last-child {
    margin-right: 0;
}

.footer_contact_img {
    width: 100%;
}

.footer_contact.orangebg {
    padding: 20px 50px;
    padding-top: 50px;
    background: #fff5c4;
    margin-bottom: 20px;
    overflow: hidden;
    color: #7d7d7e;
    font-size: 15px;
    border-bottom: 3px solid #ea5d39;
}

.footer_contact img {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.footer_contact img:nth-child(2) {
    margin-right: 0;
}

.footer_contact img:last-child {
    width: 100%;
    clear: both;
    padding-top: 10px;
}

/**********************/
/***                ***/
/***       sns       ***/
/***                ***/
/**********************/
.sns {
    overflow: hidden;
    margin: 20px;
}

.sns ul li {
    float: left;
    width: 22%;
    margin-right: 4%;
}

.sns ul li:last-child {
    margin-right: 0;
}

.sns ul li a {
    display: block;
}

.sns ul li a img {
    width: 100%;
}

/**********************/
/***                ***/
/***     テキスト     ***/
/***                ***/
/**********************/
span.orange {
    color: #dd9221;
    font-weight: bold;
}

span.orange_day {
    color: #dc8103;
}

span.big_orange {
    font-weight: bold;
    color: #852902;
    font-size: 16px;
    margin: 10px 0;
    display: block;
    margin-top: 0;
}

span.big {
    font-weight: bold;
}

span.bold {
    font-weight: bold;
    color: #333;
}

span.red {
    font-weight: bold;
    color: #e20013;
}

span.blue {
    color: #066aa9;
    font-weight: bold;
}

span.brown {
    color: #8a2d0a;
}

.abu {
    position: absolute;
    left: 0;
    top: 0;
}

.recruit {
    color: #8a2d0a;
    background: #f6b899;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

.recruit span {
    font-weight: bold;
    padding-right: 20px;
    font-size: 18px;
}

.question_box p {
    position: relative;
    padding-left: 20px;
}

.question_box span.question {
    position: absolute;
    left: 0;
    top: 0;
}

.question_box span.ansew {
    position: absolute;
    left: 1.3px;
    top: 20px;
}

span.question {
    color: #e20013;
    padding-right: 3px;
}

span.ansew {
    color: #1a1e7c;
    padding-right: 3px;
}
