﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');


body {
    font-family: "Zen Maru Gothic", sans-serif;
}

.border_color3 {
    border-color: #c7d7ed;
}

.bg_color1 {
    background-color: #FCEEEB;
}

.txt_color1 {
    color: #f3869d;
}

.bg_color3 {
    background-color: #919baa;
}

.bg_color2 {
    background-color: #c7d7ed;
}

.border_color1 {
    border-color: #dfe8f5;
}

.more a span.after, .head_fix{
    background-color: #f391ad;
}

.border_so3-b {
    border-bottom: 2px solid #c7d7ed;
}

#global-nav ul li a span.txt_white{
    color: #999090;
    font-weight: bold;
}

.contents_txt .txt_white{
    color: #3e3d3d;
}

.contents_txt h2{
    color: #f391ad !important;
    font-weight: bold;
}

.catch_img, figure, #main_img .inner{
    border-radius: 15px;
}

.contact_box a{
    font-weight: bold;
}

.copy{
   position: absolute;
    max-width: 850px;
    margin-top: 0%;
    transition: all 0.3s;
    display: block;
    width: 50%;
}

.deru{
    transform: translateY(-85%);
    transition-delay: 1s;
}

#contents .contents_txt, #contents h2, #contents2 .box{
    position: relative;
}

#contents h2:before{
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -50px;
    left: 50%;
    background-image: url(./Dup/img/den.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}

#contents2 .box:before{
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    position: absolute;
    top: -70px;
    left: 13%;
    background-image: url(./Dup/img/hito.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}

.fade_up {
    overflow: visible;
}

#contents{
    padding-top: 120px;
}

#copyright .txt_white, #copyright{
    color:#333333;
}

p.gotop a {
    background-color: #f391ad;
}

.ore{
        width: 80%;
    margin: auto;
    border-radius: 15px;
    background-color: #f3f3f3;
    padding: 50px 30px;
    box-sizing: border-box;
    max-width: 1280px;
    margin-bottom: 100px;
    border: 2px solid #f391ad;
}

.ore h2{
    border-bottom: 1px solid #f391ad;
    padding-bottom: 20px;
}

.ore p{
    width: 60%;
    margin: auto;
}

.ore a{
    display: block;
    max-width: 300px;
    margin: auto;
    transition: all 0.3s;
}

.ore a:hover{
    transform: translateY(-10px);
    transition: all 0.3s;
}

#footer_info .bg_white_opa {
    background-color: rgba(255,255,255,0.9);
}

.nav_contents li a{
    color: #7b8491;
}

.ore a {
    max-width: 350px;
}

.cms_5-b .cate_box .open_bt .box_title1::before {
    color: rgb(243, 145, 173) !important;
}

#cms_5-b .cate_box .open_bt .arrow img, .cms_5-b .cate_box .open_bt .arrow img {
    background-color: #f391ad;
}

.after.bg_color1{
    background-color: #f59db5;
}


.linkStyle{color: #f392ae;}



.contact_box .header_contact_link a {
    padding: 6px 25px 6px;
}

#page4 h3.cate_title, #page9 p a{
    background-color:#f391ad;
}


#cms_5-b .cate_box .open_bt .box_title1:before {
    color: rgb(243, 145, 173) !important;
}


@media all and (-ms-high-contrast:none){
.all_header .contact_box .header_contact_link a {
    padding: 8px 25px 8px;
}

.more a {
    padding: 10px 10px 12px;
}


.fat-nav li:last-child a {
    padding-bottom: 10px;
}

.cate_list .more a {
    padding: 10px 10px 9px;
}


#cms_6-a .cate .cate_title {
    padding-top: 8px;
}

#page9 .box_wrap .box a {
    padding: 3px 10px 4px;
}


}


@media screen and (max-width: 768px){
    .copy {
    position: relative;
    margin-top: 0%;
    width: 80%;
    margin: auto;
}

.deru {
    transform: none; 
    transition-delay: 1s;
}

#contents{
    padding-bottom: 100px;
}

#contents2 .box:before {
    width: 100px;
    height: 100px;
    top: -40px;
    left: 24%;
    z-index: -1;
}

a.hamburger{
    background-color:#f391ad;
}

.all_header #global-nav ul li {
    width: auto;
}

}

@media screen and (max-width: 667px){
.hamburger {
    height: 40px;
}

.ore p {
    width: 95%;
    margin-bottom: 20px;
}

.ore a {
    max-width: 300px;
}

.ore {
    padding: 30px 20px;
}

}