﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* ----------　all　---------- */
.linkStyle{
	text-decoration: underline;
}
.linkStyle:hover{
	opacity: 0.7;
	transition: all 0.5s;
}

#fakeloader .fl {
    max-width: 300px;
}

body {
    background-color: #FFF9F1;
}

h2,h3,h4,.con2-title,.icon,.topTxt1 {
    font-family: 'Shippori Mincho B1', serif;
}

/* nav */

.pc_nav li a .txt_color3 {
    color: #FA8452;
}

.l-menu li a {
    color: #FA8452;
}


/* footer */

.bnr-box {
    bottom: 10px;
    right: 100px;
    column-gap: 3%;
    width: 40%;
    z-index: 3;
}

.line-bnr, .rsv-bnr {
    width: 45%;
    max-width: 450px;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* ----------　TOP　---------- */

/* main-img */

#main_img {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0;
    background-position: 50% 100px;
}

#main_img:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/Dup/img/top-bt.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}


.maincopy {
    width: 70%;
    max-width: 1000px;
    left: 3%;
    top: 25%;
    z-index: 3;
}

/* top */

.con1_squ span {
    border-radius: 50%;
}

.topTxt1 .arrow {
    display: none;
}

.topTxt1, .icon {
    background-image: url(Dup/img/suisai.jpg);
}

.sl img {
    padding-top: 15px;
}

.icon {
    border-radius: 25px;
}

.con2-title:before {
    content: "";
    width: 130px;
    height: 130px;
    position: absolute;
    background-image: url(/Dup/img/pig.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    top: -15%;
    left: -10%;
    background-size: contain;
}


/* top-cms */

#cms_5-d .box_title1:before, .cms_5-d .box_title1:before {
    border-color: #FFF9F1 transparent;
}

#topCms .cmstitle h3 {
    color: #1D160B;
}

#topCms .cmstitle p {
    color: #FA8452;
    font-size: 16px;
}

.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}

/* ----------　下層ページ　---------- */

.v_type3 .cate_box{border: 1px solid #FA8452;}
.v_type3 .box_title1{color: #FA8452;}

.pagetitle_img {
    mix-blend-mode: initial;
}

.cate_list li a {
    border-color: #FA8452;
    color: #1D160B;
}

.cate_list li a:hover {
    background-color: #FA8452;
    color: #ffffff;
}

.pager li a {
    background-color: transparent;
    color: #F3B55C;
    border: 1px solid #F3B55C;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#main_img {
    height: 50vh;
    background-size: cover;
    background-position: 50% 0%;
}
    
.maincopy {
    width: 50%;
    left: 1%;
    top: 20%;
}
    
.bnr-box {
    right: 100px;
    width: 80%;
}

.con2-title:before {
    top: -15%;
    left: 80%;

}

#con3 .title .en {
    font-size: 25px;
}

#con3 .box .icon {
    margin-top: 20px;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.f_contact_box {
    padding: 60px 10px;
}
    
.maincopy {
    width: 55%;
    top: 25%;
    z-index: 3;
}
    
.bnr-box {
    right: 80px;
    width: 50%;
}

#con3 .title .en {
    font-size: 20px;
}

.con2-title:before {
    width: 70px;
    height: 70px;
    top: 2%;
    right: 0;
}
    
.icon {
    border-radius: 15px;
    padding: 10px;
}

.link_type1 .link_top .link_title{
    font-size: 15px;
}
    
}