@charset "UTF-8";

@import url(../../common_en/css/bg_pagetitle_en.css);
@import url(../../../common/css/theme_reset_type02.css);

/* ============================
Herb_Gardens のCSS
-------------------------------
1.ページ共通のCSS
2.hoursfares_en のCSS
============================== */


/* ===========================
1.ページ共通のCSS
============================== */
#new-content-wrap #wide-main * {

}
#new-content-wrap #wide-main *, 
#new-content-wrap #wide-main *:before,
#new-content-wrap #wide-main *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#new-content-wrap #wide-main img {
	max-width: 100%;
	height: auto;
}

/* ===========================
2.hoursfares_en のCSS
============================== */

#new-content-wrap #wide-main #hoursfares_en {
	margin-top: 20px;
}
#new-content-wrap #wide-main #hoursfares_en h2 {
	text-align: center;
	color: #476455;
}
#new-content-wrap #wide-main #hoursfares_en p {
	font-family: 'Lato', Sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.69230;
}
#new-content-wrap #wide-main #hoursfares_en p.hoursfares_note {
	background-color: #f2f2f2;
	margin: 10px auto 20px;
	padding: 15px;
}
#new-content-wrap #wide-main #hoursfares_en p.hoursfares_note span {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
}
#new-content-wrap #wide-main #hoursfares_en p.closed_period {
	margin-bottom: 16px;
	color: red;
}
#new-content-wrap #wide-main #hoursfares_en table {
	width: 100%;
	border: 2px #000 solid;
}
#new-content-wrap #wide-main #hoursfares_en table th,
#new-content-wrap #wide-main #hoursfares_en table td {
	font-family: 'Lato', Sans-serif;
	text-align: center;
	vertical-align: middle;
	padding: 8px 2px;
	border-right: 1px #888 solid;
	border-bottom: 1px #888 solid;
}
#new-content-wrap #wide-main #hoursfares_en table th {
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	background-color: #000;
}
#new-content-wrap #wide-main #hoursfares_en table td {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.69230;
}
#new-content-wrap #wide-main #hoursfares_en .cellgray {
	background-color: #f2f2f2;
}
#new-content-wrap #wide-main #hoursfares_en .cellwidth8 {
	width: 8%;
}
#new-content-wrap #wide-main #hoursfares_en .cellwidth14 {
	width: 14%;
}
#new-content-wrap #wide-main #hoursfares_en .cellwidth16 {
	width: 16%;
}
#new-content-wrap #wide-main #hoursfares_en .cellwidth20 {
	width: 20%;
}
#new-content-wrap #wide-main #hoursfares_en .cellwidth22 {
	width: 22%;
}
#new-content-wrap #wide-main #hoursfares_en .cellwidth34 {
	width: 34%;
}
#new-content-wrap #wide-main #hoursfares_en .mt15 {
	margin-top: 15px;
}
#new-content-wrap #wide-main #hoursfares_en p.note_with_indent  {
	text-align: center;
}
#new-content-wrap #wide-main #hoursfares_en p.note_with_indent .ali_left {
	display: inline-block;
	width: 84%;
	padding-left: 2em;
	text-indent: -2em;
	text-align: left;
}

@media screen and (min-width: 481px){
#new-content-wrap #wide-main #hoursfares_en h2 {
	font-size:28px;
	font-size:2.8rem;
}
#new-content-wrap #wide-main #hoursfares_en p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.714285;
	margin-top: 20px;
}
#new-content-wrap #wide-main #hoursfares_en p.closed_period {
	margin-bottom: 20px;
}
}

@media screen and (min-width: 681px){
#new-content-wrap #wide-main #hoursfares_en h2 {
	font-size:40px;
	font-size:4rem;
}
#new-content-wrap #wide-main #hoursfares_en p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.733333;
	text-align: center;
	margin-top: 30px;
}
#new-content-wrap #wide-main #hoursfares_en p.hoursfares_note {
	width: 84%;
	margin: 20px auto 55px;
	padding: 15px 0;
}
#new-content-wrap #wide-main #hoursfares_en p.closed_period {
	margin-bottom: 30px;
}
#new-content-wrap #wide-main #hoursfares_en table th {
	font-size: 17px;
	font-size: 1.7rem;
}
#new-content-wrap #wide-main #hoursfares_en table td {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.733333;
}
}

@media screen and (min-width: 881px){
#new-content-wrap #wide-main #hoursfares_en h2 {
	font-size:43px;
	font-size:4.3rem;
	margin-bottom: 40px;
}
}

/* ===========================
ブレイクポイントセット
============================== */
@media screen and (max-width: 680px){/* スマホ用のみの共通 */
}
@media screen and (min-width: 481px){
}
@media screen and (min-width: 681px){
}
@media screen and (min-width: 881px){
}
@media screen and (min-width: 1016px){
}
