@charset "utf-8";
/* CSS Document */

/****************************************************************************/
/**                         特集ページ用CSS                                   */
/****************************************************************************/


/* ----------------------------------------------------
        オススメ特集一覧
---------------------------------------------------- */
.feature_theme_list {
    margin-top: 6.5%;
}

.feature_theme_list li {
    float: left;
    margin: 5px 0 0 5px;
    font-family: "honoka";
}

.genre_select a, .genre_select_toggle {
    padding: 8px 30px 8px 30px;
    border: 3px solid #424242;
    background-color: #424242;
    color: #ffffff;
    display: inline-block;
}

.genre_select_toggle {
    margin-top: 40px;
}

.selected_genre a {
    color: #424242;
    background-color: #ffffff;
}

.feature_box {
    background-color: #f7f7f7;
    padding: 35px 25px;
    position: relative;
    margin-top: 50px;
}

.feature_box:last-child {
    margin-bottom: 7%;
}

.feature_box h1 {
    color: #ef8596;
    font-size: 2.2rem;
    line-height: 1.3;
    /* padding-right: 70px; */
}

.feature_box .area_box {
    text-align: right;
    line-height: 1.9;
}

.feature_box .area {
    margin-right: 10px;
}

.feature_content {
    display: table;
    width: 100%;
    margin-top: 15px;
}

.feature_img {
    display: table-cell;
    width: 230px;
    vertical-align: top;
    padding-right: 15px;
}

.feature_txt {
    display: table-cell;
    vertical-align: top;
}

.feature_txt p {
    font-size: 1.6rem;
    line-height: 1.5;
}

.theme_list {
    background-color: #d8d8d8;
    padding: 10px 20px;
    margin-top: 15px;
    line-height: 1.5;
}

.theme_list dt, .theme_list dd {
    display: inline-block;
}

.theme_list dd:before {
    display: inline-block;
    content: "/";
    margin: 0 12px 0 7px;
}

.theme_list dd:first-of-type:before {
    content: "";
    margin: 0;
}

.theme_list a {
	text-decoration: underline;
}

#genre_select_toggle {
    display: none;
}

/* ----------------------------------------------------
        特集詳細
---------------------------------------------------- */
#feature {
    padding-bottom: 7%;
}

#feature_title {
    position: relative;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center top;
}

#feature_title .container div {
    width: 624px;
    height: 500px;
}

#feature_title h1 {
    padding: 75px 0 0 40px;
}

#feature_title p {
    font-family: 'utsukushi';
    line-height: 1.8;
    padding: 20px 0 0 40px;
    color: #83656c;
    font-size: 16px;
    text-shadow: -1px -1px #ffffff, 1px -1px #ffffff, -1px 1px #ffffff, 1px 1px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff,0px 0px 10px #ffffff,0px 0px 10px #ffffff;
}

.feature_top {
    position: relative;
}

#feature_box section {
    margin-top: 15%;
}

#feature_box section:first-child {
    margin-top: 5.5%;
}

.feature_headline {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    width: 280px;
    height: 705px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}

.feature_headline strong {
    background-color: #f07494;
    color: #ffffff;
    font-family: 'utsukushi';
    font-size: 1.5rem;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1.2;
    font-weight: normal;
}

.feature_headline p {
    font-family: 'utsukushi';
    font-size: 2.0rem;
    line-height: 1.2;
    margin-top: 10px;
}

.feature_headline h1 {
    font-family: 'hannari';
    font-size: 4.0rem;
    line-height: 1.2;
    margin: 0 0 10px;
    font-weight: normal;
}

.feature_main {
    margin-left: 280px;
}

.feature_txt {
    line-height: 2;
    margin-top: 15px;
}

.feature_address_box {
    margin-top: 5px;
}

.feature_address_txt {
    float: left;
    line-height: 1.7;
    font-size: 1.4rem;
    width: 320px;
    margin-top: 40px;
}

.feature_address_txt p {
    position: relative;
    padding: 20px 10px;
    background: url(../../img/ja/feature/cherry_blossoms/line.png) no-repeat;
}

.feature_address_txt p:after {
    background: url(../../img/ja/feature/cherry_blossoms/line.png) no-repeat;
    width: 320px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.feature_address_img {
    float: right;
}

.how_fun {
    padding: 2.5%;
    box-sizing: border-box;
    background: url(../../img/ja/common/texture_bg.png);
    margin-top: 3%;
    position: relative;
    border-radius: 3px;
}

.how_fun:before {
    position: absolute;
    background-color: #c5d4b4;
    width: 97%;
    height: 100%;
    top: 2px;
    left: 20px;
    content: "";
    display: block;
    transform: rotate(2deg);
    z-index: -1;
    border-radius: 3px;
}

.how_fun h2 {
    font-family: 'utsukushi';
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 2%;
    font-weight: normal;
}

.how_fun_box {
    display: table;
    width: 460px;
    float: left;
    margin-right: 15px;
}

.how_fun_img {
    display: table-cell;
    vertical-align: top;
}

.how_fun_txt {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.how_fun_txt h3 {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'hannari';
    color: #f07494;
    font-weight: normal;
}

.how_fun_txt p {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 10px;
    line-height: 1.5;
    font-size: 1.4rem;
}

.feature_down {
    margin-top: 4.5%;
}

.data_box {
    float: left;
    width: 375px;
    height: 375px;
    border-radius: 188px;
    position: relative;
    background-color: #ffebee;
}

.data_box:after {
    background: url(../../img/ja/feature/cherry_blossoms/cherry_blossoms_bg.png) no-repeat;
    width: 101px;
    height: 85px;
    content: "";
    position: absolute;
    left: 20px;
    bottom: 7px;
}

.data_box h2 {
    margin: 95px 0 0 45px;
    font-family: 'utsukushi';
    font-size: 22px;
    color: #ff5c74;
    font-weight: normal;
}

.data_box dl {
    margin: 10px 10px 0 45px;
    position: relative;
    z-index: 99;
}

.data_box dt, .data_box dd {
    display: inline-block;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.7;
    margin-top: 5px;
}

.data_box dt {
    width: 87px;
    font-weight: bold;
}

.data_box dd {
    width: 225px;
    position: relative;
    padding-left: 15px;
}

.data_box dd:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "：";
    display: inline-block;
}

.drop_spot {
    width: 560px;
    float: right;
    margin-top: 3.5%;
}

.drop_spot_box {
    display: table;
    width: 100%;
    margin-top: 2%;
}

.drop_spot_img {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
    width: 195px;
}

.drop_spot_txt {
    display: table-cell;
    vertical-align: top;
}

.drop_spot_txt h3 {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'hannari';
    color: #f07494;
    font-weight: normal;
}

.drop_spot_txt p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 10px;
}

#feature_box section:nth-child(2n) .feature_headline {
    right: 0;
    left: auto;
    background-position: right top;
}

#feature_box section:nth-child(2n) .feature_main {
    margin-left: 0;
    margin-right: 280px;
}


#feature_box section:nth-child(2n) .feature_address_txt, #feature_box section:nth-child(2n) .data_box {
    float: right;
}

#feature_box section:nth-child(2n) .feature_address_img, #feature_box section:nth-child(2n) .drop_spot {
    float: left;
}

#feature_box section:nth-child(2n) .data_box:after {
    left: auto;
    right: 10px;
    bottom: 7px;
    transform: scale( -1, 1);
}

#feature .ico_tel {
    margin-right: 5px;
}

#feature .btn_link_l {
    margin-top: 7%;
    background: url(../../img/ja/common/texture_bg.png);
}
#content_1 {
    background: #f8f5f0;
}

.header {
    margin: 60px 0 0;
}
.header .description {
    line-height: 1.8;
    margin-top: 30px;
}

.content_box {
    width: 960px;
    padding: 20px;
    margin: 30px auto 10px;
}
.content_box .right {
    float: right;
}
.content_box .left {
    float: left;
}
.content_box .text {
    width: 60%;
}
.content_box .image {
    width: 38%;
}

.content_box .headline,
.content_box .subheading {
    text-align: left;
    margin-bottom: .4em;
}
.content_box .headline:has(+ .subheading) {
    margin-bottom: .1em;
}
.content_box .headline {
    font-size: 2.8rem;
}
.content_box .subheading {
    font-size: 1.5rem;
    margin-bottom: 1em;
}
.img .img01 img {
    width: 100%;
}

.img .img01:nth-child(2) img {
    margin-top: 2%;
}

.img01 img, .img02 img, .img03 img {
    display: inline-block;
    float: left;
}
.img .img02 img, .img .img03 img {
    width: 49%;
    margin: 1% 2% 0 0;
}
.img .img03 img {
    margin: 1% 0 0 0;
}
.spot_description {
    line-height: 2;
    overflow-wrap: break-word;
}
.in_box_title {
    font-size: 2rem;
    font-weight: 500;
    margin: 30px 0 10px 30px;
}
.in_box {
    padding: 15px;
    margin: 5px 0 20px 0;
    background: #FFF;
    border: 1px solid #CCC;
}
.in_box .right {
    float: right;
}
.in_box .left {
    float: left;
}
.in_box .text {
    width: 75%;
}
.in_box .image {
    width: 22%;
}
.in_box .image img {
    width: 100%;
}
.in_box dt {
    font-size: 1.4rem;
    line-height: 2;
}
.in_box dt span {
    font-size: 2rem
}
.in_box dd {
    font-size: 96%;
    line-height: 2;
}

/* ----------------------------------------------------
        コンテンツ
---------------------------------------------------- */
.spot_box {
    margin-top: 4%;
    text-align: left;
}
.spot_box h1 {
	font-size: 3.0rem;
	font-weight: normal;
	margin: 0;
	line-height: 1.2;
}

.spot_box h1, .spot_box h2 {
	margin-bottom: -1%;
}

.spot_img, .spot_img2{
	float: left;
	width: 380px;
	text-align: center;
}

.spot_img2 {
	float: right;
}

.spot_txt, .spot_txt2 {
	float: right;
	width: 58%;
	line-height: 1.8;
}

.spot_txt2 {
	float: left;
}

.only_txt{
    line-height: 1.8;
}

.spot_box .two_col_list img, .spot_box .three_col_list img, .spot_box .four_col_list img {
	width: 100%;
}

.detail_btn .btn_link {
    background-color: #424242;
    color: #ffffff;
    margin-bottom:10px;
}

.spot_box .link {
    margin-top: 10px;
    background: url(../../img/ja/common/arrow_gold.png) no-repeat left center;
    padding-left: 23px;
    line-height: 1.3;
    font-size: 2.2rem;
}

.spot_box .link a {
    color: #926820;
    font-family: 'hannari';
    font-size: 110%;
}


/* ----------------------------------------------------
        城と桜
---------------------------------------------------- */
.cherry_blossoms #feature_title {
    background-image: url(../../img/ja/feature/cherry_blossoms/title_bg.jpg);
}

.cherry_blossoms #feature_title .container div {
    background: #ffdee2 url(../../img/ja/feature/cherry_blossoms/title_frame.png) no-repeat;
}

.cherry_blossoms .feature_headline {
    background-image: url(../../img/ja/feature/cherry_blossoms/inuyama_title.png);
}

.cherry_blossoms section:nth-child(2) .feature_headline {
    background-image: url(../../img/ja/feature/cherry_blossoms/okazaki_title.png);
}
.cherry_blossoms section:nth-child(3) .feature_headline {
    background-image: url(../../img/ja/feature/cherry_blossoms/kiyosu_title.png);
}
.cherry_blossoms section:nth-child(4) .feature_headline {
    background-image: url(../../img/ja/feature/cherry_blossoms/nishio_title.png);
}

/* ----------------------------------------------------
        オススメの特集
---------------------------------------------------- */

#other_info {
    margin-top: 40px;
    margin-bottom: 80px;
}

.feature_content_title {
    font-size: 3.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#other_info .bx-prev {
    left: -100px;
}

#other_info .bx-next {
    right: -100px;
}

#other_info li .area {
    position: absolute;
    top: 0;
    left: 0;
}

#other_info li h2 {
    font-size: 1.6rem;
    margin: 10px 0;
    line-height: 1.2;
}

#other_info li p {
    font-size: 1.3rem;
    color: #212121;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: left;
}

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

.content_box .headline {
    font-size: 2.6rem;
}
#content_1 {
    background: none;
}
.content_box {
    width: 96%;
    padding: 5% 4% 5%;
    margin: 0;
    box-sizing: border-box;
    margin-top: 18px;
    background: #f8f5f0;
    margin-left: 2%;
    margin-right: 2%;
}
.img .img01 img, .img .img02 img, .img .img03 img {
    display: inline-block;
    width: 100%;
}
.btn_submit {
    width: 96%;
    margin: 0 2%;
}
.spot_txt2 {
    float: none;
    width: 100%;
}
.content_box .sp_slider .bx-pager > div:first-child:last-child {
    display: none;
}

}
