@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */





body {
  line-height: 1.5;
  font-family :"Hiragino Kaku Gothic Pro", Meiryo, "Noto Sans JP", sans-serif;
}

.h1_none {
  display: none;
}

img {
  max-width: 100%;
}

.gt-eng_top_textArea {
  margin: 0 auto;
}

.gt-eng_h2_ub .heading h2 {
  border-left: none !important;
  background: none !important;
  color: #48a75b !important;
  font-size: 140% !important;
}

.gt-eng_h2_ub {
  font-size:32px;
  text-align:center;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
}

.gt-eng_h2_ub:before {
  content: '';
  position: absolute;
  bottom: 15px;
  display: inline-block;
  width: 15%;
  height:5px;
  left: 45%;
  -webkit-tansform: translateX(-50%);
  transform translateX(-50%);
  background-color: #48a75b;
  border-radius: 2px;
}

.gt-eng_top_mapArea {
}

.gt-eng_h4_conTit .heding h4{
  background-color: #fff;
  color : #999999;
  line-height:220%;
  font-weight:normal;

}

.gt-eng_button a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    max-width: 300px;
    background: #48a75b;
    margin: 50px auto 30px;
    padding: 10px 30px;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #48a75b;
}

.gt-eng_button a span {
    position: relative;
    z-index: 3;
    color:#333;
}

.gt-eng_button a:hover {
    color:#fff !important;
}

.gt-eng_bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #48a75b;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.gt-eng_bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}


.gt-eng_top_act_area {
  margin:20px auto 60px;
}

.gt-eng_top_l_text .sentence_with_image .block .sentence p {
text-wrap: wrap;
word-break: normal;
hyphens: auto;
overflow-wrap: normal;
text-align: justify;
font-size: 95%;
}

body:not(.dev-mb) .cms-public .sentence p {
}

body:not(.dev-mb) .cms-public .image figcaption.left {
    margin-bottom: 10px;
    font-size: 80%;
    text-indent: 1em;
    font-weight: bold;
}

body .cms-public .area3 .image figure {
    margin: 15px 0 20px;
}



/* ******************************* */
/*   footer style
/* ******************************* */

.area5 {
    clear: both;
}

.cms-public .area5 .block {
    float: none;
    width: auto;
}


/* footer menu */
.cms-public .parts.footer_site {
    background: #E5F0F8;
    padding: 10px 0;
}
.cms-public .parts.footer_site figure,
.cms-public .parts.footer_site figure ul {
    margin: 0;  
}
.cms-public .parts.footer_site figure ul {
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
    padding-top: 0;
}
.cms-public .parts.footer_site figure ul li {
    margin: 0 20px;
    position: relative;
}

.cms-public .parts.footer_site figure ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #036EB8;
    border-right: solid 2px #036EB8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    position: absolute;
    bottom: 6px;
    top: 0;
    left: -15px;
    margin-top: auto;
    text-decoration: none;
}
.cms-public .parts.footer_site figure ul li a {
    color: #231815;
    font-size: 14px;
}


/* credit */
.cms-public .parts.footer_pref {
    width: 100%;
}
.cms-public .parts.footer_pref .note {
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    max-width: 1080px;
}

/* ���� */
.cms-public .parts.footer_pref .image .block.center {
    width: 88px;
    float: left;
    margin: 15px 50px 10px 0;
    text-align: inherit;
}
.cms-public .parts.footer_pref .image .block.center figure {
    margin: 0;
}


/* ������� */
.cms-public .parts.footer_pref .location_title {
    float: left;
    margin: 0 !important; 
}
.cms-public .parts.footer_pref .location_title .heading h2 {
    margin: 0;
    padding: 0;
}
.cms-public .parts.footer_pref .block .list {
    display: inline-block;
}
.cms-public .parts.footer_pref .block .list figure {
    margin: 0;
}
.cms-public .parts.footer_pref .block .list figure ul {
    list-style: none;
    margin: 0 0 0 30px;
    padding-top: 0;
}
.cms-public .parts.footer_pref .block .list figure ul li {
    line-height: 40px;
    position: relative;
  font-size: 0.875rem;
}
.cms-public .parts.footer_pref .block .list figure ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #036EB8;
    border-right: solid 2px #036EB8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    position: absolute;
    bottom: 15px;
    top: 0;
    left: -15px;
    margin-top: auto;
    text-decoration: none;
}

.cms-public .parts.footer_pref .location_info p,
.cms-public .parts.footer_pref .location_info_detail p {
     margin: 0;
}
body:not(.dev-mb) .cms-public .location_info_detail .sentence p {
  font-size: 0.75rem;
}

.cms-public .parts.footer_pref .note .sns {
    position: absolute;
    top: 20px;
    right: 0;
}
.cms-public .parts.footer_pref .note .sns .image .block.center {
    display: flex;
    margin: 0;
    width: auto;
}
.cms-public .parts.footer_pref .note .sns .image .block.center figure {
    margin-left: 10px;
}
.footer_pref .sentence br:first-of-type {
  display: none;
}


/* �R�s�[���C�g */
.cms-public .parts.footer_copyright {
    background: #036EB8;
    width: 100%;
}
.cms-public .parts.footer_copyright .sentence p {
    font-size: 12px;
    line-height: 40px;
    margin: 0;
    color: #fff;
}



@media screen and (max-width: 1200px) {
  .gt-eng_top_textArea {
    margin: 0 auto;
  }
 

}


.gt_pc { display: block }
.gt_mb { display: none; }

@media screen and (max-width: 768px) {

.gt_pc { display: none; }
.gt_mb { display: block; }

.gt-eng_h2_ub {
  font-size:20px!important;
}

.gt-eng_top_act_area {
  padding: 10px 5px;
  marign:10px auto 40px;
  font-size:80%;
  line-height: 140%!important;

}



}
/*# sourceMappingURL=style.css.map */