@charset "utf-8";
/* --------------------------------
    Theme CSS for EC-CUBE 3
-------------------------------- */
@import "//cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/todc-bootstrap/3.3.6-3.3.6/css/bootstrap.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/todc-bootstrap/3.3.6-3.3.6/css/todc-bootstrap.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css";
/* --------------------------------
    Common
-------------------------------- */
/****** Base Layout Setting ********/
#header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
#contents {
/*
    background: #fff;
*/
}
/****** Header Setting ********/
/****** Side Setting ********/
/****** Footer Setting ********/
/****** Effect Setting ********/
/****** Each BlockParts Setting ********/
/* cart area */
#cart_area {
    width: 100%;
    position: absolute;
    right: 0; top: 0;
    z-index: 11;
}
#cart_area p {
    margin: 0;
}
#cart_area p.cart-trigger {
    position: absolute;
    right: 65px;
}
#cart .inner {
    background: #f3f3f3;
}
/* search area */
/* --------------------------------
    Top Page
-------------------------------- */
.front_page a:hover img {
    opacity: 0.8;
}
.front_page #contents .row > div {
    padding-bottom: 8px;
}
.front_page #contents .row.no-padding > div {
    padding-bottom: 0;
}
/* Comment Area */
.front_page .comment_area h4 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 2px;
}
.front_page .comment_area h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
}
.front_page .comment_area p {
    margin: 10px 0 15px;
}
/* Item List */
.front_page .item_comment {
    color: #444;
}
.front_page .item a {
    padding-bottom: 0;
}
.front_page .item a:hover {
    opacity: 0.8;
}
.front_page .item a:hover img {
    opacity: 1;
}
.front_page #contents_top .item_comment {
    color: #525263;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
}
.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
    color: #9a947e;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.front_page .more_link.text-warning {
    font-weight: bold;
    color: #9A947E;
}
#product_tag_box{
	height: 20px;
}
.new-tag{
	background: #31925c;
	margin-bottom: -10px;
}
/* news_area */
/* txt_bnr */
.item_gallery {
    clear: both;
}
/* --------------------------------
    Detail Page
-------------------------------- */
/* Slider */
.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Arrow */
.slick_prev,
.slick_next {
    font-size: 18px;
    font-size: 1.8rem;
    width: 40px; height: 40px;
    line-height: 40px;
}
/* Dots */
.slick-slider {
    margin-bottom: 40px;
}
.slider-nav .item{
	margin: 0 5px;
	border: 1px solid #c7c4c4;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    content:" ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}
.slick-dots li button.thumbnail img {
    width: 0; height: 0;
}
#item_photo_area .slick-slide {
    text-align: center;
}
#item_photo_area .slick-slide img {
    display: inline-block;
}
/******************************
    Media Query
*******************************/
@media only screen and (max-width: 767px) {
    /* --------- common ---------- */
    /****** Header Setting ********/
    /****** Side Setting ********/
    /****** Effect Setting ********/
    /****** choose, products list ********/
    .sp-left {
        text-align: left;
    }
}
@media only screen and (min-width: 768px) {
    /* --------- common ---------- */
    /****** Header Setting ********/
    /****** Layout ********/
    /* header */
    #header .header_logo_area {
        float: left;
        margin-right: 265px;
    }
    #header #drawer #search {
        position: relative;
    }
    #search {
        background: none;
        padding: 0;
    }
    #member {
        float: right;
    }
    .member ul li {
        display: inline-block;
    }
    /****** Side Setting ********/
    /****** Footer Setting ********/
    /****** Each BlockParts Setting ********/
    /* search area */
    #search select {
        width: auto;
        max-width: 180px;
    }
    /* cart */
    #cart .inner {
        position: absolute;
        right: 0; top: 0;
    }
    #cart_area {
        top: 0; right: 16px;
    }
    #cart_area p {
        border: 1px solid #D9D9D9;
        float: right;
        min-width: 256px;
    }
    #cart_area p.cart-trigger {
        position: relative;
        right: 0;
    }
    #cart_area .inner {
        min-width: 256px;
    }
    #cart_area .cart_price {
        font-size: 12px;
    }
    #cart_area .cart_price .price {
        font-size: 16px;
    }
    /* --------------------------------
        Top Page
    -------------------------------- */
    .front_page #contents .row {
        padding-bottom: 0px;
    }
    /* Comment Area */
    .front_page .comment_area h4 {
        font-size: 32px;
        font-size: 3.2rem;
        margin: 0 0 8px;
    }
    .front_page .comment_area h5 {
        font-size: 20px;
        font-size: 2rem;
    }
    .front_page .comment_area p {
        font-size: 20px;
        font-size: 2rem;
        margin: 24px 0 24px;
    }
    /* news_area */
    .news_contents {
        padding: 0 16px 0 0;
    }
    #news_area .heading01 {
        padding: 16px;
        text-align: left;
    }
    #news_area {
        margin-bottom: 32px;
    }
    /* txt_bnr */
    .txt_bnr_area {
        padding-left: 16px;
    }
    .txt_bnr {
        margin:0 0 16px;
    }
    /* --------------------------------
        Detail Page
    -------------------------------- */
    #item_photo_area .slick-dots {
        margin: 0;
        position: relative;
        bottom: 0;
    }
    #item_photo_area .slick-dots::after {
        content: "";
        display: table;
        clear: both;
    }
    #item_photo_area .slick-dots li {
        width: 33.33333333%; height: auto;
        padding: 16px;
        margin: 0;
        float: left;
    }
    .slick-dots li button.thumbnail {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .slick-dots li button.thumbnail > * {
        vertical-align: middle;
        display: inline-block;
    }
    .slick-dots li button.thumbnail img {
        width: 100%;
        height: auto;
        opacity: 0.8;
    }
    .slick-dots li button.thumbnail{
        width: 100px;
        height: 100px;
        display: block;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
    }
    .slick-dots li button.thumbnail > *{
        vertical-align: middle;
        display: inline-block;
    }
    .slick-dots li button.thumbnail:before{
        content: "";
        height: 100%;
        vertical-align: middle;
        width: 0px;
        display: inline-block;
    }
    .slick-dots li button.thumbnail:hover img,
    .slick-dots li.slick-active button.thumbnail img {
        opacity: 1;
    }
    .slick-dots li button.thumbnail::before {
        display: none;
    }
}
/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}
.extra-form {
  margin: 10px 0;
}
.mt00{margin-top:0px !important;}.mt05{margin-top:5px !important;}.mt10{margin-top:10px !important;}.mt15{margin-top:15px !important;}.mt20{margin-top:20px !important;}.mt25{margin-top:25px !important;}.mt30{margin-top:30px !important;}.mt35{margin-top:35px !important;}.mt40{margin-top:40px !important;}.mt45{margin-top:45px !important;}.mt50{margin-top:50px !important;}.mt55{margin-top:55px !important;}.mt60{margin-top:60px !important;}.mt65{margin-top:65px !important;}.mt70{margin-top:70px !important;}.mt75{margin-top:75px !important;}.mt80{margin-top:80px !important;}.mt85{margin-top:85px !important;}.mt90{margin-top:90px !important;}.mt95{margin-top:95px !important;}.mt100{margin-top:100px !important;}.mt200{margin-top:200px !important;}.mt300{margin-top:300px !important;}
.mr05{margin-right:5px !important;}.mr10{margin-right:10px !important;}.mr15{margin-right:15px !important;}.mr20{margin-right:20px !important;}.mr25{margin-right:25px !important;}.mr30{margin-right:30px !important;}.mr35{margin-right:35px !important;}.mr40{margin-right:40px !important;}.mr45{margin-right:45px !important;}.mr50{margin-right:50px !important;}.mr55{margin-right:55px !important;}.mr60{margin-right:60px !important;}.mr65{margin-right:65px !important;}.mr70{margin-right:70px !important;}.mr75{margin-right:75px !important;}.mr80{margin-right:80px !important;}.mr85{margin-right:85px !important;}.mr90{margin-right:90px !important;}.mr95{margin-right:95px !important;}.mr100{margin-right:100px !important;}
.ml05{margin-left:5px !important;}.ml10{margin-left:10px !important;}.ml15{margin-left:15px !important;}.ml20{margin-left:20px !important;}.ml25{margin-left:25px !important;}.ml30{margin-left:30px !important;}.ml35{margin-left:30px !important;}.ml40{margin-left:40px !important;}.ml45{margin-left:45px !important;}.ml50{margin-left:50px !important;}.ml55{margin-left:55px !important;}.ml60{margin-left:60px !important;}.ml65{margin-left:65px !important;}.ml70{margin-left:70px !important;}.ml75{margin-left:75px !important;}.ml80{margin-left:80px !important;}.ml85{margin-left:85px !important;}.ml90{margin-left:90px !important;}.ml95{margin-left: 95px !important;}.ml100{margin-left:100px !important;}.ml200{margin-left:200px !important;}
.mb00{margin-bottom:0px !important;}.mb0{margin-bottom: 0px !important;}.mb05{margin-bottom:5px !important;}.mb10{margin-bottom:10px !important;}.mb15{margin-bottom:15px !important;}.mb20{margin-bottom:20px !important;}.mb25{margin-bottom:25px !important;}.mb30{margin-bottom:30px !important;}.mb35{margin-bottom:35px !important;}.mb40{margin-bottom:40px !important;}.mb45{margin-bottom:45px !important;}.mb50{margin-bottom:50px !important;}.mb55{margin-bottom:55px !important;}.mb60{margin-bottom:60px !important;}.mb65{margin-bottom:65px !important;}.mb70{margin-bottom:70px !important;}.mb75{margin-bottom:75px !important;}.mb80{margin-bottom:80px !important;}.mb85{margin-bottom:85px !important;}.mb90{margin-bottom:90px !important;}.mb95{margin-bottom:95px !important;}.mb100{margin-bottom:100px !important;}
.ma00{margin:0  !important;}.ma05{margin:5px !important;}.ma10{margin:10px !important;}.ma15{margin:15px !important;}.ma20{margin:20px !important;}.ma30{margin:30px !important;}.ma40{margin:40px !important;}
.mtm05{margin-top:-5px !important;}.mtm10{margin-top:-10px !important;}.mtm15{margin-top:-15px !important;}.mtm20{margin-top:-20px !important;}.mtm25{margin-top:-25px !important;}.mtm30{margin-top:-30px !important;}.mtm35{margin-top:-35px !important;}.mtm40{margin-top:-40px !important;}.mtm45{margin-top:-45px !important;}.mtm50{margin-top:-50px !important;}
.mrm05{margin-right:-5px !important;}.mrm10{margin-right:-10px !important;}.mrm15{margin-right:-15px !important;}.mrm20{margin-right:-20px !important;}.mrm25{margin-right:-25px !important;}.mrm30{margin-right:-30px !important;}.mrm35{margin-right:-35px !important;}.mrm40{margin-right:-40px !important;}.mrm45{margin-right: -45px !important;}.mrm50{margin-right:-50px !important;}
.mlm05{margin-left:-5px !important;}.mlm10{margin-left:-10px !important;}.mlm15{margin-left:-15px !important;}.mlm20{margin-left:-20px !important;}.mlm25{margin-left: -25px !important;}.mlm30{margin-left:-30px !important;}.mlm35{margin-left:-35px !important;}.mlm40{margin-left:-40px !important;}.mlm45 {margin-left:-45px !important;}.mlm50{margin-left:-50px !important;}
.mbm05{margin-bottom:-5px !important;}.mbm10{margin-bottom:-10px !important;}.mbm15{margin-bottom:-15px !important;}.mbm20{margin-bottom:-20px !important;}.mbm25{margin-bottom:-25px !important;}.mbm30{margin-bottom:-30px !important;}.mbm35{margin-bottom:-35px !important;}.mbm40{margin-bottom:-40px !important;}.mbm45{margin-bottom:-45px !important;}.mbm50{margin-bottom:-50px !important;}
.pt00{padding-top:0px !important;}.pt05{padding-top:5px !important;}.pt10{padding-top:10px !important;}.pt15{padding-top:15px !important;}.pt20{padding-top:20px !important;}.pt30{padding-top:30px !important;}.pt40{padding-top:40px !important;}.pt45{padding-top:45px !important;}.pt50{padding-top:50px !important;}
.pr00{padding-right:0px !important;}.pr05{padding-right:5px !important;}.pr10{padding-right:10px !important;}.pr15{padding-right:15px !important;}.pr20{padding-right:20px !important;}.pr30{padding-right:30px !important;}.pr40{padding-right:40px !important;}.pr45{padding-right:45px !important;}.pr50{padding-right:50px !important;}
.pl00{padding-left:0px !important;}.pl05{padding-left:5px !important;}.pl10{padding-left:10px !important;}.pl15{padding-left:15px !important;}.pl20{padding-left:20px !important;}.pl30{padding-left:30px !important;}.pl40{padding-left:40px !important;}.pl45{padding-left:45px !important;}.pl50{padding-left:50px !important;}
.pb0{padding-bottom: 0px !important;}.pb00{padding-bottom: 0px !important;}.pb05{padding-bottom:5px !important;}.pb10{padding-bottom:10px !important;}.pb15{padding-bottom:15px !important;}.pb20{padding-bottom:20px !important;}.pb30{padding-bottom:30px !important;}.pb40{padding-bottom:40px !important;}.pb45{padding-bottom:45px !important;}.pb50{padding-bottom:50px !important;}
.pa00{padding: 0 !important;}.pa05{padding:5px !important;}.pa10{padding:10px !important;}.pa15{padding:15px !important;}.pa20{padding:20px !important;}.pa30{padding:30px !important;}.pa40{padding:40px !important;}.pa45{padding:45px !important;}.pa50{padding:50px !important;}.pt28{padding-top: 28px;}.pb28{padding-bottom: 28px;}
html {
    font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}
body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "微软雅黑",'SimSun', serif;
    font-weight:normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4446;
    background:#FFF;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    color: #303030;
    text-shadow: rgba(255,255,255,0.05);
    letter-spacing: 0em;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
/*    font-family: 'Hannari', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "微软雅黑",'SimSun', serif;*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "微软雅黑",'SimSun', serif;
    color: #18360c;
    font-weight: 500;
}
a{
    color: #18360c;
}
h4 a.serchTab {
    color: #fff!important;
    font-weight: bold;
    text-shadow: 0 1px rgba(0, 0, 0, .1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    background: #31925c;
    background: -moz-linear-gradient(top, #31925c 0%, #1d7c44 78%, #016026 100%);
    background: -webkit-linear-gradient(top, #31925c 0%, #1d7c44 78%, #016026 100%);
    background: linear-gradient(to bottom, #31925c 0%, #1d7c44 78%, #016026 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#31925c', endColorstr='#016026', GradientType=0 );
    background-repeat: repeat-x;
    border: 1px solid #31925c;
}

#wrapper {
 /* overflow: hidden; */
}

header{
    background: #FFF;
}
.info_area{
	background: #074dea;
/*	background: #c54545;*/
	margin-top: -10px;
	padding: 10px;
	color: white;
	font-weight: bold;
    display:flex; 
    width:100%; 
    position:fixed; 
    z-index:9999;
}

.info_area a, .info_area02 a{
	color: white;
	text-decoration: underline;
}
.site_title {
    margin-top: 10px;
}

.site_title h1 {
    font-size: 1.2rem !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 0;
}
@media only screen and (max-width: 767px){
    .site_title {
        margin-top: 30px;
    }
    .site_title h1 {
        font-size: 1.0rem !important;
    }
}
.navbar .nav-justified > li {
    width: 100% !important;
}
.g_nav{
}
.g_nav .category-top,
.g_nav .category-top_753,
.g_nav .category-top_seijin,
.g_nav .category-top_en,
.g_nav .category-top_ch{
    background: #6BB793;
    border-bottom:1px solid rgba(255,255,255,0.4);
}
.g_nav .category-bottom_753{
    background: #9DD4B9;
}
.g_nav .category-bottom_seijin{
    background: #A95985;
}
.lp_houmongi .g_nav .category-bottom_seijin{
	background: #D0B98D;
}
.g_nav .category-top ul li,
.g_nav .category-top_753 ul li,
.g_nav .category-bottom ul li{
    float: left;
    text-align: center;
    width: 14.2857142857%;
}
.g_nav .category-top_en ul li{
    float: left;
    text-align: center;
    width: 16.6666666667%;
}
.g_nav .category-top_seijin ul li{
    float: left;
    text-align: center;
    width: 25%;
}
.g_nav .category-top_seijin ul.hakama li{
	width: 33.3%;
}
.g_nav .category-bottom_753 ul li,
.g_nav .category-bottom_seijin ul li{
    float: left;
    text-align: center;
    width: 20%;
}
.g_nav .category-top ul li,
.g_nav .category-top_753 ul li,
.g_nav .category-top_seijin ul li,
.g_nav .category-top_en ul li,
.g_nav .category-top_ch ul li,
.g_nav .category-bottom ul li,
.g_nav .category-bottom_753 ul li,
.g_nav .category-bottom_seijin ul li{
    border-left: 1px solid rgba(255,255,255,0.4);
    border-right: 1px solid rgba(255,255,255,0.4);
}
.g_nav .category-top ul.dropdown-menu,
.g_nav .category-top_753 ul.dropdown-menu,
.g_nav .category-top_seijin ul.dropdown-menu,
.g_nav .category-top_en ul.dropdown-menu,
.g_nav .category-top_ch ul.dropdown-menu,
.g_nav .category-bottom ul.dropdown-menu,
.g_nav .category-bottom_753 ul.dropdown-menu,
.g_nav .category-bottom_seijin ul.dropdown-menu{
    padding: 0;
}
.g_nav .category-top ul.dropdown-menu li,
.g_nav .category-top_753 ul.dropdown-menu li,
.g_nav .category-top_seijin ul.dropdown-menu li,
.g_nav .category-top_en ul.dropdown-menu li,
.g_nav .category-top_ch ul.dropdown-menu li,
.g_nav .category-bottom ul.dropdown-menu li,
.g_nav .category-bottom_753 ul.dropdown-menu li,
.g_nav .category-bottom_seijin ul.dropdown-menu li{
    float: block;
    text-align: center;
    width: 100%;
}
.g_nav .category-bottom ul li{
}
.g_nav .category-top ul li + li,
.g_nav .category-top_753 ul li + li,
.g_nav .category-top_seijin ul li + li,
.g_nav .category-top_en ul li + li,
.g_nav .category-top_ch ul li + li,
.g_nav .category-bottom ul li + li,
.g_nav .category-bottom_753 ul li + li,
.g_nav .category-bottom_seijin ul li + li{
    border-left: 0;
    border-right: 1px solid rgba(255,255,255,0.4);
}
.g_nav .category-top ul li a{
    font-size: 1.3rem;
    padding: 10px 5px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.g_nav .category-top_753 ul li a,
.g_nav .category-top_seijin ul li a,
.g_nav .category-top_en ul li a,
.g_nav .category-top_ch ul li a{
    font-size: 1.4rem;
    padding: 10px 5px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.g_nav .category-top_753 ul li a {
    font-size: 1.1rem;
    padding: 10px 5px;
    color: #FFF;
    font-weight: bold;
}

@media (max-width: 991px){
    .g_nav .category-top_753 ul li a {
        font-size: 0.8rem;
        padding: 10px 5px;
        color: #FFF;
        font-weight: bold;
    }
}
.g_nav .category-bottom ul li a{
    font-size: 1.1rem;
    padding: 10px 5px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.1em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    background: #31925c;
    background: -moz-linear-gradient(top,  #31925c 0%, #1d7c44 78%, #016026 100%);
    background: -webkit-linear-gradient(top,  #31925c 0%,#1d7c44 78%,#016026 100%);
    background: linear-gradient(to bottom,  #31925c 0%,#1d7c44 78%,#016026 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31925c', endColorstr='#016026',GradientType=0 );
}
.g_nav .category-bottom_753 ul li a{
    font-size: 1rem;
    padding: 10px 5px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.1em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    background: #31925c;
    background: -moz-linear-gradient(top,  #31925c 0%, #1d7c44 78%, #016026 100%);
    background: -webkit-linear-gradient(top,  #31925c 0%,#1d7c44 78%,#016026 100%);
    background: linear-gradient(to bottom,  #31925c 0%,#1d7c44 78%,#016026 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31925c', endColorstr='#016026',GradientType=0 );
}
.g_nav .category-bottom_seijin ul li a{
    font-size: 1.3rem;
    padding: 10px 5px;
    font-weight: bold;
    letter-spacing: 0.1em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    background: #782754;
}
.lp_houmongi .g_nav .category-bottom_seijin ul li a{
	background: #fff3d5;
	color: #5A5129;
	-webkit-transition: none;
	-moz-transition: none;
}
.g_nav .category-top ul.dropdown-menu li a,
.g_nav .category-top_753 ul.dropdown-menu li a,
.g_nav .category-top_en ul.dropdown-menu li a,
.g_nav .category-top_ch ul.dropdown-menu li a,
.g_nav .category-bottom ul.dropdown-menu li a,
.g_nav .category-bottom_753 ul.dropdown-menu li a,
.g_nav .category-bottom_seijin ul.dropdown-menu li a{
    color: #18360c;
    font-weight: normal;
    letter-spacing: 0;
}
.g_nav .category-top ul.dropdown-menu li a:hover,
.g_nav .category-top_753 ul.dropdown-menu li a:hover,
.g_nav .category-top_en ul.dropdown-menu li a:hover,
.g_nav .category-top_ch ul.dropdown-menu li a:hover,
.g_nav .category-bottom ul.dropdown-menu li a:hover,
.g_nav .category-bottom_753 ul.dropdown-menu li a:hover,
.g_nav .category-bottom_seijin ul.dropdown-menu li a:hover{
    background: #18360c;
    color: #FFF;
}
.g_nav ul li a{
    display: block;
}
.g_nav .category-top ul li a:hover,
.g_nav .category-top_753 ul li a:hover,
.g_nav .category-top_seijin ul li a:hover,
.g_nav .category-top_en ul li a:hover,
.g_nav .category-top_ch ul li a:hover,
.g_nav .category-top ul li a:focus,
.g_nav .category-top_753 ul li a:focus,
.g_nav .category-top_seijin ul li a:focus,
.g_nav .category-top_en ul li a:focus,
.g_nav .category-top_ch ul li a:focus{
    text-decoration: none;
}
.g_nav .category-bottom ul li a:hover,
.g_nav .category-bottom ul li a:focus,
.g_nav .category-bottom_753 ul li a:hover,
.g_nav .category-bottom_753 ul li a:focus{
    text-decoration: none;
    background: #31925c;
    background: -moz-linear-gradient(top,  #31925c 0%, #1d7c44 78%, #016026 100%);
    background: -webkit-linear-gradient(top,  #31925c 0%,#1d7c44 78%,#016026 100%);
    background: linear-gradient(to bottom,  #31925c 0%,#1d7c44 78%,#016026 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31925c', endColorstr='#016026',GradientType=0 );
}
.g_nav .category-bottom_seijin ul li a:hover,
.g_nav .category-bottom_seijin ul li a:focus {
    text-decoration: none;
}
ul.disc{
    list-style: disc;
    margin-top: 0;
    margin-bottom: 10.5px;
    padding-left: 40px;
}
ul.decimal{
    list-style: decimal;
    margin-top: 0;
    margin-bottom: 10.5px;
}
.visual-inner{
    background: url(../img/top/bottom_visual.png) no-repeat bottom center;
    position: relative;
}
.top-info h4{
	font-size: 2.3rem;
	font-weight: bold;
	color: #277f4b;
	text-align: center;
}
.top-info p{
	text-align: center;
}
@media only screen and (max-width: 768px){
	.top-info p{
		text-align: left;
	}
}
/*
.date_search{
    position: absolute;
    bottom: 210px;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
}

.date_search .container{
    position: relative;
}

.date_search .container .row{
}
*/

.feature img{
    margin-bottom: 10px;
}
.feature img p{
}
.feature .feature-inner a{
    text-shadow: 4px 3px 20px #fff;
}
.feature p a:hover{
    text-decoration: none;
}
article{
    background: url(../img/common/bg_article.png) repeat-x top left;
}
.breadcrumb_container{
    padding: 10px 0;
}
.breadcrumb_container .breadcrumb{
    background: none;
}
/* contents decrotations */
.block {
    padding: 20px 0 0;
    border-top: 4px #D6E5CF solid;
    position: relative;
    z-index: 10;
}
.block:before {
    content: "";
    position: absolute;
    margin: 3px 0;
    border-top: 2px #D6E5CF solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}
.dotted{
    padding: .5em 0em;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.solid{
    padding: .2em 0em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.solid h4{
    margin: 10px;
}
@media (min-width: 768px){
    .col-5 .col-sm-3 {
        width : 20% !important;
    }
    .col-7 .col-sm-1 {
        width : 14.2857142857% !important;
    }
}
h2.title {
    position: relative;
    display: inline-block;
    margin: 10px 0 20px;
    padding-left: 40px;
    color: #18360c;
}
h2.title:after, h2.title:before {
    content: '';
    position: absolute;
}
h2.title:after {
    left: 0px;
    width: 28px;
    height: 28px;
    background: url(../img/common/bg_h2.png) center no-repeat;
    background-size: contain;
}
h2.title-753 {
    margin: 10px 0 20px;
    font-size: 2.5rem;
    color: #18360c;
}
@media (max-width: 736px){
    h2.title-753 {
    font-size: 1.5rem;
    }
}
h3.title {
    position: relative;
    display: inline-block;
    margin: 10px 0 20px;
    padding-left: 13px;
    color: #18360c;
    z-index: 1;
}
h3.title:after, h3.title:before {
    content: '';
    position: absolute;
}
h3.title:after {
    left: 0px;
    width: 28px;
    height: 28px;
    background: url(../img/common/bg_h3.png) center no-repeat;
    background-size: contain;
    z-index: -1;
}
h3.title.reserv {
    z-index: 1;
}
@media only screen and (max-width: 768px){
    h3.title.reserv {
        padding-bottom: 30px;
    }
}
.search_block dd a {
    font-size: 14px;
    font-size: 1.4rem;
}
h2 span,
h3 span{
  font-size: 80%;
}
.news_container{
    height: 140px;
    overflow-y: scroll;
    border:2px solid #d8e5d1;
    padding: 20px;
}
.dl-qa{
}
.dl-qa dl{
    border:1px solid #8fb85e;
    padding: 10px;
    margin-bottom: 20px;
}
.dl-qa dt{
    border-bottom:1px dotted #8fb85e;
    padding: 5px;
}
.dl-qa dd{
    padding: 10px;
}
.dl-qa dd p{
    margin:0;
}
aside{
}
aside h2{
    font-size: 1.6rem;
}
aside h3{
    font-size: 1.4rem;
}
aside h3 small{
    float: right;
}
aside.side .list-group .list-group-item{
    border-left:none;
    border-right:none;
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
}
aside.side .list-group .list-group-item:first-child{
    border-top:none;
}
aside.side .list-group .list-group-item:last-child{
    border-bottom:1px solid #ccc;
}
a.list-group-item:focus, a.list-group-item:hover, li.list-group-item a:focus, li.list-group-item a:hover {
    background: rgba(79,108,60,0.1);
}
/*
aside h4{
    font-size: 1.2rem;
}
*/
aside h5{
    font-size: 1.0rem;
}
.banner ul li{
    margin-bottom: 10px;
}
.banner ul li a{
}
#footer{
    padding: 40px 0;
    background: #267349;
    color:#FFF;
    font-size: 1.2rem;
}
#footer ul li a{
    color:#FFF;
}
#footer ul li a:hover{
    color:#FFF;
    text-decoration: underline;
}
.thumbnails .thumbnail{
    padding: 0px;
}
.thumbnails .thumbnail:hover{
    background:rgba(79,108,60,0.1);;
}
.inline_block_before > * {
    vertical-align: middle;
    display: inline-block;
}
.inline_block_before {
    width: 160px;
    height: 240px;
    display: block;
    text-align: center;
    margin: 10px auto 0;
}
.thumbnails .thumbnail .caption{
    padding: 0px 4px 18px;
}
.thumbnails .thumbnail .caption h3{
	text-align: center;
	font-size: 1.3rem;
	margin: 10.5px 5px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3em;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.caption h3{
    height: 4em !important;  
}
.thumbnails .thumbnail .caption .caption-price{
    text-align: center;
    font-size: 1.4rem;
    color: #555;
}
.thumbnails .thumbnail .caption .caption-price li:nth-child(2),
.thumbnails .thumbnail .caption .caption-price li:nth-child(3){
    font-size: 1.2rem;
}
/*753camption*/
.thumbnails .thumbnail .caption753{
	padding: 0px 4px 18px;
}
.thumbnails .thumbnail .caption753 h3{
	text-align: center;
	font-size: 1.3rem !important;
	margin: 10.5px 5px;
	height: 3.9em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.thumbnails .thumbnail .caption753 h3 small{
	display: block;
}
.thumbnails .thumbnail .caption753 .caption-price{
	text-align: center;
	font-size: 1.4rem;
	color: #555;
}
.thumbnails .thumbnail .caption753 .caption-price li:nth-child(2),
.thumbnails .thumbnail .caption753 .caption-price li:nth-child(3){
	font-size: 1.2rem;
}

.topic_path{
    background-color: #f7f7f7;
    margin-bottom: 21px;
}
.breadcrumb {
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item_comment{
    padding: 5px 0;
/*    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;*/
}
.plugin_maker_code{
    border-top: 1px dotted #ccc;
}
.newyear_index_page #mainvisual{
    width: 100%;
    height: 400px;
    background: url(/template/aki/img/newyear/mainvisual.jpg) no-repeat;
    background-size: cover;
    border-bottom: #a8d8c0 20px solid;
}

.newyear_index_page #mainvisual h2{
    color: #FFF;
    margin:180px 0 0 40px;
}
@media only screen and (max-width: 768px){
    .newyear_index_page #mainvisual{
        width: 100%;
        height: auto;
        background: none;
        border-bottom: none;
    }
    .newyear_index_page #mainvisual h2{
        color: #18360c;
        margin:0 0 20px 0;
        text-align: center;
        font-size: 2.2rem;
    }
}

.newyear_index_page #sec01{
    background: url(/template/aki/img/newyear/bg_sec01.jpg) no-repeat;
    width: 100%;
    height: 450px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    padding: 30px 0 50px;
    background-size: cover;
    text-shadow: -2px -2px #ffffff, 2px -2px #ffffff, -2px 2px #ffffff, 2px 2px #ffffff;
    text-align: center;
}
.newyear_index_page #sec01 h2{
}
.newyear_index_page #sec01 h2 span{
    font-size: 55px;
    font-size: 5.5rem;
}
.newyear_index_page #sec01 h2 span.c01 {
    color: #8077a4;
}
.newyear_index_page #sec01 h2 span.c02 {
    color: #e43c02;
}
.newyear_index_page #sec01 h2 span.c03 {
    color: #c08801;
}
.newyear_index_page #sec01 h2 span.c04{
    font-size: 18px;
}

@media only screen and (max-width: 768px){
    .newyear_index_page #sec01 {
    height: auto;
    padding: 30px 0 30px;
    }
    .newyear_index_page #sec01 h2{
    font-size: 1.6rem;
    }
    .newyear_index_page #sec01 h2 span{
    font-size: 25px;
    font-size: 2.5rem;
    }
    .newyear_index_page #sec01 h2 span.c04{
    font-size: 12px;
    }
}

.newyear_index_page #sec02 h3,
.newyear_index_page #sec03 h3,
.newyear_index_page #sec04 h3 {
    background: url(/template/aki/img/newyear/icon_sensu.jpg) center top no-repeat;
    text-align: center;
    font-weight: lighter;
    padding: 40px 0;
}
.newyear_index_page #sec03 .left p{
    background: #8077a4;
    color: #FFF;
    padding: 20px 0;
    font-size: 30px;
    font-size: 3.0rem;
}
.newyear_index_page #sec03 .right p{
    background: #e43c02;
    color: #FFF;
    padding: 20px 0;
    font-size: 30px;
    font-size: 3.0rem;
}
.feature_753{
    background: url(/template/aki/img/753/index/bg_feature_753.png) center center no-repeat;
    background-size: contain;
    background: #F6F6E5;
    border: 5px solid #62862C;
    padding: 10px 15px;
}
.feature_753 h2{
    text-align: center;
    color:#527919;
    font-size: 2.0rem;
    font-size: 20px;
}
.feature_753 h2 span{
    color:#527919;
    font-weight: bold;
    font-size: 2.4rem;
    font-size: 24px;
}
.feature_753 .feature_753_container i{
    position: relative;
    background: #f4f4f4;
    padding: 2px 5px 2px 20px;
    font-size: 16px;
    color: #474747;
    border-radius: 0 10px 10px 0;
}
.feature_753 .feature_753_container i:before {
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #ff6363;
    font-weight: normal;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.35em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.feature_753 .feature_753_container i#feature_753_1:before {
}
.feature_753 .feature_753_container{
    border:1px solid #E9E7AC;
    background: #FFF;
    position: relative;
}
.feature_753 .feature_753_container h3{
    padding: 0px 10px 0px 0px;
    font-weight: bold;
    font-size: 1.4rem;
    font-size: 14px;
    margin: -10px 0 0 40px;
}
.feature_753 .feature_753_container p{
    padding: 10px 10px 10px 40px;
    font-size: 1.2rem;
    font-size: 12px;
    margin-bottom: 0;
}
.feature_753 #feature_753_list{
}
.feature_753 #feature_753_list dl{
    clear: both;
    overflow: hidden;
    margin-bottom: 0px;
}
.feature_753 #feature_753_list dt{
    float: left;
}
.feature_753 #feature_753_list dd{
    float: left;
    position: relative;
    padding: 0 .4em .1em;
    font-weight: bold;
    color: #3D1A71;
    font-size: 1.4rem;
    font-size: 14px;
    margin-top: 10px;
    z-index: 0;
}
.feature_753 #feature_753_list dd::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 10px;
    background-color: #D3CD14;
}
.index_page_753 #header{
	width: 100% !important;
	position: static;
}
.tel-float-btn{
	width: 58px;
	height: 58px;
	padding: 0;
	position: fixed;
	bottom: 70px;
	left: 80%;
	z-index: 999;
	transition: .3s;
	border-radius: 50%;
}
.tel-float-btn img{
	width: 58px;
	height: 58px;
	color: white;
	border-radius: 50%;
	vertical-align: inherit;
}

@media screen and (min-width: 767px){
	.float-btn img{
		display: none;
	}
}
.color-red{
	color: red;
}
.index_page_753 .panel-group .panel-heading a.collapsed:before{
	content: "\e026";
}
.sp-nav753 .row .col-xs-6{
	border: 1px solid white;
	box-sizing: border-box;
	background: #FF826E;
}
.sp-nav753 .row .col-xs-6 p a{
	display: block;
	padding: 10px;
	color: white;
	font-weight: bold;
}
.sp-nav-yukata.sp-nav753 .row .col-xs-6{
	background: #0080D8;
}

.sp-nav753 .dropdown>a{
	display: block;
	color: white;
}
.sp-nav753 .dropdown-menu>li>a{
	text-align: center;
	padding: 10px 5px;
}
.sp-nav753 .dropdown ul.dropdown-menu{
	width: 100%;
	padding: 5px;
}
.sp-navhakama .row .col-xs-6,.sp-navhakama .row .col-xs-12{
	border: 1px solid white;
	box-sizing: border-box;
	background: #ff8939;
}
.sp-navhakama .row .col-xs-6 p a,.sp-navhakama .row .col-xs-12 p a{
	display: block;
	padding: 10px;
	color: white;
}
.line-through{
	text-decoration: line-through;
}
.btn753{
	background: #F5A860;
}
.readmore-btn{
	background: #FF826E;
	color: white;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
}
#merit,#plan{
	margin-top:-120px; padding-top: 120px;
}
@media screen and (max-width: 767px){
	.index_page_753 #header{
		position: fixed;
		z-index: 999;
	}
	.hide-text {
		display: none;
	}
}

.plan01 {
    background: url(/template/aki/img/753/common/plan01.svg) left top no-repeat #fff;
}
.plan02 {
    background: url(/template/aki/img/753/common/plan02.svg) left top no-repeat #fff;
}
.plan03 {
    background: url(/template/aki/img/753/common/plan03.svg) left top no-repeat #fff;
}
.plan01, .plan02, .plan03 {
    background-size: 50px 80px;
}

.service_753{
}
#privilege_1{
	background: url(/template/aki/img/753/common/plan01.svg) left top no-repeat #fff;
    padding: 30px 0px 30px 60px;
}
#privilege_2{
	background: url(/template/aki/img/753/common/plan02.svg) left top no-repeat #fff;
    padding: 30px 0px 30px 60px;
}
#privilege_3{
	background: url(/template/aki/img/753/common/plan03.svg) left top no-repeat #fff;
    padding: 30px 0px 30px 60px;
}
.service_753.thumbnail{
    background:#fcfcf0;
    padding-top: 10px;
    min-height: 325px;
}
.service_753.thumbnail p{
    margin: 10px 10px 10px;
}
.service_753.thumbnail p strong{
    color: #0099b2;
}
.service_753.thumbnail p.text{
    font-size: 1.2rem;
}
.btn-orange{
    background: #ff8939;
    color: #FFF;
    padding: 20px 0;
}
.color-orange{
    color: #ff8939 !important;
}
.btn-emerald{
    background: #3bbcad;
    color: #FFF;
    padding: 20px 0;
}
.color-emerald{
    color: #3bbcad !important;
}
.btn-pink{
    background: #ea8bb1;
    color: #FFF;
    padding: 20px 0;
}
.color-pink{
    color: #ea8bb1 !important;
}
.btn-purple{
    background: #9274c1;
    color: #FFF;
    padding: 20px 0;
}
.color-purple{
    color: #9274c1 !important;
}
.btn-yellowgreen{
    background: #94c618;
    color: #FFF;
    padding: 20px 0;
}
.color-yellowgreen{
    color: #94c618 !important;
}
.btn-sky{
    background: #42bedb;
    color: #FFF;
    padding: 20px 0;
}
.color-sky{
    color: #42bedb !important;
}
.btn-red{
	background-color: #f55f6f;
	color: #FFF;
	padding: 20px 0;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-emerald:hover,
.btn-emerald:focus,
.btn-pink:hover,
.btn-pink:focus,
.btn-purple:hover,
.btn-purple:focus,
.btn-yellowgreen:hover,
.btn-yellowgreen:focus,
.btn-sky:hover,
.btn-sky:focus{
    opacity: 0.8;
    color: #FFF;
}
.bg-green {
    background: #e6f2ce;
}
#storeflow_step_1_a,
#storeflow_step_1_b,
#storeflow_step_2,
#storeflow_step_3,
#storeflow_step_4{
    background:#FFF;
    border:1px solid #C5D4B3;
    margin-bottom: 10px;
    overflow: hidden;
}
#storeflow_step_1_a,
#storeflow_step_1_b{
    min-height: 300px;
}

#storeflow_step_1_a .label.label-success,
#storeflow_step_1_b .label.label-success{
    background:#6B9B33;
    color: #FFF;
    margin:0px 0 0 -5px;
}
#storeflow_step_1_a .color-green,
#storeflow_step_1_b .color-green,
#storeflow_step_2 .color-green,
#storeflow_step_3 .color-green,
#storeflow_step_4 .color-green{
    color: #6B9B33;
    font-weight: bold;
    margin-right: 10px;
    font-size:1.6rem;
    font-size:16px;
}
#storeflow_step_1_a h3,
#storeflow_step_1_b h3,
#storeflow_step_2 h3,
#storeflow_step_3 h3,
#storeflow_step_4 h3{
    padding:0px 20px 10px 20px;
    margin-top:10px;
    border-bottom: 1px dotted #C9D29C;
    color:#B88110;
    font-weight: bold;
    font-size:1.6rem;
    font-size:16px;
}
#storeflow_step_1_a p,
#storeflow_step_1_b p,
#storeflow_step_2 p,
#storeflow_step_3 p,
#storeflow_step_4 p{
    padding:0px 20px 0 20px;
    font-size: 1.3rem;
    font-size:13px;
}
#storeflow_step_1_a .alert,
#storeflow_step_2 .alert{
    border:2px solid #faac25;
    font-size: 1.2rem;
    font-size:12px;
    margin: 10px 20px 10px 20px;
    padding: 8px;
}
#rentalflow_step_1,
#rentalflow_step_2,
#rentalflow_step_3,
#rentalflow_step_4{
    background:#FFF;
    border:1px solid #C5D4B3;
    margin-bottom: 10px;
    overflow: hidden;
    min-height: 120px;
}
#rentalflow_step_3,
#rentalflow_step_4{
    margin-bottom: 0px;
}
#rentalflow_step_1 .color-green,
#rentalflow_step_2 .color-green,
#rentalflow_step_3 .color-green,
#rentalflow_step_4 .color-green{
    color: #6B9B33;
    font-weight: bold;
    margin-right: 10px;
    font-size:1.6rem;
    font-size:16px;
}
#rentalflow_step_1 h3,
#rentalflow_step_2 h3,
#rentalflow_step_3 h3,
#rentalflow_step_4 h3{
    padding:0px 20px 10px 20px;
    margin-top:10px;
    border-bottom: 1px dotted #C9D29C;
    color:#B88110;
    font-weight: bold;
    font-size:1.6rem;
    font-size:16px;
}
#rentalflow_step_1 p,
#rentalflow_step_2 p,
#rentalflow_step_3 p,
#rentalflow_step_4 p{
    padding:0px 20px 0 20px;
    font-size: 1.3rem;
    font-size:13px;
}
.panel-success>.panel-heading {
    color: #FFF;
    background: #9bb458;
    border-color: #9bb458;
}
.panel-success>.panel-body {
    background: #f8f9e4;
}
#bg_yukata_01{
    background:url(../img/yukata/bg_product_01.png) repeat top center, #fff8fd;
    border: solid 5px #f98ac7;
}
#bg_yukata_02{
    background:url(../img/yukata/bg_product_02.png) repeat top center, #f4f0f7;
    border: solid 5px #d3b3e2;
}
#bg_yukata_03{
    background:url(../img/yukata/bg_product_03.png) repeat top center, #e4ebf4;
    border: solid 5px #74a1e2;
}
.bg_yukata_01_btn{
	background:url(../img/yukata/bg_product_01.png) repeat top center, #fff8fd;
    border: solid 2px #f98ac7;
    color: #f98ac7;
    font-weight: bold;
}
.bg_yukata_02_btn{
    background:url(../img/yukata/bg_product_02.png) repeat top center, #f4f0f7;
    border: solid 2px #d3b3e2;
    color: #d3b3e2;
    font-weight: bold;
}
.bg_yukata_03_btn{
    background:url(../img/yukata/bg_product_03.png) repeat top center, #e4ebf4;
    border: solid 2px #74a1e2;
    color: #74a1e2;
    font-weight: bold;
}
.yukata_good_point ul li{
	position: relative;
	display: grid;
	padding: 15px 0 15px 33px;
    font-size: 2rem;
}
.yukata_good_point ul li:before{
	content: '';
	position: absolute;
}
.yukata_good_point ul li:after{
	content: '';
	position: absolute;
	top: 9px;
	left: 0px;
	width: 28px;
	height: 28px;
	background: url('/template/aki/img/yukata/icon_good_point.svg') no-repeat;
}
.yukata_fireworks img{
	display: block;
	margin: auto;
	border-radius: 50%;
}
.yukata_fireworks small{
	display: block;
	text-align: center;
}
.yukata_fireworks h3{
	text-align: center;
}
@media screen and (max-width: 767px){
	.yukata_good_point ul li{
		font-size: 1.4rem;
	}
}
.tel-float-btn.yukata-search-btn{
	bottom: 130px;
}

/*吹き出し*/
.balloon2 {
  margin-left: 20px;
  position: relative;
  display: inline-block;
  /*margin: 1.5em 0;*/
  padding: 15px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #0080D8;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #0080D8;
  box-sizing: border-box;
}
.balloon2:before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 16px solid #FFF;
    z-index: 2;
}
.balloon2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 18px solid #0080D8;
    z-index: 1;
}
.balloon2 p {
  margin: 0;
  padding: 0;
}
/*吹き出し　ここまで*/

.blue-box{
    padding: 10px;
    color: #0080D8;
    text-align: center;
    background: white;
    border: 1px solid #0080D8;
}
.blue-box-goodpoint{
    padding: 30px;
    color: #0080D8;
    text-align: center;
    background: #EDF8FF;
    font-size: 2rem;
}
.blue-box-r {
    padding: 90px;
}
@media screen and (max-width: 767px){
    .blue-box-r {
        padding: 30px;
    }
}

.title-woman{
	font-size: 18px;
	color: #F747A1;
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.title-man{
    font-size: 18px;
    color: #0080D8;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.title-kimonofuu {
    font-size: 20px;
    color: #6878ed;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.title-man a{
	color: #0080D8;
}
.yukata-faq.panel-group .panel{
	margin-bottom: 10px;
}
.yukata-faq.panel-group .panel-heading{
	border: none;
	padding: 10px;
	background: white;
	border-radius: 5px;
}
.yukata-faq.panel-group .panel-heading a:hover{
	background: white;
}
.yukata-faq .panel.panel-default{
	border: 1px solid #707070;
	border-radius: 5px;
}
.yukata-faq.panel-group .panel-heading+.panel-collapse>.panel-body{
	border-top-color: #d8d8d8;
}
.yukata-faq.panel-group .panel-heading a.collapsed:before,.yukata-faq.panel-group .panel-heading a:before{
	content:"Q";
	font-size: 20px;
	color: #0080D8;
}
.yukata-shop{
	border-top: 0.5px solid #D8D8D8;
	border-bottom: 0.5px solid #D8D8D8;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
.yukata_page_link_position{
	position: relative;
}
.yukata_page_link{
	position: absolute;
	top: 80%;
	right: 0;
}
.yukata_page .houmongi-title-area span{
	color: #0080D8;
}
.yukata_page .houmongi-title-area h2{
    color: #565555;
}
.yukata_page #photo .houmongi-title-area span, .yukata_page #photo .houmongi-title-area h2{
    color: #fff;
}
.btn-white{
	display: block;
	padding: 20px 30px;
	background: white;
	text-align: center;
	border-radius: 30px;
}
.color-man{
	color: #54ABE6;
	border: 1px solid #54ABE6;
}
.color-man i{
	color: #54ABE6;
}
.btn-white.color-man:hover{
	color: white;
	background: #54ABE6;
	text-decoration: none;
}
.color-woman{
    color: #F877B8;
    border: 1px solid #FBE0E9;
}
.btn-white.color-woman:hover{
    color: white;
    background: #F877B8;
    text-decoration: none;
}
.color-woman i{
    color: #F877B8;
}
.color-kimonofuu{
    color: #6878ed;
    border: 1px solid #6878ed;
}
.btn-white.color-kimonofuu:hover{
    color: white;
    background: #6878ed;
    text-decoration: none;
}
.color-kimonofuu i{
    color: #6878ed;
}
.sec-man{
	background: #EDF8FF;
	padding-top: 25px;
	padding-bottom: 25px;
}
.sec-woman{
	background: #FCF2F2;
	padding-top: 25px;
	padding-bottom: 25px;
}
.sec-kimonofuu{
    background: #f4f5ff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.photo-service {
    background: url(/template/aki/img/yukata/sora_back.jpg) no-repeat center;
}

p>.mens_yukata{
	background: url(../template/aki/img/yukata/bg_product_03.png) repeat top center, #e4ebf4;
	border: solid 5px #74a1e2;
	color: #1e5ea3;
	width: 100%;
	font-weight: bold;
	padding: 8px 12px;
	font-size: 14px;
}
p>.koseiha_yukata{
	background: url(../template/aki/img/yukata/bg_product_01.png) repeat top center, #fff8fd;
	border: solid 5px #f98ac7;
	color:#e858ac;
	width: 100%;
	font-weight: bold;
	padding: 8px 12px;
	font-size: 14px;
}
p>.seitouha_yukata{
	background: url(../template/aki/img/yukata/bg_product_02.png) repeat top center, #f4f0f7;
	border: solid 5px #d3b3e2;
	color: #9869ca;
	width: 100%;
	font-weight: bold;
	padding: 8px 12px;
	font-size: 14px;
}
p>.mens_yukata:hover{
	color: #1e5ea3;
}
p>.koseiha_yukata:hover{
	color:#e858ac;
}
p>.seitouha_yukata:hover{
	color: #9869ca;
}
.yukata_page_top_text{
	font-size: 1.4em;
	line-height: 1.3;
}
.hair_set{
	box-sizing: border-box;
}
.hair_set p.now_price{
	font-size: 20px;
	color: #ff3333;
	padding: 0;
}
.hair_set h2{
	color: #ff8197;
	border-bottom: 1px solid #ff8197;
	padding-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
}
.hair_set h2 span{
	font-size: 24px;
}
.hair_set .old_price{
	color: #f00;
	padding: 0;
	text-decoration : line-through;
}
.hair_set .old_price span{
	color: #333;
	font-size: 16px;
}
.hair_set p{
	font-size: 20px;
}
.hair_set p .new_price {
	font-size: 3.2rem;
	font-weight: bold;
	color: #ff4453;
}
.hair_set .outbox {
	border: 5px #ffccce solid;
	background: #fff5f5;
}
.yukata_page .topic_path{
	margin-bottom: 0;
}
p.border_radius{
	font-weight: bold;
	line-height: 2.0;
	margin-top: 25px;
	font-size: 12px;
}
.background-color01{
	background: #a1bc42;
}
.background-color02{
	background: #f09b27;
}
.hair_set .conditions{
	padding: 0;
}
.hair_set_text h2 span{
	font-size: 20px;
}
.hair_set_text small{
	font-size: 12px;
}
.hair_set_img{
}
.hair_set_img img{
	width: 100%;
}

.yukata p {
	font-size: 1.6rem;
}
.shop-search{
	position: fixed;
	bottom: 0;
	z-index: 10;
	padding: 10px 10px 20px 10px;
	width: 100%;
	background: #e1f3e1;
	margin-left: -15px;
}
.shop-search .form-group{
	margin-bottom: 0;
}
.shop-search .input-group{
	width: 175px;
	float: left;	
}
.shop-search .btn{
	width: 175px;
	float: right;
}
.shop-search .form-control{
	font-size: 12px;
}
.shop-search .btn-primary,.shop-search .btn-primary[disabled]:hover{
	background: #f7494b;
	border: 1px solid #f7494b;
}

@media screen and (max-width: 992px){
	.yukata_page_link_position{
		position: relative;
	}
	.yukata_page_link{
		position: absolute;
		top: 65%;
		right: 0;
	}
	p>.mens_yukata{
		background: url(../template/aki/img/yukata/bg_product_03.png) repeat top center, #e4ebf4;
		border: solid 5px #74a1e2;
		color: #1e5ea3;
		width: 100%;
		font-weight: bold;
		padding: 5px 10px;
		font-size: 10px;
	}
	p>.koseiha_yukata{
		background: url(../template/aki/img/yukata/bg_product_01.png) repeat top center, #fff8fd;
		border: solid 5px #f98ac7;
		color:#e858ac;
		width: 100%;
		font-weight: bold;
		padding: 5px 10px;
		font-size: 10px;
	}
	p>.seitouha_yukata{
		background: url(../template/aki/img/yukata/bg_product_02.png) repeat top center, #f4f0f7;
		border: solid 5px #d3b3e2;
		color: #9869ca;
		width: 100%;
		font-weight: bold;
		padding: 5px 10px;
		font-size: 10px;
	}

}
@media screen and (max-width: 767px){
	.yukata_page_link_position{
		position: relative;
	}
	.yukata_page_link{
		position: absolute;
		top: 63%;
		right: 0;
	}

	.yukata_page_top_text{
		font-size: 1em;
	}
    .yukata_bg_01{
    padding-bottom: 0px;
    }
    .blue-box-goodpoint{
        padding: 10px;
        font-size: 1.4rem;
    }
	.hair_set_img{
		margin-top: -20px;
		max-height: 300px;
		overflow: hidden;
		text-align: center;
	}
	p.border_radius{
		font-weight: bold;
		line-height: 2.0;
		margin-top: 5px;
	}
	.yukata p {
		font-size: 1.4rem;
	}
	p>.mens_yukata{
		background: url(../template/aki/img/yukata/bg_product_03.png) repeat top center, #e4ebf4;
		border: solid 3px #74a1e2;
		color: #1e5ea3;
		font-size: 13px;
		padding: 8px 10px;
	}
	p>.koseiha_yukata{
		background: url(../template/aki/img/yukata/bg_product_01.png) repeat top center, #fff8fd;
		border: solid 3px #f98ac7;
		color:#e858ac;
		font-size: 13px;
		padding: 8px 10px;
	}
	p>.seitouha_yukata{
		background: url(../template/aki/img/yukata/bg_product_02.png) repeat top center, #f4f0f7;
		border: solid 3px #d3b3e2;
		color: #9869ca;
		font-size: 13px;
		padding: 8px 10px;
	}  

	.sp_font_size{
		font-size: 18px;
	}
}
.round_woman{
    background:#EA3D55;
    padding: 10px 20px;
    text-align: center;
    color:#FFF;
    font-size: 1.8rem;
    font-size: 18px;
    border-radius: 30px;
}
.round_man{
    background:#1F58A9;
    padding: 10px 20px;
    text-align: center;
    color:#FFF;
    font-size: 1.8rem;
    font-size: 18px;
    border-radius: 30px;
}
.round_woman:hover,
.round_man:hover{
    color:#FFF;
    text-decoration: none;
}

.sns {background-color: #fafef6;}
.sns table th {
    width: 10%;
}
.sns table td span {
    color: #056cff;
}



.feature_sotsunyugaku_1 .panel-heading{
	background:#FFCCCC;
}
.feature_sotsunyugaku_1 .panel-heading small{
	color: white;
}
.feature_sotsunyugaku_1 .panel-heading h3{
	color: white;
}
.feature_sotsunyugaku_2.panel-default{
    border-color:#feacb9;
}
.feature_sotsunyugaku_2 .panel-heading{
    background-color: #f55f6f;
}
.feature_sotsunyugaku_2 .panel-heading h3{
	color:#FFF;
	font-weight:bold;
	margin: 0;
}
.sotsunyugaku_page .thumbnails .thumbnail .caption h3{
	height: 3em;
	-webkit-line-clamp: 3;
}
.sotsunyugaku-text a{
	text-decoration: underline;
}

/*good_point*/

.good02 {
    background:url(../img/good_point/goodbg002.jpg) no-repeat right bottom;
}
.good03 {
    background:url(../img/good_point/goodbg003.jpg) no-repeat right bottom;
}
.good04 {
    background:url(../img/good_point/goodbg004.jpg) no-repeat right bottom;
}
.good05 {
    background:url(../img/good_point/goodbg005.jpg) no-repeat right bottom;
}
.calendar .datepicker{
    padding: 0;
}
.calendar .datepicker.datepicker-inline {
    width: 100%;
}
.calendar .datepicker table{
    width: 100%;
}
.dow{
    background:#6fb692;
    color: #FFF;
}
@media only screen and (min-width: 768px){
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
}
@media only screen and (max-width: 767px){
    body{
        font-family:YuMincho,'Yu Mincho',serif;
        font-weight:normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4446;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
.table.table-bordered th{
    background: #f0f0f0;
}
/*
.modal-title {
    text-align: center;
}
.modal-dialog {
    margin: 0 auto;
}
.modal-backdrop {
    z-index: inherit;
}
.modal-footer {
    margin: 0;
}
*/
.modal-footer label.user-guide{
    font-size: 1.6rem;
}
@media only screen and (max-width: 768px){
    .modal-footer label.user-guide{
        font-size: 1.1rem;
    }
}
.footer-action{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
}
aside .panel-group .panel-heading{
    padding: 0;
    border-top: none;
    border-bottom: none;
}
aside .panel-group .panel-heading a {
    padding: 10px 15px;
}
aside .panel-group .panel-body {
    padding: 0px;
}
.top_recommend_title {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.top_recommend_title a:focus,
.top_recommend_title a:hover{
    text-decoration: none;
}
.top_recommend_title_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0,0,0,0.2);
}
.top_recommend_title_inner {
    display: block;
    min-height: 120px;
    padding: 50px 40px 40px;
    position: relative;
}
.top_recommend_title .top_recommend_title_eng {
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #fff;
    word-break: break-word;
    padding-right: 100px;
}
.top_recommend_title .top_recommend_title_jpn {
    font-size: 14px;
    color: #fff;
    letter-spacing: .1em;
    font-weight: bold;
    word-break: break-word;
    /*padding-right: 100px;*/
    margin-top: 10px;
}
.choose .top_recommend_title .top_recommend_title_jpn, .seijin .top_recommend_title .top_recommend_title_jpn {
    color: #18360c;
    font-size: 18px;
}
.choose .top_recommend_title .top_recommend_title_jpn span, .seijin .top_recommend_title .top_recommend_title_jpn span {
    color: #555;
    font-weight: 400;
}
.top_recommend_title-point {
    background:url(../img/top/bg_point.jpg) no-repeat left center;
}
.top_recommend_title-flow {
    background:url(../img/top/bg_flow.jpg) no-repeat left center;
}

.top_recommend_title-service {
    background:url(../img/top/bg_service.jpg) no-repeat left center;
}
#accordion_search {
}
#accordion_search .panel-heading{
    padding: 0;
    background-color: #fafafa;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#accordion_search .panel-heading a {
    padding: 15px;
}
#accordion_search .panel-body{
    padding: 15px;
}
#accordion_search .panel-body .panel-heading {
    padding: 15px;
}
#accordion_search .panel-body .checkbox{
    padding-left: 0px;
}
#accordion_search .panel-body .checkbox input[type=checkbox]{
    margin-right: 10px;
}
.input-group-addon {
    border: 1px solid #d9d9d9;
    border-top-color: #d9d9d9;
    background-color: #FFF;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.btn-primary {
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,.1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    background: #31925c;
    background: -moz-linear-gradient(top, #31925c 0%, #1d7c44 78%, #016026 100%);
    background: -webkit-linear-gradient(top, #31925c 0%,#1d7c44 78%,#016026 100%);
    background: linear-gradient(to bottom, #31925c 0%,#1d7c44 78%,#016026 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31925c', endColorstr='#016026',GradientType=0 );
    background-repeat: repeat-x;
    border: 1px solid #31925c;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background: #1d7c44;
    background: -moz-linear-gradient(top, #1d7c44 0%, #31925c 78%, #016026 100%);
    background: -webkit-linear-gradient(top, #1d7c44 0%,#31925c 78%,#016026 100%);
    background: linear-gradient(to bottom, #1d7c44 0%,#1d7c44 78%,#016026 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31925c', endColorstr='#016026',GradientType=0 );
    background-repeat: repeat-x;
    border: 1px solid #1d7c44;
}
.datepicker {
    padding: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.datepicker table tr,
.datepicker table th,
.datepicker table td{
    border: 1px solid #eee;
}
 .datepicker td.disabled, .datepicker td.disabled:hover {
    border-radius: 0;
    color: #eee;
    text-decoration: line-through;
}
.datepicker table th.prev{
    visibility: visible!important;
}
.clickable td {
        pointer-events : none;
    }
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 10px;
}
.datepicker td, .datepicker th {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background: #18360c;
    color: #fff;
    text-shadow: none;
    text-decoration: none !important;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background: #18360c;
    color: #fff;
    text-shadow: none;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background: #18360c;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #ccc;
    color: #999;
    cursor: default;
}
#form1 .errormsg{
    display: none;
}
ul.guide_nav button.btn {
    font-size: 11px;
    padding: 5px;
}
@media screen and (max-width: 640px) {
    .good02, .good03, .good04, .good05 {
        background-image: none;
    }
}
@media (max-width: 768px){
    a.navbar-toggle:hover,
    a.navbar-toggle:focus {
        text-decoration: none;
        color: #18360c;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        margin: 0px;
        padding: 9px 10px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
        text-align: center;
        list-style: none;
        color: #18360c;
    }
    .navbar-toggle i {
        font-size: 2.2rem;
        color: #18360c;
    }
    .navbar-toggle span {
        display: block;
        font-size: 0.8rem;
    }
    .news_container {
        padding: 20px 10px;
    }
    .category-top .nav-justified>li>a,
    .category-bottom .nav-justified>li>a {
        text-align: left;
    }
    .breadcrumb {
        margin-bottom: 0;
        font-size: 1.0rem;
    }
    .breadcrumb>li+li:before {
        border-left-color: #ccc;
    }
    .breadcrumb>li+li:before {
        color: #ccc;
    }
    .breadcrumb>li+li:after, .breadcrumb>li+li:before {
        top: 7px;
    }
    h2.title {
        font-size: 20px;
        font-size: 2.0rem;
        padding-left: 30px;
        margin: 10px 0 10px;
    }
    h2.title:after {
        width: 20px;
        height: 20px;
    }

    h2.seijin_speed_title {
        font-size:25px;
    }

    h3.title {
        font-size: 18px;
        font-size: 1.8rem;
        padding-left: 13px;
        margin: 10px 0 10px;
    }
    h3.title:after {
        width: 20px;
        height: 20px;
    }
    h3.fd {
        font-size: 1.4rem!important;
    }
    h4 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 10px 0 10px;
    }
    .solid h4{
        font-size: 14px;
        font-size: 1.4rem;
        margin: 10px;
    }
    .date_search_item.date_search_item-date.col-sm-5.col-xs-5{
        padding-right: 0;
    }
    .date_search_item.date_search_item-type.col-sm-5.col-xs-5{
        padding-left: 0;
        padding-right: 0;
    }
    .date_search_item.date_search_item-btn.col-sm-2.col-xs-2{
        padding-left: 0;
    }
    .search_block{
    }

    .search_block dl{
        padding: 0;
    }

    .search_block dt{
    }

    .search_block dd{
    }

    .search_block dd a{
        font-size: 1rem;
    }
    .feature_753{
        background: #F6F6E5;
        padding: 10px 15px;
        border: 5px solid #62862C;
    }
    .inline_block_before {
        max-width: 100%;
        /*height: 240px;*/
        display: block;
        text-align: center;
        margin: 10px auto 10px;
        overflow: hidden;
    }
    .modal-dialog {
        margin: 0px;
    }
    .modal-body {
        height: 100%;
        height: -webkit-calc(100% - 53px - 146px);    /* 2013年10月以前のSafariをサポートする場合 */
        height: calc(100% - 53px - 146px);
        overflow-y: scroll;
    }
    .modal-footer {
        padding: 15px 0;
        margin:0;
        text-align: center;
    }
    .modal-footer input#check {
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    #detail_cart_box__insert_button{
        position: fixed;
        left: 2%;
        bottom: 2%;
        z-index: 999;
        width: 96%;
        background: rgba(255,255,255,0.75);
        padding: 10px 5px 5px;
    }
    .top_recommend_title_overlay {
        background-color: rgba(0,0,0,0.4);
    }
    .top_recommend_title-point {
        background:url(../img/top/bg_point.jpg) no-repeat right center;
    }

    .top_recommend_title-flow {
        background:url(../img/top/bg_flow.jpg) no-repeat right center;
    }

    .top_recommend_title-service {
        background:url(../img/top/bg_service.jpg) no-repeat right center;
    }
    .service_753.thumbnail{
        min-height: auto;
    }
    /*modal*/
    div.modal-dialog {
        /*height: 100% !important;*/
    }
    div.modal-content {
        /*height: 100% !important;*/
    }
/*
    div.modal-body {
        max-height: 700px !important;
    }
*/
    /*tab area*/
    .nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        font-size: 1.1rem;
    }
    .top_recommend_title {
        margin-bottom: 10px;
    }
    .top_recommend_title_inner {
        min-height: 40px;
        padding: 20px !important;
    }
    h2.top_recommend_title_jpn {
		font-size: 1.5rem !important;
		text-shadow: 1px 1px 1px rgba(0,0,0,.25);
    }
    h2.top_recommend_title_jpn.sub_category {
        /* font-size: 1.2rem !important; */
        text-shadow: 0px 0px 0px #fff;
    }
    div.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
        top: 50px !important;
        left: 5%!important;
        width: 90%!important;
        position: fixed!important;
    }
    div.datepicker-days table {
        width: 100%;
    }
    .datepicker-dropdown:before {
         border-left: 0px solid transparent;
         border-right: 0px solid transparent;
         border-bottom: 0px solid #999;
    }
    .datepicker-dropdown:after {
         border-left: 0px solid transparent;
         border-right: 0px solid transparent;
         border-bottom: 0px solid #fff;
        }
}
@media (max-width: 736px){
    .inline_block_before {
        height: 240px;
    }
}
@media (max-width: 320px){
    .inline_block_before {
        height: 200px;
    }
}
.nav-tabs>li>a{
    background-color: #D6E5CF;
    padding: 10px 7px !important;
}
.nav-tabs>li.active>a{
    background-color: #fff;
}
.underline{                                                    
    text-decoration: underline;                                                         
}
.link-blue{                                                    
	text-decoration: underline;
	color: #15c;
}
/*sp new nav*/
.sp-nav-icon{
	width: 25px;
}
.fs11{
	font-size: 11px;
}
.fs13{
	font-size: 13px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs24{
	font-size: 24px;
}
.fs40{
	font-size: 40px;
}
.special-pink{
	color: #FD53AA;
}
#sp-nav-menu{
	z-index: 999;
}
#sp-nav-menu .modal-body{
	height: 100% !important;	
}
.bg-inherit{
	background: inherit;	
}
.bg-white{
	background: white;
}
.bg-gray{
	background: #F5F5F5;
}
.bg-rgba{
	background-color: rgba(0,0,0,0.5);
}
.bg-white-rgba{
	background: rgba(255,255,255,0.8);
}
.seijin-btn{
	background: #DD515F;
	color: white;
}
#sp-nav-menu-seijin{
	font-weight: bold;
}
.sns-icon{
	width: 30px;
}


/*卒業式LP*/
.hakama_page .thumbnails .thumbnail .caption h3{
	-webkit-line-clamp: 3;
	height: 3.2em;
}
.hakama_page .thumbnails .thumbnail .caption h3 small{
	margin-bottom: 10px;
}
.sotugyou_sns{
	background-color: #ddf1e6;
}
.sns_border{
	border:none;
	border-radius: 3px;
}
.hakama-tabs .active a{
	background: #ff8939;
	color: white;
}
.hakama-tabs .active a:hover,.hakama-tabs .active a:focus{
	background: #ff8939;
	color: white;
}
.hakama-tabs li a,.hakama-tabs li a:hover,.hakama-tabs li a:focus{
	background: transparent;
	border: 1px solid #ff8939;
	color: #ff8939;
}
/*ロケーションフォト*/
.point-text h3{
	font-size: 18px;
	margin-top: -68px;
	text-align: center;
	padding: 15px;
}
.point-text{
	position: relative;
	background: rgba(255,255,255,0.80);
}
.location_price_detail{
	overflow: hidden;
}
.location_price_detail li{
	float: left;
}
.location_service h3{
	margin-top: 15px;
}
.location_service b{
	font-size: 20px;
}
.ribbon-sec {    
	display: block;
	position: relative;
	margin: 15px auto;
	padding: 0;
}
.ribbon-title {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 5px 0;
	margin: 0 0 0 -20px;
	width: 150px;
	color: white;
	background: #FFA99C;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.ribbon-title h3{
	vertical-align: middle;
	margin: 0;
	padding: 0 30px 0 15px;
	border-top: dashed 1px #FFF;
	border-bottom: dashed 1px #FFF;
	font-size: 20px;
	color: white;
	line-height: 46px;
}
.ribbon-title:after{
	position: absolute;
	content: '';
	z-index: 1;
	top: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border-width: 30px 15px 30px 0px;
	border-color: transparent white transparent transparent;
	border-style: solid;
}

.ribbon-title:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #ef8675;
}
#photo-slider .carousel-indicators{
	display: none;
}
#photo-slider .carousel-control{
	opacity: 0.7;
}
#photo-slider .carousel-inner{
	background: #e9fbe0;
}
#photo-slider .carousel-control .glyphicon-chevron-right,#photo-slider .carousel-control .icon-next{
	margin-right: -45px;
	color: #18360c;
}
#photo-slider .carousel-control .glyphicon-chevron-left,#photo-slider .carousel-control .icon-prev{
	margin-left: -45px;
	color: #18360c;
}
.shitumon_title{
	font-size: 20px;
}


/*houmongi*/
.lp_houmongi .g_nav .category-top_seijin {
    background-color: #fff5ea;
}
.lp_houmongi .g_nav .category-top_seijin ul li a{
    display: block;
    margin: 10px 0;
	color: white;
    padding: 5px;
    background-color: #D0B98D;
    border-radius: 20px;
    margin:5px 15px;
}
.lp_houmongi .g_nav .category-top_seijin ul li a:hover {
    background: #fff3d5;
	color: #D0B98D;
}
.main-houmongi{
	background: url('/template/aki/img/houmongi/houmongi_main_img.jpg') no-repeat center/cover;
}
.lp_houmongi .category-top_seijin{
	background: inherit;
}
.lp_houmongi .panel.panel-default{
	border: 1px solid #D0B98D;
}
.lp_houmongi .panel.panel-default a{
	color: #7A5900;
	font-weight: bold;
}
.lp_houmongi .panel.panel-default .glyphicon-chevron-down{
	float: right;
	padding-top: 4px;
}
.mt-20{
	margin-top: -20px;
}
.mt-40{
	margin-top: -40px;
}
.mb-10{
	margin-bottom: -10px;
}
.overflow-hidden{
	overflow: hidden;
}
.bg-houmongi{
	background: #F9F9F4;
}
.type-block{
	padding-top: 40px;
	padding-bottom: 40px;
}
.lp_houmongi a:hover{
	color: inherit;
	text-decoration: underline;
}
#lp_houmongi p{
	color: #5A5129;
}
.houmongi-title{
	font-size: 5rem;
	color: #7A5900;
	font-weight: bold;
}
.houmongi-title-area{
	text-align: center;
}
.houmongi-title-area h2{
	font-size: 16px;
	color: #7A5900;
	margin: 0 0 40px 0;
}
.houmongi-title-area span{
	font-size: 4rem;
	color: #7A5900;
	display: inline-block;
	border-bottom: 1px solid;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.lp_houmongi h3{
	color: #7A5900;
	margin: 0 0 10px 0;
}
.lp_houmongi #item-list h3{
	margin: 0;
	color: #5A5129;
}
.lp_houmongi .inline_block_before img{
	border: 1px solid #7A5900;
}
.btn-houmongi{
	display: block;
	padding: 20px;
	border: 1px solid #D0B98D;
	color: #7A5900;
	font-size: 20px;
}
.list-link .btn-houmongi{
	color: white;
	background: #D0B98D;
	margin-top: 20px;
}
.btn-houmongi span{
	font-size: 20px;
	font-weight: bold;	
}
.houmongi-column{
	border-top: 0.5px solid #7A5900;
	border-bottom: 0.5px solid #7A5900;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
.bt-none{
	border-top: none;
}
.font-bold{
	font-weight: bold;
}
.lp_houmongi .select h3{
	font-size: 16px;
	margin: 0 0 20px 0;
}
.lp_houmongi houmongi-voice h3{
	border-bottom: 1px solid;
}
.lp_houmongi .houmongi-column h3 a{
	font-size: 22px;
	color: #7A5900;
	margin-top: 0;
}
.houmongi-tabs .active .btn-houmongi{
	background: #7A5900;
	color: white;
}
.houmongi-flowbox{
	display: flex;
	justify-content: center;
}
.houmongi-flowbox > img{
	padding-left: 15px;
}
.houmongi-flowbox p{
	margin-bottom: 0;
}
.scroll-wrapper{
	overflow-x: auto;
	display: flex;
}
.yukata_page .scroll-wrapper.ul_kimonofuu{
	display: table;
}
.scroll-items{
	display: inline-block;
	width: 20%;
	padding: 0 10px;
}
.yukata_page .scroll-items{
	width: 25%;
}
.thumbnails .thumbnail .caption h3.scroll-title{
	height: 4.5em;
}
.yukata_page .thumbnails .thumbnail .caption h3.scroll-title{
	height: 4em;
}
.baloon_woman{
	width: 60px;
	position: absolute;
	left: 430px;
	top: -15px;
}
.baloon_man{
	width: 60px;
	position: absolute;
	right: 100px;
	top: 0;
}
@media screen and (max-width: 1024px) {
	.baloon_woman{
		left: 120px;
	}
	.baloon_man{
		right: 50px;
	}
}
@media screen and (max-width: 896px) {
	.baloon_woman{
		width: 40px;
		left: 120px;
		top: 0px;
	}
	.baloon_man{
		width: 40px;
		right: 20px;
		top: 10px;
	}
}
@media screen and (max-width: 767px){
	.main-houmongi{
		background: url('/template/aki/img/houmongi/houmongi_main_img.jpg') no-repeat left/cover;
	}
	.btn-houmongi{
		font-size: 15px;
	}
	.yukata_page .scroll-wrapper{
		display: flex;
	}
	.baloon_woman{
		width: 50px;
		left: 65px;
		top: -10px;
	}
	.baloon_man{
		width: 40px;
		right: 10px;
		top: 10px;
	}
	.scroll-items .inline_block_before{
		height: 180px;
	}
	.scroll-items,.yukata_page .scroll-items{
		width: 50%;
	}
	.yukata_page .thumbnails .thumbnail .caption h3.scroll-title{
		height: 6em;
	}
}

/*思い出フォトプラン*/
.photo_plan{
	color: #595959;
}
.plan-info{
	background: #F8F6F0;
	padding: 15px;
	margin-top: -23px;
	margin-bottom: 50px;
}
.photo_plan h2{
	font-size: 24px;
	color: #595959;
	margin-top: -16px;
	margin-bottom: 30px;
}
.photo_plan h3{
	font-size: 18px;
	color: #E47380;
	background: white;
	padding: 7px 14px;
	display: inline-block;
	border-radius: 5px;
}
.photo_plan .btn-orange{
	background: #E47380;
}
.photo_plan .price{
	display: inline-block;
	background: linear-gradient(transparent 60%, #EFFBD5 60%);
	padding-left: 5px;
	font-size: 16px;
}
@media screen and (max-width: 320px){
    .photo_plan .price{
        font-size: 13px;}
}

.photo_plan .price.price02{
	background: linear-gradient(transparent 60%, #F8E4E6 60%);
}
.photo_plan .bg01{
	background: #F8E4E6;
}
.photo_plan .bg02{
	background: #EFFBD5;
}
.photo_plan  .bg03{
    background: #fcffe9;
 }
#plan01, #plan02, #plan03{
	margin-top: -40px;
	padding-top: 40px;
}

.photo_plan .warning{
	background: white;
	padding: 15px;
}
.photo_plan .warning h3{
	color: #E47380;
	font-weight: bold;
}
.photo-fancy{
	padding: 0.2em 0.5em;
	margin: 2em 0;
	background: #F8E4E6;
	box-shadow: 0px 0px 0px 10px #F8E4E6;
	border: dashed 2px white;
}
.photo-fancy p {
	margin: 0; 
	padding: 0;
}
.pc-left{
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.pc-left {
		text-align: center;
	}
}
/*コロナ対策*/
.management .title-area{
	background: #07c1ea;
	padding: 10px 0;
}
.management .title-area h2{
	color: white;
}
.management h3{
	font-size: 15px;
	text-align: center;
	margin: 0;
}
.measures{
	display: flex;
	align-items: center;
	border: 1px solid #07c1ea;
	margin-bottom: 15px;
}
.measures h3{
	width: calc(100% - 37px);
	color: #07c1ea;
	font-weight: bold;
	padding-right: 37px;
}
.measures span{
	display: inline-block;
	color: white;
	background: #07c1ea;
	padding: 15px 20px;
}
.measures-list span{
	padding-right: 10px;
}
.measures-list li{
	margin-bottom: 5px;	
}
.client h3{
	color: #07c1ea;
	border: 1px solid #07c1ea;
	background: white;
	padding: 10px;
    font-weight: bold;
}
.client p{
	margin-bottom: 30px;
}
@media (max-width: 768px){
	.management h2{
		font-size: 2.0rem;
	}
}

/*オンライン下見ページ*/
.block-online{
	padding-top: 80px;
	padding-bottom: 80px;
}
.online_previews_page h2{
	margin-top: 0;
	margin-bottom: 30px;
}
.online_previews_page .row{
	padding-bottom: 0;
}
.online_previews_page .flex{
	display: flex;
}
.online_previews_page .align-items-center{
	align-items: center;
}
.online_previews_page .btn-pink{
	display: inline-block;
	color: white;
	background: #fa6a7d;
	border-radius: 5px;
	padding: 20px 40px;
	margin-top: 50px;
}
.online_previews_page .emphasis{
	font-size: 22px;
}
.pink-marker{
    display: inline-block;
    background: linear-gradient(transparent 60%, #F8E4E6 60%);
}
.pink-marker-02{
    background: linear-gradient(transparent 60%, #F8E4E6 60%);
    display: inline;
    padding: 0 2px 4px;
}
.online-step{
	text-align: center;
}
.online-step h3{
	font-size: 16px;
}
.online-step img{
	display: block;
	margin: 30px auto;
}
.online-step small{
	display: inline-block;
	text-align: left;
}
#line{
	border: 3px solid #25b900;
	padding: 15px;
}
#zoom{
	border: 3px solid #2d8cff;
	padding: 15px;
}
.btn-line{
	display: inline-block;
	color: white;
	background: #25b900;
	padding: 15px;
	border-radius: 5px;
}
.btn-zoom{
	display: inline-block;
	color: white;
	background: #2d8cff;
	padding: 15px;
	border-radius: 5px;
}
@media screen and (max-width: 767px){
	.online_previews_page .flex{
		display: block;
	}
	.online_previews_page .align-items-center{
		align-items: center;
	}
    .sp-wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .online_previews_page .btn-pink.freeinfo{
        margin-bottom: 50px;
    }
}


/*new style fix css*/
.seijin .top_recommend_title_jpn {color: #333 !important;}
.seijin .top_recommend_title_jpn + span {color: #333 !important;}
@media (min-width: 374px) and (max-width: 390px) {
    .nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {font-size: 1.4rem;}
}
@media (min-width: 374px) and (max-width: 415px) {
    .seijin .top_recommend_title_jpn {font-size: 15px !important;}
    .seijin .top_recommend_title_jpn + span {font-size: 15px !important; margin-top: 5px; display: block;}
    .nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {font-size: 1.3rem;}
}

/*info_hairmake*/
.info_hairmake dt b {
    background: linear-gradient(transparent 60%, #dff8d9 60%);
    padding-bottom: 3px;
    margin-bottom: 5px;
    display: inline-block
}

/* spacing */
.my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
