﻿.bg_color1 {background-color: #08005f;}
.bg_color2 {background-color: #cac7ad;}
.bg_color3 {background-color: #efdb50;}
.txt_color1 {color: #08005f;}
.txt_color2 {color: #08005f;}
.txt_color3 {color: #08005f;}
.border_color1 {border-color: #efdb50;}
.border_color2 {border-color: #efdb50;}
.border_color3 {border-color: #746dbb;}
.border_color4 {border-color: #f3eb9f;}
.hvr_bg_color2:hover {
    background-color: #746dbb;
    color: #ffffff;
}
/* ----------　all　---------- */
.linkStyle{
	color:#;
}
.linkStyle:hover{
	color:#;
	opacity: 0.7;
	transition: all 0.5s;
}
body,.hannari{
    font-family: 'Kosugi Maru', sans-serif!important;
}

.didot,.pop400 {
    font-family: 'Poller One', cursive;
}


.line:before {
    background-color: rgba(232, 215, 64 ,0.5)!important;
}
.line-l:before {
   display: none;
}
.overlay-menu .nav_menu_more:first-of-type a .icon:before {
    content: "\f879";
    top: -3px;
    left: -30px;
}
.overlay-menu .right .mg_b-50px .nav_menu_more:last-of-type {
    display: none;
}
.sp_tel{
    display:none;
}
/* ----------　TOP　---------- */
#main_img .menu p{
    position: relative;
    border: 10px solid #08005f;
    border-radius: 10px;
}
#main_img .menu p:before {
    content: '';
    display: inline-block;
    width: 60%;
    height: 150px;
    background-image: url(Dup/img/dec1.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -50px;
    left: -50px;
    transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}
.num {
    opacity: 1;
    color: #8480af;
}
#intro_wrap,#contents3 .con_box ,.top_cms_box{
    border: 2px solid #08005f;
    border-radius: 10px;
}
#intro_wrap {
    background-image: url(Dup/img/dec2.png);
    background-repeat: no-repeat;
    background-position: bottom right 30px;
    background-size: 250px;
    padding-bottom: 250px;
}
#contents1 .con_box {
    margin-top: 20%;
    position: relative;
}
#contents1 .con_box:before {
    content: '';
    display: inline-block;
    width: 280px;
    height: 280px;
    background-image: url(Dup/img/dec3.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -250px;
    left: -100px;
}
#contents2 .con_box {
    position: relative;
}
#contents2 .con_box:before {
    content: '';
    display: inline-block;
    width: 180px;
    height: 180px;
    background-image: url(Dup/img/dec4.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -100px;
    right: -150px;
    transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}
#contents3 .con_box {
    background-image: url(Dup/img/dec5.png);
    background-repeat: no-repeat;
    background-position: bottom right 30px;
    background-size: 250px;
    padding-bottom: 180px;
}
#top_cms{
    padding-top: 50px;
}
.top_cms_box{
    padding: 80px 50px;
    margin: 5% 10%;
}

.cms_title{
    position: relative;
    padding-left: 45px;
}
.cms_title:before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 0;
    left: 0;
    margin: auto;
}
.top_cms_box:nth-child(2) .cms_title:before {
    width: 35px;
    height: 35px;
    background-image: url(Dup/img/menu1.png);
}
.top_cms_box:nth-child(4) .cms_title:before {
    width: 35px;
    height: 35px;
    background-image: url(Dup/img/menu2.png);
}
.top_cms_box:nth-child(5) .cms_title:before {
    width: 35px;
    height: 35px;
    background-image: url(Dup/img/menu3.png);
}


.cate_list li a:hover{
        opacity: 0.7;
    transition: 0.3s;
}

/* ----------　IE　---------- */
.page main .con_box{
    border: 2px solid #08005f;
    border-radius: 10px;
}
/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
#page9 .more {
    padding-bottom: 5px;
}

}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#main_img .menu p:before {
    width: 70%;
}    
#intro_wrap {
    background-size: 200px;
    padding-bottom: 200px;
}    
#contents1 .con_box:before {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -200px;
}
#contents2 .con_box:before {
   width: 150px;
    height: 150px;
    bottom: -100px;
    right: auto;
    left: -100px;
}

#contents3 .con_box {
    background-size: 220px;
    padding-bottom: 170px;
}
.top_cms_box {
    padding: 30px 30px;
    padding-top: 30px!important;
}
#page_title .page_title_box {
    width: 50%;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
footer .con_box h2{
    width: 85%;
    margin: auto;
    margin-bottom: 20px;
    line-height: 1.4;   
}
#intro_wrap {
    background-size: 150px;
    padding-bottom: 160px;
    background-position: bottom right 10px;
}
#contents1{
    padding-bottom: 150px;
}
#contents1 .con_box:before {
    width: 150px;
    height: 150px;
    bottom: -160px;
    left: 0px;
}
#contents2{
    padding-bottom: 150px;
}
#contents2 .con_box:before {
    width: 120px;
    height: 120px;
    bottom: -130px;
    right: 0;
    left: auto;
}
#contents3 .con_box {
    background-size: 180px;
    padding-bottom: 150px;
}
.top_cms_box {
    padding: 30px 20px;
}
.page main .con_box {
    padding: 7%;
}

.sp_tel{
    display: block;
     position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: 80%;
     z-index: 9;
}
.sp_tel a{
        background-color: #08005f;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    width: 100%;
       
}
.sp_tel a .icon:before {
    content: "\f879";
    top: -3px;
        left: -70px;    
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    position: absolute;
}
#copyright {
        padding-bottom: 50px;
}
.pager li{
        margin-right: 8%;
    margin-left: 8%;
}
}