@charset "UTF-8";
/* ==========================================================================//
//
//　IMPORT
//
// ========================================================================== */
/** -------------------------------- **
	FONT
*** ----------------------------------------------------------------- ***/
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Noto+Sans+JP:wght@100..900&display=swap");
/* ==========================================================================//
//
//　変数
//
// ========================================================================== */
:root {
  --ff-noto-sans: "Noto Sans JP", Meiryo, sans-serif;
  --ff-klee-one: "Klee One", cursive;
  --ff-awesome: "Font Awesome 5 Free";
  --color-main: #1e69ac;
  --color-main-light: #e9f5ff;
  --color-white: #fff;
  --color-red: #b70303;
  --color-text: #000;
  --color-bg-blue: #d4ebff;
}

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
html.active {
  overflow-y: hidden;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  font-family: var(--ff-noto-sans);
  color: var(--color-text);
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: spcalc(14);
  }
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

ol,
ul {
  list-style: none;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

a {
  text-decoration: none;
  color: var(--color-text);
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input {
  -webkit-user-select: auto;
}

input,
button,
select,
textarea {
  padding: 0;
  color: inherit;
  font-family: var(--ff-noto-sans);
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}
figure {
  margin: 0;
  line-height: 0;
}

p {
  font-family: var(--noto_sans);
}

.pc_item {
  display: block !important;
}
@media (max-width: 768px) {
  .pc_item {
    display: none !important;
  }
}

.sp_item {
  display: block !important;
}
@media (min-width: 769px) {
  .sp_item {
    display: none !important;
  }
}

.letter0 {
  letter-spacing: 0;
}

.pos-r {
  position: relative;
}

.d-f {
  display: flex;
}

.d-g {
  display: grid;
}

.d-b {
  display: block;
}

.mt-5 {
  margin-top: 5px;
}

.ff-s {
  font-family: var(--noto_serif);
}

.ff-ss {
  font-family: var(--noto_sans);
}

.fw-b {
  font-weight: bold;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.c-white {
  color: var(--white);
}

.c-navy {
  color: var(--navy);
}

.c-orange {
  color: var(--orange);
}

.c-red {
  color: #c81528;
}

.bg-navy {
  background-color: var(--navy);
}

.bg-orange {
  background-color: var(--orange);
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-20 {
  font-size: 2rem;
}

.lh-1_2 {
  line-height: 1.2;
}

.ls-0_1 {
  letter-spacing: 0.1em;
}

.ta-c {
  text-align: center;
}

@media (max-width: 768px) {
  .pc-fx {
    display: flex;
  }
  .pc-fz-14 {
    font-size: 1.4rem;
  }
  .pc-fz-16 {
    font-size: 1.6rem;
  }
  .pc-fz-20 {
    font-size: 2rem;
  }
  .pc-fz-23 {
    font-size: 2.3rem;
  }
  .pc-fz-28 {
    font-size: 2.8rem;
  }
  .pc-fz-30 {
    font-size: 3rem;
  }
  .pc-fz-32 {
    font-size: 3.2rem;
  }
  .pc-fz-35 {
    font-size: 3.5rem;
  }
  .pc-fz-36 {
    font-size: 3.6rem;
  }
  .pc-fz-46 {
    font-size: 4.6rem;
  }
  .pc-tac {
    text-align: center;
  }
  .pc-tar {
    text-align: right;
  }
}
@media (min-width: 769px) {
  .sp-fx {
    display: flex;
  }
  .sp-fz-12 {
    font-size: 1.2rem;
  }
  .sp-fz-14 {
    font-size: 1.4rem;
  }
  .sp-fz-18 {
    font-size: 1.8rem;
  }
  .sp-fz-20 {
    font-size: 2rem;
  }
  .sp-fz-21 {
    font-size: 2.1rem;
  }
  .sp-fz-23 {
    font-size: 2.3rem;
  }
  .sp-mt-0 {
    margin-top: 0px !important;
  }
  .sp-mt-5 {
    margin-top: 5px !important;
  }
  .sp-mt-15 {
    margin-top: 15px !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-mt-50 {
    margin-top: 50px !important;
  }
  .sp-lh-1_2 {
    line-height: 1.2;
  }
}
#mainContents {
  color: var(--color-text);
}

main {
  padding-bottom: 80px;
  margin-inline: auto;
  font-family: var(--noto_sans);
  line-height: 2;
}
main figure {
  margin: 0;
  text-align: center;
}
main small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8;
}
main p {
  font-family: var(--noto_sans);
}
main img {
  height: auto;
}
@media (min-width: 769px) {
  main {
    width: 1120px;
    font-size: 1.8rem;
  }
  main figcaption {
    font-size: 1.6rem;
    text-align: right;
  }
  main .image-bg-shadow {
    position: relative;
  }
  main .image-bg-shadow::after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100%;
    height: 100%;
    background-color: #c0c5cb;
  }
  main .image-bg-shadow img {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  main {
    width: 100%;
    padding-bottom: 50px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  main figcaption {
    margin-top: 3px;
    font-size: 1.4rem;
    text-align: left;
  }
  main small {
    line-height: 1.5;
  }
  main img {
    width: 100%;
  }
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

body:hover .visually-hidden a {
  display: none !important;
}
body:hover .visually-hidden input {
  display: none !important;
}
body:hover .visually-hidden button {
  display: none !important;
}

.mv-container {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .mv-container {
    width: 1120px;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .mv-container {
    width: 100%;
  }
}

.premience-main-body {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .premience-main-body {
    width: 1120px;
    margin-top: 80px;
  }
}
.lead-container {
  color: var(--color-white);
}
@media (min-width: 769px) {
  .lead-container {
    padding: 33px 0 63px 0;
    background: url(/luxurytravel/premience/gastronomicexperience/kohamaisland/image/bg_lead.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .lead-container {
    margin-top: 10.6666666667vw;
    padding: 8vw 5%;
    background: url(/luxurytravel/premience/gastronomicexperience/kohamaisland/image/bg_lead-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.lead-container h2 {
  text-align: center;
  font-family: var(--noto_sans);
  font-weight: 400;
}
@media (min-width: 769px) {
  .lead-container h2 {
    font-size: 3.9rem;
    line-height: 3.2564102564;
  }
}
@media (max-width: 768px) {
  .lead-container h2 {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
.lead-container p {
  text-align: center;
  font-family: var(--noto_sans);
  font-weight: 400;
}
@media (min-width: 769px) {
  .lead-container p {
    margin-top: 4px;
    font-size: 1.6rem;
    line-height: 2.5;
  }
  .lead-container p + p {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .lead-container p {
    margin-top: 6vw;
    letter-spacing: -0.04em;
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .lead-container p + p {
    margin-top: 8vw;
  }
}

@media (min-width: 769px) {
  .sec01 {
    margin-top: 107px;
  }
}
@media (max-width: 768px) {
  .sec01 {
    margin-top: 34.6666666667vw;
    padding: 0 4%;
  }
}
@media (min-width: 769px) {
  .sec01 .sec01-wrap {
    display: flex;
    justify-content: space-between;
    padding-inline: 40px 35px;
  }
}
@media (max-width: 768px) {
  .sec01 .sec01-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 769px) {
  .sec01 .sec01-block {
    width: 490px;
  }
}
@media (max-width: 768px) {
  .sec01 .sec01-block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sec01 .sec01-block.-images {
    margin-top: 9.3333333333vw;
  }
}
@media (min-width: 769px) {
  .sec01 .sec01-block.-txt {
    margin-top: 83px;
  }
}
@media (min-width: 769px) {
  .sec01 figure + figure {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .sec01 figure + figure {
    margin-top: 1.3333333333vw;
  }
}
.sec01 figure img {
  width: 100%;
}
.sec01 figure figcaption {
  font-weight: 400;
  text-align: right;
}
@media (min-width: 769px) {
  .sec01 figure figcaption {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
@media (max-width: 768px) {
  .sec01 figure figcaption {
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
  }
}
.sec01 h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sec01 h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .sec01 h2::before {
    top: -94px;
    width: 142px;
    height: 63px;
    background: url(/luxurytravel/premience/gastronomicexperience/kohamaisland/image/icon_hotel.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .sec01 h2::before {
    top: -23.3333333333vw;
    width: 45.3333333333vw;
    height: 20vw;
    background: url(/luxurytravel/premience/gastronomicexperience/kohamaisland/image/icon_hotel-sp.png) no-repeat center center;
    background-size: cover;
  }
}
.sec01 h2 .main-ttl {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 4px solid var(--color-text);
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 769px) {
  .sec01 h2 .main-ttl {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .sec01 h2 .main-ttl {
    padding-bottom: 3.2vw;
    border-width: 1.0666666667vw;
    font-size: 10.6666666667vw;
  }
}
.sec01 h2 .sub-ttl {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 769px) {
  .sec01 h2 .sub-ttl {
    margin-top: 18px;
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .sec01 h2 .sub-ttl {
    margin-top: 3.3333333333vw;
    font-size: 6.4vw;
  }
}
.sec01 p {
  text-align: center;
  font-weight: 400;
}
@media (min-width: 769px) {
  .sec01 p {
    margin-top: 46px;
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
@media (max-width: 768px) {
  .sec01 p {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: -0.04em;
  }
}

.sec02 {
  background-color: #fdbd57;
}
@media (min-width: 769px) {
  .sec02 {
    margin-top: 85px;
    padding: 180px 40px 30px;
  }
}
@media (max-width: 768px) {
  .sec02 {
    margin-top: 10.6666666667vw;
    padding: 35.3333333333vw 5% 9.3333333333vw;
  }
}
.sec02 h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sec02 h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .sec02 h2::before {
    top: -140px;
    width: 142px;
    height: 63px;
    margin-top: 40px;
    background: url(/luxurytravel/premience/gastronomicexperience/kohamaisland/image/icon_cuisine.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .sec02 h2::before {
    top: -24.6666666667vw;
    width: 45.3333333333vw;
    height: 20vw;
    background: url(/luxurytravel/premience/gastronomicexperience/kohamaisland/image/icon_cuisine-sp.png) no-repeat center center;
    background-size: cover;
  }
}
.sec02 h2 .main-ttl {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 4px solid var(--color-text);
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 769px) {
  .sec02 h2 .main-ttl {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .sec02 h2 .main-ttl {
    padding-bottom: 2.4vw;
    border-width: 1.0666666667vw;
    font-size: 10.6666666667vw;
  }
}
.sec02 h2 .sub-ttl {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 769px) {
  .sec02 h2 .sub-ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .sec02 h2 .sub-ttl {
    font-size: 6.4vw;
    margin-top: 3.6vw;
  }
}
.sec02 .logo {
  display: block;
  text-align: center;
}
@media (min-width: 769px) {
  .sec02 .logo {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .sec02 .logo {
    margin-block: 9.3333333333vw 6.6666666667vw;
  }
}
.sec02 .logo img {
  width: 156px;
}
@media (max-width: 768px) {
  .sec02 .logo img {
    width: 35.3333333333vw;
  }
}
.sec02 p {
  text-align: center;
  font-weight: 400;
}
@media (min-width: 769px) {
  .sec02 p {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
@media (max-width: 768px) {
  .sec02 p {
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 769px) {
  .sec02 .sec02-wrap {
    margin-top: 40px;
    padding: 20px 40px 15px;
    background-color: var(--color-white);
  }
}
@media (max-width: 768px) {
  .sec02 .sec02-wrap {
    margin-top: 8.6666666667vw;
  }
}
@media (min-width: 769px) {
  .sec02 .sec02-wrap .sec02-contents {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .sec02 .sec02-wrap .sec02-contents .sec02-block.-images {
    flex-shrink: 0;
    width: 490px;
  }
}
.sec02 .sec02-wrap .sec02-contents img {
  width: 100%;
}
@media (min-width: 769px) {
  .sec02 .sec02-wrap .sec02-contents figcaption {
    text-align: left;
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 2.2857142857;
  }
}
@media (max-width: 768px) {
  .sec02 .sec02-wrap .sec02-contents figcaption {
    text-align: right;
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
  }
}
@media (min-width: 769px) {
  .sec02 .sec02-wrap .sec02-contents .sec02-block.-txt {
    width: 50%;
    margin: 10px 0 0 80px;
  }
}
@media (max-width: 768px) {
  .sec02 .sec02-wrap .sec02-contents .sec02-block.-txt {
    margin-top: 7.3333333333vw;
    padding: 8vw 8vw 10.6666666667vw;
    background-color: var(--color-white);
  }
}
.sec02 .sec02-wrap .sec02-contents .sec02-block.-txt h3 {
  text-align: center;
  font-weight: 400;
}
@media (min-width: 769px) {
  .sec02 .sec02-wrap .sec02-contents .sec02-block.-txt h3 {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
@media (max-width: 768px) {
  .sec02 .sec02-wrap .sec02-contents .sec02-block.-txt h3 {
    font-size: 4.8vw;
  }
}
.sec02 .sec02-wrap .sec02-contents .sec02-block.-txt p {
  text-align: center;
  font-weight: 400;
}
@media (min-width: 769px) {
  .sec02 .sec02-wrap .sec02-contents .sec02-block.-txt p {
    margin-top: 28px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .sec02 .sec02-wrap .sec02-contents .sec02-block.-txt p {
    margin-top: 1.5em;
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
.sec02 .sec02-wrap .sec02-contents .sec02-block.-txt .note {
  text-align: center;
  font-weight: 400;
}
@media (min-width: 769px) {
  .sec02 .sec02-wrap .sec02-contents .sec02-block.-txt .note {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 2.2857142857;
  }
}
@media (max-width: 768px) {
  .sec02 .sec02-wrap .sec02-contents .sec02-block.-txt .note {
    margin-top: 1.8em;
    font-size: 3.7333333333vw;
  }
}
.sec02 .sec02-wrap .sec02-item-wrap {
  display: grid;
}
@media (min-width: 769px) {
  .sec02 .sec02-wrap .sec02-item-wrap {
    gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .sec02 .sec02-wrap .sec02-item-wrap {
    margin-top: 10.6666666667vw;
    gap: 4vw;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 769px) {
  .sec02 .sec02-wrap .sec02-item {
    width: 150px;
  }
}
.sec02 .sec02-wrap .sec02-item img {
  width: 100%;
}
@media (min-width: 769px) {
  .sec02 .sec02-wrap .sec02-item figcaption {
    text-align: left;
    margin-top: -5px;
    font-size: 1.4rem;
    line-height: 2.2857142857;
  }
}
@media (max-width: 768px) {
  .sec02 .sec02-wrap .sec02-item figcaption {
    text-align: right;
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
  }
}

@media (min-width: 769px) {
  .sec03 {
    margin-top: 177px;
  }
}
@media (max-width: 768px) {
  .sec03 {
    padding: 36.6666666667vw 5% 9.3333333333vw;
  }
}
.sec03 h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sec03 h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .sec03 h2::before {
    top: -97px;
    width: 142px;
    height: 63px;
    background: url(/luxurytravel/premience/gastronomicexperience/kohamaisland/image/icon_activity.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .sec03 h2::before {
    top: -24vw;
    width: 45.3333333333vw;
    height: 20vw;
    background: url(/luxurytravel/premience/gastronomicexperience/kohamaisland/image/icon_activity-sp.png) no-repeat center center;
    background-size: cover;
  }
}
.sec03 h2 .main-ttl {
  display: inline-block;
  padding-bottom: 9px;
  border-bottom: 4px solid var(--color-text);
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 769px) {
  .sec03 h2 .main-ttl {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .sec03 h2 .main-ttl {
    padding-bottom: 2.4vw;
    border-width: 1.0666666667vw;
    font-size: 10.6666666667vw;
  }
}
.sec03 h2 .sub-ttl {
  display: inline-block;
  margin-top: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 769px) {
  .sec03 h2 .sub-ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .sec03 h2 .sub-ttl {
    margin-top: 3.6vw;
    font-size: 6.4vw;
  }
}
@media (min-width: 769px) {
  .sec03 .sec03-wrap {
    display: flex;
    justify-content: space-between;
    -webkit-padding-start: 33px;
            padding-inline-start: 33px;
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .sec03 .sec03-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 769px) {
  .sec03 .sec03-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .sec03 .sec03-block {
    margin-top: 8vw;
  }
}
.sec03 .sec03-block img {
  width: 100%;
}
.sec03 .sec03-block figcaption {
  text-align: right;
}
@media (min-width: 769px) {
  .sec03 .sec03-block figcaption {
    font-size: 1.4rem;
    line-height: 2.2857142857;
  }
}
@media (max-width: 768px) {
  .sec03 .sec03-block figcaption {
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
  }
}
.sec03 h3 {
  text-align: center;
}
@media (min-width: 769px) {
  .sec03 h3 {
    margin-top: -11px;
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
@media (max-width: 768px) {
  .sec03 h3 {
    font-size: 6.4vw;
    line-height: 2;
  }
}
.sec03 p {
  text-align: center;
}
@media (min-width: 769px) {
  .sec03 p {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
@media (max-width: 768px) {
  .sec03 p {
    margin-block: 8vw;
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: -0.04em;
  }
}
.sec03 .icon-non::before {
  display: none;
}
@media (min-width: 769px) {
  .sec03 .icon-non {
    margin-top: 63px;
  }
}
@media (max-width: 768px) {
  .sec03 .icon-non {
    margin-top: 16vw;
  }
}
@media (min-width: 769px) {
  .sec03 .icon-non .main-ttl {
    padding-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .sec03 .icon-non .main-ttl {
    padding-bottom: 3.2vw;
    border-width: 1.0666666667vw;
  }
}
.sec03 .sec03-wrap.sec03-wrap--3col-pc-1col-sp {
  display: grid;
  gap: 16px;
}
@media (min-width: 769px) {
  .sec03 .sec03-wrap.sec03-wrap--3col-pc-1col-sp {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media (max-width: 768px) {
  .sec03 .sec03-wrap.sec03-wrap--3col-pc-1col-sp {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .sec03 .sec03-wrap.sec03-wrap--3col-pc-1col-sp figure {
    margin-top: 8vw;
  }
}
.sec03 .sec03-wrap.sec03-wrap--3col-pc-1col-sp img {
  width: 100%;
}
.sec03 .sec03-wrap.sec03-wrap--3col-pc-1col-sp figcaption {
  text-align: left;
}
.sec03 .sec03-wrap.sec03-wrap--3col-pc-1col-sp figcaption span {
  display: block;
}
@media (min-width: 769px) {
  .sec03 .sec03-wrap.sec03-wrap--3col-pc-1col-sp figcaption span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .sec03 .sec03-wrap.sec03-wrap--3col-pc-1col-sp figcaption span {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  .sec03 .sec03-wrap.sec03-wrap--3col-pc-1col-sp figcaption {
    font-size: 1.4rem;
    line-height: 2.2857142857;
  }
}
@media (max-width: 768px) {
  .sec03 .sec03-wrap.sec03-wrap--3col-pc-1col-sp figcaption {
    margin-top: 1em;
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
  }
}
.sec03 .sec03-wrap.sec03-wrap--4col2row-pc-2col4row-sp {
  display: grid;
}
@media (min-width: 769px) {
  .sec03 .sec03-wrap.sec03-wrap--4col2row-pc-2col4row-sp {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 26px 16px;
    margin-top: 38px;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media (max-width: 768px) {
  .sec03 .sec03-wrap.sec03-wrap--4col2row-pc-2col4row-sp {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .sec03 .sec03-wrap.sec03-wrap--4col2row-pc-2col4row-sp figure {
    margin-top: 8vw;
  }
}
.sec03 .sec03-wrap.sec03-wrap--4col2row-pc-2col4row-sp img {
  width: 100%;
}
.sec03 .sec03-wrap.sec03-wrap--4col2row-pc-2col4row-sp figcaption {
  text-align: left;
}
@media (min-width: 769px) {
  .sec03 .sec03-wrap.sec03-wrap--4col2row-pc-2col4row-sp figcaption {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
@media (max-width: 768px) {
  .sec03 .sec03-wrap.sec03-wrap--4col2row-pc-2col4row-sp figcaption {
    margin-top: 0.1em;
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
  }
}

.sec04 {
  color: var(--color-white);
}
@media (min-width: 769px) {
  .sec04 {
    margin-top: 73px;
    background: url(/luxurytravel/premience/gastronomicexperience/kohamaisland/image/bg_model.jpg) no-repeat center center;
    background-size: cover;
    padding-block: 45px 45px;
  }
}
@media (max-width: 768px) {
  .sec04 {
    padding: 6.4vw 10vw 10vw;
    background-color: #163f65;
  }
}
.sec04 h2 {
  text-align: center;
}
@media (min-width: 769px) {
  .sec04 h2 {
    font-size: 4.8rem;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .sec04 h2 {
    font-size: 10.6666666667vw;
    line-height: 1.65;
  }
}
.sec04 .lead {
  text-align: center;
}
@media (min-width: 769px) {
  .sec04 .lead {
    margin-top: 45px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }
}
@media (max-width: 768px) {
  .sec04 .lead {
    margin-top: 5.0666666667vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.sec04 .fig-wrap {
  text-align: center;
}
@media (min-width: 769px) {
  .sec04 .fig-wrap {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .sec04 .fig-wrap {
    margin-top: 9.3333333333vw;
  }
}
@media (min-width: 769px) {
  .sec04 figure {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .sec04 figure {
    margin-top: 5.3333333333vw;
  }
}
.sec04 .note-block {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .sec04 .note-block {
    width: 768px;
    margin-top: 23px;
    padding: 25px 20px 15px 20px;
    background-color: rgba(0, 0, 0, 0.46);
  }
}
@media (max-width: 768px) {
  .sec04 .note-block {
    margin-top: 10vw;
  }
}
@media (min-width: 769px) {
  .sec04 dl {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
.sec05 {
  position: relative;
  background-color: #faf3eb;
}
@media (min-width: 769px) {
  .sec05 {
    margin-top: 80px;
    padding: 90px 40px 120px;
  }
}
@media (max-width: 768px) {
  .sec05 {
    margin: 10.6666666667vw 5.3333333333vw;
    padding: 14.6666666667vw 6.6666666667vw 22.6666666667vw;
  }
}
.sec05 .-deco_corner {
  position: absolute;
}
@media (max-width: 768px) {
  .sec05 .-deco_corner {
    width: 100%;
  }
}
.sec05 .-deco_corner.-upper {
  top: 0;
  right: 0;
  left: 0;
}
.sec05 .-deco_corner.-upper::before, .sec05 .-deco_corner.-upper::after {
  display: block;
  content: "";
  position: absolute;
  background: url(/luxurytravel/premience/gastronomicexperience/kohamaisland/image/deco_corner.png) no-repeat center center;
  background-size: contain;
}
.sec05 .-deco_corner.-upper::before {
  transform: scale(-1, 1);
}
@media (min-width: 769px) {
  .sec05 .-deco_corner.-upper::before, .sec05 .-deco_corner.-upper::after {
    width: 105px;
    height: 105px;
  }
  .sec05 .-deco_corner.-upper::before {
    top: 36px;
    left: 36px;
  }
  .sec05 .-deco_corner.-upper::after {
    top: 36px;
    right: 36px;
  }
}
@media (max-width: 768px) {
  .sec05 .-deco_corner.-upper::before, .sec05 .-deco_corner.-upper::after {
    width: 14vw;
    height: 14vw;
  }
  .sec05 .-deco_corner.-upper::before {
    top: 4.2666666667vw;
    left: 3.6vw;
  }
  .sec05 .-deco_corner.-upper::after {
    top: 4.2666666667vw;
    right: 3.6vw;
  }
}
.sec05 .-deco_corner.-lower {
  right: 0;
  bottom: 0;
  left: 0;
}
.sec05 .-deco_corner.-lower::before, .sec05 .-deco_corner.-lower::after {
  content: "";
  display: block;
  position: absolute;
  height: 105px;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: url(/luxurytravel/premience/gastronomicexperience/kohamaisland/image/deco_corner.png) no-repeat center center;
  background-size: contain;
}
.sec05 .-deco_corner.-lower::before {
  transform: scale(-1, -1);
}
.sec05 .-deco_corner.-lower::after {
  transform: scale(1, -1);
}
@media (min-width: 769px) {
  .sec05 .-deco_corner.-lower::before, .sec05 .-deco_corner.-lower::after {
    width: 105px;
    height: 105px;
  }
  .sec05 .-deco_corner.-lower::before {
    bottom: 36px;
    left: 36px;
  }
  .sec05 .-deco_corner.-lower::after {
    bottom: 36px;
    right: 36px;
  }
}
@media (max-width: 768px) {
  .sec05 .-deco_corner.-lower::before, .sec05 .-deco_corner.-lower::after {
    width: 14vw;
    height: 14vw;
  }
  .sec05 .-deco_corner.-lower::before {
    bottom: 4.2666666667vw;
    left: 3.6vw;
  }
  .sec05 .-deco_corner.-lower::after {
    bottom: 4.2666666667vw;
    right: 3.6vw;
  }
}
@media (min-width: 769px) {
  .sec05 .sec05-block {
    width: 650px;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .sec05 .sec05-block + .sec05-block {
    margin-top: 73px;
  }
}
@media (max-width: 768px) {
  .sec05 .sec05-block + .sec05-block {
    margin-top: 10.6666666667vw;
  }
}
.sec05 .sec05-block h3 {
  text-align: center;
  color: #402604;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 769px) {
  .sec05 .sec05-block h3 {
    letter-spacing: 0.2em;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .sec05 .sec05-block h3 {
    letter-spacing: 0.09em;
    font-size: 7.4666666667vw;
  }
}
.sec05 .sec05-block p {
  font-weight: 400;
  color: #402604;
}
@media (min-width: 769px) {
  .sec05 .sec05-block p {
    margin-top: 35px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .sec05 .sec05-block p {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.sec05 .sec05-block p.note {
  font-weight: 400;
  color: #402604;
}
@media (min-width: 769px) {
  .sec05 .sec05-block p.note {
    margin-top: 23px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .sec05 .sec05-block p.note {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.sec05 ol {
  font-weight: 400;
  color: #402604;
}
@media (min-width: 769px) {
  .sec05 ol {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .sec05 ol {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
/*# sourceMappingURL=kohamaisland.css.map */