@charset "utf-8";

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

* {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

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

a:hover {
    color: #0c57b6;
}

body {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 300; /* EL200,L300,R400,M500,B700,H900 */
    font-style: normal;
}


/******************************************
ページ全体の設定 */
body  {
    display: grid;
    grid-template-columns: 20px 1fr 20px;
    grid-template-rows: 
                [head] auto
                [title] auto
                [sub] auto
                [aboutjuku] auto
                [koza] auto
                [nittei] auto
                [news] auto
                [ichiwakainfo] auto
                [foot] auto;
}

/******************************************
パーツの配置 */
body > * {
    grid-column: 2/-2;
}

/* ヘッダー */
/*モバイル版の設定 */
@media (max-width: 1024px) {

    header {
        grid-row: head;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .corporatelogo {
        display: block;
        width: 30%;
        height: auto;
        z-index: 0;
    }

    #slidemenu-btn {
        display: block;
        width: 30px;
        height: 30px;
    }

    .header-navbtn {
        display: block;
        position: absolute;
        z-index: 30;
        width: 30px;
        height: 30px;
        background-image: url(../img/navbtn.png);
        background-size: 30px 30px;
    }
    .header-navbtn:hover, .header-navbtn:active {
        background-color: #ccccccf;
    }

    .globalnav {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .globalnav li a {
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid #ffffff;
        text-decoration: none;
        line-height: 100%;
        color: #ffffff;
    }
    .globalnav li a:hover, .globalnav li a.current {
        background: #666666;
        color: #ffffff;
    }

} /*モバイル版の設定終了 */
    
/* ナビゲーション */
/* モバイル版の設定 */
@media (max-width: 1024px) {

nav {
    grid-row: head;
}

.nav-container {
	position: absolute;
	top: 62px;
	right: 0;
	z-index: 20;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #666666;
	box-shadow: 0px 5px 5px  rgba(0,0,0,0.4);
}

/* ========== Javascript用CSS ========== */
/* ナビゲーションを最初は非表示。 */
#js-slidemenu {
	display: none;
}

} /* モバイル版の設定終了 */

/* パソコン向けではナビゲーションを常に表示 */
@media screen and (min-width: 1025px) {
	#js-slidemenu {
		display: block !important; 
	}
} /* モバイル版の設定終了 */

/* ナビゲーションが開いたときに画面を暗くする処理のためのCSS */
.js-slidemenu-effect {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

/* ヒーロー */
.heroimg {
    grid-column: 1/-1;
    grid-row: title / span 2;
}

.heroimg img {
    height: 547px;
    object-fit: cover;
}

.herotitle {
    grid-column: 1/-1;
    grid-row: title / span 2;
    justify-self: center;
    align-self: center;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2;
    text-shadow: 0 0 5px #444444;
    text-align: center;
}

.herotitle img {
    width: 80%;
}

.herotext {
    grid-row: sub;
    justify-self: center;
    align-self: center;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
    line-height: 1.2;
}

/* 塾の説明 */
.aboutjuku {
    grid-column: 1/-1;
    grid-row: aboutjuku;
    display: grid;
        grid-template-columns: 20px 1fr 20px;
        grid-template-rows: repeat(3,auto);
        grid-row-gap: 15px;
        row-gap: 15px;

}

.aboutjuku * {
    grid-column: 2/-2;
}

.aboutjuku .innermidashi {
    background: linear-gradient(transparent 60%,#fcc800 60%,#fcc800 100%);
}

.aboutjuku h2 {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.aboutjuku h2 span {
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.aboutjuku .kufu h2 {
    text-align: center;
    height: 100px;
    background: url(../img/instructor1.svg) no-repeat bottom center;
    background-size: 60px;
    font-size: 20px;
}

.aboutjuku p {
    margin-bottom: 1em;
    line-height: 1.4;
}

.aboutjuku .kufu div {
    border: solid 2px #dfdfdf;
    border-radius: 15px 0 15px 0;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}

.aboutjuku .kufu h3 {
    padding-left: 70px;
    margin-bottom: 1em;
    background-size: contain;
    border-bottom: solid 1px #dfdfdf;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.aboutjuku .kufu .kufu1 h3 {
    background: url(../img/instructor2.svg) no-repeat bottom left;
}

.aboutjuku .kufu .kufu2 h3 {
    background: url(../img/instructor3.svg) no-repeat bottom left;
}

.aboutjuku .kufu .kufu3 h3 {
    background: url(../img/instructor4.svg) no-repeat bottom left;
}

.aboutjuku ul {
    border: solid 2px #dfdfdf;
    padding: 20px 20px 20px 40px;
    border-radius: 15px 0 15px 0;
}

.aboutjuku li {
    margin-bottom: 1em;
    line-height: 1.2;
}

.aboutjuku .benkyokinshi h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

.aboutjuku .covid19 ul {
    border: none;
}

/* 講座案内、開催日程、イチワカ塾のご案内共通 */
.koza h2, .nittei h2, .news h2, .ichiwakainfo h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 57px;
    padding-top: 0;
    font-size: 24px;
    font-weight: 500;
    background: url("../img/title-bg.png") no-repeat left center;
}

.koza h2 span, .nittei h2 span, .news h2 span, .ichiwakainfo h2 span {
    margin-left: 16px;
    font-size: 13px;
}

    /* 講座案内 */
.koza {
    grid-column: 1/-1;
    grid-row: koza;
    background-color: #bad7ff;
    margin-top: 30px;
    padding-bottom: 0;
}

.inner-koza {
    display: grid;
        grid-template-columns: 20px 1fr 20px;
        grid-template-rows: repeat(5,auto);
        grid-row-gap: 15px;
        row-gap: 15px;
}

.inner-koza > * {
    grid-column: 2 / -2;
}

.inner-koza article {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
    border-radius: 10px 0 10px 0;
    box-shadow: 3px 3px 3px 2px #999999;
}

.inner-koza article h3 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: solid 1px #ebebeb;
}

.inner-koza article img {
    width: 44%;
    height: auto;
}

.inner-koza article ul {
    list-style: none;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}

.inner-koza article li {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 1.2em;
}

.inner-koza article a {
    text-decoration: none;
    color: #000000;
}

.inner-koza article a:hover {
    color: #cccccc;
}

.inner-koza article .muryo {
    color: #ffffff;
    background-color: #ffa6b9;
    padding: 3px;
}

.inner-koza .moshikomi {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.inner-koza .moshikomi a {
    border: solid 2px #FC5E5E;
    background-color: #FC5E5E;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
}

.inner-koza .moshikomi a:hover {
    border: solid 2px #FC5E5E;
    background-color: #ffffff;
    color: #FC5E5E;
}

.inner-koza article.htmlcsstaiken img {
    width: 60%;
    height: auto;
}

.inner-koza article.htmlcssnyumon img {
    width: 54%;
    height: auto;
}

.inner-koza article.phptaiken img {
    width: 82%;
    height: auto;
}

.inner-koza article.phpnyumon img {
    width: 80%;
    height: auto;
}

.inner-koza article.sqlnyumon img {
    width: 84%;
    height: auto;
}

.nittei .table input.moshikomi {
    border: solid 2px #FC5E5E;
    background-color: #FC5E5E;
    padding: 10px 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
}

.nittei .table span.moshikomi {
    border: solid 2px #cccccc;
    background-color: #efefef;
    padding: 10px 50px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    border-radius: 50px;
}

/* 開催日程 */
/* モバイル版の設定 */
@media (max-width: 1024px) {
.nittei {
    grid-column: 1/-1;
    grid-row: nittei;
    background-color: #bad7ff;
    padding-bottom: 35px;
}

.nittei .table {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
}

.nittei .table .tr {
    border: solid 1px #dfdfdf;
    margin-top: 15px;
}

.nittei .table .td {
    text-align: center;
    padding: 15px;
}

.nittei .table .tr:nth-child(1) {
    display: none;
}

.nittei .table div div:nth-child(odd) {
    background-color: #ffffff;
}

.nittei .table div div:nth-child(even) {
    background-color: #f8f8f8;
}
.nittei .table div div:nth-child(1) {
    background-color: #dfdfdf;
}

.nittei .table .hiduke {
    font-size: 20px;
    color: #e04848;
    font-weight: 700;
}

} /* モバイル版の設定終了 */

/* NEWS */
.news {
    grid-column: 1/-1;
    grid-row: news;
}

ul.inner-news {
    padding-left: 0;
}

.inner-news li {
    margin: 10px 20px 10px 20px;
    padding: 10px;
    background-color: #f2f4f4;
    list-style: none;
    overflow: hidden;
}

.inner-news a {
    display: block;
}

.inner-news a:hover {
    opacity: 50%;
}

.inner-news .news-img {
    display: block;
    width: 112px;
    height: 70px;
    float: left;
}

.inner-news img {
    width: 112px;
    height: 70px;
    object-fit: cover;    
}

.inner-news .news-hiduke {
    display: block;
    margin-left: 122px;
    font-size: 14px;
    font-weight: 400;
}

.inner-news .news-text {
    display: block;
    margin-left: 122px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

/* イチワカ塾の案内 */
.ichiwakainfo {
    grid-column: 1/-1;
    grid-row: ichiwakainfo;
    margin-bottom: 40px;
}

.inner-ichiwakainfo {
    display: grid;
        grid-template-columns: 20px 1fr 20px;
        grid-row-gap: 15px;
        row-gap: 15px;
}

.inner-ichiwakainfo > * {
    grid-column: 2 / -2;
}

.ichiwakainfo a.aboutichiwaka {
    background: url("../img/ichiwakabg-blue.svg") center center no-repeat #bad7ff;
    background-size: cover;
}

.ichiwakainfo a.aboutcompany {
    background: url("../img/ichiwakabg-red.svg") center center no-repeat #ffca9e;
    background-size: cover;
}

.ichiwakainfo a.shakaikoken {
    background: url("../img/ichiwakabg-yellow.svg") center center no-repeat #cff4f4;
    background-size: cover;
}

.ichiwakainfo h3 {
    text-align: center;
    font-weight: 500;
}

.ichiwakainfo a {
    display: block;
    width: 100%;
    height: 170px;
    padding-top: 130px;
    box-sizing: border-box;
    border-radius: 8px 0 8px 0;
    box-shadow: 3px 3px 3px 2px #999999;
    text-decoration: none;
    color: #000000;
}

.ichiwakainfo a:hover {
    opacity: 0.5;
}

/* フッター */
footer {
    grid-column: 1/-1;
    grid-row: foot;
    background-color: #313131;
}

.footerlogo {
    margin: 30px 20px 20px 20px;
}

.footerlogo img {
    width: 46%;
    height: auto;
}

.footercontact {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: inset 0 0 5px 5px #cccccc;
    margin: 20px 20px 10px 20px;
    padding: 20px;
}

.footercontact h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.footercontact .telno {
    background: url("../img/tel.png") center left no-repeat;
    background-size: auto 100%;
    padding-left: 40px;
    font-size: 30px;
    font-weight: 700;
    color: #ea385a;
    line-height: 1;
}

.footercontact .leadtext {
    margin: 10px 0 15px 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #000000;
    font-size: 12px;
    line-height: 1.2;
}

.footercontact .mail a, .footercontact .form a {
    display: block;
    margin-bottom: 10px;
    background: #c6eeff url("../img/mail.png") 15% center no-repeat;
    border: solid 2px #000000;
    border-radius: 8px;
    padding: 15px 15px 15px 30px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    text-decoration: none; 
}

.footercontact .mail a {
    background: #c6eeff url("../img/mail.png") 15% center no-repeat;
}

.footercontact .form a {
    background: #c6eeff url("../img/form.png") 10% center no-repeat;
}

.footercontact .mail a:hover, .footercontact .form a:hover {
    opacity: 0.5;
}

.footnav1 {
    padding-bottom: 20px;
}

.footnav1 ul {
    padding: 0;
    list-style: none;
}

.footnav1 li a {
    display: block;
    border: solid 1px #ffffff;
    border-radius: 8px 0 8px 0;
    margin: 10px 20px 10px 20px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    color: #ffffff;  
}

.footnav1 li a:hover {
    border-color: #cccccc;
    color: #cccccc;
}

.footnav2 {
    background-color: #494949;
}

.footnav2 ul {
    padding: 0;
    padding: 15px 20px;
    text-align: center;
    list-style: none;
}

.footnav2 li {
    display: inline;
    white-space: nowrap;
}

.footnav2 li::after {
    content: '|';
    color: #ffffff;
}

.footnav2 li:last-child::after {
    content: none;
}

.footnav2 li a {
    margin-left: 0.5em;
    margin-right: 0.5em;
    color: #ffffff;
    font-size: 10px;
}

.footnav2 li a:hover {
    color: #cccccc;
}

.copyright {
    padding: 35px 20px;
    background-color: #ededed;
    font-size: 10px;
    color: #666666;
    text-align: center;
}

/*********************************************************
PC版の設定 */
@media (min-width: 1025px) {

/* ページ全体の設定 */
body {
    display: grid;
    grid-template-columns: 300px 50px 1fr 50px;
    grid-template-rows: 
                [head title sub] auto
                [aboutjuku] auto
                [koza] auto
                [nittei] auto
                [news] auto
                [ichiwakainfo] auto
                [foot] auto;
}

body > * {
    border-left: solid 1px #e9e9e9;
}

/* ヘッダー */
header {
    grid-column: 1/2;
    grid-row: 1/span 6;
    padding: 30px 35px 30px 35px;
    box-sizing: border-box;
    border-left: none;
}

.corporatelogo {
    display: block;
    width: 100%;
    height: auto;
    z-index: 0;
}

a.corporatelogo:hover {
    opacity: 0.5;
}

#slidemenu-btn {
    display: none;
}

/* ナビゲーション */
nav.mainnav {
    grid-column: 1/2;
    grid-row: 1/span 6;
    margin-top: 121px;
    border-top: solid 1px #dfdfdf;
    border-left: none;
}

.globalnav {
    list-style: none;
    padding: 0;
}

.globalnav li a {
    display: block;
    padding: 20px 35px 20px 35px;
    border-bottom: solid 1px #dfdfdf;
    box-sizing: border-box;
    color: #000000;
    line-height: 1;
    font-size: 14px;
    background: url(../img/navpoint.png) 90% center no-repeat;
}

.globalnav li a:hover {
    background-color: #dfdfdf;
}

.globalnav li:nth-last-child(1), .globalnav li:nth-last-child(2) {
    
}

.globalnav li:nth-last-child(1) a, .globalnav li:nth-last-child(2) a {
    margin-left: 35px;
    margin-right: 35px;
    padding: 10px 20px 10px 20px;
    border: solid 1px #000000;
    border-radius: 50px;
}

.globalnav li:nth-last-child(1) {
    margin-top: 10px;
}

.globalnav li:nth-last-child(2) {
    margin-top: 20px;
}

/* ヒーロー */
.heroimg {
    grid-column: 2/-1;
    grid-row: 1/2;
    width: 100%;
}

.heroimg img {
    height: 547px;
    object-fit: cover;
}

.herotitle {
    grid-column: 2/-1;
    grid-row: 1/2;
    margin-top: 50px;
    border-left: none;
    justify-self: left;
    align-self: start;
    text-align: left;
}

.herotitle img {
    width: 40%;
    height: auto;
    border-left: none;
}

.herotext {
    grid-column: 3/-2;
    grid-row: 1/2;
    margin-top: 300px;
    border-left: none;
    justify-self: left;
    align-self: start;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
}

/* イチワカ塾について */
.aboutjuku {
    grid-column: 2/-1;
    grid-row: aboutjuku;
    display: grid;
    grid-template-columns: 1fr 8fr 1fr;
    row-gap: 50px;
    margin-top: 50px;
}

.aboutjuku .nyumon {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 50px;
}

.aboutjuku .nyumon h2 {
    margin-top: 0;
}

.aboutjuku .nyumon h2 .del {
    display: none;
}
.aboutjuku .nyumon div {
    grid-column: 1;
    grid-row: 1;
}

.aboutjuku .nyumon figure {
    grid-column: 2;
    grid-row: 1;
}

.aboutjuku .kufu {
    grid-column: 2;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 50px;
}

.aboutjuku .kufu h2 {
    grid-column: 1/-1;
    grid-row: 1;
}

.aboutjuku .kufu .kufu1 {
    grid-column: 1;
    grid-row: 2;
}

.aboutjuku .kufu .kufu2 {
    grid-column: 2;
    grid-row: 2;
}

.aboutjuku .kufu .kufu3 {
    grid-column: 3;
    grid-row: 2;
}

.aboutjuku .kufu ul {
    grid-column: 1/-1;
    grid-row: 3;
    font-size: 20px;
    padding: 50px 50px 50px 70px;
}

.aboutjuku .benkyokinshi {
    grid-column: 2;
    grid-row: 3;
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 50px;
}

.aboutjuku .benkyokinshi div {
    grid-column: 1;
}

.aboutjuku .benkyokinshi h2 .del {
    display: none;
}

.aboutjuku .benkyokinshi figure {
    grid-column: 2;
}

.aboutjuku .covid19 ul {
    border: none;
}


/* 講座案内、開催日程、イチワカ塾のご案内共通 */
.koza h2, .nittei h2, .news h2, .ichiwakainfo h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 75px;
    font-size: 40px;
}
.koza h2 span, .nittei h2 span, .news h2 span, .ichiwakainfo h2 span {
    margin-left: 25px;
    font-size: 22px;
}

/* 講座案内 */
.koza {
    grid-column: 2/-1;
    grid-row: koza;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-koza {
    display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: 1fr 1fr;
        grid-row-gap: 40px;
        grid-column-gap: 40px;
        row-gap: 40px;
        culumn-gap: 40px;
    margin-left: 50px;
    margin-right: 50px;
}

.inner-koza article li {
    font-size: 17px;
}

.inner-koza .htmlcsstaiken {
    grid-column: 1/2;
}

.inner-koza .htmlcssnyumon {
    grid-column: 2/3;
}

.inner-koza .phptaiken {
    grid-column: 3/4;
}

.inner-koza .phpnyumon {
    grid-column: 1/2;
    grid-row: 2/3
}

.inner-koza .sqlnyumon {
    grid-column: 2/3;
    grid-row: 2/3
}

/* 開催日程 */
.nittei {
    grid-column: 2/-1;
    grid-row: nittei;
    background-color: #bad7ff;
    padding-bottom: 35px;
}

.table {
    display: block;
    margin-left: 50px;
    margin-right: 50px;
}

.tr {
    display: table-row;
}

.th {
    display: table-cell;
    background-color: #f8f8f8;
    text-align: center;
}

.td {
    display: table-cell;
    background-color: #ffffff;
}

.tr, .th, .td {
    border: solid 1px #dfdfdf;
    padding: 16px;
}

.table span.del {
    display: none;
}

.table br.pc-del {
    display: none;
}

.table .tr .td:nth-child(1), .table .tr .td:nth-child(2), .table .tr .td:nth-child(5), .table .tr .td:nth-child(6), .table .tr .td:nth-child(7),{
    border-collapse: collapse;
}

.table .tr:first-child .th:first-child {
    border-radius: 15px 0 0 0;
}

.table .tr:first-child .th:last-child {
    border-radius: 0 15px 0 0;
}

.table .tr:last-child .td:last-child {
    border-radius: 0 0 15px 0;
}

.table .tr:last-child .td:first-child {
    border-radius: 0 0 0 15px;
}

.table span.moshikomi {
    display: block;
    padding: 10px 30px 10px 30px;
    background-color: #cccccc;
    border-radius: 50px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
}

/* NEWS */
.news {
    grid-column: 2/-1;
    grid-row: news;
}

.inner-news li {
    margin: 16px 50px 16px 50px;
    padding: 20px;
}

.inner-news .news-img {
    width: 192px;
    height: 120px;
}

.inner-news img {
    width: 192px;
    height: 120px;    
}

.inner-news .news-hiduke {
    margin-left: 218px;
    font-size: 16px;
    font-weight: 400;
}

.inner-news .news-text {
    margin-left: 218px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

/* イチワカとは */
.ichiwakainfo {
    grid-column: 2/-1;
    grid-row: ichiwakainfo;
    padding-bottom: 70px;
}

.inner-ichiwakainfo {
    display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: 170px;
        grid-column-gap: 40px;
        culumn-gap: 40px;
    margin-left: 50px;
    margin-right: 50px;
}

.ichiwakainfo h3 {
    text-align: center;
    font-weight: 500;
}

    /* イチワカとは - 個別設定 */
.inner-ichiwakainfo .aboutichiwaka {
    grid-column: 1/2;
    background: #bad7ff url(../img/ichiwakabg-blue.svg) center center no-repeat;
    background-size: cover;
}

.inner-ichiwakainfo .aboutcompany {
    grid-column: 2/3;
    background: #ffca9e url(../img/ichiwakabg-red.svg) center center no-repeat;
    background-size: cover;
}

.inner-ichiwakainfo .shakaikoken {
    grid-column: 3/4;
    background: #fff1ba url(../img/ichiwakabg-yellow.svg) center center no-repeat;
    background-size: cover;
}

/* フッター */
footer {
    grid-column: 2/-1;
    grid-row: foot;
    background-color: #313131;
}

.footerlogo {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

.footerlogo img {
    width: 220px;
    height: auto;
}

.footerlogo a:hover {
    opacity: 0.5;
}

.footercontact {
    display: grid;
        grid-template-columns: 1.5fr 1fr 1fr;

    margin-left: 50px;
    margin-right: 50px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: inset 0 0 5px 5px #cccccc;
    margin: 30px 50px 30px 50px;
    padding: 23px 50px 23px 50px;
}

.footercontact .tel {
    padding-right: 20px;
    border-right: solid 1px #000000;
}

.footercontact h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.footercontact .telno {
    background: url("../img/tel.png") center left no-repeat;
    background-size: auto 100%;
    padding-left: 40px;
    font-size: 40px;
    font-weight: 700;
    color: #ea385a;
    line-height: 1;
}

.footercontact .leadtext {
    margin: 15px 0 0px 0;

    border-bottom: none;
    font-size: 13px;
    line-height: 1.2;
}

.footercontact .mail {
    align-self: center;
    margin-left: 30px;
}

.footercontact .form {
    align-self: center;
    margin-left: 30px;
}

.footercontact .mail a, .footercontact .form a {
    display: block;
    margin-bottom: 10px;
    background: #c6eeff url("../img/mail.png") 15% center no-repeat;
    border: solid 2px #000000;
    border-radius: 8px;
    padding: 15px 15px 15px 30px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    text-decoration: none; 
}

.footercontact .mail a {
    background: #c6eeff url("../img/mail.png") 15% center no-repeat;
}

.footercontact .form a {
    background: #c6eeff url("../img/form.png") 10% center no-repeat;
}

.footercontact .mail a:hover, .footercontact .form a:hover {
    opacity: 0.5;
}

.footnav1 ul {
    display: flex;
    justify-content: center;
}

.footnav1

.footnav2 li a {
    font-size: 15px;
}

.copyright {
    font-size: 13px;
}

} /* PC版の設定終了
*********************************************************/









/*********************************************************
PC版の設定 */




/* ヘッダー */



