@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
-webkit-text-size-adjust: 100%;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
#wrapper{
	width:100%;
   overflow:hidden;
}
/*header*/
header{
	margin-left: auto;
	margin-right: auto;
}
.top_bg{
	background-color: #000000;
}
.top_box{
	width:1280px;
	height: 100px;
	display:table;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.logo{
	position: absolute;
	left: -50px;
	top:-130px;
	z-index: 2;
}

.tel{
	display:table;
	float:right;
	padding-top:30px ;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}
.movie_bg{
	background-color: #000000;
}
.movie{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 600px;
	position: relative;
	width:1280px;
}
.top_rabbit{
	display: table;
	z-index: 3;
	position: absolute;
	height:199px;
	bottom: -6px;
	right: -100px;
}
.top_rabbit img{
	width: 1138px;
	height:100%;
}
.top_nav{
	
}
nav{
}
.star_icon{
	background-image: url(../img/nav/moon_icon.png);
    width: 15px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    margin: 0 3px 0 0;
    position: relative;
	top:-2px;
}
nav ul{
	width: 950px;
	padding-top: 5px;
	padding-bottom: 0px;
	float:right;
	display:table;
	margin-right: 5px;
}

nav ul li{
	display:table;
	float:left;
	color: #FFFFFF;
	padding-top: 15px;
}
.top_nav01 li{
	padding-left: 35px;
}
.top_nav02 li{
	padding-left: 25px;
}
nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
}

nav a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background:  #f0d300;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

nav a:hover::after {
  transform: scale(1, 1);
}

.nav02{
	margin-right: 25px;
	padding-bottom: 20px;
	float:right;
}
.nav02 a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background:  #a62126;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.top_plan a::after{
height: 0px;
}
.top_plan:hover{
	opacity:0.6;
	
}
/*commom*/
.inside_box{
	background-color: #000000;
	width:100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.main_title{
	display:table;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
.sec_t{
	font-family: "Hannari";
	font-size: 2em;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec_t p{
	padding-bottom: 12px;
}
.sec_t::before{
	content:"";
	background: url("../img/icon_diamond.svg")no-repeat;
	background-size: contain;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 15px;
	padding-bottom: 3px;
}


.txt01{
	line-height: 1.7em;
	color:#FFFFFF;
	text-decoration-line: underline;
}

#box01{
	width:1200px;
	padding:0 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.box1200{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0 10px;
}
.box1000{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0 10px;
}
/*ご挨拶*/
#greeting{
	background:url(../img/top/greeting_bg.jpg) no-repeat;
	height:700px;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
.g_box{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height:700px;
}
.top_title{
	position: absolute;
	right:150px;
	top:90px;
}

.top_text01{
	position: absolute;
	left:380px;
	top:150px;
	height: 460px;
	color:#FFFFFF;
	-webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	text-align: left;
    line-height: 2.5em;
	letter-spacing: 0.1em;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top_text02{
	position: absolute;
	left:230px;
	top:150px;
	height: 460px;
	color:#FFFFFF;
	-webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	text-align: left;
    line-height: 2.5em;
	letter-spacing: 0.1em;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top_text03{
	position: absolute;
	left:50px;
	top:150px;
	height: 460px;
	color:#FFFFFF;
	-webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	text-align: left;
    line-height: 2.5em;
	letter-spacing: 0.1em;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top_text{
	color:#FFFFFF;
	-webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	text-align: left;
    line-height: 2.8em;
	letter-spacing: 0.1em;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*兎の縁起*/
#usagi_engi{
	background: url( ../img/top/engi_bg.jpg)repeat-x;
	background-position: center;
	height:480px;
}
.siba_bg{
	background: url( ../img/top/siba_bg.png)no-repeat;
	background-position: bottom;
	margin: 0 auto;
	height:460px;
}
.engi_box{
	display: block;
}
.engi_img{
	display: table;
	float: left;
	padding-top: 60px;
}
.engi_right{
	padding-top: 80px;
	float: right;
}
.engi_title{
	padding-bottom: 50px;
	display:table;
	
}
.engi_text{
	color:#FFFFFF;
	text-align: left;
	line-height: 2.2em;
	font-size: 0.95em;
}
.engi_text span{
	font-size: 1.2em;
	padding-right: 3px;
	text-shadow: 2px 2px 1px #1a1a1a;
}

/*あらかわ荘の魅力*/
#miryoku{
	background: url(../img/top/miryoku_bg.png)center no-repeat;
	height:1130px;
	
}
.miryoku_box{
	width:1200px;
	height:1130px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
.miryoku_title{
	position: absolute;
	right:40px;
	top:70px;
	height:250px;
	
}
.miryoku_title img{
	height:100%;
	
}
.miryoku_img{
	padding-top: 80px;
}
.p_search{
	padding-top: 20px;
}
.intro{
  width:100%;
  height:30px;
}
.intro h1{
  font-family:'Oswald', sans-serif;
  letter-spacing:2px;
  font-weight:normal;
  font-size:14px;
  color:#222;
  text-align:center;
  margin-top:10px;
}
.intro a{
  color:#e74c3c;
  font-weight:bold;
  letter-spacing:0;
}
.intro img{
  width:20px;
  height:20px;
  margin-left:5px;
  margin-right:5px;
  position:relative;
  top:5px;
}

.button-4{
  width:210px;
  height:50px;
  border:2px solid #FFFFFF;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
background-color: hsla(0,0%,0%,0.4);
}
.button-4 a{
  font-weight: bold;
  color:#FFFFFF;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
  letter-spacing: 0.1em;
  width:205px;
  height:50px;
}
.eff-4{
  width:210px;
  height:50px;
  left:-210px;
  background:#FFFFFF;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-4:hover .eff-4{
  left:0;
}
.button-4:hover a{
  color:#000000;
}
.miryoku01{
	position: absolute;
	left:0;
	top:100px;
}
.mi01_btn{
	position: absolute;
	left:125px;
	top:470px;
}
.miryoku02{
	position: absolute;
	left:365px;
	top:305px;
}
.mi02_btn{
	position: absolute;
	left:500px;
	top:680px;
}
.miryoku03{
	position: absolute;
	right:0;
	bottom:60px;
}
.mi03_btn{
	position: absolute;
	right:125px;
	bottom:180px;
}
/*プランスライダー*/
/*#loopslider {
    margin: 0 auto;
    width: 1200px;
    height: 300px;
    text-align: left;
    position: relative;
    overflow: hidden;
	display:table;
}
 
#loopslider ul {
	width: 1200px;!impotant
    height: 300px;!impotant
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 220px;
    height: 300px;
	margin-right: 20px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li :last-child{
	margin-right: 0px;
}*/
.search_table{
	position: absolute;
	bottom: -170px;
}
.box1200_plan{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#plan{
	background: url(../img/top/plan_bg.png) center repeat-x;
	/*height:550px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-position: top;
	background-size: cover;
}

/*ここから検索窓css*/
.p_top{
	width:900px;
	height:35px;
	display:inline-block;
	padding-top: 25px;
}
.p_bottom{
	width:900px;
	display:inline-block;
	padding-bottom: 25px;
	height:35px;
}
#s_title{
	padding: 10px 15px 10px 35px;
	display: table;
	float: left;
}
.plan_form{
	background-color: #FFFFFF;
	width:1200px;
	height:120px;
	text-align: center;
	border-color: hsla(359,78%,54%,1.00)
;}
.plan_form p{
	margin:0;
	padding:0;
}
.plan_form img{
	vertical-align: middle;
	margin-right:10px;
}
.plan_form .check_in{
	float:left;
	text-align: left;
	margin-bottom: 15px;
}
.plan_form .text_r{
	text-align: left;
	padding-left: 5px;
	padding-top: 8px;
}
.plan_form .guests{
	padding-left: 15px;
	float:left;
	margin-bottom:10px;
	margin-right:12px;
}
.plan_form .type{
	float:left;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-left: 5px;
}
.plan_form .price{
	display:table;
	text-align: left;
	padding-left: 45px;
	margin-top: 8px;
}
.plan_form .search_btn{
	display:table;
	float: right;
	padding-right: 60px;
}
.plan_form .search_btn:hover{
	opacity: 0.6;
}
.plan_form hr{
	clear:both;
	width:0;
	height:0;
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}
/*ここまで検索窓css*/

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 310px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 1200px;
    height: 310px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.ls_box {
	width: 1200px;
    height: 310px;
    float: left;
    overflow: hidden;
}
 
.plan_box {
    width: 230px;
    height: 320px;
    float: left;
	padding-right: 20px;
}
.plan_box:last-child{
	margin-right: 0px;
}
#miniright{
	display:table;
	padding: 10px 15px 5px;
		background-color: #c7b199;
}
#miniright img:hover{
opacity: 0.6;
}
#minileft{
	display:table;
	width: 200px;
	padding: 0px 15px 15px;
		background-color: #c7b199;
}
#minileft h4{ 
	font-weight: bold;
	padding-bottom: 5px;
	color:#000000;
	line-height: 1.18em;
}
#minileft a{ 
	color:#1A1717;
}
#minileft a:hover{ 
	color:#892c2c;
}
#minileft p{
	height:65px;
	padding-top: 3px;
	overflow: hidden;
	font-size: 1em;
	line-height: 1.18em;
	color:#1A1717;
	text-align: left;
	padding-bottom: 5px;
}
#other{
	margin:0 auto 80px;
	width:1200px;
	position: relative;
}
.news_box{
	width:1000px;

}
.admin{
	display:table;
	float: right;
	margin-top: 20px;
	position: absolute;
	bottom: 0px;
	right:100px;
}
.admin a{
	color:#FFFFFF;
    padding: 2px 3px;
	font-size: 12px;
	text-decoration: none;
	position: relative;
    top: -40px;
    right: 3.2%;
    transition: 0.3s;
}
.admin a:hover{
	color:#000000;
	background-color: rgba(255,255,255,0.6);
	text-decoration: none;
    transition: 0.3s;
}

.news-btn{
  width:210px;
  height:50px;
  margin: 0 auto;
  border:2px solid #FFFFFF;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
background-color: hsla(0,0%,0%,0.4);
}
.news-btn a{
  font-weight: bold;
  color:#FFFFFF;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
  letter-spacing: 0.1em;
  width:205px;
  height:50px;
}
.eff-5{
  width:210px;
  height:50px;
  left:-210px;
  background:#FFFFFF;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.news-btn:hover .eff-5{
  left:0;
}
.news-btn:hover a{
  color:#000000;
}

#instagram{
	margin-top: 50px;
	/*padding-bottom: 80px;*/
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.view_title{
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #1a1a1a;
}

.banner{
	padding-bottom: 30px;
}
.banner img:hover{
	opacity: 0.6;	
}

.info_txt{
	text-align: center;
	line-height: 1.8em;
	color:#FFFFFF;
	border: 1px solid hsla(0,0%,100%,0.60);
	padding: 30px 0;
}
.pb_80{
	padding-bottom: 80px;
}

.closed{
	background-color: #fff282;
	margin-bottom: 30px;
	padding: 30px 0;
	color: #000000;
	text-align: center;
}
.closed h3{
	font-size: 1.5em;
	letter-spacing: 0.08em;
	margin-bottom: 25px;
	font-weight:bold;
}
.closed p{
	font-size: 1.05em;
	letter-spacing: 0.08em;
	line-height: 1.7em;
}


/*to_top*/
.to_top{
	margin: 0;
	display:table;
	z-index: 99;
	position: fixed;
	overflow-y: scroll; 
	right:10px;
	bottom:275px;
}
.to_top:hover{
	opacity: 0.6;
}
/*footer*/
.footer_bg{
	background-color: #000000;
	width: 100%;
}
footer{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
}
.footer_nav li a:hover{
	opacity: 0.6;
}
.footer01{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
	position: relative;
}
.to_cake{
	position: absolute;
	right:290px;
	top:50px;
}
.to_cake a{
	display:table;
}
.to_cake img:hover{
	opacity:0.6;
}
.qr{
	position: absolute;
	right: 360px;
    top: 135px;
	line-height: 1.3em;
	width: 280px;
	text-align: left;
}
.qr a{
	color:#FFFFFF;
	text-decoration: none;
	font-size: 0.95em;
}
.qr img{
	padding-right: 15px;
	display:block;
	float: left;
}
.qr a:hover{
	opacity: 0.6;
}
.f_box01{
	padding-top: 20px;
	text-align: left;
	display: inline-block;
	float:left;
}
.f_box02{
	padding-top: 50px;
	display: inline-block;
	float:right;
}
.f_btn a{
	width:250px;
	height:45px;
	display: inline-block;
}
.f_btn img:hover{
	opacity:0.6;
}
.f_insta{
	padding-bottom: 5px;
}
.f_logo{ 
display:table;
margin-top: 20px;
margin-bottom: 10px;
}
.f_address{
	display:table;
	text-align: left;
	line-height: 1.5em;
	color:#FFFFFF;
}
.fnav_bg{
	background-color: #1A1A1A;
}
.footer_nav{
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	display: table;


}
.footer_nav li{
 	display:table;
	line-height: 1.5em;
	color:#FFFFFF;
	float: left;
	padding-right: 30px;
}
.footer_nav li a{
 	display:table;
	line-height: 1.5em;
	color:#FFFFFF;
	text-decoration: none;
}

.yado{
	display:table;
	float:left;
	padding-top: 7px;
}
.arr{
	display:table;
	text-align: center;
	line-height: 1.5em;
	padding-left: 10px;
	color:#FFFFFF;
}
.copy_box{
	display: table;
	margin-left: auto;
	margin-right: auto;	
	padding-bottom: 10px;
	padding-top: 15px;
}

.link a {
	display: block;
	width: 60%;
	max-width: 200px;
	margin: 30px auto;
	padding: 15px 20px;
	background: url("../img/top/engi_bg.jpg") repeat left bottom;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
/*youtube*/
.youtube_btn{
	padding-bottom: 80px;
}
.youtube_btn img:hover{
	opacity: 0.6;
}
/*ふるさと納税*/
.furu_btn{
	position: relative;
	margin:0 auto 30px;
	display: table;
}
.furu_btn a{
	display: block;
}
.furu_btn img:hover{
	opacity: 0.6;
}

/*新潟ガストロノミーアワード*/
.nga_btn{
	position: relative;
	margin:0 auto 30px;
	width: 100%;
	max-width: 1012px;
}
.nga_btn a{
	display: block;
}
.nga_btn img:hover{
	opacity: 0.6;
}

.noto{font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal;}

.tokuten{max-width: 600px;  padding: 2rem; margin:0 auto 2rem auto; border: #fff 3px double; color:#fff; box-sizing: border-box; }
.tokuten h3{font-size: 1.4rem; margin-bottom: 1rem;}
.tokuten p{margin: 0; line-height: 1.6em}

.tokuten_2{max-width: 600px;  padding: 2rem; margin:4rem auto 2rem auto; border: #883232 3px double; color:#a62126; background: #fef4eb; box-sizing: border-box; }
.tokuten_2 h3{font-size: 1.4rem; margin-bottom: 1rem; font-weight: bold;}
.tokuten_2 p{margin: 0; line-height: 1.6em}

.sp_on{display: none;}
.pc_on{display: inline;}

@media only screen and (max-width: 767px){
.sp_on{display: inline;}	
.pc_on{display: none;}
}
