@charset "UTF-8";
/*
Theme Name: sevenbed
Description: sevenbed
*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ ProN W3', "ヒラギノ角ゴ Pro" , 'Hiragino Sans','Hiragino Kaku Gothic ProN',sans-serif;
}

section {
  margin: 0 auto;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
  padding: 1% 2%;
  font-size: 24px;
}

p {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #696969;
  text-decoration: none;
}

a:hover, a:active {
  opacity: .8;
}

a.icon:after {
  content: '';
  display: inline-block;
  width: 17px;
  /*画像の幅*/
  height: 17px;
  /*画像の高さ*/
  background-image: url(./images/linkicon.png);
  background-size: contain;
  vertical-align: middle;
}

li {
  list-style: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

body {
  min-width: 1000px;
  height: 100%;
}

html {
  height: 100%;
}

header {
  min-width: 1000px;
  border-top: 4px solid #696969;
}

header .menubox {
  width: 950px;
  height: 102px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .menubox .addrbox {
  color: #708090;
  text-align: right;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .menubox .addrbox .tel a {
  color: #708090;
  font-size: 27px;
  font-weight: 500;
}

header .menubox .addrbox .tel {
  font-size: 20px;
}

#body {
  min-height: 100%;
  padding-bottom: 104px;
}

#top {
  background-image: url(./images/back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
}

#menu {
  border-top: 4px solid #696969;
}

#menu nav {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 67px;
}

#menu nav li {
  width: 20%;
  text-align: center;
  list-style: none;
  font-size: 18px;
  font-weight: 100;
  color: #696969;
}

#menu nav li:before {
  content: "";
  background-image: url(./images/arrow.png);
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-right: 5px;
}

.submenu #menu {
  border-top: 1px solid #d4d4d4;
}

#detail {
  min-width: 1000px;
  height: 291px;
  background-color: #eaeded;
  display: flex;
  align-items: center;
}

#detail .text {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #696969;
  font-size: 21px;
  font-weight: 200;
  line-height: 45px;
}

#content {
  min-width: 1000px;
  background-image: url(./images/back2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 471px;
}

#content .inner {
  width: 985px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#infomation {
  min-width: 1000px;
  height: 490px;
}

#infomation h1 {
  margin: 53px auto 0;
  text-align: center;
}

#infomation .newsbox {
  width: 864px;
  height: 267px;
  overflow: scroll;
  margin: 0 auto;
  padding: 17px 0 25px;
}

#infomation .newsbox article a {
  display: flex;
  height: 45px;
  padding-left: 28px;
  align-items: center;
  font-size: 15px;
  font-weight: 200;
  color: #4682b4;
  border-bottom: 1px solid #4682b4;
}

#infomation .newsbox article a .title {
  padding-left: 33px;
}

#bottommenu {
  min-width: 1000px;
  height: 58px;
  border-top: 2px solid #696969;
}

#bottommenu nav {
  width: 500px;
  height: 100%;
  color: #696969;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 200;
}

#bottommenu nav li {
  list-style: none;
  text-align: center;
  position: relative;
}

#bottommenu nav li:before {
  content: "▶︎";
  position: absolute;
  font-size: 9px;
  top: 50%;
  left: -10px;
  transform: translateX(-50%) translateY(-50%);
}

footer {
  margin-top: -104px;
}

footer #footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  min-width: 1000px;
  background-color: #696969;
  color: #fff;
}

/*固定ページ*/
#subtop {
  background-image: url(./images/subback.jpg);
  background-position: center bottom;
  height: 300px;
}

#inner {
  width: 1000px;
  margin: 0 auto;
}

#inner h1 {
  margin-top: 50px;
  padding: 9px 0;
  text-align: center;
  color: #4682b4;
  font-size: 31px;
  font-weight: 300;
  border-bottom: 1px solid #4682b4;
}

#inner #contact {
  min-width: 1000px;
  color: #4682b4;
}

#inner #contact .form_table {
  width: 800px;
  margin: 50px auto 0;
}

#inner #contact .form_table .form {
  margin: 0 auto;
  width: 100%;
}

#inner #contact .form_table .form input, #inner #contact .form_table .form textarea {
  width: 90%;
  margin: 0 auto;
  padding: 1% 0;
  font-size: 20px;
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

#inner #contact .form_table .form th, #inner #contact .form_table .form td {
  border: 1px solid #eaeaea;
  padding: 3% 5%;
}

#inner #contact .form_table .form th {
  text-align: left;
  width: 35%;
}

#inner #contact .form_table .form .must {
  position: relative;
}

#inner #contact .form_table .form .must:after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background-color: #cf4f52;
  color: #fff;
  padding: 6px;
  border-radius: 4px;
  font-weight: normal;
  font-size: 12px;
}

#inner #contact .form_table .btn {
  text-align: center;
  margin: 3% 0;
}

#inner #contact .form_table .btn #submit {
  width: 400px;
  font-family: "Yu Gothic";
  background: #535353;
  color: #fff;
  border: 1px inset #DEDEDE;
  border-radius: 5px;
  line-height: 50px;
  font-weight: bold;
  font-size: 15px;
}

#inner #info {
  min-width: 1000px;
  color: #4682b4;
  margin: 50px auto;
}

#inner #info .info_table {
  min-width: 800px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

#inner #info .info_table td {
  width: 500px;
  border: 1px solid #4682b4;
  padding: 3% 5%;
}

#inner #info .info_table td:first-child {
  width: 300px;
  color: #fff;
  background-color: #4682b4;
}

#newslist {
  width: 80%;
  padding: 30px 0;
}

#newslist .item a {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #4682b4;
}

#newslist .item a .date {
  color: #696969;
}

#newslist .item a .title {
  position: relative;
  color: #696969;
  padding-left: 30px;
  margin-left: 50px;
}

#newslist .item a .title:before {
  content: "▶︎";
  font-size: 10px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

#newslist .pagination {
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
}

#newslist .pagination h2 {
  display: none;
}

#newslist .pagination span, #newslist .pagination a {
  margin: 0 10px;
}

/*個別ページ*/
#single {
  color: #696969;
  margin-bottom: 50px;
}

#single article {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0 0;
}

#single article .heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #4682b4;
  font-size: 30px;
}

#single article .heading .title {
  padding-left: 20px;
}

#single article .heading .date {
  font-size: 20px;
}

#single article .content {
  padding: 20px 0;
  font-size: 18px;
  border-bottom: 1px solid #4682b4;
}

#single .bottom {
  width: 900px;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}

#single .bottom div {
  width: 30%;
  text-align: center;
}
