@charset "UTF-8";

/* ここから下に書いていく */

html {
    font-size: 62.5%;
}

html.big {
    font-size: 75%;
}

html.small {
    font-size: 54.6875%;
}


/* タブレットのフォントサイズ（ルート） */

@media screen and (max-width: 1023px) {
    html {
        font-size: 54.6875%;
    }
}


/* スマホのフォントサイズ（ルート） */

@media screen and (max-width: 479px) {
    html {
        font-size: 50%;
    }
}


/* タブレット以上サイズで電話ボタンリンクを非活性状態にする */

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}


/* サイト独自のスタイル定義 */

:root {
    --colorA: #333;
    --colorB: #ea6060;
    --colorC: #4DC7E1;
    --colorD: #77e14d;
    --colorE: #e1de4d;
    --padding-main: 2.4rem;
}

body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #323242;
}

.l-max {
    width: 100%;
}

.l-mainColumn {
    width: calc(70% - (var(--padding-main) * 2));
}

.l-subColumn {
    width: calc(30% - (var(--padding-main) * 2));
}

.l-mainHeader {
    width: 100%;
}

.l-mainFooter {
    width: 100%;
}

.theme-widthA {
    width: 100%;
    margin: auto;
}

.theme-widthB {
    width: 100%;
    max-width: 1410px;
    margin: auto;
    padding-left: var(--padding-main);
    padding-right: var(--padding-main);
}

.theme-widthC {
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding-left: var(--padding-main);
    padding-right: var(--padding-main);
}

.theme-boxshadowA {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.theme-colorA {
    color: var(--colorA);
}

.theme-colorB {
    color: var(--colorB);
}

.theme-colorC {
    color: var(--colorC);
}

.theme-bgA {
    background-color: var(--colorA);
}

.theme-bgB {
    background-color: var(--colorB);
}

.theme-bgC {
    background-color: var(--colorC);
}

.theme-bgD {
    background-color: var(--colorD);
}

.theme-bgE {
    background-color: var(--colorE);
}

.theme-mtXS {
    margin-top: 1.2rem;
}

.theme-mtS {
    margin-top: 2.4rem;
}

.theme-mtM {
    margin-top: 4.8rem;
}

.theme-mtL {
    margin-top: 9.6rem;
}

.theme-mtXL {
    margin-top: 12.0rem;
}

/* ここから個別のスタイル設定 */
div.breadcrumbs {
  max-width: 1000px;
  margin:50px auto 0px auto;
  padding-top: 50px;
}
.top-max{
    padding: 0;
    margin: 0%;
    height: 100%;
}

.history-all{
    margin:auto;
    text-align: center;
    max-width:900px;
	font-family:ヒラギノ角ゴシック;
}

.history-title-box{
	margin-top:100px;
	margin-bottom:50px;
}
.history-title-box h1{
    font-size:5rem;
    font-family: 'mosk', serif;
    border-bottom:#000 4px solid;
    width:300px;
    margin:auto;
    margin-bottom: 20px;
}
.history-title-box p{
    font-size: 1.5rem;
}
.history-Img{
    object-fit: cover;
    width: 100%;
    height:300px;
}

.history-information{
    display: block;
    width:80%;
    margin:0 auto;

}

.history-info{
    text-align:left;
    border-left:3px solid #000;
}
.history-list{
	list-style:none;
}
.history-year{
    position:relative;
    padding: 0 0 22px 80px;
	width:100%;
    /* font-family: ; */
    font-size: 5rem;
    letter-spacing: 0.16em;
    border-bottom: 1px solid #000;
}

.history-year::before{
    position: absolute;
    bottom:0;
    left:0;
    content:"";
    border: 8px solid #000;
    border-radius: 50%;
    transform: translate(-50%, 50%);
}

.history-content{
    padding:40px 0 70px 80px;
	width:100%;
}

.history-inner{
    display: block;
    width: 100%;
    padding-top: 40px;
    margin-top: 0;
    overflow: hidden;
    clear:both;
    border-top: 1px solid #000;
}

.history-text{
    float:left;
    font-size: 1.5rem;
    line-height: 2.57;
    width:calc(100%-290px);
    margin: 0 0 40px;
}

.history-mainFooter {
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 1400px;
    background-color: transparent;
    text-align: center;
}