@charset "utf-8";

/* about image */
.about-image {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.about-image1 { grid-area: 1 / 5 / 2 / 12;  
background: rgba(0,101,172);
}
.about-image2 { grid-area: 1 / 2 / 2 / 6;
font-size: 48px;
color: #494544;
text-align: left;
letter-spacing: 5px;
line-height: 0.2em;
padding: 0px;
padding-top: 100px;
padding-left: 30px;
font-family: 'Roboto', sans-serif;
background: #fff;
}
.about-image2 h5{
font-size: 20px;
color: #494544;
letter-spacing: 5px;
}
.about-image3 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
}
/* about image */

/* greeting */
.greeting {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
}
.greeting img{
width: 100%;
border-left: 2px solid #fff;
}
.greeting1 { grid-area: 1 / 2 / 2 / 5; }
.greeting2 { grid-area: 1 / 5 / 2 / 13;
padding: 30px;
padding-top: 50px;
}
.greeting2 p{
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 2em;
}
.greeting2 h3{
font-size: 18px;
text-align: right;
font-family:'Noto Serif JP', cursive;
}
.greeting3 { grid-area: 1 / 1 / 2 / 2;
background:rgba(0,101,172);
}
/* greeting */

/* hisotry */
.history {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}

.history1 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
}
.history2 { grid-area: 1 / 2 / 2 / 13; 
padding: 30px;
}
.history2 th{
width:0px;
}

.history2 td{
width: 100%;
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 2em;
background: #fff;
padding-top: 0px;
padding-left: 50px;
border-radius: 0px;
height: 65px;
border-bottom: 1px solid rgba(0,101,172);
}
/* history */

/* outline */
.outline {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}

.outline1 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
}
.outline2 { grid-area: 1 / 2 / 2 / 13; 
padding: 30px;
}
.outline2 th{
width:0px;
}

.outline2 td{
width: 100%;
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 2em;
background: #fff;
padding-top: 0px;
padding-left: 50px;
border-radius: 0px;
height: 65px;
border-bottom: 1px solid rgba(0,101,172);
}
/* outline */

/* access */
.access {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}

.access1 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
}
.access2 { grid-area:1 / 2 / 2 / 13;
margin: 20px;
}
.access2 iframe{
width: 100%;
height: 450px;
}
.access3 { 
font-size: 16px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 2em;
text-align: left;
padding-left: 50px;
margin-left: 8.33%;
}
/* access */


@media (max-width: 768px){ 
/* about image */
.about-image {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.about-image1 { grid-area:1 / 12 / 2 / 13;
background: #fff;
}
.about-image2 { grid-area: 1 / 1 / 2 / 12;
font-size: 32px;
color: #fff;
text-align: left;
letter-spacing: 5px;
line-height: 0.2em;
padding: 0px;
padding-top: 100px;
padding-left: 30px;
font-family: 'Roboto', sans-serif;
background: rgba(0,101,172);
}
.about-image2 h5{
font-size: 20px;
color: #fff;
letter-spacing: 5px;
}
.about-image3 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
display: none;
}
/* about image */

/* greeting */
.greeting {
display: grid;
grid-template-columns: 0.8fr repeat(11, 1fr);
grid-template-rows: 0.5fr 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
}
.greeting img{
width: 100%;
border-left: 2px solid #fff;
}
.greeting1 { grid-area: 1 / 2 / 2 / 12; 
}
.greeting2 { grid-area: 2 / 2 / 3 / 13; 
padding: 5px;
padding-top: 10px;
}
.greeting2 p{
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 2em;
}
.greeting2 h3{
font-size: 16px;
text-align: right;
font-family:'Noto Serif JP', cursive;
}
.greeting3 { grid-area: 1 / 1 / 3 / 2;
background:rgba(0,101,172);
}
/* greeting */

/* hisotry */
.history {
display: grid;
grid-template-columns: 0.8fr repeat(11, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}

.history1 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
}
.history2 { grid-area: 1 / 2 / 2 / 13; 
padding: 0px;
}
.history2 th{
width:0px;
}

.history2 td{
width: 100%;
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 2em;
background: #fff;
padding-top: 0px;
padding-left: 10px;
border-radius: 0px;
height: 65px;
border-bottom: 1px solid rgba(0,101,172);
}
/* history */

/* outline */
.outline {
display: grid;
grid-template-columns: 0.8fr repeat(11, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}

.outline1 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
}
.outline2 { grid-area: 1 / 2 / 2 / 13; 
padding: 0px;
}
.outline2 th{
width:0px;
}

.outline2 td{
width: 100%;
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 2em;
background: #fff;
padding-top: 0px;
padding-left: 10px;
border-radius: 0px;
height: 65px;
border-bottom: 1px solid rgba(0,101,172);
}
/* outline */

/* access */
.access {
display: grid;
grid-template-columns: 0.8fr repeat(11, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}

.access1 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
}
.access2 { grid-area:1 / 2 / 2 / 12;
margin: 0px;
border-left: 2px solid #fff;
}
.access2 iframe{
width: 100%;
height: 450px;
}
.access3 { 
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 2em;
text-align: left;
padding-left: 0px;
margin-left: 5%;
}
/* access */
    
}