@charset "utf-8";
/* ----------------------------------------
レイアウト
------------------------------------------- */
body {
  background: #fff;
  color: #432b18;
  font-size: 16px;
  line-height: 2;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  /*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
  word-wrap: break-word;
  height: 100%;
  margin: 0;
  padding: 0;
}
body#subPage {
  background: none;
}

main {
  width: 100%;
}

section {
  padding: 5em 0;
}

#subPage section {
  padding: 4em 0;
}

.wrap_s {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.wrap {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.wrap_w {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.inner {
  padding: 1.5em;
}

/*-------------------------------
BOX
-------------------------------*/
.box_bg {
  background: #f9f4eb url(../img/bg-10.png) repeat bottom center scroll;
  padding: 2em;
  border-radius: 10px;
  /*border: #c5b790 1px solid;*/
  /* box-shadow: #d9d9d9 10px 10px 0px;*/
}
.box_border {
  background: #fff;
  border: #e67f9d 2px solid;
  border-radius: 10px;
  padding: 1em;
}

/*-------------------------------
BOX::after
-------------------------------*/
.box_af {
  position: relative;
  display: flex;
  z-index: 1;
  margin-top: 40px;
}
.box_af::after {
  content: "";
  position: absolute;
  background: #f1f1f1;
  width: 150%;
  height: 100%;
  top: 0px;
  right: 0;
  z-index: -1;
}
.box_border_af {
  position: relative;
  display: flex;
  z-index: 1;
  margin-top: 40px;
}
.box_border_af::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border: #eef3ec 15px solid;
  width: 150%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: -1;
}
.box_af .txt {
  padding: 2em 2em 2em 2em;
}
.z3 {
  position: relative;
  width: 60vw;
  text-align: right;
  top: -10px;
  z-index: 3;
}
.flexbox.reverse .box_af::after {
  left: 0;
}

@media screen and (max-width: 1500px) {
  .wrap_w {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1280px) {
  .wrap_w,
  .wrap,
  .wrap_s {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
  section {
    padding: 4em 0;
  }
  #subPage section {
    padding: 3em 0;
  }
  .inner {
    padding: 1em;
  }
  .box_bg {
    padding: 1em;
  }
  .box_border {
    padding: 1em;
  }
  .box_af {
    margin-top: 0px;
  }
}

@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
  section {
    padding: 3em 0;
  }
  .inner {
    padding: 10px;
  }
  .box_bg {
    padding: 1em;
  }
  .box_border {
    padding: 10px;
  }
}

/*-------------------------------
BTN
-------------------------------*/
.btn_more a {
  color: #ffffff;
  border: #ffffff 3px solid;
  background-color: #e26b8d;
  margin: 1em auto 0;
  padding: 1em 1em;
  line-height: 1;
  letter-spacing: 2px;
  width: 300px;
  max-width: 90%;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  clear: both;
  display: block;
  border-radius: 50px;
}
.btn_more a:hover {
  color: #eb6100;
  border: #eb6100 3px solid;
  background-color: #ffffff;
}
.btn_more a:before {
  content: "\f138";
  content: "\f178";
  content: "\f101";
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 1.2em;
}

/* ----------------------------------------
title
------------------------------------------- */
h1,
h2,
h3,
h4 {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  font-feature-settings: "palt"; /*文字詰め*/
  font-family: "Kosugi Maru", sans-serif;
}
.title_top {
  /*HOMEタイトル*/
  background: url(../img/title_bg.png) bottom center no-repeat;
  /* background-size: contain; */
  font-size: 26px;
  padding: 0em 1em 1.2em;
  margin: 0 auto 0.7em;
  max-width: 100%;
  height: auto;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 900;
  text-align: center;
  clear: both;
  display: block;
}

.title_top .en {
  font-weight: bold;
  color: #05a20d;
  font-size: 60%;
  padding: 5px;
}
/* ----------------------------------------
sub_title
------------------------------------------- */
.title_a {
  font-size: 105%;
  background: #e67f9d;
  color: #fff;
  font-weight: normal;
  line-height: 1.6;
  padding: 0.5em 1em 0.5em;
  margin-bottom: 1.5em;
  border-radius: 5px;
}
.title_a:before {
  content: "\f142";
  font-family: FontAwesome;
  font-weight: normal;
  padding: 0 0.6em 0 0;
}
.title_b {
  font-size: 21px;
  border-bottom: #47ad0a 4px dotted;
  padding: 0 0 0.5em 0;
  margin-bottom: 1em;
  line-height: 1.6;
  font-weight: bold;
}
/*.title_b:before {    
content: "\f265";
font-family: FontAwesome;
font-weight: normal;
padding: 0 0.5em 0 0em;
color: #eb6100;
}*/
.title_c {
  font-size: 115%;
  line-height: 1.6;
  font-weight: bold;
  padding: 0 0 0 1em;
  margin-bottom: 0.3em;
  border-left: #e67f9d 8px solid;
}
.title_d {
  font-size: 110%;
  background: #e67f9d;
  color: #fff;
  font-weight: normal;
  line-height: 1.6;
  padding: 0.5em 1em 0.5em;
  margin-bottom: 1.5em;
  border-radius: 5px;
}
.title_d:before {
  content: "\f211";
  content: "\f249";
  content: "\f260";
  content: "\f265";
  content: "\f299";
  content: "\f069";
  content: "\f142";
  font-family: FontAwesome;
  font-weight: normal;
  padding: 0 0.5em 0 0;
}
.title_e {
  background: url(../img/title_bg.png) bottom center no-repeat;
  /* background-size: contain; */
  font-size: 25px;
  padding: 0em 1em 1.8em;
  margin: 0 auto 0.7em;
  max-width: 100%;
  height: auto;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 900;
  text-align: center;
  clear: both;
  display: block;
}

.title_e .en {
  font-weight: bold;
  color: #eb6100;
  font-size: 70%;
}

@media screen and (max-width: 1024px) {
  .title_top,
  .title_top_harf {
    font-size: 24px;
  }
  .title_a {
    font-size: 105%;
  }
  .title_d {
    font-size: 110%;
  }
  .title_b {
    font-size: 120%;
  }
  .title_c {
    font-size: 110%;
  }
  .title_e {
    font-size: 140%;
    font-weight: bold;
    padding: 0em 0em 2em;
  }
}
@media screen and (max-width: 599px) {
  .title_top {
    background-position: bottom;
    font-size: 4.6vw;
    padding: 0em 0em 2em;
    letter-spacing: 0px;
  }
  .title_a {
    font-size: 100%;
  }
  .title_d {
    font-size: 100%;
  }
  .title_b {
    font-size: 100%;
  }
  .title_c {
    font-size: 100%;
    border-left: #47ad0a 6px solid;
    letter-spacing: 0px;
  }
  .title_e {
    font-size: 125%;
  }
}

/* ----------------------------------------
font
------------------------------------------- */
.font-min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}
.font-go {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
}
.font-robot {
  font-family: "Roboto", sans-serif;
}
.font-maru {
  font-family: "Kosugi Maru", sans-serif;
}

/*------------------------------------------
color
------------------------------------------*/
.red {
  font-weight: bold;
  color: #e60010;
}
.blue {
  font-weight: bold;
  color: #215f9b;
}
.gold {
  font-weight: bold;
  color: #b39469;
}
.clr-1 {
  font-weight: bold;
  color: #df5c81;
}
.clr-2 {
  font-weight: bold;
  color: #76ae00;
}
.bgclr-1 a {
  background-color: #eb6100;
}
g .bgclr-2 a {
  background-color: #76ae00;
}
.bgclr-3 a {
  background-color: #d3e2f4;
}

/*-------------------------------
背景
-------------------------------*/
.bg-0 {
  background: rgba(255, 255, 255, 0.4);
}
.bg-1 {
  background: #efefef url(../img/bg-1.jpg) repeat top center scroll;
}
.bg-2 {
  background: #e6f2fd url(../img/bg-2.png) repeat bottom center scroll;
}
.bg-3 {
  background: #f9f4eb;
}
.bg-4 {
  background: #efefef url(../img/bg-4.png) repeat top center scroll;
}
.bg-5 {
  background: #fffdf2 url(../img/bg-5.png) repeat top center scroll;
}
.bg-6 {
  background: #fffdf2 url(../img/bg-6.png) repeat top center scroll;
}
.bg-7 {
  background: #ebf5f9;
}
.bg-c {
  background: #f8f0d7 url(../img/bg-c.png) repeat top center scroll;
}
.bg-s {
  background: #e4f3fd url(../img/bg-s.png) repeat top center scroll;
}
.bg-w {
  background: #ffffff;
}
.bg-b {
  background: #e3f3f8;
}
.bg-g {
  background: #edfed8;
}
.bg-lg {
  background: #f9fad1;
}
.rgba {
  background: rgba(0, 0, 0, 0.2);
}

/*-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
■　スライドショー画像
@media screen and (max-width:1024px) {※以下：タブレットのみ}
@media screen and (max-width:599px) {※以下：スマホのみ}
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++　--*/

#index_top {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 850px;
  background: rgba(0, 0, 0, 0);
}

/*-- 【画像の場合】　--*/
#index_top #top_catch {
  color: #fff;
  /* background-color: rgba(255, 255, 255, 0.6); */
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 10;
  height: fit-content;
  width: 1000px;
  max-width: 100%;
  margin-left: -500px;
  margin-top: -210px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column;
  flex-flow: column;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#index_top #top_catch h2 {
  text-align: center;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 50px;
}
#top_catch img {
  max-width: 100% !important;
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
#index_top #top_catch p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2.4;
}
#index_top #top_catch p span.bg {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  background: #32b16c;
  margin: 10px;
  padding: 0.2em 1.4em;
  border-radius: 50px;
  text-shadow: #666 0px 0px 0px;
}
/*-- *************　--*/

/*-- 【テキストの場合】
#index_top #top_catch{
background-color: rgba(255, 255, 255, 0.7);
box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 0px;
padding:50px;
height: fit-content;
width: fit-content;
min-width: 800px;
margin-left: -400px;
margin-top: -210px;
position: absolute;
top: 64%;
left: 50%;
z-index: 10;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-flow: column;
flex-flow: column;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
#index_top #top_catch h2{
color: #fff;
text-shadow: #333 2px 2px 2px;
font-size: 38px;
line-height: 1.2;
text-align: center;
padding: 0 0 0.5em 0;
font-weight: bold;
letter-spacing: 0.2em;
}
#index_top #top_catch .index_top_logo{
max-width: 80%;
width: 300px;
}
*************　--*/

/*-- scroll --*/
.scroll {
  height: 30%;
  max-height: 500px;
  width: 100%;
  position: absolute;
  bottom: 65px;
  /*bottom: 0px;*/
}
.scroll .sc_btm a {
  font-size: 14px;
  color: #fff;
  background: rgb(0 100 0);
  height: 100px;
  width: 100px;
  display: block;
  line-height: 1.2;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-decoration: none;
  letter-spacing: 2px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-right: auto;
  margin-left: -50px;
  z-index: 80;
  text-align: center;
  padding-top: 20px;
}
.scroll .sc_btm a:hover {
  height: 110px;
  width: 110px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  margin-top: -10px;
  margin-left: -55px;
}

/*-- infobar --*/
.infobar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #eb6100;
}
.infobar .cont {
  width: 800px;
  max-width: 100%;
  border-radius: 5px;
  margin: 0 auto;
  padding: 14px;
}
.infobar p {
  text-align: center;
  line-height: 1.6;
  border-radius: 5px;
  background: #fff;
  padding: 5px;
  letter-spacing: 1px;
}
.infobar p span {
  color: #eb6100;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #index_top {
    height: 100%;
    width: 100%;
    min-height: 300px;
  }
  #index_top #top_catch {
    max-width: 100%;
    width: 700px;
    top: 65%;
    margin-left: -350px;
  }
  #top_catch img {
    max-width: 80% !important;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .infobar .cont {
    width: 500px;
  }
}

@media screen and (max-width: 599px) {
  #index_top {
    height: 100%;
    width: 100%;
    min-height: 300px;
  }
  #index_top #top_catch {
    top: 25%;
    left: 15%;
    width: 90%;
    height: 50%;
    margin-top: 0px;
    margin-left: -10%;
  }
  .scroll {
    bottom: 85px;
  }
}

/*------------------------------------------
【HOME・下層】NEWS
------------------------------------------*/
/*--【HOMEのみ】--*/
section#news {
}
.homeNews {
  /*background: #ffffff;
border: #fff 20px solid;*/
  max-height: 300px;
  overflow: auto;
  margin: 0 auto;
  padding: 0px 0px;
  border-radius: 10px;
  font-size: 96%;
}
.homeNews .newsBox {
  margin: 0 auto;
}
/*-- 縦並び 
.homeNews dl.article {display: block;}
.homeNews dl.article dd {width: 100%;}
.homeNews dl.article dt {width: 100%;margin: 0;}
--*/

/*--【HOME・下層 共通】--*/
dl.article {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 2;
  border-bottom: #666666 1px dotted;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  padding: 1em;
  padding-bottom: 0;
}
dl.article dt {
  width: 18%;
  margin-bottom: 1em;
  padding: 0;
}
dl.article dd {
  width: 82%;
  margin: 0;
  text-align: left;
}
dl.article dt:before {
  color: #432b18;
  content: "\f298";
  font-family: FontAwesome;
  padding-right: 0.5em;
}

/*--記事--*/
dl.article dd .news_text {
}

/*--タイトル--*/
dl.article dd h1,
dl.article dd h2,
dl.article dd h3,
dl.article dd h4,
dl.article dd h5,
dl.article dd h6 {
  font-weight: bold;
  line-height: 2;
  margin: 0;
  padding: 0;
}
dl.article dd h1 {
  font-size: 140%;
}
dl.article dd h2 {
  font-size: 130%;
}
dl.article dd h3 {
  font-size: 120%;
}
dl.article dd h4 {
  font-size: 100%;
}
dl.article dd h5 {
  font-size: 100%;
}
dl.article dd h6 {
  font-size: 100%;
}

dl.article dd h4.news_title,
dl.article dd h4.news_title a,
dl.article dd h4.news_title a:hover,
dl.article dd h4.news_title a:visited {
  color: #000;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 3px;
  text-decoration: none;
  /*padding-bottom: 0.5em;*/
  margin-bottom: 0em;
}
dl.article dd h4.news_title a:hover {
  opacity: 0.9;
  text-decoration: underline;
}
.article .tag {
  color: #fff;
  font-size: 80%;
  background-color: #28ac4e;
  padding: 3px 10px;
  margin-right: 2em;
  font-weight: normal;
}
.article .tag01 {
  background-color: #28ac4e;
}
.article .tag02 {
  background-color: #448aca;
}
.article .tag03 {
  background-color: #009688;
}

/*--画像--*/
dl.article dd .flexbox {
  -webkit-justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-start;
}
dl.article dd img {
  max-width: 100%;
  margin: 10px auto;
}

/*--記事詳細（detailのみ）--*/
.news_detail dl.article {
  padding: 1em 1em 1em;
  border-bottom: #666666 1px dotted;
  display: flex;
  flex-flow: row wrap;
  width: 96%;
  margin: 0 auto;
}
.news_detail dl.article dt {
  width: 100%;
  padding: 0;
}
.news_detail dl.article dd {
  width: 100%;
}
.news_detail dl.article dt:before {
  display: none;
}
.news_detail dl.article dd h4.news_title {
  font-size: 120%;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: #efefef 10px solid;
}

@media screen and (max-width: 1024px) {
  dl.article {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0.5em;
  }
  dl.article dt {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  dl.article dd {
    width: 100%;
  }
  dl.article dd h4.news_title {
  }
  /*dl.article dt:before {display: none;}*/
}

@media screen and (max-width: 599px) {
  .article .tag {
    padding: 0px 10px;
    margin-right: 1em;
    display: table;
  }
}
/*------------------------------------------
【下層】　個人情報保護方針
------------------------------------------*/
.privacy dl dt {
  background: #a6968b;
  color: #fff;
  font-size: 100%;
  font-weight: normal;
  margin: 0em auto 1em;
  padding: 0.4em 1em;
  border-radius: 5px;
}
.privacy dl dt:before {
  content: "■ ";
}
.privacy dl dd {
  font-size: 95%;
  padding: 0 10px;
  margin-bottom: 1em;
}
/*------------------------------------------
【下層】　サイトマップ
------------------------------------------*/
.sitemap_links a {
  color: #333;
  line-height: 1.6;
  text-decoration: none;
  padding: 0.8em;
  display: block;
  border-bottom: #333 1px dotted;
}
.sitemap_links a:before {
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 1.2em;
  color: #55a66e;
  font-size: 100%;
}
.sitemap_links a:hover {
  opacity: 0.8;
}
/*------------------------------------------
【共通】footer_info
------------------------------------------*/
section#footer_info {
  background: #41aae3 url(../img/cta_bg.jpg) no-repeat center bottom scroll;
  background-size: cover;
  padding: 0;
}
/*#footer_info .overlay {
background: rgba(0,0,0,0.4);
background: rgb(0 104 183 / 30%);
color: #fff;
}*/
#footer_info .wrap {
  padding: 4em 0 4em;
}
#footer_info .info_title {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 80%;
}
#footer_info .logo_footerinfo {
  width: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
#footer_info .info_name {
  font-size: 42px;
  color: #fff;
  padding: 10px 0;
}
#footer_info .footer_info_img {
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  width: 570px;
  max-width: 100%;
  margin-bottom: 1.5em;
}
#footer_info .info_txt {
  color: #fff;
  padding: 0px 0 5px;
  margin: 0;
  line-height: 1.6;
}

/* INFO SET */
#footer_info .info_set_bg {
  text-align: center;
  width: 740px;
  max-width: 100%;
  margin: 0px auto 0;
  padding: 50px 30px 50px 0;
  border-radius: 10px;
  background: url(../img/info_set_bg.png) no-repeat top center scroll;
  background-color: rgb(255 255 255 / 40%);
  background-size: contain;
}
#footer_info .info_set_bg .info_txt {
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}

/* TEL */
#footer_info .info_tel01 a,
#footer_info .info_tel02 a {
  font-family: impact;
  font-weight: bold;
  padding: 0;
  margin: 5px auto;
  line-height: 1.2;
  letter-spacing: 2px;
}
#footer_info .info_tel01 a {
  color: #ffffff;
  font-size: 42px;
}
#footer_info .info_tel02 a {
  color: #fff;
  font-size: 36px;
}
#footer_info .info_tel01 a i {
  transform: skew(30deg, -30deg);
  display: inline-block;
  font-size: 100%;
  vertical-align: top;
  padding-left: 6px;
}

/* BTN */
#footer_info .btn_more a {
  max-width: 100%;
  width: 560px;
  color: #fff;
  margin: 10px auto 0;
  padding: 20px 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 80px;
  border: #fff 2px solid;
  background-color: #e26b8d;
  box-shadow: #bb4969 2px 2px 0px;
}
#footer_info .btn_more a:hover {
  color: #eb6100;
  border: #eb6100 2px solid;
  background-color: #ffffff;
}
#footer_info .btn_more a:before {
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  section#footer_info {
    background: #1a7fcd url(../img/footer_info_bg.jpg) repeat-x center top
      scroll;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  section#footer_info {
    background: #1a7fcd url(../img/footer_info_bg.jpg) repeat-x center bottom
      scroll;
    background-size: cover;
    text-align: center;
  }
  section#footer_info .wrap {
    font-size: 14px;
    padding: 3em 0 3em;
  }
  section#footer_info .wrap .w50 {
    padding: 12px 0;
  }
  #footer_info .info_title {
    width: 450px;
    max-width: 80%;
  }
  #footer_info .info_set_bg {
    text-align: center;
    width: auto;
    max-width: 80%;
    margin: 1em auto 0;
    padding: 4vw;
    border-radius: 10px;
    background: unset;
    background-size: contain;
    background-color: rgb(255 255 255 / 80%);
  }
  #footer_info .info_tel01 a,
  #footer_info .info_tel02 a {
    letter-spacing: 1px;
  }
  #footer_info .btn_more a {
    max-width: 100%;
    font-size: 110%;
    margin: 0.5em auto 0em;
    padding: 1.5em 0.5em;
    border-radius: 60px;
  }
  #footer_info .logo_footerinfo {
    width: 260px;
    max-width: 80%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  section#footer_info {
    text-align: left;
  }
  #footer_info .info_set_bg {
    max-width: 90%;
    padding: 30px 20px;
  }
  #footer_info .info_tel01 a {
    font-size: 8.5vw;
  }
  #footer_info .info_tel02 a {
    font-size: 5.5vw;
  }
}

/*------------------------------------------
【共通】CTA
------------------------------------------*/
section.cta_area {
  background: #4eaee4 url(../img/cta_bg.jpg) no-repeat top center scroll;
  background-size: cover;
  padding: 5em 0 6em;
}
section.cta_area .cta_bg {
  background: url(../img/cta_img_01.png) no-repeat center 63% scroll;
  background-size: 95%;
  padding: 40px 0 30px;
  margin-top: -25px;
  width: 1100px;
}
section.cta_area .cta_bg .inner {
  max-width: 94%;
  width: 500px;
  margin: 0 auto;
  padding: 15px;
}
.cta_title {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
/* logo_cta */
.logo_cta {
  display: block;
  margin: 0 auto;
  width: 400px;
  max-width: 90%;
}
/* info_txt */
.cta_area .info_txt {
  font-size: 90%;
  padding: 0px 10px 10px;
  margin: 0;
  line-height: 1.6;
}
/* TEL */
.cta_area .info_tel {
  text-align: center;
}
.cta_area .info_tel a {
  font-family: impact;
  font-weight: bold;
  padding: 0;
  margin: 5px auto;
  line-height: 1;
  letter-spacing: 2px;
  color: #068c51;
  font-size: 40px;
}
.cta_area .info_tel .green {
  color: #068c51;
}
.cta_area .info_tel .pink {
  color: #c02e5b;
}
.cta_area .info_tel a i {
  transform: skew(30deg, -30deg);
  display: inline-block;
  font-size: 90%;
  vertical-align: top;
  padding-left: 6px;
  padding-top: 4px;
}

/* BTNL */
.cta_area .cta_btn a {
  color: #fff;
  font-size: 110%;
  text-align: center;
  margin: 5px auto 0;
  padding: 8px 10px 8px 5px;
  line-height: 1.4;
  width: 48%;
  display: block;
  border-radius: 60px;
}
.cta_area .cta_btn a.btn-01 {
  background: #e26b8d;
}
.cta_area .cta_btn a.btn-02 {
  background: #28ac4e;
}

/*cta_img*/
.cta_img {
  display: none;
}
@media screen and (max-width: 1279px) {
  .cta_img {
    display: block;
  }
  .cta_img img {
    display: block;
    margin: 0 auto;
    width: 90%;
    border-radius: 10px;
  }
  section.cta_area .cta_bg {
    background-image: none;
  }
}

/*SP*/
@media screen and (max-width: 1199px) {
  section.cta_area {
    padding: 10vw 3vw;
  }
  section.cta_area .cta_bg {
    width: 500px;
    max-width: 90%;
    margin-top: 30px;
    padding: 15px 0 5px;
  }
  .cta_area .info_tel a {
    font-size: 50px;
  }
  .cta_area .cta_btn a {
    width: 95%;
    font-size: 120%;
    margin: 20px auto 15px;
  }
}

@media screen and (max-width: 768px) {
  section.cta_area {
    background: #f3f3f3 url(../img/cta_bg.jpg) no-repeat bottom center scroll;
    background-size: cover;
  }
  .cta_area .cta_bg {
    width: 440px;
    max-width: 90%;
    margin: 0 auto;
  }
  section.cta_area .cta_bg .inner {
    padding: 5px 0;
  }
  .cta_area .info_tel a {
    letter-spacing: 1px;
    color: #ffffff;
  }
  .cta_area .cta_btn {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  section.cta_area {
    padding: 10vw 2vw;
  }
  .cta_area .info_tel a {
    font-size: 9vw;
  }
}

/*------------------------------------------
【共通】Google map
------------------------------------------*/
/*googlemap彩度*/
.googlemap iframe,
.googlemap object,
.googlemap embed {
  width: 100%;
  height: 400px;
  -webkit-filter: saturate(60%);
  filter: saturate(60%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.googlemap iframe:hover,
.googlemap object:hover,
.googlemap embed:hover {
  -webkit-filter: saturate(90%);
  filter: saturate(90%);
}

/*-------------------------------------------
【共通】footer_area
-------------------------------------------*/
section#footer_area {
  background-color: #20a948;
  clear: both;
  color: white;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
#footer_area .wrap {
  margin: auto;
  padding: 3em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}

/* footer box */
#footer_area .f_box {
  /*width: 18%;*/
  padding: 0;
}
#footer_area .lg {
  width: 42%;
}
#footer_area .f_box p {
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 0;
}
#footer_area .f_box p.logo_footer {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
}
#footer_area .f_box p.logo_footer img {
  width: 500px;
  max-width: 90%;
}

/* footer link */
#footer_area ul.f_link li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  padding: 0.5em 1em 0.5em 0;
  border-bottom: #ccc dotted 1px;
}
#footer_area ul.f_link li a::before {
  color: #ffffff;
  content: "\f138";
  font-family: FontAwesome;
  padding-right: 0.5em;
}
#footer_area ul.f_link li a:hover {
}

address {
  /* color: #fff; */
  background: #068c51;
  border-top: #eb6100 0px solid;
  /* border-bottom: #eb6100 2px solid; */
  font-size: 12px;
  font-style: normal;
  padding: 0px 0 15px 0;
  text-align: center;
  letter-spacing: 1px;
  color: white;
}

@media screen and (max-width: 1100px) {
  #footer_area .wrap {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #footer_area .f_box {
    width: 100%;
    padding: 0;
  }
  #footer_area .lg {
    width: 100%;
    padding: 2em;
  }
  #footer_area ul.f_link {
    background: #339451;
  }
  #footer_area ul.f_link li a {
    font-size: 14px;
    color: #ffffff;
    border-top: #068c51 1px solid;
    border-bottom: unset;
    padding: 0.8em 2em;
    display: block;
    text-decoration: none;
    text-align: left;
    /*background: rgba(255,255,255,0.95);*/
  }
  #footer_area ul.f_link li a:hover {
    /*background: rgba(255,255,255,0.9);*/
  }
}

/*------------------------------------------
【共通】bnr-01
------------------------------------------*/
section.bnr-01 {
  padding: 4em 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.bnr-01 .flexbox {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  align-content: space-around;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
.bnr-01 .w50 {
  width: 50%;
}

@media screen and (max-width: 688px) {
  .bnr-01 .flexbox {
    display: block;
  }
  .bnr-01 .w50 {
    width: 100%;
  }
  .bnr-01 img {
    width: 450px;
    max-width: 90%;
  }
}

/*------------------------------------------
【TOP】bnr-02
------------------------------------------*/
section.bnr-02 {
  padding: 1em 0;
  background: white;
}
.bnr-02 ul.flexbox {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  align-content: space-around;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
}
.bnr-02 ul.flexbox li {
  width: 40%;
  margin: 2% 3%;
}
@media screen and (max-width: 768px) {
  .bnr-02 ul.flexbox {
    display: flex;
  }
  .bnr-02 ul.flexbox li {
    width: 44%;
    margin: 2% 3%;
  }
}
@media screen and (max-width: 599px) {
  section.bnr-02,
  #subPage section.bnr-02 {
    padding: 1em 0;
  }
  .bnr-02 ul.flexbox {
    display: block;
  }
  .bnr-02 ul.flexbox li {
    width: 380px;
    max-width: 90%;
    margin: 2em auto;
  }
}
/*------------------------------------------
【下層・共通】bnr-06
------------------------------------------*/
section.bnr-06 {
  padding: 2.5em 0;
}
.bnr-06 ul.flexbox li {
  width: 30%;
  margin: 1.5%;
}
.bnr-06 ul.flexbox li img.shadow {
  box-shadow: #ccc 2px 2px 2px;
}
@media screen and (max-width: 768px) {
  .bnr-06 ul.flexbox {
    display: flex;
  }
  .bnr-06 ul.flexbox li {
    width: 44%;
    margin: 2% 3%;
  }
}
@media screen and (max-width: 599px) {
  section.bnr-06,
  #subPage section.bnr-06 {
    padding: 1em 0;
  }
  .bnr-06 ul.flexbox {
    display: block;
  }
  .bnr-06 ul.flexbox li {
    width: 380px;
    max-width: 90%;
    margin: 2em auto;
  }
}

/*-------------------------------------------
TOPへ戻る
-------------------------------------------*/
.to_top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 800;
}
.to_top a {
  background-color: #339451;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
}
.to_top a:hover {
  opacity: 0.9;
}
#footer_area .f_box a,
#footer_area a[href^="tel:"] {
  color: #fff;
}
/* 電話番号リンク - デスクトップでは無効化 */
.tel-link {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}

/* スマホサイズでのみ電話リンクを有効化 */
@media screen and (max-width: 768px) {
  .tel-link {
    pointer-events: auto;
    cursor: pointer;
  }
  .tel-link:hover {
    color: #ccc;
  }
}
