@charset "UTF-8";

/* ////////////////////////////////////////
    header
//////////////////////////////////////// */

.page-header{
    position: relative;
}
.header-outer{
    position: fixed;
    top: 0;
    left: 0;
    background: #81d8d0;
    z-index: 9;
    box-shadow: 0px 0px 15px -5px #777777;
    cursor: pointer;
}
.header-inner{
    padding: 1.8em 2em;
}
.header-btn{
    width: 40px;
    height: 25px;
    position: relative;
    cursor: pointer;
}
.header-btn span{
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: top 0.3s, bottom 0.3s;
}
.header-btn span.line-1{
    top: 0;
}
.header-outer:hover .header-btn span.line-1{
    top: 3px;
}
.header-btn span.line-2{
    top: 50%;
    transform: translateY(-50%);
}
.header-btn span.line-3{
    bottom: 0;
}
.header-outer:hover .header-btn span.line-3{
    bottom: 3px;
}
.header-close-btn{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 25px;
    cursor: pointer;
}
.header-close-btn span{
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #ff8792;
    position: absolute;
    left: 0;
    top: 10px;
    transition: transform 0.3s;
}
.header-close-btn span.line-1{
    transform: rotate(45deg);
}
.header-close-btn:hover span.line-1{
    transform: rotate(30deg);
}
.header-close-btn span.line-2{
    transform: rotate(-45deg);
}
.header-close-btn:hover span.line-2{
    transform: rotate(-30deg);
}

.header-nav{
    position: fixed;
    top: 0;
    left: -100%;
    background: #ffebeb;
    height: 100%;
    z-index: 11;
    padding: 2%;
    box-sizing: border-box;
    max-width: 25vw;
    transition: left 0.4s ease;
}
.header-nav.active{
    left: 0;
}
.header-nav h1{
    width: 80%;
    margin: 30px auto 0;
}
.header-nav h1 img{
    width: 100%;
}

.nav-list{
    margin-top: 10%;
}
.nav-list a{
    display: block;
    padding: 0.8em 1em;
    font-size: 1.1em;
    border-bottom: 1px dotted #c1c1c1;
    color: #000;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}
.nav-list > li:last-child a{
    border-bottom: none;
}
.nav-list a:after{
    content: "≫";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: #ff8792;
    font-size: 1.4em;
    transition: right 0.3s;
}
.nav-list a:hover:after{
    right: 0.7em;
}
.nav-list a.ac-menu:hover:after{
    right: 1em;
}
.nav-list a.ac-menu:after{
    content: "+";
}
.nav-list a.ac-menu.active:after{
    content: "ー";
    font-size: 1em;
    right: 1.3em;
}

.nav-list .ac-list{
    display: none;
}

.header-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 10;
    display: none;
    cursor: pointer;
}

/* ////////////////////////////////////////
    footer
//////////////////////////////////////// */

footer a {
    color: #fff;
}
.page .page-footer {
    background-color: #5fc6c5;
}  
.page .page-footer .list-dividers > li + li:before {
    border-color: #ffffff;
}
.text-muted {
    color: #fff;
}
.divider-jumbo {
    border-color: #fff;
}

/* ////////////////////////////////////////
    .contact-wrap
//////////////////////////////////////// */

.contact-wrap{
    max-width: 900px;
    margin: 50px auto 0;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    border: 3px solid #e7e7e7;
}
.contact-wrap .contact-title{
    background: #fff;
    color: #f27d84;
    padding: 15px 0;
    font-size: 1.5em;
    border-bottom: 1px solid #f27d84;
    font-weight: 600;
}
.contact-wrap .contact-text{
    padding: 25px 0 25px;
}
.contact-wrap .contact-read{
    font-size: 1.2em;
}
.contact-wrap .contact-number{
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 5px;
    color: #696969;
}
.contact-wrap a{
    display: inline-block;
    border: 1px solid #f27d84;
    background: #f27d84;
    line-height: 1;
    padding: 0.8em 3em;
    font-size: 1.2em;
    border-radius: 50px;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
    transition: all 0.4s;
}
.contact-wrap a:hover{
    background: none;
    color: #f27d84;
}

/* ////////////////////////////////////////
    .page-content
//////////////////////////////////////// */

.page-content{
    background: #f2fbf5;
}

/* ////////////////////////////////////////
    category
//////////////////////////////////////// */

.product-price {
    color: #36a999;
}
.single_page_read_title {
    font-size: 14px;
    color: #000;
    background-color: #F4DCD7;
    line-height: 1.8em;
    padding-left: 5px;
    border-bottom: thin dotted #A00;
}

/* ////////////////////////////////////////
    #cate-item-wrap
//////////////////////////////////////// */

.cate-item{
    display: none;
}
.cate-item.show-item{
    display: block;
}
.owl-carousel .blog-post{
    margin: 0 15px;
}
.sub_title_black {
    font-size: 16px;
    color: #000000;
}

/* ////////////////////////////////////////
    .pagination
//////////////////////////////////////// */

.pagination > li.active > a {
    color: #36a999;
}
.pagination > .active > a, 
.pagination > .active > a:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span, 
.pagination > .active > span:hover, 
.pagination > .active > span:focus {
    background-color: #36a999;
    border-color: #36a999;
}
.pagination > li > a, 
.pagination > li > span {
    color: #36a999;
    background: none;
}

/* ////////////////////////////////////////
    Q&A
//////////////////////////////////////// */

.other_page_read_title_box {
	color: #770000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px dotted #777;
}
.about_mituya_page_read_title_box {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px dotted #777;
	background-image: url(../images/about_mitsuya_flame.jpg);
	padding-left: 8px;
	font-style: italic;
}
.other_page_read {
	font-family: "メイリオ";
	font-size: 14px;
	color: #444;
	text-align: justify;
	line-height: 1.7em;
}
.about_mitsuya_sub_title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: x-large;
	color: #770000;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 10px;
}
.about_mitsuya_sub_title_read {
	font-family: "メイリオ";
	font-size: 16px;
	line-height: 1.6em;
	color: #222;
	font-weight: bold;
	text-align: justify;
}
.product_name_small {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: medium;
	color: #222;
	display: block;
}

.faq_icon_box {
	clear: both;
	float: left;
}
.faq_q_read {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	color: #770000;
	background-repeat: no-repeat;
	/*line-height: 5em;*/
	clear: none;
	display: flex;
	-ms-display: flex;
	-webkit-display: flex;
	margin-top: 25px;
	margin-bottom: 15px;
	height: auto;
}
.faq_a_read {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	color: #444444;
	background-repeat: no-repeat;
	/*line-height: 3em;*/
	display:flex;
	-ms-display:flex;
	-webkit-display:flex;
}
.faq_q_txst {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	color: #700;
	/*line-height: 1.2em;*/
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
}
.faq_a_txst {
	font-family: "メイリオ";
	font-size: 16px;
	/*line-height: 1.2em;*/
	color: #444;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
}

/* ////////////////////////////////////////
    Prowig
//////////////////////////////////////// */

.page .video-wrap{
    background: #000;
    width: 100%;
    margin-top: 30px;
}
.page .video-wrap video{
    margin: 0 auto;
    display: block;
    /*max-width: 200px;*/
    width: 100%;
}

/* ////////////////////////////////////////
    Lian
//////////////////////////////////////// */

.page.lian .page-content {
    background: #fff6fb;
}
.page.lian .product-price {
    color: #ec62a7;
}

@media (min-width: 640px) {
    
    .top-main-lian{
        min-height: 400px;
    }   
    
}

@media (max-width: 640px) {
    
    main.page-content .inner{
        width: 95%;
    }
    .page-content {
        padding-top: 90px;
    }
    
    /* ////////////////////////////////////////
        header
    //////////////////////////////////////// */
    
    .header-nav{
        max-width: 70vw;
    }
    .nav-list a{
        font-size: 0.9em;
    }
    
    
    #cate-item-wrap{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cate-item.show-item {
        display: block;
        width: 50%;
        margin-top: 0;
    }
    .cate-item p.big{
        font-size: 11px;
    }
    .cate-item .product-price h3 {
        font-size: 15px;
    }
    .sub_title_black {
        font-size: 11px;
    }
    
}


