@charset "UTF-8";
/* SASS Document */
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (min-width: 320px) and (max-width: 979px) {
  body {
    background-color: #fff;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .sp_i {
    display: inline-block !important;
  }

  .pc_i {
    display: none !important;
  }

  /* -------------------------------------
    コモン
  ------------------------------------- */
  .common_h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .common_h2 > img {
    max-width: 70%;
  }

  .common_p {
    font-size: 14px;
  }

  /* -------------------------------------
  ヘッダ
  ------------------------------------- */
  header {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
  }
  header > .head_inner > .left {
    padding: 10px 0;
  }
  header > .head_inner > .left > h1 {
    text-align: center;
  }
  header > .head_inner > .right > .logo {
    text-align: center;
    margin-bottom: 10px;
  }
  header > .head_inner > .right > .button {
    text-align: center;
  }
  header > .head_inner > .right > .button > a {
    display: inline-block;
    color: #F18F83;
    border: 2px #F18F83 solid;
    background-color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 40px 8px 15px;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: background,border,color .5s;
    transition: background-color,border,color .5s;
  }
  header > .head_inner > .right > .button > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 2px #F18F83;
    border-right: solid 2px #F18F83;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(-45deg);
    content: "";
  }
  header > .head_inner > .right > .button > a:hover {
    color: #fff;
    background-color: #F18F83;
  }
  header > .head_inner > .right > .button > a:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }

  #main_image {
    background: url("../images/main_bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 40px 0;
  }
  #main_image > .text {
    width: 90%;
    margin: 0 auto;
  }

  #main_text {
    background-color: #80BB4E;
    padding: 20px 0;
  }
  #main_text > .main_text_inner {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    overflow: hidden;
    color: #fff;
  }
  #main_text > .main_text_inner > .intro {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #main_text > .main_text_inner > .pp {
    box-sizing: border-box;
    border: 1px #fff solid;
    padding: 15px;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > .symbol > h3 {
    text-align: center;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > .symbol > h3 > div {
    display: inline-block;
    vertical-align: middle;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > .symbol > h3 > div:first-child {
    padding-right: 15px;
    width: 24px;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > .symbol > h3 > .title {
    font-size: 18px;
    text-align: left;
    line-height: 1;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > .symbol > h3 > .title > .en {
    display: block;
    padding-top: 6px;
    font-size: 15px;
    line-height: 1;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > .text {
    padding-top: 15px;
    font-size: 14px;
  }

  #hiyo {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    padding: 30px 0;
  }
  #hiyo > .catchcopy {
    margin-bottom: 30px;
    overflow: hidden;
  }
  #hiyo > .catchcopy > div {
    text-align: center;
    margin-bottom: 10px;
  }
  #hiyo > ul.flower_wrap {
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
  }
  #hiyo > ul.flower_wrap > li {
    width: 49%;
    float: left;
    box-sizing: border-box;
  }
  #hiyo > ul.flower_wrap > li:nth-child(odd) {
    margin-right: 1%;
  }
  #hiyo > ul.flower_wrap > li:nth-child(even) {
    margin-left: 1%;
  }
  #hiyo > ul.flower_wrap > li > .flower {
    text-align: center;
    margin-bottom: 10px;
  }
  #hiyo > ul.flower_wrap > li > a {
    display: block;
    background-color: #F06663;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    border-radius: 7px;
    padding: 7px 0 25px;
    position: relative;
    -webkit-transition: background,border,color .5s;
    transition: background-color,border,color .5s;
  }
  #hiyo > ul.flower_wrap > li > a:after {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    content: "";
  }
  #hiyo > ul.flower_wrap > li:nth-child(1) {
    margin-bottom: 20px;
  }
  #hiyo > ul.flower_wrap > li:nth-child(1) > a {
    background-color: #F06663;
  }
  #hiyo > ul.flower_wrap > li:nth-child(2) {
    margin-bottom: 20px;
  }
  #hiyo > ul.flower_wrap > li:nth-child(2) > a {
    background-color: #D477BC;
  }
  #hiyo > ul.flower_wrap > li:nth-child(3) > a {
    background-color: #FE99B9;
  }
  #hiyo > ul.flower_wrap > li:nth-child(4) > a {
    background-color: #FAA753;
  }
  #hiyo .hiyo_table_pc {
    display: none;
  }
  #hiyo .hiyo_table_sp {
    width: 100%;
    margin-bottom: 20px;
  }
  #hiyo .hiyo_table_sp .bg1 {
    background-color: #F7EBDE;
    font-size: 16px;
    padding-left: 1.5em;
    line-height: 1.7em;
  }
  #hiyo .hiyo_table_sp .bg2 {
    background-color: #DEEADE;
  }
  #hiyo .hiyo_table_sp td {
    border: 1px #ADADAD solid;
    padding: 10px 0;
  }
  #hiyo .hiyo_table_sp .week {
    text-align: center;
    font-size: 16px;
  }
  #hiyo .hiyo_table_sp .price {
    text-align: center;
    font-size: 16px;
    color: #F18F83;
    font-weight: bold;
  }
  #hiyo .hiyo_table_sp .price > .f_small {
    font-size: 13px;
    font-weight: normal;
  }

  .contact_wrap {
    padding: 20px 0;
    background-color: #BBD584;
  }
  .contact_wrap > div {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .contact_wrap > div > div {
    text-align: center;
  }
  .contact_wrap > div > div:first-child {
    margin-bottom: 10px;
  }

  #shujutsu {
    padding: 30px 0;
    background: url("../images/bg1.png");
  }
  #shujutsu > .shujutsu_inner {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  #shujutsu > .shujutsu_inner > h3 {
    color: #FE9091;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
  }
  #shujutsu > .shujutsu_inner > h3:before {
    content: "■ ";
  }
  #shujutsu .ex_box1 {
    background-color: #fff;
    border: 1px #A2A2A2 solid;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
  }
  #shujutsu .ex_box1 > h4 {
    color: #3781b0;
    margin-bottom: 5px;
  }
  #shujutsu .ex_box1 > h4:before {
    content: '□';
    color: #333;
  }
  #shujutsu .ex_box1 > .box_p {
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 14px;
  }
  #shujutsu .ex_box1 > .bg_image {
    width: 60%;
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
  }
  #shujutsu .ex_box2 > .left {
    padding-bottom: 10px;
  }
  #shujutsu .ex_box2 > .right {
    text-align: center;
  }

  #flow {
    padding: 30px 0;
  }
  #flow > .flow_inner {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .image {
    width: 60%;
    margin: 0 auto 20px;
    text-align: center;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .text > h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .text > h3 > .num {
    background-color: #BAE9FE;
    padding: 5px 15px;
    margin-right: 10px;
    line-height: 1;
    border-radius: 10px;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .text > ul {
    list-style: disc;
    padding-left: 2em;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .text > ul > li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .text > ul > li:last-child {
    margin-bottom: 0;
  }
  #flow > .flow_inner > .flow_wrap > .allow {
    clear: both;
    text-align: center;
    padding: 20px 0;
  }

  #caution {
    padding: 30px 0;
    background: url("../images/bg2.png");
  }
  #caution > .caution_inner {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  #caution > .caution_inner > .ex_box1 > h3 {
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    text-align: center;
    background-color: #FFDDDD;
    color: #FE9091;
    border: 1px #C3C3C3 solid;
    border-bottom: none;
  }
  #caution > .caution_inner > .ex_box1 > .text {
    border-radius: 0 0 10px 10px;
    padding: 15px 15px 15px 2em;
    background-color: #fff;
    border: 1px #C3C3C3 solid;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    list-style: disc;
  }
  #caution > .caution_inner > .ex_box1 > .text > li {
    line-height: 1.3;
    margin-bottom: 15px;
  }
  #caution > .caution_inner > .ex_box1 > .text > li:last-child {
    margin-bottom: 0;
  }

  footer {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    padding: 30px 0;
    box-sizing: border-box;
  }
  footer > .left > .logo {
    margin-bottom: 10px;
  }
  footer > .left > table {
    width: 100%;
    margin-bottom: 10px;
  }
  footer > .left > table th, footer > .left > table td {
    padding: 3px;
    border: 1px #ADADAD solid;
    font-size: 12px;
  }
  footer > .left > table th {
    background-color: #F18F83;
    color: #fff;
    font-weight: normal;
  }
  footer > .left > table td {
    text-align: center;
  }
  footer > .left > table td:first-child {
    text-align: left;
  }
  footer > .left > .tel {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
  }
  footer > .left > .tel > a {
    color: #f4998c;
    text-decoration: none;
  }
  footer > .left > .tel i {
    font-size: 26px;
    margin-right: 10px;
  }
  footer > .left > .address {
    text-align: center;
    margin-bottom: 10px;
  }
  footer > .left > .button {
    display: block;
    border: 2px #F18F83 solid;
    box-sizing: border-box;
    text-decoration: none;
    color: #F18F83;
    padding: 10px 30px 10px 15px;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
  }
  footer > .left > .button:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 2px #F18F83;
    border-right: solid 2px #F18F83;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  footer > .left > .sns {
    text-align: center;
    margin-bottom: 20px;
  }
  footer > .left > .sns > a {
    margin-right: 10px;
  }
  footer > .left > .sns > a:last-child {
    margin-right: 0;
  }

  .copyright {
    display: block;
    background-color: #F18F83;
    color: #fff;
    padding: 15px 0;
    font-size: 10px;
    text-align: center;
  }

  #ggmap {
    position: relative;
    height: 0;
    overflow: hidden;
  }

  #ggmap iframe,
  #ggmap object,
  #ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }




.parking{
background: #f4998c;
    border-radius: 5px;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 6px 10px;
    vertical-align: text-top;
    line-height: 1;
    width: 60%;
    margin: 10px auto;
}


.lp_map{
border:1px solid #fff;
text-align:center;
color:#fff;
width:260px;
margin:18px auto 0;
}

.lp_map a{
padding:10px 0;
color:#fff;
width:260px;
height:100%;
display:block;
position:relative;
text-decoration:none;
}

.lp_map a:hover{
padding:10px 0;
color:#80BB4E;
width:260px;
height:100%;
display:block;
background:#fff;
position:relative;
}

.lp_map a::after{
display: block;
position: absolute;
top: 50%;
right: 20px;
width: 8px;
height: 8px;
margin-top: -5px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
content: "";
}

.lp_map a:hover::after{
display: block;
position: absolute;
top: 50%;
right: 20px;
width: 8px;
height: 8px;
margin-top: -5px;
border-top: solid 2px #80BB4E;
border-right: solid 2px #80BB4E;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
content: "";
}



}
/* ------------------------------------------
 PC
------------------------------------------ */
@media print, screen and (min-width: 980px) {
  html, body {
    font-size: 100%;
    height: 100%;
    background-color: #fff;
    color: #333;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  .sp_i {
    display: none !important;
  }

  .pc_i {
    display: inline-block !important;
  }

  /* -------------------------------------
    コモン
  ------------------------------------- */
  .common_h2 {
    text-align: center;
    margin-bottom: 35px;
  }

  .common_p {
    font-size: 20px;
  }

  /* -------------------------------------
  ヘッダ
  ------------------------------------- */
  header {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  header > .head_inner {
    display: table;
    width: 100%;
  }
  header > .head_inner > div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
    box-sizing: border-box;
  }
  header > .head_inner > .right > .logo {
    text-align: right;
    margin-bottom: 12px;
  }
  header > .head_inner > .right > .button {
    text-align: right;
  }
  header > .head_inner > .right > .button > a {
    display: inline-block;
    color: #F18F83;
    border: 2px #F18F83 solid;
    background-color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 8px 40px 8px 15px;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: background,border,color .5s;
    transition: background-color,border,color .5s;
  }
  header > .head_inner > .right > .button > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #F18F83;
    border-right: solid 2px #F18F83;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(-45deg);
    content: "";
  }
  header > .head_inner > .right > .button > a:hover {
    color: #fff;
    background-color: #F18F83;
  }
  header > .head_inner > .right > .button > a:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }

  #main_image {
    position: relative;
    height: 753px;
    background: url("../images/main_bg.jpg") no-repeat center center;
    background-color: #F0FE8D;
  }
  #main_image > .text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -401px;
    margin-top: -152px;
  }

  #main_text {
    background-color: #80BB4E;
    padding: 60px 0;
  }
  #main_text > .main_text_inner {
    width: 792px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
  }
  #main_text > .main_text_inner > .intro {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 40px;
  }
  #main_text > .main_text_inner > .pp {
    box-sizing: border-box;
    border: 1px #fff solid;
    padding: 20px 20px 20px 30px;
  }
  #main_text > .main_text_inner > .pp > .pp_inner {
    display: table;
    width: 100%;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > .symbol > h3 {
    display: table;
    width: 100%;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > .symbol > h3 > div {
    display: table-cell;
    vertical-align: middle;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > .symbol > h3 > div:first-child {
    padding-right: 10px;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > .symbol > h3 > .title {
    font-size: 26px;
    line-height: 1;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > .symbol > h3 > .title > .en {
    display: block;
    padding-top: 6px;
    font-size: 17px;
    line-height: 1;
  }
  #main_text > .main_text_inner > .pp > .pp_inner > .text {
    font-size: 17px;
  }

  #hiyo {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    padding: 50px 0 60px;
  }
  #hiyo > .catchcopy {
    margin-bottom: 60px;
    overflow: hidden;
  }
  #hiyo > .catchcopy > div {
    width: 50%;
    float: left;
    text-align: center;
  }
  #hiyo > ul.flower_wrap {
    clear: both;
    margin-bottom: 95px;
    overflow: hidden;
  }
  #hiyo > ul.flower_wrap > li {
    width: 240px;
    float: left;
  }
  #hiyo > ul.flower_wrap > li > .flower {
    text-align: center;
    margin-bottom: 10px;
  }
  #hiyo > ul.flower_wrap > li > a {
    display: block;
    background-color: #F06663;
    color: #fff;
    text-align: center;
    font-size: 26px;
    text-decoration: none;
    border-radius: 7px;
    padding: 7px 0 25px;
    position: relative;
    -webkit-transition: background,border,color .5s;
    transition: background-color,border,color .5s;
  }
  #hiyo > ul.flower_wrap > li > a:after {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    content: "";
  }
  #hiyo > ul.flower_wrap > li:nth-child(1) {
    margin-right: 13px;
  }
  #hiyo > ul.flower_wrap > li:nth-child(1) > a {
    background-color: #F06663;
  }
  #hiyo > ul.flower_wrap > li:nth-child(1) > a:hover {
    background-color: #f49492;
  }
  #hiyo > ul.flower_wrap > li:nth-child(2) {
    margin-right: 14px;
  }
  #hiyo > ul.flower_wrap > li:nth-child(2) > a {
    background-color: #D477BC;
  }
  #hiyo > ul.flower_wrap > li:nth-child(2) > a:hover {
    background-color: #e09ecf;
  }
  #hiyo > ul.flower_wrap > li:nth-child(3) {
    margin-right: 13px;
  }
  #hiyo > ul.flower_wrap > li:nth-child(3) > a {
    background-color: #FE99B9;
  }
  #hiyo > ul.flower_wrap > li:nth-child(3) > a:hover {
    background-color: #feccdc;
  }
  #hiyo > ul.flower_wrap > li:nth-child(4) > a {
    background-color: #FAA753;
  }
  #hiyo > ul.flower_wrap > li:nth-child(4) > a:hover {
    background-color: #fbc085;
  }
  #hiyo .hiyo_table_pc {
    width: 100%;
    margin-bottom: 30px;
  }
  #hiyo .hiyo_table_pc .bg1 {
    background-color: #F7EBDE;
    width: 430px;
    font-size: 22px;
    padding-left: 1.5em;
    line-height: 2em;
  }
  #hiyo .hiyo_table_pc .bg2 {
    background-color: #DEEADE;
  }
  #hiyo .hiyo_table_pc td {
    border: 1px #ADADAD solid;
    padding: 20px 0;
  }
  #hiyo .hiyo_table_pc .week {
    text-align: center;
    font-size: 22px;
  }
  #hiyo .hiyo_table_pc .price {
    text-align: center;
    font-size: 28px;
    color: #F18F83;
    font-weight: bold;
  }
  #hiyo .hiyo_table_pc .price > .f_small {
    font-size: 20px;
    font-weight: normal;
  }
  #hiyo .hiyo_table_sp {
    display: none;
  }

  .contact_wrap {
    padding: 35px 0;
    background-color: #BBD584;
  }
  .contact_wrap > div {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  .contact_wrap > div > div {
    width: 50%;
    float: left;
  }
  .contact_wrap > div > div:first-child {
    text-align: left;
  }
  .contact_wrap > div > div:last-child {
    text-align: right;
  }

  #shujutsu {
    padding: 60px 0;
    background: url("../images/bg1.png");
  }
  #shujutsu > .shujutsu_inner {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  #shujutsu > .shujutsu_inner > h3 {
    color: #FE9091;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
  }
  #shujutsu > .shujutsu_inner > h3:before {
    content: "■ ";
  }
  #shujutsu .ex_box1 {
    background-color: #fff;
    border: 1px #A2A2A2 solid;
    padding: 20px 30px;
    font-size: 26px;
    border-radius: 10px;
    position: relative;
  }
  #shujutsu .ex_box1 > h4 {
    color: #3781b0;
  }
  #shujutsu .ex_box1 > h4:before {
    content: '□';
    color: #333;
  }
  #shujutsu .ex_box1 > .box_p {
    margin-bottom: 20px;
    line-height: 1.3;
  }
  #shujutsu .ex_box1 > .bg_image {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  #shujutsu .ex_box2 > div {
    float: left;
  }
  #shujutsu .ex_box2 > .left {
    width: 510px;
  }
  #shujutsu .ex_box2 > .right {
    width: 490px;
    text-align: right;
  }

  #flow {
    padding: 60px 0;
  }
  #flow > .flow_inner {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .image {
    width: 350px;
    float: left;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .text {
    width: 650px;
    float: left;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .text > h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .text > h3 > .num {
    background-color: #BAE9FE;
    padding: 5px 15px;
    margin-right: 10px;
    line-height: 1;
    border-radius: 10px;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .text > ul {
    list-style: disc;
    padding-left: 2em;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .text > ul > li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #flow > .flow_inner > .flow_wrap > .flow_line > .text > ul > li:last-child {
    margin-bottom: 0;
  }
  #flow > .flow_inner > .flow_wrap > .allow {
    clear: both;
    text-align: center;
    padding: 20px 0;
  }

  #caution {
    padding: 60px 0;
    background: url("../images/bg2.png");
  }
  #caution > .caution_inner {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  #caution > .caution_inner > .ex_box1 {
    position: relative;
  }
  #caution > .caution_inner > .ex_box1 > h3 {
    position: relative;
    z-index: 2000;
    width: 420px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 26px;
    text-align: center;
    background-color: #FFDDDD;
    color: #FE9091;
  }
  #caution > .caution_inner > .ex_box1 > .text {
    position: relative;
    z-index: 999;
    margin-top: -40px;
    padding: 70px 70px 40px;
    background-color: #fff;
    border: 1px #C3C3C3 solid;
    font-size: 20px;
    line-height: 1.7;
    color: #666;
    list-style: disc;
  }

  footer {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    padding: 40px 0;
    box-sizing: border-box;
  }
  footer > .left {
    width: 415px;
    float: left;
    margin-right: 30px;
  }
  footer > .left > .logo {
    margin-bottom: 10px;
  }
  footer > .left > table {
    width: 100%;
    margin-bottom: 10px;
  }
  footer > .left > table th, footer > .left > table td {
    padding: 3px 5px;
    border: 1px #ADADAD solid;
  }
  footer > .left > table th {
    background-color: #F18F83;
    color: #fff;
    font-weight: normal;
  }
  footer > .left > table td {
    text-align: center;
  }
  footer > .left > table td:first-child {
    text-align: left;
  }
  footer > .left > .tel {
    font-size: 27px;
    font-weight: bold;
    color: #f4998c;
  }
  footer > .left > .tel > i {
    font-size: 30px;
  }
  footer > .left > .address {
    margin-bottom: 10px;
  }
  footer > .left > .button {
    display: block;
    border: 2px #F18F83 solid;
    box-sizing: border-box;
    text-decoration: none;
    color: #F18F83;
    padding: 10px 40px 10px 20px;
    font-size: 19px;
    position: relative;
    margin-bottom: 20px;
  }
  footer > .left > .button:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #F18F83;
    border-right: solid 2px #F18F83;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  footer > .left > .sns > a {
    margin-right: 10px;
  }
  footer > .right {
    width: 555px;
    float: left;
  }

  .copyright {
    display: block;
    background-color: #F18F83;
    color: #fff;
    padding: 26px 0;
    font-size: 13px;
    text-align: center;
  }

  #ggmap {
    position: relative;
    height: 0;
    overflow: hidden;
  }

  #ggmap iframe,
  #ggmap object,
  #ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }






.parking{
    background: #f4998c;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 6px 10px;
    vertical-align: text-top;
    margin: 0 0 0 24px;
    line-height: 1;
}

.lp_map{
border:1px solid #fff;
text-align:center;
color:#fff;
width:260px;
margin:34px auto 0;
}

.lp_map a{
padding:10px 0;
color:#fff;
width:260px;
height:100%;
display:block;
position:relative;
text-decoration:none;
}

.lp_map a:hover{
padding:10px 0;
color:#80BB4E;
width:260px;
height:100%;
display:block;
background:#fff;
position:relative;
}

.lp_map a::after{
display: block;
position: absolute;
top: 50%;
right: 20px;
width: 8px;
height: 8px;
margin-top: -5px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
content: "";
}

.lp_map a:hover::after{
display: block;
position: absolute;
top: 50%;
right: 20px;
width: 8px;
height: 8px;
margin-top: -5px;
border-top: solid 2px #80BB4E;
border-right: solid 2px #80BB4E;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
content: "";
}




}
