@charset "UTF-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, applet, object, iframe, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	padding: 10px;
	width: 100%;
}
th {
	width: 25%;
}
p {
	line-height: 1.8em;
}
hr {
	margin-bottom: 20px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img {
	width: 100%;
	height: auto;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
article {
	padding: 20px 0px 0px 20px;
}
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}
html {
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.5;
	font-size: 62.5%;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	overflow-x: hidden;
}
a:link, a:hover, a:visited, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #9b0718;
	text-decoration: none;
}
hr.hr_dot {
	border: 0;
	border-bottom: 1px dashed #aaa579;
}
section.first_box {
	margin-top: 30px;
}
section.top_box {
	margin-top: 50px;
}
section.contents_box {
	margin-top: 80px;
}

@media only screen and (max-width: 750px) {
section.top_box {
	margin-top: 30px;
}
section.contents_box {
	margin-top: 30px;
}
}
.iframe_content {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}
.iframe_content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*画像*/
/*オンマウスで大きくなる*/
figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
figure img {
	transition: 0.5s;
}
figure img:hover {
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
/*-------contents　コンテンツ--------*/
#contents {
	padding: 71px 0px 100px 0px;
	max-width: 100%;
}
#contents img {
	width: 100%;
	height: auto;
}
#contents #piece dt {
	float: left;
	width: 50%;
}
#contents #piece dt img {
	padding-bottom: 30px;
	max-width: 95%;
	height: auto;
}
#contents #piece dd {
	padding-left: 50%;
}
#contents #piece dd img {
	padding-top: 20px;
}
@media only screen and (max-width: 960px) {
#contents {
	padding-top: 71px !important;
}
#contents #piece dt {
	float: none;
	width: auto;
}
#contents #piece dt img {
	max-width: 100%;
}
#contents #piece dd {
	padding-top: 20px;
	padding-left: 0%;
}
}
/*横並べ30%*/
#contents #piece_side ul {
	margin-top: 20px;
}
#contents #piece_side li {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#contents #piece_side dt {
	float: left;
	width: 30%;
}
#contents #piece_side dt img {
	max-width: 90%;
	height: auto;
}
#contents #piece_side dd {
	padding-left: 30%;
}
#home {
	max-width: 100%;
}
#home #inner_box {
	max-width: 980px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}


.FDflex {
	width: 980px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between !important;
	margin:0 auto;
}
.FDflex1, .FDflex2 {
	flex-basis:50%;
}
.FDflex1 p {
	padding-right:1.5em;
}
.FDflex img{
	width:450px !important;
	height:auto;
}
@media only screen and (max-width: 960px) {
.FDflex {
	max-width: 100%;
	display:block;
}
.FDflex1, .FDflex2 {
	max-width: 100%;
}
.FDflex1 p {
	padding-right:0;
}
.FDflex img{
	width:100% !important;
	height:auto;
	margin-bottom:18px;
}
}
/*--------footer　フッター------------*/
footer {
	border-top: 1px solid #ccc;
	height: 100%;
	padding-top: 30px;
	margin-top: 50px;
}
footer #copyrigt {
	border-top: 1px solid #ccc;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
footer #copyrigt #copyrigt-inner {
	max-width: 980px;
	margin: 0 auto;
}
@media only screen and (max-width: 750px) {
	footer {
	border-top: 1px solid #fff;
	padding-top: 10px;
}
}
#footer .f_box {
	padding-bottom: 20px;
}
#footer .f_box .list {
	max-width: 980px;
	margin: 0 auto;
}
#footer .f_box .list li {
	margin-right: 5%;
	float: left;
	overflow: hidden;
	width: 30%;
	padding-bottom: 20px;
}
#footer .f_box .list li.last {
	margin-right: 0;
}
#footer .f_box h2{
	font-size: 140%;
	padding-bottom: 10px;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
}
#footer .f_box  h3{
	color: #888;
	font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	padding-bottom: 10px;
}
#footer .f_box .list .menulink li {
	padding: 5px 0px 0px 0px;
	width: 100%;
	float: none;
}
#footer .f_box .list .brandlink li {
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	width: 100%;
	float: none;
}
@media only screen and (max-width: 750px) {
#footer .f_box{
	display: none;
}
}
/*gotop------------------------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 15px;
	font-size: 24px;
}
#page-top a {
	width: 50px;
	height: 50px;
	background: #9b0718;
	text-decoration: none;
	color: #fff;
	padding-top: 3px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
@media only screen and (max-width: 750px) {
	#page-top {;
	bottom: 50px;
}
	#page-top a {
	padding-top: 0px;
}
}
/*googlemap------------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 300px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
}
/*col------------------------------*/

.col {
	padding: 10px;
	border-bottom: solid 1px #ccc;
}
.colfirst {
	margin-top: 30px;
	padding: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.col1 {
	float: left;
	width: 25%;
}
.col1 p {
	font-weight: bold;
}
.col2 {
	padding-left: 25%;
}
.colFD {
	padding: 10px;
	width:100%;
	margin:0 auto 2em auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
}
.colFD dt {
	width: 218px;
	padding:0.5em;
	border-bottom: 1px solid #ccc;
}
.colFD dd {
	width: calc(100% - 218px);
	padding:0.5em;
	border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 960px) {
.colFD {
	width:98%;
	display: block;
	flex-wrap: wrap;
}
.colFD dt {
	width: 98%;
	border-bottom: 1px dotted #ccc;
}
.colFD dd {
width: 98%;
	border-bottom: 1px solid #ccc;
}
}

/*----------------------------------------------------*/
#link_btn {
	margin: 0 auto;
}
#link_btn a {
	color: #9b0718;
}
#link_btn a:hover {
	color: #fff;
}
#link_btn .button {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
#link_btn .button::before, #link_btn .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#link_btn .button, #link_btn .button::before, #link_btn .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#link_btn .button {
	background-color: #fff;
	border-color: #9b0718;
	line-height: 50px;
	border: 2px solid #9b0718;
}
#link_btn .button:hover {
	background-color: #9b0718;
	color: #fff;
}
/*英文字------------------*/
.jp {
	font-size: 90%;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.en {
	font-size: 120%;
	font-family: 'Sorts Mill Goudy', "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*------------------------------------------------------------*/

.clearfix, #home .lyt-top-01 .how-to-enjoy .list, #home .lyt-top-01 .banner .list {
	zoom: 1;
}
.clearfix:after, #home .lyt-top-01 .how-to-enjoy .list:after, #home .lyt-top-01 .banner .list:after {
	content: "";
	display: block;
	clear: both;
}
.mincyo {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}	
.lola{
font-family: "Lora", 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.cl-both {
	clear: both !important;
}
.indent {
	text-indent: -1em !important;
	padding-left: 1em !important;
}
.red {
	color: #ff0000;
}
.link_c a{
	color: #9b0718;
}
.attention {
	color: #9b0718;
}
.bold {
	font-weight: bold !important;
}
.floatL {
	float: left !important;
}
.floatR {
	float: right !important;
}
.txtL {
	text-align: left !important;
}
.txtR {
	text-align: right !important;
}
.txtC {
	text-align: center !important;
}
.fontXL {
	font-size: 124%;
}
.fontL {
	font-size: 108%;
}
.fontS {
	font-size: 93%;
}
.fontXS {
	font-size: 77%;
}
.fontXS2 {
	font-size: 85%;
}
.txt_r {
	text-align: right;
}
.pb5{
	padding-bottom: 10px;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mt1em {
	margin-top: 1em !important;
}



:-moz-any(#tinynav1):before {
 background-color: #fff;
  /* this is necessary for overcome the caret default browser */
  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  z-index: 1;
/* this is necessary for overcome the pseudo element */
}
