@charset "utf-8";
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset,figure {
	margin: 0;
	padding: 0;
}

body{font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;}
table{border-collapse:collapse; border:0px;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
img{border:0;}

.T30{margin-top:30px;}
.T60{margin-top:60px;}
.T80{margin-top:80px;}
.img_r{float:right; padding-left:12px;}
.img_c{text-align:center; margin:0 auto;}
strong{font-size:1.05em;}
img{max-width:100%;}

h1,h2,h3,h4{font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;}

h1{background-color:#CCCCCC; text-align:center; background-image:url(../h1_background.jpg); background-color:rgba(255,255,255,0.5); background-blend-mode:lighten; background-position:center; padding:30px 0;}

h1 span.sml{font-size:0.8em;}

.titles{margin: 0;}
h2#title_data img{object-fit:cover;}
.title_pc{display:block;}
.title_sp{display:none;}
@media screen and (max-width:1200px) {
.fluid_container{height:auto;}
h2#title_data img{object-position: center;}
}
@media screen and (max-width:960px) {
.title_pc{display:none;}
.title_sp{display:block;}
h2#title_data img{height:auto; object-fit: contain;}
}


h3{clear:both; font-size:1.4em; background:#333333; color:#FFFFFF; padding:12px 0 12px 22px; margin:100px 0 12px 0; position:relative;}
h3:before{position:absolute;top:12px;left:12px;width:6px;height:60%; vertical-align:middle; content:'';border-radius:3px; background:#999999;}
h4{ font-size:1.4em; margin:0 0 12px; padding:12px 8px 0 0; color:#996600; border:none;}
h5{ font-size:1.2em; margin:12px 0 6px; padding:12px 8px 0 0;}

/*****************/
/*上にもどる*/
/*------------------------------------------*/
/***************/
#pagetop{margin:0; padding:0; line-height:0;}
.page-top {
  position: fixed; z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  right: -80px;
  bottom: calc(5% - 14px);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: #E4007F;
  transition: .2s;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}

.page-top i{
  position: absolute;
  font-size:17px;
  color: #FFF;
  top:6px;
  font-weight:bold;
}

.page-top p{
  margin: 0;
  font-size: 10px;
  bottom:8px;
  position: absolute;
}

button.is-active {
  opacity: 1;
  visibility: visible;
}

button.is-active {
  right: -2px;
}

.fa-arrow-up-long::before {
content: '\f176';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
padding: 0;

}


/**************************************/
/*動画**/
div.movie{ width:80%; margin:0 auto 60px; padding:12px; border:solid #CCCCCC 1px;}
.video-container {
	position: relative;
	padding-bottom: 54%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:560px) {
div.movie{ width:94%;}
}
@media screen and (max-width:360px) {
div.movie{ width:90%;}
}


/**リンクボタン**/
/****拡大して見る****************/
a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
	
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	margin: auto;
	padding:6px 12px;
	color: #333;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

a.btn-radius-solid:after{
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}

/****************************/

/**************************************/




/***ナビ　パンくずリスト*************/
div#Navi{margin:19px 0 0; padding:4px 0; clear:both; padding-top:150px; display:block;}
div#Navi div{width:1200px; margin:0 auto; border-bottom:none;}
div#Navi a{color:#996600;}
div#Navi ul{margin:0; padding:0; display:table; font-size:0.8em;}
div#Navi li{margin:0; display:table-cell; padding:0 4px 0 18px; background:url(../navi_arrow.png) no-repeat left center;}
div#Navi li.home{background:none; padding-left:12px; margin-left:0;}
div#Navi:after{display:block; content:""; clear:both;}

/****セカンドページ*******************************/
div#SecondContents{margin:0 auto 60px; width:1200px;}

div#SecondContents h1{text-align:center;}


/****フッター************/
div#Footer{ clear:both; background-color:#FFFFFF; border-top:1px solid #FBEDC4; margin:20px 0 0 0; padding:12px 0 0; width:100%; min-width:1200px; background-color:#F9F7EE;}
div#FooterFrame{width:1200px; margin:0 auto; padding:0;}
div#FooterFrame p{margin:0; padding:0;}

ul.sns{display:flex; flex-wrap: wrap; gap:24px; margin:12px 0 24px;}

div#FooterMenu{ overflow:hidden; padding:4px 0 4px 0;}
div#FooterFrame a{color:#996600}
div#FooterFrame dl span{display:block;}
div#FooterFrame dl.Footermenu01{ padding:12px 0 12px 0; margin-left:0px; display:flex; flex-wrap: wrap; justify-content: space-between; list-style:none; font-size:0.9em; line-height:1.8em;}
div#FooterFrame dl.Footermenu01 dt{font-weight:normal; background:none; padding:7px 0; margin:0 20px 0 0;}
div#FooterFrame dl.Footermenu01 dt{ width:29%;}

div#FooterMenu div{ border-top:1px dotted #990000; border-bottom:1px dotted #990000; padding:20px 0;}
div#FooterFrame dl.Footermenu02{font-size:0.8em; line-height:1.2em; margin:0 6px 0 12px; float:left;}
div#FooterFrame dl.Footermenu02 dt{font-weight:bold; background:url(../../images/footer_arrow.gif) no-repeat left 13%; padding-left:10px; color:#990000;}
div#FooterFrame dl.Footermenu02 dd{margin:2px 0 9px; padding:0 0 0 6px;}

div#Footer p.copy{ clear:both; color:#E4007F; background-color:#FADCE9; text-align:center; line-height:1; font-size:0.8em; margin:0 auto; padding:8px 0;}


div#FooterFrame dl.Footermenu01 dt a{
	position: relative;
	display: inline-block;
	padding: 0 0 0 14px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
div#FooterFrame dl.Footermenu01 dt a::before,
div#FooterFrame dl.Footermenu01 dt a::after{
	position: absolute;
 top:0.5em;
	content: "";
	vertical-align: middle;
}

div#FooterFrame dl.Footermenu01 dt a::before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #CC9900;
}



@media screen and (max-width:1218px) {
div#Navi div{width:98%;}
div#SecondContents{width:98%;}

/***フッター*******/
div#Footer{ clear:both; margin:20px 0 0 0; padding:0; width:auto; min-width:inherit;}
div#FooterFrame{width:auto; margin:0 auto; padding:12px;}
div#FooterFrame dl.Footermenu02{display:inline-block; float:none; vertical-align:top; margin-bottom:12px;}
}


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

@media screen and (max-width:920px) {
div#Footer p.copy{padding-bottom:280px;}

div#FooterFrame dl.Footermenu01 dt{ width:45%;}

.page-top {bottom: calc(30% - 10px);}
}

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

/****フッター************/
div#FooterFrame dl.Footermenu02{width:45%;}

div#FooterMenu{padding-bottom:0;}
}

@media screen and (max-width:648px) {
.page-top {bottom: calc(25% - 10px);}
}

@media screen and (max-width:560px) {
h1 span{display:block;}
h3{margin-top:50px;}
div#FooterFrame dl.Footermenu01 dt{ width:100%;}

.page-top {bottom: calc(20% - 10px);}
}


@media screen and (max-width:480px) {
div#SecondContents h1 span{display:block;}

div#Navi li{display:inline;}
div#Navi li.home{padding-left:0;}

div#FooterFrame dl.Footermenu01, div#FooterFrame dl.Footermenu02{width:auto;}
div#FooterFrame dl span{display:inline;}
div#FooterFrame dl span.circle:before{content:"・";}

}

@media screen and (max-width:360px) {
div#SecondContents h1 span{display:inline;}

.page-top {bottom: calc(15% - 10px);}

}
