@charset "utf-8";
/* ----------------------------------------
KOTAKU
style.css
---------------------------------------- */

/*
 * ======================================
 * PC
 * ======================================
 */

/*
#header .headerLink ul {
		display: flex;
		list-style: none;
		justify-content: flex-end;
		position: absolute;
		right: 25px;
}

#header .inner .headerLink ul li {
    font-size: 1.4rem;
    margin: 0 0 0 25px;
}

#header .inner .headerLink ul li a {
    display: block;
}

#header .inner .headerLink ul li a img {
    vertical-align: -0.5em;
    width: 28px;
}
*/

#content {
    line-height: 1;
}

/* mainVisual */
#content .mainVisual {
    margin: 0 0 35px;
}

/* link */
#content a {
    color: inherit;
    text-decoration: underline;
    transition: .3s;
}

#content a:hover {
    color: #0068B7;
}

/* paragraph */
#content p {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.7;
}

#content p.notes {
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-left: 1em;
    text-indent: -1em;
}

/* list */
#content ul.list {
    list-style: none;
}

#content ul.list li {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin-left: 1em;
    text-indent: -1em;
}

#content ul.list li::before {
    content: '・';
}

/* section */
#content .section {
    padding: 70px 0;
}

/* headline */
#content h2 {
    border-bottom: 2px solid #0068b7;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin: 0 0 15px;
    padding: 0 0 6px;
}

#content .section h2 {
    background-color: #66a5d6;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    font-size: 2.5rem;
    letter-spacing: 0.18em;
    padding: 13px 0 10px;
    text-align: center;
}

#content .section#stadium h2 {
    background-color: #e685b4;
}

#content h3 {
    color: #0068bb;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin: 0 0 30px;
}
#content h3 br{
		display: none;
}
#content .section#stadium h3 {
    color: #d53382;
}

#content h3:not(:first-of-type) {
    margin-top: 90px;
}

#content h4 {
    color: #0068b7;
    font-size: 2.0rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
}

/* paragraph */
#content p.attention {
    color: #dc0012;
}

#content table+p.notes {
    margin-top: 15px;
}

/* button */
#content .button {
    font-size: 0;
    margin: 50px 0 0;
}

#content .button a {
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    width: 360px;
}

#content .button a[href*="sportsSquare"] {
    background-color: #66a5d6;
}

#content .button a[href*="stadium"] {
    background-color: #e685b4;
}

#content .button a+a {
    margin-left: 20px;
}

#content .button a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 14px;
}

#content .button a::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    height: 8px;
    margin-top: -4px;
    transform: rotate(45deg);
    width: 8px;
}

#content .button a:hover {
    opacity: 0.8;
}

/* links */
.main .links.linkTop {
    margin: 0 0 4em;
}

.main .links.linkBottom {
    margin: 4em 0 0 0;
}

.main .links ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}

.main .links ul.twoColumns li {
    width: 24%;
}

.main .links ul li a.none {
    opacity: 0.2;
    pointer-events: none;
}

.main .links ul li img {
    width: 100%;
}

.main .links p.notes {
    margin: 20px 0 0 1em;
    text-indent: -1em;
}

.main .links p.notes+p.notes {
    margin-top: 0;
}

.main .links p.notes br.sp {
    display: none;
}


/* twoColumns */
#content .twoColumns {
    display: flex;
}

#content .twoColumns .text {
margin-right: 4%;
}

#content .twoColumns .text p {
margin-top: 3%;
}

/* table */
#content table {
    margin: 20px 0 0 0;
    table-layout: fixed;
    width: 100%;
}

#content table+table {
    margin-top: 50px;
}

#content table tr th,
#content table tr td {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    padding: 14px 10px;
    text-align: center;
    vertical-align: middle;
}

#content table thead {
    border: 1px solid #b2d1ea;
}

#content #stadium table thead {
    border-color: #e685b4;
}

#content table thead tr th {
    background-color: #66a5d6;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
}

#content #stadium table thead tr th {
    background-color: #e685b4;
}

_:host-context(x),
#content table thead tr th {
    padding-bottom: 8px;
}

#content table thead tr th:last-child {
    border-right: none;
}

#content table tbody {
    border: 1px solid #b2d1ea;
    border-top: none;
}

#content #stadium table thead tr th {
    border-color: #f2c1d9;
}

#content table tbody tr th,
#content table tbody tr td {
    border: 1px solid #b2d1ea;
    border-top: none;
    font-weight: 400;
}

#content #stadium table tbody tr th,
#content #stadium table tbody tr td {
    border-color: #f2c1d9;
}

#content table tbody tr td b {
    color: #bc0d23;
    font-weight: normal;
}

#content .table {
    border: 1px solid #b2d1ea;
    border-top: none;
    table-layout: fixed;
    width: 100%;
}

#content #stadium .table {
    border-color: #f2c1d9;
}

#content .table dl {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

#content .table dl dt,
#content .table dl dd {
    display: table-cell;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 2;
    padding: 10px 20px;
    vertical-align: middle;
}

#content .table dl dt {
    background-color: #66a5d6;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    width: 27%;
}

#content #stadium .table dl dt {
    background-color: #e685b4;
}

#content .table dl:first-child dt {
    border-top: none;
}

#content .table dl dd {
    border-top: 1px solid #b2d1ea;
    width: 73%;
}

#content #stadium .table dl dd {
    border-top-color: #f2c1d9;
}

/* examples */
#content .examples {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 74px;
}

#content .example {
    width: 48.5%;
}

#content .example:nth-child(n + 3) {
    margin-top: 55px;
}

#content .example .image {
    margin: 0 0 16px;
}

#content .example .image img {
    width: 100%;
}

#content .example h4 span {
    font-size: 0.8em;
    vertical-align: 0.1em;
}

/* storeInfo */
#content table.storeInfo {
    table-layout: auto;
}

#content table.storeInfo tbody tr td {
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    width: 22%;
}

#content table.storeInfo tbody tr td:first-child {
    width: 34%;
}

/* access */
#content .access {
    display: flex;
    flex-wrap: wrap;
}

#content .access .map {
    width: 510px;
}

#content .access .map .mapWrap {
    padding-top: 78.4%;
    position: relative;
}

#content .access .map .mapWrap iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#content .access .accessInfo {
    flex: 1;
    padding: 0 0 0 25px;
}

#content .access .accessInfo dl+dl {
    margin-top: 26px;
}

#content .access .accessInfo dl {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.7;
}

/*
 * ======================================
 * SP
 * ======================================
 */

@media screen and (max-width: 767px) {

    /* mainVisual */
    #content .mainVisual {
        margin-bottom: 28px;
    }

    /* paragraph */
    #content p {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    #content ul.list li {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    /* section */
    #content .section {
        padding: 50px 0 56px;
    }

    /* headline */
    #content h2 {
        font-size: 2rem;
    }

    #content .section h2 {
        font-size: 2rem;
        letter-spacing: 0.1em;
        padding: 11px 0;
    }

    #content h3 {
        font-size: 2.1rem;
        line-height: 1.2;
      	margin-bottom: 20px;
    }
		#content h3 br{
				display: block;
		}

    #content h3:not(:first-of-type) {
        margin-top: 63px;
    }

    #content h4 {
        font-size: 1.7rem;
    }

    /* button */
    #content .button {
        margin-top: 35px;
    }

    #content .button a {
        width: 100%;
    }

    #content .button a+a {
        margin: 15px 0 0 0;
    }

    /* twoColumns */
#content .twoColumns {
    display: block;
}

#content .twoColumns .text {
margin-right: 0%;
}

#content .twoColumns .text p {
margin-top: 2%;
margin-bottom: 4%;
}

    /* table */
    #content table {
        margin-top: 16px;
        width: 100%;
    }

    #content table+table {
        margin-top: 25px;
    }

    #content table tr th,
    #content table tr td {
        font-size: 1.4rem;
    }

    #content table thead tr th {
        font-size: 1.4rem;
    }

    #content .table {
        width: 100%;
    }

    #content .table dl dt,
    #content .table dl dd {
        display: block;
        font-size: 1.4rem;
        line-height: 1.7;
        width: 100%;
    }

    /* examples */
    #content .examples {
        margin: 20px 0 52px;
    }

    #content .example {
        width: 100%;
    }

    /* storeInfo */
    #content table.storeInfo tbody tr td {
        border: none;
        display: block;
        padding: 0;
        width: 100%;
   }

    #content table.storeInfo tbody tr td:first-child {
        width: 100%;
    }

    #content table.storeInfo tr td+td {
        margin: 25px 0 0 0;
    }

    #content table.storeInfo tr td:before {
        background-color: #66a5d6;
        color: #ffffff;
        content: attr(data-label);
        display: block;
        font-weight: bold;
        margin: 0 0 15px 0;
        padding: 8px 10px;
    }

    #content #stadium table.storeInfo tr td:before {
        background-color: #e685b4;
    }

    #content table.storeInfo thead {
        display: none;
    }

    #content table.storeInfo tbody {
        border: none;
    }

    /* access */
    #content .access .map {
        width: 100%;
    }

    #content .access .accessInfo {
        margin-top: 30px;
        padding: 0;
    }

    #content .access .accessInfo dl {
        font-size: 1.4rem;
    }
    /* links */
    .main .links.linkTop {
        margin-bottom: 3em;
    }

    .main .links.linkBottom {
        margin: 0 0 3em;
    }

    .main .links ul.twoColumns li,
    .main .links ul.threeColumns li {
        width: 100%;
    }

    .main .links ul li:nth-child(n + 2) {
        margin-top: 1em;
    }

    .main .links p.notes br.sp {
        display: block;
    }

}