@charset "UTF-8";
@font-face {
  font-family: "rounded-mplus";
  src: url("../fonts/rounded-mplus-2p-bold.ttf") format("truetype");
  font-weight: bold;
}
/* 共通部分
------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: normal;
  color: #000;
  text-align: center;
  background-image: url(../images/pattern.jpg);
  background-repeat: repeat;
}

a {
  text-decoration: none;
  color: #db5519;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
a img {
  display: block;
}

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

h2 {
  height: 60px;
  margin-bottom: 20px;
}
h2 img {
  width: 100%;
  height: 100%;
}

/*h3 {
	font-size: 24px;
	color: $primary;
	font-family: "rounded-mplus", sans-serif;
	border-bottom: 3px dotted $primary;
	margin: 0 0 10px;
	padding: 0 0 10px;
}*/
p {
  font-size: 14px;
  text-align: justify;
}

button {
  display: inline-block;
  max-width: 250px;
  width: 100%;
  height: 40px;
  margin: 20px 0 60px;
  background-color: #e65276; /* ボタンのメインカラー */
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 0 5px #a42947; /* ボタンの影 */
  transition: all 0.2s ease-in-out; /* スムーズなアニメーション */
}
button:hover {
  box-shadow: 0 2px #a42947; /* 押されたときの影の縮小 */
  transform: translateY(2px); /* ボタンが押されて沈む動作 */
}
button a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 10px;
}
button a:hover {
  opacity: 1;
}

#global {
  position: relative;
  margin: 0 auto;
  width: 100vw;
  max-width: 560px;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
}

main {
  background-color: #ffffff;
  margin: 0 10px;
}

section {
  padding-top: 80px !important;
}

.inner {
  padding: 0 20px;
}

/* HEADER
------------------------------- */
header {
  top: 0;
  margin: 0 auto;
  width: 100vw;
  max-width: 560px;
}
header h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
header h1 img {
  width: 100%;
  height: auto;
}
header nav ul {
  width: 100%;
  display: flex;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  line-height: 0;
}
header nav li {
  width: 25%;
  height: 100%;
  list-style: none;
  box-sizing: content-box !important;
}
header nav li:not(:last-child) {
  border-right: 3px solid #ffffff;
}
header nav li:nth-child(1) a {
  background-color: #880025;
}
header nav li:nth-child(2) a {
  background-color: #005952;
}
header nav li:nth-child(3) a {
  background-color: #f18900;
}
header nav li:nth-child(4) a {
  background-color: #006cb8;
}
header nav li a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* benefit
------------------------------- */
#benefit .benefit__caption {
  margin: 0 30px;
  padding-top: 20px;
  border-top: 3px dotted #182987;
}
#benefit .benefit__caption h3 span {
  font-size: 18px;
}

/*  exhibition
------------------------------- */
#exhibition {
  padding-top: 50px !important;
}
#exhibition h2 {
  width: 100%;
  height: 100%;
}
#exhibition h2 img {
  width: 100%;
  height: 100%;
}
#exhibition .exhibition__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
#exhibition .exhibition__list .exhibition__list_item {
  width: 49%;
}
#exhibition button {
  width: 100%;
  height: 70px;
  font-size: 14px;
  border-radius: 200px;
  margin: 0 0 10px;
}
#exhibition button a {
  padding: 15px 5px;
  font-size: 13px;
}
#exhibition button.toyota {
  background-color: #880025;
  box-shadow: 0 5px #66001c;
}
#exhibition button.toyota:hover {
  box-shadow: 0 2px #66001c;
}
#exhibition button.toyopet {
  background-color: #005952;
  box-shadow: 0 5px #00433e;
}
#exhibition button.toyopet:hover {
  box-shadow: 0 2px #00433e;
}
#exhibition button.corolla {
  background-color: #f18900;
  box-shadow: 0 5px #b56700;
}
#exhibition button.corolla:hover {
  box-shadow: 0 2px #b56700;
}
#exhibition button.netz {
  background-color: #006cb8;
  box-shadow: 0 5px #00518a;
}
#exhibition button.netz:hover {
  box-shadow: 0 2px #00518a;
}

/*  fryer
------------------------------- */
#flyer .flyer__item_img {
  border: 1px solid #ccc;
}

/* FOOTER
------------------------------- */
footer {
  background-color: #000;
  font-size: 12px;
  padding: 15px 10px;
}
footer dl {
  color: #ffffff;
  margin-bottom: 7px;
}
footer .copy {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */