@charset "utf-8";
/* Global Styles */

.center {
	text-align: center;
}

.txt_red {
	color: #cc0000;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
}

/*
Blue #00a7eb
Red #ea5532
Green #007e2d
*/
#mainArea h1.black {background-color: #000000;}
#mainArea h1.blue {background-color: #00a7eb;}
#mainArea h1.red {background-color: #ea5532;}
#mainArea h1.green {background-color: #007e2d;}
#mainArea h1.orange {background-color: #ff4400;}

.link_spacer {
	display: block;
	width: 100%;
	height: 64px;
}

br.mobile {display: none;}
br.tablet {display: none;}
br.pc {display: inline;}
br.sns {display: inline;}

.slicknav_menu br.footer, .sub_menu br.footer {display: none;}
#sitemap_box br.footer {display: inline;}

.slicknav_menu br.header, .sub_menu br.header {display: block;}
#sitemap_box br.header {display: none;}

img {vertical-align: bottom;}

a img {transition: 0.3s;}
a:hover img {opacity: 0.7; transition: 0.3s;}
a {color: #008aff; text-decoration: none; transition: 0.3s;}
a:hover {text-decoration: underline; transition: 0.3s;}

.clear_fix {clear: both;}

.bold {font-weight: bold;}
.txt_center {text-align: center; white-space: nowrap;}
.font_120 {font-size: 120%;}
.font_90 {font-size: 90%;}
.font_red {color: #cc0000;}
.correction {text-decoration:line-through;}
.txt_underline {text-decoration:underline;}
.wide_100 {width: 100%!important;}
.wide_80 {width: 80%!important;}
.wide_70 {width: 70%!important;}
.wide_60 {width: 60%!important;}
.wide_50 {width: 50%!important;}
.txt_arrows01 {position: relative; top: 12px; padding: 0 10px 0 15px; }
.txt_arrows02 {position: relative; top: 12px; padding: 0 10px 0 10px; }
.txt_nowrap {white-space: nowrap}
.ribbon_square {border-radius: 0 !important; margin: 0 auto 20px auto!important;}

#mainArea section img.arrows_down {margin: 10px 0; padding: 0;}
#mainArea section img.arrows_down02 {margin: 0;}
#mainArea section img.arrows_down02_end {margin: 0 0 20px 0;}
#mainArea section img.license_card {margin: 10px 0 5px 0; border-radius: 0!important;}

.end_txt {padding: 20px 0;}

.license_card {
	border: #999999 solid;
	border-width: 1px;
	margin: 0 5px;
	border-radius: 0!important;
}

.inquiry {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	display: block;
	padding: 5px;
	margin: 30px auto 20px auto;
	border: #990000 solid;
	border-width: 2px 0;
}

.botom_info_box {
	margin: 0 0 20px 0;
}

body,html {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333333;
}

body.blue {
	background-color: #9cbfee;
	background-image: url(/img/bg_body_blue.png);
}

body.green {
	background-color: #2f5d45;
	background-image: url(/img/bg_body_green.png);
}

/* Header */

header {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #255293;
	height: 100px;
	font-size: 110%;
	background-image: url("/img/bg_nav.png");
	background-repeat: no-repeat;
	background-position: center center;
}

header .global_info {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	overflow: hidden;
}

header .global_info .headder_box {
	float: left;
}

header .global_info .headder_box .logo img {
	float: left;
	display: inline-block;
	width: 80px;
	margin: 5px 10px 0 0;
}

header .global_info .headder_box .info {
	float: left;
	margin: 5px 0 0 0;
	display: inline-block;
}

header .global_info .headder_box span.add {
	font-size: 80%;
	color: #ffffff;
}

header .global_info .sns_icon {
	float: right;
	display: inline-block;text-align: right;
	margin: 10px 0 0 0;
}

header .global_info .sns_icon img {
	margin: 0 0 0 5px;
	height:31px;
}

header .global_info .sns_icon img.voice_btn {
	margin: 5px 0 0 5px;
	width: 175px;
	height: auto;
}

header .global_info .sns_icon img.intern_btn {
	margin: 5px 0 0 5px;
	width: 114px;
	height: auto;
}

#main-nav {
	border: #666666 solid;
	border-width: 0 0 1px 0;
}

#main_slide_box {
	width: 100%;
	position: relative;
}

.nagano_corona {
	display: block;
	position: absolute;
	z-index: 5;
	left: 5%;
	top: 10px;
	width: 200px;
}

.nagano_corona img {
    width: 150px;
    border-radius: 10px;
    margin: 0 0 10px 0;
}

.nagano_corona_mov {
	display: none;
}

.gototravel img {
    width: 200px;
    margin: 10px auto 10px auto!important;
    border-radius: 0!important;
    display: block;
}

#main_slide {
	padding: 0 0 40px 0;
	margin: 0;
	width:100%;
	background-color: #ffffff;
}

#main_slide div img {
	width: 100%;
}

#main_slide div img.half {
	width: 50%;
	display: inline-block!important
}

#mainContent {
	width: 100%;
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
    font-size: 120%;
}

.parallax {
	background-size: 150%;
	position: relative;
}

#mainArea {
	width: 100%;
	text-align: center;
}

#mainArea .index_info {
	padding: 100px 0;
}

#mainArea .index_info h1 {
	line-height: 1em;
	font-size: 120%;
	background-color: #8F0002;
	text-align: center;
	color: #ffffff;
	border-radius: 40px 40px 0 0;
	margin: 0 auto 0 auto;
	padding: 12px 0 8px 0;
	width: 60%;
	border: #8F0002 solid;
	border-width: 3px;
}

#mainArea .index_info .read {
	text-align: center;
	background-color: #ffffff;
	border-radius: 0 0 40px 40px;
	margin: 0 auto;
	padding: 100px 0;
	border: #8F0002 solid;
	border-width: 2px;
	width: 60%;
}

#mainArea .index_info .read span {
	display: inline-block;
}

#mainArea .access_map {
	width: 60%;
	height: 400px;
	border: #000000 solid;
	border-width: 1px;
	margin: 20px auto 0 auto;
	background-color: #ffffff;
	border-radius: 40px;
}

#mainArea .e_access_map {
	width: 60%;
	height: 400px;
	border: #000000 solid;
	border-width: 1px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	border-radius: 0 0 40px 40px;
}

#mainArea .area_access_map {
	width: 100%;
	height: 500px;
	border: #000000 solid;
	border-width: 1px;
	margin: 20px auto;
	background-color: #ffffff;
	border-radius: 20px;
}

/* Footer */
footer {
	text-align: center;
}

.gotop {
	text-align: center;
	padding: 0 0 0 0;
	margin: 0;
	background-image: url(/img/bg_go_top.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.goprev {
	text-align: center;
	padding: 0 50px 0 0;
	margin: 0;
	background-position: bottom;
	background-repeat: repeat-x;
}

.reserv_btn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: auto;
	padding: 5px 50px;
	background-color: #cc0000;
	border: #990000 solid;
	border-width: 2px;
	border-radius: 20px;
	color: #ffffff;
	font-size: 120%;
	cursor: pointer;
	font-weight: bold;
	margin: 0 0 15px 0!important;
	display: inline-block;
}

.reserv_btn:hover {
	text-decoration: none;
}

.submit_btn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 5px;
	background-color: #cc0000;
	border: #990000 solid;
	border-width: 2px;
	border-radius: 40px;
	color: #ffffff;
	font-size: 120%;
	cursor: pointer;
	font-weight: bold;
	margin: 15px;
	width: 200px;
	text-align: center;
}

.reserv_btn:hover,
.submit_btn:hover {
	opacity: 0.5;
}

footer .info {
	background-color: #ffffff;
	padding: 30px 0;
}

footer .name {
	display: block;
	border: #999999 solid;
	border-width: 0 0 2px 0;
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

footer span {
	color: #666666;
	font-size: 80%;
}

#sitemap_box {
	width: 100%;
	padding: 0 0 100px 0;
	background-image: url(/img/bg_sitemap.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#sitemap_box .sitemap {
	width: 1000px;
	display: flex;
	margin: 0 auto;
	padding: 20px;
}

#sitemap_box .sitemap div {
	width: 20%;
	padding: 0 7px;
	margin: 0;
}

#sitemap_box .sitemap div ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}

#sitemap_box .sitemap div ul li {
	padding: 0;
	margin: 0;
	border: #999999 solid;
	border-width: 0 0 1px 0;
	font-size: 90%;
}

#sitemap_box .sitemap div ul li.category {
	padding: 2px 5px;
	margin: 0;
	border: #999999 solid;
	border-width: 0 0 2px 0;
	font-weight: bold;
	font-size: 100%;
}

#sitemap_box .sitemap div ul li a {
	padding: 5px 10px 5px 15px;
	text-decoration: none;
	color: #333333;
	display: block;
	background-image: url(/img/sitemap_arr_off.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: rgba(255,255,255,0.7);
}

#sitemap_box .sitemap div ul li a:hover {
	background-image: url(/img/sitemap_arr_on.png);
	background-color: rgba(255,255,255,1);
}

#sitemap_box .copy {
	font-size: 80%;
	color: #ffffff;
	text-align: center;
	padding: 30px 0 0 0;
}

#english #sitemap_box .copy,
#english #sitemap_box .banner_half{
	display: block!important;
	color: #000000;
}

#sitemap_box .banner_half {
	padding: 20px 0;
	text-align: center;
}

#sitemap_box .banner_half img {
	margin: 5px ;
}

/** 体験 **/
#mainArea section {
	width: 1020px;
	margin: 0 auto 100px auto;
	background-color: #ffffff;
	padding: 30px;
	text-align: center;
	border-radius: 0 0 30px 30px;
}

#mainArea section.winter {
	width: 940px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	padding: 30px;
	text-align: center;
	border-radius: 0;
}

#mainArea section span.price {
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 5px 0;
	width: 100%;
	display: inline-block;
	border: #999999 solid;
	border-width: 1px;
}

#mainArea section span.price_intxt {
	font-weight: bold;
	margin: 10px 0;
	padding: 5px 0;
	width: 100%;
	display: inline-block;
	border: #999999 solid;
	border-width: 1px;
}

#mainArea section .license_price {
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	display: inline-block;
	background-color: #00a7eb;
	color: #ffffff;
	text-align: center;
}

#mainArea h1 {
	font-weight: normal;
	color: #ffffff;
	margin: 0 auto;
	font-size: 160%;
	padding: 20px 0;
	letter-spacing: 0.1em;
}

#mainArea h1.en {
	font-weight: normal;
	color: #ffffff;
	margin: 0 auto;
	font-size: 250%;
	padding: 20px 0;
	line-height: 1em;
}

#mainArea h1.en span {
	font-size: 60%;
}

#mainArea h1.winter {
	font-weight: normal;
	color: #ffffff;
	margin: 0 auto;
	font-size: 160%;
	padding: 20px 0;
	letter-spacing: 0.3em;
	width: 1080px;
}

#mainArea section .read_box {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#mainArea section .read_box02 {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#mainArea section .read_box03 {
	text-align: center;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#mainArea section .read_box04 {
	text-align: center;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#mainArea section .read_box iframe {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 800px;
	height: 600px;
}

#mainArea section table.note {
	border: #999999 solid;
	border-width: 1px 1px 0 0;
	padding: 0;
	margin: 20px auto;
	text-align: left;
    width: 80%;
}

#mainArea section table.note td {
	border: #999999 solid;
	border-width: 0 0 1px 1px;
	padding: 20px 10px;
	vertical-align: middle;
}

#mainArea section table.note td img {
	margin: 0;
}

#mainArea section table.note td .emphasis {
	font-size: 120%;
	font-weight: bolder;
	color: #cc0000;
}

#mainArea section table.note td.center_item {
	text-align: center;
}

#mainArea section table.note02 {
	border: #999999 solid;
	border-width: 0 0 1px 0;
	padding: 0;
	margin: 20px auto;
	text-align: left;
}

#mainArea section table.note02 td {
	border: #999999 solid;
	border-width: 1px 0 0 0;
	padding: 5px 10px;
}

#mainArea section table.note02 td img {
	border-radius: 0;
	margin: 10px 0;
}

#mainArea section table.access_note {
	border: #999999 solid;
	border-width: 1px 1px 0 0;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#mainArea section table.access_note td {
	border: #999999 solid;
	border-width: 0 0 1px 1px;
	padding: 0px 10px 5px 10px;
}

#mainArea section table.access_note td.left {
	background-color: #eeeeee;
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
}

#mainArea section .note03 {
    width: 80%;
}

#mainArea section .note03_bk_title {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 0;
    margin: 50px auto 20px auto;
}

#mainArea section .note03_box {
    padding: 10px 0;
    margin: 0 auto 20px auto;
    text-align: left;
}

#mainArea section .note03_box .sub {
    padding: 0 0 5px 0;
    border: #000000 solid;
    border-width: 0 0 1px 0;
    margin: 0 0 5px 0!important;
    font-weight: bold;
    display: inline-block!important
}

#mainArea section .note03_box span {
    margin: 20px 0 0 0;
    display: block;
}

.cource_box .schedule {
	text-align: center;
}

.cource_box .schedule img.picture {
	width: 175px;
}

.cource_box .schedule img.picture02 {
	width: 350px!important;
}

.cource_box .schedule img.picture03 {
	width: 557px!important;
}

#mainArea h2 {
	background-color: #000000;
	text-align: center;
	padding: 7px 5px 5px 5px;
	font-size: 110%;
	margin: 20px 0 0 0;
	color: #ffffff;
	border-radius: 20px 20px 0 0;
}

#mainArea #contact_form h2 {
	border-radius: 0;
	margin: 0 auto 20px auto;
}

.cource_box h2 {
	margin: 20px 0 10px 0 !important;
	border-radius: 0 !important;
}

.cource_box h3 {
	text-align: center;
	padding: 5px 0;
	font-size: 110%;
	margin: 20px auto 5px auto;
	border: #999999 solid;
	border-width: 1px;
	width: 748px;
}

.cource_box .schedule span {
	text-align: center;
	font-size: 80%;
	display: inline-block;
	vertical-align: top;
	line-height: 1.3em;
}

.cource_box .schedule span img {
	margin: 0 0 5px 0;
	padding: 0;
}

.cource_box .schedule_winter span {
	text-align: center;
	font-size: 80%;
	display: inline-block;
	vertical-align: top;
	line-height: 1.3em;
	position: relative;
}

.cource_box .schedule_winter span.box01 {
	padding: 0;
	width: 163px;
	margin: 0 5px;
}

.cource_box .schedule_winter span.box02 {
	padding: 0;
	width: 163px;
	margin: 0 5px;
}

.cource_box .schedule_winter span.box01 img,
.cource_box .schedule_winter span.box02 img {
    width: 100%;
}

#mainArea ul {
	padding: 5px 0 0 0;
	text-align: left;
	display: inline-block;
	margin: 0 auto;
}

#mainArea ul li {
	padding: 0 0 5px 0;
	margin: 0 0 0 1.5em;;
}

ul#notes {
	padding:0;
	margin:0;
}

ul#notes li {
	list-style-type:none;
	position: relative;
}

ul#notes li span {
	position: absolute;
	left: -1.5em;
}

ul#notes li img {
	margin: 10px 10px 10px 0;
}

ul#notes li p {
	margin: 20px auto 5px auto;
}


#mainArea ul.link_list {
	padding: 0;
	text-align: left;
	display: block;
	width: 80%;
	border: #999999 solid;
	border-width: 1px 0 0 0;
	margin: 20px auto 30px auto;
	list-style: none;
}

#mainArea ul.link_list li {
	margin: 0;
	padding: 10px 0;
	border: #999999 solid;
	border-width: 0 0 1px 0;
}

#mainArea ul.link_list li img {
	float: left;
	vertical-align: middle;
	margin: 0 10px 0 0;
	border-radius: 0;
	width: 100px;
}


.cont_box img {
	margin: 0 0 20px 0;
	border-radius: 0 0 20px 20px;
}


.cont_box img.picture,
img.img_round{
	width: 100%;
}

img.img_round {
	margin: 0 0 20px 0;
	border-radius: 20px !important;
}

.cont_box img.head_square {
	margin: 0 0 20px 0;
	border-radius: 0 !important;
}

.google_calendar {
	width: 80%;
	height: 500px
}


#mainArea section .staff {
	width: 70%;
	overflow: hidden;
	border: #999999 solid;
	border-width: 1px;
	text-align: left;
	margin: 0 auto 30px auto;
}

#mainArea section .staff img {
	float: left;
	border-radius: 0;
	margin: 0 15px 0 0;
	overflow: hidden;
}

#mainArea section .staff .name_box {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 10px 0 0
}

#mainArea section .staff .name_box span {
	font-size: 120%;
}

#mainArea section .staff ul {
	float: left;
	padding: 15px 0 15px 0.5em;
	margin: 0;
	display: inline-block;
	width: 80%;
}

#mainArea section .staff ul li {
	padding: 0;
	margin: 0;
}


#mainArea section .policy_box01 {
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#mainArea section .policy_box01 img {
	width: 48%;
	float: left;
	margin: 0 2% 20px 0;
}

#mainArea section .policy_box01 iframe {
	width: 360px;
	height: 203px;
	float: left;
	margin: 0 2% 20px 0;
}

.top_youtube {
	text-align: center;
}

.top_youtube iframe {
	width: 300px;
	height: 160px;
	margin: 20px 5px 0 5px;
}

#mainArea section .policy_box01 div {
	width: 50%;
	float: left;
	margin: 0 0 20px 0;
}

#mainArea section .policy_box01 ul {
	padding: 0.2em 0 20px 0 ;
	margin: 0;
}

#mainArea section .policy_box01 ul li {
	padding: 0 0 0.2em 0;
	margin: 0 0 0 1.5em;
}

#mainArea section table.reserv_note {
	border: #999999 solid;
	border-width: 1px 1px 0 0;
	padding: 0;
	margin: 20px auto;
	text-align: left;
}

#mainArea section table.reserv_note input,
#mainArea section table.reserv_note select {
	font-size: 100%;
	padding: 2px 5px 7px 5px;
	margin: 2px 5px;
	border:#cccccc solid 1px;
}

input.name {width: 70%;}
input.mail,
input.add,
input.association {width: 90%;}
input.tel {width: 50%;}
textarea.message {width: 100%; margin: 10px auto 0 auto; border:#cccccc solid 1px;}


#mainArea section table.reserv_note sup {
	color: #cc0000;
}

#mainArea section table.reserv_note td.left sup {
	font-size: 80%;
	padding: 0 0 0 5px;
}

#mainArea section table.reserv_note span {
	font-size: 90%;
}

#mainArea section table.reserv_note td {
	border: #999999 solid;
	border-width: 0 0 1px 1px;
	padding: 5px 10px;
}

#mainArea section table.reserv_note table {
	border: 0;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#mainArea section table.reserv_note table td {
	border: 0;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

ul.asterisk {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
	display: block!important;
}

ul.asterisk li:before {
  content: "※";
	margin-left: -1em;
}

ul.asterisk02 {
	list-style: none;
	margin: 0;
	padding: 0 ;
	font-size: 100%;
}

ul.asterisk02 li:before {
  content: "＊";
	margin-left: -1em;
	color: #cc0000;
}


#mainArea section .license_introduction {
	border-radius: 0 0 20px 22px;
	background-color: #000000;
	border: #000000 solid;
	border-width: 0 2px 0 0;
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	text-align: left;
}

#mainArea section .license_introduction img.course_top {
	margin: 0 0% 0 3%;
	border-radius: 20px;
	float: left;
	overflow: hidden;
	width: 30%;
}

#mainArea section .license_introduction img {
	width: auto;
	border-radius: 0;
}

#mainArea section .license_introduction .license_point {
	float: left;
	width: 60%;
}


#mainArea section .license_introduction span {
	color: #59caf8;
	font-weight: bold;
	padding: 0 30px 0 0;
	display: inline-block;
}

#mainArea section .license_introduction div {
	padding: 10px 20px 30px 30px;
	color: #ffffff;
}

#mainArea section .license_introduction div.dl_pdf,
#mainArea section .license_introduction div.license_txt {
	padding: 0 0 10px 0;
	color: #ffffff;
}

#mainArea section .license_box {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

#mainArea section .license_box .in_box {
	display: inline-block;
	vertical-align: top;
	font-size: 90%;
	margin: 0 2px;
	text-align: left;
}

#mainArea section .w175 .in_box {
	width: 175px;
}

#mainArea section .w240 .in_box {
	width: 240px;
}

#mainArea section .license_box .in_box img {
	border-radius: 0;
	margin: 1px 0 5px 0;
	padding: 0;
	width: 100%;
}

#mainArea section .license_box .in_box div {
	background-color: #dddddd;
	padding: 5px;
	text-align: center;
}

#mainArea section .w175 .in_box_ar img {
	border-radius: 0;
	margin: 20px 0 0 0;
	padding: 0;
	vertical-align: top;
	overflow: hidden;
}

#mainArea section .w240 .in_box_ar img {
	border-radius: 0;
	margin: 45px 0 0 0;
	padding: 0;
	vertical-align: top;
	overflow: hidden;
}

.in_box_ar_mobile {
	display: none;
}

	#mainArea section .schedule span.in_box_ar_mobile {
		display: none;
	}
	

#mainArea section h2.more_up {
	background-color: #cc0000;
	border-radius: 0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}

#mainArea section .area_root {
	text-align: center;
}

#mainArea section .area_root div {
	width: 306px;
	float: left;
	text-align: left;
	margin: 0 11px 0 0;
}

#mainArea section .area_root .end {
	margin: 0;
}

#mainArea section .area_root div span {
	text-align: center;
	display: block;
	background-color: #dddddd;
	border: #999999 solid;
	border-width: 1px 1px 0 1px;
	padding: 5px 0;
	margin: 5px 0 0 0;
}

#mainArea section .area_approach img {
	border-radius: 0;
	margin: 0 0 5px 0;
}



#mainArea section .area_approach div {
	width: 465px;
	float: left;
	text-align: left;
	margin: 0 10px 10px 0;
}

#mainArea section .area_approach .end {
	margin: 0 0 10px 0;
}

#mainArea section .area_approach div span {
	text-align: center;
	display: block;
	background-color: #dddddd;
	border: #999999 solid;
	border-width: 1px 1px 0 1px;
	padding: 5px 0;
	margin: 5px 0 0 0;
}

#mainArea section .area_root img {
	border-radius: 0;
	margin: 0 0 5px 0;
}

#mainArea section .area_read {
	text-align: center;
	border: #999999 solid;
	border-width: 0 1px;
	background-color: #dddddd;
	padding: 15px;
}



.bg_index {background-image: url(/img/bg_m_index.jpg); }
.bg_beginners {background-image: url(/img/bg_m_beginners.png);}
.bg_course {background-image: url(/img/bg_m_course.png);}
.bg_winter {background-image: url(/img/bg_m_winter.png);}
.bg_campaign {background-image: url(/img/bg_m_campaign.png);}
.bg_kids {background-image: url(/img/bg_m_kids.png);}
.bg_senior {background-image: url(/img/bg_m_senior.png);}
.bg_area {background-image: url(/img/bg_m_area.png);}
.bg_contact {background-image: url(/img/bg_m_contact.png);}

.youyube_frame {
	width: 465px;
	height: 262px;
	border: 0;
	margin: 5px auto 10px auto;
}

.beginner_course {
	width: 560px;
	margin: 0 auto 20px auto;
	text-align: left;
}

.beginner_course iframe {
	width: 560px;
	height: 315px;
	margin: 0 auto 10px auto;
	border: 0;
}

section#thanks_box {
	background-color: rgba(255,255,255,0);
}

#thanks_box .block01 {
	background-color: rgba(255,255,255,1);
	padding: 20px 20px 0 20px;
	display: inline-block; margin: 20px;
	border-radius: 20px;
}

#thanks_box .block02 {
	background-color: rgba(255,255,255,1);
	padding: 20px;
	display: inline-block; margin: 20px;
	border-radius: 20px;
}

.voice_box {
	padding: 30px 0 30px 0;
}


.voice_box .go_top {
	padding: 0 0 50px 0;
}


.voice_box .go_top img {
	width: auto;
}

#english .read {
	text-align: left;
}

#english h1, #english h2, #english h3 {
	font-family: 'Lora', serif;
	letter-spacing: 0.1em;
	font-weight: normal!important;
}

#english #sitemap_box .sitemap div ul.sitemap li {
	border-width: 0;
}

#english #sitemap_box {
	text-align: center;
}

#english #sitemap_box div {
	width: auto!important;
	display: inline-block!important;
}

#english #sitemap_box div .sitemap {
	width: auto!important;
	display: inline-block!important;
}

.virus {
	border: #333333 solid;
	border-width: 1px;
	padding: 10px;
	width: 80%;
	margin: 0 auto;
	text-align: center!important
}

.virus_box {
	display: block;
	text-align: left;
	margin: 20px auto 0 auto;
	width: 80%;
}

.virus_box ul {
	margin: 0 0 0 1em;
	padding: 0;
}

.virus_box br {
	display: block!important;
}

.virus_box_school {
	display: block!important;
	text-align: center!important;
}

.btn_hf2021 {
    display: block;
    width: 60%!important;
    font-size: 120%;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    margin: 50px auto;
    color: #cc0000;
    border:  #cc0000 solid;
    border-width: 2px;
    border-radius: 10px;
}

.btn_hf2021 br.pc {
    display: none;
}

.btn_hf2021:hover {
    background-color: #FFee99;
    text-decoration: none;
}

.youtube_100 {
    width: 80%;
    margin: 0 auto;
}

.youtube {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.vf_news {
    margin: 50px auto 0 auto;
    width: 80%;
    text-align: left;
    border: #000000 solid;
    border-width: 0 0 2px 0;
    padding: 0 0 1em 0;
}

.vf_news .title{
    text-align: center;
    padding: 0.5em;
    margin: 0 auto 1em auto;
    font-weight: bold;
    border: #000000 solid;
    border-width: 2px 0 2px 0;
}

.vf_news ul {
    list-style: none;
    padding: 5px 0 0 0!important;
    margin: 0;
}

.vf_news ul li {
    position: relative;
    padding: 0 0 5px 0!important;
    margin: 0 0 0 1em!important;
}

.vf_news a {
    vertical-align: middle;
    display: inline-block;
}

.vf_news img {
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: -1em;
    padding: 0;
    top: 11px;
}

.chooseBox a.halfBox {
	width: calc(50% - 20px);
	display: inline-block;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	color: #000000;
	text-decoration: none;
}

.chooseBox a.halfBox:hover {
	text-decoration: underline;
}

.blue_title {
	padding: 5px;
	text-align: center;
	background-color: #255293;
	color: #ffffff;
}

.osusume {
	margin: 20px 0;
}

.chooseBox a.halfBox img {
	width: 100%;
	margin: 10px 0;
	border-radius: 300px;
}

.chooseBox a.halfBox:hover img {
	border-radius: 20px;
	opacity: 1;
}

.mo_br {
	display: none;
}

.top_tabela {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 0 0!important;
}

.top_tabela table {
	border: #999999 solid;
	border-width: 1px 1px 0 0;
	margin: 5px auto 0px auto;
}

.top_tabela table td {
	border: #999999 solid;
	border-width: 0 0 1px 1px;
	padding: 5px 10px;
}

.top_tabela table td.item {
	text-align: center;
}

.top_tabela table td br {
	display: none!important;
}

.yr30 {
    width: 300px;
    padding: 20px 0;
}

.info_banner {
	text-align: center;
	margin: 20px auto 0 auto;
}

.info_banner img {
	border-radius: 0;
	width: 500px;
}

.top_schedule {
	margin: 0 auto 50px auto;
}

.top_schedule table {
	border: #cccccc solid;
	border-width: 1px 0 0 1px;
	margin: 20px auto;
}

.top_schedule table td {
	border: #cccccc solid;
	border-width: 0 1px 1px 0;
	padding: 5px 20px;
	text-align: left;
}

/*2025年01月追加／ミニスライダー*/
    .minislide {
        width: 175px;
        height: 130px;
        position: relative;
        overflow: hidden;
		margin: 0 0 5px 0;
    }

    .minislide img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .minislide img:first-child {
        display: block;
    }

.tandem {
	text-align: left;
	margin: 20px auto 0 auto;
}

.tandem .txt_red {
	font-size: 24px;
	font-weight: bold;
}

.tandem img {
	display: inline-block;
	float: right;
	margin: 0 0 20px 20px;
	width: 50%;
	height: auto;
}

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (min-width : 1px) and (max-width : 1440px) {
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
.index_info,
#mainContent {
    font-size: 100%;
}  
}


/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (min-width : 1px) and (max-width : 1000px) {
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
	
	#sitemap_box br.footer {display: none;}

	header {
		height: auto;
	}
	
	header .global_info {
		padding: 0;
	}
	
	header .global_info .headder_box {
		display: none;
	}

	header .global_info .sns_icon {
		float: none;
		display: block;
		text-align: center;
		margin: 10px;
	}
	
	br.sns {display: none;}
	
	header .global_info,
	#mainArea h1.winter {
		width: 100%;
	}
	
	#sitemap_box {
		padding: 0 0 20px 0;
	}
	
	#sitemap_box .sitemap {
		width: 90%;
	}
	
	#sitemap_box .copy {
		padding: 0 0 0 0;
	}
	
	#mainArea .index_info h1,
	#mainArea .access_map,
	#mainArea .e_access_map {
		width: 90%;
	}
	
	#mainArea .index_info h1 {
	border-radius: 20px 20px 0 0;
}

#mainArea .index_info .read {
	border-radius: 0 0 20px 20px;
	padding: 0 !important ;
	width: 90%;
}
	#mainArea .index_info .read span {
        width: 100%;
		padding: 20px 0;
	}

#mainArea .access_map {
	border-radius: 20px;
}

	#mainArea section {
	width: calc(80% - 60px);
	padding: 30px;
}

	#mainArea section.winter {
	width: 80%;
	}
	
	.cource_box h3 {
		width: 80%;
	}
	
h1 {
	letter-spacing: 1em;
	}
	
	section img.picture {
		width: 100%;
		border-radius: 0;
	}
	
	#mainArea h2 {
		border-radius: 0;
	}
	
	.dl_pdf {
		text-align: center;
		margin: 20px 0 30px 0;
	}
	
	.dl_pdf .ribbon_square {
		display: none;
	}
	
	.course_top {
		margin: 0 0 0 10px;
	}
	
	#mainArea section .license_introduction {
	border-radius: 0 0 20px 22px;
	background-color: #000000;
	border: #000000 solid;
	border-width: 0 2px 0 0;
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	text-align: left;
}

#mainArea section .license_introduction img.course_top {
	margin: 0 0 0 3%;
	border-radius: 20px;
	float: left;
	overflow: hidden;
	width: 30%;
}

#mainArea section .license_introduction img {
	width: auto;
	border-radius: 0;
}

#mainArea section .license_introduction .license_point {
	float: left;
	width: 60%;
}


#mainArea section .license_introduction span {
	color: #59caf8;
	font-weight: bold;
	padding: 0 30px 0 0;
	display: inline-block;
}

#mainArea section .license_introduction div {
	padding: 10px 20px 30px 30px;
	color: #ffffff;
}

#mainArea section .license_introduction div.dl_pdf,
#mainArea section .license_introduction div.license_txt {
	padding: 0 0 10px 0;
	color: #ffffff;
	width: 90%;
}
	
	img.img_round {
		width: 100%!important;
	}
	
	#mainArea section .staff ul {
		width: 70%;
	}
	
	#mainArea section .policy_box01 div {
		width: 95%;
	}
	
	input.tel {width: 70%;}
	
	br.tablet {
		display: inline;
	}
	
	.name_e {
		font-size: 70%!important;
	}
	
	.voice_box {
	width: 100%;
	}
	
	.voice_box img {
		width: 100%;
	}

.nagano_corona {
	width: 20%;
	height: auto;
}

.top_tabela table td br {
	display: inline;
}

header .global_info .sns_icon img.voice_btn,
header .global_info .sns_icon img.intern_btn {
	margin: 5px 0 0 5px;
	width: auto;
	height: 31px;
}

	header .global_info .sns_icon br.sns {
		display: none;
	}

}

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (min-width : 1px) and (max-width : 768px) {
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */

	br.sns {display: inline;}
	
	header .global_info .sns_icon {
		float: none;
		display: block;
		text-align: center;
		margin: 5px 0 7px 0;
	}
	
	#mainArea h1 {
		letter-spacing: 0em!important;
	}
	
	br.pc {display: none;}
	
	#sitemap_box .sitemap {
		display: none;
	}
	
	#mainArea .index_info {
	padding: 30px 0;
	}

	#sitemap_box .banner_half {
	padding: 20px 0;
	text-align: center;
	}
	
	#sitemap_box .banner_half img {
	margin: 5px ;
	width: 45%;
	}
	
	footer .info {
	padding: 30px 0 10px 0;
	}

	#mainArea .index_info .read,
	#mainArea section .read {
		text-align: left;
		padding: 0 20px;
	}
	
	#mainArea .index_info .read .pc_br {
		display: block;
	}
    
    #mainArea .index_info .read br {
        display: none;
    }
    
    #mainArea .index_info .read .indexBlogList br {
        display: inline;
    }
	
	#mainArea section {
	width: 90%;
	padding: 30px 0;
}
	#mainArea section#calender {
	width: 90%;
	padding: 30px;
}

	
#mainArea section .license_introduction .license_point {
	float: left;
	width: 90%;
}


#mainArea section .license_introduction span {
	color: #59caf8;
	font-weight: bold;
	padding: 0 30px 0 0;
	display: inline-block;
}

#mainArea section .license_introduction div {
	padding: 10px 20px 30px 20px;
	color: #ffffff;
		text-align: left;
}

#mainArea section .license_introduction div.dl_pdf,
#mainArea section .license_introduction div.license_txt {
	padding: 0 0 10px 0;
	color: #ffffff;
	width: 100%;
}


	#mainArea section .license_introduction {
		text-align: center;
	}
	
	#mainArea section .license_introduction img.course_top {
	float: none;
	width: 80%;
		margin: 0 auto 20px auto;
	}
	
	.beginner_course {
	width: 80%;
	margin: 0 auto 20px auto;
	text-align: left;
	}

	.beginner_course iframe {
	width: 100%;
	height: 200px;
	margin: 0 auto 10px auto;
	border: 0;
	}
	
	.youyube_frame {
	width: 100%;
	height: calc((90vw -  60px) * 0.5625);
	border: 0;
	margin: 5px auto 0 auto;
	}
	
	.in_box_ar {
	display: none;
	}
	
	.in_box_ar_mobile {
	display: block;
		margin: 10px 0 20px 0;
	}
	
	#mainArea section .w175 .in_box,
	#mainArea section .w240 .in_box {
	width: 80%;
	display: block;
	margin: 0 auto;
	}
	
	#mainArea section .schedule .in_box span {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 0!important;
	}
	
	#mainArea section .schedule .in_box span img.schedule_picture {
		width: 100%!important;
		margin: 0 0 10px 0;
	}
	
	#mainArea section .schedule .in_box span.in_box_ar_mobile {
	display: block;
		margin: 10px 0 20px 0;
	}
	
	#mainArea section .schedule span {
		width: 70%;
	}
	
	#mainArea section .schedule span.schedule span img.picture {
		width: 100%;
	}
	
	.cource_box .schedule img.picture {
	width: 100%;
}
		.cource_box .schedule img.picture02 {
	width: 100%!important;
}
		.cource_box .schedule img.picture03{
	width: 100%!important;
}
	
	#mainArea section .schedule span.in_box_ar {
		display: none;
	}
	
	#mainArea section .schedule span.in_box_ar_mobile {
		display: block;
		width: 100%;
	}
	
	img.img_round {
		width: 95%!important;
	}
	
	.reserv_btn {
	padding: 5px 20px;
	}
	
	footer .name {
	display: block;
	border-width: 0 ;
	font-size: 100%;
	font-weight: bold;
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #000000;
		color: #ffffff;
	}
	
	table {
		width: 90%;
	}
	table tr td {
		display: block;
		padding: 10px 20px!important;
	}
	table tr td.txt_center {
		background-color: #cccccc;
	}
	
	table.wide_80 {
		width: 90%!important;
	}
	
	#mainArea section span.price {
		width: 90%;
	}
	
	#mainArea .area_access_map,
	#mainArea .e_area_access_map{
	width: 90%;
	height: 300px;
	}
	
	#mainArea section .staff .name_box {
	height: 123px;
	}
	
	#mainArea section .staff ul {
	float: left;
	padding: 15px 4em 15px 2em;
	margin: 0;
	display: inline-block;
	width: 85%;
	}
	
	#mainArea section .read_box03 {
	text-align: left;
		width: 80%;
	}
	
	#mainArea section .area_read {
		text-align: left;
	}
	
	#mainArea section .area_root {
		text-align: center!important;
	}
	#mainArea section .area_root div,
		#mainArea section .area_root div.end {
		float: none;
		margin: 0 auto;
	}
	
	#mainArea section .area_approach {
		text-align: center;
	}
	
	#mainArea section .area_approach div,
	#mainArea section .area_approach div.end {
	width: 90%;
	margin: 20px auto 0 auto;
	float: none;
	}
	
	#mainArea section .policy_box01 iframe {
	width: 100%;
	}

.top_youtube iframe {
	width: 100%;
}
	
	.google_calendar {
	width: 80%;
	height: 300px
}
	input.name {width:90%;}
	input.mail,
	input.add,
	input.association {width: 90%;}
	input.tel {width: 85%;}
	textarea.message {width: 100%;}
	
	.txt_center {white-space: normal;}
	
	.submit_btn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 5px;
	background-color: #cc0000;
	border: #990000 solid;
	border-width: 2px;
	border-radius: 40px;
	color: #ffffff;
	font-size: 120%;
	cursor: pointer;
	font-weight: bold;
	margin: 10px 0 0 0;
	}

	
	#english #sitemap_box div .sitemap {
	display: none!important;
}
	
.nagano_corona {
	display: none;
}
	
	.nagano_corona_mov {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	
	.nagano_corona_mov br {
		display: none;
	}
	
	.nagano_corona_mov img {
		width: 200px;
		margin: 0 auto;
	}
	
	.chooseBox span {
		font-size: 90%!important;
		line-height: 1.3em;
		display: block;
	}

.top_tabela {
	width: 100%!important;
	text-align: center;
}

.top_tabela table td.item {
	background-color: #dedede;
}

.top_tabela table td br {
	display: none;
}

.virus {
	width: calc(100% - 20px);
}

.info_banner img {
	width: 100%;
}
	
	.top_schedule table {
		width: 100%;
	}

.top_schedule table td {
	border: #cccccc solid;
	border-width: 0 1px 1px 0;
	padding: 0 20px 5px 20px!important;
	text-align: center;
}

.top_schedule table td.title {
	border: #cccccc solid;
	border-width: 0 1px 0 0;
	padding: 5px 20px 0 20px!important;
}



/*2025年01月追加／ミニスライダー*/
    .minislide {
        width: 100%;
        height: calc(100vw * 0.44);
        position: relative;
        overflow: hidden;
		margin: 0 0 5px 0;
    }

    .minislide img {
        width: 100%;
        height: calc(100vw * 0.44);
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

.tandem img {
	float: none;
	margin: 0 0 20px 0;
	width: 100%;
}
	
}


	/* ------------------------------------------------------ */
/* Media Query for Mobile */
@media only screen and (max-width : 780px) {
/* ------------------------------------------------------ */

	.youyube_frame {
	width: 90%;
	height: calc((90vw -  80px) * 0.5625);
	border: 0;
	margin: 5px 20px 0 20px;
	}
	
	.index_info .youyube_frame {
		width: calc(100% - 40px);
	}
}

/* ------------------------------------------------------ */
/* Media Query for Mobile */
@media only screen and (max-width : 500px) {
/* ------------------------------------------------------ */


body,html {
	font-size: 95%;
}

.mo_br {
	display: inline;
}


	.nagano_corona_mov img {
		width: 50%;
	}

	br.mobile {
		display: inline;
	}
	
.index_info .read .mobile {
	display: block!important;
}

    #mainArea section .note03_box .sub {
        width: 100%;
    }

.btn_hf2021 {
    width: 70%!important;
}

.btn_hf2021 br.pc {
    display: inline;
}


.youtube_100 {
    width: 100%;
    margin: 0 auto;
}
	
	#mainArea .index_info .read br {
		display: none;
	}
    
.vf_news img {
    top: 7px;
}
	
.top_tabela table td br {
	display: inline!important;
}

.yr30 {
    width: 60%;
}

header .global_info .sns_icon img {
	margin: 0 2.5px!important;
	width: auto!important;
	height: 20px!important;
	vertical-align: middle;
}

}

/* ------------------------------------------------------ */
/* Media Query for Mobile */
@media only screen and (max-width : 320px) {
/* ------------------------------------------------------ */
	header .global_info .sns_icon img {
	height: 17px!important;
}
}
