﻿@import url('https://fonts.googleapis.com/css2?family=Stick&family=Stick+No+Bills:wght@300;500&display=swap');

/* ----------　all　---------- */
.linkStyle{
	color:#AC0808;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#AC0808;
	opacity: 0.7;
	transition: all 0.5s;
}

.main_box {
    background-color: #180700;
}

.font_en {
    font-family: 'Stick No Bills','Stick', sans-serif;
}

/* nav */

header {
    background-image: url('/Dup/img/nav-bg.jpg');
}

#main_menu ul li a {
    color: #180700;
    font-family: 'Stick', sans-serif;
    font-size: 16px;
}

.tel_bt a {
    color: #180700;
}

.button:hover::after {
    box-shadow: inset 0 0 0 15em rgb(172 8 8);
}

/* footer */

footer {
    background-color: rgba(24,7,0,0.75);
}

footer p, #footer_menu ul li a {
    color: #ffffff;
}

#page-top a span, #page-top a i {
    color: #ffffff;
}

#copyright, #copyright a {
    color: #ffffff;
}

/* ----------　TOP　---------- */

/* main-img */

.copy-box {
    max-width: 150px;
    width: 15%;
    top: 5%;
    right: 10%;
    z-index: 3;
}

/* top */

.con_no {
    display: none;
}

#contents1 {
    padding: 150px 10%;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

#contents1::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color:rgba(172,8,8,0.25);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.txt2 {
        text-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.txt3 {
    text-shadow: 0 0 5px rgb(0 0 0 / 20%);
    line-height: 2.5;
    font-weight: bold;
}

#contents2 p, #contents3 p {
    line-height: 2;
}

#contents2 {
    background-image: url(Dup/img/con2-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#contents3 {
    background-color: transparent;
    background-image: url(Dup/img/con3-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.strong {
    color: #AC0808;
}

#contents3 .strong {
    color: #FAC933;
}

/* top-cms */

.cms_title p {
    color: #180700;
}

.cms-inner {
        background-color: #ffffff;
    padding: 5%;
}

/* ----------　下層ページ　---------- */

#page_title .title_img {
        background-size: cover;
}

.page_box h2, .page_box p {
    color: #ffffff;
}

.page_inner {
    background-color: #ffffff;
    padding: 5%;
}

.cate_list li a, .pager li a, #page10 ul li a {
    background-color: #ffffff;
    border: 1px solid ;
}

#page10 ul li a:hover {
    background-color: #AC0808;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.main_box {
    padding-top: 100px;
}
    
#logo img {
    width: 80%!important;
}

.hamburger {
    top: 30px;
}
    
.copy-box {
    width: 10%;
    top: 2%;
    right: 10%;

}

#contents1 {
    padding: 150px 5%;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.copy-box {
    max-width: initial;
    width: 80%;
    top: 30%;
    right: 10%
}
    
.main_box {
    padding-top: 60px;
}
    
.hamburger {
    top: 10px;
}
    
header #logo {
    max-width: 110px!important;
}
    
.more a {
    width: auto!important;
}

#contents1 {
background-size: auto;
    padding: 40px 5%;
    background-position: left -150px center;
    background-attachment: initial;
}

.txt2, .txt4, #contents3 h3 {
    font-size: 23px;
}

.txt3 {
    line-height: 1.5;
    font-weight: normal;
}

#contents2 p, #contents3 p {
    line-height: 1.5;
}

.cms-inner .cms_title h2 {
    font-size: 20px;
}

}