@charset "utf-8";
a.anchor {
  display: block;
  padding-top: 14rem;
  margin-top: -14rem;
}
/*-------------ヘッダースタイルここから-------------*/
header {
  background-color: #033980;
  width: 100%;
  height: 105px;
  padding-top: 1rem;
  position: fixed;
  z-index: 900;
}
.header_in {
  display: flex;
  flex-direction: column;
}
.header_in .h_top {
  display: flex;
}
.h_logo {
  width: 230px;
  z-index: 1001;
  margin-bottom: 0.7rem;
}
.store_name {
  background-color: #0071BC;
  width: 220px;
  height: 54px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store_name p {
  font-size: 1.8rem; /***店名が2行の場合は1.5rem_1行の場合は1.8rem***/
  line-height: 1.4em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.header_in .h_text {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
  margin-left: 25px;
}
/*---------------------------------------------
  Hamburger Navigation
---------------------------------------------*/
.hamburger-nav-toggle-btn {
  float: right;
  background-color: #0067B2;
  border: 1px solid #033980;
  border-radius: 8px;
  margin: 10px 2% 49px 0;
  padding: 0;
  height: auto;
}
.hamburger-nav-toggle-btn.close::before, .hamburger-nav-toggle-btn.open::before {
  font-size: 3.8rem;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1em;
  padding-top: 0px;
  padding-bottom: 0px;
}
.hamburger-nav-toggle-btn.open::before {
  content: url(../../images/common/hm_b.png);
  vertical-align: bottom;
  float: left;
  font-size: 0px;
}
.hamburger-nav-toggle-btn.close::before {
  content: url(../../images/common/hm_a.png);
  vertical-align: bottom;
  font-size: 0px;
  float: left;
}
.hamburger-nav-list {
  list-style: none;
  clear: both;
  margin-bottom: 0px;
  display: none;
}
.hamburger-nav-list > li {
  border-top: 1px solid #ffffff;
}
.hamburger-nav-list > li a {
  padding: 6px 14px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0067B2;
  width: 100%;
  display: inline-block;
  font-size: 1.5rem;
}
.hamburger-nav-list li a:hover {
  background-color: #033980;
}
.hamburger-nav-list > .se_menu01 a {
  background-color: #333;
}
.hamburger-nav-list > .se_menu01 a:hover {
  background-color: #000;
}
/*---------------------------------------------
  Hamburger Navigation end
---------------------------------------------*/

/*-------------ヘッダースタイルここまで-------------*/



/*-------------ページTOPボタンここから-------------*/
main #page-top a {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: block;
  background-color: #CCC;
  text-align: center;
  color: #333;
  font-size: 2.5rem;
  text-decoration: none;
  padding: 5px 5px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  border-radius: 50%;
  opacity: 0.5;
}
main #page-top a:hover {
  background-color: #b2d1fb;
  color: #FFF;
}
/*-------------ページTOPボタンここまで-------------*/



/*-------------メインスタイルここから-------------*/
main {
  padding-top: 105px;
}
.main_top {
  height: auto;
  width: 100%;
  background-image: url(../images/main_photo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  margin-bottom: 6rem;
}
.main_in {
  margin: 0 auto;
  width: 800px;
}
.main_in img {
  width: 100%;
}
h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom:4rem;
}
h2::before {
  position: absolute;
  border-bottom: 5px solid #333;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  content: '';
}
.access iframe {
  width: 100%;
  height: 40rem;
}
/*-------------メインスタイルここまで-------------*/



/*-------------フッタースタイルここから-------------*/
.footer_in {
  background-color: #033980;
  width: 100%;
  padding: 3rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_left {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.f_left img {
  width: 90%;
}
.f_left h5 {
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0.3rem;
}
.f_left p {
  color: #FFF;
  text-align: center;
  line-height: 1.3em;
}
.f_left .adress {
  font-size: 1.4rem;
}
.f_left .tel {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.f_left .others {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.f_left .open_hours {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border: 1px solid #FFF;
}
.f_right {
  background-color: rgba(256,256,256,0.8);
  width: 480px;
  padding: 0.5rem 1.5rem 0.8rem;
  border-radius: 10px;
}
.f_right p {
  color: #033980;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.f_right .link_4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link_4 li {
  width: 49%;
  margin-bottom: 0.7rem;
}
.link_4 li img {
  width: 100%;
}
.footer_link {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-bottom: 3rem;
}
.footer_link a {
  text-decoration: none;
  color: #333;
}
.footer_link a:hover {
  text-decoration: underline;
  color: #333;
}
.sns {
  margin: 0 auto 4rem;
  display: flex;
  justify-content: center;
}
.sns img {
  width: 43px;
  margin: 0 1.2rem;
}
.copyright {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1.7rem;
}
/*-------------フッタースタイルここまで-------------*/



/*-------------スマートフォン（865px以下）ここから-------------*/
@media (max-width:865px){
/*----SPヘッダーここから----*/
header {
  height: 74px;
  padding-top: 0;
}
.h_logo {
  margin-top: 0.3rem;
}
.h_top {
  display: flex;
  flex-direction: column;
}
.h_top .store_name {
  margin-top: 0.3rem;
  width: 100%;
  height: 3.8rem;
  border-radius: 0;
}
.store_name p {
  font-size: 2rem;
}
.header_in .h_text {
  display: none;
}
 .sp_menu  {
  z-index: 1000;
  position: fixed;
  width: 100%;
}
/*----SPヘッダーここまで----*/

/*----SPメインここから----*/
main {
  padding-top: 110px;
}
.main_top {
  padding: 10rem 0 5%;
}
.main_in {
  width: 93%;
  display: flex;
  justify-content: end;
}
h2 {
  font-size: 2.3rem;
}
.access iframe {
  height: 30rem;
}
/*----SPメインここまで----*/

/*----SPフッターここから----*/
.footer_in {
  flex-direction: column;
  padding: 3rem 1.5rem 1.5rem;
  margin-bottom: 2rem;
  align-items: center;
}
.f_left {
  margin: 0 0 4rem 0;
}
.f_right {
  width:100%;
}
.f_right p {
  font-size: 2.5rem;
}
.link_4 li {
  background-color: #FFF;
  width: 49%;
  margin-bottom: 0.7rem;
}
.footer_link {
  display: none;
}
/*----SPフッターここまで----*/
}
/*-------------スマートフォン（865px以下）ここまで-------------*/


/*-------------タブレット（866pxから1100pxまで）ここから-------------*/
@media (min-width:866px) and (max-width:1100px){
.header_right {
  display: none;
}
}
/*-------------タブレット（866pxから1100pxまで）ここまで-------------*/


/*-------------PC・タブレット共通（866px以上）ここから-------------*/
@media (min-width:866px){
 .sp_menu  {
  display: none;
  }
}
/*-------------PC・タブレット共通（866px以上）ここまで-------------*/