﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Shippori+Mincho:wght@600&display=swap');

#page08_link{
    display: none;
}

#main_nav, #header_nav, #intro_title, #contents1 h3, #contents2 .con_box h4, #top_cms .top_cms_title, #page_top, a[href^="tel:"], #page_title, .pager, .cate_title, #page10 .sitemap_wrap li a, .privacy_wrap h3, .cate_title, .box_title, .box_title1, .date, #loader > div p{
    font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#contents2 .con_box .number, .more, #intro_title p, #contents2_title, #top_cms .top_cms_title p, #page_title p{
    font-family: 'Cormorant Garamond', 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.font_bold{
    font-weight: normal;
}

/*********/

body, #contents1, #top_cms .bg_color2{
    background-image: none!important;
}

.normal_img img, .square_img, .rectangle_img, #main_img > div, #contents1 img, #contents2 img, #wrap #header_nav ul{
    border-radius: 10px;
}
#main_img > div, #contents1 img, #contents2 img, #contents2 .con_box .number{
    box-shadow: none;
    text-shadow: none;
}
#wrap #header_nav ul li a:hover {
    transform: none;
    letter-spacing: 1px;
}

#wrap{
    overflow: hidden;
}

#main_nav{
    background-image: linear-gradient(to bottom right, #fff, #e4eae9);
}
#main_nav .nav li a{
    color: #333;
}

#main_img .main_title{
    z-index: 2;
}

#intro_title h2{
    line-height: 1.5;
}
#intro_title p{
    filter: blur(3px);
    font-size: 70px;
    opacity: 0.2;
    line-height: 1;
    letter-spacing: 5px;
    position: absolute;
    top: -30px;
    left: -50px;
}

#intro{
    position: relative;
    margin-bottom: 150px;
}
#intro::before{
    position: absolute;
    content: "";
    width: 700px;
    height: 700px;
    top: -300px;
    right: -100px;
    z-index: -1;
    background-image: url('./Dup/img/bg_img.png');
    background-size: contain;
}

#contents1{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 150px;
    background-color: #ccc;
}
#contents1 > div > div.d_flex{
    align-items: flex-start;
}
#contents1 > div > div.d_flex figure{
    position: relative;
    top: -50px;
}
#contents1 > div > div.d_flex div.grid_6{
    padding: 0;
    position: relative;
    bottom: -50px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #fff, #e4eae9);
    overflow: hidden;
}
#contents1 h3{
    padding: 30px 50px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    color: #a870e0;
}
#contents1 h3::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #a870e0;
}
#contents1 p{
    padding: 50px;
}

#contents2_title{
    margin-bottom: 50px;
    letter-spacing: 5px;
    color: #333;
}
#contents2 .con_box{
    margin-bottom: 100px;
}
#contents2 .con_box .number{
    left: 20px;
    bottom: auto;
    top: -100px;
    line-height: 1;
    font-size: 140px;
}
#contents2 .con_box h4{
    padding-bottom: 10px;
    position: relative;
}
#contents2 .con_box h4::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #e4eae9;
}
#contents2 .con_box .con_txt p{
    padding: 0;
    padding-left: 20px;
}


#top_cms .top_cms_box{
    background-color: transparent;
}
#top_cms .top_cms_box:nth-child(1), #top_cms .top_cms_box:nth-child(4){
    background-color: #f2f7f7;
}
#top_cms .top_cms_title h3{
    color: #333;
    position: relative;
	padding-bottom: 30px;
}
#top_cms .top_cms_title p{
    color: #a870e0;
}
#top_cms .top_cms_title h3::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #a870e0, #38cbce);
}
#top_cms .more{
    text-align: center;
}

#page_title{
    background-image: url('./Dup/img/bg_img2.jpg');
    background-position: center;
    background-size: cover;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 30px;
	text-align: left;
	padding-bottom: 20px!important;
	margin-bottom: 50px;
	color: #333;
	font-weight: normal;
	position: relative;
	line-height: 1.5;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #a870e0, #38cbce);
}

.cate_list li a{
    border-radius: 0;
    background-color: transparent;
    color: #a870e0;
    border: solid 1px #a870e0;
    line-height: 1.5;
    padding: 5px 15px!important;
}
.cate_list li a:hover{
    color: #fff;
    background-color: #a870e0;
}

#footer, #copyright{
    background-color: #e4eae9;
    color: #333;
}
footer #footer .tel a{
    box-shadow: none;
    border: solid 1px #a870e0;
    color: #a870e0;
}
#page_top::before{
    background-color: #333;
}
#page_top span{
    color: #333;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#header h1{
    width: 250px!important;
}
#intro_title h2{
    text-align: center;
}
#intro_title p{
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 40px;
    filter: blur(2px);
    top: -15px;
}
#contents1{
    padding-bottom: 50px;
    margin-bottom: 100px;
}
#contents1 > div > div.d_flex figure, #contents1 > div > div.d_flex div.grid_6{
    width: 100%!important;
}
#contents1 > div > div.d_flex figure{
    top: -30px;
}
#contents1 > div > div.d_flex div.grid_6{
    bottom: 0;
}
#contents2_title{
    margin-bottom: 70px;
}
#contents2 .con_box .number {
    left: 0;
    top: -70px;
    font-size: 100px;
    width: 100%;
    text-align: center;
}
#contents2 .con_box h4{
    text-align: center;
}
#contents2 .con_box h4::before{
    right: 0;
    margin: auto;
}
#contents2 .con_box .con_txt p{
    padding-left: 0;
}
.cate_title{
	font-size: 24px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#header h1{
    width: 230px!important;
}
#intro::before{
    width: 500px;
    height: 500px;
    top: -150px;
    right: -80px;
}
#intro_title p {
    font-size: 24px;
    filter: blur(0);
    letter-spacing: 2px;
    position: static;
    margin-bottom: 20px;
    opacity: 0.6;
}
#contents1 h3{
    padding: 30px 20px;
}
#contents1 p{
    padding: 50px 20px;
}
.cate_title{
	font-size: 20px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
#wrap #header_nav ul{
    padding-bottom: 20px;
}
#top_cms .more a, #page10 .sitemap_wrap li a{
    padding-top: 10px;
}
footer #footer .tel a{
    padding-top: 20px;
}
.pager li a span{
    transform: translate(-50%, -50%);
}
.cate_list li a{
    padding-top: 10px!important;
}
}