

/* floating */
html {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
body {
	box-sizing:border-box;
	font-family: "a-otf-ud-shin-go-pr6n", Century Gothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
	cursor:auto;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a { 
	text-decoration:underline; 
	color: #cccccc;
}
















#section, #section2, #section3, #section_menu {
	box-sizing:border-box;
	background-color:#FFFFFF;
	padding:50px;
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}
#section {
	margin-top: -20px;
}
#section4 {
	box-sizing:border-box;
	background-color:#FFFFFF;
	padding:0px;
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}
#section5 {
	box-sizing:border-box;
	background-color:#FFFFFF;
	padding:0px;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	float: left;
}
#section6 {
	box-sizing:border-box;
	background-color:#FFFFFF;
	padding:0px;
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}
#section_menu{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
#content1{
	box-sizing:border-box;
	background-color:#FFF;
	height:100%;
	width:100%;
	z-index: 1;
	position: relative;
	background-image: url(../img/slide/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
	float: left;
}
@media screen and (max-width: 769px) { 
#content1{
	background-image: url(../img/slide/bg1_769.jpg);
}
}
.logo {
	position: absolute;
	width: 100%;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 10;
}
.logo img {
	width: 50%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
}
ul.menutext {
	width: 100%;
	z-index: 999;
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
	padding: 2% 0 0 0;
	text-align: center;
	font-family: "a-otf-ud-shin-go-pr6n", Century Gothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
li.menutext2 {
	list-style-type: none;
	display:inline-block;
	color: #FFF;
}
li.menutext2 a {
	color: #FFF;
}
li.menutext2:hover {
	color: #ccc;
}
li.menutext3 {
	padding: 0 10px;
	list-style-type: none;
	display:inline-block;
}

.scroll {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translate(-50%, -0%); /* Safari用 */
	transform: translate(-50%, -0%);
	z-index: 990;
}
.scroll img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.toptext {
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 991;
	display: block;
}

@media screen and (max-width: 769px) { 
#section, #section2, #section3, #section_menu {
	padding:30px;
}
#section4, #section5 {
	padding:0px;
}
.scroll {
	bottom: 5px;
}
.scroll img {
	width: 70%;
}
.toptext {
	font-size: 12px;
	line-height: 14px;
}
.menutext3 {
	padding: 0 5px;
}
li.menutext2 {
	display:inline-block;
	margin-bottom: 0px;
}
li.menutext3 {
	padding: 0 5px;
}
}
	
@media screen and (max-height: 789px) { 
.logo img {
	width: 70%;
}
.toptext {
	display: none;
}
ul.menutext {
}
}
@media screen and (max-width: 479px) { 
#section, #section2, #section3, #section_menu {
	padding:10px;
}
#section4, #section5 {
	padding:0px;
}
.logo img {
	width: 60%;
	max-width: 150px;
	padding-bottom: 10px;
}
.scroll {
	bottom: 20px;
}
.scroll img {
	width: 50%;
}
.toptext {
	display: none;
}
li.menutext2 {
	display:block;
	margin-bottom: 5px;
}
li.menutext3 {
	display: none;
}
}







.layer {
	box-sizing:border-box;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#content2, #content3 {
	box-sizing:border-box;
	background-color:#dfdddc;
	height:100%;
	width:50%;
	z-index: 1;
	position: relative;
	background-image: url(../img/slide/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
	float: left;
}
#content3 {
	float: right;
	background-image: url(../img/slide/bg3.jpg);
}

#panel1, #panel2 {
	box-sizing:border-box;
	height: 100%;
	width: 50%;
	background: #FFF;
	display: none;    
	color: #666;
	position: absolute;
	top:0;
	z-index: 9999;
}
#panel1 {
	left: 0;
	padding: 50px 20px 50px 50px;
}
#panel2 {
	right: 0;
	padding: 50px 50px 50px 20px;
}
.btm1, .btm2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 10;
}
.btm1 img, .btm2 img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.close {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 999999999999;
	right: 50px;
	bottom: 50px;
	display: none;
}
.close img{
	width: 100%;
	height: auto;
	display: block;
}
.close2 {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 999999999999;
	right: 50px;
	bottom: 50px;
	display: block;
}
.close2 img{
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 769px) { 
.close {
	right: 30px;
	bottom: 30px;
	display: block;
}
.close2 {
	display: none;
}
#content2, #content3 {
	width:100%;
	height:50%;
}
#content2 {
	background-image: url(../img/slide/bg2_2.jpg);
}
#content3 {
	background-image: url(../img/slide/bg3_2.jpg);
}
.layer {
	background-color: rgba(255,255,255,1);
}
#panel1 {
	width:100%;
	height:50%;
	padding: 10px 30px;
}
#panel2 {
	width:100%;
	height:50%;
	top:0;
	padding: 10px 30px;
}
}

@media screen and (max-width: 479px) { 
.close {
	right: 10px;
	bottom: 10px;
	display: block;
}
.close2 {
	display: none;
}
#panel1 {
	width:100%;
	height:50%;
	padding: 10px 10px;
}
#panel2 {
	width:100%;
	height:50%;
	top:0;
	padding: 10px 10px;
}
.layer {
	background-color: rgba(255,255,255,1);
}
}
ul.photoBox {
	box-sizing:border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
} 
ul.photoBox li {
	box-sizing:border-box;
	width:23%;
	margin:1%;
	background-color:#FFF;
    list-style:none;
	text-decoration: none;
    transition: 0.3s;
}
ul.photoBox li a {
	text-decoration: none;
}
@media screen and (max-width: 499px) { 
ul.photoBox li {
	width:31.3333%;
	padding: 2px;
}
}
ul.photoBox li:hover{
	opacity: 0.5;
}
.news_pic {
	width:100%;
	height:auto;
	float:left;
}
.news_pic img{
	width:100%;
	height:auto;
	display:block;
}
.pic2 {
	width: 48%;
	height: auto;
}





#content4 {
	box-sizing:border-box;
	background-color:#FFF;
	height:100%;
	width:100%;
	z-index: 1;
	position: relative;
	z-index: 1;
	font-size: 14px;
	background-image: url(../img/slide/bgmenu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	padding: 0 20px;
  background-attachment:fixed;             /* 背景画像を固定する */
  float: left;
}
.menuprice {
	width: 100%;
	height: auto;
	padding-top: 20px;
	margin-bottom: 20px;
}
.menuprice img{
	width: 50%;
	max-width: 200px;
	height: auto;
	display: block;
}
.menuBox1 {
	width: 30%;
	height: auto;
	float: left;
	display: block;
}
.menuBox2 {
	width: 48%;
	height: auto;
	float: left;
	display: none;
}
.menuMargin{
	margin-left: 5%;
	margin-right: 5%;
}
.menuMarginR{
	margin-right: 2%;
}
.menuMarginL{
	margin-left: 2%;
}
.menuTitle {
	width: 100%;
	height: auto;
	color: #333;
	border-bottom: 1px solid #333;
	padding: 5px 0;
	float: left;
	font-size: 14px;
}
.ditailBtm {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	z-index: 999999;
}
.ditailBtm img {
	padding: 50px 10px 10px 10px;
	width: 80%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.ditailBtm:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.noborder {
	border-bottom: 0px solid #333;
	line-height: 18px;
}
.menuTitleB {
	width: 60%;
	text-align: left;
	float: left;
}
.menuTitleS {
	width: 40%;
	text-align: right;
	float: left;
	font-size: 12px;
}
@media screen and (max-width: 479px) { 
.menuTitleB {
	width: 50%;
}
.menuTitleS {
	width: 50%;
	font-size: 10px;
}
}
.menuName {
	font-size: 14px;
	width: 80%;
	height: auto;
	color: #333;
	padding: 5px 0;
	float: left;
	line-height: 32px;
	text-align: left;
}
.menuPrice {
	width: 20%;
	height: auto;
	color: #333;
	padding: 5px 0;
	float: left;
	line-height: 32px;
	text-align: right;
}
.fontsmall {
	font-size: 10px;
}
.fontsmall2 {
	font-size: 8px;
}
.br469 {
	display: none;
}
.br769 {
	display: none;
}
.br1010{
	display: none;
}
@media screen and (max-height: 800px) { 
.menuprice {
	padding-top: 10px;
	margin-bottom: 10px;
}
.menuName {
	font-size: 14px;
	line-height: 22px;
}
.menuPrice {
	line-height: 22px;
}
.ditailBtm img {
	padding: 10px 10px 10px 10px;
	max-width: 250px;
}
.br769 {
	display: block;
}
}
@media screen and (max-width: 1010px) { 
.br1010{
	display: block;
}
}
@media screen and (max-width: 769px) { 
#content4 {
	padding: 0 10px;
	background-image: url(../img/slide/bgmenu_769.jpg);
}
.br469 {
	display: none;
}
.br769 {
	display: block;
}
.menuprice {
	padding-top: 20px;
	margin-bottom: 10px;
}
.menuBox1 {
	display: none;
}
.menuBox2 {
	display: block;
}
.menuMargin{
	margin-left: 0%;
	margin-right: 0%;
}
.menuName {
	font-size: 14px;
	line-height: 22px;
}
.menuPrice {
	line-height: 22px;
}
.ditailBtm img {
	padding: 10px 10px 10px 10px;
	max-width: 250px;
}
}
.menuNameSpace {
	letter-spacing: -1px;
}
.marginT {
	margin-top: -10px;
}
@media screen and (max-width: 519px) { 
.br469 {
	display: block;
}
}
@media screen and (max-width: 469px) { 
.menuName {
	font-size: 8px;
	width: 70%;
	line-height: 18px;
}
.fontsmall2 {
	font-size: 2px;
}
.menuPrice {
	font-size: 8px;
	width: 30%;
	line-height: 18px;
}
.menuTitle {
	font-size: 12px;
}
.ditailBtm img {
	padding: 10px 0;
	width: 100%;
}
.menuBox2 {
	width: 47%;
}
.menuMarginR{
	margin-right: 3%;
}
.menuMarginL{
	margin-left: 3%;
}
.fontsmall2 {
	font-size: 7px;
}
}






#content5 {
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:100%;
	z-index: 1;
	position: relative;
	z-index: 1;
	font-size: 14px;
	float: left;
}
.accessBox1 {
	box-sizing: border-box;
	width: 30%;
	height:100%;
	float: left;
	text-align: center;
	padding: 50px;
	position: absolute;
	display: block;
}
.fixed {
	position: fixed;
	top: 20px;
	left: 0px;
	z-index: 999;
}
.accessBox2 {
	width: 70%;
	height:100%;
	float: right;
	padding: 50px 50px 50px 0;
}
.accessBox3 {
	width: 50%;
	height: 30%;
	display: none;
	float: left;
	padding: 0 30px;
}
.logoSP {
	width: 20%;
	height: auto;
	float: left;
}
.logoSP img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.infoBoxSP {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 21px;
	float: left;
	color: #666;
	padding-left: 10px;
	padding-bottom: 10px;
}
#map {
	width: 100%;
	height: 100%;
}
.logo2 {
	width: 100%;
	height: auto;
	float: left;
}
.logo2 img {
	width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
.infoBox {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	float: left;
	color: #666;
	padding: 10px 0;
}
.infoBox a{
	color: #666;
}
@media screen and (max-height: 800px) { 
.accessBox1 {
	padding-top: 10px;
}
.logo2 img {
	padding-bottom: 10px;
}
.infoBox {
	font-size: 12px;
	line-height: 21px;
	padding: 5px 0px;
}
}
@media screen and (max-width: 1190px) { 
.infoBox {
	font-size: 12px;
}
}
@media screen and (max-width: 769px) { 
.accessBox1 {
	padding: 30px;
	display: none;
}
.accessBox2 {
	width: 100%;
	height: 70%;
	padding:30px 30px 30px 30px;
}
.logo2 img {
	width:150px;
}
.accessBox3 {
	display: block;
}
}
@media screen and (max-width: 479px) { 
.accessBox1 {
	padding:10px;
}
.accessBox2 {
	padding:10px 10px 10px 10px;
}
.logo2 img {
	width:100px;
}
.accessBox3 {
	display: block;
	padding: 0 5px;
	font-size: 12px;
}
.infoBoxSP{
	font-size: 12px;
	line-height: 16px;
}
}




#content6 {
	box-sizing:border-box;
	width:100%;
	height: auto;
	min-height:100%;
	z-index: 1;
	position: relative;
	z-index: 1;
	font-size: 14px;
	float: left;
}



.recBox70 {
	box-sizing: border-box;
	width: 70%;
	float: right;
	padding: 0 50px 50px 0;
}
@media screen and (max-width: 769px) { 
.recBox70 {
	width: 100%;
	padding:0 30px 30px 30px;
}
}
@media screen and (max-width: 479px) { 
.recBox70 {
	padding:0 10px 10px 10px;
}
}



.recBox {
	box-sizing: border-box;
	width: 90%;
	height: auto;
	text-align: center;
	background-color: #FFF;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
	float: left;
	margin-left: 5%;
	border-top: 1px dashed;
	padding: 5px 0;
}
.recBox1 {
	box-sizing: border-box;
	width: 20%;
	float: left;
	color: #999;
	padding:  0;
	line-height: 28px;
	margin-top: 10px;
}
.recBox2 {
	box-sizing: border-box;
	width: 78%;
	float: left;
	color: #333;
	text-align: left;
	padding: 0;
	padding-left: 30px;
	line-height: 28px;
	margin-top: 10px;
	margin-left: 2%;
}
.recBox3 {
	box-sizing: border-box;
	width: 100%;
	float: left;
	color: #666666;
	padding:  0;
	line-height: 28px;
	margin-top: 15px;
	text-align: left;
	padding-left: 30px;
}
@media screen and (max-width: 769px) { 
.recBox1 {
	width: 20%;
	margin-top: 20px;
}
.recBox2 {
	width: 78%;
	margin-top: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}
}

.recBox2 a{
	color: #333;
}
@media screen and (max-width: 549px) { 
.recBox70 {
	padding-top: 30px;
}
.recBox {
	margin-bottom: 0px;
}
.recBox1 {
	width: 100%;
	font-size:14px;
	text-align: left;
	padding-left: 0px;
	line-height: 20px;
	margin-top: 5px;
}
.recBox2 {
	width: 100%;
	font-size:12px;
	padding-left: 0px;
	margin-top: 0px;
	line-height: 20px;
	margin-bottom: 5px;
}
.recBox3 {
	width: 100%;
	font-size:14px;
	padding-left: 10px;
	margin-top: 10px;
	line-height: 24px;
}
}





#prefoot {
	width: 100%;
	height: 50px;
	float: left;
	bottom: 0px;
	
}

.copy1 {
	width: 100%;
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: 999;
	color: #666;
	margin-top: 20px;
}

