@charset "utf-8"; 

/* Sea-Style : online.css */

/* Layout - PC & SP
=========================================================================== */
#rwd-content .rwd-text.rwd-xlarge .rwd-text-bold { font-size: 2rem; font-weight: bold !important; }
#rwd-content .rwd-align-items { -webkit-align-items: center; align-items: center;}
#rwd-content .ss_privilege-text { color: #315FD2; }
#rwd-content .box-rounded { border-radius: 15px; }
#rwd-content .rwd-table-price.reservation th, 
#rwd-content .rwd-table-price.reservation td { font-size: 1.5rem; text-align: left; }
#rwd-content .rwd-table-price.reservation thead th b { font-weight: bold; font-size: 1.4rem; }
#rwd-content .rwd-table-price.reservation tbody td { font-size: 1.4rem; }
#rwd-content .rwd-table-price.reservation tbody th { background-color: #fff; font-weight: bold; }
#rwd-content .rwd-link-list03-left a,
#rwd-content .rwd-link-list03-left .button-eride { min-width: 200px; }

/* Layout - PC
=========================================================================== */

@media print, screen and (min-width: 768px) {
	#rwd-content .just-reverse .rwd-text { line-height: 1.7!important;}
#rwd-content .background-image { background-image: url("../img/img_base-background_01_pc.jpg"); background-repeat: no-repeat; background-size: cover;}
#rwd-content .ss_privilege-text { border-top: #A2CAE5 2px solid; margin-top: -100px; margin-bottom: 0; padding-top: 25px; z-index: 1; }
#rwd-content .ss_privilege-text02 { border-top: #A2CAE5 2px solid; margin-top: -70px; margin-bottom: 0; padding-top: 50px; z-index: 1; }
#rwd-content .box-rounded { padding: 30px 40px 0px 40px; }
#rwd-content .detail .rwd-notes-list01 dt { width: 30px; position: relative; font-size: 2rem; color: #003182; font-weight: bold; line-height: 1.2; }
#rwd-content .contactArea a span {font-size: 1.8rem;}
#rwd-content .pc-none { display: none !important; }
#rwd-content .rwd-tel01 span {font-size: 2rem!important;}
#rwd-content .rwd-tel01 span.rwd-tel-text {font-size: 3rem!important;}
} /* 768px */

/* Layout - SP
=========================================================================== */

@media screen and (max-width: 767px){
#rwd-content .just-reverse {-webkit-justify-content: center;justify-content: center;flex-direction: row-reverse;}
#rwd-content .background-image { background-image: url("../img/img_base-background_01_sp.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center;}
#rwd-content .detail .rwd-notes-list01 dt { width: 19px; color: #003182; font-weight: bold; }
#rwd-content .ss_privilege-text { border-top: #A2CAE5 2px solid; margin-top: 10px; margin-bottom: 20px; padding-top: 20px; }
#rwd-content .ss_privilege-text02 { border-top: #A2CAE5 2px solid; margin-top: 10px; margin-bottom: 10px; padding-top: 20px; }
#rwd-content .img_privilege_text { max-width: 90%; margin: auto;}
#rwd-content .img_privilege_item_sp { max-width: 75%; margin: auto;}
#rwd-content .contactArea a { min-width: 49%; }
#rwd-content .contactArea a span { display: block; font-size: 12px; }
#rwd-content .contactArea .icon::before { margin-right: 1%; display:inline-block; }
#rwd-content .sp-none { display: none !important; }
} /* 767px */