/* 初期設定 */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.btn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

/* 共通 */
html {
  /* background-image: url(../img/background_gold.jpg); */
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;
  background: #E2F1F2;
  font-family: "Rounded Mplus 1c";
}

.sp-only {
  display: none !important;
}
.pc-only {
  display: block !important;
}

p {
  font-size: 20px;
  line-height: 1.6;
}
section:not(:first-of-type) {
  margin-top: 120px;
}
.container {
  width: 1024px;
  margin: 0 auto;
  padding: 90px 120px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
.container::after {
  border: black 0.3px solid;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}
.container::before {
  background: white;
  content: "";
  display: block;
  position: absolute;
  right: -13px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -2;
}
.container h2 {
  width: 600px;
  background: #9AD2D3;
  color: white;
  font-size: 36px;
  padding: 12px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* メインビジュアル */
#main-visual {
  background-image: url(../img/main_visual.jpg);
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
#main-visual::after {
  content: "";
  width: calc(100% - 20px * 2);
  height: calc(100% - 20px * 2);
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 20px;
  border: 0.3px solid white;
}
#main-visual h1 {
  color: white;
  font-size: 60px;
  font-weight: 700;
  margin: 0 auto;
  font-family: "Hannari";
}

#main-visual p {
  /* background: rgb(256, 256, 256, 0.3); */
  font-size: 28px;
  text-shadow: rgb(0, 0, 0, 0.6);
  padding: 40px;
  border-radius: 20px;
  color: white;
  font-family: "Hannari";
}

/* ベイエリアみらいチケットとは */
#about {
  display: flex;
  flex-wrap: wrap;
}
#about .message {
  width: calc(100% - 120px - 120px);
}
#about .img {
  width: 120px;
  margin-left: 120px;
}
#about .img-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
#about .img-list > li {
  width: 200px;
}

/* みらいチケットの活用方法 */
#how-to .img-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  align-items: center;
}
#how-to .img-list > li {
  width: 180px;
  max-width: 180px;
}

/* チケットご利用の流れ */
#flow {
  
}
#flow .flow-list > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#flow .flow-list > li:not(:first-child) {
margin-top: 60px;
}
#flow .num {
  width: 70px;
}
#flow .message {
  width: calc(100% - 90px - 30px);
  margin-left: 30px;
  font-size: 24px;
  transform: translateY(-5px);
}
#flow .img {
  width: 150px;
  margin: 0 auto;
}

/* 対象店舗 */
#store {
  
}
#store .store-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#store .store-list > li {
  width: 50%;
}
/* #store .store-list > li:not(:first-child) {
  margin-top: 120px;
} */
#store .store-list > li:nth-child(n+3) {
  margin-top: 80px;
}
#store .store-list > li .img {
  width: 90%;
  margin: 0 auto;
}
#store .store-list > li .name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 8px;
}
#store .store-list > li .btn {
  color: white;
  background: #9AD2D3;
  text-decoration: none;
  padding: 12px 0;
  width: 300px;
  display: block;
  text-align: center;
  margin: 20px auto 0;
}

/* 新規事業 */
#news {
  background: white;
  padding-top: 60px;
  padding-bottom: 80px;
}
#news > div {
  margin: 0 auto;
  min-width: 1024px;
  width: 90%;

}
#news > div .row {
  display: flex;
  justify-content: space-between;
}
#news > div .row .intro {
  width: calc(100% - 500px - 30px);
}
#news > div .row .img {
  width: 500px;
}
#news > div .column {
}
#news > div .column .intro {
  margin-bottom: 40px;
}
#news > div .column ul {
  display: flex;
  justify-content: space-between;
}
#news > div .column ul > li {
  width: calc((100% - 30px) / 2);
}
#news > div .column ul > li .name {
  text-align: center;
  margin-bottom: 8px;
}

#news h2 {
  color: #9AD2D3;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
}
#news h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  color: #F5AC5B;
  margin-bottom: 30px;
}
#news {
  background: white;
}
#news {
  background: white;
}

/* フッター */
footer {
  background: #E2F1F2;
  margin-top: 60px;
}
footer h2 {
  font-size: 40px;
  /* font-weight: 700; */
  text-align: center;
}
footer a {
  display: block;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: black;
  margin: 50px auto 0;
}
footer .copyright {
  background: #9AD2D3;
  color: white;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  margin-top: 80px;;
}