
html, body {
	box-sizing:border-box;
    font-family: "Mplus 1p","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	cursor:auto;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	font-size: 16px;
}
a {
	text-decoration: none;
}

.mainBox {
	width: 100%;
	max-width: 1580px;
	height: auto;
	margin: 0 auto;
}
.mainBox2 {
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
}
/* MENU */
#menu {
	box-sizing:border-box;
	width:100%;
	height:60px;
	line-height:60px;
	position:fixed;
	z-index:99999;
	display:block;
	margin:0;
	padding:0;
	font-size:1.2em;
	font-family: 'Courier New',serif;
	font-family: 'hind', serif;
	letter-spacing: 1px;
	font-weight: 400;
}
.menubg {
	box-sizing:border-box;
	width:100%;
	height:50px;
	line-height:50px;
	position:fixed;
	z-index:998;
	display:block;
	margin:0;
	padding:0;
	background: -moz-linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.1) 30%,rgba(0,0,0,0.0)); 
	background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.1) 30%,rgba(0,0,0,0.0)); background: linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.1) 30%,rgba(0,0,0,0.0)); 
	opacity: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.menubg2 {
	background-color:rgba(255,255,255,0.8);
	-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}

ul.navimain {
	box-sizing: border-box;
	width:75%;
	height:60px;
	text-align:center;
	margin:0;
	padding: 0;
	float: right;
}
ul.navimain li {
	box-sizing: border-box;
	width:auto;
	list-style-type:none;
	float:right;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.0);
	color: rgba(0,0,0,1.00);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	line-height: 30px;
	padding: 15px 10px 13px 10px;
	margin: 0px 15px 0px 15px;
	border-bottom: 3px solid rgba(0,0,0,0);
	letter-spacing: 1px;
}
ul.navimain li:hover {
	border-bottom: 3px solid rgba(0,0,0,1);
}
ul.navimain li.color_w {
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	border-bottom: 3px solid rgba(255,255,255,0);
}
ul.navimain li.color_w:hover {
	border-bottom: 3px solid rgba(255,255,255,1);
}
ul.navimain li.active {
	border-bottom: 3px solid rgba(0,0,0,1);
}
ul.navimain li.reserve{
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	margin: 10px 10px 0 10px;
	padding: 5px 15px 3px 15px;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    font-family: "Mplus 1p",sans-serif;
	font-size: 0.8em;
}
ul.navimain li.reserve:hover {
	background: #FFF;
	color: #000;
}
.reserve a {
	color: #FFF;
}
ul.navimain li.reserve:hover a {
	color: #000;
}
.menuBox1 {
	width:200px;
	height: 100px;
	height:auto;
	text-align:center;
	float: left;
	margin-left: 30px;
	font-family: "Courier New";
	text-align: left;
	font-size: 3em;
	color: rgba(0,0,0,1.00);
	text-shadow: 0px 0px 5px rgba(0,0,0,0.0);
}
.logo_w {
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
@media screen and (max-width: 980px) {
.menuBox1 {
	width:180px;
	margin-left: 10px;
	margin-top: -2px;
	font-size: 2.5em;
	}
}
@media screen and (max-width: 640px) { 
.menuBox1 {
	width:150px;
	margin-left: 0px;
	padding-left: 10px;
	}
}
@media screen and (max-width: 780px) { 
ul.navimain {
	display:none;
}
}


/* SP MENU */
.sp_menu {
	box-sizing:border-box;
	width: 50px;
	height:50px;
	position:fixed;
	text-align:center;
	padding:0px;
	z-index:99999;
	display:none;
	top:0px;
	right:10px;
}
.sp_menu img{
	width:100%;
	height:auto;
	display:block;
}
.splogo img{
	width:100%;
	height:auto;
	display:block;
}
@media screen and (max-width: 780px) { 
.sp_menu {
	display:block;
}
}

.sp_menu1 {
	width:40px;
	height:2px;
	position:absolute;
	top:10px;
	left:5px;
	background: #000;
} 
.sp_menu2 {
	width:40px;
	height:2px;
	position:absolute;
	top:24px;
	left:5px;
	background: #000;
} 
.sp_menu3 {
	width:40px;
	height:2px;
	position:absolute;
	top:38px;
	left:5px;
	background: #000;
} 
.sp_w {
	background: #FFF;
}
.sp_menu1,.sp_menu2,.sp_menu3 {
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out; /* opera */
	-moz-transition: all 0.2s ease-out; /* firefox */
	-webkit-transition: all 0.2s ease-out; /* chrome, safari */
	-ms-transition: all 0.2s ease-out; /* ie */
}
.menuclick1 {
	width:45px;
	top:25px;
	left:2px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuclick2 {
	width:45px;
	opacity:0;
}
.menuclick3 {
	width:45px;
	top:25px;
	left:2px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menuBoxoff {
	box-sizing:border-box;
	width:100%;
	height:100%;
	display:block;
	display:none;
	overflow:hidden;
	position:fixed;
	z-index:99998;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color:rgba(230,230,230,0.5);
	-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.menusBox {
	box-sizing:border-box;
	width:100%;
	height:100%;
	position: relative;
}
.menusBox a {
	text-decoration:none;
}
.about_sp {
	width:100%;
	height:auto;
	font-size:2em;
	line-height:2em;
	margin-top: 10px;
	text-align: center;
	font-family: 'hind', serif;
	color: #000;
	cursor: pointer;
}
.about_sp a {
	color: #000;
}
.about_sp span {
    font-family: "Mplus 1p",sans-serif;
	font-size: 0.7em;
}
.about_sp2 {
	font-size:1.5em;
	padding-bottom: 20px;
	border: 1px solid #000;
}
.about_sp2 span {
    font-family: "Mplus 1p",sans-serif;
}
.about_sp img, .about_sp svg {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}




/* SLIDE */

#content1 {
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:100%;
	float: left;
	position: relative;
}
.topdata {
	width: 230px;
	height: 360px;
	position: absolute;
	left: 20px;
	bottom: 0px;
	z-index: 9;
    font-family: "Mplus 1p",sans-serif;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.2em;
	display: block;
}
@media screen and (max-width: 390px) { 
	.topdata {
	left: 10px;
	}
}
.colB {
	color: #000;
}
.toppdata00 {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.toppdata0 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #FFF;
}
.toppdata1 {
	width: 100%;
	height: auto;
	float: left;
}
.toppdata2 {
	width: 130px;
	height: auto;
	float: left;
}
.toppdata3 {
	width: 90px;
	height: auto;
	float: right;
	text-align: right;
}
.topBig {
	width: 100%;
	height: 20px;
	margin-top: 15px;
	font-size: 1.8em;
	font-weight: 600;
	background-image:url("../img/tel.svg");
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 2px;
	padding-left: 25px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.topBig a {
	color: #FFF;
}
.topBig:hover a {
	text-decoration: underline;
}
.snsBox {
	width: 25px;
	height: 25px;
	z-index: 100;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	float: left;
	padding-right: 10px;
	margin-top: 15px;
}
.snsBox:hover {
	opacity: 0.6;
}
.sns1 {
	background-image:url("../img/sns_fb.svg");
}
.sns2 {
	background-image:url("../img/sns_line.svg");
}
.sns3 {
	background-image:url("../img/sns_insta.svg");
}
.scroll {
	position: absolute;
	bottom: -20px;
	width: 10%;
	height: auto;
	text-align: center;
	z-index: 999;
	display: block;
	margin: 0 45%;
}
@media screen and (max-width: 600px) { 
	.scroll {
		display: none;
	}
}
.scroll a {
  padding-top: 60px;
	color: #FFF;
	line-height: 130px;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}








/* content2 */
#content2{
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:auto;
	float: left;
	position: relative;
	padding: 80px 50px;
}
@media screen and (max-width: 980px) { 
#content2{
	padding: 80px 30px;
	}
}
@media screen and (max-width: 640px) { 
#content2{
	padding: 80px 10px;
	}
}
.title {
	width: 100%;
	height: auto;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	margin: 20px auto;
	color: #000;
}
.title::after{
    content: '';
    display: block;
    background: #000;
    height: 2px;
    width: 30px;
    margin: 0 auto;
  }
.titleW {
	width: 100%;
	height: auto;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	margin: 20px auto;
	color: #FFF;
}
.titleW::after{
    content: '';
    display: block;
    background: #FFF;
    height: 2px;
    width: 30px;
    margin: 0 auto;
  }
@media screen and (max-width: 640px) { 
.titleW {
	font-size: 1.8em;
	}
}

.titlePad {
	padding-top: 10px;
	padding-bottom: 20px;
}




/* news */
.rss {
	box-sizing:border-box;
	width:100%;
	text-align:left;
	position: relative;
	z-index: 9;
	margin-top: 30px;
	border: 1px solid #000;
	padding: 10px;
	list-style: none;
}
dl {
	box-sizing:border-box;
	width: 100%;
	max-width: 980px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
    font-family: "Mplus 1p",sans-serif;
} 
dt {
	box-sizing:border-box;
	float: right ;
	clear: left ;
	width: 120px ;
	padding: 0;
	margin: 0;
	color: #aaa;
	border-bottom: 1px dashed #000;
	font-size: 1em;
	padding: 5px 10px;
	line-height: 32px;
	margin-bottom: 5px;
	text-align: right;
    font-family: "Mplus 1p",sans-serif;
	padding-bottom: 0;
}
dd {
	box-sizing:border-box;
	width: calc(100% - 123px);
	float: left ;
	padding: 0;
	margin: 0;
	border-bottom: 1px dashed #000;
	font-size: 1em;
	padding: 5px 10px;
	line-height: 32px;
	margin-bottom: 5px;
	margin-right: 3px;
    font-family: "Mplus 1p",sans-serif;
	color: #000;
	padding-bottom: 0;
}
dd:hover {
	opacity: 0.5;
}
dd a {
	color: #000;
}

@media screen and (max-width: 980px) { 
dt {
	width: 100%;
	float: left;
	text-align: left;
	line-height: 12px;
	border-bottom: 0px dashed #000;
	padding: 0 5px;
	font-size: 1em;
	padding-bottom: 5px;
	}
dd {
	width: 100%;
	line-height: 12px;
	padding: 0 5px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}
}
@media screen and (max-width: 640px) { 
dt {
	font-size: 0.9em;
	}
dd {
	font-size: 1em;
	}
}
}



/* content3 */
#content3 {
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:auto;
	float: left;
	position: relative;
	padding: 50px;
}
@media screen and (max-width: 980px) { 
#content3 {
	padding: 30px;
	}
}
@media screen and (max-width: 640px) { 
#content3 {
	padding: 10px;
	}
}

ul.box50 {
	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;
	position: relative;
} 
ul.box50 li {
	box-sizing:border-box;
	width: 50%;
	height: auto;
    list-style:none;
	float: left;
	padding: 20px;
	position: relative;
}
ul.box50 li.menuPhoto {
	width: 50%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
ul.box50 li.infodata, ul.box50 li.infodata2 {
	box-sizing:border-box;
	width: 50%;
	height: auto;
    list-style:none;
	float: left;
	padding: 20px;
	padding-top: 0;
	position: relative;
}
ul.box50 li.infodata{
	padding-right: 0;
}
ul.box50 li.infodata2 {
	padding-left: 0;
}
ul.box50 li.padL50 {
	padding-left: 50px;
}
.square2 {
	box-sizing:border-box;
	width: 100%;
	border: 3px solid #FFF;
}
.square2:before {
	content: "";
	display: block;
	padding-top: 60%;
}
@media screen and (max-width: 1130px) {
.square2:before {
	padding-top: 50%;
}
}

@media screen and (max-width: 600px) {
ul.box50 li.padL50 {
	padding-left: 0px;
}
}

.spON {
	display: none;
}
.spOFF {
	display: block;
}

@media screen and (max-width: 1130px) {
ul.box50 li,ul.box50 li.infodata, ul.box50 li.infodata2  {
	width: 100%;
}
ul.box50 li.menuPhoto {
	width: 100%;
	}
.spON {
	display: block;
}
.spOFF {
	display: none;
}
}
.menuLeft {
	width: 46%;
	height: auto;
	float: left;
}
.menuRight {
	width: 46%;
	height: auto;
	float: right;
}
@media screen and (max-width: 680px) { 
	.menuLeft, .menuRight {
	width: 100%;
	}
}
.menuTitle {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #000;
	font-size: 1.1em;
	font-family: "Courier New";
	margin-top: 20px;
	font-weight: 600;
}
.marginbttm20 {
	margin-bottom: 20px;
}
.margintop0 {
	margin-top: 0;
}
.menuTitle2 {
	box-sizing: border-box;
	width: 50%;
	height: auto;
	float: left;
	font-size: 1.1em;
	font-family: "Courier New";
	font-weight: 600;
}
.menuTitle3 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.1em;
	font-family: "Courier New";
	font-weight: 600;
}
.menuText {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.1em;
	padding: 5px 0;
	line-height: 28px;
    font-family: "Mplus 1p",sans-serif;
}
.menuSB {
	box-sizing: border-box;
	width: 50%;
	height: auto;
	float: right;
	font-size: 0.8em;
	text-align: right;
	font-weight: 100;
}
.menuName0 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
    font-family: "Mplus 1p",sans-serif;
	font-size: 0.9em;
	margin-top: 10px;
}
.m_top30{
	margin-top: 2.5em;
}
.m_top{
	margin-top: 5px;
}
.m_top10 {
	margin-top: 10px;
}
.p_lft {
	padding-left: 1em;
}
.menuName1 {
	box-sizing: border-box;
	width: calc(100% - 85px);
	height: auto;
	float: left;
	text-align: left;
	line-height: 1.6em;
	font-weight: 300;
}
.menuName2 {
	box-sizing: border-box;
	width: 85px;
	height: auto;
	float: right;
	text-align: right;
	line-height: 1.6em;
	font-weight: 300;
}
.menuName2 span {
	font-size: 0.8em;
	line-height: 1.6em;
	padding-left: 2px;
}
.menuName3 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.8em;
}
.boxCenter {
	box-sizing:border-box;
	width:100%;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
}


.mainButton, .mainButton2 {
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	height: auto;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 44px;
	background: #FFF;
	position: relative;
	right: 0;
	left: 0;
	color: #000;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin: 20px auto;
	border: 1px solid #000;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	padding: 3px;
}
.mainButton2 span {
	font-size: 1em;
    font-family: "Mplus 1p",sans-serif;
}
.buttonW {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #000;
}
.mainButton:hover {
	background: #000;
	color: #FFF;
}
.mainButton2:hover {
	background: #000;
	color: #FFF;
}
.cent, .cent2, .cent3 {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	padding: 30px;
	z-index: 9;
}
.cent3 {
	z-index: 999;
}
@media screen and (max-width: 1130px) { 
.cent {
	position: relative;
	top: 0%;
	left: 0%;
	-webkit-transform: translate(0%, 0%); /* Safari用 */
	transform: translate(0%, 0%);
	padding: 0;
	}
}
.topMenu {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}


/* content4 */
#content4{
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:auto;
	float: left;
	position: relative;
	padding: 0px 50px;
}
@media screen and (max-width: 980px) { 
#content4{
	padding: 0 30px;
	}
}
@media screen and (max-width: 640px) { 
#content4{
	padding: 0 10px;
	}
}

.info, .infoL {
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	height: auto;
	font-size: 1.em;
	line-height: 1.6em;
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: top left;
	padding-left: 35px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	margin: 0 auto;
	color: #000;
	font-weight: 300;
	transition-duration: 0.5s;	
}
.info a {
	color: #000;
}
.infoL {
	width: 100%;
	max-width: 2400px;
	float: left;
	transition-duration: 0.5s;	
}
.infoL a {
	color: #000;
}
.info_tel {
	background-image:url("../img/tel2.svg");
}
.info_add {
	background-image:url("../img/add.svg");
}
.info_add span {
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	padding: 1px;
	padding-top: 2px;
	padding-left: 4px;
	margin-left: 10px;
	font-size: 0.8em;
	border: 1px solid #000;
	text-align: center;
	transition-duration: 0.5s;
}
.info_add span:hover {
	background: #FFF;
	color: #000;
}
.info_close {
	background-image:url("../img/close.svg");
}
.info_time {
	background-image:url("../img/time.svg");
}
.info_mail {
	background-image:url("../img/mail.svg");
}
.info_sns {
	background-image:url("../img/sns.svg");
}
.info_insta {
	background-image:url("../img/sns_instaB.svg");
	padding-bottom: 10px;
	color: #000;
}
.info_insta:hover {
	text-decoration: underline;
	letter-spacing: 3px;
}
.info_line {
	background-image:url("../img/sns_lineB.svg");
	padding-bottom: 10px;
	color: #000;
}
.info_line:hover {
	text-decoration: underline;
	letter-spacing: 3px;
}
.info_fb {
	background-image:url("../img/sns_fbB.svg");
	padding-bottom: 10px;
	color: #000;
}
.info_fb:hover {
	text-decoration: underline;
	letter-spacing: 3px;
}

.info_tel:hover {
	text-decoration: underline;
	letter-spacing: 3px;
}
.info_mail:hover {
	text-decoration: underline;
	letter-spacing: 3px;
}

.uketukeBox {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-top: 5px;
	float: left;
}
.uketuke {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-top: 5px;
	float: left;
	font-size: 1em;
}
.br490{
	display: none;
}
@media screen and (max-width: 490px) { 
.uketuke {
	font-size: 0.9em;
	}
.br490{
	display: block;
}
}
@media screen and (max-width: 330px) { 
.uketuke {
	font-size: 0.8em;
	letter-spacing: -0.2px;
	}
}
.uketukeA {
	box-sizing: border-box;
	width: 50%;
	max-width: 210px;
	height: auto;
	border: 1px solid #000;
	float: left;
}
.uketukeB {
	box-sizing: border-box;
	width: 25%;
	max-width: 100px;
	border: 1px solid #000;
	border-left: 0px solid #000;
	float: left;
}
.uketuke3 {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #000;
}
.uketuke3 span {
}
@media screen and (max-width: 490px) { 
.uketuke3 span {
	display: none;
}
}
.uketuke4 {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 0;
	text-align: center;
}
@media screen and (max-width: 490px) {
.uketuke5 {
	line-height: 18px;
	padding-top: 9px;
}
.uketuke6 {
	line-height: 40px;
}
}



.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "square";
}
.square { grid-area: square;background: #ccc; }
.square:before{
	content: "";
	display: block;
	padding-top: 100%;
	border: 3px solid #FFF;
}
@media screen and (max-width: 1130px) {
.square:before{
	padding-top: 50%;
}
}
.gridItem100 {
	box-sizing: border-box;
	color: #fff;
	padding: 5px;
	background:#FFF;
	position: relative;
	z-index: 1;
}
.gridItem100 img{
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	z-index: 1;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	transform: scale(1.1);
	transition-duration: 0.5s;	
}
ul.box50:hover .gridItem100 img{
	transform: scale(1.02);
}
ul.box50:hover .mainButton {
	background: #000;
	color: #FFF;
}






/* content5 */
#content5{
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:auto;
	float: left;
	position: relative;
	padding: 50px 50px;
}
@media screen and (max-width: 980px) { 
#content5{
	padding: 50px 30px;
	}
}
@media screen and (max-width: 640px) { 
#content5{
	padding: 50px 10px;
	}
}

.instafeed {
	position: relative;
	width: 25%;
}
@media screen and (max-width: 500px) { 
	.instafeed {
		position: relative;
		width: 50%;
	}
}
.instafeed:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.instafeed img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.instafeed:hover {
	opacity: 0.8;
}
.insta_float {
	float: left;
}






/* contentfoot */
#contentfoot{
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:auto;
	float: left;
	position: relative;
	padding: 50px;
}
@media screen and (max-width: 980px) { 
#contentfoot{
	padding: 50px 30px;
	}
}
@media screen and (max-width: 640px) { 
#contentfoot{
	padding: 50px 10px;
	}
}
.copy {
	width: 32%;
	height: auto;
	color: #000;
	float: left;
	text-align: left;
	font-size: 0.8em;
	line-height: 30px;
}
.footIcon {
	width: 68%;
	height: auto;
	color: #000;
	float: right;
}
.infoTopTel {
	font-size: 1.4em;
	height: 30px;
	background-size: contain;
	margin-bottom: 10px;
}
.infoTop {
	width: 30px;
	height: 30px;
	margin: 0 10px;
	float: right;
	background-size: contain;
}
.infoTop:hover {
	opacity: 0.5;
}
.infoGoTop {
	width: 30px;
	height: 30px;
	margin: 0 10px;
	padding: 0;
	float: right;
	background-size: contain;
	background-image:url("../img/totop.svg");
	padding-bottom: 10px;
	color: #000;
}
@media screen and (max-width: 600px) {
.infoTop, .infoGoTop {
	margin: 0 4px;
	}
}
@media screen and (max-width: 300px) {
.infoTop, .infoGoTop {
	margin: 0 2px;
	}
}

.open {
	width: 100%;
	height: auto;
	font-size: 6em;
	color: #000000;
	text-align: center;
	font-family: 'Mansalva', cursive;
	transform:rotate(-4deg);
}
@media screen and (max-width: 700px) {
.open {
	font-size: 5em;
	}
}
@media screen and (max-width: 500px) {
.open {
	font-size: 3.5em;
	}
}
@media screen and (max-width: 350px) {
.open {
	font-size: 2.5em;
	}
}




.langBox {
	box-sizing:border-box;
	width:200px;
	height:auto;
	position:fixed;
	top:51px;
	right:-210px;
	transition:0.3s;
	overflow:hidden;
	margin:0 auto;
	padding: 10px;
	padding-top:20px;
	opacity:0.1;
	z-index: 999999;
}
@media screen and (max-width: 950px) , print{
	.langBox {
		top:49px;
	}
}
.langInner {
	box-sizing:border-box;
	width:100%;
	height:auto;
	background:#FFF;
	border-radius:0px;
	font-size:16px;
	margin-bottom:8px;
	text-align:center;
	padding: 10px;
	transition:0.3s;
}
.langInner img , .langInner svg{
	width: 100%;
	height: auto;
	display:block;
	transition:0.3s;
}
@media screen and (max-width: 950px) , print{
	.langInner {
		margin-bottom:5px;
	}
}
.langInner a {
	color:#232323;
	text-decoration:none;
}
.langInner:hover {
	color:#FFF;
	background:#000
}
.langInner:hover a {
	color:#FFF;
}
ul.navimain li.reserve:hover .langBox {
	box-sizing:border-box;
	width:200px;
	height: auto;
	right: 0px;
	transition:0.3s;
	opacity:1;
}
ul.navimain li.reserve:hover .langInner {
	box-shadow:0 0 10px 2px rgba(0,0,0,0.2);
	opacity:1;
}
.logo1{
	fill:#000;
	transition:0.3s;
}

.langInner:hover .logo1{
	fill:#FFF;
}