@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	background:url("../images/bg.jpg") top center repeat;
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 640px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%; position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 640px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
}


/* bg */
.bg02, .bg04, .bg06{
	background: url("../images/bg.jpg") center repeat;
	padding: 20px 0;
}

.bg01, .bg03, .bg05{
	background:  url("../images/bg01.jpg") center repeat;
	padding: 20px 0;
}

.cloud {
	background: url("../images/cloud.png") top center no-repeat;
	padding: 90px 0 0 ;
}

.half ul {
	background: #fff;
	padding: 0 0 20px;
}

.bg01 .hightlight .font, .bg03 .hightlight .font{
	background: #fffee1;
}

.bg01 .hightlight .font .price, .bg03 .hightlight .font .price{
	padding-bottom: 18px;
}

/* font */

h3{
	color: #1b6781;
}

.titleOdd h2{
	background: url("../images/h2bg01.png") top center no-repeat;
	height: 128px;
	color: #35799c;
	padding: 45px 0 0 ;
}

.titleEven h2{
	background: url("../images/h2bg02.png") top center no-repeat;
	height: 128px;
	color: #feffc8;
	padding: 45px 0 0 ;
}

.bg04 .titleEven h2{
	padding: 40px 0 0;
}

@media screen and ( max-width: 640px ){
	.titleOdd h2, .titleEven h2, .bg04 .titleEven h2{
		padding: 14vw 0 0;
	}
}


.hightlight h3 {
	margin: 8px 8px 16px;
	color: #3c9abc;
}

.subtitle h3{
	color: #35799c;
	border-left: solid 16px #ff9344;
}

.salet{
	font-size: 2.8rem;
	color: #a7212f;
}

.half ul h3{
	color: #35799c;
}


.rectangle .font h4{
	background: #a8212f;
	border-radius: 30px;
	padding: 3px 15px;
	color: #fff;
}

.rectangle .font {
	margin: 10px auto 3px auto;
}

.bg04 h2{
	color: #ecfbff;
}

.titlesp{
	font-size: 60px;
	color: #fff9b4;
}

@media screen and ( max-width: 640px ){
	.titlesp{
		font-size: 2.2rem;
	}
}

/* img */
.hightlight img {
	object-fit: contain;
}

/* bg01 */
.baseline li{
	width: 560px;
    margin: 10px;
    padding: 20px 30px;
}

.baseline .font h4{
	border-bottom: #000000 solid 1px;
	padding: 0 0 10px;
    margin: 0 0 10px;
    line-height: 1.8rem;
}

.baseline .font{
	margin: 0 auto;
    padding: 10px 10px 10px 30px;
    width: 320px;
}

.baseline .font .price:before{
	border-bottom: none;
}

.baseline img{
	width: 180px;
}

.baseline .font p {
	text-align: left;
}

.baseline .price{
	text-align: right;
}

@media screen and ( max-width: 640px ){
	.baseline li{
		width: 46vw;
		margin: 1vw;
		padding: 4vw;
	}
	.baseline .font{
		width: 100%;
    	padding: 0;
    	margin: 0 2vw 2vw;
	}
	.baseline img{
		width: 40vw;
	}
}


/* bg02 */
.bg02box {
	padding: 20px 0 0;
}

/* bg04 */

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

	.bg04-nth2 li:nth-child(odd) img{
		order: 2;
	}

	.bg04-nth2 li:nth-child(odd) h4{
		right: 0;
		left: auto;
	}

	.bg04-nth2 li:nth-child(odd) .font{
		text-align: right;
	}

	.bg04-nth2 li:nth-child(even) .font{
		text-align: left;
	}

	.bg04-nth2 li:nth-child(even) img{
		order: -1;
	}

	.bg04-nth2 li:nth-child(even) h4{
		left: 0;
	}
}

/* bg05 */

.bg05 .keybox{
	background: none;
}
.keyword {
    max-width: 1200px;
    margin: 28px auto 0;
    padding: 65px 10px 0px 10px;
    text-align: center;
}

.keyword div {
    display: flex;
    justify-content: center;
    align-content: center;
	margin: 20px auto;
}

.keyword div div {
    width: 160px;
    height: 130px;
    border-radius: 50%;
    margin: 3%;
    background: url(../images/btn01.jpg) repeat;
    transition: all 0.3s;
    display: grid;
}

.keyword div div:hover {
	border-radius:20px;
}

.keyword div div span {
    color: #fffee1;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 30px;
}

@media screen and (max-width: 768px){
.keyword {
	margin: 0 auto;
	padding: 0;
}
.keyword div {
    flex-wrap: wrap;
}
.keyword div div {
    width: 20vw;
    height: 20vw;
    margin: 0.8vw;
}

.keyword div div span {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.2em;
    line-height: 1.1em;
}
.bg05 .half ul{
	padding: 0;
}
.bg05{
	padding: 20px 0 0 ;
}
}

/* bg06 */
.bg06 .broadwise p {
	margin: 5px auto;
}

.bg06 .broadwise h4 {
	color: #a7212f;
}


/*navigation bar for pc*/
/* Style the navbar */
#navbar {
	/*overflow: hidden;*/
	background:url(../images/bg_menu.jpg) repeat;
	width:100%;
	height:78px;
	z-index: 99;
  }
  	@media screen and ( max-width: 428px ) {
		#navbar{ display:none;} 
		.sticky + .content { padding-top:0px !important;}
	}

.nav_content{
	width:1200px;
	margin:0 auto;
}
  
  /* Navbar links */
  #navbar a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	width:20%;
	font-size:24px;
	/*font-weight: bold;*/
	/* txt */
	color:#f9f0ee;
	border-right:1px solid #c7f2ff;
	height:78px;
	line-height:78px;
  }
  #navbar ul a {
  line-height: 60px;
  }

  #navbar ul a:hover {
	background-color: rgba(255, 255, 255, 0);
  }
  
  #navbar :nth-child(5) a {
	  border-right: 0;
  }
  #navbar .row_05 a {
	border-right:none;
  }
  
  /* Page content */
  .content {
	padding: 0px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
	padding-top: 78px;
  }
  .nav_content img{ transition:all 0.3s;}
  .nav_content img:hover{ transform:translateY(-5px);}




/*for mobile*/
menu{display: none !important;}
	@media screen and ( max-width: 428px ){
		menu{ display: block !important;}
		.deco_arrows{ width:1vw; }

		.icon_sidenav{
			bottom: 12%!important;
		}
	}
menu ul{
	position:fixed;
	bottom:0;
	left:0;
	margin:0;
	width:100%;
	height: 34px;
	display:flex;
	flex-wrap:wrap;
	list-style: none;
	background: url(../images/bg_menu.jpg);
	z-index:1000;
	padding:2px 0;
	border-top:none;
}
menu ul li{
	border-right:1px solid #cec2aa;
	padding:4px;
	width: 20%;
	line-height: 22px;
	box-sizing:border-box;
	text-align:center;
	font-size:13px;
	letter-spacing:1px;
}
menu ul li a{
		font-size:12px;
}
menu ul li:nth-last-child(){
	border-right:none;
}
menu a{
	color:#f9f0ee !important;
	text-decoration:none;

}


/* 版頭 */

.title{
	position: absolute;
	top: 120px;
	right: 10px;
}

.sale02{
	position: absolute;
	top: 360px;
	right: 55px;
}

.book{
	position: absolute;
	top: 520px;
	right: 90px;
}







/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 640px ){
	#gotop {bottom: 8vw;right: 0;margin: 2vw;	}
	}