﻿body{
	background-color:#ffffff;
	color:#333333;
	font-family:"メイリオ","Hiragino Kaku Gothic Pro",sans-serif;
	margin:0;
	padding:0;
}
p{
	font-size:120%;
	line-height:1.8;
}
p.question {
	cursor: pointer;
	background-color:#f2f1e7;
	padding: 15px;
	font-size:150%;
	margin-top: 25px;
	margin-bottom: 0px;
}
p.question:hover {
	text-decoration: underline;
}
p.answer {
	display: none;
	background: #f2f2f2;
	margin-left: 1em;
	padding: 10px;
	font-size:150%;
	margin-top: 25px;
	margin-bottom: 0px;
}
.migi,.migi2 {
	float:right;
 }
h1{
	font-size:500%;
	margin:0;
}
h2{
	font-size:120%;
	border-bottom:1px dashed #003366;
	border-left:10px solid #003366;
	padding-left:7px;
}
h3{
	padding-left:10px;
	border-left:20px solid #00cccc;
	font-size:120%;
}
H4{
	font-size:180%;
}
H5{
	font-size:120%;
}
footer{
	text-align:center;
}
footer ul{
	background-color:#184499;
	color: #fff;
}
.catch{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#ffffff;
	text-shadow:0 5px 10px #333333;
	font-family: serif;
}
.cartimg{
	position:absolute;
	top: 40%;
	right: 0%;
	overflow: visible;
}

.image_mouseover_1 {
	overflow: visible;
	width: 100%;
	height: 100%;
	}
	.image_mouseover_1 img {
	display: block;
	transition-duration: 0.5s;
	}
	.image_mouseover_1 img:hover {
	transform: scale(1.1,1.1);
	transition-duration: 0.5s;
	}

.fade{
	animation-name:fadeInAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
	position: relative;
  }
  .fadeRight{
	animation-name:fadeRightAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	}

section.btm{
	text-align:center;
	position: relative;
}
section .ue{
	position:absolute;
	bottom: 0%;
	right: 0%;
}
header{
	color:#595757;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

header img{
	float:left;
}
.header-in{
}
.header-in2{
	float:right;
	text-align: right;
	margin-top: 35px;
	margin-bottom: 0px;
	font-size: 120%;
}
.header-in3{
	margin-left:80px;
}
ul{
	list-style-type:none;
	padding-left:0;
	line-height:1.8;
	font-size:140%;
}
section li{
	border-bottom:1px dashed #231815;
	padding-top: 10px;
}
.info_style{
	font-size: 160%;
	color: #184499;	
}
ul time{
	color:#231815;
	padding-left:20px;
	padding-right:20px;
	margin-right:5px;
	font-weight:bold;
}
nav ul{
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	margin:0;
}
nav li{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #595757;
}
nav2 ul{
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	margin:0;
	font-size:110%;
}
nav2 li{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #ffffff;
}
.left_line{
	border-left:1px solid #595757;
}
.left_line2{
	border-left:1px solid #fff;
}
.bg_gray{
	background-color:#595757;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
article{
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

ol li{
	display:inline;
	margin-right:5px;
	font-size:80%;
}
ol{
	padding-left:0;
}
.info_main{
	background-color: #FFF9EB;
	padding-top:30px;
	padding-bottom:30px;
}
.info{
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}
nav a{
	text-decoration:none;
	color:#595757;
}
nav a:hover{
	color:#aaaaaa;
}
nav2 a{
	text-decoration:none;
	color:#ffffff;
}
nav2 a:hover{
	color:#aaaaaa;
}
a img{
	border:0;
}
.bukkenmei{
	display:block;
	font-size:80%;
	color:#666666;
}
.takasa{
	height: 20px;
}
div.koe{
	width:980px;
	line-height: 2.5;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 100px;
}
div.annai{
	width:980px;
	line-height: 1.5;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 100px;
}
div.qa{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 100px;
}
footer{
	clear:both;
}
iframe{
	display:block;
	width: 980px;
	height: 450px;
	margin-left:auto;
	margin-right:auto;
	border: none;
}

/* video */

.video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform: scale(1, 1);
  }


#menu-btn-check {
    display: none;
}

/* 980px以上の場合 */
@media (min-width:980px){
	header div.hamburger-menu {
		display: none;
	}
	.br-sp{
		display: none;
	}
}

/* 979px以下の場合 */
@media(max-width:979px){
nav ul,nav2 ul{
    display: none;
}
.header-in,.header-in2,.cartimg{
    display: none;
}

H4{
	font-size:110%;
}
H5{
	font-size:100%;
}

.header-in{
	height: 65px;
	float:left;
	text-align: right;
	margin-left :50px;
	margin-top: 0px;
}
.bgc{
	background-color: #FFF9EB;
}
.catch{
	top:5px;
	left:5px;
}
.migi2 {
	position: absolute;
	right:0px;
	bottom: 0px;
 }

.info_main{
	background-color: #FFF9EB;
	padding-top:15px;
	padding-bottom:80px;
	position: relative;
}
.info{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	font-size: 90%;
}
div.koe{
	width:90%;
	line-height: 1.5;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	margin-bottom: 20px;
}
div.annai{
	width:90%;
	line-height: 1.5;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 100px;
}
div.qa{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 100px;
}


p.question {
	cursor: pointer;
	background-color:#f2f1e7;
	padding: 10px;
	font-size:110%;
	margin-top: 20px;
	margin-bottom: 0px;
}
p.question:hover {
	text-decoration: underline;
}
p.answer {
	display: none;
	background: #f2f2f2;
	margin-left: 1em;
	padding: 10px;
	font-size:110%;
	margin-top: 20px;
	margin-bottom: 0px;
}
.question img{
	width: 60%;
}

iframe{
	max-width:90%;
	height: 750px;
	border: none;
}
input,textarea{
	width:320px;
}


/*ヘッダー*/
.header-m{
    position: fixed;
    top: 0px;
	left: 0px;
    width: 100%;
	height: 65px;
	z-index: 80;
	background-color: #fff;
}
.header-m-logo{
	margin-left: 60px;
	margin-top: 10px;
}	
.header-m-cartimg{
	position: fixed;
	float: right;
    top: 0px;
	right: 0px;
}

/*パンバーグメニュー*/

.menu-btn {
    position: fixed;
    top: 10px;
    left: 5px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #ffffff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #888888;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}


/*パンバーグメニューここまで*/

}

/* プリント出力 */
@media print{

}