@charset "UTF-8";
/* CSS Document */

:root {
 --beige_bg: #FAF6F4;
}
html {
	font-size: 62.5%;
/
}
body {
	font-family: "Helvetica Neue", Helvetica, "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	color: #333;
}
/*-----------------------------------------------------
bootstrap reset
------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Helvetica Neue", Helvetica, "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1;
}


@media screen and (min-width: 576px) {
.container {
	max-width: 100%;
}
}

@media screen and (min-width: 768px) {
.container {
	max-width: 100%;
}
}

@media screen and (min-width: 992px) {
.container {
	max-width: 100%;
}
article {
	padding: 0px 0 80px;
}
}

@media screen and (max-width: 1199px) {
.container {
	padding: 0 30px;
}
}

@media screen and (min-width: 1200px) {
.container {
	max-width: 1200px;
}
}

/*-----------------------------------------------------
header
------------------------------------------------------*/
.header-nav {
	padding: 12px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.clone-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	transform: translateY(-110%);
	background: #fff;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.1);
}
.logo img {
	height: 46px;
}
.is-show {
	transform: translateY(0);
}
.logo_cont {
	padding: 0 15px 0px;
}
.logo {
	float: left;
}
.hdr_right {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.header_menu {
	margin-bottom: 10px;
}
.head_insta img {
	margin-right: 5px;
}
.header_menu, .header_menu2 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header_menu li {
	padding: 0 18px;
	font-size: 12px;
}
.header_menu2 li {
	padding: 0 10px;
	font-size: 12px;
}
.header_menu a, .header_menu2 a {
	font-size: 12px;
	color: #000;
	display: block;
}
.header_menu a:hover, .header_menu2 a:hover {
	color: #000;
}
.header_menu2 a {
	border: 1px solid #bbb;
	padding: 7px 18px;
}
.header_menu2 a.head_insta {
	border: none;
	padding: 10px 0;
}

@media screen and (max-width: 991px) {
.hdr_right {
	display: none;
}
}

@media screen and (min-width: 992px) {
.header-nav {
	padding: 20px 25px;
}
.clone-header {
	padding: 10px 25px;
}
.logo img {
	height: 76px;
}
.clone-header .logo img {
	height: 62px;
}
}

@media screen and (min-width: 1350px) {
.hdr_right {
	flex-direction: row;
}
.header_menu {
	margin-bottom: 0px;
}
}

/*-----------------------------------------------------
modal-menu
------------------------------------------------------*/
.sp_menu_box {
	margin-bottom: 20px;
}
.sp_menu_box li {
	border-bottom: 1px solid #C7BFBB;
	font-size: 14px;
}
.sp_menu_box li.no_link {
	padding: 14px 0;
}
.sp_menu_box a {
	color: #333;
	padding: 14px 0;
	display: block;
}
.sp_menu_contact a {
	display: block;
	background: #fff;
	padding: 17px 0 12px;
	color: #333;
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.3;
}
.sp_menu_contact a span {
	color: #8D817B;
	font-size: 12px;
}
#modal-menu .row {
margin-right: -10px;
margin-left: -10px;
}
#modal-menu .col-6, 
#modal-menu .col-12 {
	padding: 0 10px;
}
.sp_menu_tel {
	font-size: 34px;
	text-align: center;
	margin-bottom: 0px;
}
.sp_menu_tel a,
.sp_menu_tel a:hover {
	color: #333;
}
.sp_menu_text {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 17px;
}
.sp_menu_text a {
	color: #333;
}

/*-----------------------------------------------------
main visual
------------------------------------------------------*/
#TopMV .bx-controls, #TopMV2 .bx-controls {
	display: none;
}
#TopMV .bx-wrapper, #TopMV2 .bx-wrapper {
	margin-bottom: 0;
}
.slide_liquid {
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	z-index: -1;
	overflow: hidden;
}
.slide_fixed span {
	display: block;
	padding-top: 50%;
}
.img_cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.img_contain {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
#TopMV .img_contain {
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
}

@media screen and (min-width: 768px) {
#TopMV {
	height: 100vh;
	min-height: 100vh;
	width: 100%;
	z-index: 2;
	position: relative;
}
.slide_all, .slide_wrap, .bx-wrapper {
		height: 100%;
	}
#TopMV2 .slide_all, #TopMV2 .slide_wrap, #TopMV2 .bx-wrapper {
	height: auto;
}
	.slide_margin {
		margin: 0 3% 0 3%;		
	}
	
	.slide_no_margin {
		margin: 0;		
	}
.slide_liquid {
	position: absolute;
	top: 72px;
	left: 3%;
	bottom: 5%;
	right: 3%;
	background-size: cover;
	z-index: -1;
	overflow: hidden;
}
.slide_liquid span {
	height: calc(100vh - 50px);
	min-height: calc(100vh - 50px);
	z-index: 1;
}
.slide_liquid2 {
	position: absolute;
	top: 72px;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	z-index: -1;
	overflow: hidden;
}
.slide_liquid2 span {
	height: 100vh;
	min-height: 100vh;
	z-index: 1;
}
.slide_liquid3 {
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	z-index: -1;
	overflow: hidden;
}
.slide_liquid3 span {
	height: 100vh;
	min-height: 100vh;
	z-index: 1;
}
.mv_overlay::before {	
	content: '-';
	background: rgba(0, 0, 0, .2);
	position: absolute;
	left: 0; top: 0;
  width: 100%; height: 100%;
}
}

@media screen and (min-width: 992px) {
.slide_liquid {
	top: 126px;
}
.slide_liquid2 {
	top: 126px;
}
.slide_liquid3 {
	top: 0px;
}
}

/*-----------------------------------------------------
foot contact
------------------------------------------------------*/
#foot_contact {
	padding-bottom: 50px;
}
.foot_contact_tel {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}
.foot_contact_tel a,
.foot_contact_tel a:hover {
	color: #000;
}
.foot_contact_text {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin-bottom: 30px;
}
.foot_contact_bn a {
    display: block;
    background: #6F5E56;
    padding: 14px 0 12px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.foot_contact_bn a:hover {
    color: #fff;	
}
.foot_contact_bn a span {
    font-size: 12px;
}
.foot_insta img {
    margin-right: 8px;
}

@media screen and (min-width: 992px) {
.foot_contact_tel {
    font-size: 45px;
	}
	.foot_contact_bn {
		max-width: 960px;
		margin: 0 auto;
	}
}

/*-----------------------------------------------------
footer
------------------------------------------------------*/
.foot_nav {
	padding: 10px 0 30px;
	border-top: 1px solid #C7BFBB;
}
.foot_nav a {
	color: #957E72;
	display: block;
	padding: 20px 0 20px 18px;
	background: url(../images/li_bg.svg) 0 50% no-repeat;
}
.foot_nav .no_link {
	display: block;
	padding: 20px 0 20px 18px;
	background: url(../images/li_bg.svg) 0 50% no-repeat;
}
#ft_menu1 {
	margin-bottom: 20px;
	border-bottom: 1px solid #C7BFBB;
}
#ft_menu3 {
	border-left: 1px solid #C7BFBB;
}
.foot_btm {
	padding: 40px 0;
	background: #808080;
	color: #fff;
}
.foot_btm a,
.foot_btm a:hover {
	color: #fff;
}
.foot_link {
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
}
.foot_link li {
	margin-bottom: 30px;
	text-align: center;
}
.foot_link2 li {
	text-align: center;
	margin-bottom: 20px;
}
.foot_link2 a {
	display: flex;
	justify-content: center;
}
.foot_link2 img {
	margin-left: 7px;
}
.copyright {
	text-align: center;
	font-size: 12px;
}
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index: 99;
	margin: 0;
}
#pageTop a {
	display: block;
	/*padding: 4px 0 0 0;
	width: 35px;
	height: 35px;
	background-color: #fff;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1px solid #C7BFBB;*/
}

@media screen and (min-width: 992px) {
	.foot_nav {
	padding: 40px 0 40px;
	border-top: 1px solid #C7BFBB;
}
	#ft_menu1 {
	margin-bottom: 0px;
	border-bottom: none;
}
#ft_menu2 {
	border-left: 1px solid #C7BFBB;
}
	.ft_menu_box li {
		padding: 0 20px;
	}
	.foot_nav .no_link {
		margin-left: 20px;
	}
.foot_btm {
	padding: 80px 0 40px;
	}
.foot_link li {
	margin-bottom: 50px;
}
#pageTop {
	bottom: 20px;
	right: 30px;
}
}

/*-----------------------------------------------------
text / title
------------------------------------------------------*/
a {
	color: #957E72;
}
a.text_link, .text_link a {
	text-decoration: underline;
	color: #b0a06e;
}
a.underline {
	text-decoration: underline;
}
a.normal_link {
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #957E72;
}
.no_link {
	color: #ccc;
}
.red {
	color: #C32E2E;
}
.strong {
	font-weight: 700;
}
.font_s {
	font-size: 1.2rem;
}
.font_l {
	font-size: 1.8rem;
}
.an_link {
	margin-top: -80px;
	padding-top: 80px;
	transform: translate(0, 50px) !important;
}
.serif {
	font-family: "Bellefair", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.12rem;
	font-weight: 400;
}
.text_shadow {
	text-shadow: rgb(0, 0, 0, 0.3) 0px 1px 6px, rgb(0, 0, 0, 0.3) 0px 0px 6px;
}
.marker {
	background: linear-gradient(transparent 50%, #ffb5c1 50%);
	font-weight: bold;
	padding-bottom: 1px;
}
.bn_detail, .bn_detail2 {
	margin-top: 10px;
}
.bn_detail a {
	border: 1px solid #ea1a37;
	padding: 15px;
	display: inline-block;
	color: #ea1a37;
	letter-spacing: 0.1rem;
}
.bn_detail2 a {
	border: 1px solid #215289;
	padding: 15px;
	display: inline-block;
	color: #215289;
	letter-spacing: 0.1rem;
}
.title1 {
	font-size: 30px;
	text-align: center;
	background: url(../images/title_leaf3.svg) right 20% no-repeat;
	background-size: 60px;
	display: table;
	padding: 0px 28px 0px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.title1 span {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	display: block;
}

@media screen and (min-width: 992px) {
a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.font_l {
	font-size: 2.2rem;
}
.an_link {
	margin-top: -100px;
	padding-top: 100px;
	transform: translate(0, 70px) !important;
}
}

/*-----------------------------------------------------
layout
------------------------------------------------------*/
.clear {
	clear: both;
}
article {
	padding: 80px 0 0;
	background: #fff;
	line-height: 2;
	letter-spacing: 0.05em;
}
#index article {
	padding: 50px 0 0;
}
.content {
	margin-bottom: 160px;
}
.content_in {
	padding-bottom: 30px;
}
article p {
	margin-bottom: 20px;
}
.flo-l {
	float: left;
	margin: 0 20px 20px 0;
}
.flo-r {
	float: right;
	margin: 0 0 20px 20px;
}
.flex {
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.center_block {
	margin: 0 auto;
}
.w25 {
	width: 25%;
}
.w33 {
	width: 33.33%;
}
.w50 {
	width: 50%;
}
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition: all 0.8s;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
@media screen and (min-width: 992px) {
.content_in {
	padding-bottom: 60px;
}
}
/*-----------------------------------------------------
ul / dl / table
------------------------------------------------------*/
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
article li {
	margin-bottom: 8px;
}
ul.disc li {
	list-style: disc inside !important;
	padding-left: 1em;
	text-indent: -1em;
}
dl {
	margin-bottom: 15px;
}
dt {
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #C7BFBB;
}
dd {
	margin-bottom: 15px;
}
table {
	line-height: 1.8;	
}
.table_block {
	width: 100%;
}
.table_block th {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 0;
    font-weight: normal;
}
.table_block td {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 20px;
}
.table_block a {
	display: block;
}

@media screen and (max-width: 767px) {
.table_block th {
	width: 100%;
	display: block;
 border-bottom: none;
}
.table_block td {
	width: 100%;
	display: block;
}
}
@media screen and (min-width: 768px) {
	.table_block th {
    padding: 20px 20px 20px;
    width: 22%;
}
.table_block td {
    padding: 20px 0 20px;
}
}
@media screen and (min-width: 992px) {
dl {
	margin-bottom: 30px;
}
	.table_block {
	width: 960px;
		margin: 0 auto;
}
}

/*-----------------------------------------------------
tab
------------------------------------------------------*/
.tab_area {
	margin: 0 0 30px;
	display: table;
	width: 100%;
}
.tab_style1 {
	border-left: solid 2px #a69b75;
	border-bottom: solid 1px #e5dfcc;
	font-size: 2.6rem;
	padding: 5px 15px;
	line-height: 1.4;
	display: table-cell;
}
.tab_style2 {
	/*letter-spacing: 0.12rem;*/
	border-top: solid 1px #215289;
	border-left: solid 1px #215289;
	border-right: solid 1px #215289;
	padding: 8px 10px;
	text-align: center;
	display: table-cell;
	float: left;
	margin-bottom: 10px;
	margin-right: 2%;
	border-radius: 6px 6px 0 0;
}
.tab_style2:last-child {
	margin-right: 0;
}
.tab_area li.select {
	background: #215289;
	color: #fff;
}

@media screen and (min-width: 992px) {
.tab_area {
	margin: 0 0 40px;
}
.tab_style2 {
	font-size: 1.2rem;
	width: 18.4%;
	padding: 12px 10px;
}
}

/*-----------------------------------------------------
form
------------------------------------------------------*/
input {
	border: 1px solid #ddd;
}
textarea {
	border: 1px solid #ddd;	
}
button.btn {
	display: block;
	background: #BD1E32;
	color: #fff;
	padding: 10px 34px;
	border: none;
	letter-spacing: 0.3rem;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}
p.btn {
	background: #BD1E32;
	color: #fff;
	border: none;
	letter-spacing: 0.3rem;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	display: block;
}
p.btn a {
	color: #fff;
	display: block;
	padding: 10px 34px;
}
.btn:hover {
	color: #fff;
}
label {
	margin-right: 8px;
	font-weight: normal;
}
textarea.form-control {
	width: 100%;
}
.table-contact th .label-require {
	background-color: #e46a6a;
	font-weight: normal;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.table-contact td .radio {
	margin-right: 10px;
	padding: 10px 0;
	display: inline-block;
}
.table-contact td .radio label {
	background: #fff;
	background-color: rgb(255, 255, 255);
	border: 1px solid #ddd;
	padding: 10px;
}
.table-contact td input.form-control {
	background-color: #fff;
	margin-right: 20px;
	width: 280px;
}
.table-contact td .form-control.input-sm {
	border-radius: 4px;
	height: 26px;
}
.table-contact td label .form-control {
	margin-left: 10px;
	width: 120px;
}
.table-contact td .row input {
	width: 100%;
}
.table-contact td .row .pseudo-hyphen::before {
	content: '-';
	display: inline-block;
	position: absolute;
	top: 0.5em;
	left: -0.3em;
}
form .checkbox-agree {
	margin: 0 auto;
	text-align: center;
}
form .checkbox-agree .checkbox {
	border: 1px solid #ddd;
	padding: 10px 20px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
select, textarea, input {
	font-size: 16px;
}
.table-contact td label .form-control {
	margin-right: 0;
	margin-left: 0;
	width: 100%;
	max-width: 100%;
}
}

@media screen and (min-width: 768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
}
