/*
  Template:flash
  Theme Name:   edico
  Description:  edico TEMPLATE
  Version:      0.1

  Tags:         right-sidebar, blog

  Text Domain:  eddico
*/
@charset "utf-8";



html {
	font-size: 100%;
}

body, button, input, select, textarea {
		font-size: 100%;
}

body #page {
	font-family:  source-han-sans-japanese, sans-serif;
	line-height: 1.9em;
}




 .breadcrumb-trail.breadcrumbs h1.trail-title {
	padding: 14px 0;
	font-size: 30px;
}
.transparent .header-bottom {
	border-bottom: none;
}

h3 {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 0.4em;
}


#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	line-height: 1.8em;
}


.section-title:before {
	bottom: -13px;

	background-color: #000;
}

.section-title::after {
	display: none;
}

/*

h2.section-title {
	font-weight: 400;
	text-align: center;
	text-transform: none;
}

.section-title:before {
	bottom: -13px;
	width: 10em;
	background-color: #000;
}

.section-title::after {
	display: none;
}

.section-description {
	color: #333;
}

.bg_black p,
.bg_black .section-title,
.bg_black .section-description {
	color: #fff;
}

.bg_black .section-title:before {
	background-color: #fff;
}



main#main {
	text-align: justify;
}
*/


/* CTA */
.call-to-action-section .section-title-wrapper .section-title {
	/*text-transform: none; */
	font-weight: 400;
	font-size: 40px
}
.call-to-action-section .section-subtitle {
	font-size: 24px;
}

/* ABOUT */
.about-section .about-content-wrapper {
	padding-left: 0;
}

.about-section .section-description {
	padding-left: 0;
	text-align: justify;
}

.about-section .about-content-wrapper .tg-column-1,
.about-section .tg-column-wrapper .tg-column-2,
.about-section .tg-column-wrapper .tg-column-3,
.about-section .tg-column-wrapper .tg-column-4,
.about-section .tg-column-wrapper .tg-column-5 {
	margin-left: 0;
}


nav {
	font-weight: 600;
}

.header-action-container {
	font-weight: 600;
}

.header-action-container webicon {
	width: 18px;
	margin-left: 40px;
	margin-right: 0.4em;
}

.gnavi webicon {
	width: 18px;

	vertical-align: middle;
}

footer {
	
}

#colophon #bottom-footer {
	padding-bottom: 20px;
	background-color: #00A0E9;
}

#colophon #bottom-footer  .copyright-text {
	color: #fff;
}

article {
	position: relative;
}


/* Recommendations */
.reco-content .entry-content {
	margin-top: 100px;
}

.reco-partner {
    position: absolute;
	 top:0;
    right: 0;
}

.reco-reservation {
    position: absolute;
    right: 0;
    top: 2rem;
}

.reco-location {
    position: absolute;
    right: 0;
    top: 4.4rem;
    font-size: 2.2rem;
}

.reco-pic3 {
	display: flex;
    margin-bottom: 5em;
}
.pic {
	padding-right: 1px;
	width: 33%;
	height: 15vw;
}

.pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reco-achv {
  display: flex;
	flex-wrap: wrap;
}

.reco-achv article {
	margin: 0 1% 1%;
 width: 18%;
}
/* Mobile */
@media (max-width: 768px) {

	.reco-location {
		position: unset;
		font-size: 1.4rem;
	}

	.reco-content .entry-content {
		margin-top: 50px;
	}
	
	.reco-pic3 {
		display: block;
	}
	.pic {
		padding-right: 0;
		width: 100%;
		margin-bottom: 1rem;
	}





}

