@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* LAYOUT
========================================== */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.6rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

#container {
  width: 100%;
}

#wrapper {
  width: 100%;
  text-align: left;
  position: relative;
}

#main {
  width: 90%;
}

img {
  width: 100%;
  height: auto;
}

.section {
  margin-bottom: 60px;
}

.div-2col,
.div-3col,
.div-4col {
  width: 100%;
  display: grid;
  gap: 20px;
}

.div-2col {
  grid-template-columns: repeat(2, 1fr);
}

.div-3col {
  grid-template-columns: repeat(3, 1fr);
}

.div-4col {
  grid-template-columns: repeat(4, 1fr);
}

#header {
  width: 100%;
  position: relative;
}
#header #logo {
  width: 300px;
  position: absolute;
  left: 0;
  top: 0;
}
#header #mv {
  padding: 80px;
}

.lead {
  width: 1400px;
  display: flex;
  margin: 130px 0;
}
.lead .txt {
  width: 440px;
  margin: 0 80px;
}
.lead .txt h2 {
  font-size: 4.2rem;
  letter-spacing: 2px;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.lead .txt p {
  margin-top: 4rem;
  line-height: 40px;
  font-size: 1.8rem;
}
.lead .img01 {
  width: 260px;
}
.lead .img02 {
  width: 520px;
}

.navigation {
  width: 1100px;
  margin: 0 auto;
}
.navigation p {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3rem;
}
.navigation ul {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.navigation ul li {
  flex: 1;
}
.navigation ul li a {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px 27px 10px 20px;
  display: block;
  border: solid 1px #000;
  border-radius: 50em;
  position: relative;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.navigation ul li a:after {
  content: "";
  top: 50%;
  right: 14px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
}
.navigation ul li a:hover, .navigation ul li a.active-tab {
  color: #fff !important;
}
.navigation ul li a:hover:after, .navigation ul li a.active-tab:after {
  border-color: #fff !important;
}
.navigation ul li:nth-child(1) a {
  color: #00c8ff;
  border-color: #00c8ff;
}
.navigation ul li:nth-child(1) a:after {
  border-color: #00c8ff;
}
.navigation ul li:nth-child(1) a:hover, .navigation ul li:nth-child(1) a.active-tab {
  background: #00c8ff;
}
.navigation ul li:nth-child(2) a {
  color: #bd7956;
  border-color: #bd7956;
}
.navigation ul li:nth-child(2) a:after {
  border-color: #bd7956;
}
.navigation ul li:nth-child(2) a:hover, .navigation ul li:nth-child(2) a.active-tab {
  background: #bd7956;
}
.navigation ul li:nth-child(3) a {
  color: #962235;
  border-color: #962235;
}
.navigation ul li:nth-child(3) a:after {
  border-color: #962235;
}
.navigation ul li:nth-child(3) a:hover, .navigation ul li:nth-child(3) a.active-tab {
  background: #962235;
}
.navigation ul li:nth-child(4) a {
  color: #ff8b94;
  border-color: #ff8b94;
}
.navigation ul li:nth-child(4) a:after {
  border-color: #ff8b94;
}
.navigation ul li:nth-child(4) a:hover, .navigation ul li:nth-child(4) a.active-tab {
  background: #ff8b94;
}
.navigation ul li:nth-child(5) a {
  color: #348c5b;
  border-color: #348c5b;
}
.navigation ul li:nth-child(5) a:after {
  border-color: #348c5b;
}
.navigation ul li:nth-child(5) a:hover, .navigation ul li:nth-child(5) a.active-tab {
  background: #348c5b;
}
.navigation ul li:nth-child(6) a {
  color: #005aaa;
  border-color: #005aaa;
}
.navigation ul li:nth-child(6) a:after {
  border-color: #005aaa;
}
.navigation ul li:nth-child(6) a:hover, .navigation ul li:nth-child(6) a.active-tab {
  background: #005aaa;
}
.navigation ul li:nth-child(7) a {
  color: #b578c0;
  border-color: #b578c0;
}
.navigation ul li:nth-child(7) a:after {
  border-color: #b578c0;
}
.navigation ul li:nth-child(7) a:hover, .navigation ul li:nth-child(7) a.active-tab {
  background: #b578c0;
}
.navigation ul li:nth-child(8) a {
  color: #7bbe35;
  border-color: #7bbe35;
}
.navigation ul li:nth-child(8) a:after {
  border-color: #7bbe35;
}
.navigation ul li:nth-child(8) a:hover, .navigation ul li:nth-child(8) a.active-tab {
  background: #7bbe35;
}

.tab-content {
  display: none;
}

.about {
  width: 1300px;
  margin: 130px auto;
  background: #00c8ff;
  border-radius: 80px;
  padding: 130px;
  display: flex;
  color: #fff;
}
.about .txt h2 {
  margin-bottom: 3rem;
}
.about .txt p {
  line-height: 1.8;
}
.about .txt .image {
  margin-top: 4rem;
}

#footer {
  width: 1220px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer .footerLogo {
  width: 140px;
  margin-bottom: 3rem;
}
#footer h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
#footer .address {
  margin-top: 0.3rem;
  line-height: 1.7;
}
#footer .footerRight {
  text-align: right;
}
#footer .footerRight .btn {
  width: 220px;
  margin-left: auto;
}
#footer .footerRight .copyright {
  font-size: 1.4rem;
  margin-top: auto;
  line-height: 1.5;
}

.main {
  width: 1100px;
  margin: 0 auto;
}
.main .cityTop {
  display: flex;
  gap: 100px;
  padding-top: 130px;
}
.main .cityTop .cityTop_txt {
  width: 460px;
}
.main .cityTop .cityTop_txt .cityName {
  font-size: 7.2rem;
  line-height: 80%;
  margin-bottom: 40px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.main .cityTop .cityTop_txt .cityName span {
  font-size: 2.4rem;
}
.main .cityTop .cityTop_txt p {
  line-height: 1.8;
  margin-top: 40px;
  font-size: 1.6rem;
}
.main .cityTop .cityTop_img {
  width: 570px;
}
.main .cityTop .cityTop_img .caption {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.main .cityOuen {
  margin: 150px calc(50% - 50vw) !important;
  border-radius: 80px;
  position: relative;
  z-index: 1;
}
.main .cityOuen .heading {
  width: 540px;
  height: 72px;
  left: 50%;
  margin-left: -270px;
  top: -50px;
  position: absolute;
  z-index: 10;
  text-align: center;
}
.main .cityOuen .heading h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.7rem;
  padding-top: 10px;
  background-color: transparent !important;
}
.main .cityOuen .cityOuenWrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 6rem;
}
.main .cityOuen .cityOuenWrap p.center {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 6rem;
}
.main .cityOuen .cityOuenWrap h3 {
  background: #00c8ff;
  border-radius: 50em;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3rem;
}
.main .cityOuen .cityOuenWrap dl {
  padding: 0 2em;
}
.main .cityOuen .cityOuenWrap dl dt {
  margin-top: 3.2rem;
  font-weight: bold;
  color: #00c8ff;
  font-size: 2rem;
}
.main .cityOuen .cityOuenWrap dl dt:before {
  content: "● ";
}
.main .cityOuen .cityOuenWrap dl dd {
  margin-top: 1em;
}
.main .cityOuen .cityOuenWrap dl dd ul li {
  margin-left: 2em;
  margin-top: 0.6em;
  text-indent: -1.2em;
  line-height: 1.4;
  font-size: 1.8rem;
}
.main .cityOuen .cityOuenWrap dl dd ul li:before {
  content: "・ ";
}
.main .cityOuen .cityOuenWrap dl dd ul li a:hover {
  text-decoration: underline;
}
.main .cityOuen .cityOuenWrap .div-2col .block .inner {
  border-radius: 40px;
  background: #fff;
  padding: 28px 28px 60px;
}
.main .cityOuen .cityOuenWrap .ico {
  width: 100px;
  margin: 100px auto 0;
}
.main .cityOuen .cityOuenWrap .column-1 {
  border-radius: 40px;
  background: #fff;
  padding: 30px;
}
.main .cityOuen .cityOuenWrap .column-1 .div-1col {
  display: flex;
  margin-top: 30px;
}
.main .cityOuen .cityOuenWrap .column-1 .div-1col .block {
  width: 50%;
  padding: 0 28px 60px;
}
.main .cityOuen .cityOuenWrap .column-1 .div-1col .block:last-child {
  background-image: url("../images/common/dot.png");
  background-repeat: repeat-y;
  background-size: 2px auto;
}
.main .cityOuen .cityOuenWrap .div-3col {
  padding-bottom: 100px;
  gap: 34px;
}
.main .cityOuen .cityOuenWrap .div-3col .block {
  text-align: center;
}
.main .cityOuen .cityOuenWrap .div-3col .block p {
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 1.5;
}
.main #sapporo .cityName {
  color: #00c8ff;
}
.main #sapporo .cityOuen {
  background: rgba(0, 200, 255, 0.1);
}
.main #sapporo .cityOuen .heading {
  background: url("../images/sapporo/tit.png") no-repeat;
  background-size: cover;
}
.main #ebetsu .cityName {
  color: #bd7956;
}
.main #ebetsu .cityOuen {
  background: rgba(189, 121, 86, 0.1);
}
.main #ebetsu .cityOuen .heading {
  background: url("../images/ebetsu/tit.png") no-repeat;
  background-size: cover;
}
.main #ebetsu .cityOuen h3 {
  background: #bd7956;
}
.main #ebetsu .cityOuen dt {
  color: #bd7956;
}
.main #chitose .cityName {
  color: #962235;
}
.main #chitose .cityOuen {
  background: rgba(150, 34, 53, 0.1);
}
.main #chitose .cityOuen .heading {
  background: url("../images/chitose/tit.png") no-repeat;
  background-size: cover;
}
.main #chitose .cityOuen h3 {
  background: #962235;
}
.main #chitose .cityOuen dt {
  color: #962235;
}
.main #eniwa .cityName {
  color: #ff8b94;
}
.main #eniwa .cityOuen {
  background: rgba(255, 139, 148, 0.1);
}
.main #eniwa .cityOuen .heading {
  background: url("../images/eniwa/tit.png") no-repeat;
  background-size: cover;
}
.main #eniwa .cityOuen h3 {
  background: #ff8b94;
}
.main #eniwa .cityOuen dt {
  color: #ff8b94;
}
.main #kitahiro .cityName {
  color: #348c5b;
}
.main #kitahiro .cityOuen {
  background: rgba(52, 140, 91, 0.1);
}
.main #kitahiro .cityOuen .heading {
  background: url("../images/kitahiro/tit.png") no-repeat;
  background-size: cover;
}
.main #kitahiro .cityOuen h3 {
  background: #348c5b;
}
.main #kitahiro .cityOuen dt {
  color: #348c5b;
}
.main #ishikari .cityName {
  color: #005aaa;
}
.main #ishikari .cityOuen {
  background: rgba(0, 90, 170, 0.1);
}
.main #ishikari .cityOuen .heading {
  background: url("../images/ishikari/tit.png") no-repeat;
  background-size: cover;
}
.main #ishikari .cityOuen h3 {
  background: #005aaa;
}
.main #ishikari .cityOuen dt {
  color: #005aaa;
}
.main #tobetsu .cityName {
  color: #b578c0;
}
.main #tobetsu .cityOuen {
  background: rgba(181, 120, 192, 0.1);
}
.main #tobetsu .cityOuen .heading {
  background: url("../images/tobetsu/tit.png") no-repeat;
  background-size: cover;
}
.main #tobetsu .cityOuen dt {
  color: #b578c0;
}
.main #tobetsu .cityOuen h3 {
  background: #b578c0;
}
.main #tobetsu .cityOuen dt {
  color: #b578c0;
}
.main #shinotsu .cityName {
  color: #7bbe35;
}
.main #shinotsu .cityOuen {
  background: rgba(123, 190, 53, 0.1);
}
.main #shinotsu .cityOuen .heading {
  background: url("../images/shinotsu/tit.png") no-repeat;
  background-size: cover;
}
.main #shinotsu .cityOuen h3 {
  background: #7bbe35;
}
.main #shinotsu .cityOuen dt {
  color: #7bbe35;
}

/*# sourceMappingURL=style.css.map */
