/* common */
.common__ttl {
  font-family: 'Zen Old Mincho', serif;
  font-size: max(28px, 4rem);
  letter-spacing: .075em;
  color: #006ab8;
  text-align: center;
}


/* hero_about（青戸マリーナについて） */
.hero_about {
  width: 100%;
  height: 50rem;
  background-image: url("../images/about/mainvisual_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
  margin-top: 10rem;
}
@media(max-width:768px) {
  .hero_about {
    margin-top: max(70px, 10rem);
  }
}
.hero_about h1 {
  font-family: 'Zen Old Mincho', serif;
  font-size: max(30px, 4rem);
  letter-spacing: .075em;
  color: #fff;
}
.hero_about h1 span {
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: max(18px, 2.2rem);
  font-weight: 500;
  text-align: center;
  margin-top: .5rem;
}

/* hero_facilities（施設紹介） */
.hero_facilities {
  width: 100%;
  height: 50rem;
  background-image: url("../images/facilities/mainvisual_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
  margin-top: 10rem;
}
@media(max-width:768px) {
  .hero_facilities {
    margin-top: max(70px, 10rem);
  }
}
.hero_facilities h1 {
  font-family: 'Zen Old Mincho', serif;
  font-size: max(30px, 4rem);
  letter-spacing: .075em;
  color: #fff;
}
.hero_facilities h1 span {
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: max(18px, 2.2rem);
  font-weight: 500;
  text-align: center;
  margin-top: .5rem;
}

/* hero_rental（レンタルボート） */
.hero_rental {
  width: 100%;
  height: 50rem;
  background-image: url("../images/rental/mainvisual_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
  margin-top: 10rem;
}
@media(max-width:768px) {
  .hero_rental {
    margin-top: max(70px, 10rem);
  }
}
.hero_rental h1 {
  font-family: 'Zen Old Mincho', serif;
  font-size: max(30px, 4rem);
  letter-spacing: .075em;
  color: #fff;
}
.hero_rental h1 span {
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: max(18px, 2.2rem);
  font-weight: 500;
  text-align: center;
  margin-top: .5rem;
}

/* hero_price（料金） */
.hero_price {
  width: 100%;
  height: 50rem;
  background-image: url("../images/price/mainvisual_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
  margin-top: 10rem;
}
@media(max-width:768px) {
  .hero_price {
    margin-top: max(70px, 10rem);
  }
}
.hero_price h1 {
  font-family: 'Zen Old Mincho', serif;
  font-size: max(30px, 4rem);
  letter-spacing: .075em;
  color: #fff;
}
.hero_price h1 span {
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: max(18px, 2.2rem);
  font-weight: 500;
  text-align: center;
  margin-top: .5rem;
}

/* hero_contact（お問い合わせ） */
.hero_contact {
  width: 100%;
  height: 50rem;
  background-image: url("../images/contact/mainvisual_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
  margin-top: 10rem;
}
@media(max-width:768px) {
  .hero_contact {
    margin-top: max(70px, 10rem);
  }
}
.hero_contact h1 {
  font-family: 'Zen Old Mincho', serif;
  font-size: max(30px, 4rem);
  letter-spacing: .075em;
  color: #fff;
}
.hero_contact h1 span {
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: max(18px, 2.2rem);
  font-weight: 500;
  text-align: center;
  margin-top: .5rem;
}

/* hero_privacy（個人情報保護方針） */
.hero_privacy {
  width: 100%;
  height: 50rem;
  background-image: url("../images/privacy/mainvisual_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
  margin-top: 10rem;
}
@media(max-width:768px) {
  .hero_privacy {
    margin-top: max(70px, 10rem);
  }
}
.hero_privacy h1 {
  font-family: 'Zen Old Mincho', serif;
  font-size: max(30px, 4rem);
  letter-spacing: .075em;
  color: #fff;
}
.hero_privacy h1 span {
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: max(18px, 2.2rem);
  font-weight: 500;
  text-align: center;
  margin-top: .5rem;
}


/* ------------------boat-------- */
.boat {
  padding: 8rem 0 9rem;
  position: relative;
}
.boat::before {
  content: "";
  background-image: url("../../asset/images/news_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100.3rem;
  height: 135.2rem;
  position: absolute;
  transform: translateY(-60%);
  top: 0;
  left: 0;
  z-index: -1;
}
.boat__list {
  display: grid;
  row-gap: 4rem;
  margin-top: 6rem;
}
@media(max-width:768px) {
  .boat__list {
    row-gap: 40px;
  }
}
.boat__list-item {
  display: flex;
  justify-content: space-between;
}
.boat__list-item:first-of-type {
  display: block;
}
.boat__list-item:nth-of-type(even) {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.boat__list-inner {
  display: flex;
  justify-content: space-between;
}
@media(max-width:1000px) {
  .boat__list-item,
  .boat__list-inner,
  .boat__list-item:nth-of-type(even) {
    flex-direction: column;
  }
}
.boat__img {
  width: 64rem;
  height: 47rem;
}
@media(max-width:1000px) {
  .boat__img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}
@media(max-width:768px) {
  .boat__img {
    width: 100%;
    max-width: 540px;
  }
}
.boat__txt {
  width: 40%;
  margin-top: 4rem;
}
@media(max-width:1000px) {
  .boat__txt {
    width: 100%;
  }
}
.boat__txt h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: max(20px, 2.7rem);
  font-weight: 500;
  letter-spacing: .075em;
  margin-bottom: 2rem;
}
.boat__txt h3 span {
  display: block;
  background-color: #006ab8;
  width: max-content;
  font-size: max(16px, 2rem);
  color: #fff;
  padding: .5rem;
  margin-bottom: .5rem;
}
.boat__txt h3 span:last-of-type {
  margin-bottom: 2rem;
}
.boat__txt p {
  font-size: max(14px, 1.5rem);
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 2;
}
.boat__list02 {
  margin-top: 3rem;
  display: grid;
  row-gap: 1rem;
}
@media(max-width:768px) {
  .boat__list02 {
    row-gap: 10px;
  }
}
.boat__list02-item {
  font-family: 'Zen Old Mincho', serif;
  font-size: max(14px, 1.5rem);
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.5;
  color: #006ab8;
  display: flex;
  column-gap: 4rem;
}
.boat__list02-item dt {
  width: 21%;
  min-width: 94px;
}
.boat__item-wrapper {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}
.boat__img-list01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.boat__img-list02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 8px;
}
@media(max-width:768px) {
  .boat__img-list01 {
    grid-template-columns: repeat(2, 1fr);
  }
  .boat__img-list02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:450px) {
  .boat__img-list01 {
    gap: 5vw;
  }
  .boat__img-list02 {
    gap: 5vw;
	margin-top: 0px;
  }
}
.boat .form {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
.boat .form ul {
	width: auto;
	padding: 15px 28px 0px 28px;
	margin: 0px 30% 8px 30%;
	letter-spacing: -0.5em;
}
.boat .form li {
	display: inline-block;
	width: 100%;
	vertical-align:top;
	margin: 0px auto 0px auto;
	letter-spacing: normal;
}
.boat .form .button {
	width: 100%;
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #49a9d4;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.boat .form .button:hover {
	background-color: #009EE2; /*ボタン色*/
}
.boat .form02 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boat .form02 ul {
	width: auto;
	padding: 15px 28px 0px 28px;
	margin: 0px 30% 8px 30%;
	letter-spacing: -0.5em;
}
.boat .form02 li {
	display: inline-block;
	width: 100%;
	vertical-align:top;
	margin: 0px auto 0px auto;
	letter-spacing: normal;
}
.boat .form02 .button {
	width: 100%;
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #49a9d4;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.boat .form02 .button:hover {
	background-color: #009EE2; /*ボタン色*/
}
.boat .box {
	width: 100%;
	margin-top: 41px;
	margin-bottom: 5px;
}
.boat .box p {
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	text-align: center;
	padding-top: 5px;
}
@media screen and (max-width: 768px) {
.boat .form {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boat .form ul {
	width: auto;
	padding: 15px 28px 0px 28px;
	margin: 0px 10% 8px 10%;
	letter-spacing: -0.5em;
}
.boat .form02 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.boat .form02 ul {
	width: auto;
	padding: 15px 28px 0px 28px;
	margin: 0px 10% 8px 10%;
	letter-spacing: -0.5em;
}
.boat .box {
	width: 100%;
	margin-top: 31px;
	margin-bottom: 5px;
}
.boat .box p {
	text-align: left;
}
}


/* ------------------price-------- */
.price {
  background-color: #F1FBFB;
  padding: 8rem 0 9rem;
}

@media(max-width:768px) {
  .price__scroll {
    overflow: auto;
  }
}

.price__tb {
  width: 100%;
  font-weight: 500;
  line-height: 2;
  border-collapse: collapse;
  margin-top: 6rem;
}

@media(max-width:768px) {
  .price__tb {
    min-width: 520px;
    overflow-x: scroll;
  }
}

.price__tb th {
  background-color: #006ab8;
  width: 33%;
  font-size: max(16px, 2rem);
  letter-spacing: .075em;
  color: #fff;
  padding: 1rem 1rem 1rem 2rem;
}

.price__tb:nth-of-type(2) th {
  width: 50%;
}

.price__tb td {
  font-size: max(14px, 1.6rem);
  letter-spacing: .075em;
  border: solid 1px #c3c3c3;
  padding: 2rem;
}

.price__tb td span {
  display: block;
}

.price__dis {
  font-family: 'Zen Old Mincho', serif;
  font-size: max(16px, 2rem);
  letter-spacing: .075em;
  margin-top: 2rem;
}

.price__dis span {
  display: block;
  font-size: max(20px, 2.4rem);
  font-weight: 700;
  color: #e00000;
  margin-bottom: 1rem;
}

.price__txt {
  font-family: 'Zen Old Mincho', serif;
  font-size: max(14px, 1.6rem);
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.5;
  margin-top: 2rem;
}


/* ------------------use-------- */
.use {
  padding: 8rem 0 9rem;
}
.use__list {
  display: grid;
  row-gap: 4rem;
  margin: 6rem 0 4rem;
}
.use__list-item dt {
  font-size: max(18px, 2.4rem);
  letter-spacing: .075em;
  margin-bottom: 2rem;
}
.use__list-item dd {
  font-size: max(14px, 1.8rem);
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 2;
  margin-bottom: 1rem;
}
.use__list-item dd a {
  pointer-events: none;
}
@media(max-width:768px) {
  .use__list-item dd a {
    pointer-events: all;
  }
}
.use p {
  font-size: max(14px, 1.8rem);
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 2;
}
.use__list02 {
  display: grid;
  row-gap: 1rem;
  margin: 2rem 0;
}
.use__list02-item {
  font-size: max(14px, 1.8rem);
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 2;
  display: flex;
  column-gap: 4rem;
}
.use__list02-item dt {
  width: 20rem;
}
.use .form {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
.use .form ul {
	width: auto;
	padding: 15px 28px 0px 28px;
	margin: 0px 30% 8px 30%;
	letter-spacing: -0.5em;
}
.use .form li {
	display: inline-block;
	width: 100%;
	vertical-align:top;
	margin: 0px auto 0px auto;
	letter-spacing: normal;
}
.use .form .button {
	width: 100%;
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #49a9d4;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.use .form .button:hover {
	background-color: #009EE2; /*ボタン色*/
}
@media screen and (max-width: 768px) {
.use .form {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 00px;
	margin-left: 0px;
}
.use .form ul {
	width: auto;
	padding: 15px 28px 0px 28px;
	margin: 0px 10% 8px 10%;
	letter-spacing: -0.5em;
}
}


/* お申し込み */
.annotation_form {
  padding: 8rem 0 9rem;
  position: relative;
}
.annotation_form::before {
  content: "";
  background-image: url("../../asset/images/news_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100.3rem;
  height: 135.2rem;
  position: absolute;
  transform: translateY(-60%);
  top: 0;
  left: 0;
  z-index: -1;
}
.annotation_form .box_annotation01 {
	width: 100%;
	margin-top: 41px;
	margin-bottom: 5px;
}
.annotation_form .box_annotation01 p {
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	text-align: center;
	padding-top: 5px;
}
.annotation_form .box_annotation02 {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 25px;
}
.annotation_form .box_annotation02 p {
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	text-align: center;
	padding-top: 5px;
}
.annotation_form .box_mailform {
	width: 100%;
	margin-top: 41px;
	margin-bottom: 5px;
}
.annotation_form .box_mailform p {
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	text-align: center;
	padding-top: 5px;
}
.annotation_form ul {
	width: auto;
	padding: 15px 28px 0px 28px;
	margin: 41px 30% 8px 30%;
	letter-spacing: -0.5em;
}
.annotation_form li {
	display: inline-block;
	width: 100%;
	vertical-align:top;
	margin: 0px auto 0px auto;
	letter-spacing: normal;
}
.annotation_form .button {
	width: 100%;
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #49a9d4;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.annotation_form .button:hover {
	background-color: #009EE2; /*ボタン色*/
}
@media screen and (max-width: 768px) {
.annotation_form .box_annotation01 {
	width: 100%;
	margin-top: 31px;
	margin-bottom: 5px;
}
.annotation_form .box_annotation01 p {
	text-align: left;
}
.annotation_form .box_annotation02 {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}
.annotation_form .box_annotation02 p {
	text-align: left;
}
.annotation_form .box_mailform {
	width: 100%;
	margin-top: 31px;
	margin-bottom: 5px;
}
.annotation_form ul {
	width: auto;
	padding: 15px 28px 0px 28px;
	margin: 21px 10% 8px 10%;
	letter-spacing: -0.5em;
}
}


/* マリーナ概要 */
.about {
  padding: 8rem 0 9rem;
  position: relative;
}
.about::before {
  content: "";
  background-image: url("../../asset/images/news_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100.3rem;
  height: 135.2rem;
  position: absolute;
  transform: translateY(-60%);
  top: 0;
  left: 0;
  z-index: -1;
}
.table_about {
	width: 100%;
	margin-top: 51px;
	margin-bottom: 5px;
	border-collapse: collapse;
	border: medium solid #E5ECF8;
}
.table_about th.aaa {
	width: 25%;
	font-size: max(15px, 1.8rem);
	letter-spacing: .075em;
	font-weight: 500;
	color: #fff;
	background-color: #006ab8;
	text-align: left;
	vertical-align: middle;
	padding: 15px 15px 15px 20px;
	border-bottom: dotted 1px #8395B5;
}
.table_about th.bbb {
	width: 25%;
	font-size: max(15px, 1.8rem);
	letter-spacing: .075em;
	font-weight: 500;
	color: #fff;
	background-color: #006ab8;
	text-align: left;
	vertical-align: middle;
	padding: 15px 15px 15px 20px;
	
}
.table_about td {
	font-size: max(14px, 1.6rem);
	letter-spacing: .075em;
	line-height: 2;
	font-weight: 500;
	padding: 15px 15px 15px 20px;
	border-bottom: dotted 1px #8395B5;
}
.about .box {
	margin-top: 50px;
	margin-bottom: 20px;
}
.about .box img {
	width: 30%;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.about .box p.txt01 {
	font-size: max(14px, 1.6rem);
	line-height: 2;
	font-weight: 500;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.about .box p.txt02 {
	font-size: max(14px, 1.6rem);
	line-height: 2;
	font-weight: 500;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
@media (max-width: 980px) {
.about .box img {
	width: 40%;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
}
@media (max-width: 768px) {
.table_about {
	margin-top: 30px;
	border: medium solid #E5ECF8;
}
.table_about th.aaa {
	width: 100%;
	display: block;
	background-color: #006ab8;
	margin: 0 auto;
	padding: 15px;
	border: none;
	border-radius: 3px;
}
.table_about th.bbb {
	width: 100%;
	display: block;
	background-color: #006ab8;
	margin: 0 auto;
	padding: 15px;
	border: none;
	border-radius: 3px;
}
.table_about td {
	width: 100%;
	display: block;
	padding: 15px;
	border: none !important;
}
.about .box {
	margin-bottom: 0px;
}
.about .box img{
	width: 100%;
	float: none;
	padding: 0;
}
.about .box p.txt01 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.about .box p.txt02 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}

/* アクセスマップ */
.access {
  background-color: #F1FBFB;
  padding: 8rem 0 9rem;
}
.box_access {
	margin-top: 51px;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
.box_access {
	margin-top: 30px;
}
}


/* 施設・設備 */
.facilities {
  padding: 8rem 0 9rem;
  position: relative;
}
.facilities::before {
  content: "";
  background-image: url("../../asset/images/news_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100.3rem;
  height: 135.2rem;
  position: absolute;
  transform: translateY(-60%);
  top: 0;
  left: 0;
  z-index: -1;
}
.facilities .box {
	width: 100%;
	margin-top: 41px;
	margin-bottom: 5px;
}
.facilities .box p {
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	text-align: center;
	padding-top: 5px;
}
@media screen and (max-width: 768px) {
.facilities .box {
	width: 100%;
	margin-top: 31px;
	margin-bottom: 5px;
}
.facilities .box p {
	text-align: left;
}
}
#imagelist {
	max-width: 1200px;
	overflow: hidden;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: -25px;
	margin-left: auto;
}
#imagelist li {
	width: 33.3333%;
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
#imagelist li a:hover{
	opacity:0.8;
}
#imagelist p{
	font-size: max(14px, 1.8rem);
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	background-color: #006AB8;
}
.img-responsive {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1024px) {
#imagelist li {
	width: 50%;
	float: left;
	padding: 0 15px;
}
}
@media screen and (max-width: 768px){
#imagelist li {
	width: 100%;
	float: none;
	padding: 0;
}
}


/* 料金 */
.price02 {
  padding: 8rem 0 9rem;
  position: relative;
}
.price02::before {
  content: "";
  background-image: url("../../asset/images/news_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100.3rem;
  height: 135.2rem;
  position: absolute;
  transform: translateY(-60%);
  top: 0;
  left: 0;
  z-index: -1;
}
.price02 .box {
	width: 100%;
	margin-top: 41px;
	margin-bottom: 5px;
}
.price02 .box p {
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	text-align: center;
	padding-top: 5px;
}
.price02 ul {
	width: auto;
	padding: 15px 28px 0px 28px;
	margin: 0px 30% 8px 30%;
	letter-spacing: -0.5em;
}
.price02 li {
	display: inline-block;
	width: 100%;
	vertical-align:top;
	margin: 0px auto 0px auto;
	letter-spacing: normal;
}
.price02 .button {
	width: 100%;
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #49a9d4;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.price02 .button:hover {
	background-color: #009EE2; /*ボタン色*/
}
@media screen and (max-width: 768px) {
.price02 .box {
	width: 100%;
	margin-top: 31px;
	margin-bottom: 5px;
}
.price02 ul {
	width: auto;
	padding: 15px 28px 0px 28px;
	margin: 0px 10% 8px 10%;
	letter-spacing: -0.5em;
}
}


/* メールフォーム */
.contact {
  padding: 8rem 0 9rem;
  position: relative;
}
.contact::before {
  content: "";
  background-image: url("../../asset/images/news_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100.3rem;
  height: 135.2rem;
  position: absolute;
  transform: translateY(-60%);
  top: 0;
  left: 0;
  z-index: -1;
}
.contact .box_mailform {
	width: 100%;
	margin-top: 41px;
	margin-bottom: 5px;
}
.contact .box_mailform p {
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	text-align: center;
	padding-top: 5px;
}
.contact ul {
	width: auto;
	padding: 15px 28px 0px 28px;
	margin: 41px 30% 8px 30%;
	letter-spacing: -0.5em;
}
.contact li {
	display: inline-block;
	width: 100%;
	vertical-align:top;
	margin: 0px auto 0px auto;
	letter-spacing: normal;
}
.contact .button {
	width: 100%;
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #49a9d4;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.contact .button:hover {
	background-color: #009EE2; /*ボタン色*/
}
@media screen and (max-width: 768px) {
.contact .box_mailform {
	width: 100%;
	margin-top: 31px;
	margin-bottom: 5px;
}
.contact ul {
	width: auto;
	padding: 15px 28px 0px 28px;
	margin: 21px 10% 8px 10%;
	letter-spacing: -0.5em;
}
}


/* プライバシーポリシー */
.privacy {
  padding: 8rem 0 9rem;
  position: relative;
}
.privacy::before {
  content: "";
  background-image: url("../../asset/images/news_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100.3rem;
  height: 135.2rem;
  position: absolute;
  transform: translateY(-60%);
  top: 0;
  left: 0;
  z-index: -1;
}
.table_privacy {
	width: 100%;
	margin-top: 31px;
	margin-bottom: -13px;
	border-collapse: collapse;
}
.table_privacy th {
	width: 3.5%;
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.table_privacy td {
	font-size: max(14px, 1.8rem);
	line-height: 2;
	font-weight: 500;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
@media screen and (max-width: 768px) {
.table_privacy {
	margin-top: 21px;
	margin-bottom: -10px;
}
}