@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
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,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}
header,
footer,
article,
section,
aside,
hgroup,
nav,
menu,
figure,
figcaption,
time {
    display: block;
}
li {
    list-style: none;
}
ol li {
    list-style: decimal;
}
img {
    max-width: 100%;
    height: auto;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    border: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
caption,
th {
    text-align: left;
}
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}
input,
select {
    vertical-align: middle;
}
input,
textarea {
    margin: 0;
    padding: 0;
}
/*----------------------------------------
	Common
----------------------------------------*/
html {
    width: 100%;
    font-size: 62.5%;
}
body {
    font-family: "Noto Sans CJK JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Droid Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: inherit;
    position:relative;
    z-index: 0;
    line-height: 1.6;
    color: #231F20;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
    height: 100%;
    position: relative;
}
a {
    color: #007DCD;
    outline: none;
    overflow: hidden;
    text-decoration: underline;
}
a:hover {
    color: #007DCD;
    text-decoration: none;
}
a[href^="tel:"] {
	cursor: default;
}
.show-mobile-inline,
.show-mobile {
    display: none;
}
.hide-mobile {
    display: block;
}
.hide-mobile-inline {
	display: inline-block;
}
.br-mobile {
    display: none !important;
}
.inner {
    width: 86%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.f-bold {
    font-weight: bold;
}
.mt-1 {
    margin-top: 1rem;
}
.mb-1 {
    margin-bottom: 1rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.t-blue {
    color: #00B2D8;
}
.t-red {
    color: #E34371;
}
@media only screen and (max-width: 767px) {
    body {
    }
	.show-mobile {
		display: block;
	}
	.show-mobile-inline {
		display: inline-block;
	}
	.hide-mobile {
		display: none;
	}
	.hide-mobile-inline {
		display: none;
	}
    .br-mobile {
        display: block !important;
    }
}

/*----------------------------------------
	Header
----------------------------------------*/
header {
}

/*----------------------------------------
	Footer
----------------------------------------*/
footer {
}

/*----------------------------------------
	Main
----------------------------------------*/
main {
    margin: 5rem auto 10rem auto;
}
@media only screen and (max-width: 767px) {
}

/*----------------------------------------
	Mail Form
----------------------------------------*/
.p-form {
}
.p-form__title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 5rem;
}
.p-form__wrap {
}
.p-form__wrap .wpcf7 {
    margin-bottom: 4rem;
}
.p-form p {
    margin-bottom: 1.5rem;
}
.p-form__wrap form {
}
/* フォーム */
.p-form-box {
    display: flex;
    align-items: center;
	padding: 2rem 0;
    border-bottom: 1px dotted #c8c8c8;
}
.hissu {
    font-size: 1.6rem;
    color: #ff0000;
    margin-left: 3px;
}
.p-form-box-l {
    width: 220px;
    text-align: right;
    padding: 0 10px 0 0;
    font-weight: bold;
}
.p-form-box-r {
	flex: 1;
	font-size: 15px;
	padding: 0 10px;
}
.input-text {
	width: 100%;
	padding:10px 5px;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
    background: #fff;
}
.input-textarea {
	width: 100%;
	padding:10px 5px;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
    background: #fff;
}
.p-form-box-r select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.7em;
    height: 44px;
    vertical-align: middle;
    border:1px solid #CCC;
    background: #fff;
    font-size: 16px;
	width: 100%;
	padding-right: 20px;
	border-radius: 5px;
}
.p-form-box-r input[type="date"] {
    text-indent: 0.4em;
    height: 44px;
    vertical-align: middle;
    border:1px solid #CCC;
    background: #fff;
    font-size: 16px;
	width: 50%;
	max-width: 200px;
}
.p-form-box-r .date-meet-box input[type="date"] {
	margin-right: 12px;
}
#button-layer {
	text-align:center;
    padding: 2rem 0 0 0;
}
#button-layer input {
	font-weight: bold;
	font-size: 1.8rem;
    color: #fff;
	background: #000;
	border-radius: 40rem;
    margin: 0 auto;
    padding: 0 6rem;
    height: 6rem;
	border: none;
	cursor: pointer;
    transition: all .3s ease-in-out;
    letter-spacing: 1px;
}
#button-layer input:hover {
	opacity:0.70;
}
.p-form-input-note {
    margin-bottom: 3rem;
}
.p-form-input-note .hissu {
    font-size: 1.6rem;
    margin-right: .6rem;
}
.p-form-block-title {
    border-bottom: 1px solid #c8c8c8;
    margin-top: 4rem;
    padding-bottom: 1.2rem;
    font-size: 1.8rem;
}
.p-form-box__note {
    font-size: 1.2rem;
    font-weight: normal;
}
span.wpcf7-list-item {
    padding: 4px;
}
div.wpcf7-response-output {
    margin: 0 auto;
    padding: 1em 1em !important;
    line-height: 1;
	color: #365899;
	font-weight: 700;
	text-decoration: underline;
	font-size: 16px;
    text-align: center;
    margin-top: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #365899;
}
span.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip-no-ajax {
	color: #c00;
	text-decoration: underline;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: 20px!important;
    line-height: 1.6;
}
form.invalid .wpcf7-response-output {
    border: 2px solid #c00 !important;
    color: #c00 !important;
}
div.wpcf7-validation-errors {
	color: #c00;
	font-weight: 700;
	text-decoration: underline;
	border: none;
}
.wpcf7-mail-sent-ok {
	color: #365899;
	font-weight: 700;
	text-decoration: underline;
	border: none;
}
.wpcf7-not-valid {
    border: 1px solid #c00;
}


@media only screen and (max-width: 767px) {
    
    /*----------------------------------------
        Mail Form
    ----------------------------------------*/
    .p-form__wrap {
        padding: 2rem 0 4rem 0;
    }
    /* フォーム */
    .p-form__title {
        margin-bottom: 2rem;
    }
	.p-form-box {
        display: block;
		margin: 0;
	}
	.p-form-box-l, .p-form-box-r {
		display: block;
	}
	.p-form-box-l {
		width: auto;
		text-align: left;
        padding: 0;
		font-size: 14px;
	}
	.p-form-box-r {
		width: auto;
        padding: 0;
		font-size: 14px;
	}
	#input-name .input-text,
	#input-kana .input-text {
		width: 100%;
		margin-right: 0;
	}
	.input-text,
	.input-textarea {
		width: 100%;
    }

}

@media only screen and (max-width: 320px) {

}