
@charset "utf-8";
@import url("reset.css");
body{
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.25px;
	color: #221815;
	background-color: #ffffff;
	min-width: 320px; 
	-webkit-text-size-adjust: 100%; 
}

img {
	width: 100%;
	height: auto;
}
strong {
  font-weight: bold;
}
/**********************************
* header
**********************************/
header {
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 50px;
	z-index: 100; 
}
header h1 {
	padding: 5px;
}
header h1 img {
	width: auto;
	height: 40px;
}
header .menu {
	height: 18px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	z-index: 102; 
}
header .menu__line {
	background: #000;
	display: block;
	height: 2px;
	position: absolute;
	-webkit-transition: all .6s ease!important;
	transition: all .6s ease!important;
	width: 100%; 
}
header .menu__line--center {
	top: 8px; 
}
header .menu__line--bottom {
	bottom: 0;
}
header .menu__line.active {
	background: #ffffff;
}
header .menu__line--top.active {
	top: 8px;
	transform: rotate(45deg); 
}
header .menu__line--center.active {
	transform: scaleX(0); 
}
header .menu__line--bottom.active {
	bottom: 8px;
	transform: rotate(135deg); 
}

header .gnav {
	background: #b28d00;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 101; 
	top: 0px;
}
  header .gnav__wrap {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%; 
}
header .gnav__menu__item {
    text-align: center;
    font-size: 18px;
    line-height: 2.5; }
  header .gnav__menu__item a {
    color: #fff;
    transition: 1.0s; 
	text-decoration: none;
}
header gnav__menu__item a:hover {
	color: #fff; 
}

main {
	padding: 50px 0px 0px 0px;
}

section {
	padding-bottom: 80px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}

a {
	-webkit-transition: all .3s ease!important;
	transition: all .3s ease!important;
}
a:hover {
	filter:alpha(opacity=70);
    -moz-opacity:0.70;
    -khtml-opacity: 0.70;
    opacity:0.70;
	filter:none/9;
}

.sp_hide {
	display: none;
}
.wrapper {
	width: 84%;
	margin: 0 auto;
}

#page_bn {
	height: 36vw;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 10vw;
	margin-bottom: 80px;
}
#page_bn h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
}
#page_bn h2 span {
	display: block;
	font-size: 0.375em;
	letter-spacing: -1px;
	line-height: 1.1em;
}
#page_bn.fc_white {
	color: #fff;
}
#page_bn.no_image {
	height: 200px;
	padding-top: 80px;
}
h3 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}
h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 500;
}
h5 {
	font-size: 20px;
}
.col2 {
	padding-bottom: 60px;
}
.col2 h4 {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 25px;
}
.col2 h4 span {
	display: block;
	font-size: 0.375em;
	letter-spacing: -1px;
	line-height: 1.1em;
}
.col2 .image {
	margin-bottom: 40px;
}
.col2 .image.wrap {
	width: 84%;
	margin-right: auto;
	margin-left: auto;
}
.col2 .data {
	width: 84%;
	margin: 0 auto;
	max-width: 405px;
}
.col2 .option {
	width: 84%;
	margin: 0 auto;
	max-width: 405px;
}
.btn_white {
	min-width: 180px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border: solid 1px #000;
	border-radius: 7.5px;
	display: inline-block;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #fff;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.col2 .data .btn_white {
	display: block;
	margin: 0 auto;
}
.col2 .option .btn_white {
	display: block;
	margin: 0 auto;
}
.col2:last-child {
	padding-bottom: 0px;
}
.col2 .data .link_area {
	margin-top: 30px;
	text-align: center;
}
.col2 .data .link_area .btn_white {
	display: inline-block;
}
.col2 .data .link_area .btn_white img {
	display: inline;
	height: 12px;
	width: auto;
	vertical-align: top;
	margin-left: 10px;
	box-sizing: border-box;
	margin-top: 16px;
}
.col2 .data .link_area .icon {
	display: inline-block;
	font-size: 36px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
}
.col2 .data .link_area a:nth-child(2) {
	margin-left: 24px;
}


footer {
	padding: 60px 0 40px 0;
	background: #b28d00;
	color: #fff;
	letter-spacing: 2px;
}
footer a:link {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer a:active {
	color: #fff;
}
footer a:visited {
	color: #fff;
}
footer #footer_logo {
	width: 80px;
	margin: 0 auto 30px auto;
}
footer .footer_language {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 20px;
}
footer ul {
	text-align: center;
	font-size: 0px;
}
footer ul li {
	display: inline-block;
	font-size: 14px;
	margin: 0 2vw;
	vertical-align: middle;
}
footer nav {
	font-weight: 600;
}
footer ul#sns {
	margin-bottom: 20px;
}
footer ul#sns li {
	font-size: 28px;
}
footer strong {
	display: block;
	font-weight: 600;
}
footer address {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}
#to_pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 37px;
}
.text p {
	margin-bottom: 1.8em;
}
.text p:last-child {
	margin-bottom: 0px;
}

.down_btn {
	cursor: pointer;
}
.down_btn:hover {
	filter:alpha(opacity=70);
    -moz-opacity:0.70;
    -khtml-opacity: 0.70;
    opacity:0.70;
	filter:none/9;
}
.down_btn img {
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	-webkit-transition: all .3s ease!important;
	transition: all .5s ease!important;
}
.down_btn.down_show img {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.down_content {
	height: 0px;
	overflow: hidden;
	box-sizing: border-box;
}


.tab_btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
.tab_btn.is-active {
	background-color: #cc0000;
}
/*.tab_content {
	display: none;
}*/

table:not(.ui-datepicker-calendar) tr,
table:not(.ui-datepicker-calendar) tr th,
table:not(.ui-datepicker-calendar) tr td,
.no_border:not(.ui-datepicker-calendar) tr,
.no_border:not(.ui-datepicker-calendar) tr th,
.no_border:not(.ui-datepicker-calendar) tr td {
	display: block;
	text-align: left;
	min-width: 100%;
}
table:not(.ui-datepicker-calendar) tr th,
.no_border tr th {
	font-size: 20px;
}
table:not(.ui-datepicker-calendar) tr,
.no_border tr  {
	padding-bottom: 1em;
}
table:not(.ui-datepicker-calendar) tr:last-child 
.no_border tr:last-child  {
	padding-bottom: 0;
}

/* エディタ　 */
.post_content .alignright{
	text-align: right;
}
.post_content .alignleft{
	text-align: left;
}
.post_content .aligncenter{
	text-align: center;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 14px;
	text-align: left;
}
.post_content h1 {
	font-size: 1.5em;
}
.post_content h2 {
	font-size: 1.4em;
}
.post_content h3 {
	font-size: 1.3em;
}
.post_content h4 {
	font-size: 1.2em;
}
.post_content h5 {
	font-size: 1.1em;
}
.post_content p ,
.post_content ul,
.post_content ol,
.post_content blockquote,
.post_content figure {
	margin-bottom: 1.8em;
}
.post_content strong {
	font-weight: 600;
}
.post_content em {
	font-style: italic; 
}
.post_content ul li {
	list-style: disc;
	line-height: 1.5;
	margin-left: 1em;
	margin-bottom: 8px;
}
.post_content ul li:last-child {
	margin-bottom: 0px;
}
.post_content ol li {
	list-style: decimal;
	line-height: 1.5;
	margin-left: 1em;
	margin-bottom: 8px;
}
.post_content ol li:last-child {
	margin-bottom: 0px;
}
.post_content blockquote:before {
	display: block;
	content: "“";
	line-height: 0.5;
	font-size: 2em;
	margin: 0;
}
.post_content blockquote {
	padding-left: 1em;
}
.post_content figure img {
	width: 100%;
}

@media screen and (min-width: 640px), print {
	table tr {
		display: table-row;
	}
	table tr th,
	table tr td,
	.no_border tr th,
	.no_border tr td {
		display: table-cell;
		min-width: initial; /* 初期状態にリセット */
	}
	table tr th,
	.no_border tr th {
		font-size: 20px;
	}
	table tr td,
	.no_border tr td {
		padding-bottom: 1em;
	}
	table tr,
	.no_border tr  {
		padding-bottom: 1em;
	}
	table tr:last-child,
	.no_border tr:last-child  {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 768px), print {
	.pc_hide {
		display: none;
	}
	.sp_hide {
		display: block;
	}
	#page_bn h2 {
		font-size: 45px;
	}
	#page_bn.no_image  {
		height: 220px;
	}
	.col2 {
		width: 84%;
		margin: 0 auto;
		padding-bottom: 80px;
	}
	.col2 h4 {
		display: inline-block;
	}
	.col2 .data {
		width: 45%;
		float: left;
		max-width: 420px;
	}
	.col2 .image ,
	.col2 .image.wrap,
	.col2 .option
	{
		width: 50%;
		float: right;
		max-width: 500px;
	}
	.col2.no_alternately .option {
		width: 45%;
	}
	.col2:nth-child(2n) .data {
		float: right;
	}
	.col2:nth-child(2n) .image {
		float: left;
	}
	.col2.no_alternately .data {
		float: left;
	}
	.col2.no_alternately .image {
		float: right;
	}
	.col2.no_alternately:nth-child(2n) .data {
		float: left;
	}
	.col2.no_alternately:nth-child(2n) .image,
	.col2.no_alternately:nth-child(2n) .option{
		float: right;
	}
	.col2 .data .btn_white {
		margin: 0 ;
	}
	.col2 .data .link_area {
		text-align: left;
	}
	footer {
		padding: 65px 0 60px 0;
	}
	footer #footer_logo {
		width: 90px;
		float: right;
	}
	footer #footer_info {
		float: left;
	}
  footer .footer_language {
    text-align: left;
  }
  footer ul {
    text-align: left;
  }
	footer ul li {
		margin: 0;
		margin-right: 30px;
	}
	footer nav {
		display: inline-block;
	}
	footer ul#sns {
		display: inline-block;
		margin-bottom: 40px;
	}	
	footer address {
		text-align: left;
	}
	footer address strong {
		display: inline-block;
	}
	
	.post_content img.alignright{
		width: 45%;
		float: right;
		margin-left: 5%;
	}
	.post_content img.alignleft{
		width: 45%;
		float: left;
		margin-right: 5%;
	}
}
@media screen and (min-width: 1000px), print {
	.wrapper {
		width: 1000px;
	}
	body {
		line-height: 2;
	}
	header {
		position: relative;
		height: 100px;
	}
	header h1 {
		position: absolute;
		left: 50px;
		padding: 0px;
		width: 50px;
		top: 18px;
	}
	header h1 img {
		height: auto;
	}
	#page_bn {
		height: 425px;
		padding-top: 85px;
		margin-bottom: 150px;
	}
	#page_bn h2 {
		font-size: 65px;
		display: inline-block;
	}
	#page_bn h2 span {
		font-size: 20px;
		margin-bottom: 5px;
	}
	header .menu {
		display: none;
	}
	header .gnav {
		background-color: inherit;
		display: block;
		width: calc(100% - 140px);
		height: 100px;
		position: absolute;
		top: 0px;
		left: 140px;
	}
	header .gnav__wrap {
		height: 100%;
		position: relative;
		width: 100%;
		top: 0px;
		text-align: left;
	}
	header .gnav__menu {
		width: 100%;
	}
	header .gnav__menu__item {
		text-align: left;
		font-size: 16px;
		line-height: 1em; 
		margin-right: 30px;
		float: left;
	}
  header .gnav__menu__item:nth-last-child(2) {
		float: right;
	}
	header .gnav__menu__item:last-child {
		float: right;
		margin-right: 50px;
	}
	  header .gnav__menu__item a {
		color: #000;
		transition: 1.0s; 
		text-decoration: none;
	}
	header gnav__menu__item a:hover {
		color: #000; 
	}
	
	main {
		padding: 0;
	}
	section {
		padding-bottom: 130px;
	}
	h4 {
		font-size: 30px;
	}
	
	.col2 {
		width: 1000px;
		padding-bottom: 150px;
	}
	.col2 h4 {
		font-size: 40px;
	}
	.col2 .image {
		margin-bottom: 0px;
	}
	.col2 .data .link_area {
		margin-top: 40px;
	}
	.col2 .data .link_area a:nth-child(2) {
		margin-left: 35px;
	}
	
}

/*** youtube ***/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}