@charset "UTF-8";
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
.button, .buttons, h1 {
	display: flex
}
#field:before, .paragraph:before, q:after, q:before {
	content: ""
}
.button, .find_wrapper .buttons button {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .6)
}
.button, .find_wrapper .buttons button, .form_inquiry ul.list_items li.list_item .item input {
	box-sizing: border-box;
	transition-duration: .3s;
	transition-delay: 0s;
	transition-timing-function: ease;
	transition-property: color, background-color
}
a, article, aside, footer, header, img, nav, section {
	display: block
}
img {
	max-width: 100%
}
#field::-webkit-scrollbar {
	width: 0;
}
#field, .whole {
	max-width: 750px
}
button, input, select, textarea {
	outline: 0
}
label {
	cursor: pointer
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
abbr, acronym, fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: 400;
	font-style: normal
}
ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-size: 100%
}
body, button, input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt"
}
@-moz-keyframes reflection {
	0%, 100% {
		background-color: rgba(255, 255, 255, 0)
	}
	50% {
		background-color: rgba(255, 255, 255, .2)
	}
}
@-webkit-keyframes reflection {
	0%, 100% {
		background-color: rgba(255, 255, 255, 0)
	}
	50% {
		background-color: rgba(255, 255, 255, .2)
	}
}
@keyframes reflection {
	0%, 100% {
		background-color: rgba(255, 255, 255, 0)
	}
	50% {
		background-color: rgba(255, 255, 255, .2)
	}
}
body, html {
	height: 100%
}
html {
	font-size: 10px
}
body {
	line-height: 1.6;
	font-size: 3.6rem;
	background-image: url(../images/common/tile.jpg);
	background-position: center 0
}
#field {
	height: 100dvh;
	/* min-height: 100%; */
	/* height: 100vh; */
	margin: 0 auto;
	position: relative;
	color: #000;
	/* background-color: #000; */
    background: linear-gradient(135deg, #7EDFFC, #befc9c);
    overflow-y: scroll;
    overflow-x: hidden;
    border: solid 10px;
    box-sizing: border-box;
    /* border-radius: 0 0 20px 20px; */
}
#field:before {
	/* width: calc(100% - 20px);
	height: calc(100% - 20px); */
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 0;
	/* background-image: url(../images/common/bg.jpg); */
	border-radius: 20px;
	/* background: linear-gradient(135deg, #7EDFFC, #befc9c); */
}
#duplicate, main {
	/* padding: 10px 0 */
}
main {
    /* height: calc(100vh - 20px); */
	/* height: calc(100vh - 50px); */
}
.whole {
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0
}
#screen .line, #screen .reflection {
	position: fixed;
	z-index: 2
}
#screen .line {
	background-image: url(../images/common/line.png)
}
#screen .reflection {
	background-color: #fff;
	background-image: url(../images/common/reflection.png);
	background-position: center center;
	background-size: cover;
	background-blend-mode: overlay;
	-moz-animation-name: reflection;
	-webkit-animation-name: reflection;
	animation-name: reflection;
	-moz-animation-duration: 3s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
#duplicate {
	position: absolute;
	z-index: 3;
	opacity: 0;
	box-sizing: border-box
}
.main {
	padding-top: 30px;
	position: relative;
	z-index: 1;
    text-align: justify;
}
.wrapper {
	width: 670px;
	margin: 0 auto
}
.buttons {
	flex-wrap: wrap;
	justify-content: space-between
}
.button, .buttons.center {
	justify-content: center
}
.buttons li {
	width: 320px;
	margin-bottom: 24px
}
.button {
	height: 110px;
	padding: 0;
	align-items: center;
	color: #000;
	font-size: 4rem;
	font-weight: 700;
	text-decoration: none;
	background-color: #7EDFFC;
	border: 5px solid #fff;
	border-radius: 20px
}
.button.hover {
	color: #fff;
	background-color: #00B5EB
}
.button.red {
	color: #ff0005;
	background-color: #e9abd4
}
.button.red.hover {
	color: #fff;
	background-color: #ff0005
}
.paragraph:before, h1 {
	background-color: #fff
}
h1 {
	height: 108px;
	margin: 0 auto 30px;
	justify-content: center;
	align-items: center
}
.floating {
	height: 100px
}
.floating .buttons_wrapper {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1
}
.floating .buttons {
	padding-bottom: 40px
}
.floating .buttons li {
	margin-bottom: 0
}
.paragraph {
	padding: 15px 0;
	position: relative;
	text-align: center;
	line-height: 1.7
}
.paragraph:before {
	width: 100%;
	height: 100%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}
.header, .header .logo_wrapper {
	position: relative
}
.paragraph p, .paragraph strong {
	position: relative;
	z-index: 1
}
.paragraph strong:after, .paragraph strong:before {
	content: "□□□"
}
.paragraph strong:before {
	margin-right: 10px
}
.paragraph strong:after {
	margin-left: 10px
}
.paragraph span:after {
	content: "-";
	margin: 0 10px
}
.pic_wrapper {
	margin-bottom: 24px;
    text-align: center;
}
.pic_wrapper img {
    display: inline;
}
.list_items .list_item {
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
    flex-direction: column;
}
.list_items .list_item .item,
.list_items .list_item .label {
	padding: 10px 24px;
	/* line-height: 60px; */
	line-height: 1.5;
	box-sizing: border-box
}
.list_items .list_item .label {
	/* width: 154px; */
    width: 100%;
	color: #fff;
	background-color: #000
}
.list_items .list_item .item {
	/* width: 500px; */
	background-color: #fff
}
.list_items .list_item .item + .item {
    padding-top: 20px;
}
.list_items .list_item .item .hdg {
    font-weight: bold;
}
p.notfound {
	width: 100%;
	text-align: center
}
.header {
	width: 730px;
	margin: 0 auto;
	z-index: 1;
	border-radius: 20px 20px 0 0
}
.header .logo_wrapper .bg {
	width: 100%
}
.header .logo_wrapper .logo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center
}
.header .logo_wrapper .logo img {
	height: calc(80 / 200 * 100%)
}
.header p.sub {
	font-size: 1.4rem;
	padding: 0 0 0;
	color: #222;
}
.header p {
	padding: 20px 0 10px;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	font-size: 4.8rem;
	font-weight: 700;
}
.illust {
	/* width: 320px */
	width: 170px;
}
.find_wrapper {
	width: 670px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}
.find_wrapper .info {
	width: 296px
}
.find_wrapper .info p {
	margin-bottom: 10px
}
.find_wrapper .info p span {
	color: #ff0005
}
.find_wrapper .info input {
	width: 100%;
	height: 105px;
	padding: 0 20px;
	line-height: 105px;
	font-size: 3.6rem;
	box-sizing: border-box
}
.find_wrapper .buttons {
	width: 333px;
	margin: 0;
	flex-wrap: wrap
}
.find_wrapper .buttons li {
	width: 100px;
	margin-bottom: 10px
}
.find_wrapper .buttons button {
	width: 100%;
	height: 100px;
	padding: 0;
	color: #fff;
	font-size: 6rem;
	font-weight: 700;
	background-color: #222;
	border: 2px solid #fff;
	cursor: pointer
}
.find_wrapper .buttons button.hover {
	background-color: #73C4EF
}
.find_wrapper .buttons button.find, .find_wrapper .buttons button.remove {
	font-size: 4rem
}
.find_wrapper .buttons button.remove {
	color: #000;
	background-color: #fffb74
}
.find_wrapper .buttons button.remove.hover {
	color: #fffb74;
	background-color: #000
}
.find_wrapper .buttons button.find {
	color: #ff0005;
	background-color: #e9abd4
}
.find_wrapper .buttons button.find.hover {
	color: #fff;
	background-color: #ff0005
}
.form_inquiry .tel_wrapper {
	height: 172px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-color: #fff
}
.form_inquiry .tel_wrapper span:after, .form_inquiry .tel_wrapper span:before {
	content: "□□□"
}
.form_inquiry .tel_wrapper span:before {
	margin-right: 10px
}
.form_inquiry .tel_wrapper span:after {
	margin-left: 10px
}
.form_inquiry .tel_wrapper a {
	color: #000;
	text-decoration: none;
	cursor: text
}
.form_inquiry ul.list_items li.list_item .label {
	background-color: #000
}
.form_inquiry ul.list_items li.list_item .item {
	padding: 0
}
.form_inquiry ul.list_items li.list_item .item input {
	width: 100%;
	padding: 10px 24px;
	display: block;
	line-height: 60px;
	font-size: 3.6rem;
	border: none
}
.form_inquiry ul.list_items li.list_item .item input.error {
	color: #ff0005;
	background-color: #e9abd4
}
.form_inquiry ul.list_items li.list_item .item input.focus {
	color: #000;
	background-color: #99a6da
}
.form_inquiry .unsent, .form_inquiry ul.list_items li.list_item p.e {
	color: #ff0005
}
.form_inquiry ul.list_items li.list_item p.c, .form_inquiry ul.list_items li.list_item p.e {
	padding: 10px 24px;
	line-height: 60px
}
.form_inquiry .sending, .form_inquiry .sent, .form_inquiry .unsent {
	display: none;
	text-align: center
}
.form_inquiry .floating {
	height: 280px
}
.form_inquiry .buttons.confirming, .form_inquiry .buttons.writing {
	padding-bottom: 12px;
	display: none
}
.form_inquiry .buttons button {
	width: 100%;
	display: block;
	cursor: pointer
}
.form_inquiry.confirming .buttons.confirming, .form_inquiry.writing .buttons.writing {
	display: flex
}
.form_inquiry.confirming .item input, .form_inquiry.sending .item input, .form_inquiry.sent .item input {
	display: none!important
}
.form_inquiry.sending .sending, .form_inquiry.sent .sent, .form_inquiry.unsent .unsent {
	display: block
}
.form_inquiry.sent .list_items, .form_inquiry.sent .tel_wrapper, .form_inquiry.unsent .list_items, .form_inquiry.unsent .tel_wrapper {
	display: none
}
.sns_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}
.sns_area li {
	margin: 4px 12px 0;
}
.sns_area li a {
	cursor: pointer!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sns_area li a i {
	font-size: 24px;
}
.ta-c {
	text-align: center!important
}
.profile_img {
	width: 80%;
}