@charset "utf-8";

body {
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 10pt;
cursor: url("images/pointer1.png"),pointer;
}


h1{
	font-family: 'Kosugi Maru', curusive;
}

h2{
	text-align: center;
	text-shadow: 
	4px 4px 3px #8b8b8c,
	1px 0 0 black,
    0 1px 0 black;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 100%;
	/*background: rgba(255,255,255,0.6);*/
	color: #fff;
	font-size: 300%;
	font-family: 'Italianno', cursive;
}

h2:hover{
	transform: scale(1.05);
	transition: 0.5s;
}

#contents1 img,#contents2 img,#contents3 img,#contents4 img,#contents5 img,#contents6 img{
margin: 0 10px -10px 10px;
}

h3 {
	text-align: center;
	text-shadow: 
	4px 4px 3px #8b8b8c,
	1px 0 0 black,
    0 1px 0 black;
	margin-top: 30px;
	line-height: 2em;
	font-size: 4em;
	color: #fff; 
	font-family: 'Italianno', cursive;
}

p{
text-align: center;
}

#title img{
margin: 0 10px -20px 10px;
}

footer{
text-align: center;
}
nav ul{
	display: flex;
	margin-top: 30px;
}
nav ul li{
	display: flex;
	list-style: none;
	text-decoration: none;
	background-color: none;
	border-width: 5px;
	margin: 10px 10px;
	text-align: center;
	font-size: 250%;
	color: #fff;
}

nav ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	font-family: 'Italianno', cursive;
}
a:hover{
	filter:alpha(opacity=60);
	opacity:0.6;
    -moz-opacity: 0.6;
    transform: scale(1.1)
    
}

.logo{
width: 120px;
margin: 30px;
animation: rotate 4s;
animation-iteration-count: 2;
/* webkit用animation */
-webkit-animation: rotate 4s;
-webkit-animation-iteration-count: 2;
}
@keyframes rotate {
    0% { transform: rotateY(0turn); }
    100% { transform: rotateY(1.0turn); } 
}
@-webkit-keyframes rotate {
     /* webkit用keyframes */ 
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
}

.logo:hover{
transform: scale(1.1);
transition: 0.5s;
}

header{
	display: flex;
	justify-content:space-between;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
}

#full{
	background-image: url(images/main3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
}

#wrapper{
margin:0 auto;
background:url(images/background-sea1.jpg);
}

article{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
	text-align: center;
}

section {
	overflow: hidden;
}

section img {
	-webkit-transition: 1s;
	transition: 1s;
}

section img:hover {
	transform: scale(0.96)
}
/*ページトップボタン設定↓↓*/
#pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: rgba(100, 100, 100, 0.3);
	border-radius: 50%;
	display: block;
}

#pagetop a{
	display: block;
	text-decoration: none;
	color: #fff;
	text-shadow:2px 2px 2px #000
}
/*ページトップボタン設定↑↑*/

.plan1,.plan2,.plan3,.plan4 {
width: 320px;
margin: 10px auto;
padding: 5px 5px 5px 5px;
border: 2px solid #fff;
background-color: rgba(255, 255, 255, 0.55);
}

.facility1,.facility2,.facility3,.facility4 {
width: 320px;
margin: 10px auto;
padding: 5px 5px 5px 5px;
border: 2px solid #fff;
background-color: rgba(255, 255, 255, 0.55);
}

.room1,.room2,.room3,.room4 {
width: 320px;
margin: 10px auto;
padding: 5px 5px 5px 5px;
border: 2px solid #fff;
background-color: rgba(255, 255, 255, 0.55);
}

.restaurant,.lagoon,.bar {
width: 320px;
margin: 10px auto;
padding: 5px 5px 5px 5px;
border: 2px solid #fff;
background-color: rgba(255, 255, 255, 0.55);
}

.restaurant img,.lagoon img,.bar img{
width: 300px;
margin: 10px auto;
}

.activity1,.activity2,.activity3,.activity4 {
width: 320px;
margin: 10px auto;
padding: 5px 5px 5px 5px;
border: 2px solid #fff;
background-color: rgba(255, 255, 255, 0.55);
}

.activity1 img,.activity2 img,.activity3 img,.activity4 img{
width: 300px;
margin: 10px auto;
}

/* 「ご予約フォーム」ページ ここから↓ */
.reserve{
text-align: center;
}

form{
 margin-top: 30px;
}
input.textfield,textarea{
 border: 1px solid #d1ccb4;
 background-color: #fff;
}
input.textfield{
 width: 200px;
}
textarea{
 width: 500px;
 height: 170px;
 overflow-y: scroll;
}
input.textfield:focus{
 background-color: #f1efde;
}
textarea:focus{
 background-color: #f1efde;
}

select{
border: 1px solid #d1ccb4;
background-color: #fff;
}
select[name="options"] {
 width: 200px;
}

/* 「確認ボタン」↓ */
input[type="submit" i] {
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: -internal-light-dark(black, white);
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    border-radius: 5px;
}
/* 「確認ボタン」↑ */

.confirm: hover{
background-color: #f1efde;
}
/* 「ご予約フォーム」ページ ここまで↑ */

/* レスポンシブ ここから */
@media(max-width:600px){
	h3{
	font-size: 2em;
	}
	header{
	flex-direction:column;
	align-items:center;
	}
	nav ul{
		display: block;
	}
	nav ul li{
	  width: 61.5px;
	  height: 25px;
	  margin: 10px auto;
	  font-size: 15pt;
	  text-align: center;
	  }
	  #title img{
	  width: 40px;
	  height: 40px;}
  
	  textarea{
		  width: 350px;
	  }
  }
/* レスポンシブ ここまで */
