﻿/* all page */
/* color */
.txt_color1{color: #022c80;} /* メインカラー */
.txt_color2{color: #fff;} /* サブカラー */
.txt_color3{color: #b5b5b5;} /* アクセントカラー1 */
.txt_color4{color: #f6f5ee;} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #022c80;} /* メインカラー */
.bg_color2{background-color: #fff;} /* サブカラー */
.bg_color3{background-color: #999999;} /* アクセントカラー1 */
.bg_color4{background-color: #f6f5ee;} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #022c80;}
.border_color2{border-color: #fff;}
.border_color3{border-color: #787878;}
.border_color4{border-color: #f6f5ee;}

.hvr_bg_color1:hover {background-color: #022c80;}

.linkStyle{
    color: #333;
    text-decoration: underline;
}

/* fonts */
#main .main_box.animStart h2, .catch_txt h2, #contents .box .box_item h2, #page_title, .cate_list li a, .cate_list li .cate_no, .cate_title, .sub_cate_title, .box_title, .box_title1, a[href^="tel:"] {
    font-family: "Shippori Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.g-menu {
    background: rgba(2,44,128,0.85)!important;
}

/* top ----------------*/
.back_color {
    background: linear-gradient(rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.35) 100%);
}

/* header */
#header {
    background-color: rgba(2,44,128,0.7);
}
.clone-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}
.clone-nav .logo {
    max-width: 200px;
}

/* main img */
#main .main_box, #main .sns_link {
    z-index: 2;
}
#main .main_box h1.logo {
    max-width: 400px;
}
#main .cms_img1 {
    position: relative;
}
#main .cms_img1::before {
    content: "";
	background-image: url("./Dup/img/screen.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.5;
}
#main .cms_img1::after {
    content: "";
	background-color: #b5eeff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.3;
}
#main .main_box.animStart h2 {
    color: #fff;
    font-size: calc(1rem + 20px);
    line-height: 1;
}

/* main */

/* intro */
.catch_txt{
	color: #000;
	background-color: rgba(255,255,255,0.5);
}
.catch_txt h2 {
    color: #022c80;
    font-weight: bold;
    font-size: calc(1rem + 10px);
}

/* contents */
#contents .box .box_item:before {
    background: rgba(2,44,128,0.5)!important;
}
#contents .box .box_item h2 {
    font-weight: bold;
    font-size: calc(1rem + 10px);
}
#contents .box .box_item:before {
    background-color: rgba(255,255,255,0.75);
}
#contents .box .box_item:after {
    background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #022c80 50.5%) no-repeat top left/100% 100%;
}

/* topcms */


/* footer */
.shop_info .info::before, .shop_info .contact::before, footer::before {
    content: "";
	background-image: url("./Dup/img/screen.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
}
#p-top_wrap{
	position: relative;
}
.f_info_wrap{
    width: 60%;
}


/* under page */
#page_title:before {
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #022c80 50.5%) no-repeat top left/100% 100%;
}
#page_title .page_title_box p{
    color: #022c80;
}
.content_wrap {
    background-color: #fff;
}
.cate_list li a {
    background-color: #ccc;
}

/* cms1 */

/* cms2 */
#cms_2-a .box_item .box_title1{
    font-weight: bold;
}

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* IE */
@media all and (-ms-high-contrast: none){
    .pager li a span{
        padding-top: 15px;
    }
    #cms_2-a .cate .cate_title, #cms_2-b .cate .cate_title{
        padding-top: 10px!important;
    }
    #cms_6-b .cate .cate_title{
        padding: 10px!important;
    }
    
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    #video video{
        width: auto!important;
        height: 100vh;
    }
    #main .main_box.animStart h2 {
        font-size: calc(1rem + 14px);
    }
    #contents .box .box_item:before {
        background-color: rgba(255,255,255,0.8);
    }
    .shop_info.more a{
        padding: 15px 0;
    }
    .shop_info.more a:first-of-type:before, .shop_info.more a:last-child:before{
        display: none;
    }
    .f_info_wrap {
        width: 90%;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #contents .box .box_item:after{
        background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #022c80 50.5%) no-repeat top left/100% 100%;
    }
    .shop_info h2{
        font-size: calc(1rem + 12px);
    }
    #footer .logo{
        max-width: 250px;
        text-align: center;
        margin: 20px auto;
    }
    #page_title .page_title_box p:first-of-type {
        font-size: calc(1rem + 13px);
    }
    .cate_list li a {
        text-align: center;
    }
    .page10 .more a {
        font-size: 17px;
    }
    .page10 .more a:after {
        width: 10%;
    }
    .page2 .content_wrap {
        padding-bottom: 100px;
    }
    
}



