@charset "UTF-8";
/**** style ****/
html { font-size: 62.5%; }
.mgn_all_0{ margin:0px;}
.mgn_b_10{ margin-bottom:10px;}
.mgn_b_15{ margin-bottom:15px;}
.mgn_b_20{ margin-bottom:20px;}
.mgn_b_30{ margin-bottom:30px;}
.mgn_b_50{ margin-bottom:50px;}
.mgn_b_70{ margin-bottom:70px;}
.mgn_b_100{ margin-bottom:100px;}
.mgn_t_10{ margin-top:10px;}
.mgn_t_20{ margin-top:20px;}
.mgn_t_30{ margin-top:30px;}
.mgn_t_50{ margin-top:50px;}
.pdg_b_30{ padding-bottom:30px;}
.pdg_b_50{ padding-bottom:50px;}

a {
  text-decoration: none;
  color: #000000;
}

.wrapper{
  max-width:100%;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 60px;
}

.copy {
  color: #fff;
  background-color:#3d4d52;
  text-align: center;
  padding: 25px 0;
  font-size: 0.7em;
}

header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background: #fff;
}

body {
  margin: 0 auto;
  background: #fdfded;
}

/*---------- モバイルファースト ----------*/
.pc-only {display:none;}
.sp-only {display:block;}

/*.img_cent_logo{ margin:0 auto; text-align: center; padding-top: 0px; width: 50%; }*/
/*.img_cent_logo p {
  font-size: 20px;
}*/

.img_cent {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 30px;
  background: #ffffff;
}
.img_frame {
  /*padding: 3px 3px 1px;*/
  /*margin: 0 10px 40px;*/
  /*background: #efc278;*/
}

.hd_box {
  display: flex;
  width: 100%;
  /*justify-content: space-around;*/
  justify-content: flex-start;
}
.hd_box h1 {display:none;}
.hd_logo {
  width: 50%;
  color: orange;
  font-size: 2.6rem;
  padding: 1% 0 0 3%;
}
.hd_btn {
  width: 18%;
  padding: 2% 2% 0 0;
}

h2.hd_heading {
  font-size: 2rem;
  text-align: center;
  margin: 10% 0;
}
h2.hd_heading {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

h2.hd_heading:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #ffa500;
}

/*メニューボタンを下部に固定*/
#footer_fixed_menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
/*  font-size: 0;*/
/*  opacity: 0.9;*/
  z-index: 99;
  background: #ffa500a6;
  padding: 10px 15px;
}

/*メニューを横並びにする*/
#footer_fixed_menu ul {
  display: flex;
  list-style: none;
  padding:0;
  margin:0;
  width:100%;
  box-sizing: border-box;
  gap: 1%;
}

#footer_fixed_menu li {
  justify-content: center;
  align-items: center;
  /*width: 30%;*/
  width: 46%;
  padding:0;
  margin:0;
  font-size: 14px;
  border-right: 1px solid #fff;
}

/*左側メニューを白色に*/
#footer_fixed_menu li:first-child {
  background: #fff;
  border-radius: 5px;
  border: solid 1px #D93828;
}

/*中央メニューをピンク色に*/
#footer_fixed_menu li:nth-child(2) {
  background: #da0057;
  border-radius: 5px;
}

/*右側メニューを緑色に*/
#footer_fixed_menu li:last-child {
  /*background: #0dbd0d;*/
  background: #da0057;
  border-radius: 5px;
}

/*ボタンを調整*/
#footer_fixed_menu li:first-child a{
  color: #D93828;
  text-align: center;
  display:block;
  width: 100%;
  padding:13px 0;
}
#footer_fixed_menu li a{
  color: #fff;
  text-align: center;
  display:block;
  width: 100%;
  padding:10px 0 5px;
}

#footer_fixed_menu li:last-child img {
  width: 25%;
}

#footer_fixed_menu li:first-child a .ffm_box .ffm_text_sp {
  display: inline-block;
  font-weight: bold;
  padding: 10px 0 0;
}
#footer_fixed_menu li:first-child a .ffm_box div i {font-size: 1.5em;}

#footer_fixed_menu li:nth-child(2) a .ffm_box .ffm_text_sp {
  display: inline-block;
  font-weight: bold;
  padding: 1px 0 0;
}
#footer_fixed_menu li:nth-child(2) a .ffm_box div i {font-size: 1.5em;}

#footer_fixed_menu li:last-child a .ffm_box .ffm_text_sp {
  display: inline-block;
  font-weight: bold;
  padding: 5px 0 0;
}

#footer_fixed_menu ul li div.ffm_box {display: block;}

#footer_fixed_menu li:first-child a .ffm_box .ffm_text_pc, #footer_fixed_menu li:nth-child(2) a .ffm_box .ffm_text_pc, #footer_fixed_menu li:last-child a .ffm_box .ffm_text_pc {
    display: none;
    padding: 0;
  }

#access h2 {
  text-align: center;
  color: orange;
}
#access {padding: 50px 0 130px;}
.access {padding:10px;}
.access_info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
.access_info .box {
  display: flex;
  width:100%;
}
.access_info .box .item1 {
  width:20%;
  padding: 20px 10px;
  background: lightgray;
}
.access_info .box .item2 {
  padding: 20px 10px;
  background: #ffffff;
  width: 80%;
}


/*---------- PC表示調整 ----------*/
@media only screen and (min-width:481px) {
  .pc-only {display:block;}
  .sp-only {display:none;}
/*  .img_cent_logo{margin:0 auto; text-align: center; padding-top: 0px; width: 15%; }*/
  .img_cent{
    margin: 0 auto;
    width: 80%;
    padding-bottom: 130px;
    padding-top: 50px;
  }
  .img_frame {
    margin: 0 10px 100px;
}
  
  .hd_box {
    width: 100%;
    margin: 0 auto;
  }
  .hd_logo {
    width: 20%;
    color: orange;
    font-size: 2.8rem;
    font-weight: bold;
    /*padding: 3% 0 0 3%;*/
  }
  .hd_btn {
    width: 8%;
    padding: 2% 0 0 0;
  }
  .hd_heading {
    font-size: 1.6rem;
    text-align: center;
    margin: 10% 0;
  }

  h2.hd_heading {
    margin: 10% 0 6%;
  }

  #footer_fixed_menu ul li div.ffm_box {display: flex; justify-content: center;}

  #footer_fixed_menu li:first-child a .ffm_box .ffm_text_sp, #footer_fixed_menu li:nth-child(2) a .ffm_box .ffm_text_sp, #footer_fixed_menu li:last-child a .ffm_box .ffm_text_sp {
    display: none;
    padding: 0;
  }
  #footer_fixed_menu li:first-child a .ffm_box .ffm_text_pc {
    display: block;
    padding: 0;
/*    color: #000;*/
    font-size: 2.6rem;
  }
  #footer_fixed_menu li:nth-child(2) a .ffm_box .ffm_text_pc {
    display: block;
    padding: 0;
    font-size: 2.4rem;
  }
  #footer_fixed_menu li:last-child a .ffm_box .ffm_text_pc {
    display: block;
    padding: 0;
    font-size: 2.4rem;
  }

  #footer_fixed_menu li:first-child a .ffm_box div i {font-size: 2.3em; padding-right: 10px;}
  #footer_fixed_menu li:nth-child(2) a .ffm_box div i {font-size: 2.3em; padding-right: 10px;}
  #footer_fixed_menu li:nth-child(2) a .ffm_box .ffm_text_pc .font_s {font-size: 1.4rem;}
  #footer_fixed_menu li:last-child img {width: 50%;}
  #footer_fixed_menu li:last-child a .ffm_box div:last-child {padding-right: 20px;}
  #footer_fixed_menu li:last-child a .ffm_box .ffm_text_pc .font_s {font-size: 14px;}
  #footer_fixed_menu li a {padding: 16px 0 0;}

  #access h2 {
    font-size: 2.5rem;
  }
  .access {
    margin: 0 auto;
    width: 80%;
    display: flex;
    column-gap: 30px;
  }
  .access .access_map {
    width: 50%;
  }
  .access .access_info {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .access_info .box .item2 {
    width: 100%;
  }
}