body {
	color: #3d1c0b;
	margin: 0;
	padding: 0;
	/*background: url(img/bg_index.gif);*/
}
.hd {
	position: relative;
	width: 100%;
	background: #fff;
	border-bottom: solid 1px #c6c6c6;
}
.hd .col-l {
	text-align: left;
	width: calc(100% - 260px);
	box-sizing: border-box;
	padding: 23px 0 1px 25px;
	float: left;
}
.hd .col-c {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 42px;
	box-sizing: border-box;
}
.hd .col-r {
	text-align: right;
	box-sizing: border-box;
	width: 260px;
	padding: 21px 25px 1px 0;
	float: right;
}
.hd .col-r a.clink {
	box-sizing: border-box;
	display: inline-block;
	margin-right: 11px;
	border: 2px solid #bbb;
	border-radius: 4px;
	height: 20.5px;
	padding: 4px 12px 0 14px;
	text-align: center;
	color: #999;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 100%;
	vertical-align: top;
}
.hd .col-r a.clink:hover {
	opacity: 0.4;
}

.hd .col-r i {
	color: #000;
	font-size: 22px;
	margin-left: 8px;
}
.hd .col-l h1 {
	margin: 0;
	overflow: hidden;
	line-height: 9px;
}
.hd .col-l h1 a {
	font-family: 'Khand', sans-serif;
	font-size: 13px;
	color: #262626;
	letter-spacing: 1px;
	text-decoration: none;
}
.hd .col-c .lg {
	display: block;
	margin: 6px auto 0;
	width: 36px;
	height: 36px;
	background: url(img/im_maker.png) no-repeat;
	background-size: 100%;
}
.hd .col-c .lg a {
	display: block;
	width: 100%;
	height: 100%;
}
.hd a:hover, .hd .col-c .lg:hover {
	opacity: 0.6;
}
.cl2-dg {
	width: 100%;
	margin-bottom: 30px;
}
.cl2-dg .c-ldg {
	width: 100px;
	float: left;
}
.cl2-dg .c-rdg {
	width: calc(100% - 117px);
	float: right;
}
@media screen and (min-width:641px) {
	.hd .sp-menu, .hd .menu-toggle {
		display: none;
	}
}
@media screen and (max-width:640px) {
	.hd {
		box-sizing: border-box;
		height: 50px;
	}
	.hd .col-l {
		box-sizing: border-box;
		width: 100%;
		padding-left: 64px;
	}
	.hd .col-c {
		left: 18px;
		transform: translateX(0);
	}
	.hd .col-r {
		display: none;
	}
	.hd .sp-menu {
		position: absolute;
		left: 0;
		top: 50px;
		width: 100%;
		height: 0;
		background-color: #333;
		padding-top: 0;
		overflow: hidden;
		z-index: 3;
		transition: height 0.3s ease;
	}
	.hd.toggled .sp-menu {
		height: 306px;
	}
	.hd .sp-menu a {
		display: block;
		margin: 0;
		border-bottom: 1px solid #aaa;
		padding: 17px 0;
		color: #fff;
		text-align: center;
		text-decoration: none;
		line-height: 100%;
	}
	.hd .sp-menu a:hover, .hd .sp-menu a:active, .hd .sp-menu a:focus {
		background-color: #888;
	}
	.hd .menu-toggle {
		position: absolute;
		top: 8px;
		right: 14px;
		display: block;
		border: none;
		width: 34px;
		height: 34px;
		background: transparent;
		padding: 2px;
		box-shadow: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-tap-highlight-color: transparent;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		z-index: 100;
	}
	.hd .menu-toggle:focus {
		outline: 0;
	}
	.hd .menu-toggle > div {
		position: relative;
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.hd .menu-toggle > div, .hd .menu-toggle > div:before, .hd .menu-toggle > div:after {
		display: block;
		width: 28px;
		height: 2px;
		background-color: #000;
		-moz-transition-property: background-color, -moz-transform;
		-o-transition-property: background-color, -o-transform;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
	.hd .menu-toggle > div:before, .hd .menu-toggle > div:after {
		position: absolute;
		content: "";
	}
	.hd .menu-toggle > div:before {
		top: -8.2px;
	}
	.hd .menu-toggle > div:after {
		top: 8.2px;
	}
	.hd.toggled .menu-toggle > div:before {
		top: -8px;
	}
	.hd.toggled .menu-toggle > div:after {
		top: 7px;
	}
	.hd.toggled .menu-toggle > div {
		background-color: transparent;
	}
	.hd.toggled .menu-toggle > div:before, .hd.toggled .menu-toggle > div:after {
		background-color: #000;
	}
	.hd.toggled .menu-toggle > div:before {
		-moz-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	.hd.toggled .menu-toggle > div:after {
		-moz-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
}
@media screen and (max-width: 420px) {
	.hd .col-l {
		padding-left: 50px;
	}
	.hd .col-c {
		left: 6px;
	}
}
@media screen and (max-width: 360px) {
	.hd .col-l {
		width: 200px;
		padding-top: 6px;
	}
	.hd .col-l h1 {
		letter-spacing: 0;
		line-height: 8px;
	}
}


#contents {
	/*background: url(img/bg_nzblue.gif);*/
	padding: 120px 0 0;
	margin: 10px 0 60px;
}
@media screen and (max-width: 860px) {
	#contents {
		padding-top: 60px;
	}
}
@media screen and (max-width: 480px) {
	#contents {
		padding-top: 20px;
	}
}

h2.pti {
	font-size:38pt;
	letter-spacing: 3px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}
h2.cptxt {
	font-size: 20pt;
	line-height: 29pt;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 20px 35px 0 185px;
}
h3.cpsub {
	background: url(img/brt_red.png) no-repeat;
	background-size: 60px auto;
	color: #ff566e;
	font-size: 12pt;
	line-height: 19pt;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 15px 65px;
}
h3 {
	font-weight: normal;
	color: #3d1c0b;
	font-size: 20pt;
	line-height: 27pt;
}
b {
	color: #00a698;
}
.ctr {
	text-align: center;
}
.ctr img {
	width: calc(100% - 40px);
	max-width: 799px;
}
.blk {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 140px;
	clear: both;
}
.blk.ver2 {
	width: calc(100% - 40px);
}
@media screen and (max-width: 860px) {
	.blk {
		margin-bottom: 70px;
	}
}
#mainv {
	position: relative;
	margin-bottom:26px;
	background-image: url(img/mainv.jpg);
	background-size: cover;
	padding-top: 68.54%;
}
#mainv > div {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#mainv > div img {
	width: 100%;
	max-width: 320px;
}
#mainv + p {
	padding: 0;
	text-align: center;
	color: #000;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 900;
	font-size: 21pt;
	line-height: 160%;
	letter-spacing: 0.5px;
}
#mainv + p ruby[data-ruby] {
	position: relative;
	line-height: 220%;
}
#mainv + p ruby[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -2.6em;
	left: -31px;
	right: 0;
	margin: auto;
	font-size: 0.45em;
	letter-spacing: 0;
	white-space: nowrap;
}
#mainv + p ruby rt {
    display: none;
}
@media screen and (max-width: 980px) {
	#mainv + p {
		font-size: 19pt;
	}
}
@media screen and (max-width: 880px) and (min-width: 781px) {
	#mainv + p {
		font-size: 17pt;
	}
	#mainv + p ruby[data-ruby]::before {
		left: -26px;
	}
}
@media screen and (min-width: 781px) {
	#mainv + p br.onsp {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	#mainv > div img {
		max-width: 260px;
	}
}
@media screen and (max-width: 540px) {
	#mainv > div {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 500px) {
	#mainv + p {
		font-size: 15pt;
	}
	#mainv + p ruby[data-ruby]::before {
		left: -20px;
	}
}
@media screen and (max-width: 460px) {
	#mainv > div img {
		max-width: 220px;
	}
}
@media screen and (max-width: 400px) {
	#mainv + p {
		font-size: 13pt;
	}
}

.ti_blk {
	background: #000;
	margin: 0 0 70px;
}
.ti_blk img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
.ti_blk.ver2 img {
	width: calc(100% - 20px);
}
@media screen and (max-width: 640px) {
	.ti_blk {
		margin-bottom: 35px;
	}
}


.blkin {
	width: 880px;
	margin: 0 auto;
	padding: 10px 0 20px;
}
.dsand {
	background: url(img/bg_wave.png);
	height: 140px;
	margin: 0 0 30px;
	position: relative;
}
.cti {
	width:200px;
	height: 148px;
	position: absolute;
	left: -30px;
	top: -35px;
}
.cl3 {
	width: 880px;
	margin: 30px auto 50px;
}
.cl3 .cl {
	width: 32%;
	margin-right:2%;
	float: left;
}
.cl3 .cr {
	width: 32%;
	float: right;
}
.bln-ylw {
	color: #000;
	font-size: 16pt;
	line-height:150%;
	letter-spacing:0.5px;
	font-weight: bold;
	background: #ffc000;
	border-radius: 26px;
	box-sizing: border-box;
	padding: 25px 30px 25px 40px;
}
.c2l {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	max-width: 960px;
	margin: 30px auto 32px;
}
.c2l .cl {
	width: 150px;
	float: left;
}
.c2l .cr {
	width: calc(100% - 150px);
	float: right;
}
.c2r {
	font-family: 'Noto Sans JP', sans-serif;
	width: 960px;
	margin: 30px auto 32px;
}
.c2r .cl {
	width: calc(100% - 150px);
	float: left;
}
.c2r .cr {
	width: 150px;
	float: right;
}
.c2l .cl img, .c2r .cr img {
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.c2l, .c2r {
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 600px) {
	.c2l .cl, .c2r .cr {
		width: 100px;
	}
	.c2l .cr, .c2r .cl {
		width: calc(100% - 100px);
	}
	.bln-ylw {
		padding: 18px 20px 18px 30px;
		font-size: 13pt;
	}
}
@media screen and (max-width: 480px) {
	.c2l .cl, .c2r .cr {
		width: 80px;
	}
	.c2l .cr, .c2r .cl {
		width: calc(100% - 80px);
	}
	.bln-ylw {
		padding: 10px 15px 14px 15px;
		font-size: 10pt;
		text-align: justify;
	}
}
@media screen and (max-width: 420px) {
	.c2l, .c2r {
		width: calc(100% - 20px);
	}
}

.phf {
	width: 100%;
}
p {
	margin: 0;
	padding: 0 0 1em;
	font-size: 14pt;
	line-height: 22pt;
}
p.mdl {
	font-size: 12pt;
	line-height: 20pt;
}
p.cpt {
	font-size: 10pt;
	line-height: 15pt;
}

.btn_more {
	display: block;
	box-sizing: border-box;
	border: 1px solid #8E8E8E;
	border-radius: 3px;
	margin: 0 auto;
	width: 280px;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	color: #8E8E8E;
	font-size: 9pt;
	letter-spacing: 5px;
	cursor: pointer;
	transition: opacity 0.3s;
}
.btn_more:hover {
	opacity:0.7;
}

#ft-head {
	margin-bottom: 30px;
	text-align: center;
	font-size: 15px;
	letter-spacing: 5px;
	line-height: 28px;
}
#ft-img {
	padding-top: 7px;
	background-color: #282828;
	text-align: center;
}
#ft-img img {
	width: 100%;
	/* max-width: 960px; */
    vertical-align: bottom;
}
#ft-img img.onpc {
	display: inline;
}
#ft-img img.onsp {
	display: none;
}
#ft-img .copyright {
	margin-top: 7px;
	padding: 10px;
	background-color: #000;
	text-align: center;
	color: #999;
	font-family: 'Khand', sans-serif;
	font-size: 7pt;
	font-weight: 300;
	letter-spacing: 2px;
}
@media screen and (max-width:640px) {
	#ft-img {
		padding-top: 0;
	}
	#ft-img img.onpc {
		display: none;
	}
	#ft-img img.onsp {
		display: inline;
	}
	#ft-img .copyright {
		margin-top: 0;
		padding-bottom: 52px;
	}
}

div.onsp {
	display: none;
	text-align: center;
}
div.onsp a {
	margin: 0 8px;
	color: #000;
	font-size: 42px;
	margin-left: 8px;
}
.btn_more {
	display: block;
	box-sizing: border-box;
	border: 1px solid #8E8E8E;
	border-radius: 3px;
	margin: 0 auto;
	width: 280px;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	color: #8E8E8E;
	font-size: 9pt;
	letter-spacing: 5px;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.3s;
}
.btn_more:hover {
	opacity:0.7;
}

.carlinks {
	margin: 0 auto 60px;
	width: calc(100% - 40px);
	max-width: 630px;
}
.carlinks h4 {
	margin: 0 40px 10px;
}
.carlinks h4 img {
	width: 100%;
}
.carlinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.carlinks ul li {
	display: inline-block;
	width: calc(25% - 5px);
}
.carlinks ul li a {
	display: inline-block;
}
.carlinks ul li a:hover {
	opacity: 0.7;
}
.carlinks ul li img {
	display: inline-block;
	width: 100%;
}
.carlinks > p {
	margin-top: 10px;
	text-align: center;
	font-size: 10pt;
}
@media screen and (max-width: 420px) {
	.carlinks {
		width: calc(100% - 20px);
	}
	.carlinks h4 {
		margin: 0 20px 10px;
	}
}

/* clear fix */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}

#rwdwp {
	position: fixed;
	right: 12px;
	bottom: 14px;
	width: 48px;
	height: 48px;
	z-index: 120;
}
#rwd {
	border-radius: 24px;
	background-image: url(img/btn_page.png);
	background-color: #D73536;
	background-size: 48px auto;
	transition: opacity 0.3s;
}
#rwd:hover {
	opacity: 0.7;
}
#rwd a {
	color: #479fd2;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	padding: 0;
	display: table-cell;
}