﻿@import url('https://fonts.googleapis.com/css2?family=Delius&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700;800&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#ffb1b1;
}
.linkStyle:hover{
	color:#ffb1b1;
	opacity: 0.7;
	transition: all 0.5s;
}

/* color */
.txt_color1{color: #dcf5c4!important;} /* メインカラー */
.txt_color2{color: #ffe6b5!important;} /* サブカラー */
.txt_color3{color: #dcf5c4!important;} /* アクセントカラー1 */
.txt_color4{color: #adf3ff!important;} /* アクセントカラー2 */


/* background-color */
.bg_color1{background-color: #dcf5c4!important;} /* メインカラー */
.bg_color2{background-color: #ffe6b5!important;} /* サブカラー */
.bg_color3{background-color: #dcf5c4!important;} /* アクセントカラー1 */
.bg_color4{background-color: #adf3ff!important;} /* アクセントカラー2 */


/* border-color ※!important */
.border_color1{border-color: #dcf5c4!important;}
.border_color2{border-color: #ffe6b5!important;}
.border_color3{border-color: #dcf5c4!important;}
.border_color4{border-color: #adf3ff!important;}



/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color1:hover{color: #dcf5c4!important;} /* メインカラー */
.hvr_txt_color2:hover{color: #ffe6b5!important;} /* サブカラー */
.hvr_txt_color3:hover{color: #dcf5c4!important;} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #adf3ff!important;} /* アクセントカラー2 */


/* background-color */
.hvr_bg_color1:hover{background-color: #dcf5c4!important;} /* メインカラー */
.hvr_bg_color2:hover{background-color: #ffe6b5!important;} /* サブカラー */
.hvr_bg_color3:hover{background-color: #dcf5c4!important;} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #adf3ff!important;} /* アクセントカラー2 */



/* border-color ※!important */
.hvr_border_color1:hover{border-color: #dcf5c4!important;}
.hvr_border_color2:hover{border-color: #ffe6b5!important;}
.hvr_border_color3:hover{border-color: #dcf5c4!important;}
.hvr_border_color4:hover{border-color: #adf3ff!important;}


.hannari {
    font-weight: bold;
}

/*more_btn*/

.more_btn:hover:before, .more_btn:hover:after {
 display: none;
}

.more_btn {
    background:linear-gradient(to right, rgba(197,244,225,1) 0%, rgba(220,245,196,1) 50%, rgba(255,230,181,1) 100%);
    background-size: 200% auto;
    color: #999999!important;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: 0.5s;
    text-transform: lowercase;
}

.more_btn:hover {
    background-position: right center;
    transition-delay:0s;
}


/* nav */

#logo {
    max-width: 200px!important;
    box-sizing: border-box;
}

#logo img {
    width: 80%;
}

header {
    background-color: rgba(255,255,255,0.8)!important;
}

#pc_nav li, #top_pc_nav li, #footer_nav li {
    max-width: 200px;
}

#top_pc_nav li a {
    font-weight: bold;
    color: #333333!important;
}

#pc_nav li a {
    color: #333333!important;
    font-weight: bold;
}

#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after, #pc_nav li a:hover::after, #top_pc_nav li a:hover::after, #footer_nav li a:hover::after {
    background: #333333;
}

.overlay, .overlay.open {
    background-color: #ffffff;
        background: #ffffff;
}

.overlay .txt_white, .overlay ul li a, #overlay .left li:before, .button_container.active span:nth-of-type(1) {
    color: #333333!important;
}

#overlay .left li {
    max-width: 200px;
}

.button_container span {
    background: #333333;
    color: #333333;
}

.button_container.active .top, .button_container.active .bottom {
    background-color: #333333!important;
}

.button_container span:nth-of-type(1) {
    left: 32px;
    text-transform: lowercase;
}

/* footer */

footer, #footer {
    background-color: #ffffff!important;
}
#footer {
    padding: 30px 20% 0;
}

#footer #footer_con .con_box {
        padding-top: 25px;
}

.return a {
    color: #333333!important;
}

/* ----------　TOP　---------- */

/* main-img */

#main_img .menu {
    width: 60%!important;
    padding: 5%;
    background-color: rgba(255,255,255,0.5);
}

.copy {
    font-size: 50px;
    font-weight: 800;
}

.copy img {
    max-width: 600px;
    
}

.sub-copy {
    font-size: 20px;
}

#main_img:before {
    background-color: none;
}

.vegas-overlay{
    background-image: none!important;
}


/* top */

/*num-line*/

.num {
    font-size: 50px!important;
    position: initial!important;
    transform: translate(0,0)!important;
    line-height: 1.1em;
}

#intro .num {
    color: rgb(255,177,177);
    background: -webkit-linear-gradient(135deg, rgba(255,177,177,1) 0%, rgba(255,204,179,1) 50%, rgba(255,230,181,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

#intro .line:before {
    background: rgb(255,177,177,1);
    background: -webkit-linear-gradient(135deg, rgba(255,177,177,1) 0%, rgba(255,204,179,1) 50%, rgba(255,230,181,1) 100%);
}

#contents1 .num {
    color: rgb(255,230,181);
    background: -webkit-linear-gradient(35deg, rgba(255,230,181,1) 0%, rgba(237,238,189,1) 50%, rgba(220,245,196,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

#contents1 .line:before {
    background: rgb(255,230,181);
    background: linear-gradient(135deg, rgba(255,230,181,1) 0%, rgba(237,238,189,1) 50%, rgba(220,245,196,1) 100%);
}

#contents2 .num {
    color: rgb(197,244,225);
    background: -webkit-linear-gradient(135deg, rgba(220,245,196,1) 0%, rgba(209,245,210,1) 50%, rgba(197,244,225,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

#contents2 .line:before {
    background: rgb(197,244,225);
    background: -webkit-linear-gradient(135deg, rgba(220,245,196,1) 0%, rgba(209,245,210,1) 50%, rgba(197,244,225,1) 100%);
}

#contents3 .num {
    color: rgb(197,244,225);
    background: -webkit-linear-gradient(35deg, rgba(173,243,255,1) 0%, rgba(187,208,247,1) 50%, rgba(201,173,240,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

#contents3 .line:before {
    background: rgb(173,243,255);
background: linear-gradient(135deg, rgba(173,243,255,1) 0%, rgba(187,208,247,1) 50%, rgba(201,173,240,1) 100%);
}

/*num-lineここまで*/

.back1:before, .back2:before {
    display: none;
}

.back1 {
    padding-top: 0!important;
}

#intro {
    background-image: url('/Dup/img/intro-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
    padding: 5%;
}

#intro_wrap {
    background-color: rgba(255,255,255,0.9);
    padding-top: 6%;
    padding-bottom: 6%;
}

#contents1 figure{
    box-shadow: 20px 20px rgb(255 230 181);
}

#contents2 {
    padding-bottom: 150px;
}

#contents2 .con_img {
    box-shadow: -20px 20px rgb(220 245 196);
}
#contents2 .con_img img {
    transform: translate(-40%,-50%);
}


#contents3_wrap:after {
    display: none;
}

#contents3 {
    padding: 5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 0px!important;
}

#contents3 .con_box {
    background-color: rgba(255,255,255,0.9);
}

.con3-ul {
    row-gap: 45px;
    margin-top: 25px;

}

.con3-ul li {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
    width: 33%;
}

.con3-ul li img {
    max-height: 100px;
    width: auto;
}

/* top-cms */

#top_cms.back1:before {
height: 100%;
    display: block;
    background-color: #ffe6b5;
    z-index: -1;
    opacity: 0.1;
}

.line-l:before {
    display: none;
}

.top_cms_box .cms_title p {
    display: none;
}

.top_cms_box .cms_title h3 {
  position: relative;
  text-align: center;
  padding: 15px 15px;/*横の大きさ*/
  color: #333;/*文字色*/
  width: auto;
  margin: 0 auto;
  font-weight: bold;

}

.cms_2-c .cate_box {
    padding-top: 0;
}



/* ----------　下層ページ　---------- */

#page_title .page_title_box {
    background: rgb(197,244,225);
    background: -webkit-linear-gradient(135deg, rgba(220,245,196,1) 0%, rgba(209,245,210,1) 50%, rgba(197,244,225,1) 100%);
}

#page_title .page_title_box p, #page_title .page_title_box h2 {
    color: #666666!important;
}

.cate_list {
    text-align: center;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.cate_list li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #dcf5c4!important;
    color: #333333;
    padding-right: 20px;
    padding-left: 40px;
    padding: 10px;
    transition: all 0.3s;
}

.cate_list li a:hover {
    background-color: #ffe6b5!important;
}

.pager {
    width: 100%;
    max-width: 600px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 50px;
}

.pager li {
    width: 14.285%!important;
    box-sizing: border-box;
        margin-right: 10px;
        text-align: center;
}

.pager li a {
    background-color: #dcf5c4!important;
    color: #333333;
    transition: all 0.3s;
    padding: 10px;
    display: block;
}

.pager li a span i {
    color: #333333!important;
}

.pager li a:hover {
    background-color: #ffe6b5!important;
}

#cms_2-h .box_title1:before{
        background-color: #ffe6b5!important;
        height: 2px;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

#page10 .more_btn span {
    color: #999999!important;
}


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#logo {
    max-width: 200px!important;
}
    
#footer {
    padding: 30px 10% 0;
}
    
.con3-ul li {
    width: 45%;
}
    
.page_title_box h2{
    font-size: 25px;
}

#page_title .page_title_box {
    top: 60%;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#logo {
    max-width: 150px!important;
}
    
    #main_img .menu {
    width: 80%!important;
    padding: 15% 5%;
}
    
    .num {
        font-size: 30px!important;
        margin-top: 10px;
    }
    
    #contents1 .line:before, #contents2 .line:before  {
        left: 0;
        right: 0;
        margin: auto;
    }
    
    #intro .hannari, #contents1 .hannari, #contents2 .hannari, #contents3 .hannari {
        font-size: 18px;
    }
    
    #contents2 .con_img img {
    transform: translate(-50%,-50%);
}
    
    #contents3 {
        padding: 2%;
    }
    
.con3-ul li {
    width: 80%;
}

.top_cms_box .cate_box .box_txt1 {
    margin-top: 15px;
    margin-bottom: 15px;
}


#page_title .page_title_box {
    padding: 15px;
    width: 70%;
}

.page_title_box h2{
    font-size: 18px;
}
    
.pager {
    width: 100%;
    max-width: 600px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 50px;
}

.pager li {
        width: 33.333%!important;
        margin-right: 16.66667%;
        text-align: center;
        display: none;
}

.pager .prev {
    display: block!important;
}

.pager li a {
    background-color: #dcf5c4!important;
    color: #333333;
    transition: all 0.3s;
    padding: 10px;
    display: block;
}

.pager li a:hover {
    background-color: #ffe6b5!important;
}
    
}