@charset "UTF-8";

/* -------------------------------
FONT
------------------------------- */
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;
}
/* -------------------------------
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 {
}
#container img {width: 100%;}
.sp {display: none;}

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

/* -------------------------------
FONT
------------------------------- */
.a1mincho {
	font-family: "A1明朝",A1 Mincho;
    letter-spacing: .1em;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .a1mincho {
	font-feature-settings: 'pkna';
}
}
.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;
}
.midashi02:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content:'';
  background: #eac1c9;
}
.midashi02 span {
  position: relative;
  padding: 8px 1em;
  background: #eac1c9;
	border-radius: 100vh;
}
.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;
}
.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;
}
.midashi03 {
  font-size: 2.2rem;
  padding: 50px 10px 20px;
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
}

/*-----------------------
	グローバルナビ
-------------------------*/
header .inn {
	display: flex;
	padding: 20px 0;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 1299px) {
	header .inn {
		padding: 20px 15px;
		box-sizing: border-box;
	}
}
.gnav ul {
	display: flex;
	justify-content: flex-end;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
}
.gnav ul li {
	margin-left: 30px;
}
.gnav ul li a {
  position: relative;　/*疑似要素の親を固定*/
  cursor: pointer;　/*カーソルをポインターへ*/
  text-decoration: none;　 /*ホバーなしは非表示*/
}

.gnav ul li a:before {
  content: ""; /*疑似要素の中身は空（記述は必須）*/
  position: absolute; /*子要素として疑似要素を固定*/
  left: 0; /*長さはテキストの両端まで*/
  right: 0; /*長さはテキストの両端まで*/
  bottom: -5px;  /*線の上下位置*/
  width: 100%; /*線の長さ*/
  height: 1px; /*線の太さ*/
  background-color: #462a2c; /*線の色*/
  transform: scale(0, 1); /*横方向に0状態から全体まで線を入れる*/
  transform-origin: center; /*中央を起点にアニメーション*/
  transition: transform .2s; /*アニメーションの時間*/
}

.gnav ul li a:hover:before {
  transform: scale(1); /*ホバー時に等倍へ拡大*/
}
.navBtn {
  display : none;
}

@media screen and (max-width: 768px) {
/*-----------------------
	グローバルナビ
-------------------------*/
.navBtn {
  display : block;
  position: fixed;
  z-index : 9999;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.navBtn span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 6px;
  background : #462a2c;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.navBtn span:nth-child(1) {
  top: 10px;
}
.navBtn span:nth-child(2) {
  top: 20px;
}
.navBtn span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.navBtn.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  height  : 2px ;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.navBtn.active span:nth-child(2),
.navBtn.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  height  : 2px ;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.gnav {
  position: fixed;
  z-index : 999;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 70,42,44,0.9 );
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}

nav.gnav ul {
	display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.gnav ul li {
  list-style-type: none;
  padding: 0;
  width: 86%;
  transition: .4s all;
	border-bottom: solid 1px #462a2c;
}
nav.gnav ul li:last-child {
  padding-bottom: 0;
}
nav.gnav ul li:hover{
  background :#ddd;
}

nav.gnav ul li a {
  display: block;
  color: #fff;
  padding: 1.5em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.gnav.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}
}

/* -------------------------------
コンテンツ
------------------------------- */

/*mainArea----------------------*/
.mainTit {
	position: relative;
	height: 300px;
}
.mainTit::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 50%;
	height: 260px;
	background: #f0f0f2;
}
.mainTit::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 300px;
}
.mainTit h1 {
	position: relative;
  top: 240px;
	left:18%;
	background: #FFF;
	display: inline-block;
	font-size: 44px;
	font-size: 4.4rem;
	padding: 2px 25px;
	z-index: 11;
}
.lead {
	margin-top: 150px !important;
}
.lead p {
	margin: 0 210px 20px;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
    line-height: 2.5;
}
.lead p sup {
	font-size: 14px;
	font-size: 1.4rem;
}
.lead p small {
	display: block;
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
.mainTit {
	height: 200px;
	text-align: center;
}
.mainTit::before {
	display: none;
}
.mainTit::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 200px;
}
.mainTit h1 {
	position: relative;
  top: 40%;
	left: auto;
	background: rgba(255,255,255,0.9);
	display: inline-block;
	font-size: 2.6rem;
	padding: 2px 20px;
	z-index: 11;
}
.lead {
	margin-top: 30px !important;
}
.lead p {
	margin: 0 20px 20px;
	font-size: 1.6rem;
	text-align: left;
    line-height: 2.0;
	text-align: justify;
}
.lead p sup {
	font-size: 1.2rem;	
}
.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;
}
}

/* -------------------------------
フッター
------------------------------- */
#pageTop {
	position: relative;
	text-align: right;
	z-index: 99;
}
footer {
	background: #462a2c;
	padding: 30px 0;
}
footer a {
	color: #ddced1;
}
footer .flex {
	justify-content: flex-start;
}
footer .inn > ul li {
	font-size: 16px;
	font-size:1.6rem;
	margin-right: 20px;
}
footer .inn #footerLink {
	border-top: solid 1px #3d1f23;
	padding-top: 25px;
	margin-top: 30px;
}
footer .inn #footerLink ul li {
	font-size: 14px;
	font-size:1.4rem;
	border-right: solid 1px #ddced1;
	padding: 0 14px;
}
footer .inn #footerLink ul li:first-of-type {
	padding-left: 0;
}
footer .inn #footerLink ul li:last-of-type {
	border-right: none;
}
footer #copyright {
	color: #ddced1;
	font-size: 14px;
	font-size:1.4rem;
	margin-top: 10px;
}
@media screen and (max-width: 1299px) {
	footer .inn {
		padding: 0 15px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px) {
footer .inn > .flex {
	display: block;
}
footer .inn > ul li {
	font-size:1.5rem;
	margin-right: auto;
	text-align: center;
	border-bottom: solid 1px #3d1f23;
	margin: 15px;
	padding-bottom: 15px;
}
footer .inn #footerLink {
	border-top: none;
	padding-top: 0;
	margin-top: 30px;
}
footer .inn #footerLink .flex {
	justify-content: center;
}
footer #copyright {
	text-align: center;
}
}

/* -------------------------------
404
------------------------------- */
.notf {
	margin: 70px 20px;
}
.notf h1 {
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
}
.notf p {
	margin: 80px 150px 0;
}
.notf p a {
	text-decoration: underline;
}
.notf p a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
.notf {
	margin: 50px 0;
}
.notf h1 {
	font-size: 2.2rem;
	margin: 0 20px;
}
.notf p {
	margin: 30px 20px 0;
}
}
