.l-warp {
	overflow: hidden;
	background-color: #00a2df;
  background-image: url("https://www.transparenttextures.com/patterns/stardust.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.com_txt{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 2rem;
	font-size: 1.2rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.com_txt{
	width: 90%;
	margin: 0 auto 2rem;
	font-size: 1rem;
}
}

h2 {
	font-size: 3rem;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 auto 4rem;
	text-align: center;
	position: relative;
  }
/********* sp *********/
@media only screen and (max-width: 750px) {
h2 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0.5rem auto 2.4rem;
	text-align: center;
	position: relative;
  }
}

h2::before {
	content: '';
  width: 5rem;
  height: 1.4px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -1rem;
  background-color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h2::before {
	content: '';
  width: 5rem;
  height: 1.4px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -1rem;
}
	}

/* 左右に斜め線(両端を丸く) */
h3 {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	font-weight: 700;
	font-size: 1.6rem;
	color: #FFFFFF;
	margin: 0 0 0.6rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h3 {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	font-weight: 500;
	color: #FFFFFF;
	font-size: 1rem;
}
	}

h3::before,
h3::after {
  background-color: #fff; /* 線の色 */
  border-radius: 2px; /* 線の両端を丸く */
  content: "";
  height: 2px; /* 線の高さ */
  width: 25px; /* 線の長さ */
}
h3::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
h3::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

.uline {
background:linear-gradient(transparent 70%, #F3D34D 0%);
}


/*--------------------------------------------
ヘッダー
--------------------------------------------*/
.l-header {
	width: 100%;
	background-image: url("../images/bg_sp.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size:cover;
	padding: 4rem 0 8rem;
	margin-bottom: 0rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-header {
  background-image: url("../images/bg_sp.jpg");
	padding: 2rem 0 6rem;
	margin-bottom: 2rem;
 }
}


/* ----------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------- */

.main_logo {
	width: 10%;
	position: absolute;
	top: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px){
.main_logo {
	width: 20%;
}
}

.main_insta {
	display: block;
	background-image: url(../images/social_instagram.png);
	background-size: 40px 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 100px;
	height: 80px;
	width: 80px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	margin-left: auto;
	position: absolute;
	top:0;
	right:0;
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.main_insta {
	display: block;
	background-image: url(../images/social_instagram.png);
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50px;
	height: 60px;
	width: 60px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	margin-left: auto;
	position: absolute;
	top:0;
	right:0;
}
}

.main_fb {
	display: block;
	background-image: url(../images/fb.png);
	background-size: 50px 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 100px;
	height: 80px;
	width: 80px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	margin-left: auto;
	position: absolute;
	top:0;
	right:6rem;
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.main_fb {
	display: block;
	background-image: url(../images/fb.png);
	background-size: 35px 35px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50px;
	height: 60px;
	width: 60px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	margin-left: auto;
	position: absolute;
	top:0;
	right:5rem;
}
}

.main_c {
	max-width: 800px;
	width: 90%;
	margin: 0 auto 5rem;
	position: relative;
	padding: 4rem 0 0;
}
/********* sp *********/
@media only screen and (max-width: 750px){
.main_c {
	margin: 0 auto 3rem;
	padding: 4rem 0 0;
}
	}

.main_btn {
	max-width: 600px;
	width: 60%;
	margin: 0 auto 5rem;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-30%);
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.main_btn {
	max-width: 800px;
	width: 80%;
	margin: 0 auto 5rem;
}
}


/* ----------------------------------------------------------------
メイン テキスト
---------------------------------------------------------------- */

.about_safari {
	overflow: hidden;
	/*position: absolute;*/
	z-index: 10;
	padding: 3rem 100px 0rem;
	margin: -100px -100px 0px;
	width: calc(100% + 200px);
  background-color: #00a2df;
  background-image: url("https://www.transparenttextures.com/patterns/stardust.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	border-radius:50% 50% 0 0/40vw 40vw 0 0;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
}

.main_img {
	max-width: 800px;
	margin: 1.4rem auto 2.8rem;
	border-radius: 10px;
	width: 90%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.main_img {
	margin: 1.4rem auto 2.8rem;
	border-radius: 10px;
	width: 90%;
}
}

.main_img img {
	border-radius: 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.main_img img {
	border-radius: 10px;
}
}

.main_ct {
	max-width: 800px;
	margin: 0 auto 1.6rem;
	width: 90%;
	font-size: 2rem;
	font-weight: 700;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.main_ct {
	margin: 0 auto 1.6rem;
	width: 90%;
	font-size: 1.2rem;
	font-weight: 700;
	color: #FFFFFF;
}
}

.main_txt {
	margin: 0 auto 3.4rem;
	max-width: 800px;
	width: 90%;
	line-height: 1.8rem;
	font-weight: 500;
	font-size: 1rem;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.main_txt {
	margin: 0 auto 4rem;
	max-width: 800px;
	width: 90%;
	font-weight: 700;
	line-height: 2rem;
	font-size: 1rem;

}
}

/* ----------------------------------------------------------------
ポイント
---------------------------------------------------------------- */

.point {
	padding: 2rem 0.2rem;
	margin: 0;
  background-color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.point {
}
	}

.point_no {
	margin: 0 auto;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	color: #0094F6;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.point_no {
	margin: 0 auto;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	color: #0094F6;
}
	}

.point_ttl {
	margin: 0 auto 1rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.point_ttl {
	margin: 0 auto 1rem;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}
	}

.ft_p {
	font-size: 3rem;
	color: #088CDC
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.ft_p {
	font-size: 1.6rem;
	color: #088CDC
}
	}

.point_img {
	max-width: 800px;
	margin: 1.4rem auto 2.8rem;
	border-radius: 10px;
	width: 90%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.point_img {
	margin: 1.4rem auto 2.8rem;
	border-radius: 10px;
	width: 90%;
}
	}

.point_img img {
	border-radius: 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.point_img img {
	border-radius: 10px;
}
	}


/* ----------------------------------------------------------------
ボート
---------------------------------------------------------------- */

.boat_mct {
	margin: 0 auto 2rem;
	width: 100%;
	font-size: 2.6rem;
	font-weight: 700;
	background-color: #0093D0;
	padding: 2rem;
	color: #FFFFFF;
	text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boat_mct {
	margin: 0 auto 2rem;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 700;
	background-color: #0093D0;
	padding: 2rem;
	color: #FFFFFF;
	text-align: center;
}
}

.boat_name {
	max-width: 800px;
	margin: 0 auto;
	width: 90%;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boat_name {
	margin: 0 auto;
	width: 90%;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
}
}

.boat_img {
	max-width: 800px;
	margin: 0rem auto 1.8rem;
	width: 90%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boat_img {
	margin: 0rem auto 1.8rem;
	width: 90%;
}
}

.boat_name_kana {
	max-width: 800px;
	margin: 0 auto 1.6rem;
	width: 90%;
	font-weight: 700;
	font-size: 1.6rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boat_name_kana {
	margin: 0 auto 1.6rem;
	width: 90%;
	font-weight: 700;
	font-size: 1rem;
}
}

.boat_ct {
	max-width: 800px;
	margin: 0 auto 1rem;
	width: 90%;
	font-size: 2rem;
	font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boat_ct {
	margin: 0 auto 1rem;
	width: 90%;
	font-size: 1.1rem;
	font-weight: 700;
}
}

.boat {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #FFFFFF;
}

.boat_wrap {
	padding: 0 0 3rem;
}



/* ----------------------------------------------------------------
ツアー
---------------------------------------------------------------- */

.tour_mct {
	margin: 0 auto 2rem;
	width: 100%;
	font-size: 2.6rem;
	font-weight: 700;
	background-color: #0093D0;
	padding: 2rem;
	color: #FFFFFF;
	text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tour_mct {
	margin: 0 auto 2rem;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 700;
	background-color: #0093D0;
	padding: 2rem;
	color: #FFFFFF;
	text-align: center;
}
}

.season {
	font-size: 2rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.season {
	font-size: 1rem;
}
}

.tour_ttl {
	max-width: 800px;
	margin: 0 auto 2rem;
	width: 90%;
	font-size: 2rem;
	font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tour_ttl {
	margin: 0 auto 1.4rem;
	width: 90%;
	font-size: 1.4rem;
	font-weight: 700;
}
}

.tourttl_icon {
	max-width: 800px;
	margin: 0 auto.8rem;
	padding: 0.4rem 2rem;
	background-color:#00A4F0;
	display:inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tourttl_icon {
	margin: 0 0 0.8rem;
	padding: 0.4rem 1.2rem;
	background-color:#00A4F0;
	display:inline-block;
	font-size: 0.8rem;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 20px;
}
}

.tour_ttl02 {
	max-width: 800px;
	margin: 0 auto;
	font-size: 4rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tour_ttl02 {
	font-size: 2.2rem;
}
}

.tour_ct {
	max-width: 800px;
	margin: 0 auto 1.2rem;
	width: 90%;
	font-size: 2rem;
	font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tour_ct {
	margin: 0 auto 1.2rem;
	width: 90%;
	font-size: 1rem;
	font-weight: 700;
}
}

.feature {
	max-width: 800px;
	margin: 0 auto 1rem;
	width: 90%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.feature {
	margin: 0 auto 1rem;
	width: 90%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
}

.ft_no {
	font-size: 4rem;
  margin: 0 0.6rem 0 0;
	font-weight: 700;
	display: inline-block;
	color: #0094F6;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.ft_no {
	font-size: 2.2rem;
  margin: 0 0.6rem 0 0;
	font-weight: 700;
	display: inline-block;
	color: #0094F6;
}
}

.no_s {
	font-size: 2.6rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.no_s {
	font-size: 1.8rem;
}
}

.ft_ttl {
	margin: 0 0 0.4rem 3rem;
	text-indent: -1.4em;
  padding-left: 1.4em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.ft_ttl {
	margin: 0 0 0.4rem 2.2rem;
	text-indent: -1.4em;
  padding-left: 1.4em;
}
}

.ft_ct {
	font-size: 2rem;
	font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.ft_ct {
	font-size: 1.1rem;
	font-weight: 700;
}
}

.kana {
	font-size: 1.4rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.kana {
	font-size: 0.8rem;
}
}

.s_p_ttl {
	font-size: 4rem;
	color: #333;
	font-weight: 700;
	line-height: 1.5;
	margin: 3rem auto 0.2rem;
	text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.s_p_ttl {
	font-size: 2.4rem;
	color: #333;
	font-weight: 700;
	line-height: 1.5;
	margin: 3rem auto 0.2rem;
	text-align: center;
}
}

.s_p_ttl_kana {
	font-size: 1.2rem;
	color: #333;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 auto 4rem;
	text-align: center;
	position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.s_p_ttl_kana {
	font-size: 1rem;
	color: #333;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 auto 4rem;
	text-align: center;
	position: relative;
}
}

.s_p_ttl_kana::before {
	content: '';
  width: 5rem;
  height: 1.4px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -1.2rem;
	background-color: #000000;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.s_p_ttl_kana::before {
	content: '';
  width: 5rem;
  height: 1.4px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -1rem;
	background-color: #000000;
}
}

.tour_pic {
	margin: 0rem auto 1rem;
}

.tour_pic img {
  border-radius: 10px 10px 0 0;
}

.tour {
	background-color: #c9e8f5;
background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	padding: 0 0 10rem;
}

.sdl_lst {
	max-width: 800px;
	margin: 0 auto 2rem;
	width: 90%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.sdl_lst {
	margin: 0 auto 2rem;
	width: 90%;
}
}

.sdl_lst li {
	display: flex;
}

.sdl_day {
	background-color: #C7C7C7;
	width: 20%;
	display: inline-block;
	text-align: center;
	margin: 0 0.2rem 0.2rem 0;
	padding: 0.5rem;
	font-size: 0.8rem;
	font-weight: 700;
}

.sdl_txt {
	background-color: #C7C7C7;
	width: 80%;
	display: inline-block;
	margin: 0 0 0.2rem 0;
	padding: 0.5rem;
	font-size: 0.8rem;
}

.prc_lst {
	max-width: 800px;
	margin: 0 auto 2rem;
	width: 90%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.prc_lst {
	margin: 0 auto 2rem;
	width: 90%;
}
}

.prc_lst li {
	display: flex;
}

.prc_day {
	background-color:#DDEFEA;
	width: 40%;
	display: inline-block;
	text-align: center;
	margin: 0 0.2rem 0.2rem 0;
	padding: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
}

.prc_txt {
	background-color: #FFFFFF;
	width: 80%;
	display: inline-block;
	margin: 0 0 0.2rem 0;
	padding: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
}

.prc_day.st {
	background-color: #f3f0c6;
	font-size: 1.1rem;
}
.prc_txt.st {
	background-color: #f3f0c6;
	font-size: 1.1rem;
}

.year {
	max-width: 800px;
	margin: 0 auto 0.2rem;
	width: 90%;
	text-align: center;
	background-color: #3CA271;
	font-weight: 700;
	color: #FFFFFF;
	padding: 0.5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.year {
	margin: 0 auto 0.2rem;
	width: 90%;
	text-align: center;
	background-color: #3CA271;
	font-weight: 700;
	color: #FFFFFF;
	padding: 0.5rem;
}
}

.special_ttl {
	max-width: 800px;
	margin: 0 auto 0.2rem;
	width: 90%;
	text-align: center;
	background-color:#FFE118;
	font-weight: 700;
	color: #008EC4;
	padding: 0.5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.special_ttl {
		margin: 0 auto 0.2rem;
	width: 90%;
	text-align: center;
	background-color:#FFE118;
	font-weight: 700;
	color: #008EC4;
	padding: 0.5rem;
}
}





















.intro_inner{
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.intro_inner{
	width: 100%;
}
	}

.about_img {
	border-radius: 30px;
	height: 200px;
	overflow: hidden;
	width: 85%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.about_img {
	border-radius: 0 40px 40px 0;
	width: 85%;
	height: 200px;
}
	}

.about_img img {
	vertical-align: bottom;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.about_img2 {
	border-radius: 60px;
	height: 500px;
	overflow: hidden;
	width: 90%;
	margin-left: 10%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.about_img2 {
	overflow: hidden;
	height: 300px;
	margin-left: 10%;
	border-radius: 40px 0 0 40px;
	width: 90%;
}
	}

.about_img2 img {
	vertical-align: bottom;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.about_contents {
	background-color: #fffde8;
	background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
		padding: 60px;
	border-radius: 60px;
	width: 60%;
	margin: -70px 0 3rem 40%;
	z-index: 1;
	position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.about_contents {
	background-color: #fffde8;
background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	border-radius: 40px;
	padding: 40px 10%;
	width: 90%;
	margin: -70px auto 1rem;
	z-index: 1;
	position: relative;
}
	}

.about_contents2 {
	background-color: #fffde8;
	background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
		padding: 60px;
	border-radius: 60px;
	width: 60%;
	margin: -70px 40% 3rem 0;
	z-index: 1;
	position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.about_contents2 {
	background-color: #fffde8;
background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	border-radius: 40px;
	padding: 40px 10%;
	width: 90%;
	margin: -70px auto 1rem;
	z-index: 1;
	position: relative;
}
	}

.about_ttl {
	color: #E53A28;
	font-size: 1.25em;
	margin-bottom: 16px;
	font-weight: 700;
}
	/********* sp *********/
@media only screen and (max-width: 750px) {
.about_ttl {
	color: #E53A28;
	font-size: 1.25em;
	margin-bottom: 16px;
}
	}

.about_disc {
	line-height: 1.75em;
}
	/********* sp *********/
@media only screen and (max-width: 750px) {
.about_disc {
	line-height: 1.75em;
}
		}

/* ----------------------------------------------------------------
instagram
---------------------------------------------------------------- */



.insta_btn {
	font-size: 1.2em;
	max-width: 800px;
	width: 80%;
	padding: 24px 0;
  background-color: #f3d611;
  border-radius: 50px;
  color: #000000;
	text-align: center;
	margin: 0 auto;
	}
	/********* sp *********/
@media only screen and (max-width: 750px) {
.insta_btn {
	font-size: 0.875em;
	width: 80%;
	padding: 12px 0;
  background-color: #f3d611;
  border-radius: 50px;
  color: #000000;
	text-align: center;
	margin: 0 auto;
	}
		}

.insta_pic{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 2rem;
}
	/********* sp *********/
@media only screen and (max-width: 750px) {
.insta_pic{
	width: 90%;
	margin: 0 auto 2rem;
}
		}



/* ----------------------------------------------------------------
店舗情報
---------------------------------------------------------------- */

dl.company{
	max-width: 800px;
	width: 80%;
	margin: 0 auto 5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
dl.company{
	margin-bottom: 5rem;
}
}

dl.company dt {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	padding: 3.4rem 0 3.4rem 3.4rem;
	border-top: thin solid #DEDEDE;
	box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
dl.company dt {
  display: block;
	width: 100%;
	padding: 1.4rem 2rem 0.6rem;
	font-size: 1rem;
	font-weight: 700;
 }
}

dl.company dd {
	display: inline-block;
	width: 68%;
	padding: 3.4rem 0;
	border-top: thin solid #DEDEDE;
	box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
dl.company dd {
  display: block;
	width: 100%;
	padding: 0 2rem 1.4rem;
	border-top: none;
	font-size: 1rem;

 }
}


dl.company dt:last-of-type {
  border-bottom: thin solid #DEDEDE;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
dl.company dt:last-of-type {
  border-bottom: none;
}
}



dl.company dd:last-of-type {
  border-bottom: thin solid #DEDEDE;
}







/* ----------------------------------------------------------------
アクセス
---------------------------------------------------------------- */

#gmap  {
	margin:0 0 5rem;
	}
/********* sp *********/
@media only screen and (max-width: 750px) {
#gmap  {
	height: 300px;
	margin:0 0 5rem;
	}
	}



/* ----------------------------------------------------------------
フッター
---------------------------------------------------------------- */


.foot_bg {
  width: calc(100% + 200px);
	background-color:#00A2DF;
	padding: 3rem 100px 2rem;
	border-radius:50% 50% 0 0/20vw 20vw 0 0;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	margin: -100px -100px 0;
 }
/********* sp *********/
@media only screen and (max-width: 750px) {
.foot_bg {
  width: calc(100% + 200px);
	background-color:#00A2DF;
	padding: 3rem 100px 2rem;
	border-radius:50% 50% 0 0/20vw 20vw 0 0;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	margin: -100px -100px 0;
 }
}

.foot_inner{
	position: relative;
	margin: 0 auto;
	max-width: 800px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.foot_inner{
	position: relative;
	margin: 0 auto;
	width: 90%;
}
}

.foot_logo{
	max-width: 150px;
	width: 30%;
	margin: 0 auto 2rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.foot_logo{
	width: 30%;
	margin: 0 auto 2rem;
}
}

.foot_info {
	font-size: 0.8rem;
	margin: 0 auto 1rem;
	max-width: 800px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.foot_info {
	font-size: 0.8rem;
}
}

.foot_info li {
	font-size: 1rem;
	color: #fff !important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.foot_info li {
	font-size: 0.8rem;
}
}

.tel {
	font-size: 2rem;
	font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tel {
	font-size: 1.2rem;
	font-weight: 700;
}
}


.copyright{
	color: #fff;
	font-size: 1rem;
	margin: 0 auto;
	max-width: 800px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.copyright{
	font-size: 0.4rem;
}
}

	.foot_insta {
	display: block;
	background-image: url(../images/social_instagram.png);
	background-size: 45px 45px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50px;
	height: 90px;
	width: 90px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	margin-left: auto;
	position: absolute;
	bottom:0;
	right:0;
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.foot_insta {
	display: block;
	background-image: url(../images/social_instagram.png);
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50px;
	height: 60px;
	width: 60px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	margin-left: auto;
	position: absolute;
	bottom:0;
	right:0;
}
}


.foot_fb {
	display: block;
	background-image: url(../images/fb.png);
	background-size: 50px 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50px;
	height: 90px;
	width: 90px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	margin-left: auto;
	position: absolute;
	bottom:7rem;
	right:0;
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.foot_fb {
	display: block;
	background-image: url(../images/fb.png);
	background-size: 35px 35px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50px;
	height: 60px;
	width: 60px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	margin-left: auto;
	position: absolute;
	bottom:5rem;
	right:0;
}
}






.about_wrap {
	/*position: relative;*/
}

.point_wrap {
	margin: 0 0 3rem;
}


















.s_hdc {
	background-color: #1FBAD4;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
}

.s_cc01 {
	background-color: #D6F0F8;
}

.s_cc02 {
	background-color: #F7F7F7;
}

.ft_txt {
	margin: 0 auto 1rem;
	padding: 0 1.6rem 1.8rem;
}










/*　波線　*/

.custom-shape-divider-top-1729209193 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1729209193 svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 20px;
}

.custom-shape-divider-top-1729209193 .shape-fill {
    fill: #0093D0;
}







.prc_day_sp {
	background-color:#FBFBE7;
	width: 40%;
	display: inline-block;
	text-align: center;
	margin: 0 0.2rem 0.2rem 0;
	padding: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
}


.mb1 {
	margin: 0 0 0.8rem;
}



.sold {
	display: inline-block;
	background-color: #CB191C;
	color: #FFFFFF;
	padding: 0 1rem;
	float: right;
}












/*　リンクボタン　*/

.btntype01 {
	max-width: 800px;
	padding: 2.5rem 0 1rem;
	margin: 0 auto;
	width: 90%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.btntype01 {
	padding: 2.5rem 0 1rem;
	margin: 0 auto;
	width: 90%;
}
}

.u-btn__01 a {
  display: block;
	width: 100%;
	margin: 0 auto 1rem;
	text-align: center;
	border-radius: 2px;
	padding: 20px 25px;
	color: #fff;
	font-size: 1rem;
	background-color: #474746;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.u-btn__01 a {
  border-radius: 2px;
  font-size: 1rem;
 }
}


.u-btn__02 a {
  display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-radius: 2px;
	padding: 20px 25px;
	color: #fff;
	font-size: 1rem;
	background-color:#38A75E;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.u-btn__02 a {
  border-radius: 2px;
  font-size: 16px;
 }
}

.btn_d {
	margin: 1rem auto 0.4rem;
	width: 60%;
	background-color:#F62F32;
	padding: 0.2rem 0.6rem;
	text-align: center;
	border-radius: 50px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 1rem;
}


.btntype02 {
	max-width: 800px;
	padding: 0 0 2rem;
	margin: 0 auto;
	width: 70%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.btntype02 {
	padding: 0 0 2rem;
	margin: 0 auto;
	width: 70%;
}
}

.u-btn__tour a {
  display: block;
	width: 70%;
	margin: 0 auto 1rem;
	text-align: center;
	border-radius: 2px;
	padding: 20px 25px;
	color: #fff;
	font-size: 1.6rem;
	background-color:#F62F32;
	border-radius: 50px;

}
/********* sp *********/
@media only screen and (max-width: 750px) {
.u-btn__tour a {
	width: 100%;
  border-radius: 50px;
  font-size: 1rem;
 }
}
