@charset "utf-8";

/* 冠婚葬祭サイト v1.0 */
body {
  font-family:
    "Noto Sans JP",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
  background-color: #f5f5dc;
}

header h1,
nav.gloobal a,
footer h2,
.header_01 {
  font-family: "Noto Serif JP", serif;
}

.wrapper {
  background-color: #a7bd00;
  width: 1100px;
  margin: 0 auto;
}

/* -----------------------------------ヘッダー部分 */
header {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  font-size: 28px;
  font-weight: 900;
  background-image: url(../images/icon_01.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

header h1 a {
  text-decoration: none;
  padding-left: 45px;
  color: #030;
}

/* --------------------------------ナビグローバル部分 */
.global ul {
  display: flex;
}

.global li a {
  display: block;
  color: #030;
  text-decoration: none;
  font-weight: 600;
  padding: 0 20px;
  border-right: 1px solid #030;
}

.global li:last-child a {
  border-right: 0;
  padding-right: 0;
}

.global li a:hover span.inner {
  border-bottom: 2px solid #b27616;
  color: #b27616;
}

/* -----------------------------------visual_img部分 */
.visual_img {
  background-image: url(../images/visual_img_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #030;
  /* 万が一画像が表示されない場合用 */
  height: 400px;
}

.visual_img {
  height: 550px;
  padding-top: 40px;
  padding-left: 90px;
}

.visual_img p {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 45px;
  line-height: 70px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

/* -----------------------------------container部分 */
.container {
  margin: 10px;
  display: flex;
  justify-content: space-between;
}

/* -----------------------------------main部分 */
main {
  width: 950px;
  margin-bottom: 50px;
}

main h2 {
  color: #030;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  background-image: url(../images/h2_img.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
  margin-bottom: 10px;
}

/* -----------------------------------news部分 */
dl.info {
  width: 750px;
  height: 200px;
  border: 1px solid #030;
  background-color: #f5f5dc;
  padding: 10px 20px;
  margin-left: 50px;
  margin-bottom: 50px;
  overflow-y: auto;
}

dl.info div.news_01 {
  display: flex;
  line-height: 20px;
  border-bottom: 2px solid #ccc;
  padding: 10px 0;
  margin-bottom: 5px;
}

dl.info div.news_01 dt {
  width: 9em;
}

dl.info div.news_01 dd {
  width: calc(100% - 9em);
}

/* ---------------------------第一メニュー部分 */
.box_01 {
  margin-top: 20px;
}

.box_01, .box_02 {
  margin-left: 80px;
  margin-bottom: 50px;
  width: 900px;
  height: 190px;
  display: flex;
  justify-content: space-evenly;
}

.box_03 a {
  text-decoration: none;
}

.box_03 h3 {
  padding: 0;
  background-color: #f5f5dc;
  color: #030;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 15px;
  text-align: center;
}

/* ----------------------------第2メニュー部分 */
.header_01 {
  font-weight: 900;
}

.box_04 {
  margin-top: 20px;
  margin-left: 50px;
  width: 975px;
  height: 190px;
  display: flex;
  justify-content: space-between;
}

.box_05 {
  color: #030;
  text-align: center;
}

.box_05 a {
  text-decoration: none;
}

.box_05 h3 {
  padding: 0;
  color: #030;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 10px;
}

/* ---------------------------------フッター部分 */
footer {
  background-color: #ccc;
  color: #030;
  padding: 10px 40px;
}

footer .content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #030;
  padding-bottom: 20px;
}

footer h2 {
  font-size: 22px;
  line-height: 34px;
  background-image: url(../images/icon_02.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 38px;
  margin-bottom: 20px;
}

/* --------------------------------アドレス部分 */
address {
  font-size: 14px;
  margin-left: 40px;
}

address span.phone {
  background-image: url(../images/free_dial.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
}

/* --------------------------------ナビ ローカル部分 */
.local {
  margin-top: 5px;
}

.local ul li {
  display: inline-block;
  margin-left: 30px;
}

.local ul li a {
  color: #030;
  text-decoration: none;
}

.local ul li a:hover {
  border-bottom: 1px solid #030;
}

hr {
  border: 0;
}

footer small {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}

/* -----未着手-----aside部分 */
/* aside {
  
} */

/* --------------------------------資料請求部分 */
.visual_img_02 {
  background-image: url(../images/visual_img_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #030;
  /* 万が一画像が表示されない場合用 */
  height: 200px;
}

.visual_img_02 {
  height: 200px;
  padding-top: 40px;
  padding-left: 90px;
}

/* ------------------------資料請求ステップ */
#contact_request {
  margin-top: 30px;
  margin-bottom: 20px;
  background-image: url(../images/h2_img.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.contact_flow {
  width: 900px;
  height: 40px;
  font-size: 23px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 8px;
  margin-left: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.contact_step1 {
  width: 250px;
  color: #fff;
  background-color: #030;
}

.contact_step2 {
  width: 250px;
  color: #fff;
  background-color: #ccc;
}

.contact_step3 {
  width: 250px;
  color: #fff;
  background-color: #ccc;
}
/* ------------------------入力フォーム */
form {
  margin-left: 70px;
}

.input_info th {
  width: 305px;
  height: 50px;
  letter-spacing: 5px;
  vertical-align: top;
}

.input_info td {
  height: 50px;
  vertical-align: top;
}

.input_info input, select {
  height: 25px;
}
.contact_label {
  padding-top: 20px;
}
.contact_tel {
  margin-top: 20px;
  margin-bottom: 20px;
}
textarea {
  margin-bottom: 20px;
}

.caution {
  color: #fff;
  background-color: #f00;
}

input, radio {
  vertical-align: middle;
}

.input_info small {
  vertical-align: top;
}

div.personal {
  width: 780px;
  height: 100px;
  border: 1px solid #030;
  padding: 5px;
  margin-bottom: 30px;
  overflow-y: auto;
}

/* --------------------------------会社概要部分 */
.visual_img_03 {
  background-image: url(../images/visual_img_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #030;
  /* 万が一画像が表示されない場合用 */
  height: 200px;
}

.visual_img_03 {
  height: 200px;
  padding-top: 40px;
  padding-left: 90px;
}

.visual_img_03 p {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.company {
  margin-top: 30px;
  margin-left: 50px;
}
.company h2 {
  margin-bottom: 30px;
}
.company table {
  margin-left: 70px;
}

.company th {
  width: 325px;
  height: 50px;
  border-bottom: 2px solid #ccc;
  letter-spacing: 5px;
  vertical-align: top;
}

.company td {
  height: 50px;
  border-bottom: 2px solid #ccc;
  vertical-align: top;
}
/* 一番下の線を消す */
.company table tr:last-child th {
  border-bottom:0;
}

.company table tr:last-child td {
  border-bottom: 0;
}

.company li {
  height: 25px;
}
