﻿@font-face {
	font-family: 'JKM-M_3';　
	font-style: normal;
	font-weight: 700;
	src: url('./Dup/img/JKM.woff') format('woff'), url('./Dup/img/JKM.eot') format('eot'), url('./Dup/img/JKM-M_3.ttf') format('truetype'); 
}
.font1,
h2,h3{
    font-family: 'JKM-M_3','Noto Sans JP', 'Comfortaa', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*screen shot*/
/*
#wrap .btm,#page_top,#bottom_tel,#reserve{
    position:absolute!important;
}
*/
/*
#loader{
    display: none!important;
}
*/


.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
    /*font-size: 22px;*/
}

#wrap.t_page {
    background-image: url(./Dup/img/item3.png),url(./Dup/img/item4.png),url(./Dup/img/paper2.jpg);
    background-attachment: scroll,scroll,fixed;
    background-size: 200px,200px,100% 100%;
    background-position: top 150px left -50px,top 150px right -50px,top left;
    background-repeat: no-repeat,no-repeat;
}
#wrap .btm {
    width: 100%;
    height: 30px;
    background: url(./Dup/img/btm.png) repeat-x;
    background-size: 50% 30px;
    background-position: bottom;
    bottom: 0;
    left: 0;
    z-index: 5;
}

#header .logo_wrap{
    width:400px;
}
#header.active .logo_wrap {
    width: 250px;
}

#pc_nav li:first-of-type a{
    color:#21cbd9!important;
}
#pc_nav li:nth-of-type(2) a{
    color:#9dbf39!important;
}
#pc_nav li:nth-of-type(3) a{
    color:#ec9393!important;
}
#pc_nav li:nth-of-type(4) a{
    color:#f2c41d!important;
}
#pc_nav li:nth-of-type(5) a{
    color:#03714c!important;
}


#footer #logo2{
    width:400px;
}
#footer_info .info_title{
    opacity:1;
}
#footer_info .time{
    display:none;
}
footer .footer_item{
    padding-bottom:70px;
}

#reserve{
    width:170px;
    left:20px;
    bottom:-20px;
    z-index:4;
}
#page_top:hover,
#bottom_tel a:hover,
#reserve:hover{
    transition:all 0.3s;
    transform:translateY(-3px);
}
#page_top img,
#bottom_tel a img,
#reserve img{
    filter: drop-shadow(4px 4px 0 rgba(0,0,0,0.2));
}

/*footer*/
#footer_info #map iframe,
.footer_img img{
    height:400px!important;
}


/*--top page---------------------------
-------------------------------------*/
.con_title{
    font-size:2rem;
}
#main_img{
    border-radius: 50px;
}
#main_img::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.1);
    top:0;
    left:0;
    z-index:1;
}
#main_img .catch{
    width: 25vw;
    max-width: 700px;
    top:3%;
    left:3%;
    z-index:2;
}

#con_nav ul li:first-child a{
    color:#21cbd9!important;
}
#con_nav ul li:nth-child(2) a{
    color:#9dbf39!important;
}
#con_nav ul li:nth-child(3) a{
    color:#ec9393!important;
}
#con_nav ul li:nth-child(4) a{
    color:#f2c41d!important;
}
#con_nav ul li:nth-child(5) a{
    color:#03714c!important;
}

.hpb_bnr{
    padding: 45px 0;
    background-color: #fff;
    text-align: center;
}
.hpb_bnr img{
    width:270px;
}
#top_contents1{
    position:relative;
}
#top_contents1::before, #top_contents1::after {
    content: '';
    position: absolute;
    display: block;
    width: 30vw;
    height: 60%;
    bottom: 0;
    z-index: 2;
    pointer-events:none;
}
#top_contents1::before{
    background:url(./Dup/img/item1.png) no-repeat;
    background-size:contain;
    background-position: bottom left;
    left:0;
}
#top_contents1::after{
    background:url(./Dup/img/item2.png) no-repeat;
    background-size:contain;
    background-position: bottom right;
    right:0;
}
#top_contents1 .owner_video video{
    border-radius:30px;
}
#top_contents3 .con_title{
    /*font-size:2.5rem;*/
    font-size:2rem;
}
/* 画像トリミング */
.portrait_img{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 600px!important;
}
.portrait_img img{
	width: 100%;
    height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.top_blog figure{
    display:none;
}
#top_cms{
    background-image: url(./Dup/img/item3.png),url(./Dup/img/item4.png);
    background-size: 200px,200px;
    background-position:top left -50px,top right -50px;
    background-repeat: repeat-y,repeat-y;
}

/*img 角丸*/
#con_nav ul li{
    width: 13%!important;
}
#con_nav ul li a {
    background-color: #fff;
    border-radius: 30px;
    margin-right: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#con_nav ul li:last-child a{
    margin-right:0;
}
#top_contents1 .con1_img{
    border-radius: 0 40px 40px 0;
}

#top_contents2 .con_title{
    display: table;
    margin: 0 auto 20px;
}


#top_contents3 .con3_no{
    display:none;
}
#top_contents3 .con3_img {
    border-radius: 50% 50% 40px 40px/35% 35% 40px 40px;
}
#top_contents3 .con3_txt_wrap{
    position:relative;
}
#top_contents3 .con3_txt_wrap::before{
    content:'';
    position:absolute;
    display:block;
    z-index:2;
}
#top_contents3 .con3_txt1::before {
    width: 7vw;
    max-width: 150px;
    height: 100px;
    background: url(./Dup/img/item5.png) no-repeat;
    background-size: contain;
    top: -17%;
    left: -8%;
}
#top_contents3 .con3_txt2::before {
    width: 7vw;
    max-width: 150px;
    height: 140px;
    background: url(./Dup/img/item6.png) no-repeat;
    background-size: contain;
    top: -14%;
    right: -10%;
}
#top_cms .cms_title h3{
    font-size:2.2rem;
}
#top_cms .cms_1-a .box_img1{
    border-radius:30px;
}
#footer_info #map iframe{
    border-radius: 0 40px 0 0;
}



/*modal*/
.modal_bt{cursor: pointer}

.modal_bg{
     top: 0;left: 0;
     background-color: rgba(0,0,0,0.8);
     z-index: 9
}
.modal_box{
     max-height: 80%;
     overflow-y: auto;
     z-index: 10
}
.close_bt{cursor: pointer}

.con_txt .check {
    padding-left: 30px;
    background: url(./Dup/img/check.png) no-repeat top 14px left / 20px;
}
/*
.con1_txt,.con2_txt,.con3_txt,.con4_txt{
    font-size:1.2rem;
    line-height: 1.5;
}
*/
.con2_txt li {
    padding-left: 40px;
    background: url(./Dup/img/check_white.png) no-repeat top 13px left/25px;
    margin-bottom: 10px;
}

/*--under page---------------------------
-------------------------------------*/

.under_page {
    background-image: url(./Dup/img/item3.png),url(./Dup/img/item4.png),url(./Dup/img/paper2.jpg);
    background-attachment: scroll,scroll,fixed;
    background-size: 150px,150px,100% 100%;
    background-position: top 150px left -50px,top 150px right -50px,top left;
    background-repeat: repeat-y,repeat-y;
}
.cate_list li a{
    border-radius:20px;
}

#page_title h2{
    text-shadow: 2px 2px 0 #fff;
}
#page_title h2 .font_50 {
    font-size: 4rem;
}
#page_title h2 .font_2up{
    font-size:2rem;
}
#page_title .sub_title{
    margin-bottom:0;
}

#cms_2-g .cate_img1{
    border-radius: 40px;
}

#page02 .video_box .video1,
#page02 .video_box .video2{
    width:calc(50% - 10px);
}
#page08 .tel_wrap{
    border-radius:30px;
}
.page9 #page_title h2 .font_50 {
    font-size: 3rem;
    letter-spacing: 1px;
}




/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){
.under_page{
    background-size: 100px,100px,100% 100%;
}
}


@media screen and (max-width: 1366px){
.under_page .width_1280-max{
    max-width: 1000px;
}
}

@media screen and (max-width: 1000px){
.under_page .width_1280-max{
    width:90%;
    margin:0 auto;
}    
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#wrap .btm {
    height: 30px;
    background-size: 50% 30px;
}
#header .logo_wrap {
    width: 500px;
}
#header.active .logo_wrap {
    width: 350px;
}
#header .nav_wrap{
    margin-top:0;
}
#header #pc_nav li a{
    padding-top:0;
    padding-bottom:0
}
#con_nav{
    padding-left:0;
    padding-right:0;
}
#con_nav ul li {
    width: 20%!important;
}
#con_nav ul li a{
    padding-top: 30px;
    padding-bottom: 30px;
}
#main_img .catch {
    width: 40vw;
}
.hpb_bnr {
    padding: 15px 0;
}
.con_title{
    font-size: 2rem;
}
#top_contents3 .con_title {
    font-size: 2rem;
}
.con_txt li{
    background: url(./Dup/img/check.png) no-repeat top 10px left/25px;
}
.con2_txt li{
    background: url(./Dup/img/check_white.png) no-repeat top 10px left/25px;
}

#top_contents1::before, #top_contents1::after{
    width: 48vw;
    height: 30%;
}
#top_contents3 .con3_txt1::before {
    width: 18vw;
    top: -48%;
}
#top_contents3 .con3_txt2::before {
    width: 16vw;
    right: -3%;
    top: -35%;
}
#top_cms .cms_1-a {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

/*img 角丸*/
#top_contents1 .con1_img {
    border-radius: 40px;
}
#top_contents3 .con3_img {
    border-radius: 50% 50% 40px 40px/50% 50% 40px 40px;
}
#top_cms .cms_1-a .box_img1 {
    border-radius: 20px;
}

#footer_info #map iframe,
.footer_img img{
    height:300px!important;
}

#page_title .width_90per{
    margin-right: 0;
    margin-left: auto;
}
#bottom_tel{
    bottom:-2px;
}
.under_page{
    background-size: 120px,120px,100% 100%;
}
.under_page .width_1280-max{
    padding-left: 50px;
    padding-right: 50px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#header .logo_wrap {
    width: 300px;
}
#header.active{
    padding-top: 10px;
    padding-bottom: 10px;
}
#header.active .logo_wrap {
    width: 200px;
}
#wrap.t_page {
    background-size: 100px,100px,100% 100%;
    background-position: top 100px left -50px,top 100px right -50px,top left;
}
#wrap .btm {
    height: 20px;
}
#main_img{
    height:34vh;
}
#main_img .catch {
    width: 50vw;
}
#con_nav{
    padding-left: 5px;
}
#con_nav ul li {
    border-right:0;
    border-bottom:0;
    margin-bottom:5px;
}
#con_nav ul li:last-child a {
    margin-right: 5px;
}
#con_nav ul li a {
    border-radius: 5px;
    padding-top:10px;
    padding-bottom:10px;
}
#con_nav ul li a figure{
    margin-bottom:0;
    padding:3px;
}
#con_nav p{
    display:none;
}
.hpb_bnr {
    padding: 5px 0;
}
.hpb_bnr img {
    width: 135px;
}
.con_title {
    font-size: 1.7rem;
}
.con_txt li {
    padding-left: 30px;
    background: url(./Dup/img/check.png) no-repeat top 8px left/25px;
}
#top_contents1 .con1_img {
    height: 51vw;
}
#top_contents1 .con_title{
    letter-spacing: 1px;
}
#top_contents1::before, #top_contents1::after {
    /*
    width: 54vw;
    height: 15%;
    */
    display:none;
}
#top_contents2 .con_title {
    font-size: 1.5rem;
    letter-spacing: -1px;
}
#top_contents3 .con_title {
    font-size: 1.4rem;
}
#top_contents3 .con3_img {
    border-radius: 30px;
}
#top_contents3 .con3_txt1::before {
    width: 25vw;
    height: 80px;
    top: -32%;
}
#top_cms{
    background-size: 130px,130px;
}
#top_cms .cms_1-a{
    padding:10px 0;
}
.under_page{
    background-size: 100px,100px,100% 100%;
}
.under_page .width_1280-max{
    width:100%;
}  
#page_title h2 {
    font-size: 2.5rem;
    letter-spacing: 0px;
}
#cms_2-g .cate_title {
    font-size: 1.4em;
}
.menu_stick {
    top: 12px;
}

#page02 .video_box .video1, #page02 .video_box .video2{
    width:100%;
}
#page02 .video_box .video1{
    margin-bottom:10px;
}
.page9 #page_title h2 .font_50 {
    font-size: 2.2rem;
}
#reserve {
    width: 120px;
    left: 5px;
    bottom: -20px;
}
#page_title h2 .font_50 {
    font-size: 2.5rem;
}
}


/*2023-09-15　全ページ余白を詰める修正*/

#con_nav{
    padding-bottom:20px;
}
.top_blog.cms_box {
    padding-top: 30px;
    padding-bottom: 50px;
}
.cms_title{
    margin-bottom:20px;
}
.more{
    margin-top:10px;
}
.con1_txt_wrap{
    padding-bottom:30px;
}
.con2_txt_wrap{
    padding-top:30px;
    padding-bottom:30px;
}
.con3_txt,.con4_txt{
    margin-bottom:20px;
}
#top_contents2{
    margin-bottom:30px;
}
#top_contents3{
    padding-bottom:30px;
    margin-bottom:30px;
    
}
#top_contents3 .con3_box{
    margin-top:0;
}
#top_cms .cms_box{
    padding-bottom:30px;
    margin-bottom:30px;
}
#footer_info{
    padding-top:30px;
}
#footer{
    padding: 20px 50px;
}

.cate_box{
    margin-bottom:10px;
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#top_contents1{
    padding-bottom: 30px;
}
.con1_txt_wrap{
    padding-top: 20px
}
.con2_item{
    margin-bottom: 0;
}
#top_contents3 .con3_box{
    margin-bottom: 20px;    
}
#top_contents3 .con_before{
    display:none;
}
#top_contents3 .con_title {
    padding-bottom: 0;
    margin-bottom: 10px;
    padding-top: 10px;
}
#top_contents3 figure{
    margin-bottom:5px;
}
#footer #logo2{
    margin-bottom: 0;
}
    
}




/*----2024-03-07-個別設定----------*/

#page03 #cms_3-b #cate6 .cate_box:nth-of-type(9) .width_80per{
    margin:20px auto 0 0;
}

/*----2024-03-29-個別設定----------*/
.con_txt span{
    color: #ed7d31;
    font-size:calc(1rem + 6px);
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.con_txt{
    line-height:1.7;
}
.con_txt .check {
    background: url(./Dup/img/check.png) no-repeat top 6px left / 20px;
    margin-bottom: 10px;
}
.con_txt span{
    font-size: calc(1rem + 4px);
}    
.con1_txt .c4{
    letter-spacing: 0px;
}
.con3_txt.con_txt .check.c6{
    background: url(./Dup/img/check.png) no-repeat top 2px left / 20px;
}
.con4_txt.con_txt .check.c9{
    background: url(./Dup/img/check.png) no-repeat top 5px left / 20px;
}
}
#main_img .mainimg{width: 99%;    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}
