@charset "euc-jp";
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body {
background-color: #fff;
background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
color: #464e54;
font-family: 'Roboto', 'Kosugi Maru', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
a {
color: #464e54;
}
a:hover {
color: #5e5e5e;
}

/*
 * add
 */

.header_wrap{
width: 100%;
background-color: #252F3E;
height: 105px;
} 

.header_box{
max-width: 1250px;
margin: 0 auto;
display: table;
margin-top: -5px;
}

.header_logo{
display: table-cell;
width: 340px;
}

.global_menu_wrap{
display: table-cell;
vertical-align: middle;
width: 515px;
padding-top: 15px;
font-size: 0.95rem;
}

ul.global_menu{
margin-left: 0;
margin-top: -5px;
list-style: none;
}
ul.global_menu > li {
display: inline-block;
margin-right: 12px;
*display: inline;
*zoom: 1;
}

ul.global_menu > li:last-child{
margin-right: 0; 
}

.search_window{
background-color: #F5F5F5; 
width: 170px;
}

.search_window option{
background-color: white;
}

.input_keyword{
  width: 250px;
  border: thin solid #666666;
}

.search_button{
height: 30px;
width: 30px;
border-radius: 3px!important;
}

.search_button i{margin-left: -3px;}

.contact_wrap{
  display: table-cell;
  width: 360px;
  vertical-align: top;
  color: white;
  padding-top: 13px;
}

.contact_wrap .contact_txt{
font-size: 0.8rem;
color: #5ab4bd;
font-weight: bold;
}

.contact_wrap .contact_tel{
}

.contact_wrap .contact_tel > span:first-child{
display: inline-block;
font-size: 1.6rem;
background: url(https://img21.shop-pro.jp/PA01435/151/etc/freedial35_4.png?cmsp_timestamp=20200307101741);
background-repeat: no-repeat;
background-position: 0 1px;
padding-left: 45px;
color: #ed573e;
}

.contact_wrap .contact_tel > span:last-child{
display: inline-block;
padding-left: 10px;
margin-top: 2px;
font-size: 0.8rem;
line-height: 1.3em;
}

.contact_wrap .contact_tel > span:last-child .hours{
font-size: 0.85rem;
}

.contact_wrap .contact_fax{
margin-top: -2px;
}

.contact_wrap .contact_fax span:nth-child(1){
background-color: white;
color: #252F3E;
font-weight: bold;
padding: 0 5px;
font-size: 0.85rem;
}

.contact_wrap .contact_fax span:nth-child(2){
padding-left: 10px;
font-size: 1.2rem;
vertical-align: middle;
}

.contact_wrap .contact_fax a{
margin-left: 10px;
font-size: 0.8rem;
padding: 3px 5px;
border: solid 1px #d9d9d9;
border-radius: 5px;
color: white;
cursor: pointer;
text-decoration: none;
}

.myaccount{
margin-top: -5px;
}
.global_menu_wrap a:link{color: white;}
.global_menu_wrap a:visited{color: white;}
.global_menu_wrap a:hover, .myaccount a:hover{color: white;}
.global_menu_wrap a:active{color: white;}

.txt_c_white {color: white;}
.mar_b_25{margin-bottom: 25px;}
.mar_t_15{margin-top: 15px;}

.right_column_width{
  max-width: 73%;
  width: 100%;
  margin-right: 3%;
}

.left_column_width{
  max-width: 23%;
  padding-left: 0;
  margin-left: 1%;
}

.pagetop__btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: block;
  padding: 13px 13px;
  z-index: 99;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  background-color: #252F3E;
}
.btn-primary:hover {
  background-color: #252F3E;
  opacity: 0.7;
  zoom: 1;
}

.icon-lg-w.icon-chevron_up {
  background-position: -0px -216px;
}

/*
 * layout
 */
#wrapper {
  max-width: 1250px;
}

/*
 * contents
 */

#contents {
  float: right;
  padding: 0;
}

#contents .topicpath-nav {
  font-size: 0.8rem;
  margin-bottom: 5px;
  line-height: 1.4em;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

#footer ul li{
border-right: solid 1px #d9d9d9;
}

#footer ul li:last-child{
border-right: none;
}

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/* カレンダー */
.calendar_header{
width: 208px;
padding: 5px;
background-color: #333;
color: white;
text-align: center;
font-size: 0.9rem;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar caption{
  background-color: #EEEEEE !important;
  color: 333 !important;
  padding: 5px;
  font-size: 0.95rem;
}
.tbl_calendar:last-child caption{
  margin-top: 15px
}
.tbl_calendar th, .tbl_calendar td {
  padding: 2px 7px !important;
  text-align: center !important;
  border: 1px solid #ccc !important;
}

.calendar_kyugyo{
position: relative;
margin-left: 22px;
}

.calendar_kyugyo::before{
position: absolute;
content: '';
border: solid 1px #CCCCCC;
width: 13px;
height: 13px;
background-color: #F9EAE9;
top: 2px;
left: -20px;
}

/*ハンバーガーメニュー*/
@media (min-width: 1250px) {
#nav-drawer{
display: none;
}
}
@media (max-width: 1250px) {
div.global_menu_wrap, div.contact_wrap{
display: none;
}
}
#nav-drawer {
  position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 30px;/*長さ*/
  border-radius: 3px;
  background: white;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  content: url("https://img21.shop-pro.jp/PA01435/151/etc/batu.png?cmsp_timestamp=20200910202917");
  z-index: 99999!important;
  top: 10px;/*全体に広がるように*/
  left: 290px;
  width: 32px;
  height: 32px;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999!important;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background-color: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
  padding: 10px;
  box-sizing: border-box;
}
#nav-content a{
display: block;
cursor: pointer;
padding: 5px;
font-size: 1rem;
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/*ハンバーガーメニュー*/

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_15 { font-size: 15px; }
.txt_16 { font-size: 16px; }
.txt_17 { font-size: 17px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}
.txt_c_navy {color: #09357f;}
.txt_c_red {color: #FF0000;}
.txt_c_lite_red {color: #ed573e;}
.sell_red{color: #AF280A;}


/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_b_15 { margin-bottom: 15px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_40 { margin-top: 40px; }
.mar_t_45 { margin-top: 45px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }
.mar_t_60 { margin-top: 60px; }
.mar_t_70 { margin-top: 70px; }
.mar_t_80 { margin-top: 80px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .right_column_width{
    max-width: 100%;
     margin-right: 0;
  }
  .left_column_width{
    max-width: 100%;
    padding-left: 0;
  }
  
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
  
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
