@charset "UTF-8";
.ac-btn {
  position: relative;
  width: 16px;
  height: 1px;
}
.ac-btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.3s;
}
.ac-btn span:nth-child(2) {
  transform: rotate(90deg);
}

.ac-btn.active span:nth-child(2) {
  transform: rotate(0);
}

/* 2等分カラムレイアウト $m2に余白を指定する 初期値は0 */
/* 3等分カラムレイアウト $m3に余白を指定する 初期値は0 */
/* 4等分カラムレイアウト $m4に余白を指定する 初期値は0 */
/* common */
html {
  font-size: 62.5%;
}

body {
  background-repeat: repeat;
  color: #5a4f4a;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
body.top {
  background-image: url(../img/top/back.png);
}
body.aichi {
  background-image: url(../img/aichi/back.png);
}
body.matsubo {
  background-image: url(../img/matsubo/back.png);
}
body.matsuppa {
  background-image: url(../img/matsuppa/back.png);
}

body.open {
  overflow-y: hidden;
}

a {
  color: #5a4f4a;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

*:focus {
  outline: none;
}

.u-line {
  text-decoration: underline;
}

.con {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.m-con {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

.w-b {
  background-color: #fff;
}

.w-t {
  color: #fff;
}

.b-t {
  color: #5dc2d0;
}

.g-b {
  background-color: #009b7e;
}

.c-t {
  color: #b8714b;
}

.r-t {
  color: #f4aebc;
}

hr {
  height: 3px;
}

.res-on {
  display: none;
}

.p-on {
  display: none;
}

.backtop {
  position: fixed;
  right: 25px;
  bottom: 30px;
  width: 80px;
  z-index: 3000;
  opacity: 0;
  transition: 0.3s;
}

.backtop.active {
  opacity: 1;
}

.ham-wr {
  position: fixed;
  top: 20px;
  right: 10px;
  width: 35px;
  height: 27px;
  z-index: 6000;
}

.ham {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ham span {
  background-color: #5a4f4a;
  height: 3px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.ham span:first-child {
  top: 0;
}
.ham span:nth-child(2) {
  top: calc(50% - 3px / 2);
}
.ham span:nth-child(3) {
  bottom: 0;
}

.ham.open span {
  background-color: #fff;
}
.ham.open span:first-child {
  top: 40%;
  transform: rotate(-45deg);
}
.ham.open span:nth-child(2) {
  opacity: 0;
}
.ham.open span:nth-child(3) {
  top: 40%;
  bottom: auto;
  transform: rotate(45deg);
}

.h-wr {
  padding: 25px 2%;
}

.g-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav {
  max-width: 500px;
  width: 50%;
}

.iconlist {
  padding-top: 8px;
  max-width: 125px;
  width: 20%;
  margin-left: 60px;
}

.h-icon {
  height: 24px;
}
.h-icon img {
  width: auto;
  height: 24px;
}

.h-icon-gohan {
  height: 27px;
}
.h-icon-gohan img {
  height: 27px;
}

.footer {
  margin-top: 180px;
  padding-bottom: 30px;
}

.f-wr {
  margin-bottom: 15px;
  padding-top: 80px;
  padding-bottom: 10px;
  background-image: url(../img/common/f-back.png);
  background-size: auto 100%;
  background-position: bottom center;
}

.lrlist li {
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 90px;
}

.s-line {
  width: 120px;
  height: 8px;
  border-radius: 4px;
}

.under {
  position: relative;
}
.under span {
  position: relative;
  z-index: 1;
}
.under::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -2px;
  width: calc(100% + 4px);
  height: 10px;
  border-radius: 4px;
  background-color: #FEEE92;
}

.under-r::after {
  background-color: #f4aebc;
}

.kvlist-wr {
  height: 50vh;
  max-height: 500px;
}

.kvlist {
  width: 100%;
  height: 50vh;
  max-height: 500px;
}
.kvlist li {
  position: relative;
  width: 100%;
  height: 50vh;
  max-height: 500px;
  border-radius: 45px 0 0 45px;
}
.kvlist li img {
  border-radius: 45px 0 0 45px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.kvtext-wr {
  margin-top: -50px;
}

.kvtext {
  margin-top: 100px;
}
.kvtext h1 {
  margin-top: 15px;
}

.p4list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p4list > * {
  margin-right: 40px;
  width: calc((100% - 40px * (4 - 1)) / 4);
}
.p4list > *:nth-child(4n) {
  margin-right: 0;
}
.p4list > *:nth-child(n+5) {
  margin-top: 0;
}
.p4list > *:last-child:nth-child(-n+3) {
  margin-right: auto;
}
.p4list > *:first-child:nth-last-child(-n+3) {
  margin-left: auto;
}

.topboxlist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.topboxlist > * {
  margin-right: 30px;
  width: calc((100% - 30px * (3 - 1)) / 3);
}
.topboxlist > *:nth-child(3n) {
  margin-right: 0;
}
.topboxlist > *:nth-child(n+4) {
  margin-top: 0;
}
.topboxlist > *:last-child:nth-child(-n+2) {
  margin-right: auto;
}
.topboxlist > *:first-child:nth-last-child(-n+2) {
  margin-left: auto;
}
.topboxlist li a .img-s {
  border-radius: 40px;
}
.topboxlist li a img {
  border-radius: 40px;
}
.topboxlist li a:hover .arrow {
  transform: translateX(18px);
}

.arrow-text {
  margin-top: 40px;
}

.arrow {
  width: 120px;
  margin: -8px auto 0;
  transform: translateX(10px);
  transition: 0.3s;
}

.topmap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.topmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.kvlist-wr-aichi {
  height: 65vh;
  max-height: 550px;
}
.kvlist-wr-aichi .kvlist {
  height: 65vh;
  max-height: 550px;
}
.kvlist-wr-aichi .kvlist li {
  height: 65vh;
  max-height: 550px;
}

.aichititle {
  padding: 10px 30px;
  margin-bottom: 30px;
  max-width: 360px;
  width: 95%;
  text-align: left;
  border-radius: 40px;
}

.ollist li {
  list-style-position: inside;
}

.viewlist li {
  padding: 15px 30px;
  border-top: 1px solid #5a4f4a;
}
.viewlist li:last-child {
  border-bottom: 1px solid #5a4f4a;
}
.viewlist li .l {
  width: 25%;
}
.viewlist li .r {
  width: 75%;
}

.aichimap {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 400px;
  position: relative;
}
.aichimap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.matsubox-title {
  margin-bottom: 10px;
}
.matsubox-title img {
  width: auto;
  height: 120px;
}

.matsumap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.matsumap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.ctitle h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.ctitle::after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}

.matsuobj {
  width: 32px;
  height: 32px;
}

.telbox {
  letter-spacing: 0.01em;
}/*# sourceMappingURL=style.css.map */