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

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

#content {
    line-height: 1;
}

#content .inner ul li{
	list-style-type: none;
}

/* 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;
}

/* 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;
}

/* ポイントカード */
/*#content  .inner p {
	margin: 15px 0 -5px 0;
}*/
#content .inner table.twoHour tr th.bgcolorClear {
	border: 1px solid #b2d1ea;
	background-color: #FFFFFF;
	color: #333333;
	font-weight: normal;
}
#content .inner table.twoHour tr th.bgcolorClear.widthA {
	width: 80px;
}
#content .inner table.twoHour tr th.bgcolorClear.widthB {
	width: 35px;
}
#content .inner table.twoHour tr th.bgcolorClear.widthC {
	width: 50px;
}
#content .inner table tr td.bgcolorClear {
	border-top: 1px solid #b2d1ea;
	background-color: #FFFFFF;
	color: #333333;
}

#content .inner table.twoHour thead tr th {
	border-left: 1px solid #b2d1ea;
}
#content .inner table.twoHour tbody {
	border: 1px solid #b2d1ea;
}
#content .inner table.twoHour tr td {
	border-left: 1px solid #b2d1ea;
	border-bottom: 1px solid #b2d1ea;
}
#content .inner table.twoHour tr td {
	text-align: center;
}
#content .inner table.twoHour tr th.left {
	text-align: left;
}

#content .inner span.sizeB1 {
	font-size: 1.6rem; /* =16px */
	font-weight: 900;
	color: #5a626c;
	line-height: 2;
}
#content .inner span.sizeB1 br{
	display: none;
}
#content .inner .font {
	font-size: 1.2rem; /* =12px */
	line-height: 1.5;
}
#content .inner h4.blue {
	font-size: 1.8rem; /* =18px */
	font-weight: 500;
	letter-spacing: 0em;
	text-indent: 1em;
	color: #FFFFFF;
	background-color: #0068b7;
	margin: auto;
	padding: 2px 0 2px 0;
	display: block;
}
#content .inner dl.fee {
	padding: 30px 0 0 0;
}
#content .inner dl.fee dt {
	font-size: 1.3rem; /* =13px */
	font-weight: 500;
	letter-spacing: 0em;
	color: #5a626c;
	text-align: center;
	border: 1px solid #5a626c;
	padding: 5px 2px;
	width: 7rem;
	float: left;
	overflow: hidden;
}
#content .inner dl.fee dd {
	font-size: 2.0rem; /* =20px */
	font-weight: 500;
	letter-spacing: 0em;
	color: #5a626c;
	margin: 0 0 0 90px;
}
#content .inner .bgColorPink dl.information {
	padding: 20px 0 0 20px;
}

#content .inner .bgColorPink dl.information dt img {
	margin: 0 0 5px 0;
}
#content .inner .bgColorPink dl.information dd {
	width: 60%;
}
#content .inner .bgColorPink dl.information dd span.txtInformation {
	font-size: 1.4rem; /* =14px */
	font-weight: 600;
	letter-spacing: 0em;
	color: #0068b7;	
	line-height: 1.5;
	margin: 0 0 0 -2px;
}
#content .inner .bgColorPink dl dd.bottom {
	clear: both;
	padding: 0 0 20px 0;
}

#content .inner .bgColorPink ul.rank {
	float: right;
	margin: -90px 20px 0 0;
	list-style-type: none;
}
#content .inner .bgColorPink ul.free {
	float: right;
	margin: -18px 20px 0 0;
	list-style-type: none;
}
#content .inner ul.free dl dt.imgPrivilege img {
	margin: 0 0 10px 0;
}

#content .inner .bgColorPink ul.rank li.rankUp {

}
#content .inner .bgColorPink ul.free li.arrow {
	clear: both;
	margin: 5px 0 5px 175px;
}
#content .inner .bgColorPink ul.free li.privilege dd {
	width: 250px;
}
#content .inner .bgColorPink ul.rank li.privilege dd {
	padding: 10px 0 0 0;
}
#content .inner .bgColorGray dl.information dd.width {
	width: 70%;
}
#content .inner .bgColorGray table.twoHour {
	width: 65%;
}

#content .inner .bgColorGray ul.fee {
	clear: both;
	list-style-type: none;
}

#content .inner .bgColorGray div.divFee {
overflow: hidden;
}

#content .inner .bgColorGray div.divFee dl.feeTable {
	margin: 30px 0 0 0;
}
#content .inner .bgColorGray div.divFee dl.feeTable dd table.twoHour {
	font-size: 1.4rem; /* =14px */
	letter-spacing: 0em;
	margin: 10px 0;
}
#content .inner .bgColorGray div.divFee dl.feeTable dd.width {
	width: 95%;
}
#content .inner .bgColorGray div.divFee dl.feeTable dd table.twoHour th.left img {
	margin: 1px 5px 0 0;
}

#content .inner .bgColorPink {
	background-color: #e8f7ff;
	margin: 2px 0 8px 0;
}
#content .inner .bgColorGray {
	background-color: #efeff0;
	padding: 20px;
}




/* 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;
        margin-bottom: 20px;
	      line-height: 1.2;
   }
    #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;
    }
    /* 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%;
    }

    /* ポイントカード */
		#content .inner span.sizeB1{
			line-height: 1.5;
		}
		#content .inner span.sizeB1 br{
			display: block;
		}
		#content .inner ul.pointCard li.imgRight img {
			width: 60%;
			margin: 20px 0 15px 70px;
		}
		#content .inner dl.fee {
			padding: 30px 0 0 0;
		}
		#content .inner dl.fee dt {
			font-size: 1.3rem; /* =13px */
			font-weight: 500;
			letter-spacing: 0em;
			color: #5a626c;
			text-align: center;
			border: 1px solid #5a626c;
			padding: 5px 2px;
			width: 7rem;
			float: left;
			overflow: hidden;
		}
		#content .inner dl.fee dd {
			font-size: 2.0rem; /* =20px */
			font-weight: 500;
			letter-spacing: 0em;
			color: #5a626c;
			margin: 0 0 0 90px;
		}
		#content .inner .bgColorPink dl.information {
			padding: 8px;
		}

		#content .inner .bgColorPink dl.information dt img {
			margin: 0 0 5px 0;
		}
		#content .inner .bgColorPink dl.information dd {
			clear: both;
			width: 100%;
		}
		#content .inner .bgColorPink dl.information dd span.txtInformation {
			font-size: 1.4rem; /* =14px */
			font-weight: 600;
			letter-spacing: 0em;
			color: #d53382;	
			margin: 0 0 0 -2px;
		}
		#content .inner .bgColorPink dl dd.bottom {
			clear: both;
			padding: 0 0 20px 0;
		}

		#content .inner .bgColorPink ul.rank {
			clear: both;
			margin: 0;
		}
		#content .inner .bgColorPink ul.rank li.rankUp img {
			width: 100%;
		}

		#content .inner .bgColorPink ul.free {
			float: right;
			margin: -18px 20px 0 0;
			list-style-type: none;
		}

		#content .inner ul.free li.privilege dl.dlPrivilege {
			clear: both;
			text-align: center;
			width: 80%;
			overflow: hidden;
			margin: 10px 20px 30px 40px;
		}
		#content .inner ul.free li.privilege dl.dlPrivilege img {
			width: 100%;
		}
		#content .inner ul.free li.privilege dl.dlPrivilege dd.attention {
			line-height: 1.0;
			text-align: left;
			width: 90%;
			margin: 10px 0 0 15px;
		}
		#content .inner ul.free li.privilege dl.dlPrivilege dd.attention span.font {
			font-size: 1.0rem; /* =10px */
			letter-spacing: 0em;
		}

		#content .inner .bgColorPink ul.free li.arrow {
			float: right;
			overflow: hidden;
			margin: 20px 48px 2px 0px;
		}

		#content .inner .bgColorGray ul.fee {
			list-style-type: none;
		}
		#content .inner .bgColorGray dl.information dd.width {
			width: 100%;
		}
		#content .inner .bgColorGray div.divFee {
			clear: both;
			margin: 5px;
		}

		#content .inner .bgColorGray div.divFee dl.feeTable {
			margin: 15px 0 0 0;
		}
		#content .inner .bgColorGray div.divFee dl.feeTable dd table.twoHour {
			width: 100%;
			margin: 5px 0;
		}
		#content .inner .bgColorGray div.divFee dl.feeTable dd table.twoHour tr th,#content .inner .bgColorGray div.divFee dl.feeTable dd table.twoHour  tr td {
      font-size: 1.1rem;
			height: 35px;
   }
		#content .inner .bgColorGray div.divFee dl.feeTable dd table.twoHour th.widthA {
			width: 50%;
		}
		#content .inner .bgColorGray div.divFee dl.feeTable dd table.twoHour th.widthB {
			width: 23%;
		}
		#content .inner .bgColorGray div.divFee dl.feeTable dd table.twoHour th.widthC {
			width: 27%;
		}

		#content .inner .bgColorGray div.divFee dl.feeTable dd table.twoHour th.left img {
			width: 12px;
			margin: 0px 3px 0 0;
		}


		#content .inner .bgColorPink {
			margin: 2px 0 8px 0;
			padding: 5px;
			height: 300px;
		}
		#content .inner .bgColorGray {
			padding: 5px;
		}




    /* 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;
    }
}