@charset "shift_jis";

@media screen and (max-width: 768px) {

 .sp_off,
 .smart_off {
  display: none !important;
 }

 body {
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }

 body.no_scroll {
  overflow: hidden;
 }

 h1 {}

 h2 {
  text-align: center;
  font-size: 28px;
 }

 p {
  margin: 0;
 }

 a {
  text-decoration: none;
  color: #333;
 }

 li {
  list-style-type: none;
  margin: 0;
 }

 ul {
  padding: 0;
  margin: 0;
 }

 /* サイト切り替え */
	.site_switch_wrap {
		display: flex;
		align-items: center;
		background: #e5e5e5;
		border-radius: 30px;
		padding: 4px;
		width: 170px;
    margin: 0 auto;
	}

	.selltop_header .site_switch_wrap {
		margin: 10px 0 0 3%;
        max-width: 230px;
        min-width: 170px;
        width: 30%;
	}

	.site_switch_btn {
		display: flex;
        align-items: center;
        gap: clamp(3px, 0.4vw, 5px);
        padding: 8px 5%;
        border: none;
        border-radius: 25px;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        background: transparent;
        color: #999;
        white-space: nowrap;
        width: 50%;
	}

	.site_switch_btn.active {
		background: #1a3a6b;
		color: #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	}

	.site_switch_btn:not(.active):hover {
		color: #555;
	}

	/* ===== selltop_header ===== */
	.selltop_header {
		width: 100%;
		min-width: 1200px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0;
    	box-sizing: border-box;
	}

	.selltop_header img {
		display: block;
	}

	.selltop_h_logo {
		overflow: hidden;
        max-width: 70%;
        max-height: 52px;
        box-sizing: border-box;
        padding: 5px;
        white-space: nowrap;
        text-align: left;
	}

	.selltop_h_logo img {
		width: auto;
        max-width: 100% !important;
        max-height: 42px !important;
	}

	.selltop_h_menu_l {
		display: flex;
		align-items: center;
	}

    .selltop_header .accordionlist {
  width: 90%;
}

.selltop_header .accordionlist .title_wrap .title {
  text-align: left;
  border-top: 1px solid #194582;
  color: #194582;
}

.selltop_header .accordionlist ul li a {
  background: #194582;
  color: #fff;
  text-align: left;
}

 .accordionlist ul li a::before {
  color: #fff;
}

.selltop_header .accordion_icon span {
  background: #d9b101;
}

.selltop_header .selltop_button02 {
  z-index: 100;
}

.selltop_header .selltop_button02 p {
  border: none;
}

.selltop_header .selltop_button02 p span {
  width: 50%;
  padding: 0;
}

.selltop_header .f_txt ul {
  width: 90%;
  margin: 40px auto;
}


/*ナビメニューのスタイルを指定*/

.selltop_button02 {

.header_Toggle {
  display: block;
  position: fixed;
  right: 12px;
  top: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1001;
  background: #194582;
  text-align: center;
  border-radius: 33px;
  padding: 0px;
  margin: 0px;
  border: 1px solid #fff;
}

.header_Toggle span {
  position: absolute;
  width: 16px;
  border-bottom: solid 2px #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 0px;
  right: 0px;
  margin: auto;
}

.header_Toggle span:nth-child(1) {
  top: 13px;
}

.header_Toggle span:nth-child(2) {
  top: 19px;
}

.header_Toggle span:nth-child(3) {
  top: 25px;
}

/* 最初のspanをマイナス45度に */
.acd-check_hamburger:checked ~ .header_Toggle span:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.acd-check_hamburger:checked ~ .header_Toggle span:nth-child(2),
.acd-check_hamburger:checked ~ .header_Toggle span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.other_links {
  margin: 20px 10%;
  width: 80%;
}

.other_links li a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}

.other_links li.other_li_site a {
  border-radius: 4em;
  color: #111;
  background-color: #e7e7dd;
  padding: 15px 10px;
}

.other_links li.other_li_site a i {
  margin-left: 14px;
}

.other_links li.other_li_inq {
  width: 49%;
  float: left;
}

.other_links li.other_li_inq a {
  color: #006dd9;
  border: 2px solid #006dd9;
  padding: 10px;
  background: #f0f8ff;
}

.other_links li.other_li_inq a i {
  margin-left: 4px;
}

.other_links li.other_li_reserve {
  width: 49%;
  float: right;
}

.other_links li.other_li_reserve a {
  color: #ff533a;
  border: 2px solid #ff533a;
  padding: 10px;
  background: #fde6e1;
}

.other_links li.other_li_reserve a i {
  margin-left: 4px;
}

.other_links li:not(:last-child) {
  margin-bottom: 15px;
}

nav.header_NavMenu {
  position: fixed;
  z-index: 1000;
  padding-top: 19px;
  top: 0px;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: translateY(-103%);
  transition: all 0.5s 0s ease;
  overflow: scroll;
}

.header_NavMenu_box {
  background: none !important;
}

nav.header_NavMenu ul.menu_list {
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 20px;
  margin-top: 3px;
}

nav.header_NavMenu ul.menu_list li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 50%;
  box-sizing: border-box;
}

nav.header_NavMenu ul.menu_list li a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  text-align: left;
  line-height: 41px;
  position: relative;
  padding: 0px 11% 0px 5%;
  box-sizing: content-box;
}

nav.header_NavMenu ul.menu_list li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  margin: 0;
  right: 12px;
  font-size: 13px !important;
}

nav.header_NavMenu .menu_list_title {
  font-weight: bold;
  text-align: left;
  line-height: 40px;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
  border-top: 1px solid #555;
}

nav.header_NavMenu .menu_list_title i {
  margin-right: 5px;
  margin-left: 10px;
}

.acd-check {
  display: none;
}

.acd-check_hamburger {
  display: none;
}

.acd-label {
  background: #326598;
  color: #fff;
  display: block;
  padding: 10px;
  position: relative;
  text-align: left;
  border: none;
  width: 100%;
  margin: 0px 0px 1px 0px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0px;
  float: none;
  box-sizing: border-box;
}

.acd-label:after {
  background: #00000026;
  box-sizing: border-box;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 44px;
  width: 44px;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 0px;
}

.acd-label::before {
  content: "";
  top: 11px;
  right: 14px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
  z-index: 10;
  transition: 0.2s;
}

.acd-content {
  display: block;
}

.acd-check_hamburger:checked ~ .navmenu_wrap .header_NavMenu {
  transform: translateY(0%);
}

.acd-check:checked + .acd-label:before {
  transform: scale(-1, 1) rotate(315deg);
  top: 17px;
}

.acd-check:checked + .acd-label + .acd-content {
  opacity: 1;
  padding: 20px 10px 0px 10px;
  visibility: visible;
}

.acd-check:checked + .acd-label + .acd-content .menu_list_title {
  line-height: 18px;
  padding-bottom: 10px;
  font-size: 13px;
}

.acd-check:checked + .acd-label + .acd-content .menu_list_title i {
  display: inline-block;
}

.acd-check:checked + .acd-label + .acd-content ul.menu_list {
  margin: 0px auto 20px auto;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.acd-check:checked + .acd-label + .acd-content ul.menu_list li {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.acd-check:checked + .acd-label + .acd-content ul.menu_list li a {
  line-height: 20px;
  padding: 15px 16% 15px 6%;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.acd-content_sale {
  margin: 10px 0px 0px 0px;
}

.acd-content_sale ul {
  border-top: solid 1px #ccc;
}

.acd-content_sale ul li {
}

.acd-content_sale ul li a {
  display: block;
  text-align: left;
  padding: 12px 0px 12px 10px;
  border-bottom: solid 1px #ccc;
  position: relative;
  font-size: 16px;
  background-color: #f5f5f5;
}

.acd-content_sale ul li a::before {
  content: "";
  top: 20px;
  right: 14px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 10;
  transition: 0.2s;
}

}


/* hamburger header_fix end
---------------------------------------- */









	/* ===== selltop_footer ===== */
	.selltop_footer {
		background: #194581;
    margin: 0;
	}

	.selltop_footer::before {
		display: none;
	}

	.selltop_footer_inner {
		padding: 40px 5%;
    background: #194582;
    box-sizing: border-box;
    color: #fff;
	}

	.selltop_footer_logo_card {
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 24px 20px 20px;
    margin: 50px 3% 100px;
	}

	.selltop_footer_logo_card img {
		display: block;
		width: 80%;
		margin: 0 auto 16px;
	}

	

	/* 会社情報 */
	.selltop_footer_company {
		margin-bottom: 100px;
	}

	.selltop_footer_company p {
		color: #fff;
        font-size: 12px;
        line-height: 22px;
        margin: 0 0 0 24px;
	}

	.selltop_footer_copy {
		color: #ffffff;
    font-size: 10px;
    text-align: center;
    margin: 0;
	}




}
