@charset "UTF-8";

body {
  background-image: url(images/bg.png);
  background-repeat: repeat-y;
  background-size: cover;
}

.menu {
  background-color: #F6EDCC;
  width: 900px;
  height: auto;
  margin: 15px;
  padding: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px 15px 15px 15px;
  gap: 15px;
}

.menu-top {
  background-color: #F6EDCC;
  width: 900px;
  height: auto;
  margin: 15px 15px 0px 15px;
  padding: 30px 30px 15px 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px 15px 0px 0px;
  gap: 15px;
}

.menu-bottom {
  background-color: #F6EDCC;
  width: 900px;
  height: auto;
  margin: 0px 15px 15px 15px;
  padding: 15px 30px 30px 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 15px 15px;
  gap: 15px;
}

.side {
     display: flex;
    flex-direction: column;
    align-items: center;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.container {
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.inner {
  text-align: center;
  margin-bottom: 15px;
}

.inner2 {
  text-align: center;
}

.subtitle {
  text-align: left;
}

.salutation {
  text-align: left;
  width: 80%;
  margin: 0 auto;
  max-width: 900px;
}

.vertical {
  flex-direction: column;
}

h2 {
  color: #005726;
  font-family: Hiragino Kaku Gothic ProN;
}

h3 {
  color: #707070;
  font-family: Hiragino Kaku Gothic ProN;
}

p {
  line-height: 1.7;
  color: #707070;
  font-family: Hiragino Kaku Gothic ProN;
}

.p2 {
  line-height: 1.7;
  color: #000000;
  font-family: Hiragino Kaku Gothic ProN;
}

li {
  line-height: 1.7;
  color: #707070;
  font-family: Hiragino Kaku Gothic ProN;
}

.item {
  width: 300px;
  height: auto;
  text-align: center;
}

.movie {
  float: right;
}

.title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

img {
  vertical-align: top;
}

.art {
  align-items: center;
}

ul {
  list-style: none;
}

/* モバイル*/
@media (max-width:900px) {
  img {
    width: 100%;
    height: auto;
  }
  .menu {
    width: auto;
    padding: 0px;
  }
  .menu-top {
    width: auto;
    padding: 0px;
  }
  .menu-bottom{
    width: auto;
    padding: 0px;
  }
  .item {
    text-align: left;
  }
  .container {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .clearfix:after{
    content: "";
    clear: both;
    display: block;
  }
  .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}