@charset "utf-8";


/* common
-------------------------------------------------------*/
*{
	box-sizing: border-box;
}
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 0px 20px 150px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}



.inter{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	  "slnt" 0;
  }

  .eb-garamond {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  }

.noto-sans  {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  }

.noto-serif {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
  }

  p.txt {
	line-height: 2;
  }


@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 20px 30px;
	}
	.inner {
		max-width: 100%;
	}

}





/* header
-------------------------------------------------------*/

#header .inner {
	max-width: 1348px;
	padding: 30px 0;
	position: relative;
}

.header_cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_logo {
	max-width: 210px;
}

.header_h1 {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	font-variation-settings:
	  "slnt" 0;
	  font-size: 2.5rem;
}

.header_h1_eb-garamond {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 4rem;
}



.nav_sns.header_nav_sns li {
	max-width: 38px;
	margin: 0 10px;
}

.nav_sns.header_nav_sns li:last-child {
	margin-right: 0;
}

@media screen and (max-width:1480px) {
	.nav_sns.header_nav_sns {
		margin-right: 80px;
	}
}

@media screen and (max-width:1348px) {
	.header_cont {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media screen and (max-width:950px) {
	.header_logo {
		max-width: 150px;
	}

	.header_h1 {
		  font-size: 1.8rem;
	}
	
	.header_h1_eb-garamond {
		font-size: 3rem;
	}
	
}

@media screen and (max-width:950px) {
	.nav_sns.header_nav_sns {
		margin-top: 5px;
	}
}

@media screen and (max-width:768px) {
	.nav_sns.header_nav_sns {
		display: none;
	}

	.header_cont {
		display: block;
	}

	.header_logo {
		margin: 0 auto;
	}

	.header_h1 {
		text-align: center;
	}

	.header_h1 {
		font-size: 1.4rem;
  }
  
  .header_h1_eb-garamond {
	  font-size: 2.6rem;
  }

  #header .inner {
	padding: 15px 0;
}
	
}


/* nav
-------------------------------------------------------*/

#nav {
	position: absolute;
	right: -130px;
	top: 50%;
	margin-top: -36px;
	
}


@media screen and (max-width:1480px) {
	#nav {
		right: -72px;
		
	}
}

@media screen and (max-width:1348px) {
	#nav {
		right: -52px;
	}
}

@media screen and (max-width:950px) {
	#nav {
		top: 40%;
	}
}

@media screen and (max-width:768px) {
	#nav {
		top: 20px;
		right: 0px;
		
	}
}

.nav_logo {
	max-width: 180px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.nav_sns {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.nav_sns li {
	max-width: 30px;
	margin: 0 10px;
}

.nav_sns li a {
	padding: 0 !important;
}

#btn_nav {
	position:absolute;
	top: 40px;
	right: 70px;
	z-index: 999;
	cursor: pointer;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 26px;
}
#btn_nav span {
	display: inline-block;
	background: #fff;
	width: 36px;
	height: 4px;
	transition: .5s;
	position: relative;
}
#btn_nav.active span {
	background: #fff;
	transform: translateY(11px) rotate(225deg);
}
#btn_nav.active span:nth-child(2) {
	transform: scaleX(0);
}
#btn_nav.active span:last-child {
	transform: translateY(-11px) rotate(-225deg);
}
#nav nav,
#nav nav::after {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#nav nav {
	display: flex;
	flex-flow: column;
	justify-content: center;
	overflow: auto;
	text-align: center;
	background: #727171;
	top: -100%;
	left: 0;
	z-index: 998;
	transition: .5s;
}

#nav nav.active {
	top: 0;
}


#nav ul li a {
	display: block;
	color: #fff;
	padding: 10px;
	font-size: 1.6rem;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
@media screen and (max-width:768px) {
	#btn_nav {
		top: 33px;
		right: 20px;
	}
}



/* footer
-------------------------------------------------------*/

.footer.area {
	padding-bottom: 30px;
}

.footer {
	text-align: center;
}

.footer_logo {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	font-variation-settings:
	  "slnt" 0;
	  font-size: 2rem;
	  position: relative;
	  margin-bottom: 50px;
}

.footer_logo span {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 160%;
}

.footer_logo::after {
	content: "";
	width: 32px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom: -20px;
	
}

.copy {
	margin-top: 80px;
}


@media screen and (max-width:768px) {
	.footer_logo {
		  font-size: 1.4rem;
		  margin-bottom: 50px;
	}
	

}


/* visal
-------------------------------------------------------*/

.visal {
	max-width: 1348px;
	margin: 0 auto;
	margin-bottom:150px;
}

@media screen and (max-width:768px) {

	.visal {
		margin-bottom:0px;
	}
}


/* index
-------------------------------------------------------*/

#area01.area {
	padding-left: 0;
	padding-right: 0;
}

.index_cont01 {
	display: flex;
	justify-content: space-between;
	flex-direction:row-reverse;
}

.index_cont01_L {
	width: 55%;
}

.index_cont01_R {
	width: 45%;
	padding: 30px;
	padding-left: 80px;
}

.index_cont01_sub {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	opacity: .6;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 20px;
}

.index_cont01_sub span {
	font-size: 160%;
}

.index_cont01_ttl {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 0.5;
	margin-bottom: 80px;
}

.index_cont01_ttl .big {
	font-size: 150%;
}

.index_cont01_inner {
	padding-left: 80px;
}

.index_cont01_L {
	background: url(../img/index/p01.png) no-repeat;
	background-size: cover;
	background-position: center right;
}

@media screen and (max-width:1050px) {
	.index_cont01_R {
		width: 45%;
		padding: 30px;
		padding-left: 30px;
	}

	.index_cont01_inner {
		padding-left: 40px;
	}

}


@media screen and (max-width:768px) {

	.index_cont01 {
		display: block;
	}

	.index_cont01_L {
		width: 90%;
		min-height: 200px;
	}

	.index_cont01_R {
		width: 100%;
		padding: 30px;
		padding-left: 30px;
	}

	.index_cont01_inner {
		padding-left: 0px;
	}

	.index_cont01_sub {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}

	.index_cont01_ttl {
		font-size: 2.5rem;
		line-height: 0.5;
		margin-bottom: 30px;
	}
	
	
}





#area02.area {
	padding-left: 0;
	padding-right: 0;
}

.main_ttl {
	position: relative;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 0.5;
	margin-bottom: 80px;
}

.main_ttl::after {
	content: "";
	height: 2px;
	width: 32px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -50px;
}

.index_cont02 {
	max-width: 1138px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.index_cont02_R {
	width: 45%;
	display: flex;
	justify-content: flex-end;
}

.index_cont02_L {
	width: 40%;
	display: flex;
	justify-content: flex-end;
}


@media screen and (max-width:1050px) {
	.index_cont02_L {
		width: 45%;
	}

}


@media screen and (max-width:768px) {
	.index_cont02 {
		display: block;
	}

	.index_cont02_R {
		width: 100%;
		padding: 30px;
		display: block;
	}

	.main_ttl {
		font-size: 2.5rem;
		line-height: 0.5;
		margin-bottom: 50px;
	}

	.main_ttl::after {
		content: "";
		height: 2px;
		width: 30px;
		background: #fff;
		position: absolute;
		left: 0;
		bottom: -30px;
	}

	.index_cont02_L {
		width: 100%;
		padding-left: 30%;
		display: flex;
		justify-content: flex-end;
	}

}


#area03.area {
	padding-left: 0;
	padding-right: 0;
}

.index_cont03 {
	background: url(../img/index/p03.png) no-repeat;
	background-size: 65%;
	background-position: center left;
	padding-left: 56%;
	min-height: 700px;
}

@media screen and (max-width:1050px) {
	
	.index_cont03 {
		background-size: 55%;
		background-position: top left;
		padding-left: 60%;
		min-height: auto;
		padding-right: 20px;
	}	

}

@media screen and (max-width:768px) {
	
	.index_cont03 {
		background-size: 90%;
		background-position: bottom left;
		padding-left: 0%;
		min-height:auto;
		padding-right: 0px;
		padding-bottom: 270px;
	}	

	.index_cont03_inner {
		padding: 30px;
	}

}


.index_cont04 {
	max-width: 1100px;
	margin: 0 auto;
}

.index_cont04_inner {
	background: #fff;
	border-radius: 20px;
	padding: 40px;
}

.instagram_slider {
	margin-bottom: 100px;
}

.instagram_btn {
	max-width: 322px;
	margin: 0 auto;
}

.instagram_slider li div {
	padding-left: 10px;
	padding-right: 10px;
}

.instagram_i {
	position: relative;
	margin-left: 50px;
}

.instagram_i::before{
	content: "";
	background: url(../img/common/insta_i.png) no-repeat;
	width: 38px;
	height: 38px;
	background-size: 100%;
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -19px;
}

.instagram_slider_out {
	position: relative;
}

.instagram_slider_out::after {
	content: "";
	background: url(../img/index/image_ttl.png) no-repeat;
	width: 184px;
	height: 68px;
	background-size: 100%;
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -92px;
}

@media screen and (max-width:768px) {
	
	.index_cont04_inner {
		padding: 20px;
	}

	.instagram_i::before{
		content: "";
		background: url(../img/common/insta_i.png) no-repeat;
		width: 28px;
		height: 28px;
		background-size: 100%;
		position: absolute;
		left: -40px;
		top: 50%;
		margin-top: -14px;
	}

	.instagram_i {
		position: relative;
		margin-left: 40px;
	}
	
	

}



/* privacy
-------------------------------------------------------*/

.page_visal {
	max-width:1348px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 0 174px;
	margin-bottom: 150px;

}

.privacy_visal {
	background: url(../img/privacy/p01.png) no-repeat;
	min-height: 260px;
}

.page_ttl {
	display: block;
	margin: 0 auto;
	color: #727171;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 4rem;
	text-align: right;
	margin-right: 0;
}

@media screen and (max-width:1000px) {
	.page_visal {
		padding: 0 30px;
		margin-bottom: 100px;
	
	}
}

@media screen and (max-width:768px) {
	.page_visal {
		padding: 0 20px;
		margin-bottom: 30px;
	
	}
	
	.privacy_visal {
		background: url(../img/privacy/p01.png) no-repeat;
		background-size: 180%;
		min-height: 150px;
	}
	
	.page_ttl {
		font-size: 2rem;
	}
}

.privacy_box {
	padding-left: 30px;
	border-left: 6px solid;
	border-image: linear-gradient(to bottom, #eabcab, #d0c6f5) 1;
}

.privacy_box .txt {
	margin-bottom: 30px;
}

.privacy_box h3 {
	font-size: 120%;
}

@media screen and (max-width:768px) {
	.privacy_box {
		padding-left: 15px;
		border-left: 3px solid;
		border-image: linear-gradient(to bottom, #eabcab, #d0c6f5) 1;
	}
	
	.privacy_box .txt {
		margin-bottom: 20px;
	}
	
	.privacy_box h3 {
		font-size: 110%;
	}
}



.privacy_cont_wrap {
	display: flex;
	justify-content: space-between;
}

.privacy_cont_L {
	width: 70%;
}

.privacy_cont_R {
	width: 30%;
}

.privacy_logo_wrap {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.privacy_logo_wrap .footer_logo {
	margin-bottom: 0;
}

.privacy_logo_wrap .footer_logo::after {
	display: none;
}

.privacy_logo {
	margin-left: 20px;
	margin-top: 10px;
}

.privacy_cont {
	display: flex;
	flex: 1;
	justify-content: space-between;
}

.privacy_cont dt {
	width: 100px;
}

.privacy_cont dd {
	width: 100%;
}




@media screen and (max-width:768px) {
	.privacy_cont_wrap {
		display: block;
	}
	
	.privacy_cont_L {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.privacy_cont_R {
		width: 70%;
		margin: 0 auto;
	}
	
	.privacy_logo_wrap {
		display: block;
		margin-top: 30px;
	}
	
	
	
	.privacy_logo {
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	
	.privacy_cont {
		display: flex;
		flex: 1;
		justify-content: space-between;
	}
	
	.privacy_cont dt {
		width: 120px;
	}
	
	.privacy_cont dd {
		width: 100%;
	}
}





/* staff
-------------------------------------------------------*/



.staff_visal {
	background: url(../img/staff/visual.png) no-repeat;
	min-height: 581px;
}

@media screen and (max-width:768px) {
	.staff_visal {
		background-size: 100%;
		min-height: 150px;
	}
}


.staff_box dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.staff_box dl.rev {
	flex-direction: row-reverse;
}

.staff_box dl dt {
	width: 50%;
}

.staff_box dl dd {
	width: 50%;
	padding-left: 5%;
}

.staff_box dl.rev dd {
	padding-left: 0;
	padding-right: 5%;
}

.name {
	font-size: 1.8rem;
	font-weight: 200;
}

.name_eng {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.staff_box dl.rev .name,.staff_box dl.rev .name_eng {
	text-align: right;
}

@media screen and (max-width:768px) {
	.staff_box dl {
		display: block;
		margin-bottom: 40px;
	}

	.staff_box dl dt {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.staff_box dl dd {
		width: 100%;
		padding-left: 0%;
		padding-right: 0 !important;
	}

	.name {
		font-size: 1.4rem;
	}
	
	.name_eng {
		font-size: 0.8rem;
		margin-bottom: 20px;
	}

	.staff_box dl.rev .name,.staff_box dl.rev .name_eng {
		text-align: left;
	}
}



.staff_box02_inner {
	display: flex;
	justify-content: space-between;
}

.staff_box02_img {
	width: 65%;
}

.information {
	width: 30%;
}

.information .main_ttl {
	line-height: 1;
}

.information dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 110%;
	margin-bottom: 60px;
	position: relative;
}

.information dl::after {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: -30px;
}

.information dl:last-child::after {
	display: none;
}

.information dl dt {
	width: 35%;
}

.information dl dd {
	width: 62%;
}

.font_tel {
	font-size: 150%;
	line-height: 1;
}


@media screen and (max-width:768px) {
	.staff_box02_inner {
		flex-direction: column-reverse;
	}

	.staff_box02_img {
		width: 100%;
	}
	
	.information {
		width: 100%;
	}

	.information dl {
		font-size: 100%;
	}
	
	
}


.map iframe {
	width: 100%;
	height: 550px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media screen and (max-width:768px) {
	.map iframe {
		height: 200px;
	}
	
	
}



/* menu
-------------------------------------------------------*/



.menu_visal {
	background: url(../img/menu/visual.png) no-repeat;
	min-height: 581px;
}

@media screen and (max-width:768px) {
	.menu_visal {
		background-size: 100%;
		min-height: 150px;
	}
}


.menu_area_inner {
	max-width: 1150px;
	
}

.menu_area_cont {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.menu_txt {
	width: 45%;
	padding-left: 75px;

}

.menu_img {
	width: 50%;
}

.txt_big {
	font-size: 120%;
	font-weight: 500;
	margin-bottom: 30px;
}

.width1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.mb0 {
	margin-bottom: 0;
}



.price_box {
	margin-top: 50px;
}

.price_box_head {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	padding: 5px 30px;
	font-size: 1.6rem;
	border-top: 6px solid;
	border-image: linear-gradient(to left, #eabcab, #d0c6f5) 1;
	align-items: center;
}

.price_line {
	border: 1px solid #fff;
	margin-bottom: 20px;
}

.price_box_p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price_box_p dt {
	font-size: 110%;
}

.price_box_p dd {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 1.3rem;
}

.mb30 {
	margin-bottom: 30px;
}

.menu_area_cont.rev {
	flex-direction: row-reverse;
	margin-top: 100px;
}

.rev .menu_txt {
	padding-right: 75px;
	padding-left: 0;

}

.bottom_s {
	padding-bottom: 30px;
}


@media screen and (max-width:1200px) {

	.menu_txt {
		width: 45%;
		padding-left: 0;
	
	}

	.rev .menu_txt {
		padding-right: 0px;
	
	}

	.width1000 {
		max-width: 100%;
	}
	
}

@media screen and (max-width:900px) {
	.price_box_head {
		display: block;
		font-size: 1.3rem;
	}
}

@media screen and (max-width:768px) {
	.price_box_head {
		font-size: 1.3rem;
	}

	.menu_area_cont {
		display: block;
	}

	.menu_txt {
		width: 100%;
		margin-bottom: 20px;
	
	}
	
	.menu_img {
		width: 100%;
	}

	.price_box_p dt {
		font-size: 100%;
	}

	.txt_big {
		font-size: 110%;
		margin-bottom: 20px;
	}

	.menu_area_cont.rev {
		margin-top: 50px;
	}
	.bottom_s {
		padding-bottom: 10px;
	}

	.price_box {
		margin-top: 20px;
	}
	
}


.menu_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.menu_in {
	width: 47%;
}

.price_box_head .jp {
	font-size: 0.9rem;
	font-family:"Hiragino Kaku Gothic ProN",'Noto Sans JP', sans-serif;
}

.price_box_p_in {
	padding-left: 30px;
	padding-right: 30px;
}

.price_box_p .jp {
	font-size: 1rem;
	font-family:"Hiragino Kaku Gothic ProN",'Noto Sans JP', sans-serif;
}

@media screen and (max-width:768px) {
	.menu_box {
		display: block;
	}
	
	.menu_in {
		width: 100%;
	}
}

/* contact
-------------------------------------------------------*/


.contact_visal {
	background: url(../img/contact/visual.png) no-repeat;
	min-height: 260px;
}


@media screen and (max-width:768px) {
	
	
	.contact_visal {
		background: url(../img/contact/visual.png) no-repeat;
		background-size: 180%;
		min-height: 150px;
	}
	
	
}


.contact_form_inner {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 80px;
}
.red {
	color:#cc3301;
}

.contact_top_txt {
	margin-bottom: 40px;
	text-align: center;
}

.contact_form_ent dl dt {
	font-weight: 500;
	margin-bottom: 10px;
}

.contact_form_ent dl {
	margin-bottom: 40px;
}

#contact .inner {
	max-width: 530px;
}
#contact .txt_head {
	text-align: center;
	font-weight: 500;
	margin: 0 0 30px;
	line-height: 1.6;
	font-size: 110%;
}
#contact .table_temp {
	width: 100%;
}
#contact.contact_after .inner {
	padding: 0;
}
#contact tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #ddd;
}
#contact tr:last-child {
	border-bottom: 1px solid #ddd;
}
#contact tr>* {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px;
	box-sizing: border-box;
	line-height: 1;
}
#contact tr th {
	width: 250px;
	text-align: left;
	vertical-align: top;
	padding: 30px 10px 20px 10px;
}
#contact tr th b {
	position: relative;
	font-weight: normal;
	display: block;
	padding: 0 0 0 60px;
}
#contact tr.hissu th b::after{
	color: #fff;
	font-weight: 500;
	font-size: 80%;
	width: 45px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "必須";
	background: #323946;
	border-radius: 3px;
}
#contact.contact_after tr {
	border-bottom: 1px solid #ccc;
}
#contact.contact_after tr:first-child {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}
#contact.contact_after tr th {
	color: #aaa;
}
#contact.contact_after tr td {
	font-weight: 500;
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
#contact input[type="text"],
#contact select,
#contact textarea {
	width: 100%;
	border: 1px solid #838383;
	border-radius: 5px;
	font-weight: 300;

}
#contact input[type="text"],
#contact select {
	height: 50px;
}
#contact textarea {
	min-height: 150px;
	resize: vertical;
}
#contact .radio_area label,
#contact .check_area label {
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 1.3;
}
#contact .txt_form {
	text-align: center;
	line-height: 1.3;
}
#contact .txt_form span {
	display: block;
}
::placeholder {
	color: #848A92;
}
#contact .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
#contact .form_btn01,
#contact .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 260px;
	height: 50px;
	border: none;
	padding: 10px;
	margin: 50px auto 0;
	box-sizing: border-box;
	font-size: 110%;
	color: #fff;
	line-height: 1;
    text-align: center;
}
#contact .form_btn01 {
	background: #727171;
	border: 1px solid #fff;
}
#contact .form_btn02 {
	background: #333;
}
#contact td.double .txt {
	margin: 0 0 10px;
}
#contact td.double .txt.second {
	margin: 20px 0 10px;
}
#contact .caution {
	font-size: 80%;
	line-height: 1.4;
	margin: 10px 0 0;
}
/* table_temp end */
@media screen and (max-width:768px) {
	#contact .txt_head {
		font-size: 100%;
	}
	/* table_temp start */
	#contact.contact_after tr:first-child {
		margin: 20px 0 0;
	}
	#contact tr>* {
		display: block;
		padding: 30px 0;
		line-height: 1.3;
	}
	#contact tr th {
		width: 100%;
		font-size: 100%;
		padding: 30px 0;
	}
	#contact tr td {
		padding-top: 0;
	}
	#contact tr.hissu th b::after,
	#contact tr.nini th b::after {
	}
	#contact .radio_area label,
	#contact .check_area label {
		display: flex;
		align-items: center;
	}
	#contact .form_btn {
		flex-flow: column;
	}
	#contact .form_btn01,
	#contact .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
		width: 100%;
max-width: inherit;
	}
	/* table_temp end */
}