﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
body{
        font-family: 'Montserrat',"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
        font-weight: 500;
}
.linkStyle{color: #333;border-bottom: 1px solid;}
.hannari{
    font-weight: bold;
    color: #573001;
}
.more_btn:before{content: none;}
header.scr_header {
    background-color: rgba(255,171,0,0.5)!important;
}
.catch{
        font-size: 34px;
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    background-color: rgb(196 95 44 / 70%);
        max-width: 800px;
    margin: 0 auto;
    border-radius: 6px;
}
.dec{    
    max-width: 124px;
/*    width: 10%;*/
    z-index: 1;
}
.dec img{
    top: inherit;
    left: inherit;
    transform: none;
    position: static;
}
.dec01,.dec03{
    right: -50px;
}
.dec02,.dec04{
    left: -50px;
}
.line:before {
    background-color: rgb(255 171 0 / 90%)!important;
}
#pc_nav li a{color: #121212;}
#wrap,#fakeloader{background-color: #fcf0d9;}
#logo{max-width: 200px;}
#main_img:before{background-color: transparent;}
.back1:before,.back2:before{
    background-image: url(Dup/img/bg.jpg);
    background-size: contain;
    opacity: 0.5;
    width: 40%;
    height: 60%;
}
#intro_wrap,.con_img,#contents3 .con_box{border-radius: 50px;    background-color: #fbe9cd;}
#top_cms.back1:before{background-image: none;z-index: -1;}
#info_contact_wrap .hannari{color: #fff;}
.nav_menu_more:first-of-type a .icon:before{content: "\f4ad";}
.overlay {
    background: linear-gradient(135deg, rgba(255,171,0,0.9) , rgba(196,95,44,0.9) )!important;
}
.back1 .con_title{
    position: relative;
    z-index: 1;
}
.cms_title p{text-transform: uppercase;}
.button_container span{
    background: #121212;
    color: #121212;
}
/*==================================================
スライダーのためのcss
===================================*/

/*画像の横幅を100%にしてレスポンシブ化*/
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery{
	margin:0 0 5px 0;
}

.gallery li{
list-style:none;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
list-style:none;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}



/*===========================================================*/
/* コード集 */
/*===========================================================*/
.btntransform{
    /*丸の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
    display: inline-block;
	padding:0 0 0 15px;
	line-height: 50px;
    color: #333;
    text-decoration: none;
    outline: none;
    z-index: 1;
}

/* 丸が動く */
.btntransform::before{
	content:'';
    /*絶対配置で丸の位置を決める*/
	position:absolute;
	left:0;
	z-index: -1;
    /*丸の形状*/
	width:50px;
	height:50px;
	background:#FFAB00;
	border-radius:25px;
    /*アニメーションの指定*/
    transition:.3s ease-out;
    z-index: -1;
}

/*hoverした際の形状*/
.btntransform:hover::before{
	width:145px;
}

/* 矢印の形状 */
.btntransform::after{
	position: absolute;
    content: '';
    top: 1.3em;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/* contents anim */
#contents3 .fadein_up {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 1.5s ease,opacity 2s ease;
}
#contents3 .fadein_up.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#contents3 .fadein_up2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 2s ease,opacity 2s ease;
}
#contents3 .fadein_up2.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* contents */
#contents3 .txt_wrap .con_box {
    width: calc(20% - 16px);
    margin-right: 20px;
    box-sizing: border-box;
}
#contents3 .txt_wrap .con_box:last-of-type {
    margin-right: 0;
}
#contents3 .fadeIn_box .con_box {
    opacity: 0;
}
#contents3 .con_img {
    border-radius: 30px;
}
#contents3 .con_title h3:before {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: -25px;
	left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	background-color: #3e3e3e;
}
#contents3 .con_txt{
	font-size: 13px;
}
@media screen and (max-width: 768px){
#contents3 .txt_wrap .con_box {
    width: calc(48% - 12px);
}
}
@media screen and (max-width: 667px){
#contents3 .txt_wrap .con_box {
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
}
#contents3 .con_title h3:before {
    bottom: -15px;
}
}

.link_type3{padding-bottom: 50px;}
.link_type3 .link_img1 {z-index: 1;    border-radius: 1.875rem;}
.link_type3 .cate_box a:hover .link_img1 img {transform: translate(-50%, -50%) scale(1.05,1.05);}
.link_type3 .link_title1 {
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    box-sizing: border-box;
}
.link_type3 .cate_box{padding-right: 15px;    padding-left: 15px;}
.link_type3 .cate_box a .link_title1 {
    transition-timing-function: cubic-bezier(.78,.09,.27,1.36);
    z-index: 2;
    position: relative;
    width: 14rem;
    margin: -30px auto 0;
    border-radius: 50px;
    padding: 10px;
    background-color: #c45f2c;
    color: #ffffff;
    font-size: 15px;
}
	
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){	
.link_type3{padding-bottom: 0;justify-content: center;}
}

.qa_type1 .cate_box {
	border-radius: 10px;
	border: 1px solid #909090;
	background-color: #Fff;
}
.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;
}

@media screen and (max-width: 768px){
.qa_type1 .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
}
@media screen and (max-width: 667px){
.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.2em;
}
}


#fix_bnr{
    bottom: 20px;
    right: 84px;
    z-index: 3;
    width: 200px;
    transition: 0.5s;
}
#fix_bnr a:hover{opacity: 0.7;transform: translateY(-10px);}
#copyright{
	padding-bottom: 100px;
}
@media screen and (max-width: 667px){
#fix_bnr {bottom: 7px;right: 72px;width: 65%;}
#copyright{padding-bottom: 55px;}
}
/*===========================================================*/
/* 下層 */
/*===========================================================*/
#page_title .hannari{color: #fff;letter-spacing: 2px;}
#page_title .page_title_box p{text-transform: uppercase;}
main.back1 .con_box{border-radius: 50px;}
#page10 .con_box a{
        background-color: #ffab00a8;
    border-radius: 50px;
    transition: 0.5s;
}
#page10 .con_box a:hover{opacity: 0.7;transform: translateY(-5px);}
.pager li a:hover,.pager li a:hover span i{color: #c45f2c;}

/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
.catch{font-size: 24px;}
#fix_bnr {
    right: 60px;
    width: 150px;
}
.dec{opacity: 0.8;}
.catch{
    max-width: 400px;
    padding: 10px;
}
}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
.dec{max-width: 50px;}
.dec01, .dec03 {
    right: -25px;
}
.dec02, .dec04 {
    left: -25px;
}
#fix_bnr{
    left: 50%;
    width: 250px;
    bottom: 0;
        transform: translateX(-50%);
}
.back2:before{height: 31%;}
.catch{border-radius: inherit;padding-left: 25px;}
#logo {
    max-width: 150px;
}
#page_title .page_title_box{width: 70%;}
#contents3 .txt_wrap h3{
        letter-spacing: 1px;
}
#contents3 .txt_wrap p span{font-size: 14px;letter-spacing: 2px;}
main.back1 .con_box {
    border-radius: 10px;
}

}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){



}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}