@charset "utf-8";
/* CSS Document */

@import url("hamburger.css");

* {
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

/*共通*/
body {
  width: 100%;
  background: #fffff;
}

section {
  margin-bottom: 10em;
}

.sec_title {
  background-color: #181842;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 6em;
}

h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5em;
  padding-left: 1em;
}

p {
  font-size: 1.5em;
}

#submit {
  background-color: #a6172d;
}

#edit {
  background-color: #3f3f3f;
}

button {
  color: #fff;
  width: 160px;
  height: auto;
  font-size: 1.2em !important;
  padding: 0.7em;
  background-color: #181842;
}

#submit:hover,
.btn:hover,
.btn-primary:hover,
button:hover {
  background-color: #c72e45;
}

#edit:hover,
.btn:hover,
.btn-primary:hover,
button:hover {
  /* background-color: #adadad; */
  background-color: #3d3d70;
}

/*ヘッダー*/

header {
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.69);
  position: fixed;
  z-index: 10;
}

header .container {
  position: relative;
  top: 23%;
}

header h1.col-1 {
  height: 100%;
  padding: 0;
  padding-left: 5px;
}

header .cp_name1 {
  color: #181842;
  font-size: 1.7em;
  font-weight: bold;
  margin: auto 0;
}

header .cp_name2 {
  color: #181842;
  font-size: 0.9em;
  font-weight: 700;
  margin: auto 0;
}

header .logo {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../images/Sin_logo.png");
  background-size: contain;
  /* background-position: center; */
  background-repeat: no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_tel {
  color: #ffffff;
  text-align: right;
  font-size: 1.3em;
  font-weight: bold;
  margin: auto 0;
}

.blank_box {
  height: 14vh;
}
/*main*/
.main_text_img {
  margin: 0 auto;
}
.main_text_img img {
  display: inline-block;
  max-width: 480px;
  margin-bottom: 5%;
}
.main_text {
  text-align: center;
  font-size: 36px;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}
/*#sec01*/
#sec01 {
  margin-bottom: 0;
}

#sec01 .main_box {
  height: 100vh;
  background-image: url("../images/main_img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

#sec01 .main_text {
  /* background-color: rgba(255, 255, 255, 0.6); */
  padding: 2rem;
  display: block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sec01 nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#sec01 .main_text p {
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #181842;
  font-size: 1.6em;
  letter-spacing: 0.2em;
  line-height: 2;
}

#sec01 nav ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

#sec01 nav ul a {
  display: block;
  color: #dae0f7;
  font-weight: bold;
  background-color: rgba(166, 23, 45, 0.8);
  padding: 1em;
  font-size: 1.2em;
}

#sec01 nav ul a:hover {
  background-color: rgba(199, 46, 69, 0.8);
}

/*sec02*/
#sec02 p {
  text-align: center;
}

/*sec03*/
#sec03 .img_box {
  margin-bottom: 1em;
}

#sec03 .img_box h3 {
  font-size: 1.3em;
  margin: 0;
  padding: 0.3em;
  background-color: #a6172d;
  color: #fff;
}

#sec03 .img_box img {
  object-fit: cover;
  height: 45vw;
}

/*sec04*/
#sec04 table th {
  text-align: center;
  color: #181842;
  padding: 1.5em;
  font-size: 1.2em;
}

#sec04 table td {
  color: #181842;
  padding: 1.5em;
  font-size: 1.2em;
}

#sec04 table tr,
#sec04 table th,
#sec04 table td {
  border: 3px solid #181842;
}

#sec04 table tr:nth-child(odd) {
  background-color: #d3e0f7;
}

#sec04 table tr:nth-child(even) {
  background-color: #adc8f8;
}

/*sec05*/
#sec05 form {
  width: 100%;
}

#sec05 label {
  display: block;
  border-left: solid 10px #a6172d;
  padding-left: 5px;
  font-size: 1.2em;
  margin-bottom: 0;
}

#sec05 input {
  background-color: #d3e0f7;
  margin-bottom: 2em;
  height: 2.5em;
  width: 70%;
  border: 1px solid #707070;
  padding-left: 10px;
}

#sec05 textarea {
  background-color: #d3e0f7;
  margin-bottom: 2em;
  height: 20vw;
  width: 100%;
  border: 1px solid #707070;
  padding-left: 10px;
  padding-top: 10px;
}

#sec05 button {
  display: block;
  margin: 0 0 0 auto;
}

/*footer*/
footer {
  background-color: #181842;
}
footer p {
  color: #fff;
  text-align: center;
}

/*TOPへ戻るボタン*/
#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
#page_top a {
  background-color: #d3e0f7;
  color: #181842;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
}
#page_top a:hover {
  background-color: #adc8f8;
  text-decoration: none;
}

/*レスポンシブ*/
@media screen and (min-width: 960px) {
  .btn_menu,
  .heder_menu {
    display: none;
  }
  header .logo {
    width: 20vw;
  }
  .cp_name2 {
    display: none;
  }
}

@media screen and (min-width: 421px) and (max-width: 959px) {
  .cp_name1 {
    display: none;
  }
  header .logo {
    width: 20vw;
  }
  .header_tel {
    display: none;
  }
  .main_text_img img {
    max-width: 300px;
  }
  #sec01 nav {
    display: none;
  }

  #sec01 .main_text p {
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #181842;
    font-size: 1em;
    letter-spacing: 0.2em;
    line-height: 2;
  }
}

@media screen and (max-width: 420px) {
  .cp_name1 {
    display: none;
  }
  header .logo {
    width: 20vw;
  }
  .header_tel {
    display: none;
  }
  .main_text_img img {
    max-width: 200px;
  }
  #sec01 nav {
    display: none;
  }

  #sec01 .main_text p {
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #181842;
    font-size: 0.7em;
    letter-spacing: 0.2em;
    line-height: 2;
  }
}
