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

* {
       margin: 0;
       padding: 0;
       box-sizing: border-box;
}



.lp-content {
	line-height: 1.6;
    color: #2c2c2c;
    background: #fdfbf7;
	padding-bottom: 30px;
}

.hero {
            height: 85vh;
            background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url('images/bg_oirase2.jpg');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            position: relative;
}
        
.hero-content {
            max-width: 900px;
            padding: 2rem;
            z-index: 2;
}
        
.hero h1 {
            font-size: 4rem;
            font-weight: 300;
            margin-bottom: 1.5rem;
            letter-spacing: 2px;
            text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
        
.hero p {
            font-size: 1.5rem;
            font-weight: 300;
            letter-spacing: 1px;
            opacity: 0.95;
}


.intro {
            max-width: 1100px;
            margin: 5rem auto;
            padding: 0 2rem;
}
        
.intro h2 {
            font-size: 2.5rem;
            font-weight: 300;
            margin-bottom: 2rem;
            color: #3d5a47;
		text-align: center; 
}
        
.intro-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 3rem;
}

.intro-text p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    text-align: left;
}

.intro-map {
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-map img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 8px;
    /*
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	*/
}
        
.highlight-section {
			background:url('images/bg_pattern.png');
            background-repeat: repeat;
            /*--background: #e8f1ed; --*/
            padding: 4rem 2rem;
            margin: 4rem 0;
}
        
.highlight-content {
            max-width: 1100px;
            margin: 0 auto;
}
        
.highlight-content h3 {
            font-size: 2rem;
            font-weight: 300;
            text-align: center;
            margin-bottom: 3rem;
            color: #3d5a47;
}
        
 .highlights-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
}
        
.highlight-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: transform 0.3s ease;
}
        
.highlight-card:hover {
            transform: translateY(-5px);
}
        
.highlight-image {
            width: 100%;
            height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 0.9rem;
            text-align: center;
            padding: 1rem;
}

.highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
        
.highlight-text {
            padding: 1.5rem;
}
        
.highlight-text h4 {
            font-size: 1.4rem;
            margin-bottom: 0.8rem;
            color: #3d5a47;
            font-weight: 400;
}
        
.highlight-text p {
            font-size: 1rem;
            color: #666;
            line-height: 1.6;
}
        
.tour-section {
            max-width: 1200px;
            margin: 5rem auto;
            padding: 0 2rem;
}
        
.tour-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 4rem;
            box-shadow: 0 6px 25px rgba(0,0,0,0.1);
}
        
.tour-header {
            background: linear-gradient(135deg, #4a7c59 0%, #3d5a47 100%);
            color: white;
            padding: 3rem 2.5rem;
}
        
.tour-header h3 {
            font-size: 2.2rem;
            font-weight: 300;
            margin-bottom: 0.8rem;
            letter-spacing: 1px;
}
        
.tour-meta {
            font-size: 1.1rem;
            opacity: 0.9;
            display: flex;
            gap: 2rem;
            flex-wrap: wrap;
            margin-top: 1rem;
}

.icn-tour {
			width: auto;
			height: 20px;
			vertical-align:baseline;
			margin-right: 4px;
}
        
.tour-body {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
}
        
.tour-image1, .tour-image2 {
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    padding: 2rem;
    text-align: center;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
}
.tour-image1 {
    background-image: url('images/img-warasse.jpg');
}

.tour-image2 {
    background-image: url('images/img-takayamainari.jpg');
}
        
.tour-details {
            padding: 2.5rem;
            background: #fdfbf7;
}
        
.tour-details h4 {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
            color: #3d5a47;
            font-weight: 400;
}
        
.tour-highlights {
            list-style: none;
            margin-bottom: 2rem;
}
        
.tour-highlights li {
            padding: 0.6rem 0;
            padding-left: 1.5rem;
            position: relative;
            color: #4a4a4a;
            line-height: 1.6;
}
        
.tour-highlights li:before {
            content: "→";
            position: absolute;
            left: 0;
            color: #4a7c59;
            font-weight: bold;
}
        
.price-tag {
            font-size: 2rem;
            color: #3d5a47;
            margin: 1.5rem 0;
            font-weight: 400;
}
        
.price-note {
            font-size: 0.9rem;
            color: #888;
            font-style: italic;
}
        
.cta-button {
            display: inline-block;
            background: #4a7c59;
            color: white;
            padding: 1rem 3rem;
            text-decoration: none;
            border-radius: 50px;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            margin-top: 1.5rem;
            letter-spacing: 1px;
        }
        
.cta-button:hover {
            background: #3d5a47;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(74, 124, 89, 0.3);
}

.list_group {
	max-width: 900px;
	width: 98%;
	padding: 0 0 50px 0;
	margin: 25px auto 50px auto;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
}

.list_group h2 {
	text-align: center;
	font-family: times, serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 2em;
}

.list_group h4 {
	text-align: center;
	font-weight: 400;
	font-size: 1.1em;
	font-style: italic;
	padding: 5px 0 10px 0;
}

.list_group p {
	text-align: center;
	padding: 10px 20px 15px 20px;
	width: 80%;
	margin: 0 auto;
}


.btn_more {
	padding: 30px 0;
	text-align: center;
}

.btn_more a {
	color: #FFF;
	background: #0054a6;
	padding: 15px 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn_more a:hover {
	background: #006bd3;
	text-decoration: none;
}

.btn_more input[type="submit"] {
	color: #FFF;
	font-size: 1.4em;
	background: #0054a6;
	padding: 15px 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn_more input[type="submit"]:hover {
	cursor: pointer;
	background: #006bd3;
}


 /*===============================================
●For Mobile Max Width 768px
===============================================*/
@media screen and (max-width:768px){

.hero h1 {
    font-size: 2.5rem;
}
            
.hero p {
    font-size: 1.2rem;
}
	
.intro-content {
    grid-template-columns: 1fr;
    gap: 2rem;
}
    
.intro-text p {
    text-align: center;
}
	
.intro-map img {
 max-width: 100%; 
}
            
.tour-body {
    grid-template-columns: 1fr;
}
            
.tour-image1, .tour-image2 {
        min-height: 300px;
}
            
.tour-meta {
     flex-direction: column;
                gap: 0.5rem;
 }	
		
.list_group p {
	width: 90%;
}
	
}

 /*===============================================
●For Mobile Max Width 640px
===============================================*/
@media screen and (max-width:640px){

.tour-header h3 {
	font-size: 1.8rem;
	line-height: 1.4em;
}
	
.tour-meta {
	font-weight: 300;
	opacity: 0.9;
}
	
.icn-tour {
	width: auto;
	height: 20px;
	vertical-align:baseline;
	margin-right: 4px;
}
	
	

       
}