﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fascinate+Inline&display=swap');
/* -----------------------------------------------------------------------------------------------　all　----------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------　body　----------------------------------------------------------------------------------------------------------------- */
/* font -----------------------------------------------------------------------------*/
:root {
    --font-jp: 'Zen Maru Gothic',"Kiwi Maru", sans-serif;
    --font-en:  'Kaisei HarunoUmi', serif;
    --font-en2: "Fascinate Inline",'Zen Maru Gothic', system-ui;
}

body{font-family:var(--font-jp)!IMPORTANT;}

h2, h3, h4, h5, h6, #intro_txt h2, #header_menu li a,#foot_banner a,.u_page #bottom_menu ul li a,#bottom_menu ul li a,.con_no,#copyright,.footer_cms,a[href^="tel:"],#info .info_txt h3,#info_title_box,#page-top a div p, .drawer-menu{
    font-family:var(--font-en) !IMPORTANT;
/*     font-weight: 700; */
}
 
.top_cms_box .cms_title,.pager li a, .more, #page_title, header #header #header_menu ul, #bottom_menu, #page10, #intro .intro_no, #con_h .con_no, .font1{
    font-family: var(--font-en2) !IMPORTANT;
    font-weight: 700;
}


body {
    line-height: 1.8;
    font-size: 105% !important;
}

.font_2dw{
    font-size: -webkit-calc(1rem + 0px);
    font-size: calc(1rem + 0px);
}

/* font -----------------------------------------------------------------------------*/
/* color -----------------------------------------------------------------------------*/
:root{
	--normal: #2A6054;
	--color1: #4E6C50;
	--color2: #f4f3f2;
	--color3: #D7A02D;
	--color4: #FCF3D6;
	--color5: #f2ede7;
	--white: #fcfcfc;
	--black: #3c3833;
	--gray: #ccc;
	--red: #C64444;
	--linkStyle: #362706;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    background: var(--white);
}

#intro_bg,.footer_bg{
    background-image:url("/Files/img/intro-bg.png");
    background-size: cover;
    background-attachment: fixed;
}
/* ----------------------------------------------------------------------------------------------　top　----------------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------　つなぎデザイン　▼------------------------------------------------- */
.top_cms_blog:before{
    background-image: url(/Files/img/tunagi.png);
    position: absolute;
    content: "";
    background-size: cover;
    width: 100%;
    height: 1.5vh;
    z-index: 0;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-position: center;
}

.top_cms_blog:after{
    background-image: url(/Files/img/tunagi.png);
    position: absolute;
    content: "";
    background-size: cover;
    width: 110%;
    height: 1.5vh;
    bottom: 0%;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
}

#intro:after {
    background-image: url(/Files/img/tunagi.png);
    position: absolute;
    content: "";
    background-size: cover;
    width: 100%;
    height: 1.5vh;
    bottom: 0;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
}

#top_cms:before {
    background-image: url(/Files/img/tunagi.png);
    position: absolute;
    content: "";
    background-size: cover;
    width: 100%;
    height: 1.5vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    z-index: 4;
}

#info_title_box:before {
    background-image: url(/Files/img/tunagi.png);
    position: absolute;
    content: "";
    background-size: cover;
    width: 100%;
    height: 1.5vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    z-index: 0;
}

#info_title_box:after{
    background-image: url(/Files/img/tunagi.png);
    position: absolute;
    content: "";
    background-size: cover;
    width: 100%;
    height: 1.5vh;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    z-index: 0;
}

#bottom_menu:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.5vh;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    top: 185%;
    background-image: url(/Files/img/tunagi.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

#page_title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.5vh;
    left: 0;
    bottom: -1%;
    background-image: url(/Files/img/tunagi.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
} 

/* ---------------------------------------------　つなぎデザイン　▲------------------------------------------------- */
#main_img {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#main_img .main_kazari {
    width: 80% !important;
    margin: auto;
    max-width: 1500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    z-index: 2;
    min-width: 1200px;
}

.main_dec1 {
    position: absolute;
    width: 15%;
    bottom: 5%;
    left: 2%;
}
/* ---------------------------------------　header　▼--------------------------- */

header {
    background-color: transparent;
    background-image: url(/Files/img/header-bg.png);
    background-size: 100% 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-position: center;
}
/* ---------------------------------------　header　▼--------------------------- */

/* ---------------------------------------　contents　▼--------------------------- */

#contents {
    background-image: url(/Files/img/contents_bg.png);
    background-size: 100% 100%;
    padding: 80px 0 120px;
}
/* ---------------------------------------　contents　▼--------------------------- */

/* ---------------------------------------　top_cms　▼--------------------------- */
#top_cms .top_cms_box .cms_title {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 500px;
    padding-top: 90px;
    background-image: url(/Files/img/icon03.png);
}
/* ---------------------------------------　top_cms　▲--------------------------- */



/* -----------------------------------------------------------------------------------------------　下層ページ　--------------------------------------------------------------------------------------------------------- */

#cms_2-g .cate_title {
	line-height: 1.2;
	font-size: 2.5em;
}

/*---------------------------------------------------------------------------------------------------------タブレット------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
header {
    background-size: cover;
}

.menu_bt {
    padding-top: 25px;
}

#main_img {
    height: 80vh;
}

#main_img .main_kazari {
    width: 85% !important;
    min-width: 770px;
}

.main_dec1 {
    width: 30%;
}

#contents {
    background: none;
    padding: 20px 0 40px;
}

#cms_2-g .cate_title {
    line-height: 1.2;
    font-size: 1.7em;
}

}

/*---------------------------------------------------------------------------------------------------------スマホ----------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 667px){
#main_img .main_kazari {
    width: 100% !important;
    min-width: 350px;
}

.menu_bt {
    padding-top: 5px;
}

.top_cms_box .cms_title h2 {
    padding: 0;
    font-size: 30px;
}

.cms_title {
    background-size: 35px;
    padding-top: 10px;
}

#top_cms .top_cms_box .cms_title {
    background-position: 50% 30%;
    background-size: 300px;
    padding-top: 90px;
}

}

/*---------------------------------------------------------------------------------------------iPhone8以下サイズ----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px){
}