#heads div#headnav,
#headline,
#gnav_table,
#right_icon,
.nav-sns,
#head_s_right{
	display:none;
}

/**/
.sm_menu {
	z-index: 999;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6% 10%;
	margin: 0;
	box-sizing: border-box;
	transform: translateX(-100%);
	transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}
.sm_menu h2,
.sm_menu a {
	color: white;
}
.sm_menu h2 {
	text-align: center;
}
.sm_menu ul {
	padding: 0;
	width: 90%;
	margin: 0 auto;
    clear: both;
}
.sm_menu ul li {
    margin: 0px 0 0px 0;
    padding: 0px;
	font-size: 14px;
    border-bottom: 1px solid #656869;
    position: relative;
    clear: both;
    list-style: none;
}
.sm_menu ul li a {
	display: block;
	padding: 7px 0 15px 0;
	text-decoration: inherit;
	transition: background .5s;
}
.sm_menu ul li img{
    width: 40px;
    height: auto;
    float: left;
    margin: 0 15px 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sm_menu ul li span{
    display: block;
    padding: 5px 0 0 0;
}
.sm_menu ul li#sm_first{
    line-height: 160%;
}
.sm_menu ul li#sm_first i{
        top: 26px;
}
    .sm_menu li a i.fa-angle-right{
        position: absolute;
        top: 20px;
        right: 0;
    }
    .sm_menu li a i.fa-angle-right{
        
    }
/*------------*/
.sm_menu ol{
	padding: 0;
	width: 90%;
	margin: -20px auto auto auto;
}
.sm_menu ol li{
	font-size: .9em;
	line-height: 1.4;
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
}
.sm_menu ol li a{
	display: block;
	padding: 10px 0;
    margin: 10px;
    border-bottom: 1px solid #fff;
	text-decoration: inherit;
	transition: background .5s;
}
/*------------*/
#navTgl:checked ~ .sm_menu {
	transform: none;
}
    #hung_menu{
        position: fixed;
        top: 0px;
        left: 15px;
        font-size: 9px;
        color: #000;
        z-index: 50;
        
    }
/*------------------------*/

#navTgl {
	display: none;
}
header label {
	cursor: pointer;
	position: fixed;
	top: 0px;
    /* right: 0; */
    left: 0;
}
.open b{
    font-weight: normal;
    color: #0368ff;
    font-size: 9px;
    position: relative;
    left: 16px;
    top: 30px;
    letter-spacing: 0;
}
.open {
    margin-top: -40px;
	z-index: 9998;
	width: 60px;
	height: 48px;
	transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #000;
	transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 99;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .5s;
}
.close span{
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
	border-bottom: 2px solid white;
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
	border-bottom: 2px solid white;
}
#navTgl:checked ~ .close {
	background: rgba(0,0,0,.9);
}

/*-----------------------------------------------*/
.scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #ddd;
  table {
    margin: 0;
    border: none;
  }
}
/*-----------------------------------------------*/
html {-webkit-text-size-adjust: none}
body{
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	height:auto;
}
.wrap {
	margin: 0px;
	padding: 0px;
	width:100%;
	font-size:12px;
	line-height:150%;
}
/*-------------------------*/
a.f_tel{
	display:block;
	width:45%;
	height: 55px;
	background-color:#fd784f;
	float:left;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 10px 15px 0px;
}
a.f_tel img
{
	float:left;
	width:22px;
	margin: 10px 0px 0px 5px;
}
a.f_tel span
{
	float:right;
	width:68%;
	font-size:13px;
	margin: 10px 0px 0px 0px;
	display:block;
	letter-spacing:0;
}
a.f_tel span b
{
	font-weight:normal;
	display:block;
	clear:both;
	font-size:8px;
}
input,
select {
  font-size: 16px;
  transform: scale(0.9);
}
/**/
#logo{
    margin: 0px;
    padding: 40px 0 10px 0px;
    text-align: center;
    width: 100%;
    
}
#logo img{
    position: relative;
    width: 50%;
    height: auto;
    clear: both;
    margin-top: 3px;
}
#logo span{
    display: block;
    width: 100%;
    font-size: 11px;
    color: #00008b;
}
/**/
#head_search{
    background-color: #f7f7f7;
    clear: both;
    padding: 10px 0;
    width: 100%;
    height: 70px;
    clear: both;
    margin: 10px 0 0 0;
}
form#search-form{
    position: relative;
}
#search-form input {
    position: absolute;
    width: 87%;
    padding: 8px;
    border: 1px solid #b0b0b0;
    background-color: #fff;
}
.search-btn {
    position: absolute;
    right: 2%;
    top: 2px;
    padding: 6px 11px 6px 12px;
    background-color: #fff !important;
    border: 1px solid #b0b0b0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*---------------*/
#footerwrap{
    text-align: center;
    clear: both;
    background-color: #0f43c9;
    color: #fff;
    padding: 40px 0 40px 0;
    margin: 80px 0 0 0;
}
#f_logo{
    
}
#f_logo img{
    width: auto;
    height: 40px;
    margin: 10px auto;
}
#f_add{
    line-height: 250%;
    width: 85%;
    margin: auto;
}
#f_add b{
    font-style: italic;
    font-size: 24px;
}
#f_link {
    padding: 0px 0;
    border-bottom: 1px solid #aab5e6;
}
#f_link a{
    text-decoration: none;
    color: #fff;
    display: block;
    clear: both;
    border-top: 1px solid #aab5e6;
    font-size: 14px;
    padding: 5px 0;
}
#f_link span{
    display: none;
}
address{
    color: #aab5e6;
}
#fix_rightbanar{
    display: none;
}

/*----------------*/
.title_gold {
  font-family: "Noto Sans JP", sans-serif;
  color: #ae9410;
  font-size: 33px;
  font-weight: 900;
  margin: 20px auto;
  padding: 0px;
}
.title_blk {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin: 0 auto 50px auto;
  padding: 0;
}

#f_btnbanar {
  clear: both;
  margin: auto;
  padding: 0px;
    width: 80%;
}
#f_btnbanar li {
    clear: both;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
#f_btnbanar li a {
  display: block;
  background-color: #ae9410;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 20px 0 10px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 18px;
  line-height: 200%;
}
#f_btnbanar li a i {
  font-size: 30px;
}
footer{
    text-align: center;
}
.showtxt{
    width: 80%;
    margin: auto;
}

.telink {
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 30px 0;
}
.telink a {
  text-decoration: none;
  color: #ae9410;
  pointer-events: none;
}
.telink a i {
  font-size: 16px;
  margin: -5px 0 0 0;
}

footer hr {
  clear: both;
  height: 1px;
  border: none;
  border-top: 1px #ddd solid;
  float: left;
  width: 100%;
  margin: 50px 0;
}
/**/
#sm_kokuo_table td{
}
#sm_kokuo_table td a{
    display: block;
    text-align: center;
}
#sm_kokuo_table td a img{
    margin: auto;
    margin-left: 15% !important;
}
#sm_kokuo_table span{
    display: block;
    clear: both;
    margin: auto;
}
ul li a#eng{
    display: block;
    width: 100%;
}
ul li a#eng img{
    width: 25px;
    height: auto;
}
ul#smuls li{
    position: relative;
    width: 100%;
    padding-top: 5px;
}
ul#smuls li i{
    position: relative;
    right: 0;
    top: 0;
}
ul#smuls li p{
    margin: 0px;
    padding: 0px;
  border-bottom: 1px #656869 solid;
    background-color: #373737;
}
ul#smuls li p i{
    right: 10px;
}
ul#smuls li p a{
    display: block;
    padding-left: 10px;
}
/**/
#sm_head_cart{
    margin-top: -40px;
}
#coinlist_cate li {
    position: relative;
}
#coinlist_cate li a{
    
    
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  display: block;
  z-index: 1000;
}
/**/

#pankz_sp2 {
    margin: 0px 0 0 0px;
    padding: 10px 0px;
    clear: both;
    background-color: #fafafa;
    width: 100%;
    font-size: 11px;
    color: dimgray;
}
    #pankz_sp2 span{
        display: block;
        width: 95%;
        margin: auto;
    }
img.type_logo{
    width: 30px;
    height: auto;
}
.txt_s{
    font-size: 12px;
}

#r_btm_banars{
            background-color: #000a6c;
            color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
            text-align: center;
            padding: 25px 0;
        }
        #r_btm_banars p{
            width: 80%;
            margin: auto;
            font-size: 13px;
            line-height: 160%;
        }
        #r_btm_banars ul{
            
        }
        #r_btm_banars ul li{
            
        }
#r_btm_banars ul li b{
    font-size: 15px !important;
}
        #r_btm_banars ul li a{
            display: block;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
            padding: 5px;
            width: 80%;
            margin: 5px auto;
            color: white;
            font-weight: bold;
        }
         #r_btm_banars ul li:first-child a{
             background-color: #ffb400;
             color: #000a6c;
         }
         #r_btm_banars ul li:nth-child(2) a{
             background-color: silver;
             color: black;
         }

#acc_reserve {
    width: 100%;
    font-size: 16px;
}

#acc_reserve h3 {
    font-size: 20px;
    position: relative;
}

#acc_reserve h3::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 8px 0 0 0;
}

#acc_rebtn {
    width: 100%;
    margin: 40px 0;
    text-align: center;

}

#acc_rebtn a {
    color: #fff;
    padding: 20px 60px;
    text-decoration: none;
    background-color: #ae9410;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
}

#acc_re_message {
    margin: 50px 0;
    padding: 0px 12px 10px 12px;
    background-color: #fcf5e2;
    font-size: 16px;
}

#acc_re_message ol {
    padding: 0;
}

#acc_re_message dl {
    font-size: 18px;
    font-weight: bold;
}

#acc_re_message dl::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e7ddc3;
    margin: 8px 0;
}

/*-------------------*/
.pager2 {
 margin: 0 auto !important;
}
    .pager2 th,.pager2 td{
        padding: 20px 3px;
    }
    .pager2 th a,
    .pager2 td a{
        display: block;
        color: black;
        border: 1px solid #ddd;
        padding: 2px 5px;
        font-weight: normal;
        min-width: 30px;
        text-align: center;
        font-size: 10px;
    }
    .pager2 td.active a{
        color: #bd8f07;
        font-weight: bold;
        border: 1px solid #bd8f07;
        background-color: #fffadf;
    }
    .pager2 th.p_no a{
        color: gray;
    }
    .pager2 th a:hover,
    .pager2 td a:hover{
        background-color: #fffadf;
    }
/*---------*/
.accordion-003 summary {
    display: flex;
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    color: white;
    text-align: left !important;
    width: 100%;
}
.accordion-003 summary::-webkit-details-marker {
    display: none;
}
.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin: 5px 0 0 10px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}
.accordion-003 div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0;
    transition: transform .5s, opacity .5s;
}
.accordion-003 summary img{
    width: 20px !important;
    height: auto;
    margin-right: 3px !important;
}
.accordion-003[open] div {
    transform: none;
    opacity: 1;
}