@charset "UTF-8";
/* -------------------------------------------------------- CSS Information
Last up date:   2016
Style Info:     home css
------------------------------------------------------------------------ */

/*CommonCSS_link*/
/*------------------------------------------------------------*/
header {
	height: auto!important;
}
@media print, screen and (min-width:768px) {
header {
	height: auto!important;
}
}


.tx_md {
    margin-bottom: 20px;
}

.btn_box {
    margin-top: 20px;
}

.tx_caption {
    margin-bottom: 20px;
}

.prefecture li {
    display: inline-block;
    margin: 0 3px 10px;
    border: 1px dotted #ccc;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #ffffff;
}

input {
    text-align: left;
}

.txt_red {
    color: #8C1A1A;
}

ol.list_campaign {
    margin: 0 10%;
    width: 80%;
}

ol.list_campaign li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

@media screen and (max-width:768px) {

    ul.prefecture {
        list-style: none;
        max-width: 500px;
        margin: 0 auto;
    }

    ol.list_campaign {
        margin: 0 5%;
        width: 90%;
    }

    ol.list_campaign li {
        font-size: 16px;
        font-weight: normal;
        text-align: left;
    }
}

@media screen and (max-width:480px) {}

/*------------------------------------------------------top*/
.index_top_v {
    width: 100%;
    padding: 0;
    background-image: url('../img/index_img/main_bg2.jpg');
    background-size: cover;
    background-position: center;
    margin: 0;
}

#index_top_v .filter {
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 70px;
    padding-bottom: 40px;
}

#index_top_v .box_area {
    text-align: center;
    clear: both;
}

#index_top_v a .box_btn {
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    color: #4F402F;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px #666;
    margin-top: 30px;
    margin-bottom: 0px;
    display: inline-block;
}

#index_top_v a .box_btn .fa {
    border: 1px solid #fff;
    border-radius: 22px;
    width: 22px;
    height: 22px;
}

#index_top_v a .box_btn .fa-angle-right {
    font-size: 20px;
}

#index_top_v .ul li.order2_1 {}

#index_top_v ul li.order2_1 span.txt1 {
    font-size: 105%;
    font-weight: normal;
    color: #ffffff;
    line-height: 200%;
    display: inline-block;
}

#index_top_v ul li.order2_1 span.txt1 .txt1_s {
    font-size: 80%;
}

@media screen and (max-width:768px) {
    #index_top_v ul li.order2_1 span.txt1 {
        font-size: 60%;
    }

    #index_top_v ul li.order2_1 span.txt1 .txt1_s {
        font-size: 60%;
    }
}
/*------------------------------------------slider*/
#mainphoto{
    margin-top: 63px;
    width: 100%;
    /*overflow: hidden; dotsがなくなるためコメント*/
		position: relative;
}
#mainphoto .slide{
}
#mainphoto .slide img{
    width: 100%;
    height: auto;
}
@media print, screen and (min-width:992px) {
    #mainphoto{
        margin-top:0;
    }
}


/*------------------------------------------slider
#mainphoto {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #f6f6f6;

}

#mainphoto div.slide_item {
    width: 50%;
    text-align: right;
    margin: 0 0 0 2%;
    padding: 0;
    background-size: cover;

}

#mainphoto .wrap {
    width: 70%;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

#mainphoto .btn_main a {
    display: inline-block;
    border-radius: 6px;
    padding: 10px 40px;
    background-color: #ffffff;
    font-size: 20px;
    color: #000000;
    transition: all .3s;
    box-shadow: rgba(120, 120, 120, 0.639216) 2px 3px 2px 1px;
    -webkit-box-shadow: rgba(120, 120, 120, 0.639216) 2px 3px 2px 1px;
    -moz-box-shadow: rgba(120, 120, 120, 0.639216) 2px 3px 2px 1px;
    float: right;
    margin-right: 10px;
}

a.btn_main:hover,
#mainphoto .btn_main a:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    opacity: 0.7;
}

#mainphoto h2,
#mainphoto h1 {
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 130%;
    font-weight: bold;
    color: #fff;
    text-align: right;
}

#mainphoto p {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 150%;
    color: #fff;
    text-align: right;
}

#mainphoto .slide_left {
    float: left;
    width: 44%;
}

#mainphoto .slide_right {
    float: right;
    width: 55%;
}

#mainphoto .bg_slide {
    border-radius: 6px;
    padding: 10px 40px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    color: #fff;
    transition: all .3s;
    box-shadow: rgba(120, 120, 120, 0.639216) 2px 3px 2px 1px;
    -webkit-box-shadow: rgba(120, 120, 120, 0.639216) 2px 3px 2px 1px;
    -moz-box-shadow: rgba(120, 120, 120, 0.639216) 2px 3px 2px 1px;
}

#mainphoto p span {
    text-decoration: underline;
}

#mainphoto .slide0 div.slide_item {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

#mainphoto .slide0 div.slide_item dl {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

#mainphoto .slide0 div.slide_item dl:after {
    content: "";
    clear: both;
    height: 0;
}

#mainphoto .slide0 div.slide_item dl dt {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}

#mainphoto .slide0 div.slide_item dl dd {
    width: 50%;
    margin: 0;
    padding: 0;
    float: right;
}

#mainphoto .slide0 div.slide_item dl dt img,
.slide0 dl dd img {
    width: 90%;
    margin: 30px auto;
    max-width: 500px;
}


@media screen and (max-width:1200px) {
    #mainphoto .wrap {
        width: 80%;
    }

    #mainphoto div.slide_item {
        width: 60%;
        max-width: 950px;
        padding: 0px 20px 30px;
        height: auto;
    }

    #mainphoto h2,
    #mainphoto h1 {
        font-size: 28px;
        margin-top: 50px;
    }

    #mainphoto p {
        margin-bottom: 28px;
        font-size: 20px;
    }

    #mainphoto .slide_left {
        width: 45%;
    }

    #mainphoto .slide_right {
        width: 55%;
    }

    #mainphoto .btn_main a {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    #mainphoto {
        padding-top: 63px;
    }
    #mainphoto .wrap {
        width: 94%;
    }

    #mainphoto div.slide_item {
        padding: 0px 0px 40px;
        height: auto;
    }

    #mainphoto h2,
    #mainphoto h1 {
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
    }

    #mainphoto p {
        margin-bottom: 20px;
        text-align: center;
    }

    #mainphoto .slide_left,
    #mainphoto .slide_right {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    #mainphoto .slide_right {
        width: 60%;
        margin-bottom: 20px;
    }

    #mainphoto .btn_main a {
        font-size: 14px;
    }

    #mainphoto .slide0 div.slide_item dl dt {
        width: 100%;
        margin: 0;
        padding: 0;
        clear: left;
    }

    #mainphoto .slide0 div.slide_item dl dd {
        width: 100%;
        margin: 0;
        padding: 0;
        clear: right;
    }

    #mainphoto h2,
    #mainphoto h1 {
        text-align: center;
        width: 100%;
    }

    #mainphoto p {
        text-align: center;
        width: 100%;
    }

    #mainphoto .slide0 div.slide_item dl dt img,
    .slide0 dl dd img {
        width: 60%;
        margin: 30px auto;
    }

}

@media screen and (max-width:480px) {
    #mainphoto {
        margin-top: 0;
        padding-top: 63px;
    }

    #mainphoto div.slide_item {
        padding: 0px 0px 40px;
    }

    #mainphoto p {
        font-size: 16px;
    }

    #mainphoto .btn_main a {
        font-size: 14px;
        clear: both;
        margin: 0 0 20px 0;
    }

    #mainphoto .bg_slide {
        margin: 0 10px;
    }

    #mainphoto .bg_slide h1 {
        font-size: 14px;
        text-align: center;
    }

    #mainphoto .bg_slide p {
        font-size: 10px;
    }
}

/*------------------------------------------------------/top*/



#index_top {
    padding: 0;
    background-image: url('../img/home_img/main_bg.jpg');
    background-size: cover;
    background-position: center;
}

#index_top .filter {
    /*background-color: rgba(255,255,255,0.4);*/
    padding-top: 70px;
    padding-bottom: 40px;
}

#index_top .h1_area {
    margin: 0px 0 30px;
    padding: 0;
}

#index_top .h1_area ul {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0;
}

#index_top .h1_area ul li {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    text-align: left;
    /*text-shadow: -1px 1px 0 rgba(0,0,0,0.3);*/
}

#index_top .h1_area ul li h1,
#index_top .h1_area ul li h2 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    text-align: center;
}

#index_top .h1_area ul li h1 {
    font-size: 38px;
}

#index_top .h1_area ul li h2 {
    font-size: 70px;
}

/** 16.3.15 -> **/
#index_top .h1_area ul li {
    text-shadow: #4F402F 2px 2px 0px, #4F402F -2px 2px 0px, #4F402F 2px -2px 0px, #4F402F -2px -2px 0px;
}

/** <-16.3.15 **/
#index_top .h1_area .right_box {
    margin: 0 0 0 0;
    width: 15%;
    padding: 0;
    font-size: 30px;
    float: left;
    text-align: center;
    color: #fff;
}

#index_top .h1_area .curled-box {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 25px;
    background: #fff;
    line-height: 45px;
    opacity: 0.8;
    vertical-align: top;
    color: #000;
    font-size: 36px;
    font-style: italic;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    letter-spacing: 2px;
}

/** 16.4.1 -> **/

#index_top .h1_area .top_bg {
    display: inline-block;
    padding: 10px;
    /*background-color: rgba(204,204,204,0.8);*/
    /*background-color: rgba(000,000,000,0.8);*/
}

#index_top .h1_area .top_bg ul li {
    margin-bottom: 0;
    text-align: center;
}

#index_top .h1_area .top_bg ul {
    /*line-height: auto;*/
}

#index_top .box_grey {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 80px;
    background-color: rgba(153, 51, 51, 0.9);
    opacity: 1.0;
    color: #fff;
    font-size: 30px;
}
/*
#index_top .fa {
    border: 1px solid #fff;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    line-height: 80%;
    padding-left: 2px;
}
*/
#index_top .h1_area ul li {
    text-shadow: #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px;
    color: #4F402F;
}

/** <- 16.4.1 **/

/** 16.4.8 -> **/
#index_top .h1_area dl.fview .top_bg {
    width: 95%;
    padding: 5px;
    /*background-color: rgba(255,255,255,0.8);*/
}

#index_top .h1_area dl.fview {
    margin: 0 6%;
    padding: 0;
    width: 84%;
    position: relative;
    z-index: 1;
}

#index_top .h1_area dl.fview dt {
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    width: 50%;
}

#index_top .h1_area dl.fview dd {
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    width: 50%;
}

/*#index_top .h1_area dl.fview ul li.order2_3{margin:195px 0 0 10px;} キャンペーン前*/
#index_top .h1_area dl.fview ul li.order2_3 {
    margin: 205px 0 10px 10px;
    background: #ccc;
    padding: 5px;
    /*background-color: rgba(255,255,255,0.8);*/
}

#index_top .h1_area dl.fview ul li.order2_3 span.txt1 {
    font-size: 60%;
}

#index_top .h1_area dl.fview ul li.order2_3 span.txt2 {
    font-size: 90%;
}

#index_top .h1_area dl.fview ul li.order2_3 span.txt3 {
    font-size: 50%;
}

#index_top .h1_area ul li.order2_3 span.txt_lt {
    font-size: 40%;
    text-decoration: line-through;
}

#index_top .h1_area dl.fview .top_txt {
    background-color: #8C1A1A;
    display: block;
    padding: 10px 0;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 2px 2px #666;
}

#index_top .h1_area dl.fview .top_txt dl.fview2 {
    margin: 0 3%;
    padding: 0;
    width: 94%;
    position: relative;
    font-weight: normal;
}

#index_top .h1_area dl.fview .top_txt dl.fview2 dt {
    float: left;
    margin: 0 0 0 10%;
    padding: 0;
    width: 45%;
    text-align: left;
    font-size: 34px;
}

#index_top .h1_area dl.fview .top_txt dl.fview2 dd {
    float: right;
    margin: 0 5% 0 0;
    padding: 0;
    width: 40%;
    text-align: left;
    font-size: 34px;
}

#index_top .h1_area dl.fview .top_txt dl.fview2 span.t_txt0 {
    font-size: 28px;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-shadow: none;
    display: block;
    font-weight: normal;
    padding: 2px 0;
    margin: 0 8% 20px 8%;
    width: 84%;
}

#index_top .h1_area dl.fview .top_txt dl.fview2 span.t_txt1 {
    font-size: 52%;
    color: #fff;
    text-shadow: none;
    display: block;
    font-weight: normal;
}

#index_top .h1_area dl.fview .top_txt dl.fview2 dt span.t_txt2 {
    font-size: 100%;
    font-weight: normal;
    color: #fff;
    text-shadow: none;
    background: url("../img/index_img/top_tel.png") center left no-repeat;
    display: block;
    padding-left: 35px;
    margin-left: 5px;
}

#index_top .h1_area dl.fview .top_txt dl.fview2 dd span.t_txt2 {
    font-size: 100%;
    font-weight: normal;
    color: #fff;
    text-shadow: none;
    background: url("../img/index_img/top_touki.png") center left no-repeat;
    display: block;
    padding-left: 35px;
    margin-left: 5px;
}

#index_top .h1_area dl.fview .top_txt dl.fview2 span.t_txt3 {
    font-size: 60%;
}

/*#index_top a .box_btn{width:60%;font-size:22px;font-weight:bold;text-decoration:none;display:inline-block;text-align:center;padding:8px 10px 10px;color:#fff;background-color:#4F402F;border-radius:5px;box-shadow:2px 2px #666;margin-bottom:10px;}*/

#index_top .h1_area dl.fview dt a .box_btn {
    width: 90%;
    margin: 8px 0 15px;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 16px 10px;
    color: #fff;
    background-color: #8C1A1A;
    border-radius: 5px;
    box-shadow: 2px 2px #666;
}

/** <- 16.5.16 **/
#index_top .h1_area dl.plan_v p .fa {
    border: 1px solid #4F402F;
    border-radius: 18px;
    width: 18px;
    height: 18px;
    line-height: 90%;
    padding-left: 2px;
}

@media screen and (max-width:1100px) {
    #index_top .h1_area dl.fview {
        margin: 0 5%;
        width: 90%;
    }

    #index_top .h1_area dl.fview dt {
        clear: left;
        margin: 0 0 0 0;
        width: 100%;
    }

    #index_top .h1_area dl.fview dd {
        clear: right;
        margin: 0 0 0 0;
        width: 100%;
    }

    #index_top .h1_area dl.fview ul li.order2_3 {
        margin: 0px 0 0 0px;
    }

    #index_top .h1_area dl.fview .top_txt {
        padding: 10px 0;
        position: relative;
        top: 0px;
        left: 0;
        width: 100%;
        height: auto;
        border-radius: 5px;
        box-shadow: 2px 2px #666;
    }

    #index_top .h1_area dl.fview .top_txt dl.fview2 {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #index_top .h1_area dl.fview .top_txt dl.fview2 dt {
        clear: left;
        margin: 0 20% 10px 20%;
        padding: 0;
        width: 60%;
    }

    #index_top .h1_area dl.fview .top_txt dl.fview2 dd {
        clear: right;
        margin: 0 20% 0 20%;
        padding: 0;
        width: 60%;
    }

    #index_top .h1_area dl.fview .top_txt dl.fview2 dt span.t_txt2 {
        font-size: 100%;
        margin-left: 15px;
    }

    #index_top .h1_area dl.fview .top_txt dl.fview2 dd span.t_txt2 {
        font-size: 100%;
        margin-left: 15px;
    }
}

@media screen and (max-width:768px) {
    #index_top .h1_area dl.fview ul li.order2_1 span.txt1 {
        font-size: 100%;
    }

    #index_top .h1_area dl.fview dt ul li.order2_1 span.txt1 {
        font-size: 100%;
    }

    #index_top .h1_area dl.fview .top_txt dl.fview2 dt {
        clear: left;
        margin: 0 10% 10px 10%;
        padding: 0;
        width: 80%;
    }

    #index_top .h1_area dl.fview .top_txt dl.fview2 dd {
        clear: right;
        margin: 0 10% 0 10%;
        padding: 0;
        width: 80%;
    }

    #index_top .h1_area dl.fview .top_txt dl.fview2 span.t_txt0 {
        font-size: 24px;
    }

    #index_top .h1_area dl.fview .top_txt dl.fview2 span.t_txt1 {
        font-size: 40%;
    }

    #index_top .h1_area dl.fview .top_txt dl.fview2 dt span.t_txt2 {
        font-size: 80%;
    }

    #index_top .h1_area dl.fview .top_txt dl.fview2 dd span.t_txt2 {
        font-size: 80%;
    }

    #index_top .h1_area dl.fview dt a .box_btn {
        font-size: 16px;
        font-weight: normal;
    }

    /** <- 16.5.16 **/
}

@media screen and (max-width:480px) {
    #index_top .h1_area dl.fview .top_txt dl.fview2 dt span.t_txt2 {
        font-size: 60%;
    }

    #index_top .h1_area dl.fview .top_txt dl.fview2 dd span.t_txt2 {
        font-size: 60%;
    }

    #index_top a .box_btn {
        width: 90%;
        font-size: 18px;
    }

    #index_top a .box_btn .fa {
        border: 1px solid #fff;
        border-radius: 18px;
        width: 18px;
        height: 18px;
    }

    #index_top a .box_btn .fa-angle-right {
        font-size: 16px;
    }

    #index_top a .box_btn2 {
        width: 90%;
        font-size: 18px;
    }

    #index_top a .box_btn2 .fa {
        border: 1px solid #fff;
        border-radius: 18px;
        width: 18px;
        height: 18px;
    }

    #index_top a .box_btn2 .fa-angle-right {
        font-size: 16px;
    }
}

/** <- 16.4.8 **/

/** 16.5.16 -> **/
#index_top .h1_area dl.plan_v .wrap_1view {
    width: 95%;
    padding: 5px 5px 0 5px;
    margin: 0;
}

#index_top .h1_area dl.plan_v {
    width: 84%;
    padding: 0;
    margin: 20px 6% 0;
    display: inline-block;
}

#index_top .h1_area dl.plan_v a dt {
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 30%;
    display: inline-block;
    background-color: #8C1A1A;
}

#index_top .h1_area dl.plan_v a dd {
    float: left;
    margin: 0 5% 0 5%;
    padding: 10px 0;
    width: 30%;
    display: inline-block;
    background-color: #8C1A1A;
}

#index_top .h1_area dl.plan_v a dd.last {
    margin: 0;
    width: 30%;
    background-color: #8C1A1A;
}

#index_top .h1_area dl.plan_v a:hover dt,
#index_top .h1_area dl.plan_v a:hover dd {
    background-color: rgba(204, 00, 51, 0.7);
}

#index_top .h1_area dl.plan_v h2 {
    margin: 5px 5px 0;
    padding: 0 0px 5px;
    width: auto;
    text-align: center;
    font-size: 21px;
    color: #ffffff;
}

#index_top .h1_area dl.plan_v h2 .fa {
    border: 1px solid #fff;
    border-radius: 18px;
    width: 18px;
    height: 18px;
    line-height: 75%;
    padding-left: 2px;
}

#index_top .h1_area dl.plan_v p {
    margin: 0 5px;
    padding: 10px 0px;
    width: auto;
    text-align: center;
    font-size: 16px;
    color: #4F402F;
    background: #ffffff;
}

#index_top .h1_area dl.plan_v p small {
    font-weight: normal;
    color: #4F402F;
}

#index_top .h1_area dl.fview ul li.order2_1 h1 {
    line-height: 100%;
}

#index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info1 {
    font-weight: bold;
    padding: 3px 0 10px;
    border-bottom: 2px solid #ffffff;
    margin: 3px 0 8px;
    font-size: 42px;
    color: #ffffff;
}

#index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info2 {
    margin: 0 0 8px;
    font-size: 42px;
    color: #ffffff;
    line-height: 150%;
}

#index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info2 span.f1 {
    font-size: 26px;
}

#index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info2 span.f2 {
    font-size: 28px;
}

#index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info2 span.f3 {
    font-size: 21px;
}

@media screen and (max-width:1100px) {
    #index_top .h1_area dl.plan_v .wrap_1view {
        width: 94%;
        padding: 0;
        margin: 20px 3% 0;
    }

    #index_top .h1_area dl.plan_v {
        margin: 0 5%;
        width: 90%;
        padding: 0;
    }

    #index_top .h1_area dl.plan_v a dt {
        clear: left;
        margin: 0 5% 20px 5%;
        width: 90%;
    }

    #index_top .h1_area dl.plan_v a dd {
        clear: left;
        margin: 0 5% 20px 5%;
        width: 90%;
    }

    #index_top .h1_area dl.plan_v a dd.last {
        clear: left;
        margin: 0 5% 20px 5%;
        width: 90%;
    }

    #index_top .h1_area dl.plan_v h2 {
        font-size: 18px;
    }

    #index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info1 {
        font-size: 22px;
        padding: 6px 0;
        margin: 6px 0 12px;
    }

    #index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info2 {
        margin: 0 0 12px;
    }

    #index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info2 span.f1 {
        font-size: 21px;
    }

    #index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info2 span.f2 {
        font-size: 23px;
    }

    #index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info2 span.f3 {
        font-size: 16px;
    }
}

@media screen and (max-width:480px) {
    #index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info1 {
        font-size: 16px;
    }

    #index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info2 span.f1 {
        font-size: 17px;
    }

    #index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info2 span.f2 {
        font-size: 17px;
    }

    #index_top .h1_area dl.fview ul li.order2_1 span.txt1 .info2 span.f3 {
        font-size: 10px;
    }
}

.fview-animation {
    /* 1秒かけてアニメーション */
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    /* 0.5秒待ってからアニメーション */
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    /* 1回繰り返す */
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#rects_wrap {
    margin: 30px 0;
    padding: 30px 0 0;
    display: inline-block;
    height: 60px;
    width: 100%;
    text-align: center;
}

#rects {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    padding: 0px;
    text-align: center;
}

/** <- 16.5.16 **/

@media screen and (max-width:992px) {
    #index_top .h1_area ul {
        margin: 0;
        width: 100%;
        clear: left;
    }

    #index_top .h1_area ul li {
        font-size: 28px;
        text-align: center;
    }

    #index_top .h1_area ul li h1 {
        font-size: 30px;
        text-align: center;
    }

    #index_top .h1_area ul li h2 {
        font-size: 60px;
    }

    #index_top .h1_area .curled-box {
        margin-bottom: 30px;
    }

    #index_top .h1_area .right_box {
        margin: 0;
        width: 100%;
        padding: 0;
        font-size: 30px;
        clear: right;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    #index_top .index_top_logo {
        width: 60%;
        margin: 0 auto 30px;
    }

    #index_top .index_top_logo img {
        width: 100%;
    }

    #index_top .box_grey {
        margin-bottom: 10px;
        padding: 10px 40px;
    }

    #index_top .box_area .tx_caption {
        font-size: 18px;
    }

    #index_top .box_area .fa {
        border: 1px solid #fff;
        border-radius: 20px;
        width: 20px;
        height: 20px;
    }

    #index_top .h1_area ul li h1 {
        font-size: 20px
    }

    #index_top .h1_area ul li h2 {
        font-size: 40px;
    }

    #index_top .filter {
        padding: 90px 0 10px;
        background-color: rgba(63, 51, 38, 0.6);
    }

    #index_top .h1_area ul li.order1 span.txt1 {
        font-size: 120%;
    }

    #index_top .h1_area ul li.order1 span.txt2 {
        font-size: 50%;
    }

    #index_top .h1_area ul li.order2 span.txt1 {
        font-weight: bold;
        font-size: 70%;
    }

    #index_top .h1_area ul li.order2 span.txt2 {
        font-weight: bold;
        font-size: 60%;
    }

    #index_top .h1_area ul li.order3 span.txt1 {
        font-size: 100%;
        font-weight: bold;
        color: #5DB2E4;
    }

    #index_top .h1_area ul li.order4 span.txt1 {
        font-size: 100%;
    }

    #index_top .h1_area ul li.order4 span.txt2 {
        font-size: 60%;
    }
}

@media screen and (max-width:480px) {
    #index_top {
        padding: 50px 0 20px;
    }

    #index_top .box_area .box_grey {
        padding: 10px 10px;
    }

    #index_top .box_area .tx_caption {
        font-size: 16px;
    }

    #index_top .box_area .fa {
        border: 1px solid #fff;
        border-radius: 20px;
        width: 20px;
        height: 20px;
    }

    #index_top .h1_area {
        margin: 20px 0 30px;
    }

    #index_top .h1_area ul li {
        font-size: 18px;
        line-height: 1.5;
        text-shadow: #4F402F 0px 0px 0px, #4F402F 0px 0px 0px, #4F402F 0px 0px 0px, #4F402F 0px 0px 0px;
    }

    #index_top .h1_area ul li h1,
    #index_top .h1_area .curled-box {
        font-size: 16px;
        line-height: 1.5;
    }

    #index_top .h1_area ul li h2 {
        font-size: 28px;
        line-height: 1.5;
    }

    #index_top .filter {
        padding: 30px 0 30px;
        background-color: rgba(63, 51, 38, 0.6);
    }

    #index_top .h1_area ul li.order2 {
        margin: -5px 0 0 20px;
    }
}

/*-------------------------------------------------------pick*/

#index_pick h2 {
    margin: 30px 0;
}

#index_pick .item_container .item3 li {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 14px;
    width: 33.3%;
    float: left;
}

#index_pick .item_container .item3 li .text_wrap {
    position: relative;
    width: 230px;
    height: 230px;
    margin: 0 auto 10px;
    padding: 0 10px;
    border: 2px solid #000;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    line-height: 140%;
}

#index_pick .item_container .item3 li.pick1 .text_wrap {
    background-image: url('../img/index_img/pick_bg1.jpg');
}

#index_pick .item_container .item3 li.pick2 .text_wrap {
    background-image: url('../img/index_img/pick_bg2.jpg');
}

#index_pick .item_container .item3 li.pick3 .text_wrap {
    background-image: url('../img/index_img/pick_bg3.jpg');
}

#index_pick .mb_50 {
    margin-bottom: 50px;
}

#index_pick .btn_box {
    text-align: center;
}

#index_pick .btn_cl01 {
    display: inline-block;
    max-width: 300px;
    margin: 0 auto;
    padding: 5px 40px;
    background-color: #8C1A1A;
    font-size: 18px;
    color: white;
    transition: all .2s;
}

@media screen and (max-width:992px) {}

@media screen and (max-width:768px) {
    #index_pick .pick_container {
        max-width: 500px;
        margin: 0 auto;
    }

    #index_pick .item_container a.item3 li {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 2% 0px;
    }

    #index_pick .item_container .item3 li {
        width: 100%;
    }

    #index_pick .item_container a.item3 li:nth-child(3) {
        margin-bottom: 0;
    }
}

@media screen and (max-width:480px) {
    #index_case .item_container li.item3 {
        width: 100%;
        padding: 0 1% 20px;
    }
}

/*-----------------------------------------------------reason2*/
#index_reason2 .content_box div.left_box {
    width: 45%;
}

#index_reason2 .content_box div.right_box {
    width: 55%;
}

#index_reason2 .content_box div.right_box p {
    padding-top: 30px;
}

#index_reason2 .btn_container {
    margin: 15px 0 25px;
    text-align: right;
}

#index_reason2 .btn_cl00 {
    padding: 5px 30px;
    font-style: italic;
    font-size: 14px;
}

#index_reason2 .content_box {
    margin-bottom: 40px;
}

/*-----------------------------------------------------reason*/
#index_reason {
    padding: 0;
    background-image: url('../img/index_img/booth.jpg');
    background-size: cover;
    background-position: center;
}

#index_reason .filter {
    padding: 40px 0;
}

#index_reason h2 {
    color: #fff;
    margin-bottom: 50px;
}

#index_reason h4 {
    font-size: 32px;
}

#index_reason .item_container li.item3 img {
    width: 100%;
    max-width: 373px;
    margin-bottom: 30px;
}

#index_reason .content_box {
    text-align: center;
}

#index_reason .btn_box {
    margin-top: 40px;
    text-align: right;
}

#index_reason .content_box .right_box,
#index_reason .content_box .left_box {
    margin-bottom: 40px;
}

@media screen and (max-width:768px) {

    #index_reason .content_box .right_box,
    #index_reason .content_box .left_box {
        margin-bottom: 30px;
    }

    #index_reason .item_container li.item3 {
        width: 100%;
    }
}

@media screen and (max-width:480px) {}

/*-----------------------------------------------------campain**/
/*#index_campain{}
#index_campain ul {
    text-align: left;
    list-style-type: none;
}
#index_campain ul li{
    list-style-type: none;
}
#index_campain h2{
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding: 5px;
    font-size: 26px;
    color:#840d02;
    font-weight:normal;
}
#index_campain .tx_md{
    margin-bottom: 20px;
    font-weight: normal;
}
#index_campain .content_box{
    text-align: center;
    margin-bottom:0px;
    padding-bottom:0px;
}
#index_campain ul{
    display:inline-block;
    margin:0 auto;
    background:#EDE9CC;
    padding:5px;
}
#index_campain li{
    font-size: 18px;
    line-height: 200%;
    margin-left: 10px;
    font-weight: bold;
    color:#840d02;
}
#index_campain li small{
    color:#840d02;
}
#index_campain li:before{
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 8px;
}
#index_campain p{
    text-align:center;
    margin:20px 15% 0 15%;
    width:70%;
    padding:0;
}
#index_campain p.txt_center{
    text-align:center;
}
#index_campain .btn_box{
    text-align: center;
    margin: 40px 0;
}
#index_campain p.txt_left780{
    text-align:left;
}
#index_campain .red{
color:#8C1A1A;
}
@media screen and (max-width:768px){
#index_campain h2{
    text-align: left;
    font-size: 18px;
}

#index_campain p{
    text-align:center;
    margin:10px 5% 0 5%;
    width:90%;
    padding:0;
}
}*/

/*-----------------------------------------------------service**/
#index_service h4 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    border-left: 5px solid rgba(63, 51, 38, 0.6);
    padding-left: 8px;
    line-height: 140%;
}

#index_service .content_box {
    text-align: center;
    width: 100%;
}

#index_service .content_box div img {
    float: left;
    width: 40%;
}

#index_service .content_box div p {
    float: left;
    width: 60%;
    padding-left: 10px;
}

#index_service .content_box .right_box,
#index_service .content_box .left_box {
    margin-bottom: 60px;
    /*max-width: 500px;*/
    width: 49%;
}

#index_service .content_box .left_box {
    padding: 0 2% 0 0%;
}

#index_service .content_box .right_box {
    padding: 0 0% 0 2%;
}

#index_service .content_box:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:768px) {

    #index_service .content_box .right_box,
    #index_service .content_box .left_box {
        width: 100%;
        margin-bottom: 40px;
    }

    #index_service .content_box .left_box,
    #index_service .content_box .right_box {
        padding: 0 2%;
    }
}

@media screen and (max-width:480px) {
    section#index_service {
        padding: 60px 0;
    }

    #index_service .content_box .left_box,
    #index_service .content_box .right_box {
        padding: 0 10px;
    }
}

/*-----------------------------------------------------plan*/
#index_plan .item_container li.item3 {
    padding: 3%;
}

#index_plan .item_container li.item3 img {
    width: 100%;
    max-width: 283px;
    margin-bottom: 50px;
}

#index_plan h4 {
    height: 90px;
    margin-bottom: 20px;
}

#index_plan h4 small {
    font-size: 70%;
}

#index_plan .item_container li.item3 p {
    margin-bottom: 10px;
}

#index_plan table {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 14px;
    border-top: 1px dotted #000;
    border-right: 1px dotted #000;
}

#index_plan table td,
#index_plan table tr {
    width: 50%;
    border-left: 1px dotted #000;
    border-bottom: 1px dotted #000;
    padding: 10px 5px;
}

#index_plan .btn_box {
    margin-bottom: 40px;
}

#index_plan .item_container .btn_cl00 {
    width: 100%;
}

/** 16.3.15 -> **/
#index_plan .item_container li.item2 {
    padding: 3%;
    margin: 0;
    display: block;
    font-size: 14px;
    width: 46%;
    float: left;
}

#index_plan .item_container li.item2:last-child {
    float: right;
}

#index_plan .item_container li.item2 h4 {
    margin-bottom: 0px;
    height: 50px;
    line-height: 50px;
}

#index #index_plan .item_container li.item2 .tx_lg {
    font-size: 180%;
}

#index_plan .item_container li.item2 .tx_cl00 {
    margin-bottom: 10px;
}

#index_plan .item_container li.item2 img {
    width: 100%;
    margin-bottom: 30px;
}

div.price_new {
    margin-top: 10px;
    font-size: 0;
    text-align: left;
}

div.price_new p.mark_new {
    display: inline-block;
    width: 60px;
    margin-right: 5px;
    margin-bottom: 5px !important;
    text-align: center !important;
    vertical-align: top;
    border-radius: 100px;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    background: #8C1A1A;
}

div.price_new div {
    display: inline-block;
    vertical-align: top;
}

div.price_new div p {
    margin-bottom: 8px !important;
    font-size: 14px;
}

div.price_new div p span {
    color: #8C1A1A;
}

div.price_new div p span strong {
    font-size: 220%;
}

#index_plan .item_container li.item2 ul {
    margin: 0 10% 20px;
}

#index_plan .item_container li.item2 ul li {
    text-align: left;
    list-style-type: disc;
    font-size: 130%;
    margin-bottom: 0px;
}

#index_plan .item_container li.item2 ul li.list-none {
    list-style-type: none;
}

/** <- 16.3.15 **/

#index_plan {}

@media screen and (max-width:992px) {
    #index_plan .tx_lg {
        font-size: 28px;
    }

    #index_plan h4 {
        height: auto;
    }
}

@media screen and (max-width:768px) {
    #index_plan .item_container li.item3 {
        width: 100%;
        margin-bottom: 40px;
        padding: 0 5% 50px;
    }

    #index_plan .item_container li.item3:last-child {
        margin-bottom: 0;
    }

    /** 16.3.15 -> **/
    #index_plan .item_container li.item2 {
        width: 100%;
        margin-bottom: 40px;
        padding: 0 5% 50px;
    }

    #index_plan .item_container li.item2:last-child {
        margin-bottom: 0;
    }

    /** <- 16.3.15 **/
}

@media screen and (max-width:480px) {}

/*-----------------------------------------------------plan2*/
#index_plan2 h4 small {
    font-size: 70%;
}

#index_plan2 .btn_box {
    margin-bottom: 40px;
}

#index_plan2 .item_container .btn_cl00 {
    width: 100%;
}


#index_plan2 .item_container li.item6 {
    padding: 0;
    margin: 0 0 0 0;
    display: block;
    font-size: 14px;
    width: 16%;
    float: left;
    text-align: left;
    background: #ffffff;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #cccccc;
}

#index_plan2 .item_container li.item6 h4 {
    padding: 10px 0;
    margin: 0;
    width: 100%;
}

#index_plan2 .item_container li.item6 h4.plan1 {
    background: #ff6600;
    color: #ffffff;
}

#index_plan2 .item_container li.item6 h4.plan2 {
    background: #996600;
    color: #ffffff;
}

#index_plan2 .item_container li.item6:last-child {
    margin: 0;
    border-width: 1px 1px 1px 1px;
}

#index_plan2 .item_container li.item6 .price {
    margin: 10px 5%;
    padding: 0 0 10px 0;
    text-align: center;
    width: 90%;
    font-size: 90%;
    border-bottom: 1px solid #666666;
}

#index_plan2 .item_container li.item6 .price_month {
    margin: 10px 0;
    text-align: center;
    width: 100%;
    font-size: 90%;
}

#index_plan2 .item_container li.item6 img {
    width: 100%;
    margin-bottom: 30px;
}

#index_plan2 .item_container li.item6 ul {
    margin: 10px 10px 10px 0;
}

#index_plan2 .item_container li.item6 ul li {
    list-style-type: none;
    padding: 5px 0;
    margin: 0;
    display: block;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px dotted #cccccc;
    height: 50px;
    overflow-y: hidden;
}

#index_plan2 .item_container li.item6 ul li.border-none {
    border-bottom: 0px dotted #cccccc;
}

#index_plan2 .item_container li.item6 .tx_lg {
    font-size: 140%;
    font-weight: bold;
}

#index_plan2 .item_container li.item6 .price_month .tx_lg {
    color: #8C1A1A;
}

#index_plan2 .item_container li.item6 p {
    font-size: 12px;
}

#index_plan2 .item_container li.item6 p.txt_left {
    text-align: left;
    margin: 0 10px;
}

#index_plan2 .item_container li.item6 a.btn_detail {
    width: 90%;
    margin: 5px auto;
    border-radius: 8px;
    background: #8C1A1A;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}

#index_plan2 .item_container li.item3 {
    padding: 0;
    margin: 0 0.5% 0 0;
    display: block;
    font-size: 14px;
    width: 33%;
    float: left;
    text-align: left;
    background: #ffffff;
}

#index_plan2 .item_container li.item3:last-child {
    margin: 0;
}

#index_plan2 .item_container li.item3 h4 {
    margin-bottom: 0px;
    height: auto;
    /*line-height:auto;*/
    text-align: center;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #000;*/
    padding: 5px;
    font-size: 26px;
    background: #4F402F;
    color: #ffffff;
}

#index_plan2 .item_container li.item3 h4 small {
    color: #ffffff;
}

#index_plan2 .item_container li.item3 h5 {
    font-size: 140%;
    color: #8C1A1A;
    text-align: left;
    margin: 0 0 0 10px;
}

#index_plan2 .item_container li.item3 p {
    text-align: left;
    margin: 0 0 0 10px;
}

#index_plan2 .item_container li.item3 .price {
    color: #8C1A1A;
    margin: 10px 0 0 10px;
    text-align: center;
    width: 100%;
    font-size: 90%;
}

#index_plan2 .item_container li.item3 .price_month {
    color: #8C1A1A;
    margin: 30px 0 10px;
    text-align: center;
    width: 100%;
    font-size: 150%;
}

#index_plan2 .item_container li.item3 .tx_lg {
    font-size: 180%;
}

#index_plan2 .item_container li.item3 img {
    width: 100%;
    margin-bottom: 30px;
}

#index_plan2 h4 p {}

#index_plan2 .item_container li.item3 ul {
    margin: 10px 10px 10px 0;
}

#index_plan2 .item_container li.item3 ul li {
    text-align: left;
    list-style-type: none;
    font-size: 130%;
    margin: 0 0 10px 10px;
    list-style: none;
    float: left;
    padding: 3px 5px;
    background: #a79461;
    color: #ffffff;
    font-size: 100%;
}

#index_plan2 .item_container li.item3 ul li.list-none {
    list-style-type: none;
}

#index_plan2 .item_container li.item3 ul.slides {
    margin: 0;
}

#index_plan2 .item_container li.item2 {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 14px;
    width: 50%;
    float: left;
    text-align: left;
}

#index_plan2 .item_container li.item2:last-child {
    float: right;
    padding: 0 0 0 1%;
    width: 49%;
}

#index_plan2 .item_container li.item2 h4 {
    margin-bottom: 0px;
    height: auto;
    /*line-height:auto;*/
    text-align: left;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #000;*/
    padding: 5px;
    font-size: 26px;
    background: #4F402F;
    color: #ffffff;
}

#index_plan2 .item_container li.item2 h4 small {
    color: #ffffff;
}

#index_plan2 .item_container li.item2 h5 {
    font-size: 140%;
    color: #8C1A1A;
    text-align: left;
    margin: 0 0 0 10px;
}

#index_plan2 .item_container li.item2 p {
    text-align: left;
    margin: 0 0 0 10px;
}

#index_plan2 .item_container li.item2 .price {
    color: #8C1A1A;
    margin: 10px 0 0 10px;
}

#index_plan2 .item_container li.item2 .tx_lg {
    font-size: 140%;
}

#index_plan2 .item_container li.item2 img {
    width: 100%;
    margin-bottom: 30px;
}

#index_plan2 .item_container li.item2 ul {
    margin: 10px 10px 10px 0;
}

#index_plan2 .item_container li.item2 ul li {
    text-align: left;
    list-style-type: none;
    margin: 0 0 5px 10px;
    list-style: none;
    /*float: left;*/
    padding: 3px 5px;
    /*background: #a79461;
	color: #ffffff;*/
    font-size: 110%;
}

#index_plan2 .item_container li.item2 ul li.list-none {
    list-style-type: none;
}

#index_plan2 .item_container li.item2 ul.slides {
    margin: 0;
}

#index_plan2 .item_container li.item2 ul.slides li {
    margin: 0;
    padding: 0;
    background: none;
}

#index_plan2 .service_menu {
    text-align: left;
    border-bottom: #ccc 1px solid;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 120%;
}

@media screen and (max-width:992px) {
    #index_plan2 .tx_lg {
        font-size: 28px;
    }

    #index_plan2 h4 {
        height: auto;
    }
}

@media screen and (max-width:768px) {
    #index_plan2 .item_container li.item2 {
        width: 100%;
        margin-bottom: 40px;
        padding: 0 5% 0px;
    }

    #index_plan2 .item_container li.item3 {
        width: 100%;
        margin-bottom: 40px;
        padding: 0 5% 0px;
    }

    #index_plan2 .item_container li.item2:last-child {
        margin-bottom: 0;
        clear: right;
        width: 100%;
        padding: 0 5% 0px;
    }

    #index_plan2 .item_container li.item6 {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc;
    }

    #index_plan2 .item_container li.item6 ul li.border-none {
        border-bottom: 1px dotted #cccccc;
    }
}

@media screen and (max-width:480px) {

    #index_plan2 .item_container li.item2 h4,
    #index_plan2 .item_container li.item2 .price,
    #index_plan2 .item_container li.item2 .price_month {
        font-size: 18px;
    }

    #index_plan2 .item_container li.item2 img {
        margin-bottom: 10px;
    }
}

/*-----------------------------------------------------access*/
#index_access .item_container li.item3 p {
    text-align: left;
}

#index_access .content_box div.left_box {
    width: 55%;
    padding: 0;
}

#index_access .content_box div.right_box {
    width: 45%;
}

#index_access iframe {
    border: 0;
    width: 100%;
    height: 270px;
    padding: 0;
}

#index_access .right_box .mb_40 {
    text-align: left;
}

#index_access .right_box span {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
}

.gmap_sp {
    display: none;
}

@media screen and (max-width:650px) {
    .gmap_pc {
        display: none;
    }

    .gmap_sp {
        display: inline-block;
    }
}

@media screen and (max-width:800px) {
    #index_access .content_box div.left_box {
        width: 100%;
    }

    #index_access .content_box div.right_box {
        width: 100%;
    }
}

@media screen and (max-width:480px) {}

/*-------------------------------------------------------news*/
#index_news {
    padding: 20px;
    margin: 0 auto;
}

#index_news h2 {
    font-size: 34px;
    margin-bottom: 0px;
}

#index_news table {
    width: 90%;
    max-width: 900px;
    margin: 0 auto 30px;
}

#index_news table th {
    padding: 5px 1%;
    text-align: left;
    font-size: 12px;
    width: 13%;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
}

#index_news table td {
    padding: 5px 1%;
    text-align: left;
    font-size: 14px;
    width: 83%;
    border-bottom: 1px dotted #ccc;
}



#index_news .item_container li {
    margin-bottom: 20px;
}

#index_news .item_container li .thumbnail_container {
    height: 140px;
    overflow: hidden;
}

#index_news .item_container li .thumbnail_container img {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-bottom: 10px;
}

#index_news .item_container li .title a {
    font-size: 14px;
    margin-bottom: 10px;
		text-align: left;
}

#index_news .item_container li .detail p {
    font-size: 14px;
    text-align: left;
}

#index_news .item_container li .detail img {
    display: none;
}

#index_news .item_container li .more-link {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
    text-decoration: underline;
    font-size: 12px;
}

#index_news p {
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {
    #index_news h2 {
        font-size: 18px;
    }

    #index_news .item_container {
        padding: 0 1%;
    }

    #index_news .item_container li {
        margin: 0 0 20px 0;
    }
		#index_news .item_container li .detail img {
		    display: none;
		}

    #index_news .item_container li .thumbnail_container {
        height: 150px;
    }

    #index_news .item_container li .detail p a.more-link {
        display: block;
    }
		#index_news .item_container li .title a {
		    font-size: 12px;
		}



}

@media screen and (max-width:480px) {}

/**お知らせ**/
#index_info ul.item_container {
    max-width: 880px;
}

#index_info .item_container li {
    margin: 0px;
}

#index_info .item_container li.col1 {
    width: 100%;
}

#index_info .item_container li.col1 dl {
    display: inline-block;
    padding: 0;
    width: 100%;
    margin: 0;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

#index_info .item_container li.col1 dl:after {
    clear: both;
    content: "";
}

#index_info .item_container li.col1 dl dt {
    padding: 0 5px 10px 5px;
    width: 110px;
    margin: 0;
    float: left;
    text-align: left;
    font-size: 12px;
}

#index_info .item_container li.col1 dl dd {
    padding: 0 5px 10px 5px;
    width: auto;
    margin: 0;
    float: left;
    text-align: left;
}

#index_info .item_container li.col1 dl dd a {
    display: inline;
}

#index_info .item_container li.col1 dl dd .cat_maintanance {
    color: #333;
    padding: 3px;
    font-size: 12px;
}

#index_info .item_container li.col1 dl dd .cat_info {
    color: #003DA6;
    padding: 3px;
    font-size: 12px;
}

@media screen and (max-width:768px) {
    #index_info .item_container li.col1 dl {
        height: auto;
        line-height: 20px;
    }

    #index_info .item_container li.col1 dl dt {
        padding-bottom: 0;
        width: 100%;
        margin: 0;
        clear: left;
        text-align: left;
    }

    #index_info .item_container li.col1 dl dd {
        clear: left;
        text-align: left;
        padding-top: 0;
    }
}




/** index banner **/
#index_bnr .item_container {
    display: flex;
    justify-content: space-between;
}

#index_bnr .item_container li.item3 {
    width: calc(100% / 3 - 15px);
    background:rgba(0,61,166,0.1);
    padding-bottom:20px;
    margin-bottom: 20px;
}

#index_bnr .item_container li.item3 a {
    display: block;
}

#index_bnr .item_container li.item3 a .thumbnail_container {
    width: 100%;
    background: #fff;
    padding:30px 0;
}

#index_bnr .item_container li.item3 a .thumbnail_container img {
    width: 100%;
    max-width: 180px;
    margin-bottom: 0;
}

#index_bnr .item_container li.item3 a .title {
    font-weight: bold;
    color: #003da6;
    padding: 15px 15px 5px;
    position: relative;
    font-size:1.5em;
    margin:10px 0;
}
#index_bnr .item_container li.item3 a .title::before{
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    bottom:0;
    left: 0;
    right: 0;
    margin: auto auto 0;
    background: #003da6;
}
#index_bnr .item_container li.item3 a .comment {
    font-size: 1.4rem;
    padding: 15px 25px 0;
    text-align: left;
}

@media screen and (max-width:768px) {
    #index_bnr .item_container{
        padding-top: 0;
        display: block;
        justify-content: none;
    }

    /*
    #index_bnr .item_container {
       justify-content:flex-start;
        flex-direction: column;
    }
*/
    #index_bnr .item_container li.item3 {
        width:100%;
    }

}




/** mailinfo **/
/*table*/
table.inq01,
table.inq02 {
    margin-bottom: 0px;
    border-collapse: collapse;
    width: 100% !important;
}

table.inq01 span,
table.inq02 span {
    font-size: 10px;
}

table.inq01 td,
table.inq02 td {
    border-top-style: solid;
    border-bottom-style: solid;
    font-size: 13px;
    background-color: #FFFFFF;
    text-align: left;
}

table.inq01 td.ad,
table.inq02 td.ad {
    width: 30%;
}

table.inq01 th,
table.inq02 th {
    white-space: nowrap;
    color: #333333;
    font-weight: normal;
    width: 30%;
    background-color: #F1F1F1;
    border: 2px solid #ffffff;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: dotted;
    border-collapse: collapse;
    text-align: left;
    font-weight: bold;
}

table.inq01 th.hissu,
table.inq02 th.hissu {
    vertical-align: top;
}

table.inq01 td.hissu,
table.inq02 td.hissu {
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: dotted;
    border-collapse: collapse;
}

table.inq01 td {
    padding-top: 12px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: dotted;
    border-collapse: collapse;
}

table.inq01 th {
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: dotted;
    border-collapse: collapse;
}

table.inq02 td,
table.inq02 th {
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: dotted;
    border-collapse: collapse;
}

textarea {
    line-height: 150%;
}


/*submitbutton*/
.submitbutton {
    text-align: center;
    padding-bottom: 30px;
}

/*text_red*/
em {
    color: #F60;
    text-decoration: none;
}

small {
    color: #000;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

p span.error_red {
    color: #F00;
}

.ime_off {
    ime-mode: inactive;
}

.c_b7 {
    color: #B7B7B7;
}

.c_44 {
    color: #444444;
}

.end_box {
    min-height: 280px;
    height: auto !important;
    height: 280px;
    padding-top: 20px;
}

.ime_off {
    ime-mode: disabled;
}

.btn_continue {
    margin: 0 auto;
    width: auto;
    height: 50px;
    line-height: 30px;
    text-align: center;
    padding: 10px 30px 10px 30px;
    background: #9d1b0c;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
}

.btn_continue:hover,
.btn_reset:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/** 16.3.15 -> **/

#index_top .filter {
    background-color: rgba(63, 51, 38, 0.1);
}

/** <- 16.3.15 **/

/*------------------------------------------------------video再生*/
.vi_b {
    margin: 0 0%;
    width: 100%;
    height: 320px;
}

@media screen and (max-width:768px) {
    .vi_b {
        margin: 0 5% 20px;
        width: 90%;
        height: 300px;
    }
}

.vi_b1c iframe {
    margin: 0px 15% 20px;
    width: 70%;
    height: 360px;
    padding: 10px 0;
}

@media screen and (max-width:768px) {
    .vi_b1c iframe {
        margin: 0px 5% 20px;
        width: 90%;
        height: 300px;
    }
}

/*------------------------------------------------------*/
/*------------------------------------------------------winter_campaign*/
#winter {
    width: 100%;
}

#winter img {
    width: 300px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}

@media screen and (min-width:480px) {
    #winter img {
        width: 450px;
    }
}

@media screen and (min-width:768px) {
    #winter img {
        width: 700px;
    }
}

@media screen and (min-width:992px) {
    #winter img {
        width: 900px;
    }
}

/*------------------------------------------------------index_pcbooth*/
#index_pcbooth figure {
    margin: 0 0 20px;
}

#index_pcbooth figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#index_pcbooth .btn_box {
    margin: 0 auto;
    display: inline-block;
}

/*--------------------------------------------------------------------------webdesign*/
#webdesign {
    width: 100%;
    position: relative;
    display: block;
}

#webdesign img {
    display: inline-block width:100%;
    max-width: 100%;
    height: auto;
}

#webdesign a {
    display: block;
    position: relative;
    margin-top: -12%;

}

#webdesign a img {
    display: inline-block width:100%;
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------------------"plan1"*/
.box30 {
    width: 31%;
    float: left;
    padding: 10px 0;
    margin: 0 1%;
}


@media screen and (max-width:768px) {
    .box30 {
        width: 48%;
        float: left;
        padding: 10px 0;
        margin: 0 1%;
    }
}

@media screen and (max-width:480px) {
    .box30 {
        width: 98%;
        clear: left;
        padding: 10px 0;
        margin: 0 1%;
    }

    .big2 {
        font-size: 22px;
    }
}

.box30 img {
    width: 100%;
}

.title_s {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 180%;
    color: #4F402F;
    font-weight: normal;
    border-bottom: 1px solid #4F402F;
    padding-bottom: 10px;
}

.mar_b30 {
    margin-bottom: 50px;
}

#plan1 .section_inner h2 {
    margin-bottom: 0;
}

@media screen and (max-width:768px) {
    #plan1 .section_inner h2 {
        font-size: 18px;
        text-align: left;
        font-weight: bold;
    }
}


p.price_month {
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 90%;
}

p.price_month strong {
    font-size: 120%;
}

.tg2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}

.tg2 td {
    vertical-align: top;
    padding: 7px 5px;
    font-size: 80%;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    height: 20px;
    text-align: left;
    background: #ffffff;
    line-height: 1.5;
}

.tg2 th {
    vertical-align: top;
    background-color: #EDE9CC;
    font-size: 80%;
    font-weight: bold;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    text-align: left;
    line-height: 1.5;
}

.tg2 th.t_center,
.tg2 td.t_center {
    text-align: center;
}

.tg2 th.t_100,
.tg2 td.t_100 {
    font-size: 100%;
    vertical-align: middle;
}

.tg2 th.t_booth {
    background-color: #EBEBEB;
}

.tg2 td.t_booth {
    background-color: #f3f3f3;
}

.tg2 td.bold {
    font-weight: bold;
}

.tg2 td.bold2 {
    font-weight: bold;
}

.tg2 th.bold2 {
    font-size: 80%;
}

.tg2 td.ba_cell {
    font-size: 85%;
    background: #fdde9f;
    color: #8C1A1A;
    text-align: center;
}

.tg2 td.other_cell {
    background: #f6f6f6;
    text-align: center;
}

.tg2 td.center_cell {
    text-align: center;
}

.tg2 .reserved {
    background-color: #ececec;
}

.tg2 .reserved span {
    color: #cc0000;
    display: inline-block;
    border: 1px solid #cc0000;
    padding: 5px;
}

.tg2 td ul {
    margin: 0 0 0 15px;
}

.tg2 td ul li {
    margin: 0 0 5px;
}

.tg2 th.plan1 {
    border-style: solid;
    border-width: 1px;
    background: #ff6600;
    color: #ffffff;
}

.tg2 th.plan2 {
    border-style: solid;
    border-width: 1px;
    background: #996600;
    color: #ffffff;
}

/*-----------------------------------------------------totalservice**/
#rentaloffice2 .box50 {
    width: 48%;
    margin: 0 1%;
    float: left;
    /*border: 1px solid #3d3023;
	border-radius: 5px;
	padding: 10px;
	background-color: #ffffff;
		*/
}

#rentaloffice2 a:hover .box50 {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

#rentaloffice2 .box50 img {
    width: 80%;
    margin-bottom: 10px;
}

#rentaloffice2 .box50 h3 {
    color: #3d3023;
    font-size: 18px;
    line-height: 1.2;
}

@media screen and (max-width:980px) {
    #rentaloffice2 .box50 h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {
    #rentaloffice2 .box50 {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

/*accordion*/
#accordion_contents h3 {
    color: #333333;
    padding: 20px 10px;
    background: #ffffff;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    text-align: left;
    width: 100%;
}

#accordion_contents h3 span:after {
    color: #333333;
    content: '\f103';
    font-size: 100%;
    font-family: fontAwesome;
    float: right;
    width: 20px;
    display: block;
}

#accordion_contents h3.bg02 span:after {
    color: #333333;
    content: '\f102';
    font-size: 100%;
    font-family: fontAwesome;
    float: right;
    width: 20px;
    display: block;
}

#accordion_contents div {
    padding: 15px;
    display: none;
    text-align: left;
}

#accordion_contents div ul {
    list-style: disc;
    margin: 0 0 0 20px;
    padding: 0;
}

#accordion_contents div ul li {
    text-align: left;
    font-weight: normal;
    font-size: 100%;
    margin: 0 0 5px 0;
}
#index_bnr2 ul.item_container {width:100%;margin:0;padding:0;}
#index_bnr2 ul.item_container li.item4{height:auto;}
#index_bnr2 ul.item_container li.item4 img{width:100%;margin:0;padding:0;}

#tab_menu {
	/*display: flex;*/
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
}
#tab_menu li{
	/*width: 33.333%;*/
	width:49.5%;
	padding: 15px 0 13px 30px;
	margin: 0 1px 1px 0;
	text-align: left;
	list-style: none;
	cursor: pointer;
	color: #003DA6;
	background: #DDE3EE;
	font-size: 12px;
	float:left;
	position: relative;
	overflow: hidden;
	height:auto;
	line-height: 100%;
}
#tab_menu li:nth-child(2n){	margin-right: 0;}
#tab_menu li::before {
	position: absolute;
	top: 15px;
	left: 10px;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	border-top: solid 3px #003DA6;
	border-right: solid 3px #003DA6;
	transform: rotate(135deg);
}
#tab_menu li:last-child {
	margin-right: 0;
}
#tab_menu li.selected {
	background: #003DA6;
	color: #fff;
}
#tab_menu li:hover {
	background: #003DA6;
	color: #fff;
}
#tab_menu li.selected:before, #tab_menu li:hover:before {
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
}
#tab_menu::after {clear:left;content:"";display: block;}
@media print, screen and (min-width:576px) {
	#tab_menu {
		margin: 20px 0 10px 0;
	}
	#tab_menu li{
		/*width: 33.333%;*/
		width:24.8%;
}
#tab_menu li:nth-child(2n){	margin-right: 1px;}
#tab_menu li:nth-child(3n){	margin-right: 0;}
#tab_menu li{font-size:14px;}
}
