﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
/*font-owsome*/


.fas {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  line-height:1;
  font-family:"Font Awesome 5 Free",sans-serif;
  font-weight:900
}
@font-face {
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.eot");
  src:url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
      url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.woff2") format("woff2"),
      url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.woff") format("woff"),
      url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.ttf") format("truetype"),
      url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}


/* ----------　all　---------- */
.linkStyle{
	color:#F76D10;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#F76D10;
	opacity: 0.7;
	transition: all 0.5s;
}

#loader {
    background-color: #ffffff;
}

h2, h3, h4 {
    font-family: 'Zen Maru Gothic', sans-serif!important;
    font-weight: 700;
}

/* nav */
.fixbnr {
    display: none;
}

.nav_title {
    font-weight: bold;
}

.head_tel p, .head_tel a{
    color: #ffffff;
}

/* footer */

.info_txt_wrap, .info_txt_wrap a, #foot_nav li a {
    color: #ffffff;
}

.footer_h1 span {
    color: #ffffff;
}

.line-bnr {
    right: 100px;
    max-width: 400px;
    transition: 0.3s;
}

.web-bnr {
    right: 500px;
    max-width: 400px;
    transition: 0.3s;
}

.line-bnr a:hover, .web-bnr a:hover {
    opacity: 0.5;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* ----------　TOP　---------- */

/* main-img */

#main_img {
    background-position: left top;
    background-size: cover;
}

.passing {
    position: absolute;
    bottom: 25%;
    z-index: 3;
    right: 140px;
}

.passing-b {
    bottom: 10%;
}

.main-copy {
    font-size: 40px;
}

.passing .passing-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #6b2f07;
}
.passing.move .passing-bar:before {
    -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
    animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing .passing-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	padding: 5px 15px;
}
.passing.move .passing-txt {
    -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
    animation: passing-txt 0s ease .5s 1 normal forwards;
    background-color: #b3a69d;
    color: #fff;
}
@-webkit-keyframes passing-bar{
	0% {left: 0;right: auto;width: 0;}
	50% {left: 0;right: auto;width: 100%;}
	51% {left: auto;right: 0;width: 100%;}
	100% {left: auto;right: 0;width: 0;}
}
@keyframes passing-bar{
	0% {left: 0;width: 0;}
	50% {left: 0;width: 100%;}
	51% {left: 0;width: 100%;}
	100% {left: 100%;width: 0;}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}

/* top */

.con1_txt_wrap .con_sub_title {
    position: absolute;
    font-size: 60px;
    top: 30px;
    color: #895939;
}

.con_title, .con_txt {
    color: #ffffff;
}

.attach_txt {
    position: absolute;
    bottom: -46px;
    right: -30%;
    font-family: 'Josefin Sans', 'Noto Sans JP'!important;
    color: #895939;
    font-size: 60px;
    font-weight: normal;
}

.img-container:before {
    background-color: #895939;
}

#top_contents3 .con_before {
    background-color: #C4AC9C;
}

#top_contents3 {
    background-color: transparent;
}

.con3_wrap2 {
    background-color: #ffffff;
}

.con3_wrap2 .con_title, .con3_wrap2 .con_txt {
    color: #1B0C02;
}

#top_contents3 .con3_box1 .con3_no {
    font-size: 60px;
    bottom: -15px;
    color: #895939;
}

#top_contents3 .con3_box2 .con3_no {
    font-size: 60px;
    color: #dccdc4;
    bottom: -15px;
}

#top_contents3 .con3_box3 .con3_no {
    font-size: 60px;
    color: #895939;
    bottom: -15px;
}

/* top-cms */

.cms_box {
    background-color: #ffffff;
}

/* ----------　下層ページ　---------- */

#page02, #page03, #page04, #page05, #page06, #page07, #page08, #page09, #page10 {
    background-color: #ffffff;
    padding: 50px;
}

.cate_list a {
    background-color: #F3EEEB;
}

.title_wrap h2, .title_wrap p {
    color: #6B2F07;
}


/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.line-bnr {
    right: 80px;
    max-width: 300px;
}

.web-bnr {
    right: 400px;
    max-width: 300px;
}
    
.loader_icon {
    width: 200px;
}
    
.passing {
    right: 0;
}
    
.con1_txt_wrap .con_sub_title {
    top: -110px;
}
    
.attach_txt {
    bottom: 30%;
    left: 0;
    right: 0;
    margin: auto;
}

#top_contents3 .con3_box1 .con3_no {
        right: 45%;
}

.info_txt_wrap {
    background-color: #895939;
    padding: 50px 20px 0px;
    margin-bottom: 0px;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){

.line-bnr {
    right: 60px;
    width: 80px;
}

.web-bnr {
    bottom: 5px;
    width: 80px;
    right: 150px;
}

.mainwrap-r h1 {
    width: 150px;
}

.main-copy {
    font-size: 18px;
    padding: 5px 5px!important;
}

#page02, #page03, #page04, #page05, #page06, #page07, #page08, #page09, #page10 {
    margin-bottom: 0;
}

.under_page h1 {
    padding: 20px!important;
}

#footer_info > div {
        background-color: #895939;
}
    
.con1_txt_wrap .con_sub_title {
    font-size: 45px;
    top: -65px;
    left: 5px;
}
    
#top_contents3 .con_title {
    font-size: 18px;
}
    
#top_contents3 .con3_box1 .con3_no {
    font-size: 40px;
    bottom: -10px;
    right: 5%;
}

#top_contents3 .con3_box2 .con3_no {
    font-size: 40px;
    bottom: -10px;
    right: 15px;
}

#top_contents3 .con3_box3 .con3_no {
    font-size: 40px;
    bottom: -10px;
    left: 15px;
}

.con3_wrap, .con3_wrap2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.info_txt_wrap {
    padding: 0px 20px 50px;
}
    
}