@charset "utf-8";
/*
Theme Name: Theme HANARE
Author:
Version: 1.0.0
*/

/*
---------------------------------------------------------------------------
Reset
---------------------------------------------------------------------------
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: 1px auto;
}

img.alignright {
	display: block;
	margin: 1px 0 1px auto;
}

/*
---------------------------------------------------------------------------
Font
---------------------------------------------------------------------------
*/
html,
body,
input,
select,
textarea {
	color: #111;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.6;
}

a {
	color: #111;
	text-decoration: none;
	transition: .5s all;
}

a:hover {
	opacity: .8;
}

/*
---------------------------------------------------------------------------
Header
---------------------------------------------------------------------------
*/
.site_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0.2);
	z-index: 10000;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#logo {
	width: 240px;
	margin: 0 auto 0 16px;
}

.frequent_nav ul {
	display: flex;
	align-items: center;
}

.frequent_nav li {
	/*width: 90px;*/
	height: 63px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	transition: 0.3s all;
	box-sizing: content-box;
	cursor: pointer;
	margin-right: 16px;
}

.frequent_nav li:hover {
	opacity: .6;
}

.frequent_nav li svg {
	height: 30px;
	color: #fff;
	margin-bottom: -2px;
	transition: 0.3s all;
}

.frequent_nav li a {
	color: #fff;
}

#nav_toggle {
	position: relative;
	width: 90px;
	height: 70px;
	background: #fe4647;
	color: #fff;
	cursor: pointer;
	transition: 0.3s all;
}

#nav_toggle>div {
	position: absolute;
	width: 30px;
	right: 50%;
	bottom: 80%;
	transform: translate(50%, 80%);
}

.nav_toggle_bar {
	position: absolute;
	left: 0;
	display: block;
	height: 3px;
	width: 100%;
	background: #fff;
	transition: 0.3s all;
}

.nav_toggle_bar:nth-child(1) {
	top: 0;
}

.nav_toggle_bar:nth-child(2) {
	top: 10px;
}

.nav_toggle_bar:nth-child(3) {
	top: 20px;
}

.nav_toggle_text {
	position: absolute;
	right: 50%;
	bottom: 17%;
	transform: translate(50%, 17%);
	font-size: 12px;
	font-weight: bold;
	transition: 0.3s all;
}

.nav_toggle_text.close {
	visibility: hidden;
	opacity: 0;
}

#nav_toggle:hover {
	background: #fff;
}

#nav_toggle:hover .nav_toggle_bar {
	background: #fe4647;
}

#nav_toggle:hover .nav_toggle_text {
	color: #282828;
}





/*
---------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------
*/
.copy {
	position: fixed;
	bottom: 16px;
	right: 16px;
	text-align: right;
	font-size: 14px;
	color: #fff;
}

/*
---------------------------------------------------------------------------
Common
---------------------------------------------------------------------------
*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.pc_none {
	display: none;
}

.sp_none {
	display: block;
}

@media screen and (max-width: 541px) {
	.pc_none {
		display: block;
	}

	.sp_none {
		display: none;
	}
}

.inner {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.fade-in {
	display: none;
}

.flex {
	display: flex;
	justify-content: space-between;
}

/*
---------------------------------------------------------------------------
Top
---------------------------------------------------------------------------
*/
body {
	width: 100%;
	height: 100vh;
	background-image: url(img/hero_bg.jpg);
	background-size: cover;
	background-position-x: right;
	background-position-y: center;
	background-attachment: fixed;
}

.hero {
	width: 100%;
	height: 100vh;
}

.hero .inner {
	max-width: 1600px;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.hero__tip {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.hero__contents {
	position: absolute;
	left: 50%;
	bottom: 0%;
	transform: translateX(-50%);
	z-index: 1;
	width: 500px;
	text-align: center;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.2);
	padding: 32px 32px 24px;
}

.hero__contents h1 {
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 32px;
}
 
.hero__contents a {
	display: block;
	font-size: 16px;
	padding: 6px 36px;
	max-width: 280px;
	border-radius: 100px;
	background-color: #fff;
	color: #232323;
	box-sizing: border-box;
	margin: 0 auto 16px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.hero__contents a:last-child {
	margin-bottom: 0;
}

/*
---------------------------------------------------------------------------
Contact
---------------------------------------------------------------------------
*/
section.contact {
	width: 96%;
	max-width: 1200px;
	padding: 48px 0;
	margin: 96px auto 0;
	background: rgba(255, 255, 255, .85);
}

.contact_title {
	font-size: 28px;
	padding-bottom: 8px;
	border-bottom: 1px solid #111 ;
	margin-bottom: 32px;
}

.contact_form {
	margin-top: 32px;
}

.contact_form .flex {
	flex-direction: column;
}

.contact_form_item {
	width: 50%;
	margin-bottom: 24px;
}

.contact_form_item_title {
	font-weight: 600;
}

.contact_notice .must, .contact_form_item_title .must {
	color: #fe4647;
}

.contact_form_item.full_width {
	width: 100%;
}

.contact_form_item input, .contact_form_item select , .contact_form_item textarea {
	width: 100%;
	padding: 8px;
	font-size: 16px;
	border: none;
	box-sizing: border-box;
}

.contact_form_button input {
	display: inline-block;
	min-width: 200px;
	margin-top: 48px;
	padding: 8px 40px;
	color: #fff;
	background-color: #111;
	border: 4px solid #111;
	border-radius: 4px;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	transition: .3s;
}

.contact_form_button input:hover {
	color: #111;
	background-color: #fff;
}

.contact_form_button input.button--back {
	color: #111;
	background-color: #fff;
}

.contact_form_button input.button--back:hover {
	color: #fff;
	background-color: #111;
}


@media screen and (max-width: 541px) {
	.main__tip {
		width: 65%;
	}

	.hero__tip {
		top: 10%;
	}

	.hero__contents {
		width: 320px;
		max-width: 100%;
		top: 62%;
	}

	.hero {
		background-position-x: 95%;
	}
}