﻿@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:wght@500&family=Noto+Sans+JP&family=Noto+Serif+JP:wght@600&display=swap');

/** font **/

:root{
    --font-jp: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-jp2: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    --font-en: 'Libre Bodoni', 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
body, .font_sans-serif{
    font-family: var(--font-jp);
}
.hannari{
    font-family: var(--font-jp2);
}
.font_en, a[href^="tel:"], .pop300, .pop400, .didot, .date_box, .pager{
    font-family: var(--font-en);
}

.font_bold{
    font-weight: normal;
}

/** color **/

:root{
    --color1: #007CD8;
    --color1s: #08AACC;
    --color2: #F4F3F2;
    --color3: #C12949;
    --color4: #E5E2E1;
    --black: #222222;
}

/** other **/

body, #wrap{
    letter-spacing: 1px;
    line-height: 2;
    font-size: 14px;
}
h2, h3, h4, h5, h6{
    line-height: 1.5;
}

.normal_img img, .square_img, .rectangle_img, .portrait_img{
    border-radius: 10px;
}

.portrait_img {
    height: 700px!important;
}

#fakeloader{
    background-color: #fff;
}
#fakeloader .fl{
    max-width: 150px;
}

header.scr_header {
    background-color: rgba(255,255,255,0.9)!important;
}
header #logo, header.scr_header #logo {
    max-width: 70px!important;
}
.button_container span{
    background-color: var(--black);
}
.button_container span:nth-of-type(1){
    background-color: transparent;
    color: var(--black);
}
.overlay{
    background: linear-gradient(to bottom right, var(--color1), var(--color1s))!important;
}

#pc_nav, #top_pc_nav, #footer_nav{
    font-family: var(--font-jp2);
}
#pc_nav li, #top_pc_nav li, #footer_nav li{
    max-width: inherit;
}
#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after{
    height: 1px;
    background-color: currentColor;
}
#top_pc_nav{
    display: none;
}
#overlay .left li {
    max-width: inherit;
}

#main_img .menu .bg_white{
    max-width: 200px;
    background-color: transparent;
}
#main_img .menu .bg_white a{
    width: 100%!important;
}

#pc_nav li a{
    color: var(--black)!important;
}

#main_img{
    height: 800px;
}
#main_img:before{
    background-color: rgba(255,255,255,0.4);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    background-size: 100% 200px;
    background-position: left bottom;
    background-repeat: no-repeat;
}
#main_img #left, #main_img #right{
    height: 100%;
}

.back1:before{
    display: none;
}
.back2:before{
    background-color: var(--color1)!important;
    opacity: 0.1;
    z-index: -1;
}

.num{
    display: none;
}

.line:before{
    background-color: var(--color1)!important;
}
#intro .line:before{
    background-color: #fff!important;
}

#intro #intro_wrap{
    z-index: 1;
    position: relative;
    margin-top: -50px;
    box-shadow: 0 20px 30px rgba(0,0,0,0.1);
    background-image: linear-gradient(to bottom right, var(--color1), var(--color1s));
    color: #fff;
    border-radius: 10px;
}
#intro h3{
    text-align: center;
}

#contents1 #contents1_wrap{
    margin-bottom: 50px;
}
#contents1 .con_box {
    margin-top: 150px;
}

#contents2 .con_box {
    margin-top: 150px;
}

#info_contact .con_box a{
    border-radius: 10px;
    overflow: hidden;
}

#page_title:before{
    background-color: rgba(255,255,255,0.6);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    background-size: 100% 200px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.pager li{
    margin: 0 10px!important;
}

.more_btn{
    background-color: var(--color3);
    color: #fff;
    transition-delay: 0s!important;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
.more_btn:hover{
    background-color: transparent;
}
.more_btn:after{
    display: none;
}
.more_btn:before{
    border: none;
    background-color: var(--color1);
    z-index: -1;
}
.more_btn .en{
    color: #fff;
}

.con_img{
    height: 400px;
}

.cate_title, .cate_title_h, .box_title1, .box_title2, .box_title{
    font-family: var(--font-jp2);
}

.cate_title_h::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: var(--color1);
}

.pager li a{
    background-color: var(--color3)!important;
}
.pager li a:hover{
    background-color: var(--color1)!important;
}

#page10{
    font-family: var(--font-jp2);
}

#logo2 a{
    max-width: 200px;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#page_title .page_title_box {
    padding-bottom: 28px;
    width: 60%;
    padding-left: 0;
    padding-right: 0;
}
#main_img{
    height: 60vw;
}
#main_img .menu .bg_white{
    display: none;
}
#contents1 #contents1_wrap{
    margin-bottom: 0
}
#contents1 .con_box, #contents2 .con_box{
    margin-top: 50px;
}
.con_img{
    height: 40vw;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#page_title .page_title_box {
    width: 85%;
}
#main_img{
    height: 100vw;
}
#main_img #left, #main_img #right{
    height: 50%;
}
#intro h3{
    font-size: 20px;
}
#contents1 .con_box, #contents2 .con_box{
    margin-top: 30px;
}
#contents1 h3, #contents2 h3{
    text-align: center;
}
#contents1 .line:before, #contents2 .line:before{
    left: 50%;
    transform: translateX(-50%);
}
}