@charset "UTF-8";

/* "body"
-------------------------------------------------- */
body {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
    font-family: "Noto Sans Japanese","Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"游ゴシック","Yu Gothic", "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    text-align: center;
    letter-spacing: 0.4;
    max-width: 480px;
}
@media (min-width: 480px) {
	body {
		margin-right: auto;
		margin-left: auto;
	}
}

/* "a" Tag
-------------------------------------------------- */
a {
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #31B1CE;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:hover img,
button:hover img {
    opacity: 0.8;
    -webkit-transition: all .5s;
    transition: all .5s;
}
button {
	cursor: pointer;
	padding: 0;
}

/* "div/p" Tag
-------------------------------------------------- */
div {
    margin: 0;
    padding: 0;
}
p {
    margin: 0 0 1em;
    padding: 0;
}

/* "dl/dt/dd/li/ol/ul" Tag
-------------------------------------------------- */
dl, dt, dd, li, ol, ul {
	margin: 0;
	padding: 0;
}
dt {
	font-weight: normal;
}
ul li {
	list-style: none;
}
ol {
	margin-left: 1.5em;
}

/* "h1-h6" Tag
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em;
    padding: 0;
    font-weight: normal;
    font-size: 100%;
    line-height: 1.75;
}

/* "hr" Tag
-------------------------------------------------- */
hr {
    margin-bottom: 25px;
}

/* "img" Tag
-------------------------------------------------- */
img {
    border: 0;
}

/* "em/strong" Tag
-------------------------------------------------- */
em {
    font-style: italic;
    font-weight: normal;
}
strong {
    font-style: normal;
    font-weight: bold;
}

/* form
-------------------------------------------------- */
fieldset, form, input, textarea {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0;
}
label {
    cursor: pointer;
}
input, select, textarea {
    font-size: inherit;
    font-weight: inherit;
}
select {
    font-size: 16px;
    padding: 3px;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="password"],input[type="number"],textarea,select {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #DDD;
    border-radius: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}
.error {
	background: #ffcece;
	border-color: #df8f8f !important;
}
.form-control::-webkit-input-placeholder {
    color: #CCCCCC;
}
.form-control::-moz-placeholder{
    color: #CCCCCC;
}
.form-control:-moz-placeholder{
    color: #CCCCCC;
}
.form-control:-ms-input-placeholder{
    color: #CCCCCC;
}
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 0;
}

/* ==================================================
以下、ブロックごとの指定
================================================== */

/* コンテナ
-------------------------------------------------- */
.container {
	width: 100%;
	padding-right: 4.2372881355932vw;
	padding-left: 4.2372881355932vw;
	margin: 0;
	text-align: left;
	position: relative;
	max-width: 767px;
}
.fa {
	margin-right: 0.5em;
}

/* ヘッダー
-------------------------------------------------- */
header {
	height: 75px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
header nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header a {
	color:#FFF;
}
nav a:hover,
nav a.active {
	color: #DD2439;
	text-decoration: none;
}
nav a:focus {
	color:#fff;
	text-decoration:none;
}
.navbar li {
	width: 84px;
	margin-right: 30px;
}
.navbar li:last-child {
	margin-right: 0;
}
.navbar li p {
	line-height: 1;
}
.navbar li p.menu_jp {
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.navbar li p.menu_jp:before,
.navbar li p.menu_jp:after {
	width: 42px;
	height: 1px;
	position: absolute;
	bottom: 0;
	content: "";
}
.navbar li p.menu_jp:before {
	left: 0;
	background: #31B1CE;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.navbar li a:hover p.menu_jp:before,
.navbar li a.active p.menu_jp:before {
	background: #E95704;
}
.navbar li p.menu_jp:after {
	right: 0;
	background: #FFF;
}
.navbar li p.small {
	margin-bottom: 0;
}
.logoBlock {
	width: 285px;
	float: left;
}
.logoBlock h1 {
	text-align: left;
	margin-bottom: 0;
	line-height: 75px;
	padding-left: 10px;
	font-weight: bold;
}
.logoBlock h1 a {
	overflow: hidden;
	width: 100%;
	display: block;
	color: #FFF !important;
	text-decoration: none;
}
.logoBlock img {
	height: 50px;
}
@media (max-width: 1100px) {
	.logoBlock {
		width: 50px;
	}
	.logoBlock h1 a {
		width: 50px;
	}
}
@media (max-width: 858px) {
	.navbar li {
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.logoBlock {
		float: none;
		width: 285px;
	}
	.logoBlock h1 {
		line-height: 54px;
	}
	.logoBlock h1 a {
		width: 100%;
	}
}
@media (max-width: 350px) {
	.logoBlock {
		width: 240px;
	}
	.logoBlock img {
		width: 230px;
		height: auto;
	}
}
@media (max-width: 350px) {
	.logoBlock h1 span {
		display: none;
	}
}

/* ハンバーガーメニュー
-------------------------------------------------- */
@media (max-width: 767px) {
	header {
		background: url(../images/header/bg.png) no-repeat;
		background-size: cover;
		height: 54px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	}
	header a {
		color: #333;
	}
	header nav {
		top: 0;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.navbar {
		padding: 0;
		display: block;
	}
	.navbar .x-small {
		-webkit-transform: translateY(calc(-8px));
		-ms-transform: translateY(calc(-8px));
		transform: translateY(calc(-8px));
		display: inline-block;
		color: #FFF;
	}
	.navbar button {
		-webkit-transform: translateY(calc(-54px));
		-ms-transform: translateY(calc(-54px));
		transform: translateY(calc(-54px));
		z-index: 2;
		height: 54px;
		background: rgba(26,26,26,0.9);
		border-radius: 0;
	}
	.navbar li,
	.navbar ul {
		width: 100vw;
	}
	.navbar li {
		background: #EEE;
	}
	.navbar-toggler-right {
		right: 0;
	}
	.batsu span {
		background-image: url(../images/header/batsu.svg) !important;
		background-size: 100% 100%;
	}
	.navbar li {
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #CCC;
		text-align: left;
		position: relative;
	}
	.navbar li::after {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		-ms-transform: rotate(45deg) translateY(-50%);
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		content:" ";
	}
	.navbar li a {
		display: block;
		padding-left: 15px;
	}
	.navbar li p {
		display: inline-block;
	}
	.navbar li p.menu_jp {
		margin-right: 10px;
	}
	.navbar li p.menu_jp:before,
	.navbar li p.menu_jp:after {
		display: none;
	}
}

/* パンくず
-------------------------------------------------- */


/* メインカラム（頻出系）
-------------------------------------------------- */
main {
	overflow: hidden;
}
section {
	position: relative;
}
.btn-entry {
	box-shadow: 0 0 0 1px #FFF, 0 0 0 4px #000;
	position: relative;
	color: #FFF;
	line-height: 78px;
	font-size: 38px;
	width: 86.1333333333333vw;
	margin: 16px auto 8px;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 2;
}
@media (min-width: 480px) {
	.btn-entry {
		width: 86%;
	}
}
.btn-entry::before,
.btn-entry::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	left: 0;
	width: 100%;
	height: 50%;
	background: #000;
}
.btn-entry::before {
	top: 0;
}
.btn-entry::after {
	bottom: 0;
}
.btn-entry:hover {
	background: #FFF;
	box-shadow: 0 0 0 1px #000, 0 0 0 3px #FFF, 0 0 0 4px #000;
	color: #000;
}
.btn-entry:hover::before,
.btn-entry:hover::after {
	height: 0;
	background-color: #FFF;
}
.btn-entry span {
	position: relative;
	width: 100%;
	display: inline-block;
}
.btn-entry span::after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-ms-transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	content:" ";
}
.btn-entry:hover span::after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
main .row {
	margin-left: 0;
	margin-right: 0;
}
main h2.title {
	font-size: 20px;
	line-height: 1.75;
	position: relative;
	margin-top: 32px;
	margin-bottom: 35px;
	padding-bottom: 32px;
	font-weight: bold;
}
main h2.title::after {
	display: block;
	content: " ";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 23.4666666666667vw;
	height: 1px;
	background: #333;
}
@media (min-width: 480px) {
	main h2.title::after {
		width: 23%;
	}
}
main h3.subtitle {
	font-weight: bold;
	font-size: 18px;
}
.contentBlock {
	margin-bottom: 45px;
}


/* サイドカラム
-------------------------------------------------- */


/* ページャー
-------------------------------------------------- */


/* フッター
-------------------------------------------------- */
footer {
	background: #4D4D4D;
	font-size: 12px;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.copyRight {
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}

/* ==================================================
以下、装飾の指定
================================================== */

/* 文字装飾
-------------------------------------------------- */
.mincho {
	font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.bld{
    font-weight:bold;
}
.x-small{
    font-size: 10px;
}
.small{
    font-size: 12px;
}
.big{
    font-size:20px;
}
.large{
    font-size:26px;
}
.mega {
    font-size:32px;
}
.red {
    color: #B1172F;
}
.blue {
	color: #08708A;
}
.orange {
    color: #E95704;
}

/* 回りこみ
-------------------------------------------------- */
.right {
    float:right;
}
.left {
    float:left;
}
.alignright {
    text-align:right;
}
.alignleft {
    text-align:left;
}
.aligncenter {
    text-align:center;
}

/* 複数カラム
-------------------------------------------------- */
[class^="line-"] div,[class*=" line-"] div {
	margin-right: 2%;
	float: left;
}
[class^="line-"] div:last-child,[class*=" line-"] div:last-child {
	margin-right: 0;
}
.line-2 div {
	width: 48%;
}
.line-3 div {
	width: 32%;
}
.line-4 div {
	width: 23.5%;
}

/* width
-------------------------------------------------- */
.w10p {
    width: 10%;
}
.w20p {
    width: 20%;
}
.w30p {
    width: 30%;
}
.w40p {
    width: 40%;
}
.w50p {
    width: 50%;
}
.w60p {
    width: 60%;
}
.w70p {
    width: 70%;
}
.w80p {
    width: 80%;
}
.w90p {
    width: 90%;
}
.w100p {
    width: 100%;
}

/* height
-------------------------------------------------- */
.h100 {
    height: 100px;
}
.h200 {
    height: 200px;
}

/* margin
-------------------------------------------------- */
.mb0 {
    margin-bottom:0 !important;
}
.mb10 {
    margin-bottom:10px !important;
}
.mb20 {
    margin-bottom:20px !important;
}
.mb30 {
    margin-bottom:30px !important;
}

/* display & btn
-------------------------------------------------- */
.dispBlock {
	display: block !important;
}
.dispNone {
	display: none !important;
}
.dispTable {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
[class^="btn-"]:hover,[class*=" btn-"]:hover {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.br5 {
	border-radius: 5px;
}

/* clearfix
-------------------------------------------------- */
.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.clearfix {
    display: block;
}
