@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "メイリオ", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
	background: #e9e1d1;
	-webkit-text-size-adjust:100%;
	opacity: 0;
}

body.second.beliefs {
	padding-top: 0!important;
}

body.hidden {
	height: 100%!important;
	overflow: hidden!important;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
	margin:0;
    padding:0;
}

p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

ul,ol {
	padding: 0 0 0 2em;
}

dd {
	margin: 0;
}

object,embed {
  vertical-align: top;
}

a {
	transition: all  0.3s ease;
	cursor: pointer;
}

a:not(.hover):hover,
a:not(.falses):hover {
	opacity: 0.7;
}

a.nolink {
	pointer-events: none;
}

a.falses {
	opacity: 1!important;
}

a:hover {
	cursor: pointer;
}

a:focus {
	outline: none;
}

p {
	display: block;
	margin: 0 0 1em;
}

.layout {
	padding: 0;
	list-style: none;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}

.flex {
	display:flex;
}

.font {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.noto {
	font-family: 'Noto Sans JP', sans-serif;
}

	@media screen and (min-width: 769px) {
		body {
			min-width: 1000px;
			font-size: 16px;
		}

		.tel-link {
			pointer-events: none;
		}
	}

/* ----------------------------------------
	Common
---------------------------------------- */
.inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	z-index: 2;
}

	@media screen and (min-width: 769px) {
		.sp {
			display: none!important;
			pointer-events: none;
		}
	}

	@media screen and (max-width: 768px) {
		.inner {
			padding: 0 10px;
		}

		.pc {
			display: none!important;
			pointer-events: none;
		}
	}

/* ----------------------------------------
	Header
---------------------------------------- */
#header {
	position: relative;
	z-index: 2;
}

.header__flex__box {
	width: 33.33333%;
	height: 100vh;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.header__flex__box1 {
	background-image: url(../images/header_img01.jpg);
}

.header__flex__box2 {
	background-image: url(../images/header_img02.jpg);
}

.header__flex__box3 {
	background-image: url(../images/header_img03.jpg);
}

.header__flex__box a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.header__flex__box__btn {
	width: 100%;
	text-align: center;
	margin: 0;
	position: absolute;
	bottom: 40px;
	right: 0;
	left: 0;
}

.header__btns {
	width: 100%;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.header__btns__btn {
	width: 33.3333%;
	height: 90px;
	text-align: center;
	margin: 0;
	background: #3e2b24;
	position: relative;
}

.header__btns__btn:not(:first-of-type) {
	border-left: 1px solid #fff;
}

.header__btns__btn a {
	display: block;
	height: 100%;
	position: relative;
}

.header__btns__btn img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 768px) {
	.header__flex {
		flex-wrap: wrap;
	}

	.header__flex__box {
		width: 100%;
		height: 33.3333vh;
	}

	.header__flex__box1 {
		background-image: url(../images/header_img01_sp.jpg);
	}
	
	.header__flex__box2 {
		background-image: url(../images/header_img02_sp.jpg);
	}
	
	.header__flex__box3 {
		background-image: url(../images/header_img03_sp.jpg);
	}

	.header__flex__box:not(:first-of-type) {
		border-top: 1px solid #fff;
	}

	.header__flex__box__logo {
		width: 45vw;
		height: auto;
		padding: 10px 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.header__flex__box__btn {
		display: none;
	}
}

/*----------------------------------------
	Footer
---------------------------------------- */
#footer {
	color: #fff;
	text-align: center;
	padding: 2.5em 0;
	background: #303030;
	position: relative;
}

.copy {
	font-size: 14px;
	margin: 0;
}

	@media screen and (max-width: 768px) {
		#footer {
			padding: 1.5em 0;
		}

		.copy {
			font-size: 12px;
		}
	}

/* ----------------------------------------
	Contents
---------------------------------------- */
section {
	position: relative;
	z-index: 1;
}

.section__title {
	font-size: 30px;
	text-align: center;
}

.section__title:after {
	display: block;
	content: "";
	width: 50px;
	height: 1px;
	margin: .7em auto 1em;
	background: #fff;
}

.bg,
.bg02 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: absolute;
	width: 100%;
	height: 200%;
	top: 0;
	left: 0;
	z-index: -1;
}

.bg02 {
	height: 300%;
}

@media screen and (max-width: 768px) {
	.section__title {
		font-size: 24px;
	}
}

/* first */
#first {
	text-align: right;
	padding: 140px 0;
	overflow: hidden;
}

.first__box {
	width: 600px;
	display: inline-block;
	text-align: left;
	color: #fff;
	padding: 5em 4em 4em 7em;
	background: #3e2b24;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.first__box__text {
	line-height: 1.9;
	margin: 0 0 1.5em;
}

.bg-wrap {
	width: 100%;
	height: 600px;
	transform: skewY(-10deg);
	overflow: hidden;
	position: absolute;
	top: 70px;
	z-index: 1;
}

.bg-wrap > div {
	height: 100%;
	transform: skewY(10deg);
}

/* contents */
.contents {
	padding: 0 0 6em;
}

.bg-wrap02 {
	height: 300px;
	position: relative;
	overflow: hidden;
}

.logo {
	text-align: center;
	margin: -50px 0 50px;
}

.contents__inner {
	padding: 0 0 2em;
	position: relative;
}

.contents__img01 {
	max-width: none;
	width: 70%;
	margin: 0 0 20px;
}

.contents__text01 {
	font-size: 20px;
	color: #8a5006;
	text-align: center;
	line-height: 2.3;
	margin: 0 0 2em;
}

.contents__box01 {
	width: 50%;
	padding: 3em;
	background: #e9e1d1;
	box-sizing: border-box;
	position: absolute;
	top: 43%;
	right: 0;
}

.contents__title {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 .2em;
}

.contents__tel {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 1.8em;
}

.contents__tel a {
	color: #000;
	text-decoration: none;
}

.contents__tel img {
	margin: .3em .2em 0 0;
}

.contents__box01__table {
	width: 100%;
	border-collapse: collapse;
}

.contents__box01__table th,
.contents__box01__table td {
	text-align: left;
	vertical-align: top;
	padding: 0 0 .5em;
}

.contents__box01__table th {
	width: 100px;
}

.contents__inner02 {
	padding: 0 0 4em;
}

.contents__title02 {
	font-size: 24px;
	color: #8a5006;
	text-align: center;
}

.contents__title02:after {
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	margin: .6em auto 1.3em;
	background: #8a5006;
}

.contents__subtitle {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 1.5em;
}

.contents__flex {
	justify-content: space-between;
}

.contents__flex__box {
	width: 47.5%;
}

.contents__flex__box__table {
	width: 100%;
	border-bottom: 1px solid #8a5006;
	border-collapse: collapse;
}

.contents__flex__box__table1 {
	border-top: 1px solid #8a5006;
}

.contents__flex__box__table th,
.contents__flex__box__table td {
	padding: 1em 0;
}

.contents__flex__box__table th {
	font-weight: normal;
	text-align: left;
}

.contents__flex__box__table td {
	width: 30%;
	text-align: right;
}

.map-wrap {
	height: 450px;
	overflow: hidden;
}

.contents__flex + p {
	padding: 1em 0 0;
	margin: 0;
}

.loop-slider {
	margin: 0;
}

.loop-slider li {
	width: 350px!important;
	height: 250px!important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* slider */
.bx-wrapper {
	margin: 0 auto;
}

#ig {
	padding: 0 0 4em;
}

.ig__title {
	text-align: center;
	margin: 0 0 2em;
}

.ig__list {
	flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
	.first__image {
		position: absolute;
		top: -60px;
		left: 0;
		box-shadow: 0 0 10px 10px rgba(0,0,0,0.4);
		z-index: 2;
	}

	.contents__inner:not(.contents__inner1) {
		padding: 0 0 140px;
	}

	.contents__inner1 .contents__box01 {
		top: 40%;
	}

	.contents__flex1 .contents__flex__box__table {
		border-top: 1px solid #8a5006;
	}

	.ig__list li {
		width: 180px;
		margin: 0 0 20px;
	}
	
	.ig__list li:not(:nth-child(5n)){
		margin-right: 20px;
	}
	
}

@media screen and (max-width: 768px) {
	#first {
		padding: 70px 0;
	}
	
	.first__image {
		display: block;
		width: 40%;
		margin: 0 auto 0 0;
		box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
		position: relative;
		z-index: 2;
	}
	
	.first__box {
		width: 90%;
		margin-top: -3em;
		padding: 4em 2em;
	}

	.bg-wrap {
		height: 500px;
		top: 80px;
	}

	/* contents */
	.contents {
		padding: 0 0 4em;
	}

	.bg-wrap02 {
		height: 150px;
	}

	.logo {
		margin: -30px 0 30px;
	}

	.logo img {
		width: 260px;
	}

	.contents__img01 {
		width: 100%;
	}

	.contents__text01 {
		font-size: 16px;
		text-align: left;
	}

	.contents__box01 {
		width: 100%;
		padding: 3em;
		background: #e9e1d1;
		box-sizing: border-box;
		position: relative;
		top: 0;
		right: 0;
	}

	.contents__title {
		font-size: 24px;
	}

	.contents__tel {
		font-size: 24px;
	}

	.contents__tel img {
		width: 11px;
	}

	.contents__inner02 {
		padding: 0 0 3em;
	}

	.contents__flex {
		flex-wrap: wrap;
		justify-content: center;
	}

	.contents__flex__box {
		width: 100%;
	}

	.contents__flex:first-of-type .contents__flex__box:first-of-type .contents__flex__box__table {
		border-top: 1px solid #8a5006;
	}

	.contents__flex__box__table th span {
		display: block;
		margin-top: .4em;
		font-size:90%;
	}

	.contents__flex__box__table td {
		width: 35%;
	}

	.map-wrap {
		height: 250px;
	}

	.ig__list {
		justify-content: space-between;
	}

	.ig__list li {
		width: 48%;
		margin: 0 0 4%;
	}
	
}
