html{
	font-size: 62.5%;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #231815;
	line-height: 1.5;
}
body.modal-open {
	height: 100vh;
	overflow-y: hidden;
  }

iframe {
	vertical-align: bottom;
}

ul,ol{
	list-style: none;
	padding: 0;
}
a{
	text-decoration: none;
}
/*webフォントちらつき対策*/
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*webフォントちらつき対策*/
/*フォントスタイル*/
.midashi{
	font-family: fot-klee-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.Baskerville{
	font-family:'Baskerville',sans-serif;
	font-weight: 300;
	font-style: normal;
}

/*clearfix*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.header-sp {
	display: none;
}

.header .header-text {
	font-size: 1rem;
	font-weight: normal;
	background-color: #513e39;
	color: #fff;
	padding: 5px 30px;
	margin: 0;
}

.header .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px;
}

.header .logo-wrapper {
	max-width: 240px;
}

.header .logo-wrapper img {
	width: 100%;
}

.header .link-wrapper {
	text-align: right;
}

.header .header-nav {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	align-items: center;
}

.header .header-nav li {
	margin: 0 0 0 55px;
}

.header .header-nav a {
	color: #000;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.header .header-nav a.link-btn.brown {
	color: #efe8e7;
}


.header .header-nav a.link-btn.brown::after {
	position: absolute;
    content: '';
    transition: .3s;
    top: 17px;
    right: 10px;
    border: 5px solid transparent;
    border-left: 5px solid #efe8e7;
    width: 5px;
    height: 5px;
}

.header .header-nav a:hover::after {
	bottom: -2px;
	opacity: 1;
	visibility: visible;
}

.breadcrumbs {
	border-bottom: 1px solid #efe8e7;
}

.breadcrumbs ol {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 5px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.breadcrumbs li {
	display: flex;
	align-items: center;
	font-size: .7rem;
	margin: 0 10px 0 0;
}

.breadcrumbs li::before {
	content: '';
	width: 7px;
	height: 7px;
	margin: 0 15px 0 0;
	border-top: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	transform: rotate(45deg);
}

.breadcrumbs a {
	color: #000;
}

.breadcrumbs li:first-of-type::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	border-top: none;
	border-right: none;
	transform: rotate(0deg);
	background-image: url('../img/common/bread.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-wrapper {
	text-align: center;
}

.link-btn {
	display: inline-block;
	min-width: 200px;
	width: 290px;
	text-align: center;
	padding: 10px;
	position: relative;
	transition: all .3s;
}


.link-btn.brown {
	background-color: #bb8962;
	border: 2px solid #bb8962;
	color: #efe8e7;
	text-decoration: none;
}

.link-btn.white {
	background-color: #efe8e7;
	border: 2px solid #efe8e7;
	color: #231815;
}

.link-btn::after {
	position: absolute;
	content: '';
	top: 17px;
	right: 10px;
	border: 5px solid transparent;
	border-left: 5px solid #efe8e7;
	width: 5px;
	height: 5px;
	box-sizing: border-box;
}

.link-btn:hover {
	text-decoration: none;
	background-color: #fff;
}

.link-btn.brown:hover {
	color: #7a5b3f;
}
.link-btn.brown:hover:after{
	border-left: 5px solid #7a5b3f;
}

.link-btn.brown:hover {
	color: #bb8962;
}
.link-btn.brown:hover:after{
	border-left: 5px solid #bb8962;
}

.link-btn.white::after{
	border-left: 5px solid #231815;
}
.link-btn.white:hover {
	background-color: #bb8962;
	color: #efe8e7;
}
.link-btn.white:hover:after{
	border-left: 5px solid #efe8e7;
}

.color-blue {
	color: #03a9f4;
}

.color-yellow {
	color: #e2b42f;
}

.c_red{
	color:#e55100;
}

.heading-1 {
	font-size: 2.5rem;
	margin: 0;
	text-align: center;
	 position: relative;
}
.heading-1 img.pc{
	display: inline-block;
	max-width: 100%;
}
.heading-2 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0;
}

.row {
	display: flex;
	justify-content: space-between;
}

.footer {
	background-color: #513e39;
	padding: 50px 0 0;
}

.footer .logo-wrapper {
	width: 200px;
	margin: 0 auto 20px;
}

.footer .logo-wrapper img {
	width: 100%;
}

.footer .address {
	text-align: center;
	color: #efe8e7;
}

.footer .address p {
	margin: 0;
}

.footer .nav-wrapper {
	padding: 30px 0 0;
}

.footer .footer-nav {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	width: 1000px;
	margin: 0 auto;
}

.footer .footer-nav li {
	border-right: 1px solid #efe8e7;
	padding: 0 20px;
}

.footer .footer-nav li:first-of-type {
	border-left: 1px solid #efe8e7;
}

.footer .footer-nav a {
	color: #efe8e7;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.footer .footer-nav a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #efe8e7;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.footer .footer-nav a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.copyright {
	background-color: #513e39;
	padding: 5px 0;
	margin: 30px 0 0;
}

.copyright p {
	color: #efe8e7;
	font-size: .7rem;
	text-align: center;
	margin: 0;
}

@media print,screen and (min-width: 961px) {
		body{min-width:1200px;
		}
}

@media screen and (max-width: 960px) {
	body{
		width: 100%;
	}
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.header-pc {
		display: none;
	}

	.header-sp {
		display: block;
		padding: 15px 0;
		background-color: #fff;
		position: fixed;
		width: 100%;
		height: 61px;
		top: 0;
		left: 0;
		z-index: 98;
	}

	.header .header-inner {
		padding: 0;
		justify-content: center;
		position: relative;
	}

	.header .logo-wrapper {
		max-width: 200px;
	}

	.menu-btn{
		height: 30px;
		width: 45px;
		position: relative;
		padding: 0 8px;
		cursor: pointer;
		display: inline-block;
		user-select: none;
		z-index: 99;
	}

	.menu__line{
		background: #7a5b3f;
		display: block;
		height: 3px;
		position: absolute;
		transition:transform .5s;
		width: 30px;
	}

	.menu__line--top {
		top: 4px;
	}

	.menu__line--center{
		top: 13px;
	}

	.menu__line--bottom{
		bottom: 4px;
	}

	.active .menu__line{
		background: #7a5b3f;
	}

	.active .menu__line--top{
		top: 13px;
		transform: rotate(45deg);
	}

	.active .menu__line--center{
		transform:scaleX(0);
	}

	.active .menu__line--bottom{
		bottom: 14px;
		transform: rotate(135deg);
	}

	.menu-wrapper {
		position: absolute;
		top: 0px;
		right: 10px;
	}

	.menu-area {
		display: none;
		position: fixed;
		top: 61px;
		left: 0;
		width: 100%;
		background-color: #fff;
		border-top: 1px solid #513e39;
	}

	.menu-nav {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.menu-nav li {
		border-bottom: 1px solid #ccc;
	}

	.menu-nav a {
		color: #000;
		font-size: 1.6rem;
		text-align: center;
		display: block;
		padding: 15px 0;
	}

	.menu-nav li h1{
		word-break: break-all;
		color: #fff;
		font-weight: normal;
	}

	.section-inner {
		width: 95%;
		margin: 0 auto;
	}

	.link-btn {
		min-width: 250px;
	}

	.row {
		flex-direction: column;
	}
	.heading-1 {
	font-size: 1.4rem;
}
	.heading-1 img.pc{
		display: none;
	}

	.heading-1 img.sp{
		width: 25%;
		display: inline-block;
	}
	.heading-1 img.sp.true{
        width: 70%;
    }

	.heading-2 {
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
		text-align: center;
		font-size: 2rem;
	}

	.footer .footer-nav {
		width: initial;
		flex-direction: column;
		padding: 0 10px;
	}

	.footer .footer-nav li {
		border-bottom: 1px solid #efe8e7;
		border-right: initial;
		padding: 15px;
		position: relative;
	}

	.footer .footer-nav li::after {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 20px;
		right: 20px;
		border: 5px solid transparent;
		border-left: 5px solid #efe8e7;
		box-sizing: border-box;
	}

	.footer .footer-nav li:first-of-type {
		border-top: 1px solid #efe8e7;
		border-left: initial;
	}
}
/*下層共通スタイルここから*/
/*メインビジュアル*/
.ud_layer .main-visual {
    display: table;
    width: 100%;
    height: 25vh;
    background-size: cover;
    background-position:center;
}

.ud_layer .main-visual-inner {
    display: table-cell;
    vertical-align: middle;
}

.ud_layer .main-visual-text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.ud_layer .main-visual .main_ttl {
    color: #efe8e7;
    text-shadow: 5px 5px 0px #231815;
    font-size: 3rem;
}

.ud_layer .breadcrumbs{
	margin-bottom:100px;
}

@media screen and (max-width: 480px) {
    .ud_layer .main-visual {
        height: 40vh;
        margin-top:60px;
    }

    .ud_layer .main-visual-text {
        width: 90%;
    }

	.ud_layer .breadcrumbs{
		margin-bottom:50px;
	}

    .ud_layer .breadcrumbs ol {
        padding: 5px;
    }
}
/*下層メイン*/
.ud_layer .section-inner {
    max-width: 1200px;
    margin: 0px auto;
    padding-bottom: 100px;
}
.ud_layer .heading-wrapper {
	margin: 0 auto 50px;
	text-align: center;
}
.ud_layer .heading-3{
	font-size: 1.6rem;
}
.ud_layer .heading-3 .Baskerville{
	font-size: 3rem;
	color: #7a5b3f;
	text-shadow: 5px 5px 0px #efe8e7;
	display: block;
}
.ud_layer .table-wrapper{
    width: 80%;
    margin: 0 auto;
}
.ud_layer table {
    width: 960px;
    border-collapse: collapse;
    margin:0 auto;
}
.ud_layer table th,
.ud_layer table td{
	border-top:1px dotted #b5b0b0;
	border-bottom: 1px dotted #b5b0b0;
	padding: 20px;
}
.ud_layer table th {
    width: 30%;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
}
@media screen and (max-width: 480px){
	.ud_layer .section-inner {
    	padding-bottom: 50px;
}
	.ud_layer .heading-wrapper{
		margin: 0 auto 30px;
	}
    .ud_layer .table-wrapper{
        width: 100%;
    }
    .ud_layer table{
    	width: 100%;
    }
    .ud_layer table th,
    .ud_layer table td {
        display: block;
        width: 100%;
        padding:20px 10px;
        text-align: center;
        border-top: 0 none;
        border-bottom:0 none;
    }
    .ud_layer table th {
    	background-color: #efe8e7;
    }
    .ud_layer table td{
    	text-align: left;
	}
}
/*下層共通スタイルここまで*/
/*404ページスタイルここから*/
#notfound .main-visual {
    background-image: url('../img/common/404_main.jpg');
}
#notfound .section-1 .section-inner{
	padding-top: 100px;
	text-align: center;
}
@media screen and (max-width: 960px) {
    #notfound .main-visual {
        background-image: url('../img/common/sp/404_main.jpg');
    }
    #notfound .section-1 .section-inner{
    	padding-top: 50px;
    }
}
/*404ページスタイルここまで*/
