﻿/* Feelcerca Web CSS */

body {
  background: #ffffff;
}

.fc-hero {
  background: url(../img/top03.jpg) no-repeat center top/cover;
	padding: 104px;
}

h1 {
	font-size: calc(100% + 1vw);
  color: #ffffff;
	text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,1);
	text-align: center;
}

h2 {
	font-size: calc(100% + 0.9vw);
	text-align: center;
}

.fc-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fc-item-logo {
  margin: 20px;
	align-self: center;
}

.fc-item-large {
	font-size: calc(100% + 0.85vw);
  width: 80%;
	text-align: center;
}

img {
	pointer-events: none; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touich-callout: none;
	user-select: none;
}

.fc-profile {
  display: flex;
  flex-direction: column;
  background: #404040;
  width: 80%;
  margin-top: 50px;
	align-items: center;
}

@media screen and (min-width:750px){
	.fc-profile {
    flex-direction: row;
  	align-items: flex-start;
	}
}

.fc-profile-image {
  margin: 20px;
  background: url(../img/masa320.jpg) no-repeat center/100%;
  width: 320px;
  height: 213px;
}

.fc-profile-textarea {
  display: flex;
  flex-direction: column;
	align-items: center;
  width: 480px;
  height: 213px;
}

.fc-profile-caption {
  color: #ffffff;
}

@media screen and (min-width:750px){
  .fc-profile-caption {
		margin-top: 20px;
  }
}

.fc-profile-text {
  color: #ffffff;
  margin: 10px;
}

.fc-item-form {
  width: 80%;
}

.fc-item-form label {
  width: 100%;
}

.fc-item-form input {
  width: 100%;
  height: 24px;
}

.fc-item-form input[type="submit"] {
	border-style: none;
	color: #ffffff;
  background: #4392d0;
  border: solid 2px #4392d0;
	font-size: large;
  width: 100%;
  height: 32px;
}

.fc-item-form textarea {
  width: 100%;
}

.fc-item-form file {
  width: 100%;
}

.fc-border-tb {
	border-style: double none;
}

.fc-white-ribbon {
	border-style: double none;
  margin: 50px;
  width: 100%;
  height: 100px;
}

.fc-blue-ribbon {
  margin: 50px;
  width: 100%;
  height: 100px;
  color: #ffffff;
  background: #4392d0;
}

.fc-glay-ribbon {
  margin: 50px;
  width: 100%;
  height: 100px;
  color: #ffffff;
  background: #404040;
}

.fc-red-ribbon {
  margin: 50px;
  width: 100%;
  height: 100px;
  color: #ffffff;
  background: #ff0000;
}

table th {
  padding: 10px;
	background-color: #fff;
	border-bottom: 2px solid #bbb;
}

table td {
  padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #bbb;
}

/* === Feelcerca About / Philosophy Section === */
section.container {
  max-width: 960px;
  margin: 80px auto;
  padding: 0 1.5rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #222;
}

section.container h1,
section.container h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  color: #111;
}

section.container h1 {
  font-size: 2rem;
  letter-spacing: 0.05em;
}

section.container h2 {
  font-size: 1.5rem;
  color: #444;
}

section.container h2 small {
  font-size: 0.9rem;
  color: #777;
}

section.container .content p {
  margin-bottom: 1.6rem;
  font-size: 1.05rem;
}

section.container strong {
  font-weight: 600;
  color: #000;
}

.jp-summary,
.en-summary {
  text-align: center;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.en-summary {
  font-style: italic;
  color: #555;
}

.divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 80px auto;
  width: 60%;
}

@media (max-width: 640px) {
  section.container {
    margin: 50px auto;
    padding: 0 1rem;
  }
  section.container h1 {
    font-size: 1.6rem;
  }
  section.container h2 {
    font-size: 1.3rem;
  }
  section.container .content p {
    font-size: 1rem;
  }
}

.hero {
  position: relative;
  height: 50vh;
  background: url(../img/top03.jpg) center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.hero-content {
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem 3rem;
  border-radius: 1rem;
}

.hero h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}

.hero .sub {
  font-size: 1.1rem;
  color: #ddd;
  font-style: italic;
}

