@charset "UTF-8";

html {
    font-size: 62.5%;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "メイリオ", sans-serif; 
    line-height: 1.8;
    font-size: 18px;
    font-size: 1.8rem;
    color: #462a2c;
}
img {vertical-align: top;}
/* -------------------------------
LAYOUT
------------------------------- */
* {
    word-break: break-all;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
}
#mainArea img {width: 100%;}
.sp {display: none;}

@media screen and (max-width: 768px) {
.sp {display: block;}
.pc {display: none;}
}

/* -------------------------------
FONT
------------------------------- */

.marker {
background: linear-gradient(transparent 60%, #e8cad1 60%);
}
.bold {font-weight: bold;}
.txtL {text-align: left !important;}
.mgt20{margin-top: 20px !important;}

.mgb50{margin-bottom: 50px !important;}

/* -------------------------------
見出し
------------------------------- */
.midashi {text-align: center;}
.midashi01 {
	display: inline-block;
	text-align: center;
	padding: 15px 0;
	font-size: 34px;
	font-size: 3.4rem;
	border-top:solid 1px #462a2c;
	border-bottom:solid 1px #462a2c;
	margin-bottom: 80px;
}
.midashi01 sup {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	top:-1em;
}
.midashi02 {
  position: relative;
  padding: 0;
  text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	display: block;
	font-weight: bold;
	vertical-align: middle;
}
.midashi02:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content:'';
  background: #eac1c9;
}
.midashi02 > span {
  position: relative;
  padding: 12px 8px 12px 1em;
  background: #eac1c9;
	border-radius: 100vh;
}
.midashi02 > span span {
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	border-radius: 50vh;
	display: inline-block;
	margin-left: 5px;
	box-sizing: border-box;
}
.midashi03 {
  border-bottom: 1px solid #462a2c;
  font-size: 34px;
  font-size: 3.4rem;
	display: inline-block;
  letter-spacing: .05em;
  padding: 100px 20px 30px;
  position: relative;
  z-index: 0;
  white-space: nowrap;
	font-weight: bold;
}
.midashi03::after {
  background: #fff;
  border-right: 1px solid #462a2c;
  bottom: -16px;
  content: '';
  display: block;
  height: 20px;
  left: 51.6%;
  outline: 5px solid #fff;
  position: absolute;
  transform: rotate(39deg);
  width: 5px;
}

@media screen and (max-width: 768px) {
.pic p {
	font-size: 1.4rem !important;
}
.txt {
	font-size: 1.6rem;
}
.midashi01 {
	font-size: 2.2rem;
	margin-bottom: 40px;
}
.midashi01 sup {
	font-size: 1.2rem;
	top:-0.5em;
}
.midashi02 {
	font-size: 1.8rem;
	font-weight: bold;
}
.midashi02 > span span {
	text-align: center;
	width: 34px;
	height: 34px;
	line-height: 34px;
}
.midashi03 {
  font-size: 2.2rem;
  padding: 50px 10px 20px;
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
}

/* -------------------------------
コンテンツ
------------------------------- */
.logo {margin: 15px 0;}

.btn {
	text-align: center;
	margin-top: 40px;
}
.btn a {
	display: inline-block;
	border: solid 1px #462a2c;
	padding: 10px 20px 10px 50px;
	font-weight: bold;
	border-radius: 100vw 100vw;
	transition: background 0.8s;
}
.btn a:hover {
	background: #462a2c;
	color: #FFF;
}
.btn a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 0.6em;
  height: 0.1em;
  background: currentColor;
	margin-left: 30px;
	margin-right: 0px;
}
.btn a span::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*mainArea----------------------*/
.lead {
	background: #E4DBDD;
	padding: 40px 0;
}
.lead p {
	margin: 0 210px 20px;
	font-size: 20px;
	font-size: 2.0rem;
}
.lead p:first-of-type {
	background-color: #E4DBDD;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #E4DBDD 0%, #E4DBDD 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 95%, #FFF 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}
.lead p small {
	display: block;
	text-align: right;
	font-size: 16px;
	font-size: 1.6rem;
}
.lead02 p {
	margin: 40px 210px 20px;
	font-size: 20px;
	font-size: 2.0rem;
}
@media screen and (max-width: 1299px) {
	.logo {margin: 15px 10px;}
}
@media screen and (max-width: 768px) {
.btn {
	margin-top: 0;
}
.btn a {
	font-size: 1.4rem;
}
.btn a span {
  width: 0.5em;
  height: 0.1em;
}
.lead {
	padding: 10px 0;
}
.lead p {
	margin: 0 20px 20px;
	font-size: 1.6rem;
	text-align: justify;
}
.lead02 p {
	margin: 30px 20px;
	font-size: 1.6rem;
	text-align: justify;
}
.lead p small {
	font-size: 1.2rem;
}
}

/* -------------------------------
secondaryArea
------------------------------- */
#secondaryArea {
	margin-top: 80px;
}
.inn {
	width: 100%;
	max-width: 1300px;
    position: relative;
    margin: 0 auto;
}
.flex {
	display: flex;
	justify-content: center;
}
.txt {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.0;
	text-align: justify;
}
.pic p {
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
.grey {
	margin-top: 60px;
	background: #ebe9e9;
	padding: 70px 0 50px;
}
.naname {
    overflow: hidden;
    position: relative;
	padding: 70px 0 170px;
}
.naname::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: #ebe9e9;
    transform: skewY(-6deg) translateY(-100px);
    z-index: -1;
}
@media screen and (max-width: 768px) {
#secondaryArea {
	margin-top: 20px;
}
.txt {
	font-size: 1.5rem;
}
.grey {
	margin-top: 50px;
	padding: 50px 0 50px;
}
.naname {
    overflow: hidden;
    position: relative;
	padding: 50px 0 100px;
}
}


/* -------------------------------
フッター
------------------------------- */
footer {
	border-top:dashed 1px #4B282B;
	padding: 30px 0 0;
	font-size: 15px;
	font-size:1.5rem;
	margin-top: 50px;
}
footer a {
	font-weight: bold;
	text-decoration: underline;
}
footer a:hover {
	font-weight: bold;
	text-decoration: none;
}
footer > .inn p:first-of-type {
	margin-bottom: 20px;
}
footer #copyright {
	margin-top: 10px;
	background: #DFD4D4;
	padding: 30px 0;
}
footer #copyright p:last-of-type {
	margin-top: 20px;
}
@media screen and (max-width: 1299px) {
	footer .inn {
		padding: 0 15px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px) {
footer {
	padding: 20px 0 0;
	font-size:1.2rem;
	margin-top: 30px;
}
}
