/*
    2018/8/Version: 1.0
*/
/*----------------------------------------*/
/*  Theme Default CSS
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto:400,500,700');
html {height: 100%; width: 100%;}
body {
	color: #444;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.53846;
    font-family: "Quicksand", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
	letter-spacing: .6px;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
/*横揺れ防止記述*/
html{
    overflow-x : hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    overflow-x : hidden;
    -webkit-overflow-scrolling: touch;
}
/*横揺れ防止記述 end*/
.clear {clear:both}
.fix {overflow: hidden}
.block {display: block}
.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	height:auto
}
h1, h2, h3, h4, h5, h6 {font-weight: 700; margin: 0; padding: 0;}
/* android クロームで文字がでかくなるバグ対策 */
h1, h2, h3, h4, p {
    max-height: 100%; 
}
h2.cat-title {font-size: 24px; margin-bottom: 20px;}
a {-webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
a:focus{
    text-decoration: none;
    outline:0px solid;
	cursor: pointer;
}
a:focus,
a:hover {
	color: #666; 
	cursor: pointer; 
	opacity: 0.7;
	text-decoration: none;}
a:active, a:hover {outline: 0 none;}
a,
button,
input {
    outline: medium none;
    color: #444;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
input[type=text] {
  font-size: 14px;
}
button{border: 0; padding: 0;}
button:hover {
	cursor: pointer; 
	opacity: 0.7;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: inherit}
/*label {
    font-size: 15px;
    font-weight: 400;
    color: #606060;
}*/
*::-moz-selection {
    background: #b3d4fc;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
    color: #fff;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.mark, mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
	font-weight: 600;
}
p {}
p::-moz-selection {}
p::selection {}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #969696;}
::-moz-placeholder { /* Firefox 19+ */
    color: #969696;
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
:-ms-input-placeholder { /* IE 10+ */color: #969696;}
:-moz-placeholder { /* Firefox 18- */color: #969696;}
.default-btn {
    background: #252531 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 13.3px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 45px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
}
.default-btn:hover, .default-btn:focus, .default-btn:active {background: #BDA87F}
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
}
img {max-width: 100%}
input, textarea {
    background: #fff repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    height: 35px;
    padding-left: 10px;
    width: 100%;
}
input::-moz-placeholder, textarea::-moz-placeholder {color: #666666;} 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #666666;}
select {
	-moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
    background: #fff;
    border: 1px #000 solid;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 16px;
    color: #000;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus, textarea:focus {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #a48955;
}
textarea {height: 100px; padding: 12px 17px; resize: vertical; width: 100%;}
textarea:focus {box-shadow: none; outline: 0}
input:focus, select:focus, textarea:focus, button:focus {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    outline: 0
}
label {font-size: 14px;margin-bottom: .4rem;}
.img-thumbnail {
    border-radius: 0 !important;
}
/*************************
    Scrollup
*************************/
#scrollUp {
    background: #0c0c0c none repeat scroll 0 0;
    bottom: 15px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    position: fixed;
    right: 12px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
    width: 40px;
    z-index: 999;
    overflow: hidden
}
#scrollUp:hover {background: #252531}
/*************************
    Margin top
*************************/
.mt-10 { margin-top: 10px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/*************************
    Margin bottom
*************************/
.mb-10 { margin-bottom: 10px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
    Margin left
*************************/
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
    Padding top
*************************/
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-25 { padding-top: 25px }
.pt-30 { padding-top: 30px }
.pt-35 { padding-top: 35px }
.pt-40 { padding-top: 40px }
.pt-45 { padding-top: 45px }
.pt-50 { padding-top: 50px }
.pt-55 { padding-top: 55px }
.pt-60 { padding-top: 60px }
.pt-65 { padding-top: 65px }
.pt-70 { padding-top: 70px }
.pt-75 { padding-top: 75px }
.pt-80 { padding-top: 80px }
.pt-85 { padding-top: 85px }
.pt-90 { padding-top: 90px }
.pt-95 { padding-top: 95px }
.pt-100 { padding-top: 100px }
.pt-105 { padding-top: 150px }
.pt-110 { padding-top: 110px }
.pt-115 { padding-top: 150px }
.pt-120 { padding-top: 120px }
.pt-125 { padding-top: 150px }
.pt-130 { padding-top: 130px }
.pt-135 { padding-top: 150px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
/*************************
    Padding right
*************************/
.pr-5 { padding-right: 5px }
.pr-10 { padding-right: 10px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
    Padding bottom
*************************/
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-25 { padding-bottom: 25px }
.pb-30 { padding-bottom: 30px }
.pb-35 { padding-bottom: 35px }
.pb-40 { padding-bottom: 40px }
.pb-45 { padding-bottom: 45px }
.pb-50 { padding-bottom: 50px }
.pb-55 { padding-bottom: 55px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-70 { padding-bottom: 70px }
.pb-75 { padding-bottom: 75px }
.pb-80 { padding-bottom: 80px }
.pb-85 { padding-bottom: 85px }
.pb-90 { padding-bottom: 90px }
.pb-95 { padding-bottom: 95px }
.pb-100 { padding-bottom: 100px }
.pb-105 { padding-bottom: 150px }
.pb-110 { padding-bottom: 110px }
.pb-115 { padding-bottom: 150px }
.pb-120 { padding-bottom: 120px }
.pb-125 { padding-bottom: 150px }
.pb-130 { padding-bottom: 130px }
.pb-135 { padding-bottom: 150px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
/*************************
    Padding left
*************************/
.pl-5 { padding-left: 5px }
.pl-10 { padding-left: 10px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }
/***************************
    Page section padding 
****************************/
.ptb-50 {padding: 50px 0;}
.ptb-60 {padding: 60px 0;}
.ptb-70 {padding: 70px 0;}
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }
/****************************
    Background variation set 
*****************************/
.bg-white { background: #fff }
.bg-light { background: #F7F7F7 }
.bg-light-2 {background: #f6f6f6 }
.bg-ash { background: #ADBCC1; }
.bg {
    background: #f6f6f6 none repeat scroll 0 0;
    border-top: 1px solid #d9dadf;
	border-bottom: 1px solid #d9dadf;
}
.bg-dark { background: #333333 }
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5 {
    background-attachment: scroll; 
	background-clip: initial; 
	background-color: rgba(0, 0, 0, 0); 
	background-origin: initial; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	position: relative; 
}
.bg-1 { background-image: url("../img/bg/1.jpg");}
.bg-2 {background-image: url("../img/bg/2.jpg");}
.bg-3 { background-image: url("../img/bg/3.jpg");}
.bg-4 { background-image: url("../img/bg/4.jpg");}
.bg-5 { background-image: url("../img/bg/5.jpg");}
[data-overlay] {position: relative;} 
[data-overlay]::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
[data-overlay="3"]::before {opacity: 0.3;}
[data-overlay="4"]::before {opacity: 0.4;}
[data-overlay="5"]::before {opacity: 0.5;}
[data-overlay="56"]::before {opacity: 0.56;}
[data-overlay="6"]::before {opacity: 0.6;}
[data-overlay="7"]::before {opacity: 0.7;}
[data-overlay="8"]::before {opacity: 0.8;}
/* white overlay */
[white-overlay] {position: relative;} 
[white-overlay]::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
[white-overlay="3"]::before {opacity: 0.3;}
[white-overlay="4"]::before {opacity: 0.4;}
[white-overlay="5"]::before {opacity: 0.3;}
[white-overlay="6"]::before {opacity: 0.6;}
[white-overlay="7"]::before {opacity: 0.8;}
[white-overlay="9"]::before {opacity: 0.9;}
/****************************
    Text color 
*****************************/
.text-black {color: #333}
.text-white {color: #fff}
/***********************
    Section Title
************************/
.section-title {margin-bottom: 44px; position: relative; text-align: center;}
.section-title > span {
    color: #838383;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 11px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.section-title-line > span {
    color: #838383;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 11px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.section-title > span.title-icon {
    color: #838383;
    font-size: 23px;
	 margin-bottom: 7px;
	padding-bottom: 3px;
}
.section-title > h2 {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #252531;
    font-size: 21px;
    font-weight: bold;
    position: relative;
}
.section-title > h2::after {
	background: -webkit-repeating-linear-gradient(-45deg, #ebebeb, #ebebeb 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #ebebeb, #ebebeb 2px, #fff 2px, #fff 4px);
    bottom: 13px;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    width: 100%;
}
.section-title > h2 span {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}
.section-title.title-style-2 > h2 {font-weight: 600;}
.section-title.title-style-2 > h2 span {padding: 0 20px;}

.section-title-balloon {
    margin-bottom: 44px;
    text-align: center;
}
.section-title-balloon > h2  {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 18px;
  background: #f6f6f6;
}
.section-title-balloon > h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f6f6f6;
}
.section-title-balloon > h2 span {
  margin: 0;
  padding: 0;
}
.section-title-line {
    margin-bottom: 44px;
    text-align: center;
}
.section-title-line > h2  {
  position: relative;
  display: inline-block;
  font-size: 22px;
}
.section-title-line > h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #838383;
  border-radius: 2px;
}
.section-title-kakko {
    margin-bottom: 20px;
    text-align: center;
}
.section-title-kakko > h2 {
  position: relative;
  line-height: 1 !important;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

.section-title-kakko > h2:before, .section-title-kakko > h2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.section-title-kakko > h2:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.section-title-kakko > h2:after {
  content: '' !important;
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
.section-title-kakko > h2 {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #252531;
    font-size: 20px;
    font-weight: bold;
}
.section-title-kakko > span {
    color: #838383;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 11px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
/***********************
    Carosuel Style
************************/
.carousel-style-one {position: relative}
.carousel-style-one .owl-nav > div {
    background: #ffffff none repeat scroll 0 0;
    border: 4px solid #d7d7d7;
    border-radius: 50%;
    color: #54545b;
    font-size: 20px;
    height: 44px;
    left: -20px;
    line-height: 36px;
    position: absolute;
    top: 40.8%;
    transition: all 0.4s ease-out 0s;
    width: 44px;
}
.carousel-style-one .owl-nav > .owl-next {left: auto; right: -20px;}
.carousel-style-one .owl-nav {opacity: 0; transition: .2s}
.carousel-style-one:hover .owl-nav {opacity: 1}
.carousel-style-dot .owl-dots {
    bottom: 25px;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.carousel-style-dot .owl-dots .owl-dot {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 2px solid #c7b694;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px;
    transition: .3s
}
.carousel-style-dot .owl-dots .owl-dot:hover, .carousel-style-dot .owl-dots .owl-dot.active {opacity: 1}
.custom-row {margin-left: -15px; margin-right: -15px}
.custom-col {padding-left: 15px; padding-right: 15px}
.custom-col.w-20 {width: 20%; float: left}

/***********************
    ガター幅
************************/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 7px !important;
    padding-left: 7px !important;
}
.row {
    margin-right: -7px !important;
    margin-left: -7px !important;
}
.container {
    padding-right: 14px !important;
    padding-left: 14px !important;
}
.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.no-gutters {
  margin:0;
  padding:0;
}
@media (max-width: 767px) {
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
	.row {
		margin-right: -5px !important;
		margin-left: -5px !important;
	}
	/* スマホのみ全画面表示にしたい時の記述 */
	.row-sp {
		margin-right: -10px !important;
		margin-left: -10px !important;
	}
	.container {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}

/*----------------------------------------*/
/*  Button
/*----------------------------------------*/
.custom-button {
	width: 100%;
    font-weight: bold;
    padding: 16px 0 16px 0;
    background: #fff;
    border: solid 1px #aaa;
    letter-spacing: 0;
    position: relative;
}
.custom-button-black {
	width: 280px;
    text-align: center;
	background: #0c0c0c none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}
.custom-button-line, .custom-button-line-white {
	width: 280px;
    text-align: center;
	background-color: transparent;
	font-weight: bold;
    font-size: 15px;
    line-height: 50px;
    padding: 0 10px;
    text-transform: uppercase;
}
.custom-button-line-white-price {
	width: 100%;
    text-align: center;
	background-color: transparent;
	font-weight: bold;
    font-size: 15px;
    line-height: 50px;
    padding: 0 10px;
    text-transform: uppercase;
}
.custom-button-line {border: 1px solid #0B0B0B;color: #0B0B0B;}
.custom-button-line-white, .custom-button-line-white-price {border: 2px solid #fff;color: #fff;}

.custom-button-line-100 {
	width: 100%;
    text-align: center;
	background-color: transparent;
	font-weight: bold;
    font-size: 15px;
    line-height: 50px;
    padding: 0 10px;
    text-transform: uppercase;
	border: 1px solid #0B0B0B;color: #0B0B0B;
}


/*----------------------------------------*/
/*  Tab
/*----------------------------------------*/
.main-tab.nav-link {
    color: #0c0c0c;
	font-size: 15px;
    background-color: #eeeeee;
	font-weight: 700;
}
.main-tab.nav-link:hover, .main-tab.nav-link:focus {
	opacity: inherit;
	transition: none;
}

.main-tab.nav-link.active, .main-tab .show>.nav-link {
    color: #ffffff;
    background-color: #0c0c0c;
	text-decoration: underline;
}
.main-tab-border {border-bottom: 3px solid #0c0c0c;}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-link {
    padding: .5rem 0.6rem;
}
.anchor {
	padding-top: 100px;
	margin-top: -100px;
}
/*----------------------------------------*/
/*  5カラム定義
/*----------------------------------------*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 30%;
    float: left;
}

.col-xs-3-5 {
    width: 50%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
.col-xs-5-5 {
    width: 50%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 25%;
        float: left;
    }
    .col-sm-3-5 {
        width: 33%;
        float: left;
    }
    .col-sm-4-5 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}   

.margin-head {margin-top: 50px;}
.shop-area { margin-bottom: 30px;}
@media (min-width: 768px) and (max-width: 991px) { 
	.margin-head {margin-top: 40px;} 
}
@media (max-width: 767px) {
	.margin-head {margin-top: 30px;} 
}
.margin-gift-text {margin: 20px 0;}
@media (min-width: 768px) and (max-width: 991px) { 
	.margin-gift-text {margin: 30px;} 
}
@media (max-width: 767px) {
	.margin-gift-text {margin-top: 30px;} 
}
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
