@charset "UTF-8";
/* ===========================
--- General Setting
============================ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

p, li, dt, dd, table {
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
}

img {
  border: 0px;
}

select option {
  padding: 0px 5px;
}

/* ===========================
--- Clearfix
============================ */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: block;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ===========================
--- Link Setting
============================ */
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

a:link {
  color: #F90;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #c1272d;
  text-decoration: none;
}

a:active {
  color: #666666;
  text-decoration: none;
}

a img {
  border-style: none;
}

/* ===========================
--- Layout-
============================ */
body {
  font-family: ‘Noto Sans JP’, sans-serif;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* ===========================
--- Menu
============================ */
#main_menu_hader {
  position: relative;
  display: block;
  height: 80px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
}

@media (max-width: 1200px) {
  #main_menu_hader {
    display: none;
  }
}
#main_menu_rogo {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 999;
}

#hokuyou_access {
  position: absolute;
  top: 5px;
  right: 15px;
  display: block;
  width: 100%;
  padding: 5px 20px 0 0;
}
#hokuyou_access p {
  text-align: right;
  font-size: 0.875rem;
}
#hokuyou_access .fa-twitter,
#hokuyou_access .fa-instagram,
#hokuyou_access .fa-youtube {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 5px;
}
#hokuyou_access .fa-twitter {
  color: #4794ee;
}
#hokuyou_access .fa-instagram {
  color: #df1a89;
}
#hokuyou_access .fa-youtube {
  color: #f92610;
}

#main_menu_rogo2 {
  position: absolute;
  display: none;
  top: 0px;
  left: 10%;
  width: 80px;
  height: 45px;
}

#main_menu_rogo.fixed {
  display: none;
}

#main_menu_rogo2.fixed {
  display: inline-block;
}

#main_menu {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  background: #f2f2f2;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  z-index: 20;
}

#top_menu_box {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  height: 40px;
  text-align: center;
}

.top_menu {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: auto;
  padding: 0;
  height: 40px;
  width: 100%;
  z-index: 2;
}

.top_menu ul {
  display: inline-block;
  margin: auto;
}

.main_menu_rogo2 {
  display: none;
}

.top_menu li {
  display: inline-block;
  height: 40px;
  text-align: center;
  transition: 0.3s;
}

.top_menu li a {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 1.0625rem;
  font-family: "Sawarabi Gothic", sans-serif;
  padding: 0 30px;
  color: #837d1a !important;
}
.top_menu li a .fas,
.top_menu li a .fab,
.top_menu li a .far {
  margin: 0 10px 0 0;
  font-size: 1.125rem;
}

.top_menu li:hover > a {
  background: #afa722;
  color: #FFF !important;
}

.top_menu li a:hover {
  background: #afa722;
  color: #FFF !important;
}

.top_menu li a:active {
  background: #afa722;
  color: #FFF !important;
}

.top_menu li ul {
  position: absolute;
  display: none;
  list-style: none;
  top: 39px;
  left: 0px !important;
  width: 100% !important;
  padding: 20px 10%;
  background: #fbfbfb;
  z-index: 99999;
}

.top_menu li ul li {
  position: relative;
  display: inline-block;
  width: 18%;
  padding: 0 0px;
  overflow: hidden;
  border-bottom: 1px solid #837d1a;
}
.top_menu li ul li .fas {
  display: inline-block;
  line-height: 40px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.top_menu li:hover ul {
  display: block;
}

.top_menu li ul li {
  font-size: 0.9375rem;
}

.top_menu li ul li a {
  text-align: left;
  font-size: 0.9375rem;
  vertical-align: middle;
  padding: 0 0 0 10px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1550px) {
  .top_menu li ul {
    padding: 20px 5%;
  }

  .top_menu li ul li {
    width: 16%;
  }
}
@media (max-width: 1450px) {
  .top_menu li a {
    font-size: 0.875rem;
  }

  .top_menu li ul {
    padding: 20px 5%;
  }

  .top_menu li ul li {
    width: 20%;
  }
}
@media (max-width: 1330px) {
  .top_menu li a {
    font-size: 0.875rem;
  }

  .top_menu li ul {
    padding: 20px 5%;
  }
}
#main_menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0px;
  padding: 0;
}
#main_menu.fixed .main_menu_rogo2 {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 200px;
}

#top_menu_box.fixed {
  position: fixed;
  top: 0px;
  height: 35px;
  z-index: 999;
  width: 100%;
}
#top_menu_box.fixed .top_menu li a {
  padding: 0 20px;
  font-size: 1rem;
}
#top_menu_box.fixed .top_menu li:first-child {
  display: inline-block;
}
#top_menu_box.fixed .top_menu li ul li a {
  font-size: 0.875rem;
  padding: 0 10px;
}

#menu_adjustment {
  display: block;
  width: 100%;
  height: 1;
}

@media (max-width: 961px) {
  #menu_adjustment {
    height: 0px;
  }
}
@media (max-width: 1920px) {
  #main_menu.fixed .main_menu_rogo2 {
    position: absolute;
    top: 3px;
    left: 200px;
  }
}
@media (max-width: 1850px) {
  #main_menu.fixed .main_menu_rogo2 {
    position: absolute;
    top: 3px;
    left: 190px;
  }
}
@media (max-width: 1750px) {
  #main_menu.fixed .main_menu_rogo2 {
    position: absolute;
    top: 3px;
    left: 130px;
  }
}
@media (max-width: 1700px) {
  #main_menu.fixed .main_menu_rogo2 {
    position: absolute;
    top: 3px;
    left: 150px;
  }
}
@media (max-width: 1650px) {
  #main_menu.fixed .main_menu_rogo2 {
    position: absolute;
    top: 3px;
    left: 130px;
  }
}
@media (max-width: 1600px) {
  #main_menu.fixed .main_menu_rogo2 {
    position: absolute;
    top: 3px;
    left: 110px;
  }
}
@media (max-width: 1550px) {
  #main_menu.fixed .main_menu_rogo2 {
    position: absolute;
    top: 3px;
    left: 95px;
  }
}
@media (max-width: 1450px) {
  #main_menu.fixed .main_menu_rogo2 {
    position: absolute;
    top: 3px;
    left: 70px;
  }
}
@media (max-width: 1400px) {
  #main_menu.fixed .main_menu_rogo2 {
    position: absolute;
    top: 3px;
    left: 50px;
  }
}
@media (max-width: 1350px) {
  #main_menu.fixed .main_menu_rogo2 {
    position: absolute;
    top: 3px;
    left: 40px;
  }
}
@media (max-width: 1250px) {
  #main_menu.fixed .main_menu_rogo2 {
    position: absolute;
    top: 3px;
    left: 20px;
  }
}
/* ===========================
--- Top link
============================ */
#top_link {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
}

#top_side_banner_inner {
  position: relative;
  display: block;
  background: url("../item/top_link_back.png");
  padding: 30px 0 10px 0;
}
#top_side_banner_inner a {
  display: block;
  padding: 0;
  margin: 0;
}
#top_side_banner_inner a:link {
  color: #000;
  text-decoration: none;
}
#top_side_banner_inner a:visited {
  color: #000;
  text-decoration: none;
}
#top_side_banner_inner a:hover {
  color: #000;
  text-decoration: none;
}
#top_side_banner_inner a:active {
  color: #000;
  text-decoration: none;
}

.t_banner_text {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 20px auto;
  font-size: 0.875rem;
  background: #fff;
  transition: 0.3s;
  z-index: 1;
}

.t_banner_1,
.t_banner_2,
.t_banner_3,
.t_banner_4,
.t_banner_5,
.t_banner_6 {
  position: relative;
  display: block;
  height: 60px;
  padding: 0 2px 0 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}

.t_banner_icon_1,
.t_banner_icon_2,
.t_banner_icon_3,
.t_banner_icon_4,
.t_banner_icon_5,
.t_banner_icon_6 {
  position: absolute;
  content: "";
  top: 3px;
  left: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 2.125rem;
}
.t_banner_icon_1 .fas,
.t_banner_icon_2 .fas,
.t_banner_icon_3 .fas,
.t_banner_icon_4 .fas,
.t_banner_icon_5 .fas,
.t_banner_icon_6 .fas {
  font-weight: 900;
}

.t_banner_icon_1,
.t_banner_icon_2,
.t_banner_icon_3,
.t_banner_icon_4,
.t_banner_icon_5,
.t_banner_icon_6 {
  color: #999;
  transition: 0.3s;
}

.t_banner_text:hover {
  background: url("../item/link_hover.jpg");
  color: #FFF;
}
.t_banner_text:hover .t_banner_icon_1,
.t_banner_text:hover .t_banner_icon_2,
.t_banner_text:hover .t_banner_icon_3,
.t_banner_text:hover .t_banner_icon_4,
.t_banner_text:hover .t_banner_icon_5,
.t_banner_text:hover .t_banner_icon_6 {
  color: #FFF;
}

@media screen and (max-width: 741px) {
  .t_banner_text {
    width: 80%;
  }

  .t_banner_text,
  .t_banner_1,
  .t_banner_2,
  .t_banner_3,
  .t_banner_4,
  .t_banner_5,
  .t_banner_6,
  .t_banner_icon_1,
  .t_banner_icon_2,
  .t_banner_icon_3,
  .t_banner_icon_4,
  .t_banner_icon_5,
  .t_banner_icon_6 {
    height: 40px;
    line-height: 40px;
  }

  .t_banner_icon_1,
  .t_banner_icon_2,
  .t_banner_icon_3,
  .t_banner_icon_4,
  .t_banner_icon_5,
  .t_banner_icon_6 {
    font-size: 1.75rem;
  }
}
/* ===========================
--- Top course
============================ */
#course {
  display: block;
  width: 100%;
  margin: 20px 0 20px 0;
}

#course_inner {
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
}

.course_1,
.course_2 {
  display: block;
  text-align: center;
  line-height: 85px;
  height: 85px;
  width: 100%;
  margin: 30px 0 0 0;
}
.course_1 a,
.course_2 a {
  display: block;
  font-size: 1rem;
  text-indent: 2px;
  font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  color: #0071bc;
}
.course_1 a:link,
.course_2 a:link {
  color: #0071bc;
  text-decoration: none;
}
.course_1 a:visited,
.course_2 a:visited {
  color: #0071bc;
  text-decoration: none;
}
.course_1 a:hover,
.course_2 a:hover {
  color: #f90;
  text-decoration: none;
}
.course_1 a:active,
.course_2 a:active {
  color: #0071bc;
  text-decoration: none;
}

.course_1 {
  background: url("../item/course_1.png") center left no-repeat;
}

.course_2 {
  background: url("../item/course_2.png") center left no-repeat;
}

.course_pdf {
  display: block;
  padding: 10px 0 20px 30px;
  margin: 20px 0;
  height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../item/course_icon.png") top left no-repeat;
}
.course_pdf a {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 4px;
  border: 1px solid #e6e6e6;
}
.course_pdf a:link {
  color: #f90;
  text-decoration: none;
}
.course_pdf a:visited {
  color: #f90;
  text-decoration: none;
}
.course_pdf a:hover {
  color: #000;
  text-decoration: none;
}
.course_pdf a:active {
  color: #f90;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .course_1,
  .course_2 {
    display: inline-block;
    width: 48%;
  }

  .course_pdf {
    text-align: left;
    padding: 10px 0 0 40px;
    margin: 20px 0 0 20px;
  }
}
/* ===========================
--- Top Notice
============================ */
#top_notece {
  display: block;
  width: 100%;
  padding: 60px 0 40px 0;
  background: #fafaea;
}

#top_notece_title {
  display: block;
  max-width: 250px;
  height: 260px;
  font-size: 1.375rem;
  font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 260px;
  text-align: center;
  background: url("../item/top_notece_title.png");
  color: #FFF;
}

#top_notece_list {
  position: relative;
  display: block;
  padding: 20px 0;
}
#top_notece_list ul {
  list-style: none;
}
#top_notece_list li {
  position: relative;
  display: block;
  padding: 10px 10px 10px 20px;
  font-size: 1.125rem;
  line-height: 142.85714%;
  border-bottom: 2px dotted #b3b3b3;
}
#top_notece_list li:after {
  position: absolute;
  content: "";
  background: url("../item/top_notece_list.png") left center no-repeat;
  top: 12px;
  left: 0;
  width: 20px;
  height: 20px;
}
#top_notece_list li a {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 142.85714%;
  color: #F90;
}
#top_notece_list li a:hover {
  color: #c1272d;
}

@media (max-width: 961px) {
  #top_notece {
    padding: 0;
  }

  #top_notece_title {
    font-size: 1rem;
    max-width: 250px;
    height: 40px;
    line-height: 40px;
  }

  #top_notece_list {
    padding: 10px 0 0 0px;
  }
  #top_notece_list li {
    padding: 5px 5px 5px 20px;
    font-size: 0.875rem;
    line-height: 100%;
  }
  #top_notece_list li:after {
    top: 0px;
  }
  #top_notece_list li a {
    font-size: 0.875rem;
    line-height: 85.71429%;
  }
}
/* ===========================
--- Content
============================
$content_height:500px;

#content_box_inner{
	position:relative;
	display: block;
	min-height: 250px;

}
#content_box{
	display: block;
	margin:0;
	margin-top:0;
	min-height: $content_height;
	//background: #FFF;

}

@media (max-width: $grid_xl) {
#content_box{padding:40px 0 0 0;}
}
 */
@media (max-width: 541px) {
  #content_box_inner {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
  }
}
/* ===========================
--- Footer
============================ */
#footer {
  position: relative;
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: center;
  background: #776907;
  z-index: 1;
}

#footer_line {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  padding: 10px 0 0 0;
  background: #c6ba63;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  z-index: 1;
}

#footer_line_sns {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  padding: 8px 0 0 0;
}

#footer_line_sns_inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px;
  text-align: right;
  float: right;
}
#footer_line_sns_inner .fa-twitter,
#footer_line_sns_inner .fa-instagram,
#footer_line_sns_inner .fa-youtube {
  position: relative;
  display: inline-block;
  text-align: right;
  font-size: 1.4375rem;
  font-weight: 900;
  margin: 0 10px;
  z-index: 100;
}
#footer_line_sns_inner .fa-twitter {
  color: #4794ee;
}
#footer_line_sns_inner .fa-instagram {
  color: #df1a89;
}
#footer_line_sns_inner .fa-youtube {
  color: #f92610;
}

@media (max-width: 541px) {
  #footer_line_sns_inner .fa-twitter,
  #footer_line_sns_inner .fa-instagram,
  #footer_line_sns_inner .fa-youtube {
    font-size: 1.375rem;
    margin: 0 5px;
  }
}
#footer_img_box {
  position: relative;
  display: block;
  margin: 80px auto 0 auto;
  z-index: 5;
}
#footer_img_box img {
  margin: 0px 0 0 10px 0;
  margin: 0 auto;
}
#footer_img_box h4 {
  color: #fff;
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
}
#footer_img_box p {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  color: #FFF;
}

@media (max-width: 1200px) {
  #footer_img_box {
    margin: 100px auto 0 auto;
  }
  #footer_img_box img {
    width: 250px;
  }
}
#footer_link {
  display: block;
  margin: 25px 0 0 0;
}
#footer_link ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  text-align: left;
}
#footer_link li {
  width: 20%;
  display: inline-block;
  padding: 5px;
}
#footer_link .fa-angle-right {
  padding: 0 4px;
}
#footer_link a {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  border-bottom: 1px solid #fff;
  margin: 20px 0 10px 0;
}
#footer_link a:link {
  color: #FFF;
  text-decoration: none;
}
#footer_link a:visited {
  color: #FFF;
  text-decoration: none;
}
#footer_link a:hover {
  color: #f90;
  text-decoration: none;
}
#footer_link a:active {
  color: #FFF;
  text-decoration: none;
}
#footer_link ul ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 0 5px;
}
#footer_link ul ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#footer_link ul ul li a {
  font-size: 0.75rem;
  border-bottom: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

#footer_address_box {
  display: block;
  margin: 20px 0 0 0;
  padding: 0 0 0 50px;
}

.footer_address_box_inner {
  display: inline-block;
  margin: 0 auto;
}
.footer_address_box_inner p {
  color: #FFF;
  font-size: 0.875rem;
}

@media (max-width: 1200px) {
  #footer_img_box img {
    margin: -100px auto 0 auto;
  }
  #footer_img_box p {
    display: none;
    font-size: 0.75rem;
  }

  #footer_link {
    display: block;
    margin: 15px 0 0 0;
  }
  #footer_link a {
    font-size: 0.75rem;
  }

  .footer_address_box_inner p {
    font-size: 0.8125rem;
  }
}
/* ===========================
--- Footer Link
============================ */
.banner_footer_link {
  display: block;
  padding: 20px 0 0 0;
}
.banner_footer_link ul {
  display: block;
  list-style: none;
  width: 100%;
}
.banner_footer_link li {
  display: block;
  padding: 0;
}
.banner_footer_link li a:link {
  color: #000;
  font-size: 0.8125rem;
  font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;
}
.banner_footer_link li a:visited {
  color: #000;
  text-decoration: none;
}
.banner_footer_link li a:hover {
  color: #90CE9C;
  text-decoration: underline;
}
.banner_footer_link li a:active {
  color: #000;
  text-decoration: none;
}
.banner_footer_link .fa-stop {
  display: inline-block;
  font-size: 0.625rem;
  margin: 0 4px 0 0;
  color: #90CE9C;
  vertical-align: 20%;
}
.banner_footer_link .fa-caret-right {
  color: #90CE9C;
}

.banner_footer_link .mein_cat a:link {
  font-size: 0.75rem;
  font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  text-decoration: none;
}
.banner_footer_link .mein_cat a:visited {
  color: #000;
  text-decoration: none;
}
.banner_footer_link .mein_cat a:hover {
  color: #90CE9C;
  text-decoration: underline;
}
.banner_footer_link .mein_cat a:active {
  color: #000;
  text-decoration: none;
}

/* ===========================
--- Copy Right
============================ */
#copy_right {
  display: block;
  background: #FFF;
  text-align: center;
  padding: 6px 0;
  margin: 0 auto 0 auto;
  color: #000;
  font-size: 0.875rem;
  font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;
}

@media (max-width: 741px) {
  #copy_right {
    font-size: 0.8125rem;
  }
}
/* ===========================
--- Top Navi
============================*/
#top_navi {
  position: fixed;
  display: none;
  bottom: 35px;
  right: 30px;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  background: rgba(175, 167, 34, 0.8);
  opacity: 0;
  transition: 0.2s;
  z-index: 30;
}

#top_navi.is-show {
  opacity: 1;
  display: block;
}

#top_navi:hover {
  background: #dfdca7;
}

#top_navi a {
  position: relative;
  opacity: 1;
  text-decoration: none;
  color: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  display: block;
  font-size: 20px;
  border-radius: 3px;
}

#top_navi a:after {
  content: ' ';
  position: absolute;
  top: 16px;
  left: 12px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ===========================
--- Mobele Menu
============================ */
#mobile_menu_block,
#mobile_menu_link {
  display: none;
  opacity: 0;
}

#mobile_menu_block {
  z-index: 9000;
}

#mobile_menu_link {
  z-index: 8999;
}

@media (max-width: 1200px) {
  #mobile_menu_block {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    opacity: 1;
    z-index: 9000;
  }

  #mobile_logo {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 52px;
    width: 280px;
  }
  #mobile_logo img {
    display: block;
  }

  #mobile_menu_link {
    position: fixed;
    top: 50px;
    left: 0px;
    display: block;
    width: 100%;
    opacity: 1;
    z-index: 8999;
  }
  #mobile_menu_link ul {
    list-style: none;
    width: 100%;
  }
  #mobile_menu_link li {
    display: block;
    padding: 6px 4px;
    background: #b4a313;
    background: #b4a313;
    border-bottom: 1px solid #FFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0s !important;
  }
  #mobile_menu_link li a {
    display: inline-block;
    width: 100%;
    font-size: 0.875rem;
    text-indent: 10px;
  }
  #mobile_menu_link li a:link {
    color: #FFF;
    text-decoration: none;
  }
  #mobile_menu_link li a:visited {
    color: #FFF;
    text-decoration: none;
  }
  #mobile_menu_link li a:hover {
    color: #FFF;
    text-decoration: none;
  }
  #mobile_menu_link li a:active {
    color: #FFF;
    text-decoration: none;
  }
  #mobile_menu_link li span {
    display: inline-block;
    font-size: 0.625rem;
    text-indent: 8px;
    margin: 0 0 0 10px;
  }
  #mobile_menu_link li:hover {
    background: #fbc531 !important;
  }
  #mobile_menu_link li:hover > a {
    color: #FFF;
  }
  #mobile_menu_link .fas,
  #mobile_menu_link .fab,
  #mobile_menu_link .far {
    margin: 0 10px 0 0;
  }

  #panel-btn {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 30px;
    border-radius: 2px;
    background: #b4a313;
  }

  #panel-btn:hover {
    background: #b4a313;
  }

  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    margin: -1px 0 0 -12px;
    background: #fff;
    transition: .2s;
  }

  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }

  #panel-btn-icon:before {
    margin-top: -8px;
  }

  #panel-btn-icon:after {
    margin-top: 7px;
  }

  #panel-btn .close {
    background: transparent;
  }

  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }

  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  #mobile_menu_block {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
/* ===========================
--- Top Pick Up
============================ */
#top_site_link {
  position: relative;
  display: block;
  width: 100%;
  min-height: 500px;
  background: #f2f2f2;
  text-align: center;
}

#pickup_box {
  display: block;
  width: 100%;
  margin: -20px 0 0 0;
}

.top_site_link_inner {
  position: relative;
  display: inline-block;
  width: 18%;
  height: 140px;
  margin: auto;
  padding: 0;
  overflow: hidden;
}
.top_site_link_inner .site_link_1,
.top_site_link_inner .site_link_2,
.top_site_link_inner .site_link_3,
.top_site_link_inner .site_link_4,
.top_site_link_inner .site_link_5,
.top_site_link_inner .site_link_6,
.top_site_link_inner .site_link_7,
.top_site_link_inner .site_link_8,
.top_site_link_inner .site_link_9,
.top_site_link_inner .site_link_10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.top_site_link_inner .site_link_1 {
  background: #b1cbd4;
}
.top_site_link_inner .site_link_2 {
  background: #999999;
}
.top_site_link_inner .site_link_3 {
  background: #ffa94b;
}
.top_site_link_inner .site_link_4 {
  background: #597dbd;
}
.top_site_link_inner .site_link_5 {
  background: #999999;
}
.top_site_link_inner .site_link_6 {
  background: #ffa94b;
}
.top_site_link_inner .site_link_7 {
  background: #fbbf2c;
}
.top_site_link_inner .site_link_8 {
  background: #bdbdbd;
}
.top_site_link_inner .site_link_9 {
  background: #ffa94b;
}
.top_site_link_inner .site_link_10 {
  background: #9bb2de;
}
.top_site_link_inner .site_link_1 p,
.top_site_link_inner .site_link_2 p,
.top_site_link_inner .site_link_3 p,
.top_site_link_inner .site_link_4 p,
.top_site_link_inner .site_link_5 p,
.top_site_link_inner .site_link_6 p,
.top_site_link_inner .site_link_7 p,
.top_site_link_inner .site_link_8 p,
.top_site_link_inner .site_link_9 p,
.top_site_link_inner .site_link_10 p {
  display: inline-block;
  width: 100%;
  padding: 60px 0 0 0;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;
}

.top_site_link_inner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(48, 93, 172, 0);
  transition: 0.3s;
}

.top_site_link_inner:hover:after {
  background: rgba(48, 93, 172, 0.2);
}

@media (max-width: 961px) {
  .top_site_link_inner {
    width: 40% !important;
    height: 120px !important;
  }
  .top_site_link_inner .site_link_1,
  .top_site_link_inner .site_link_2,
  .top_site_link_inner .site_link_3,
  .top_site_link_inner .site_link_4,
  .top_site_link_inner .site_link_5,
  .top_site_link_inner .site_link_6,
  .top_site_link_inner .site_link_7,
  .top_site_link_inner .site_link_8,
  .top_site_link_inner .site_link_9,
  .top_site_link_inner .site_link_10 {
    width: 100%;
    height: 120px !important;
  }
  .top_site_link_inner .site_link_1 p,
  .top_site_link_inner .site_link_2 p,
  .top_site_link_inner .site_link_3 p,
  .top_site_link_inner .site_link_4 p,
  .top_site_link_inner .site_link_5 p,
  .top_site_link_inner .site_link_6 p,
  .top_site_link_inner .site_link_7 p,
  .top_site_link_inner .site_link_8 p,
  .top_site_link_inner .site_link_9 p,
  .top_site_link_inner .site_link_10 p {
    padding: 50px 0 0 0;
    height: auto;
  }
}
/* ===========================
--- Top Category list
=============================*/
#mobile_top_link {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

#mobile_top_link_inner {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px 5px 5px 5px;
  margin: 0 auto 30px auto;
  background: rgba(255, 255, 255, 0.9);
}
#mobile_top_link_inner ul {
  list-style: none;
}
#mobile_top_link_inner li {
  display: inline-block;
  margin: 4px;
}
#mobile_top_link_inner a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 0.8125rem;
  text-decoration: none;
  border-bottom: 1px solid #b4a313;
  padding-bottom: 2px;
}
#mobile_top_link_inner a:link {
  color: #b4a313;
  text-decoration: none;
}
#mobile_top_link_inner a:visited {
  color: #b4a313;
  text-decoration: none;
}
#mobile_top_link_inner a:hover {
  color: #fff;
  background: #b4a313;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
#mobile_top_link_inner a:active {
  color: #b4a313;
  text-decoration: none;
}

/*
#mobile_top_link_inner:after{
	position:absolute;
	content:"カテゴリメニュー";
	right:5px;
	bottom:5px;
	color:#b4a313;
	@include font-size(12);
}
*/
/*
@media (max-width: $grid_sm) {
#mobile_top_link{
	position:fixed;
	display:block;
	width:100%;
	top:60px;
	left:0;
	text-align:center;

	z-index:999;
}
#mobile_top_link_inner{
	background:rgba(255,255,255,1);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	}
}
/* ===========================
--- Loader
============================ */
@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
.pacman {
  position: relative;
}

.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear;
}

.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear;
}

.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear;
}

.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear;
}

.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px;
}

.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px;
}

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}

#loader {
  width: 80px;
  height: 80px;
  display: block;
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 100000;
}

#fade {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #afa722;
  position: fixed;
  _position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

.card {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #b4a313;
  border: none;
  height: 80px;
  width: 80px;
}

.la-ball-elastic-dots,
.la-ball-elastic-dots > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-elastic-dots {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-elastic-dots.la-dark {
  color: #333;
}

.la-ball-elastic-dots > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-elastic-dots {
  width: 120px;
  height: 10px;
  font-size: 0;
  text-align: center;
}

.la-ball-elastic-dots > div {
  display: inline-block;
  width: 10px;
  height: 10px;
  white-space: nowrap;
  border-radius: 100%;
  -webkit-animation: ball-elastic-dots-anim 1s infinite;
  -moz-animation: ball-elastic-dots-anim 1s infinite;
  -o-animation: ball-elastic-dots-anim 1s infinite;
  animation: ball-elastic-dots-anim 1s infinite;
}

.la-ball-elastic-dots.la-sm {
  width: 60px;
  height: 4px;
}

.la-ball-elastic-dots.la-sm > div {
  width: 4px;
  height: 4px;
}

.la-ball-elastic-dots.la-2x {
  width: 240px;
  height: 20px;
}

.la-ball-elastic-dots.la-2x > div {
  width: 20px;
  height: 20px;
}

.la-ball-elastic-dots.la-3x {
  width: 360px;
  height: 30px;
}

.la-ball-elastic-dots.la-3x > div {
  width: 30px;
  height: 30px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-elastic-dots-anim {
  0%,
    100% {
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 0 5%;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@-moz-keyframes ball-elastic-dots-anim {
  0%,
    100% {
    margin: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 0 5%;
    -moz-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@-o-keyframes ball-elastic-dots-anim {
  0%,
    100% {
    margin: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 0 5%;
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@keyframes ball-elastic-dots-anim {
  0%,
    100% {
    margin: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 0 5%;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }
}
.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* ===========================
--- Top map
============================ */
#top_map {
  display: block;
  height: 350px;
  background: #f9f9f9;
}

/* ===========================
--- Change color
============================ */
/*
$hoku_blou:#69a39c;

.top_menu li a {
	color:#69a39c !important;
	}


#footer{
	background:#69a39c;
	}

#footer_line{
	background:#7FC4BB

}

#top_navi{
	background:rgba(84,130,123,.8);
}

#top_navi.is-show{
	opacity:1;
	display: block;
}

#top_navi:hover{
	background:rgba(84,130,123,.9);
}
*/
