﻿/* -----------------------------------------------　all　---------------------------------------------------- */

/*--------posi_rel--------*/
/*装飾に便利なposi_rel*/
#contents_box,#contents1,#contents2,#contents3,#contents,.con1_outer, .con2_outer, .con3_outer,.img5, .img6, .img7,div#left,div#right,div#intro_wrap,#contents2_wrap,#cms_3-b.cate_list,footer{position: relative;}
/*装飾に便利なposi_rel*/
/*装飾に便利な疑似クラス設定*/
#cms_3-b.cate_list::before,#cms_3-b.cate_list::after{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}

.fix_banner a {
        background-color: #00B900;
}

div#footer {
        background: #faf7e8;
}

.f_logo {
        background: #fdf5ce !important;
        border-top: solid 2px #faf7e8;
}
/* -----------------------------　ボディ　------------------------------------- */

/* ----------　フォント　---------- */
.loader_txt,#header li a, .more_item, .cms_title h2, #catch h2, #question h2, #contents h2, #contents .box h3, #top_cms .cms_title h2, #page_title h2,.footer_con,.footer_line {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* CSS Document */
/* color */
body,.txt_color_nomal{color: #333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #333333;} /* メインカラー */
.txt_color2{color: #efefef;} /* サブカラー */
.txt_color3{color: #e72a23;} /* アクセントカラー1 */
.txt_color4{color: #f6f5ee;} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white;} /* 白背景 */
.bg_black{background-color: black;} /* 黒背景 */
.bg_color1 {background-color: #ea663d;}
.bg_color2 {background-color: #faf7e8;}/*背景*/
.bg_color3 {
        background-color: #ea663d;
}
.bg_color4{background-color: #f7f6dc;} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important;}


/* border-color ※!important */
.border_color1 {border-color: #ea663d;}/*点線*/
.border_color3 {border-color: #e72a23;}/*枠上線*/
.border_color4 {border-color: #ea663d;}/*下線*/

/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #000;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover {color: #e72a23;} /* メインカラー */
.hvr_txt_color2:hover{color: #efefef;} /* サブカラー */
.hvr_txt_color3:hover {color: #ffffff;} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #f7f6dc;} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.hvr_bg_color1:hover,.hvr_bg_color2:hover,.hvr_bg_color3:hover {background-color: #ea663d;}
.hvr_bg_color4:hover{background-color: #f7f6dc;} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important;}


.sub_title,.sub_title,p.sub_title {
    color: #e72a23;
}


/* ----------　more_box　---------- */
.more_box {
    background-color: #e72024!important;
}

.more_txt1{color: #fff;}

.more_txt2 {
        color: #333;
}

.box_txt2{
    color: #444443;;
}

.footer_tel{
    background-color: #00B900;
}

/* ----------　link　---------- */
.linkStyle{
	color:#e72a23;
	opacity: 0.8;
}
.linkStyle:hover {
        opacity: 0.3;
        transition: all 0.5s;
}

/* ----------　menu　---------- */

/* ----------　header　---------- */

header ul li a:hover {opacity: 0.6;}

header {
    background-color: #e7472391;
}

.menu a{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.menu li{
    -webkit-transform: rotate(0.02deg);
    transform: rotate(0.03deg);
}


#contents .box .box_item:before {pointer-events: none;}

.fix_banner {
    width: 100%;
    max-width: 320px;
    position: fixed;
    right: 70px;
    bottom: 15px;
    z-index: 5;
}

.more_item::before {
    content: "";
    width: 40px;
    height: 2px;
    background: white;
    top: 50%;
    left: 20px;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
    transition: background 0.3s linear,width 0.3s linear,transform 0.3s linear;
}

.more_item:hover{
    opacity: 0.7;
}

.more_item .text {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 20px;
    display: block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
}

.hover {
        background-color: #fff;
        position: relative;
        border: 2px solid white;
        width: 200px;
        height: 200px;
        margin-top: -102px;
        left: -250px;
        transition: .3s;
        transform: rotate(20deg);
}

/* -----------------------------------------------　TOP　---------------------------------------------------- */
.catch {
    max-width: 800px;
    right: 3%;
    bottom: 20%;
}

.catch {width: 50%;}

.marker {
        background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
        background: -o-linear-gradient(transparent 60%, #ff6 60%);
        background: linear-gradient(transparent 60%, #ff60 60%);
}
/* ----------　モーダル　---------- */

html.modalset{
	overflow: hidden;
}
.modal{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.modal-wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.modal-wrap::-webkit-scrollbar {
	display: none;
}
.modal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.modal-bg{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
.modal-box{
	width: 90%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.modal-box:before{
	content: "";
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 10%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 1;
}
.modal-box .inner{
	background: #fff;
	max-height: 500px;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modal-box .inner::-webkit-scrollbar {
	display:none;
}
.modal-box .inner > :first-child {
	margin-top: 0;
}

.modal-box .modal-close{
	cursor: pointer;
	position: absolute;
    top: 0;
    right: 0;
}
.modal-box .modal-close span{
	display: block;
	width: 50px;/*枠の大きさ*/
	height: 50px;/*枠の大きさ*/
	position: relative;
}

.modal-box .modal-close span::before, .modal-box .modal-close span::after{
	content: "";
	display: block;
	width: 100%;/*バツ線の長さ*/
	height: 2px;/*バツ線の太さ*/
	background: #000;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: calc(14% - 1px);
	left: 14%;
}

.modal-box .modal-close span::after{
	transform: rotate(-45deg);
	transform-origin:100% 50%;
	left: auto;
	right: 14%;
}
.modal-open span{cursor: pointer;}

.modal_title_wrap{
	top: 0;
	left: 0;
}
.modal_title1{padding-top: 60px;}

.modal_title1:before{
	content: "";
	display: block;
	background-color: #666; 
	width: 1px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 2px;
}
.modal_title1 span{
	transform: rotate(90deg);
	display: block;
	line-height: 1;
}

/* ----------　more .more_item　---------- */
span.more_item {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

span.more_item:hover {
    opacity: 0.7;
    border: none;
}


.modal-open.more {
    background-color: #fff1ab;
    border: solid 2px #f5e7a3;
    border-radius: 50px;
    transition: 0.3s;
}

.modal-open.more:hover{
    background-color: #f5e7a3;
    color: #f9e74b;

}

footer .footer_con_box a:hover {
    letter-spacing: 8px;
    border: none;
}

.pager li {margin-right: 10px;}

.pager li:last-of-type {margin-right: 0px;}

li.grid_1.grid_2_tb.grid_4_sp {
        margin: 0 10px 0 0;
}
/* -----------------------------------------------　下層ページ　--------------------------------------------- */

.precautions {
     font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin-bottom: 3%;
}

.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before{
background-color: #faf7e8;
color: #333;
}

.BA_type2 .box_img1_wrap, .BA_type2 .box_img2_wrap {
	width: 48%!important;
	margin: 0 1%;
}
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before {
        position: absolute;
        content: "Before";
        width: 121px;
        background-color: #e72a23;
        color: #fff;
        text-align: center;
        display: block;
        left: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 4px 0px;
        box-sizing: border-box;
}

.BA_type2 .box_img2_wrap::before {
    content: "After";
    background-color: #ea663d;
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before{
	width: 76px;
	font-size: 13px;
}
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before{padding: 1px 0px;}
}
/* ----------　店舗情報　---------- */

/* ----------　お問い合わせ　---------- */
#tel_contact {
    max-width: 900px;
    margin: 0 auto;
}

.con_box {
    max-width: 950px;
    margin: 0px auto;
    padding-bottom: 20px;
}

.left,.right{
    padding: 1%;
}

/* ----------　プライバシーポリシー　---------- */

/* ----------　サイトマップ　---------- */

/* ----------　お問い合わせ　---------- */


/*-------------------------------------------------------1536px以下--------------------------------------------*/
@media screen and (max-width: 1536px){
.cms_link {top: 15%;}

  }

@media screen and (max-width: 1366px){
p#copyright {
    padding-bottom: 80px;
}

  }


/*-------------------------------------------------------タブレット---------------------------------------------*/
@media screen and (max-width: 768px){

.catch {
    width: 60%;
    left: 1%;
    top: 55%;
}

/* モーダル */
.modal_title_wrap{
    left: -35px;
}

}

/*-------------------------------------------------------スマホ-------------------------------------------------*/
@media screen and (max-width: 667px){

#page_title {
        margin-top: 67px;
        height: 200px;
}

header .logo, header .logo img,.all_page header .logo img { height: 65px!important;}

.header {
        margin: -6px auto;
}

header.clone-nav {
        height: 7%;
}

#nav_menu {
        top: 2px;
}

.main_img_wrap {margin-top:75px;}

.main_img {
    height: 50vh!important;
    width: 100%;
}

.cms_link {
    display: none;
}

.catch {
    width: 70%;
    left: 2%;
    top: 64%;
}
    
/* モーダル */
.modal-box .inner{
		max-height:450px;
	}
.modal-box{
    width: 100%;top: 5%;
}
.modal-box:before{
		height: 5%;
	}
.modal_title_wrap{
    left: -20px;
}
    
.fix_banner {
    width: 70%;
    bottom: 10px;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}    
    
 .fix_banner .more_item .text {
    font-size: 14px;
}   

.more_item::before {
        left: 15px;
}


.page-top {
        right: 5px;
        bottom: 10px;
}  
    
.page-top a {
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
}
    
    
    
    
    
}