@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kurenaido&family=Zen+Old+Mincho&display=swap');

/* reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)

   fixed
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div, p, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, table, tr, th, td, article, aside, header, footer, section, nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------------------------
   font
------------------------------------------------------- */
body, html, td, th, input[type="text"], textarea {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  /* font-weight: 500; */
}
/* for IE10 */
@media all and (-ms-high-contrast: none) {
  body,
    table,
    td,
    th {
    font-family: Verdana, 'メイリオ', Meiryo, '游ゴシック', sans-serif !important;
  }
}
html {
  font-size: 62.5% !important;
}
body, #suzukaContentInner2016 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  line-height: 170% !important;
  word-break: break-all;
}
a:link, a:visited {
  color: #018167;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  text-decoration: underline;
}
a.linkInline {
    text-decoration: underline;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
/* -------------------------------------------------------
   一括指定 boxsizing / clearfix / image hover / contents width
------------------------------------------------------- */
/* boxsizing */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* block */
.l-block a {
  display: block;
}
/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* image hover */
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* contents width */
.class {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
ul, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* form style reset */
/*
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* -------------------------------------------------------
 footer
------------------------------------------------------- */
footer {
    background: #cbe0af url("../images/bg-001.png") repeat-x left top 5px;
    background-size: auto 7px;
    height: 80px;
    position: relative;
    margin-top: 100px;
}

.blockFooter__clover001 {
    position: absolute;
    left: 20px;
    top: -30px;
}

.blockFooter__clover002 {
    position: absolute;
    right: 10px;
    top: -70px;
    width: 50px;
}

.blockSiteCaption {
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    background: #018167;
    color: #fff;
    line-height: 170%;
    font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.blockSiteCaption__item {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* -------------------------------------------------------
 header
------------------------------------------------------- */
.Header {
    background: #cbe0af url("../images/bg-001.png") repeat-x left bottom 5px;
    background-size: auto 7px;
    padding-top: 25px;
    padding-bottom: 35px;
    position: absolute;
    z-index: 80;
    width: 100%;
}

.Header.isFixed {
    position: fixed;
    top: 0;
}

.blockHeader {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.headerLogo {
    margin-left: 10px;
}

.headerLogo img {
    width: 300px;
}

/* global navigation
---------------------------------*/
.blockGlobalNavi {
    position: absolute;
    top: 100px;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background: #018167;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 90;
    display: none;
}

.blockGlobalNavi.isFixed {
    position: fixed;
    top: 100px;
}

.globalNavi {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.globalNavi ul li {
  display: block;
  
}
.globalNavi ul li a {
  text-decoration: none;
  color: #ddd;
  display: block;
    padding: 10px 28px
}

.globalNavi ul li a:hover {
    background: rgba(255, 255, 255, .3);
}

.globalNavi ul li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    display: inline-block;
    font-weight: 800;
    color: #fff;
    font-size: 1.8rem;
    margin-right: 5px;
    float: left;
}

.btnGlobalNavi {
  position: absolute;
  top: -5px;
  right: 10px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: #018167;
  padding: 20px;
  border-radius: 500px;
  width: 50px;
  height: 50px;
  z-index: 100;
}

/*
.blockGlobalNavi .btnGlobalNavi {
  position: fixed;
  top: 10px;
  right: 10px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: #018167;
    padding: 20px;
    border-radius: 500px;
    width: 50px;
    height: 50px;
    z-index: 100;
}
*/
.btnGlobalNavi span {
  position: absolute;
  width: 26px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  left:12px;
}

.btnGlobalNavi span:nth-child(1) {
    top: 14px;
}
.btnGlobalNavi span:nth-child(2) {
    top: 23px;
}
    
.btnGlobalNavi span:nth-child(3) {
    top: 33px;
}

.btnGlobalNavi.isActive span:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.btnGlobalNavi.isActive span:nth-child(2) {
    display: none;
}

.btnGlobalNavi.isActive span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}

/* main image
---------------------------------*/
.blockMainImage {
    position: relative;
}

.blockMainImage__clover001 {
    position: absolute;
    top: -50px;
    right: 60px;
    z-index: 110;
    width: 100px;
}

.blockMainImage__clover002 {
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 10;
    width: 60px;
}

.blockMainImage__clover003 {
    position: absolute;
    bottom: 40px;
    right: 30px;
    z-index: 10;
    width: 50px;
}

.blockBg001 {
    background: url("../images/clover-004.png") no-repeat right 10px bottom;
    background-size: 250px auto;
    padding-bottom: 50px;
}

.blockSubImage {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -50px;
    width: 610px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    position: relative;
    
}

.blockSubImage__image {
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.blockSubImage__image img {
	height: 260px;
}

.blockSubImage__imageCaption {
	font-size: 3.4rem;
	text-align: center;
	color: #333;
	font-weight: 600;
	line-height: 160%;
	font-family: "Kaisei Opti", serif;
}

.blockSubImage__copy {
    padding-top: 70px;
    z-index: 10;
    width: 51%;
    padding-right: 20px;
    text-align: center;
}

.blockDescription {
	font-family: "Zen Kurenaido", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 60px;
    text-align: left;
	font-size: 2.0rem;
	line-height: 160%;
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
}

.blockDescription span {
	font-family:  "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 600;
	color: #018167;
}

.blockCategoryLinks {
    padding-left: 10px;
    padding-right: 10px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.blockCategoryLinks li {
	width: 50%;
}

.blockCategoryLinks li:nth-of-type(2){
	margin-left: 50%;
}

.blockCategoryLinks a {
    display: block;
	position: relative;
}

.blockCategoryLinks img {
    
}

.blockCategoryLinks__park {
}

.blockCategoryLinks__aqua {
    text-align: right;
    margin-top: -10px;
    background: url("../images/clover-006.png") no-repeat left 10px center;
    background-size: 130px auto;
}

.blockCategoryLinks__resort {

}

.blockCategoryLinks__race {
    margin-top: -10px;
    background: url("../images/clover-006.png") no-repeat left 10px center;
    background-size: 130px auto;
}

.blockCategoryLinks__race {
    margin-top: -10px;
    background: url("../images/clover-005.png") no-repeat right 40px bottom 40px;
    background-size: 50px auto;
    margin-bottom: 10px;
}

.blockCategoryLinks__detail {
	position: absolute;
	margin: auto;
	width: 100%;
	 top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
}

.blockCategoryLinks__title {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 3.6rem;
	font-weight: 600;
}

.blockCategoryLinks__titleSub {
	font-size: 2.0rem;
	margin-top: 5px;
}

.blockCategoryLinks__caption {
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1em;
}

.blockCategoryLinks__park .blockCategoryLinks__caption {
	color: #45a1da;
}

.blockCategoryLinks__resort .blockCategoryLinks__caption {
	color: #ef88a1;
}



.blockCheckLinks {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 70px;
    background: url(../images/clover-006.png) no-repeat center bottom;
    background-size: 110px auto;
	margin-top: 80px;
}

.blockCheckLinks__title {
    width: 70%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	font-size: 2.6rem;
	font-family: "Kaisei Opti", serif;
	background: url("../images/bg-top-button.png") no-repeat center center;
	background-size: 300px auto;
	min-height: 50px;
	line-height: 50px;
}

.blockCheckLinks dd {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.blockCheckLinks dd + dd {
    margin-top: 10px;
}

a.buttonLink001 {
	text-align: center;
    font-family: "Zen Kurenaido", sans-serif;
    font-size: 3.0rem;
    font-weight: 600;
    background: #cbe0af url("../images/icon-button-bg.png") no-repeat left 10px center;
	background-size: 50px auto;
    border: 2px solid #018167;
    border-radius: 30px;
    padding: .5em .5em .5em .5em;
    position: relative;
    line-height: 140%;
    height: 3.4em;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

a.buttonLink001::after {
	    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 1em;
    background: #018167;
    color: #fff;
    border-radius: 1000px;
}

a.buttonLink001 span {
	display: block;
	font-size: 1.6rem;
}

/* -------------------------------------------------------
 base layout
------------------------------------------------------- */
.devideTop {
    background: url("../images/bg-001.png") repeat-x;
    background-size: auto 3px;
    padding-top: 20px;
}

/* link
---------------------------------*/
.link001, a.link001 {
    display: inline-block;
    color: #018167;
}
.link001::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 5px;
    color: #018167;
    font-size: 1.3rem;
    font-weight: 600;
}
.Container {
    position: relative;
    background: url("../images/bg-011.png") center top 100px no-repeat;
    background-attachment: fixed;
    background-size: 2200px auto;
}
#suzuka_sitemap .Container {
    background: #fff;
    color: #454545;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}
.Contents {
    padding-top: 87px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* -------------------------------------------------------
 basic parts
------------------------------------------------------- */
/* list
---------------------------------*/
.blockList001 {
    margin-left: 30px;
    margin-right: 30px;
}

.blockList--2col {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.blockList--2col .blockList001__item {
    width: 49%;
}

.listTitle001{
    background: url("../images/clover-002.png") no-repeat left top;
    background-size: 22px auto;
    padding-left: 30px;
    margin-top: 20px;
}

.list001,
.list001--dots,
.list001--indent {
    color: #018167;
    margin-left: 30px;
    margin-bottom: 20px;
}

.list001 li + li,
.list001--dots li + li,
.list001--indent li + li {
    margin-top: 5px;
}

.list001--dots li {
    list-style: disc;
}

.list001--indent li {
    text-indent: -1em;
    margin-left: 1em;
}

.list001 a,
.list001-dots a {
    color: #018167;
    text-decoration: underline;
}

.dList001 {
    
}

.dList001 dt {
    font-weight: bold;
    color: #018167;
}

.dList001 dd {
    
}

.dList001 dd + dt {
    margin-top: 20px;
}

.blockFAQ {
    margin-left: 20px;
}

.listFAQ {
    
}

.listFAQ dt {
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}

.listFAQ dt::before {
    content: "Q";
    display: inline-block;
    margin-right: 5px;
    color: #018167;
    margin-left: -1.5rem;
}

.listFAQ dd {
    margin-top: 10px;
    padding-left: 1rem;
}

.listFAQ dd::before {
    content: "A";
    display: inline-block;
    margin-right: 5px;
    color: #ed95a2;
    margin-left: -1.5rem;
}

.listFAQ dd + dt {
    margin-top: 30px;
}

/* button
---------------------------------*/
.button001, a.button001 {
  background-color: #018167;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px 60px 10px 50px;
  font-weight: 600;
  position: relative;
  border-radius: 500px;
  font-size: 2.0rem;
}

.button001::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.8rem;
    display: block;
    color: #018167;
    background: #fff;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 24px;
    height: 24px;
    line-height: 23px;
    border-radius: 500px;
}

.button002, a.button002 {
    background-color: #f8cac0;
    color: #434445;
    text-align: left;
    display: inline-block;
    padding: 15px 40px 15px 10px;
    position: relative;
    border: 2px solid #ed95a2;
    border-radius: 20px;
    font-size: 1.5rem;
    min-width: 100%;
    letter-spacing: -.2rem;
    font-weight: bold;
}

.button002::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.0rem;
    display: block;
    color: #fff;
    background: #018167;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 500px;
}

.button003, a.button003 {
    background-color: #b2ddde;
    color: #434445;
    text-align: left;
    display: inline-block;
    padding: 15px 40px 15px 10px;
    position: relative;
    border: 2px solid #46bad3;
    border-radius: 20px;
    font-size: 1.5rem; 
    min-width: 100%;
    letter-spacing: -.2rem;
    font-weight: bold;
}

.button003::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.0rem;
    display: block;
    color: #fff;
    background: #018167;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 500px;
}

.button004, a.button004 {
    background-color: #f29a80;
    color: #434445;
    text-align: left;
    display: inline-block;
    padding: 15px 40px 15px 10px;
    position: relative;
    border: 2px solid #e60024;
    border-radius: 20px;
    font-size: 1.5rem;
    min-width: 100%;
    letter-spacing: -.2rem;
    font-weight: bold;
}

.button004::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.0rem;
    display: block;
    color: #fff;
    background: #018167;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 25%;
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 500px;
}

.button005,
a.button005,
.button005--adjust001,
a.button005--adjust001{
    background-color: #d6c4a1;
    color: #434445;
    text-align: left;
    display: inline-block;
    padding: 15px 40px 15px 10px;
    position: relative;
    border: 2px solid #b28956;
    border-radius: 20px;
    font-size: 1.5rem;
    min-width: 100%;
    letter-spacing: -.2rem;
    font-weight: bold;
}

.button005::after,
.button005--adjust001::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.0rem;
    display: block;
    color: #fff;
    background: #018167;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 500px;
}

.button005--adjust001,
a.button005--adjust001 {
    letter-spacing: 0;
}

.button006, a.button006 {
    background-color: #cccccc;
    color: #434445;
    text-align: left;
    display: inline-block;
    padding: 15px 40px 15px 10px;
    position: relative;
    border: 2px solid #999999;
    border-radius: 20px;
    font-size: 1.5rem;
    min-width: 100%;
    letter-spacing: -.2rem;
    font-weight: bold;
}

.button006::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.0rem;
    display: block;
    color: #fff;
    background: #018167;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 500px;
}

.button007, a.button007 {
    background-color: #cbe0af;
    color: #006837;
    text-align: center;
    display: inline-block;
    padding: 5px 40px 5px 30px;
    position: relative;
    border-radius: 500px;
    font-size: 1.8rem;
    border: 1px solid #006837;
}

.button007::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.8rem;
    display: block;
    color: #fff;
    background: #006837;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 24px;
    height: 24px;
    line-height: 23px;
    border-radius: 500px;
    padding-left: 2px;
}

/* table
---------------------------------*/
.tableFacilityData,
.tableBelongingList {
    border: 1px solid #018167;
    width: 100%;
    font-size: 1.4rem;
    margin-top: 20px;
}

.tableFacilityData th,
.tableBelongingList th {
    background: #cfdfb4;
    color: #018167;
    border: 1px solid #018167;
    text-align: center;
    line-height: 140%;
    vertical-align: middle;
}

.tableFacilityData td,
.tableBelongingList td {
    background: #f1f6ea;
    color: #018167;
    border: 1px solid #018167;
    text-align: center;
    vertical-align: middle;
    line-height: 140%;
}

.tableFacilityData__cellBasic {
    width: calc(100% / 10);
}

.tableFacilityData th.tableFacilityData__lineRight,
.tableFacilityData td.tableFacilityData__lineRight {
    border-right: 2px solid #018167;
}

.tableBelongingList {
    
}

.tableBelongingList th,
.tableBelongingList td {
    padding: 5px;
    background: #fff;
    border: 1px solid #02bcfe;
    color: #0073ac;
}

.tableBelongingList th {
    background: #6ed0f3;
    color: #fff;
}

.tableBelongingList td {
    
}

.tableBelongingList__cellItems {
    width: 50%;
}

.tableBelongingList__cellBuy {
    width: 25%;
}

.tableBelongingList__cellRental {
    width: 25%;
}

.tableBelongingList__timesTitle:not(:root) {
    text-align: left;
}

.markBuy {
    color: #e70057;
    font-size: 18px;
}

.markRental {
    color: #0073ac;
    font-size: 18px;
}

@media all and (-ms-high-contrast: none) {
    .tableBelongingList td .markBuy {
        font-size: 34px;
    }
    .tableBelongingList td .markRental {
        font-size: 23px;
    }
}

.tableCaption001 {
    color: #018167;
    font-size: 1.4rem;
    line-height: 140%;
    margin-top: 5px;
}

.tableRaceData {
    border: 1px solid #018167;
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.tableRaceData th {
    background: #cfdfb4;
    color: #018167;
    border: 1px solid #018167;
    text-align: left;
    line-height: 140%;
    vertical-align: middle;
    padding: 10px;
    width: 35%;
}

.tableRaceData td {
    background: #f1f6ea;
    color: #018167;
    border: 1px solid #018167;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
}

.tableTitle001 {
    font-weight: bold;
    color: #018167;
    margin-bottom: 5px;
}

.cellCaption001 {
    font-size: 1.2rem;
    line-height: 140%;
}

/* text
---------------------------------*/
.text001 {
    color: #018167;
}

.text002 {
    color: #018167;
    padding-bottom: 1px;
    font-weight: bold;
}

.staffI .text002 {
    background: url("../images/bg-place-001.png") repeat-x;
    background-position: left bottom;
    background-size: auto 10px;
}

.staffM .text002 {
    background: url("../images/bg-place-002.png") repeat-x;
    background-position: left bottom;
    background-size: auto 10px;
}

.staffN .text002 {
    background: url("../images/bg-place-003.png") repeat-x;
    background-position: left bottom;
    background-size: auto 10px;
}

.staffO .text002 {
    background: url("../images/bg-place-004.png") repeat-x;
    background-position: left bottom;
    background-size: auto 10px;
}

.notes001 {
    font-size: 80%;
}

/* title
---------------------------------*/
.titleMenu {
    background: url(../images/clover-002.png) no-repeat left top;
    background-size: 22px auto;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.title001 {
    margin: 0 0 16px 0;
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: bold;
    color: #845535;
}

.leadText {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #845535;
}

.blockAquaRecommend .leadText {
    font-size: 1.6rem;
    font-weight: normal;
}

.blockAquaRecommend .leadText strong {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 20px;
}

/* block
---------------------------------*/
.box001 {
    padding: 10px;
    background: #fff;
}
.blockPageTitle {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
	position: relative;
}

.pageTitle {
	font-family: "Zen Old Mincho", serif;
	font-family: "Kaisei Opti", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	color: #018167;
	font-size: 7.0rem;
	line-height: 100%;
	position: absolute;
	right: 0;
	top: 100px;
}

.pageTitleCaption {
	font-family: "Zen Kurenaido", sans-serif;
  font-weight: 600;
  font-style: normal;
	font-size: 2.6rem;
	position: absolute;
	right: 0;
	top: 200px;
	line-height: 140%;
	text-align: right;
}

.blockButton {
    background-image: url("../images/bg-002.png");
    background-repeat: repeat-x;
    background-size: auto 7px;
    background-position: left top;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

a.buttonAnchor001 {
	text-align: center;
	font-family: "Kaisei Opti", serif;
	font-size: 2.4rem;
	font-weight: 600;
	background: #cbe0af;
	border: 2px solid #018167;
	border-radius: 30px;
	padding: .2em 2em .2em .2em;
	position: relative;
	line-height: 140%;
	height: 3.4em;
	display: flex;
	justify-content: center;
	align-items: center;
}

a.buttonAnchor001::after {
	content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.8rem;
	width: 29px;
	height: 29px;
	position: absolute;
	right: 1em;
	background: #018167;
	color: #fff;
	border-radius: 1000px;
}

.sw-mp .blockButton {
    background-image: url("../images/bg-007.png");
}

.sw-resort .blockButton {
    background-image: url("../images/bg-008.png");
}

.sw-ms .blockButton {
    background-image: url("../images/bg-009.png");
}

.blockButton ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blockButton li {
    width: 48%;
    margin-top: 10px;
}

.blockContentsTitle {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
	position: relative;
	background: url("../images/icon-title-contents.png") no-repeat left center;
}

.contentTitle {
	font-family: "Kaisei Opti", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	color: #018167;
	font-size: 6.0rem;
	line-height: 100%;
	text-align: right;
}

.contentTitleCaption {
	font-family: "Zen Kurenaido", sans-serif;
  font-weight: 600;
  font-style: normal;
	font-size: 2.6rem;
	line-height: 140%;
	text-align: right;
	margin-top: 1em;
}


.blockToggleList {
    margin-left: 20px;
    margin-right: 20px;
}

.blockToggleList a {

}

.blockToggleList__button {
    display: block;
    background: #dce7c8;
    color: #377f68;
    border: 2px solid #377f68;
    padding: 17px 50px 17px 10px;
    margin: 0;
    margin-top: -2px;
    position: relative;
    min-height: 70px;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
}

.blockToggleList__button::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.0rem;
    display: block;
    color: #fff;
    background: #018167;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 25%;
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 500px;
}

.blockToggleList__contents + .blockToggleList__button {
    margin-top: 20px;
}

.blockToggleList__button.isActive::after {
    transform: rotateX(180deg);
}

.blockToggleList__button.blockToggleList__button--2line {
    padding: 3px 50px 3px 10px;
}

.sw-aqua .blockToggleList__button {
    background: #bde4f9;
    color: #0073ac;
    border: none;
    border-radius: 10px;
}

.sw-aqua .blockToggleList__button::after {
    background: #0073ac;
}

.sw-aqua .blockToggleList__button.isActive {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sw-aqua .blockToggleList__contents {
    background: #f4fbff;
    background-image: linear-gradient( -45deg, #FFF 25%, #e0f4ff 25%, #e0f4ff 50%, #FFF 50%, #FFF 75%, #e0f4ff 75%, #e0f4ff );
    background-size: 15px 15px;
    position: relative;
    padding-top: 40px;
}

.sw-aqua .blockToggleList__contents::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #0073ac transparent transparent transparent;
}

.blockToggleList__contents {
    padding: 10px 30px 40px;
    background: #fafcf7;
    display: none;
}

.sectionContents {
    background-image: url(../images/bg-001.png);
    background-repeat: repeat-x;
    background-size: auto 7px;
    background-position: left top;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sw-mp .sectionContents {
    background-image: url(../images/bg-007.png);
}

.sw-resort .sectionContents {
    background-image: url("../images/bg-008.png");
}

.sw-ms .sectionContents {
    background-image: url("../images/bg-009.png");
}

.blockContentsTitle{
}
.blockToggleList {
}

.blockToggleListDevide {
    background: url("../images/bg-001.png") repeat-x left bottom;
}

.blockToggleList__inner{
    padding-bottom: 40px;
}
.blockToggleList__innerImages2col{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blockToggleList__innerImages2colItem{
    width: 49%;
    line-height: 140%;
    margin-bottom: 20px;
}

.blockToggleList__innerImages2colItem--adjust001 {
    width: 40%;
    line-height: 140%;
    margin-bottom: 20px;
}

.blockToggleList__innerImages2col--facilities .blockToggleList__innerImages2colItem {
    padding-left: 30px;
    padding-right: 30px;
}

.blockToggleList__innerImages2col--facilities .blockToggleList__innerImages2colItem img {
    margin-bottom:20px
}

.blockToggleList__innerImages2colItemDevide2col {
    background: url("../images/bg-001.png") left bottom repeat-x;
    background-size: auto 4px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blockToggleList__innerImages2colItemDevide {
    background: url("../images/bg-010.png") right top 3px no-repeat;
    background-size: 4px auto;
    padding-right: 10px;
    width: 50%;
    padding-top: 10px;
}

.blockToggleList__innerImages2colItemDevideDummy {
    padding-top: 10px;
}

.blockToggleList__innerImagesTitle {
    color: #018167;
}

.blockToggleList__innerImagesTitlePrice {
    display: block;
}

.blockToggleList__innerMap{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	position: relative;
}

.blockToggleList__innerMap span {
	background: #018167;
	color: #fff;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 1000px;
	padding-left: .5em;
	padding-right: .5em;
	position: absolute;
	font-size: 1.3rem;
	line-height: 140%;
}

.blockToggleList__innerMap.pt001 span.place-RacingCourse {
	top: 33%;
    left: 66%;
}

.blockToggleList__innerMap.pt001 span.place-HotelGate {
	top: 46%;
	left: 2%;
}

.blockToggleList__innerMap.pt001 span.place-MainGate {
	top: 90%;
	left: 23%;
}

.blockToggleList__innerMap.pt001 span.place-Caption {
	bottom: 5%;
    right: 5%;
	background: #fff;
	padding: .5em;
	border-radius: 0;
	font-size: 1.8rem;
	font-weight: 800;
}

.blockToggleList__innerMap.pt001 span.place-Caption ul {
	text-align: left;
}

.blockToggleList__innerMap.pt001 span.place-Caption .placeText001 {
	color: #0018ff;
}

.blockToggleList__innerMap.pt001 span.place-Caption .placeText002 {
	color: #c0482c;
}

.blockToggleList__innerMap.pt001 span.place-MainInfo {
	top: 66%;
    left: 55%;
}

.blockToggleList__innerMap.pt002 span.place-RacingCourse {
	top: 63%;
    left: 76%;
}

.blockToggleList__innerMap.pt002 span.place-HotelGate {
	top: 48%;
	left: 2%;
}

.blockToggleList__innerMap.pt002 span.place-MainGate {
	top: 78%;
	left: 21%;
}

.blockFoodImage {
	position: relative;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 1.6rem;
}

.blockFoodImage span {
	position: absolute;
	text-align: center;
	letter-spacing: -.1em;
	line-height: 140%;
}

.blockFoodImage span.foodMiniUdon {
	top: 12%;
	left: 30%;
}

.blockFoodImage span.foodMiniRamen {
	top: 12%;
	left: 33%;
}

.blockFoodImage span.foodPancake001 {
	top: 3%;
	left: 20%;
}

.blockFoodImage span.foodPancake002 {
	top: 9%;
	left: 74%;
}

.blockFoodImage span.foodPancake003 {
	top: 74%;
	left: 3%;
}

.blockFoodImage span.foodPancake004 {
	top: 78%;
	left: 74%;
}

.blockToggleList__innerMap--wide {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.blockToggleList__innerMapTitle {
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: left;
}

.blockToggleList__innerButtonClose{
    margin-top: 20px;
    text-align: center;
}

.blockToggleList__innerImages1col{
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.blockToggleList__innerImages1colItem,
.blockToggleList__innerImages1colItem--full {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.blockToggleList__innerFacilityData{
}

.blockToggleList__innerSubTitle{
    color: #018167;
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 10px;
    background: url(../images/clover-002.png) no-repeat left top;
    background-size: 22px auto;
    padding-left: 30px;
}

.resortHotelImage {
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ルームキャプション */
.resortHotelImage.room001 {
	color: #018167;
	position: relative;
	font-family: "Zen Kurenaido", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.2rem;
	padding-top: 2em;
	padding-bottom: 2em;
}

.room001-01,
.room001-02,
.room001-03,
.room001-04,
.room001-05,
.room001-06 {
	position: absolute;
	text-align: left;
}

.room001-01 {
	left: 0%;
	top: 0%;
}
.room001-02 {
	left: 43%;
	top: 4%;
}
.room001-03 {
	right: 0%;
	top: 0%;
}
.room001-04 {
	left: 14%;
	top: 88%;
}
.room001-05 {
	left: 38%;
	top: 85%;
}
.room001-06 {
	right: 0%;
	top: 94%;
}
.room001-caption {
	font-family: "Zen Kurenaido", sans-serif;
	color: #018167;
	margin-bottom: 40px;
	font-size: 2.2rem;
}

.resortHotelImage.room002 {
	color: #018167;
	position: relative;
	font-family: "Zen Kurenaido", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.2rem;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-bottom: 60px;
}

.room002-01,
.room002-02,
.room002-03,
.room002-04,
.room002-05,
.room002-06,
.room002-07 {
	position: absolute;
	text-align: left;
}

.room002-01 {
	left: 0%;
	top: 14%;
}
.room002-02 {
	left: 21%;
	top: 3%;
}
.room002-03 {
	right: 9%;
	top: 12%;
}
.room002-04 {
	left: 0%;
	top: 84%;
}
.room002-05 {
	left: 34%;
	top: 75%;
}
.room002-06 {
	left: 41%;
	top: 82%;
}
.room002-07 {
	right: 0%;
	top: 94%;
}
.room002-caption {
	position: relative;
	bottom: -3em;
}


/* -------------------------------------------------------
 page / belonging
------------------------------------------------------- */
.blockBelongingList ul {
    display: flex;
    flex-wrap: wrap;
}

.blockBelongingList li {
    width: 23%;
    padding: 10px 5px 10px 10px;
    background: #2daa65;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 10px;
    line-height: 140%;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 100px;
    vertical-align: middle;
    display: flex;
    flex-wrap: nowrap;  
    align-items: center;
    font-size: 1.5rem;
    position: relative;
}

.blockBelongingList li span {
    width: 88%;
}

.blockBelongingList li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: block;
    margin-right: 5px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .0);
    border-radius: 500px;
}

.blockBelongingList li.isActive {
    background: #2daa65;
    color: #fff;
}

.blockBelongingList li.isActive::before {
    color: #2daa65;
    background: #fff;
}

.blockBelongingList__notes001 {
    font-size: 12px;
    display: block;
    line-height: 140%;
}

.blockToggleList__usage {
    font-size: 12px;
}

.blockToggleList__usage span {
    color: #93cba7;
    margin-right: 5px;
}

.blockToggleList__itemUsage {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    line-height: 100%;
    text-align: right;
    color: #bce5cb;
    letter-spacing: -.2rem;
}

.blockBelongingList li.isActive .blockToggleList__itemUsage {
    color: #bce5cb;
}

.blockBelongingList__notes001 {
    font-size: 12px;
    display: block;
    line-height: 140%;
}

/* -------------------------------------------------------
 page / resort
------------------------------------------------------- */
.blockWelcomeBaby {
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgba(203, 224, 175, .5) url("../images/clover-005.png") no-repeat right 20px bottom 20px;
    padding: 10px;
    border-radius: 10px;
    color: #018167;
}

.blockWelcomeBaby__image {
    text-align: center;
    margin-bottom: 10px;
}

.blockWelcomeBaby__image img {
    width: 50%;
}

.blockWelcomeBaby__discriptionTitle {
    margin-bottom: 5px;
    font-weight: bold;
}

.blockWelcomeBaby__discription {
    font-size: 1.5rem;
}

.blockButtonToggle__contents {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

/* -------------------------------------------------------
 おすすめの過ごし方
------------------------------------------------------- */
.listRecommendPage {
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listRecommendPage li {
    text-align: center;
    width: 50%;
}

.listRecommendPage li + li {
    margin-top: 30px;
}

.listRecommendPage li img {
    width: 80%;
    max-width: 380px;
}

.blockRecommendStaff,
.blockRecommendStaff--end {
    padding-bottom: 20px;
    background: url("../images/bg-003.png") repeat-x center bottom;
    background-size: auto 7px;
}

.blockRecommendStaff--end {
    background: url("../images/clover-005.png") no-repeat right 30px top 20px;
}

.blockRecommendStaffTitle {
    text-align: center;
}

.blockRecommendStaffTitle span {
    display: inline-block;
    text-align: center;
    padding-right: 2px;
    color: #018167;
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 1px;
    margin-bottom: 40px;
}

.staffI .blockRecommendStaffTitle span {
    background-image: url("../images/bg-place-001.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 10px;
}

.staffM .blockRecommendStaffTitle span {
    background-image: url("../images/bg-place-002.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 10px;
}

.staffN .blockRecommendStaffTitle span {
    background-image: url("../images/bg-place-003.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 10px;
}

.staffO .blockRecommendStaffTitle span {
    background-image: url("../images/bg-place-004.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 10px;
}

.blockRecommendStaffTitle span::before {
    content: "";
    background-image: url("../images/clover-002.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    display: inline-block;
    width: 30px;
    height: 27px;
    position: relative;
    left: -5px;
    top: 8px;
}

.blockRecommendStaff {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}


.blockRecommendStaff__item {
    text-align: center;
    margin-bottom: 30px;
}

.blockRecommendStaff__item img {
    max-width: 500px;
}

.blockRecommendStaff__arrow {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
}

.listScheduleTime,
.listScheduleTime--blank {
    font-weight: bold;
    font-size: 2.0rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.listScheduleTime dt,
.listScheduleTime--blank dt {
    width: 10%;
    position: relative;
    padding-left: 12px;
    left: -12px;
}

.listScheduleTime__caption {
    font-size: 1.3rem;
    line-height: 140%;
    display: block;
    font-weight: normal;
}

.blockRecommendStaff__itemImageTitle {
    font-weight: bold;
    position: relative;
    bottom: -70px;
    left: 30px;
}

/* 各スタッフ調整 */
.staffI .blockRecommendStaff__item.item003 {
    position: relative;
    top: -30px;
    margin-bottom: -10px;
}

.staffI .blockRecommendStaff__item.item004,
.staffI .blockRecommendStaff__item.item013 {
    padding-left: 15%;
}

.staffM .blockRecommendStaff {
    background: url("../images/bg-004.png") repeat-x center bottom;
    background-size: auto 7px;
}

.staffN .blockRecommendStaff {
    background: url("../images/bg-005.png") repeat-x center bottom;
    background-size: auto 7px;
}

.staffO .blockRecommendStaff {
    background: url("../images/bg-006.png") repeat-x center bottom;
    background-size: auto 7px;
}

.staffI .blockRecommendStaff__item.item003 {
    position: relative;
    top: -30px;
    margin-bottom: -10px;
}

.staffM .blockRecommendStaff__item.item002 {
    position: relative;
    top: -40px;
    margin-bottom: -20px;
}

.staffM .blockRecommendStaff__item.item005,
.staffM .blockRecommendStaff__item.item006,
.staffM .blockRecommendStaff__item.item008,
.staffM .blockRecommendStaff__item.item009,
.staffM .blockRecommendStaff__item.item010,
.staffM .blockRecommendStaff__item.item015 {
    padding-left: 15%;
}
.staffM .blockRecommendStaff__item.item006 {
    padding-left: 16%;
}

.staffM .blockRecommendStaff__item.item012 {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

.staffM .blockRecommendStaff__item.item019 {
    position: relative;
    top: -20px;
    margin-bottom: -20px;
}

.staffN .blockRecommendStaff__item.item009 .imageTitle {
    font-weight: bold;
    position: relative;
    bottom: -70px;
    left: 30px;
    font-size: 2.0rem;
}

.staffN .blockRecommendStaff__item.item012 .imageTitle {
    font-weight: bold;
    position: relative;
    left: 30px;
    font-size: 2.0rem;
}

.staffN .blockRecommendStaff__item.item017 .imageTitle {
    font-weight: bold;
    position: relative;
     bottom: -60px;
    left: 50px;
    text-indent: -17rem;
    font-size: 2.0rem;
}

.staffN .blockRecommendStaff__item.item019 .imageTitle {
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    font-size: 2.0rem;
}

.staffN .blockRecommendStaff__item.item020 .imageTitle {
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    font-size: 2.0rem;
}

.staffN .blockRecommendStaff__item.item002,
.staffN .blockRecommendStaff__item.item020,
.staffN .blockRecommendStaff__item.item022 {
    padding-left: 15%;
}

.staffN .blockRecommendStaff__item.item002 img {
    width: 50%;
}

.staffO .blockRecommendStaff__item.item002 {
    position: relative;
    top: -10px;
    margin-bottom: 10px;
}

.staffO .blockRecommendStaff__item.item003 {
    position: relative;
    top: -40px;
    margin-bottom: -20px;
}

.staffO .blockRecommendStaff__item.item009 {
    position: relative;
    top: -20px;
    margin-bottom: -10px;
}

.staffO .blockRecommendStaff__item.item013 {
    position: relative;
    top: -20px;
    margin-bottom: -10px;
}

.staffO .blockRecommendStaff__item.item018 {
    position: relative;
    padding-left: 10%;
}

.staffO .blockRecommendStaff__item.item022 {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    padding-left: 15%;
}

.staffI .listScheduleTime dt {
    background: url("../images/bg-time-001.png") no-repeat center top;
    background-size: 55px auto;
}

.staffM .listScheduleTime dt {
    background: url("../images/bg-time-002.png") no-repeat center top;
    background-size: 55px auto;
}

.staffN .listScheduleTime dt {
    background: url("../images/bg-time-003.png") no-repeat center top;
    background-size: 55px auto;
}

.staffO .listScheduleTime dt {
    background: url("../images/bg-time-004.png") no-repeat center top;
    background-size: 55px auto;
}

.listScheduleTime--blank dt {
    background: none;
}

.listScheduleTime dd,
.listScheduleTime--blank dd {
    width: 90%;
}

/* -------------------------------------------------------
 page / aqua
------------------------------------------------------- */
.sw-aqua {
    /* border: 10px solid #02bcfe;*/
    border: 6px dotted #02bcfe;
    border-top: none;
    border-bottom: none;
    margin-bottom: -100px;
    padding-bottom: 60px;
    background: #fff;
}

.sw-aqua .sectionContents {
    background: none;
}

.blockPoint {
    overflow: hidden;
    margin: 24px 0 0 0;
    border-radius: 16px;
    background: #49d3e4;
    font-size: 14px;
    line-height: 1.5;
    color: #FFF;
}

.blockPoint__title {
    background: #0a92bf;
    padding: 2% 3%;
}

.pageTitleAqua__image {
}

.pageTitleAqua__image img {

}

.blockPoint__copy {
    padding: 3%;
}

.blockPoint__copy strong {
    margin: 0 0 2% 0;
    display: block;
    font-size: larger;
}

.blockAquaRecommendSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin: 56px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
}

.blockAquaRecommendSection + .blockAquaRecommendSection {
    margin-top: 60px;
}

.blockAquaRecommendSection.section002 {
    flex-direction: row-reverse;
}

.blockAquaRecommendSection__inner {
    position: relative;
    width: 230px;
}

.blockAquaRecommendSection__innerBlockButton {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blockAquaRecommendSection__inner .num {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    padding: .4rem;
    margin: 0 0 0 2px;
    text-indent: 0;
    border-radius: 50%;
    text-align: center;
    background: #0095E0;
    font-size: smaller;
    line-height: 1;
    color: #FFF;
}

.blockAquaRecommendSection__photo {
    width: 440px;
}

.blockAquaRecommendSection__photo img {
    border-radius: 20px;
    border: 3px solid #fff;
}

.pageTitleAqua__copy {
    position: relative;
    text-align: center;
    color: #0073ac;
    padding: 10px 40px 50px;
    line-height: 1.8;
    font-size: 2.0rem;
    margin-bottom: -40px;
}

.pageTitleAqua__copyClover001 {
    position: absolute;
    left: 35px;
    top: 5px;
    width: 70px;
}

.pageTitleAqua__copyClover002 {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 100px;
}

.sw-aqua .slick-prev:before, .slick-next:before {
    color: #02bcfe!important;
}

.sw-aqua .slick-prev {
    left: 10px;
    z-index: 1;
}

.sw-aqua .slick-next {
    right: 10px;
}

.blockToggleList__innerBelongingList + .blockToggleList__innerBelongingList {
    margin-top: 40px;
}


/* -------------------------------------------------------
 utility
------------------------------------------------------- */
/* page adjust */
.blockTakujiTime {
    padding: 10px;
    background: #fff;
    margin-top: 10px;
}

.u-sp {
    display: none;
}
/* text */
.u-textLeft:not(:root) {
  text-align: left;
}
.u-textCenter:not(:root) {
  text-align: center;
}
.u-textRight:not(:root) {
  text-align: right;
}
.u-textNormal:not(:root) {
  font-weight: 400;
}
.u-textBold:not(:root) {
  font-weight: 600;
}
/* layout */
.u-w100p:not(:root) {
    width: 100%;
}

.u-w90p:not(:root) {
    width: 90%;
}

.u-w80p:not(:root) {
    width: 80%;
}

.u-w70p:not(:root) {
    width: 70%;
}

.u-w60p:not(:root) {
    width: 60%;
}

.u-w50p:not(:root) {
    width: 50%;
}

.u-w40p:not(:root) {
    width: 40%;
}

.u-w30p:not(:root) {
    width: 30%;
}

.u-w20p:not(:root) {
    width: 20%;
}

.u-w10p:not(:root) {
    width: 10%;
}


.u-mt10:not(:root) {
  margin-top: 10px;
}
.u-mt20:not(:root) {
  margin-top: 20px;
}
.u-mt30:not(:root) {
  margin-top: 30px;
}
.u-mt40:not(:root) {
  margin-top: 40px;
}
.u-mt50:not(:root) {
  margin-top: 50px;
}
.u-mt60:not(:root) {
  margin-top: 60px;
}
.u-mt70:not(:root) {
  margin-top: 70px;
}
.u-mt80:not(:root) {
  margin-top: 80px;
}
.u-mt90:not(:root) {
  margin-top: 90px;
}
.u-mt100:not(:root) {
  margin-top: 100px;
}
.u-mtM10:not(:root) {
    margin-top: -10px;
}
.u-mtM20:not(:root) {
    margin-top: -20px;
}
.u-mtM30:not(:root) {
    margin-top: -30px;
}
.u-mtM40:not(:root) {
    margin-top: -40px;
}
.u-mb10:not(:root) {
  margin-bottom: 10px;
}
.u-mb20:not(:root) {
  margin-bottom: 20px;
}
.u-mb30:not(:root) {
  margin-bottom: 30px;
}
.u-mb40:not(:root) {
  margin-bottom: 40px;
}
.u-mb50:not(:root) {
  margin-bottom: 50px;
}
.u-mb60:not(:root) {
  margin-bottom: 60px;
}
.u-mb70:not(:root) {
  margin-bottom: 70px;
}
.u-mb80:not(:root) {
  margin-bottom: 80px;
}
.u-mb90:not(:root) {
  margin-bottom: 90px;
}
.u-mb100:not(:root) {
  margin-bottom: 100px;
}
.u-ml10:not(:root) {
  margin-left: 10px;
}
.u-ml20:not(:root) {
  margin-left: 20px;
}
.u-ml30:not(:root) {
  margin-left: 30px;
}
.u-ml40:not(:root) {
  margin-left: 40px;
}
.u-ml50:not(:root) {
  margin-left: 50px;
}
.u-ml60:not(:root) {
  margin-left: 60px;
}
.u-ml70:not(:root) {
  margin-left: 70px;
}
.u-ml80:not(:root) {
  margin-left: 80px;
}
.u-ml90:not(:root) {
  margin-left: 90px;
}
.u-ml100:not(:root) {
  margin-left: 100px;
}
.u-mr10:not(:root) {
  margin-right: 10px
}
.u-mr20:not(:root) {
  margin-right: 20px
}
.u-mr30:not(:root) {
  margin-right: 30px
}
.u-mr40:not(:root) {
  margin-right: 40px
}
.u-mr50:not(:root) {
  margin-right: 50px
}
.u-mr60:not(:root) {
  margin-right: 60px
}
.u-mr70:not(:root) {
  margin-right: 70px
}
.u-mr80:not(:root) {
  margin-right: 80px
}
.u-mr90:not(:root) {
  margin-right: 90px
}
.u-mr100:not(:root) {
  margin-right: 100px
}
.anchorPosition {
    margin-top:-100px;
    padding-top:100px;
}
/* -------------------------------------------------------
 root styles override
------------------------------------------------------- */
#suzukaContentInner2016 {
  width: 100% !important;
}
#suzukaHeaderWrap2016 ol, #suzukaHeaderWrap2016 ul, #suzukaHeaderWrap2016 li, #suzukaHeaderWrap2016 .logo {
  box-sizing: content-box;
}
#suzukaContentInner2016 #pageTop a:before {
  width: 0;
  height: 0;
  background: none;
}
#suzukaHeaderWrap2016, #emergencynews {
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  letter-spacing: 0;
  box-sizing: content-box;
  font-size: 12px;
}

/* -------------------------------------------------------
20200812追加
------------------------------------------------------- */
div.boxRed{border:solid 2px #f00;margin:20px auto 15px;padding: 10px;}
p.caution{color:#f00;}
