BODY     { background: white repeat-x; margin: 0; padding: 0 }

/* a:link    { color: #3333cc; text-decoration: none }

a:visited   { color: #cc0000; text-decoration: none }

a:hover    { color: #cc0000; text-decoration: underline } */



.top { color: #5e8eab; font-size: 0.88em; border-bottom: dotted 1px #55555;text-align: right}

.top a { color: #5e8eab;padding-left: 3px; text-decoration: none}



.table_gray    { 
	border-collapse: collapse;
	line-height: 1.2; 
	border: 1px #999999 solid;
	}

.td_gray    { 
	padding: 2px;
	border:1px solid #999999;
	border-collapse: collapse;
	}



.table_normal    { 

	border-style: solid; 
	padding: 3px; 
	border-width: 1px; 
	border-color: #999   #999 
	}


.table_dot_under    { 

	background-color: #eeeeee;
	border-bottom: dotted; 
	padding: 2px; 
	border-width: 1px; 
	border-color: #666   #666 
	}


.table_midasi     { 
	color: #666; 
	font-size: 18px; 
	padding: 2px; 
	border-top: 4px #666; 
	border-right: 4px #666; 
	border-bottom: 4px solid #666; 
	border-left: 4px #666 
	}


.table_midasi_middle     { 
	color: #666; 
	font-size: 14px; 
	padding: 2px; 
	border-bottom: 2px solid #ccc; 
	}



.table_normal_p    { 
	background-color: #FFF0F5;
	border-style: solid; 
	padding: 4px; 
	border-width: 1px; 
	border-color: #666   #666 
	}


.table_normal1    { 
	
	background-color: #ffffff;
	border-style: solid; 
	padding: 4px; 
	border-width: 1px; 
	border-color: #666   #666 
	}

.table_normal2    { 
	
	background-color: #eeeeee;
	border-style: solid; 
	padding: 4px; 
	border-width: 1px; 
	border-color: #666   #666 
	}

.table_normal_th    { 
	
	background-color: #ccccff; 
	border-style: solid;
	font-weight: bold; 
	text-align: center;
	padding: 4px; 
	border-width: 1px; 
	border-color: #666   #666 
	}

.th1      { 
	color: #000000;
	 
	/* font-weight: bold; */
	background-color: #cccccc; 
	/* text-align: center; */
	border-style: solid; 
	padding: 4px; 
	border-width: 1px;
	border-collapse: collapse; 
	border-color: #666   #666
	}

.th2      { 
	color: #cc0000; 
	
	/* font-weight: bold; */
	background-color: #cccccc; 
	/* text-align: center; */
	border-style: solid; 
	padding: 4px; 
	border-width: 1px;
	border-collapse: collapse; 
	border-color: #666   #666
	}

.th1_p     { 
	color: #000000; 
	
	font-weight: bold;
	background-color: #ffcccc; 
	text-align: center;
	border-style: solid; 
	padding: 4px; 
	border-width: 1px;
	border-collapse: collapse; 
	border-color: #666   #666
	}

.th2_p      { 
	color: #cc0000; 
	 
	font-weight: bold;
	background-color: #ffcccc; 
	text-align: center;
	border-style: solid; 
	padding: 4px; 
	border-width: 1px;
	border-collapse: collapse; 
	border-color: #666   #666
	}


.tdblack	{
	border:1px solid #666666; 
	border-collapse: collapse;
	}


.tableblack	{
	border-collapse: collapse; 
	line-height: 1.2; 
	border: 2px #666666 solid;
	}


/*--------------------------------------------------
共有パーツ
---------------------------------------------------*/

/* パーマリンクの上の余白 */
html {
	scroll-padding-top: 100px;
  }
  /* tb/sp用スタイル */
  @media (max-width: 759px) {
	html {
	  scroll-padding-top: 90px;
	}
  }
  
  /* フォント（しっぽり明朝）-------------------------*/
  .shippori-mincho-regular {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-style: normal;
  }
  /* 上記以外の箇所 */
  /* font-family:'Meiryo', sans-serif; */
  
  /* リンクボタン（赤丸）-----------------------------*/
  .btn--red {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-color: #CC5858;
	border-radius: 50%;
  }
  .btn--red span {
	position: absolute;
	width: 12px;
	height: 3px;
	background-color: #fff;
	border-radius: 12px;
  }
  .btn--red span:nth-child(1) {
	transform: rotate(40deg);
	left: 7px;
	top: 8px;
  }
  .btn--red span:nth-child(2) {
	transform: rotate(320deg);
	left: 7px;
	top: 14px;
  }
  
  /* リンクボタン（白丸）-----------------------------*/
  .btn--white {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: solid 1px #CC5858;
	box-sizing: border-box;
	border-radius: 50%;
  }
  .btn--white span {
	position: absolute;
	width: 12px;
	height: 3px;
	background-color: #CC5858;
	border-radius: 12px;
  }
  .btn--white span:nth-child(1) {
	transform: rotate(40deg);
	left: 6px;
	top: 7px;
  }
  .btn--white span:nth-child(2) {
	transform: rotate(320deg);
	left: 6px;
	top: 13px;;
  }
  
  /* リンクボタン（矢印のみ）-----------------------------*/
  .btn--arrow {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
  }
  .btn--arrow span {
	position: absolute;
	width: 12px;
	height: 3px;
	background-color: #CC5858;
	border-radius: 12px;
  }
  .btn--arrow span:nth-child(1) {
	transform: rotate(40deg);
	left: 6px;
	top: 7px;
  }
  .btn--arrow span:nth-child(2) {
	transform: rotate(320deg);
	left: 6px;
	top: 13px;;
  }
  
  
  /* 装飾 線 -----------------------------------------*/
  .accent__line--red {
	background-color: #D94242;
  }
  
  .accent__line--dotted {
	background-image : linear-gradient(to right, #CC5858, #CC5858 2px, transparent 2px, transparent 8px);  /* 線を作る */
	background-size: 8px 1px;          /* グラデーションの幅・高さを指定 */
	background-position: left bottom;  /* 背景の開始位置を指定 */
	background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
  }
  .accent__line--dotted__center {
	background-image : linear-gradient(to right, #CC5858, #CC5858 2px, transparent 2px, transparent 8px);  /* 線を作る */
	background-size: 8px 1px;          /* グラデーションの幅・高さを指定 */
	background-position: left center;  /* 背景の開始位置を指定 */
	background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
  }
  
  .accent__line--grad {
	background: linear-gradient(to right, #ECD561, #CC5858);
  }


/*--------------------------------------------------
下層ページ 共有パーツ
---------------------------------------------------*/
/*------------------------------------------------*/
/* スタイルのみ */
.font-color--red {
	color: #D65656;
  }
  .text--center {
	text-align: center;
  }
  
  .hide {
	display: none !important;
  }
  
  
  /*------------------------------------------------*/
  /* 背景 */
  .underlayer__bg {
	background-color: #FFF9F3;
	background-image: url(images/img_bg_circle.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed; 
  }
  /* tb/sp用スタイル */
  @media (max-width: 759px) {
	.underlayer__bg {
	  background-size: 85.7%;
	}
  }
  
  /*------------------------------------------------*/
  /* ファーストビューとタイトルなど */
  .underlayer__firstview {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #fff;
	height: 295px;
  }
  
  /* 背景の黄色の円 */
  .underlayer__firstview::before {
	position: absolute;
	top: -475px;
	left: -152px;
	content: "";
	display: block;
	width: 700px;
	height: 700px;
	background-color: #FCF7D8;
	border-radius: 350px;
	filter:drop-shadow(0 0 40px rgba(0, 0, 0, 0.1));
	z-index: 1;
  }
  .underlayer__firstview span {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 10px;
  }
  
  .underlayer__firstview__pankuzu {
	position: absolute;
	bottom: 20px;
	left: 0;
	display: flex;
	padding-left: 8%;
	font-size: 16px;
	z-index: 10;
  }
  
  .underlayer__firstview__title {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding: 4% 4% 4% 8%;
	text-align: left;
	text-wrap: nowrap;
	z-index: 10;
  }
  .underlayer__firstview__title h2 {
	position: relative;
	font-size: 64px;
	/* margin-bottom: 60px; */
  }
  .underlayer__firstview__title h2 > span {
	position: absolute;
	top: 50%;
	left: -60px;
	display: block;
	width: 40px;
	height: 1px;
  }
  .underlayer__firstview__title h1 {
	font-size: 16px;
  }
  .underlayer__firstview__img {
	width: 100%;
	height: 295px;
	z-index: 5;
  }
  .underlayer__firstview__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
  }
  
  /* tb/sp用スタイル */
  @media (max-width: 759px) {
	.underlayer__firstview {
	  flex-direction: column;
	  align-items: start;
	  margin-top: 60px;
	}
	.underlayer__firstview::before {
	  top: -104px;
	  left: auto;
	  right: -44px;
	  width: 300px;
	  height: 300px;
	}
	.underlayer__firstview::after {
	  position: absolute;
	  top: 0;
	  left: 0;
	  content: "";
	  background-color: rgba(255, 255, 255, 0.3);
	  width: 100%;
	  height: 100%;
	}
	.underlayer__firstview span {
	  bottom: -5px;
	  height: 5px;
	}

	.underlayer__firstview img {
		display: none;
	  }
	.underlayer__firstview__pankuzu {
	  top: 140px;
	  font-size: 14px;
	}
	.underlayer__firstview__title {
	  gap: 10px;
	  margin-top: 40px;
	  /* padding: 4%; */
	}
	.underlayer__firstview__title h2 {
	  position: relative;
	  font-size: 32px;
	}
	.underlayer__firstview__title h2 > span {
	  left: -30px;
	  width: 20px;
	}
	.underlayer__firstview__title h1 {
	  font-size: 14px;
	}
  }
  
  
  /*------------------------------------------------*/
  /* ページコンテンツ */
  
  /* ページ全体の余白 */
  .underlayer__contents__wrapper {
	padding: 100px 4%;
	display: flex;
	justify-content: space-between;
  }
  
  /*ページ内のナビメニュー  */
  .underlayer__contents__nav {
	position: sticky;
	top: 200px;
	display: inline-block;
	padding: 20px 36px;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	filter:drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
	z-index: 30;
  }
  .underlayer__contents__nav ul {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
	text-align: left;
  }
  .underlayer__contents__nav ul > span{
	position: absolute;
	top: 0;
	left: -20px;
	display: block;
	width: 1px;
	height: 100%;
  }
  .underlayer__contents__nav ul a {
	width: 100%;
	height: 100%;
	padding: 5px 5px 3px 0;
  }
  
  @media (hover: hover) {
  /* hover指定できるPCを想定したスタイル */
	.underlayer__contents__nav__1:hover,
	.underlayer__contents__nav__2:hover,
	.underlayer__contents__nav__3:hover,
	.underlayer__contents__nav__4:hover,
	.underlayer__contents__nav__5:hover,
	.underlayer__contents__nav__6:hover,
	.underlayer__contents__nav__7:hover,
	.underlayer__contents__nav__8:hover,
	.underlayer__contents__nav__9:hover,
	.underlayer__contents__nav__10:hover {
	  color: white;
	  background-color: #CC5858;
	}
  }
  @media (hover: none) {
  /* hoverが使えないタッチ端末を想定した装飾 */
	.underlayer__contents__nav__1:active,
	.underlayer__contents__nav__2:active,
	.underlayer__contents__nav__3:active,
	.underlayer__contents__nav__4:active,
	.underlayer__contents__nav__5:active,
	.underlayer__contents__nav__6:active,
	.underlayer__contents__nav__7:active,
	.underlayer__contents__nav__8:active,
	.underlayer__contents__nav__9:active,
	.underlayer__contents__nav__10:active{
	  color: white;
	  background-color: #CC5858;
	}
  }
  
  .nav_sp_toggle {
	display: none;
  }
  
  /* ページの内容 サイズと余白 */
  
  .underlayer__contents {
	display: flex;
	flex-direction: column;
	gap: 100px;
  }
  
  .underlayer__content {
	/* margin-top: 100px; */
	padding: 8% 4%;
	width: 70vw;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.6);
	border: solid 4px #fff;
	border-radius: 20px;
	filter:drop-shadow(0 0 40px rgba(0, 0, 0, 0.1));
  }
  
  /* ページの内容 タイトルと文章 */
  .underlayer__content p {
	font-size: 24px;
	line-height: 1.6;
  }
  .underlayer__content__title {
	position: relative;
	margin-bottom: 100px;
	font-size: 32px;
  }
  .underlayer__content__title span {
	position: absolute;
	bottom: -40px;
	left: 0;
	display: block;
	width: 120px;
	height: 1px;
  }
  .underlayer__content__items {
	display: flex;
	flex-direction: column;
  }
  
  .underlayer__content__item {
	padding-bottom: 48px;
  }
  .underlayer__content__item .text_under_line {
	border-bottom: solid 1px #333;
  }
  
  .underlayer__content__item table, 
  .underlayer__content__item td{
	border:1px solid #333;
  }
  .underlayer__content__item td{
	padding: 4px 10px;
	font-size: 20px;
  }
  
  /* ページの内容 表 */
  .underlayer__content__table {
	margin: 30px 0;
	font-size: 24px;
  }
  .underlayer__content__table tr td {
	padding: 30px 0;
  }
  .underlayer__content__table tr td:nth-child(1) {
	width: 28%;
	padding-right: 10px;
  }
  .underlayer__content__table tr td:nth-child(2) {
	width: 72%;
  }
  
  /* tb/sp用スタイル */
  @media (max-width: 1200px) {
	.underlayer__content {
	  width: 68vw;
	}  
  }
  
  @media (max-width: 960px) {
	.underlayer__content p {
	  font-size: 16px;
	}
	.underlayer__content__table {
	  font-size: 16px;
	} 
  }
  
  
  @media (max-width: 759px) {
	.underlayer__contents__wrapper {
	  padding: 50px 0 100px;
	  display: block;
	}
	
	.underlayer__contents__nav {
	  display: block;
	  border-radius: 0;
	  padding: 0;
	  height: 50px;
	  width: 100%;
	  position: fixed;
	  top: auto;
	  bottom: 0;
	}
  
	.underlayer__contents__nav ul {
	  flex-direction: row;
	  justify-content: space-around;
	  gap: 0;
	  height: 50px;
	}
  
	.underlayer__contents__nav ul a {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 0;
	  font-size: 14px;
	}
  
	.underlayer__contents__nav ul > span{
	  display: none;
	}
	.underlayer__content {
	  width: 100%;
	} 
	.nav_pc_toggle {
	  display: none !important;
	} 
	.nav_sp_toggle {
	  display: inline-block;
	}
  
	.underlayer__content__item td{
	  padding: 2px 5px;
	  font-size: 14px;
	}
	
  }
  


/*--------------------------------------------------
ヘッダー
---------------------------------------------------*/
.header__logo {
	display: flex;
	align-items: center;
  }
  
  .header__logo-n {
	max-width: 40px;
	min-width: 30px;
	width: 3vw;
  }
  
  .header__logo-text {
	max-width: 280px;
	min-width: 140px;
	width: 20vw;
  }
  
  .header__contents {
	/* position: fixed; */
	position: sticky;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 6%;
	padding: 0 4%;
	width: 100%;
	height: 120px;
	background-color: #fff;
	z-index: 100;
  }
  
  .nav {
	display: flex;
	align-items: center;
  }
  
  /* sp用ナビボタン */
  /* PCのときは非表示 */
  .nav__btn-sp {
	position: relative;
	display: none;
	z-index: 10;
  }
  .nav__btn-sp span {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 10px;
	background-color: #CC5858;
  }
  .nav__btn-sp span:nth-child(1) {
	top: 20px;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .nav__btn-sp span:nth-child(2) {
	top: 25px;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  /* ナビボタンがおされたら２本線が×に変形 */
  #nav__btn-sp:checked ~ .nav__btn-sp span:nth-child(1) {
	left: 32%;
	transform: rotate(20deg);
  }
  #nav__btn-sp:checked ~ .nav__btn-sp span:nth-child(2) {
	top: 20px;
	left: 32%;
	transform: rotate(-20deg);
  }
  /* ナビメニュー */
  .nav__menu {
	display: flex;
	font-size: 16px;
	font-family:'Meiryo', sans-serif;
  }
  
  /* ナビボタンが押されたらメニューが画面内に入ってくる */
  #nav__btn-sp:checked ~ .nav__menu {
	display: flex;
  }
  
  .nav__item {
	position: relative;
	margin-right: 50px;
	color: #464646;
	white-space: nowrap;
	list-style: none;
  }
  .nav__item ::before{
	position: absolute;
	display: block;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #D86E00;
  }
  .nav__item-text {
	padding-top: 22px;
  }
  .nav__item-text a {
	color: #000; 
  }
  
  .nav__item-img {
	display: flex;
	align-items: center; 
  }
  
  .nav__item-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 140px;
	min-width: 100px;
	max-height: 70px;
	min-height: 60px;
	margin-left: 4%;
	color: #fff; 
	background-color: #CC5858;
	border-radius: 50px;
  }
  .nav__item-contact a {
	color: #fff; 
  }
  
  .nav__item__logo {
	max-height:50px;
  }
  
  /* tb/sp用スタイル */
  @media (min-width: 840px) and (max-width: 1200px) {
	.header__contents {
	  display: block;
	  float: right;
	  padding-top: 15px ;
	  padding-bottom: 15px ;
	}
	.nav__menu {
	  font-size: 14px;
	  padding-left: 16px;
	  margin: 0 0 0 auto;
	}
	.nav__item__logo {
	  max-height:40px;
	}
  }
  @media (max-width: 839px) {
	.header__contents {
	  position: fixed;
	}
	.header__contents {
	  padding-top: 10px ;
	  padding-bottom: 10px ;
	  height: 60px;
	  display: block;
	  padding-right: 0;
	  padding-left: 0;
	}
	.header__logo {
	  padding-left: 4%;
	}
	
	.nav__btn-sp {
	  display: block;
	  position: absolute;
	  right: 1rem;
	  top: 1rem;
	  color: #CC5858;
	  /* padding: 0 4%; */
	}
	.nav__menu {
	  display: none;
	  flex-direction: column;
	  align-items: flex-start;
	  width: 100%;
	  height: 100vh;
	  margin-top: 20px;
	  padding-top: 40px;
	  padding-left: 50vw;
	  gap: 40px;
	  background-color: #fff;
	  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	  z-index: 5;
	  background-image: url(images/img_bg_circle_sp.png);
	  background-position: right top;
	  background-size: 373px;
	  background-repeat: no-repeat;
	}
	.nav__item-text {
	  padding-top: 4px;
	}
  }


/*--------------------------------------------------
フッター
---------------------------------------------------*/

.footer__wrapper {
	position: relative;
	padding: 4% 4%;
	background-color: #fff;
  }
  
  .footer__wrapper > span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 10px;
  }
  
  .footer__contents {
	display: flex;
	gap: 120px;
  }
  
  .footer__contents__company {
	display: flex;
	flex-direction: column;
	gap: 60px;
	min-width: 20%;
  }
  .footer__logo {
	display: flex;
	align-items: center;
  }
  
  .footer__logo-n {
	max-width: 40px;
	min-width: 30px;
  }
  
  .footer__logo-text {
	max-width: 280px;
	min-width: 200px;
  }
  
  .footer__contact {
	text-align: center;
	font-size: 20px;
	white-space: nowrap;
	line-height: 1.5;
  }
  
  /* sp用ボタン（サイトマップの表示） */
  .footer__btn-sp {
	position: relative;
	display: none;
	z-index: 10;
  }
  
  /* サイトマップ */
  .footer__contents__map {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-bottom: 80px;
  }
  .footer__contents__map h3 {
	display: none;
  }
  .footer__contents__map ul li{
	margin-top: 16px;
	font-size: 20px;
  }
  /* sp用スタイル */
  @media (max-width: 759px) {
	.footer__contents {
	  width: 100%;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 20px;
	}
	.footer__wrapper > span {
	  height: 5px;
	}
	.footer__contents__company {
	  gap: 20px;
	 }
	.footer__btn-sp {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  gap: 4px;
	  padding: 0 16px;
	  width: 158px;
	  height: 41px;
	  color: #fff;
	  background-color: #CC5858;
	  font-size: 14px;
	  border-radius: 50px;
	}
	.footer__contents__map {
	  position: fixed;
	  top: 0;
	  display: none;
	  flex-wrap: nowrap;
	  flex-direction: column;
	  align-items: flex-start;
	  width: 100%;
	  height: 100vh;
	  padding-top: 100px;
	  padding-left: 20px;
	  gap: 40px;
	  background-color: #fff;
	  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	  z-index: 5;
	  background-image: url(./../images/img_bg_circle_sp.png);
	  background-position: right top;
	  background-size: 373px;
	  background-repeat: no-repeat;
	  overflow: scroll;
	}
	.footer__contents__map h3 {
	  display: flex;
	  font-size: 24px;
	  align-items: center;
	  gap: 10px;
	}
	.footer__contents__map h3 span {
	  width: 50px;
	  height: 1px;
	  background-color: #D94242;
	}
	.footer__contents__map ul {
	  margin-left: 20px;
	}
  }
  /* sp用ボタンが押されたらメニューの表示・非表示が変わる */
  #footerBtnSp:checked ~ .footer__contents__map {
	/* right: 0; */
	display: flex;
  }
  #footerBtnSp:checked ~ .footer__btn-sp .btn--white{
	display: none;
  }
  #footerBtnSp:checked ~ .footer__btn-sp {
	position: fixed;
	bottom: 70px;
	right: 40px;
	display: block;
	width: 56px;
	height: 56px;
	padding-top: 16px;
	padding-left: 5px;
	font-size: 14px;
	border-radius: 50%;
	color: #fff;
	background-color: #e3994c;
  }
  #footerBtnSp:checked ~ .footer__btn-sp span {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 10px;
	background-color: #fff;
  }
  #footerBtnSp:checked ~ .footer__btn-sp span:nth-child(2) {
	top: 36px;
	left: 18px;
	transform: rotate(20deg);
  }
  #footerBtnSp:checked ~ .footer__btn-sp span:nth-child(3) {
	top: 36px;
	left: 18px;
	transform: rotate(-20deg);
  }
  
  .map__item {
	display: flex;
	align-items: center;
	gap: 2px;
  }
  
  .mpa__item--indent-s {
	margin-left: 20px;
  }
  
  .mpa__item--indent-m {
	margin-left: 40px;
  }
  
  
  .footer__wrapper a:hover {
	text-decoration: underline;
  }
  
  .footer__wrapper .copyright {
	margin-top: 80px;
	text-align: center;
  }
  /* sp用スタイル */
  @media (max-width: 759px) {
	.footer__wrapper .copyright {
	  margin-top: 40px;
	}
  }
  


/*--------------------------------------------------
お問合せ
---------------------------------------------------*/
/*------------------------------------------------*/
/* ファーストビュー */

.contact__firstview__heightlow {
	/* margin-top: 0 !important; */
	height: 295px !important;
  }
  
  .contact__firstview__heightlow::before {
	top: -477px !important;
	left: -268px !important;
  }
  
  @media (max-width: 759px) {
	.contact__firstview__heightlow {
	  height: 169px !important;
	  background-image: url(images/img_contact.jpg);
	  background-position: center;
	  background-size: cover;
	}
  }
  
  /*------------------------------------------------*/
  /* ページコンテンツ */
  
  .contents__contact__center {
	justify-content: center !important;
  }
  
  .contact__font_red {
	color: #D65656;
  }
  
  .contact__table {
	width: 90%;
  }
  .contact__table caption {
	margin-bottom: 40px;
  }
  .contact__table td {
	padding: 10px 0;
  }
  .contact__table tr td:nth-child(1) {
	width: 30%;
  }
  .contact__table tr td:nth-child(2) {
	width: 70%;
  }
  .contact__table input {
	height: 100%;
	border: solid gray 1px;
	border-radius: 5px;
  }
  .contact__table textarea {
	height: 100px;
	border: solid gray 1px;
	border-radius: 5px;
	/* width: 20vw; */
  }
  .contact__table select {
	height: 100%;
	padding: 0 4px;
	border: solid gray 1px;
	border-radius: 5px;
	width: 186px;
  }
  
  .contact__btn_submit {
	padding: 10px;
	background-color: #CC5858;
	border-radius: 5px;
	color: #fff;
  }
  
  @media (max-width: 1160px) {
	.contact__table td > span {
	  display: block;
	}
	.contact__table textarea {
	  width: 280px;
	}
	.contact__input_width_sp {
	  width: 280px;
	}
  }
  @media (max-width: 530px) {
	.contact__table textarea {
	  width: 200px;
	}
	.contact__input_width_sp {
	  width: 200px;
	}
  }

/*--------------------------------------------------
フォーム　カスタマイズ
---------------------------------------------------*/

  .contact__hide {
	display: none;
  }

  .contact__form_input {
	border: solid 1px #a0a0a0;
	border-radius: 4px;
  }

  .contact__td__style {
	background: none;
    border: none;
  }


  .contact__btn__submit {
	background-color: #cc5858;
	color: #fff;
	padding: 4px;
	border: none;
  }