/*
colorme theme
*/


@charset "euc-jp";

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Sawarabi Mincho";
}

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

.col02 {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2%;
    padding-left: 2%;
    min-height: 1px;
    word-break: break-all;
}

.col-lg-8 {
    width: 66.6666667%;
    margin: 0 auto;
}

/*
 * contents
 */

#contents {
    float: right;
    padding-left: 30px;
}

#contents .topicpath-nav {
    margin-bottom: 5px;
}
#contents .topicpath-nav li {
    padding: 0;
}
#contents .topicpath-nav a {
    margin-left: 5px;
}

/*
 * side
 */

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

/*
 * temp
 */
 
 h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

/* 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_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_30 { font-size: 30px; }
.txt_36 { font-size: 36px; }
.txt_c_333 {color: #333;}

/* 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_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_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }
.mar_b_60 { margin-bottom: 60px; }
.mar_b_70 { margin-bottom: 70px; }
.mar_b_80 { margin-bottom: 80px; }
.mar_b_90 { margin-bottom: 90px; }
.mar_b_100 { margin-bottom: 100px; }

/* 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%; }

/* line-height */
.l-height-10 { line-height: 1.0; }
.l-height-12 { line-height: 1.2; }
.l-height-15 { line-height: 1.5; }
.l-height-18 { line-height: 1.8; }
.l-height-20 { line-height: 2.0; }
.l-height-22 { line-height: 2.2; }
.l-height-25 { line-height: 2.5; }

/* letter-spacing */
.l-spacing-1 { letter-spacing: 1px; }
.l-spacing-2 { letter-spacing: 2px; }
.l-spacing-3 { letter-spacing: 3px; }
.l-spacing-4 { letter-spacing: 4px; }
.l-spacing-6 { letter-spacing: 6px; }
.l-spacing-8 { letter-spacing: 8px; }
.l-spacing-10 { letter-spacing: 10px; }

@media (max-width: 980px) {
    /* ~980px */
    #base_gmoWrapp,
    #gmo_CMSPbar {
        overflow: hidden;
        min-width: 100% !important;
        width: 100% !important;
    }
    .col-lg-8 {
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
    /* ~768px */
    #contents {
        padding-left: 0;
    }
}
@media (max-width: 480px) {
    /* ~480px */
  .txt_28 { font-size: 20px; }
}

/*
 * 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-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-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); }
}


/* ---------- theme ---------- */


/* ---------- helper ---------- */ 
.pull-right {   float: right; }  
.pull-left {   float: left; }  /* font-size */ 
.h1 {   font-size: 28px; }  
.h2 {   font-size: 24px; }  
.h3 {   font-size: 20px; }  
.h4 {   font-size: 16px; }  
.h5 {   font-size: 14px; }  
.h6 {   font-size: 12px; }


/* ---------- theme ---------- */


/* */ @-ms-viewport {   
  width: device-width;   
  initial-scale: 1; 
} 

/* ---------- content-layout ---------- */ 
.tt-content-main {   padding: 80px 0; }  
.tt-content-top .tt-section:last-child, 
.tt-content-main .tt-section:last-child, 
.tt-content-bottom .tt-section:last-child {  
  margin-bottom: 0; 
}  

/* ---------- section-layout ---------- */ 
.tt-section {   margin-bottom: 80px; }  
.tt-aside {   margin-bottom: 30px; }


/* ---------- theme ---------- */


/* ---------- typo ---------- */
body a {
    transition: .2s;
    color: #555;
}

body a:hover {
    text-decoration: none;
    color: #aaa;
}


/* ---------- theme ---------- */


/* ---------- tt-topbar-layout ---------- */ 
.tt-topbar {   
  padding: 5px 0;   
  background-color: #fafafa; 
}   

.tt-topbar .topbar-description {     
  margin: 0; 
}


/* ---------- theme ---------- */


/* ---------- header-layout ---------- */
.tt-header {
    position: relative;
}

.tt-header .logo {
    display: inline-block;
}

.tt-header .menu-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.tt-header .menu-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* ---------- header-content-layout ---------- */
.tt-header-content form{
    margin: 0;
}
@media all and (max-width: 768px) {
    .tt-header-content {
        text-align: center;
        padding: 20px 0;
    }
    .tt-header-content .logo{
        margin: 0;
    }
}


/* ---------- theme ---------- */



/* ---------- tt-global-layout ---------- */ 
.tt-global-side {
	position: fixed;
    top: 0px;
    left: 250px;
    width: 250px;
    height: 100%;
    margin-left: -250px;
    padding: 0;
	background: #FFF;
    overflow-x: hidden;
    overflow-y: hidden;
} 

	.tt-global-side .container {
        width: 267px;
		height: 100%;
        border: none;
        border-radius: 0;
        background-color: #FFF;
        bottom: 0;
		text-align: center;
		padding-right: 17px;
        padding-bottom: 40px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

@media (max-width: 768px) {     
  .tt-global-side {       
    position: relative;       
    width: 100%; 
  }
  .tt-global-side .container {
        padding: 0px;
        overflow-y: hidden;
        overflow-x: hidden;
  }
}

.tt-global-content {   
  margin-left: 250px;   
  width: auto;   
  position: relative;   
  overflow: auto;   
  z-index: 1; 
}   

@media (max-width: 768px) {     
  .tt-global-content {       
    margin-left: 0;       
    width: auto; 
  } 
}

form {
    margin: 0 0 0px;
}

/* ---------- header-side-layout ---------- */ 
.tt-header-side {   
  position: relative;
  padding: 0 20px 20px 20px;
  background-color: #FFF;
}   

.tt-header-side .description {     
  padding: 5px 0;     
  margin-bottom: 0; 
}   

.tt-header-side .header-aside {     
  padding: 15px 0; 
}   

.tt-header-side .header-menu {     
  list-style: none;     
  margin: 0; 
}     

.tt-header-side .header-menu > li {       
  padding: 0px 0; 
}     

.tt-header-side .header-menu.menu-inline > li {      
  display: inline-block;       
  padding: 5px 10px;       
  font-size: 12px; 
}     

.tt-header-side .header-menu.menu-block {       
  display: block;       
  padding: 3px 0; 
}   

.tt-header-side .header-copy {     
  padding: 5px -0px;     
  border-top: 1px solid #333; 
}  

.tt-menu-toggle {   
  margin: 0;   
  padding: 15px 0;   
  text-align: center; 
}   

.tt-menu-toggle.active + .header-body {     
  display: block !important; 
}


/* ---------- header-side-theme ---------- */
.tt-global-side {
  color: #252525; }
  .tt-global-side a {
    color: #252525; }
  .tt-global-side .tt-aside {
    margin: 0;
    padding: 20px 5px;
    border-bottom: 1px solid #333; }


/* ---------- tt-navabar-layout ---------- */
.tt-navbar {
    /*height: 51px;*/
    color: #eee;
    background-color: #fafafa;
    position: relative; /* ---------- smartphone ---------- */
}

.tt-navbar .logo {
    display: inline-block;
    margin: 0;
    line-height: 51px;
}

.tt-navbar .logo a {
    color: #eee;
}

.tt-navbar .navbar-menu {
    margin: 0;
}

.tt-navbar .navbar-menu > li {
    display: block;
}
.tt-navbar .navbar-menu > li > a {
    padding: 8px 20px;
	text-align: left;
}

.tt-navbar .navbar-menu > li > a {
    display: block;
}

.tt-navbar .navbar-menu > li > a:hover {
    text-decoration: none;
}

@media all and (max-width: 768px) {
    .tt-navbar {
        height: auto;
    }

    .tt-navbar .navbar-right {
        float: none;
    }

    .tt-navbar .navbar-menu-toggle {
        margin: 0;
        padding: 15px 0;
        text-align: center;
        color: #eee;
    }

    .tt-navbar .navbar-icon-toggle {
        position: absolute;
        top: 7px;
        right: 25px;
        margin: 0;
        padding: 5px;
        cursor: pointer;
    }

    .tt-navbar .navbar-icon-toggle > span,
    .tt-navbar .navbar-menu-toggle > .toggle-icon span,
    .tt-menu-toggle > .toggle-icon span{
        display: block;
        height: 2px;
        width: 24px;
        background-color: #252525;
        margin-top: 5px;
    }
    .tt-navbar .navbar-menu-toggle > .toggle-icon,
    .tt-menu-toggle > .toggle-icon{
        display: inline-block;
    }

    .tt-navbar .navbar-menu {
        text-align: left;
    }

    .tt-navbar .navbar-menu > li {
        display: block;
        padding: 0;
    }

    .tt-navbar .navbar-menu > li a {
        padding: 15px;
    }
}

.navbar-right {
    float: right;
}

.navbar-menu-toggle.active + .navbar-collapse, .navbar-icon-toggle.active + .navbar-collapse {
    display: block !important;
}


/* ---------- tt-navabar-theme ---------- */
.tt-navbar {
    background-color: #FFF;
}

.tt-navbar .navbar-menu > li > a:hover {
    text-decoration: none;
    background-color: #999;
	color: #eeeeee;
}

.tt-navbar .navbar-menu > li > a {
    color: #252525;
	font-size: 13px;
}


/* ---------- tt-dropdown-layout ---------- */
.tt-dropdown {
    position: relative;
}

.tt-dropdown:hover > .drop-menu {
    display: block;
}

.tt-dropdown .drop-menu {
    display: none;
    position: absolute;
    top: 34px;
	left: 0px;
    width: 210px;
    margin: 0;
    list-style: none;
    background-color: #999;
	z-index: 9999;
}

.tt-dropdown .drop-menu > li > a {
    display: block;
    padding: 8px 20px;
    text-align: left;
	font-size: 13px;
	color: #252525;
}

.tt-dropdown .drop-menu > li > a:hover {
    text-decoration: none;
    background-color: #666;
	color: #eeeeee;
}

@media all and (max-width: 768px) {
    .tt-dropdown .drop-menu {
        display: block;
        position: relative;
        top: auto;
        width: 100%;
        background-color: transparent;
        border: none;
        padding-left: 15px;
    }

    .tt-dropdown .drop-menu a {
        color: #eee;
    }

    .tt-dropdown .drop-menu > li > a:hover {
        background-color: transparent;
    }
}


/* ---------- theme ---------- */


/* ---------- tt-shop-guide-layout ---------- */ 
.tt-shop-guide .guide-container {   padding: 15px 0; } 
.tt-shop-guide .guide-body {   margin-bottom: 10px; } 
.tt-shop-guide .guide-title {   
  margin-bottom: 10px;   
  font-weight: bold; 
}


/* ---------- theme ---------- */


/* ---------- tt-footer-copy-layout ---------- */ 
.tt-footer-copy {  
  padding: 0 0 30px 0;  
  text-align: center;   
  border-top: 1px solid #eee; 
}   

.tt-footer-copy p {     
  margin: 0; 
}


/* ---------- theme ---------- */


/* ---------- tt-footer-menu-layout ---------- */
.tt-footer-menu {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #eee;
}

@media all and (max-width: 768px) {
    .tt-footer-menu {
        border: none;
    }
    .tt-footer-menu ul li {
        display: block !important;
    }
    .tt-footer-menu a {
        display: block;
        padding: 12px;
        border-top: 1px solid #eee;
    }
    .tt-footer-menu ul li span {
        display: none !important;
    }
}


/* ---------- theme ---------- */


/* ---------- tt-breadcrumb-layout ---------- */ 
.tt-breadcrumb {   
  padding: 30px 15px 5px 15px;    
  margin-bottom: 0;   
  margin-left: 0;   
  list-style: none; 
}   

.tt-breadcrumb > li {     
  display: inline-block; 
}     

.tt-breadcrumb > li + li:before {       
  padding: 0 5px;       
  color: #ccc;       
  content: "/"; 
}


/* ---------- theme ---------- */


/* ---------- tt-button-layout ---------- */ 
.btn {   
  padding: 6px 14px;   
  border-radius: 0; 
}  

.btn-lg {   
  padding: 12px 16px;   
  border-radius: 0; 
}  

.btn-xs {   
  padding: 2px 6px;   
  border-radius: 0; 
}


/* ---------- tt-button-theme ---------- */
.btn {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc; }

.btn.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .btn.btn-primary:hover {
    background-color: #168df3; }

.btn.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn.btn-success:hover {
    background-color: #6cd46c; }

.btn.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn.btn-info:hover {
    background-color: #65d7f9; }

.btn.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; 
}
  .btn.btn-warning:hover {
    background-color: #ffb957; 
}

.btn.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; 
}
  .btn.btn-danger:hover {
    background-color: #f1645f; 
}

.btn.btn-cart {
  color: #fff;
  background-color: #1f191a;
  border-color: #1f191a; 
}

  .btn.btn-cart:hover {
    background-color: #444; 
}


/* ---------- tt-calendar-layout ---------- */ 
.tbl_calendar {   
  border: none !important;   
  border-collapse: collapse !important;   
  border-spacing: 0 !important;   
  margin-bottom: 20px; 
}   
.tbl_calendar caption {     
  padding: 3px 0; 
}   
.tbl_calendar th {     
  background-color: #f5f5f5; 
}   
.tbl_calendar th, 
.tbl_calendar td {     
  padding: 4px !important;     
  text-align: center !important;     
  border-bottom: 1px solid #ccc !important; 
}     

@media (min-width: 1000px) {       
  .tbl_calendar th, .tbl_calendar td {         
    padding: 6px !important; 
  } 
}


/* ---------- theme ---------- */


/* ---------- tt-item-layout ---------- */ 
.tt-item {   
  margin-bottom: 30px; 
}   
.tt-item .item-image {     
  margin-bottom: 10px; 
}   
.tt-item .item-title {   
  font-size: 14px;     
  font-weight: normal;
  text-align: center;
}   
.tt-item .item-body {  
  text-align: center;
}   
.tt-item .item-body .item-teika-price {
  display: block; 
  text-align: center;
  text-decoration: line-through;
}


/* ---------- theme ---------- */


/* ---------- tt-menu-layout ---------- */ 
.tt-menu {   
  margin: 0;   
  list-style: none;   /* menu-block */   /* menu-inline */ 
}   
.tt-menu li a img {     
  vertical-align: middle;     
  margin-right: 5px;     
  max-width: 32px;     
  height: auto; 
}   
.tt-menu.menu-block li a {     
  display: block;     
  vertical-align: middle;     
  padding: 8px 0;     
  border-bottom: 1px dashed #eee; 
}   
.tt-menu.menu-inline > li {     
  display: inline-block;     
  padding: 0 0px; 
}


/* ---------- theme ---------- */


/* ---------- tt-news-layout ---------- */ 
.tt-news .news-list {   
  border-bottom: 1px dashed #eee;   
  padding: 15px 0;   
  margin: 0; 
}   
.tt-news .news-list:first-child {     
  padding-top: 0; 
}


/* ---------- theme ---------- */


/* ---------- tt-title-layout ---------- */ 
.tt-title {   
  margin-bottom: 20px; 
}   
.tt-title .title {
  margin: 0 0 0px 0;
  text-align: center;
}
.tt-title .title-itemname { 
  margin: 20px 0 20px 0;
  text-align: left;
}


/* ---------- tt-title-theme ---------- */
/* title-page */
.tt-title.title-page {
  padding-bottom: 10px;
  border-bottom: 0px solid #464e54; }

/* title-main */
.tt-title.title-main {
  padding-bottom: 10px;
}

/* title-side */
.tt-title.title-side {
  padding: 0px 10px;
  border-left: 5px solid #464e54; }

/* title-footer */
.tt-title.title-guide {
  margin-bottom: 0;
  color: #eee;
  background-color: #333;
  padding: 10px; }

/* title-footer-line */
.tt-title.title-guide-line {
  border-bottom: solid 1px #252525;
  margin: 0 0 50px 0;
}

.tt-shop-footerLogo {
	text-align: center;
	margin: 0 auto 30px auto;
}

.tt-shop-footerLogo img {
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
}

.tt-shop-footer-contact {
	text-align: center;
	margin: 0 auto 40px;
}


/* More Button
--------------------------- */
.button-urban {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: .9em 3.6em;
	border: 2px solid #CCC;
	color: #252525;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .3s;
}
.button-urban::before,
.button-urban::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: all .3s;
}
.button-urban::before {
	border-top: 2px solid #252525;
	border-bottom: 2px solid #252525;
	transform: scale(0, 1);
}
.button-urban::after {
	border-right: 2px solid #252525;
	border-left: 2px solid #252525;
	transform: scale(1, 0);
}
.button-urban:hover {
	color: #252525;
	text-decoration: none;
}
.button-urban:hover::after,
.button-urban:hover::before {
	transform: scale(1);
}


/* ---------- tt-product-list-layout ---------- */ 
.tt-product-sort a {   
  color: #aaa; 
}   
.tt-product-sort a:hover {     
  color: #464e54; 
}  
.tt-pagination {   
  text-align: center; 
}   
.tt-pagination > ul {     
  list-style: none;     
  margin-left: 0; 
}     
.tt-pagination > ul > li {       
  display: inline-block; 
}


/* ---------- theme ---------- */


/* ---------- tt-product-detail-layout ---------- */ 
.tt-product-detail .product-images .image-main {   
  margin-bottom: 10px; 
} 
.tt-product-detail .product-images .image-sub {   
  margin-bottom: 10px; 
} 
.tt-product-detail .product-sexp {   
  margin-top: 20px; 
} 
.tt-product-detail .product-meta {   
  margin-bottom: 0; 
} 
.tt-product-detail .table {   
  border: 1px solid #eee; 
}
.tt-product-detail .table th {
  font-size: 1.17em;     
  background-color: #f5f5f5; 
}   
.tt-product-detail .table th, .tt-product-detail .table td {     
  border-top: 1px solid #eee; 
} 
.tt-product-detail .teika td {   
  text-decoration: line-through; 
} 
.tt-product-detail .sales td {   
  font-weight: bold;
  font-size: 1.17em;
} 
.tt-product-detail .cart-area {   
  padding: 20px;   
  margin-bottom: 20px;   
  border-bottom: 1px solid #eee; 
} 
.tt-product-detail .sns-area { 
  padding: 30px 8px;
} 
.tt-product-detail .guide-link li a {   
  display: inline-block;   
  padding: 5px; 
}


/* ---------- theme ---------- */

@media (max-width: 768px){
  .visible-phone {
      display: none !important;
  }
  .hidden-phone {
    display: inherit !important;
  }
}
@media(max-width: 480px) {
  .visible-phone {
      display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}



/* ---------- navbar ---------- */

select {
    width: 90%;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0 auto;
}



h2.info-title {
	font-size: 30px;
	color: #252525;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.0;
	margin: 50px 0 100px 0;
}

p.concept-txt {
	font-size: 20px;
	color: #252525;
	text-align: center;
	letter-spacing: 2px;
	line-height: 2.0;
	margin: 60px 0 200px 0;
}

p.costcut-txt {
	font-size: 20px;
	color: #252525;
	text-align: center;
	letter-spacing: 2px;
	line-height: 2.0;
	margin: 0 0 80px 0;
}

.mar_auto_100 {
    margin: 0 auto 100px;
}

table.overvew {
    width: 100%;
    margin: 0 auto 100px auto;
}

table.overvew tr:nth-child(odd) th, 
table.overvew tr:nth-child(odd) td {
    background-color: #EDEFE8;
}

table.overvew th {
    width: 30%;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    vertical-align: middle;
    color: #252525;
    padding: 1.5em;
}

table.overvew td {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    vertical-align: middle;
    text-align: left;
    color: #252525;
    padding: 1.5em;
}



table.guidelines {
    width: 100%;
    margin: 0 0 100px 0;
    border-top: solid 1px #CCC;
}

table.guidelines tr {
    border-bottom: solid 1px #CCC;
}

table.guidelines th {
    width: 20%;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    vertical-align: middle;
    text-align: left;
    padding: 1.5em 3.0em;
    border-right: solid 1px #CCC;
}

table.guidelines td {
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 1.5em 3.0em;
}

dl.item-guidelines02 {
    width: 100%;
    padding: 0;
    margin: 10px 0;
}

dl.item-guidelines02 dt {
    float: left;
    width: 20px;
    font-size: 15px;
    color: #000;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
    margin: 0;
}

dl.item-guidelines02 dd {
    margin-left: 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 2px;
    padding: 5px 0;
}

p.recruit-txt {
	font-size: 16px;
	color: #252525;
	text-align: center;
	letter-spacing: 2px;
	line-height: 2.0;
	margin: 0 0 60px 0;
}





.shop-txt {
    width: 48%;
	margin: 0 auto;
}

.shop-map {
    width: 48%;
	margin: 0 auto;
}

h3.shop-neme {
    font-size: 20px;
    color: #252525;
    text-align: left;
    line-height: 1.5;
	letter-spacing: 2px;
    padding: 0 0 30px 0;
    margin: 0;
}

table.shop-info {
    width: 100%;
    margin: 0 auto 30px auto;
}

table.shop-info th {
    width: 20%;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    vertical-align: middle;
    color: #252525;
    padding: 1.0em;
}

table.shop-info td {
    width: 50%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    vertical-align: middle;
    text-align: left;
    color: #252525;
    padding: 1.0em;
}

table.shop-info td span {
    font-size: 13px;
}





dl.access-shop {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
}

dl.access-shop dt {
    float: left;
    width: 120px;
    font-size: 14px;
    color: #252525;
    text-align: left;
    line-height: 1.5;
	letter-spacing: 2px;
    padding: 0 0 20px 0;
    margin: 0;
}

dl.access-shop dt.location {
    padding: 0 0 60px 0;
    margin: 0;
}

dl.access-shop dd {
    margin-left: 120px;
    font-size: 14px;
    color: #252525;
    text-align: left;
    line-height: 1.5;
	letter-spacing: 2px;
    padding: 0 0 20px 0;
    margin: 0;
}

dl.access-shop dd span {
    font-size: 12px;
	letter-spacing: 1px;
}





.access-map {
    position: relative;
    padding-bottom: 66.7%;
    height: 0;
    overflow: hidden;
}

.access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}





dl.item-spec {
    width: 100%;
    padding: 0;
    margin: 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

dl.item-spec dt {
    float: left;
    width: 80px;
    font-size: 14px;
    color: #252525;
    text-align: left;
    line-height: 1.5;
	letter-spacing: 2px;
    padding: 0 0 15px 15px;
}

dl.item-spec dd {
    margin-left: 80px;
    font-size: 14px;
    color: #252525;
    text-align: left;
    line-height: 1.5;
	letter-spacing: 2px;
    padding: 0 15px 15px 0;
}





table.item-spec {
    width: 100%;
    margin: 0 auto;
    border-top: 1px dotted #999;
}

table.item-spec tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

table.item-spec th {
    background-color: #f5f5f5;
    border-bottom: 1px dotted #999;
    padding: 10px 15px;
    width: 70px;
}

table.item-spec td {
    border-bottom: 1px dotted #999;
    padding: 10px 15px;
}






@media (max-width: 1440px) {
    .col-lg-8 {
		width: 80%;
		margin: 0 auto;
	}
    table.guidelines th {
		width: 25%;
	}
}

@media all and (max-width: 1200px) {
    p.concept-txt {
		font-size: 16px;
	}
	p.costcut-txt {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
    .col-lg-8 {
		width: 90%;
		margin: 0 auto;
	}
    table.guidelines th {
		width: 30%;
	}
}

@media (max-width: 820px) {
	.shop-txt {
		width: 98%;
		margin: 0 auto;
	}
	.shop-map {
		width: 98%;
		margin: 0 auto;
	}
}

@media all and (max-width: 420px) {
    .col-lg-8 {
		width: 100%;
		margin: 0 auto;
	}
	h2.info-title {
		font-size: 24px;
		margin: 50px 0 50px 0;
	}
	p.concept-txt {
		margin: 40px 0 80px 0;
	}
	p.concept-txt br {
		display: none;
	}
	p.costcut-txt {
		font-size: 16px;
		margin: 0 0 60px 0;
	}
    table.overvew th {
		display: block;
		width: 90%;
		font-weight: 600;
		padding: 1.5em 5% 0 5%;
	}
	table.overvew td {
		display: block;
		width: 90%;
		padding: 1.0em 5% 1.5em 5%;
	}
	table.guidelines th {
		display: block;
		width: 90%;
		font-weight: 600;
		padding: 1.5em 5% 0 5%;
		border-right: solid 0px #CCC;
	}
	table.guidelines td {
		display: block;
		width: 90%;
		padding: 1.0em 5% 1.5em 5%;
	}
	h3.shop-neme {
		font-size: 20px;
		text-align: center;
	}
	table.shop-info th {
		width: 30%;
		font-size: 14px;
	}
	table.shop-info td {
		width: 70%;
		font-size: 14px;
	}
	table.shop-info td span {
		font-size: 12px;
	}
}













