@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, 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 {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul, ol {
	list-style-type: none;
	list-style-position: inside;
}
i {
	padding-right: 0.2em;
}
html {
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 62.5%;
}
body{
	font-size: 1.6rem;
}
img {
	max-width: 100%;
	height: auto;
}
.pc_only {
	display: none;
}
.sm_only {
	display: block;
}
.none {
	display: none;
}
.center {
	text-align: center;
}
.toplogo{
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}
#map {
    margin: 0 auto 40px;
    width: 100%;
}
#page-top {
	position: fixed;
	right: 13px;
	bottom: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
	background: rgba(3,110,184,1);
	text-align: center;
	border-radius: 3px;
	box-shadow: 0px 0px 1px 1px #fff;
}
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow:before, .arrow:after {
	position: absolute;
	top: 8px;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.triangle:before {
	left: 2px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.wrapper {
	width: 95%;
	margin: 0 auto 40px;
}
a {
	color: rgba(3,110,184,1);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.otono_logo {
	text-align: center;
	margin-bottom: 1em;
	width: 100%;
	display: table;
}
.otono_logo p {
	display: table-cell;
	vertical-align: middle;
	line-height: 80px;
}
.otono_logo p a {
	text-decoration: none;
	color: rgba(68,68,68,1.00);
}
.otono_logo p a:hover {
	text-decoration: underline;
}
.otono_logo p a:after {
	display: inline-block;
	content: "　";
	width: 60px;
	background-image: url(img/logo_otono.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.otono_logo img {
	max-width: 60px;
}
h1, h2 ,h3{
	color: rgba(3,110,184,1);
	text-align: center;
	margin-bottom: 1em;
}
.nav {
	padding-top: 0;
}
.nav li {
	text-align: center;
	margin: 1.5rem auto;
}
.nav li a {
	font-size: 1.6rem;
	display: inline-block;
	width: 100%;
	max-width: 560px;
	line-height: 2;
	padding: 0.3em 1em;
	color: #fff;
	background-color:rgba(233,72,41,1.00);
	border-radius: 30px;
	box-shadow: 1px 1px 0px 1px rgba(255,255,255,1);
}
.mejs-container {
	margin-bottom: 1em;
}
.txt_main {
	font-size: 1.5rem;
	margin-bottom: 1em;
	text-align: justify;
}
.spot {
	background-color: rgba(251,223,240,0.5);
	margin-bottom: 2em;
}
footer {
	text-align: center;
	font-size: 1.4rem;
}
footer p {
	margin-bottom: 1em;
}
footer img {
	max-width: 60px;
}
.flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.flex div {
	align-items: center;
	vertical-align: middle;
}
.selectlang {
	line-height: 1.3;
	text-align: center;
	margin-top: 3em;
	margin-bottom: 2.5em;
}
.lang_btn {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 4em;
}
.h2_otono div {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.h2_otono span {
	font-size: 1.6rem;
}
.h2_otono span img {
	max-width: 60px;
}
.btn{
	margin:1em auto;
	width: 80%;
	max-width: 400px;
	line-height:3;
	border-radius: 30px;
	font-size: 1.4rem;
	background-color: rgba(93,130,216,1.00);
	color: #fff;
	display: block;
	text-align: center;
}
.btn:hover{
	opacity: 0.7;
}
.btn a{
	display: inline-block;
	width: 100%;
	color: #fff;
}
.em{
	color:#f00;
	font-size: 1.4rem;
}
.mb_1{
	margin-bottom: 1em;
}
.mb_2{
	margin-bottom: 2em;
}
.triangle:before {
	left: 2px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
a {
	color: rgba(191,0,8,1);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
section {
	padding: 0;
	text-align: justify;
	color: rgba(68,68,68,1.00);
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
h3 {
	font-size: 2.4rem;
	margin-bottom: 0.5em;
}
.mejs-container {
	margin-bottom: 1em;
}
.txt_main {
	margin-bottom: 1em;
}
.spot {
	background-color: rgba(251,223,240,0.5);
	margin-bottom: 2em;
}
.flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.flex div {
	align-items: center;
	vertical-align: middle;
}
.h2_otono div {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.h2_otono span {
	font-size: 1.6rem;
}
.h2_otono span img {
	max-width: 60px;
}
article{
	padding: 10px 0;
	margin-bottom: 30px;
	background: rgb(223,242,252);
}
article h3{
	color: rgba(3,110,184,1);
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.07em;
	margin-bottom: 0.2em;
}
article .comment{
	padding: 5px 20px;
}
@media only screen and (min-width:375px) {
.lang_btn {
	font-size: 1.6rem;
}
}
@media only screen and (min-width:768px) {
.pc_only {
	display: block;
}
.sm_only {
	display: none;
}
}
