html{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background-color: #000000;
}
html,a{
	color:#3c3c3c;
}
p{
	line-height: 1.8em;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
ul li p , footer p{
	line-height: 1.5em;
}
.font_bold{
	font-weight: 600;
}
.font_nomal{
	font-weight: 300;
}
.p_top20{
	padding-top: 20px;
}
.txt_left{
	text-align: left;
}
/*--------------------------------------------------------------*/

body{

	background-size: cover;
	background: url("../img/bg.png");

}
.all{
}
.contents{
	width: 1000px;
	margin: 0px auto;
	text-align: center;
	padding-top: 190px;
}

/*header---------------------------------------------------------------------------*/
.head_area{
	position: fixed;
	width: 100%;
	z-index: 100;
}
header{
	background: #ffffb0;
}
header ul{
	width: 1000px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
}

.move_div{
	position: absolute;
	width: 33px;
	height:31px;
	animation: furu 2.2s infinite;
	line-height:33px;
	top:50px;
}
@keyframes furu {
    0% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    2% {
        transform: translate(2px, 2px) rotateZ(2deg)
    }
    4% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    6% {
        transform: translate(2px, 0px) rotateZ(-2deg)
    }
    8% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    10% {
        transform: translate(2px, 2px) rotateZ(2deg)
    }
    12% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    14% {
        transform: translate(2px, 0px) rotateZ(-2deg)
    }
    16% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    18% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    100% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
}
/*menu-----------------------------*/
.header_menu{
	background: #412424;
}
.header_menu ul{
	width: 1000px;
	margin: 0px auto;
	justify-content: center;
	display: flex;
	height: 56px;
	box-sizing: border-box;
}
.header_menu ul li{
	padding:auto 30px;
}
.header_menu ul li a{
	color: #ffffff;
	display: block;
	height: 56px;
	padding: 20px 30px;
	box-sizing: border-box;
	font-weight: 600;
}
.header_menu ul li a:hover{
	opacity: .7;
}
/*slider---------------------------------------------------------------------------*/
.slider {
    width:965px;
    margin:15px auto 40px auto;
	padding-bottom: 10px;
}
.bxslider01{
	border: 3px solid #000000;
	box-sizing: border-box;
}
.bxslider01 img{
	width:965px;
    height:500px;
	object-fit: cover;
}
.controlWrap{
	position: relative;
	margin-top: 10px;
}
.bxslider02{
	display: flex;
	justify-content: space-between;
	width:850px;
	margin: 0px auto;
} 
.bxslider02 li img{
	width: 125px;
	height: 75px;
	object-fit: cover;
}
.controlWrap p#PrevIcon{/*矢印画像（前へ）*/
    display:block;
    width:35px;
    height:75px;
    position:absolute;
    background: url("../img/slider/slider_left.png") left center no-repeat;
    color:#fff;
    top:0px;
    left:0px;
    text-indent:-9999px;
}
 
.controlWrap p#NextIcon{/*矢印画像（次へ）*/
    display:block;
    width:35px;
    height:75px;
    position:absolute;
    background: url("../img/slider/slider_right.png") left center no-repeat;
    color:#fff;
    top:0px;
    right:0px;
    text-indent:-9999px;
}
/*charge---------------------------------------------------------------------------*/
.bg-scale_charge {
	height: 223px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.bg-scale_charge:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
	background:url("../img/img_02_02.png")no-repeat center center;
}
.bg-scale_charge:hover:after {
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.bg-scale_charge p{
	display: none;
}
/*kodawari---------------------------------------------------------------------------*/
.kodawari{
	width:952px;
	margin: 0px auto;
}
.k01{
	height:853px;
	background: url("../img/img_18_01bg.png") no-repeat;
	padding-top: 120px;
	box-sizing: border-box;
}
.k02{
	height:451px;
	background: url("../img/img_18_02bg.png") no-repeat;
}
.k03{
	height:551px;
	background: url("../img/img_18_03bg.png") no-repeat;
}
.bg-scale_kodawari{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.bs_k01 {
	width:905px;
	height:505px;
	margin-left: 23px;
}
.bs_k02 {
	width:502px;
	height:308px;
	margin-left: 23px;
	padding-top: 180px;
}
.bs_k03 {
	width:502px;
	height:308px;
	margin-left: 430px;
	padding-top: 200px;
}
.bg-scale_kodawari:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
}
.bs_k01:after{
		background:url("../img/img_18_01ph.jpg")no-repeat center center;
}
.bs_k02:after{
		background:url("../img/img_18_02ph.jpg")no-repeat center center;
}
.bs_k03:after{
		background:url("../img/img_18_03ph.jpg")no-repeat center center;
}
.bg-scale_kodawari:hover:after {
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.bg-scale_kodawari p{
	display: none;
}

/*magnification---------------------------------------------------------------------------*/
.magnification{
	width:973px;
	margin-bottom: 40px;
	position: relative;
	padding-top: 250px;
}
.title_scale{
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 50;
}
.bg-scale {
	margin-top: 40px;
	height: 411px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.bg-scale:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: .95;
}
.scale01:after {
	background: url("../img/img_10.png")no-repeat center center;
}
.scale02:after {
	background: url("../img/img_11.png")no-repeat center center;
}
.scale03:after {
	background: url("../img/img_12.png")no-repeat center center;
}
.scale04:after {
	background: url("../img/img_13.png")no-repeat center center;
}
.bg-scale:hover:after {
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.bg-scale .inner {
    z-index: 1;
    position: relative;
}
.scale01{
	margin-top: 0px;
}
/*pic,mv---------------------------------------------------------------------------*/
.voice{
	position: relative;
}
.voice_title{
	position: absolute;
	left:15px;
	top: -220px;
}
.media{
	width: 956px;
	line-height: 0px;
	margin: 0px auto;
	background: url("../img/bg_mv.png");
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-top: 250px;
}
.media_mv{
	margin-top: 0px;
}
.pic_list , .mv_list{
	width:865px;
	margin: 0px auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pic_list li , .mv_list li{
	margin-bottom: 15px;
}
.pic img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.mv_list{
	width: 820px;
}
.mv video{
	width: 400px;
	object-fit: cover;
}


/*tab---------------------------------------------------------------------------*/
.tab_options{
background: rgb(183,147,78); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(183,147,78,1) 13%, rgba(231,225,144,1) 29%, rgba(255,255,255,1) 50%, rgba(231,225,144,1) 68%, rgba(183,147,78,1) 86%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(183,147,78,1) 13%,rgba(231,225,144,1) 29%,rgba(255,255,255,1) 50%,rgba(231,225,144,1) 68%,rgba(183,147,78,1) 86%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(183,147,78,1) 13%,rgba(231,225,144,1) 29%,rgba(255,255,255,1) 50%,rgba(231,225,144,1) 68%,rgba(183,147,78,1) 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7934e', endColorstr='#b7934e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin: 0px auto;
	width: 957px;
	padding: 15px;
	box-sizing: border-box;
}
.tab_bg{
	background: url("../img/img_17bg.png")repeat-y;
	padding-bottom: 40px;
}
.tab_wrapper{
	margin: 0px auto;
	text-align: center;
	width: 840px;
}
.tab {
	display: flex;
	justify-content: flex-start;
}
.tab li {
	width: 229px;
	cursor: pointer;
	list-style: none;
}
.options ul {
  display: none;
	margin-top: 20px;
}
.options ul.show {
  display: block;
}
.tab_item{
	width: 412px;
	display: flex;
	background: #623b2d;
	color: #ffffff;
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.tab_item:nth-child(2n){
	margin-right: 0px;
}
.tab_item img{
	width: 170px;
	height: 153px;
	object-fit: cover;
}
.tab_item .item_txt{
	padding: 10px;
    box-sizing: border-box;
	text-align: left;
	position: relative;
	width: 100%;
}
.price{
	margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
}
.options ul:after{
  content: "";
  display: block;
  clear: both;
}

.attention {
    text-align: left;
    color: #FFF;
    line-height: 1.2;
}

/*spot---------------------------------------------------------------------------*/
/*map-------------------------*/
.map{
	background: url("../img/img_27bg.png")no-repeat;
	width: 906px;
	height: 634px;
	margin: 0px auto;
}
.map img{
	margin-top: 120px;
}
/*osusume-------------------------*/
.osusume{
	margin-top: 20px;
}
 .osusume ul li{
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.osusume ul{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	width: 850px;
	margin: 0px auto;
}
.osusume li{
	width: 278px;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 20px;
	background: #000000;
	margin-right: 8px;
}
.osusume li:nth-child(3n){
	margin-right: 0px;
}
.p_area{
	color:#ffffff;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 600;
	background: #aa0000;
}
.p_img{
	position: relative;
}
.p_img .icon_map{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.p_img .place{
	border: 3px solid #000000;
	box-sizing: border-box;
	width: 100%;
	object-fit: cover;
	height: 150px;
}
.p_info{
	color: #ffffff;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
	box-sizing: border-box;
}
.p_name{
	line-height: 1.2em;
}
.p_name a{
	color: #ffffff;
}
.p_add{
	font-size: 14px;
	margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
}
.p_add span{
	font-size: 12px;
}
/*リピート率No.1------------------------------------*/
.bg-scale_repeat {
	height:404px;
	width: 973px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.bg-scale_repeat:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
	background:url("../img/img_14_02.png")no-repeat center center;
}
.bg-scale_repeat:hover:after {
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.bg-scale_repeat p{
	display: none;
}
/*form---------------------------------------------------------------------------*/

.form_area {
    background: url(../img/bg_form.png) repeat;
	line-height: 2;
	width: 906px;
	margin: 0px auto;
	margin-top: 30px;
}
.sub_mainbox {
	width: 90%;
	margin: 0px auto;
    font-size: 90%;
	text-align: left;
}
.subtitle {
    color: #111;
    font-weight: bold;
    border-bottom: 3px solid #B92A2C;
	font-size: 140%;
	padding-top: 20px;
}

input, textarea {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
    border: 1px solid #B9C9CE;
    border-radius: 5px;
    padding: 5px 0.8em;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
.form_area table {
	margin-top: 20px;
}
.form_area td, .form_area th {
    padding: 5px;
	text-align: left;
	vertical-align:middle;
}
.form_area th {
	width: 30%;
    text-align: left;
    padding: 10px 4px;
    background: #fabd00;
    color: #000000;
    border: 1px solid #590000;
}
.form_area td {
    border: 1px solid #960000;
    font-size: 90%;
}
.form_btn {
	margin: 0px auto;
	margin-top: 20px;
	text-align: center;
}
.form_btn input{
	font-size: 22px;
    width: 260px;
    height: 60px;
    background-color: #b71c22;
    box-shadow: 0px 4px 0px 0px #660000;
    color: #FFF;
    border: none;
    border-radius: 3px;
}	



/*プライバシーポリシー-----------------------------------*/
.pp_area {
	margin-top: 40px;
}
.pp_area h3{
	display: block;
	color: #ffffff;
	background: #B92A2C;
	padding: 15px;
	font-size: 120%;
	text-align: left;
}
.pp_wrapper{
	text-align: left;
	padding: 20px 0px;
	font-size: 90%;
}
.pp_wrapper h4{
	font-weight: 600;
	padding-top: 15px;
}
.pp_wrapper p{
	padding-top: 5px;
	font-size: 90%;
}

/*footer---------------------------------------------------------------------------*/
footer{
	background: #000;
	margin-top: 40px;
}
footer nav{
	width: 1000px;
	padding: 40px 0;
	margin: 0px auto;
}
footer nav ul{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
}
footer nav ul li{
	width: 30%;
}
footer nav ul li a{
	color: #ffffff;
}
footer nav ul li+li:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    height: 14px;
    margin-top: -7px;
    border-right: 1px solid #ffffff;
}





