@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll; }

body {
  line-height: 1;
  font-size: 12px; }

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, p,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul, ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  max-width: 100%;
  height: auto; }

/*レスポンシブサイズ設定*/
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #000;
  background: url(../images/common/bg.png);
  -webkit-text-size-adjust: 100%; }

a {
  color: #483f10;
  text-decoration: none; }

a:over {
  color: #483f10; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

@media only screen and (max-width: 736px) {
  .pc_only {
    display: none !important; } }

@media print, screen and (min-width: 737px) {
  .sp_only {
    display: none !important; } }

.base_inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto; }

/*clearfix*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

/*余白設定*/
.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

/*マージン*/
.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

@media only screen and (max-width: 736px) {
  .sp_br {
    display: block; } }

@media print, screen and (min-width: 737px) {
  .pc_br {
    display: block; } }

/*スタイルパーツ*/
/*ボタン*/
.more_btn1 {
  background-color: #ca007f;
  padding: 0 5%;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  text-align: center; }
  @media print, screen and (min-width: 737px) {
    .more_btn1 {
      display: inline-block; } }
  @media only screen and (max-width: 736px) {
    .more_btn1 {
      display: block; } }
  .more_btn1:hover {
    background-color: #f283cd; }

.more_btn2 {
  background-color: #c2082d;
  padding: 0 5%;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  text-align: center; }
  @media print, screen and (min-width: 737px) {
    .more_btn2 {
      display: inline-block; } }
  @media only screen and (max-width: 736px) {
    .more_btn2 {
      display: block; } }
  .more_btn2:hover {
    background-color: #93B773; }

.more_btn3 {
  background-color: #53455f;
  padding: 0 5%;
  color: #fff;
  letter-spacing: 2px;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
  line-height: 35px;
  height: 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  text-align: center; }
  @media print, screen and (min-width: 737px) {
    .more_btn3 {
      display: inline-block; } }
  @media only screen and (max-width: 736px) {
    .more_btn3 {
      display: block; } }
  .more_btn3:hover {
    background-color: #A293B0; }

/*画像ホバー*/
a:hover img.img_over {
  opacity: 0.8; }

/*テキストの色*/
.text_red1 {
  color: #ff0000; }

.text_green1 {
  color: #00a29f; }

@media print, screen and (min-width: 737px) {
  .slicknav_menu {
    display: none; } }

/*----------------------------------------------------
	全体レイアウト
----------------------------------------------------*/
/*#head*/
@media print, screen and (min-width: 737px) {
  #head {
    margin: auto;
    height: 90px;
    z-index: 999;
    width: 100%;
    border-top: solid 3px #c2082d;
    padding-top: 5px;
    background: #fff; }
    #head.top {
      position: absolute;
      background: rgba(255, 255, 255, 0.7);
      top: 0; }
    #head .inner {
      -js-display: flex;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #head .inner .logo {
        margin-right: auto;
        width: 31%; }
      #head .inner .tel, #head .inner .contact {
        margin-left: auto;
        width: 27%;
        text-align: center; }
      #head .inner .contact {
        line-height: 1.6em; } }
@media only screen and (max-width: 736px) {
  #head {
    background: #fff;
    text-align: center; }
    #head .logo img {
      max-width: 80%; }
    #head .contact {
      line-height: 2em; }
    #head .tel img, #head .contact img {
      max-width: 76.5%; }
    #head .logo, #head .tel, #head .contact {
      padding-bottom: 10px; }
    #head .menu_btn {
      display: block;
      width: 27px;
      height: 20px;
      position: absolute;
      top: 0;
      right: 15px; } }
/*下層用#head
@include media(min_bp_ip6p_l){
	#head_sub {
		margin: auto;
		background: rgb(255,255,255);
		height: 90px;
		width: 100%;
		border-top: solid 3px #619135;
		padding-top: 5px;
		.inner{
			@include flexbox;
			justify-content: space-between;
			align-items: center;
			.logo{
				margin-right: auto;
				width: 31%;
			}
			.tel,.contact{
				margin-left: auto;
				width: 27%;
				text-align: center;
			}
		}
	}
}
@include media(max_bp_ip6p_l){
	#head_sub {
		background: #fff;
		text-align: center;
		.logo{
			img{
				max-width: 80%;
			}
		}
		.tel,.contact{
			img{
				max-width: 76.5%;
			}
		}
		.logo,.tel,.contact{
			padding-bottom: 10px;
		}
		.menu_btn{
			display: block;
			width: 27px;
			height: 20px;
			position: absolute;
			top: 0;
			right: 15px;
		}
	}
}
*/
/*gnav_mainv　トップページ用*/
.gnav_mainv {
  background: rgba(255, 179, 13, 0.7);
  height: 40px;
  padding: 5px 0; }
  .gnav_mainv.fixed {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 9999; }
    .gnav_mainv.fixed .student .icon {
      display: none !important; }
  .gnav_mainv .inner {
    height: 40px;
    line-height: 40px;
    background: #c2082d;
    -js-display: flex;
    display: flex; }
    .gnav_mainv .inner#topmenu > li {
      width: 12%; }
      .gnav_mainv .inner#topmenu > li > a:hover {
        background: url(../images/common/gnav_bg.png) no-repeat bottom center; }
    .gnav_mainv .inner li {
      display: block;
      text-align: center; }
      .gnav_mainv .inner li a {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        display: block;
        width: 100%; }
        @media only screen and (max-width: 960px) {
          .gnav_mainv .inner li a {
            font-size: 12px; } }
      .gnav_mainv .inner li.student {
        position: relative; }
        .gnav_mainv .inner li.student .icon {
          position: absolute;
          top: -50px;
          right: 0;
          display: block;
          width: 112px;
          height: 56px; }

/*gnav_sub下層用*/
.gnav_sub {
  background: rgba(180, 206, 95, 0.7);
  height: 40px;
  padding: 5px 0; }
  .gnav_sub.fixed {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 9999; }
    .gnav_sub.fixed .student .icon {
      display: none !important; }
  .gnav_sub .inner {
    height: 40px;
    line-height: 40px;
    background: rgba(97, 145, 53, 0.8);
    -js-display: flex;
    display: flex; }
    .gnav_sub .inner#topmenu > li {
      width: 12%; }
      .gnav_sub .inner#topmenu > li > a:hover {
        background: url(../images/common/gnav_bg.png) no-repeat bottom center; }
    .gnav_sub .inner li {
      display: block;
      text-align: center; }
      .gnav_sub .inner li a {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        display: block;
        width: 100%; }
        @media only screen and (max-width: 960px) {
          .gnav_sub .inner li a {
            font-size: 12px; } }
      .gnav_sub .inner li.student {
        position: relative; }
        .gnav_sub .inner li.student .icon {
          position: absolute;
          top: -50px;
          right: 0;
          display: block;
          width: 112px;
          height: 56px; }

#head_wrap {
  position: relative;
  line-height: 0; }
  #head_wrap .gnav_mainv {
    position: absolute;
    bottom: 5px;
    width: 100%; }

/*スマホ用ナビ*/
.sp_menu_btn {
  position: absolute;
  top: 5px;
  right: 10px; }

/*----------------------下層用*/
/*パンくず*/
@media print, screen and (min-width: 737px) {
  .pan {
    background: #d7d2c9;
    height: 30px;
    line-height: 30px; }
    .pan ul li {
      font-size: 14px;
      display: inline-block;
      color: #c2082d; }
      .pan ul li a {
        color: #c2082d; }
      .pan ul li:first-child:before {
        content: url(../images/common/pan_icon.png);
        position: relative;
        top: 5px;
        margin-right: 10px; }
      .pan ul li:after {
        color: #c2082d;
        content: '・・・'; }
      .pan ul li:last-child:after {
        content: none; } }
@media only screen and (max-width: 736px) {
  .pan {
    background: #d7d2c9;
    height: 30px;
    line-height: 30px; }
    .pan ul li {
      font-size: 14px;
      display: inline-block;
      color: #c2082d; }
      .pan ul li a {
        color: #c2082d; }
      .pan ul li:first-child:before {
        content: url(../images/common/pan_icon.png);
        position: relative;
        top: 5px;
        margin-right: 10px; }
      .pan ul li:after {
        color: #c2082d;
        content: '＞'; }
      .pan ul li:last-child {
        font-size: 12px; }
        .pan ul li:last-child:after {
          content: none; } }
/*下層用ページタイトル*/
@media print, screen and (min-width: 737px) {
  .page_tit_wrap {
    margin: 10px 0;
    background: rgba(255, 179, 13, 0.7);
    border-top: solid 1px #b6b6b6;
    border-bottom: solid 1px #b6b6b6;
    color: #c2082d;
    line-height: 135px;
    height: 135px; }
    .page_tit_wrap .page_tit {
      font-size: 35px;
      font-weight: inherit;
      -js-display: flex;
      display: flex;
      align-items: center;
	    padding: 30px 0 0 0;
    	box-sizing: border-box;}
      .page_tit_wrap .page_tit .small {
        font-size: 14px;
        margin-left: 20px; } }
@media only screen and (max-width: 736px) {
  .page_tit_wrap {
    margin: 5px 0;
    background: rgba(255, 179, 13, 0.7);
    border-top: solid 1px #b6b6b6;
    border-bottom: solid 1px #b6b6b6;
    color: #c2082d;
    line-height: inherit;
    height: inherit;
	    padding: 16px 0 16px 10px;
    	box-sizing: border-box; }
    .page_tit_wrap .page_tit {
      font-size: 20px;
      text-align: center; } }
/*下層用サブタイトル*/
.page_stit_green {
  color: #333333;
  -js-display: flex;
  display: flex;
  align-items: center; }
  @media print, screen and (min-width: 737px) {
    .page_stit_green {
      font-size: 36px; } }
  @media only screen and (max-width: 736px) {
    .page_stit_green {
      font-size: 22px;
		line-height: 30px;} }
  .page_stit_green:before {
    content: '';
    display: block;
    background: #c2082d;
    width: 5px;
    height: 50px;
    margin-right: 10px; }

.page_stit_green2 {
  color: #c2082d;
  font-weight: inherit;
  -js-display: flex;
  display: flex;
  align-items: center; }
  .page_stit_green2 .tit_small {
    font-size: 14px;
    color: #000;
    margin-left: 5px; }
  @media print, screen and (min-width: 737px) {
    .page_stit_green2 {
      font-size: 24px; } }
  @media only screen and (max-width: 736px) {
    .page_stit_green2 {
      font-size: 22px; } }
  .page_stit_green2:before {
    content: '';
    display: block;
    background: #c2082d;
    width: 5px;
    height: 50px;
    margin-right: 10px; }

.page_stit_pink {
  color: #c7007f;
  -js-display: flex;
  display: flex;
  align-items: center; }
  @media print, screen and (min-width: 737px) {
    .page_stit_pink {
      font-size: 36px; } }
  @media only screen and (max-width: 736px) {
    .page_stit_pink {
      font-size: 26px; } }
  .page_stit_pink:before {
    content: '';
    display: block;
    background: #c7007f;
    width: 5px;
    height: 50px;
    margin-right: 10px; }

/*下層用コンテンツ部分*/
main#sub_contents {
  background: #fff; }
main#sub_contents a{
  text-decoration: underline;}
  @media print, screen and (min-width: 737px) {
    main#sub_contents {
      -moz-box-shadow: 1px 2px 3px #999;
      -webkit-box-shadow: 1px 2px 3px #999;
      box-shadow: 1px 2px 3px #999;
      padding: 50px 0; } }
  @media only screen and (max-width: 736px) {
    main#sub_contents {
      margin: auto 5px;
      padding: 20px 0; } }

/*下層用お問い合わせバナー*/
.common_kaiyu {
  width: 780px;
  height: 190px;
  margin: auto;
  position: relative;
  text-align: center;
  padding: 20px 0; }

.common_kaiyu a b.read {
  position: absolute;
  top: 34px;
  left: 10px;
  font-size: 1.4rem;
  color: #FFF;
  z-index: 9999; }

/*foot_area(お知らせ以降*/
.foot_area .line1 {
  background: rgba(220, 215, 206, 0.8);
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 0px 0px #ccc;
  -moz-box-shadow: 1px 1px 0px 0px #ccc;
  -webkit-box-shadow: 1px 1px 0px 0px #ccc;
  padding: 20px 0; }
  @media print, screen and (min-width: 737px) {
    .foot_area .line1 {
      margin: auto auto 50px; } }
  @media only screen and (max-width: 736px) {
    .foot_area .line1 {
      margin: auto auto 30px; } }
.foot_area .foot_sec1 {
  background: #fff; }
  @media print, screen and (min-width: 737px) {
    .foot_area .foot_sec1 {
      max-width: 1000px;
      padding-bottom: 50px; } }
  .foot_area .foot_sec1 .foot_tit {
    color: #483f10;
    font-size: 18px;
    font-weight: bold; }
    .foot_area .foot_sec1 .foot_tit:before {
      content: url(../images/common/foot_sec1-01.png);
      position: relative;
      top: 8px;
      margin-right: 15px; }
  .foot_area .foot_sec1 .list {
    max-width: 855px;
    width: 95%;
    margin: 0 auto; }
    .foot_area .foot_sec1 .list li {
      padding: 10px 0;
      border-bottom: solid 1px #c2082d;
      color: #483f10;
      font-size: 14px; }
      .foot_area .foot_sec1 .list li .date {
        color: #c2082d; }
        .foot_area .foot_sec1 .list li .date:before {
          content: '▶';
          font-size: 10px;
          margin-right: 15px;
          color: #483f10; }
  .foot_area .foot_sec1 .more {
    text-align: center;
    padding: 20px 0; }
    .foot_area .foot_sec1 .more .news_btn {
      background: url(../images/common/foot_sec1-02.png) no-repeat center bottom;
      width: 120px;
      height: 38px;
      display: block;
      margin: auto; }
      .foot_area .foot_sec1 .more .news_btn.active {
        background: url(../images/common/foot_sec1-02_c.png) no-repeat center bottom; }
      .foot_area .foot_sec1 .more .news_btn.ac {
        background: url(../images/common/foot_sec1-02_c.png) no-repeat center bottom; }
      .foot_area .foot_sec1 .more .news_btn.active.ac {
        background: url(../images/common/foot_sec1-02.png) no-repeat center bottom; }
  @media print, screen and (min-width: 737px) {
    .foot_area .foot_sec1 .foot_tit {
      padding: 10px 0 25px 20px;
      margin: 10px auto 25px 20px; }
    .foot_area .foot_sec1 .list li .date {
      display: inline-block;
      width: 20%; } 


}
  @media only screen and (max-width: 736px) {

    .foot_area .foot_sec1 .list li .date {
      display: block;
      width: 100%;
      margin-bottom: 4px;}
    .foot_area .foot_sec1 .list li a {
      display: block;
      padding-left: 20px; }
   
    .foot_area .foot_sec1 {
      width: 97%;
      margin: auto; }
      .foot_area .foot_sec1 .foot_tit {
        padding: 10px 0 30px 10px; } }
.foot_area .foot_sec2 .bnr li {
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 0px 0px #ccc;
  -moz-box-shadow: 1px 1px 0px 0px #ccc;
  -webkit-box-shadow: 1px 1px 0px 0px #ccc;
  display: block;
  background: #ffecc5; }
  .foot_area .foot_sec2 .bn_brushup{
    margin: 50px auto;
    text-align: center;
    width: 100%;
    box-sizing: border-box;}
  .foot_area .foot_sec2 .bn_brushup img{
    border: #C10003 solid 2px;
    max-width: 96%;
    height: auto;
    }
  .foot_area .foot_sec2 .bnr li .pic {
    text-align: center; }
  .foot_area .foot_sec2 .bnr li .sec_tit {
    color: #483f10;
    font-size: 16px;
    font-weight: bold; }
  .foot_area .foot_sec2 .bnr li .text {
    color: #333;
    font-size: 14px;
    line-height: 1.5em; }
@media print, screen and (min-width: 737px) {
  .foot_area .foot_sec2 {
    margin-bottom: 50px;
    max-width: 1000px; }
    .foot_area .foot_sec2 .bnr {
      -js-display: flex;
      display: flex;
      justify-content: space-between; }
      .foot_area .foot_sec2 .bnr li {
        width: 42%;
        padding: 20px 20px 10px; }
        .foot_area .foot_sec2 .bnr li .pic {
          margin-bottom: 10px; }
        .foot_area .foot_sec2 .bnr li .sec_tit {
          margin-bottom: 10px; }
        .foot_area .foot_sec2 .bnr li .text {
          margin-bottom: 10px; }
        .foot_area .foot_sec2 .bnr li .btn {
          text-align: center; width: 100%;} }
@media only screen and (max-width: 736px) {
  .foot_area .foot_sec2 .bnr {
    width: 97%;
    margin: auto auto 30px; }
    .foot_area .foot_sec2 .bnr li {
			text-align: center;
      padding: 10px 10px 15px;
      margin-bottom: 20px; }
      .foot_area .foot_sec2 .bnr li .pic {
        margin-bottom: 10px; }
      .foot_area .foot_sec2 .bnr li .sec_tit {
        margin-bottom: 10px; }
      .foot_area .foot_sec2 .bnr li .text {
        margin-bottom: 10px; }
      .foot_area .foot_sec2 .bnr li .btn {
        text-align: center;
        padding-top: 20px;
        width: 90%;
        max-width: 450px;
        margin: auto; } }
.foot_area .line3 {
  background: url(../images/common/foot_sec3-bg.png);
  background-size: cover; }
  @media only screen and (max-width: 736px) {
    .foot_area .line3 {
      margin-bottom: 30px; } }
.foot_area .foot_sec3 .foot_tit {
  text-align: center; }
.foot_area .foot_sec3 .text {
  font-size: 14px;
  line-height: 1.5em;
  color: #483f10; }
.foot_area .foot_sec3 .right {
  background: rgba(234, 234, 234, 0.6);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center; }
@media print, screen and (min-width: 737px) {
  .foot_area .foot_sec3 {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    max-width: 1000px; }
    .foot_area .foot_sec3 .left {
      width: 45%; }
    .foot_area .foot_sec3 .foot_tit {
      padding: 50px 0 30px; }
    .foot_area .foot_sec3 .text {
      margin-bottom: 20px; }
    .foot_area .foot_sec3 .more {
      text-align: center; }
    .foot_area .foot_sec3 .right {
      width: 44%;
      margin: 30px 0;
      padding: 30px; } }
@media only screen and (max-width: 736px) {
  .foot_area .foot_sec3 {
    padding: 35px 0 15px; }
    .foot_area .foot_sec3 .left {
      width: 95%;
      margin: 0 auto; }
    .foot_area .foot_sec3 .foot_tit {
      margin-bottom: 15px; }
    .foot_area .foot_sec3 .text {
      margin-bottom: 15px; }
    .foot_area .foot_sec3 .right {
      width: 96%;
      margin: 0 auto;
      padding: 10px 5px; }
    .foot_area .foot_sec3 .more {
      text-align: center;
      margin-bottom: 15px; } }
.foot_area .foot_sec4 {
  color: #333333; }
  @media print, screen and (min-width: 737px) {
    .foot_area .foot_sec4 {
      padding: 125px 0 75px; } }
  .foot_area .foot_sec4 .text {
    line-height: 1.6em;
    font-size: 14px; }
  @media print, screen and (min-width: 737px) {
    .foot_area .foot_sec4 {
      background: url(../images/common/foot_sec4-bg.jpg);
      background-size: cover; }
      .foot_area .foot_sec4 .inner {
        -js-display: flex;
        display: flex;
        justify-content: center;
        margin-bottom: 40px; }
        .foot_area .foot_sec4 .inner .detail {
          background: rgba(255, 255, 255, 0.85);
          padding: 50px;
          width: 36%; }
          .foot_area .foot_sec4 .inner .detail .text {
            margin-bottom: 30px; }
          .foot_area .foot_sec4 .inner .detail .name {
            text-align: center; }
          .foot_area .foot_sec4 .inner .detail .add {
            text-align: center;
            font-size: 14px;
            margin-bottom: 10px; }
          .foot_area .foot_sec4 .inner .detail .park {
            text-align: center; }
        .foot_area .foot_sec4 .inner #map_canvas {
          position: relative;
          width: 45%;
          padding-bottom: 20%; }
          .foot_area .foot_sec4 .inner #map_canvas iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
      .foot_area .foot_sec4 .social {
        -js-display: flex;
        display: flex;
        justify-content: center; }
        .foot_area .foot_sec4 .social li {
          margin: 0 10px;
          text-align: center; }
      .foot_area .foot_sec4 .social_inline_tw {
        background: rgba(255, 255, 255, 0.85);
        padding: 50px;
        width: 36%; }
      .foot_area .foot_sec4 .social_inline_tw .social_inline_title {
        background: #1d9bec;
        color: #FFF;
        padding: 6px;
        text-align: center; }
      .foot_area .foot_sec4 .social_inline_fb {
        background: rgba(255, 255, 255, 0.85);
        padding: 50px;
        width: 36%; }
      .foot_area .foot_sec4 .social_inline_fb .social_inline_title {
        background: #3a578a;
        color: #FFF;
        padding: 6px;
        text-align: center; } }
  @media only screen and (max-width: 736px) {
    .foot_area .foot_sec4 .inner {
      margin-bottom: 25px; }
    .foot_area .foot_sec4 .detail {
      background: #fff;
      padding: 20px 5px; }
      .foot_area .foot_sec4 .detail .text {
        margin-bottom: 10px; }
      .foot_area .foot_sec4 .detail .name {
        text-align: center; }
      .foot_area .foot_sec4 .detail .add {
        text-align: center;
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 10px; }
      .foot_area .foot_sec4 .detail .park {
        text-align: center; }
    .foot_area .foot_sec4 #map_canvas {
      width: 100%; }
      .foot_area .foot_sec4 #map_canvas iframe {
        width: 100%;
        height: 100%; }
    .foot_area .foot_sec4 .social {
      background: #fff;
      padding: 25px 0; }
      .foot_area .foot_sec4 .social li {
        text-align: center;
        margin-bottom: 20px; }
    .foot_area .foot_sec4 .social_inline_tw {
      background: rgba(255, 255, 255, 0.85);
      padding: 0px;
      width: 96%;
      margin: auto; }
    .foot_area .foot_sec4 .social_inline_tw .social_inline_title {
      background: #1d9bec;
      color: #FFF;
      padding: 6px;
      text-align: center; }
    .foot_area .foot_sec4 .social_inline_fb {
      background: rgba(255, 255, 255, 0.85);
      padding: 0px;
      width: 96%;
      margin: auto; }
    .foot_area .foot_sec4 .social_inline_fb .social_inline_title {
      background: #3a578a;
      color: #FFF;
      padding: 6px;
      text-align: center; } }

footer#foot {
  background: #fff; }
  footer#foot .menu_line .foot_tit {
    margin-bottom: 10px; }
  footer#foot .menu_line a {
    color: #483f10; }
  footer#foot .menu_line .menu {
    margin-left: 20px; }
    footer#foot .menu_line .menu li {
      color: #483f10;
      list-style: disc;
      font-size: 14px;
      line-height: 1.6em; }
  @media print, screen and (min-width: 737px) {
    footer#foot .menu_line {
      padding-top: 20px; }
      footer#foot .menu_line .inner {
        -js-display: flex;
        display: flex;
        justify-content: space-between;
        padding-bottom: 80px; } }
  @media only screen and (max-width: 736px) {
    footer#foot .menu_line {
      padding: 15px 0 45px 10px; }
      footer#foot .menu_line .inner .bnr {
        text-align: center;
        padding: 15px 0; } }
  footer#foot .bottom_line {
    background: #ffb30d; }
    @media print, screen and (min-width: 737px) {
      footer#foot .bottom_line .inner {
        padding: 15px 0 0;
        -js-display: flex;
        display: flex;
        align-items: flex-start; }
        footer#foot .bottom_line .inner .foot_logo {
          position: relative;
          top: -45px;
          width: 30%; }
        footer#foot .bottom_line .inner .cap_list {
          -js-display: flex;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          height: 36px;
          width: 41%;
          margin-left: -30px; }
          footer#foot .bottom_line .inner .cap_list li {
            margin-bottom: 10px; height: 36px;}
            footer#foot .bottom_line .inner .cap_list li:first-child {
              margin-left: 0px; }
            footer#foot .bottom_line .inner .cap_list li:last-child {
              margin-left: 0px; }
        footer#foot .bottom_line .inner .contact {
          width: 30%;
          margin-left: auto; }
          footer#foot .bottom_line .inner .contact .tel {
            margin-bottom: 5px; } }
    @media only screen and (max-width: 736px) {
      footer#foot .bottom_line .inner {
        width: 97%;
        margin: auto; }
      footer#foot .bottom_line .foot_logo {
        position: relative;
        top: -35px;
        margin-bottom: -30px;
        margin-left: 5px; }
      footer#foot .bottom_line .cap_list {
        -js-display: flex;
        display: flex;
        flex-wrap: wrap; }
        footer#foot .bottom_line .cap_list li {
          margin: 0 10px 5px 0; }
      footer#foot .bottom_line .contact {
        text-align: center; }
        footer#foot .bottom_line .contact .tel {
          margin-bottom: 10px; } }
  @media print, screen and (min-width: 737px) {
    footer#foot .copy {
      text-align: right;
      width: 63%;
      font-size: 14px;
      color: #483f10;
      margin-top: -18px;
      padding: 0 0 50px; } }
  @media only screen and (max-width: 736px) {
    footer#foot .copy {
      text-align: center;
      padding: 15px 0 20px; } }

.common_yoyaku {
  position: absolute !important;
  right: 0;
  z-index: 9999;
  padding-top: 60px; }
  .common_yoyaku .scrollFixIt {
    display: none; }

.common_yoyaku.kyuzin{
  position: absolute !important;
  right: 0;
  z-index: 9999;
  padding-top: 360px; }

.pdf-btn {
  text-align: center;
  margin: 30px auto; }

/* TOP GO*/
div#gotop {
  margin: 30px auto 0px auto;
  padding: 0px 0px 0px 0px;
  position: fixed;
  bottom: 0px;
  right: 0px; }

div#gotop a {
  margin: 30px auto 20px auto;
  padding: 10px 20px 10px 20px;
  display: block; }

@media only screen and (max-width: 736px) {
  div#gotop a {
    margin: 30px auto 0px auto;
    padding: 10px 10px 00px 20px;
    display: block; } }
