@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Noto+Sans+JP:wght@100;400;700&display=swap');
/*////////////////////////


commons
///////////////////////*/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

.clearfix:after {   
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
}
a:focus {
	outline: none;
}
a img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
    -webkit-transition: 0.6s ;
	transition: 0.6s ;
}  
.responsiveImg{
    display: block;
    max-width: 100%;
    height: auto;
}
img { vertical-align: bottom;}

/* br */
.tbView,
.spView{
	display:none;
}
.pcView{
	display:inherit;
}
.pcOff{
	display:off;
}

.wow:first-child {
      visibility: hidden;
    }


/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333;
}

.btn:hover span{
	color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#333;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
/*================================
font
================================*/
.noto{font-family: 'Noto Sans JP', sans-serif;}
.serifFont{font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}
.gothic{font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.arvo{font-family: 'Arvo', serif;}


body{
	color:#000;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8em;
   
	}

article a:link, article a:visited{
    color: #06446e;
}

article a:hover, article a:active{
    color: #c0b9b2;
}


.beachendcafe{
    background: #00A0E8;
}
.blu{
    background: #7CAABA;
}
.cliff{
    background: #B74D00;
}
.miura_area{
    background: #1d1d1d;
}
.tommy{
    background: #D7053D;
}

/*
タイピングの動き
*/
.TextTyping span {
	display: none;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
 	content: "|";
	animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}

/*================================
ボタン
================================*/
.btn_wrap{
    width: 100%;
    text-align: center;
    padding: 3% 0;
    margin-bottom: 8%;
    
    font-size: 1.4rem;
    letter-spacing: .2em;
    
}
/* ボタン共通設定 */
.btn06{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background:#1d1d1d;
	color:#fff;
    padding: 10px 40px 10px 30px;
	border-radius:25px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    
}

.btn06:hover{
	background:#555;
}

/* 矢印が右に移動して現在地に戻る */

.btnarrow2::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 13px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

/*hoverした際のアニメーション*/
.btnarrow2:hover::after{
  animation: arrow .5s;
}

@keyframes arrow {
  50% {
    right: 10px;
  }
  100% {
    right: 13px;
  }
}


/*================================
structure
================================*/
article{
    
}

section{
    width: 100%;
}


/*================================
header
================================*/
header{
  width: 7%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 9999;
        padding: 2%;
}
header #logo{
    width: 100%;
}
header #logo img{
    width: 40px;
    height: auto;
}
header #logo .area{
    color: #fff;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    letter-spacing: 1em;
    padding: 2%;
    line-height: 40px;
    margin-top: 20px;
}

header #logo .copyright{
    position: fixed;
    bottom:20px;
    left: 0;
    line-height: 40px;
    margin-top: 20px;
    
        color: #fff;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    letter-spacing: .5em;
}



@media screen and (max-width: 767px) {
header{
        padding: 3%;
}

}

/*================================
footer
================================*/
footer{
    width: 100%;
    padding: 3% 0 0 ;
}
#beachendArea{
    width: 89%;
    margin: 5% 5% 5% 11%;
box-sizing: border-box;

}
.wrapper{
    width: 100%;
    margin: 3% auto;
    display: flex;
}
#beachendArea h2{
   font-size: 4em;
    letter-spacing: .8em;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 1.5em;
    font-weight: 100;
    z-index: 9999;
}
#beachendArea h2 span{
   font-size: .5em;
    display: block;
    letter-spacing: .3em
}
#beachendArea h3{
   font-size: 2.6em;
    letter-spacing: .5em;
    line-height: 1.2em;
   /* color: #5a7f8c;*/
    color: #b2d7e4;
    margin: 1em 0;
    font-weight: 100
}
#beachendArea p{
   font-size: 1.2em;
    letter-spacing: .2em;
    line-height: 2em;
    color: #fff;
    margin-bottom: 1.5em;
    font-weight: 100
}
#beachendArea .eng{
    font-size: 1.2em;
    letter-spacing: .4em;
    margin-right: 1em;
}
.imgBox{
    width: 50%;
    
}
.imgBox img{
    width: 100%;
    height: auto;
}
.txtBox{
    width: 50%;
    padding: 3%;
    
    
}
.shopBoxWrap{
    width: 50%;
    display: flex;
        flex-wrap: wrap;
}
.shopBoxWrap a.shopBtn{
    width: calc(100%/2);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    text-decoration: none;
}
.open{
    color: #fff;
    letter-spacing: .5em; 
    text-decoration: none;
    margin-bottom: 0;
    text-align: center;
}
.shopBoxWrap .shopBtn img{
    width: 120px;
    height: auto;
}
.launch{
    color: #fff;
    letter-spacing: .5em; 
    text-decoration: none;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
#beachendArea{
    width: 84%;
    margin: 5% 0% 5% 16%;
padding: 0 3% 0 0;
    box-sizing: border-box;

}
.wrapper{
    width: 100%;
    margin: 3% auto;
   display: flex;
    flex-direction: column;
}
#beachendArea h2{
   font-size: 2.5em;
    letter-spacing: .8em;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 1.5em;
    font-weight: 100
}
#beachendArea h3{
   font-size: 2.6em;
    letter-spacing: .5em;
    line-height: 1.2em;
   /* color: #5a7f8c;*/
    color: #b2d7e4;
    margin: 1em 0;
    font-weight: 100
}
#beachendArea p{
   font-size: 1.2em;
    letter-spacing: .2em;
    line-height: 2em;
    color: #fff;
    margin-bottom: 1.5em;
    font-weight: 100
}
#beachendArea .eng{
    font-size: 1.2em;
    letter-spacing: .4em;
    margin-right: 1em;
}
.imgBox{
    width: 100%;
}
    .h25{
        height: 23vh;
    }
.imgBox img{
    width: 100%;
    height: auto;
}
.txtBox{
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
    
    
}
    
 .shopBoxWrap{
    width: 100%;
    display: flex;
        flex-wrap: wrap;
}
.shopBoxWrap a.shopBtn{
padding: 5%;
    box-sizing: border-box
}
.open{
font-size: .6em;
    text-align: center;
}
.shopBoxWrap .shopBtn img{
    width: 90px;
    height: auto;
}
.launch{
font-size: .6em
}   
}









/*================================
// 画面幅が1281px以上（PC専用スタイル）
================================*/
@media screen and (min-width: 1281px) {
  
}

/*=============================================
// 画面幅が767px以下（スマートフォン専用スタイル
=============================================*/
@media screen and (max-width: 767px) {
.pcView{
	display:none;
}
.spView{
	display:none;
}
.tbView{
	display:inherit;
}
.tbOff{
	display:none;
}


/*=============================================
// 画面幅が414px以下（スマートフォン縦向き専用スタイル）
=============================================*/
@media screen and (max-width: 414px) {
  .pcView{
	display:none;
}
.tbView{
	display:none;
}
.spView{
	display:inherit;
}
.spOff{
	display:none;
}
 
    
}

/* 印刷用スタイル */
/* ===============================
	print setting
 =============================== */
@media print {
	.printNl {
		page-break-before: always;
	}
}
