/* *******************************************************************************
 1. common
 ├ 1-1. float
 ├ 1-2. margin
 ├ 1-3. padding
 ├ 1-4. text-align
 ├ 1-5. bold
 ├ 1-6. ph
 ├ 1-7. pc sp change
 ├ 1-8. image layout
 ├ 1-9. image decoration
 ├ 1-10. rollover(Transmission)
 ├ 1-11. other
 │ ├ 1-11-1. before after
 │ ├ 1-11-2. list
 │ ├ 1-11-3. flow
 │ └ 1-11-4. qa
 └ 1-12. table
  ├ 1-12-1. default
  ├ 1-12-2. table01
  ├ 1-12-3. table02
  └ 1-12-4. hours
 2. header
 3. nav
 4. mainimage
 ├ 4-1. top
 └ 4-2. under
 5. footer
 6. content
 ├ 6-1. title
 ├ 6-2. top
 ├ 6-3. under
 ├ 6-4. map
 ├ 6-5. tel
 └ 6-6. other
 7. full content
 8. blog
 ├ 8-1. img
 ├ 8-2. side list
 ├ 8-3. writer
 └ 8-4. sns
 9. tel link
 ├ 9-1. content text link
 ├ 9-2. tel link
 └ 9-3. side link
 10. hikoukai
******************************************************************************* */
/* =====================================
 1. common
===================================== */
/* 1-1. float -------------------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 1-2. margin -------------------------- */
.m00 {
  margin: 0 !important;
}
.m05 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.m50 {
  margin: 50px !important;
}
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr00 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml00 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
/* 1-3. padding -------------------------- */
.pa00 {
  padding: 0 !important;
}
.pa05 {
  padding: 5px !important;
}
.pa10 {
  padding: 10px !important;
}
.pa15 {
  padding: 15px !important;
}
.pa20 {
  padding: 20px !important;
}
.pa25 {
  padding: 25px !important;
}
.pa30 {
  padding: 30px !important;
}
.pa35 {
  padding: 35px !important;
}
.pa40 {
  padding: 40px !important;
}
.pa45 {
  padding: 45px !important;
}
.pa50 {
  padding: 50px !important;
}
.pt00 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px !important;
}



.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr00 {
  padding-right: 0 !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pb00 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl00 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
/* 1-4. text-align -------------------------- */
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
/* 1-5. bold -------------------------- */
.bold {
  font-weight: bold;
}
/* 1-6. ph -------------------------- */
.ph {
  display: inline-block;
  border: 1px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ph img {
  width: 100%;
}
/* 1-7. pc sp change -------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
}
/* 1-8. image layout -------------------------- */
/** 基本設定 **/
/* right */
.b_11_2_in span img, .b_11 .b_11_in span img {
float: left;
  margin: 0 20px 20px 0;
  width: 36%;
}
/** 個別設定 **/
/* left */
.img_l span img {
  float: left !important;
  margin: 0 20px 20px 0 !important;
}
/* right */
.img_r span img {
  float: right !important;
  margin: 0 0 20px 20px !important;
}
.img_size img, img.img_size {
  width: auto !important;
  max-width: 100%;
  margin: 0 auto 20px !important;
}

@media screen and (max-width: 767px) {
.b_11_2_in span img, .b_11 .b_11_in span img {
  float: none;
  margin: 0 0 20px 0;
  width: 100%;
}
.perio .img_l span img {
  float: none !important;
  width: auto !important;
  max-width: 100%;
  margin: 0 auto 20px !important;
}
}

@media screen and (max-width: 600px) {
.img_size img, img.img_size {
  width: auto !important;
  float: none !important;
  max-width: 100%;
  margin: 0 auto 20px !important;
}
}
/* 1-9. image decoration -------------------------- */
/* Round
.image img,
.text_image img,
.gnv_tmp_style img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
} */
/* 1-10. rollover(Transmission) -------------------------- */
.rollover a img:hover, .rollover span a img:hover, .rollover .img_r span a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
/* =====================================
 1-11. other
===================================== */
/* 1-11-1. before after -------------------------- */
.ba_box {
  background: url(/asset/ba_ar.png) no-repeat 49% 55%;
  display: table;
  width: 100%;
}
.ba_box div.column_l, .ba_box div.column_r {
  display: table-cell;
  width: 30%;
}
.ba_box div.column_l span, .ba_box div.column_r span {
  width: 100%;
}
.ba_box div.column_l p, .ba_box div.column_r p, .ba_box div.column_l span img, .ba_box div.column_r span img {
  width: 95% !important;
  margin: 0 auto !important;
}
.ba_box .column_r, .ba_box .column_l {
  text-align: center;
  color: #B69440;
  font-size: 120%;
  font-weight: bold;
}
.ba_box .column_r span {
  text-align: right;
}

@media screen and (max-width: 767px) {
.ba_box {
  background: url(/asset/ba_ar_sp.png) no-repeat center 50%;
  margin: 0 auto 5em !important;
}
.ba_box div.column_l, .ba_box div.column_r {
  width: 100% !important;
  display: block !important;
}
.ba_box .column_l {
  margin-bottom: 2em!important;
}
.ba_box .column_r span {
  text-align: center;
}
}
/* 1-11-2. list -------------------------- */
/* list 01 */
.ic_01 {
  width: 100%;
}
.ic_01 .clearfix {
  padding: 5px 5px 5px 25px;
}
.ic_01 span {
  position: relative;
  line-height: 1;
}
.ic_01 span:before {
  content: "";
  position: absolute;
  background: #000;
  top: 10px;
  left: -16px;
  margin-top: -4px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}
/* ul */
.ic_01 ul {
  margin: 25px;
}
.ic_01 li {
  position: relative;
  padding: 5px 5px 5px 0;
}
.ic_01 li:before {
  content: "";
  position: absolute;
  background: #000;
  top: 10px;
  left: -16px;
  margin-top : 0px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}
/* list 02 */
.ic_02 .clearfix {
  padding: 5px 5px 5px 35px;
}
.ic_02 .clearfix span {
  position: relative;
  line-height: 1;
}
.ic_02 span:before {
  content: "\00a0";
  display: block;
  border: solid 9px #000;
  height: 0;
  width: 0;
  position: absolute;
  left: -29px;
  top: 10px;
  margin-top: -8px;
}
.ic_02 span:after {
  content: "\00a0";
  display: block;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: -23px;
  top: 10px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ul */
.ic_02 ul {
  margin: 35px;
}
.ic_02 li {
  position: relative;
  padding: 5px 5px 5px 0;
}
.ic_02 li:before {
  content: "\00a0";
  display: block;
  border: solid 9px #000;
  height: 0;
  width: 0;
  position: absolute;
  left: -29px;
  top: 10px;
  margin-top: -4px;
}
.ic_02 li:after {
  content: "\00a0";
  display: block;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: -23px;
  top: 10px;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* arrow list 01 */
.ic_arrow_01 div {
  padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
  position: relative;
}
.ic_arrow_01 span:before {
  display: block;
  content: "";
  position: absolute;
  left: -15px;
  width: 0;
  height: 0;
  margin-top: 6px;
  border: 5px solid transparent;
  border-left: 5px solid #000;
}
.ic_arrow_01 span:hover:before {
  left: -12px;
}
/* ul */
.ic_arrow_01 ul {
  margin: 25px;
}
.ic_arrow_01 li {
  position: relative;
  padding: 5px 5px 5px 0;
}
.ic_arrow_01 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border: 5px solid transparent;
  border-left: 5px solid #000;
}
/* arrow list 02 */
.ic_arrow_02 .clearfix {
  padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
  position: relative;
}
.ic_arrow_02 span:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -25px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  background: #999;
}
.ic_arrow_02 span:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -19px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
  left: -22px;
}
.ic_arrow_02 span:hover:after {
  left: -16px;
}
/* ul */
.ic_arrow_02 ul {
  margin: 30px;
}
.ic_arrow_02 li {
  position: relative;
  padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -25px;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border-radius: 50%;
  background: #999;
}
.ic_arrow_02 li:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -19px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
  left: -22px;
}
.ic_arrow_02 li:hover:after {
  left: -16px;
}
/* 1-11-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01, img.gnv_tmp_flow_arrow_02 {
  margin: 10px auto 0;
}
.flow.b_11 .b_11_in span img {
    width: 30% !important;
    float: right !important;
    margin: 0 0 20px 20px;
}

@media screen and (max-width: 767px) {
.flow.b_11 .b_11_in span img {
  width: 100% !important;
  float: none !important;
  margin: 0 0 20px;
}
}
/* 1-11-4. qa -------------------------- */
.gnv_tmp_qa_q {
  border-left: 3px solid #a8cee8;
  margin-bottom: 20px;
  padding: 5px 10px 10px 10px;
  display: table;
}
.gnv_tmp_qa_q span.tit {
  font-size: 200%;
  color: #59aee8;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
  width: 30px;
  line-height: 1.3;
}
.gnv_tmp_qa_a {
  border-left: 3px solid #c0e7a6;
  margin-bottom: 20px;
  padding: 5px 10px 10px 10px;
  display: table;
}
.gnv_tmp_qa_a span.tit {
  font-size: 200%;
  color: #83cc56;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
  width: 30px;
  line-height: 1.3;
}
.gnv_tmp_qa_a div, .gnv_tmp_qa_q div {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding-top: 10px;
}
/* =====================================
 1-12. table
===================================== */
/* 1-12-1. default --------------------------
.b_06 table td,
.b_06 table th {
  border: 1px solid #ccc;
  padding: 5px !important;
}
.b_06_item {
  background: none repeat scroll 0 0 #eee;
  width: 30%;
} */
/*変更*/
.b_06 table {
  border: none;
  border-collapse: collapse;
  display: table;
  table-layout: auto;
  width: 100%;
}
.b_06 table td, .b_06 table th {
  border: none;
}
.b_06 table th {
  border-bottom: 1px solid #cdd8c2;
  font-weight: normal;
    vertical-align: middle;
}
.b_06 table td {
  border-bottom: 1px solid #cdd8c2;
}
.b_06_item {
  background: none;
  padding: 7px 10px;
  text-align: left;
  width: 20%;
}
.price .b_06_item {
  width: 40%;
  vertical-align: middle;
}
.b_06_content {
  padding: 7px 10px;
  text-align: left;
  width: auto;
}
/* 1-12-2. table01 -------------------------- */
table.gnv_tmp_table01 {
  margin-bottom: 1.5em;
}
table.gnv_tmp_table01 th, table.gnv_tmp_table01 td {
  text-align: left;
}
table.gnv_tmp_table01 {
  background: #fff;
  width: 100%;
}
table.gnv_tmp_table01 thead th {
  background: #ddd;
  border-top: 1px dotted #ccc;
}
table.gnv_tmp_table01 th {
  background: #efefef;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
table.gnv_tmp_table01 td {
  background: #fff;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}
/* 1-12-3. table02 -------------------------- */
table.gnv_tmp_table02 {
  margin-bottom: 5px;
}
table.gnv_tmp_table02 th, table.gnv_tmp_table02 td {
  padding: 5px 2px;
  text-align: left;
}
table.gnv_tmp_table02 {
  width: 100%;
}
table.gnv_tmp_table02 thead th {
  background: #339b45;
  color: #fff;
}
table.gnv_tmp_table02 th {
  border-bottom: 1px solid #cdd8c2;
  font-weight: normal;
  background: #fff;
}
table.gnv_tmp_table02 td {
  border-bottom: 1px solid #cdd8c2;
  background: #fff;
}
/* 1-12-4. hours -------------------------- */
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
  text-align: center;
}
table.gnv_tmp_hours tbody th {
  width: 20%;
}

/*th {
  padding: 0px !important;
}*/
@media screen and (max-width: 767px) {
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
  font-size: 70%;
}
}
/* =====================================
 2. header
===================================== */

/* =====================================
 3. nav
===================================== */
#notfoundBody nav, #sitemapBody nav, #newsList nav, #websiteNewsDetail nav {
  margin-bottom: 20px;
}
#inquiryBody nav {
  display: none;
}
/* 12-1. global nav -------------------------- */
.sf-menu a.sf-with-ul:before {
  background: none;
}
/* 12-2. sub nav -------------------------- */
.sf-menu ul {
  padding: 10px 0;
  width: 115px;
}
.sf-menu ul li {
  padding: 5px 10px;
}
.sf-menu ul li a {
  line-height: 1.2;
}
/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
/* slider default hidden */
#camera_wrap {
  display: none!important;
}
/* image size fixed */
#mainimage .main_content {
  background: url(/asset/main_image.jpg) no-repeat top center;
  height: 650px;
  background-size: cover;
}

@media (min-width: 996px) and (max-width: 1199px) {
#mainimage .main_content {
  height: 480px;
}
}

@media (min-width: 768px) and (max-width: 995px) {
#mainimage .main_content {
  height: 400px;
}
}

@media screen and (max-width: 767px) {
#mainimage .main_content {
  background: none;
  height: auto;
}
}
/* 4-2. under -------------------------- */
.under #mainimage .under_mainimage {
  background: #ffe9e9;
  background-size: cover;
  padding: 2.5em 0;
  line-height: 1.2 !important;
  margin-bottom: 30px;
  background: url(/asset/h2_bg.jpg) no-repeat;
}
#notfoundBody #mainimage, #sitemapBody #mainimage, #newsList #mainimage, #websiteNewsDetail #mainimage, #inquiryBody #mainimage {
  display: none;
}
.under #mainimage .under_mainimage h2 span {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
.under #mainimage .under_mainimage {
  margin-bottom: 1.5em;
  padding: 1.8em 0 1.6em;
}
}
/* =====================================
 5. footer
===================================== */
#footer {
  margin-top: 50px;
}
#footer img {
  width: auto;
}
#footer .footerLink {
  list-style: outside none none;
  margin: 10px 0;
}
#footer .footerLink li {
  display: inline;
}
/* =====================================
 6. content
===================================== */
#content {
  text-align: left;
  line-height: 1.8;
  word-wrap: break-word;
}
#content p {
/*line-height: 1.8;
  margin-bottom: 0;*/
}
/* 6-1. title --------------------------
.under h2 {
  color: #000;
  text-align: center;
}
.under h2 span {
  color: #999;
  font-size: 70%;
}
h2.titleBg {
  text-align: left;
}
#content h4 {
  line-height:1.2 !important;
}
#content h3 {
  line-height:1.2 !important;
  margin-top: 50px;
}
#content h5 {
  font-weight: bold !important;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
#content .block3 h5,
#content .block4 h5,
#content .block5 h5,
#content .block1 h5 {
  overflow: hidden;
  font: 14px/18px;
} */
/* 6-2. top -------------------------- */
/* balloon */
.div1 {
  font-size: 30px;
}
.div1:before {
  background: none;
}
.div1:after {
  content: '';
  position: absolute;
  border-top: 22px solid #00bff3;
  border-right: 0px solid transparent;
  border-left: 25px solid transparent;
  bottom: -19px;
  left: 35%;
}
/* 3color */
/*.item {
  height: 380px !important;
}*/
.item h4 {
  line-height: 1;
}
.mrg12 img {
  width: 100% !important;
}
.img1 {
  width: 32%;
}
/* 6-3. under -------------------------- */
.block2 {
  height: auto !important;
}
.div6 {
  background: url(/asset/block1_div6.png) no-repeat;
}
.div3 {
  background: url(/asset/block3_div3.png) no-repeat;
}
.div4 {
  background: url(/asset/block4_div4.png) no-repeat;
}
.div5 {
  background: url(/asset/block5_div5.png) no-repeat;
}
.box_inner figure img {
  width: 100% !important;
}
/* link */
.a13 {
  background: url(/asset/ic_01.png) no-repeat;
  text-indent: -9999px;
  margin-bottom: 0;
}
/* list */
.list {
  padding-right: 15px;
}
.list li:hover {
  background: url(/asset/ic_02.png) no-repeat 0 50%;
}
.list li {
  padding-left: 17px;
  margin-bottom: 20px;
}
.list a {
  line-height: 18px;
}

@media screen and (max-width: 767px) {
.list {
  padding-right: 0;
}
.list li:hover {
  background: url(/asset/ic_02.png) no-repeat 0 10%;
}
.list a {
  line-height: 18px !important;
}
.b_11_in:last-child {
  margin: 0 0 1em;
}
}
/* 6-4. map -------------------------- */
.gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 40%;
}
.gnv_tmp_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
.gnv_tmp_map {
  padding-top: 70%;
}
.gnv_tmp_map iframe {
  right: 10%;
  width: 80% !important;
}
}
/* 6-5. tel -------------------------- */
.tel_txt a {
  cursor: text;
}
.tel_txt a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
.tel_txt a, .tel_txt a:hover {
  text-decoration: underline;
}
}
/* 6-6. other-------------------------- */
/* column2 column margin */
/*.b_10.b_10_column2 div.column_l {
  padding-right: 10px;
}
.b_10.b_10_column2 div.column_r {
  padding-left: 10px;
}

*/

/* box color */
.bc01 {
  background: #e8daca;
  padding: 20px 15px;
}
.bc02 {
  background: #cf9e64;
  padding: 20px 15px;
}
.bc03 {
  background: #b09371;
  padding: 20px 15px;
}
.bc04 {
  background: #635545;
  padding: 20px 15px;
}
.bc01 img, .bc02 img, .bc03 img, .bc04 img {
  width: 100% !important;
}
/* =====================================
 7. full content
===================================== */
.full #content .container_12 {
  width: 100% !important;
}
.full .bg1 {
  border: none !important;
  margin: 0 !important;
  padding: 2em 0 !important;
}
.full .div1 {
  margin-top: 0;
}
.full p, .full .block6, .full .list {
  margin-bottom: 0;
}
.full .block2 {
  margin-top: 0;
}
.full #content .block4, .full #content .block5 {
  margin-bottom: 0;
}
.full .b_01, .full .b_02, .full .b_04_2, .full .b_09, .full .b_10, .full .b_11, .full .b_10 .grid_12, .full .b_11 .grid_12 {
  margin: 2.5em auto;
}
.full .grid_12 {
  margin: 0 auto !important;
  padding: 0 !important;
  position: relative !important;
  width: 960px !important;
  float: none;
  display: block;
}
.full .grid_12 .grid_1 {
  width: 60px !important;
}

@media screen and (min-width: 768px) and (max-width: 995px) {
.full .grid_12 {
  width: 98% !important;
  max-width: 748px/*768px*/ !important;
}
.full .grid_12 .grid_1 {
  width: 44px !important;
}
.full .grid_12 .grid_2 {
  width: 108px !important;
}
.full .grid_12 .grid_3 {
  width: 172px !important;
}
.full .grid_12 .grid_4 {
  width: 234px !important;
}
.full .grid_12 .grid_5 {
  width: 300px !important;
}
.full .grid_12 .grid_6 {
  width: 364px !important;
}
.full .grid_12 .grid_7 {
  width: 428px !important;
}
.full .grid_12 .grid_8 {
  width: 492px !important;
}
.full .grid_12 .grid_9 {
  width: 556px !important;
}
.full .grid_12 .grid_10 {
  width: 620px !important;
}
.full .grid_12 .grid_11 {
  width: 684px !important;
}
.full .grid_12 .grid_12 {
  width: 748px !important;
}
}

@media screen and (max-width: 767px) {
.full .grid_12 {
  width: 300px !important;
}
.full #content .block1, .full #content .block3 {
  margin-bottom: 0;
}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
.full .grid_12 {
  width: 420px !important;
}
.full .block6 {
  margin-bottom: 20px;
}
}

@media screen and (max-width: 767px) {
.full .block6 {
  margin-bottom: 20px;
}
.full .grid_2, .full .grid_3, .full .grid_4, .full .grid_5, .full .grid_6, .full .grid_7, .full .grid_8, .full .grid_9, .full .grid_10, .full .grid_11, .full .grid_12 {
  margin-bottom: 20px;
}
}
.full .grid_12:after {
  clear: both !important;
  content: " " !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.w100, .w100 img {
  width: auto !important;
  max-width: 100%;
}

/* =====================================
 8. blog
===================================== */
.Individual .blogcontent {
  margin-top: 56px;
}
.blog h3.entry-title {
  font-size: 22px;
  text-align: left;
  text-transform: uppercase;
  margin: 10px 0 20px !important;
  border-bottom: 1px solid #339b45;
  padding-bottom: 0.8em;
  width: 100%;
}
.blog p.date {
  font-size: 15px;
  margin-bottom: 0.5em;
  color: #eb8d41;
}
/* 8-1. img -------------------------- */
.blogArea img {
  margin-bottom: 10px;
}
.blogArea img.icon_imgs {
  margin-bottom: 0;
}
/* 8-2. side list -------------------------- */
.blogside h3 {
  text-transform: uppercase;
  padding: 5px 0 3px 0;
  margin-top: 0;
  width: 100%;
  text-align: center;
  background: #339b45;
  font-size: 14px;
  color: #fff;
  margin: 0 0 10px;
}
.blogside .list li {
  padding-left: 13px;
  text-align: left;
}
.blogside .list a {
  word-wrap: break-word;
}
.blogside .list a:hover {
  text-decoration: underline;
}
.blogside li:before {
  color: #339b45;
  content: "・";
  font-size: 100%;
  padding-right: 0.4em;
}
input[type="text"] {
  border: 1px solid rgb(204, 204, 204);
  padding: 2px;
  border-radius: none;
  margin-bottom: 5px;
}
#blogBody input[type="text"] {
  width: 98%;
}
.blog_search_submit {
  text-align: center;
  width: 98%;
  display: block;
}
.blog_search_submit input {
  padding: 2px 10px;
  font-size: 85%;
  background: #eb8d41;
  border: none;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 2px;
}
/* 8-3. writer -------------------------- */
.blog #content .contributor {
  color: #999;
  font-size: 85%;
  margin: 3em 0 0.5em;
  text-align: right;
}
/* 8-4. sns -------------------------- */
.blog #content .shareBt {
  text-align: right;
}
.blog .shareBt .fb_iframe_widget {
  margin-right: 5px;
}
.blog .shareBt .twitter-tweet-button {
  text-align: right;
  vertical-align: middle;
  width: 90px !important;
}
.lineBt img {
  margin-top: 5px;
  width: auto;
}

@media screen and (max-width: 767px) {
}
/* =====================================
 9. link
===================================== */
/* 9-1. content text link -------------------------- */
.link a:link {
  text-decoration: underline;
}
/* 9-2. tel link -------------------------- */
a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

@media screen and (max-width: 767px) {
a[href^="tel:"] {
  pointer-events: auto;
  cursor: pointer;
}
}
/* 9-3. side link -------------------------- */
#sidecontact {
  display: block;
  position: fixed;
  top: 120px;
  z-index: 1000;
}
#sidecontact.rightContent {
  right: 0;
}

@media screen and (max-width: 767px) {
#sidecontact {
  display: none;
}
}
/* =====================================
 10. hikoukai
===================================== */
.hikoukai {
  display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
  display: block !important;
  border: 5px solid #777;
  background: #555;
  padding: 20px 0;
}
/* ======================================

追記(content)

====================================== */

/* ------------------------------------------------
 body
------------------------------------------------ */
.b_10.b_10_column3 div.column_c, .b_10.b_10_column3 div.column_l, .b_10.b_10_column3 div.column_r {
  display: table-cell;
  width: 33%;
  vertical-align: top;
}
body, .main, #header, .camera_wrap, .caption {
  background: none;
  border: none;
}
body {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
body, ul.sf-menu > li, ul.sf-menu > li#last-li, ul.sf-menu > li > a, ul.sf-menu > li > p, .sf-menu ul li a, #mm0 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
body.inquiry, .inquiry ul.sf-menu > li, .inquiry ul.sf-menu > li#last-li, .inquiry ul.sf-menu > li > a, .inquiry ul.sf-menu > li > p, .inquiry .sf-menu ul li a, .inquiry #mm0 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.parts p {
  line-height: 1.8;
  margin-bottom: 1.2em;
  margin-top: 0px;
}
.parts p:last-child {
  margin-bottom: 0;
}
/* リンク設定 */

a:link, a:visited {
  color: #333333;
}
a:hover {
  color: #888;
  text-decoration: none;
}
a:focus, *:focus {
  outline: none;
}
#pagenation .active a, #pagenation a.active:hover {
  background: none #eb8d41;
  color: #fff;
}
#content a img, #side a img, #footer a img, .bnr a img, .inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt, #pagenation .active a, #pagenation a, .contact a, input.base_bg_color_1, input.searchButton, .btn-style a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content a:hover img, #side a:hover img, #footer a:hover img, .bnr a:hover img, .inquiry #content .backBt:hover, .inquiry #content .confirmBt:hover, .inquiry #content .submitBt:hover, .inquiry #content .topBt:hover, #pagenation .active a:hover, #pagenation a:hover, .contact a:hover, input.base_bg_color_1:hover, input.searchButton:hover, .btn-style a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
h2, h3, h4, h5, #news h2 {
  font-size: inherit;
  color: inherit;
  text-shadow: none;
  line-height: 1.2;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family:"UD新ゴ M","UD Shin Go Medium","メイリオ","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media only screen and (max-width: 767px) {
body {
  font-size: 16px;
  letter-spacing: 0em;
}
}

@media only screen and (max-width: 480px) {
h2 {
  margin-top: inherit !important;
}
}
/* ------------------------------------------------
  header
------------------------------------------------ */

.shadow {
  background: none;
}
#header {
}
#inquiryBody #header {/*inquiry*/
}
#header h1 {
  max-width: 96%;
  margin-bottom: 20px;
  padding-top: 30px;
}
#header h1 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
#header h1 {
  margin-bottom: 15px;
}
}

@media only screen and (max-width: 480px) {
#header h1 {
  margin-bottom: 7px;
  padding-top: 25px;
}
}
/*------------------------------------------
  nav
------------------------------------------  */

/* global nav -------------------------- */
/*
.sf-menu {
display: inline-block;
padding-top: 0;
padding-bottom: 7px;
}


.sf-menu > li.current {
  border-left: 1px solid #c2d7d3;
}

.sf-menu > li,
.sf-menu > li.current {
  float: left;
  margin:20px 15px 25px;
  min-height: 23px;
  padding: 0 10px;
  position: relative;
  border-bottom:none;
  display:block;
}
.sf-menu > li.sfHover,
.sf-menu > li:hover {
  border-bottom: none;
  margin-bottom: 25px;
}
ul.sf-menu > li {
  font-weight:normal;
  font-size:18px;
  line-height:18px;
  width:auto;
  box-sizing:border-box;
  padding:0;
  min-height:18px;
  border-right: 1px solid #c2d7d3;
  margin: 0;
}
ul.sf-menu > li:first-child {
}
ul.sf-menu > li > a,
ul.sf-menu > li > p {
  color: #5d5d5d;
  padding: 0px;
  text-transform: none;
  margin:0;
  font-size:18px;
  font-weight:normal;
}
ul.sf-menu > li.current > a {
  color: #5d5d5d;
}
ul.sf-menu > li.current > a:hover,
ul.sf-menu > li.sfHover > a,
ul.sf-menu > li > a:hover {
  color: #68b0e2;
}
.sf-menu a.sf-with-ul::before { display:none;}




*/



.sf-menu {
  padding-top: 0;
}
.sf-menu > li, .sf-menu > li.current {
  float: left;
  margin: 10px 0 25px;
  min-height: 23px;
  padding: 0;
  position: relative;
  border-bottom: none;
}
.sf-menu > li.current {
  border-left: 1px solid #d4d4d4;
}
.sf-menu > li.sfHover, .sf-menu > li:hover {
  border-bottom: none;
  margin-bottom: 10px;
}
ul.sf-menu > li {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 0px;
  border-right: 1px solid #d4d4d4;
  box-sizing: border-box;
}
ul.sf-menu > li#first-li {
}
ul.sf-menu > li > a, ul.sf-menu > li > p {
  color: #333333;
  padding: 2px 30px 1px;
  text-transform: none;
  margin: 0px;
  font-weight: normal;
  position: relative;
  font-size: 16px;
  line-height: 1.2;
}
ul.sf-menu > li > p:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -12px;
  right: 50%;
  margin-right: -3px;
  border: 5px solid transparent;
  border-top: 5px solid #b4da95;
}
ul.sf-menu > li.current > a {
  color: #333333;
}
ul.sf-menu > li.current > a:hover, ul.sf-menu > li.sfHover > a, ul.sf-menu > li > a:hover {
  color: #339b45;
}
.sf-menu ul {
  padding: 10px 0;
  width: 115px;
}
/* sub */
.sf-menu ul {
  background-color: #1c96d5;
  left: 0px;
  min-width: 70px;
  padding: 12px 0;
  position: absolute;
  text-align: left;
  top: 44px;
  z-index: 1000;
  width: 100%;
}
.sf-menu ul li {
  padding: 5px 10px;
}
.sf-menu ul li a {
  color: #FFF;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}
.sf-menu ul li a:hover {
  color: #644a36;
}
ul.sf-menu > li, ul.sf-menu > li#last-li, ul.sf-menu > li > a, ul.sf-menu > li > p, .sf-menu ul li a {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media only screen and (min-width: 768px) {
.sf-menu a.sf-with-ul::before {
  background: url(/asset/nav_arrow.png) no-repeat center bottom;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: auto;
  bottom: -5px;
  width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
.sf-menu > li, .sf-menu > li.current {
  padding: 0 7px;
}
ul.sf-menu > li > a, ul.sf-menu > li > p {
  font-size: 16px;
}
}
/* sub nav -------------------------- */

.sf-menu ul {
  padding: 10px 0;
  width: 115px;
}
/* sub */
.sf-menu ul {
  background-color: #339b45;
  left: 50%;
  min-width: 80px;
  padding: 12px 0;
  position: absolute;
  text-align: center;
  top: 45px;
  z-index: 1000;
  width: 175px;
  margin-left: -86px;
}
.sf-menu ul li {
  padding: 5px 10px;
}
.sf-menu ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}
.sf-menu ul li a:hover {
  color: #d1e7c1;
  text-decoration: underline;
}
/*------------------------------------------
  mainimage
------------------------------------------  */

.under #mainimage .under_mainimage h2 {/*下層ページタイトル*/
  color: #fff;
  text-align: center;
  font-size: 38px;
  letter-spacing: 8px;
}
.under #mainimage .under_mainimage h2 span {
  font-size: 16px;
  color: #999;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
.under #mainimage .under_mainimage h2 {
  font-size: 28px;
  letter-spacing:5px;
}
}

@media only screen and (max-width: 480px) {
.under #mainimage .under_mainimage h2 {
  font-size: 20px;
}
}
/*------------------------------------------
  footer
------------------------------------------  */

#toTop {
/*background: url(/asset/pagetop.png) no-repeat left 0;
  bottom: 56px !important;
  height: 87px;
  width: 100px;
  left: auto !important;
  margin-right: 0 !important;
  right:20px !important;*/
}

@media only screen and (max-width: 767px) {
/*#toTop {
  bottom: 56px !important;
  right:0 !important;
}*/
}
/* フッターバナー ---------------*/
.bnr {
  text-align: center;
}
.bnr a {
  margin-right: 1.5625%;
  display: inline-block;
  width: 32.2916666%;
  max-width: 310px;
}
.bnr a:last-child {
  margin-right: 0;
}
.bnr img {
  max-width: 100%;
　
}

@media only screen and (max-width: 767px) {
.bnr a {
  display: block;
  margin: 0 auto 15px!important;
  width: 100%;
}
}
/* フッター ---------------*/
#footer {
  margin-top: 40px;
  padding-bottom: 10px;
  overflow: hidden;
  font-size: 16px;
  background: #fff;
}
#inquiryBody #footer {
  margin-top: 40px;
  padding-bottom: 10px;
  overflow: hidden;
  font-size: 16px;
}
#footer p.logo {
  display: inline-block;
  margin: 40px 0 30px;
  width: 100%;
}
#footer p.logo a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
#footer img {
  max-width: 100%;
}
#footer .footerLink li {
  margin: 0;
  display: inline-block;
  /*margin-left:10px;*/
}
#footer .footerLink li a, .sitemapLink li a {
  color: #333;
}
.privacy {
  color: #333;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: inherit;
  text-transform: none;
}
#footer .footerLink li a:hover, .sitemapLink li a:hover, .privacy a:hover {
  color: #333;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
}
/* ------------------------------------------------
  構造
------------------------------------------------ */

.b_01 {
  margin-bottom: 1em;
}
/*.b_02,.b_04_2,
.b_06,
.b_09,.b_10,
.b_11,.b_11_3,*/
.b_01 .ul01, .b_01 .ul_check, .b_01 .ul_arrow, .b_01 ol.ol01 {
  margin: 0 0 1em;
}
/*-------------------------
 リスト
-------------------------*/

.floatList {
  overflow: hidden;
}
.floatList li {
  float: left;
  margin-right: 1em;
  margin-bottom: 10px;
}
/* ● */

ul.ul01 li {
  position: relative;
  padding: 2px 5px 2px 20px;
}
ul.ul01 li:before {
  content: "";
  position: absolute;
  background: #b5db96;
  top: 10px;
  left: 6px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  /*margin-top: -6px;*/
}
ul.ul03 {
  margin: 0 auto;
  display: block;
  padding: 0 0 5px 22px;
}
ul.ul03.col2 li {
  width: 45%;
  float: left;
  position: relative;
}
.ul03 li::before {
  background: #0667a6;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: -15px;
  position: absolute;
  top: 10px;
  width: 5px;
}
/* ▶ */

ul.ul_arrow {
}
ul.ul_arrow li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 5px;
}
ul.ul_arrow li:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #ccc;
}
ul.ul_arrow li a:hover {
  color: #ccc;
}
/* チェック */

ul.ul_check li {
  position: relative;
  padding: 5px 0px 5px 37px;
}
ul.ul_check li:before {
  background: #f98989;
  border-radius: 3px;
  content: "";
  height: 24px;
  left: 1px;
  position: absolute;
  top: 7px;
  width: 24px;
  z-index: 0;
}
ul.ul_check li:after {
  display: block;
  content: '';
  position: absolute;
  top: 13px;
  left: 7px;
  width: 10px;
  height: 5px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}
/* ol */

ol.ol01 {
  margin-bottom: 1em;
  margin-left: 1.2em;
}
ol.ol01 li {
  line-height: 1.6;
  margin-bottom: 0.5em;
  list-style: decimal;
}
ol.ol01 li span {
  color: #333;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
ul.ul01 li {
  padding: 2px 5px 2px 18px;
}
ul.ul01 li::before {
  top: 10px;
  left: 6px;
}
ul.ul_check li {
  padding-left: 32px;
}
ul.ul_check li:before {
  height: 22px;
  width: 22px;
}
ul.ul_check li:after {
  top: 13px;
  left: 7px;
  width: 9px;
  height: 4px;
}
#mm0 {
  border: 1px solid #ccc;
}
}
/*-------------------------
 見出し
-------------------------*/

/* h3 -----------------*/

.static #content h2.titleBg, h2.titleBg, #news h2.titleBg {
  margin-top: 0;
  margin-bottom: 1em;
  border: none;
  padding: 5px 0 10px 0;
  position: relative;
  font-size: 30px;
  font-size: 1.9rem;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #d7e0ce;
  color: #339b45;
  text-align: center;
  letter-spacing: 3px;
  font-family:"UD新ゴ M","UD Shin Go Medium","メイリオ","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.under .parts h3 {
  font-size: 30px;
  font-size: 1.9rem;
  color: #339b45;
  font-family: "UD新ゴ M","UD Shin Go Medium","メイリオ","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  border-bottom: 1px solid #cdd8c2;
  display: block;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 65px;
  line-height: 1.5;
}


.under .parts .gnv_tmp_h3_bg2 h3 {
  text-align: left;
  font-size: 22px;
  color: #e88d21;
  margin-bottom: 0;
}
.under .parts .gnv_tmp_h3_bg2 h3:before {
  background: none;
}
/* h4 -----------------*/

.under .parts h4 {
  font-size: 22px;
  padding: 13px 10px 13px 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
  color: #605f5f;
  background: #eef6e7;
  border-radius: 3px;
  margin-top: 25px;
}
.under .parts h4::before {
  position: absolute;
  content: "";
  background: #339b45;
  width: 5px;
  height: 50%;
  top: 25%;
  left: 9px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.under .b_01 h4 {
  margin-bottom: 0;
}
/* h5 -----------------*/

h5 {
  padding-left: 30px;
  color: #516a37;
  position: relative;
  font-size: 22px;
  font-size: 1.4rem;
  padding-bottom: 10px;
}
.full h5::before {
  position: absolute;
content:"";
border:3px solid #f2caa0;
border-radius:50%;
top: 7px;
left: 4px;
width:10px;
height:10px;
}
 .under h5::before {
  position: absolute;
content:"";
border:3px solid #eb8d41;
border-radius:50%;
top: 7px;
left: 4px;
width:10px;
height:10px;
}
.under h5 {
  color: #605f5f;
  font-size: 20px;
  margin-bottom: 0.25em;
  margin-top: 1em;
  text-transform: none;
  font-weight: normal;
  padding: 0px 5px 0px 27px;
  position: relative;
}
.under .gnv_tmp_h5_bg {
  border-bottom: dotted 1px #eb8d41;
  margin-bottom: 15px!important;
} 
.ul02 li {
  padding: 5px 5px 4px 20px;
  font-size: 22px;
  line-height: 1.4;
  color: #333;
  position: relative;
}
.ul02 li:before {
  position: absolute;
  content: "";
  background: #0065ab;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
}
.ktop {
  margin-top: 35px;
}
.ktop .emphasize {
  margin-bottom: 0.5em !important;
}

@media only screen and (max-width: 767px) {
.static #content h2.titleBg, h2.titleBg, .top #news h2.titleBg, .under .parts h3 {
  font-size: 21px
}
.under .b_01 h3 {
  margin-bottom: 0.6em;
  margin-top: 0;
}
.under .parts h3 {
  padding-bottom: 10px;
  }
.under .parts h3:before {
  width: 100%;
  left: 0;
  margin-left: 0;
  margin-top: 0;
}
.under .parts h4 {
  font-size: 18px;
  padding-left: 22px;
  padding: 13px 10px 12px 30px;
}
.under h5 {
  font-size: 18px;
}

.ul02 li {
  font-size: 18px;
}
.contact {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
}

@media only screen and (max-width: 480px) {
}
/* --------------------------
  top
-------------------------- */

.color01 {
  color: #0065ab;
}
.color02 {
  color: #111;
}
.attention {
  color: #cc0000;
}
.con_l {
  float: left;
}
.con_r {
  float: right;
}

.btn-style a {
  text-align: center;
  box-sizing: border-box;
  padding: 10px 5px;
  max-width: 100%;
  color: #333333;
  font-size: 18px;
  position: relative;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #666;
  width: 100%;
}
.btn-style a::after {
  border-top: 1px solid #959595;
  border-right: 1px solid #959595;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  position: absolute;
  right: 12px;
  top: 50%;
}
.btn-link a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  color: #333;
}
.btn-link a:hover, .btn-style a:hover {
  opacity: 0.7;
}
.top #news {
  font-size: 16px;
}
.k_imgb .b_11_2_in span img {
  width: 42%;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
}

@media screen and (max-width: 1129px) {
}

@media screen and (max-width: 995px) {
}

@media screen and (min-width: 768px) and (max-width: 995px) {
#sidecontact {
  top: 186px;
  width: 70px;

}
}
/* contact */

.contact {
  text-align: center;
}
.contact a {
  margin: 0 1%;
  display: inline-block;
  max-width: 48%
}
.contact img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
br.sp {
  display: inline !important;
}
.top #content-top {
  background: #fff;
}
.top .contact {
  padding: 1.5em 0 0;
}
/* TOP */

.btn-style a {
  font-size: 15px;
}
.con_l, .con_r {
  float: none;
  width: auto;
}
.b_10.b_10_column2 div.column_l {
  margin: 0;
}
.k_imgb .b_11_2_in span img {
  width: inherit;
}
}

@media screen and (max-width: 479px) {
/* TOP */
.top01 h3 {
  font-size: 16px;
  margin-bottom: 2em;
}
.top02 h3, .top03 h3 {
  font-size: 24px;
}
.top02 h3 {
  margin-bottom: 0.5em;
}
.top04 h3 {
  font-size: 22px;
}
.top h4 {
  font-size: 22px;
}

}
/* --------------------------
  下層
-------------------------- */

.inquiry #content .contentArea {
  margin: 2em 0 4em;
}
.emphasize {
  font-size: 25px;
  color: #0667A6;
}
.bg-box {
  padding: 2em 2em 1em;
  background: #f9f9f9;
}
.border-box {
  padding: 2em 2em 1em;
  background: #eef6e7;
  margin-bottom: 1em;
  margin-top: 25px;
}
.border-box ul.ul_check li::before {
  background: #83cc56;
}
.flow-block {
}
.merit-block {
  padding: 1em 2em 2em;
  background: #ffeee9;
}
.merit-block ul li, .demerit-block ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.merit-block ul li::before, .demerit-block ul li::before {
  position: absolute;
  content: "";
  background: #ff9494;
  width: 6px;
  height: 6px;
  top: 0.6em;
  left: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.under .merit-block h4 {
  border-bottom-color: #ff9494;
}
.under .merit-block h4::before {
  background: none;
  border: 5px solid #ff9494;
  top: 6px;
  left: 3px;
}
.merit-block ul li::before {
  background: #ff9494;
}
.demerit-block {
  padding: 1em 2em 2em;
  background: #eaf5f6;
}
.under .demerit-block h4 {
  border-bottom-color: #84ced7;
}
.under .demerit-block h4::before {
  background: #84ced7;
  border-radius: 0;
  width: 6px;
  height: 32px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
  left: 16px;
}
.under .demerit-block h4::after {
  position: absolute;
  content: "";
  background: #84ced7;
  border-radius: 0;
  width: 6px;
  height: 32px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
  left: 16px;
}
.demerit-block ul li::before {
  background: #84ced7;
}
.table01, .table02, .fee-table {
  width: 100%;
  margin-bottom: 1em;
}
.top .table01 {
  font-size: inherit;
}
.table01 th, .table01 td {
  padding: 10px 5px;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #d4d4d4;
}
.table01 th {
  border-bottom: 1px solid #ff7694;
  white-space: nowrap;
  width:15%;
}
.table02 th, .table02 td, .fee-table th, .fee-table td {
  padding: 10px 8px;
  font-weight: normal;
  text-align: left;
  border: 1px solid #b9c6cc;
}
.table02 th, .fee-table th {
  background: #fafafa;
}
.table02 thead th, .fee-table thead th {
  background: #e6f7fc;
  text-align: center;
  color: #0065ab;
  font-size: 110%;
}
.fee-table tbody th {
  width: 25%;
}
.fee-td {
  color: #cc0000;
  width: 30%;
}
/* News
------------------------*/
#news {
  margin-left: 10px;
}
#news .ov {
  width: auto;
  right: 0px;
  top: 7px;
  font-size: 16px;
  color: #666;
}
#news .ov:hover {
  color: #666;
  text-decoration: underline;
}
#news dt .newsNew {
  background: #eb8d41;
  color: #FFF;
  border-radius: 0px;
  vertical-align: middle;
  font-size: 0.7em;
  padding: 0.3em 0.5em 0.2em;
}
/* top */
#news dl {
  border-bottom: 1px dashed #ccc;
}
#news dt {
  color: #eb8d41;
  font-weight: bold;
}
#news dd, #news dd a {
  color: #555;
  text-decoration: none;
}
#news dd a:hover {
  text-decoration: underline;
}
#news .ov:hover {
  color: #333;
  text-decoration: underline;
}
/* Blog
------------------------*/


.blog h3.entry-title {
}
.blog h3.entry-title a {
  color: #333;
}
.blog h3.entry-title a:hover {
  color: #333;
  text-decoration: underline;
}
.inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt {
  font-size: 16px;
  width: 166px;
  background: #339b45;
  border: none;
  border-radius: 2px;
  color: #fff;
  letter-spacing: 0.1em;
}
/* sitemap */

.sitemap_ic {
  margin-bottom: 1em;
}
ul.sitemap_ic li a:hover {
  color: #eb8d41;
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 995px) {
.under #header .grid_12 {
  margin-left: 0;
  margin-right: 0;
}
ul.sf-menu > li > a, ul.sf-menu > li > p {
  padding: 4px 10px 2px;
  font-size: 14px;
}
}

@media screen and (min-width: 768px) and (max-width: 995px) {
}

@media screen and (max-width: 767px) {
#news .ov {
  top: 10px;
  font-size: 13px;
}
#sitemapBody #content, #newsList #content, #websiteNewsDetail #content, #notfoundBody #content {
  margin-top: 0;
}
/**/

.bg-box, .border-box {
  padding: 1.3em 1.3em 0.5em;
}
.merit-block, .demerit-block {
  padding: 0.4em 1.3em 0.6em;
}
.under .merit-block h4::before {
  top: 15px;
  width: 12px;
  height: 12px;
}
.under .demerit-block h4::before, .under .demerit-block h4::after {
  height: 28px;
  left: 12px;
  top: 9px;
}
.emphasize {
  font-size: 20px;
}
}

@media screen and (min-width: 768px) and (max-width: 995px) {/*テンプレートの指示修正*/
.container_12 {/*余白が無い不備の回避*/
  width: 748px !important;
}
#websiteNewsDetail .container_12, #blogBody .container_12, #sitemapBody .container_12, #newsList .container_12 {/*除外*/
  width: 748px !important;
}
#websiteNewsDetail .container_12 .bnr, #blogBody .container_12 .bnr, #sitemapBody .container_12 .bnr, #newsList .container_12 .bnr {
  width: 748px !important;
  margin: 65px auto 0;
}
}
.type5.under #content {
  min-height: 550px;
}
/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 180%;
  color: #666;
  background: #fff!important;
}
input, button, select, textarea, .nav-collapse_ .nav > li > a, .nav-collapse_ .nav > li >p, .nav-collapse .sub-menu > ul li a, .btn.btn-info {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.word_break {
  word-break: break-all;
}
a:focus, *:focus {
  outline: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
#header h1 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
.mb0 {
  margin-bottom: 0!important;
}
.mb_h3 {
  margin-bottom: 20px !important;
}
.mb_h4 {
  margin-bottom: 18px!important;
}
.mb_h5 {
  margin-bottom: 10px!important;
}
.mb_01 {
  margin-bottom: 27px!important;
}
.mb_02 {
  margin-bottom: 60px!important;
}
.mb_03 {
  margin-bottom: 75px!important;
}
ul.ul01 {
  list-style: none;
}
ul.ul01 li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
    display: table;
}
.ul01 li:before {
  background: none repeat scroll 0 0 #537eb6;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 11px;
  position: absolute;
  top: 10px;
  width: 5px;
}
.float_ul01 li {
  margin: 0 20px 0 0;
  float: left;
  width: 40%;
}
ul.ul_check li {
  padding: 5px 0px 5px 24px;
  position: relative;
  display:table;
}
ul.ul02 {
  list-style: none;
}
ul.ul02 li {
  padding: 0 0 5px 14px;
  position: relative;
}
ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 2% 0 0;
  padding: 0 0 5px 14px;
  position: relative;
  width: 48%;
}
ul.ul02 li a {
  font-weight: bold;
}
.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #3584d5;
}
ul.ul_check li:before {
  background: none repeat scroll 0 0 #eb8d41;
  border: 1px solid #eb8d41;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 17px;
  z-index: 0;
}
ul.ul_check li:after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  width: 11px;
  height: 4px;
  border: transparent 4px solid;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 10;
}
p.point_p {
  color: #cab52c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 5px 8px 16px;
  position: relative;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
  z-index: 1;
}
p.point_p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 9px solid #d7f0f9;
  border-radius: 50%;
  z-index: -1;
}
.number_p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 36px;
  text-indent: -40px;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.number {
  background: none repeat scroll 0 0 #339b45;
  border-radius: 0px;
  box-shadow: 3px 3px 0 #b0d691;
  color: #fff;
  font-size: 20px;
  margin: 0 10px 0 0;
  padding: 2px 8px;
}
.arrow_box {
  position: relative;
  height: 40px;
  width: 100%;
}
.arrow_box:before {
  content: "";
  position: absolute;
  background: none;
  top: 10px;
  left: 0px;
  height: 0;
  border-top: dotted #f8c593 2px;
  width: 100%;
}
.arrow_box:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-top: 16px solid #f8c593;
}
.merit01 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  background: #cdb827;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  display: inline-block;
}
.merit02 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  margin: 0 0 8px;
  background: #6a91c4;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}
.text_box {
  float: right;
  width: 60%;
}
.border_box01 {
  background-color: #fff;
  box-shadow: 1px 1px 1px 2px #cccccc;
  border-radius: 0;
  padding: 10px;
}
.border_box02 {
  background-color: #d7e9f4;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 10px;
}
.text_01 {
  color: #cdb827;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6 !important;
  padding: 0;
  text-align: center;
}
.link_btn {
  width: 100%;
  max-width: 260px;
}
.link_btn a {
  line-height: 1.4;
  display: block;
  padding: 10px 20px 8px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #fff;
  background: none #339b45;
  transition: all 0.5s ease 0s;
}
.link_btn a:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 8px;
}
.link_btn a:hover {
  opacity: 0.8;
  color: #fff;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
/* =====================================
 共通
===================================== */
#bread span:hover {
  text-decoration: underline;
}
.catch01 {
  color: #eb8d41;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  margin-top: 40px !important;
}
.lead01 {
  color: #605f5f;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  border-bottom: 4px double #b5db96;
  font-size: 21px;
  font-size: 1.3rem;
  margin-top: 40px !important;
}
.btn_wrap .link_btn {
  display: inline-block;
  margin-right: 45px;
}
.b_06 {
  margin: 0 0 1em;
}
/* =====================================
 TOP
===================================== */
.full h3 {
  font-size: 30px;
  font-size: 1.9rem;
  color:#339b45;
  font-family:"UD新ゴ M","UD Shin Go Medium","メイリオ","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  border-bottom: 1px solid #cdd8c2;
  display: block;
  padding-bottom: 20px;
}
.full .top01 {
  margin-top: 60px;
  margin-bottom: 65px;
}
.full .top02{
  background: url(/asset/top_bg01.jpg) no-repeat center top;
background-size: cover;
padding-top: 70px;
padding-bottom: 85px;
text-align: center;
}
.top02 .wrap01 {
  width: 50%;
  float: right;
  background:  rgba(255,255,255,0.5);
  padding: 20px 20px 30px;
}
.top02 p {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 20px;
}
.full .top03 {
  background-color: #eef6e7;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.top03 .wrap04 {
  background:  rgba(255,255,255,0.5);
    padding: 20px 20px 40px !important;
}
.top03 .wrap01 {
  margin-bottom: 30px;
  margin-top: 20px;
}
.top03 .wrap02 {
  float: left;
  width: 60%;
  text-align: left;
}
.top03 .wrap03 {
  float: right;
}
.top03 .link_btn{
}
.top03 .link_btn img {
  margin-right: 15px;
  padding-bottom: 2px;
}
.top03 .link_btn a {
  font-size: 20px;
  vertical-align: middle;
  height: 45px;
  display: flex;
  align-items: center;
justify-content: center;
}
.full .top04 {
  margin-top: 80px;
  text-align: center;
}
.top04 .line01 {
  margin-top: 40px;
}
.top04 .line02, .top04 .line03 {
  margin-top: 20px;
}
.top04 .grid_4 {
  border: 1px solid #b0a8a1;
  border-radius: 3px;
  min-height: 280px;
}
.top04 .imgBox {
  min-height: 135px;
}
.top04 .grid_4 img {
  margin: 30px auto;
}
.top04 p {
  margin-bottom: 0;
  min-height: 4em;
}
.top04 h4 {
  position: relative;
  font-size: 26px;
  border-top: 1px dotted #b0a8a1;
  padding: 10px 0;
margin: 0 15px;
}
.top04 .btn-link a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  text-indent: -9999px;
}
.top04 .btn-link a::after {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top04 .link01 a {
  background: #f3a6a4;
}
.top04 .link02 a {
  background: #8cc4e7;
}
.top04 .link03 a {
  background: #b2e280;
}
.top04 .link04 a {
  background: #96b4f1;
}
.top04 .link05 a {
  background: #f8c593;
}
.top04 .link06 a {
  background: #8ed8bd;
}
.top04 .link07 a {
  background: #f6d571;
}
.top04 .link08 a {
  background: #f3a4cf;
}
.top04 .link09 a {
  background: #b892ce;
}
.full .top05 {
  text-align: center;
  background: url(/asset/top_bg02.jpg) no-repeat center top;
background-size: cover;
padding-top: 60px;
padding-bottom: 65px;
margin-top: 70px;
margin-bottom: 60px;
}
.top05 .line01 {
  margin-top: 40px;
}
.top05 .grid_6 {
  text-align: left;
}
.top05 .wrap01 {
  text-align: left;
  margin-top: 40px;
  background: rgba(255,255,255,0.5);
  padding: 15px 20px;
}
.top05 .wrap02 {
  background: rgba(255,255,255,0.5);
  padding: 10px 20px 15px;
}
.top05 .station {
  font-weight: 600;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.top05 .gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 124%;
}
.top05 .wrap01 tbody td {
  color:#eb8d41;
}
.top05 .wrap01 tbody td.black {
  color:#605f5f;
}
.top05 .orange {
  color:#eb8d41;
}
.top06 {
    padding: 10px 0 50px;
}
.top06 h3 {
  margin: 2em 0 1em;
}
.top06 h4 {
  font-size: 22px;
  padding: 13px 10px 13px 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
  color: #605f5f;
  background: #eef6e7;
  border-radius: 3px;
  margin-top: 25px;
}
.top06 h4::before {
  position: absolute;
  content: "";
  background: #339b45;
  width: 5px;
  height: 50%;
  top: 25%;
  left: 9px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* =====================================
 下層
===================================== */
.under .bnr {
  margin-top: 65px;
}
.min-title {
  position: relative;
  padding-left: 25px;
}
.min-title::before {
  position: absolute;
  content: "";
  background: #b0a8a1;
  width: 10px;
  height: 10px;
  top: 25%;
  left: 9px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.under .station {
  font-weight: 600;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.under .info ul li {
  width: 47%;
  float: left;
}

.box1 {
  border:2px solid #ccc;
  padding:25px;
  margin-bottom:15px;
}
.box1 p.p01 {
    font-family: "UD新ゴ M","UD Shin Go Medium","メイリオ","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size:18px;
    text-align:center;
    color:#f90;
    border-bottom:2px solid #9a9a9a;
    padding:0 5px;
    margin: 0 auto 5px;
    width:80%;
}
.box1 p.p02 {
  font-family: "UD新ゴ M","UD Shin Go Medium","メイリオ","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 25px;
  text-align: center;
  color: #9a9a9a;
  padding: 0 0 5px;
  margin: 0!important;
}
.box1 span.b01 {
  color:#9a9a9a;
  padding:0 5px;
}
.box1 span.b02 {
  color:#9a9a9a;
  font-size:12px; 
  vertical-align:baseline;
}
p.catch02 {
    display: block!important;
    text-align: center;
}
p.catch02 a {
    text-align: center;
    font-size: 20px;
    font-family: "UD新ゴ M","UD Shin Go Medium","メイリオ","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    background: #eb8d41;
    color: #fff;
    padding: 10px 25px 10px 45px;
    box-sizing: border-box;
    border: 1px solid #eb8d41;
  position: relative;
  display: block;
}
p.catch02 a:hover {
    background: #fff;
    color: #eb8d41;
  border: 1px solid #eb8d41;
}
p.catch02 a:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 8px;
}
p.catch02 a:hover:before {
    border-top: 2px solid #eb8d41;
    border-right: 2px solid #eb8d41;
}

@media (min-width: 996px) and (max-width: 1199px) {
#toTop {
  left: auto;
  margin-left: 0;
  right: 60px !important;
  bottom: 20px !important;
  margin-right: 10px !important;
}
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */

/* =====================================
 下層
===================================== */
}

@media (min-width: 768px) and (max-width: 995px) {
#toTop {
  left: auto;
  margin-left: 0;
  right: 60px !important;
  bottom: 110px !important;
  margin-right: 10px !important;
}
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */
.top03 .wrap02 {
  width: 58%;
  }
  .top03 .wrap03 {
  float: right;
  width: 40%;
}
.top04 h4 {
  font-size: 20px;
}
.top04 .imgBox {
  min-height: 134px;
}
.top05 .b_06 {
  margin: 0;
}
.top05 .b_06_item {
  width: 22%;
}
.top05 .b_06_content {
  line-height: 1.5em;
}
.top05 .wrap02 {
  background: rgba(255,255,255,0.5);
  padding: 10px 10px 20px;
}
.top05 .gnv_tmp_map {
  padding-top: 156%;
}


.grid_4:first-child {
  margin-left: 0;
}
.grid_4:last-child {
  margin-right: 0;
}
.grid_6:first-child {
  margin-left: 0;
}
.grid_6:last-child {
  margin-right: 0;
}
/* =====================================
 下層
===================================== */
.under h5::before {
  top: 3px;
}
.under h5 {
  font-size: 17px;
}
}

@media screen and (max-width: 767px) {
/* =====================================
 共通
===================================== */
.mb_h3 {
  margin-bottom: 13px!important;
}
.mb_h4 {
  margin-bottom: 10px!important;
}
.mb_h5 {
  margin-bottom: 8px!important;
}
.mb_01 {
  margin-bottom: 20px!important;
}
.mb_02 {
  margin-bottom: 50px!important;
}
.mb_03 {
  margin-bottom: 55px!important;
}
.catch01 {
  font-size: 20px;
}
#news dt {
  position:relative;
}
#news dt .newsNew {
  position: absolute;
  top: 4px;
  height: 1.3em;
  padding: 1px 5px 4px;
}
.ios #news dt .newsNew {
  top:6px;
}
.text_box {
  float: none;
  width: 100%;
}
/* =====================================
 TOP
===================================== */
.full h3 {
  font-size: 26px;
  padding-bottom: 10px;
}
  .top #content-top {
  display: none;
}
.full .top01 {
  margin-top: 50px;
  margin-bottom: 55px;
}
.full .top06 {
  margin: 0 auto 50px;
}
.full .top02 {
  background: none;
  padding: 0;
}
.top02 .wrap01 {
  width: 100%;
  float: none;
  padding: 0;
}
.top02 img {
  margin-bottom: 20px;
}
.top03 .wrap02 {
  float: none;
    width: 100%;
}
.top03 img.sp {
  margin-top: 20px;
}
.top03 .link_btn {
  margin-bottom: 10px;
    margin-right: 0;
}
.top03 .wrap03 {
  display: none;
}
.top04 .spline01 {
  margin-top: 40px;
}
.top04 .spline02 {
  margin-top: 30px;
}
.top04 .spwrap01 {
  float: left;
  border: 1px solid #b0a8a1;
  border-radius: 3px;
  width: 48%;
}
.top04 .spwrap02 {
  float: right;
  border: 1px solid #b0a8a1;
  border-radius: 3px;
  width: 48%;
}
.top04 .spwrap01, .top04 .spwrap02 {
  padding-top: 10px;
  min-height: 287px;
}
.top04 .imgBox {
  min-height: 85px;
    display: flex;
align-items: center;
justify-content: center;
}
.top04 .txt {
  text-align: center;
}
.top04 h4 {
  font-size: 20px;
  min-height: 2.5em;
}
.full .top05 {
  background: url(/asset/top_bg02_sp.jpg) no-repeat center top;
  background-size: cover;
  }
.top05 .gnv_tmp_map {
  padding-top: 70%;
}


/* =====================================
 下層

===================================== */
.b_06_item {
  background: none;
  padding: 7px 10px;
  text-align: left;
  width: 27%;
}
.under h5::before {
  top: 2px;
}

.under .clinic01 h5{
  min-height: 2.5em;
}

ul.ul03.col2 li {
  width: 100%;
  float: none;
}
.box1 p.p01 {
    font-size:16px;
    width:100%;
}
.box1 p.p02 {
  font-size: 20px;
}

/* sp_box01 */
.sp_box01 {
  display: block;
  padding: 0px 0 0 !important;
}
.sp_box01_in {
  margin: 20px auto;
  max-width: none;
  width: 100%;
}
.sp_box01 .btn_l {
  display: block;
  float: left;
  width: 48%;
}
.sp_btn01 a, .sp_btn01 a img {
  display: block;
  width: 100%;
}
.sp_box01 .btn_r {
  display: block;
  float: right;
  width: 48%;
}
.sp_box01 a {
  display: block;
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
}

@media screen and (max-width: 480px) {
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */

.top03 .wrap04 {
  padding: 20px 20px 25px !important;
}
.top04 h4 {
  font-size: 16px;
  }
  .top04 .txt {
  min-height: 5.5em;
}
.top05 .wrap01 {
  margin-top: 10px;
  }
.top05  h5::before {
    top: 7px;
} 
/* =====================================
 下層
===================================== */
.catch01 {
  font-size: 18px;
    margin-top: 15px !important;
}
.lead01 {
  font-size: 1.15rem;
}
.under h5 {
  margin-top: 0;
}
}

@media screen and (max-width: 360px) {
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */
.top04 .txt {
  min-height: 5.5em;
    text-align: center;
}
.top04 h4 {
  font-size: 16px;
}
/* =====================================
 下層
===================================== */

.static #content h2.titleBg, h2.titleBg, .top #news h2.titleBg, .under .parts h3 {
  font-size: 24px;
}
.under .parts h4 {
  font-size: 18px;
  padding-left: 30px;
}
}

/* clinic */
.clinic .b_11.b_11_column2 div.column_l {
    padding-right: 15px;
}
.clinic .b_11.b_11_column2 div.column_r {
    padding-left: 15px;
}
@media screen and (max-width: 767px) {
.clinic .b_11.b_11_column2 div.column_l {
    padding-right: 0;
}
.clinic .b_11.b_11_column2 div.column_r {
    padding-left: 0;
}
.clinic .b_11.b_11_column2 div.column_r, .clinic .b_11.b_11_column2 div.column_l {
  display:block;
}
.clinic .b_11.b_11_column3 div.column_r, .clinic .b_11.b_11_column3 div.column_c, .clinic .b_11.b_11_column3 div.column_l {
  display:block;
  width: 100%;
}
.clinic .b_11.b_11_column3 {
    display: block;
}
}

.under .catch02 {
  max-width: 300px;
}

.menu_area .link_btn {
  display: block;
  margin: 20px auto;
}
    .ai_popup_content li, .ai_popup, .ai_popup p,.popup_content0 li h2 p,.popup_content0 li h2 {
        font-family: "UD新ゴ M", "UD Shin Go Medium", "メイリオ", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    }
    .popup_content0 {
        text-align: left;
        }
        .popup_content0 h2 {
        color:#339B45;
        font-size:20px;
        font-weight:bold;
        margin-bottom: 5px;
        }
        .popup_content0 h2 p {
        font-size:14px;
        color:#333333;
        font-weight: bold;
        margin-bottom: 15px;
        }
        .close img {
            width:100%;
        }
        .ai_popup table.timetable {
            margin-top:20px;
        }

    .ai_bnr_wrapper {cursor: pointer;max-width:300px;text-align: right;}
            .mask {
                position:absolute;
                left:0;
                top:0;
                z-index:9999;
                background-color:#000;
                display:none;
            }
            .window {
                display: none;
                z-index:99999;
            }
    .ai_popup {
                    max-width: 400px;
                    min-height: 400px;
                    padding: 35px;
                    padding-top: 30px;
                    padding-bottom: 30px;
                    font-weight: 600;
                    text-align: center;
    }

    .window p{
        font-size: 24px;
        color:#339B45;
        margin-bottom: 15px;
        line-height: 1.3;
        letter-spacing: 2px;
    }
    .windowp2{
        font-size:20px !important;
    }
    .popup_title {
        font-size: 21px;
    color:#339B45 !important;
    }
    .popup_title2 {
        font-size: 19px !important;
        /* font-weight: normal; */
        color: #333333 !important;
    }
    .ai_popup .popup_table p{
        text-align: left;
        font-size: 12px;
    }
    .ai_popup_content li{
        background-color:#FFFFFF;
        cursor: pointer;
        margin-bottom: 13px;
        max-height: 60px;
        position: relative;
        background:#339B45;
        /* border-radius: 5px; */
    }
    .ai_popup_content li {font-size: 24px;padding-right: 60px;}

    .ai_popup_content li:last-child {
        margin-bottom:0px;
    }
    .ai_popup_content li a{display:flex;text-decoration:none;}
    .popup_icon_img {
            margin-top: 12px;
            margin-bottom: 7px;
            margin-left: 13px;
            max-width: 36px;
            max-height: 36px;
            margin-right: 10px;
    }
    .popup_arrow_img {
            margin-top: 2.5%;
            right: 17px;
            width: 10%;
            position: absolute;
    }
    .ai_popup_content li p{
        font-size: 24px;
        color:#FFF;
        margin-top: 4%;
        margin-bottom:6%;
    }
    /* .ai_popup_content li p:after{
        content:"";
        width:4px;
        height:7px;
        background-image:url("");
    } */
    .popup_underline {
        margin-top: 2.5px;
        margin-bottom: 15px;
        border: 1px solid #339B45;
    }
    .topbnr1 {
    cursor: pointer;
    max-width: 300px;
    text-align: right;
    padding:0;
    position: unset;
    top: -109px;
    border: none;
    background: none;
    }
    .ai_bnr_wrapper img,#open-chatbot img {max-width:100%;}
    .ai_bnr_wrapper img, #open-chatbot img {
        max-width: 300px;
    }
    .close {
    position: absolute;
        right: -30px;
        top: -30px;
        cursor: pointer;
        width: 15%;
    }
    .ai_popup_wrapper {
            position: fixed;
            bottom: 0;
            z-index: 9999;
            right: 0%;
            display: flex;
    }
    #pagetop{
    bottom:12%;
    }
    .popup_table {
    margin-top:20px;
    }
#time p {
    text-align: left;
    font-size: 14px;
    color: black;
    font-weight: normal;
    padding-top: 5px;
}
.ai_popup table.gnv_tmp_table02 thead th {
font-size: 20px;
}
.ai_popup table.gnv_tmp_hours tbody th {
font-size: 14px;
}
.ai_popup table.gnv_tmp_hours td {
vertical-align: middle;
font-size: 20px;
}
    @media screen and (max-width: 767px) {
        .ai_popup_wrapper {
        display:flex;
    }
    .popup_content0 h2 p {
        font-size:13px;
        margin-bottom:8px;
    }   
    .popup_content0 h2 {
        font-size:18px;
    }
        .ai_popup_content li {
        padding-right: 0px;
    }
        .close {
        position: absolute;
        right: -18px;
        top: -21px;
        z-index: 99999;
        cursor: pointer;
        width: 15%;
    }
        .popup_arrow_img {
        width: 10%;
        height: 52%;
        margin-right: -5px;
        margin-left: 0px;
        margin-top: 4%;
    }
    /*  .ai_bnr_wrapper{
                text-align: left;
        max-width: unset;
        width: 100%;
        right: -50%;
        } */
    .topbnr1 {
    /*  bottom: -20px;width: 100%;max-height: 100%;max-width: unset; */
        position: unset;
    }
    /* .topbnr1 img{
        width: 50%;
    }
    .ai_bnr_wrapper img {
    width: 50%;
    } */
        .popup_icon_img {
            max-height:32px;
            max-width:32px;
            margin-top: 15px;
            margin-bottom: 6px;
            margin-left: 11px;
    }
        .ai_popup_content li p{
            font-size: 17px;
            margin-top: 19px;
    }
        .ai_popup_content li{
        margin-bottom: 10px;
    }
        .window p {
        font-size: 16px;
    }
    .windowp2{
        font-size:16px !important;
    }
#time p {
    font-size: 11px;
}
    .popup_title2 {
        font-size: 15px !important;
    }
        .ai_popup_content li{
        font-size:15px;
    }
    .ai_popup {
                min-width: 305px;
                max-width: 305px;
                /* overflow: scroll; */
                min-height: 350px;
                padding: 22px;
                padding-top:30px;
                padding-bottom:10px;
    }
    .ai_bnr_wrapper img, #open-chatbot img {
    max-width:250px;
    }
    .popup_table .gnv_tmp_table01.gnv_tmp_hours tr,.popup_table .gnv_tmp_table01.gnv_tmp_hours th {
    font-size:88%;
    }
.ai_popup table.gnv_tmp_hours tbody th {
font-size: 10px;
}
.ai_popup table.gnv_tmp_table02 thead th {
font-size: 15px;
}
.ai_popup table.gnv_tmp_hours td {
font-size: 16px;
}
    }
    @media screen and (max-width: 389px) {
    .ai_popup {
        min-width: 300px;
        max-width: 300px;
        padding: 20px;
        padding-top: 19px;
        padding-bottom: 25px;
    }
    }