/*
Theme Name: renoverocca
Version: 1.0
Author:0＋ DESIGN STUDIO CO., LTD
-------------------------------------------------------------- */

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

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
br  {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* CSS Document */
* {
    line-break: strict;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size: 62.5%;
	color: #000;
	margin: 0;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
	line-break: strict;
	word-wrap: break-word;
    overflow-wrap: break-word;
	/* background-color: #fff; */
	/* background-color: #dcd6d2; */
	background-color: #f7f6f5;
	overflow: hidden;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.min {
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}

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

a:hover {
	color: #999;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.clearfix {
	float: none;
	clear: both;
}

main {
    flex: 1 0 auto;
}


/*==========================================
 common
===========================================*/

/* リンク画像透過 */
a img.linkimg01 {
	background: none!important;
}
a:hover img.linkimg01 {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none!important;
}
a img.linkimg01,
a img.linkimg01::before,
a img.linkimg01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a img.linkimg02 {
	background: none!important;
}
a:hover img.linkimg02 {
	opacity: 0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: none!important;
}
a img.linkimg02,
a img.linkimg02::before,
a img.linkimg02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.flex {
	flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: stretch;
	-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content: space-between;
}

.flex01 {
	flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: stretch;
	-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content: space-between;
}
@media screen and (max-width : 834px ){
.flex01 {
	display: block;
}
}

.flex02 {
	flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: stretch;
	-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content: space-between;
}
@media screen and (max-width : 834px ){
  .flex02 {
      -webkit-justify-content:space-around;
      -moz-justify-content:space-around;
      justify-content: space-around;
  }
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	overflow: hidden;
	box-sizing: border-box;
}
@media screen and (max-width : 834px ){
.wrapper {
	padding: 50px 0;
}
}

.head-border {
    display: flex;
    align-items: center;
	width: 100%;
	height: 25px;
	margin: 60px auto 0;
}
@media screen and (max-width : 834px ){
.head-border {
	height: 25px;
	margin: 30px auto 0;
}
}
 
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}
@media screen and (max-width : 834px ){
.head-border:before {
    margin-right: 0.5rem;
}
}

.head-border:after {
    margin-left: 1rem;
	/* background-color: #fff; */
	background-color: #f7f6f5;
}

.linehead {
	max-width: 800px;
	width: 90%;
	height: 25px;
	line-height: 25px;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media screen and (max-width : 834px ){
.linehead {
	width: 75%;
	height: 25px;
	line-height: 25px;
	font-size: 1.9em;
}
}


/*==========================================
画像プリロード
===========================================*/
#preloadedImages {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url("images/bg01.jpg");
	background-image: url("images/bg02.jpg");
	background-image: url("images/bg03.jpg");
	background-image: url("images/bg04.jpg");
	background-image: url("images/bg05.jpg");
	background-image: url("images/bg06.jpg");
	background-image: url("images/bg07.jpg");
	background-image: url("images/bg08.jpg");
	background-image: url("images/bg09.jpg");
	background-image: url("images/bg10.jpg");
	background-image: url("images/bg11.jpg");
	background-image: url("images/bg12.jpg");
	background-image: url("images/bg13.jpg");
	background-image: url("images/bg14.jpg");
}

/*==========================================
 header
===========================================*/
header {
	width: 100%;
	height: 80px;
	z-index: 99;
	left: 0;
    position: fixed;
	top: 0;
	background: #fff;
	display: block;
	/*box-shadow: 0px 6px 6px -1px rgba(0, 0, 0, 0.1);*/
}
@media screen and (max-width : 834px ){
header {
	height: 50px;
}
}

.hd_area {
	width: 90%;
	height: 80px;
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width : 834px ){
.hd_area {
	width: 100%;
	height: 50px;
	padding: 0 5%;
}
}

.head_logo {
	width: 248px;
	height: auto;
	position: absolute;
	top: 25px;
	left: 5px;
}
@media screen and (max-width : 834px ){
.head_logo {
	max-width: 180px;
	width: 60%;
	top: 30%;
}
}
@media screen and (max-width : 568px ){
.head_logo {
	max-width: 140px;
	width: 60%;
	top: 30%;
}
}
@media screen and (max-width: 320px) {
.head_logo {
	width: 120px;
	top: 35%;
}
}
.head_logo img {
	width: 100%;
}

.i_insta {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 25px;
	right: 117px;
	z-index: 101;
}
@media screen and (max-width : 834px ){
.i_insta {
	top: 11px;
	right: 8%;
}
}
@media screen and (max-width : 568px ){
.i_insta {
	width: 20px;
	height: 20px;
	top: 15px;
	right: 11%;
}
}
@media screen and (max-width: 320px) {
.i_insta {
	right: 12%;
}
}
.i_insta img {
	width: 100%;
	height: auto;
}

.i_fb {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 25px;
	right: 157px;
	z-index: 101;
}
@media screen and (max-width : 834px ){
.i_fb {
	top: 11px;
	right: 14%;
}
}
@media screen and (max-width : 568px ){
.i_fb {
	width: 20px;
	height: 20px;
	top: 15px;
	right: 18%;
}
}
@media screen and (max-width: 320px) {
.i_fb {
	right: 19%;
}
}
.i_fb img {
	width: 100%;
	height: auto;
}

/* -----------------------------------------------------------
	モーダルメニュー
----------------------------------------------------------- */
/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
	position: absolute;
	top: 15px;
	right: 60px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 101;
	/* border-radius: 50%;*/
	/* border: solid 1px #333;*/
	-webkit-transition: all 3s ease-in-out;
	transition: all .3s ease-in-out;
}
@media screen and (max-width : 834px ){
.menu-btn {
	top: 0;
	right: 0;
}
}
@media screen and (max-width : 568px ){
.menu-btn {
	width: 40px;
	top: 0;
	right: 0;
}
}

.menu-btn-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	width: 60%;/* */
	background: #333;
	-webkit-transition: all 3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu-btn-line::before,
.menu-btn-line::after {
	content: "";
	height: 1px;
	width: 100%;
	background: #333;
	position: absolute;
	left: 0;
	-webkit-transition: inherit;
	transition: inherit;
}
.menu-btn-line::before{
	top: -10px;/* */
}
.menu-btn-line::after{
	top: 10px;/* */
}
@media screen and (max-width : 834px ){
.menu-btn-line::before{
	top: -8px;/* */
}
.menu-btn-line::after{
	top: 8px;/* */
}
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}
.open .menu-btn {
	border-color: #333;
}
.open .menu-btn-line{
	background-color: transparent;
}
.open .menu-btn-line::before,
.open .menu-btn-line::after {
	top: 0;
	background: #333;
}
.open .menu-btn-line::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .menu-btn-line::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*modal*/
.menu {
	position: fixed;
	display: flex;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 100;
}

.first_area {
	width: 50%;
	height: 100vh;
	background: #000;
	display: inline-block;
	position: relative;
}
@media screen and (max-width : 834px ){
.first_area {
	width: 100%;
	display: block;
	margin-top: 50px;
}

}

.first_area ul {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: 0;
}
@media screen and (max-width : 834px ){
.first_area ul {
	top: 45%;
	left: 45%;
}
}

.first_area ul li {
	font-size: 2.7em;
	font-weight: bold;
	margin-bottom: 11px;
}
@media screen and (max-width : 834px ){
.first_area ul li {
	font-size: 1.7em;
	font-weight: bold;
}
}

.first_area ul li a {
	color: #fff;
}

#app {
	width: 50%;
	height: 100vh;
	background: #000;
	background-position: center;
	background-size: cover;
	display: inline-block;
	/* transition: 0.7s; */
	background-image: url("images/bg01.jpg");
}
@media screen and (max-width : 834px ){
#app {
	display: none;
}
}

#app.bg1 {
    background-image: url("images/bg01.jpg");
}

#app.bg2 {
	background-image: url("images/bg02.jpg");
}

#app.bg3 {
	background-image: url("images/bg03.jpg");
}
#app.bg4 {
	background-image: url("images/bg04.jpg");
}
#app.bg5 {
	background-image: url("images/bg05.jpg");
}
#app.bg6 {
	background-image: url("images/bg06.jpg");
}
#app.bg7 {
	background-image: url("images/bg07.jpg");
}
#app.bg8 {
	background-image: url("images/bg08.jpg");
}
#app.bg9 {
	background-image: url("images/bg09.jpg");
}
#app.bg10 {
	background-image: url("images/bg10.jpg");
}
#app.bg11 {
	background-image: url("images/bg14.jpg");
}
#app.bg12 {
	background-image: url("images/bg12.jpg");
}
#app.bg13 {
	background-image: url("images/bg13.jpg");
}

.bg0 {
	background-image: url("images/bg01.jpg");
	background-position: center center;
}
#app.bg0 {
	background-image: url("images/bg01.jpg");
}

/* ボタンのスタイル
.bg-change {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.4);
    cursor: pointer;
}
 */

/* コンテンツのスタイル */

.wrapper0001 {
	width: 50%;
	height: 100vh;
	display: inline-block;
}

.contents0001 {
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: cover;
	transition: 0.7s;
	background-image: url("images/bg01.jpg");
}

.bg-change.no1 {
    top:0;
}
.bg-change.no2 {
    top:0;
}


.bg-change.no1:hover ~ .wrapper0001 .contents0001 {
	background-image: url("images/bg01.jpg");
}
.bg-change.no2:hover ~ .wrapper0001 .contents0001 {
	background-image: url("images/bg02.jpg");
}








.link01 {
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    color: var(--color-text);
}

.link01::before,
.link01::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link01::before {
    content: '';
    /* show by default */
}

.link--ersa::before {
    top: 50%;
    height: 2px;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}

.link--ersa:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}


/* Language top */
.accordion-container {
	width: 120px;
	border: 1px solid #000;
	outline: 0;
	cursor: pointer;
	box-sizing: border-box;
	position: absolute;
	top: 25px;
	right: 226px;
	z-index: 101;
}
@media screen and (max-width : 834px ){
.accordion-container {
	top: 10px;
	right: 20%;
	background: #fff;
}
}
@media screen and (max-width : 568px ){
.accordion-container {
	width: 100px;
	top: 13px;
	right: 26%;
}
}

.accordion-container .accordion-title {
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}
@media screen and (max-width : 568px ){
.accordion-container .accordion-title {
	padding: 2px 9px;
	font-size: 1.2em;
}
}

.accordion-title {
	position: relative;
}

.accordion-title:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 30%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media screen and (max-width : 568px ){
.accordion-title:after {
	top: 20%;
}
}

.accordion-title.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
}

.accordion-content {
	display: none;
	padding: 0;
}

.accordion-content ul {
	padding: 0;
	margin: 0;
	color: #000;
	text-align: left;
	font-size: 1.3em;
	letter-spacing: 0.05em;
}
@media screen and (max-width : 568px ){
.accordion-content ul {
	font-size: 1.2em;
}
}

.accordion-content ul li {
	padding: 5px 10px;
}
.accordion-content ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
}
.accordion-content ul li a:hover {
	color: #707070;
}

.accordion-content ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 3px;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-top: 8px solid #000;
	border-left: 8px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.md_area {
	width: 90%;
	height: 80px;
	padding: 0 5px;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
@media screen and (max-width : 834px ){
.md_area {
	width: 100%;
	height: 50px;
	padding: 0 5%;
}
}

.mod_logo {
	width: 248px;
	height: auto;
	position: absolute;
	top: 25px;
	left: 5px;
}
@media screen and (max-width : 834px ){
.mod_logo {
	max-width: 180px;
	width: 60%;
	top: 30%;
}
}
@media screen and (max-width : 568px ){
.mod_logo {
	max-width: 140px;
	width: 60%;
	top: 30%;
}
}
@media screen and (max-width: 320px) {
.mod_logo {
	width: 120px;
	top: 35%;
}
}
.mod_logo img {
	width: 100%;
}

/*==========================================
 footer
===========================================*/

footer {
	width: 100%;
	margin: 0 auto;
	padding: 35px 0 20px;
	background: #000;
	color: #fff;
	box-sizing: border-box;
}
@media screen and (max-width : 834px ){
footer {
	padding: 30px 0 95px;
}
}

footer a {
	color: #fff;
}
footer a:hover {
	color: #969696;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.ft_area {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
}

.sitemap {
	max-width: 460px;
	width: 47%;
	letter-spacing: 0.05em;
}
@media screen and (max-width : 834px ){
.sitemap {
	max-width: 290px;
	width: 90%;
	margin: 0 auto;
}
}

.sitemap_title {
	font-size: 1.6em;
}

.sitemap_wrap {
	width: 290px;
}

.sitemap_wrap ul {
	max-width: 145px;
	width: 50%;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 30px 0 0 0;
}
@media screen and (max-width : 834px ){
.sitemap_wrap ul {
	margin: 25px 0 0 0;
}
}

.sitemap_wrap ul li {
	padding: 0 0 20px 10px;
	box-sizing: border-box;
}

.ft_cate {
	max-width: 520px;
	width: 53%;
	letter-spacing: 0.05em;
}
@media screen and (max-width : 834px ){
.ft_cate {
	max-width: 290px;
	width: 90%;
	margin: 50px auto 0;
}
}

.ft_cate_wrap {
	width: 290px;
}

.ft_cate_wrap ul {
	max-width: 290px;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 30px 0 0 0;
}
@media screen and (max-width : 834px ){
.ft_cate_wrap ul {
	margin: 25px 0 0 0;
}
}

.ft_cate_wrap ul li {
	padding: 0 0 20px 10px;
	box-sizing: border-box;
}

.ft_com_wrap {
	width: 420px;
	height: 80px;
	color: #B2B2B2;
	display: table;
	margin: 0 auto 20px;
}
@media screen and (max-width : 834px ){
.ft_com_wrap {
	width: 90%;
	height: auto;
	display: block;
}
}

.ft_com_left {
	width: 170px;
	text-align: center;
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width : 834px ){
.ft_com_left {
	width: 170px;
	margin: 0 auto;
	display: block;
}
}
.ft_com_left p {
	font-size: 1.8em;
	white-space: nowrap;
	padding-top: 8px;
}
@media screen and (max-width : 834px ){
.ft_com_left p {
	font-size: 1.7em;
}
}
.ft_com_left img {
	width: 100%;
	height: auto;
}

.ft_com_right {
	width: 250px;
	padding-left: 20px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width : 834px ){
.ft_com_right {
	margin: 15px auto 0;
	padding-left: 0;
	display: block;
	width: 145px;
}
}

.ft_com_right p {
	font-size: 1.1em;
	line-height: 1.9em;
}
@media screen and (max-width : 834px ){
.ft_com_right p {
	padding-left: 10px;
}
}

.ft_contact {
	width: 145px;
	height: 28px;
	margin-top: 10px;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	line-height: 28px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .4s;
    transition: all .4s;
}
@media screen and (max-width : 834px ){
.ft_contact {
	margin-top: 20px;
}
}
.ft_contact:hover {
	background: #d4d4d4;
}

.ft_branch {
	max-width: 510px;
	display: table;
	margin: 0 auto;
}
@media screen and (max-width : 834px ){
.ft_branch {
	width: 90%;
}
}

.ft_branch_box {
	width: 255px;
	display: table-cell;
}
@media screen and (max-width : 568px ){
.ft_branch_box {
	width: 194px;
	display: block;
	margin: 20px auto 0;
}
}

.ft_branch_box p {
	font-size: 1.3em;
	line-height: 1.8em;
	color: #B2B2B2;
	padding-top: 5px;
}

.ft_branch_box img {
	width: 194px;
	height: auto;
}

hr.ftline {
	width: 30px;
	margin: 30px auto 0;
    height: 1px;
    background-color: #707070;
    border: none;
}

.ft_copy {
	margin: 50px auto 0;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	text-align: center;
}

.flow-nav__wrapper {
  display:none;
}
.flow-navi {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 70px;
  color: #fff;
}
.flow-navi a {
	color: #fff;
}

.flow_contact {
	width: 78.7%;
	height: 70px;
	background-color: #4B4B4B;
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 70px;
}
.flow_tel {
	width: 21.3%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #7E7E7E;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.ft_nav {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.ft_nav a {
	color: #fff;
}

.ft_nav_eve,
.ft_nav_real {
	width: 50%;
	height: 80px;
	background: #4B4B4B;
	text-align: center;
	font-size: 2.5em;
	letter-spacing: 0.1em;
	line-height: 1.0em;
	color: #fff;
	float: left;
	position: relative;
}
.ft_nav_eve {
	background: #7E7E7E;
}
@media screen and (max-width : 834px ){
.ft_nav_eve,
.ft_nav_real {
	height: 60px;
	font-size: 1.7em;
}
}

.ft_nav_eve span,
.ft_nav_real span {
	font-size: 0.5em;
}

.ft_nav_eve a,
.ft_nav_real a {
	position:absolute;
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ft_nav_eve a:hover,
.ft_nav_real a:hover {
	opacity: 0.7;
    background-color: #ccc;
	-webkit-transition: all .7s;
    transition: all .7s;
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
h2.sec_title02,
h2.sec_title01,
h2.sec_title {
	margin: 0 auto;
	font-size: 4.6em;
	letter-spacing: 0.1em;
	font-weight: bold;
}
@media screen and (max-width : 834px ){
h2.sec_title02,
h2.sec_title01,
h2.sec_title {
	font-size: 2.5em;
	letter-spacing: 0.1em;
}
}

@media screen and (max-width : 834px ){
h2.sec_title02 {
	font-size: 2.4em;
	letter-spacing: 0.075em;
}
}

h2.sec_title02 a,
h2.sec_title01 a,
h2.sec_title a {
	font-weight: bold;
}

h2.sec_title01 {
	color: #fff;
}

h2.page_title {
	margin: 75px auto 0;
	font-size: 3.8em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-weight: bold;
	text-align: center;
}
h2.page_title span {
	font-weight: bold;
	font-size: 0.45em;
}
@media screen and (max-width : 834px ){
h2.page_title {
	margin: 50px auto 0;
	font-size: 2.5em;
}
}

.tac {
	text-align: center !important;
}

.sec_sub01,
.sec_sub {
	margin: 15px auto 0;
	text-align: center;
	font-size: 1.8em;
	letter-spacing: 0.05em;
}
.sec_sub01 {
	color: #fff;
}

hr.tiline {
	width: 50px;
	margin: 8px auto 0;
    height: 2px;
    background-color: #A38A77;
    border: none;
}

hr.tiline_w {
	width: 50px;
	margin: 8px auto 0;
    height: 2px;
    background-color: #fff;
    border: none;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt50 {
	margin-top: 50px !important;
}
@media screen and (max-width : 834px ){
.mt50 {
	margin-top: 30px !important;
}
}

.mt70 {
	margin-top: 70px !important;
}
@media screen and (max-width : 834px ){
.mt70 {
	margin-top: 50px !important;
}
}

.mt100 {
	margin-top: 100px !important; 
}
@media screen and (max-width : 834px ){
.mt100 {
	margin-top: 50px !important; 
}
}

.mb50 {
	margin-bottom: 50px !important;
}
@media screen and (max-width : 834px ){
.mb50 {
	margin-bottom: 30px !important;
}
}



#anc04,
#anc03,
#staff,
#contact {
  margin-top: -100px;
  padding-top: 100px;
}

/****************************************************************************************************** Media Queries */
.for-pc { display:block; }
.for-sp { display:none; }


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

/* animate */
.animated02,
.animated01,
.animated {
	opacity: 0;
}

#anc04,
#anc03,
#staff,
#contact {
  margin-top: -70px;
  padding-top: 70px;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="search"],
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="search"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="search"]::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}




}/**********************************************************************************834px  Media Queries   end */


@media screen and (max-width: 568px) {

.for-smart { display:block; }


}/**********************************************************************************568px  Media Queries   end */


@media screen and (max-width: 375px) {






}/**********************************************************************************375px  Media Queries   end */

@media screen and (max-width: 320px) {









}/**********************************************************************************320px  Media Queries   end */




