﻿@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500&display=swap');

:root{
    --font-en: "Plus Jakarta Sans", 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
h1, h2, h3, h4, h5, h6, .catch, #topCms .cmstitle p, .pagetitle .title_box p, .pc_nav li .page_title, #sp_nav .sp_nav_inner .l-menu .l-menu_cms{
    font-family: var(--font-en)!important;
}

/*
#fakeloader{
    display:none;
}
*/



/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#bf9d74;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
    overflow:hidden;
}
.pc_nav,
.footer_contact,
.footer_sns{
    display:none!important;
}

#bottom_tel a,
.topCms3 .yoyaku_bnr,
#page4 .yoyaku_bnr{
    transition:all 0.3s;
}
#bottom_tel a:hover,
.topCms3 .yoyaku_bnr:hover,
#page4 .yoyaku_bnr:hover{
    transform:translateY(-3px);
}


/*--top page---------------------------
-------------------------------------*/
#main_img {
    height: auto;
    max-height: 100vh;
    padding-top: 90px;
    position: relative;
}
#content .cate_item{
    border-radius:10px;
}
#content .box_title{
    font-weight:bold;
}
#topCms .topCms{
    border-bottom: 0;
    padding-top:100px;
    padding-bottom:50px;
}
#topCms .cms_2-c .box_item{
    border-left: 0;
}
#topCms .cmstitle{
    margin-bottom: 10px;
}
#topCms .cmstitle h3{
    font-weight:bold;     
}
.intro_title_en,
.intro_title_en .title_en_item:before,
#topCms .topCms .line,
#topCms .more{
    display:none;
}

#topCms .topCms1 .box_txt2,
#topCms .topCms3 .box_txt2{
    line-height: 1.6;
}

#topCms .topCms1 .cmstitle{
    text-align:left;
}

#topCms .topCms2 .box_img1{
    max-width: 80px;
    margin-top: -50px;
}
#topCms .topCms3 {
    /*background-color: #fef6db;*/
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(254, 246, 219, 1) 3px, rgba(254, 246, 219, 1) 16px );
}
#topCms .topCms3 .cate_box:nth-of-type(2) .box_description1{
    order:1!important;
}
#topCms .topCms3 .cate_box:nth-of-type(2) .box_description2{
    order:2!important;
}
#topCms .topCms4 .cate_box{
    width:calc(50% - 30px)!important;
}
#topCms .topCms4 .box_img {
    width: 80px;
    height: 80px;
    top: -30px;
    left: -35px;
    z-index: 1;
}
#bottom_tel{
    background:url(./Dup/img/bnr_bg.png) no-repeat top left/cover;
}

/*--under page---------------------------
-------------------------------------*/

.pagetitle{
    background-image:url(./Dup/img/main_bg.jpg);
}
.pagetitle h2{
    font-weight:bold;
    color:#fff;
}
#page3 #cms_6-c .box_img1{
    max-width: 80px;
    margin-top: -85px;
}
.topCms3 .yoyaku_bnr,
#page4 .yoyaku_bnr{
    border-radius:50px;
}
.v_type3 .cate_box{
    border: 1px solid #444;
    border-radius:10px;
}

.qa_type1 .cate_box {
	border-radius: 10px;
	border: 1px solid;
}
.qa_type1 .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
.qa_type1 .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
.qa_type1 .cate_box .open_bt .arrow::before, .qa_type1 .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #5c5c5c;
}
.qa_type1 .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 87px;
}
.qa_type1 .cate_box .open_bt .box_title1::before {
	content: "Q.";
	position: absolute;
	left: -32px;
	top: 0px;
	display: inline-block;
	vertical-align: baseline;
	color: #f57f40;
}
.qa_type1 .cate_box .box_item {
	display: none;
	padding: 0px 30px 0px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 1em;
	background-color: #f5f5f5;
	border-radius: 5px;
}

#page10 #sitemap_list a{
    border-radius:10px;
    transition:all 0.3s;
}
#page10 #sitemap_list a:hover{
    transform:translateY(-3px);
    opacity:0.7;
}

/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){

}


@media screen and (max-width: 1366px){
#main_img{
    padding-top:10px;
}
#topCms .topCms4 .cate_box{
    width:100%!important;
}
#topCms .topCms4 .box_img{
    top: -5px;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img {
    padding-top: 75px;
}
#topCms .topCms1 .cmstitle {
    text-align: center;
}
#topCms .topCms2 .box_img1 {
    max-width: 60px;
}
#topCms .topCms4 .cate_box:last-of-type{
    margin-bottom:0;
}
#topCms .topCms4 .box_img{
    top:-35px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}
.qa_type1 .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
#cms_2-g .cate_title {
    line-height: 1.5;
    font-size: 2em;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#fakeloader .fl{
    max-width:120px;
}
#main_img {
    padding-top: 90px;
    padding-bottom: 35px;
}
#content .box_title::before{
    display:none;
}
#topCms .topCms {
    padding-top: 70px;
}
#topCms .topCms2 .cms_6-c{
    margin-top: 40px;
}
#topCms .topCms2 .box_img1 {
    max-width: 50px;
}
#topCms .topCms4 .cmstitle h3{
    font-size: calc(1rem + 9px); 
    letter-spacing: 0;
}
#logo2 a{
    max-width:120px;
}
.menu_btn{
    right: -15px;
    top: -10px;
}
.qa_type1 .cate_box .open_bt {
	padding: 5px 0 7px;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
.qa_type1 .cate_box .box_txt1 {
    padding: 0.2em 1.0em 0.2em 1.2em;
}
#cms_2-g .cate_title{
    font-size: 1.5em;
}
}




