@charset "utf-8";
html,
body {
min-height: 100%;
height: 100%;
line-height: 1.8;
}
@media screen and (max-width: 768px) {
html,
body {
height: auto;
}
}

#wrapper {
min-height: 100%;
overflow: hidden;
}

a:hover img,
a.hover:hover,
.btn a:hover {
text-decoration: none;
opacity: 0.8;
}

.inlineList {
font-size: 0px;
text-align: left;
letter-spacing: -0.4em;
}
.inlineList > * {
display: inline-block;
font-size: 14px;
letter-spacing: 0;
vertical-align: top;
}
.inlineList > * * {
letter-spacing: 0;
}

#header {
position: relative;
border-top: 8px #2b2408 solid;
}
#header #head {
position: relative;
z-index: 1;
height: 126px;
padding-top: 10px;
}
#header #head h1 {
float: left;
}
#header #head h1 a {
display: block;
}
#header #head h1 a img {
display: block;
}
#header #head .tel {
float: right;
display: block;
}
@media screen and (max-width: 992px) {
#header #head {
height: auto;
}
#header #head h1 {
float: none;
width: 73.4%;
margin-left: 4.6%;
}
#header #head h1 a {
position: relative;
height: 44px;
overflow: hidden;
}
#header #head h1 a img {
position: absolute;
left: 0;
top: 0;
width: 185px;
}
#header #head .tel {
float: none;
width: 100%;
padding: 1.5%;
text-align: center;
}
#header #head .tel img {
max-width: 56%;
display: inline;
}
}
#header #spMenu {
display: none;
}
@media screen and (max-width: 992px) {
#header #spMenu {
position: absolute;
z-index: 10;
right: 4.6%;
top: 10px;
display: block;
width: 50px;
padding: 10px 0;
border: 2px #0cf solid;
border-radius: 5px;
text-align: center;
cursor: pointer;
overflow: hidden;
}
#header #spMenu.open {
border-color: #0cf;
}
#header #spMenu span {
position: relative;
display: block;
width: 60%;
height: 4px;
margin: 0 auto;
}
#header #spMenu span + span {
margin-top: 4px;
}

#header #spMenu span:before,
#header #spMenu span:after {
content: "";
position: absolute;
top: 0;
display: block;
width: 50%;
height: 4px;
background-color: #0cf;
transition: all 0.5s;
}

#header #spMenu span:before {
left: 0;
border-radius: 2px 0 0 2px;
}

#header #spMenu span:after {
right: 0;
border-radius: 0 2px 2px 0;
}
#header #spMenu.open span:before,
#header #spMenu.open span:after {
background-color: #0cf;
}
#header #spMenu.open span.top:before {
left: 2px;
top: 4px;
transform: rotate(45deg);
}
#header #spMenu.open span.top:after {
right: 2px;
top: 4px;
transform: rotate(-45deg);
}

#header #spMenu.open span.middle:before {
left: -100%;
}
#header #spMenu.open span.middle:after {
right: -100%;
}

#header #spMenu.open span.bottom:before {
left: 2px;
top: -4px;
transform: rotate(-45deg);
}
#header #spMenu.open span.bottom:after {
right: 2px;
top: -4px;
transform: rotate(45deg);
}
}
#header #spForm,
#header #spTel {
display: none;
}
#header #mainVisual {
display: none;
}

#gNavi {
margin: 5px auto 0;
}
#gNavi ul li {
float: left;
position: relative;
width: 20%;
}
#gNavi ul li:after {
content: "";
position: absolute;
right: -0.5px;
top: 15px;
bottom: 15px;
display: block;
width: 1px;
height: auto;
background-color: #b2b2b2;
}
#gNavi ul li:first-child:before {
content: "";
position: absolute;
left: -0.5px;
top: 15px;
bottom: 15px;
display: block;
width: 1px;
height: auto;
background-color: #b2b2b2;
}
#gNavi ul li a {
display: block;
padding: 15px 0;
color: #2b2408;
font-size: 16px;
font-weight: bold;
text-align: center;
letter-spacing: -0.1em;
line-height: 1;
}
#gNavi ul li a span {
display: block;
margin-top: 5px;
font-size: 14px;
letter-spacing: 0;
transition: all 0.5s;
}
#gNavi ul li a:hover,
#gNavi ul li a.active {
color: #fff;
text-decoration: none;
}
#gNavi ul li a:hover span,
#gNavi ul li a.active span {
color: #fff !important;
}
#gNavi ul li a.fcOrange span {
color: #ed6d46;
}
#gNavi ul li a.fcOrange:hover,
#gNavi ul li a.fcOrange.active {
background-color: #ed6d46;
}
#gNavi ul li a.fcYellow span {
color: #f39800;
}
#gNavi ul li a.fcYellow:hover,
#gNavi ul li a.fcYellow.active {
background-color: #f39800;
}
#gNavi ul li a.fcGreen span {
color: #8fc31f;
}
#gNavi ul li a.fcGreen:hover,
#gNavi ul li a.fcGreen.active {
background-color: #8fc31f;
}
#gNavi ul li a.fcBlue span {
color: #0099d9;
}
#gNavi ul li a.fcBlue:hover,
#gNavi ul li a.fcBlue.active {
background-color: #0099d9;
}
#gNavi ul li a.fcPink span {
color: #e95383;
}
#gNavi ul li a.fcPink:hover,
#gNavi ul li a.fcPink.active {
background-color: #e95383;
}
@media screen and (max-width: 992px) {
#gNavi {
position: fixed;
z-index: 5;
left: -100%;
top: 0;
width: 100%;
height: 100%;
margin: 0;
padding-top: 25%;
transition: all 0.5s;
background-color: #fff;
}
#gNavi ul li {
float: none;
display: block;
width: 100%;
border-bottom: 1px #0cf solid;
}
#gNavi ul li:before,
#gNavi ul li:after {
display: none !important;
}
#gNavi ul li a {
position: relative;
padding: 3% 6.25%;
color: #036;
font-size: 18px;
font-weight: normal;
text-align: left;
}
#gNavi ul li a:after {
content: "＞";
position: absolute;
right: 6.25%;
}
#gNavi ul li a span {
display: inline-block;
margin-left: 1em;
font-size: 14px;
}

#gNavi.open {
left: 0;
}
}

#searchHead {
padding: 7px 0;
background-color: #2b2408;
}
#searchHead .col-sm-2 {
padding-left: 60px;
padding-right: 0;
color: #fff;
font-size: 16px;
font-weight: bold;
line-height: 45px;
background: url(../images/icon/search.png) 20px center no-repeat;
}
#searchHead .col-sm-10 form > * {
float: left;
height: 45px;
}
#searchHead .col-sm-10 form .name {
width: 43%;
}
#searchHead .col-sm-10 form .name input {
width: 100%;
height: 100%;
padding: 0 15px;
border: 1px #b2b2b2 solid;
border-right: none;
border-radius: 3px 0 0 3px;
font-size: 18px;
}
#searchHead .col-sm-10 form select {
width: 100%;
margin: 0;
border: none;
border-radius: 0;
font-size: 18px;
background-color: #fff;
appearance: button;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
}
#searchHead .col-sm-10 form select::-ms-expand {
display: none;
}
#searchHead .col-sm-10 form .genre {
display: flex;
width: 30%;
border: 1px #b2b2b2 solid;
border-right: none;
justify-content: center;
align-items: center;
background-color: #fff;
}
#searchHead .col-sm-10 form .sex {
display: flex;
width: 17%;
border: 1px #b2b2b2 solid;
border-right: none;
justify-content: center;
align-items: center;
background-color: #fff;
}
#searchHead .col-sm-10 form .submit {
width: 10%;
height: 45px;
border: none;
border-radius: 0;
color: #fff;
font-size: 16px;
font-weight: bold;
text-align: center;
background-color: #fd5c63;
}
@media screen and (max-width: 992px) {
#searchHead {
display: none;
}
}

#content {
padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
#content {
padding-bottom: 10%;
}
}
#content #pan {
margin: 15px auto 0;
}
#content #pan > p {
float: none;
margin: 0 auto;
padding: 0;
}
#content #pan > p a {
color: #2b2408;
}
@media screen and (max-width: 992px) {
#content #pan {
width: 100%;
padding: 0;
}
#content #pan > p {
padding: 0;
}
}
#content #title {
position: relative;
margin: 3% auto 5%;
line-height: 1;
}
#content #title:after {
content: "";
position: absolute;
left: 15px;
right: 15px;
bottom: 5px;
display: block;
width: auto;
height: 15px;
background-color: #2b2408;
}
html.win #content #title:after {
bottom: 8px;
}
#content #title.orange:after {
background-color: #ed6d46;
}
#content #title.orange h2 span {
color: #ed6d46;
}
#content #title.yellow:after {
background-color: #f39800;
}
#content #title.yellow h2 span {
color: #f39800;
}
#content #title.green:after {
background-color: #8fc31f;
}
#content #title.green h2 span {
color: #8fc31f;
}
#content #title.blue:after {
background-color: #0099d9;
}
#content #title.blue h2 span {
color: #0099d9;
}
#content #title.pink:after {
background-color: #e95383;
}
#content #title.pink h2 span {
color: #e95383;
}
#content #title.black:after {
background-color: #2b2408;
}
#content #title.black h2 span {
color: #2b2408;
}
#content #title h2 {
position: relative;
z-index: 1;
display: inline-block;
padding-right: 55px;
font-size: 37px;
font-weight: bold;
background-color: #fff;
}
#content #title h2 span {
display: inline-block;
padding-left: 35px;
font-size: 33px;
font-weight: bold;
}
@media screen and (max-width: 768px) {
#content #title {
font-size: 32px;
line-height: 1.3;
}
#content #title:after {
position: relative;
left: 0;
right: 0;
height: 10px;
}
#content #title h2 {
display: block;
padding-right: 0;
font-size: 28px;
}
#content #title h2 span {
display: block;
margin-top: 3%;
padding-left: 0;
font-size: 22px;
}
}

#footer:before {
content: "";
position: relative;
display: block;
width: 100%;
height: 141px;
background: url(../images/common/footerBg.png) left top repeat-x;
}
@media screen and (max-width: 992px) {
#footer:before {
height: 0;
padding-top: 32%;
background-size: auto 100%;
}
}
#footer #footerInner01 {
background-color: #fff100;
padding: 25px 0;
}
#footer #footerInner01 .corpoBtn {
float: right;
}
#footer #footerInner01 .corpoBtn a {
display: block;
padding: 12px 15px;
border: #828282 1px solid;
color: #2b2408;
text-align: center;
}
#footer #footerInner01 .corpoBtn a:hover {
text-decoration: none;
}
@media screen and (max-width: 992px) {
#footer #footerInner01 .row .col-sm-3 {
float: none !important;
width: 100%;
padding: 0;
text-align: center;
}
#footer #footerInner01 .row .col-sm-3:nth-child(n+2) {
margin-top: 4%;
}
#footer #footerInner01 .row .col-sm-3.corpoBtn {
float: none;
}
#footer #footerInner01 .row .col-sm-3.corpoBtn a {
display: inline-block;
width: 80%;
max-width: 270px;
}
}
#footer #footerInner02 {
background-color: #2b2408;
color: #fff;
padding: 20px 0;
}
#footer #footerInner02 a {
color: #fff;
}
#footer #footerInner02 ul li {
display: inline-block;
padding-top: 20px;
}
#footer #footerInner02 ul li + li {
margin-left: 20px;
}
#footer #footerInner02 ul li a:before {
content: ">> ";
}
@media screen and (max-width: 992px) {
#footer #footerInner02 {
padding: 10% 0;
}
#footer #footerInner02 .row {
display: none;
}
}
#footer #device {
text-align: center;
}
#footer #device a {
color: #fff100;
}
#footer #copyright {
margin-top: 30px;
text-align: right;
line-height: 1.2;
}
@media screen and (max-width: 768px) {
#footer #copyright {
margin-top: 5%;
text-align: center;
font-size: 12px;
}
}

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

.clearFix:after {
clear: both;
content: "";
display: block;
height: 0;
visibility: hidden;
font-size: 0;
line-height: 0;
}

* html .clearFix {
height: 1%;
}

.clearFix {
display: block;
}
