@charset "UTF-8";

/* =======================================
	index

1.リセットCSS
2.メインコンテンツ
　Body
　Container
　headline
　MainContents
  リスト
  チェックリスト 
  スペーサー
  フォント
  マーカー
  ボタン
　テーブル
　youtube
  Q&A
3.フッター
4.お問い合わせフォーム

#レスポンシブ
■レスポンシブ　1024px以下768px以上
■レスポンシブ　767px以下576px以上
■レスポンシブ　575px以下321px以上
■レスポンシブ　320px以下

======================================= */

/*リセットCSS
=========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

img {
	border: 0;
	vertical-align: bottom;
}

iframe {
	margin:0;
	padding:0;
	vertical-align: bottom;
}

strong{
	font-weight: 600;
	color: #5F1726;
}
figure {
	margin: 0 10%;
}
figcaption {
	font-size: 120%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
/* =======================================
	メインコンテンツ
======================================= */
/* Body */
body {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
.thanks_container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #efefef;
}
/* headline */
header {
	padding: 0 0 10px 0;
}
header > div.lead {
	background-color: #5F1726;
	border-bottom: 1px solid #9A9A9A;
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	padding: 40px 0;
	margin: 0 0 40px 0;
}
div.headimg > img {
	border: 0;
	vertical-align: bottom;
	padding:0 20px;
	text-align: center;
	width: 100%;
}
/* MainContents */
section:nth-child(2n+1){
	background:#ffffff;
	border:none;
}
section:nth-child(2n){
    background:#F2EBF1;
	border:none;
    padding-top: 10px;
}
section:nth-child(2n) p:last-child {
	padding-bottom: 50px;
}
h2 {
   color: white;
   font-size: 30px;
   background: #5F1726;
   border: 2px dashed #ffffff;
   border-radius: 10px;
   box-shadow: 0 0 0 7px #5F1726;
   margin: 20px 30px;
	 font-weight: 600;
	 padding: 10px 20px;
}
section p {
	font-size: 20px;
	margin: 20px 10% 30px 10%;
	padding: 0 0 14px 0;
}
/* リスト */
ol,ul{	
	font-size: 20px !important;
	padding: 0 10%;
	border: none;
	list-style-type: none;
    color: #5F1726;
}
ol {
	counter-reset: number;
}
ol li {
	position: relative;
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.6em;
}
ol li:before {
	position: absolute;
	top: 16px;
	font-family: "Quicksand", sans-serif;
	content: counter(number);
	counter-increment: number;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #BF95B4;
	color: white;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
ul {
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
ul li {
  line-height: 1.5;
	margin-left: 10%;
  list-style-type: none!important;
}

ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  left : 10%;
  color: #BF95B4;
  font-weight: 600;
}
/* チェックリスト */
label.checkboxlabel {
	display: block;
    font-size: 22px;
    font-weight: 600;
    color: #5F1726;
}
.checkbox {
  display: none;
	line-height: 1.5;
	font-size: 21px !important;
}
.checkbox-fontas {
  position: relative;
  vertical-align: middle;
  font-size: 21px;
  margin-right: 5px;
}
.checkbox + .checkbox-fontas:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: '\f14a';
  color: #BF95B4;
}
.checkbox:checked + .checkbox-fontas:before {
  color: red;
}
/* スペーサー */
span.spacer {
	display: block;
	margin: 20px 0 0 0;
}
/* フォント */
.normal{
	font-weight: normal;
}
.tred{
	color: #5F1726;
	font-weight: 600;
}
.tsmall {
	font-size: 90%;
}
/* マーカー */
.marker{
	background: linear-gradient(transparent 80%, #D9B0D2 0%);
	font-weight: 600; 
    color: #5F1726;
}
.marker:before {
	border-bottom: 10px solid #FADBDA;
	border-radius: 5px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
/*ボタン*/
.btn_wrap{
  text-align: center;
	margin-bottom: 1em;
	width: 80%;
}
.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.btn-soudan, a.btn-soudan {
	display: block;
	color: #fff;
	background-color: #1D6B40;
	margin: 0 auto 30px auto;
	text-align: center;
	width: 60%;
}
.btn-soudan:hover,
a.btn-soudan:hover {
  color: #fff;
  background: #2ba864;
}

/*テーブル*/
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl01 {
	box-sizing: border-box;
	border-collapse: collapse;
	width: 90%;
	margin: 30px auto;
	font-size:14px;
}
.tbl01 th,.tbl01 td {
	padding: 0.5em 0.3em;
	border: 1px solid #aaa;
	vertical-align: middle;
}
.tbl01 th {
	background: #eee;
	text-align:center;
}
.tbl01 td {
	background: #fff;
}
.tbl01 tr:first-child{
	text-align:center;
}
th:first-child {
	width: 20%;
}
.treatment{
	margin-bottom: 20px;
}
table.tbl01 td {
	padding: 8px;
}
/* youtube */
#youtubewrap{
	width: 50%;
	margin: 0 auto;
	padding: 10px 10px 30px 10px;
}
.youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
/* Q&A */
div.qa p:first-letter{
	font-weight: 600;
	font-size: 160%;
}
div.qa p.q:first-letter{
	color: blue;
}
div.qa p.a:first-letter{
	color: red;
}
/* =======================================
	フッター
======================================= */
footer {
    width: 100%;
    background-color: #D9BFD4;
    color: #000;
    text-align: center;
    padding: 30px 0;
		font-size: 16px;
		margin-top: -30px;
}
#thanks_footer {
	width: 100%;
	background-color: #D9BFD4;
	color: #000;
	text-align: center;
	padding: 30px 0;
	font-size: 16px;
	position: absolute;
	bottom: 0; 
}
.thanks_wrapper{
	min-height: 100vh;
	position: relative;
	background: #fff;
}
.thanks_wrapper p :first-child {
	margin-top: 30px;
}

/* =======================================
	お問い合わせフォーム
======================================= */
#acceptance_wrap{
	margin: 10px;
}
#acceptance_wrap center a{
	text-decoration: none;
}
#sec_form  p{
	display: none;
}
#jobformwrap{
	text-align: center !important;
	margin:0 auto !important;
}
.wpcf7 table {
	border-spacing: 0;
	border: 1px solid #ccc;
	width: 80%;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.wpcf7-textarea,
.field {	
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0 !important;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 26% !important;
    background: #cccccc;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}
input[type=checkbox] {
	transform: scale(1.8);
	margin-right: 5px;
}
.sec_form_info {
	display: block !important;
	margin-bottom: 0;
}
/* =======================================
	ページトップへアイコン
======================================= */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* =======================================
■レスポンシブ　1024px以下768px以上
======================================= */
@media (max-width: 1024px) {		
/* headline */
header {
	padding: 0 0 10px 0;
}
header > div.headimg{
	text-align: center;

	width: 100%;
}
/* MainContents */
h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0em;
}
section p {
	font-size: 24px;
}
/*リスト*/
ol,ul{	
	font-size: 24px !important;
}
ul li {
	margin-left: 8%;
}
/* テーブル */
.last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;
}
.tbl01 {
	width: 80%;
	font-size: 24px;
}
.tbl01 th,
.tbl01 td {
	border-bottom: none;
	display: block;
	width: 100%;
}
/* youtube */
#youtubewrap{
	width: 90%;
	margin: 0 auto;
	padding: 10px;
}
.youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
/* お問い合わせ */
.wpcf7 table {
	border-spacing: 0;
	border: 1px solid #ccc;
	width: 80%;
}
.inquiry th {
	width: 26% !important;
}
input[type=checkbox] {
	transform: scale(1.8);
	margin-right: 5px;
}
}
/* =======================================
 ■レスポンシブ　767px以下576px以上
======================================= */
@media (max-width: 767px) {	
/* headline */
header {
	padding: 0 0 10px 0;
}
header > div.headimg{
	text-align: center;

	width: 100%;
}
.img_wrap{
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
/* MainContents */
h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0em;
}
section p {
	font-size: 24px;
}
/* リスト */
ol,ul{	
	font-size: 24px !important;
}
/* テーブル */
.last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;
}
.tbl01 {
	width: 80%;
}
.tbl01 th,
.tbl01 td {
	border-bottom: none;
	display: block;
	width: 100%;
}
/* youtube */
#youtubewrap{
	width: 90%;
	margin: 0 auto;
	padding: 10px;
}
.youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
/* Q&A */
.question{
	font-weight:bold;
	color:blue;
}
/* お問い合わせ */
.wpcf7 table {
	border-spacing: 0;
	border: 1px solid #ccc;
	width: 80%;
}
input[type=checkbox] {
	transform: scale(1.8);
	margin-right: 5px;
}
}

/* =======================================
■レスポンシブ　575px以下321px以上
======================================= */
@media (max-width: 575px) {
figure {
	margin: 0 10%;
	text-align: center;
}
/* headline */
header {
	padding: 0 0 10px 0;
}
header > div.lead {
	font-size: 30px !important;
}
div.headimg > img {
	padding:0 10px;
}
/* MainContents */
h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0em;
}
/* リスト */
ul li {
	margin-left: 4%;
}
/* ボタン */
.btn-soudan, a.btn-soudan {
	width: 90%;
}
/* テーブル */
.last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;
}
.tbl01 {
	width: 80%;
	font-size: 18px;
}
.tbl01 th,
.tbl01 td {
	border-bottom: none;
	display: block;
	width: 100%;
}

/* youtube */
#youtubewrap{
	width: 90%;
	margin: 0 auto;
	padding: 10px;
}
.youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
/* Q&A */
div.qa p{
	margin-top: 0;
	margin-bottom: 	0;
}
/* お問い合わせ */
.wpcf7 table {
	border-spacing: 0;
	border: 1px solid #ccc;
	width: 90%;
}
.inquiry td,
.inquiry th {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important
}
.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7 !important
}
.inquiry .any,
.inquiry .haveto {
		font-size: 10px
}
input[type=checkbox] {
	transform: scale(1.5);
}
}
/* =======================================
■レスポンシブ　320px以下
======================================= */
@media (max-width: 320px) {
/* headline */
header {
	padding: 0 0 10px 0;
}
header > div.lead{	
	font-size: 30px;
	padding: 30px 0;
}
header > div.headimg{
	text-align: center;
	width: 100% !important;
}
/* MainContents */
h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0em;
}
/* テーブル */
.tbl01 {
	width: 90%;
	font-size:20px;
}
.tbl01 th,.tbl01 td {
	display: block;
	width: auto;
	border-bottom: none;
}
.tbl01 tr:last-child {
	border-bottom: 1px solid #aaa;
}
/* youtube */
#youtubewrap{
	width: 90%;
	margin: 0 auto;
	padding: 10px;
}
.youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
/* Q&A */
div.qa p{
	margin-top: 0;
	margin-bottom: 	0;
}
/* お問い合わせ */
.wpcf7 table {
	border-spacing: 0;
	border: 1px solid #ccc;
	width: 90%;
}
.inquiry td,
.inquiry th {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important
}
.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7 !important
}
.inquiry .any,
.inquiry .haveto {
		font-size: 10px
}
input[type=checkbox] {
	transform: scale(1.5);
}
}
