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

/* css reset
---------------------------------------------*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

/*
nav ul {
    list-style:none;
}
*/

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* end css reset
---------------------------------------------*/


/* 基本設定
---------------------------------------------*/

html {
  font-size: 62.5%; /* ≒10px */
  scroll-behavior: smooth;
} 


body {
  font-family: var(--fontmincho);
  
}

p {
  /*color: var(--textcolor);*/
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

a {
  /*color: #835b43;*/
  text-decoration: underline;
  transition: .3s;
}

a:hover {
  /*opacity: .8;*/
  text-decoration: none;
}

img {
    width: 100%;
  }

/* 変数 */
:root {
  --basecolor: #031aba; /* 基本色 */
  --textcolor: #06188e;
  --gradient: linear-gradient( ); /* 参考サイト：https://gradienthunt.com */
  
  /* フォントの指定 */
  --fontmincho: 'Hiragino Mincho', serif;
  --fontgothic: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif
  
}



/* end 基本設定
---------------------------------------------*/


/* レイアウト
---------------------------------------------*/

/* トップページ */

.container-main,
.container-ikuta {
  margin: 0 auto;
  padding-top: 80px;
  width: 920px;
}

.container-main h1 {
  /*border-top: solid 5px var(--basecolor);*/
  border-bottom: solid 5px var(--basecolor);
  color: var(--basecolor);
  font-size: 2.6rem;
  line-height: 1.6;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 30px;
}

.container-main h1 .sub-h1 {
  font-size: 2.2rem;
  padding-left: 30px;
}

.global-navi {
  font-size: 1.6rem;
  margin: 50px 0;
}

.global-navi ul {
  margin-bottom: 40px;
}

.global-navi li {
  margin-bottom: 10px;
}

.global-navi a {
  text-decoration: none;
}

.contents-box {
  scroll-margin-top: 5px;
  width: 90%;
  margin: 0 auto 50px;
}

.contents-box h2 {
  border-top: solid 5px var(--basecolor);
  border-bottom: solid 5px var(--basecolor);
  color: var(--basecolor);
  font-size: 2.2rem;
  line-height: 1.3;
  padding: 5px 0;
  margin-bottom: 30px;
}

.contents-box h3 {
  color: var(--basecolor);
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 5px 0;
  margin-bottom: 5px;
}

figure img {
  width: 100%;
}

figcaption {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 5px 0;
}

.container-main .photo1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  width: 80%;
}

.container-main .photo1 figure {
  width: 49%;
  margin-bottom: 10px;
}

.container-main .photo2 {
  width: 70%;
  margin: 0 auto 3em;
}

.container-main .photo4 {
  width: 50%;
  margin: 0 auto 3em;
}

.container-main .photo5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}

.container-main .photo5 figure {
  width: 24%;
  margin-bottom: 10px;
}

.container-main .photo6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}

.container-main .photo6 figure {
  width: 49%;
  margin-bottom: 10px;
}

.container-main .photo7 {
  width: 80%;
  margin: 0 auto 3em;
}

.list-style01 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 40px 2.5em;
}

.list-style01 li {
  list-style-type: disc;
  margin: 15px 0;
}

.list-style02 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 40px 2.4em;
  text-indent: -1.2em;

}

.list-style02 li {
  list-style-type: none;
  margin: 15px 0;
}

.container-main .photo3 {
  height: 500px;
  position: relative;
  margin: 60px 0;
}

.photo3 .asahi {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.photo3 .fujito1 {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 12%;
}

.photo3 .fujito2 {
  width: 36%;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.tirashi-waku img {
  border: solid 1px #c7c7c7;
}


/* / トップページ */


/* 生田神社 */
.container-ikuta h3 {
  font-size: 2.0rem;
  margin-bottom: 10px;
}

.container-ikuta p {
  color: #000;
}

.ikuta-tit {
  /*background: #dc541b;*/
  margin-top: -20px;
  padding: 50px 10px 15px;
  margin-bottom: 20px;
  border-top: solid 1px #000;
}

.ikuta-tit p,
.ikuta-tit h1 {
  color: #000;
  line-height: 1;
}

.ikuta-tit h1 {
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 10px 0 20px 100px;
  border-bottom: none;
}

.ikuta-tit .sub-tit {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 0 0 20px;
}

.ikuta-tit .auth-name {
  font-size: 2.0rem;
  text-align: right;
  padding-right: 20px;
  margin-top: -40px;
}

.number {
  text-align: right;
  font-size: 1.4rem;
}

.number2 {
  background: #fff;
  text-align: right;
  font-size: 1.4rem;
  position: relative;
  z-index: 5;
  border-bottom: solid 1px #000;
  margin-top: 30px;
}

/*.number2::after {
  background: #000;
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  top: 10px;
  z-index: 1;
}*/

.hosoku {
  font-size: small;
}

.container-ikuta .photo4 {
  width: 80%;
  margin: 30px auto;
}

.container-ikuta .photo4 figcaption {
  color: #000;
}

/* / 生田神社 */

/* 鏡板の紹介 */
.kagamiita-tit {
  /*background: #dc541b;*/
  display: grid;
  place-items: center;
  padding: 45px 10px 20px;
  margin-bottom: 20px;
  margin-top: 80px;
}

.kagamiita-tit h1 {
  color: #000;
  line-height: 1;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 0;
  text-align: center;
  border-bottom: none;
}

.kagamiita-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kagamiita-box .kagamiita {
  width: 32%;
  margin-bottom: 40px;
}

.kagamiita-box .kagamiita h2 {
  font-size: 2.0rem;
  border-bottom: solid 3px #dc541b;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.kagamiita-box .photo-kagami {
  margin: 15px 0;
}

.kagamiita-box .kagamiita h3 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.kagamiita-box .kagamiita span {
  font-size: small;
}

.kagamiita-box .kagamiita .year {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}

.kagamiita.minatogawa-shinnoden {
  width: 64%;
}

.kagamiita.minatogawa-shinnoden h2 {
  padding-bottom: 1.7em;
}

.minatogawa-shinnoden .minatogawa-kagami {
  display: flex;
  justify-content: space-between;
}

.minatogawa-shinnoden .minatogawa-kagami > div {
  width: 48%;
}

.kagamiita h2 {
  color: #000;
  border-top: none;
}

.kagamiita h3 {
  color: #000;
}

/* / 鏡板の紹介 */


/* お問い合わせ */
.form-table {
  width: 100%;
  border-left: solid 1px #9d9d9d;
  border-top: solid 1px #9d9d9d;
}

.form-table th,
.form-table td {
  font-size: 1.6rem;
  padding: .8em;
  vertical-align: middle;
  border-bottom: solid 1px #9d9d9d;
  border-right: solid 1px #9d9d9d;
}

.form-table th {
  background: #f1f1f1;
  text-align: left;
  font-weight: normal;
}

.form-table td {
  padding-left: 1em;
}

.form-table input[type=text],
.form-table textarea {
  padding: .5em;
}

.submit-btn-area {
  text-align: center;
  margin: 20px 0 40px 0;
}


/* / お問い合わせ */


/* フッター
--------------------------------------*/
footer {
  position: relative;
  margin-bottom: 50px;
}

.footer {
  border-top: solid 8px var(--basecolor);
  border-bottom: solid 8px var(--basecolor);
  margin: 20px auto;
  padding: 2em 0 .8em;
  text-align: center;
  width: 100%;
}

footer .copy {
  text-align: center;
  font-size: 1.2rem;
}

.toTop {
  background: #dcdbdb;
  border-radius: 3px;
  display: grid;
  place-items: center;
  position: absolute;
  right: 0;
  top: 25px;
  width: 40px;
  height: 40px;
}

.toTop:hover {
  opacity: .8;
}

.triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 20px solid #aaaaaa;
  border-top: 0;
}

/* end フッター
--------------------------------------*/


/* end レイアウト
---------------------------------------------*/



/* レスポンシブ調整（スマホレイアウト）
---------------------------------------------*/
@media screen and (max-width: 768px){

/* レイアウト
---------------------------------------------*/

p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* トップページ */

.container-main,
.container-ikuta {
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
}

.container-main h1 {
  border-top: none;
  border-bottom: none;
  color: var(--basecolor);
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto 30px;
  width: 95%;
}

.container-main h1 .sub-h1 {
  font-size: 1.6rem;
  padding-left: 0;
  display: block;
}

.global-navi {
  font-size: 1.2rem;
  margin: 30px auto;
  width: 85%;
}

.global-navi ul {
  margin-bottom: 40px;
}

.global-navi li {
  margin-bottom: 8px;
  line-height: 1.2;
}

.contents-box {
  scroll-margin-top: 5px;
  width: 85%;
  margin: 0 auto 50px;
}

.contents-box h2 {
  border-top: solid 5px var(--basecolor);
  border-bottom: solid 5px var(--basecolor);
  color: var(--basecolor);
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 5px 0;
  margin-bottom: 30px;
}

figure img {
  width: 100%;
}

figcaption {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 5px 0;
}

.container-main .photo1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2px;
  width: 100%;
}

.container-main .photo1 figure {
  width: 49%;
  margin-bottom: 10px;
}

.container-main .photo2 {
  width: 100%;
  margin: 0 auto;
}

.container-main .photo4 {
  width: 70%;
  margin: 0 auto 3em;
}

.container-main .photo5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}

.container-main .photo5 figure {
  width: 48%;
  margin-bottom: 10px;
}

.container-main .photo6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}

.container-main .photo6 figure {
  width: 49%;
  margin-bottom: 10px;
}

.container-main .photo7 {
  width: 100%;
  margin: 0 auto 3em;
}

.list-style01 {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 40px 1.0em;
}

.list-style01 li {
  list-style-type: disc;
  margin: 15px 0;
}

.list-style02 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 40px 1em;
  text-indent: -1.5em;

}

.list-style02 li {
  list-style-type: none;
  margin: 15px 0;
}

.container-main .photo3 {
  /*height: 250px;*/
  height: 67vw;
  position: relative;
  margin: 30px 0;
}

.photo3 .asahi {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.photo3 .fujito1 {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 12%;
}

.photo3 .fujito2 {
  width: 36%;
  position: absolute;
  bottom: 6em;
  right: 0;
}


/* / トップページ */


/* 生田神社 */
/*.container-ikuta {
  width: 80%;
  margin: 0 auto;
}*/

.container-ikuta h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.container-ikuta p {
  color: #000;
}

.ikuta-tit {
  /*background: #dc541b;*/
  padding: 30px 10px 5px;
  text-align: center;
  width: 100%;
  margin: 0 auto 20px;
  border-top: solid 1px #000;
}

.ikuta-tit p,
.ikuta-tit h1 {
  color: #000;
  line-height: 1;
}

.ikuta-tit h1 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0em;
  padding: 0px 0 10px 0;
}

.ikuta-tit .sub-tit {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 0 0 0;
}

.ikuta-tit .auth-name {
  font-size: 1.8rem;
  text-align: center;
  padding-right: 0;
  margin-top: 0;
}

.number {
  text-align: right;
  font-size: 1.4rem;
  width: 100%;
  margin: 0 auto 20px;
}

.ikuta-box {
  width: 100%;
  margin: 0 auto;
}

.hosoku {
  font-size: small;
}

.container-ikuta .photo4 {
  width: 100%;
  margin: 30px auto;
}

.container-ikuta .photo4 figcaption {
  color: #000;
}

/* / 生田神社 */

/* 鏡板の紹介 */
.kagamiita-tit {
  /*background: #dc541b;*/
  display: grid;
  place-items: center;
  padding: 25px 10px;
  margin-bottom: 20px;
  width: 100%;
  margin: 0 auto 20px;
}

.kagamiita-tit h1 {
  color: #000;
  line-height: 1.2;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 0;
  text-align: center;
}

.kagamiita-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kagamiita-box .kagamiita {
  width: 100%;
  margin-bottom: 40px;
}

.kagamiita-box .kagamiita h2 {
  font-size: 1.8rem;
  border-bottom: solid 3px #dc541b;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.kagamiita-box .photo-kagami {
  margin: 15px 0;
}

.kagamiita-box .kagamiita h3 {
  font-size: 1.8rem;
}

.kagamiita-box .kagamiita span {
  font-size: small;
}

.kagamiita-box .kagamiita .year {
  font-size: 1.6rem;
  font-weight: bold;
}

.kagamiita.minatogawa-shinnoden {
  width: 100%;
}

.kagamiita.minatogawa-shinnoden h2 {
  padding-bottom: 0;
}

.minatogawa-shinnoden .minatogawa-kagami {
  display: block;
  justify-content: space-between;
}

.minatogawa-shinnoden .minatogawa-kagami > div {
  width: 100%;
}

.kagamiita h2 {
  color: #000;
  border-top: none;
}

.kagamiita h3 {
  color: #000;
}

/* / 鏡板の紹介 */


/* お問い合わせ */
.form-table {
  width: 100%;
  border-left: solid 1px #9d9d9d;
  border-top: solid 1px #9d9d9d;
}

.form-table th,
.form-table td {
  display: block;
  font-size: 1.6rem;
  padding: .8em;
  vertical-align: middle;
  border-bottom: solid 1px #9d9d9d;
  border-right: solid 1px #9d9d9d;
}

.form-table th {
  border-bottom: dotted 1px #9d9d9d;
}

.form-table th {
  background: #f1f1f1;
  text-align: left;
  font-weight: normal;
}

.form-table td {
  padding-left: 1em;
}

.form-table input[type=text],
.form-table textarea {
  padding: .5em;
}

.form-table textarea {
  width: 95%;
}

.submit-btn-area {
  text-align: center;
  margin: 20px 0 40px 0;
}


/* / お問い合わせ */


/* フッター
--------------------------------------*/
footer {
  margin: 0 auto 50px;
  width: 90%;
}

.footer {
  border-top: solid 8px var(--basecolor);
  border-bottom: solid 8px var(--basecolor);
  margin: 20px auto;
  padding: 2em 0 .8em;
  text-align: center;
  width: 100%;
}

footer .copy {
  font-size: 1.2rem;
}

.toTop {
  background: #dcdbdb;
  border-radius: 3px;
  display: grid;
  place-items: center;
  position: absolute;
  right: -15px;
  top: 25px;
  width: 40px;
  height: 40px;
}

.triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 20px solid #aaaaaa;
  border-top: 0;
}

/* end フッター
--------------------------------------*/


/* end レイアウト
---------------------------------------------*/




}
/* end レスポンシブ調整（スマホレイアウト）
---------------------------------------------*/