@charset "utf-8";

.multidata_price{
	width: 100%;
	text-align: center;
}

.mtd_plc_cap{
	background: #a90000 !important;
	color: #fff;
	font-weight: bold;
}

.mtd_plc_itm{
	background: #ff9999 !important;
	color: #fff;
	font-weight: bold;
}

.mtd_plc_itm2{
	background: #f5e6e6 !important;
	color: #333;
	font-weight: bold;
}

.mtd_plc_itm3{
	color: #333;
	font-weight: bold;
}

@import url(slide.css);

.flow_pdf{
    width: 100%;
    height: auto;
    display: flex;
}

.buy{
	width: 90%;
	margin:0 auto 0.5em 0;
	background: #a90000;
	border: 5px double #fff;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 0.5em;
	display: inline-block;
}

.clear{
	clear: both;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;
	line-height: 22px;
	background: #fff;
	-webkit-text-size-adjust: none;
}

h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 14px; line-height: 22px;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 14px;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;}

a {
	color: #333;
	transition: 0.5s;
}
a:hover {
	color: #ff9999;
	text-decoration: none;
}

a.anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}

#container,#menubar,footer .inner {
	max-width: 1400px;
	margin: 0 auto;
}

#container {
	padding: 0 50px;
}


/*youtube
---------------------------------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 2em 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

header {
	position: relative;
	margin: 0 auto;
	height: 120px;
}

h1{
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	background: #a90000;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


#logo {
	position: absolute;
	padding-left: 0.5em;
	width: 230px;
}

#logo a{
	text-decoration: none;
	color: #a90000;
	line-height: 2;
}


/*TELブロック*/
header address {
	font-style: normal;
	position: absolute;
	right: 2%;
	bottom: 20px;
	text-align: center;
	font-size: 80%;
	text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff;
	font-weight: bold;
	color: #a90000;
}

header address .tel {
	color: #a90000;
	font-size: 250%;
	font-family: fantasy;
	letter-spacing: 0.1em;
}

header address .tel:before{
font-family: "Font Awesome 5 Free";
content: '\f3cd';
font-weight: 900;
margin-right: 0.2em;
}

#menubar {
	position: relative;
	margin: 0 auto 20px;
	height: 75px;
}

#menubar li {
	float: left;
	width: 15.5%;
	line-height: 1.8;
}
#menubar .china li{
	float: left;
	width: 7%;
}
#menubar li a {
	text-decoration: none;display: block;
	text-align: center;
	height: 60px;
	padding-top: 15px;
	color: #fff;
	border-left: 1px dashed #fff;
	border-left: 1px dashed rgba(255,255,255,0.4);
	background: #ff9999;
	font-size: 14px;
}

#menubar li:first-child a {
	border-left: none;
}

#menubar li:last-child a {

}

#menubar li span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.2em;
	opacity: 0.5;
}

#menubar li a:hover, #menubar li.current a {
	background: #a90000;
}

#menubar-s {display: none;}

#menubar_hdr {display: none;}

#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;
	width: 15.5%;
	border-top: 1px solid #fff;
}

#menubar ul.ddmenu li {
	float: none;
	width: 100%;
	line-height: 22px;
}
#menubar ul.ddmenu li a {
	width: 100%;height: auto;font-weight: normal;border-radius: 0 !important;
	border: none;
	border-bottom: 1px solid #fff;
	background: #000;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 10px 0;
}

#menubar ul.ddmenu li a:hover {
	background: #000;
}

body.is-fixed .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}

body.is-fixed header {
	margin-bottom: 95px;
}

body.is-fixed #menubar li:first-child a {
	border-left: none;
}

body.is-fixed #menubar li:last-child a {
}


#contents {
	clear: both;
	padding: 40px 0;
}

.flex-container{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	width: 100%;
	box-sizing: border-box;
	margin: 2em 0;
}

.flex-container2{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0 2em 0;
}


#main {
	float: right;
	width: 75%;
	padding-bottom: 40px;
}

.c1 #main {
	float: none;
	width: auto;
}

#main h2 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	background: #ff9999;
}

#main h2::first-letter {
	border-left: 3px solid #fff;
	padding-left: 15px;
}

#main h3 {
	clear: both;
	padding: 5px 20px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 20px;
}

#main h3::first-letter {
	border-left: 3px solid #ff9999;
	padding-left: 15px;
}

#main p {
	padding: 0px 20px 20px;
}

#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	padding-top: 30px;
}

#sub {
	float: left;
	width: 22%;
	padding-bottom: 40px;
}

.c1 #sub {display: none;}

#sub h2 {
	margin-bottom: 10px;
	font-size: 16px;
}

#sub h2::first-letter {
	border-left: 3px solid #ff9999;
	padding-left: 10px;
}

#sub p {
	line-height: 1.6;
}

#sub .submenu {
	margin-bottom: 20px;
	border-top: solid 1px #e4e4e4;
}

#sub .submenu li {
	border-bottom: solid 1px #e4e4e4;
}
#sub .submenu li a {
	text-decoration: none;display: block;
	padding: 10px 10px 10px 30px;
	background: #fff url(../images/arrow2.png) no-repeat 10px center / 10px;
}

#sub .box1 {
	padding: 15px;
	margin-bottom: 20px;
	background: #f5f5f5;
	border: solid 1px #dbdbdb;
	box-shadow: 0px 0px 1px 1px #fff inset;
}

#sub .box1 .submenu {
	margin-bottom: 0px;
}
#sub .box1 .submenu li a {
	padding: 5px 10px;
	background: #fff;
}

footer {
	clear: both;overflow: hidden;
	border-top: 5px solid #a90000;
	background: #444;
	color: #fff;
	padding-top: 20px;
}

footer .inner {
	padding: 0 50px;
}

footer a, footer a:hover {
	color: #fff;
}

footer h2 {
	font-size: 200%;
	font-family: fantasy;
	text-align: center;
	color: #999999;
	margin-bottom: 0.5em;
}

footer address {
	font-style: normal;
	background: #333;
	border-radius: 10px;
	text-align: center;
	line-height: 1.5;
	padding: 1em;
}

footer address .tel {
	font-size: 40px;
	background: url(../images/icon_tel.png) no-repeat left center / 30px;
	padding-left: 45px;
}

#footermenu {
	clear: both;overflow: hidden;
	font-size: 80%;
	margin-left: -1%;
	padding: 20px 0;
}

#footermenu ul {
	float: left;
	width: 24%;
	margin-left: 1%;
}

#footermenu ul li {
	padding: 0 10px;
}

#footermenu li.title {
	font-weight: bold;
	background: rgba(0,0,0,0.3);
	border-radius: 2px;
}

#footermenu a {
	text-decoration: none;
	opacity: 0.6;
}

#footermenu a:hover {
	opacity: 1;
}

#copyright {
	clear: both;
	text-align: center;
	background: #333;
	color: #fff;
	padding: 20px;
}
#copyright a {text-decoration: none;color: #fff;}


#new dl {
	padding: 0px 20px;
	margin-bottom: 20px;
}

#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
}

#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #ccc;
}

.list {
	overflow: hidden;
	width: calc(79%/3);
	float: left;
	margin: 0 0 20px 2%;
	border: 1px solid #ccc;
	box-shadow: 3px 4px 2px rgba(0,0,0,0.1);
	padding: 2%;
	border-radius: 3px;
}
.list a {
	display: block;text-decoration: none;overflow: hidden;
	margin: -2%;
	padding: 2%;
}

.list a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

.list h4 {
	color: #ff9999;
	font-size: 16px;
	text-align: center;
	height: 2em;
	overflow: hidden;
	margin: 0.5em 0;
}

.list p {
	padding: 0 !important;
	color: #333;
	height: 6em;
	overflow: hidden;
}

.thumbnail {
	width: 70px;
	margin: 5px;
	opacity: 0.7;
}

.thumbnail:hover {
	opacity: 1;
}

.box {
	overflow: hidden;
	border: 3px solid #ff9999;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.box h4 {
	color: #ff9999;
	font-size: 130%;
}

.box p {
	padding: 0 !important;
}

.box .fr,.box .fl {margin-bottom: 0;}

.nav {
	background: #eee;
	padding: 10px 20px;
	margin-bottom: 30px;
	margin-top: -30px;
	border-radius: 10px;
}

.nav li {
	display: inline;
	padding: 0 5px;
}

.nav li::before{
	content: ">";
	padding-right: 12px;
	color: #999;
}

.nav li:first-child::before {
	content: none;
}

.menu {
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
	font-size: 120%;
}

.menu li {
	display: inline;
	border-right: 1px solid #999;
}
.menu li a {
	padding: 10px;
	color: #999;
}

.menu li:first-child {
	border-left: 1px solid #999;
}

.menu li.current a, .menu li a:hover {
	text-decoration: none;
	color: #333;
}

.faq {
	padding: 0px 20px;
}

.faq dt {
	color: #ff9999;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/faq_q.png) no-repeat left top / 30px;
}

.faq dd {
	padding-left: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	background: url(../images/faq_a.png) no-repeat left top / 30px;
}

.ta1 caption {
	border: 1px solid #ccc;
	border-bottom: none;
	text-align: left;
	background: #eee;
	color: #666;
	font-weight: bold;
	padding: 10px;
}

.ta1 th.tamidashi {
	width: auto;
}

.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;
	padding: 10px;
}

.ta1 th {
	width: 140px;
	text-align: center;
}

p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
	border-radius: 3px;
}
#sub p.check {padding: 5px 10px !important;}
p.check a {color: #fff;}

@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}

body .nav-fix-pos-pagetop a {display: none;}

body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	/*
	width: 60px;
	*/
	line-height: 60px;
	bottom: 40px;
	right: 1%;
	background: none;
	color: #a90000;
	animation-name: scroll;
	animation-duration: 1S;
	animation-fill-mode: forwards;
	font-size: 300%;
}

body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	opacity: 0.3;
}

ul.disc {list-style: disc;padding: 0 20px 20px 45px;}
ol {padding: 0 20px 20px 45px;}
#sub ul.disc, #sub ol {padding: 0 0 0 20px;}

.newicon {
	background: #F00;
	color: #FFF;
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

.r {text-align: right;}
.fr {float: right;margin-left: 2%;margin-bottom: 20px;}
.fl {float: left;margin-right: 2%;margin-bottom: 20px;}
.half {width: 48%;}

.header_c{
    text-align: center;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック"; 
    font-weight: 900;
    color: #a90000;
    margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.header_c:before{
  content: url(../images/header_img.png);
  display: inline-block;
  width: 88px;
  height: 75px;
  padding-top: 5px;
  padding-right: 0.5em;
}

@media (min-width: 1451px) {

.header_c{
	font-size: calc(112.5% + 4 * (100vw - 600px) / 400)
}
}  

  // 1,000px以上は、22pxに
@media (min-width: 1000px) {
.header_c{
    font-size: calc(137.5%)
}
}

.sns{
	width: 48%;
    padding: 1%;
    float: left;
    height: 500px;
    overflow: hidden;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 1%;
}


@media screen and (min-width:1451px){

.credit{
	max-width: 120px;
	position: absolute;
	left: 260px;
	top: 30px;
}

.header_c {
    text-align: center;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック";
    font-weight: 900;
    color: #a90000;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    /* align-items: center; */
    position: absolute;
    left: 28vw;
}

.voice_img{
	width: 48%;
	float: left;
	border: 1px solid #cccccc;
	margin: 1%;
}

.voice_l .voice{
	width: 42%;
	float: right;
	border: 1px solid #cccccc;
	overflow-wrap: break-word;
	padding: 1%;
	margin: 1%;
}

.voice_img2{
	width: 48%;
	float: right;
	border: 1px solid #cccccc;
	margin: 1%;
}

.voice_r .voice{
	width: 42%;
	float: left;
	border: 1px solid #cccccc;
	overflow-wrap: break-word;
	padding: 1%;
	margin: 1%;
}

#menubar-s{
	display: none;
}

header address{
	line-height: 1.2;
}

.logo{
	font-size: 250%;
}

.logo_message{
	position: absolute;
	left: 1.5%;
	bottom: 18%;
	font-size: 10px;
	color: #a90000;
	font-weight: bold;
}

.calendar{
	width:100%;
	margin:1em auto 0;
}

}


@media screen and (max-width:1450px){


.credit img{
	width: 90%;
}

.voice_img{
	width: 45%;
	float: left;
	margin: 0 1%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: stretch;
	align-content: stretch;
}

.voice_l .voice{
	width: 42%;
	float: right;
	border: 1px solid #cccccc;
	overflow-wrap: break-word;
	padding: 1%;
	margin: 0 1%;
}

.voice_img2{
	width: 45%;
	float: right;
	margin: 0 1%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: stretch;
	align-content: stretch;
}

.voice_r .voice{
	width: 42%;
	float: left;
	border: 1px solid #cccccc;
	overflow-wrap: break-word;
	padding: 1%;
	margin: 1%;
}

#menubar-s{
	display: none;
}

header address{
	line-height: 1.2;
}

.logo{
	font-size: 250%;
}

body.is-fixed #menubar {
	margin: 0 50px;
}

.header_c{
    text-align: left;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック"; 
    font-weight: 900;
    color: #a90000;
    margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 48%;
	word-break: break-all;
	line-height: 1.5;
}

.logo_message{
	position: absolute;
	left: 1.5%;
	bottom: 18%;
	font-size: 10px;
	color: #a90000;
	font-weight: bold;
}

.sns{
	width: 48%;
    padding: 1%;
    float: left;
    height: 500px;
    overflow: hidden;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 1%;
}

.calendar{
	width:100%;
	margin:1em auto 0;
}

}

@media screen and (min-width:1231px) and (max-width:1450px){

.credit{
	max-width: 120px;
	position: absolute;
	left: 260px;
	top: 35px;
}

.credit img{
	width: 90%;
}

.header_c{
    text-align: left;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック"; 
    font-weight: 900;
    color: #a90000;
    margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	width: 48%;
	word-break: break-all;
	line-height: 1.5;
	font-size: 1.2em;
	position: absolute;
	left:31vw;
}

}

@media screen and (min-width:1001px) and (max-width:1230px){

.credit{
	position: absolute;
	left: 260px;
	top: 35px;
}

.credit img{
	width: 80%;
}

.header_c {
    text-align: left;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック";
    font-weight: 900;
    color: #a90000;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    width: 38%;
    word-break: break-all;
    line-height: 1.5;
    position: absolute;
    left: 37%;
}

}

@media screen and (min-width:901px) and (max-width:1000px){

.credit{
	position: absolute;
	left: 255px;
	top: 35px;
}

.credit img{
	width: 70%;
}

.header_c {
    text-align: left;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック";
    font-weight: 900;
    color: #a90000;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    width: 34%;
    word-break: break-all;
    line-height: 1.5;
    position: absolute;
    left: 39%;
}

}

@media screen and (min-width:701px) and (max-width:900px){

.credit{
	position: absolute;
	left: 50vw;
	top: 35px;
}

.credit img{
	width: 70%;
}

.header_c {
    text-align: left;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック";
    font-weight: 900;
    color: #a90000;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    width: 34%;
    word-break: break-all;
    line-height: 1.5;
    position: absolute;
    left: 39%;
}

header #logo {
	position: static;
    width: 50%;
}

}

@media screen and (min-width:481px) and (max-width:700px){

.credit{
	position: absolute;
	left: 53vw;
	top: 35px;
}

.credit img{
	width: 70%;
}

.header_c {
    text-align: left;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック";
    font-weight: 900;
    color: #a90000;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    width: 34%;
    word-break: break-all;
    line-height: 1.5;
    position: absolute;
    left: 39%;
}

header #logo {
	position: static;
    width: 50%;
    margin-left: 1vw;
}

}

@media screen and (orientation: landscape) and (max-height:500px){

.credit{
	position: absolute;
	left: 53vw;
	top: 35px;
}

.credit img{
	width: 70%;
}

.header_c {
    text-align: left;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック";
    font-weight: 900;
    color: #a90000;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    width: 34%;
    word-break: break-all;
    line-height: 1.5;
    position: absolute;
    left: 39%;
}

header #logo {
	position: static;
    width: 50%;
}

}

@media screen and (max-width:480px){

.credit{
	position: absolute;
	left: 55vw;
	top: 30px;
}

.credit img{
	width: 60%;
}

.header_c {
    text-align: left;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック";
    font-weight: 900;
    color: #a90000;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    width: 34%;
    word-break: break-all;
    line-height: 1.5;
    position: absolute;
    left: 39%;
}

header #logo {
	position: static;
    width: 50%;
    margin-left: 1vw;
}

}

@media screen and (max-width:900px){

.voice_img{
	width: 100%;
	float: none;
	margin: 0 1%;
	height: 100%;
}

.voice_l .voice{
	width: 100%;
	float: none;
	border: 1px solid #cccccc;
	overflow-wrap: break-word;
	padding: 1%;
	margin: 0 1%;
}

.voice_img2{
	width: 100%;
	float: none;
	margin: 0 1%;
	height: 100%;
}

.voice_r .voice{
	width: 100%;
	float: none;
	border: 1px solid #cccccc;
	overflow-wrap: break-word;
	padding: 1%;
	margin: 0 1%;
}

.logo{
	font-size: 250%;
}

#container {
	padding: 0 3%;
}

header {
	position: static;
	height: auto;
	background: none;
	padding: 0 0 10px 0;
	text-align: left;
}


header address {
	position: static;
	position: relative;
	right: 0%;
	bottom: 18%;
	width: 100%;
	text-align: center;
	line-height: 1.2;
}

#logo{
	line-height: 1.1;
	text-align: center;
	display: block;
	width: 100%;
	padding-left:0;
}

.logo_message{
	text-align: center;
	position: relative;
	bottom: 18%;
	font-size: 10px;
	color: #a90000;
	left: 0%;
	display: block;
	width: 100%;
	font-weight: bold;
}

.header_c{
	display: none;
}

.calendar{
	width:48%;
	margin:1em 1% 0;
	float: left;
}

#fsize {
	display: none;
}


@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#menubar-s {
	display: block;
	overflow-y: scroll;
	z-index: 1;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 98%;
	animation-name: menu1;
	animation-duration: 0.5S;
	animation-fill-mode: both;
	background: rgba(255,153,153,0.95);
	padding: 5% 1%;
	height: 100vh;
	z-index: 2;
}

#menubar-s ul{
	padding-bottom: 5em;
}


#menubar-s li a {
	display: block;text-decoration: none;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
}

#menubar-s li a:hover{
	background: rgba(169,0,0,0.7);
}


#menubar-s li a span {
	font-size: 12px;
	margin-left: 20px
}

#menubar {display: none;}

#menubar-s ul.ddmenu li a:hover {
	background: rgba(169,0,0,0.7);
}

.ddmenu{
	visibility: visible !important;
}

.ddmenu li{
	padding: 5px 10px 5px 30px;
}

#menubar_hdr {
	display: block;position: fixed;
	z-index: 999999;
	top: 25px;
	right: 1%;
	border: 1px solid rgb(255,255,255,0.7);
}

#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;
	height: 50px;
}

#menubar_hdr.close {
	background: #a90000 url(../images/icon_menu.png) no-repeat center top/50px;
}

#menubar_hdr.open {
	background: #a90000 url(../images/icon_menu.png) no-repeat center bottom/50px;
}

body.is-fixed header {
	margin-bottom: 0px;
}

#main, #sub {
	float: none;
	width: auto;
	overflow: hidden;
}

.li_img{
	text-align: center !important;
}


#footermenu{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
}


footer .inner {
	padding: 0 3%;
}

footer .half.fr,footer .half.fl {
	float: none;
	margin: 0 0 20px;
	width: 100%;
}

#footermenu ul {
    float: left;
    width: 48%;
    margin-left: 0%;
    margin-bottom: 1em;
}

body.s-n #sub,body.s-n #side {display: none;}

.youtube_bnr{
	text-align: center;
}

.youtube_bnr img{
	width: 50%;
}

}

@media screen and (orientation: landscape) and (max-height:500px){

.voice_img{
	width: 100%;
	float: none;
	border: 1px solid #cccccc;
	margin: 1%;
	height: 100%;
}

.voice_l .voice{
	width: 100%;
	float: none;
	border: 1px solid #cccccc;
	overflow-wrap: break-word;
	padding: 1%;
	margin: 1%;
}

.voice_img2{
	width: 100%;
	float: none;
	border: 1px solid #cccccc;
	margin: 1%;
	height: 100%;
}

.voice_r .voice{
	width: 100%;
	float: none;
	border: 1px solid #cccccc;
	overflow-wrap: break-word;
	padding: 1%;
	margin: 1%;
}

#new dl,#new dt,#new dd{
	line-height: 1.5;
	padding: 0.5em 0;
}

.list figure{
	display: contents;
}


#main p{
	font-size: 16px;
}

#main h3{
	margin-top: 2em !important;
}

.logo{
	font-size: 250%;
}

header address{
	line-height: 1.5;
}

#menubar-s li {
	float: left;
	width: 50%;
}

.youtube_bnr{
	text-align: center;
}

.youtube_bnr img{
	width: 50%;
}

}

@media screen and (max-width:480px){

.list img{
	width: 100% !important;
}

.explanation{
	margin-top: 1em !important;
}

.voice_img{
	width: 98%;
	float: none;
	border: 1px solid #cccccc;
	margin: 1%;
	height: 98%;
}

.voice_l .voice{
	width: 100%;
	float: none;
	border: 1px solid #cccccc;
	overflow-wrap: break-word;
	padding: 1%;
	margin: 1%;
}

.voice_img2{
	width: 98%;
	float: none;
	border: 1px solid #cccccc;
	margin: 1%;
	height: 98%;
}

.voice_r .voice{
	width: 100%;
	float: none;
	border: 1px solid #cccccc;
	overflow-wrap: break-word;
	padding: 1%;
	margin: 1%;
}

#container {
	padding: 0 1% !important;
}

#main h2 {
	padding: 0.5em;
	font-size: 16px !important;
}

#main h3 {
	padding: 0.5em;
	font-size: 16px !important;
}

#new dl,#new dt,#new dd{
	line-height: 1.5;
	padding: 0.5em 0;
}

.list figure{
	display: contents;
}

#main p{
	font-size: 14px;
}

#main h3{
	margin-top: 2em;
}

.logo{
	font-size: 220%;
}

header address{
	line-height: 1.5;
	font-size: 16px;
	color: #a90000;
}

address .tel{
	font-size: 20px !important;
	text-decoration: none !important;
	font-family: impact;
	color: #a90000 !important;
}

h1{
	font-size: 10px;
	text-align: center;
	line-height: 1.3;
	padding: 1% 0;
}

/*
#container, footer {
	font-size: 12px;
}
*/

footer {
	font-size: 12px;
}

.logo_message {
    position: relative;
	text-align: center;
	font-weight: bold;
}

header address .tel {
	font-size: 20px;
	padding-left: 25px;
}

#main section + section {
	padding-top: 20px;
}

.sns {
    width: 98%;
    padding: 3%;
    float: none;
    margin: 1em 0;
}

footer address .tel {
	font-size: 24px;
	background: url(../images/icon_tel.png) no-repeat left center / 20px;
	padding-left: 30px;
}

.list {
	width: auto;
	float: none;
	margin-left : 0;
}
.list figure {
	float: left;
	width: 40%;
	margin-right: 2%;
}

.list h4, .list p {
	height: auto;
}

.youtube_bnr{
	text-align: center;
}

.youtube_bnr{
	text-align: center;
}

.youtube_bnr img{
	width: 100%;
}

}

