/*/*/ * /**/ * /*/*/ @charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  clear: right;
}
html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
.home {
  margin-top: 0;
    ver
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
.flex_c {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.flex_right {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {}
#header .header_search {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
#header .header_search input {
  vertical-align: bottom;
}
#header .header_search .header_search_txt {
  font-size: 13px;
  width: 150px;
  height: 25px;
  padding: 0;
  margin: 0;
  border: 1px #ccc solid;
  border-right: 0;
  padding: 3px 6px;
  -webkit-appearance: none;
}
#header .header_search .header_search_btn {
  border: 0;
  padding: 0;
  margin: 0;
  height: 25px;
  background: #eb6f00;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 3px 10px;
  -webkit-appearance: none;
}
#header .header_search .b {
  display: none;
}
#header .sp_header {
  display: none;
  font-size: calc(36/750 *100vw);
}
@media screen and (max-width: 767px) {
  #header .sp_header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: calc(3/750 * 100vw);
    align-items: center;
  }
}
#header .sp_header .trigger {
  cursor: pointer;
  position: absolute;
  top: 8vw;
  right: 1vw;
  width: 16vw;
  height: 16vw;
  background: url(../img/common/sp_ham.png) 0 center no-repeat;
  background-size: contain;
}
.open #header .sp_header .trigger {
  background-image: none;
}
.open #header .sp_header .trigger:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -2vw;
  font-size: 11px;
  left: 50%;
  margin-left: -5vw;
  background: url(../img/common/close.png) 0 0 no-repeat;
  background-size: contain;
  width: 8vw;
  height: 3vw
}
.open #header .sp_header .trigger span::before, .open #header .sp_header .trigger span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 10%;
  margin: -8% 0 0 -42%;
  background: #4BB0E1;
}
.open #header .sp_header .trigger span::after {
  transform: rotate(90deg);
}
#header .sp_header .tnav {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  background: #FFF;
  z-index: 9999;
  padding-top: 0.2vw;
  padding-bottom: calc(30/750 * 100vw);
  border-bottom: 1px solid #ddd;
  box-shadow: 0 10px 10px #ddd;
}
@media only screen and (max-width: 767px) {
  .sp_header ul {
    /*    max-width: 100%;
*/
    width: calc(700/750 * 100vw);
  }
  .sp_header ul li {
    padding: 1vw;
  }
}
#header .sp_header .tnav .totop {
  margin: 0 calc(10/100 * 100vw);
}
#header .sp_header .tnav .totop a {
  position: relative;
  display: block;
    color: #2FA2EB;
}
#header .sp_header .tnav .totop a:after {
  content: '';
  display: inline-block;
      box-sizing: border-box;

  position: absolute;
 /*  transform: rotate(45deg);
 border-top: 4px solid #2FA2EB;
  border-right: 4px solid #2FA2EB;*/
     border: 0.4em solid transparent;
  border-left: 0.5em solid #2FA2EB;
  width: 5vw;
  height: 2.7vw;
  left: 22vw;
  /*  top: 50%;
*/ margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  #header .sp_header .tnav ul {
    width: calc(600/750 * 100vw) !important;
    display: block;
    /*  margin: 0 calc(30/750 * 100vw);
*/
    margin: 0 auto;
  }
  #header .sp_header .tnav ul li img {
    /*    width: calc(680/750 * 100vw);
    margin: calc(10/750 * 100vw) 0;*/
    width: calc(600/750 * 100vw) !important;
      text-align: center;
    z-index: 10000;
  }
  #header .sp_header .tnav ul li img:last-child {
    margin-bottom: 0;
  }
}
#header .sp_header .box {
  font-size: 15px;
  margin: 3vw calc(30/750 * 100vw);
}
@media screen and (max-width: 767px) {
  #header .sp_header .box {
    font-size: calc(30/750 * 100vw) !important;
  }
}
.big #header .sp_header .box {
  font-size: 22px;
}
.under #header .sp_header .box {
  margin-bottom: 30px;
}
#header .sp_header .box p {
  text-align: left;
}
#header .sp_header .box p span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #header .sp_header .box p span {
    font-size: calc(22/750 * 100vw) !important;
  }
}
#header .sp_header .box p.waku {
  border: 1px solid #ddd;
  padding: 2px 6px;
  margin: 6px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #header .sp_header .box p.waku {
    padding: 1vw 2vw;
    margin: 2vw 0;
  }
}
#header .sp_header .box table td {
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  #header .sp_header .box table td {
    padding-left: 2vw;
  }
}
#header .sp_header .box a.link {
  font-weight: bold;
  background: #FEEFD0;
  text-align: center;
  display: block;
  padding: 6px 2px;
  margin-top: 10px;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  #header .sp_header .box a.link {
    padding: 2vw;
  }
}
#header .sp_header .box a.link:hover {
  opacity: 0.6;
  transition: 0.4s;
}
#header .sp_header .box a.link:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 2px solid #595757;
  border-right: 2px solid #595757;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #header .sp_header .box a.link:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
#header .sp_header .box a.link.tel:after {
  content: none;
}
#header .sp_header .box a.link.tel span {
  position: relative;
}
#header .sp_header .box a.link.tel span:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -1.5em;
  top: 50%;
  margin-top: -1em;
  width: 1em;
  height: 2em;
  background: #FEEFD0 url(../img/common/tel.png) center center no-repeat;
  background-size: contain;
}
#header .sp_header .ttl {
  background: #F7C9DD;
  font-size: 18px;
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #header .sp_header .ttl {
    font-size: calc(34/750 * 100vw) !important;
    padding: 2vw;
  }
}
.big #header .sp_header .ttl {
  font-size: 22px;
}
#header .sp_header .link_box .ttl {
  background: #FEEFD0;
  border-radius: 0;
  border-bottom: 1px solid #595757;
}
#header .sp_header .link_box ul li {
  border-bottom: 1px solid #ddd;
  text-align: left;
}
#header .sp_header .link_box ul li a {
  display: block;
  padding: 8px 2em 8px 0;
  opacity: 1.0;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header .sp_header .link_box ul li a {
    padding: 2vw;
  }
}
#header .sp_header .link_box ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
#header .sp_header .link_box ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 2px solid #595757;
  border-right: 2px solid #595757;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #header .sp_header .link_box ul li a:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
#header .sp_header .logottl {
  color: #231815;
  padding-top: 85px;
  padding-bottom: 30px;
}
#header .sp_header .logottl p {
  font-size: calc(22/750 * 100vw);
  line-height: 1.3;
  background: url(../img/common/logo02.png) 0 0 no-repeat;
  background-size: contain;
  padding: 0vw 0 0vw 9vw;
  margin-bottom: 2vw;
  font-weight: bold;
}
#header .sp_header .logottl h1 {
  font-size: calc(50/750 * 100vw);
  line-height: 1;
  font-weight: bold;
}
#header .sp_header .logottl .tel {
  font-size: calc(32/750 * 100vw);
  /* background: url(../img/common/tel.png) 0 0 no-repeat;*/
  background-size: contain;
  /*padding-top: 1vw;*/
  padding-left: 4.6vw;
  line-height: 1;
  margin-top: 0.2vw;
  margin-bottom: 3vw;
  display: block;
}
#header .inheader {
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  max-width: 100%;
  height: auto;
  padding-right: 10px;
}

#header .inheader .wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  left: 10vw;
  align-items: flex-start;
  max-width: 100%;
  height: auto;
}
#header .inheader .wrap img:first-child {
  width: 160px;
  height: 160px;
}
#footer .infooter .wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: inline-block;
  margin-left: 50px;
  align-items: flex-start;
}
#header .inheader .wrap {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}
header .inheader .wrap img {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 767px) {
    #header .inheader {
        width: auto;
    display: inline-block;
      margin: 0 auto 0 -3vw;
  }
  .under #header .inheader {
    display: inline-block;
      margin: 0 auto;
  }

  #header .inheader .wrap img:first-child {
    width: 90px;
    height: 90px;
    margin: 18px 1px 30px -40px;
  }
  #header .inheader .wrap img:last-child {
width: calc(240/750 * 100vw);
      height: 90px;
    margin: -20px 1px 30px 1px;
  }
  #header .inheader .wrap {
    padding-top: 0;
    z-index: 1000;
    width: calc(650/750 * 100vw);
    height: auto;
    display: flex;
    justify-content: center;
      margin: 0 auto;
  }
  .under #header .inheader .wrap {
    width: calc(650/750 * 100vw);
    display: flex;
    justify-content: space-between;
    margin-left: 0;
  }
}
#header .logomark {
  width: 202px;
}
.home #header .logomark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ以外のヘッダー　20200611＿松山
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (min-width: 768px) { /*=====パソコンのヘッダー=====*/
  #header {
    /*	color: #595757;
*/ background: url("../img/sora_hdr2.jpg") top center no-repeat;
    width: 100%;
    margin: 0 auto 70px;
    position: relative;
  }
  #header .inheader {
    /*position: absolute;*/
    top: 15px;
    left: 50px;
    box-sizing: border-box;
    color: #595757;
    width: 500px;
    /*margin: 15px auto 32px 32px;*/
  }
  #header .rbw img:first-child {
    position: absolute;
    left: 2vw;
    top: 350px;
      z-index: -1;
  }
  #header .rbw img:last-child {
    position: absolute;
    right: 2vw;
    top: 350px;
            z-index: -1;

  }
  #header .rbw h1 {
    font-size: 36px;
    font-weight: bold;
    color: #00a6e2;
    position: absolute;
    top: 340px;
    left: 50%;
    margin-left: -108px;
  }
  #header .nav_header {
    box-sizing: border-box;
    color: #595757;
    width: 900px;
    margin: 20px auto 32px;
  }
}
@media screen and (max-width: 767px) { /*=====スマホのヘッダー=====*/
  #header {
    background: url("../img/sora_hdr3_sp.jpg") top center no-repeat;
    width: 100%;
    margin: 0px auto 10px;
    position: relative;
    height: calc(270/750 * 100vw); /*20201229*/
  }
  #header .inheader {
    /*position: absolute;*/
    top: 15px;
    left: 50px;
    box-sizing: border-box;
    color: #595757;
    width: calc(600/750 * 100vw);
    /*margin: 15px auto 32px 32px;*/
  }
  #header .rbw img:first-child {
    width: calc(230/750 * 100vw);
    position: absolute;
    left: -3vw;
    top: 160px;
  }
  #header .rbw img:last-child {
    width: calc(230/750 * 100vw);
    position: absolute;
    right: -3vw;
    top: 160px;
  }
  #header .rbw h1 {
    font-size: 36px;
    font-weight: bold;
    color: #00a6e2;
    position: absolute;
    top: 340px;
    left: 50%;
    margin-left: -108px;
  }
  #header .nav_header {
    box-sizing: border-box;
    color: #595757;
    width: calc(650/750 * 100vw);
    margin: 20px auto 32px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ以外のヘッダーここまで　20200611＿松山
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.home #header .logomark img.under_img {
  display: none;
}
.under #header .logomark {
  width: 72px;
}
@media screen and (max-width: 767px) {
  .under #header .logomark {
    width: 14vw;
  }
}
.under #header .logomark img.home_img {
  display: none;
}
#header .logottl {
  color: #231815;
  /*  z-index: 2;
*/
}
@media screen and (max-width: 767px) {
  #header .logottl {
    margin-right: 0;
    margin-top: 2px;
    margin-bottom: -10vw;
    margin-left: 3vw;
  }
}
#header .logottl p {
  font-size: 13px;
  line-height: 1.3;
  background: url(../img/common/logo02.png) 0 0 no-repeat;
  background-size: contain;
  padding-left: 56px;
  padding: 6px 0 4px 56px;
  margin-bottom: 10px;
  font-weight: bold;
}
#header .logottl h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
#header .info {
  text-align: right;
  width: 175px;
  line-height: 1.3;
  font-weight: bold;
  margin-right: 1vw;
  float: left;
  clear: both;
}
#header .info .add {
  /*width: 165px;*/
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 25px;
}
#footer .info .add {
  width: 165px;
  font-size: 13px;
  margin-bottom: 8px;
  margin-top: -10px;
}
#header .info .tel {
  font-size: 16px;
  /* background: url(../img/common/tel.png) 0 0 no-repeat;*/
  background-size: contain;
  padding-right: 0;
  margin-bottom: 2vw;
  line-height: 1;
}
#footer .info .tel {
  font-size: 16px;
  /*background: url(../img/common/tel.png) 0 0 no-repeat;*/
  background-size: contain;
  padding-right: 0;
  line-height: 1;
  font-weight: bold;
}
#footer .info {
  position: absolute;
  right: 0;
  text-align: right;
  line-height: 1.3;
  font-weight: bold;
  padding: 10px;
  margin-top: -35px;
  clear: both;
}
@media screen and (max-width: 767px) {
  .info .add .tel {
    margin-right: 0;
    font-size: 10px;
  }
}
#header .link ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
}
#header .link ul li {
  margin: 0px 7px;
}
#header .link ul li:first-child {
  margin-left: 0;
  width: 70px;
}
#header .link ul li:first-child img {
  width: 70px;
}
#header .link ul li:last-child {
  margin-right: 0;
}
#header .link ul li a {
  transition: 0.4s;
  opacity: 1.0;
}
#header .link ul li a:hover {
  transition: 0.4s;
  opacity: 0.6;
}
#header .link ul li img {
  width: 65px;
  vertical-align: bottom;
}
#header .change .fst {
  margin-bottom: 6px;
  font-size: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
#header .change .fst ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
#header .change .fst ul li {
  background: #fff;
  border: 1px solid #ddd;
  width: 50px;
  text-align: center;
  line-height: 1;
  padding: 3px 0;
  margin: 0 6px;
  transition: 0.4s;
  cursor: pointer;
}
#header .change .fst ul li:hover {
  transition: 0.4s;
  background: #ddd;
}
#header .change .fst ul li:last-child {
  margin-right: 0;
}
#header .change .fst ul li.active {
  background: #ddd;
}
#header .change .sec {
  max-width: 200px;
}
#header .change .sec .cse .gsc-search-button-v2, #header .change .sec .gsc-search-button-v2 {
  padding: 6px 14px;
}
#header .change .sec .cse .gsc-control-wrapper-cse, #header .change .sec .gsc-control-wrapper-cse {
  width: 195px;
}
#header .change .sec #___gcse_0 .gsc-control-cse {
  padding: 0;
}
#header .change .sec #___gcse_0 .gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
#header .change .sec #___gcse_0 input.gsc-input {
  font-size: 13px;
  height: 1em;
}
#header .change .sec #___gcse_0 .gsib_a {
  padding: 2px 9px 1px 9px;
}
#header .change .sec #___gcse_0 .gsst_a .gscb_a {
  position: absolute;
  top: 0;
  right: 0;
}
#header .change .sec #___gcse_0 .gsc-search-button {
  cursor: pointer;
}
#header .nav {
  margin-top: 20px;
}
#header .nav2 {
  margin-top: 0;
}
.home #header .nav {
  display: inline-block;
  width: 880px;
  margin: auto;
}
@media (max-width: 767px) { /*20200812 追加*/
  .home #header .nav {
    display: inline-block;
    width: calc(600/750 * 100vw);
    margin: auto;
  }
}
.home #header .nav2 {
  display: inline-block;
}
#header .nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  font-weight: bold;
}
#header .nav ul li {
  text-align: center;
  width: 18%;
}
#header .nav ul li a {
  padding: 4px 0;
  display: block;
  color: #fff;
  transition: 0.4s;
  opacity: 1.0;
}
#header .nav ul li a:hover {
  transition: 0.4s;
  opacity: 0.6;
}
#header .nav ul li.gairai_n a {
  background: #00B0BB;
}
#header .nav ul li.iryou_n a {
  background-image: url(../img/common/navi_kyusyok.png);
}
#header .nav ul li.nyuin_n a {
  background: #6BBC6E;
}
#header .nav ul li.sinryo_n a {
  background: #ABCD03;
}
#header .nav ul li.bumon_n a {
  background: #F6AB00;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   ★★★★★ F O O T E R ★★★★★ s t a r t
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#footer .flower {
  width: 100%;
  height: 60px;
  background-image: url("../img/ftrhatake.jpg");
  background-repeat: repeat-x;
  bottom: 0;
  border: none;
}
#footer .ftr_info {
  width: 780px; /*====== 左のロゴ要素とあわせて1100px=======*/
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
#footer .ftr_info ul {
  display: block;
  margin: 0 0 12px 0;
}
#footer .ftr_info ul li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  margin: 0 0 12px 0;
}
#footer .ftr_info ul li:last-child {
  margin: 0;
}
#footer .ftr_info ul.tel_left {
  width: 350px;
  border-left: 5px solid #00a6e2;
  padding-left: 25px;
  margin-right: 25px;
}
#footer .ftr_info ul.tel_right {
  width: 410px;
  border-left: 3px dotted #00a6e2;
  border-right: 5px solid #00a6e2;
  padding-right: 25px;
  padding-left: 25px;
}
#footer .ftr_info ul a:first-child {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 15px;
  letter-spacing: -0.03em;
  vertical-align: middle;
}
#footer .ftr_info ul p a:hover {
  opacity: 0.6;
  transition: 0.5s;
  transform: scale(1.1, 1.1);
}
#footer .ftr_info ul p:last-child {
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
}
#footer .ftr_info ul p img {
  width: 20px;
  height: 13px;
  vertical-align: middle;
  margin: -2px 2px 0 0;
}
@media screen and (max-width: 767px) {
  #footer {
    width: calc(650/750 * 100vw);
  }
  #footer .ftr_info {
    width: calc(650/750 * 100vw);
    display: block;
  }
  #footer .ftr_info ul.tel_left {
    width: calc(650/750 * 100vw);
    border-left: none;
    padding-left: 12px;
    /*    margin-right: 12px;
*/
  }
  #footer .ftr_info ul.tel_right {
    width: calc(650/750 * 100vw);
    border-left: none;
    border-right: none;
    padding-left: 12px;
    padding-right: 0;
  }
}
#footer .footer_nav {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#footer .footer_nav nav {
  width: 1100px;
  margin: 0 auto;
  border-top: 5px dotted #C4DC4F;
  padding-top: 15px;
}
#footer .footer_nav nav ul {
  width: 1100px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
#footer .footer_nav nav ul li {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  padding: 5px 10px 5px 18px;
  border-radius: 25px;
  text-decoration: none;
  color: #e46a81;
  background-color: #FFFDE7;
  border: solid 2px #e46a81;
  position: relative;
}
#footer .footer_nav nav ul li:hover {
  opacity: 0.7;
  transition: 1s;
  background-color: #e46a81;
  color: #fff;
}
#footer .footer_nav nav ul li:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -0.4em;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border: 0.4em solid transparent;
  border-left: 0.4em solid #e46a81;
}
@media screen and (max-width: 767px) {
  #footer .ftr_info li p {
    font-size: calc(24/750 * 100vw);
  }
  #footer .footer_nav nav ul li:hover {
    opacity: 0.7;
    transition: 1s;
    background-color: #e46a81;
    color: #fff;
  }
  #footer .footer_nav nav ul li:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -0.4em;
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border: 0.4em solid transparent;
    border-left: 0.4em solid #e46a81;
  }
  .info .add .tel {
    margin-right: 0;
    font-size: 10px;
  }
  #footer .footer_nav {
    display: none;
  }
}
#footer {
  box-sizing: border-box;
  color: #595757;
  width: 100%;
  height: 80px;
  padding: 50px 0;
  margin-bottom: 0px;
  position: relative;
}
#footer .pagetop {
  position: fixed;
  bottom: 70px;
  right: 3vw;
  cursor: pointer;
  width: 77px;
  transition: 0.4s;
  opacity: 1.0;
}
#footer .pagetop img {
  width: 80px;
}
#footer .pagetop img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.8s;
}
.footer .namelogo img {
  border: solid 2px red;
}
#footer .infooter a {
  color: #00a6e2;
  font-size: 11px;
  font-weight: bold;
}
#footer .infooter p {
  color: #00a6e2;
  font-size: 10px;
  font-weight: bold;
}
#footer .logoset {
  width: 320px; /*======右要素とあわせて1100px=======*/
  height: 95px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
#footer .ftrmark img {
  top: -88px;
  width: 100px;
  margin-right: 10px;
}
#footer .ftrmark img:hover {
  opacity: 0.6;
  transition: 0.6s;
  transform: scale(1.1, 1.1);
}
#footer .logoset .ftrlogo {
  width: 200px;
}
#footer .logoset .ftrlogo img:hover {
  opacity: 0.6;
  transition: 0.6s;
  transform: scale(1.1, 1.1);
}
#footer .logoset .ftrlogo p {
  font-size: 12px;
  line-height: 1.4;
  position: relative;
}
#footer .logoset .ftrlogo .pp {
  margin-top: 20px;
  padding-left: 1em;
}
#footer .logoset .ftrlogo .pp:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.4em;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border: 0.4em solid transparent;
  border-left: 0.4em solid #00A6E2;
}
#footer .logoset .ftrlogo .pp:hover {
  opacity: 0.6;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  #footer .pagetop {
    bottom: 0;
    right: 3vw;
  }
  #footer .logoset {
    width: calc(650/750 * 100vw);
    height: 95px;
    margin: 0 auto 40px 0;
  }
}
#footer .pagetop:hover {
  transition: 0.4s;
  opacity: 0.8;
}
#footer .infooter {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer .infooter {
    width: calc(650/750 * 100vw);
    display: block;
    margin: 0 auto;
  }
}
#footer .infooter .left {
  font-weight: bold;
  padding: 8px 18px;
  background: none;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left {
    flex-wrap: wrap;
    padding: calc(30/750 * 100vw);
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 10vw 0;
  }
}
#footer .infooter .left .logomark {
  width: 72px;
  margin-right: 18px;
}
#footer .infooter .footerlogo .toggle-pc {
  width: 97px;
  height: 97px;
}
#footer .infooter .footerlogo img:last-child {
  width: 95px;
  height: 95px;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .logomark {
    width: 25%;
    margin-right: 0;
    margin-left: 2%;
  }
  #footer .infooter .footerlogo .toggle-pc {
    width: 97px;
    height: 97px;
  }
}
#footer img {
  width: 150px;
}
#footer .infooter .left .flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .flex {
    display: block;
    width: 66%;
  }
}
#footer .infooter .left .logottl {
  color: #231815;
  margin-right: 18px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .logottl {
    margin-right: 0;
  }
}
#footer .infooter .left .logottl p {
  font-size: 12px;
  line-height: 1.3;
  background: url(../img/common/logo02.png) 0 0 no-repeat;
  background-size: contain;
  padding-left: 56px;
  padding: 6px 0 4px 56px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .logottl p {
    font-size: calc(20/750 * 100vw) !important;
    padding-left: 10vw;
  }
}
#footer .infooter .left .logottl h1 {
  font-size: 27px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .logottl h1 {
    font-size: calc(50/750 * 100vw) !important;
  }
}
#footer .infooter .left .info {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .info {
    margin-top: 0.5vw;
  }
}
#footer .infooter .left .info .add {
  font-size: 12px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .info .add {
    font-size: calc(22/750 * 100vw) !important;
  }
}
#footer .infooter .left .info .tel {
  font-size: 20px;
  background: url(../img/common/tel.png) 0 0 no-repeat;
  background-size: contain;
  padding-left: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .info .tel {
    font-size: calc(40/750 * 100vw) !important;
    padding-left: 5vw;
  }
}
#footer .infooter .right {
  width: 700px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #footer .infooter .right {
    width: auto;
    margin-left: 0;
    margin-top: 4vw;
  }
}
#footer .infooter .right .pc_link {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #footer .infooter .right .pc_link {
    display: none;
  }
}
#footer .infooter .right .pc_link ul {
  font-size: 15px;
}
#footer .infooter .right .pc_link ul li {
  margin-bottom: 4px;
}
#footer .infooter .right .pc_link ul li:last-child {
  margin-bottom: 0;
}
#footer .infooter .right .pc_link ul li a {
  padding-left: 1em;
  position: relative;
}
#footer .infooter .right .pc_link ul li a:hover {
  text-decoration: underline;
}
#footer .infooter .right .pc_link ul li a:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.4em;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border: 0.4em solid transparent;
  border-left: 0.4em solid #595757;
}
#footer .infooter .right .sp_link {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer .infooter .right .sp_link {
    display: block;
  }
  #footer .infooter .right .sp_link ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  #footer .infooter .right .sp_link ul li {
    width: 49%;
  }
  #footer .infooter .right .sp_link ul li a {
    background: #fff;
    color: #595757;
    text-align: center;
    display: block;
    padding: 2vw 0;
    border-radius: 10px;
  }
}
#footer .infooter .right .copy {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #footer .infooter .right .copy {
    text-align: center;
    margin-top: 4vw;
    font-size: calc(16/750 * 100vw) !important;
  }
}
.footer_nav {
  max-width: 100%;
  height: 20px;
  margin-bottom: 45px;
}
/*-------------------------
	PC　↔　SP　画像入れ替え　
--------------------------*/
/*　ヘッダー　*/
#header .toggle-pc {
  display: block;
}
#header .hdrlogo-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .toggle-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hdrlogo-sp {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 20px;
  }
}
/*　ナビ　*/
.nav_onkv img {
  border-radius: 100%;
}
.nav_onkv img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.8s;
}
.nav_onkv a:hover {
  opacity: 1.0;
  transition: 0.4s;
}
/*━━━━━━━━━━━━━━━━━━━━
	ヘッダーナビ
━━━━━━━━━━━━━━━━━━━━*/
.nav_header {
  margin: 0;
}
.nav_header_ul {
  height: 130px;
  width: 900px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.nav_header_ul li {
  margin: 5px;
}
.nav_header_ul img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
}
.nav_header_ul img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.8s;
}
.nav_header_ul a:hover {
  opacity: 1.0;
  transition: 0.4s;
}
.nav_header_ul .toggle-pc {
  display: block;
}
.nav_header_ul .home_btn img {
  position: absolute;
  left: -80px;
  top: -10px;
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .nav_header_ul {
    height: 130px;
    width: calc(650/750 * 100vw);
  }
}
.tnav img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.8s;
}
.tnav a:hover {
  opacity: 1.0;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) {
  main .nav_onkv ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    width: 880px;
    margin: 0 auto;
    z-index: 1000;
  }
}
.nav_onkv .toggle-pc {
  display: block;
}
.nav_onkv .toggle-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav_onkv .toggle-pc {
    display: none;
  }
     .nav_onkv {
    width: 100%;
         margin: 0 auto;
  }
  main .nav_onkv .toggle-sp {
    width: calc(600/750 * 100vw);
    display: block;
/*    padding: 10px 20px;
   */ margin: 0 auto;
  }
  main .nav_onkv .toggle-sp li {
/*    width: calc(550/750 * 100vw);
*/    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .nav_onkv {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  .nav_onkv ul li {
    margin: 10px auto;
  }
}
/*　地図　*/
.block .toggle-pc {
  display: block;
}
.block .toggle-sp {
  display: none;
}
#footer .footerlogo .toggle-pc {
  display: inline-block;
  position: absolute;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  #footer .footerlogo .toggle-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home {
    witdh: calc(700/750 * 100vw)
  }
  .home .nav_onkv {
    margin: 20px auto;
  }
  .home .toggle-sp {
    margin: 20px 0;
  }
  .home .toggle-sp li img {
    width: calc(600/750 * 100vw) !important;
    z-index: 1000;
    margin: 10px auto;
    height: auto;
    display: block;
    border-radius: 5px !important;
  }
}
#footer2 {
  z-index: 9999;
  margin: 0;
  position: relative;
  height: auto;
}
#footer2 .info2 {
  text-align: center;
  position: absolute;
  left: 32vw;
  bottom: 11vw;
  font-size: 3vw;
  font-weight: bold;
}
#footer2 .info2 .tel {
  font-size: 4vw;
}
#footer2 .incects {
  position: absolute;
  width: 30vw;
  bottom: 70%;
  left: 7vw;
  z-index: 9999;
}
#footer2 .home {
  position: absolute;
  width: 20vw;
  bottom: 68%;
  right: 2vw;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .backcolor_1 {
    position: absolute;
    width: 100vw;
    height: 520px;
    background-color: #FEF6B5;
    top: 20.5%;
  }
}
.sidebyside {
  display: inline-block;
}
/*━━━━━━━━━━━━━━━━━━━━
  キービジュアルの真下の丸いnav
━━━━━━━━━━━━━━━━━━━━*/
.nav_onkv ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}
.nav_onkv ul li {
  margin: 3px;
  z-index: 1000;
}
.home .nav_onkv ul li img {
  width: 130px;
  z-index: 1000;
}
.toggle-pc_p {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 100px;
}
.toggle-pc_p_single {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 80px;
}

/*━━━━━━━━━━━━━━━━━━━━
  画面右側の付箋
━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 767px) {
  .ftr_btn {
    width: calc(650/750 * 100vw);

  }
  .ftr_btn ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    margin: 10px auto;
  }
  .ftr_btn ul li {
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: calc(300/750 * 100vw);
    height: 40px;
    line-height: 40px;
    margin: calc(10/750 * 100vw);
    border-radius: 30px;
    background: #F0729D;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  }
}
/*━━━━━━━━━━━━━━━━━━━━
	各園のタイトル
━━━━━━━━━━━━━━━━━━━━*/
.kakuen {
  margin: 0;
  padding: 20px;
}
.kakuen .img2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
h2.garden_info {
  font-size: 32px;
  font-weight: bold;
  color: #00a6e2;
}
.small2 {
  font-size: 20%;
}