@charset "utf-8";
/* CSS Document */

/*共通用--------------------------------------------------------------------*/

html {
}
body {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #555;
	background:#EEE7E3;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    line-height: 0;
    vertical-align: bottom;
}
#wrapper {
    overflow: hidden;
}
a {
    text-decoration: none;
}
a:hover {
}
a img:hover {
    opacity: 0.5;
    transition: 0.7s;
}

*{
	font-style: normal;
}


h1 {
	position:absolute;
	width: 200px;
	top:20px;
	left:35px;
	z-index: 1;
}

/*h1のレスポンシブ*/

/* Extra large devices (large desktops, 1200px and up) */
/*PC / iPadPro横*/
/*iPadPro横まで*/
@media screen and (max-width: 1366px) {}

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {}

/* Medium devices (tablets, 768px and up) */
/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	h1 {
	position:absolute;
	width: 180px;
	top:20px;
	left:25px;
	z-index: 1;
}}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	h1 {
	position:absolute;
	width: 130px;
	top:15px;
	left:15px;
	z-index: 1;
}}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	h1 {
	position:absolute;
	width: 120px;
	top:10px;
	left:15px;
	z-index: 1;
}}

/*下層ページのヘッダー部*/

#cont_site_header{
	background: #A14748;
	height:110px;
	padding:33px 0 0 47px;
	box-sizing: border-box;
	margin-bottom: 70px;
}

.cont_site_logo{
	position: static;
	width:170px;
}


/* Medium devices (tablets, 768px and up) */
/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	.cont_site_logo {
	position:absolute;
	width: 155px;
	top:30px;
	left:33px;
	z-index: 1;
}}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	#cont_site_header{
	height:80px;}
	.cont_site_logo {
	width: 110px;
	top:23px;
	left:23px;
}}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	#cont_site_header{
	height:60px;}
	.cont_site_logo {
	width: 105px;
	top:17px;
	left:20px;
}}



/*　ハンバーガーメニュー　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 35px;
  top   : 35px;
  width : 42px;
  height: 42px;
	background: #A14748;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #FFF;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}



/*ハンバーガーメニューのレスポンシブ*/

/* Extra large devices (large desktops, 1200px and up) */
/*PC / iPadPro横*/
/*iPadPro横まで*/
@media screen and (max-width: 1366px) {}

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {}

/* Medium devices (tablets, 768px and up) */
/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 28px;
  top   : 28px;
	}}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 25px;
  top   : 20px;
  width : 36px;
  height: 36px;
	background: #A14748;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 2px ;
  left    : 8px;
  background : #FFF;
}
.hamburger span:nth-child(1) {
  top: 9px;
}
.hamburger span:nth-child(2) {
  top: 18px;
}
.hamburger span:nth-child(3) {
  top: 27px;
}}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
  .hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 18px;
  top   : 15px;
  width : 28px;
  height: 28px;
	background: #A14748;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 16px;
  height  : 2px ;
  left    : 6px;
  background : #FFF;
}
.hamburger span:nth-child(1) {
  top: 7px;
}
.hamburger span:nth-child(2) {
  top: 14px;
}
.hamburger span:nth-child(3) {
  top: 21px;
}
}



/* ナビ開いてる時のボタン */
.hamburger.active{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  opacity: 0;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  text-align: left;
  transform: translateX(200%);
  transition: all 0.6s;
  width: 50%;
}

nav.globalMenuSp ul {
  background: #A14748;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0 0 0 5%;
	box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #C67F80;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#C67F80;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

nav.globalMenuSp ul li:nth-child(1),nav.globalMenuSp ul li:nth-child(7){
font-family: 'Jost', sans-serif;
font-size: 18px;
}

nav.globalMenuSp ul li:nth-child(2){
	font-family: 'Jost', sans-serif;
	font-size: 18px;
  	color: #fff;
  	padding: 1em 0 1em 5%;
}

nav.globalMenuSp ul li:nth-child(2):hover{
	background: #A14748;
}


/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(100%);
}




/*ヘッダビデオ部*/
#video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin-bottom: 100px;
}
#video_wrapper > video {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
    min-height: 100%;
    z-index: -100;
	border: none;
}

.video_tate{
	display: none;
}

/*ヘッダービデオのレスポンシブ*/

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	#video_wrapper {
    height: 70vh;
    margin-bottom: 100px;
	}
	}

/* Medium devices (tablets, 768px and up) */
/*iPhoneX横*/
@media screen and (max-width: 991px) {
	#video_wrapper {
    height: 120vh;
    margin-bottom: 100px;
	}
	#video_wrapper > video{
		height: 100%;
		width:auto;
	}}

/*iPad縦*/
@media screen and (max-width: 800px) {
	#video_wrapper {
    height: 80vh;
    margin-bottom: 100px;
	}
	#video_wrapper > video{
		height: 100%;
		width:auto;
	}}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	#video_wrapper {
    height: 100vh;
    margin-bottom: 100px;
	}
	#video_wrapper > video{
		height: 100%;
		width:auto;
	}}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	.video_yoko{display: none;}
	.video_tate{display: inherit;}
	#video_wrapper {
    	height: 100vh;
    	margin-bottom: 100px;
	}
	#video_wrapper > video{
		position: absolute;
		top:50%;
    	left: 50%;
		transform: translateX(-50%) translateY(-50%);
		width:125%;
		height:auto;
	}}



/*フッターコンタクト部*/

#footer_contact{
	height: 455px;
	margin: 0;
	background:url("../images/contact_bg.jpg");
	background-size: cover;
	background-position: center center;
	display:flex;
	align-items: center;
}
#footer_contact section{
	width:500px;
	margin-left: 55%;
}

#footer_contact section h2{
	margin-bottom: 25px;
}

#footer_contact section h3{
	margin-bottom: 25px;
}

#footer_contact section h3 a{
	display: block;
	width:400px;
	color: #FFF;
	background-color: #933D41;
	font-size: 30px;
	line-height: 70px;
	font-weight: 100;
	text-align: center;
	margin: 0 auto;
	padding-left: 50px;
	box-sizing: border-box;
	background-image: url("../images/footer_contact_icon.svg");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: left 55px center;
	border-radius: 10px;
}

#footer_contact section h3 a:hover{
	background-color: #C17576;
	transition: 0.7s;
}

#footer_contact section h4 {
	color:#FFF;
	text-align: center;
	font-size: 36px;
}


/* Extra large devices (large desktops, 1200px and up) */
/*PC / iPadPro横*/
/*iPadPro横まで*/
@media screen and (max-width: 1366px) {}

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	#footer_contact{
		height: 350px;
	}
	#footer_contact section{
	width:450px;
	margin-left: 50%;
}
}

/* Medium devices (tablets, 768px and up) */
/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	#footer_contact{
	height: 260px;
	}
	#footer_contact section{
	width:320px;
	margin-left: 50%;
}
	
	#footer_contact section h2{
	margin-bottom: 15px;
}

#footer_contact section h3{
	margin-bottom: 15px;
}
	
	#footer_contact section h3 a{
	width:280px;
	font-size: 22px;
	line-height: 40px;
	padding-left: 30px;
	background-size: 20px;
	background-position: left 40px center;
	border-radius: 5px;
}
#footer_contact section h4 {
	font-size: 26px;
}
}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	#footer_contact{
	height: 210px;
	}
	#footer_contact section{
		width: 280px;
	}
	#footer_contact section h3 a{
		width: 250px;
		font-size: 18px;
		line-height: 35px;
	}
	#footer_contact section h4{
		font-size: 22px;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	#footer_contact{
	background-color: #352F2D;
	background-image: url("../images/contact_bg2.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	height: auto;
	display: inherit;
	padding: 200px 0 30px;
	}
	#footer_contact section{
	width:75vw;
	margin: 0 auto;
	}
	#footer_contact section h3{
	margin-bottom: 12px;
}
	#footer_contact section h3 a{
	width: 230px;
	font-size: 18px;
	background-position: left 30px center;
	}
	#footer_contact section h4{
		font-size: 20px;
	}
}


/*フッター部*/
footer {
	background:#A14748;
	color:#FFF;
	margin-top: 100px;
	padding:0 100px 50px;
	box-sizing: border-box;
}

footer article{
	display:flex;
	justify-content: space-between;
	flex-flow: row-reverse;
}

footer div{
	margin-top: 50px;
	font-size: 16px;
	line-height: 40px;
	font-style:normal;
}

footer div h2{
	width:150px;
	margin-bottom: 35px;
}

.sns_icon {
	text-align: center;
}

.sns_icon li{
	position:relative;
	display:inline-block;
	width:40px;
	margin-top: 10px;
	list-style: none;
	padding-left: 0;
}

.sns_icon li:first-child{
	margin-right: 10px;
}

footer div dt{
	float: left;
}

footer div dd{
    margin-left: 80px;
}

footer section{
	margin-top: 70px;
}

footer section h2{
	font-family: 'Jost', sans-serif;
	font-size:24px;
	font-weight: 600;
	margin-bottom:35px;
}

footer section li{
	font-size:16px;
	margin-bottom:20px;
	list-style: none;
	padding-left: 0;
}

footer section a{
	color:#FFF;
}

footer section a:hover{
	opacity: 0.5;
	transition: 0.7s;
}

footer h3{
	text-align: center;
	padding-top: 20px;
	font-size:12px;
}

.footer_br{
	display: none;
}


/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
    footer {padding: 0 50px 50px;}}

/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	footer{padding: 0 25px 50px;}
	footer article{
		display: inherit;}
	footer section{
		margin-top: 0;
		padding-top: 30px;}
	footer section h2{
		font-size:22px;
		margin-bottom:25px;
		text-align: center;}
	footer section ul{
		display: flex;
		justify-content: space-between;}
	footer section li{
		font-size: 13px;
		margin-bottom: 0;}
	footer div{
	margin-top: 50px;
	font-size: 13px;
	line-height: 40px;}
	footer div h2{
		width:100px;
		margin:0 auto 25px;
		text-align:center;}
	.footer_br{display: inherit;}}


/*========= 記事面 ===============*/

#container{/*<main>タグ*/
  padding:0 0 150px;
}

#container h2{
	font-family: 'Jost', sans-serif;
	font-size: 40px;
	color:#333;
	text-align: center;
	margin-bottom: 15px;
}

#container h3{
	text-align: center;
	font-size:15px;
	margin-bottom: 60px;
}

.container_br {display: none;}

.container_br2 {display:none;}

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	.container_br2 {display: inherit;}
	#container{padding:0 0 100px;}
	#container h3{
	font-size:15px;
	line-height: 22px;
	margin-bottom: 30px;
}
}

/* Medium devices (tablets, 768px and up) */
/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	#container h2{
	font-size: 36px;}
	.container_br2 {display: inherit;}
	#container{padding:0 0 100px;}
	#container h3{
	font-size:13px;
	line-height: 18px;
	margin-bottom: 30px;
}
}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	#container h2{
	font-size: 34px;}
	.container_br2 {display: inherit;}
	#container h3{
	font-size:12px;
	line-height: 18px;
	margin-bottom: 30px;
}}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	#container h2{
	font-size: 34px;}
	.container_br2{display: none;}
	.container_br {display: inherit;}
	#container h3{
	font-size:12px;
	line-height: 18px;
	margin-bottom: 30px;
}}

/*========= 下層ページ記事カセット ==========*/

.service_cont{
	width:1400px;
	margin:0 auto 150px;
}

.service_cont:last-child{
	margin-bottom: 0;
}

/*iPadPro横*/
@media screen and (max-width: 1366px) {
    .service_cont {width: 90vw;}}

/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	.service_cont {margin:0 auto 100px;}}

/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	.service_cont {width: 80vw;}}

/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	.service_cont {margin:0 auto 60px;}}
