@charset "utf-8";

html {
  font-size: 62.5%;
}
body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
a:link,
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.5;
}
strong {
	font-weight: 700;
}
sub, sup {
  font-size: 1.0rem;
}
sub {vertical-align:text-bottom;}
sup {vertical-align:text-top;}

#ie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  text-align: center;
  background: #ff0;
  z-index: 500;
}
#ie .title {
  font-size: 3.0rem;
  padding-bottom: 10px;
}
#noscript {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  text-align: center;
  background: #ff0;
  font-size: 2.0rem;
  z-index: 300;
}

.fs_xxsml {font-size:1.0rem !important;}
.fs_xsml {font-size:1.1rem !important;}
.fs_sml {font-size:1.2rem !important;}
.normal {font-weight: normal !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.inline > span {display: inline-block;}

.list li {
  position: relative;
  padding-left: 1.5em;
}
.list li::before,
.list.number li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
.list.smldot > li::before {
  content: '・';
}
.list.kome > li::before {
  content: '※';
}
.list.square > li::before {
  content: '■';
}
.list.dot > li::before {
  content: '●';
}
.list.number > li::before {
  content: none;
}

.container {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}
.bg_blue {
	background: #007BD0;
}
.bgimg {
	background-repeat: repeat;
	background-position: 0 0;
}
.bgimg.dot_y {
	background-image: url("../images/bg_doty.png");
}
.bgimg.dot_p {
	background-image: url("../images/bg_dotp.png");
}
.bgimg.dot_o {
	background-image: url("../images/bg_doto.png");
}
.bgimg.stripe_o {
	background-image: url("../images/bg_stripeo.png");
}
.bgimg.stripe_b {
	background-image: url("../images/bg_stripeb.png");
}
.bgimg.stripe_br {
	background-image: url("../images/bg_stripebr.png");
}
.bgimg.border_g {
	background-image: url("../images/bg_borderg.png");
}
.bgimg.border_p {
	background-image: url("../images/bg_borderp.png");
}
.lnav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.lnav ul > li:nth-child(1) {width:25%;}
.lnav ul > li:nth-child(2) {width:15%;}
.lnav ul > li:nth-child(3) {width:10%;}
.lnav ul > li:nth-child(4) {width:15%;}
.lnav ul > li:nth-child(5) {width:15%;}
.lnav ul > li:nth-child(6) {width:15%;}
.lnav ul > li a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	background: #FF6B3E;
  border-radius: 10px;
  border: 3px solid #fff;
  box-shadow: 4px 4px 3px rgba(0,0,0,.5);
  font-size: 2.5rem;
  padding: .7em .5em;
}
.lnav ul > li a:hover {
  opacity: .7;
}
.lnav ul > li:nth-child(2) a {
	background: #766ABA;
}
.lnav ul > li:nth-child(3) a {
	background: #FF9B45;
}
.lnav ul > li:nth-child(4) a {
	background: #00B2DB;
}
.lnav ul > li:nth-child(5) a {
	background: #F16FA8;
}
.lnav ul > li:nth-child(6) a {
	background: #6FC14F;
}
.lnav ul > li:nth-child(7) a {
	background: #956134;
}
.border-box {
	background: #fff;
	border-color: #00B2DB;
	border-style: solid;
}
.border-box h3 {
	text-align: center;
}
.border-box.purple {
	border-color: #9686D7;
}
.border-box.pink {
	border-color: #E16BB3;
}
.border-box.pink .list.dot > li::before {
	color: #E16BB3;
}
.border-box.orange {
	border-color: #FF9B45;
}
.detail-box dt {
	color: #fff;
	text-align: center;
	font-weight: 700;
}
.orange .detail-box dt {
	background: #FF9B45;
}
.detail-box dd + dt {
	margin-top: 20px;
}
.schedule {
	width: 100%;
}
.schedule tr > * {
	border-style: solid;
}
.schedule tr > th {
	color:#fff;
	font-weight: 700;
	text-align: center;
}
.schedule tr > td {
	background: #fff;
}
.schedule tr.april > th {background:#EC88AA;}
.schedule tr.april > td .list.dot > li::before {color:#EC88AA;}
.schedule tr.may > th {background:#6FC14F;}
.schedule tr.may > td .list.dot > li::before {color:#6FC14F;}
.schedule tr.june > th {background:#00AE77;}
.schedule tr.june > td .list.dot > li::before {color:#00AE77;}
.schedule tr.july > th {background:#6D8CD1;}
.schedule tr.july > td .list.dot > li::before {color:#6D8CD1;}
.schedule tr.august > th {background:#007BD0;}
.schedule tr.august > td .list.dot > li::before {color:#007BD0;}
.schedule tr.september > th {background:#4D5A90;}
.schedule tr.september > td .list.dot > li::before {color:#4D5A90;}
.schedule tr.october > th {background:#DD6E1F;}
.schedule tr.october > td .list.dot > li::before {color:#DD6E1F;}
.schedule tr.november > th {background:#A47222;}
.schedule tr.november > td .list.dot > li::before {color:#A47222;}
.schedule tr.december > th {background:#DB3F2B;}
.schedule tr.december > td .list.dot > li::before {color:#DB3F2B;}
.schedule tr.january > th {background:#FF9B45;}
.schedule tr.january > td .list.dot > li::before {color:#FF9B45;}
.schedule tr.february > th {background:#EC6D65;}
.schedule tr.february > td .list.dot > li::before {color:#EC6D65;}
.schedule tr.march > th {background:#D67190;}
.schedule tr.march > td .list.dot > li::before {color:#D67190;}
.fixedtable {
	width: 100%;
	table-layout: fixed;
}
.fixedtable tr > * {
	border-style: solid;
	border-width: 1px;
	background: #fff;
}
.fixedtable tr > th {
	text-align: center;
}
.fixedtable.basic tr > * {
  font-weight: 500;
}
.fixedtable.basic tr > th {
  width: 20%;
}
.fixedtable.basic tr > td {
  width: 80%;
}
.lang-switch {
  display: table;
  table-layout: fixed;
  position: fixed;
  z-index: 100;
}
.lang-switch > * {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
}
.lang-switch > a {
  text-decoration: none;
  background: #2E3192;
  color: #fff;
}
.lang-switch > span {
  background: #BFBFD3;
  color: #848498;
}
.pagetop {
	position: fixed;
}
.pagetop a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	background: rgba(0,0,0,.7);
	color: #fff;
	border-radius: 50%;
  line-height: 1;
}

section h2 {
	text-align: center;
	background: #fff;
	border-style: solid;
}

/* header */
header {
	background-image: url("../images/bg_main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	text-align: center;
	position: relative;
}
header .container > * {
	margin: auto;
}
header .container > p.catch {
	max-width: 728px;
}
header .container > h1 > img {
	display: block;
	margin: auto;
}
header .container > h1 > img:nth-child(1) {
	width: 30%;
	max-width: 244px;
}
header .container > h1 > img:nth-child(2) {
	width: 80%;
	max-width: 644px;
}
header .container > h1 > img:nth-child(3) {
	width: 100%;
	max-width: 894px;
}
header .balloon {
	background: url("../images/balloon_y.png") repeat-x center center / auto 100%;
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	left: 0;
}
header .balloon::before,
header .balloon::after {
	content: "";
	background: url("../images/children.png") no-repeat 0 0 / auto 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
header .balloon::before {
	left: 0;
}
header .balloon::after {
	right: 0;
}

/* #sec_01 */
#sec_01 {
	text-align: center;
	padding-bottom: 0;
}
#sec_01 h2 {
	background: none;
	color: inherit;
	border: none;
	line-height: inherit;
	margin-bottom: 0;
}
#sec_01 .sns a {
	display: inline-block;
}
#sec_01 .bg_blue {
	color: #fff;
	font-weight: 700;
	line-height: 2.5;
}
#sec_01 .information {
  background: #fff;
  border: 5px double #FDAF48;
}
#sec_01 .information h2 {
  color: #F15A24;
  margin-top: 0;
}
#sec_01 .information dl {
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
}
#sec_01 .information dl dt {
  clear: left;
  float: left;
}
#sec_01 .information dl dt::after {
  content: "：";
}
#sec_01 .information dl dd {
  padding-left: 3em;
}
#sec_01 .information dl + p {
  background: #FEF3CD;
  font-weight: bold;
  padding: 5px;
}

/* #sec_02 */
#sec_02 {
	background: url("../images/bg_sky.png") no-repeat center top;
	padding-bottom: 0;
}
#sec_02 .earth {
	background: url("../images/bg_earth.png") no-repeat center bottom;
	text-align: center;
}
#sec_02 .earth img {
	width: 70%;
	max-width: 570px;
}

/* #sec_03 */
#sec_03 h2 {
	color: #FF6B3E;
	border-color: #FFB79B;
}
#sec_03 .timetable > div {
	overflow: hidden;
}
#sec_03 .timetable > div > img {
	display: block;
	float: left;
}
#sec_03 .timetable > div h3 {
	color: #FF6B3E;
}

/* #sec_04 */
#sec_04 h2 {
	color: #00B2DB;
	border-color: #98D8ED;
}
#sec_04 .schedule {
	position: relative;
}
#sec_04 .schedule tr > * {
	border-color: #98D8ED;
}
#sec_04 .schedule tr > th {
	width: 20%;
}
#sec_04 .schedule tr > td {
	width: 80%;
}
#sec_04 .schedule .schimg {
  position: absolute;
  width: 25%;
  height: auto;
  border: 4px solid #98D8ED;
  border-radius: 15px;
  overflow: hidden;
}
#sec_04 .schedule .schimg._01 {
  top: 6%;
  right: 25%;
  border-color: #00AE77;
}
#sec_04 .schedule .schimg._02 {
  top: 28%;
  right: 5%;
  border-color: #007BD0;
}
#sec_04 .schedule .schimg._03 {
  top: 50%;
  right: 25%;
  border-color: #DD6E1F;
}
#sec_04 .schedule .schimg._04 {
  bottom: 5%;
  right: 5%;
  border-color: #EC6D65;
}

/* #sec_05 */
#sec_05 h2 {
	color: #F16FA8;
	border-color: #FCB9D2;
}
#sec_05 .detail-box dt {
	background: #F16FA8;
}
#sec_05 .detail-box dd .list.dot {
	font-weight: 500;
	line-height: 1.8;
}
#sec_05 .fixedtable tr > * {
	border-color: #FDC1D5;
	font-weight: 500;
}
#sec_05 .fixedtable thead tr > * {
	background: #FEDAE5;
}
#sec_05 .fixedtable tr > td {
	text-align: center;
}
#sec_05 .list.dot > li::before {
	color: #F16FA8;
}
#sec_05 .border-box {
	border-color: #F583AE;
	text-align: center;
}
#sec_05 .fixedtable tr > * .fs_sml2 {
  display: inline-block;
  line-height: 1.4;
}

/* #sec_06 */
#sec_06 h2 {
	color: #6FC14F;
	border-color: #B9E0A6;
}
#sec_06 .fixedtable tr > * {
	border-color: #B9E0A6;
	font-weight: 500;
}
#sec_06 .fixedtable tr > th {
	background: #D5ECC9;
}

/* #sec_07 */
#sec_07 h2 {
	color: #F3C207;
	border-color: #FFDC78;
}
#sec_07 .map {
	background: #fff;
	text-align: center;
}

/* #sec_08 */
#sec_08 h2 {
	color: #766ABA;
	border-color: #C4BAE9;
}
.flex_photobox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.photobox {
  background: #fff;
  text-align: center;
  border-style: solid;
	width: 49%;
}
#sec_08 .photobox {
  border-color: #C4BAE9;
}
.photobox h3 {
  display: inline-block;
  border-left: .4em solid #766ABA;
  border-right: .4em solid #766ABA;
  line-height: 1.4;
  padding: .3em 1em .3em 1em;
  margin-bottom: 1em;
  background: #EAE9F5;
}
#sec_08 .photobox:nth-of-type(1) h3 {
  background: #E2F4FC;
  border-color: #5DB4E9;
}
#sec_08 .photobox:nth-of-type(2) h3 {
  background: #F4DACE;
  border-color: #C64808;
}
#sec_08 .photobox:nth-of-type(3) h3 {
  background: #EAF4D6;
  border-color: #98C832;
}
#sec_08 .photobox p {
  text-align: left;
}
.photobox p {
  padding-top: .5em;
}

/* #sec_09 */
#sec_09 h2 {
	color: #FF9B45;
	border-color: #FFCCA1;
}
#sec_09 .photobox {
  border-color: #FFCCA1;
}
#sec_09 .photobox p {
  word-break: keep-all;
}
.photobox-group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.photobox-group .photobox {
  width: 23.5%;
}
.icon {
  display: inline-block;
  font-size: 80%;
  line-height: 1.4;
  padding: 1px 5px;
  margin-right: .4em;
}
.icon.oyatsu {
  background: #FF9B45;
  color: #fff;
}

/* #sec_10 */
#sec_10 h2 {
	color: #956134;
	border-color: #CAB099;
}
#sec_10 .fixedtable tr > * {
	border-color: #CAB099;
	font-weight: 500;
}
#sec_10 .fixedtable tr > th {
	background: #DFD0C2;
}

.about_box {
	background: #fff;
	border: 5px double #FDC1D5;
	padding: 20px 30px;
	margin-bottom: 50px;
}
.about_tit {
	color: #F16FA8;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: .5em;
}
.about_lead {
	background: #FCE5EC;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding: .3em;
	margin-bottom: .5em;
}

/* footer */
footer {
	background: #fff;
	text-align: center;
}
footer h5 > img {
	display: block;
	margin: auto;
}
footer h5 > img:nth-child(1) {
	width: 80%;
	max-width: 480px;
}
footer h5 > img:nth-child(2) {
	width: 100%;
	max-width: 600px;
}
footer address > p {
	font-weight: 700;
}
footer address > p:nth-child(1) {
	background: #00B2DB;
	color: #fff;
}


/*-----------------------------------------------
スマホ向けスタイル（～768px）
-----------------------------------------------*/
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .pc {display: none;}
  
  .l_row > * {
    display: block;
  }
  .l_row > * + * {
    margin-top: 10px;
  }
  
  .fs_sml2 {font-size:1.3rem !important;}
	.fs_middle {font-size:1.4rem !important;}
  .fs_lrg {font-size:1.8rem !important;}
	.fs_xlrg {font-size:2.0rem !important;}
  
  section {
    padding: 20px 0;
  }
	.bgimg.dot_y, .bgimg.dot_p, .bgimg.dot_o {
		background-size: 43px auto;
	}
	.bgimg.stripe_o, .bgimg.stripe_b {
		background-size: 48px auto;
	}
	.bgimg.border_g,
  .bgimg.border_p {
		background-size: auto 10px;
	}
  .lnav {
    margin-left: -2%;
    margin-right: -2%;
  }
	.lnav ul {
		flex-wrap: wrap;
    padding: 0 2% .8em;
	}
	.lnav ul > li {
		width: 48.5% !important;
	}
	.lnav ul > li:nth-child(n+3) {
		margin-top: .7em;
	}
	.lnav ul > li a {
		border-radius: 6px;
		border: 2px solid #fff;
		box-shadow: 2px 2px 3px rgba(0,0,0,.5);
		font-size: 1.8rem;
		padding: .7em 0;
	}
	.border-box {
		border-radius: 6px;
		border-width: 2px;
		padding: 15px;
		margin-top: 20px;
	}
	.border-box h3 {
		margin-top: -32px;
		margin-bottom: 10px;
	}
	.border-box h3 img {
		height: 30px;
		width: auto;
	}
	.border-box + .border-box {
		margin-top: 30px;
	}
	.detail-box dt {
		font-size: 1.6rem;
		line-height: 24px;
		border-radius: 12px;
		margin-bottom: 10px;
	}
	.schedule tr > * {
		border-width: 1px;
	}
	.fixedtable thead tr > * {
		padding: 2px 10px;
	}
	.fixedtable tr > * {
		padding: 10px;
		border-width: 1px;
	}
  .fixedtable.basic tr > th {
    width: 30%;
  }
  .fixedtable.basic tr > td {
    width: 70%;
  }
  .phone {
    position: relative;
  }
  .phone a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .phone span {
    display: block;
		font-size: 2.0rem;
		text-decoration: none;
		line-height: 45px;
		margin: 5px auto 0;
		background: #007CBC;
		color: #fff;
		border-radius: 6px;
    text-align: center;
  }
  .lang-switch {
    top: 0;
    right: 3%;
  }
  .lang-switch > * {
    line-height: 30px;
    width: 100px;
  }
  .lang-switch > *:nth-child(1) {
    border-radius: 0 0 0 6px;
  }
  .lang-switch > *:nth-child(2) {
    border-radius: 0 0 6px 0;
  }
	.pagetop {
		width: 50px;
		height: 50px;
		right: 3%;
		bottom: 30px;
	}
	section h2 {
		font-size: 2.0rem;
		line-height: 30px;
		border-radius: 17px;
		border-width: 2px;
		margin-bottom: 20px;
	}
  
  /* header */
	header {
		height: 55vh;
		background-position: center top;
	}
	header .container {
		padding-top: 40px;
	}
	header .container > * {
		margin-top: 10px;
	}
	header .container > p.catch {
		width: 80%;
	}
	header .container > h1 > img:nth-child(2) {
		margin-top: 15px;
	}
	header .container > h1 > img:nth-child(3) {
		margin-top: 3px;
	}
	header .balloon {
		bottom: -30px;
		height: 60px;
		line-height: 50px;
	}
	header .balloon::before,
	header .balloon::after {
		width: 201px;
		height: 36px;
	}
	header .balloon::before {
		left: calc(50% - 345px);
	}
	header .balloon::after {
		right: calc(50% - 345px);
	}
	header .balloon > img {
		width: auto;
		height: 30px;
	}
	
  /* #sec_01 */
	#sec_01 {
		padding-top: 40px;
	}
	#sec_01 .catch {
		padding: 0 5%;
	}
	#sec_01 h2 {
		font-size: 1.6rem;
		margin-top: 5px;
	}
	#sec_01 .sns {
		padding: 20px 0 0;
	}
	#sec_01 .sns a {
		width: 50px;
	}
	#sec_01 .sns a + a {
		margin-left: 10px;
	}
	#sec_01 .bg_blue {
		font-size: 1.8rem;
		margin: 20px 0 0;
	}
  #sec_01 .information {
    padding: 10px 3%;
  }
  #sec_01 .information h2 {
    margin-bottom: 10px;
  }
  #sec_01 .information dl + p {
    margin-top: 5px;
  }
  #sec_01 .information dl + p a {
    display: inline-block;
    font-size: 1.8rem;
    color: #007CBC;
  }
	
	/* #sec_02 */
	#sec_02 {
		background-size: auto 150px;
	}
	#sec_02 .earth {
		background-size: auto 60%;
		padding: 40px 0 30px;
	}
	#sec_02 .lnav {
		padding-bottom: 15px;
	}
  
	/* #sec_03 */
	#sec_03 .timetable > div + div {
		margin-top: 20px;
	}
	#sec_03 .timetable > div > img {
		width: 60px;
	}
	#sec_03 .timetable > div > img ~ * {
		padding-left: 70px;
	}
	#sec_03 .timetable > div h3 {
		font-size: 1.8rem;
		margin: 15px 0 5px;
	}
	#sec_03 .timetable > div .illust {
		margin-top: 10px;
		text-align: center;
	}
	
	/* #sec_04 */
	#sec_04 .schedule {
		font-size: 1.6rem;
	}
	#sec_04 .schedule tr > * {
		padding: 10px;
	}
	#sec_04 .schedule .schimg {
		position: static;
		width: 100%;
		max-width: 640px;
		border-width: 3px;
		border-radius: 10px;
		margin-top: .5em;
	}
	
	/* #sec_05 */
	#sec_05 .fixedtable tr > td {
		font-size: 1.6rem;
	}
	#sec_05 .detail-box dd .l_row > *:nth-child(2) {
		text-align: center;
	}
	#sec_05 .detail-box dd .l_row > *:nth-child(2) img {
		width: 50%;
	}
	#sec_05 .border-box {
		margin-top: 30px;
	}
	#sec_05 .border-box h4 {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	
	/* #sec_06 */
	#sec_06 .l_row {
		padding-bottom: 20px;
	}
	#sec_06 .l_row > * {
		text-align: center;
	}
	#sec_06 .fixedtable + .txt-center {
		margin-top: 20px;
	}
	#sec_06 .fixedtable + .txt-center > * + * {
		margin-top: 10px;
	}
	
	/* #sec_07 */
	#sec_07 .map {
		padding: 10px;
	}
  
  /* #sec_08 */
	.flex_photobox {
		flex-direction: column;
	}
  .photobox {
    padding: 15px 4%;
    border-width: 1px;
		width: 100%;
  }
  .photobox + .photobox {
    margin-top: 15px;
  }
  .photobox h3 {
    font-size: 1.6rem;
  }

  /* #sec_09 */
  #sec_09 .photobox .sp_block {
    display: block;
  }
	.photobox-group {
		flex-direction: column;
		margin-top: 15px;
	}
	.photobox-group .photobox {
		width: 100%;
	}
  
  /* #sec_10 */
  #sec_10 .phone span {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: .5em 0;
  }
	.about_box {
		padding: 10px 3%;
		margin-bottom: 25px;
	}
	.about_tit {
		font-size: 1.8rem;
	}
	.about_lead {
		font-size: 1.6rem;
	}

	
  /* footer */
  footer {
    padding: 15px 0;
  }
	footer h5 > img + img {
		margin-top: 5px;
	}
	footer .l_row > .iso img {
		width: 20%;
		max-width: 80px;
	}
	footer address {
		padding: 15px;
		border: 2px solid #00B2DB;
		border-radius: 6px;
		margin: 10px 0;
	}
	footer address > p {
		font-size: 1.6rem;
	}
	footer address > p:nth-child(1) {
		line-height: 30px;
		border-radius: 15px;
		margin-bottom: 10px;
		padding: 0 15px;
	}
	footer small {
		font-size: 1.0rem;
	}
  

}

/*-----------------------------------------------
PC・タブレット向けスタイル（769px～）
-----------------------------------------------*/
@media only screen and (min-width: 769px), print {
  body {
    font-size: 1.6rem;
  }
  .sp {display: none;}
  a, img, button {
    transition: 1s ease;
  }
  a:hover {
    color: #EC4646;
    text-decoration: none;
  }
  a:hover img {
    opacity: .5;
  }
    
  .l_row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .l_row > * {
    display: table-cell;
    vertical-align: top;
  }
  .fs_sml2 {font-size:1.4rem !important;}
	.fs_middle {font-size:1.6rem !important;}
  .fs_lrg {font-size:2.1rem !important;}
  .fs_xlrg {font-size:3.0rem !important;}
  
  section {
    padding: 70px 0 100px;
  }
	.border-box {
		border-radius: 10px;
		border-width: 3px;
		padding: 30px;
		margin-top: 30px;
	}
	.border-box h3 {
		margin-top: -55px;
		margin-bottom: 20px;
	}
	.border-box + .border-box {
		margin-top: 50px;
	}
	.detail-box {
		overflow: hidden;
	}
	.detail-box dt {
		font-size: 2.4rem;
		line-height: 38px;
		border-radius: 19px;
		clear: left;
		float: left;
	}
	.detail-box dd {
		padding: 6px 0;
		line-height: 26px;
	}
	.detail-box dd:nth-child(n+4) {
		margin-top: 20px;
	}
	.schedule tr > * {
		border-width: 2px;
	}
	.fixedtable thead tr > * {
		padding: 3px 15px;
	}
	.fixedtable tr > * {
		border-width: 2px;
		padding: 10px 15px;
	}
  .fixedtable.basic tr > * {
    font-size: 1.8rem;
  }
  .phone a {
    display: none;
  }
	.schedule tr > th {
		font-size: 2.4rem;
	}
  .lang-switch {
    top: 10px;
    right: 20px;
  }
  .lang-switch > * {
    line-height: 40px;
    width: 120px;
  }
  .lang-switch > a:hover {
    color: #fff;
    background: #1A7BD0;
  }
  .lang-switch > *:nth-child(1) {
    border-radius: 6px 0 0 6px;
  }
  .lang-switch > *:nth-child(2) {
    border-radius: 0 6px 6px 0;
  }
	.pagetop {
		width: 80px;
		height: 80px;
		right: 50px;
		bottom: 100px;
	}
	.pagetop a:hover {
		color: #fff;
		opacity: .7;
	}
	section h2 {
		font-size: 3.2rem;
		line-height: 50px;
		border-radius: 28px;
		border-width: 3px;
		margin-bottom: 40px;
	}
	
	/* header */
	header {
		height: 90vh;
		background-position: center center;
	}
	header .container {
		padding-top: 50px;
	}
	header .container > * {
		margin-top: 20px;
	}
	header .container > p.catch {
		width: 60%;
	}
	header .container > h1 > img:nth-child(2) {
		margin-top: 20px;
	}
	header .container > h1 > img:nth-child(3) {
		margin-top: 10px;
	}
	header .balloon {
		bottom: -70px;
		height: 145px;
		line-height: 130px;
	}
	header .balloon::before,
	header .balloon::after {
		width: 482px;
		height: 86px;
	}
	header .balloon::before {
		left: calc(50% - 890px);
	}
	header .balloon::after {
		right: calc(50% - 890px);
	}
  
  /* #sec_01 */
  #sec_01 {
		padding-top: 100px;
	}
	#sec_01 h2 {
		font-size: 3.0rem;
		margin-top: 15px;
	}
	#sec_01 .sns {
		padding: 30px 0 0;
	}
	#sec_01 .sns a + a {
		margin-left: 30px;
	}
	#sec_01 .bg_blue {
		font-size: 4.0rem;
		margin-top: 70px;
	}
  #sec_01 .information {
    padding: 15px 30px 20px;
    font-size: 1.8rem;
  }
  #sec_01 .information h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  #sec_01 .information dl {
    width: 100%;
    max-width: 580px;
  }
  #sec_01 .information dl + p {
    margin-top: 10px;
  }
  #sec_01 .information dl + p span {
    display: inline-block;
    font-size: 2.4rem;
  }
	
	/* #sec_02 */
	#sec_02 {
		background-size: 100% auto;
	}
	#sec_02 .lnav {
    margin-top: -1em;
		padding-bottom: 3em;
	}
	#sec_02 .border-box {
		font-size: 1.8rem;
	}
	#sec_02 .detail-box dt {
		width: 220px;
	}
	#sec_02 .detail-box dd {
		padding-left: 250px;
	}
	#sec_02 .earth {
		background-size: 100% auto;
		padding: 100px 0 80px;
	}
	
	/* #sec_03 */
	#sec_03 .timetable > div + div {
		margin-top: 30px;
	}
	#sec_03 .timetable > div > img {
		width: 88px;
	}
	#sec_03 .timetable > div > img ~ * {
		padding-left: 110px;
	}
	#sec_03 .timetable > div h3 {
		font-size: 2.8rem;
		margin: 20px 0 10px;
	}
	#sec_03 .timetable > div p {
		font-size: 1.8rem;
	}
	#sec_03 .timetable > div:nth-child(2) h3 + p {
    padding-right: 350px;
	}
	#sec_03 .timetable > div:nth-child(4) h3 + p {
    padding-right: 300px;
	}
	#sec_03 .timetable > div .illust {
		float: right;
		padding: 0 20px;
		margin-top: -90px;
	}
	
	/* #sec_04 */
	#sec_04 .schedule {
		font-size: 1.8rem;
	}
	#sec_04 .schedule tr > * {
		padding: 20px 25px;
	}
	
	/* #sec_05 */
	#sec_05 .detail-box dt {
		width: 220px;
	}
	#sec_05 .detail-box dd {
		padding-left: 250px;
		padding-top: 0;
	}
	#sec_05 .detail-box dd .list.dot {
		font-size: 1.8rem;
	}
	#sec_05 .detail-box dd .l_row > *:nth-child(1) {
		width: 58%;
	}
	#sec_05 .detail-box dd .l_row > *:nth-child(2) {
		width: 42%;
		text-align: right;
	}
	#sec_05 .fixedtable tr > td {
		font-size: 1.8rem;
	}
	#sec_05 .border-box {
		margin-top: 60px;
	}
	#sec_05 .border-box h4 {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	
	/* #sec_06 */
	#sec_06 .l_row {
		border-spacing: 10px;
		width: calc(100% + 20px);
		margin: -10px -10px 30px;
	}
	#sec_06 .fixedtable + .txt-center {
		margin-top: 50px;
	}
	#sec_06 .fixedtable + .txt-center > * + * {
		margin-top: 20px;
	}
	
	/* #sec_07 */
	#sec_07 .map {
		padding: 20px 25px;
	}
  
  /* #sec_08 */
  .photobox h3 {
    font-size: 2.0rem;
  }
  .photobox {
    padding: 20px;
    margin-bottom: 20px;
    border-width: 2px;
  }
  .photobox .l_row > li:first-child {
    padding-right: 5px;
  }
  .photobox .l_row > li:last-child {
    padding-left: 5px;
  }
	#sec_08 .photobox:nth-of-type(4) .l_row {
		width: 51.01%;
		margin: auto;
	}

  /* #sec_09 */
  #sec_09 {
    overflow: hidden;
  }
  #sec_09 .photobox .sp_block {
    display: inline-block;
    margin-left: 2em;
  }

  /* footer */
  footer {
    padding: 30px 0;
  }
	footer .l_row {
		width: auto;
		margin: auto;
	}
	footer .l_row > * {
		vertical-align: middle;
	}
	footer h5 > img + img {
		margin-top: 10px;
	}
	footer .l_row > .iso {
		width: 110px;
		padding-left: 30px;
	}
	footer .l_row > .iso img {
		width: 100%;
	}
	footer address {
		padding: 20px 0;
	}
	footer address > p {
		font-size: 2.3rem;
		line-height: 38px;
		display: inline-block;
	}
	footer address > p:nth-child(1) {
		padding: 0 25px;
		border-radius: 19px;
		line-height: 38px;
	}
	footer address > p:nth-child(2) {
		margin-left: 10px;
	}
	footer address > p:nth-child(3) {
		margin-left: 10px;
	}
	footer small {
		font-size: 1.2rem;
	}
	
	

}

/*-----------------------------------------------
スマホ横向き（～896px）
-----------------------------------------------*/
@media screen and (max-width: 896px) and (orientation: landscape) {
	/* header */
	header {
		height: 90vh;
		background-position: center center;
	}
	header .container {
		padding-top: 30px;
	}
	header .container > * {
		margin-top: 10px;
	}
	header .container > p.catch {
		width: 50%;
	}
	header .container > h1 > img:nth-child(1) {
		width: 15%;
	}
	header .container > h1 > img:nth-child(2) {
		width: 60%;
	}
	header .container > h1 > img:nth-child(3) {
		width: 80%;
	}
	header .balloon {
		bottom: -30px;
		height: 60px;
		line-height: 50px;
	}
	header .balloon::before,
	header .balloon::after {
		width: 201px;
		height: 36px;
	}
	header .balloon::before {
		left: calc(50% - 345px);
	}
	header .balloon::after {
		right: calc(50% - 345px);
	}
	header .balloon > img {
		width: auto;
		height: 30px;
	}
	
	/* #sec_01 */
	#sec_01 {
		padding-top: 40px;
	}
	#sec_01 .catch {
		padding: 0 20%;
	}
	#sec_01 h2 {
		font-size: 1.6rem;
		margin-top: 5px;
	}
	#sec_01 .sns {
		padding: 20px 0 0;
	}
	#sec_01 .sns a {
		width: 50px;
	}
	#sec_01 .sns a + a {
		margin-left: 10px;
	}
	#sec_01 .bg_blue {
		font-size: 1.8rem;
		margin: 20px -5% 0;
	}
  #sec_01 .information dl {
    width: 100%;
    max-width: 480px;
  }
	
	/* #sec_08 */
  #sec_08 {
    overflow: hidden;
  }
  .photobox .l_row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .photobox .l_row > li {
    display: table-cell;
    vertical-align: top;
  }
  .photobox .l_row > li:first-child {
    padding-right: 5px;
  }
  .photobox .l_row > li:last-child {
    padding-left: 5px;
  }
  
  /* #sec_09 */
  #sec_09 {
    overflow: hidden;
  }
  
  
}
