@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
  color:#333;
  line-height:1.5;
  background:#f7f7f7;
  font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  -webkit-text-size-adjust: none;
}




/* リンク設定
------------------------------------------------------------*/
a{color:#7d9313;text-decoration:none;}
a:hover{color:#b3dc2e;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
  margin:0 auto;
  position:relative;
  background:#fff;
  overflow:hidden;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 2rem;
}

* html #wrapper{background:#fff;}

.inner {
  margin:0 auto;
  width:100%;
}


/*************
/* ヘッダー
*************/
h1 {
  font-size:12px;
  line-height:1.6;
  font-weight:normal;
}

#header {
  overflow:hidden;
  padding:5px 0 0;
  color:#fff;
  background:#7d9313;
}

* html #header{height:1%;}

.bg-wh {
  background-color: #fff;
}

.bg-yg {
  background-color: #9EBC19;
  display: block;
}

.inner {
  display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/*************
/* ロゴ
*************/
.header_logo {
  width: 40%;
    margin: auto 0;
  position: relative;
    transition: .3s;
}

.header_logo a:hover {
  opacity: .75;
    transition: .3s;
}

.header_logo span {
    position: absolute;
    bottom: 12%;
    font-size: 5px;
    color: #333;
    left: 25%;
}

.header_logo img {
  width: 100%;
}

.pc-sp-block {
  display: block;
}

.pc-sp-none {
  display: none;
}


.sp-none {
  display: block;
}

.pc-none {
  display: none;
}


.info {
  margin:20px 0;
  color: #444;
  width: 40%;
  font-size: 12px;
  display: block;
}

.tel strong{
  font-size:20px;
  font-weight:bold;
}


.header_list {
  display: flex;
  justify-content: end;
}

.header_list li {
  width: 25%;
  margin: 0 5px;
}

.header_list li a {
  text-align: center;
    display: block;
  border-radius: 15px;
  padding: 30px 10px 5px 10px;
  color:#333;
    transition: .3s;
}

.header_list li a:hover {
  background-color: #ff8f07;
  color:#fff;
    transition: .3s;
}

.icon_img-01 {
  background-image: url(../../images/common/icon_inquiries-bk.svg);
  background-repeat: no-repeat;
    background-size: 25%;
    background-position-x: center;
    background-position-y: 10px;
  /* transition: background-image 0.3s ease; */
}

.icon_img-01:hover {
  background-image: url(../../images/common/icon_inquiries-wh.svg);
}

.icon_img-02 {
  background-image: url(../../images/common/icon_access-bk.svg);
  background-repeat: no-repeat;
    background-size: 25%;
    background-position-x: center;
    background-position-y: 10px;
  /* transition: background-image 0.3s ease; */
}

.icon_img-02:hover {
  background-image: url(../../images/common/icon_access-wh.svg);
}


.icon_img-03 {
  background-image: url(../../images/common/icon_language-bk.svg);
  background-repeat: no-repeat;
    background-size: 35%;
    background-position-x: center;
    background-position-y: 10px;
  /* transition: background-image 0.3s ease; */
}

.icon_img-03:hover {
  background-image: url(../../images/common/icon_language-wh.svg);
}



/* ナビゲーションメニュー */
.nav {
  margin:0 auto;
  width:100%;
}
.dropdown {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
}

.link-hover {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
  text-align: center;
}

.link-hover-link {
  display: block;
  margin: 0;
    padding: 10px 30px;
  text-align: center;
    color: #333;
    text-decoration: none;
  font-size: 16px;
    background-color: #ecf2d1;
  line-height: 1.75;
  transition: .5s;
}

.link-hover-link:hover {
    color: #fff;
    background-color: #00843b;
  transition: .5s;
}

.link-hover #school_info span,
.link-hover #course span,
.link-hover #career span,
.link-hover #campuslife span,
.link-hover #admission span,
.link-hover #contact span {
  position: relative;
}

.link-hover #school_info span::before,
.link-hover #course span::before,
.link-hover #career span::before,
.link-hover #campuslife span::before,
.link-hover #admission span::before,
.link-hover #contact span::before {
  content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: -4px;
  transition: .5s;
}

.link-hover #school_info span::before {
    border: solid 1px #00843b;
}
.link-hover:hover > a#school_info span::before {
    border: solid 1px #ffffff;
}

.link-hover #course span::before {
    border: solid 1px #93e902;
}
.link-hover:hover > a#course span::before {
    border: solid 1px #ffffff;
}

.link-hover #career span::before {
    border: solid 1px #ffc809;
}
.link-hover:hover > a#career span::before {
    border: solid 1px #ffffff;
}

.link-hover #campuslife span::before {
    border: solid 1px #ff8f07;
}
.link-hover:hover > a#campuslife span::before {
    border: solid 1px #ffffff;
}

.link-hover #admission span::before {
    border: solid 1px #fd380a;
}
.link-hover #admission:hover > span::before {
    border: solid 1px #ffffff;
}

.link-hover #contact span::before {
    border: solid 1px #b60081;
}
.link-hover #contact:hover > span::before {
    border: solid 1px #ffffff;
}


.link-hover-link:hover > span::before {
  animation: hideAndShowUnderline 0.7s forwards;
}

@keyframes hideAndShowUnderline {
  0% {
    width: 100%;
  }
  5% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}


/* Submenu */ 
.dropdown_list {
    position: absolute;
  top: 100%;
    left: 0;
  width: 100%;
  z-index: 1;
}

.dropdown_item {
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .2s;
}

.dropdown_item a {
  padding: 13px 15px;
    background: #ecf2d1;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
  display: flex;
    flex-wrap: wrap;
  color: #333;
}

.dropdown > li:hover > a {  
  background: #00843b; 
  color: #fff;
}

.dropdown > li:hover li:hover > a {  
  background: #00843b; 
  color: #fff;
}

.dropdown > li:hover > ul > li {
  overflow: visible;
  height: 44px;
}

.dropdown_item a:hover {
  opacity: .75;
}

/* ハンバーガーメニュー */

.xs-menu {
  position: relative;
  width: 40px;
  height: 30px;
  margin: 10px;
  cursor: pointer;
}
.xs-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 1.5px;
}
.xs-menu, .xs-menu span {
  display: none;
  transition: all .5s;
  box-sizing: border-box;
}
.xs-menu span:nth-of-type(1) {
  top: 0;
}
.xs-menu span:nth-of-type(2) {
  top: 13.5px;
}
.xs-menu span:nth-of-type(3) {
  bottom: 0;
}

#menu span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .5s forwards;
  animation: menu-bar01 .5s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(13.5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(13.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(13.5px) rotate(45deg);
  }
  50% {
    transform: translateY(13.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#menu span:nth-of-type(3) {
  -webkit-animation: menu-bar03 .5s forwards;
  animation: menu-bar03 .5s forwards;
}
@-webkit-keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-13.5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-13.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-13.5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-13.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .5s forwards;
  animation: active-menu-bar01 .5s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(13.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(13.5px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(13.5px) rotate(0);
  }
  100% {
    transform: translateY(13.5px) rotate(45deg);
  }
}
#menu.active span:nth-of-type(2) {
  opacity: 0;
}
#menu.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .5s forwards;
  animation: active-menu-bar03 .5s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-13.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-13.5px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-13.5px) rotate(0);
  }
  100% {
    transform: translateY(-13.5px) rotate(-45deg);
  }
}



#xs-menu {
  position: fixed;
  display: none;
  right: 0;
  top: 50px;
  list-style-type: none;
  background-color: color(srgb 1 1 1 / 0.85);
  padding: 0;
  z-index: 9999;
  width: 80%;
  height: 100% !important;
  font-size: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* .xs-menu__item {
  border-bottom: 1px solid #fff;
} */

.xs-menu__a {
  display: block;
  padding: .5rem 1rem;
  color: #fff;
  background-size: 10px;
}

.xs-menu__item.school_info .xs-menu__a {
  background-color: #00843b;
}

.xs-menu__item.course .xs-menu__a {
  background-color: #93e902;
}

.xs-menu__item.career .xs-menu__a {
  background-color: #ffc809;
}

.xs-menu__item.campuslife .xs-menu__a {
  background-color: #ff8f07;
}
.xs-menu__item.admission .xs-menu__a {
  background-color: #fd380a;
}

.xs-menu__item.contact .xs-menu__a {
  background-color: #b60081;
}


.xs-menu__item.school_info .xs-sub-menu {
  border: solid 1.5px #00843b;
}

.xs-menu__item.course .xs-sub-menu {
  border: solid 1.5px #93e902;
}

.xs-menu__item.career .xs-sub-menu {
  border: solid 1.5px #ffc809;
}

.xs-menu__item.campuslife .xs-sub-menu {
  border: solid 1.5px #ff8f07;
}



.xs-menu__item.school_info .xs-sub-menu li {
  border-right: solid 1.5px #00843b;
  border-bottom: solid 1.5px #00843b;
}

.xs-menu__item.course .xs-sub-menu li {
  border-right: solid 1.5px #93e902;
  border-bottom: solid 1.5px #93e902;
}

.xs-menu__item.career .xs-sub-menu li {
  border-right: solid 1.5px #ffc809;
  border-bottom: solid 1.5px #ffc809;
}

.xs-menu__item.campuslife .xs-sub-menu li {
  border-right: solid 1.5px #ff8f07;
  border-bottom: solid 1.5px #ff8f07;
}


.xs-menu__item.school_info .xs-sub-menu li:nth-child(even) ,
.xs-menu__item.course .xs-sub-menu li:nth-child(even) ,
.xs-menu__item.career .xs-sub-menu li:nth-child(even) ,
.xs-menu__item.campuslife .xs-sub-menu li:nth-child(even) {
  border-right: none;
}
.xs-menu__item.school_info .xs-sub-menu li:nth-child(3) ,
.xs-menu__item.course .xs-sub-menu li:nth-child(1) ,
.xs-menu__item.career .xs-sub-menu li:nth-child(1) ,
.xs-menu__item.campuslife .xs-sub-menu li:nth-child(3) ,
.xs-menu__item.school_info .xs-sub-menu li:nth-child(4) ,
.xs-menu__item.course .xs-sub-menu li:nth-child(2) ,
.xs-menu__item.career .xs-sub-menu li:nth-child(2) ,
.xs-menu__item.campuslife .xs-sub-menu li:nth-child(4) {
  border-bottom: none;
}

.xs-sub-menu {
  display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
}
.xs-sub-menu li {
    font-size: 14px;
    width: 50%;
}

.xs-sub-menu li a {
    color: #000;
  display: block;
    padding: .5rem;
}


.xs-menu__row {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.xs-menu__col {
  text-align: center;
  border-right: 1px solid #e5e5e5;
}

.xs-menu__col_a {
  color: #333;
  display: block;
  padding: .5rem 0;
  font-size: .75rem;
}

.xs-menu__col_a img {
  height: 30px;
  padding-top: 4px;
  padding-bottom: 3px;
}

.xs-menu__sns {
    display: flex;
    justify-content: flex-start;
  align-items: center;
    padding: 1.5em 1em;
}

.xs-menu__sns_item img{
  width: 40px;
  margin: 0 0.5em;
}

.xs-menu__search {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 5rem;
}

.xs-menu__search_button {
  background: #fff;
  border: 1px solid #ced4da;
  width: 12%;
  height: 38px;
  float: right;
  position: relative;
}

.xs-menu__search_button img {
  width: 20px;
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -10px;
}

.xs-menu__search .form-group {
  width: 87%;
  float: left;
}

.xs-menu__search .form-control {
  border-radius: 0;
}


/* 
.locked {
  height: 100%;
  overflow-y: hidden;
} */


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
.main_image {
  clear:both;
  line-height:0;
  overflow: hidden;
}


.main_image .inner{
  position:relative;
}


/* 共通パーツ */
.badge {
    color: #fff;
    background-color: #00843b;
    display: inline-block;
    margin: .5rem .25rem;
    padding: .5em .75em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

a[target="_blank"]::after {
    content: "";
    background: url(../../images/common/icon_newwindow.svg) center right no-repeat;
    margin: 0 5px;
    padding-right: 20px;
  transition: .3s;
}


/* PDF */
.link-pdf {
  list-style: none;
}
.link-pdf a {
    padding: 15px 0px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    font-size: 14px;
    border: solid 1.5px #00843b;
    color: #00843b;
  transition: .3s;
}

.link-pdf a:hover {
  color: #fff;
  background-color: #00843b;
  transition: .3s;
}

.link-pdf a:hover >.badge {
    color: #00843b;
    background-color: #fff;
}
.link-pdf a[target="_blank"]:hover::after {
    background: url(../../images/common/icon_newwindow_white.svg) center right no-repeat;
  transition: .3s;
}


/*linkbtn*/

.linkbtn-wh a {
    text-align: center;
    padding: 1rem;
    border: 1px solid #333;
    display: block;
}

.linkbtn-wh a:hover {
    color: #333;
    text-decoration: none;
    background: #ededed;
}


.list-box {
  padding: 0 1rem;
}
.list-box a {
  padding: 1.5rem 0;
    border-bottom: 1px solid #e3e3e2;
  display: flex;
  flex-wrap: wrap;
}

.list-box a span {
  display: block;
}

.list-box a:first-of-type {
    border-top: 1px solid #e3e3e2;
}

/* footer */

.footer {
  background-color: #f5f8e8;
}

.footer-h2 {
  font-weight: bold;
    border-left: 2px solid #7d9313;
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 1.5rem;
}


.footer-menu,.footer-menu-group,.footer-menu-link {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu {
  background-color: #9EBC19;
    padding: 20px 0;
  color: #fff;
  justify-content: space-evenly;
  font-size: 14px;
  text-align: center;
}

.footer-menu a {
    color: #fff;
    position: relative;
    transition: .3s;
    padding: 5px;
    width: 25%;
}

.footer-menu a::before{
    content: "";
    display: inline-block;
    height: 20px;
    border: solid 1px #fff;
    position: absolute;
    bottom: .3em;
    right: 0;
}

.footer-menu a:last-child::before{
  content: none;
}


.footer-menu a::after{
  position: absolute;
  bottom: .3em;
  left: 10%;
  content: '';
  width: 85%;
  height: 2px;
  background-color: #ffffff;
  opacity: 0;
  transition: .3s;
}

.footer-menu a:last-child::after{
  left: 7%;
}

.footer-menu a:hover::after{
  bottom: -.2rem;
  opacity: 1;
}



.footer-menu-group {
  justify-content: space-between;
  font-size: 12px;
    margin: 5px;
}

.footer-menu-group a {
    width: 33%;
  color: #333;
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
}
.footer-menu-group a span {
  color: #9ebc19;
}

.footer-menu-link {
  justify-content: space-between;
  font-size: 12px;
}

.footer-menu-link a {
    width: 18%;
    color: #333;
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
    margin: 5px;
    flex: auto;
}

.footer-menu-link a span {
  color: #9ebc19;
}


.footer-menu-group a:hover,
.footer-menu-link a:hover {
  background-color: #00843b;
  color: #fff;
  transition: .25s;
}

.footer-menu-group a:hover > span,
.footer-menu-link a:hover > span {
  color: #fff;
  transition: .25s;
}


.footer_logo {
    margin: auto;
  margin-bottom: 15px;
}

.footer_logo a {
  display: inline-block;
  position: relative;
    transition: .3s;
}

.footer_logo a:hover {
  opacity: .75;
    transition: .3s;
}

.footer_logo span {
    position: absolute;
    bottom: 12%;
    font-size: 5px;
    color: #333;
    right: -3%;
}
.footer_logo img {
  width: 100%;
}

.footer_address {
    margin: 25px 0;
}

.footer_address li {
  margin: 5px 10px;
  font-size: 90%;
}


.footer__copyright {
  font-size: 80%;
  margin-bottom: 0;
}

.search-field {
  margin-right: 0.15rem;
}


body {
  background-color: #f5f8e8;
}



/* PC用 */
@media only screen and (min-width:960px){
  #wrapper,.inner,.nav{
    width:940px;
    padding:0;
  }

}



/* モニター幅960px以下 */
@media only screen and (max-width:960px){
  h1{padding:0 1%;width:98%}
  #header .header_logo{padding-left:10px;}
  #header .info{padding-right:10px;}
  .header_logo {
    padding-left: 10px;
  }
  .header_logo span {
    display: none;
  }

  .pc-sp-block {
    display: none;
  }

  .pc-sp-none {
    display: block;
  }


  .header_list li {
      width: 30%;
  }

  .link-hover {
    display: block;
    border-left: 1px solid #9ebc19;
    border-right: 1px solid #9ebc19;
    flex: auto;
  }

  .link-hover-link {
      padding: 10px 15px;
  }


}



/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:767px){

  .bg-wh {
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  p {
    margin-bottom: 1.5rem;
  }

  .header_logo {
    margin: auto 10px;
    padding-left: 0px;
   }
  .header_logo span {
    display: block;
  }

  .pc-sp-block {
    display: block;
  }

  .pc-sp-none {
    display: none;
  }


  .xs-menu, .xs-menu span {
    display: inline-block;
  }
  .header_list {
      justify-content: space-evenly;
  }

    .header_list li {
        width: 33%;
        margin: 0;
    }

  .header_list li a {
    padding: 25px 5px 5px 5px;
    margin: 15px 0px 10px;
  }

  .icon_img-01,.icon_img-02 {
      background-size: 12%;
    font-size: 90%;
  }

  .icon_img-03 {
    background-position-y: 15px;
      background-size: 15%;
    font-size: 90%;
  }

  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }
  .info {
    display: none;
  }

  .bg-yg {
    display: none;
  }
  .main_image {
    padding-top: 50px;
  }

  .footer-menu a {
        width: 45%;
        font-size: 12px;
  }
  .footer-menu #site_map::before{
    content: none;
  }
  .footer-content {
    padding: 0 15px;
  }

  .footer-menu-link a {
      width: 45%;
  }

  .footer_logo img {
      width: 92%;
  }
  .footer_logo span {
    bottom: 15%;
    right: 0%;
  }

  .grid img{
    float:none;
    margin:20px auto 10px;
  }
  
  .grid p{text-align:left;}

  img.frame,#gallery img{border-width:2px;}

  .alignleft,.alignright{
    float:none;
    display:block;
    margin:0 auto 10px;
  }
  
  #footer .grid p{text-align:center;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
  .header_logo {
    margin: 15px 10px;
    width: initial;
    max-width: 300px;
  }
  #xs-menu {
    top: 61px;
  }
  .xs-menu {
        width: 40px;
        height: 30px;
        margin: 15px;
  }

  .xs-menu span:nth-of-type(2) {
      top: 13px;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(13px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(13px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(13px) rotate(45deg);
    }
    50% {
      transform: translateY(13px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-bar03 {
    0% {
      -webkit-transform: translateY(-13px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-13px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar03 {
    0% {
      transform: translateY(-13px) rotate(-45deg);
    }
    50% {
      transform: translateY(-13px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(13px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(13px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(13px) rotate(0);
    }
    100% {
      transform: translateY(13px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-13px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-13px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-13px) rotate(0);
    }
    100% {
      transform: translateY(-13px) rotate(-45deg);
    }
  }

  .main_image {
    padding-top: 61px;
  }

  .slider img {
    width: 750px!important;
    object-fit: cover;
  }

  .icon_img-01,.icon_img-02 {
      background-size: 15%;
  }
  .footer-menu-group a {
      width: 50%;
    flex: auto;
    margin: 5px 2px;
  }

  .footer-menu-link a {
    width: 48%;
    margin: 5px 2px;
  }

  .footer_address {
      display: block;
    margin-bottom: 25px;
  }
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:380px){
    #xs-menu {
        top: 60px;
    }
  .main_image {
    padding-top: 60px;
  }
}