
@charset "utf-8";

/* PC用 */

.pc { display: block !important }

.sp { display: none !important }

/* TOP */

#top #header {
    margin: 0 0 0px;
}

#top .sec01 {
    background: url(../images/concept_bg.jpg) no-repeat center;
}

#top .sec01 .inner {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0 70px;
}

#top .sec01 .inner h2 {
    text-align: center;
}

#top .sec01 .concept_lead {
    text-align: center;
    margin: 0 0 0px;
}

#top .sec01 .bold_text {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 25px;
    letter-spacing: 2px;
}

#top .sec01 .text {
    text-align: center;
    line-height: 2.3;
    margin: 0 0 30px;
}

#top .sec01 .about_btn {
    margin: 0 0 31px;
}

#top .sec01 .about_btn a {
    background: #00873c;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    width: 440px;
    margin: 0 auto;
    padding: 20px 0;
    letter-spacing: 7px;
}

#top .sec01 .about_btn a:before {
    content: url(../images/bow_row_icon.png);
    padding: 0px 24px 0 0;
    vertical-align: sub;
}

#top .sec01 .stay_btn a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background: #006487;
    display: block;
    width: 365px;
    text-align: center;
    padding: 22px 0;
    letter-spacing: 3px;
    position: relative;
}

#top .sec01 .stay_btn a:after {
    content: url(../images/common/btn_arrow_white.png);
    position: absolute;
    right: 24px;
    top: 23px;
}

#top .sec01 .buy_btn a {
    background: #87004b;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    width: 365px;
    text-align: center;
    padding: 22px 0;
    letter-spacing: 3px;
    position: relative;
}

#top .sec01 .buy_btn a:after {
    content: url(../images/common/btn_arrow_white.png);
    position: absolute;
    right: 24px;
    top: 23px;
}

#top .sec02 {
    background: url(../images/sand_bg.jpg)repeat;
/*    display: none;*/
}

#top .sec02 .inner {
    width: 1060px;
    margin: 0 auto;
    padding: 50px 0 60px;
}

#top .sec02 .inner h2 {
    text-align: center;
    margin: 0px 0 20px;
}

#top .sec02 .block li {
    background: #fff;
    padding: 26px 25px 27px;
}

#top .sec02 .block li .pic {
    text-align: center;
    margin: 0 0 31px;
    display: none;
}

#top .sec02 .block li .title {
    font-size: 18px;
    color: #292929;
    text-align: center;
    font-weight: bold;
    padding: 2px 0 13px;
    letter-spacing: 2px;
}

#top .sec02 .block li .btn a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: #00873c;
    display: block;
    width: 196px;
    text-align: center;
    padding: 9px 0;
    letter-spacing: 1px;
    position: relative;
    margin: 0 auto;
}

#top .sec02 .block li .btn a:after {
    content: url(../images/common/enjoy_arrow_icon.png);
    position: absolute;
    right: 14px;
    top: 9px;
}

#top .sec03 {
    background: url(../images/movie_bg.jpg) no-repeat center top;
    padding: 67px 0 59px;
}

#top .sec03 h2 {
    margin: 0 0 31px;
}

#top .sec03 .youtube_ttl {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 6px;
    margin: 0 0 15px;
}

#top .sec03 .youtube_block {
    text-align: center;
    background: rgba(107, 100, 94, 0.3) url(../images/youtube_bg.png) no-repeat center;
    background-blend-mode: color-burn;
    /* background: #000; */
    /* opacity: 0.6; */
    width: 980px;
    margin: 0 auto;
    padding: 32px 0 38px;
}

#top .sec03 .youtube_block .youtube_list ul{
}
#top .sec03 .youtube_block .youtube_list li{
  float:left;
  width:460px;
}

#top .sec03 .youtube_block .youtube_list li:first-child{
  margin-right:20px;
  margin-left:20px;
}

#top .column02 {
    width: 980px;
    margin: 0 auto;
    padding: 40px 0 0;
}

#top .column02 .left_block {
    width: 720px;
}

#top .column02 .right_side_block {
    width: 201px;
}

#top .sec04 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 51px;
}

#top .sec04 .left_block {
    width: 100%;
}

#top .sec04 .right_block {
    width: 368px;
}

#top .sns_block {
    margin: 0 0 55px;
}

#top .sns_block .instagram_logo {
    text-align:center;
}

#top .title_block {
    border-bottom: solid #00873c 1px;
    margin: 0 0 27px;
}

#top .title_block_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid #00873c 3px;
    margin: 0 0 4px;
}

#top .border_none {
    border-bottom: none;
}

#top .title_block_inner h2 {
    font-size: 24px;
    color: #00873c;
    letter-spacing: 4px;
}

#top .title_block_inner .en_ttl {
    margin: 0 0 0 17px;
    font-family: "Yu Mincho", "YuMincho", serif;
    letter-spacing: 1px;
}

#top .archive_btn a {
    text-decoration: none;
    color: #fff;
    background: #00873c;
    display: block;
    padding: 4px 14px 4px 28px;
}

#top .archive_btn {
    position: relative;
}

#top .archive_btn a:before {
    content: url(../images/common/archive_white_arrow.png);
    position: absolute;
    top: 6px;
    left: 9px;
}

#top .sec04 .left_block li {
    margin: 0 0 16px;
    border-bottom: 1px dotted #00873c;
}

#top .sec04 .left_block li .st {
    font-size: 16px;
    margin: 0 0 6px;
    color: #00873c;
    width: 126px;
}

#top .sec04 .left_block li .ttl {
    width: 546px;
    color: #2a2a2a;
}

#top .sec04 .left_block li a {
    text-decoration: none;
}

#top .info_block {
    margin: 0 0 51px;
}

#top .info_block .right_block .content a {
    text-decoration: none;
    display: block;
}

#top .info_block .right_block .content .ttl {
    color: #243c28;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 12px 0 0;
}

#top .info_block .right_block .content .st {
    color: #00873c;
    font-size: 16px;
    font-weight: bold;
}

#top .info_block .right_block .content .post_block {
    width: 340px;
}

#top .info_block .right_block .content .post_block li img {
    width: 340px;
    height: 200px;
    object-fit: cover;
}

#top .info_block .right_block .content ul.flex li:nth-child(1) {
    width: 168px;
}

#top .info_block .right_block .content ul.flex li:nth-child(1) img {
    height: 122px;
    width: 168px;
    object-fit: cover;
}

#top .info_block .right_block .content ul.flex li:nth-child(2) {
    width: 187px;
}

#top .info_block .right_block .content ul.flex li:nth-child(2) .st {
    font-size: 16px;
    margin: 0 0 3px;
}

#top .info_block .right_block .content ul.flex li:nth-child(2) .text {
    letter-spacing: -2px;
}

#top .info_block .right_block .more:before {
    content: url(../images/bow_arrow_icon_black.png);
    padding: 0 10px 0 0;
    vertical-align: sub;
}

#top .info_block .right_block .more a {
    font-size: 16px;
    color: #2a2a2a;
}

#top .sec05 {
    margin: 0 0 54px;
}

#top .sec05 .block {
    width: 350px;
    /* background: #f3f2e6; */
    box-sizing: border-box;
    /* padding: 15px 15px; */
    margin: 0 0 22px;
}

#top .sec05 .block .content a {
    text-decoration: none;
}

#top .sec05 .left_box img {
    width: 122px;
    height: 122px;
    object-fit: cover;
}

#top .sec05 .right_box {
    width: 185px;
}

#top .sec05 .right_box p:nth-child(1) {
    letter-spacing: -1px;
}

#top .sec05 .right_box p {
    margin: 0 0 4px;
}

#top .sec05 .right_box .people {
    font-size: 12px;
}

#top .sec05 .right_box .people .st {
    font-size: 12px;
}

#top .sec05 .right_box .fee {
    font-size: 12px;
}

#top .sec05 .right_box .fee .st {
    font-size: 12px;
}

#top .sec05 p.tar:before {
    content: url(../images/bow_arrow_icon_black.png);
    padding: 0 12px 0 0;
    vertical-align: sub;
}

#top .sec05 p.tar a {
    font-size: 16px;
}

#top .sec06 {
    margin: 0 0 30px;
}

#top .sec06 .title_block_inner h2 {}

#top .sec06 li {
    margin: 0 0 27px;
}

#top .sec06 li a {
    text-decoration: none;
}

#top .sec06 li .ttl {
    font-size: 20px;
    margin: 0 0 7px;
}

#top .sec06 li .ttl:before {
    content: url(../images/common/arrow_black_icon.png);
    padding: 0 8px 0 0;
    vertical-align: text-bottom;
}

#top .sec06 .btn_area {
    margin: 0 auto;
    width: auto;
}

#top .sec06 .stay_btn a {}

#top .sec06 .stay_btn a:after {
    content: url(../images/common/btn_arrow_white.png);
    position: absolute;
    right: 24px;
    top: 23px;
}

#top .sec06 .buy_btn a {}

#top .sec06 .buy_btn a:after {
    content: url(../images/common/btn_arrow_white.png);
    position: absolute;
    right: 24px;
    top: 23px;
}


/* 共通 */

.main_img .inner_ttl {
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
    padding: 115px 0 0;
    width: 100%;
    height: 207px;
    text-align: center;
}

.main_img .main_ttl {
    color: #fff;
    font-size: 25px;
    line-height: 42px;
    letter-spacing: 0.3em;
    text-indent: 0.56em;
}

.main_img .main_ttl span {
    display: block;
    padding: 0px 0 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

#top .slider {
  margin: 30px 0 20px 0;
}


#top .slider img{
  width:830px;
}

#top .slider .slick-slide {
  margin: 0 10px 0 10px;
  opacity: .6;
}
#top .slider .slick-slide.slick-active {
  opacity: 1;
}

#top .slider-nav {
  margin: 15px auto 30px auto;
  width: 520px;
}
#top .slider-nav .slick-slide {
  margin: 5px;
  width: 120px;
  height: 60px;
  opacity: .4;
}
#top .slider-nav .slick-slide.slick-current {
  opacity: 1;
}


/* contents */

#contents {
    margin: 0 auto;
    padding: 30px 0 0;
    width: 100%;
}

#contents .path {
    margin: 0 auto;
    width: 980px;
    height: 50px;
    color: #2a2a2a;
    font-size: 14px;
}

#contents .path a {
    color: #2a2a2a;
    text-decoration: none;
}

#contents .path a:hover {
    text-decoration: underline;
}


/* main */

#main {
    float: left;
    width: 720px;
}

#main .category_ttl {
    background-image: url(../images/common/bg_ttl.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 40px;
    padding: 0 0 20px;
    color: #00873c;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.1em;
}

#main .u_contact {
    background-image: url(../images/u_contact_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0 auto;
    width: 720px;
    clear: both;
    display: none;
}

#main .u_contact_menu {
    margin: 0 auto;
    padding: 0 0 27px;
    text-align: center;
    letter-spacing: -.40em;
}

#main .u_contact_menu li {
    display: inline-block;
    margin: 0 10px;
    width: 252px;
    letter-spacing: normal;
}

#main .u_contact_menu li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
}

#main .u_contact_menu li:first-of-type a {
    background-color: #006487;
    background-position: 18px center;
}

#main .u_contact_menu li:last-of-type a {
    background-color: #BB0027;
    background-position: 11px center;
}

#main .u_contact_menu li a span {
    background-image: url(../images/common/icon01.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding: 0 0 0 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

#main .u_contact_menu li a:hover span {
    text-decoration: underline;
}

.other_menu {
    margin: 0 auto;
    text-align: center;
    letter-spacing: -.40em;
}

.other_menu li {
    display: inline-block;
    margin: 0 25px;
    width: 380px;
    letter-spacing: normal;
}

.other_menu li span {
    display: block;
    padding: 0 0 15px;
    font-size: 20px;
    letter-spacing: 0.12em;
    text-align: left;
}

.pager_menu {
    margin: 0 auto;
    text-align: center;
    letter-spacing: -.40em;
}

.pager_menu a {
    display: inline-block;
    margin: 0 3px;
    letter-spacing: normal;
}

.pager_menu a {
    display: inline-block;
    padding: 5px 10px;
    color: #292929;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    border: 1px solid #292929 !important;
    padding: 6px 11px !important;
}

.pager_menu a.nextpostslink,
.pager_menu .previouspostslink {
    background-color: #00833A;
    color: #fff;
    border: 1px solid #00833A;
}

.pager_menu a:hover {
    background-color: #BB0027;
    color: #fff;
    border: 1px solid #BB0027;
}

.pager_menu .current {
    background-color: #BB0027;
    color: #fff;
    border: 1px solid #BB0027;
    padding: 2px 14px !important;
    display: inline-block;
}

.page_navi {
    margin-bottom: 10px;
}

.page_navi li {
    float: left;
    margin: 7px 10px 0 0;
    width: 70px;
}

.page_navi li:last-of-type {
    background-color: #006487;
    float: right;
    margin: 0;
    width: 126px;
}

.page_navi li a {
    display: block;
    padding: 6px 0;
    text-align: center;
    border: 1px solid #2A2A2A;
}

.page_navi li:last-of-type a {
    border: 1px solid #006487;
}

.page_navi li a span {
    background-image: url(../images/common/icon09.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 12px;
}

.page_navi li:nth-of-type(2) a span {
    background-image: url(../images/common/icon10.png);
    background-position: right center;
    padding: 0 18px 0 0;
}

.page_navi li:last-of-type a span {
    background-image: url(../images/common/icon11.png);
    background-position: right center;
    padding: 0 20px 0 0;
    color: #fff;
}

.page_navi li a:hover span {
    text-decoration: underline;
}


/* 02 翠峯苑について */

.main_img .inner_ttl.about {
    background-image: url(../images/about/bg.png);
}

#main.about {
    float: none;
    margin: 0 auto;
    width: 100%;
}

#about {
    margin: 0 0 -40px;
}

#about .sec01 {
    background: none;
    margin: 0 auto;
    width: 100%;
    background: url(../images/about/center_bg.jpg)no-repeat center top;
}

#about .sec01 .left_img {
    float: left;
    width: 24.210%;
    max-width: 460px;
}

#about .sec01 .left_img li {
    width: 100%;
    vertical-align: bottom;
}

#about .sec01 .right_img {
    float: right;
    width: 24.210%;
    max-width: 460px;
}

#about .sec01 .right_img li {
    width: 100%;
    vertical-align: bottom;
}

#about .sec01 .box_center {
    padding: 48px 0 0;
    width: 880px;
    text-align: center;
    margin: 0 auto;
}

#about .sec01 .box_center .box_title {
    margin: 0 auto 45px;
    width: 666px;
}

#about .sec01 .box_center .box_copy {
    margin-bottom: 114px;
    font-size: 16px;
    letter-spacing: 0.18em;
    line-height: 225%;
    font-weight: bold;
}

#about .sec01 .box_center .btn {
    margin: 0 auto;
    width: 440px;
}

#about .sec02 {
    background: url(../images/about/land_bg.jpg) no-repeat center top;
    margin: 0 0 50px;
}

#about .sec02_title {
    margin: 0 auto 55px;
    width: 840px;
}

#about .sec02 .sec02_inner {
    width: 980px;
    margin: 0 auto;
    padding: 507px 0 0;
}

#about .sec02 .sec02_inner .place_block {
    margin: 0 0 38px;
}

#about .sec02 .sec02_inner .place_ttl {
    color: #2a2a2a;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 41px 0 0px;
    background: url(../images/about/border.png) no-repeat bottom center;
    margin: 0 0 35px;
    letter-spacing: 5px;
}

#about .sec02 .sec02_inner .text {
    text-align: center;
    line-height: 2;
}

#about .sec02 .sec02_inner .garelly_img03 {
    padding: 94px 0 0;
}

#slider {
    margin: 0 auto;
    padding: 0 0 34px;
    width: 1372px;
}

#slider .slider_img {
    float: left;
    width: 690px;
}

#slider .slider_text {
    float: right;
    padding: 90px 0 0;
    width: 615px;
}

#slider .slider_text .copy {
    background-image: url(../images/about/sec02_bg_copy.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    display: inline-block;
    margin-bottom: 35px;
    padding: 0 5px 5px;
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.26em;
}

#slider .slider_text .read {
    margin-bottom: 50px;
    color: #2a2a2a;
    font-size: 16px;
    letter-spacing: 0.3em;
    line-height: 192%;
}

#about .sec03 {
    background: none;
    padding: 0 0;
}

#about .sec03_title {
    margin: 0 auto 70px;
    width: 840px;
}

#about .sec03 .inner {
    margin: 0 auto 70px;
    width: 1144px;
}

#about .sec03 .inner_box {
    width: 572px;
}

#about .sec03 .inner_copy_box01 {
    padding: 73px 0 0;
    height: 224px;
    text-align: center;
}

#about .sec03 .inner_icon {
    margin: 0 auto 20px;
    width: 139px;
}

#about .sec03 .inner_copy {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 192%;
}

#about .sec03 .inner_copy span {
    background-image: url(../images/about/sec02_bg_copy.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
}

#about .sec03 .inner_copy_box02 {
    padding: 129px 0 0;
    height: 310px;
    text-align: center;
}

#about .sec03 .inner_copy_box03 {
    padding: 104px 0 0;
    text-align: center;
}

#about .sec03 .text_box {
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 0;
    width: 980px;
    color: #00873c;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 200%;
    letter-spacing: 0.16em;
}

#about .sec03 .block01 {
    height: 636px;
    margin: 0 0 63px;
}

#about .sec03 .block01_frame {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#about .sec03 .block01_inner {
    width: 668px;
    float: right;
    background: url(../images/about/opacity_bg.png)repeat;
    position: absolute;
    top: 116px;
    right: -38px;
    padding: 50px 45px;
    box-sizing: border-box;
}

#about .sec03 .block02{
    background: url(../images/about/pic02_bg.jpg) no-repeat top center;;
}

#about .sec03 .block02 .block01_inner {
    width: 668px;
    float: right;
    background: url(../images/about/opacity_bg.png)repeat;
    position: absolute;
    top: 151px;
    right: initial;
    padding: 50px 45px;
    box-sizing: border-box;
    left: -95px;
}

#about .sec03 .block03 .block01_inner {
    top: 149px;
}

#about .sec03 .block01 .sec03_pic01 {
    position: absolute;
    top: 0;
    left: -471px;
}


#about .sec03 .block02 .sec03_pic01 {
    position: absolute;
    top: 0px;
    right: -427px;
    left: auto;
}

#about .sec03 .block01_inner .border {
    font-size: 26px;
    color: #2a2a2a;
    font-weight: bold;
    padding: 16px 0 0px 14px;
    background: url(../images/about/sec03_bnorder.png)no-repeat bottom left;
    margin: 0 0 23px;
    letter-spacing: 6px;
}

#about .sec03 .block02 .block01_inner .border {
    background: url(../images/about/sec03_bnorder02.png)no-repeat bottom left;
}

#about .sec03 .block03 .block01_inner .border {
    background: url(../images/about/sec03_bnorder03.png)no-repeat bottom left;
    margin: 0 0 23px;
    letter-spacing: 3px;
}

#about .sec03 .block01_inner .text {
    color: #000;
    line-height: 2;
    letter-spacing: 2px;
}

#about .sec04 {
    margin: 0 auto;
    padding: 15px 0 100px;
    width: 980px;
}

#about .sec04 .category_ttl {
    width: 980px;
}

#about .sec04 .map {
    margin-bottom: 20px;
}

#about .sec04 .pdf_btn {
    margin-bottom: 60px;
    width: 980px;
    text-align: right;
}

#about .sec04 .block01 {
    width: 45%;
    border-top: 1px solid #cecece;
}

#about .sec04 .block02 {
    width: 55%;
    border-right: 1px solid #cecece;
    box-sizing: border-box;
    border-top: 1px solid #cecece;
}

#about table,
#about table th,
#about table td {
    border: 0;
    border-collapse: collapse;
}

#about table {
    margin: 0;
    width: 100%;
    border: 1px solid #EDEDED;
    clear: both;
    border-left: 1px solid #cecece;
}

#about table th,
#about table td {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 142%;
}

#about .sec04 .block01 .rowspan4 {
    width: 80px;
    border-right: 1px solid #cecece;
    box-sizing: border-box;
}

#about .sec04 .block01 .small_th {
    width: 100px;
    box-sizing: border-box;
}

#about .sec04 .fs12 {
    font-size: 12px !important;
    padding: 16px 10px;
}

#about .sec04 .last_th {
    padding: 30px 10px;
}

#about .sec04 .rowspan {
    border-right: 1px solid #cecece;
    width: 23%;
    padding: 20px 7px;
}

#about .block01 table th {
    width: 180px;
    box-sizing: border-box;
}

#about table th {
    background-color: #f3f2e6;
    width: 20%;
    border-bottom: 1px solid #cecece;
    vertical-align: middle;
}

#about table td {
    width: 60%;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
}

#about .sec05 {
    background-image: url(../images/about/bg05.png);
    background-repeat: repeat;
    background-position: center top;
    margin: 0 auto;
    padding: 60px 0;
    width: 100%;
}

#about .sec05_menu {
    margin: 0 auto;
    text-align: center;
    letter-spacing: -.40em;
}

#about .sec05_menu li {
    display: inline-block;
    margin: 0 25px;
    width: 380px;
    letter-spacing: normal;
}

#about .sec05_menu li span {
    display: block;
    padding: 0 0 15px;
    font-size: 20px;
    letter-spacing: 0.12em;
    text-align: left;
}

/* 02 建築プラン */
#main.design {
    width: auto;
    float: none;
}

#design .sec01 .inner {
    width: 645px;
    margin: 0 auto;
    padding: 40px 0 30px;
}

#design .sec01 .inner h2 {
    text-align: center;
}

#design .sec01 .concept_lead {
    text-align: center;
    margin: 0 0 0px;
}

#design .sec01 .bold_text {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.18em;
    line-height: 225%;
    margin: 0px;
}

#design .sec01 .sec01bg{
    background-image: url(../images/design/design_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height:250px;
    margin-bottom:60px;
}

#design .sec02 .point{
    width:982px;
    margin:0 auto 70px auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#design .sec02 .point li{
    width:314px;
    float:left;
    background:#EFEFEF;
    margin-right:20px;
}

#design .sec02 .point li:last-child{
    margin-right:0px;
}


#design .sec02 .point li .title{
    padding:5px 5px 3px 5px;
    border-bottom:4px dotted #FFFFFF;
}

#design .sec02 .point li .text{
    padding:20px 18px 20px 18px;
    color:#00913A;
    font-weight:normal;
    line-height:1.3;
}


#design .sec03 .bikou{
    text-align:center;
    margin-bottom:35px;
}

#design .sec03 .block01 .left_block {
    background: url(../images/design/design01.jpg)no-repeat top right;
    width: 50%;
}

#design .sec03 .block_pt01 .right_block {
    width: 50%;
}

#design .sec03 .block .inner {
    width: auto;
    padding: 45px 0 45px 35px;
}

#design .sec03 .block .other_img{
    color:#009944;
}

#design .sec03 .block .other_img a{
    color:#009944;
    text-decoration: none;
}

#design .sec03 .block .title {
    font-size: 24px;
    font-weight: bold;
    line-height:1.3;
    margin: 15px 0 25px;
}

#design .sec03 .block .article_info{
    width:440px;
}

#design .sec03 .block .article_info tr{
  border-bottom:5px solid #FFFFFF;
}

#design .sec03 .block .article_info th{
    background:#00913A;
    color:#FFFFFF;
    width:150px;
    padding:2px 10px 2px 10px;
}

#design .sec03 .block .article_info td{
    padding:2px 10px 2px 20px;
}

#design .sec03 .block .article_info td span{
    font-size:13px;
}

#design .sec03 .block_pt2 .left_block {
    width: 50%;
}

#design .sec03 .block_pt2 .left_block .inner {
    width: auto;
    padding: 45px 20px 45px 0px;
    float: right;
}

#design .sec03 .block02 .right_block {
    background: url(../images/design/design02.jpg)no-repeat top left;
    width: 50%;
}

#design .sec03 .block03 .left_block {
    background: url(../images/design/design03.jpg)no-repeat top right;
    width: 50%;
}

#design .sec03 .block04 .right_block {
    background: url(../images/design/design04.jpg)no-repeat top left;
    width: 50%;
}

#design .sec03 .block05 .left_block {
    background: url(../images/design/design05.jpg)no-repeat top right;
    width: 50%;
}

#design .sec03 .block06 .right_block {
    background: url(../images/design/design06.jpg)no-repeat top left;
    width: 50%;
}

#design .sec03 .block07 .left_block {
    background: url(../images/design/design07.jpg)no-repeat top right;
    width: 50%;
}

#design .sec03 .block08 .right_block {
    background: url(../images/design/design08.jpg)no-repeat top left;
    width: 50%;
}

#design .sec03 .block09 .left_block {
    background: url(../images/design/design09.jpg)no-repeat top right;
    width: 50%;
}

/* 03 宿泊コテージ紹介 */

.main_img .inner_ttl.cottage {
    background-image: url(../images/cottage/bg.png);
}

#contents.cottage {
    width: auto;
}

#cottage {
    padding: 0 0 100px;
}

#cottage .main_copy {
    margin: 0 auto 25px;
    width: 454px;
}

#cottage .main_read {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 212%;
    letter-spacing: 0.12em;
    text-align: center;
}

#cottage .btn_plan {
    margin: 0 auto 50px;
    width: 100%;
}

#cottage .box {
    background-image: url(../images/cottage/bg02.png);
    background-repeat: repeat-y;
    margin-bottom: 20px;
    padding: 30px;
}

#cottage .box:last-of-type {
    margin-bottom: 50px;
}

#cottage .box_ttl {
    background-image: url(../images/cottage/icon02.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 15px;
    padding: 0 0 0 49px;
    color: #00853b;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.1em;
}

#cottage .thumb_img {
    margin-bottom: 10px;
    padding: 16px 0 0;
}

#cottage .thumb_img li {
    float: left;
    margin-right: 10px;
    width: 124px;
    position: relative;
}

#cottage .thumb_img li:nth-of-type(5n+0) {
    margin-right: 0;
}

#cottage .thumb_img li span {
    width: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#cottage .thumb_text {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

#cottage .detail {
    background-color: #fff;
    padding: 10px;
}

#cottage .detail_inner {
    padding: 23px 24px 0 40px;
    border: 1px solid #59B280;
}

#cottage .text_list li {
    background-image: url(../images/cottage/icon03.png);
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
    margin: 0 40px 10px 0;
    padding: 0 0 0 18px;
    font-size: 14px;
    line-height: 185%;
}

#cottage .text_list li:nth-of-type(6) {
    background-image: url(none);
}

#cottage .text_list li span {
    color: #00853b;
    font-weight: 700;
}


/*cottage_add*/

#main.cottage {
    width: auto;
    float: none;
}

#cottage .sec01 {
    background: none;
    margin: 0 0 59px;
}

#cottage .sec01 .sec01_inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#cottage .sec01 .sec01_inner .right_box {
    float: right;
    width: 472px;
    padding: 104px 0 0;
}

#cottage .sec01 .sec01_inner .ttl {
    font-size: 30px;
    color: #0a7c05;
    font-weight: bold;
    margin: 0 0 39px;
    letter-spacing: 3px;
}

#cottage .sec01 .sec01_inner .text_block {
    margin: 0 0 80px;
}

#cottage .sec01 .sec01_inner .text_block .text {
    text-align: left;
    color: #2a2a2a;
    margin: 0 0 30px;
    letter-spacing: 2px;
}

#cottage .sec01 .sec01_inner>.pic {
    position: absolute;
    top: 0;
    left: -474px;
}

#cottage .sec01 .sec01_inner .archive_block {
    clear: both;
    padding: 173px 0 0;
}

#cottage .sec01 .sec01_inner .archive_block li {
    width: 313px;
    margin: 0 19px 38px 0;
}

#cottage .sec01 .sec01_inner .archive_block li a {
    text-decoration: none;
}

#cottage .sec01 .sec01_inner .archive_block li:nth-child(3n) {
    width: 313px;
    margin: 0 0px 38px 0;
}

#cottage .sec01 .sec01_inner .archive_block li .archive_ttl {
    font-size: 16px;
    font-weight: bold;
    color: #0a7c05;
    padding: 9px 0 5px;
    letter-spacing: 1.7px;
}

#cottage .sec01 .sec01_inner .archive_block li .archive_people {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 6px;
    letter-spacing: 1.6px;
}

#cottage .sec01 .sec01_inner .archive_block li .archive_text {
    color: #4e4e4e;
    margin: 0 0 16px;
    letter-spacing: 1.6px;
}

#cottage .sec01 .sec01_inner .archive_block li .kind_box {
    background: #8c1d22;
    color: #fff;
    font-size: 12px;
    padding: 2px 3px 2px 10px;
    display: inline-block;
    float: right;
}

#cottage .sec01 .sec01_inner .archive_block li .kind_bbq1 {
    background: #8c1d22;
    color: #fff;
    font-size: 14px;
    padding: 5px 0px 5px 0px;
    width:120px;
    text-align:center;
    display: inline-block;
    float: right;
}

#cottage .sec01 .sec01_inner .archive_block li .kind_bbq2 {
    background: #F39436;
    color: #fff;
    font-size: 14px;
    padding: 5px 0px 5px 0px;
    width:120px;
    text-align:center;
    display: inline-block;
    float: right;
}


#cottage .sec01 .sec01_inner .archive_block li .link_btn li{
    float:left;
    width:151px;
}

#cottage .sec01 .sec01_inner .archive_block li .link_btn li:first-child{
    margin:0px 5px 0 0;
}

#cottage .sec01 .sec01_inner .archive_block li .link_btn li:last-child{
    margin:0px 0 0 5px;
}

#cottage .sec01 .sec01_inner .archive_block li .kind_box span {
    color: #000;
    font-size: 12px;
    background: #fff;
    padding: 1px 16px;
    margin: 0 0 0 13px;
}

#cottage .sec02 {
    background: url(../images/sand_bg.jpg)repeat;
}

#cottage .sec02 .block01 .left_block {
    background: url(../images/cottage/pic02.jpg)no-repeat top right;
    width: 50%;
}

#cottage .sec02 .block01 .right_block {
    width: 50%;
}

#cottage .sec02 .block01 .right_block .inner {
    width: auto;
    padding: 68px 0 80px 50px;
}

#cottage .sec02 .block01 .right_block .inner .life_title {
    font-size: 30px;
    color: #0a7c05;
    font-weight: bold;
    margin: 0 0 13px;
}

#cottage .sec02 .block01 .right_block .inner .text {
    color: #2a2a2a;
    margin: 0 0 10px;
}

#cottage .sec02 .block01 .right_block .inner .last_text {
    font-size: 14px;
    margin: 0 0 60px;
}

#cottage .sec02 .block01 .right_block .inner ul.flex_no_justify {
    width: 440px;
}

#cottage .sec02 .block01 .right_block .inner li {
    font-weight: bold;
    color: #fff;
    background: #006487;
    margin: 0 3px 3px 0;
    text-align: center;
    display: inline-block;
    width: 85px;
    height: 85px;
    padding: 31px 0 0 0;
    box-sizing: border-box;
}

#cottage .sec02 .block01 .right_block .inner li:nth-child(5n) {
    margin: 0 0px 3px 0;
}

#cottage .sec02 .block01 .right_block .inner .second_text {
    padding: 22px 0 0;
}

#cottage .sec02 .block02 .right_block {
    background: url(../images/cottage/pic03.jpg)no-repeat top left;
    width: 50%;
}

#cottage .sec02 .block02 .left_block {
    width: 50%;
}

#cottage .sec02 .block02 .left_block .inner {
    width: auto;
    padding: 68px 57px 71px 0px;
    float: right;
}

#cottage .sec02 .block02 .left_block .inner .life_title {
    font-size: 30px;
    color: #0a7c05;
    font-weight: bold;
    margin: 0 0 13px;
}

#cottage .sec02 .block02 .left_block .inner .text {
    color: #2a2a2a;
    margin: 0 0 10px;
}

#cottage .sec02 .block02 .left_block .inner .last_text {
    font-size: 14px;
    margin: 0 0 11px;
}

#cottage .sec02 .block02 .left_block .inner ul.flex_no_justify {
    width: 440px;
}

#cottage .sec02 .block02 .left_block .inner li {
    font-weight: bold;
    color: #fff;
    background: #006487;
    margin: 0 3px 3px 0;
    text-align: center;
    display: inline-block;
    width: 85px;
    height: 85px;
    padding: 31px 0 0 0;
    box-sizing: border-box;
}

#cottage .sec02 .block02 .left_block .inner li:nth-child(5n) {
    margin: 0 0px 3px 0;
}

#cottage .sec02 .block02 .left_block .inner .second_text {
    padding: 22px 0 0;
}

#cottage .sec02 .block02 .left_block .inner .third_text {
    padding: 22px 0 0;
    line-height: 1.1;
}

#cottage .shop_btn {
    text-align: right;
    margin: 0 0 28px;
    display: none;
}

#cottage .shop_btn a {
    color: #00873c;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    padding: 6px 15px 6px 30px;
    border: solid #00873c 3px;
    border-radius: 22px;
    letter-spacing: 2px;
    background: url(../images/cottage/arrow_icon.jpg)no-repeat left 8px center #fff;
    font-weight: bold;
}

#cottage .sec03 {
    background: none;
    padding: 0 0 130px;
}

#cottage .sec03 .sec03_inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#cottage .sec03 .right_box {
    float: right;
    padding: 39px 0 70px;
}

#cottage .sec03 .right_box .ttl {
    color: #0a7c05;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 15px;
}

#cottage .sec03 .right_box .text_block li {
    font-size: 16px;
    color: #2a2a2a;
    list-style-image: url(../images/cottage/icon03.png);
    padding: 0 0 4px;
}

#cottage .sec03 .pic {
    position: absolute;
    top: 0;
    left: -454px;
}

#cottage .garelly_img {
    text-align: center;
    margin: 0 0 94px;
}

#cottage .sec04 {
    display: initial;
    margin: 0 0;
}

#cottage .sec04 .sec04_inner {
    width: 980px;
    margin: 0 auto 42px;
    position: relative;
}

#cottage .sec04 .sec04_inner .right_box {
    float: right;
    width: 472px;
    padding: 182px 0 0;
}

#cottage .sec04 .sec04_inner .ttl {
    font-size: 30px;
    color: #0a7c05;
    font-weight: bold;
    margin: 0 0 39px;
    letter-spacing: 3px;
}

#cottage .sec04 .sec04_inner .text_block {
    margin: 0 0 108px;
}

#cottage .sec04 .sec04_inner .text_block .text {
    text-align: left;
    color: #2a2a2a;
    margin: 0 0 30px;
    letter-spacing: 2px;
}

#cottage .sec04 .sec04_inner>.pic {
    position: absolute;
    top: 0;
    left: -474px;
}

#cottage .sec04 .sec04_inner .archive_block {
    clear: both;
    padding: 173px 0 0;
}

#cottage .sec04 .sec04_inner .archive_block li {
    width: 313px;
    margin: 0 19px 38px 0;
}

#cottage .sec04 .sec04_inner .archive_block li:nth-child(3n) {
    width: 313px;
    margin: 0 0px 38px 0;
}

#cottage .sec04 .sec04_inner .archive_block li .archive_ttl {
    font-size: 16px;
    font-weight: bold;
    color: #0a7c05;
    padding: 9px 0 5px;
    letter-spacing: 1.7px;
    text-align: center;
}

#cottage .sec04 .sec04_inner .archive_block li .archive_text {
    color: #4e4e4e;
    margin: 0 0 13px;
}

#cottage .sec04 .sec04_inner .archive_block li table {
    width: 264px;
    margin: 0 auto;
}

#cottage .sec04 .sec04_inner .archive_block li table tr {
    border: dotted #0a7c05 1px;
}

#cottage .sec04 .sec04_inner .archive_block li table th {
    background: #e1efe2;
    color: #0a7c05;
    font-weight: bold;
    padding: 5px 0 5px 14px;
    width: 33%;
}

#cottage .sec04 .sec04_inner .archive_block li table td {
    color: #2a2a2a;
    font-weight: bold;
    text-align: center;
}

#cottage .sec05 {
    margin: 0 0 135px;
}

#cottage .sec05_inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#cottage .sec05 .right_box {
    width: auto;
    float: right;
    width: 497px;
    padding: 66px 0 54px;
}

#cottage .sec05 .right_box .ttl {
    font-size: 30px;
    color: #0a7c05;
    font-weight: bold;
}

#cottage .sec05 .right_box .reserve {
    color: #fff;
    display: inline-block;
    background: #bb0027;
    padding: 3px 14px;
    vertical-align: middle;
    margin: 0 10px 3px 0px;
}

#cottage .sec05 .right_box .reserve_note {
    font-size: 12px;
}

#cottage .sec05 .right_box .text {
    color: #2a2a2a;
}

#cottage .sec05 .right_box .text_block {
    padding: 0 0 26px 17px;
}

#cottage .sec05 .right_box .text_block li {
    font-size: 16px;
    font-weight: bold;
    color: #2a2a2a;
    list-style-image: url(../images/cottage/icon03.png);
}

#cottage .sec05 .right_box .set {
    font-size: 16px;
    color: #188932;
    margin: 0 0 7px;
}

#cottage .sec05 .right_box .set span {
    color: #2a2a2a;
    margin: 0 0 0 15px;
}

#cottage .sec05 .right_box table {
    border: solid #e1e1e1 1px;
    width: 430px;
    margin: 0 0 13px;
}

#cottage .sec05 .right_box table tr {}

#cottage .sec05 .right_box table th {
    background: #f0f0f0;
    border-bottom: solid #fff 1px;
    padding: 8px 0 8px 13px;
    width: 18%;
}

#cottage .sec05 .right_box table td {
    border-bottom: solid #e1e1e1 1px;
    font-size: 22px;
    font-weight: bold;
    color: #2a2a2a;
    padding: 5px 0 5px 15px;
}

#cottage .sec05 .right_box .set_include {
    margin: 0 0 10px;
}

#cottage .sec05 .right_box .set_include li {
    font-weight: bold;
    color: #fff;
    background: #009944;
    margin: 0 3px 3px 0;
    text-align: center;
    display: inline-block;
    width: 85px;
    height: 85px;
    padding: 31px 0 0 0;
    box-sizing: border-box;
}

#cottage .sec05 .right_box .set_include li:nth-child(5n) {
    margin: 0 0px 3px 0;
}

#cottage .sec05 .right_box .set_include .second_text {
    padding: 22px 0 0;
}

#cottage .sec05 .right_box .last_text {
    margin: 0 0 27px;
}

#cottage .sec05 .left_block {
    position: absolute;
    top: 0;
    left: -406px;
}

#cottage .sec05 .left_block .bx-wrapper{
    width:710px;
}

#cottage .sec05 .left_block>div {
    background: url(../images/cottage/bg.jpg)no-repeat right 205px top;
    padding: 66px 0 66px 109px;
}

#cottage .sec05 .left_block li {
    width: 760px;
    height: 610px;
}

#cottage .sec05 .bx-pager {
    bottom: 27px;
}

#cottage .sec05 .bx-pager .bx-pager-item a {
    width: 12px;
    height: 12px;
    border-radius: 7px;
}

#cottage .sec05 .bx-pager-link.active {
    background: #22ac38;
}

/* 03a コテージ個別 */
#cottage2{
  width:980px;
  margin:0 auto;
}

#cottage2 #article {
  padding: 0 0 0px;
}

#cottage2 .block{
  background-image:none !important;
  margin-bottom:0px !important;
  padding-bottom:0px;
}

#cottage2 .title_table{
  margin-bottom:15px;
  width:100%;
}

#cottage2 .title_table th,
#cottage2 .title_table td{
  vertical-align: middle;
}

#cottage2 .title_table th{
  width:65px;
  height:65px;
}

#cottage2 .title_table td.ttl_area{
  padding-left:15px;
}

#cottage2 .title_table td.yoyaku{
  width:250px;
}

#cottage2 .title_table .cottage_ttl{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  padding: 0px 0px 0px 0;
}

#cottage2 .title_table .cottage_ttl span{
  font-size: 20px;
}

#cottage2 .title_table .cottage_info {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  padding: 0 0px;
  text-align:left;
}

#cottage2 .madori{
  margin-bottom:70px;
}

#cottage2 .sethubi{
  margin:0 10px 0 10px;
}

#cottage2 .sethubi_title{
  float:left;
}

#cottage2 .sethubi_list{
  float:left;
  width:744px;
}

#cottage2 .sethubi_list li{
  float:left;
  width:80px;
  margin:0px 1px 2px 1px;
}


#cottage .sec03a {
    background: none;
    padding: 30px 0 100px;
}

#cottage .sec03a .sec03_inner {
    width: 700px;
    margin: 0 auto;
    position: relative;
}

#cottage .sec03a .ttl {
    color: #0a7c05;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 15px;
}

#cottage .sec03a .text_block li {
    font-size: 16px;
    color: #2a2a2a;
    list-style-image: url(../images/cottage/icon03.png);
    padding: 0 0 4px;
}

#cottage .sec03a .pic {
    position: absolute;
    top: 0;
    left: -454px;
}


/* 04 モデルコース */

.main_img .inner_ttl.model {
    background-image: url(../images/model/bg.png);
}

#main .category_ttl.model {
    margin-right: auto;
    margin-left: auto;
    width: 980px;
}

#main.model {
    float: none;
    margin: 0 auto;
    width: 100%;
}

#model {
    padding: 0 0 100px;
    text-align: center;
}

#model .main_copy {
    margin: 0 auto 25px;
    width: 444px;
}

#model .main_read {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 212%;
    letter-spacing: 0.12em;
    text-align: center;
}

#model .block {
    margin: 0 0 15px;
}

#model .block.block01 {
    background: url(../images/model/season_bg.jpg)repeat-x;
    padding: 41px 0 66px;
}

#model .block.block02 {
    background: url(../images/model/purpose_bg.jpg)repeat-x;
    padding: 41px 0 56px;
}

#model .block.block03 {
    background: url(../images/model/people_bg.jpg)repeat-x;
    padding: 41px 0 56px;
}

#model .block.block04 {
    background: url(../images/model/long_bg.jpg)repeat-x;
    padding: 41px 0 56px;
}

#model .block .ttl_jp {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 7px 0 24px;
}

#model .pic {
    margin: 0 0 27px;
}

#model .btn a {
    text-decoration: none;
    display: inline-block;
    background: #00873c;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    width: 335px;
    padding: 16px 0;
}

#model .btn a:after {
    content: url(../images/model/arrow_icon.jpg);
    padding: 0 0 0 26px;
}

#model .block.block02 ul {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 38px;
}

#model .block.block02 ul .second a {
    padding: 16px 0 16px 60px;
}

#model .block.block02 ul li a {
    color: #00873c;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background: #fff;
    padding: 27px 0 27px 67px;
    border: solid 1px #00873c;
    line-height: 1.1;
    text-align: left;
    width: 230px;
    box-sizing: border-box;
    letter-spacing: 2px;
    margin: 0 0 21px;
}

#model .block.block02 ul li:nth-child(1) a {
    background: url(../images/model/icon01.jpg)no-repeat left 23px center, url(../images/model/under_arrow_icon.jpg)no-repeat right 16px center #fff;
}

#model .block.block02 ul li:nth-child(2) a {
    background: url(../images/model/icon02.jpg)no-repeat left 23px center, url(../images/model/under_arrow_icon.jpg)no-repeat right 16px center #fff;
}

#model .block.block02 ul li:nth-child(3) a {
    background: url(../images/model/icon03.jpg)no-repeat left 17px center, url(../images/model/under_arrow_icon.jpg)no-repeat right 16px center #fff;
}

#model .block.block02 ul li:nth-child(4) a {
    background: url(../images/model/icon04.jpg)no-repeat left 23px center, url(../images/model/under_arrow_icon.jpg)no-repeat right 16px center #fff;
}

#model .block.block02 ul li:nth-child(5) a {
    background: url(../images/model/icon05.jpg)no-repeat left 16px center, url(../images/model/under_arrow_icon.jpg)no-repeat right 16px center #fff;
}

#model .block.block02 ul li:nth-child(6) a {
    background: url(../images/model/icon06.jpg)no-repeat left 17px center, url(../images/model/under_arrow_icon.jpg)no-repeat right 16px center #fff;
}

#model .block.block02 ul li:nth-child(7) a {
    background: url(../images/model/icon07.jpg)no-repeat left 23px center, url(../images/model/under_arrow_icon.jpg)no-repeat right 16px center #fff;
}

#model .block.block02 ul li:nth-child(8) a {
    background: url(../images/model/icon08.jpg)no-repeat left 23px center, url(../images/model/under_arrow_icon.jpg)no-repeat right 16px center #fff;
}

#model .block03 ul.flex {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 30px;
}

#model .block03 ul.flex li {
    width: 314px;
}

#model .block03 li a {
    text-decoration: none;
}

#model .block03 li .ttl {
    font-size: 18px;
    color: #2a2a2a;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    background: #fff;
    padding: 11px 0 11px 20px;
}

#model .block03 li:nth-child(1) .ttl:before {
    content: url(../images/model/people_icon01.jpg);
    padding: 0 10px 0 0;
    vertical-align: middle;
}

#model .block03 li:nth-child(2) .ttl:before {
    content: url(../images/model/people_icon02.jpg);
    padding: 0 10px 0 0;
    vertical-align: middle;
}

#model .block03 li:nth-child(3) .ttl:before {
    content: url(../images/model/people_icon03.jpg);
    padding: 0 10px 0 0;
    vertical-align: middle;
}

#model .block04 .course_block {
    margin: 0 0 30px;
}

#model .block04 .course_box {
    width: 756px;
    margin: 0 auto 11px;
}

#model .block04 .course_box li a {
    text-decoration: none;
}

#model .block04 .course_box .course_ttl {
    width: 230px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(../images/model/course_bg.jpg)repeat-x;
    padding: 18px 0;
}

#model .block04 .course_box .course_name a {
    padding: 18px 26px;
    background: #fff;
    box-sizing: border-box;
    border: solid #006487 1px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #006487;
    display: block;
    width: 509px;
    background: url(../images/model/blue_arrow.jpg)no-repeat right 28px center #fff;
    letter-spacing: 1px;
}

#model .box {
    background-image: url(../images/model/bg_box.png);
    background-repeat: repeat;
    background-position: center top;
    margin: 0 auto;
    padding: 60px 0;
}

#model .model_list {
    margin: 0 auto;
    text-align: center;
    letter-spacing: -.40em;
}

#model .model_list li {
    background-color: #fff;
    display: inline-block;
    margin: 0 10px;
    padding: 30px 0;
    width: 340px;
    letter-spacing: normal;
}

#model .model_list li .ttl_en {
    margin: 0 auto 15px;
    width: 84px;
}

#model .model_list li .ttl_jp {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.2em;
}

#model .model_list li .pic {
    margin-bottom: 30px;
}


/* 04 モデルコース 季節で選ぶ */

.main_img .inner_ttl.season {
    background-image: url(../images/model/bg02.png);
}

#model.season {
    padding: 0 0 70px;
}

#model .box_season {
    padding: 60px 0 0;
}

#model .season_ttl {
    margin: 0 auto 46px;
    width: 169px;
}

#model .season_copy {
    margin: 0 auto 25px;
    width: 399px;
}

#model .season_read {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 212%;
    letter-spacing: 0.12em;
    text-align: center;
}

#model .sub_img {
    margin: 0 auto;
    width: 100%;
    max-width: 1900px;
}

#model .box_spring {
    background-image: url(../images/model/season/bg_spring.png);
    background-repeat: repeat-y;
    background-position: center top;
    margin: 0 auto;
    width: 100%
}

#model .box_summer {
    background-image: url(../images/model/season/bg_summer.png);
    background-repeat: repeat-y;
    background-position: center top;
    margin: 0 auto;
    width: 100%
}

#model .box_autumn {
    background-image: url(../images/model/season/bg_autumn.png);
    background-repeat: repeat-y;
    background-position: center top;
    margin: 0 auto;
    width: 100%
}

#model .box_winter {
    background-image: url(../images/model/season/bg_winter.png);
    background-repeat: repeat-y;
    background-position: center top;
    margin: 0 auto 100px;
    width: 100%
}

#model .season_inner {
    margin: 0 auto;
    padding: 38px 0 210px;
    width: 980px;
}

#model .season_inner .spring_img,
#model .season_inner .autumn_img {
    float: left;
    width: 219px;
}

#model .season_inner .spring_text,
#model .season_inner .autumn_text {
    float: right;
    padding: 25px 0 0;
    width: 670px;
    font-size: 16px;
    line-height: 212%;
    letter-spacing: 0.04em;
    text-align: left;
}

#model .season_inner .thumb_list {
    padding: 37px 0 0;
    clear: both;
}

#model .season_inner .thumb_list li {
    float: left;
    margin-right: 20px;
    width: 230px;
    position: relative;
}

#model .season_inner .thumb_list li:nth-of-type(4n+0) {
    margin-right: 0;
}

#model .season_inner .thumb_list li span {
    width: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#model .season_inner .summer_img {
    float: right;
    width: 229px;
}

#model .season_inner .summer_text {
    float: left;
    padding: 25px 0 0;
    width: 670px;
    font-size: 16px;
    line-height: 212%;
    letter-spacing: 0.04em;
    text-align: left;
}

#model .season_inner .winter_img {
    float: right;
    width: 222px;
}

#model .season_inner .winter_text {
    float: left;
    padding: 25px 0 0;
    width: 670px;
    font-size: 16px;
    line-height: 212%;
    letter-spacing: 0.04em;
    text-align: left;
}


/* 04 モデルコース 季節で選ぶ */

.main_img .inner_ttl.purpose {
    background-image: url(../images/model/bg03.png);
}

.main_img .inner_ttl.purpose .main_ttl {
    color: #2a2a2a;
}

.main_img .inner_ttl.purpose .main_ttl span {
    color: #2a2a2a;
}

#model.purpose {
    background-image: url(../images/model/purpose/bg.png);
    background-repeat: repeat;
    padding: 90px 0 40px;
}

#model.purpose .ttl_purpose {
    margin: 0 auto 43px;
    width: 197px;
}

#model.purpose .copy_purpose {
    margin: 0 auto 25px;
    width: 728px;
}

#model.purpose .read_purpose {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 225%;
    text-align: center;
}

#model.purpose .menu_purpose {
    margin: 0 auto 70px;
    width: 980px;
}

#model.purpose .menu_purpose li {
    float: left;
    margin: 0 20px 20px 0;
    width: 230px;
}

#model.purpose .menu_purpose li:nth-of-type(4n+0) {
    margin: 0 0 20px 0;
}

#model.purpose .box_purpose {
    background-repeat: repeat;
    margin: 0 auto 25px;
    margin-bottom: 50px;
    padding: 7px;
    width: 1086px;
}

#model.purpose .box_purpose.typ01 {
    background-image: url(../images/model/purpose/bg_typ01_1.png);
}

#model.purpose .box_purpose.typ02 {
    background-image: url(../images/model/purpose/bg_typ02_1.png);
}

#model.purpose .box_purpose.typ03 {
    background-image: url(../images/model/purpose/bg_typ03_1.png);
}

#model.purpose .box_purpose.typ04 {
    background-image: url(../images/model/purpose/bg_typ04_1.png);
}

#model.purpose .box_purpose.typ05 {
    background-image: url(../images/model/purpose/bg_typ05_1.png);
}

#model.purpose .box_purpose.typ06 {
    background-image: url(../images/model/purpose/bg_typ06_1.png);
}

#model.purpose .box_purpose.typ07 {
    background-image: url(../images/model/purpose/bg_typ07_1.png);
}

#model.purpose .box_purpose_head {
    background-repeat: repeat;
    padding: 52px 0 45px;
}

#model.purpose .box_purpose.typ01 .box_purpose_head {
    background-image: url(../images/model/purpose/bg_typ01_2.png);
}

#model.purpose .box_purpose.typ02 .box_purpose_head {
    background-image: url(../images/model/purpose/bg_typ02_2.png);
}

#model.purpose .box_purpose.typ03 .box_purpose_head {
    background-image: url(../images/model/purpose/bg_typ03_2.png);
}

#model.purpose .box_purpose.typ04 .box_purpose_head {
    background-image: url(../images/model/purpose/bg_typ04_2.png);
}

#model.purpose .box_purpose.typ05 .box_purpose_head {
    background-image: url(../images/model/purpose/bg_typ05_2.png);
}

#model.purpose .box_purpose.typ06 .box_purpose_head {
    background-image: url(../images/model/purpose/bg_typ06_2.png);
}

#model.purpose .box_purpose.typ07 .box_purpose_head {
    background-image: url(../images/model/purpose/bg_typ07_2.png);
}

#model.purpose .box_purpose_inner {
    background-color: #fff;
    padding: 48px 53px 53px;
    text-align: left;
    line-height: 157%;
}

#model.purpose .box_purpose_inner_ttl {
    margin: 0 auto;
    width: 306px;
}

#model.purpose .box_purpose_inner .box_corner_ttl {
    padding: 0 0 30px;
}

#model.purpose .box_purpose_inner .box_corner_ttl .ttl_num {
    display: table-cell;
    padding: 0 27px 0 0;
}

#model.purpose .box_purpose_inner .box_corner_ttl .ttl_text {
    display: table-cell;
    padding: 5px 0 0;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

#model.purpose .box_purpose_inner .box_corner_ttl .ttl_text span {
    display: block;
    padding: 10px 0 0;
    font-size: 14px;
    font-weight: normal;
}


/**/

#model.purpose .box_purpose.typ01 .box_purpose_inner .box_corner_ttl .ttl_num {
    width: 67px;
}

#model.purpose .box_purpose.typ02 .box_purpose_inner .box_corner_ttl .ttl_num {
    width: 70px;
}

#model.purpose .box_purpose.typ03 .box_purpose_inner .box_corner_ttl .ttl_num {
    width: 83px;
}

#model.purpose .box_purpose.typ04 .box_purpose_inner .box_corner_ttl .ttl_num {
    width: 71px;
}

#model.purpose .box_purpose.typ05 .box_purpose_inner .box_corner_ttl .ttl_num {
    width: 88px;
}

#model.purpose .box_purpose.typ06 .box_purpose_inner .box_corner_ttl .ttl_num {
    width: 70px;
}

#model.purpose .box_purpose.typ07 .box_purpose_inner .box_corner_ttl .ttl_num {
    width: 70px;
}


/**/

#model.purpose .box_purpose_inner .box_corner_ttl .ttl_text {
    width: 886px;
}

#model.purpose .box_purpose_inner .list_tourlist {
    background-image: url(../images/model/purpose/arrow_tourlist.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 40px;
    padding: 0 0 33px;
}

#model.purpose .box_purpose_inner .list_tourlist li {
    float: left;
    margin: 0 20px 35px 0;
    width: 230px;
}

#model.purpose .box_purpose_inner .list_tourlist li:nth-of-type(4n+0) {
    margin: 0 0 35px 0;
}

#model.purpose .box_purpose_inner .list_tourlist li a {
    display: block;
    text-decoration: none;
}

#model.purpose .box_purpose_inner .list_tourlist li a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#model.purpose .box_purpose_inner .list_tourlist li a span.tourlist_ttl {
    background: url(../images/common/icon02.png) no-repeat 15px center, url(../images/model/purpose/bg_tourlist_ttl.png) repeat-y;
    display: block;
    height: 49px;
    padding: 0 0 0 33px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 300%;
    letter-spacing: 0.12em;
    text-align: left;
}

#model.purpose .box_purpose_inner .list_tourlist li a span.tourlist_text {
    display: block;
    padding: 10px 0 0;
    height: 110px;
    /*暫定*/
    font-size: 14px;
    line-height: 157%;
    text-align: left;
}

#model.purpose .box_purpose_inner .menu_tourlist {
    margin: 0 auto;
    text-align: center;
    letter-spacing: -.40em;
}

#model.purpose .box_purpose_inner .menu_tourlist li {
    display: inline-block;
    margin: 0 20px;
    width: 360px;
    letter-spacing: normal;
}

#model.purpose .box_purpose_inner dl {
    background-image: url(../images/model/purpose/arrow_tourlist.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0 0 30px;
    padding: 0 0 63px;
    clear: both;
}

#model.purpose .box_purpose_inner dl:last-of-type {
    background-image: url(none);
    margin: 0;
    padding: 0;
}

#model.purpose .box_purpose_inner dt {
    float: left;
    width: 480px;
}

#model.purpose .box_purpose_inner dd {
    float: right;
    width: 470px;
    font-size: 14px;
    line-height: 185%;
}

#model.purpose .box_purpose_inner dd .btn_list {}

#model.purpose .box_purpose_inner dd .btn_list li {
    display: flex;
}

#model.purpose .box_purpose_inner dd .btn_list li a {
    background-repeat: no-repeat;
    background-position: 16px center;
    display: block;
    margin: 0 10px 14px 0;
    padding: 8px 30px 8px 40px;
    font-weight: 700;
    text-align: center;
    border: 3px solid #000;
    border-radius: 50px;
    line-height: 120%;
    text-decoration: none;
}

#model.purpose .box_purpose_inner dd .btn_list.icon01 li a {
    background-image: url(../images/model/purpose/icon01.png);
    color: #4270d7;
    border: 3px solid #4270D7;
}

#model.purpose .box_purpose_inner dd .btn_list.icon02 li a {
    background-image: url(../images/model/purpose/icon02.png);
    color: #97521A;
    border: 3px solid #97521A;
}

#model.purpose .box_purpose_inner dd .btn_list.icon03 li a {
    background-image: url(../images/model/purpose/icon03.png);
    color: #00873C;
    border: 3px solid #00873C;
}

#model.purpose .box_purpose_inner dd .btn_list.icon04 li a {
    background-image: url(../images/model/purpose/icon04.png);
    color: #EC767B;
    border: 3px solid #EC767B;
}

#model.purpose .box_purpose_inner dd .btn_list.icon05 li a {
    background-image: url(../images/model/purpose/icon05.png);
    color: #4270D7;
    border: 3px solid #4270D7;
}

#model.purpose .box_purpose_inner dd .btn_list.icon06 li a {
    background-image: url(../images/model/purpose/icon06.png);
    color: #97521A;
    border: 3px solid #97521A;
}

#model.purpose .box_purpose_inner dd .btn_list li a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#model.purpose .box_purpose.typ03 .box_purpose_inner dd span,
#model.purpose .box_purpose.typ06 .box_purpose_inner dd span {
    color: #00873c;
    font-weight: 700;
}

#model.purpose .box_purpose_inner dd .text_list li {
    background-image: url(../images/cottage/icon03.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 16px;
}


/* 04 モデルコース 一緒に来る人で選ぶ */

.main_img .inner_ttl.people {
    background-image: url(../images/model/bg04.png);
}

#model.people {
    background-image: url(../images/model/purpose/bg.png);
    background-repeat: repeat;
    margin-bottom: 150px;
    padding: 90px 0 100px;
}

#model.people .ttl_people {
    margin: 0 auto 47px;
    width: 227px;
}

#model.people .copy_people {
    margin: 0 auto 25px;
    width: 825px;
}

#model.people .read_people {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 225%;
    text-align: center;
}

#model.people .menu_people {
    margin: 0 auto 90px;
    text-align: center;
    letter-spacing: -.40em;
}

#model.people .menu_people li {
    display: inline-block;
    margin: 0 10px;
    width: 313px;
    letter-spacing: normal;
}

#model.people .menu_people li a {
    display: block;
    text-decoration: none;
}

#model.people .menu_people li a span {
    background-color: #fff;
    background-image: url(../images/model/people/icon01.png);
    background-repeat: no-repeat;
    background-position: 9px center;
    display: block;
    padding: 18px 0 18px 31px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.2em;
}

#model.people .menu_people li.arrow01 a span {
    background-image: url(../images/model/people/icon01.png);
}

#model.people .menu_people li.arrow02 a span {
    background-image: url(../images/model/people/icon02.png);
}

#model.people .menu_people li.arrow03 a span {
    background-image: url(../images/model/people/icon03.png);
}

#model.people .box_people {
    background-repeat: repeat;
    margin: 0 auto 25px;
    margin-bottom: 50px;
    padding: 7px;
    width: 1086px;
}

#model.people .box_people.typ01 {
    background-image: url(../images/model/people/bg_typ01_1.png);
}

#model.people .box_people.typ02 {
    background-image: url(../images/model/people/bg_typ02_1.png);
}

#model.people .box_people.typ03 {
    background-image: url(../images/model/people/bg_typ03_1.png);
}

#model.people .box_people_head {
    background-repeat: repeat;
    padding: 52px 0 45px;
}

#model.people .box_people.typ01 .box_people_head {
    background-image: url(../images/model/people/bg_typ01_2.png);
}

#model.people .box_people.typ02 .box_people_head {
    background-image: url(../images/model/people/bg_typ02_2.png);
}

#model.people .box_people.typ03 .box_people_head {
    background-image: url(../images/model/people/bg_typ03_2.png);
}

#model.people .box_people_inner {
    background-color: #fff;
    padding: 48px 53px 53px;
    text-align: left;
    line-height: 157%;
}

#model.people .box_people_inner_ttl {
    margin: 0 auto;
    width: 306px;
}

#model.people .box_people_inner .box_corner_ttl {
    padding: 0 0 30px;
}

#model.people .box_people_inner .box_corner_ttl .ttl_num {
    display: table-cell;
    padding: 0 27px 0 0;
}

#model.people .box_people_inner .box_corner_ttl .ttl_text {
    display: table-cell;
    padding: 5px 0 0;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.1em;
    vertical-align: middle;
}

#model.people .box_people_inner .box_corner_ttl .ttl_text span {
    display: block;
    padding: 10px 0 0;
    font-size: 14px;
    font-weight: normal;
}


/**/

#model.people .box_people.typ01 .box_people_inner .box_corner_ttl .ttl_num,
#model.people .box_people.typ02 .box_people_inner .box_corner_ttl .ttl_num {
    width: 90px;
}

#model.people .box_people.typ03 .box_people_inner .box_corner_ttl .ttl_num {
    width: 103px;
}


/**/

#model.people .box_people_inner .list_spot {
    background-image: url(../images/model/purpose/arrow_tourlist.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 40px;
    padding: 0 0 33px;
}

#model.people .box_people_inner .list_spot li {
    float: left;
    margin: 0 20px 35px 0;
    width: 230px;
}

#model.people .box_people_inner .list_spot li:nth-of-type(4n+0) {
    margin: 0 0 35px 0;
}

#model.people .box_people_inner .list_spot li a {
    display: block;
    text-decoration: none;
}

#model.people .box_people_inner .list_spot li a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#model.people .box_people_inner .list_spot li a span.spot_ttl {
    background: url(../images/common/icon02.png) no-repeat 15px center, url(../images/model/people/bg_spot_ttl.png) repeat-y;
    display: block;
    height: 49px;
    padding: 0 0 0 33px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 300%;
    letter-spacing: 0.12em;
    text-align: left;
}

#model.people .box_people.typ02 .box_people_inner .list_spot li a span.spot_ttl {
    background: url(../images/common/icon02.png) no-repeat 15px center, url(../images/model/people/bg_spot_ttl02.png) repeat-y;
}

#model.people .box_people.typ03 .box_people_inner .list_spot li a span.spot_ttl {
    background: url(../images/common/icon02.png) no-repeat 15px center, url(../images/model/people/bg_spot_ttl03.png) repeat-y;
}

#model.people .box_people.typ02 .box_people_inner .list_spot li:last-of-type a span.spot_ttl {
    height: 41px;
    padding: 8px 0 0 33px;
    line-height: 120%;
}

#model.people .box_people_inner .list_spot li a span.spot_text {
    display: block;
    padding: 10px 0 0;
    height: 110px;
    /*暫定*/
    font-size: 14px;
    line-height: 157%;
    text-align: left;
}

#model.people .box_people_inner dl {
    background-image: url(../images/model/purpose/arrow_tourlist.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0 0 30px;
    padding: 0 0 63px;
    clear: both;
}

#model.people .box_people_inner dl:last-of-type {
    background-image: url(none);
    margin: 0;
    padding: 0;
}

#model.people .box_people_inner dt {
    float: left;
    width: 480px;
}

#model.people .box_people_inner dd {
    float: right;
    width: 470px;
    font-size: 14px;
    line-height: 185%;
}

#model.people .box_people_inner dd .btn_list li {
    display: flex;
}

#model.people .box_people_inner dd .btn_list li a {
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 15px;
    display: block;
    margin: 0 10px 14px 0;
    padding: 8px 30px 8px 40px;
    font-weight: 700;
    text-align: center;
    border: 3px solid #000;
    border-radius: 50px;
    line-height: 120%;
    text-decoration: none;
}

#model.people .box_people_inner dd .btn_list.icon01 li a {
    background-image: url(../images/model/people/icon02.png);
    color: #F29C8F;
    border: 3px solid #F29C8F;
}

#model.people .box_people_inner dd .btn_list.icon02 li a {
    background-image: url(../images/model/people/icon03.png);
    color: #4270D7;
    border: 3px solid #4270D7;
}

#model.people .box_people_inner dd span {
    color: #00873c;
    font-weight: 700;
}

#model.people .box_people_inner dd .text_list li {
    background-image: url(../images/cottage/icon03.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 16px;
}


/* 08 フォトギャラリー */

.main_img .inner_ttl.gallery {
    background-image: url(../images/gallery/bg.png);
}

#contents.gallery {
    width: 980px;
}

#gallery {
    padding: 0 0 100px;
}

#gallery .main_copy {
    margin: 0 auto 30px;
    width: 476px;
}

#gallery .anchor_menu {
    background-image: url(../images/gallery/bg_anchor_menu.png);
    background-repeat: no-repeat;
    margin: 0 auto 40px;
    padding: 10px 0 0px 10px;
}

#gallery .anchor_menu li {
    float: left;
    margin: 0 20px 10px 0;
    width: 157px;
}

#gallery .anchor_menu li a {
    background-color: #00873C;
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.04em;
    position: relative;
    padding: 12px 0px 12px 4px;
}

#gallery .anchor_menu li a:after {
    content: url(../images/common/icon02.png);
    position: absolute;
    right: 6px;
    top: 14px;
}

#gallery .anchor_menu li a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#gallery .photo_menu {
    margin: 0 auto 40px;
}

#gallery .photo_menu li {
    float: left;
    margin: 0 19px 25px 0;
    width: 227px;
}

#gallery .photo_menu li img {
    width: 227px;
    height: 147px;
    object-fit: cover;
}

#gallery .photo_menu li:nth-of-type(3n+0) {
    margin: 0 0 25px 0;
}

#gallery .photo_menu li a {
    display: block;
}

#gallery .photo_menu li a .caption {
    display: block;
    padding: 15px 0 0px 0;
    text-align: center;
}

#gallery .photo_menu li a .caption span {
    /* background-image: url(../images/common/icon03.png); */
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
}

#gallery .photo_menu li a:hover .caption span {
    text-decoration: underline;
}

#gallery .photo_menu li a .photographer {
    display: block; 
    padding: 0px 0 15px 0;
    text-align: center;
    font-size:10px;
}

#gallery .photo_menu li a .photographer span {
    display: inline-block;
}

#gallery .photo_menu li a:hover .photographer span {
    text-decoration: underline;
}



/* 09 物件案内 一覧 */

.main_img .inner_ttl.article {
    background-image: url(../images/article/bg.png);
}

#contents.article {
    width: 980px;
}

#main.article {
    float: none;
    width: 980px;
}

#article {
    padding: 0 0 100px;
    text-align: center;
}

#article .category_ttl {
    margin-bottom: 30px;
    text-align: left;
}

#article .main_copy {
    margin: 0 auto 40px;
    text-align: center;
}

#article #tabMenu li {
    float: left;
    width: 216px;
    height: 52px;
}

#article #tabBoxes {
    background-color: #F3F2E6;
    margin-bottom: 90px;
    padding: 40px 30px;
}

#article #tabBoxes #tabBox2,
#article #tabBoxes #tabBox3 {
    display: none;
}

#article .ttl_search {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
    color: #00873c;
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    border-left: 4px solid #00873C;
}

#article table.search,
#article table.search th,
#article table.search td {
    border: 0;
    border-collapse: collapse;
}

#article table.search {
    background-color: #fff;
    margin: 0 0 30px;
    width: 100%;
}

#article table.search th,
#article table.search td {
    padding: 25px 30px;
    color: #00873c;
    font-size: 16px;
}

#article table.search td {
    text-align: left;
    font-weight: 700;
}

#article table.search th label {
    margin-right: 10px;
    color: #00873c;
    font-size: 16px;
}

#article table.search td label {
    margin-right: 30px;
    font-size: 16px;
}

#article table.search td input {
    margin: 0 5px 0 30px;
}

#article table.search th {
    border-bottom: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    border-top: 1px solid #C1C1C1;
}

#article table.search th select {
    width: 93px;
}

#article table.search th:last-of-type {
    border-right: 0;
}

#article .btn_search {
    margin: 0 auto 20px;
    width: 367px;
}

#article .list_sort {
    margin: 0 auto 20px;
    text-align: right;
    letter-spacing: -.40em;
}

#article .list_sort li {
    display: inline-block;
    letter-spacing: normal;
}

#article .list_sort li label {
    margin-right: 16px;
    font-size: 16px;
    font-weight: 700;
}

#article .box_archive {
    margin: 0 0 100px;
}

#article .box_archive th {
    background: #00873c;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    border-right: #eaeaea 2px solid;
}

#article .box_archive th:nth-child(1) {
    width: 250px;
    box-sizing: border-box;
}

#article .box_archive td {
    border-right: #eaeaea 2px solid;
    vertical-align: middle;
    padding: 12px 5px;
    border-bottom: solid #c1c1c1 4px;
}

#article .box_archive td:nth-child(3) {
    width: 11%;
}

#article .box_archive .pic img {
    width: 234px;
    height: 143px;
    object-fit: cover;
}

#article .box_archive .price {
    font-size: 26px;
    color: #0a0a0a;
    font-weight: bold;
}

#article .box_archive .category {
    color: #fff;
    background: #00873c;
    display: inline-block;
    padding: 2px 9px;
}

#article .box_archive .category02 {
    background: #87004b;
}

#article .box_archive .category03 {
    background: #006487;
}

#article .box_archive .category04 {
    background: #c6d62b;
}

#article .box_archive .category05 {
    background: #67493e;
}

#article .box_archive .category06 {
    background: #7852bb;
}

#article .box_archive .long_stay {
    color: #fff;
    background: #c3240e;
    display: inline-block;
    padding: 2px 9px;
    margin-top:5px;
}

#article .box_archive .floor {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: bold;
    padding: 8px 0 0;
}

#article .box_archive .more a {
    font-size: 16px;
    font-weight: bold;
    background: #00873c;
    display: inline-block;
    color: #fff;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
}

#article .box_search {
    background-image: url(../images/article/bg_search.png);
    background-repeat: repeat-y;
    margin-bottom: 100px;
    padding: 30px;
}

#article .box_search li {
    margin-bottom: 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #C1C1C1;
}

#article .box_search li:last-of-type {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
}

#article .box_search li .article_ttl {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: left;
}

#article .box_search li dl {
    margin: 0;
    clear: both;
}

#article .box_search li dt {
    float: left;
    width: 366px;
}

#article .box_search li dd {
    float: right;
    width: 523px;
    text-align: left;
}

#article .box_search li dd .price {
    float: left;
    margin: 0 30px 20px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
}

#article .box_search li dd .price span {
    padding: 0 5px;
    color: #bb0027;
    font-size: 40px;
    font-weight: 700;
}

#article .box_search li dd .category {
    float: left;
    margin-top: 7px;
    padding: 5px 0;
    width: 60px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
}

#article .box_search li dd .category.typ01 {
    background-color: #00873C;
}

#article .box_search li dd .category.typ02 {
    background-color: #87004B;
}

#article .box_search li dd .category.typ03 {
    background-color: #006487;
}

#article table.search02,
#article table.search02 th,
#article table.search02 td {
    border: 0;
    border-collapse: collapse;
}

#article table.search02 {
    background-color: #fff;
    margin: 0 0 15px;
    width: 100%;
    clear: both;
}

#article table.search02 th,
#article table.search02 td {
    padding: 13px 20px;
    font-size: 14px;
    border: 1px solid #EAEAEA;
}

#article table.search02 th {
    background-color: #F7F7F7;
}


/* 09 物件案内 詳細 */

#article .list_info {
    margin: 0 auto 20px;
    text-align: right;
    letter-spacing: -.40em;
}

#article .list_info li {
    background-image: url(../images/common/icon05.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin-left: 24px;
    padding: 0 0 0 26px;
    letter-spacing: normal;
}

#article .list_info li:last-of-type {
    background-image: url(../images/common/icon06.png);
}

#article .list_info li a {
    text-decoration: none;
}

#article .list_info li a:hover {
    text-decoration: underline;
}

#article .block {
    background-image: url(../images/article/bg_search.png);
    background-repeat: repeat-y;
    margin-bottom: 98px;
    padding: 30px 60px 60px;
}

#article .block .detail_ttl {
    float: none;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: left;
}

#article .block .detail_ttl span{
    font-size: 20px;
    color:#ff0000;
}

#article .slick_text {
    font-size: 18px;
    padding: 7px 0;
}

#article .block .detail_price {
    float: right;
    margin: 0 0px 30px 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    text-align: right;
}

#article .block .category_block {
    float: left;
    margin: 0 0 10px;
}

#article .block .detail_price span {
    padding: 0 5px;
    color: #bb0027;
    font-size: 48px;
    font-weight: 700;
}

#article .block .detail_category {
    float: right;
    margin-top: 7px;
    padding: 7px 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    display: inline-block;
}

#article .detail_category.floor {
    font-size: 28px;
    color: #2a2a2a;
    padding: 0 19px;
}

#article .detail_category.no {
    font-size: 18px;
    color: #2a2a2a;
    padding: 9px 0 0;
}

#article .block .detail_category.typ01 {
    background-color: #00873C;
    clear: both;
    float: none;
    /* padding: 6px 9px 0px;*/
}

#article .block .detail_category.typ02 {
    background-color: #87004B;
    clear: both;
    float: none;
    /*padding: 6px 9px 0px;*/
}

#article .block .detail_category.typ03 {
    background-color: #006487;
    clear: both;
    float: none;
    /*padding: 6px 9px 0px;*/
}

#article .block .detail_category.typ04 {
    background: #c6d62b;
}

#article .block .detail_category.typ05 {
    background: #67493e;
}

#article .block .detail_category.typ06 {
    background: #7852bb;
}

#article .table_ttl {
    color: #00873c;
    font-size: 18px;
    text-align: left;
}

#article table.search03,
#article table.search03 th,
#article table.search03 td {
    border: 0;
    border-collapse: collapse;
}

#article table.search03 {
    background-color: #fff;
    margin: 0 0 40px;
    width: 100%;
    clear: both;
}

#article table.search03 th,
#article table.search03 td {
    padding: 13px 18px 13px 20px;
    font-size: 16px;
    text-align: left;
    border: 1px solid #EAEAEA;
    vertical-align: middle;
}

#article table.search03 th {
    background-color: #F7F7F7;
    width: 18%;
}

#article table.search03 th.row5 {
    width: 5.5%;
    padding: 0 0;
    text-align: center;
}

#article table.search03 .rowspan3 {
    width: 15%;
}

#article table.search03 .small_th {
    width: 12%;
}

#article table.search03 th.row5_inner {
    width: 13%;
}

#article table.search03 td {
    width: 30%;
}

#article .price_text {
    text-align: left;
}

#article .block .detail_thumb_list {
    margin-bottom: 35px;
    padding: 30px 0 0;
}

#article .block .detail_thumb_list .slick-track {
    width: 864px !important;
}

#article .block .detail_thumb_list li {
    float: left;
    margin: 0 13px 15px 0;
    position: relative;
    width: 204px !important;
}

#article .block .detail_thumb_list li a>img {
    width: 204px;
    height: 138px;
    object-fit: cover;
}

#article .block .detail_thumb_list li:nth-of-type(4n+0) {
    margin: 0 0 15px 0;
}

#article .block .detail_thumb_list li span {
    width: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#article .box_recommend {
    background-color: #fff;
    padding: 10px;
    clear: both;
    margin: 0 0 56px;
}

#article .box_recommend .inner_recommend {
    padding: 22px 64px 17px;
    font-size: 14px;
    line-height: 185%;
    text-align: left;
    letter-spacing: 0.05em;
    border: 1px solid #59B280;
}

#article .box_recommend .inner_recommend p {
    font-size: 16px;
}

#article .box_recommend .ttl_recommend {
    margin: 0 auto 30px;
    width: 210px;
}

#article .box_contact {
    margin: 0 auto;
    width: 880px;
    display: none;
}

#article .box_contact_menu {
    background-image: url(../images/article/bg_contact.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    height: 107px;
    text-align: center;
    letter-spacing: -.40em;
}

#article .box_contact_menu li {
    display: inline-block;
    margin: 0 33px;
    width: 332px;
    letter-spacing: normal;
}

#article .box_contact_menu li a {
    background-color: #87004B;
    background-image: url(../images/common/icon02.png);
    background-repeat: no-repeat;
    background-position: 54px center;
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-decoration: none;
}

#article .box_contact_menu li:last-of-type a {
    background-color: #006487;
}

#article .box_contact_menu li a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


/* 10 アクセスマップ */

.main_img .inner_ttl.access {
    background-image: url(../images/access/bg.png);
}

#contents.access {
    width: 980px;
}

#access {
    padding: 0 0 20px;
    text-align: center;
}

#access .main_copy {
    margin: 0 auto 40px;
}

#access .map {
    margin-bottom: 15px;
    width: 720px;
    height: 330px;
}

#access .map_large {
    margin-bottom: 8px;
    font-size: 14px;
    text-align: right;
}

#access .map_large a {
    color: #006487;
}

#access .map_large a:hover {
    text-decoration: underline;
}

#access .box_carnavi {
    background-color: #F3F2E6;
    margin-bottom: 50px;
    padding: 30px 40px 40px;
    position: relative;
}

#access .box_carnavi .note {
    position: absolute;
    top: 145px;
    right: 36px;
    font-size: 16px;
    text-align: left;
}

#access .box_carnavi_tel {
    background-color: #fff;
    margin-bottom: 12px;
    padding: 17px 0px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 162%;
    letter-spacing: 0.04em;
    text-align: left;
}

#access .box_carnavi_tel_copy {
    margin-bottom: 10px;
    color: #00873c;
    font-size: 24px;
    line-height: 120%;
}

#access .address {
    letter-spacing: 1.4px;
}

#access .box_carnavi_copy {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 120%;
    font-weight: bold;
}

#access .box_carnavi_copy span {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 120%;
    font-weight: bold;
    color: #dc3b31;
}

#access .category_ttl {
    margin-bottom: 22px;
    text-align: left;
}

#access .access_root {
    margin-bottom: 42px;
    padding: 0 28px;
}

#access .access_root li {
    margin-bottom: 18px;
    font-size: 14px;
    text-align: left;
    line-height: 120%;
}

#access .access_root li span {
    background-color: #00873C;
    display: inline-block;
    margin-right: 10px;
    padding: 2px 0;
    width: 22px;
    color: #fff;
    text-align: center;
}

#access .description {
    text-align: left;
    font-size: 16px;
    margin: 0 0 10px;
}

#access .bus_block {
    background-color: #F3F2E6;
    padding: 32px 0px 32px 160px;
    text-align: left;
    margin: 0 0 56px;
}

#access .bus_icon:before {
    content: url(../images/access/bus_icon.jpg);
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0 19px 0 0;
}

#access .bus_icon:after {
    content: url(../images/access/arrow_icon.jpg);
    position: relative;
    left: 191px;
    top: 6px;
}

#access .bus_icon {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 0px;
    position: relative;
}

#access .bus_icon li {
    padding: 0 0 0 52px;
    font-size: 16px;
}

#access .bus_block .text {
    font-weight: bold;
    padding: 10px 0 0 50px;
}


/* 11 観光情報 */

.main_img .inner_ttl.tourist {
    background-image: url(../images/tourist/bg.png);
}

#main.tourist {
    float: none;
    margin: 0 auto;
    width: 100%;
}

#tourist {
    text-align: center;
    margin: 0 0 -40px;
}

#tourist .ttl01 {
    margin: 0 auto 37px;
    width: 517px;
}

#tourist .ttl02 {
    margin: 0 auto 30px;
    width: 166px;
}

#tourist .main_copy {
    margin: 0 auto 25px;
    width: 834px;
}

#tourist .main_read {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 212%;
    letter-spacing: 0.12em;
    text-align: center;
}

#tourist .btn_list {
    margin: 0 auto;
    width: 92px;
}

#tourist .map {
    margin: 0 auto 83px;
    width: 780px;
}

#tourist .list_box {
    background-image: url(../images/tourist/bg_list.png);
    background-repeat: repeat;
    padding: 80px 0 70px;
}

#tourist .list_box_inner {
    margin: 0 auto;
    width: 980px;
}

#tourist .list_box_anchor_menu {
    margin: 0 auto 60px;
    text-align: center;
    letter-spacing: -.40em;
}

#tourist .list_box_anchor_menu li {
    display: inline-block;
    margin: 0 5px 10px;
    width: 170px;
    letter-spacing: normal;
}

#tourist .list_ttl {
    background-image: url(../images/common/bg_ttl.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 30px;
    text-align: left;
}

#tourist .list_ttl span {
    background-repeat: no-repeat;
    background-position: left 3px;
    display: block;
    padding: 0 0 20px 45px;
    color: #00873c;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.1em;
}

#tourist .list_ttl span.icon01 {
    background-image: url(../images/tourist/icon01.png);
}

#tourist .list_ttl span.icon02 {
    background-image: url(../images/tourist/icon02.png);
}

#tourist .list_ttl span.icon03 {
    background-image: url(../images/tourist/icon03.png);
}

#tourist .list_ttl span.icon04 {
    background-image: url(../images/tourist/icon04.png);
}

#tourist .list_ttl span.icon05 {
    background-image: url(../images/tourist/icon05.png);
}

#tourist .list_ttl span.icon06 {
    background-image: url(../images/tourist/icon06.png);
}

#tourist .list_ttl span.icon07 {
    background-image: url(../images/tourist/icon07.png);
}

#tourist .list_ttl span.icon08 {
    background-image: url(../images/tourist/icon08.png);
}

#tourist .list_ttl span.icon09 {
    background-image: url(../images/tourist/icon09.png);
}

#tourist .list_ttl span.icon10 {
    background-image: url(../images/tourist/icon10.png);
}

#tourist .list_text {
    font-size: 14px;
    line-height: 157%;
    text-align: left;
}

#tourist .list_menu {
    padding: 0 0 40px;
}

#tourist .list_menu li {
    float: left;
    margin: 0 20px 20px 0;
    width: 230px;
}

#tourist .list_menu li:nth-of-type(4n+0) {
    margin: 0 0 20px;
}

#tourist .list_menu li .ttl_kankou {
    background-image: url(../images/tourist/bg_kankou_ttl.png);
    background-repeat: repeat-y;
    padding: 0 0 0 15px;
    height: 49px;
    text-align: left;
}

#tourist .list_menu li .ttl_kankou span {
    background-image: url(../images/common/icon02.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 320%;
}

#tourist .list_menu li .ttl_list {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 10px 28px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 200%;
}

#tourist .list_menu li .ttl_list.onsen {
    background-image: url(../images/tourist/icon11.png);
}

#tourist .list_menu li .ttl_list.leisure {
    background-image: url(../images/tourist/icon12.png);
}

#tourist .list_menu li .ttl_list.riding {
    background-image: url(../images/tourist/icon13.png);
}

#tourist .list_menu li .ttl_list.camp {
    background-image: url(../images/tourist/icon11.png);
}

#tourist .list_menu li .ttl_list.golf {
    background-image: url(../images/tourist/icon12.png);
}

#tourist .list_menu li .ttl_list.ski {
    background-image: url(../images/tourist/icon13.png);
}

#tourist .list_menu li .ttl_list.fishing {
    background-image: url(../images/tourist/icon11.png);
}

#tourist .list_menu li .ttl_list.hiking {
    background-image: url(../images/tourist/icon12.png);
}

#tourist .list_menu_other {
    background-color: #fff;
    padding: 25px 0 15px 60px;
    border: 1px solid #00873C;
}

#tourist .list_menu_other li {
    background-image: url(../images/cottage/icon03.png);
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
    width: 23%;
    font-size: 14px;
    text-align: left;
}


/* 13 翠峯苑だより */

.main_img .inner_ttl.info {
    background-image: url(../images/info/bg.png);
}

#contents.info {
    width: 980px;
}

#info {
    padding: 0 0 150px;
}

#info .box {
    background-color: #F3F2E6;
    padding: 30px;
}

#info .box.detail {
    margin-bottom: 15px;
}

#info .box a {
    text-decoration: none;
}

#info .box a dl {
    background-color: #fff;
    background-image: url(../images/common/icon08.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    margin-bottom: 15px;
    padding: 30px 120px 30px 30px;
    clear: both;
}

#info .box a dt {
    margin-bottom: 10px;
    color: #00873c;
    font-size: 16px;
    font-weight: 700;
}

#info .box a dd {
    font-size: 14px;
    line-height: 200%;
    text-decoration: underline;
}

#info .box a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#info .box_date {
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    color: #00873c;
    font-size: 16px;
    font-weight: 700;
}

#info .box_ttl {
    margin-bottom: 25px;
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

#info .box_inner {
    background-color: #fff;
    padding: 30px;
    font-size: 14px;
    line-height: 185%;
}


/* 14 プライバシーポリシー */

.main_img .inner_ttl.privacy {
    background-image: url(../images/privacy/bg.png);
}

#contents.privacy {
    width: 980px;
}

#privacy {
    padding: 0 0 150px;
}

#privacy .list_privacy {
    background-color: #F3F2E6;
    padding: 45px 50px 25px;
}

#privacy .list_privacy li {
    background-image: url(../images/cottage/icon03.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    margin-bottom: 25px;
    padding: 0 0 0 23px;
    font-size: 14px;
    line-height: 171%;
}

#privacy .list_privacy li.no-icon {
    background-color: #fff;
    background-image: url(none);
    padding: 18px 33px;
}

#privacy .list_privacy li.no-icon span {
    background-color: #00873C;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 2px 0 2px 2px;
    width: 16px;
    color: #fff;
    text-align: center;
    line-height: 100%;
}

#privacy .list_privacy li.establish {
    background-image: url(none);
    padding: 0;
    text-align: right;
}


/* 15 プライバシーポリシー */

.main_img .inner_ttl.company {
    background-image: url(../images/company/bg.png);
}

#contents.company {
    width: 980px;
}

#company {
    padding: 0 0 30px;
}

#company .box {
    padding: 0 19px 60px;
}

#company table,
#company table th,
#company table td {
    border: 0;
    border-collapse: collapse;
}

#company table {
    margin: 0;
    width: 100%;
    border: 1px solid #DCDCDC;
}

#company table th,
#company table td {
    padding: 18px;
    line-height: 142%;
}

#company table th {
    background-color: #F0F0F0;
    width: 30%;
    border-bottom: 1px solid #fff;
}

#company table td {
    width: 70%;
    border-bottom: 1px solid #E1E1E1;
}


/* 16 オーナーズ倶楽部 */

.main_img .inner_ttl.owners,
.main_img .inner_ttl.complete {
    background-image: url(../images/owners/bg.png);
}

#contents .owners.thanks {
    font-size: 20px;
    margin: 0 0 42px;
}

#contents.owners_club {
    width: 980px;
}

#owners {
    padding: 0 0 100px;
}

#owners .news_box {
    background-color: #F3F2E6;
    margin-bottom: 80px;
    padding: 30px;
}

#owners .news_box .box {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 20px 30px;
}

#owners .news_box .box a {
    text-decoration: none;
}

#owners .news_box .article_ttl {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

#owners .news_box .article_ttl a {
    text-decoration: none;
}

#owners .news_box dl {
    margin: 0 auto;
    clear: both;
}

#owners .news_box dt {
    float: left;
    width: 167px;
}

#owners .news_box dt img {
    width: 167px;
    height: 122px;
    object-fit: cover;
}

#owners .news_box dd {
    float: right;
    width: 423px;
    font-size: 14px;
    line-height: 185%;
}

#owners .news_box .right_content p {
    margin-bottom: 0;
}

#owners .news_box dd>span {
    display: block;
    margin-bottom: 7px;
    color: #00873c;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

#owners .news_box2 {
    background-color: #F3F2E6;
    margin-bottom: 80px;
    padding: 25px 15px 5px 15px;
}

#owners .news_box2 .managemen_info{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

#owners .news_box2 .managemen_info li{
  float:left;
  width:335px;
  background:#ffffff;
  padding:5px 0 5px 0;
  margin-right:20px;
  margin-bottom:20px;
}

#owners .news_box2 .managemen_info li:nth-child(2n){
  margin-right:0px;
}

#owners .news_box2 .managemen_info li .title{
  color:#00873c;
  font-size:18px;
  font-weight:bold;
  border-left:5px solid #00873c;
  margin-bottom:15px;
  padding-left:5px;
}

#owners .news_box2 .managemen_info li .message{
  padding:0 10px 10px 10px;
}

#owners .btn_list {
    margin: 0 auto;
    width: 262px;
}

#owners .btn_list a {
    background-color: #00863C;
    background-image: url(../images/common/icon02.png);
    background-repeat: no-repeat;
    background-position: 42px center;
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.12em;
    text-decoration: none;
}

#owners .btn_list a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#owners .club_box {
    margin-bottom: 30px;
}

#owners .club_box li {
    float: left;
    margin: 0 19px 19px 0;
    width: 227px;
}

#owners .club_box li:nth-of-type(3n+0) {
    margin: 0 0 19px;
}

#owners .club_box li a {
    text-decoration: none;
}

#owners .club_box li a span {
    background-color: #006487;
    background-image: url(../images/common/icon02.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    display: block;
    padding: 10px 0 10px 33px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

#owners .club_box li a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#owners .club_box_list {
    background-color: #F3F2E6;
    margin-bottom: 20px;
    padding: 30px;
}

#owners .club_box_list_ttl {
    background-color: #006487;
    margin-bottom: 30px;
    padding: 12px 15px;
}

#owners .club_box_list_ttl span {
    display: inline-block;
    padding: 0 0 0 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 120%;
    border-left: 3px solid #fff;
}

#owners .club_box_list .box {
    background-color: #fff;
    margin: 0 auto 25px;
    padding: 30px;
    width: 540px;
}

#owners .club_box_list .box.long {
    margin: 0 auto 60px;
}

#owners .club_box_list .box dl.open {
    margin: 0;
}

#owners .club_box_list .box dl.open dt {
    display: table-cell;
    width: 180px;
    color: #00873c;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
}

#owners .club_box_list .box dl.open dd {
    display: table-cell;
    width: 348px;
    font-size: 14px;
    font-weight: 700;
    line-height: 157%;
}

#owners .club_box_list .list_menu {
    margin-bottom: 40px;
}

#owners .club_box_list .list_menu li {
    float: left;
    margin: 0 19px 20px 0;
    width: 207px;
}

#owners .club_box_list .list_menu li:nth-of-type(3n+0) {
    margin: 0 0 20px;
}

#owners .club_box_list .list_menu li span {
    display: block;
    padding: 0 0 5px;
    font-size: 16px;
    text-align: center;
    height:22px;
}

#owners .club_box_list .list_menu.ukeoi li span {
    text-align: left;
}

#owners .club_box_list .list_menu li:nth-of-type(8) {
    background-color: #fff;
    margin-top: 22px;
    padding: 15px 0 0 35px;
    width: 172px;
    height: 124px;
    font-size: 14px;
    line-height: 157%;
}

#owners .club_box_list .btn_pdf li {
    float: left;
    margin: 0 0 10px 0;
    width: 256px;
}

#owners .club_box_list .btn_pdf li:nth-of-type(2n+0) {
    float: right;
}

#owners .club_box_list .btn_pdf li:nth-of-type(3),
#owners .club_box_list .btn_pdf li:nth-of-type(4) {
    margin: 0;
}

#owners .club_box_list .btn_pdf li a {
    background-color: #00873C;
    background-image: url(../images/owners/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: 27px center;
    display: block;
    padding: 15px 18px;
    text-align: center;
    text-decoration: none;
}

#owners .club_box_list .btn_pdf li a span {
    background-image: url(../images/common/icon02.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    color: #fff;
    font-size: 16px;
}

#owners .club_box_list .btn_pdf li a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#owners .copy_service {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

#owners .copy_service a {
    color: #006487;
}

#owners .list_service li {
    background-image: url(../images/cottage/icon03.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 11px;
    padding: 0 0 0 23px;
    font-size: 14px;
}

#owners .list_ukeoi li {
    background-image: url(../images/cottage/icon03.png);
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
    margin: 0 26px 11px 0;
    padding: 0 0 0 18px;
    font-size: 14px;
}

#owners table,
#owners table th,
#owners table td {
    border: 0;
    border-collapse: collapse;
}

#owners table {
    margin: 0 0 30px;
    width: 100%;
}

#owners table th,
#owners table td {
    background-color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #E5E5E5;
}

#owners table th.last,
#owners table td.last {
    border-bottom: 0;
}

#owners table th {
    background-color: #E5E5E5;
    border-bottom: 1px solid #fff;
    width: 30%;
    vertical-align: top;
}

#owners table td {
    width: 70%;
}

#owners table th span {
    background-color: #BB0027;
    display: inline-block;
    margin-left: 10px;
    padding: 3px 0;
    width: 34px;
    color: #fff;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
}

#owners .btn {
    margin: 0 auto;
    width: 287px;
    padding: 0 0 10px;
}

#owners .info_block ul.flex_no_justify li {
    border: solid 8px #00863c;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    display: flex;
}

#owners .info_block ul.flex_no_justify .info_block_ttl {
    text-align: center;
    background: #00863c;
    padding: 10px;
    width: 20%;
    color: #fff;
}

#owners .info_block ul.flex_no_justify .info_block_text {
    padding: 10px;
}


/* 17 お問い合わせ・資料請求 */

.main_img .inner_ttl.contact {
    background-image: url(../images/contact/bg.png);
}

#contents.contact {
    width: 980px;
}

#contact {
    padding: 0 0 30px;
    font-size: 14px;
    line-height: 171%;
}

#contact a {
    color: #006487;
}

#contact a:hover {
    text-decoration: none;
}

#contact .box {
    padding: 0 19px 80px;
}

#contact table,
#contact table th,
#contact table td {
    border: 0;
    border-collapse: collapse;
}

#contact table {
    margin: 0 0 30px;
    width: 100%;
}

#contact table th,
#contact table td {
    background-color: #F4F4F4;
    padding: 15px 20px;
    border-bottom: 1px solid #E5E5E5;
}

#contact table th.last,
#contact table td.last {
    border-bottom: 0;
}

#contact table th {
    background-color: #E5E5E5;
    border-bottom: 1px solid #fff;
    width: 30%;
    vertical-align: top;
}

#contact table td {
    width: 70%;
}

#contact table th span {
    background-color: #BB0027;
    display: inline-block;
    margin-left: 10px;
    padding: 3px 0;
    width: 34px;
    color: #fff;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
}

#contact .btn {
    margin: 0 auto 10px;
    width: 287px;
}

input[type="text"],
input[type="email"] {
    padding: 3px;
/*  width: 70%;*/
}

textarea {
    padding: 3px;
    width: 90%;
}


/* 資料請求 */

.main_img .inner_ttl.request {
    background-image: url(../images/contact/bg.png);
}

#contents.request {
    width: 980px;
}

#request table th,
#request table td {
    background-color: #F4F4F4;
    padding: 15px 20px;
    border-bottom: 1px solid #E5E5E5;
}

#request table th {
    background-color: #E5E5E5;
    border-bottom: 1px solid #fff;
    width: 30%;
    vertical-align: top;
}

#request table td {
    width: 70%;
}

#request table .tel_box input {
    width: 19%;
}

#request table .zip01 {
    width: 12%;
}

#request table .zip02 {
    width: 19%;
}

#request table th span {
    background-color: #BB0027;
    display: inline-block;
    margin-left: 10px;
    padding: 3px 0;
    width: 34px;
    color: #fff;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
}

#request .box {
    padding: 0 19px 80px;
}

#request .checkbox {
    background-color: #F4F4F4;
    padding: 15px 10px 15px 48px;
    border-bottom: 1px solid #E5E5E5;
}

#request .checkbox input {
    font-size: 14px;
    color: #292929;
    margin: 0 2px 0 0;
}

#request .checkbox label {
    font-weight: bold;
    margin: 0 25px 0 0;
}

#request .hope01 {
    font-weight: bold;
    display: inline-block;
    width: 223px;
}

#request .hope01:nth-child(1) {
    margin: 0 0 15px;
}

#request .hope01 input {
    width: 56%;
    margin: 0 9px 0 0;
}

#request .hope02 {
    font-weight: bold;
    display: inline;
}

#request .hope02 input[type="text"] {
    width: 18%;
    margin: 0 0 0 5px;
}

#request .policy_block {
    margin: 36px 0 56px;
    background: #f4f6f4;
    padding: 33px 0 25px;
}

#request .policy_block .text {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    margin: 0 0 16px;
}

#request .policy_block .text a {
    color: #006487;
}

#request .check_btn {
    text-align: center;
    margin: 0 auto;
}

#request .check_btn span.mwform-checkbox-field-text {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    font-family: "Yu Mincho Medium", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#request .check_btn label {
    width: 278px;
    padding: 9px 0;
    display: inline-block;
    background: #4fbd80;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    font-family: "Yu Mincho Medium", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#request .btn {
    margin: 0 auto 10px;
    width: 287px;
}

/* 入力画面 */
.mw_wp_form_input .phase_input{
   display: block;
}

.mw_wp_form_input .phase_confirm{
   display: none;
}

/* 確認画面 */
.mw_wp_form_confirm .phase_input{
  display: none;
}

.mw_wp_form_confirm .phase_confirm{
  display: block;
}

/* 18 新着情報 */

.main_img .inner_ttl.news {
    background-image: url(../images/info/bg.png);
}

#contents.news {
    width: 980px;
}

#news {
    padding: 0 0 150px;
}

#news .anchor_menu {
    background-image: url(../images/gallery/bg_anchor_menu.png);
    background-repeat: repeat;
    margin: 0 auto 40px;
    padding: 10px 0 0px 10px;
}

#news .anchor_menu li {
    float: left;
    margin: 0 20px 10px 0;
    width: 157px;
}

#news .anchor_menu li a {
    background-color: #00873C;
    display: block;
    padding: 12px 0px 12px 4px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.04em;
    position: relative;
}

#news .anchor_menu li a:after {
    content: url(../images/common/icon02.png);
    position: absolute;
    right: 6px;
    top: 14px;
}

#news .news_box {
    background-color: #F3F2E6;
    padding: 30px;
    margin: 0 0 50px;
}

#news .box {
    background-color: #F3F2E6;
    padding: 30px;
    margin: 0 0 30px;
}

#news .news_box .box {
    padding: 30px;
    margin: 0 0 30px;
    background-color: #fff;
}

#news .box.detail {
    margin-bottom: 15px;
}

#news .box a {
    text-decoration: none;
}

#news .news_box .article_ttl {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

#news .box a dl {
    background-repeat: no-repeat;
    background-position: 95% center;
    margin-bottom: 15px;
    padding: 0px 0px 0px 0px;
    clear: both;
}

#news .box a dt {
    margin-bottom: 10px;
    color: #00873c;
    font-size: 16px;
    font-weight: 700;
    float: left;
}

#news .box a dt img {
    width: 167px;
    height: 122px;
    object-fit: cover;
}

#news .box a dd {
    font-size: 14px;
    line-height: 200%;
    float: left;
    padding: 0 0 0 30px;
    width: 400px;
}

#news .news_box dd span {
    display: block;
    margin-bottom: 7px;
    color: #00873c;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

#news .box a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#news .box_date {
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    color: #00873c;
    font-size: 16px;
    font-weight: 700;
}

#news .box_ttl {
    margin-bottom: 25px;
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

#news .box_inner {
    background-color: #fff;
    padding: 30px;
    font-size: 14px;
    line-height: 185%;
}


/* 建築プラン */

.main_img .inner_ttl.plan {
    background-image: url(../images/plan/bg.png);
}

#contents.plan {
    width: 980px;
}

/* オーナー様の声 */

#main.owners_voice {
    width: auto;
    float: none;
}

#owners_voice .sec01 .inner {
    width: 1020px;
    margin: 0 auto;
    padding: 40px 0 30px;
}

#owners_voice .sec01 .inner h2 {
    text-align: center;
}

#owners_voice .sec01 .bold_text {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.18em;
    line-height: 180%;
    margin: 25px 0 25px 0;
}

#owners_voice .sec02 .owners_list{
    width:1014px;
    margin:0 auto 30px auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#owners_voice .sec02 .owners_list li{
    width:330px;
    float:left;
    background:#EBF5EF;
    margin:0 10px 35px 0px;
}

#owners_voice .sec02 .owners_list li:nth-child(3n) {
    margin-right:0px;
}

#owners_voice .sec02 .owners_list li .image{
    width:310px;
    padding:10px 10px 15px 10px;
}

#owners_voice .sec02 .owners_list li .image img{
    width:100%;
    height:198px;
}

#owners_voice .sec02 .owners_list li a{
    text-decoration: none;
}

#owners_voice .sec02 .owners_list li a:hover{
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#owners_voice .sec02 .owners_list li a .title{
    padding:0px 12px 10px 12px;
    font-weight:bold;
}

#owners_voice .sec02 .owners_list li a .owner{
    font-size:12px;
    padding:0px 12px 20px 12px;
}


/* オーナー様の声個別 */
#main.owners_voice_individual {
    width: auto;
    float: none;
}

#owners_voice_individual .sec01 .inner {
    width: 1020px;
    margin: 0 auto;
    padding: 40px 0 30px;
}

#owners_voice_individual .sec01 .inner h2 {
    text-align: center;
}

#owners_voice_individual .sec01 .bold_text {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.12em;
    line-height: 225%;
    margin: 0 0 10px 0;
}

#owners_voice_individual .sec01 .owner {
    text-align: center;
    margin-bottom: 5px;
    font-size:13px;
    letter-spacing: 0.12em;
}

#owners_voice_individual .sec01 .owner_history {
    text-align: center;
    margin: 0px;
    font-size:13px;
    letter-spacing: 0.12em;
}

#owners_voice_individual .sec02 {
    background:#EBF5EF;
    padding:35px 0 50px 0;
}

#owners_voice_individual .sec02 .box_inner {
    width:800px;
    margin:0 auto;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

#owners_voice_individual .sec02 .qes{
    font-weight: bold;
    color:#006934;
    padding:0 20px;
    margin-bottom:20px;
}

#owners_voice_individual .sec02 .qes:before{
    content: "-";
    margin-right:10px;
}
#owners_voice_individual .sec02 .qes:after{
    content: "-";
    margin-left:10px;
}


#owners_voice_individual .sec02 .ans{
    font-weight: bold;
    color:#231815;
    padding:0 20px;
    margin-bottom:40px;
}

#owners_voice_individual .sec02 .bikou{
    font-size:14px;
    font-weight:normal;
    margin-top:8px;
}

/* バーベキュー応募フォーム */
#contents.bbq-entry {
     width: 980px;
}

#request .bbq-title {
    color:#00873c;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    margin-bottom:30px;
}


