@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	min-width: inherit;
	max-height: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 28px;
	font-size: 14px;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: url(../img/shared/bg.jpg) repeat center top;
}
.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
/*=============================================
 * header
 *=============================================*/

header .logo {
	position: absolute;
	top: 2px;
	width: 120px;
	left: 0;
}
header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 999;
}
header #hd_top {
	background: url(../img/shared/bg.jpg) repeat center top;
	position: relative;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	height: 76px;
	z-index: 99;
}
.navOpen header #hd_top {
	box-shadow: none!important
}
header #hd_top:before {
	content: "";
	background: url(../img/shared/line1.jpg) repeat-x top center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
}
header h1 {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	font-weight: normal;
	color: #414141;
	position: absolute;
	top: 9px;
	right: 5px;
	left: 5px;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	bottom: 3px;
	right: 5px;
	height: 54px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
}
header .topnavi li a {
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 5px;
	width: 100%;
	border-left: 1px dotted rgba(255,255,255,1.00);
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 19px;
	font-weight: normal;
}
header .menu_toggle {
	background: url(../img/shared/bg.jpg) repeat center top;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
/*====================== end nav ====================== */
.go_slide {
	position: relative;
}
/*====================== header key ====================== */


header #key {
	position: relative;
	z-index: 100;
	overflow: hidden;
	margin-top: 75px;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 3%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 100;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 40%;
	width: 100%;
	z-index: 100;
}
.bx-wrapper .bx-controls-direction a {
	color: #e75a5a;
	font-family: "fontello";
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	text-indent: -9999px;
	top: 0%;
	z-index: 9999;
	width: 30px;
	display: block;
}
.bx-prev::after {
	content: "";
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	float: right;
}
.bx-next::after {
	content: "";
	right: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
header .bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #ccc;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
/*====================== end nav ====================== */


/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/


footer {
	overflow: hidden;
	line-height: 22px;
	position: relative;
}
footer:before {
	content: "";
	background: #9b5b3c;
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
footer .shopinfo {
	padding: 8% 2.34% 5%;
	position: relative;
	background : linear-gradient(rgba(255,255,255,0.2), rgba(166,109,81,0.2));
}
footer .shopinfo .group-logo {
	max-width: 200px;
	margin: 0 auto;
}
footer .shopinfo .group-logo p {
	padding-bottom: 10px;
}
footer .shopinfo .group-logo ul li {
	border-top: 1px solid #d5c7ba;
	padding: 10px 0
}
footer .shopinfo .group-logo ul li:last-child {
	padding-bottom: 0;
}
footer .add {
	background-color: #000;
	padding: 5% 0;
}
footer .vcard {
	padding: 0 1%;
	margin-bottom: 3%;
}
footer .vcard dd {
	padding-left: 20px;
}
#f_logo {
	margin: 0 auto 5px;
	width: 145px;
}
#f_tel {
	width: 265px;
	margin-bottom: 10px;
}
footer .banner li {
	float: left;
	width: 32%;
	padding: 0 0.5%;
}
footer .link {
	margin: 0 auto 10px;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 45%;
	min-width: 170px;
	max-width: 210px;
	margin: 0px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: #9b5b3c;
	border: solid 1px rgba(255, 255, 255, 0.28);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 10px;
}
.shadw {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
}
/*--------margin padding------------*/
.mb00 {
	margin-bottom: 0!important;
}
.mb05 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb45 {
	margin-bottom: 45px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mt00 {
	margin-top: 0!important;
}
.mt05 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt35 {
	margin-top: 35px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt45 {
	margin-top: 45px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.pb00 {
	padding-bottom: 0!important;
}
.pb05 {
	padding-bottom: 5px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb25 {
	padding-bottom: 25px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pb35 {
	padding-bottom: 35px!important;
}
.pb40 {
	padding-bottom: 40px!important;
}
.pb45 {
	padding-bottom: 45px!important;
}
.pb50 {
	padding-bottom: 50px!important;
}
.pt00 {
	padding-top: 0!important;
}
.pt05 {
	padding-top: 5px!important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt25 {
	padding-top: 25px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pt35 {
	padding-top: 35px!important;
}
.pt40 {
	padding-top: 40px!important;
}
.pt45 {
	padding-top: 45px!important;
}
.pt50 {
	padding-top: 50px!important;
}
.mlr {
	margin: 0 2.34%
}
.plr {
	padding: 0 2.34%
}
.txt-center {
	text-align: center;
}
.mb05pr {
	margin-bottom: 5%;
}
.mb06pr {
	margin-bottom: 5%;
}
.mb08pr {
	margin-bottom: 8%;
}
.mb10pr {
	margin-bottom: 10%;
}
.mb12pr {
	margin-bottom: 12%;
}
.mb14pr {
	margin-bottom: 14%;
}
.mb16pr {
	margin-bottom: 16%;
}
.mb18pr {
	margin-bottom: 18%;
}
.mb20pr {
	margin-bottom: 20%;
}
.pb05pr {
	padding-bottom: 5%;
}
.pb06pr {
	padding-bottom: 6%;
}
.pb08pr {
	padding-bottom: 8%;
}
.pb10pr {
	padding-bottom: 10%;
}
.pb12pr {
	padding-bottom: 12%;
}
.pb14pr {
	padding-bottom: 14%;
}
.pb16pr {
	padding-bottom: 16%;
}
.pb18pr {
	padding-bottom: 18%;
}
.pb20pr {
	padding-bottom: 20%;
}
.pt05pr {
	padding-top: 5%;
}
.pt06pr {
	padding-top: 6%;
}
.pt08pr {
	padding-top: 8%;
}
.pt10pr {
	padding-top: 10%;
}
.pt12pr {
	padding-top: 12%;
}
.pt14pr {
	padding-top: 14%;
}
.pt16pr {
	padding-top: 16%;
}
.pt18pr {
	padding-top: 18%;
}
.pt20pr {
	padding-top: 20%;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#index #key {
	background: url(../img/shared/key-pattern.jpg) top center;
}
#index #key .info {
	background: rgba(255,255,255,0.8);
	padding: 2.34%;
	margin: 0 4.34%;
	position: absolute;
	top: 5%;
	z-index: 5;
}
#index .key-slide {
	height: 505px;
	position: relative;
	margin-bottom: -28%;
}
#index .slide-in {
	width: 100%;
	background: url(../img/index/key_img.png) repeat-x left top;
	min-height: 505px;
	top: 0px;
	position: absolute;
}
#key .deco {
	position: relative;
	z-index: 6;
}
#key p.arrow {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	animation: arrow_animation 3s infinite;
}
 @keyframes arrow_animation {
 0% {
 bottom: 2%;
}
 100% {
 bottom: 0%;
}
}
#index #sec1 {
	background: url(../img/shared/line1.jpg), url(../img/shared/bg2.jpg);
	background-repeat: repeat-x, repeat;
	position: relative;
	padding: 10% 0 6%
}
#index #sec1 h2 {
	margin-bottom: 10%;
}
#index #sec1 .deco01 {
	position: absolute;
	top: -5%;
	left: 0;
	width: 33.3%;
	z-index: 101;
}
#index #sec1 .go_slide {
	margin: 0 2.34%
}
#index #sec1 .blk01 {
	margin-bottom: 5%;
}
#index #sec1 .bx-wrapper .bx-controls-direction {
	top: 22%;
}
#index #sec1 .bx-wrapper .bx-controls-direction .bx-prev::after {
	content: "";
	background: url(../img/index/arrow_l.png) no-repeat top center;
	width: 20px;
	height: 34px;
}
#index #sec1 .bx-wrapper .bx-controls-direction .bx-next::after {
	content: "";
	background: url(../img/index/arrow_r.png) no-repeat top center;
	width: 20px;
	height: 34px;
}
#index #sec1 .bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../img/index/icon_n.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 15px;
	height: 15px;
}
#index #sec1 .bx-wrapper .bx-pager.bx-default-pager a:hover, #index #sec1 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../img/index/icon_a.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 15px;
	height: 15px;
}
#index #sec1 .go_slide h3 {
	padding: 10px 0 1px
}
#index #sec1 .bx-wrapper .bx-pager, #index #sec1 .bx-wrapper .bx-controls-auto {
	padding-top: 10px;
	position: relative;
}
#index #sec1 .s1_btn {
	margin: 0 2.34%
}
#index #sec2 .go_slide {
	padding: 0 0 8%;
	margin: 0 2.34%
}
#index #sec2 .go_slide ul li .item {
	width: 100%;
}
#index #sec2 .go_slide ul li .last {
	float: right;
	margin-right: 0;
}
#index #sec2 {
	padding: 5% 0 0;
}
#index #sec2 h2 {
}
#index #sec2 .go_slide p.photo {
	margin-bottom: 10px;
}
#index #sec2 .go_slide h3 {
	background: url(../img/index/point.png) no-repeat 0 7px;
	-webkit-background-size: contain;
	background-size: contain;
	font-size: 18px;
	line-height: 26px;
	padding-top: 10px;
}
#index #sec2 .blk02 {
	background: url(../img/index/bg03.jpg);
	padding: 5% 2.34%;
}
#index #sec2 .blk02 h3 {
	margin-bottom: 5%;
}
#index #sec3 {
	padding-top: 8%;
	background: url(../img/index/s3_bg01.jpg) no-repeat bottom right;
	-webkit-background-size: cover;
	background-size: cover;
}
#index #sec3 .txt {
	padding: 0 2.34% 3%;
}
#index #sec3 .list dl dt {
	position: relative;
	padding-left: 20px;
}
#index #sec3 .list dl dt:before {
	content: "";
	background: url(../img/index/doted.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 18px;
	height: 16px;
	top: 5px;
	left: 0;
	position: absolute;
}
#index #sec3 .list dl dd {
	padding-left: 20px;
}
#index #sec3 .list dl dd a {
	text-decoration: underline
}
#index #sec3 .blk01 .list {
	padding: 0 2.34%;
}
#index #sec3 .blk02 {
}
#index #sec3 .blk02 ul.tab-link {
	margin-bottom: 10px;
	text-align: center
}
#index #sec3 .blk02 ul.tab-link li {
	font-weight: bold;
	font-size: 17px;
	line-height: 32px;
	display: inline-block;
	cursor: pointer;
}
#index #sec3 .blk02 ul.tab-link li span {
	position: relative;
	color: #3a3a3a;
}
#index #sec3 .blk02 ul.tab-link li.active span:before {
	content: "";
	position: absolute;
	background: #c7c1b9;
	height: 1px;
	left: 2px;
	right: 2px;
	bottom: 0;
}
#index #sec3 .blk02 ul.tab-link li.active span:after {
	content: "";
	position: absolute;
	background: #a39f98;
	height: 1px;
	left: 2px;
	right: 2px;
	bottom: 1px;
}
#index #sec3 .blk02 ul.tab-link li + li:before {
	content: "/";
	margin-left: 3px;
}
#index #sec3 .blk02 {
	padding: 6% 2.34% 8%;
}
#index #sec3 .blk02 a {
	text-decoration: underline
}
#index #sec3 .blk02 .list02 {
}
#index #sec3 .blk02 .list02 dt {
	width: 35%;
	background: #7a7a7a;
	float: left;
}
#index #sec3 .blk02 .list02 dt span {
	width: 100%!important;
	height: 110px;
}
#index #sec3 .blk02 .list02 dl {
	margin-top: 10px;
}
#index #sec3 .blk02 .list02 dd {
	width: 62%;
	float: right;
	line-height: 25px;
}
#index #sec3 .blk02 .list02 dd span {
	display: block;
}
#index #sec3 .row .col-4 {
	font-weight: bold;
}
#index #sec3 .c1 {
}
#index .row .col-4 {
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-top: 4%;
}
#index .row .c2 {
	float: right;
	margin-right: 0;
}
#index .row .c3 {
	margin-left: 25%;
}
#index #sec2 .bx-wrapper .bx-controls-direction {
	top: 26%;
}
#index #sec2 .bx-wrapper .bx-controls-direction .bx-prev::after {
	content: "";
	background: url(../img/index/arrow_l.png) no-repeat top center;
	width: 20px;
	height: 34px;
}
#index #sec2 .bx-wrapper .bx-controls-direction .bx-next::after {
	content: "";
	background: url(../img/index/arrow_r.png) no-repeat top center;
	width: 20px;
	height: 34px;
}
#index #sec2 .bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../img/index/icon_n.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 15px;
	height: 15px;
}
#index #sec2 .bx-wrapper .bx-pager.bx-default-pager a:hover, #index #sec2 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../img/index/icon_a.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 15px;
	height: 15px;
}
#index .bx-wrapper .bx-pager, #index .bx-wrapper .bx-controls-auto {
	position: relative;
	padding-top: 10px;
}
/*=============================================*/
/*                   　contact　　　　　          */
/*=============================================*/

#contact #sec1 {
	padding: 5% 0;
}
#contact #sec1 h2 {
	margin-bottom: 10px;
}
#contact #sec1 .txt {
	padding: 0 2.34%;
}
#thanks #sec1 {
	margin-top: 86px;
	padding-bottom: 6%;
}
#thanks #sec1 h2 {
	margin-bottom: 10px;
}
#thanks #sec1 p.txt {
	padding: 0 2.34%;
	font-weight: bold;
	color: #414141;
}
/*=============================================*/
/*                   　tenpo　　　　　          */
/*=============================================*/
#tenpo #key {
	position: relative;
}
#tenpo #key p {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	z-index: 100;
}
#tenpo #sec1 {
	background: url(../img/tenpo/s1_bg02.png), url(../img/tenpo/s1_bg01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto, auto;
	background-size: 100% auto, auto;
	padding: 8% 0;
}
#tenpo #sec1 h2 {
	margin-bottom: 10px;
}
#tenpo #sec1 .text {
	padding: 0 2.34%;
	font-weight: bold;
}
#tenpo #sec2 {
	background: url(../img/tenpo/hline_01.jpg) repeat-x top center;
	padding: 10% 0 7%;
}
#tenpo #sec2 h2 {
	margin-bottom: 4%;
}
#tenpo #sec2 .tab-link {
	margin: 0 2.34%
}
#tenpo #sec2 .tab-link li {
	float: left;
	width: 33%;
	margin-right: 0.3333%;
}
#tenpo #sec2 .tab-link li:last-child {/*float: right;margin-right: 0;*/
	margin-right: 0;
}
#tenpo #sec2 p.img01 {
	margin-bottom: -5%;
}
#tenpo #sec2 .row {
	padding: 0 2.34%;
}
#tenpo #sec2 .row .col-6 {
	margin-top: 4%
}
#tenpo #sec2 .box {
	padding: 4% 2.34%;
	text-align: center;
	background: #fcf3e2;
	font-weight: bold;
	color: #414141;
}
#tenpo #sec2 .tabs-switch {
	background: url(../img/tenpo/s2-box-pattern.jpg);
}
#tenpo #sec2 .tab-content {
	padding: 4% 0 5%;
}
#tenpo #sec2 .tab-content h3.tt01 {
	margin-bottom: -7%;
}
#tenpo #sec2 .tab-content h3.tt02 {
	margin-bottom: -10%;
	position: relative;
	z-index: 1;
}
#tenpo #sec2 .tab-content h3.tt03 {
	margin-bottom: -12%;
	position: relative;
	z-index: 1;
}
#tenpo #sec2 .tab-content dl dt {
	margin-bottom: -10%;
}
/*=============================================*/
/*                   　gaiyou　　　　　          */
/*=============================================*/
#gaiyou #tab {
	padding-bottom: 8%;
	padding-top: 6%;
	background: url(../img/gaiyou/tab_bg.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#gaiyou #tab .tab-btn.main {
}
#gaiyou #tab .tab-btn.main li {
	position: relative;
	float: left;
	cursor: pointer;
	background-color: #fff;
	padding: 5% 0;
	width: 33.3333%;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	font-weight: bold;
	color: #361d08;
}
#gaiyou #tab .tab-btn.main li.active {
	background-color: #995A3C;
	color: #fff;
}
#gaiyou #tab .tab-content {
	padding-top: 2%;
}
#gaiyou #tab .tab-1 .list dl {
	padding: 10px 0;
	position: relative;
}
#gaiyou #tab .tab-1 .list dt {
	color: #9a5b3d;
	font-weight: bold;
}
#gaiyou #tab .tab-1 .list dd a {
	text-decoration: underline
}
#gaiyou #tab .tab-1 .list dl:before {
	content: "";
	position: absolute;
	background: #c3b1a1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
}
#gaiyou #tab .tab-1 .col {
	margin-top: 3%;
}
#gaiyou #tab .tab-1 .col ul li {
	margin-top: 3%;
}
#gaiyou #tab .tab-2 {
	padding-top: 4%;
}
#gaiyou #tab .tab-2 dl {
	background: #c3b1a1;
}
#gaiyou #tab .tab-2 dl dt {
	padding: 10px 2.34%;
	font-size: 18px;
	color: #fff;
}
#gaiyou #tab .tab-2 dl dd {
	padding: 10px 2.34%;
	background: #f4f1e9;
	position: relative;
}
#gaiyou #tab .tab-2 .d {
	color: #9a5b3d;
	display: block;
}
#gaiyou #tab .tab-2 dl dd:before {
	content: "";
	position: absolute;
	background: #c3b1a1;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
}
#gaiyou #tab .tab-3 {
	padding-top: 4%;
}
#gaiyou #tab .tab-3 .tab-btn {
}
#gaiyou #tab .tab-3 .tab-btn li {
	color: #4c2f20;
	padding: 10px 1%;
	background: #fff;
	cursor: pointer;
	float: left;
	width: 27.333%;
	text-align: center;
}
#gaiyou #tab .tab-3 .tab-btn li:last-child {
	width: 39.333%;
}
#gaiyou #tab .tab-3 .tab-btn li + li {
	position: relative;
}
#gaiyou #tab .tab-3 .tab-btn li + li:before {
	content: "";
	position: absolute;
	background: #c3b1a1;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
}
#gaiyou #tab .tab-3 .tab-btn li.active, #gaiyou #tab .tab-3 .tab-btn li:hover {
	color: #fff;
	background: #9a5b3d;
}
#gaiyou #tab .tab-3 .tab-content {
	text-align: center;
	color: #414141;
	font-weight: bold;
	padding-top: 8%;
}
#gaiyou #tab .tab-content.main > li {
	display: none;
}
#gaiyou #tab .tab-content.main > li.active {
	display: block;
}
#gaiyou #tab .tab-3 .tab-content > li {
	display: none;
}
#gaiyou #tab .tab-3 .tab-content > li.active {
	display: block;
}
#gaiyou #tab .tab-3 h3 {
	font-size: 25px;
	margin-bottom: 30px;
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#gaiyou #tab .tab-3 h3:before {
	content: "";
	position: absolute;
	background: #9a5b3d;
	width: 50px;
	left: 50%;
	bottom: -15px;
	transform: translate(-50%);
	height: 2px;
}
#gaiyou #tab .tab-3 .tab-content ul, #gaiyou #tab .tab-3 .tab-content p {
	margin-bottom: 10px;
}
/*=============================================*/
/*                   　recruit　　　　　          */
/*=============================================*/
#recruit #sec1 {
	padding: 5% 0 7%;
	font-weight: bold;
	color: #414141;
}
#recruit #sec1 h2 {
	margin-bottom: 4%;
}
#recruit #sec1 .info {
	padding-bottom: 3%;
}
#recruit #sec1 .inside {
	padding-bottom: 10px;
}
#recruit #sec1 .photo {
	float: left;
	width: 70%;
	margin-right: -20%;
}
#recruit #sec1 .photo02 {
	float: right;
	width: 70%;
	margin-left: -30%;
}
#recruit #sec1 .inside p.txt {
	padding: 0 2.34%;
}
#recruit #sec1 p.txt {
}
#recruit #sec1 p.txt02 {
	padding: 0 2.34% 5%;
}
#recruit #sec1 .go_slide {
	margin: 0 2.34% 7%;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
}
#recruit #sec1 .bx-wrapper .bx-pager, #recruit #sec1 .bx-wrapper .bx-controls-auto {
}
#recruit #sec1 .bx-wrapper .bx-pager, #sec1 .bx-wrapper .bx-controls-auto {
	bottom: -10%;
}
#recruit #sec1 .bx-wrapper .bx-pager.bx-default-pager a:hover, #recruit #sec1 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../img/recruit/icon_01.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#recruit #sec1 .bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../img/recruit/icon_02.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	border-radius: 5px;
	display: block;
	height: 15px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 15px;
}
#recruit #sec1 .bx-wrapper .bx-controls-direction a {
	color: #dfce71;
}
#recruit #sec2 {
	background: url(../img/tenpo/hline_01.jpg), url(../img/recruit/s2-pattern.jpg);
	background-repeat: repeat-x, repeat;
	background-position: top center;
	padding: 8% 0 8%
}
#recruit #sec2 h2 {
	margin-bottom: 4%;
}
#recruit #sec2 h3:after {
	color: #000;
}
#recruit #sec2 dl {
	background: #9b5b3c;
}
#recruit #sec2 .toggle {
	padding-top: 3%;
}
#recruit .list {
	margin: 0 2.34%;
	padding-top: 5%;
}
#recruit .list dl {
	text-align: left;
	width: 100%;
	position: relative;
}
#recruit #sec2 dt {
	color: #fff;
	padding: 10px 2.34%;
}
#recruit #sec2 dd {
	background: #f4f1e9;
	padding: 10px 2.34%;
}
#recruit #sec2 dl + dl:before {
	content: "";
	position: absolute;
	background: #c3b1a1;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
}
#recruit #sec3 {
	background: url(../img/recruit/pattern.jpg);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding: 5% 0;
}
#recruit #sec3 p.photo {
	margin-bottom: -8%;
}
/*=============================================*/
/*                   　contact　　　　　          */
/*=============================================*/
#contact #sec1 {
	margin-top: 76px;
}
#contact #sec2 {
/*	padding: 0 2.34% 8%;
	background-color: #f4f1e9;*/
}
#contact #sec2 h3 {
	margin-bottom: 10px;
}
#contact #sec2 .tab-link {
	padding: 0 2.34%;
}
#contact #sec2 .tab-link li {
	position: relative;
	/*    float: left;*/
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	background: #fff;
	color: #4c2f20;
	cursor: pointer;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 10px 0;
	/*	width: 46%;*/
	text-align: center;
	width: 100%;
}
#contact #sec2 .tab-link li.active, #contact #sec02 .tab-link li:hover {
	color: #fff;
	background: #9a5b3d;
}
#contact #sec2 .tab-link li span {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#contact #sec2 .tab-content {
	background-color: #f4f1e9;
	padding: 3% 2.34% 0;
}
#contact #sec2 span.mark-require {
	background: #c49984;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	padding: 0 7px;
	margin-left: 10px;
}
#contact #sec2 .row {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding: 0px 0 10px;
}
#contact #sec2 .row .col01 {
	display: table-cell;
}
#contact #sec2 .row .col01 label {
	margin-right: 5px;
}
#contact #sec2 .row .col01 .confirm-value {
	padding-right: 5px;
}
#contact #sec2 .caption {
	padding: 0px 0 5px;
}
#contact #sec2 input[type="text"] {
	width: 100%;
	padding: 8px 2.34%;
	font-size: 14px;
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
	border: none;
	font-weight: normal;
}
#contact #sec2 select {
	width: 100%;
	padding: 5px 2% 7px
}
#contact #sec2 input.tb1 {
	width: 70%;
	max-width: 200px;
}
#contact #sec2 textarea {
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
	border: none;
	font-weight: normal;
	width: 100%;
	min-height: 100px;
	padding: 1% 2.34%;
	line-height: 24px;
}
#contact #sec2 .boxs {
	background-color: #f4f1e9;
	padding: 0 2.34% 6%;
}
#contact #sec2 .boxs .inside {
	border: 1px solid #c3b1a1;
	padding: 4% 2.34%;
	font-weight: bold;
}
#contact #sec2 .boxs h3 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
#contact .fc-confirm button, #contact .fc-form button {
	float: left;
	width: 49%;
	border: none;
}
#contact .fc-confirm button + button, #contact .fc-form button + button {
	float: right;
}

@media screen and (min-width:420px) {
#index #sec1 .bx-wrapper .bx-controls-direction {
	top: 26%;
}
#index #key .info {
	max-width: 350px;
	margin-left: -185px;
	left: 50%;
}
#index #sec2 .bx-wrapper .bx-controls-direction {
	top: 32%;
}
}

@media screen and (min-width:500px) {
#gaiyou #tab .tab-1 .list dl {
	font-size: 16px;
	padding: 15px 0;
}
#gaiyou #tab .tab-1 .list dl dt {
	float: left;
	width: 20%;
}
#gaiyou #tab .tab-1 .list dl dd {
	float: right;
	width: 80%;
}
#gaiyou #tab .tab-3, #gaiyou #tab .tab-2 {
	padding-top: 2%;
}
#gaiyou #tab .tab-2 dl {
	text-align: left;
	display: table;
	width: 100%;
}
#gaiyou #tab .tab-3 h3 {
	font-size: 28px;
	margin-bottom: 35px;
}
#gaiyou #tab .tab-2 dl dt {
}
#gaiyou #tab .tab-2 dl dt {
	padding: 15px 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: 20%;
	float: left;
}
#gaiyou #tab .tab-2 dl dd {
	padding: 2% 2% 0 2%;
	background: #f4f1e9;
	float: right;
	width: 76%;
}
#recruit .list {
	padding-top: 3%;
}
#recruit #sec2 .toggle {
	padding-top: 2%;
}
#recruit #sec2 dt {
	float: left;
	width: 20%;
}
#recruit #sec2 dd {
	float: right;
	width: 70.64%;
}
#recruit #sec2 dl + dl:before {
	content: "";
	position: absolute;
	background: #c3b1a1;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
}
}
