@charset "UTF-8";

/* 共通部分--------------------------------------*/

html {
  font-size: 100%;
}

body {
  font-family: "Yu Gothic Medium", "遊ゴシック Medium", "YuGothic, "遊ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
  color: #432;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}


/* HEADER--------------------------------------*/

.page-header {
  background: #27374D;
  display: flex;
  justify-content: space-between;
  height: 60px;
}

.page-header > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
}

.logo {
  width: 60px;
  height: 60px;
}

.main-nav {
  display: flex;
  font-size: 1.25rem;
  text-transform: uppercase;
  list-style: none;
  height: 100%;
}

.main-nav li {
  margin-left: 36px;
}

.main-nav a {
  color: #FFFFFF;
}

.main-nav a:hover {
  color: #DDE6ED;
}


/* First Look--------------------------------------*/

.FirstLook-content {
  text-align: center;
  margin-top: 10%;
}

.FirstLook-content h2 {
  font-size: 4.0rem;
}

.FirstLook-content p {
  font-size: 1.0rem;
  margin: 10px 0 50px;
}

.page-title {
  font-size: 5rem;
  font-family: 'Philosopher', serif;
  text-transform: uppercase;
  font-weight: normal;
}

.button {
  font-size: 1.375rem;
  background: #526D82;
  color: #fff;
  border-radius: 5px;
  padding: 18px 32px;
}

.buttton:hover {
  background: #0090aa;
}

/* 大きな背景画像 */
.big-bg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}


/* FOOTER--------------------------------------*/

.page-footer {
  background: #27374D;
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
  height: 200px;
}

.page-footer > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
}

.logo {
  width: 60px;
}

.sav-nav {
  font-size: 1.25rem;
  text-transform: uppercase;
  list-style: none;
  height: 100%;
  text-align: left;
}

.sav-nav li {
  margin-left: 10px;
}

.sav-nav a {
  color: #FFFFFF;
}

.sav-nav a:hover {
  color: #DDE6ED;
}

.sav-nav2 {
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  list-style: none;
  height: 100%;
}

.sav-nav2 li {
  margin-left: 10px;
}

.sav-nav2 a {
  color: #FFFFFF;
}

/* BODY--------------------------------------*/

.title-content {
  text-align: center;
  margin-top: 10%;
}

.title-content p {
  font-size: 2.0rem;
  margin: 30px 0 30px;
}

.text-content {
  text-align: center;
}

.text-content p {
  font-size: 1.125rem;
}


/* HOME--------------------------------------*/


#home {
  background-image: url(../images/xxx.png);
  min-height: 100vh;
}

#home .page-title {
  text-transform: none;
}


/* ABOUT US--------------------------------------*/

.about-content {
  text-align: center;
  margin-top: 10%;
}

.about-content p {
  font-size: 1.125rem;
  margin: 10px 0 50px;
}

#about {
  background-image: url(../images/xxx.png);
  min-height: 100vh;
}

#about .page-title {
  text-transform: none;
}

/* news--------------------------------------*/

.news-nav {
  font-size: 1.25rem;
  text-transform: uppercase;
  list-style: none;
  height: 100%;
  text-align: left;
}

.news-nav li {
  margin-left: 10px;
}

.news-nav a:hover {
  color: #DDE6ED;
}

/* CONTACT--------------------------------------*/
#contact {
  background-image: url(../images/contact-bg.png);
  min-height: 100vh;
}

/* フォーム-------------------------------------*/

form div {
  margin-bottom: 14px;
}

label {
  font-size: 1.125rem;
  margin-bottom: 10px;
  display: block;
}

input[type="text"],
input[type="email"],
textarea {
  background: rgba(255,255,255,.5);
  border: 1px #fff solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  max-width: 240px;
}

textarea {
  width: 100%;
  max-width: 480px;
  height: 6rem;
}

input[type="submit"] {
  border: none;
  cursor: pointer;
  line-height: 1;
}
