@charset "utf-8";

/***************************************************************************
 *
 * index.css
 *
 ***************************************************************************/


/*area1*/

.area1 {
    overflow: hidden;
}

.news {
    background: url(../img/index/area1_newsbg.png);
    border: solid 1px #ded7c0;
    padding: 10px;
    margin-top: 35px;
    position: relative;
}

.news h3 {
    font-size: 16px;
    line-height: 42px;
    color: #573900;
    padding-left: 17px;
}

.news .post-date {
    font-size: 11px;
    line-height: 42px;
    color: #9f8b5a;
    margin-left: 45px;
}

.news .title {
    margin-left: 22px;
    max-width: 750px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .title a {
    font-size: 14px;
    line-height: 42px;
    color: #000;
}

.news .title a:hover {
    text-decoration: underline;
}

.news .flower {
    position: absolute;
    top: -35px;
    right: -130px;
    z-index: -1;
}

.banner_area img{
    margin:10px auto;
}

.tr-col {
    margin-top: 50px;
}

.tr-col .col {
    float: left;
    width: 360px;
}

.tr-col .col+.col {
    margin-left: 20px;
}

.tr-col .col h4 {
    text-align: center;
    margin-bottom: 25px;
}

.tr-col .col .bxslider li {
    position: relative;
}

.tr-col .col .bxslider li .caption {
    text-align: center;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    letter-spacing: 1px;
}

.tr-col .col .btn {
    margin-top: 12px;
}

.tr-col .bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0;
}

.area1 .imgFull {
    margin-top: 60px;
    height: 419px;
    background: url(../img/index/area1_img.png) center no-repeat;
}

.area2 {
    margin-top: 60px;
    padding: 64px 0;
    background: url(../img/index/area2_bg.png);
}

.area2 .boxbaner {
    width: 100%;
    overflow: hidden;
}

.area2 .boxbaner+.boxbaner {
    margin-top: 40px;
}

.area2 .boxbaner .bn {
    float: left;
}

.area2 .boxbaner .bn+.bn {
    float: right;
}

.area2 .boxbaner .bn a {
    display: inline-block;
}

.area2 .boxbaner .bn.relative {
    position: relative;
}

.area2 .boxbaner .bn.relative a {
    position: absolute;
    left: 32px;
    bottom: 30px;
}

.area2 .boxSlider {
    width: 658px;
    float: right;
    border: 1px solid #e3d8bd;
    background: #fff url(../img/index/area2_bgSlider.png) left top no-repeat;
    padding-top: 19px;
}

.area2 .boxSlider h3 {
    text-align: center;
    margin-bottom: 14px;
}

.area2 .boxitem {
    background-size: 100%;
    padding: 0 33px 33px 33px;
}

.area2 .itemMain {
    overflow: hidden;
}

.area2 .itemleft {
    float: left;
    width: 330px;
    text-align: center;
}

.area2 .itemleft img {
    display: inline-block;
}

.area2 .itemright {
    float: right;
    width: 240px;
}

.area2 .itemright .textred {
    font-size: 14px;
    color: #a1000e;
    font-weight: bold;
    padding-right: 20px;
}

.area2 .itemright .text {
    font-size: 12px;
    line-height: 1.9;
    color: #666;
    margin-top: 15px;
    padding-right: 20px;
}

.area2 .itemright .price {
    margin-top: 12px;
}

.area2 .itemright .price .tit {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    width: 42px;
    text-align: center;
    background: #cd9a00;
}

.area2 .itemright .price .num,
.area2 .itemright .price .pri {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 5px;
}

.area2 .itemright .itmButton {
    margin-top: 33px;
}

.area2 .bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0;
}

.area2 .bx-wrapper .bx-prev {
    left: 0;
}

.area2 .bx-wrapper .bx-next {
    right: 0;
}

.area2 .bx-wrapper .bx-prev,
.area2 .bx-wrapper .bx-next {
    background: none;
    width: 42px;
    height: 40px;
}

.area2 .bx-wrapper .bx-controls-direction a {
    top: 35%;
    z-index: 2;
}

.area3 {
    overflow: hidden;
}

.area3 .inner {
    padding: 58px 25px 110px;
    position: relative;
}

.area3 .inner:before,
.area3 .inner:after {
    content: '';
    position: absolute;
    width: 9999px;
    height: 100%;
/*    background: rgba(255, 255, 255, 0.7);*/
    top: 0;
    z-index: 999;
}

.area3 .inner:before {
    right: 100%;
}

.area3 .inner:after {
    left: 100%;
}

.area3 .bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0;
}

.area3 .caption {
    color: #a1000e;
    font-size: 15px;
    margin-top: 10px;
    font-weight: bold;
}

.area3 .bx-viewport {
    overflow: visible !important;
}

.area3 .bx-wrapper .bx-prev {
    left: -25px;
}

.area3 .bx-wrapper .bx-next {
    right: -25px;
}

.area3 .bx-wrapper .bx-prev,
.area3 .bx-wrapper .bx-next {
    background: none;
    width: 42px;
    height: 40px;
}

.area3 .bx-wrapper .bx-controls-direction a {
    top: 38%;
    z-index: 2;
}


/*area4*/

.area4 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.area4 h3 {
    text-align: center;
    margin-bottom: 50px;
}

.area4 .inarea4 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../img/index/area4_bg.png);
    border-bottom: 7px solid #bc0000;
}

.area4 .tab {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 7px solid #bc0000;
}

.area4 .tab .intab {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}

.area4 .tab .intab ul {
    float: left;
    width: 100%;
}

.area4 .tab .intab ul li {
    float: left;
    width: 216px;
    text-align: center;
    margin-bottom: -5px;
    margin-right: 10px;
}

.area4 .tab .intab ul li a {
    float: left;
    width: 100%;
    padding: 21px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #d9d1b8;
    border-bottom: 0;
    transition: all .1s;
    -webkit-transition: all .1s;
}

.area4 .tab .intab ul li a .hov {
    display: none
}

.area4 .tab .intab ul li a.active,
.area4 .tab .intab ul li a:hover {
    background: #bc0000;
}

.area4 .tab .intab ul li a.active .act,
.area4 .tab .intab ul li a:hover .act {
    display: none;
}

.area4 .tab .intab ul li a.active .hov,
.area4 .tab .intab ul li a:hover .hov {
    display: inline-block;
}

.area4 .tab .intab ul li:last-child {
    margin-right: 0;
}

.area4 .inarea4 .subcontent {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
    display: none;
}

.area4 .inarea4 .subcontent.active {
    display: block;
}

.area4 .inarea4 .subcontent .sub1 {
    float: left;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px dotted #d9d1b8;
    margin-bottom: 30px;
}

.area4 .inarea4 .subcontent .sub1 p.photo1 {
    float: left;
    margin-right: 40px;
//    width: 402px;
    text-align: center;
    border: solid 6px #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.area4 .inarea4 .subcontent .sub1 .contensub1 {
    float: left;
    width: 675px;
}

.area4 .inarea4 .subcontent .sub1 .contensub1 h2 {
    float: left;
    width: 100%;
    color: #bc0000;
    font-size: 18px;
}

.area4 .inarea4 .subcontent .sub1 .contensub1 .text {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.75;
    min-height: 150px;
}

.area4 .inarea4 .subcontent .sub1 .contensub1 .price {
	float: left;
    margin-top: 12px;
}

.area4 .inarea4 .subcontent .sub1 .contensub1 .price .tit {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    width: 42px;
    text-align: center;
    background: #cd9a00;
}

.area4 .inarea4 .subcontent .sub1 .contensub1 .price .num,
.area4 .inarea4 .subcontent .sub1 .contensub1 .price .pri {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 5px;
}

.area4 .inarea4 .subcontent .sub1 .contensub1 p.btn {
    float: right;
}

.area4 .inarea4 .subcontent .sub1:last-child {
    border-bottom: 0;
}


/* ===================================================================== */

.area5 {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 85px;
}

.area5 .areaselect {
    float: left;
    width: 100%;
    background: url(../img/index/area5_bgBoxRed.png) no-repeat;
    padding: 30px;
    margin-bottom: 45px;
}

.area5 .areaselect h2 {
    float: left;
}

.area5 .areaselect form {
    float: left;
    width: 100%;
    color: #fff;
    margin-top: 25px;
    font-size: 14px;
}

.area5 .areaselect form p.textbox {
    float: left;
    width: 270px;
    /*margin-right: 10px;*/
}

.area5 .areaselect form p.textbox span:first-child {
    display: block;
    width: 100%;
}

.area5 .areaselect form p.textbox select {
    float: left;
    min-width: 61px;
    background: url(../img/index/area5_bgSelect.png) left bottom repeat-x;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    padding: 6px;
}

.area5 .areaselect form p.textbox .form-txt {
    float: left;
    margin: 10px 5px 0;
}

.area5 .areaselect form p.textbox input[type="textbox"] {
    width: 100%;
    border: none;
    border-radius: 2px;
    box-shadow: inset 1px 1px 7px rgba(0,0,0,0.5);
    padding: 7px;
}

.area5 .areaselect form p.select1 {
    float: left;
    width: 61px;
}

.area5 .areaselect form p.text {
    float: left;
    margin: 35px 5px 0;
}

.area5 .areaselect form select {
    background: url(../img/index/area5_bgSelect.png) left bottom repeat-x;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.area5 .areaselect form p.select1 select {
    float: left;
    width: 100%;
    padding: 6px;
}

.area5 .areaselect form p.select2 {
    float: left;
    width: 61px;
}

.area5 .areaselect form p.select2 select {
    float: left;
    width: 100%;
    padding: 6px;
}

.area5 .areaselect form p.select3 {
    float: left;
    width: 61px;
}

.area5 .areaselect form p.select3 select {
    float: left;
    width: 100%;
    padding: 6px;
}

.area5 .areaselect form p.select4 {
    float: left;
    width: 124px;
}

.area5 .areaselect form p.select4 select {
    float: left;
    padding: 6px;
    width: 100%;
}

.area5 .areaselect form p.select5 {
    float: left;
    width: 318px;
}

.area5 .areaselect form p.select5 select:last-child {
    float: left;
    width: 174px;
    margin-left: 10px;
}

.area5 .areaselect form p.select5 select {
    float: left;
    width: 124px;
    padding: 6px;
}

.area5 .areaselect form p.select5 span {
    min-height: 21px;
    float: left;
    width: 100%;
}

.area5 .areaselect form p span {
    margin-bottom: 5px;
    float: left;
}

.area5 .areaselect form p.btn {
    float: left;
    margin-top: 25px;
}

.area5 .subarea5 {
    float: left;
    width: 830px;
}

.area5 h3 {
    text-align: center;
    margin-bottom: 35px;
}

.area5 .subarea5 .tab {
    float: left;
    width: 100%;
    z-index: 2;
    /* background: #fff; */
    position: relative;
}

.area5 .subarea5 .tab ul {
    float: left;
    width: 100%;
    /* background: #fff; */
}

.area5 .subarea5 .tab ul li {
    float: left;
    width: 158px;
    text-align: center;
    margin-right: 10px;
    border: 3px solid #ded7c0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: url(../img/index/area5_bgTab.png);
}

.area5 .subarea5 .tab ul li:last-child {
    margin-right: 0;
}

.area5 .subarea5 .tab ul li a {
    float: left;
    width: 100%;
    padding: 27px 0;
    min-height: 73px;
}

.area5 .subarea5 .tab ul li:nth-child(2) {
    border-top: 3px solid #7a9d53;
}

.area5 .subarea5 .tab ul li:nth-child(3) {
    border-top: 3px solid #ca9500;
}

.area5 .subarea5 .tab ul li:nth-child(4) {
    border-top: 3px solid #d93f30;
}

.area5 .subarea5 .tab ul li:nth-child(5) {
    border-top: 3px solid #9e58b0;
}

.area5 .subarea5 .tab ul li:hover,
.area5 .subarea5 .tab ul li.active {
    border-bottom: solid 3px #fff;
    background: #fff;
    transition: all .1s;
}

.area5 .subarea5 .tab ul li.active a {
    background: #fff;
}

.area5 .subarea5 .content {
    float: left;
    width: 100%;
    border: 3px solid #ded7c0;
    margin-top: -3px;
    background: #fff;
    /* padding: 40px; */
    /* border-top: 0; */
    z-index: 1;
    position: relative;
}

.area5 .subarea5 .content #tab1,
.area5 .subarea5 .content .sub1 {
    float: left;
    width: 100%;
}

.area5 .subarea5 .content .sub1 .contensub1 {
    float: left;
    width: 630px;
    margin-left: 30px;
}

.area5 .subarea5 .content .sub1 .contensub1 h2 {
    float: left;
    width: 100%;
    color: #bc0000;
    font-size: 18px;
}
.area5 .subarea5 .content .sub1 .contensub1 h2 a {
    color: #bc0000;
    text-decoration: none;
}
.area5 .subarea5 .content .sub1 .contensub1 h2 a:hover {
    text-decoration: underline;
}

.area5 .subarea5 .content .sub1 .contensub1 p.text {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.75;
}

.area5 .subarea5 .content .sub1 .catdate {
    float: left;
    width: 104px;
}

.area5 .subarea5 .content .sub1 .catdate p.cat1 {
    float: left;
    background: url(../img/index/area5_bgCat1.png) no-repeat;
    background-size: 100%;
    width: 102px;
}

.area5 .subarea5 .content .sub1 .catdate a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 0;
    font-size: 12px;
}

.area5 .subarea5 .content .sub1 .catdate p.cat2 {
    background: url(../img/index/area5_bgCat2.png) no-repeat;
    background-size: 100%;
}

.area5 .subarea5 .content .sub1 .catdate p.cat3 {
    background: url(../img/index/area5_bgCat3.png) no-repeat;
    background-size: 100%;
}

.area5 .subarea5 .content .sub1 .catdate p.cat4 {
    background: url(../img/index/area5_bgCat4.png) no-repeat;
    background-size: 100%;
}

.area5 .subarea5 .content .sub1 .catdate p.cat5 {
    background: url(../img/index/area5_bgCat5.png) no-repeat;
    background-size: 100%;
}

.area5 .subarea5 .content .sub1 .catdate p.date {
    color: #999999;
    font-size: 11px;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.area5 .subarea5 .content .sub1 {
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #c3b998;
    margin: 0 10px;
}

.area5 .subarea5 .content .sub1 {
    width: 804px;
}

.area5 .subarea5 .content .tabcontent {
    padding-top: 20px;
    display: none;
}

.area5 .subarea5 .content .tabcontent.active {
    display: block;
}


/* side bar */

#mainContent .sidebar {
    float: right;
    width: 236px;
}

#mainContent .sidebar ul {
    float: left;
    width: 100%;
}

#mainContent .sidebar ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#mainContent .sidebar h2 {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 17px;
    color: #333333;
    background: url(../img/index/dot.png) no-repeat center right;
}

.facebook_box {
    background: url(../images/index/fb_logo_small.png) top left no-repeat;
    border: 1px solid #aaa;
    border-top-color: #315c99;
    width: 236px;
    height: 85px;
    margin: 8px 0 5px 0;
    float: left;
}

.facebook_box * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#facebook_icon {
    padding: 28px 0 0 0;
    margin: 0 5px 0 5px;
    float: left;
}

.facebook_box .like {
    padding-top: 33px;
    width: 150px;
    float: left;
    margin-left: 5px;
}

.facebook_box .likeTltle {
    padding: 0 0 0 5px;
    float: left;
    color: #3B5998;
    font-weight: bold;
    margin-top: -7px;
}

.facebook_box .likeTltle a {
    color: #3970a3;
    text-decoration: underline;
    font-size: 12px;
}

#CDSWIDSSP {
    width: 100% !important;
}

#CDSWIDSSP .widSSPData .widSSPAll ul {
    width: auto !important;
}

/* ------------------------ 最新情報 ------------------------ */
.news_area {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.news_area .latestinfo {
    padding: 10px;
    /* margin-top: 35px; */
    position: relative;
}

.news_area .latestinfo .flower {
    position: absolute;
    top: -35px;
    right: -130px;
    z-index: -1;
}
.news_area h3 {
    text-align: center;
    margin: 10px 0 40px auto;
    color: #bc0000;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* ------------------------ 紹介情報 ------------------------ */
.intro_area {
    overflow: hidden;
    /* margin-top: 55px; */
}

.tr-col .col {
    float: left;
    width: 360px;
    /* margin-left: 10px; */
    margin-top: 20px;
}


/* .tr-col .col+.col {
    margin-left: 20px;
} */

.tr-col .col h4 {
    text-align: center;
    margin-bottom: 25px;
}

.tr-col .col .bxslider li {
    position: relative;
}

.tr-col .col .bxslider li .caption {
    text-align: center;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    letter-spacing: 1px;
}

.tr-col .col .btn {
    margin-top: 12px;
}

.tr-col .bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0;
}

.intro_area .imgFull {
    margin-top: 60px;
    height: 486px;
    background: url(../img/index/area1_img.png) center no-repeat;
}

.intro_area .bxslider .content .sub1 .contensub1 h2 {
    float: left;
    width: 100%;
    color: #bc0000;
    font-size: 18px;
}

.intro_area .content .sub1 .contensub1 h2 a {
    color: #bc0000;
    text-decoration: none;
}

.intro_area .content .sub1 .contensub1 h2 a:hover {
    text-decoration: underline;
}

.intro_area .content .sub1 .contensub1 p.text {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.75;
}

.intro_area .content .sub1 .catdate {
    float: left;
    width: 104px;
}

.intro_area .content .sub1 .catdate a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 0;
    font-size: 12px;
}

.intro_area .content .sub1 .catdate p.cat1 {
    float: left;
    background: url(../img/index/area5_bgCat1.png) no-repeat;
    background-size: 100%;
    width: 102px;
}

.intro_area .content .sub1 .catdate p.cat2 {
    background: url(../img/index/area5_bgCat2.png) no-repeat;
    background-size: 100%;
}

.intro_area .content .sub1 .catdate p.cat3 {
    background: url(../img/index/area5_bgCat3.png) no-repeat;
    background-size: 100%;
}

.intro_area .content .sub1 .catdate p.cat4 {
    background: url(../img/index/area5_bgCat4.png) no-repeat;
    background-size: 100%;
}

.intro_area .content .sub1 .catdate p.cat5 {
    background: url(../img/index/area5_bgCat5.png) no-repeat;
    background-size: 100%;
}

.intro_area .bxslider .content .sub1 .catdate p.date {
    color: #999999;
    font-size: 11px;
    float: left;
    width: 100%;
    margin: 6px;
}

.intro_area .bxslider .content .sub1 {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 3px solid #bc0000;
    margin: 5px 10px;
}


.intro_area .bxslider .content .sub1 h2 {
    font-family:"Noto Serif JP",serif;
}

.intro_area .subarea {
    float: left;
    width: 100%;
}
.intro_area .subarea .content {
    border: 2px solid #ded7c0;
    padding: 0 5%;
}
.intro_area .subarea .content .tabcontent {
    padding-top: 0;
}

.intro_area .subarea .content .sub1 {
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #c3b998;
    margin: 0 10px;
}
.introintro_areaduction_area .subarea .content .sub1:last-child {
    border: none;
}
.intro_area .subarea .content .sub1 .catdate {
    width: 100%;
    margin-bottom: 18px;
}
.intro_area .subarea .content .sub1 .catdate p[class^=cat] {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 102px;
}
.intro_area .subarea .content .sub1 .catdate p.date {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    float: none;
    margin: 0 0 0 8px;
    font-size: 12px;
}
.intro_area .subarea .content .sub1 {
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #c3b998;
    margin: 0 10px;
}

.intro_area .subarea .content .sub1 {
    width: 804px;
}

.intro_area .subarea .content .tabcontent {
    padding-top: 20px;
    display: none;
}

.intro_area .subarea .content .tabcontent.active {
    display: block;
}

.intro_area .subarea .content .sub1 .contensub1 {
    width: 100%;
    margin-left: 0;
}
.intro_area .subarea .content .sub1 .contensub1 p.text {
    display: none;
}

/* ------------------------ 人気プラン ------------------------ */
.plan_area {
    width: 100%;
    margin: 60px auto;
    overflow: hidden;
}

.plan_area h3 {
    text-align: center;
    margin-bottom: 50px;
    color: #bc0000;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.popularplan {
    margin-bottom: 10px;
}
.popularplan:after {
    content: "";
    display: table;
    clear: both;
}
.popularplan h3 {
    margin-bottom: 30px;
    text-align: center;
    color: #bc0000;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.popularplan .package {
    margin: 0 5px 40px 5px;
    padding-top: 30px;
    border: 1px solid #e1dfdf;
    float: left;
    width: 355px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.popularplan .package:nth-child(4) {
    margin-right: 0;
    }
.popularplan .package img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
}
.popularplan .package:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}
.popularplan .package .label {
    margin: 0 5px 5px;
    width: 100px;
    padding: 2px 10px;
    color: #fff;
    display: block;
    background: #d9362e;
    text-align: center;
}
.popularplan .package h4 {
    /* margin-bottom: 10px;
    padding: 10px 30px;
    color: #251539;
    font-weight: normal;
    text-align: left; */
    width: 100%;
    /* color: #bc0000; */
}
.popularplan .package h4 a {
    color: #bc0000;
    text-decoration: none;
    font-size: 18px;
}
.popularplan .package .photo {
    height: 260px;
    overflow: hidden;
}
.popularplan .package .txt {
    padding: 25px 20px 20px 30px;
    background: #000;
}
.popularplan .package .txt:after {
    content: "";
    display: table;
    clear: both;
}
.popularplan .package .txt .person {
    float: left;
    color: #ffffff;
    line-height: 1.3em;
}
.popularplan .package .txt .price {
    float: right;
    color: #ffffff;
}
.popularplan .package .txt .price span {
    display: inline-block;
    font-size: 160%;
}
.popularplan .package .txt .price span.num {
    font-family: "Times New Roman", serif;
}
.popularplan .package .txt .price span.jp {
    font-size: 120%;
}

.popularplan .package p.cat1 {
    /* float: left; */
    background: url(../img/index/area5_bgCat1.png) no-repeat;
    background-size: 100%;
    width: 102px;
}

.popularplan .package p.cat2 {
    background: url(../img/index/area5_bgCat2.png) no-repeat;
    background-size: 100%;
}

.popularplan .package p.cat3 {
    background: url(../img/index/area5_bgCat3.png) no-repeat;
    background-size: 100%;
}

.popularplan .package p.cat4 {
    background: url(../img/index/area5_bgCat4.png) no-repeat;
    background-size: 100%;
}

.popularplan .package p.cat5 {
    background: url(../img/index/area5_bgCat5.png) no-repeat;
    background-size: 100%;
}

.popularplan .package a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 0;
    font-size: 12px;
}

/* ------------------------ 空室検索 ------------------------ */
.search_area {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 85px;
}

.search_area h3 {
    margin-bottom: 30px;
    text-align: center;
    color: #bc0000;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* ------------------------ 施設案内 ------------------------ */
.finfo_area {
    width:100%;
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 85px;
}

/* ------------------------ 施設案内 ------------------------ */
.banner_area {
    width:100%;
    max-width: 1120px;
    margin: 30px auto;
    padding:0 25px;
    overflow: hidden;
}

.banner_area .alert{
    font-size: 14px;
    text-align: center; 
    color:#bc0000;
    line-height:0;
    font-weight:bold;
}

.banner_area2 {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 60px;
    padding-top:30px;
    border-top:2px dotted #f1e4bd;
}

.banner_area .button{
    max-width:600px;
    font-size:clamp(16px , 2vw , 24px);
    font-family:"Noto Serif JP",serif;
    text-align:center;
    border:2px solid #D2B00D;
    background:#AD272D;
    margin:1em auto 0;
    padding:0.5em 1em;
}
.banner_area .button a{
    display: block;
    color:#FFF;
    text-decoration: none;
}
.banner_area .button2{
    max-width:600px;
    text-align:center;
    margin:1em auto 0;
    padding:0.5em 1em;
}

.flexbox {
    display: flex;
    justify-content:center;
}

.box1 {
    width: 50%;
    margin: auto;
}

.box1+.box1 {
    margin-left: 20px;
}

@media (max-width: 1200px) and (min-width: 768px) {
    body {
        width: 100%;
    }
    .inner {
        width: 100%;
    }
    #header .inner {
        padding: 0 10px;
    }
    .posterVid img {
        width: auto;
        height: 100%;
    }
    .banner.sp img {
        width: 100%;
    }
    .news {
        margin-left: 10px;
        margin-right: 10px;
    }
    .tr-col {
        padding: 0 10px;
    }
    .tr-col .col {
        width: 32%;
    }
    .tr-col .col+.col {
        margin-left: 2%;
    }
    .area2 .boxbaner {
        padding: 0 10px;
    }
    .area2 .boxbaner .bn.relative img {
        width: 100%;
    }
    /*
    .area2 .boxSlider {
        width: calc(100% - 450px);
    }*/
    .area2 .itemleft {
        width: 50%;
    }
    .area2 .itemright {
        width: 45%;
    }
    .area4 .tab .intab {
        width: 100%;
    }
    .area4 .tab .intab ul li {
        float: left;
        width: 19%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .area4 .inarea4 .subcontent {
        width: 100%;
    }
    .area4 .inarea4 .subcontent .sub1 {
        padding: 0 10px;
    }
    .area4 .inarea4 .subcontent .sub1 p.photo1 {
        width: 28%;
        margin-right: 0;
    }
    .area4 .inarea4 .subcontent .sub1 p.photo1 img {
        width: 100%;
        height: auto;
    }
    .area4 .inarea4 .subcontent .sub1 .contensub1 {
        float: right;
        width: 70%;
    }
    .area5 {
        width: 100%;
        padding: 0 10px;
    }
    .area5 .areaselect {
        background-size: 100% 100%;
    }
    .area5 .subarea5 {
        float: left;
        width: calc(100% - 250px);
    }
    .area5 .subarea5 .tab ul li {
        width: 19%;
        margin-right: 1.25%;
    }
    .area5 .subarea5 .content .sub1 {
        width: 98%;
    }
    .area5 .subarea5 .content .sub1 .catdate {
        width: 13%;
        text-align: center;
    }
    .area5 .subarea5 .content .sub1 .catdate p {
        width: 100% !important;
        background-size: 100% 100% !important;
    }
    .area5 .subarea5 .content .sub1 .contensub1 {
        float: right;
        width: 83%;
        margin-left: 0;
    }

    .intro_area .subarea {
        float: left;
        width: calc(100% - 250px);
    }
    .intro_area .subarea .tab ul li {
        width: 19%;
        margin-right: 1.25%;
    }
    .intro_area .subarea .content .sub1 {
        width: 98%;
    }
    .intro_area .subarea .content .sub1 .catdate {
        width: 13%;
        text-align: center;
    }
    .intro_area .subarea .content .sub1 .catdate p {
        width: 100% !important;
        background-size: 100% 100% !important;
    }
    .intro_area .subarea .content .sub1 .contensub1 {
        float: right;
        width: 83%;
        margin-left: 0;
    }
    .flexbox {
        display: flex;
    }
    .box1 {
        margin: auto;
    }

    #footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .left-footer {
        width: 45%;
        margin-right: 0;
    }
    .menu_footer {
        float: right !important;
        width: 52%;
    }
    .menu_footer ul {
        margin-left: 5%;
    }


}

@media (max-width: 767px) {

    .logo, .bannerText {
        opacity: 1 !important;
    }
    .area1 {

    }
    .news {
        display: none;
    }
    .area1 .tr-col {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 25px;
    }
    .area1 .tr-col .col {
        opacity: 0;
        width: 100%;
        padding: 0 4%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .8s;
        -webkit-transition: all .8s;
    }
    .area1 .tr-col .col+.col {
        margin-left: 0;
    }
    .area1 .tr-col .col.active {
        opacity: 1;
        z-index: 1;
    }
    .area1 .tr-col .col.first {
        position: relative;
        padding-bottom: 20px;
    }
    .area1 .tr-col .colnav {
        width: 10%;
        position: absolute;
        top: 52%;
        z-index: 2;
    }
    .area1 .tr-col .colnav.prev {
        left: 0;
    }
    .area1 .tr-col .colnav.next {
        right: 0;
    }
    .area1 .tr-col .col .img img {
        width: 100%;
    }
    .area1 .tr-col .col .btn img {
        width: 100%;
    }
    .area1 .imgFull {
        width: 100%;
        background: none;
        height: auto;
        margin-top: 45px;
    }


    .area2 {
        padding: 40px 0;
    }
    .area2 .boxbaner {
        padding: 0 4%;
    }
    .area2 .boxbaner .bn.relative {
        width: 100%;
        margin-bottom: 25px;
    }
    .area2 .boxbaner .bn.relative > img {
        width: 100%;
    }
    .area2 .boxbaner .bn.relative a {
        width: 84%;
        left: 8%;
        bottom: 8%;
    }
    .area2 .boxSlider {
        width: 100%;
    }
    .area2 .boxitem {
        padding: 0 4% 33px 4%;
    }
    .area2 .itemleft {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .area2 .itemright {
        width: 100%;
    }
    .area2 .itemright .textred {
        font-size: 17px;
    }
    .area2 .itemright .text {
        font-size: 15px;
    }
    .area2 .itemright .itmButton {
        width: 100%;
        text-align: right;
    }
    .area2 .itemright .itmButton a {
        display: inline-block;
    }


    .area3 {
        width: 100%;
        background-color: #FFFFFF;
    }
    .area3 .inner {
        width: 200%;
        padding: 50px 0 80px;
        margin-left: -50%;
    }
    .area3 .bxslider .img img {
        width: 100%;
    }
    .area3 .caption {
        font-size: 14px;
    }
    .area3 .bx-wrapper .bx-prev {
        left: 24.5%;
    }
    .area3 .bx-wrapper .bx-next {
        right: 24.5%;
    }
    .area4 .tab {
        display: none;
    }
    .area4 .inarea4 {
        border: none;
    }
    .area4 .inarea4 .subcontent {
        width: 100%;
        display: block;
        margin-top: 0;
    }
    .area4 .inarea4 .subcontent .subTitleSp {
        width: 100%;
        background: url(../img/index/sp/area4_imgsubTitle_plus.png) no-repeat 92% center;
        padding: 25px 8%;
        border-top: 2px solid #d9d1b8;
        border-bottom: 2px solid #d9d1b8;
        background-color: #bc0000;
        margin-top: -2px;
    }
    .area4 .inarea4 .subcontent.isopen .subTitleSp {
        background-image: url(../img/index/sp/area4_imgsubTitle_plus1.png);
    }
    /*.area4 .inarea4 #a4tab1 .subTitleSp {
        background-image: url(../img/index/sp/area4_imgsubTitle_dim1.png);
        background-color: #bc0000;
        border: none;
    }
    .area4 .inarea4 #a4tab1.isopen .subTitleSp {
        background-image: url(../img/index/sp/area4_imgsubTitle_dim.png);
    }*/
    .area4 .inarea4 .subcontent .subTitleSp h3 {
        display: block;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin-left: -15%;
    }
    .area4 .inarea4 .subcontent .boxListSub {
        width: 100%;
        overflow: hidden;
        display: none;
        border-bottom: 2px solid #d9d1b8;
    }
    /*.area4 .inarea4 #a4tab1 .boxListSub {
        display: block;
    }*/
    .area4 .inarea4 .subcontent .sub1 {
        padding: 25px 4% 0;
        border: none;
        margin: 0;
    }
    .area4 .inarea4 .subcontent .sub1 p.photo1 {
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .area4 .inarea4 .subcontent .sub1 p.photo1 img {
        width: 50%;
        float: left;
    }
    .area4 .inarea4 .subcontent .sub1 p.photo1 .phoTitsp {
        float: right;
        width: 48%;
        color: #bc0000;
        font-size: 17px;
        font-weight: bold;
    }
    .area4 .inarea4 .subcontent .sub1 .contensub1 {
        width: 100%;
        padding-bottom: 25px;
        border-bottom: 2px dotted #d9d1b8;
    }
    .area4 .inarea4 .subcontent .sub1:last-child .contensub1 {
        border-bottom: none;
    }
    .area4 .inarea4 .subcontent .sub1 .contensub1 h2 {
        display: none;
    }
    .area4 .inarea4 .subcontent .sub1 .contensub1 .text {
        line-height: 2;
        min-height: 0;
    }
    .area4 .inarea4 .subcontent .sub1 .contensub1 .price {
        margin-top: 0;
        margin-bottom: 20px;
    }


    .area5 {
        width: 100%;
        padding: 0 4% 50px;
        margin-top: 50px;
    }
    .area5 .boxBannerSp {
        width: 100%;
        margin-bottom: 40px;
    }
    .area5 .boxBannerSp ul li {
        width: 100%;
        display: block;
    }
    .area5 .boxBannerSp ul li+li {
        margin-top: 20px;
    }
    .area5 .boxBannerSp ul li a,
    .area5 .boxBannerSp ul li a img {
        display: block;
        width: 100%;
    }

    .area5 .subarea5 {
        width: 100%;
    }
    .area5 .areaselect {
        /*display: none;*/
        background-size: cover;
    }
    .area5 .tab {
        width: 100%;
    }
    .area5 .tab .tabTitleSp {
        width: 100%;
        display: block;
        text-align: center;
        background: url(../img/index/area4_bg.png);
        border: 2px solid #ded7c0;
        border-top: 2px solid #bc0000;
        padding: 10px 0;
    }
    .area5 .tab .tabTitleSp img {
        width: 28%;
        max-width: 100%;
    }

    .area5 .subarea5 .content {
        border: 2px solid #ded7c0;
        padding: 0 5%;
    }
    .area5 .subarea5 .content .tabcontent {
        padding-top: 0;
    }
    .area5 .subarea5 .content .sub1 {
        width: 100%;
        margin: 0;
        padding: 5% 0;
        border-width: 2px;
    }
    .area5 .subarea5 .content .sub1:last-child {
        border: none;
    }
    .area5 .subarea5 .content .sub1 .catdate {
        width: 100%;
        margin-bottom: 18px;
    }
    .area5 .subarea5 .content .sub1 .catdate p[class^=cat] {
        display: inline-block;
        vertical-align: middle;
        float: none;
        width: 102px;
    }
    .area5 .subarea5 .content .sub1 .catdate p.date {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        float: none;
        margin: 0 0 0 8px;
        font-size: 12px;
    }
    .area5 .subarea5 .content .sub1 .contensub1 {
        width: 100%;
        margin-left: 0;
    }
    .area5 .subarea5 .content .sub1 .contensub1 p.text {
        display: none;
    }
    .area5 .btngomore {
        width: 100%;
        margin-bottom: 20px;
    }
    .area5 .btngomore img {
        width: 100%;
    }

    /* ------------------------ 紹介情報 ------------------------ */
    .intro_area {
        /* padding: 0 4% 50px; */
        padding: 0 4% 5px;
    }

    .intro_area .tr-col {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 25px;
    }
    .intro_area .tr-col .col {
        /* opacity: 0; */
        opacity: 1;
        width: 100%;
        padding: 0 4%;
        /* position: absolute; */
        top: 0;
        left: 0;
        transition: all .8s;
        -webkit-transition: all .8s;
    }
    
    .intro_area .tr-col .col+.col {
        margin-left: 0;
    }
    .intro_area .tr-col .col.active {
        opacity: 1;
        z-index: 1;
    }
    .intro_area .tr-col .col.first {
        position: relative;
        padding-bottom: 20px;
    }
    .intro_area .tr-col .colnav {
        width: 10%;
        position: absolute;
        top: 52%;
        z-index: 2;
    }
    .intro_area .tr-col .colnav.prev {
        left: 0;
    }
    .intro_area .tr-col .colnav.next {
        right: 0;
    }
    .intro_area .tr-col .col .img img {
        width: 100%;
    }
    .intro_area .tr-col .col .btn img {
        width: 100%;
    }
    .intro_area .imgFull {
        width: 100%;
        background: none;
        height: auto;
        margin-top: 45px;
    }
    
    .intro_area .subarea .content {
        border: 2px solid #ded7c0;
        padding: 0 5%;
    }
    .intro_area .subarea .content .tabcontent {
        padding-top: 0;
    }
    .intro_area .subarea .content .sub1 {
        width: 100%;
        margin: 0;
        padding: 5% 0;
        border-width: 2px;
    }
    .intro_area .subarea .content .sub1:last-child {
        border: none;
    }
    .intro_area .subarea .content .sub1 .catdate {
        width: 100%;
        margin-bottom: 18px;
    }
    .intro_area .subarea .content .sub1 .catdate p[class^=cat] {
        display: inline-block;
        vertical-align: middle;
        float: none;
        width: 102px;
    }
    .intro_area .subarea .content .sub1 .catdate p.date {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        float: none;
        margin: 0 0 0 8px;
        font-size: 12px;
    }
    .intro_area .subarea .content .sub1 .contensub1 {
        width: 100%;
        margin-left: 0;
    }

    .intro_area .subarea .content .sub1 .contensub1 h2 {
        font-family:"Noto Serif JP",serif;
    }
    .intro_area .subarea .content .sub1 .contensub1 p.text {
        display: none;
    } 
    
    .intro_area .btngomore {
        width: 100%;
        margin-bottom: 20px;
    }
    .intro_area .btngomore img {
        width: 100%;
    }
    
    .intro_area .sptitle  {
        width: 100%;
        display: block;
        text-align: center;
        background: url(../img/index/area4_bg.png);
        border: 2px solid #ded7c0;
        border-top: 2px solid #bc0000;
        padding: 10px 0;
    }

    /* ------------------------ プラン紹介 ------------------------ */
    .plan_area {
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
    }
    
    /* ------------------------ 施設案内 ------------------------ */
    .finfo_area {
        width: 100%;
        padding: 0 4% 50px;
        margin-top: 0px;
    }

    /* ------------------------ 施設案内 ------------------------ */
    .banner_area {
        width: 100%;
        margin-top: 5px;
    } 
    .banner_area2 {
        width: 100%;
        margin-bottom:25px;
        padding: 0 4%;
    } 

    .flexbox {
        display: block;
    }
    .flexbox .box1 {
        width: 100%;
        margin: 0 auto;
    }
    .flexbox .box1 a img {
        width: 100%;
        margin-top: 15px;
    }
    .flexbox .box1:last-child a img {
        display: flex;
        justify-content: center;
        width: auto;
        margin: 15px auto 0;
    }

    #mainContent .sidebar {
        width: 100%;
        margin-top: 20px;
    }
    #mainContent .sidebar ul li {
        margin-bottom: 20px;
        text-align: center;
    }
    #mainContent .sidebar ul li:last-child {
        margin-bottom: 0;
    }
}
/* ------------------------ トップモーダル ------------------------ */
.top_modal {
  background-color: rgba(0,0,0, .7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  display: flex;
}
.top_modal>* {
    width: 80%;
    height: 80%;
    max-width: 1200px;
    background-color: #fff;
    position: relative;
    padding: 2em;
}
.top_modal-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.top_modal-parts {
    display: inline-block;
    width: 3em;
    height: 3em;
    position: relative;
    border: 2px solid #fff;
    cursor: pointer;
    background-color: #000;
    border-radius:  50%;
    position: absolute;
    top: 0;
    right:  0;
    transform: translate(30%, -30%);
}
.top_modal-parts::before,
.top_modal-parts::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -8% 0 0 -42%;
    background: #fff;
}
.top_modal-parts::before {
    transform: rotate(-45deg);
}
.top_modal-parts::after {
    transform: rotate(45deg);
}

.main_slider .bx-wrapper{
    margin-bottom:0;
}
.main_slider .text{
    padding:1em 0;
}
.main_slider  {
    overflow: hidden;
}
.main_slider  .inner {
    padding: 0 25px;
    position: relative;
}
.main_slider .inner:before,
.main_slider  .inner:after {
    content: '';
    position: absolute;
    width: 9999px;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    z-index: 999;
}
.main_slider  .inner:before {
    right: 100%;
}

.main_slider .inner:after {
    left: 100%;
}

.main_slider  .bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0;
}
.main_slider .bx-viewport {
    overflow: visible !important;
}

.main_slider .bx-wrapper .bx-prev,
.main_slider  .bx-wrapper .bx-next {
    background: none;
    width: 42px;
    height: 40px;
}


.area3_wrap{
  background:#f1e4bdCC;
}
.area3_wrap .bx-wrapper{
  background:#f1e4bdCC;
  padding:15px;
}
.