﻿@font-face {
    font-family: 'Ounen-mohitsu';
    font-style: normal;
    font-weight: 400;
    src: url('./Dup/img/Ounen-mouhitsu.woff') format('woff'),
        url('./Dup/img/Ounen-mouhitsu.eot')  format('eot');
    font-display: swap;
}
.font1,
#header nav ul li,
.close_menu,
.more_menu_bt,
.open_menu,
#page_title h2{font-family: "Ounen-mohitsu","serif"!important;}


/*
#loader{
    display:none;
}
*/



/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#bf9d74;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

.font_14{
    font-size: 18px;
}
body{
    overflow:hidden;
}
header,
.sns_links.side_bar{
    background:url(./Dup/img/bg.jpg) repeat top left/200px;
}
header nav ul li a{
    color: #333!important;    
}
#header nav ul .active{
    background-color:rgba(255,255,255,0.5);
}
header nav ul li a::after{
    display:none;
}
.close_menu,
.open_menu{
    font-size:12px;
    letter-spacing: 0;
    border-radius: 5px;
}
footer .logo img {
    max-width: 300px;
}
.sns_links.side_bar ul {
    top: 205px;
}
.sns_links .con_bt{
    top:30px;
}
.fix_bnr{
    left:10px;
    z-index:2;
    display:none;
}

/*--top page---------------------------
-------------------------------------*/
#main_img #main_img_border,
#intro h2::after{
    display:none;
}
.catch{
    width: min(35vw,800px);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.catch img{
    filter: drop-shadow(2px 4px 0 rgba(0,0,0,0.25));
}
#intro{
    background-image: url(./Dup/img/bg_item.png),url(./Dup/img/bg_item3.png);
    background-repeat:no-repeat,no-repeat;
    background-position:right -50px top -100px,left -50px top -100px;
    background-size:40%,40%;
}
.item_box{
    max-width: 1280px;
    margin: 0 auto;
}

.item2{
    text-align: center;
}

.swing{
    animation: swing 1s steps(2, start) infinite;
}


@keyframes swing{
0%{
  transform-origin: bottom;
  transform: rotate(-5deg);
}
100% {
    transform-origin: bottom;
    transform: rotate(5deg);
}
}

.swing2{
    animation: swing2 1s steps(2, start) infinite;
}
@keyframes swing2{
0%{
  transform-origin: bottom;
  transform: rotate(5deg);
}
100% {
    transform-origin: bottom;
    transform: rotate(-5deg);
}
}


#contents1{
    padding:30px;
    background: url(./Dup/img/bg_item2.png) no-repeat left -50px bottom -100px/40%;
    background-color: #f9f5ef;
}
#contents2::before{
    content:'';
    position:absolute;
    display:block;
    width:30vw;
    height:20vh;
    right:1%;
    bottom:0;
    background:url(./Dup/img/item7.png) no-repeat bottom right/contain;
    z-index:2;
}

/*--under page---------------------------
-------------------------------------*/

#cms > div{
    background: url(./Dup/img/bg_item.png) no-repeat right -50px top -100px/40%;
}

#page_title h2{
    color:#333!important;
}

.qa_type3 .con_no{
	left: 20px;
	top: 15px
}
.qa_type3 .cate_box .box_title1, .qa_type3 .cate_box .box_txt1{
	min-height: 1.5em
}
.qa_type3 .box_q{
	background-image: url(./Dup/img/icon_q.png);
	background-repeat: no-repeat;
	background-position: top 2px left;
	background-size: 60px
}
.qa_type3 .box_a{
	background-image: url(./Dup/img/icon_a.png);
	background-repeat: no-repeat;
	background-position: top 2px right;
	background-size: 60px
}
.qa_type3 .box_q, .qa_type3 .box_a{
	padding: 0 90px
}
.qa_type3 .box_q .box_title1::before, .qa_type3 .box_a .box_txt1::before{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
}
.qa_type3 .box_q .box_title1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 15px;
    margin-top: -10px;
    border-right-color: #FC810F;
    right: 100%;
    top: 34px;
}
.qa_type3 .box_a .box_txt1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 15px;
    border-right-width: 10px;
    margin-top: -10px;
    border-left-color: #f9f5ef;
    left: 100%;
    top: 35px;
}



/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){

}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

.catch {
    width: min(60vw,800px);
}
#contents1 {
    padding: 0;
}
#contents2 h3{
    padding-left:0;
}
#contents2 h3::after{
    display:none;
}
#copyright{
    padding-bottom:100px;
}
.fix_bnr{
    display:block;
}
#page_title{
    margin-bottom:0;
}
#cms_2-g .cate_title {
    line-height: 1.5;
    font-size: 2em;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){


.font_14 {
    font-size: 15px;
}

header{
    padding:10px;
}
.catch{
    width: min(70vw,800px);
    top: 70%;
}

#intro{
    background-size:60%,60%;
}
#contents2::before{
    width: 45vw;
}
#contents2 > div{
    padding-bottom: 80px!important;
}
#footer_txt .tel a{
    font-size:30px!important;
}
#copyright {
    padding-bottom: 60px;
}
#cms > div {
    background: url(./Dup/img/bg_item.png) no-repeat right -50px top -100px/60%;
}
.qa_type3 .box_q{
	padding-right: 0
}
.qa_type3 .box_a{
	padding-left: 0
}
.qa_type3 .con_no{
    top: 13px;
}

#cms_2-g .cate_title{
    font-size: 1.5em;
}
}




