@charset "utf-8";
.body_summer {
	color: #4D4D4D;
}
.summer_header img {
    width: 100%;
}
/*--------------------
   メニュー
---------------------*/
.body_summer .menu {
    width: 1200px;
	margin: 60px auto;
}
.body_summer .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.body_summer .menu ul li {
    width: calc(100% / 4 - 20px);
    text-align: center;
}
.body_summer .menu ul li a {
    display: block;
    color: #fff;
    font-size: 128%;
    font-weight: normal;
    border-radius: 8px;
    line-height: 313%;
}
.body_summer .menu ul li a:hover {
    opacity: .6;
}
.body_summer .menu ul li:nth-child(1) a {
    background-image: linear-gradient(90deg, rgba(237, 159, 0, 1), rgba(228, 149, 7, 1));
}
.body_summer .menu ul li:nth-child(2) a {
    background-image: linear-gradient(90deg, rgba(228, 149, 7, 1), rgba(219, 138, 16, 1));
}
.body_summer .menu ul li:nth-child(3) a {
    background-image: linear-gradient(90deg, rgba(219, 138, 16, 1), rgba(208, 127, 24, 1));
}
.body_summer .menu ul li:nth-child(4) a {
    background-image: linear-gradient(90deg, rgba(208, 127, 24, 1), rgba(199, 116, 33, 1));
}
/*--------------------
   紹介文
---------------------*/
.cntnts_txt {
    text-align: center;
    margin: 40px 0 0;
    line-height: 160%;
    letter-spacing: 0.05em;
    font-size: 120%;
}
/*--------------------
   本文
---------------------*/
.summer_cntnts {
	margin: 80px 0;
    font-family: 游明朝,"Yu Mincho",YuMincho,メイリオ,Meiryo,"Hiragino Mincho ProN",FreightDisp,Georgia,serif;
}
.bg_color {
	background: #FDF5E5;
	padding: 50px 0 10px;
}
.summer_box {
	max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.summer_box h3 {
	text-align: center;
    font-size: 171%;
	margin: 0 0 20px;
    color: #C77421;
}
.summer_box h3 span {
	color: #2f4db3;
	font-size: 75%;
	display: block;
}
.summer_box h3 p {
    font-size: 50%;
    font-weight: 700;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
p.ttl_txt {
	font-size: 114%;
	text-align: center;
	line-height: 200%;
	font-weight: normal;
	margin: 0 0 50px;
}
.info_R,
.info_L {
    overflow: hidden;
    margin: 50px auto;
    width: 1200px;
}
.txt {
	width: 470px;
}
.btn_ttl {
    position: relative;
}
.btn_ttl:has(> a:hover) {
    opacity: 0.5;
}
.btn_ttl a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.txt .btn_ttl h4 {
	font-size: 142.8%;
    margin: 0 0 35px;
    line-height: 170%;
    text-align: center;
    position: relative;
}
.txt .btn_ttl h4:after {
    content: '';
    width: 80px;
    height: 3px;
    display: inline-block;
    background-color: #ED9F00;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 40px);
}
.txt .btn_ttl h4 span {
    font-size: 87%;
}
.txt .btn_ttl a:after {
    content: url(../image/summer2023/ico_link_grn.png);
    transform: scale(0.2);
    position: absolute;
    top: 5px;
    right: -30px;
}
.txt p {
	font-size: 114%;
    line-height: 160%;
    font-weight: normal;
	margin: 0 0 15px;
}
span.bg_txt {
    background: #4D4D4D;
    color: #FFF;
    padding: .1em .8em;
    border-radius: 20px;
}
.txt a.txt_link {
    color: #164FD4;
    text-decoration: underline;
}
.txt a.txt_link:hover {
    color: #8aa5e3;
    text-decoration: none;
}
.txt a,
.block_2set .box_2set a {
	background: #ED9F00;
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    font-weight: bold;
    width: 68%;
    margin: 0 auto;
}
.txt a:hover,
.block_2set .box_2set a:hover {
	background: #f3c467;
}
/*--------------------
   写真が左
---------------------*/
.info_R img {
	float: left;
    max-width: 990px;
    width: calc(100% - 550px);
}
.info_R .txt {
	float: right;
	margin: 20px 180px 0 0;
}
/*--------------------
   写真が右
---------------------*/
.info_L img {
	float: right;
    width: 700px;
}
.info_L .txt {
	float: left;
	margin: 0;
}
/*--------------------
   グルメ
---------------------*/
.block_2set {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 60px;
}
.block_2set .box_2set {
    width: calc(100% / 2 - 30px);
    text-align: center;
}
.block_2set .box_2set img {
    width: 100%;
    vertical-align: bottom;
}
.block_2set .box_2set h4 {
    font-size: 142.8%;
    margin: 20px 0;
}
.block_2set .box_2set h4 span {
    font-size: 80%;
    display: block;
}
.block_2set .box_2set p {
    margin: 20px 0;
}
.block_2set .box_2set p.alignL {
    text-align: left;
}

/*--------------------
   リンクボタン
---------------------*/
.btn_link {
    background: #0B5134;
    color: #FFF;
    border-radius: 8px;
    font-size: 14px;
    display: block;
    padding: 7px 10px;
    margin: 0 0 10px;
    position: relative;
}
.btn_link:after {
    position: absolute;
    top: 50%;
    right: 0;
    float: right;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../image/summer2023/ico_link_wht.png);
    background-size: contain;
    margin: -8px 10px 0;
}
.btn_link:hover {
    background: #7c9e90;
}
.btn_link span {
    padding: 0 25px 0 0;
    display: block;
    line-height: 130%;
}
/*--------------------
   プールサイドバー
---------------------*/
.txt_poolside {
    background: #FFF;
    padding: 20px;
    margin: 20px 0 0;
}
.txt_poolside h5 {
    color: #3999CE;
    font-size: 143%;
    margin: 0 0 5px;
}
.txt_poolside h5 span {
    font-size: 70%;
    margin-left: 10px;
}
.txt_poolside h6 {
    background: #3999CE;
    color: #FFF;
    text-align: center;
    width: 5.5em;
}
.txt_poolside p {
    margin: 0;
}
.txt_poolside .minibun {
    margin: 0;
    font-size: 100%;
}
.poolsidebar_text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
}
.info_L img.img_poolside {
    width: 100%;
    float: none;
}
/*--------------------
   夏期特別営業
---------------------*/
.season_openday {
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 20px;
}
.season_openday h5 {
    color: #2F4DB3;
    font-size: 128.5%;
}
.season_openday p {
    margin: 0;
}
/*--------------------
   島さんぽ
---------------------*/
.block_3set {
    display: flex;
    justify-content: space-between;
    margin: 0 0 100px;
}
.box_3set {
    width: calc(100% / 3 - 30px);
}
.box_3set img {
    width: 100%;
    vertical-align: bottom;
}
.box_3set h4 {
    text-align: center;
    font-size: 142.8%;
    margin: 20px 0;
}
.box_3set p {
    font-size: 114%;
}

@media screen and (max-width: 768px) {
.body_spring {
	color: #4D4D4D;
}
.summer_header {
}
.summer_header img {
    width: 100%;
    vertical-align: bottom;
}
.summer_header p {
    font-size: 100%;
    padding: 8px 10px;
}
/*--------------------
   メニュー
---------------------*/
.body_summer .menu {
    width: auto;
    margin: 30px auto;
}
.body_summer .menu ul {
    display: block;
}
.body_summer .menu ul li {
    width: auto;
    text-align: center;
    margin: 10px;
}
.body_summer .menu ul li img {
    width: 70%;
}
.body_summer .menu ul li a {
    font-size: 98%;
}
    
/*--------------------
   紹介文
---------------------*/
.cntnts_txt {
    text-align: center;
    margin: 20px 20px 0;
    font-size: 90%;
}
/*--------------------
   本文
---------------------*/
.summer_cntnts {
	margin: 20px 0px;
    padding: 20px 20px !important;
}
.summer_box {
	width: auto;
    margin: 0;
}
.summer_box h3 {
	text-align: center;
    font-size: 136%;
	margin: 0 0 20px;
}
.summer_box h3 span {
	color: #2f4db3;
	font-size: 75%;
	display: block;
}
.btn_ttl {
    position: relative;
}
.btn_ttl:has(> a:hover) {
    opacity: 0.5;
}
.btn_ttl a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.txt .btn_ttl h4 {
}
.txt .btn_ttl h4 span {
    font-size: 87%;
}
.txt .btn_ttl a:after {
    content: url(../image/summer2023/ico_link_grn.png);
    transform: scale(0.2);
    position: absolute;
    top: 5px;
    right: -30px;
}
p.ttl_txt {
	font-size: 90%;
    text-align: left;
    line-height: 160%;
    font-weight: normal;
    margin: 0 0 20px;
}
.info_R,
.info_L {
    width: auto;
	overflow: hidden;
    margin: 0;
    padding: 0 0 40px;
}
.txt {
	width: 100%;
}
.txt h4 {
	font-size: 164%;
    margin: 0 0 10px;
    line-height: 140%;
}
.txt p {
	font-size: 114%;
    line-height: 160%;
    font-weight: normal;
	margin: 0 0 10px;
}
.txt a {
}
.txt a:hover {
}
/*--------------------
   写真が左
---------------------*/
.info_R img {
	float: none;
    width: 100%;
}
.info_R .txt {
	float: none;
    margin: 5px 0 0 0;
    font-size: 80%;
}
/*--------------------
   写真が右
---------------------*/
.info_L img {
	float: none;
    width: 100%;
}
.info_L .txt {
	float: none;
	margin: 5px 0 0 0;
	font-size: 80%;
}
/*--------------------
   グルメ
---------------------*/
.block_2set {
    display: block;
    width: auto;
}
.block_2set .box_2set {
    width: auto;
    margin: 0 0 30px;
}
.block_2set .box_2set p {
    margin: 10px 0;
    font-size: 90%;
}
.block_2set .box_2set h4 {
    font-size: 122.8%;
    margin: 10px 0;
}
/*--------------------
   プールサイドバー 
---------------------*/
.poolsidebar_text {
    align-items: flex-start;
}
.txt_poolside p {
    margin: 0;
}
/*--------------------
   島さんぽ
---------------------*/
.block_3set {
    display: block;
}
.box_3set {
    width: auto;
    margin: 0 0 30px;
}
.box_3set h4 {
    font-size: 122.8%;
    margin: 10px 0;
}
.box_3set p {
    font-size: 90%;
}
}