/* PC・タブレットのみヘッダー追従型適用 */ 
@media screen and (min-width: 700px) {
 #inner-header{ position:fixed; 
width:100%;}
 .header.bg{ margin-bottom:122px;}}



/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
	.footer_area{
	position: fixed;
    bottom: -1%;
    left: 50%;
    width: 100%;
    z-index: 100;
		transform: translateX(-50%);
		text-align: center;
		background: #fdf3f7;
}	
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
}

.footer {
	margin-bottom: 90px;
}

/* web予約追従ボタンサイズ変更20/11/5 */
img.alignnone {
    width: 500px;
}

/* トップページファーストビューpadding調整 */
#custom_header .wrap {
    display: block;
    padding: 9% 2% 15%;
}

/* トップページファーストビュー内のテキスト位置調整 */
#custom_header.textleft .header-text {
    max-width: 770px;
}

#custom_header .wrap {
    padding: 6% 2% 26%;
}

#custom_header .en {
		font-size: 2em;
  position: relative;
    top: 0px;
}

#custom_header .ja {
    position: relative;
    left: -14vw;
    top: 6vw;
}

#custom_header .btn-wrap {
    display: none;
}

@media only screen and (max-width: 480px) {
	#custom_header {
    padding: 29% 0;
}

	#custom_header .gf {
    font-size: 1.2em;
    position: relative;
    top: 38vw;
    width: initial;
    margin-left: auto;
    margin-right: auto;
}
	
	#custom_header .ja {
    font-size: .8em;
    margin: 0;
    line-height: 1.7;
    font-weight: bold;
    position: relative;
    top: 22vw;
    left: 5px;
}
	
	#custom_header .btn-wrap {
		position: relative;
		top: 13vw;
    left: 0vw;
}
}

/* 211116追加 */
.top-banner{
	display: flex;
	flex-wrap:wrap;
  list-style: none;
	width: 70%;
    margin: 0 auto;
}
.top-banner li {
	width: calc(100%/2);/*←画像を横に2つ並べる場合*/
	padding:0px 2px;/*←画像の左右に2pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

.web-yoyaku-banner {
    padding: 10px 0;
    background-color: #eb7394;
}

.line-yoyaku-banner {
    padding: 10px 0;
    background-color: #03bc01;
}

.sp-banner-back{
    position: fixed;
    bottom: -1%;
    left: 50%;
    width: 100%;
    z-index: 100000;
    transform: translateX(-50%);
    text-align: center;
    background: #fdf3f7;
}
#page-top {
    position: fixed;
    right: 20px;
	bottom: 100px !important;
    z-index: 99999;
}
@media screen and (max-width:480px){
.top-banner {width: 100%;
	height:60px;
	}
	#page-top {
		right: 10px;
		bottom: 55px !important;
	}
	.top-banner li {
		height: 60px;
		padding:5px 2px;
	}
}

#insta {
	position:relative;
	width:100%;
	max-width:600px;
	height:100px;
	text-align:center;
	padding:1em 0;
	margin:0 auto 1em;
	border:3px solid #7123F5;
	border-image: conic-gradient(#871BD9, #DC2FBD, #EA3361, #E94956, #F7CE46, #F2A43A, #EA406A, #6921F5, #A32DF6, #871BD9) 1;
}
#insta a {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	align-items: center;
  display: flex;
  justify-content: center;
	text-decoration:none;
}
#insta a > * {
	display:block;
	padding:0 10px;
	white-space: nowrap;
}
#insta a > span {
	max-width:65%;
	font-size:24px;
}