@charset "utf-8";
/*
Theme Name: 東大阪市花園ラグビー場
Theme URL: http://hanazono-rugby-hos.com/wp/
Description: 東大阪市花園ラグビー場のテーマです。
Author:
Version: 2.0
*/

/* --------------------------------------
   - 共通
   - Home
   - Page
     - Schedule
     - Facilities
     - Seat
     - Rental
     - Tour
     - Access
     - Policy
   - News
----------------------------------------- */


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

/*  共通
----------------------------------------- */

/* mainvisual */
#mainvisual {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 1050px;
}
#mainvisual h1 {
    color: #ffffff;
    font-size: 2.0rem;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}

/* section */
#content section:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#content section + section {
    margin-top: 100px;
}

/*  Home
----------------------------------------- */

/* headline */
.home #content h2 {
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 0 0 0.4em;
    padding: 0 0 0 1px;
}

/* news */
.home #content .news {
    float: left;
    width: 450px;
}
.home #content .whatsNew {
    border: 1px solid #999999;
    padding: 24px 0 24px 24px;
}
.home #content .whatsNew .scroll {
    height: 122px;
    overflow: hidden;
}
.home #content .whatsNew dl {
    display: table;
}
.home #content .whatsNew dl + dl {
    margin-top: 10px;
}
.home #content .whatsNew dl dt {
    color: #bf0404;
    display: table-cell;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: top;
    width: 9.5em;
}
.home #content .whatsNew dl dd {
    display: table-cell;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    vertical-align: top;
}
.home #content .news p {
    font-size: 1.2rem;
    margin: 6px 0 0 0;
    text-align: right;
}
.home #content .news p a {
    background: url(./images/home/arrow_news.png) no-repeat left center;
    padding: 0 0 0 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.home #content .news p a {
	    background: url(./images/home/arrow_news@2x.png) no-repeat left center;
        background-size: 11px;
	}
}
.home #content .news p a:hover {
    text-decoration: underline;
}

/* video */
.home #content .video {
    float: left;
    height: 172px;
    margin: 32px 0 0 58px;
    width: 306px;
}

/* menuList */
.home #content .menuList {
    clear: both;
}
.home #content .menuList:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.home #content .menuList .menu {
    float: left;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 38px 0 0 0;
    width: 452px;
}
.home #content .menuList .menu:nth-child(even) {
    float: right;
}
.home #content .menuList .menu .item {
    overflow: hidden;
}
.home #content .menuList .menu .item + .item {
    margin-top: 18px;
}
.home #content .menuList .menu .item > a {
    float: left;
    margin: 0 12px 0 0;
    width: 240px;
}
.home #content .menuList .menu .item ul,
.home #content .menuList .menu .item p {
    float: left;
    width: 200px;
}
.home #content .menuList .menu .item ul {
    list-style: none;
}
.home #content .menuList .menu .item ul li + li {
    margin-top: 6px;
}
.home #content .menuList .menu .item ul li a {
    text-decoration: underline;
}

/* banner */
.home #content .banner {
    clear: both;
    margin: 100px 0 0 0;
}
.home #content .banner ul {
    list-style: none;
    overflow: hidden;
}
.home #content .banner ul li {
    float: left;
    margin: 10px 0 0 0;
}
.home #content .banner ul.large {
    margin-right: -13px;
}
.home #content .banner ul.large li {
    margin-right: 13px;
    width: 230px;
}
.home #content .banner ul.small {
    margin-right: -17px;
}
.home #content .banner ul.small li {
    margin-right: 17px;
}
.home #content .banner ul.small li img {
	border: 1px solid #ACA8A8;
}
.home #content .banner ul li a:hover {
    opacity: 0.8;
}

/*  Page
----------------------------------------- */

/* headline */
#content section h2 {
	background: -webkit-linear-gradient(bottom, #efefef 25%, #f7f7f7, #ffffff 100%);
	background: linear-gradient(to top, #efefef 25%, #f7f7f7, #ffffff 100%);
    border: 1px solid #cdcccc;
    font-size: 1.7rem;
    height: 50px;
    letter-spacing: 0.02em;
    line-height: 51px;
    margin: 0 0 36px 0;
    padding: 0 30px;
}
#content section h3 {
	font-size: 2.0rem;
    letter-spacing: 0;
}
#content section h3.floor {
    font-size: 3.0rem;
    letter-spacing: -0.02em;
}

/* paragraph */
#content p.notes {
    font-size: 1.3rem;
}

/* em */
#content .em {
    color: #bf0404;
    font-weight: bold;
}

/* red */
#content .red {
    color: #bf0404;
}

/* legend */
#content .legend:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#content .legend ul {
    list-style: none;
    margin: 20px 0 0 0;
}
#content .legend ul li {
    display: table;
}
#content .legend ul li img,
#content .legend ul li span {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#content .legend ul li img {
    width: 28px;
}
#content .legend ul li span {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 0 0 0 6px;
}
/* vertical */
#content .legend ul.vertical {
    float: left;
    margin-right: 28px;
}
#content .legend ul.vertical li + li {
    margin-top: 5px;
}
/* horizontal */
#content .legend ul.horizontal li {
    float: left;
}
#content .legend ul.horizontal li + li {
    margin-left: 12px;
}

/* photo */
#content [class^="photo"]:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#content [class^="photo"] .item {
    float: left;
}
#content [class^="photo"] .item p {
    font-weight: bold;
    letter-spacing: 0;
}

/* photoFacilities */
#content .photoFacilities {
    margin-right: -20px;
}
#content .photoFacilities .item {
    margin: 34px 20px 0 0;
    width: 225px;
}
#content .photoFacilities .item.col2 {
    width: 470px;
}
#content .photoFacilities .item p {
    margin-bottom: 4px;
}

/*  Schedule ---------------------------- */


/*  Facilities -------------------------- */

/* message */
.facilities #content .message {
    margin: 54px auto 0;
    width: 630px;
}
.facilities #content .message p {
    line-height: 2;
    margin: 15px 0 0 0;
}

/* centralPark */
.facilities #content .centralPark {
    margin: 126px auto 0;
    width: 630px;
}
.facilities #content .centralPark h4 {
    font-size: 1.6rem;
}
.facilities #content .centralPark dl {
    text-align: center;
}
.facilities #content .centralPark dl dt,
.facilities #content .centralPark dl dd {
    display: inline-block;
    vertical-align: middle;
}
.facilities #content .centralPark dl dt {
    border: 1px solid #999999;
    height: 30px;
    line-height: 29px;
    width: 80px;
}
.facilities #content .centralPark dl dd {
    padding: 0 0 0 0.5em;
}

/* inquiry */
.facilities #content .inquiry {
    margin: 26px 0 0 0;
    text-align: center;
}
.facilities #content .inquiry p + p {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 8px;
}
.facilities #content .inquiry img {
    margin: 0 0 0 10px;
    vertical-align: -0.3em;
    width: 187px;
}

/* table */
.facilities #content table {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 96px 0 0 0;
    width: 100%;
}
.facilities #content table tr th {
    background: #efefef;
    font-size: 1.6rem;
    padding: 20px 0;
    vertical-align: middle;
    width: 200px;
}
.facilities #content table tr td {
    padding: 20px 0 20px 20px;
    vertical-align: middle;
}
.facilities #content table tr td.image {
    padding-right: 0;
    width: 200px;
}
.facilities #content table tr td.image + td {
    vertical-align: top;
}
.facilities #content table tr.worldCap th {
    background: #3e3a39;
    color: #ffffff;
}
.facilities #content table tr.worldCap td {
    font-size: 2.0rem;
}

/* photoFacilities */
.facilities #content .photoFacilities {
    margin-top: -34px;
}
.facilities #content .photoFacilities + .photoFacilities {
    margin-top: 0;
}

/* map */
.facilities #content .map {
    position: relative;
}

/* general */
.facilities #content #general .map {
    padding: 0 0 75px 90px;
}
.facilities #content #general .map > img {
    width: 840px;
}
.facilities #content #general .legend {
    position: absolute;
    bottom: 0; left: 30px;
}

/* floor */
.facilities #content #floor .map.west,
.facilities #content #floor .map.north {
    padding: 0 0 0 30px;
}
.facilities #content #floor .map.west > img {
    margin: -39px 0 0 225px;
    width: 542px;
}
.facilities #content #floor .map.west .legend {
    position: absolute;
    bottom: 0; left: 30px;
}
.facilities #content #floor .map.north {
    margin: 120px 0 0 0;
}
.facilities #content #floor .map.north > img {
    display: block;
    margin: 30px auto 0;
    width: 718px;
}
.facilities #content #floor .map.twoColumns h3 {
    padding: 21px 0 0 55px;
}
.facilities #content #floor .map .second {
    margin: 120px 0 0 0;
    width: 450px;
}
.facilities #content #floor .map .second > img {
    margin-top: -69px;
}
.facilities #content #floor .map .third {
    position: absolute;
    top: 0; right: 0;
    width: 447px;
}
.facilities #content #floor .map .third > img {
    margin-top: 45px;

}

/* guide */
.facilities #content #guide dl + dl {
    margin: 0.7em 0 0 0;
}
.facilities #content #guide dl dt {
	color: #ffffff;
	font-size: 1.4rem;
	text-align: center;
	min-width: 12em;
	display:inline-block;
    background: #66A4D4;
    padding: 0.15em 0.6em 0.1em;
	margin: 0 0 0.1em 0;
}
.facilities #content #guide dl dd {
	font-size: 1.5rem;
}
.facilities #content #guide dl dd a{
	text-decoration:underline;
}
.facilities #content #guide dl dd a:hover{
	text-decoration:none;
}

/* wifi */
.facilities #content #wifi .red {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 2em;
}
.facilities #content #wifi div {
	overflow: hidden;
}
.facilities #content #wifi .about {
	width: 625px;
	float: left;
}
.facilities #content #wifi .block {
	float: right;
}
.facilities #content #wifi dl + dl {
    margin: 0.7em 0 0 0;
}
.facilities #content #wifi dl dt {
	color: #ffffff;
	font-size: 1.4rem;
	text-align: center;
	min-width: 12em;
	display:inline-block;
    background: #66A4D4;
    padding: 0.15em 0.6em 0.1em;
	margin: 0 0 0.1em 0;
}
.facilities #content #wifi dl dd {
	font-size: 1.5rem;
}
.facilities #content #wifi h3 {
    background: #231815;
    background: -webkit-linear-gradient(bottom, #231815 50% ,#595757 100%);
    background: linear-gradient(to top, #231815 50% ,#595757 100%);
    color: #ffffff;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 50px;
    padding: 0.66em 0;
    text-align: center;
}
.facilities #content #wifi ul {
	overflow: hidden;
	margin-right: -1.47em;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.facilities #content #wifi ul li {
	list-style: none;
	width: 304px;
	float: left;
	border: 1px solid #727171;
	padding: 1.2em;
	margin-right: 1.47em;
	margin-bottom: 1.47em;
}
.facilities #content #wifi ul li dl dt {
	background: #727171;
	min-width: 6em;
	margin-bottom:1em;
}
.facilities #content #wifi ul li dl dd {
}
.facilities #content #wifi ul li dl dd img {
	border: 1px solid #727171;
	margin-bottom: 1em;
}

/*  Seat -------------------------------- */

/* headline */
.seat #content #toilet h3 {
    font-size: 1.6rem;
    margin: 40px 0 10px;
}
.seat #content .photoRoute + h3 {
    margin-top: 87px;
}
.seat #content h4 {
    border: 2px solid #bf0404;
    color: #bf0404;
    font-size: 1.5rem;
    height: 35px;
    letter-spacing: 0;
    line-height: 34px;
    margin: 4px 0 0 0;
    text-align: center;
    width: 225px;
}

/* map */
.seat #content .map {
    margin: 0 auto;
    width: 700px;
}
.seat #content .legend + img {
    margin-top: 20px;
}
.seat #content .map .linkBtn a {
    border: 1px solid #0F5AC8;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 20px 0 18px;
    text-align: center;
    width: 300px;
}
.seat #content .map .linkBtn img {
    height: 21px;
    width: auto;
}

/* photoFacilities */
.seat #content .photoFacilities {
    margin-top: 74px;
}

/* photoNursingRoom */
.seat #content .photoNursingRoom {
    margin-right: -40px;
}
.seat #content .photoNursingRoom .item {
    margin-right: 40px;
    width: 200px;
}
.seat #content .photoNursingRoom ul {
    float: left;
    list-style: none;
    margin-left: -22px;
}
.seat #content .photoNursingRoom ul li {
    font-size: 1.6rem;
    letter-spacing: 0;
}
.seat #content .photoNursingRoom ul li:before {
    content: '\025CF';
    font-size: 0.8em;
    margin: 0 0.2em 0 0;
    vertical-align: middle;
}

/* photoRoute */
.seat #content .photoRoute {
    margin-right: -20px;
}
.seat #content .photoRoute .item {
    margin: 20px 20px 0 0;
    position: relative;
    width: 225px;
}
.seat #content .photoRoute .item:nth-child(n + 5) {
    margin-top: 37px;
}
.seat #content .photoRoute .item:after {
    border-color: transparent transparent transparent #3e3a39;
	border-style: solid;
	border-width: 8px 8px;
    content: '';
    display: block;
    position: absolute;
    top: 82px; right: -20px;
}
.seat #content .photoRoute .item:last-child:after {
    content: none;
}
.seat #content .photoRoute .item p {
    font-weight: bold;
    line-height: 1.4;
    margin-top: 7px;
}

/* photoToilet */
.seat #content .photoToilet {
    margin-right: -20px;
}
.seat #content .photoToilet .item {
    margin-right: 20px;
    width: 176px;
}

/*  Rental ------------------------------ */

/* headline */
.rental #content h3 {
    font-size: 1.6rem;
    margin: 55px 0 0 0;
}
.rental #content h2 + h3 {
    margin-top: -4px;
}
.rental #content h3:before {
    content: '\025A0';
}

/* paragraph */
.rental #content p.em {
    font-size: 2.0rem;
    line-height: 1.7;
    margin: 0 0 13px 0;
}
.rental #content p.em span {
    display: block;
    font-size: 0.8em;
}

/* contactBox */
.rental #content .contactBox {
    background: #f7f8f8;
    border: 1px solid #b5b5b6;
    border-radius: 8px;
    margin: 33px auto 0;
    padding: 16px 40px;
    width: 700px;
}
.rental #content .contactBox dl dt {
    font-size: 1.3rem;
}
.rental #content .contactBox dl dd {
    font-size: 1.6rem;
    font-weight: bold;
}
.rental #content .contactBox dl dd img {
    margin: 0 0 0 34px;
    vertical-align: -0.2em;
    width: 210px;
}
.rental #content .contactBox dl dd span {
    font-size: 0.75em;
    font-weight: normal;
}

/* method */
.rental #content ul.method {
    list-style: none;
    margin: -4px 0 0 0;
    overflow: hidden;
}
.rental #content ul.method li {
    border: 1px solid #727171;
    float: left;
    font-size: 1.5rem;
    height: 60px;
    line-height: 60px;
    margin: 20px 25px 0 0;
    padding: 0 15px;
    position: relative;
    width: 460px;
}
.rental #content ul.method li:nth-child(even) {
    margin-right: 0;
}
.rental #content ul.method li:after {
    border-color: transparent transparent transparent #727171;
	border-style: solid;
	border-width: 9px 8px;
    content: '';
    display: block;
    position: absolute;
    top: 20px; right: -24px;
}
.rental #content ul.method li:last-child:after {
    content: none;
}
.rental #content ul.method li span {
    background: #727171;
    color: #ffffff;
    display: inline-block;
    font-size: 1.6rem;
    height: 30px;
    line-height: 32px;
    margin: 0 0.625em 0 0;
    text-align: center;
    text-indent: 0.1em;
    width: 30px;
}

/* table */
.rental #content table {
    margin: 8px 0 0 0;
    width: 100%;
}
.rental #content table thead tr th {
    background: #dcdddd;
    border: 1px solid #ffffff;
    font-size: 1.5rem;
    padding: 0.6em 12px 0.5em;
}
.rental #content table thead tr th span {
    font-size: 0.86em;
}
.rental #content table thead tr th + th {
    border-left: 1px solid #ffffff;
}
.rental #content table thead tr th:first-child {
    width: 640px;
}
.rental #content table.facilitiesPrice thead tr th:first-child {
    width: 750px;
}
.rental #content table tbody tr th,
.rental #content table tbody tr td {
    border-bottom: 1px solid #dcdddd;
    padding: 0.57em 12px;
    vertical-align: middle;
}
.rental #content table tbody tr th.bg,
.rental #content table tbody tr td.bg {
    background: #f7f8f8;
}
.rental #content table tbody tr th {
    font-weight: normal;
    text-align: left;
}
.rental #content table tbody tr td {
    border-left: 1px solid #dcdddd;
    text-align: center;
    width: 320px;
}
.rental #content table.groundPrice tbody tr td {
    text-align: left;
}
.rental #content table.facilitiesPrice tbody tr td {
    width: 210px;
}
.rental #content table tbody tr td.price {
    padding-right: 124px;
    text-align: right;
}
.rental #content table.facilitiesPrice tbody tr td.price {
    padding-right: 74px;
}

/*  Tour -------------------------------- */

/* headline */
.tour #content h3 {
    font-size: 1.6rem;
    line-height: 1.75;
}
.tour #content h3 span {
    display: block;
    font-size: 0.875em;
    font-weight: normal;
}
.tour #content h4 {
    border: 1px solid #727171;
    font-size: 1.5rem;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 120px;
}

/* paragraph */
.tour #content p {
    margin-top: 18px;
}

/* attention */
.tour #content .attention {
    margin: 60px 0 0 0;
}

/* list */
.tour #content .tourInfo dl dd ul {
    margin: 0 0 0 1.5em;
}
/* .tour #content ul {
    list-style: none;
    margin: 16px 0 0 0;
}
.tour #content ul li {
    display: inline-block;
}
.tour #content ul li:before {
    color: #9fa0a0;
    content: '\025CF';
    font-size: 0.7em;
    vertical-align: 0.15em;
} */

/* tourInfo */
.tour #content .tourInfo dl + dl {
    margin: 0.7em 0 0 0;
}
.tour #content .tourInfo dl dt {
	color: #ffffff;
	display: table-cell;
	font-size: 1.4rem;
	text-align: center;
	min-width: 7.5em;
}
.tour #content .tourInfo dl dt span {
    background: #66A4D4;
    display: block;
    padding: 0.15em 0.6em 0.1em;
}
.tour #content .tourInfo dl dd {
	display: table-cell;
	font-size: 1.5rem;
	padding: 0 0 0 0.6em;
}
.tour #content .tourInfo dl dd ol {
	 margin: 0 0 0 1.5em;
}
.tour #content .tourInfo dl dd img {
	 margin: 1.5em 0 0 0;
}

/* contents */
.tour #content .contents {
    margin: 40px 0 0 0;
    position: relative;
}
.tour #content .contents h3 {
    background: #231815;
    background: -webkit-linear-gradient(bottom, #231815 50% ,#595757 100%);
    background: linear-gradient(to top, #231815 50% ,#595757 100%);
    color: #ffffff;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    line-height: 1;
    margin-bottom: 10px;
    padding: 0.66em 0;
    text-align: center;
}
.tour #content .contents p {
    font-size: 1.5rem;
    line-height: 1.73;
/*    position: absolute;
    bottom: -5px; left: 530px;
    width: 350px;*/
}

/* btnMuseum */
.tour #content .btnMuseum {
    margin: 60px auto 0;
    width: 500px;
}

/*  Access ------------------------------- */

/* table */
.access #content table {
    border-bottom: 1px solid #e1e1e1;
    float: left;
    width: 460px;
}
.access #content table tr th {
    border-top: 1px solid #e1e1e1;
    font-weight: normal;
    padding: 1.14em 6px;
    text-align: left;
    width: 90px;
}
.access #content table tr td {
    border-top: 1px solid #e1e1e1;
    padding: 1.14em 0;
}

/* gMap */
.access #content .gMap {
    float: right;
    width: 460px;
}
.access #content .gMap #map_canvas {
    width: 440px;
    height: 386px;
}

/* accessMap */
.access #content .accessMap {
    margin: 30px 0 26px;
}

/* routeMap */
.access #content .routeMap {
    position: relative;
}
.access #content .routeMap .text {
    position: absolute;
    bottom: -4px;
}

/* parking */
.access #content ul.parking {
    list-style: none;
    margin: 12px 0 22px;
}
.access #content ul.parking li {
    margin: 5px 0 0 0;
}
.access #content ul.parking li img {
    margin: 0 0.42em 0 0;
    width: 30px;
    vertical-align: -0.7em;
}
.access #content ul.parking li span {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    margin: 0 0 0 30px;
}

/* publicTransport */

/*-----------------20191031削除してOK*/
.access .wc p.bm,
.access #content #publicTransport p.bm {
    font-size: 2rem;
	margin-bottom:0.5em;
	color:#0F5AC8;
	font-weight:bold;
	text-align: center;
}
.access #content .linkBtn{
	margin-bottom:3em;
}
.access #content .linkBtn a {
    border: 1px solid #0F5AC8;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 20px 0 18px;
    text-align: center;
    width: 300px;
}
.access #content .linkBtn img {
    height: 21px;
    width: auto;
}
/*-----------------20191031削除してOK*/

.access #content #publicTransport p.bm a{
	text-decoration:underline;
	color:#0F5AC8;
}
.access #content #publicTransport p.bm a:hover{
	text-decoration:none;
}
.access #content #publicTransport p.em {
    font-size: 1.8rem;
}
.access #content #publicTransport .routeMap {
    margin-top: 35px;
}
.access #content #publicTransport .routeMap .text {
    left: 535px;
}
.access #content #publicTransport .routeMap .image {
    width: 506px;
}

/* car */
.access #content #car .routeMap .text {
    left: 460px;
}
.access #content #car .routeMap .image {
    width: 432px;
}

/*  Policy ------------------------------- */
.policy #content .aboutPolicy {
	border-bottom: 1px dashed #C8C9CA;
	margin: 5em 0 0 0;
	padding: 0 0 2.7em 0;
}
.policy #content .aboutPolicy h2 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}
.policy #content .aboutPolicy p {
	font-size: 1.5rem;
	margin: 1.3em 0 0 0;
}
.policy #content ol {
	counter-reset: li;
	list-style: none;
	margin: 3em 0 0 0;
}
.policy #content ol li {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.57;
	margin: 2.5em 0 0 1em;
	text-indent: -1em;
}
.policy #content ol li:before {
	counter-increment: li;
	content: counter(li)".";
}
.policy #content ol li ol {
	margin: 1em 0 0 0;
}
.policy #content ol li ol li {
	font-weight: normal;
	line-height: 1.57;
	margin: 0 0 0 1.65em;
	text-indent: -1.65em;
}
.policy #content ol li ol li + li {
	margin-top: 0.35em;
}
.policy #content ol li ol li:before {
	counter-increment: li;
	content: counter(li)"）";
}
.policy #content .revisionHistory {
	font-size: 1.4rem;
	margin: 5.3em 0 0 0;
}
.policy #content .contact {
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 2.1em 0 0 0;
}
.policy #content .contact dt {
	font-weight: bold;
}

/*  News
----------------------------------------- */

.news #content iframe {
    height: 510px;
}


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

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

/*  共通
----------------------------------------- */

/* mainvisual */
#mainvisual {
    overflow: hidden;
    width: 100%;
}
#mainvisual > img {
    margin: 0 -35%;
    width: 170%;
}
#mainvisual h1 {
    font-size: 1.8rem;
    padding: 0 5%;
}

/* section */
#content section + section {
    margin-top: 18%;
}

/* paragraph */
#content p.notes {
    font-size: 1.1rem;
}

/*  Home
----------------------------------------- */

/* mainvisual */
.home #mainvisual {
    width: 100%;
}

/* headline */
.home #content h2 {
    font-size: 1.6rem;
}

/* news */
.home #content .news {
    float: none;
    width: 100%;
}
.home #content .whatsNew {
    padding: 5% 4%;
}
.home #content .whatsNew dl {
    display: block;
}
.home #content .whatsNew dl dt {
    display: block;
    font-size: 1.2rem;
    width: auto;
}
.home #content .whatsNew dl dd {
    display: block;
    margin-top: 0.4em;
}

/* video */
.home #content .video {
    float: none;
    margin: 8% 0 0 0;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.home #content .video iframe {
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
}

/* menuList */
.home #content .menuList .menu {
    float: none;
    font-size: 1.3rem;
    margin-top: 10%;
    width: 100%;
}
.home #content .menuList .menu:nth-child(even) {
    float: none;
}
.home #content .menuList .menu .item + .item {
    margin-top: 5%;
}
.home #content .menuList .menu .item > a {
    margin-right: 3%;
    width: 47%;
}
.home #content .menuList .menu .item ul,
.home #content .menuList .menu .item p {
    width: 50%;
}
.home #content .menuList .menu .item ul li + li {
    margin-top: 8px;
}
.home #content .menuList .menu .item ul li a {
    text-decoration: underline;
}

/* banner */
.home #content .banner {
    margin-top: 10%;
}
.home #content .banner ul li {
    margin-top: 2%;
    width: 48.63%;
}
.home #content .banner ul.large {
    margin-right: 0;
}
.home #content .banner ul.large li {
    margin-right: 2.74%;
    width: 48.63%;
}
.home #content .banner ul.large li:nth-child(even) {
    margin-right: 0;
}
.home #content .banner ul.small {
    margin-right: 0;
	margin-top: 2%;
}
.home #content .banner ul.small li {
    margin: 2% 2.63% 0 0;
    width: 31.58%;
}
.home #content .banner ul.small li:nth-child(3n) {
    margin-right: 0;
}
.home #content .banner ul.small li:last-child img {
	width: 80%;
}

/*  Page
----------------------------------------- */

/* headline */
#content section h2 {
    font-size: 1.5rem;
    height: auto;
    line-height: 1.4;
    margin-bottom: 5%;
    padding: 1em 5% 0.85em;
}
#content section h3 {
	font-size: 1.7rem;
}
#content section h3.floor {
    font-size: 2.0rem;
}

/* paragraph */
#content p.notes {
    font-size: 1.1rem;
}

/* legend */
#content .legend ul {
    margin-top: 8%;
}
#content .legend ul:nth-child(n + 3) {
    margin-top: 2px;
}
#content .legend ul li img {
    width: 20px;
}
#content .legend ul li span {
    font-size: 1.0rem;
    padding-left: 4px;
}
/* vertical */
#content .legend ul.vertical {
    margin-right: 0;
    width: 50%;
}
/* horizontal */
#content .legend ul.horizontal li {
    width: 50%;
}
#content .legend ul.horizontal li + li {
    margin: 0;
}
#content .legend ul.horizontal li:nth-child(n + 3) {
    margin-top: 5px;
}

/* photoFacilities */
#content .photoFacilities {
    margin-right: -4.08%;
}
#content .photoFacilities .item {
    margin: 5% 4.08% 0 0;
    width: 45.92%;
}
#content .photoFacilities .item.col2 {
    width: 95.92%;
}
#content .photoFacilities .item p {
    line-height: 1.2;
    margin-bottom: 0.5em;
}

/*  Schedule ---------------------------- */

/*  Facilities -------------------------- */

/* message */
.facilities #content .message {
    margin-top: 8%;
    width: 100%;
}
.facilities #content .message p {
    margin-top: 0.9em;
}

/* centralPark */
.facilities #content .centralPark {
    margin-top: 20%;
    width: 100%;
}
.facilities #content .centralPark h4 {
    font-size: 1.4rem;
}
.facilities #content .centralPark dl dt,
.facilities #content .centralPark dl dd {
    display: block;
}
.facilities #content .centralPark dl dt {
    margin-top: 3%;
}
.facilities #content .centralPark dl dd {
    margin: 0.7em 0 0 0;
    padding: 0;
    text-align: left;
}

/* inquiry */
.facilities #content .inquiry {
    margin-top: 5%;
    text-align: left;
}
.facilities #content .inquiry p + p {
    font-size: 1.1rem;
}
.facilities #content .inquiry img {
    margin: 0.6em 0 0 0;
}

/* table */
.facilities #content table {
    margin-top: 18%;
}
.facilities #content table tr th {
    font-size: 1.4rem;
    padding: 1em 0;
    vertical-align: top;
    width: 6.5em;
}
.facilities #content table tr td {
    display: block;
    padding: 1.2em 0 1em 7%;
    vertical-align: top;
}
.facilities #content table tr td.image {
    padding-bottom: 0;
    width: auto;
}
.facilities #content table tr td.image + td {
    padding-top: 0.9em;
}
.facilities #content table tr.worldCap td {
    font-size: 1.7rem;
    padding-top: 0.6em;
    padding-bottom: 0.4em;
}

/* photoFacilities */
.facilities #content .photoFacilities {
    margin-top: -5%;
}

/* general */
.facilities #content #general .map {
    padding: 0;
}
.facilities #content #general .map > img {
    width: 100%;
}
.facilities #content #general .legend {
    position: static;
}

/* floor */
.facilities #content #floor .map.west,
.facilities #content #floor .map.north {
    padding: 0;
}
.facilities #content #floor .map.west > img {
    display: block;
    margin: -22px 0 0 35.48%;
    width: 64.52%;
}
.facilities #content #floor .map.west .legend {
    left: 0;
    width: 100%;
}
.facilities #content #floor .map.north {
    margin-top: 20%;
}
.facilities #content #floor .map.north > img {
    margin-top: 5%;
    width: 85.48%;
}
.facilities #content #floor .map.twoColumns h3 {
    padding-left: 0;
}
.facilities #content #floor .map .second {
    margin-top: 20%;
    width: 48%;
}
.facilities #content #floor .map .second > img {
    margin-top: -2em;
}
.facilities #content #floor .map .third {
    width: 48%;
}
.facilities #content #floor .map .third > img {
    margin-top: 1em;
}

/* wifi */
.facilities #content #wifi .red {
	font-size: 1.7rem;
}
.facilities #content #wifi h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 3%;
    padding-left: 4%;
    padding-right: 4%;
}
.facilities #content #wifi .block {
	width: 100%;
}
.facilities #content #wifi .block img {
	width: 100%;
	margin-top: 1em;
}
.facilities #content #wifi ul li {
	width: 100%;
}
.facilities #content #wifi .about {
	width: 100%;
}
.facilities #content #wifi .about dt{
	width:100%;
}


/*  Seat -------------------------------- */

/* headline */
.seat #content #toilet h3 {
    font-size: 1.4rem;
    margin: 8% 0 0.5em;
}
.seat #content .photoRoute + h3 {
    margin-top: 15%;
}
.seat #content h4 {
    font-size: 1.3rem;
    width: 200px;
}

/* map */
.seat #content .map {
    width: 100%;
}
.seat #content .legend + img {
    margin: 5% 0;
}
.seat #content .map .linkBtn a {
    padding: 1.2em 0 1.2em;
    width: 100%;
}
.seat #content .map .linkBtn img {
    height: 19px;
}

/* photoFacilities */
.seat #content .photoFacilities {
    margin-top: 15%;
}

/* photoNursingRoom */
.seat #content .photoNursingRoom {
    margin-right: -4.08%;
}
.seat #content .photoNursingRoom .item {
    margin: 5% 4.08% 0 0;
    width: 45.92%;
}
.seat #content .photoNursingRoom ul {
    margin: 5% 0 0 0;
    width: 45.92%;
}
.seat #content .photoNursingRoom ul li {
    font-size: 1.4rem;
    letter-spacing: 0;
}

/* photoRoute */
.seat #content .photoRoute {
    margin-right: -4.08;
}
.seat #content .photoRoute .item {
    margin: 5% 4.08% 0 0;
    width: 45.92%;
}
.seat #content .photoRoute .item:nth-child(n + 5) {
    margin-top: 5%;
}
.seat #content .photoRoute .item:after {
	border-width: 5px 5px;
    top: 4em; right: -13px;
}
.seat #content .photoRoute .item p {
    margin-top: 0.53em;
}
.seat #content .photoRoute .item p br {
    display: none;
}

/* photoToilet */
.seat #content .photoToilet {
    margin: -4% -3.4% 0 0;
}
.seat #content .photoToilet .item {
    margin: 4% 3.4% 0 0;
    width: 29.93%;
}

/*  Rental ------------------------------ */

/* headline */
.rental #content h3 {
    font-size: 1.6rem;
    margin: 55px 0 0 0;
}
.rental #content h2 + h3 {
    margin-top: -4px;
}
.rental #content h3:before {
    content: '\025A0';
}

/* paragraph */
.rental #content p.em {
    font-size: 2.0rem;
    line-height: 1.7;
    margin: 0 0 13px 0;
}
.rental #content p.em span {
    display: block;
    font-size: 0.8em;
}

/* contactBox */
.rental #content .contactBox {
    background: #f7f8f8;
    border: 1px solid #b5b5b6;
    border-radius: 8px;
    margin: 33px auto 0;
    padding: 16px 40px;
    width: 700px;
}
.rental #content .contactBox dl dt {
    font-size: 1.3rem;
}
.rental #content .contactBox dl dd {
    font-size: 1.6rem;
    font-weight: bold;
}
.rental #content .contactBox dl dd img {
    margin: 0 0 0 34px;
    vertical-align: -0.2em;
    width: 210px;
}
.rental #content .contactBox dl dd span {
    font-size: 0.75em;
    font-weight: normal;
}

/* method */
.rental #content ul.method {
    list-style: none;
    margin: -4px 0 0 0;
    overflow: hidden;
}
.rental #content ul.method li {
    border: 1px solid #727171;
    float: left;
    font-size: 1.5rem;
    height: 60px;
    line-height: 60px;
    margin: 20px 25px 0 0;
    padding: 0 15px;
    position: relative;
    width: 460px;
}
.rental #content ul.method li:nth-child(even) {
    margin-right: 0;
}
.rental #content ul.method li:after {
    border-color: transparent transparent transparent #727171;
	border-style: solid;
	border-width: 9px 8px;
    content: '';
    display: block;
    position: absolute;
    top: 20px; right: -24px;
}
.rental #content ul.method li:last-child:after {
    content: none;
}
.rental #content ul.method li span {
    background: #727171;
    color: #ffffff;
    display: inline-block;
    font-size: 1.6rem;
    height: 30px;
    line-height: 32px;
    margin: 0 0.625em 0 0;
    text-align: center;
    text-indent: 0.1em;
    width: 30px;
}

/* table */
.rental #content table {
    margin: 8px 0 0 0;
    width: 100%;
}
.rental #content table thead tr th {
    background: #dcdddd;
    border: 1px solid #ffffff;
    font-size: 1.5rem;
    padding: 0.6em 12px 0.5em;
}
.rental #content table thead tr th span {
    font-size: 0.86em;
}
.rental #content table thead tr th + th {
    border-left: 1px solid #ffffff;
}
.rental #content table thead tr th:first-child {
    width: 640px;
}
.rental #content table.facilitiesPrice thead tr th:first-child {
    width: 750px;
}
.rental #content table tbody tr th,
.rental #content table tbody tr td {
    border-bottom: 1px solid #dcdddd;
    padding: 0.57em 12px;
    vertical-align: middle;
}
.rental #content table tbody tr th.bg,
.rental #content table tbody tr td.bg {
    background: #f7f8f8;
}
.rental #content table tbody tr th {
    font-weight: normal;
    text-align: left;
}
.rental #content table tbody tr td {
    border-left: 1px solid #dcdddd;
    text-align: center;
    width: 320px;
}
.rental #content table.groundPrice tbody tr td {
    text-align: left;
}
.rental #content table.facilitiesPrice tbody tr td {
    width: 210px;
}
.rental #content table tbody tr td.price {
    padding-right: 124px;
    text-align: right;
}
.rental #content table.facilitiesPrice tbody tr td.price {
    padding-right: 74px;
}

/*  Tour -------------------------------- */

/* headline */
.tour #content h3 {
    font-size: 1.4rem;
}
.tour #content h4 {
    font-size: 1.3rem;
    line-height: 31px;
    width: 100px;
}

/* paragraph */
.tour #content p {
    margin-top: 1.38em;
}

/* attention */
.tour #content .attention {
    margin-top: 10%;
}

/* list */
.tour #content ul {
    margin-top: 5%;
}
.tour #content ul li:before {
    vertical-align: 0.1em;
}

/* tour */
.tour #content .tourInfo dl {
	display: block;
}
.tour #content .tourInfo dl dt {
	display: block;
	width: 100%;
}
.tour #content .tourInfo dl dt span {
	background: #66A4D4;
	display: block;
	padding: 0.35em 0.6em 0.35em;
}
.tour #content .tourInfo dl dd {
	display: block;
    margin: 0.4em 0 0 0;
	padding: 0;
}

/* contents */
.tour #content .contents {
    margin-top: 8%;
}
.tour #content .contents h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 3%;
    padding-left: 4%;
    padding-right: 4%;
}
.tour #content .contents p {
    font-size: 1.3rem;
    position: static;
    width: 100%;
}

/* btnMuseum */
.tour #content .btnMuseum {
    margin-top: 12%;
    width: 100%;
}

/*  Rental
----------------------------------------- */

/* headline */
.rental #content h3 {
    font-size: 1.4rem;
    margin-top: 10%;
}
.rental #content h2 + h3 {
    margin-top: 0;
}

/* paragraph */
.rental #content p.em {
    font-size: 1.5rem;
    margin-bottom: 0.8em;
}

/* contactBox */
.rental #content .contactBox {
    margin-top: 8%;
    padding: 5% 5% 4%;
    width: 100%;
}
.rental #content .contactBox dl dt {
    font-size: 1.3rem;
}
.rental #content .contactBox dl dd {
    font-size: 1.5rem;
    margin-top: 0.2em;
}
.rental #content .contactBox dl dd img {
    margin: 0.2em 0 0.1em 0;
    width: 210px;
}
.rental #content .contactBox dl dd span {
    display: block;
}

/* method */
.rental #content ul.method {
    margin-top: 4%;
}
.rental #content ul.method li {
    float: none;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    margin: 0 0 30px 0;
    padding: 0 3.4%;
    width: 100%;
}
.rental #content ul.method li:after {
    border-color: #727171 transparent transparent transparent;
	border-style: solid;
	border-width: 9px 8px;
    content: '';
    display: block;
    margin-right: -9px;
    position: absolute;
    top: auto; right: 50%; bottom: -30px;
}
.rental #content ul.method li:last-child {
    margin-bottom: 0;
}
.rental #content ul.method li span {
    font-size: 1.5rem;
    text-indent: 0;
}

/* table */
.rental #content table {
    margin-top: 2%;
}
.rental #content table thead tr th {
    font-size: 1.3rem;
    padding: 0.7em 2% 0.6em;
    vertical-align: middle;
}
.rental #content table thead tr th span {
    display: block;
}
.rental #content table thead tr th:first-child {
    width: 70%;
}
.rental #content table.facilitiesPrice thead tr th:first-child {
    width: 75%;
}
.rental #content table tbody tr th,
.rental #content table tbody tr td {
    font-size: 1.2rem;
    padding: 0.57em 2%;
}
.rental #content table tbody tr td {
    width: 30%;
}
.rental #content table.facilitiesPrice tbody tr td {
    width: 25%;
}
.rental #content table tbody tr td.price {
    padding-right: 4%;
}
.rental #content table.facilitiesPrice tbody tr td.price {
    padding-right: 4%;
}

/*  Access
----------------------------------------- */

/*-----------------20191031削除してOK*/
.access .wc p.bm,
.access #content #publicTransport p.bm {
    font-size: 1.4rem;
}
.access #content .linkBtn a {
    padding: 1.2em 0 1.2em;
    width: 100%;
}
.access #content .linkBtn img {
    height: 19px;
}
/*-----------------20191031削除してOK*/

/* table */
.access #content table {
    float: none;
    width: 100%;
}
.access #content table tr th {
    padding: 1.14em 2% 0.9em;
    width: 28%;
}
.access #content table tr td {
    padding: 1.14em 0 0.9em;
}

/* gMap */
.access #content .gMap {
    float: none;
    margin-top: 7%;
    width: 100%;
}
.access #content .gMap #map_canvas {
    height: 193px;
    width: 100%;
}

/* accessMap */
.access #content .accessMap {
    margin: 3% 0 4%;
}

/* routeMap */
.access #content .routeMap {
    margin-top: 8%;
}
.access #content .routeMap .text {
    margin: 5% 0 0 0;
    position: static;
}

/* parking */
.access #content ul.parking {
    margin: 1em 0 1.4em;
}
.access #content ul.parking li img {
    width: 24px;
    vertical-align: -0.55em;
}
.access #content ul.parking li span {
    font-size: 1.2rem;
}

/* publicTransport */
.access #content #publicTransport p.em {
    font-size: 1.5rem;
}
.access #content #publicTransport .routeMap {
    margin-top: 6%;
}
.access #content #publicTransport .routeMap .text {
    left: 100%;
}
.access #content #publicTransport .routeMap .image {
    width: 100%;
}

/* car */
.access #content #car .routeMap .text {
    left: 100%;
}
.access #content #car .routeMap .image {
    width: 100%;
}

/*  Policy
----------------------------------------- */

.policy #content .aboutPolicy {
	border-bottom: 1px dashed #C8C9CA;
	margin: 4em 0 0 0;
	padding: 0 0 2.7em 0;
}

}
