@charset "UTF-8";

div.section.bgSection {
	position: relative;
	background: #111;
	overflow: hidden;
}
div.section.bgSection::before {
  content: '' ;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
  background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.3), transparent);
}

div.section.bgSection div.inside {
	position: absolute;
	width: 90%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 5%;
	top: 0;
  color: #FFF;
}
@media screen and (max-width: 1019px) {
	div.section.bgSection div.inside {
		width: 100%;
		height: 100%;
		left: 0;
		padding: 0 15px;
		box-sizing: border-box;
	}
}
div.section.bgSection h4 {
	color: #FFF;
}
div.section.bgSection h4::after {
	background: #FFF;
}
div.section.bgSection p {
	color: #FFF;
}
div.section.bgSection p.img {
	margin: 0;
}

div.section ul.kindListWidthAll {
  margin-top: -120px;
	margin-bottom: 60px;
}
@media screen and (max-width: 1019px) {
  div.section ul.kindListWidthAll {
    margin-top: -100px;
		margin-bottom: 40px;
  }
}

div.section div.gyojiBlock {
  margin: 60px 0 0;
}
@media screen and (max-width: 1019px) {
  div.section div.gyojiBlock {
    margin: 40px 0 0;
  }
}
div.section div.gyojiList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media screen and (max-width: 1019px) {
	div.section div.gyojiList {
	}
}
div.section div.gyojiList div.block {
	margin: 0;
	width: 165px;
}
@media screen and (max-width: 1019px) {
	div.section div.gyojiList div.block {
		margin: 0;
		width: 50%;
	}
}
div.section div.gyojiList p.gyojiTtl {
  padding: 15px;
  color: #fff;
  font-weight: bold;
  background: #575B5E;
  box-sizing: border-box;
  margin: 0;
  border-right: 1px solid #444;
}

div.section div.gyojiList .gyojiTxt {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
}
div.section div.gyojiList ul {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-right: 1px solid #F2F2F5;
  min-height: 160px;
}
@media screen and (max-width: 1019px) {
  div.section div.gyojiList ul {
    display: block;
  }
}
div.section div.gyojiList ul li {
  width: 100%;
  box-sizing: border-box;
}
div.section div.gyojiList ul li.w100 {
  width: 100%;
}
@media screen and (max-width: 1019px) {
  div.section div.gyojiList ul li {
    width: 100%
  }
}

div.section div.gyojiList div.block.w100 {
	width: 100%;
}
div.section div.gyojiList div.block.w100 ul li {
	width: 20%;
}
@media screen and (max-width: 1019px) {
  div.section div.gyojiList div.block.w100 ul li {
  	width: 100%
  }
}


/* ::::::::::::::::::::::::::::::::: scene ::::::::::::::::::::::::::::::::: */

div.section .sceneBlock {
  display: flex;
  justify-content: flex-start;
	min-height: 426px;
}
@media screen and (max-width: 1019px) {
  div.section .sceneBlock {
    display: block;
		min-height: inherit;
  }
}
div.section .sceneBlock + .sceneBlock {
  margin-top: 30px;
}
@media screen and (max-width: 1019px) {
  div.section .sceneBlock + .sceneBlock {
    margin-top: 0;
  }
}
div.section .sceneBlock:nth-child(even) {
  flex-direction: row-reverse;
}
div.section .sceneBlock .sceneImg {
  width: 55%;
  min-height: 426px;
}
@media screen and (max-width: 1019px) {
  div.section .sceneBlock .sceneImg {
	width: 100%;
	min-height: inherit;
  }
}
div.section .sceneBlock .sceneTxt {
  width: 45%;
  min-height: 426px;
}
@media screen and (max-width: 1019px) {
  div.section .sceneBlock .sceneTxt {
	width: 100%;
	min-height: inherit;
  }
}
div.section .sceneBlock .sceneTxtInner {
  width: 420px;
  padding: 60px;
  background: #fff;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1019px) {
  div.section .sceneBlock .sceneTxtInner {
    width: 100%;
    padding: 20px 15px;
    height: auto;
    margin: 0;
  }
}
div.section .sceneBlock:nth-child(even) .sceneTxtInner {
  margin: 0 0 0 auto
}

@media screen and (max-width: 1019px) {
  div.section .sceneBlock:nth-child(even) .sceneTxtInner {
    margin: 0;
  }
}
div.section .sceneBlock .sceneImg {
  margin: 0;
}
div.section .sceneBlock .sceneImg .bgImg {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1019px) {
  div.section .sceneBlock .sceneImg .bgImg {
    display: none;
  }
}
div.section .sceneBlock h3 {
  text-align: left;
  color: #2BADBD;
  margin-bottom: 20px;
}
div.section ul.sceneTabList {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px 0 40px;
}
@media screen and (max-width: 1019px){
  div.section ul.sceneTabList {
    margin: -15px 0 30px;
		padding: 0 15px;
		box-sizing: border-box;
    justify-content: flex-start;
  }
}
div.section ul.sceneTabList li {
  display: block;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  color: #65686C;
  padding: 0;
}
@media screen and (max-width: 1019px){
  div.section ul.sceneTabList li {
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0;
  }
}
div.section ul.sceneTabList li:nth-child(4n) {
  margin-right: 0;
}
div.section ul.sceneTabList li:nth-child(n + 5) {
  margin-top: 20px;
}
@media screen and (max-width: 1019px){
	div.section ul.sceneTabList li:nth-child(n + 5) {
	  margin-top: 0;
	}
}
div.section ul.sceneTabList li::before {
  padding: 0;
  border: none;
  top: 0;
}
div.section ul.sceneTabList li a {
	color: #65686C;
  text-decoration: none;
}
div.section ul.sceneTabList li span {
  cursor: pointer;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #65686C;
  position: relative;
  display: block;
	background: url(../../img/common/vector_line_bottom_gray.svg) no-repeat 95% 50%;
	background-size: 10px 5px;
}
div.section ul.sceneTabList li span:hover {
  color: #2b3034;
}
div.section ul.sceneTabList li span.on {
  background: #65686C;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: inherit;
}

/* ::::::::::::::::::::::::::::::::: guide ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 1019px) {
	div.section .scrollBlock {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    height: 100%;
    width: 100%;
    text-align: center;
  }
}
div.section .scrollBlock.mb60 {
	margin-bottom: 60px;
}
@media screen and (max-width: 1019px) {
	div.section .scrollBlock.mb60 {
		margin-bottom: 20px;
	}
}
div.section p.scrollNote {
	color: #999;
	font-size: 14px;
	margin: 0 0 10px;
}

@media screen and (max-width: 1019px) {
	div.section table.guideSpecTable {
		width: 990px;
		margin: 0 0 30px;
	}
	div.section table.guideSpecTable th,
	div.section table.guideSpecTable td {
		padding: 15px 15px;
    width: auto;
    display: table-cell;
	}
}
div.section table.guideSpecTable tr td:first-child span {
	background: url(../../img/common/vector_small_right_gray.svg) no-repeat 0 50%;
	background-size: 6px 7px;
	padding-left: 15px;
}
div.section table.guideSpecTable tr td span a {
	color: #2b3034;
	text-decoration: none;
}

div.section div.guideOptionList {
	position: relative;
	margin-bottom: 40px;
}
@media screen and (max-width: 1019px) {
	div.section div.guideOptionList {
		margin-bottom: 30px;
	}
}
div.section div.guideOptionBlock  {
	width: 48%;
	display: block;
}
@media screen and (max-width: 1019px) {
	div.section div.guideOptionBlock  {
		width: 100%;
		display: block;
	}
	div.section div.guideOptionBlock table th,
	div.section div.guideOptionBlock table td {
		padding: 15px 15px;
		width: auto;
		display: table-cell;
	}
	div.section div.guideOptionBlock table td:first-child {
		width: 55%
	}

}
div.section div.guideOptionList div.guideOptionBlock.right  {
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 1019px) {
	div.section div.guideOptionList div.guideOptionBlock.right  {
		position: static;
	}
}

div.section div.guideTabContents {
  display: none;
	padding: 60px;
	box-sizing: border-box;
	background: #fff;
	margin: 0 0 60px;
}
@media screen and (max-width: 1019px){
	div.section div.guideTabContents {
		padding: 20px;
		margin: 0 0 40px;
	}
}
div.section div.guideTabContents.on {
  display: block;
}
div.section div.guideTabContents p {
	text-align: center;
	margin: 0;
}
div.section div.guideTabContents p img {
	max-width: 100%;
}

div.section ul.guideTabList {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px 0 60px;
}
@media screen and (max-width: 1019px){
  div.section ul.guideTabList {
    margin: -15px 0 40px;
    justify-content: flex-start;
  }
}
div.section ul.guideTabList li {
  display: block;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  color: #65686C;
  padding: 0;
}
div.section ul.guideTabList li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1019px){
  div.section ul.guideTabList li {
    width: 23%;
    margin-right: 2%;
  }
  div.section ul.guideTabList li.spWidth100 {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
div.section ul.guideTabList li::before {
  padding: 0;
  border: none;
  top: 0;
}
div.section ul.guideTabList li span {
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #65686C;
  position: relative;
  display: block;
}
div.section ul.guideTabList li span:hover {
  color: #2b3034;
}
div.section ul.guideTabList li span.on {
  background: #65686C;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: inherit;
}
div.section ul.guideTabList li span.on::after {
  content: "";
  background: #65686C;
  width: 10px;
  height: 10px;
  left: 0;
  bottom: -6px;
  right: 0;
  transform: rotate(45deg);
  margin: 0 auto;
  position: absolute;
}
@media screen and (max-width: 1019px){
  div.section ul.guideTabList li span.on::after {
  }
}


/* ::::::::::::::::::::::::::::::::: cuisine ::::::::::::::::::::::::::::::::: */
div.section div.cuisineSlideList {
	position: relative;
	padding: 0;
	_zoom: 1;
	overflow: hidden;
}
@media screen and (max-width: 1019px) {
	div.section div.cuisineSlideList {
		width: 100vw;
		margin: 0 -15px;
	}
}
div.section div.cuisineSlideList ul {
	margin: 0 0 20px;
}
@media screen and (max-width: 1019px) {
	div.section div.cuisineSlideList ul {
		max-width: inherit;
		width: 100vw;
	}
}
div.section div.cuisineSlideList ul .slick-list {
	padding: 0 30%!important
}
@media screen and (max-width: 1019px) {
	div.section div.cuisineSlideList ul .slick-list {
		padding: 0!important
	}
}
div.section div.cuisineSlideList ul li {
	float: left;
	padding: 0 12px;
	width: 540px;
}
@media screen and (max-width: 1019px) {
	div.section div.cuisineSlideList ul li {
		padding: 0 10px;
	}
}
div.section div.cuisineSlideList ul li::before {
	display: none;
}
div.section div.cuisineSlideList ul a {
	display: block;
	color: #2b3034;
	text-decoration: none;
}
div.section div.cuisineSlideList ul p.img {
	margin: 0 0 15px;
}
div.section div.cuisineSlideList ul p.img img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1019px) {
	div.section div.cuisineSlideList ul p.img img {
		width: 100%;
		height: auto;
	}
}
div.section div.cuisineSlideList ul p.cat {
	font-size: 13px;
	margin: 0 0 8px;
	font-weight: bold;
}
div.section div.cuisineSlideList ul p.title {
	font-size: 15px;
	margin: 0;
	text-align: center;
}
div.section div.cuisineSlideList ul.slick-dots {
	clear: both;
	margin: 30px 0;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
div.section div.cuisineSlideList ul.slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	cursor: pointer;
	background: #e0e6e5;
	margin: 0 4px;
	padding: 0;
	overflow: hidden;
	text-indent: -999px;
	border-radius: 50%;
	float: none;
	box-sizing: border-box;
}
@media screen and (max-width: 1019px) {
	div.section div.cuisineSlideList ul.slick-dots li {
		padding: 0!important;
	}
}
div.section div.cuisineSlideList ul.slick-dots li.slick-active {
	background: #2b3034;
	border: none;
}
div.section div.cuisineSlideList button.slick-prev,
div.section div.cuisineSlideList button.slick-next {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 20px;
	overflow: hidden;
	text-indent: -999px;
}
@media screen and (max-width: 1019px) {
	div.section div.cuisineSlideList button.slick-next {
		width: 20px;
		height: 20px;
		bottom: 30px;
	}
}
div.section div.cuisineSlideList button.slick-prev:hover,
div.section div.cuisineSlideList button.slick-next:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1019px) {
	div.section div.cuisineSlideList button.slick-prev:hover,
	div.section div.cuisineSlideList button.slick-next:hover {
		opacity: 1;
	}
}
div.section div.cuisineSlideList button.slick-prev {
	left: 30px;
	background: url(../../img/common/vector_circle_left_black.svg) no-repeat center left;
	background-size: 40px 40px;
}
@media screen and (max-width: 1019px) {
	div.section div.cuisineSlideList button.slick-prev {
		left: 15px;
		background: url(../../img/common/vector_line_left_black.svg) no-repeat center left;
		background-size: 20px 20px;
	}
}
div.section div.cuisineSlideList button.slick-next {
	right: 30px;
	background: url(../../img/common/vector_circle_right_black.svg) no-repeat center left;
	background-size: 40px 40px;
}
@media screen and (max-width: 1019px) {
	div.section div.cuisineSlideList button.slick-next {
		right: 15px;
		background: url(../../img/common/vector_line_right_black.svg) no-repeat center left;
		background-size: 20px 20px;
	}
}

div.section ul.cuisineList {
	display: flex;
	justify-content: flex-start;
}
@media screen and (max-width: 1019px) {
	div.section ul.cuisineList {
	  flex-direction: column;
	}
  .cuisine_list_title_sp {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .cuisine_list_detail_sp {
    font-size: 15px;
    text-align: center;
  }
  /* .cuisineListTtl, .cuisine_list_detail {
    display: none;
  } */

  .cuisine_child_1 {
    order: 1;
  }
  .cuisine_child_2 {
    order: 2;
    /* display: flex;
    flex-direction: column-reverse; */
  }
  .cuisine_child_3 {
    order: 3;
  }

  .cuisine_child_content_3 {
    order: 3;
  }
  .cuisine_child_content_2 {
    order: 2;
  }
  .cuisine_child_content_1 {
    order: 1;
  }
  div.section ul.cuisineList [class^="cuisine_child_"]{
    margin-bottom: 0;
  }
}
div.section ul.cuisineList li {
	width: 310px;
	margin-right: 30px;
	padding: 0;
}
@media screen and (max-width: 1019px) {
	div.section ul.cuisineList li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
}
div.section ul.cuisineList.w2 li {
	width: 480px;
}
@media screen and (max-width: 1019px) {
	div.section ul.cuisineList.w2 li {
		width: 100%;
		margin-bottom: 0;
	}
}
div.section ul.cuisineList li::before {
	display: none;
}

div.section ul.cuisineList li:last-child {
	margin-right:0;
}
div.section ul.cuisineList li .img {
	margin: 0 0 20px;
}
div.section ul.cuisineList li .img img {
	width: 100%;
}
div.section ul.cuisineList li .cuisineListTtl {
	font-size: 20px;
	margin-bottom: 20px;
  text-align: center;
}
.cuisine_list_detail {
  text-align: center;
}
div.section .cuisineNoteBlock {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #ddd;
	margin: 30px 0;
}
div.section .cuisineNoteBlock p {
	margin: 0;
	font-size: 15px;
}
div.section .cuisineNoteBlock p span {
	color: #2badbd;
	padding-left: 10px;
}
@media screen and (max-width: 1019px) {
	div.section .cuisineNoteBlock p span {
		padding-left: 0;
	}
}
div.section div.drinkNoteList {
	display: flex;
	justify-content: flex-start;
	margin: 30px 0;
}
div.section div.drinkNoteList + .drinkNoteList{
  margin-top: -15px;
}
@media screen and (max-width: 1019px) {
	div.section div.drinkNoteList {
		display: block;
	}
}
div.section div.drinkNoteList .drinkNoteBlock {
	width: 330px;
	border-right: 1px solid #f2f2f5;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
}
div.section div.drinkNoteList .drinkNoteBlock.maxWidth{
	width: 100%;
}
@media screen and (min-width: 1020px) {
  div.section div.drinkNoteList .drinkNoteBlock.maxWidth ul{
    display: flex;
  }
  div.section div.drinkNoteList .drinkNoteBlock.maxWidth li + li{
    margin-left: 20px;
  }
}
@media screen and (max-width: 1019px) {
	div.section div.drinkNoteList .drinkNoteBlock {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #f2f2f5;
		padding: 20px;
	}
}
div.section div.drinkNoteList .drinkNoteBlock:last-child {
	border-right: none;
}

div.section div.drinkNoteList .drinkNoteBlock p.drinkNoteTtl {
	font-size: 20px;
	margin-bottom: 20px;
	color: #2badbd;
}
div.section div.drinkNoteList .drinkNoteBlock ul {
	margin: 0;
}





/* ::::::::::::::::::::::::::::::::: detail banquet  ::::::::::::::::::::::::::::::::: */

div.section ul.layoutList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
@media screen and (max-width: 1019px) {
	div.section ul.layoutList {
		display: block;
	}
}
div.section ul.layoutList li {
	width: 480px;
	padding: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 1019px) {
	div.section ul.layoutList li {
		width: 100%;
		margin-right: 0;
	}
}
div.section ul.layoutList li::before {
	display: none;
}
div.section ul.layoutList li:nth-child(2n) {
	margin-right: 0;
}
div.section ul.layoutList li p.layoutImg {
	margin: 0 0 10px;
}
@media screen and (max-width: 1019px) {
	div.section ul.layoutList li p.layoutImg {
	}
}
div.section ul.layoutList li p.layoutImg img {
	width: 100%;
	height: auto;
}

div.section div.inquiryList {
	display: flex;
	justify-content: flex-start;
}
@media screen and (max-width: 1019px) {
	div.section div.inquiryList {
		display: block;
	}
}
div.section div.inquiryList .inquiryBlock {
	width: 480px;
	margin-right: 30px;
	padding: 40px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}
@media screen and (max-width: 1019px) {
	div.section div.inquiryList .inquiryBlock {
		width: 100%;
		margin: 0 0 30px;
		padding: 20px;
	}
}
div.section div.inquiryList .inquiryBlock:last-child {
	margin-right: 0;
}

div.section div.inquiryList .inquiryBlock h3 {
	margin-bottom: 20px;
}
div.section div.inquiryList .inquiryBlock p {
	margin-bottom: 0;
}
div.section div.inquiryList .inquiryBlock p.inquiryTel {
	font-size: 26px;
	margin: 0 0 10px;
}
@media screen and (max-width: 1019px) {
	div.section div.inquiryList .inquiryBlock p.inquiryTel {
		font-size: 22px;
	}
}
div.section div.inquiryList .inquiryBlock p.inquiryTel a {
	font-size: 40px;
	line-height: 40px;
	color: #2badbd;
}
@media screen and (max-width: 1019px) {
	div.section div.inquiryList .inquiryBlock p.inquiryTel a {
		font-size: 32px;
		line-height: 32px;
	}
}

div.section div.banquet360Block img {
  width: 100%
}
div.section div.banquet360Block iframe {
  width: 100%
}
@media screen and (max-width: 1019px){
	div.section div.banquet360Block iframe {
	  width: 100%;
		height: 400px;
	}
}
div.section div.h2MeetingWrap {
	padding: 0 0 25px;
}
@media screen and (max-width: 1019px){
	div.section div.h2MeetingWrap {
		padding: 0 0 10px;
	}
}

/* ::::::::::::::::::::::::::::::::: osechi　おせち ::::::::::::::::::::::::::::::::: */

h2.moushikomi {
  margin-top: 60px !important;
}
h2.moushikomi + .contactDetailBlock {
  margin-bottom: 40px;
}
@media screen and (max-width: 1019px){
  h2.moushikomi + .contactDetailBlock {
    margin-bottom: 30px;
  }
}
.contactDetailBlock {
  padding: 60px 90px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock {
    padding: 40px 15px;
  }
}
.contactDetailBlock .contactDetailLead {
  margin-bottom: 40px;
}
.contactDetailBlock .required {
  color: #2BADBD
}
.contactDetailBlock form {
  border: 1px solid #ddd;
  padding: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form {
    padding: 40px 15px;
  }
}
.contactDetailBlock form input {
  padding: 20px;
  box-sizing: border-box;
  background: #F2F2F5;
  color: #2b3034;
  font-size: 14px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form input {
    padding: 10px;
  }
}
.contactDetailBlock form input.sWidth {
  width: 110px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form input.sWidth {
    width: 80%;
  }
}
.contactDetailBlock form input.mWidth  {
  width: 250px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form input.mWidth  {
    width: 100%;
  }
}
.contactDetailBlock form input.lWidth {
  width: 100%;
}
.contactDetailBlock form textarea {
  width: 100%;
  color: #2b3034;
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
  background: #F2F2F5;
  border: none;
  resize: none;
}
.contactDetailBlock form select {
  color: #2b3034;
  font-size: 14px;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #F2F2F5 url(../../img/common/mark_select.svg) no-repeat 90% 50%;
  background-size: 7px 16px;
  border: none;
  resize: none;
  width: 70px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form select {
    padding: 10px 5px;
    width: 60px;
    margin-right: 30px;
    margin-top: 5px;
  }
}

div.section .contactDetailBlock table {
	margin: 0;
}
div.section .contactDetailBlock table th {
	color: #2B3034;
	background: none;
	border: none;
}
div.section .contactDetailBlock table th p {
  margin: 0;
}
div.section .contactDetailBlock table td {
	border: none;
	background: none;
}
div.section.bgLightGray .contactDetailBlock table td {
  background: none;
}
div.section.bgGray .contactDetailBlock table td {
  background: none;
}
div.section.bgDarkGray .contactDetailBlock table th {
  background: none;
	border-color: none;
}
div.section.bgDarkGray .contactDetailBlock table td {
  background: none;
}
div.section.bgPattern .contactDetailBlock table td {
  background: none;
}

.contactDetailBlock form table th,
.contactDetailBlock form table td {
  padding: 20px 10px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form table th,
  .contactDetailBlock form table td {
    padding: 10px 0;
  }
  .contactDetailBlock form table th {
    padding: 10px 0 0 0;
  }
}
.contactDetailBlock form table td span {
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form table td span {
    margin: 0 5px;
  }
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #BFC0C1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BFC0C1;
}
::placeholder{ /* Others */
  color: #BFC0C1;
}


.contactDetailBlock form .radio {
  display: flex;
}
.contactDetailBlock form .radio-input{
  display: none;
}
.contactDetailBlock form .radio-input + label{
  padding-left: 30px;
  position:relative;
  margin-right: 30px;
}
.contactDetailBlock form .radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.contactDetailBlock form .radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 9px;
  height: 9px;
  border: 6px solid #2BADBD;
  background: #fff;
  border-radius: 50%;
}


.contactDetailBlock form .checkList .checkBlock label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  min-width: 85px;
  margin: 5px 10px 5px 0;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form .checkList .checkBlock label {
    width: 100%;
  }
}
.contactDetailBlock form .checkList .checkBlock label.lWidth {
  width: 100%;
}

.contactDetailBlock form .checkList .checkBlock input {
  /*padding: 0;
  background: none;
  display: inline;*/
  position: absolute;
  left: -1000em;
}
.contactDetailBlock form .checkList .checkBlock input.inputStyle {
  position: static;
  padding: 0;
  background: none;
  display: inline;
  padding: 20px;
  background: #F2F2F5;
  display: block;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form .checkList .checkBlock input.inputStyle {
    padding: 10px;
  }
}
.contactDetailBlock form .checkList .checkBlock label:before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: solid 2px #444;
  box-sizing: border-box;
  border-radius: 2px;
  left: 0;
  top: 3px;
  transition: 0.1s ease-in-out;
}
.contactDetailBlock form .checkList .checkBlock input:checked + label:before {
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  width: 10px;
  left: 5px;
  top: 0;
  border-color: #00AFA0;
}

.contactDetailBlock form .checkList.checkBottomList {
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form .checkList.checkBottomList {
    text-align: left;
  }
}
.contactDetailBlock form .checkList.checkBottomList .checkBlock label {
  width: auto;
  margin: 0;
}

.contactDetailBlock form .checkList.checkBottomList .checkBlock + .checkBlock {
  margin-top: 20px;
}

.contactDetailBlock .contactBtnBlock {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock .contactBtnBlock {
    display: block;
  }
}
.contactDetailBlock .contactBtnBlock p.commonLink {
  margin-bottom: 0;
}
.contactDetailBlock .contactBtnBlock p.commonLink + p.commonLink {
  margin-left: 20px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock .contactBtnBlock p.commonLink + p.commonLink {
    margin: 10px 0 0 0;
  }
}

div.osechi_area {
  display: block;
}
/* div.osechi_area + div.osechi_area {
  margin-top: 15px;
} */
.osechi_area .pc-br{
  display: none;
}
@media screen and (min-width: 1020px){
  .osechi_area select, .osechi_area span{
    margin-top: 15px !important;
  }
  .osechi_area:first-of-type{
    margin-top: -15px;
  }
  .osechi_area .pc-br{
    display: block;
  }
}
/* @media screen and (max-width: 1019px){
  .osechi_area select, .osechi_area span{
    margin-top: 0;
  }
  .osechi_area:first-of-type{
    margin-top: 0;
  }
} */


.contactDetailBlock form div.osechi_area select {
	width: 50px;
}
@media screen and (max-width: 1019px){
	.contactDetailBlock form div.osechi_area select {
		width: 50px;
		margin-right: 10px;
	}
}

.informationBody{
  padding: 60px;
  background-color: #ffffff;
}
.informationList{
  display: grid;
  gap: 30px;
}
.informationDl{
  margin-top: 50px;
  font-size: 14px;
}
@media screen and (max-width: 1019px){
  .informationBody{
    padding: 30px;
  }
  .informationDl{
    margin-top: 40px;
  }
}