@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');

/* CSS Document */
* {
	margin:0;
	padding:0;
}
html {
	height: 100%;
  }
body {
	width:100%;
	height: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdbd0+0,ffffff+25,ffffff+75,dfdbd0+100 */
background: #ffffff;/* Old browsers */
	text-align:center;
	color:#6b6b6b;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
a:link {
	color: #f43d0b;
}
a:hover{
	opacity: 0.5;
}
#footer_left a:link {
	color: #ffffff;
}
div#menu_list ul li a:hover{
    color: #ffffff;
}
a {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold !important;
}

header{
	height: 100%;
}
p {
	font-size: 16px;
}
h2{
	font-size: 80px !important;
	font-weight: normal !important;
	color: #946e06;
	font-family: 'Mrs Saint Delafield', cursive;
}

div#news_all,#menu_all h2{
	text-align: left;
}
div#gallery_all,#access_all h2{
	text-align: right;
}

div.slick_bg {
	/*text-indent: -9999px;*/
    position: fixed;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	background-size: cover;
}
div.slick_bg img {
	width: 100%;
}

#headmenu img{
	width: 100%;
} 

#headmenu li {
	display: inline-block;
	transition: 0.5s;
	border-radius: 50%;			
	animation: opa1 1.5s both;	
	text-align: center;
	font-size: 1.5em;	
	position: fixed;	
}
#headmenu li a {
	display: block;text-decoration: none;
	color: #fff;
	font-family: 'Mrs Saint Delafield', cursive;		
}
#headmenu li a.menu_1 {
	font-size: 70px;
	color: #876b1f;
}
#headmenu li a.menu_2 {
	font-size: 50px;
	color: #24e77b;
}
#headmenu li a.menu_3 {
	font-size: 50px;
	color: #a51506;
}
#headmenu li a.menu_4 {
	font-size: 40px;
	color: #124168;
}



#headmenu li:hover {
	transform: scale(1.05);		
	filter: brightness(1.1);	
}


#headmenu li:nth-of-type(1) {
	left: 2%;			
	top: 5%;			
	animation-delay: 0.2s;	
	background: rgba(191, 225, 248, 0.8);	
	width: 220px;		
	line-height: 220px;
}


#headmenu li:nth-of-type(2) {
	left: 8%;			
	top: 35%;			
	animation-delay: 0.4s;	
	background: rgba(3, 57, 86, 0.8);	
	width: 180px;		
	line-height: 180px;	
}


#headmenu li:nth-of-type(3) {
	left: 1%;			
	top: 55%;			
	animation-delay: 0.6s;	
	background: rgba(238, 202, 86, 0.8);	
	width: 150px;		
	line-height: 150px;	
}


#headmenu li:nth-of-type(4) {
	left: 10%;			
	top: 70%;			
	animation-delay: 0.8s;	
	background: rgba(63, 193, 128, 0.8);	
	width: 120px;		
	line-height: 120px;	
}
#headmenu li:nth-of-type(5) {
	left: 3%;			
	top: 75%;			
	animation-delay: 0.8s;	
	width: 80px;		
	line-height: 120px;	
}

div#top {
	width: 960px;
	margin: 0 auto;
}
/*------------------ニュース欄-------------------------------*/
div#news_all{
	padding: 50px 4% 50px 35%;
	background-color: #ffffff;
	height: 100%;
	font-size: 14px;
}
div.cm-box {
	padding: 0px;
	width: 100%;
}

div.cm-box dl {
	background-image: url("../img/dot.png");
	background-repeat: repeat-x;
	background-position:bottom;
	padding-bottom: 30px;
}
div.cm-box dt {
	color: #946e06;
	font-weight: bold;
	text-align: left;
	padding:25px 10px 10px 0;

}
div.cm-box dd {
	height: 30px;
	overflow:hidden;
	cursor: pointer;
	text-align: left;
}
div.cm-box dd a{
	text-decoration: underline;

}
/*------------------ギャラリー-------------------------------*/
div#gallery_all{
	padding: 50px 4% 50px 25%;
	background-color: #000000;
	width: 100%;
	height: 100%;
}
div.d_360 img{
	width: 100%;
	margin-bottom: 10px;
}
div.d_360 p {
	text-align:left;
	font-weight:bold;
	margin:10px 0px;
	font-size: 14px;
}
div#gallery ul li{
	display: inline-block;
	width: 30%;
	padding: 5px;
	text-align: left;
}
div#gallery ul li img {
	width: 100%;
}
div.more_insta{
	text-align: center;
}
div.more_insta img{
	width: 40%;
	margin-top: 40px;
	margin-bottom: 40px;
}
/*------------------メニュー-------------------------------*/
div#menu_all{
	padding: 50px 4% 50px 32%;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}
p.menu_name{
	background-image: url("../img/menu_line.png");
	background-repeat: repeat-x;
	background-position:bottom;
	padding: 10px;
	font-weight: bold;
}
p.a_name{
	padding:10px 5px ;
	font-size: 16px;
	font-weight: bold;
}
fieldset{
	display: inline-table;
	vertical-align: top;
	width: 49%;
	padding-right: 1% !important;
}
fieldset span {
	font-size: 14px;
}
span.tax {
	display:block;
	text-align: right;
	font-size: 14px;
}
dl.menu_detail p{
	text-align: left;
}
dl.menu_detail{
	width:100%;
	font-size: 1rem;
	}

dl.menu_detail div{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	padding: 10px 5px 10px 5px;
	font-size: 14px;
	}

dl.menu_detail div::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	border-bottom: dotted 1px #000;
	}

dl.menu_detail dt{
	margin:0;
	padding: 0 5px 0 0;
	background-color: #ffffff;
	z-index: 2;
	text-align: left;
	}
dl.menu_detail dd{
	margin:0;
	padding: 0 0 0 5px;
	background-color: #ffffff;
	z-index: 2;
	text-align: right;
	margin-right: -10px;
	}
p.addition {
	text-align: left;
}

/*------------------アクセス-------------------------------*/
div#access_all{
	padding: 50px 4% 50px 32%;
	background-color: #000000;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #ffffff;
}
div#map{
	margin-top: 30px;
}
h3{
	margin:20px 0 !important;
	text-align: center;
}
/*------------------フッター-------------------------------*/
div#footer_all {
	padding: 0px 4% 50px 32%;
    background-color: #000000;
	width: 100%;
	text-align: left;
	color: #ffffff;
	text-align: center;
}
div.footer_detail{
	display: inline-block;
}
div.footer_detail ul li a{
	color:#203ff8;
	text-decoration: underline !important;
	font-size: 20px;
}
.left{
	width: 40%;
}
.left img{
	vertical-align: bottom;
}
.right{
	width: 59%;
	text-align: left;
}
.right img{
	margin-right: 5px;
}
.right ul li{
	margin:  10px 0;
}
.right ul li.telphone{
	font-size: 34px;
	margin-bottom: 5px;
}
/*a[href^=”tel:”] {
	　pointer-events: none;
	}*/

div#copy {
color:#202020;
    text-align: center;
    font-size: 10px;
    margin: 20px;
		color: #ffffff;
		padding:20px 0;
}

/*-----------フロアレディ募集PC-----------------------------*/
div#rec_top{
background-color: #ffffff;
height: 100%;
font-size: 14px;
}
div#rec_top img {
	width: 100%;
}
/*-----------------------------------------sp-----------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	h2{
		font-size: 50px !important;
	}
.display_pc{
	display: none !important;
}

header{
	height: 50%;
}

#headmenu li a.menu_1 {
	font-size: 35px;
}
#headmenu li a.menu_2 {
	font-size: 30px;
}
#headmenu li a.menu_3 {
	font-size: 35px;
}
#headmenu li a.menu_4 {
	font-size: 35px;
}




#headmenu li:hover {
	transform: scale(1.05);		
	filter: brightness(1.1);	
}


#headmenu li:nth-of-type(1) {
	left: 2%;			
	top: 1%;			
	animation-delay: 0.2s;	
	background: rgba(191, 225, 248, 0.8);	
	width: 80px;		
	line-height: 80px;	
}


#headmenu li:nth-of-type(2) {
	left: 8%;			
	top: 14%;			
	animation-delay: 0.4s;	
	background: rgba(3, 57, 86, 0.8);
	width: 70px;		
	line-height: 70px;	
}


#headmenu li:nth-of-type(3) {
	left: 1%;			
	top: 25%;			
	animation-delay: 0.6s;	
	background: rgba(238, 202, 86, 0.8);	
	width: 70px;		
	line-height: 70px;	
}


#headmenu li:nth-of-type(4) {
	left: 9%;			
	top: 35%;			
	animation-delay: 0.8s;	
	background: rgba(63, 193, 128, 0.8);	
	width: 70px;		
	line-height: 70px;	
}
#headmenu li:nth-of-type(5) {
	left: 3%;			
	top: 45%;			
	animation-delay: 0.8s;	
	width: 60px;		
	line-height: 60px;	
}
/*---------------spニュース-----------------*/
div#news_all{
	padding: 50px 4% 50px 28%;
	background-color: #ffffff;
	height: 100%;
	font-size: 14px;
}
div#information {
	padding: 0 20px;
	width: 100%;
}
div.cm-box{
	padding: 0;
	width: 100%;
}
/*---------------spギャラリー-----------------*/
div#gallery ul li{
	width: 48%;
}
div.more_insta img{
	width: 100%;
	margin-top: 30px;
}
/*---------------spメニュー-----------------*/
div#menu_all{
	padding: 50px 4% 50px 28%;
}
dl.menu_detail div{
	font-size: 14px;
	margin: 0;
	}
div#menu_all p {
	font-size: 14px;
}
fieldset{
	display:inherit;
	width: 100%;
}


dl.menu_detail p {
	text-align: center;
}
dl.menu_detail p.menu_name{
	text-align: left;
}
/*---------------spアクセス-----------------*/
div#access_all p{
	font-size: 14px;
}
iframe{
	height: 300px;
}
/*---------------spフッター-----------------*/
.right {
	width: 100%;
	font-size: 14px;
}
.right ul li.telphone {
	font-size: 25px;
	text-decoration: underline !important;
}
.right ul li.telphone img {
	width: 20px;
}
.left {
	width: 100%;
}
.left img {
	width: 80%;
}
div.footer_detail ul li a {
	font-size: 16px;
}
/*---------------max-width: 750pxここまで-----------------*/
}
@media (max-width: 1020px) and (min-width: 768px){
	.display_pc{
		display: none !important;
	}
}
@media  (min-width: 1021px){
	.display_sp{
		display: none  !important;
	}
}