@charset "utf-8";
/* CSS Document */

body {
	color: #262626;
	font-family: 'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.container {
	width: 1030px;
	margin:auto;
    position: relative;
}
a {
   text-decoration: none;
}

.cmn-link a .hover-act {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.cmn-link a:hover .hover-act {
    background: #565656;
}

/*--------------------------------------------------------

swiper 共通

--------------------------------------------------------*/
.cmn-actions {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
}
.cmn-actions .container{
	height: 40px;
}
.cmn-button {
	height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cmn-button .swiper-button-next,
.cmn-button .swiper-button-prev {
    box-sizing: border-box;
    width: 60px;
    height: 40px;
    background: #fff;
    border-radius: 0;
	top: auto;
    margin-top: 0;
}
.cmn-button  .swiper-button-next {
    left: 60px;
}
.cmn-button .swiper-button-next:after,
.cmn-button .swiper-button-prev:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
}
.cmn-button .swiper-button-next:after {
	margin-left: -15px;
    transform: rotate(45deg);
}
.cmn-button .swiper-button-prev:after {
	margin-right: -15px;
    transform: rotate(-135deg);
}
.cmn-pager.swiper-pagination-bullets {
	width: 100%;
    bottom: 20px;
}
.cmn-pager .swiper-pagination-bullet {
    margin: 0 5px;
    width: 70px;
    height: 5px;
	border-radius: 0;
    background: #efefef;
	opacity: 1;
}
.cmn-pager .swiper-pagination-bullet-active {
    background: #6d6100 !important;
}



/*--------------------------------------------------------

header in style

--------------------------------------------------------*/
#header-parts * {
	box-sizing:border-box;
}
#gb-header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
h1.site-ttl {
    margin-left: -98px;
    position: absolute;
    left: 50%;
    top: 40px;
}

/* header-search */
.header-search {
    width: 260px;
    position: absolute;
    left: 0;
    top: 70px;
}
.header-search .cart-btn {
    display: block;
    float: left;
}
.header-search .search {
    width: 200px;
	float:right;
	background: #fff;
	position: relative;
    border-radius: 100px;
    overflow: hidden;
}
.header-search .search--text {
    width: calc(100% - 30px);
    height: 30px;
	text-indent: 10px;
	float:left;
    border: none;
    outline: none;
}
.header-search .search--btn {
    width: 30px;
    height: 30px;
    background: url(../img/pc/icon/serch_icon.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
}

/* header-category  */
.header-utility {
    position: absolute;
    top: 30px;
    right: 0;
}
.header-utility li {
    display: inline-block;
    letter-spacing: 2px;
    line-height: 2.5;
	vertical-align: top;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.header-utility li a {
	color: #fff;
	font-size: 16px;
}

/* header slider */
@keyframes slideActive {
    100% {  right: -100%; }
}
#slider {
	overflow: hidden;
}
#slider .swiper-container {
    width: 100%;
    height: 100%;
	min-height: 900px;
    overflow: visible;
    z-index: 1;
}
#slider .swiper-slide {
    padding-top: 900px;
    height: 900px;
}
/*
#slider .swiper-slide {
	padding-top: 50%;
}
*/
#slider .swiper-slide-active {
	opacity: 1 !important;
}
#slider .swiper-slide-top,
#slider .swiper-slide-btm {
    width: 100%;
    /*height: 50%;*/
    height: 100%;
    background-size: cover !important;
	background-repeat: no-repeat !important;
    position: absolute;
    right: 0;
    z-index: 10;
}
#slider .swiper-slide-top {
    background-position: center;
    top: 0;
    /* background-position: center bottom 90% !important;
     animation-delay: -1.5s !important; */
}
#slider .swiper-slide-btm {
display: none;
    background-position: center top 93% !important;
    bottom: 0;
   /*  animation-delay: -0.5s !important; */
}
#slider .slide-txt {
	opacity:0;
	visibility: hidden;
    position: absolute;
    right: 0;
    /* bottom:  80px; */
    bottom:  150px;
    z-index: 100;
	transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
}


#slider .swiper-slide-active .slide-txt {
	opacity: 1;
	visibility: visible;
}
/*
#slider .swiper-slide.active .swiper-slide-top,
#slider .swiper-slide.active .swiper-slide-btm {
    animation: slideActive 1s ease forwards;
}
*/

/*--------------------------------------------------------

contents in style

--------------------------------------------------------*/
.cmn-title {
	line-height: 1;
	margin-bottom: 90px;
}


/*--------------------------------------------------------

sidebar in style

--------------------------------------------------------*/
.side {
	margin-bottom: 40px;
}
.side-title {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0;
	margin-bottom: 10px;
	text-align:center;
	background: #000;
}
.side--list li {
	font-size: 18px;
	border-bottom: solid 1px #a8a8a8;
}
.side--list li a {
	display: block;
	color:#262626;
	padding: 10px 20px 10px 10px;
	position: relative;
}
.side--list li a:after {
	content: '';
	display:block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
    border-top: solid 1px #262626;
    border-right: solid 1px #262626;
    position: absolute;
    right: 5px;
    top: 50%;
	transform: rotate(45deg);
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.side--list_sub {
	max-height:0;
	overflow:hidden;
	visibility:hidden;
	opacity:0;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.side--list li.active .side--list_sub {
	max-height: 2000px;
	visibility: visible;
	opacity: 1;
}
.side--list_sub li {
    border-bottom: dotted 1px #262626;
}
.side--list_sub li:last-child {
	border-bottom: none;
}
.side--list_sub li a {
	font-size: 14px;
}



/* side-search */
#side-search h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 70px;
	text-align:center;
	border-top:solid 2px #262626;
}
#side-search .search {
	height: 45px;
	border:solid 1px #ccc;
	position: relative;
}
#side-search .search .search--text {
    width: calc(100% - 30px);
    height: 43px;
    text-indent: 10px;
    float: left;
    border: none;
    outline: none;
}
#side-search .search .search--btn {
    width: 30px;
    height: 45px;
    background: url(../img/pc/icon/serch_icon.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
}

/* side-category */
#side-category {
}
#side-category--list h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 10px 20px 10px 0;
	position: relative;
	cursor: pointer;
}
#side-category--list h3:after {
	content: '';
	display:block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
    border-top: solid 1px #262626;
    border-right: solid 1px #262626;
    position: absolute;
    right: 5px;
    top: 50%;
	transform: rotate(45deg);
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#side-category--list li.active h3:after {
	transform: rotate(135deg);
}
#side-category--list h3 i {
	display: inline-block;
	width: 45px;
	height: 45px;
	vertical-align:middle;
	margin-right: 15px;
}
.side-ctg01 i { background: url(../img/cmn/navi_01.png) no-repeat center; }
.side-ctg02 i { background: url(../img/cmn/navi_02.png) no-repeat center; }
.side-ctg03 i { background: url(../img/cmn/navi_03.png) no-repeat center; }
.side-ctg04 i { background: url(../img/cmn/navi_04.png) no-repeat center; }
.side-ctg05 i { background: url(../img/cmn/navi_05.png) no-repeat center; }

/* side-feature */
#side-feature {
}

/* side-information */
#side-information {
}

/* side-calendar */
#side-calendar p {
	font-size: 14px;
}

/* side-contact */
#side-contact h2 {
	fon-size: 18px;
	margin-bottom: 10px;
}
#side-contact ul li {
	font-weight: bold;
	margin-bottom: 10px;
	white-space: nowrap;
}
#side-contact ul li:last-child {
	margin-bottom: 0;
}
#side-contact ul li i {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align:middle;
}
.side-contact--mail { font-size: 14px; }
.side-contact--mail i { background: url(../img/pc/icon/info_mail_icon.png) no-repeat center; }
.side-contact--tel  { font-size: 17px; }
.side-contact--tel i { background: url(../img/pc/icon/info_tel_icon.png) no-repeat center; }

/* side-mailmag */
#side-mailmag {
    padding: 20px;
	background: #f7f7f7;
}
#side-mailmag h2 {
	font-size: 20px;
	font-weight: normal;
	color: #781717;
	text-align:center;
	margin-bottom: 20px;
}
#side-mailmag h2 i{
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-right: 10px;
	vertical-align: -3px;
	background: url(../img/pc/icon/mail_side.png) no-repeat center;
}
#side-mailmag p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#side-mailmag a {
	display: block;
	font-size: 16px;
	padding: 10px 0;
	text-align:center;
	color: #fff;
	background: #781717;
}

/* side-qr */
#side-qr h2 {
	font-size: 17px;
	text-align:center;
	margin-bottom: 30px;
}
#side-qr .qr {
	text-align:center;
}

/*--------------------------------------------------------

footer in style

--------------------------------------------------------*/
#information {
    padding: 100px 0;
}
.information-in {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	margin-bottom: 50px;
}
.information-in--box {
    width: 330px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    border: solid 1px #000;
    padding: 30px 20px 100px;
    margin-left: 20px;
	position: relative;
}
.information-in--box:first-child {
    margin-left: 0;
}
.information-in--box h3 {
    font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: solid 2px #6d6100;
}
.information-in--box h4 {
     font-size: 16px;
	 font-weight: normal;
}
.information-in--box p {
     font-size: 16px;
}
.information-in--box p.p2 {
     line-height:2;
}
.information-in--box p span {
     font-size: 13px;
}
.information-in--box .more a {
     display:block;
	 width: 290px;
	 line-height: 40px;
	 text-align: center;
	 color: #262626;
	 font-size: 16px;
	 border:solid 1px #000;
	 position: absolute;
	 left:20px;
	 bottom: 20px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.information-in--box .more a:hover {
    background: #565656;
	color: #fff;
}

.information-mailmag {
    padding: 40px;
    background: #f7f7f7;
    overflow: hidden;
}
.information-mailmag .icon {
    width: 70px;
    float: left;
}
.information-mailmag--main {
    display: table;
    width: calc(100% - 90px);
    float: right;
    overflow: hidden;
}
.information-mailmag--main_left {
    display: table-cell;
}
.information-mailmag--main_left h3 {
    font-size: 26px;
	font-weight: normal;
	line-height: 1;
	color: #781717;
	margin-bottom: 10px;
}
.information-mailmag--main_left p {
    font-size: 18px;
	line-height: 2;
}
.information-mailmag--main_right {
    display: table-cell;
    width: 180px;
    vertical-align: middle;
}
.information-mailmag--main_right a {
    display: inline-block;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #781717;
}


/* footer */
#gb-footer {
	padding: 60px 0;
	background: #000;
	text-align:center;
}
#gb-footer * {
	box-sizing:border-box;
}
.footer-logo {
    line-height: 1;
	margin: 0 auto 50px;
}
#footer--nav ul {
	font-size: 0;
	margin-bottom: 90px;
}
#footer--nav ul li {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-left: 15px;
}
#footer--nav ul li:before {
	content: '|';
	margin-right: 15px;
}
#footer--nav ul li:first-child {
	margin-left: 0;
}
#footer--nav ul li:first-child:before {
	display: none;
}
#footer--nav ul li a {
	color: #fff;
}

.copyright {
	font-size: 18px;
	color: #fff;
}
