@charset "UTF-8";

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

th,
td { word-break: break-all; }

/*
   # font
------------------------------------------------------- */
/* Yu go adjust */

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

.Container {
	font-family: -apple-system, BlinkMacSystemFont, "Nunito Sans", "Segoe UI", "Yu Gothic", YuGothic, sans-serif!important;
	font-feature-settings: "palt";
	letter-spacing: 0.2em;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ## for IE10 */
@media all and (-ms-high-contrast: none) {

.Container { font-family: Verdana, 'メイリオ', Meiryo, '游ゴシック', sans-serif!important; }
}

/* html { font-size: 62.5%; } */

body {
	/* font-size: 16px;
	font-size: 1.6rem; */
	line-height: 170%;
}

a { transition: all 0.3s ease; }


.Container a:link,
.Container a:visited {
	color: #FF9600;
	text-decoration: none;
}

.Container a:hover {
	text-decoration: none;
	opacity: 0.6;
}

a { outline: none; }

/*
   # [一括 boxsizing / clearfix / image hover / contents width
------------------------------------------------------- */
body,
.Container .navigation__master li a,
.Container .infoList li a,
.Container .topicsList a,
.Container .circuitList a { color: #404045; }

img { max-width: 100%; }

p { margin-bottom: 20px; }

.Contents { position: relative; }

/* ## boxsizing */
*,
*:before,
item001 *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ## clearfix */
.clearfix::after,
.navigation::after,
.l-pc::after,
.blockGalleryMovie:after,
.privilegeItem:after {
	content: "";
	clear: both;
	display: block;
}

/* ## image hover */
.class:hover,
.circuitList li:hover {
	opacity: 0.7;
	text-decoration: none;
}

.circuitList li,
a { transition: all 0.3s ease; }

/* ## contents width */
.class {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/* ## link block */
.block { display: block; }

/* ## list reset */
.ul ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.anchorPosition {
	display: block;
	margin-top: -40px;
	padding-top: 40px;
}

.Container .blockBooking a { color: #fff; }

/*
  # link, button
------------------------------------------------------- */
.Button {
	display: inline-block;
	padding: 10px;
}

a.Button:hover,
.Button:hover {
	text-decoration: none;
	opacity: 0.6;
}

.button001:not(:root),
a.button001:not(:root) {
	background: #fbbc5e;
	color: #fff;
	font-size: 22px;
	padding: 20px 20px;
	display: inline-block;
	border-radius: 6px;
}

.button002:not(:root),
a.button002:not(:root) {
	background: #baa493;
	color: #fff;
	padding: 15px 50px;
	min-width: 240px;
	border-radius: 6px;
}

.button003:not(:root),
a.button003:not(:root) {
	padding: 10px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	border: 1px solid #FF9600;
	border-radius: 6px;
}

.button005:not(:root),
a.button005:not(:root) {
	background: #fbbc5e;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	border-radius: 6px;
}

.link001:not(:root),
.Container a.link001:not(:root) {
	display: inline-block;
	margin-left: 1em;
	text-indent: -1em;
}

.link001:not(:root)::before {
	content: "≫ ";
	margin-right: 5px;
	font-size: 9px;
	position: relative;
	top: -3px;
}

.Container .link002,
.Container a.link002,
.Container .linkPdf,
.Container a.linkPdf{ }

.Container .link002::before,
.Container a.linkPdf::before,
.Container .listPlan__block003 li a::before {
	content: "≫ ";
	margin-right: 5px;
	font-size: 9px;
	position: relative;
	top: -3px;
}

.Container .linkPdf,
.Container a.linkPdf,
.Container .listPlan__block003 li a {
	display: inline-block;
	margin-left: 1em;
	text-indent: -1em;
}

.Container .linkInline,
.Container a.linkInline { text-decoration: underline; }

.linkAnchor:before {
	  content: "v";
    margin-right: 5px;
    font-size: 9px;
    position: relative;
    top: -3px;
}

.linkCaption {
	display: block;
	font-size: 13px;
}

/*
  # list
------------------------------------------------------- */
.uList001,
.dList001,
.oList001 {
	margin-bottom: 20px;
}

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

.uList001 li:before {
	content: "・";
	color: #3498db;
}

.uList002 li {
	display: inline-block;
}

.uList002 li + li {
	margin-left: 20px;
}

.uList003 li {
	margin-left: 2rem;
	text-indent: -2rem;
	list-style: none;
}

.dList001 dt {

}

.dList001 dd {
	margin-left: 1.5em;
	margin-bottom: 20px;
}

.oList001 {
	margin-left: 2em;
	margin-bottom: 20px;
}

.oList001 li {
	list-style: decimal;
}

.listTable001 {}

.listTable001,
.listTable001 dt,
.listTable001 dd {
  box-sizing: border-box;
}

.listTable001{
  background: #f2f6f9;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.listTable001 dt,
.listTable001 dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}

.listTable001 dt {
  width: 20%;
  float: left;
}

.listTable001 dd {
  background: #fff;
  margin-left: 20%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}

.listTable001 dd:after {
  content: '';
  display: block;
  clear: both;
}

.listDot {
	margin-left: 2em;
}

.listDot li {
	list-style: disc;
}

.listIndent1 {
	text-indent: -1.3em;
  margin-left: 1.3em;
}

.listIndent1 li {
	list-style: none;
}

/* [※]付きキャプションリスト等のインデント */
.listIndent2 li {
	margin-left: 1em;
	text-indent: -1em;
}


/* # parts - title
--------------------------------------------------*/
.titleMain { text-align: center; }

.titlePage {
	font-size: 30px;
	font-weight: bold;
	line-height: 140%;
}

.titlePageCaption {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 23px;
}

.titlePageNotes { margin-top: 30px; }

.title001 {
	color: #3498db;
	font-size: 40px;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 140%;
	margin-bottom: 60px;
	font-weight: 500;
}

.title001--b { color: #fff; }

.title001--small { font-size: 27px; }

.title001Subtext {
	margin-top: -20px;
	margin-bottom: 40px;
	font-size: 20px;
	text-align: center;
}

.title002 {
	color: #3498db;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.title002__caption {
	font-size: 16px;
	font-weight: normal;
}

.title003 {
	font-weight: bold;
	color: #3498db;
	font-size: 20px;
	margin-bottom: 10px;
}

.entry-link{
	margin-bottom: 10px;
}

.title003--pt2 {
	color: #ADD13F;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.title004 {
	font-weight: bold;
	font-size: 18px;
}
.title005 {
	color: #da003c;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.titlePage {
	font-size: 30px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
}

.titleCaption001 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10%;
}

/* STEP title */
.titleFlow {
	color: #3498db;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
	border: 1px solid #3498db;
	padding: 5px 10px 5px 10px;
}

.titleFlow__step {
	background: #3498db;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	line-height: 140%;
	margin-top: -5px;
	margin-bottom: -5px;
}

.entry-flow {
    display: flex;
    width: auto;
    max-width: 980px;
    margin: 10px auto;
    flex-wrap: wrap;
    justify-content: center;
}

.entry-flow li {
    border-top: solid 2px #b2b2b2;
    border-bottom: solid 2px #b2b2b2;
    margin: 0px;
    padding: 20px 30px;
}

.entry-flow.item1 li {
    border: solid 2px #b2b2b2;
}
/*
.entry-flow.item1 li,
.entry-flow.item2 li,
.entry-flow.item3 li {
    border-top: solid 2px #b2b2b2;
    border-bottom: solid 2px #b2b2b2;
}
*/



.entry-flow.item3 li:first-child {
    border-left: solid 2px #b2b2b2;
    border-right: dotted 1px #b2b2b2;
}

.entry-flow.item2 li:first-child {
    border-left: solid 2px #b2b2b2;
    border-right: dotted 1px #b2b2b2;
}

.entry-flow.item2 li:last-child,
.entry-flow.item3 li:last-child {
    border-right: solid 2px #b2b2b2;
}

.notesLabel {
	font-size: 18px;
	font-weight: normal;
}

/* # parts - text
--------------------------------------------------*/
.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}
.text001 { font-size: 15px; }

.text002 {
	color: #f84773;
	margin-right: 5px;
}

.textImportant {
	color: #ff707c;
	margin-bottom: 20px;
}

.text003-pc {
	font-size: 18px;
}

.textNotes001 {
	font-size: 13px;
}

@media all and (-ms-high-contrast: none) {
	.textNotes001 {
		font-size: 12px;
  }
}

.textNotes002 {
	
}

.scheduleEnd {
	text-decoration: line-through;
}

/* # parts - table
--------------------------------------------------*/
.table001,
.table002,
.table003,
.tbaleInner001 {
	width: 100%;
	margin-bottom: 10px;
	}


.table001,
.table001 th,
.table001 td {
	border: 1px solid #ccc;
	background: rgba(255, 255, 255, 0.7);
}

.table001 th,
.table001 td {
	padding: 10px;
}

.table002,
.table002 th,
.table002 td {
	border: 1px solid #ccc;
}

.table002 th,
.table002 td {
	padding: 10px;
}

.table002 th {
	background: #EAF2F7;
	text-align: left;
}

.table003 th,
.table003 td {
	border-bottom: 1px dotted #ccc;
	text-align: left;
}

.table003--pt2 th,
.table003--pt2 td {
	border-bottom: 1px solid #F5F3ED;
	text-align: left;
}


.table003 th,
.table003--pt2 th {
	padding: 15px;
	font-weight: bold;
}

.table003 { }

.table003--pt2 { background: #fff; }

.tbaleInner001,
.tbaleInner001 th,
.tbaleInner001 td {
	border: 1px solid #ccc;
}

.tbaleInner001 th {
	background: #efefef;
}

.tableCaptionTop {
	text-align: right;
	font-size: 12px;
}

.tableCaptionBottom {
	margin-top: 10px;
	font-size: 12px;
}

/*  */
th.cellTh001 {
	background: #96c3e1;
	color: #fff;
}

/* vertical align */
.l-cellVMiddle {
	vertical-align: middle;
}

.l-cellVTop {
	vertical-align: top;
}

/* # parts - layout block
--------------------------------------------------*/
.boxPattern1 {
	padding: 20px;
	background: #fff3d4;
}

.boxPattern2 {
	background: #f2f6f9;
    padding: 20px;
    margin-top: 40px;
}

.boxPattern3 {
	border: 2px solid #ADD13F;
	background: #fdfff7;
	padding: 20px;
	padding-bottom: 10px;
}

.boxPattern4 {
	border: 2px solid #d90003;
	background: #fff;
	color: #d90003;
	padding: 20px;
	margin-bottom: 40px;
}

.boxPattern4 p {
	margin-bottom: 0;
}


/* # layout
--------------------------------------------------*/
.main { }

.container { width: 100%; }

.l-contents {
	width: 96%;
	margin: 5% auto 15%;
}

.contentItem { margin-bottom: 10%; }

.contentItem img {
	margin-top: 10px;
	margin-bottom: 40px;
}

/*
  # layout common
------------------------------------------------------- */
/*
 #3498db
 #96c3e1
*/

.Container { position: relative; }

.siteTitle { display: none; }

.blockContents,
.blockContents--blank,
.blockSiteNotes {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0;
}

.blockContents--center {
	padding: 10px 40px;
	text-align: center;
}

.blockContentsItem {
	margin-bottom: 40px;
}

.itemContents { text-align: left; }

.blockContentsCaption {
	background: #f7f7f7;
	padding: 20px;
	font-size: 13px;
}

.blockContents::after {
	content: "";
	width: 100px;
	margin-top: 40px;
	border-top: 1px solid #3498db;
	display: block;
	margin: 40px auto 0;
}

.blockContents__image { margin: 0 -10px; }

.blockBooking {
	background: #96c3e1;
	color: #fff;
	margin-top: 60px;
	text-align: center;
	padding: 40px 10px;
}

/* ## loading */
.loaderBg {
	display: none;
}

.loader {
	display: none;
}

/* page main image */
.mainImage { position: relative; }

.mainImage img { width: 100%; }

.mainMovie {
    display: block;
    width: 100%;
}

.mainMovie video {
	margin: 0 auto;
	width: 100%;
}

.navigationButton { display: none; }

/* # header, footer
--------------------------------------------------*/
/* ## header */
.headerLogo {
	text-align: center;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

.headerCaption {
	text-align: center;
	font-weight: bold;
	font-size: 21px;
}

/* ## navigation */
.navigation {
	position: absolute;
	width: 100%;
	height: auto;
	background: none;
	top: 0;
	left: 0;
	z-index: 50;
	margin-top: -1px;
}

.navigation.isScrollActive {
	position: fixed;
}

.Container .navigation a {
	color: #fff;
	display: block;
}

.Container .navigation a:hover,
.Container .navigation a:active,
.Container .navigation a:focus { text-decoration: none; }

.navigation__master,
.navigation__slave { width: 100%; }

.navigation__master ul {
	width: 900px;
	margin: 0 auto;
	display: table;
}

.navigation__master { background: rgba(255, 255, 255, 0.8); }

.navigation__master ul {
	position: relative;
	text-align: center;
}
 @keyframes isActive {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}

.Container .navigation__master a { padding: 10px 0; }

.navigation,
.navigation__master li { border: none; }

.navigation__master li {
	display: table-cell;
	white-space: nowrap;
	width: 166px;
}

.Container .navigation__master li a {
	padding: 20px 17px;
}

.Container .navigation__master li a.scrollActive { padding: 5px 17px; }

.Container .navigation__master li a:after {
	content: "";
	width: 0;
	margin-top: 40px;
	border-top: 1px solid #585858;
	display: block;
	margin: 0px auto 0;
	transition: all 0.3s ease;
}

.navigation__master li a:hover:after,
#index .navigation__master li.item000 a:after,
#entry .navigation__master li.item002 a:after,
#member .navigation__master li.item003 a:after,
#gallery .navigation__master li.item004 a:after,
#faq .navigation__master li.item007 a:after,
#update .navigation__master li.item008 a:after {
    content: "";
    width: 40px;
    margin-top: 40px;
    border-top: 1px solid #585858;
    display: block;
    margin: 0px auto 0;
    transition: all 0.3s ease;
}

.navigation li ul li { border: none; }

.Container .navigation li ul li a,
.navigation__slaveNoLink {
	padding: 10px 20px;
	font-weight: normal;
	border: none;
}

.Container .navigation__master li.isActive ul li a::before { content: "- "; }

.navigation__master ul li ul { padding-bottom: 10px; }

.navigation__slave { width: 100%; }

.navigation__slave.isScrollActive { position: fixed; }

.Container .navigation__slave a,
.navigation__slaveNoLink {
	color: #fff;
	padding: 5px 0;
}

.navigation__slave.isActive {
	display: block;
	animation: isActive .5s linear 0s;
}

.navigation__slave ul {
	display: none;
	position: absolute;
	background: rgba(52, 152, 219, 0.9);
	padding: 15px;
}

.navigation__slave ul:last-child {
	
}

/* ## footer */
.footer {
	width: auto;
	padding: 5% 0;
	margin: 0 5%;
	text-align: center;
}

.footerLinks {
	margin: 30px 0;
	font-weight: bold;
	text-align: center;
}

.footerLinkTel,
a.footerLinksTel {
	margin-right: 0px;
	display: block;
	color: #fff;
}

.footerLinksContact { margin-top: 40px; }

.blockSiteNotes {
	margin-top: 20px;
	text-align: left;
	border-top: double #333;
	font-size: 12px;
	padding: 15px 0;
	letter-spacing: normal;
}

.blockSiteNotes p {
	margin-bottom: 0;
	line-height: 180%;
}

.blockBooking__addressTitle {
	margin-right: 10px;
}


/*
  # page : TOP
------------------------------------------------------- */
.titleLogo {
	text-align: center;
	padding: 60px;
	border-bottom: 1px solid #3498db;
}

.titleLogo__item { width: 654px; }

.infoList {
	width: 600px;
	max-height: 200px;
	margin: 0 auto;
	padding-right: 20px;
	text-align: left;
	overflow: auto;
}

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

.infoList li::before {
	content: ">";
	margin-right: 5px;
	font-size: 9px;
	position: relative;
	top: -3px;
	color: #2b6861;
}

.infoList li + li { margin-top: 20px; }

.aboutTrmcs {
	text-align: center;
}

.topicsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
}

.topicsList li {
	border: 1px solid #3498db;
	padding: 10px;
	position: relative;
	width: 260px;
	margin: 0 0 20px;
	
}

.topicsList li a {
	min-height: 100%;
	display: block;
}

.topicsList li::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 34px 34px 0;
	border-color: transparent #3498db transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}


.tipicsListImage {
	text-align: center;
	height: 130px;
	margin-top: 20px;
}

.tipicsListImage.topicsSports img {
	width: 80%;
}

.titleTopicsListItem {
	color: #3498db;
	font-size: 19px;
	margin-bottom: 10px;
	text-align: center;
}

@media all and (-ms-high-contrast: none) {
	.titleTopicsListItem {
		font-size: 18px;
	}
}

.topicsListDescription {
	text-align: left;
	margin-bottom: 0;
}

.circuitList {
	display: flex;
	justify-content: center;
}

.circuitList li {
	width: 440px;
	overflow: hidden;
	margin-left: 25px;
	margin-right: 25px;
}

.circuitListImage {
	margin-bottom: 5px;
	height: 140px;
	overflow: hidden;
}

.circuitList a img { transition: all 3s ease; }

.circuitList a:hover img { transform: scale(1.1); }

.titleCircuitList,
a .titleCircuitList {
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	border-bottom: 2px solid #3498db;
	margin-bottom: 10px;
}

.circuitListDescription { text-align: center; }

.blockInfoBanner {
	margin-top: 40px;
	text-align: center;
/*	display: flex;
	flex-wrap: nowrap;*/
}
/*
.blockInfoBanner a:last-child {
	margin-left: 20px;
}*/

.blockInfoBanner img {
	height: 150px;
}

.aboutSchool {
	text-align: center;
}

.aboutSchoolLinks ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	column-gap: 1em;
}

.aboutSchoolLinks li {
	width: 30%;
}

/*
  # page : entry
------------------------------------------------------- */
.blockLinkProvision {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	letter-spacing: normal;
	justify-content: space-between;
	margin-bottom: 20px;
}

.Container .blockLinkProvision a {
    display: flex;
    align-items: center;
    border: 1px solid #3498db;
	padding: 5px;
	width: 190px;
	font-weight: bold;
}

.Container a.blockLinkProvision__item001,
.Container a.blockLinkProvision__item002 {
	color: #ADD13F;
	border: 1px solid #ADD13F;
	position: relative;
	
}

.Container a.blockLinkProvision__item003,
.Container a.blockLinkProvision__item004,
.Container a.blockLinkProvision__item005,
.Container a.blockLinkProvision__item006 {
	color: #3498DB;
	border: 1px solid #3498DB;
	position: relative;
}

.Container a.blockLinkProvision__item001:after,
.Container a.blockLinkProvision__item002:after {
	content: "≫";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	background: #ADD13F;
	text-align: center;
	align-items: center;
	display: flex;
}

.Container a.blockLinkProvision__item003:after,
.Container a.blockLinkProvision__item004:after,
.Container a.blockLinkProvision__item005:after,
.Container a.blockLinkProvision__item006:after {
	content: "≫";
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background: #3498DB;
	text-align: center;
	height: 100%;
	align-items: center;
	display: flex;
}

.tableReservation001 {
	width: 100%;
}

.tableReservation001 td {
	width: 50%;
	vertical-align: top;
}

.tableReservation001 td:nth-of-type(2n) {
	padding-left: 10px;
}

.Container a.buttonReservation001 {
	border: 1px solid #3498DB;
	position: relative;
	color: #3498DB;
	display: block;
	padding: 10px 30px 10px 10px;
	font-size: 13px;
	margin-bottom: 10px;
	height: 80px;
}

.Container a.buttonReservation001:after {
	content: "予約";
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 5px;
	color: #fff;
	background: #3498DB;
	text-align: center;
	height: 100%;
	align-items: center;
	display: flex;
}

.buttonReservation001__category {
	font-size: 24px;
	display: block;
	font-weight: bold;
}

.buttonReservation001__category br {
	display: none;
}

.buttonReservation001__categoryCaption {
	margin-left: 5px;
	font-size: 13px;
	font-weight: normal;
}

.Container a.buttonReservation002 {
	border: 1px solid #ADD13F;
	position: relative;
	color: #ADD13F;
	display: block;
	padding: 10px 30px 10px 10px;
	font-size: 13px;
	margin-bottom: 10px;
	height: 80px;
}

.Container a.buttonReservation002:after {
	content: "予約";
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 5px;
	color: #fff;
	background: #ADD13F;
	text-align: center;
	height: 100%;
	align-items: center;
	display: flex;
}

.buttonReservation002__category {
	font-size: 24px;
	display: block;
	font-weight: bold;
}

.buttonReservation001__categoryAdjist001,
.buttonReservation002__categoryAdjist001{
	line-height: 60px;
}

/*  privilegeI*/
/*
.privilegeItem {
	border: 1px solid #3498db;
	padding: 20px;
}

.privilegeItem__title {
	color: #3498db;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

.privilegeItem__aboutHotel {
	margin-top: 20px;
}
*/

/*  privilegeI*/
.privilegeItems {
	display: flex;
	flex-wrap: wrap;
}

.privilegeItem {
	/* border: 1px solid #3498db; */
	border: 1px solid #ccc;
	width: 19%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 10px;
}

.privilegeItem img {
	display: inline-block;
	margin-bottom: 30px;
}

.privilegeItem__title {
	color: #3498db;
	font-size: 19px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
	letter-spacing: 0.05em;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.privilegeItems__caption {
	line-height: 160%;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.privilegeItems__caption ul {
	margin-bottom: 0;
}

.blockPrivilegeHotel {
	background: #f2f6f9;
	padding: 20px;
	margin-top: 40px;
}

/*
.blockPrivilegeHotel ul {
	margin-top: 10px;
    padding-left: 40px;
}

.blockPrivilegeHotel li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
*/

.PrivilegeLodging dl {

}

.PrivilegeLodging dt {

}

.PrivilegeLodging dd {

}

.PrivilegeLodging dd + dt {

}

/* 区分 */
.blockEntryDivisionItem__caution p,
.tableEntryPrice p {
	margin-bottom: 0;
}

.entryCourceLayout {
	text-align: center;
}

.entryCourceLayout li {
	display: inline-block;
	margin: 10px 10px 40px;
}

.blockEntryDivision {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.courceRoad .blockEntryDivisionItem {
	border: 2px solid #12906f;
	background: #fbfff8;
	width: 485px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.courceNorthShort .blockEntryDivisionItem {
	border: 2px solid #0077bc;
	background: #f2f6f9;
	width: 485px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.courcePit .blockEntryDivisionItem {
	border: 2px solid #f7c600;
	background: #fffef8;
	width: 485px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.blockEntryDivisionItem {
	padding: 10px;
}

.blockEntryDivisionItem__copy {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 120%;
	margin-bottom: 5px;
}

.blockEntryDivisionItem__title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.courceRoad .blockEntryDivisionItem__title {
	color: #12906f;
}

.courceNorthShort .blockEntryDivisionItem__title {
	color: #0077bc;
}

.courceNorthPit .blockEntryDivisionItem__title {
	color: #f7c600;
}

.blockEntryDivisionItem__regulation {
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;	
}

.blockEntryDivisionItem__regulation p {
	margin: 0;
}

.blockEntryDivisionItem__price {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.tableEntryPrice {
	width: 100%;
	margin-bottom: 10px;
}

.tableEntryPrice th,
.tableEntryPrice td {
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

.tableEntryPrice th {
	text-align: left;
}

.tableEntryPrice td {
	text-align: right;
}

.tableEntryPrice__devide {
	border-top: 2px solid #ccc;
	font-weight: bold;
}

.tableEntryPrice__annotation {
	font-size: 11px;
}

.Container a.blockEntryDivisionItemButton001 {
	background: #e26769;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 6px;
}

.Container a.blockEntryDivisionItemButton002 {
	background: #FFC773;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 6px;
}

.blockEntryDivisionItem__howto {}

.blockEntryDivisionItem__links {
	margin-top: 20px;
}

.blockEntryDivisionItem__caution {
	margin-top: 20px;
}

.blockEntryDivisionItem__links li {
	display: inline-block;
}

/*
  # page : scholarship
------------------------------------------------------- */
.titleScholarship {
	font-size: 18px;
	line-height: 200%;
	padding: 10px;
	margin-bottom: 20px;
}

.titleScholarship:after {
	content: "";
	clear: both;
	display: table;
}

.titleScholarship__main {
	font-weight: bold;
	font-size: 50px;
	display: inline-block;
	color: #3498db;
	border-bottom: 2px solid #3498db;
	padding-bottom: 5px;
}

@media all and (-ms-high-contrast: none) {
    .titleScholarship__main {
        font-size: 40px;
    }
}

.titleScholarship__series {
	display: block;
}

.titleScholarship__caption {
	font-size: 14px;
	display: block;
}

.titleScholarship__sub {
	font-weight: bold;
	display: block;
	color: #3498db;
	font-size: 20px;
}

.titleScholarship__logo {
	float: left;
	margin-right: 20px;
}

.ScholarshipCategory {
	margin-bottom: 60px;
	text-align: center;
}

.ScholarshipCategory li {
	display: inline-block;
	border: 1px solid #fbbc5e;
	font-weight: bold;
}

.ScholarshipCategory img {
	vertical-align:bottom;
}

.ScholarshipCategory li a {
	display: block;
}

.ScholarshipCategory__title {
	background: #fbbc5e;
	display: block;
	padding: 5px;
	color: #fff;
	letter-spacing: normal;
}

.scholarshipMemberList dt {
	clear: both;
	float: left;
	width: 200px;
}

.scholarshipMemberList dd {
	float: left;
}

.tableScholarshipMember {
	width: 600px;
}

.tableScholarshipMember th {
	width: 250px;
}

.tableScholarshipMember td {
	
}

/*
  # page : ask
------------------------------------------------------- */
.askLinks {
	margin-top: 40px;
}

.askLinks li {
	display: inline-block;
	width: 24%;
}

.askLinks a {
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 20px 0 40px;
	font-size: 20px;
	position: relative;
	color: #fff;
}

.askLinks__itemCategory {
	font-size: 30px;
	display: block;
}

.askLinks__itemCaption {
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.askLinks__itemCaption:before {
	content: "≫ ";
}

.Container .askLinks__item001 a {
	border-radius: 6px;
	border: 2px solid #3498DB;	
	color: #3498DB;
}

.Container .askLinks__item002 a {
	border-radius: 6px;
	border: 2px solid #3498DB;	
	color: #3498DB;
}

.askLinks__item001 .askLinks__itemCaption,
.askLinks__item002 .askLinks__itemCaption {
	background: #3498DB;
	color: #fff;
}

.Container .askLinks__item003 a {
	border-radius: 6px;
	border: 2px solid #ADD13F;
	color: #ADD13F;
}

.Container .askLinks__item004 a {
	border-radius: 6px;
	border: 2px solid #ADD13F;
	color: #ADD13F
}

.askLinks__item003 .askLinks__itemCaption,
.askLinks__item004 .askLinks__itemCaption {
	background: #ADD13F;
	color: #fff;
}

.Container a.askLinks__itemEnquete,
.Container a:link.askLinks__itemEnquete,
.Container a:visited.askLinks__itemEnquete {
	width: 100%;
	border: 2px solid #3498db;
	border-radius: 6px;
	font-size: 2.0rem;
	padding-top: 1em;
	padding-bottom: 0;
}

.askLinks__itemEnqueteCaption {
	display: block;
	line-height: 200%;
	font-size: 1.8rem;
	background: #3498db;
	color: #fff;
	margin-top: 1em;
}

/* # page license
--------------------------------------------------*/
.licenseLeader {
	margin-bottom: 60px;
	text-align: center;
}

.licenseLeader__text {
	font-weight: bold;
	font-size: 24px;
	line-height: 200%;
	color: #3498db;
}

.adjustLicense001 {
	letter-spacing: 0;
}

.adjustLicense002 {
	letter-spacing: 0.1em;
}

.adjustLicenseCell001 {

}

.adjustLicenseCell002 {
	
}

.adjustLicenseCell003 {
	
}

/* # page airbag
--------------------------------------------------*/
.airbagImage001 {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.airbagItem {
	border: 1px solid #3498db;
	padding:	20px;
	margin-bottom: 20px;
}

.airbagItem:after {
	content: "";
	clear: both;
	display: table;
}

.airbagItemTitle {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #3498db;
}

.airbagItemImage {
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}

.airbagOffPrice {
	background: #FDAD16;
	color: #fff;
	padding: 0 5px;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	font-size: 18px;
}

.airbagPriceOriginal {
	font-size: 14px;
	margin: 0;
	display: inline-block;
}

.airbagPriceSpecial {
	font-weight: bold;
	font-size: 30px;
	margin: 10px 0 30px;
	color: #f84773;
}

.airbagPriceSpecial__tax {
	font-size: 16px;
}

.airbagAdviser {
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.airbagAdviser__title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.airbagAdviserImage {
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
}

.airbagAdviserProfile {
	line-height: 140%;
	font-size: 13px;
	font-weight: bold;
}

/*
  # page : member
------------------------------------------------------- */
.memberTable:after {
	content: "";
	display: table;
	clear: both;
}

.memberTable table {
	float: left;
	width: 690px;
}

.memberTable__coupon {
	float: right;
	width: 260px;
}

.tableMemberLicenseSticker th {
	width: 50%;
}

.tableMemberLicenseSticker td {
	text-align: center;
}

.tableMemberMinorOath th {

}

.tableMemberMinorOath td {
	vertical-align: middle;
	text-align: center;
}

/*
  # page : party
------------------------------------------------------- */
.partyTable .linkAnchor {
	margin-left: 20px;
}

.partyAdjust001 {
	margin-left: 40px!important;
}

.partyTable td dl {
	display: flex;
	line-height: 100%;
}

.partyTable td dt {
	width: 50%;
}

.partyTable td dd {
	width: 50%;
}

.partyBox001 {
	padding: 20px;
	background: #f7f7f7;
}

/* tab contents */
.blockTabLinks ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.blockTabLinks li {
	cursor: pointer;
	padding: 10px 5px;
	width: 20%;
	text-align: center;
	font-size: 15px;
	letter-spacing: .1em;
}

.blockTabLinks li.isActive,
.blockTabLinks li.isActive:hover {
	background: #96c3e1;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.blockTabLinks li:hover {
	background: #EAF2F7;
	color: #404045;
}


.blockTabContents {
	
}

.blockTabContents__item {
	
}

.tableDrivers {
	border: 1px solid #ccc;
	width: 100%;
}

.tableDrivers th,
.tableDrivers td {
	border: 1px solid #ccc;
	padding: 5px;
}

.tableDrivers th {
	color: #fff;
	background: #96c3e1;
}



.tableDrivers td {
	
}

.tableDrivers td.cellClass {
	font-weight: bold;
	background: #EAF2F7;
}

.tableDrivers th.cellHeadClass {
	width: 30%;
}

.tableDrivers th.cellHeadRank {
	width: 10%;
}

.tableDrivers th.cellHeadDriver {
	
}

.tableDrivers th.cellHeadTeam {
	
}

.blockDriversComment {
	margin-top: 40px;
}

.driverCommentItem {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	background: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.driverCommentItem__image {
	flex-shrink: 0;
	width: 250px;
	text-align: center;
}

.driverCommentItem__imageDetail {
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
	line-height: 140%;
}

.driverCommentItem__comment {
	margin-left: 20px;
	width: 670px;
}
/**/

.blockContentsItem__images {
    
}

.blockContentsItem__images ul {
    display: flex;
    flex-wrap: wrap;
}

.blockContentsItem__images ul li {
    width: 32.5%;
    margin-bottom: 5px;
    margin-right: 12px;
}

.blockContentsItem__images ul li:nth-of-type(3n-3) {
    margin-right: 0;
}


.blockContentsItem__images ul li + li {
    /*margin-left: 5px;*/
}

.blockContentsItem__images img {
    max-width: 100%;
}

.tablePartyRanking th {
	text-align: left;
	width: 60%;
	white-space: nowrap;
}

.tablePartyRanking th br,
.tablePartyRanking td br {
	display: none;
}

.tablePartyRanking td {
	text-align: center;
}

.partyInfo {
	  border: 1px solid #3498db;
    padding: 20px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.partyInfo li + li {
	margin-top: 20px;
}


/*-- 181104追加 --*/
.unlinked{ }

.unlinked::before {
	content: "≫ ";
	margin-right: 5px;
	font-size: 9px;
	position: relative;
	top: -3px;
}

.unlinked{
	display: inline-block;
	margin-left: 1em;
	text-indent: -1em;
	color: #FF9600;
}

.l-cellPartyRank {
    width: 10%;
}

.l-cellPartyName {
    width: 40%;
}

/*
  # page : GALLERY
------------------------------------------------------- */
.galleryItem {
    width: 32%;
    margin: 0.5%;
}

.galleryItem img {
    width: 100%;
}

.siteMovies {
     width: 480px;
     margin: 0 5px 10px;
     float: left;
     padding-top: 0;
	position: relative;
}

.siteMovies + .siteMovies {
    margin-top: 0;
}

.siteMovies a {
    display: block;
}

/* js override */
#swipebox-overlay .gallerySns {
    display: block;
    position: absolute;
    left: 45%;
    bottom: 9px;
    z-index: 999;
}

#swipebox-bottom-bar {
    bottom: 0!important;
}

#swipebox-bottom-bar.visible-bars {
    transform: none!important;
}

.blockGallery {
	
}


/*
  # page : FAQ
------------------------------------------------------- */
.blockFaqContents dt:before,
.blockFaqContents dd:before {
    display: inline;
    margin-right: 10px;
}

.blockFaqContents dt,
.blockFaqContents dd {
    text-indent: -2em;
    margin-left: 2em;
}

.blockFaqContents dt:before {
    content: "Q";
    color: #3498db;
    font-size: 30px;
    margin-bottom: 10px;
}

.blockFaqContents dd:before {
    content: "A";
    font-size: 30px;
}

.blockFaqContents dt { color: #3498db; }

.blockFaqContents dd { margin-top: 10px; }

.blockFaqContents dl + dl,
.blockFaqCaution dl + dl { margin-top: 40px; }

.blockFaqSupplement {
    margin-left: 2em;
    margin-top: 20px;
}


/* newsystem
--------------------------------------------------------------------------- */
.tableNewSystem,
.tableNewSystemPrice001,
.tableNewSystemPrice002{
	width: 100%;
}
.tableNewSystem th{
	font-weight: bold;
}
.tableNewSystem th:nth-of-type(1) {
  width: 20%;
}
.tableNewSystem thead th{
	text-align:center;
}
.tableNewSystem tbody th{
	background:#fff;
}

.tableNewSystemPrice001 th,
.tableNewSystemPrice002 th,
.tableNewSystemPrice001 td,
.tableNewSystemPrice002 td{letter-spacing:0;vertical-align:middle;}

.tableNewSystemPrice001 thead th,
.tableNewSystemPrice002 thead th{
	text-align:center;
	font-weight: bold;
}
.tableNewSystemPrice001 th,
.tableNewSystemPrice002 th{
	font-weight: bold;
}
.tableNewSystemPrice001 th.newPrice,
.tableNewSystemPrice002 th.newPrice{
	background:#ffc;
}

.tableNewSystemPrice001 tbody td{width:9.5%;}
.tableNewSystemPrice002 tbody td{width:12%;}
.tableNewSystemPrice001 .price,
.tableNewSystemPrice002 .price{text-align:right;}
.tableNewSystemPrice001 .blank,
.tableNewSystemPrice002 .blank{text-align:center;}
.tableNewSystemPrice001 .time,
.tableNewSystemPrice002 .time{text-align:center;}

.tableNewSystemPrice001 th.total{border-width: 2px 2px 1px 2px;border-color:#999;}
.tableNewSystemPrice001 td.total{border-width: 1px 2px;border-color:#999;}
.tableNewSystemPrice001 td.total.last{border-bottom-width: 2px;border-color:#999;}

.tableNewSystemPrice002 tr:nth-child(1) th.total{border-width: 2px 2px 1px 2px;border-color:#999;}
.tableNewSystemPrice002 tr:nth-child(2) th.total.weekend{border-width: 1px 1px 1px 2px;border-color:#999;}
.tableNewSystemPrice002 tr:nth-child(2) th.total.weekday{border-width: 1px 1px 1px 1px;border-color:#999;}
.tableNewSystemPrice002 tr:nth-child(2) th.total.winter{border-width: 1px 2px 1px 1px;border-color:#999;}

.tableNewSystemPrice002 td.total.weekend{border-width: 1px 1px 1px 2px;border-color:#999;}
.tableNewSystemPrice002 td.total.weekday{border-width: 1px 1px 1px 1px;border-color:#999;}
.tableNewSystemPrice002 td.total.winter{border-width: 1px 2px 1px 1px;border-color:#999;}

.tableNewSystemPrice002 td.total.last{border-bottom-width: 2px;border-color:#999;}

/* service
--------------------------------------------------------------------------- */

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

.block2Col__item {
  width: 49%;
}
.block3-1Col__item {
  width: 75%;
}
.block4Col__item {
  width: 24%;
}

p.download_link{text-align: center; margin:20px 0 0; padding:20px 0 0; font-weight: bold; font-size:1.3em;}
p.download_link a{color:#0000cd!important;}

/* # experience
--------------------------------------------------*/
.cellExperienceSchedule th,
.cellExperienceSchedule td {
	padding: 0 10px;
	text-align: left;
}

.blockPageImage {
	margin-bottom: 20px;
}

.experienceAdjust001 {
	display: inline-block;
	width: 10em;
}

@media all and (-ms-high-contrast: none) {
	.experienceAdjust001 {
	width: 11em;
}
}

@-moz-document url-prefix() {
	.experienceAdjust001 {
	width: 11em;
}
}

.experienceTitle {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 60px;
	padding-top: 110px;
	line-height: 140%;
}

.experienceTitle::after {
	    content: "";
    width: 100px;
    margin-top: 40px;
    border-top: 1px solid #3498db;
    display: block;
    margin: 40px auto 0;
}

/* -------------------------------------------------------
キャンペーン
------------------------------------------------------- */

.campaignBox{
	background:#0F2C7C;
	margin: 30px auto;
	padding: 1.5em 1em 1em 1em;
	color:#fff;
}
.campaignTitle{
	color:#fff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
}

/* # helper
--------------------------------------------------*/
.resetBr { display: none; }

.text3L { font-size: 22px; }

.textLL { font-size: 20px; }

.textL { font-size: 18px; }

.textS { font-size: 12px; }

.alignCenter { text-align: center; }

.alignRight { text-align: right; }

.alignLeft { text-align: left; }

.l-itemLeft,
.l-imageLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.l-itemRight,
.l-imageRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.onlyPc { display: none; }

.l-center:not(:root) { text-align: center!important; }

.l-left:not(:root) { text-align: left!important; }

.l-right:not(:root) { text-align: right!important; }

.l-cell10p:not(:root) { width: 10%!important; }

.l-cell20p:not(:root) { width: 20%!important; }

.l-cell25p:not(:root) { width: 25%!important; }

.l-cell30p:not(:root) { width: 30%!important; }

.l-cell40p:not(:root) { width: 40%!important; }

.l-cell50p:not(:root) { width: 50%!important; }

.l-cell60p:not(:root) { width: 60%!important; }

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

.l-w15p:not(:root) { width: 15%; }

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

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

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

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

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

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

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

.l-w100p:not(:root) { width: 100%; }

.l-mt10:not(:root) { margin-top: 10px; }

.l-mt20:not(:root) { margin-top: 20px; }

.l-mt40:not(:root) { margin-top: 40px; }

.l-mt60:not(:root) { margin-top: 60px; }

.l-mt80:not(:root) { margin-top: 80px; }

.l-mt100:not(:root) { margin-top: 100px; }

.l-mtM10:not(:root) { margin-top: -10px; }

.l-mtM20:not(:root) { margin-top: -20px; }

.l-mtM30:not(:root) { margin-top: -30px; }

.l-mb10:not(:root)	{ margin-bottom: 10px; }

.l-mb20:not(:root)	{ margin-bottom: 20px; }

.l-mb30:not(:root)	{ margin-bottom: 30px; }

.l-mb40:not(:root)	{ margin-bottom: 40px; }

.l-mb50:not(:root)	{ margin-bottom: 50px; }

.l-mb60:not(:root)	{ margin-bottom: 60px; }

.l-ml0:not(:root) { margin-left: 0; }

.l-ml10:not(:root) { margin-left: 10px; }

.l-ml20:not(:root) { margin-left: 20px; }

.l-ml30:not(:root) { margin-left: 30px; }

.l-ml40:not(:root) { margin-left: 40px; }

.l-ml50:not(:root) { margin-left: 50px; }

.l-ml60:not(:root) { margin-left: 60px; }

.l-ml70:not(:root) { margin-left: 70px; }

.l-ml80:not(:root) { margin-left: 80px; }

.l-ml90:not(:root) { margin-left: 90px; }

.l-ml100:not(:root) { margin-left: 100px; }


.nowrap:not(root) { white-space: nowrap; }

.titleCaption001 {
	text-align: center;
	color: #CC0003;
	font-size: 20px;
}

/*
 # js override
---------------------------------------------------------*/
.slick-prev {
	left: 25px;
	z-index: 1;
}

.slick-next {
	right: 25px;
}


/*
 # root style override
------------------------------------------------------- */
#trm_header_wrap {
	width: 100%!important;
    font-size: 100%!important;
    position: relative;
    z-index: 101;
    -webkit-font-feature-settings: initial;
    -moz-font-feature-settings: initial;
    font-feature-settings: initial;
	letter-spacing: normal;
	line-height: 1.6;
}

#trmFooterWrap2016 {
    position: relative;
    z-index: 100;
    background-color: #fff;
    border-top: 3px solid #f3f3f3;
    margin-top: 24px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,Verdana,sans-serif;
	letter-spacing: normal;
	line-height: 1.6;
}

#trmHeaderWrap2016,
#emergencynews {
  letter-spacing: 0;
}

#trmContentWrap2016 {
    width: 100%!important;
    font-size: 100%!important;
}

#trmFooterWrap2016 {
    letter-spacing: 0;
}

#trmContentWrap2016 #emergencynews {
  max-width: 980px;
  color: #000;
}

#trmContentWrap2016 #emergencynews a {
  text-decoration: underline;
}

#trmHeaderWrap2016 div,
#emergencynews div {
   box-sizing: content-box;
}

#trmHeaderWrap2016 strong,
#emergencynews strong {
  font-weight: bold;
}


/* # global styles
--------------------------------------------------*/
.sp { display: inherit; }

.pc { display: none !important; }
