@charset "UTF-8";
/* CSS Document */
/*
 * Globals
 */
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:20px;
	color:#0e0e0e;
}
img {
	display: block;
	width: 100%;
	height:auto;
}
p{
	font-size:1em;
	margin-bottom:1.3em;
	letter-spacing: 0.02em;
	line-height:1.7em;
}
.red {
	color:#FF1F32;
}
.gray {
	color:#646464;
}
.sup {
	vertical-align: text-bottom;
	font-size:0.7em;
}
.bold {
	font-weight:700;
}
.small {
	font-size:0.85em;
}
.mg_none {
	margin-bottom:0 !important;
}
.wrapper {
    width: 650px;
    margin:0 auto;
    overflow: hidden;
	background-color:#ffffff;
	position: relative;
}
.container {
	display: block;
	width:100%;
	margin:0;
}
#content-1 {
  	min-height: 100vh;
  	background: url("img/c1_back.jpg")
    center / cover;
	position: relative;
}
h1#logo {
	z-index: 200;
	position: absolute;
	top:22%;
	left:50%;
	transform: translateX(-50%);
	text-align: center;
	color:#FFFFFF;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: 0.1em;
	font-size:50px;
}
h1#logo img {
	width:520px;
}
.cloud1 {
	position: absolute;
    bottom: -20%;
	z-index: 100;
}
.c_button {
	position:fixed;
	bottom:30px;
	left: 50%;
	z-index: 999;
	width:600px;
	transform: translateX(-50%)
}
.c_button img {
	width:100%;
	height:auto;
}
#content-3 {
  	background-color:#9AB35F;
	position: relative;
}
#content-3::after {
  	background: url("img/wave.png");
	bottom: -125px;
	content: '';
	height: 125px;
	position: absolute;
	width: 100%;
}
h2#lifestyle {
}
h2#lifestyle img {
	width:500px;
	padding-top:-50px;
	margin-left:50px;
}
.inner {
	width:540px;
	margin:0 auto;
}
#access {
	background-color:#F8F3E4;
	border-radius: 10px;
	padding:30px 25px;
	position: relative;
}
h3.img_h3 {
	display: flex;
 	justify-content:center;
	margin-bottom:25px;
}
h3.img_h3 img {
	height:50px;
	width:auto;
}
.access_img {
	margin-bottom:25px;	
}
.ac_in {
	position:relative;
}
img.osusume {
	width:170px;
	position: absolute;
	bottom:10px;
	right:-50px;
}
#content-4 {
  	margin-top:140px;
}
h4.bold_t {
	font-size: 28px;
    margin-bottom: 0.7em;
}
.osu_img {
	margin-bottom:20px;
}
#content-4 .inner {
  	margin-top:30px;
	margin-bottom:40px;
}
h2.g_center {
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#0e0e0e;
	text-align: center;
	font-size:40px;
	letter-spacing: 0.2em;
	background-color:#F3F3F3;
	padding:15px 1em;
}
h3.com {
	font-size:26px;
	text-align: center;
	border-bottom:solid 3px #cccccc;
	padding-bottom:0.6em;
	margin-top:1.5em;
}
#content-5,#content-6 {
	margin-top:70px;
}
.nagare {
	font-weight: bold;
	font-size:23px;
	margin-bottom:0.5em;
}
.nagare1 {
	margin-top:1.3em;
}
.nagare1::before {
	content:"1.";
	color:#ff1f32;
	padding-right:5px;
}
.nagare2::before {
	content:"2.";
	color:#ff1f32;
	padding-right:5px;
}
.nagare3::before {
	content:"3.";
	color:#ff1f32;
	padding-right:5px;
}
img.img_atesaki {
	margin:1.3em 0;
}
.f_gray {
	background-color: #262626;
	color:#ffffff;
	text-align: center;
	padding:30px 0 180px;
}
.half_wrap {
	display: flex;
    justify-content:space-between;
    align-items: center;
    width: -webkit-fill-available;
}
.button_w {
    border-radius: 7px;
	border:solid 2px #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
	width:48%;
}
.button_w a {
    padding: 10px 15px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
	font-size:17px;
}
img.f_logo {
	margin:20px auto 3px;
}
img.f_hotel {
	height:60px;
	width: auto;
}
img.f_golf {
	height:50px;
	width: auto;
}
.fp1 {
	font-size:22px;
	font-weight:bold;
	margin:1em 0 0.5em;
	letter-spacing: 0.02em;
}
.fp2 {
	font-size:32px;
	font-weight:bold;
	margin:0 0 0.5em;
	letter-spacing: 0.05em;
	line-height: 1em;
}
.big1 {
	font-size:140%;
}
.small1 {
	font-size:60%;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {
   margin:30px 0;
}
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
	border-radius: 8px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

/*====== 縦線が動いてスクロールを促す =======*/
/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:250px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	top: -20px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.85rem;
	letter-spacing: 0.1em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 250px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:210px;
		opacity: 1;
	}
	100%{
		height:0;
		top:250px;
		opacity: 0;
	}
}
/*====== アコーディオン =======*/
.accordion-003 {
    max-width: 100%;
    margin-bottom: 7px;
    border-bottom: 2px solid #ededed;
}
.accordion-003 ul {
    margin:0.4em 1.5em 0.4em 3em;
	font-size:0.95em;
	transform: translateY(-10px);
    opacity: 0;
	transition: transform .5s, opacity .5s;
}
.accordion-003[open] ul {
    transform: none;
    opacity: 1;
}
.accordion-003 ul li {
    margin:10px 0;
}
.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding:1em 0.7em 1.3em;
    color: #0e0e0e;
    font-weight: 600;
    cursor: pointer;
	flex-wrap: wrap;
	line-height: 1em;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000000b3;
    border-right: 3px solid #000000b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.6em 1.5em;
    color: #0e0e0e;
    transition: transform .5s, opacity .5s;
	font-size: 19px;
}
.accordion-003 p:first-child {
    padding-top:1.2em !important;
}
.accordion-003 p:last-child {
    padding-bottom:1.2em !important;
}
.accordion-003[open] p {
    transform: none;
    opacity: 1;
}
.tag_wrap {
	display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
	width: -webkit-fill-available;
}
.tag {
	border-radius: 4px;
	padding:8px 0.5em;
	margin-right:6px;
	font-weight: 700;
	font-size:15px;
	line-height: 1em;
}
.tag-kyu {
	background-color:#ff1f32;
	color:#ffffff;
}
.tag-sei {
	background-color:#3a3a3a;
	color:#ffffff;
}
.tag-par {
	background-color:#F87C00;
	color:#ffffff;
}
.tag-sea {
	background-color:#139E33;
	color:#ffffff;
}
.tag-sonota {
	background-color:#EEEEEE;
	color:#171717;
}
.su_inner {
	background-color:#f8f8f8;
	padding:0;
	margin:0;
}
/* 下から */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

@media screen and (max-width: 480px){
.wrapper {
    width: 100%;
}
.c_button {
	width:92%;
}
.inner {
	width:90%;
	margin:0 5%;
}
h1#logo {
	letter-spacing: 0.06em;
	font-size:40px;
	top:26%;
}
h1#logo img {
    width: 360px;
	padding-top: 20px;
}
h2#lifestyle img {
    width: 380px;
    margin-left: 2px;
}
img.osusume {
    width: 130px;
    bottom: -15px;
    right: -35px;
}
p {
	font-size:16px;		
}
h3.img_h3 img {
    height: 45px;
}
h4.bold_t {
    font-size: 19px;
}
h2.g_center {
    font-size: 32px;
}
.tag {
	font-size:13px;
	padding: 5px 0.5em;
}
.accordion-003 p {
    font-size: 16px;
}
.accordion-003 ul {
    font-size:16px;
}
.nagare {
    font-size: 19px;
}
img.f_hotel {
    height: 50px;
}
img.f_golf {
    height: 40px;
}
.fp1 {
    font-size: 20px;
}
.fp2 {
    font-size: 30px;
}
h3.com {
    font-size: 24px;
}
.accordion-003 summary {
    padding: 1em 0.7em 1.3em;
	font-size: 18px;
}
.button_w a {
    font-size: 15px;
}
.cloud1 {
    bottom: -13%;
}
.button_w a {
    padding: 10px;
}
}