@charset "UTF-8";
/*
 * reset.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */


/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
	display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:after,
q:before {
	content: '';
}

a,
input,
select,
textarea,
button {
	outline: none;
}

abbr,
acronym {
	border: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

select,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-appearance: none;
	overflow: auto;
	border: none;
	border: 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-family: "Noto Serif JP", serif;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear {
	display: none;
}

input[type=reset],
input[type=button],
input[type=submit] {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-family: "Noto Serif JP", serif;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
	display: none;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}

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

* html .clearfix {
	height: 1%;
}

/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
	font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1720px) {
	html {
		font-size: 0.52vw;
	}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	html {
		font-size: 62.5%;
		font-size: 2.66vw;
	}
}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 300;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #000;
}

.yuMincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.eng_font {
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem
	}
}

/* !Base Fonts -------------------------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	/* Firefox */
	-webkit-transition: all 0.5s !important;
	/* Chrome&Safari */
}

@media screen and (min-width: 768px) {
	a:hover {
		opacity: .7;
		text-decoration: none;
		transition: all 0.5s !important;
		-moz-transition: all 0.5s !important;
		/* Firefox */
		-webkit-transition: all 0.5s !important;
		/* Chrome&Safari */
	}

}

.op img,
.op input {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.op:hover img,
.op:hover input {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)";
	/* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.fwN {
	font-weight: normal;
}

.fwB {
	font-weight: bold;
}

.fs10 {
	font-size: 1.0rem;
}

.fs11 {
	font-size: 1.1rem;
}

.fs12 {
	font-size: 1.2rem;
}

.fs13 {
	font-size: 1.3rem;
}

.fs14 {
	font-size: 1.4rem;
}

.fs15 {
	font-size: 1.5rem;
}

.fs16 {
	font-size: 1.6rem;
}

.fs17 {
	font-size: 1.7rem;
}

.fs18 {
	font-size: 1.8rem;
}

.fs19 {
	font-size: 1.9rem;
}

.fs20 {
	font-size: 2.0rem;
}

.fs21 {
	font-size: 2.1rem;
}

.fs22 {
	font-size: 2.2rem;
}

.fs23 {
	font-size: 2.3rem;
}

.fs24 {
	font-size: 2.4rem;
}

.fs25 {
	font-size: 2.5rem;
}

sup {
	font-size: 8px;
	vertical-align: top;
}

sub {
	font-size: 8px;
	vertical-align: baseline;
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
	text-align: left !important;
}

.taC {
	text-align: center !important;
}

.taR {
	text-align: right !important;
}

.vaT {
	vertical-align: top !important;
}

.vaM {
	vertical-align: middle !important;
}

.vaB {
	vertical-align: bottom !important;
}

.blockC {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

* html .blockC {
	margin-right: 0;
	margin-left: 0;
}

.blockR {
	margin-left: auto;
	text-align: left;
}

* html .blockR {
	margin-left: 0;
}

/* !Width ------------------------------------------------------------------- */
.w03per {
	width: 3% !important;
}

.w05per {
	width: 5% !important;
}

.w10per {
	width: 10% !important;
}

.w13per {
	width: 13% !important;
}

.w15per {
	width: 15% !important;
}

.w20per {
	width: 20% !important;
}

.wQuart {
	width: 25% !important;
}

.w30per {
	width: 30% !important;
}

.wTri {
	width: 33.33% !important;
}

.w35per {
	width: 35% !important;
}

.w40per {
	width: 40% !important;
}

.w45per {
	width: 45% !important;
}

.wHalf {
	width: 50% !important;
}

.wMax {
	width: 100% !important;
}

/* !Floats ------------------------------------------------------------------ */
.flL {
	display: inline;
	float: left;
}

.flR {
	display: inline;
	float: right;
}

.flImgL {
	display: inline;
	float: left;
	margin-right: 10px;
}

.flImgR {
	display: inline;
	float: right;
	margin-left: 10px;
}

.ftBox {
	overflow: hidden;
}

/* !Tools ------------------------------------------------------------------- */
.clear {
	clear: both;
}

.block {
	display: block !important;
}

.hide {
	display: none !important;
}

.bgN {
	background: none !important;
}

.tdU {
	text-decoration: underline;
}

.tdN {
	text-decoration: none;
}

/*add*/
.flexBox {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexBox02 {
	display: flex;
	align-items: center;
}

.flexBox03 {
	display: flex;
	justify-content: center;
}

.bgImg {
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.telLink {
	pointer-events: none;
}

.spInline {
	display: none;
}

@media screen and (max-width: 767px) {
	.telLink {
		pointer-events: auto;
	}

}