@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Sans+SC:wght@100;300;400;500;700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif+TC:wght@300;400;500;600;700&family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/**/
/* ======================================
01. reset 
--------------------------------------- */
html {
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 1.6;
  color: #3f3f3f;
  font-size: 90%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 500;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
ul {
  list-style: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 500;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4 {
  font-weight: 500;
}
.hide-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .hide-pc {
    display: block;
  }
}
.hide-sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .hide-sp {
    display: none;
  }
}
.fone-en-bold {
  font-family: linotype-didot, serif;
  font-weight: 700;
  font-style: normal;
}
.fone-en-roman {
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-style: normal;
}
.fone-en-headline {
  font-family: linotype-didot-headline, serif;
  font-weight: 400;
  font-style: normal;
}
/* common */
#wrapper {
  position: relative;
  margin: 0 auto;
  min-width: 1610px;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
img {
  display: block;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
header .logo {
  width: 100%;
  height: 90px;
  border-bottom: 3px solid #68b2e3;
}
header .logo img {
  margin: 0 auto;
}
header .pc_logo {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
header .mo_logo {
  display: none;
}
footer {
  text-align: center;
	background: #242A33;
	padding: 3em 0 1em;
	
}
footer .footer_list {}
footer .footer_list a {
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
}
footer .footer_list a:hover {
  color: #eee;
}
footer .footer_contact {
  font-size: 16px;
	color: #fff;
}
footer .copyright {
  font-size: 12px;
  color: #fff;
  margin: 3em 0 1em;
}
.logo_list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.logo_list ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
}
.logo_list ul li {
  height: 44px;
}
.logo_list ul li img {
  height: 100%;
}
.eye {
  margin-top: 170px;
}
.eye_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.eye_photo img {
  width: 100%;
  margin: 1em 0;
}
.eye_txt {
  font-size: 18px;
}
.contents {
  margin-top: 4em;
}
.block {
  margin-bottom: 2em;
}
.block_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
}
.block_inner.no_line {
  border-bottom: 0px;
}
.block .left_photo {
  width: 29%;
}
.block .right_block {
  width: 66%;
  margin-left: auto;
  padding-top: 2em;
}
.block .right_block .logos {
  height: 100%;
  max-height: 100px;
}
.block .left_photo img {
  width: 100%;
}
.block .right_block .logos img {
  height: 100%;
}
.block .right_block .txts {
  font-size: 18px;
  padding-top: 2em;
}
.block .right_block .sns ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0 0 0;
}
.block .right_block .sns ul li {
  width: calc(25% - 10px);
  margin-right: 10px;
}
.block .right_block .sns ul li a {
  border-radius: 6px;
  display: block;
  background: #4e95d9;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
  position: relative;
  font-size: 18px;
}
#uno .right_block .sns ul li a {
  background: #000;
}
#SEABREEZE .right_block .sns ul li a {
  background: #0099ff;
}
#TSUBAKI .right_block .sns ul li a {
  background: #c00000;
}
#fino .right_block .sns ul li a {
  background: #c30943;
}
#AQUAIR .right_block .sns ul li a {
  background: #215f9a;
}
#MACHERIE .right_block .sns ul li a {
  background: #ff99cc;
}
/*.btn_fb::before{
  position: absolute;
  top: 10px;
  left: 8px;
  width: 16px;
  height: 16px;
  content: "";
  background: url('../img/ico_fb.png')no-repeat;
  background-size: contain;
}*/
.btn_site::before, .btn_fb::before, .btn_yt::before, .btn_ins::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 24px;
  background: url(../img/ico_fb.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: sub;
}
.btn_ins::before {
  background: url(../img/ico_ins.png) no-repeat 0 0;
  background-size: contain;
}
.btn_yt::before {
  background: url(../img/ico_yt.png) no-repeat 0 0;
  background-size: contain;
}
.btn_site::before {
  background: url(../img/ico_site.png) no-repeat 0 0;
  background-size: contain;
}
.sp {
  display: none;
}
@media screen and (max-width:750px) {
  header {
    min-width: 0;
  }
  header .logo {
    height: auto;
  }
  header .pc_logo {
    display: none;
  }
  header .mo_logo {
    display: block;
  }
  .sp {
    display: block;
  }
  .logo_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
  }
  .contents {
    margin-top: 2em;
    padding: 0 0 0 5%;
    width: 90%;
  }
  .block_inner {
    display: block;
    width: 100%;
  }
  .block .left_photo {
    width: 100%;
  }
  .block .right_block {
    width: 100%;
    padding-top: 1em;
  }
  .block .right_block .logos {
    height: 80px;
  }
  .block .right_block .logos img {
    margin: 0 auto;
  }
  .block .right_block .txts {
    font-size: 18px;
    padding-top: 1em;
  }
  .block .right_block .sns ul li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  footer .footer_contact {
    font-size: 16px;
    margin-top: 1em;
  }
  footer .footer_list a {
    font-size: 16px;
  }
  .eye_txt {
    font-size: 16px;
    padding: 0 0 0 5%;
    width: 90%;
  }
} /*sp*/
@media screen and (min-width:703px) and (max-width:750px) {
  .logo_list ul li {
    height: 34px;
    padding: 0 10px 10px 0;
  }
  .eye {
    margin-top: 20%;
  }
} /**/
@media screen and (min-width:414px) and (max-width:702px) {
  .logo_list ul {
    margin-bottom: 0;
  }
  .logo_list ul li {
    height: 34px;
    padding: 0 10px 10px 0;
  }
  .eye {
    margin-top: 170px;
  }
} /**/
@media screen and (min-width:314px) and (max-width:413px) {
  .logo_list ul {
    margin-bottom: 0;
  }
  .logo_list ul li {
    height: 34px;
    padding: 0 10px 10px 0;
  }
  .eye {
    margin-top: 200px;
  }
} /**/
@media screen and (max-width:313px) {
  .logo_list ul {
    margin-bottom: 0;
  }
  .logo_list ul li {
    height: 34px;
    padding: 0 10px 10px 0;
  }
  .eye {
    margin-top: 230px;
  }
} /**/