@charset "UTF-8";

html,body,p,a,address,ul,ol,li,h1,h2,h3,h4,h5,h6 {
    font-family: arial,Arial, Helvetica, 'noto-sans-jp',sans-serif;
    line-height: 1.8;
}
body {
    --themecolor: #144b8a;
    --subcolor: #d6bd3c;
    --tryrestacolor: #c72221;
}
p, dl, ol, ul, li, h6 {
    margin: 0;
    padding: 0;
    font-feature-settings: "palt";
}
.y-line {
    background: linear-gradient(transparent 70%, #f4de2a 30%);
}
img {
    width: 100%;
}
.wrapper {
    margin: 0 1.2rem;
}
@media (min-width: 1140px) {
   .wrapper {
        margin: 0 auto !important;
    }
}
@media (min-width: 768px) {
   .wrapper {
        width: 1100px;
    }
}
header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

header nav {
    border-top: 2px #d6bd3c solid;
    border-bottom: 5px var(--themecolor) solid;
}
header ul {
    list-style: none;
}
.header__logo {
    padding: 0.8rem 0;
}
.header__logo a {
    font-size: 4.6vw;
    font-weight: bold;
    color: #222;
    text-decoration: none;
}
.header__list-item {
    padding: 0.5rem 0;
    border-top: 1px #ddd solid;
}
.header__list a {
    font-size: 3.4vw;
    color: #222;
    text-decoration: none;
}
.header__list a i {
    margin-left: 0.5em;
}
.header__list-item:not(:first-child) {
	
}
@media (min-width: 768px) {
    header {
        position: relative;
    }
    header .wrapper {
        position: relative;
    }
    .header__logo {
        width: 30%;
    }
    .header__logo a {
        font-size: 20px;
        font-weight: bold;
        color: #222;
        text-decoration: none;
    }
    .header__list a {
	    font-size: 16px;
    }
    
    .header__list-item {
        padding: 0;
        border-top: 0;
    }
    .header__list-item:not(:first-child) {
        margin-left: 30px;
    }
}


.breadcrumbs {
    margin: 0;
    background-color: #f2f2f2;
}
.breadcrumbs__list {
    list-style: none;
    padding: 0.7rem 0;
}
.breadcrumbs__list-item,
.breadcrumbs__list-item a {
    font-size: 3.4vw;
    color: #666;
    line-height: 1.4;
    text-decoration: none;
}
.breadcrumbs__list-item {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
.breadcrumbs__list-item:not(:last-child) {
    margin-right: 0.5rem;
}
.breadcrumbs__list-item:not(:first-child):before {
    content: "›";
    padding-right: 0.5rem;
}
@media (min-width: 768px) {
    .breadcrumbs__list {
        padding: 20px 0;
    }
    .breadcrumbs__list-item,
    .breadcrumbs__list-item a {
        font-size: 16px;
    }
    .breadcrumbs__list-item {
        padding-top: 0;
        padding-bottom: 0;
    }
    .breadcrumbs__list-item:not(:last-child) {
        margin-right: 0.8rem;
    }
    .breadcrumbs__list-item:not(:first-child):before {
        padding-right: 0.8rem;
    }
}

.content__caption {
    margin-top: 6vw;
    margin-bottom: 2vw;
    font-size: 4vw;
    font-weight: 700;
}
.content__title {
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.5;
}
.content__text {
    font-size: 3.4vw;
}
@media (min-width: 768px) {
    .content__caption {
        margin-top: 80px;
        margin-bottom: 20px;
        font-size: 28px;
    }
    .content__title {
        margin-bottom: 20px;
        font-size: 38px;
    }
    .content__text {
        font-size: 18px;
    }
}

.button a {
    padding: 0.5rem 1.2rem;
    background: var(--tryrestacolor);
    color: #fff;
    font-size: 3.4vw
    line-height: 1.7;
    text-decoration: none;
    border-radius: 1.5em;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    position: relative;
}
.button.subcolor-button a {
    background: var(--subcolor);
}
.button a span {
    font-size: 3.4vw
    line-height: 1.7;
}
.button a i {
    font-size: 3.4vw
    line-height: 1.7;
}
@media (min-width: 768px) {
    .button {
        font-size: 16px;
    }
    .button a {
        padding: 10px 15px 10px 25px;
    }
    .button a span {
        font-size: 16px;
        
    }
    .button a i {
        font-size: 16px;
    }
}

.content__button {
    max-width: 80%;
    margin: 2rem auto 0.8rem auto;
}
.content__list {
    list-style: none;
}
.content__list-item {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px #ddd dotted;
}
.content__list a {
    font-size: 3.4vw;
    color: #222;
    text-decoration: none;
}
.content__list a i {
    margin-left: 0.5em;
}
.logo__image {
    width: 9rem;
    margin: 1.5rem auto;
}
@media (min-width: 768px) {
    .content__button {
        max-width: 260px;
        margin: 60px 0 20px 0;
    }
    .content__list {
        width: 320px;
    }
    .content__list a {
        font-size: 16px;
    }
    .logo__image {
        width: 450px;
        margin: 0;
    }
}


