@charset "UTF-8";

html {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
img {
	width: 100%;
}
.only-sp {
	display: none;
}
.only-750sp {
	display: none;
}
.only-1250sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.only-pc {
		display: none;
	}
	.only-sp {
		display: block;
	}
}
@media screen and (max-width: 750px) {
	.only-750pc {
		display: none;
	}
	.only-750sp {
		display: block;
	}
}
@media screen and (max-width: 1250px) {
	.only-1250pc {
		display: none;
	}
	.only-1250sp {
		display: block;
	}
}

/* header *//* header */
#top-head {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 1;
	background: #fff;
	text-align: center;
	z-index: 999;
	border-bottom: 1px solid #E5E5E5;
}
 
#top-head .inner {
    position: relative;
	max-width: 910px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	#top-head .inner {
		margin-bottom: 5%;
	}
}
#top-head .logo {
    max-width: 400px;
	width: 90%;
	margin: 0 auto;
}
#top-head .side-inner {
	display: flex;
	justify-content:space-between;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 5px;
}
#top-head .tell {
	color: #fff;
	font-size: 20px;
	background-color: #000;
	border-radius: 20px;
	padding: 5px 15px;
}
#top-head .insta {
	max-width: 48px;
}

/* transition */
#top-head,
#top-head:after,
#top-head .side-inner,
#top-head .logo img,
#top-head .tell,
#top-head .insta,
#top-head .insta img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/* Fixed */
#top-head.fixed {
    padding-top: 15px;
	padding-bottom: 15px;
}
#top-head.fixed .logo img {
	width: 245px;
}
 
#top-head.fixed:after {
    width: 100%;
    margin-top: 20px;
}
#top-head.fixed .tell {
	font-size: 14px;
	padding: 3px 10px;
	margin-top: 1px;
}
#top-head.fixed .side-inner {
	top: 2px;
	right: 160px;
}
#top-head.fixed .insta {
	width: 33px;
}
#top-head.fixed .insta img {
	width: 33px;
}
@media screen and (max-width: 950px) {
	#top-head .side-inner {
		margin: 0 auto;
		width: 400px;
		position: relative;
		overflow: hidden;
		padding: 0;
	}
	#top-head .tell {
		font-size: 18px;
		position: relative;
		margin: 5px auto 0;
		padding: 3px 110px;
		overflow: hidden;
	}
	#top-head .insta {
		position: relative;
	}
	#top-head.fixed .side-inner {
		position: relative;
		margin: 5px auto 0;
		width: 250px;
		right: 0;
	}
	#top-head.fixed .tell {
		position: relative;
		margin-left: 5px;
		margin-top: 2px;
		padding: 3px 50px;
	}
}
@media screen and (max-width: 640px) {
	#top-head {
		height: 85px;
		margin: 0;
		padding: 0;
		line-height: 1.15;
	}
	#top-head.fixed {
		padding: 0;
	}
	#top-head .inner {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#top-head .logo,
	#top-head.fixed .logo {
		width: 210px;
		margin-top: 15px;
		margin-left: 10px;
	}
	#top-head.fixed:after {
		margin-top: 0;
	}
	#top-head.fixed .logo img {
		width: 100%;
	}
	#top-head .tell,
	#top-head.fixed .tell {
		color: #fff;
		text-align: center;
		font-size: 12px;
		background-color: #000;
		border-radius: 20px;
		padding: 2px;
		width: 210px;
		position: relative;
		margin-top: 10px;
		margin-left: 10px;
	}
	.side-inner {
		margin: 0!important;
		width: 260px!important;
		top: 0!important;
	}
	.insta {
		width: 40px;
		margin-top: 3px;
	}
}
.page-wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 105px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 900px) {
	.page-wrapper {
		padding-top: 133px;
	}
}
@media screen and (max-width: 640px) {
	.page-wrapper {
		padding-top: 85px;
	}
}
.section_title,
div#mfp_phase_confirm h4 {
	font-size: 30px;
	color: #000;
	margin: 30px auto 0;
	width: 90%;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.section_title {
		margin-top: 25px;
	}
}
.mfp-cal {
	background-color: #F2F2F2;
	display: flex;
	padding: 15px;
	margin-top: 3px;
	position: relative;
	overflow: hidden;
}
.mfp-cal dt {
	border: none!important;
	width: 50%!important;
	text-align: left!important;
	padding: 8px!important;
	font-size: 16px!important;
	position: relative!important;
}
.mfp-cal dd {
	border: none!important;
	padding: 0!important;
	width: 50%!important;
	font-size: 14px!important;
}
@media screen and (max-width: 640px) {
	.mfp-cal {
		display: block;
	}
	.mfp-cal dt,
	.mfp-cal dd {
		width: 100%!important;
	}
}
.mfp-cal dd input {
	background-color: #fff;
	border: solid 1px #D1D1D1;
	width: 100%;
	padding: 5px;
	text-align: left!important;
}
.mfp-cal .request textarea {
	border: solid 1px #D1D1D1!important;
	height: 10em!important;
	background-color: #fff;
	width: 100%!important;
	max-width: 100%!important;
	min-height: 2em!important;
	padding: 5px!important;
}
.mfp_element_all {
    max-width: 100%;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
div.mfp_err {
	padding-top: 0;
}
form#mailformpro label.mfp_checked {
    padding: 0;
    border: none;
    background-color: #F2F2F2;
    box-shadow: none;
}
form#mailformpro label.mfp_not_checked {
    padding: 0;
    border: none;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
    border-radius: 0;
    padding: 0;
    border: none;
    background: #fff;
    text-shadow: none;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

@media screen and (max-width: 640px) {
	.mfp-cal dd input,
	.mfp-cal .request textarea {
		font-size: 15px;
		padding: 6px;
	}
}

.required {
	color: #FF0000;
}
.required-text {
	color: #FF0000;
	width: 100%;
	text-align: right;
	font-size: 14px;
	margin: 10px 0 10px;
}
@media screen and (max-width: 640px) {
	.required-text {
		font-size: 13px;
	}
}
.annotation {
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 10px;
	text-align: right;
	font-weight: normal;
}
.annotation-2l {
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 3px;
	text-align: right;
	font-weight: normal;
}
.annotation-3l {
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 0px;
	text-align: right;
	font-weight: normal;
}
.annotation-btm {
	font-size: 12px;
	position: absolute;
	right: 15px;
	bottom: 10px;
	text-align: right;
	font-weight: normal;
}
@media screen and (max-width: 1250px) {
	.annotation,
	.annotation-2l,
	.annotation-3l,
	.annotation-btm {
		position: relative;
		text-align: left;
		top: 5px;
		right: 0;
	}
}
@media screen and (max-width: 640px) {
	.annotation,
	.annotation-2l,
	.annotation-3l,
	.annotation-btm {
		top: 2px;
		line-height: 1.2em;
	}
}

.mfp-cal label {
	margin: 7px 10% 0 0!important;
}
@media screen and (max-width: 640px) {
	.mfp-cal label {
		margin-right: 9%!important;
	}
}
.mfp-cal label input {
	width: auto;
	height: auto;
	vertical-align: text-bottom;
}
.confirmation {
	width: 100%;
	text-align: center;
}
.confirmation button {
	width: 100%;
	text-align: center;
	border: none;
	padding: 13px;
	margin-top: 80px;
	color: #fff;
	background-color: #000;
}
.confirmation button:hover {
	background:rgba(0,0,0,0.5);
	transition-duration: 0.8s;
	
}
/*.confirmation button[disabled] {
	border: 2px solid #DDDDDD;
	color: #C9C9C9;
	cursor: not-allowed;
	background-color: #fff;
}*/
@media screen and (max-width: 640px) {
	.confirmation button {
		margin-top: 60px;
	}
}
.mfp-cal select {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 3px 50px 3px 5px;
	border: solid 1px #D1D1D1;
}
.mfp-cal li input {
	padding: 5px;
}
.arrow_u {
  position: relative;
  display: inline-block;
}
.arrow_u:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 1px #ADADAD;
  border-right: solid 1px #ADADAD;
  position: absolute;
  top: 35%;
  right: 10%;
  margin-top: -6px;
  transform: rotate(45deg);
}

table#mfp_confirm_table {
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	max-width: 1500px;
	margin: 40px auto 0;
}
div.mfp_buttons {
	max-width: 1500px;
	margin: 40px auto 0;
	display: flex;
	justify-content:space-between;
}
table#mfp_confirm_table tr th {
	width: 30%;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	font-size: 15px;
	padding: 10px;
	vertical-align: middle;
	border-top: none;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F2F2F2;
}
div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel {
	width: 48%;
	font-size: 16px;
	padding: 10px;
	color: #fff;
	background-color: #000;
    transition-duration: 0.8s;
}
div.mfp_buttons button#mfp_button_send:hover,
div.mfp_buttons button#mfp_button_cancel:hover {
	background:rgba(0,0,0,0.5)!important;
}

.thanks {
	font-size: 40px;
	color: #000;
	margin: 30px auto 0;
	width: 90%;
	text-align: center;
}
.thanks-text {
	text-align: center;
	font-size: 18px;
	line-height: 2em;
	margin-top: 40px;
}

.footer {
	width: 90%;
	max-width: 1200px;
	margin: 50px auto;
}
.copyright {
	font-size: 10px;
	text-align: left;
}
.copyright-center {
	font-size: 10px;
	text-align: center;
}

#page-top {
	position: fixed;
	right: 40px;
	bottom: 40px;
	height: 32px;
	width: 40px;
	z-index: 900;
	cursor: pointer;
}
.d-none {
	display: none;
}
@media screen and (max-width: 640px) {
	#page-top {
		position: fixed;
		right: 20px;
		bottom: 20px;
	}
}