@charset "UTF-8";

body {
	overflow-x: hidden;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-size:16px;
	line-height:32px;
	margin-bottom:30px;
	font-weight: 400;
	text-align: justify:
}

ul {
	font-size:16px;
	line-height:32px;
	margin:0 0 30px 0;
	padding:0 0 0 16px;
	font-weight: 400;
	text-align: justify:
}

.yellow-circle {
	color: #fbcc00;
}

.annotation {
	color: #EA5550;
	font-weight: 700;
}

a:hover img{
	filter: alpha(opacity=70) ;
		-moz-opacity:0.7;
		opacity:0.7;
}

/* ---------------------------------------------- /*
 * animate.cssの動き方の指定
/* ---------------------------------------------- */

.fadeIn {
  /* 0.5秒かけてアニメーションする */
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  /* 0.5秒待ってからアニメーションする */
  -webkit-animation-duration: 0.5s;
  animation-delay:0.5s;
}

/* ---------------------------------------------- /*
 * スマホで画像を長押しできないCSS
/* ---------------------------------------------- */
img {
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */
h3, h4, h5, h6 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

h1 {

}

h2 {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

h3 {
	font-size: 30px;
	line-height: 50px;
	margin: 0 0 55px 0;
}

h4 {
	font-size: 30px;
	line-height: 50px;
}

@media only screen and (max-width: 767px) {
	h3, h4 {
		font-size: 26px;
		line-height: 34px;
		text-align: left !important;
	}
}

/* ---------------------------------------------- /*
 * Base Layout
/* ---------------------------------------------- */

.base_background {
	background-image: url(../images/bg_frenchstucco.jpg);
	background-position: center top;
	padding: 140px 0 115px 0;
}

/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

#home {
	background: url(../images/cover_main.jpg);
	background-color: #000;
/*	background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

.intro {
	position: absolute;
	width: 100%;
	top: 45%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}

.intro .logo-mark {
	width:450px;
	margin-top:-80px;
	margin-bottom:-15px;
}

.start {
	font-size: 24px;
	font-style: normal;
	text-transform: none;
	margin: 15px 0;
}

/* ---------------------------------------------- /*
 * ナビゲーション
/* ---------------------------------------------- */

.header {
	position: relative;
	width: 100%;
	z-index: 998;
}

.navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;
}

.navbar-custom,
.navbar-custom .dropdown-menu {
	background: #000;
	padding: 5px 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color: #fff;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
	font-size: 16px;
}

.navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #ccc;
	border-radius: 0;
}

.navbar-custom .dropdown-menu > li > a {
	padding: 10px 20px;
}

.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	background: #fff;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-brand .logo-mark {
	height: 40px;
	margin-top: -10px;
}

@media only screen and (max-width: 767px) {
	.navbar-right {
		background: linear-gradient(90deg, #7C44A6, #2D5BBC, #00B29D);
		padding: 20px 0;
	}

	.navbar-custom .navbar-brand,
	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .dropdown-menu > li > a {
		line-height: 50px;
	}
}

/* ---------------------------------------------- /*
 * メッセージ
/* ---------------------------------------------- */
#message {
	color: #fff;
	background-color: #000;
	padding: 140px 0 115px 0;
}

/* ---------------------------------------------- /*
 * メニュー
/* ---------------------------------------------- */
#menu {
	color: #fff;
	background-color: #fff;
	background-image: url(../images/cover_sub_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 140px 0 115px 0;
}

#menu .menu_image {
	margin:30px 0 70px 0;
}

.menu-inner {
	background-image: url(../images/bg_frenchstucco.jpg);
	background-position: center top;
	padding:40px 50px 20px 50px;
	margin-bottom: 30px;
	color: #000;
}

.menu-inner .gradation-line {
	padding: 2px;
	margin-bottom: 50px;
	background: linear-gradient(90deg, #7C44A6, #2D5BBC, #00B29D);
}

.menu-inner dl {
	font-size:16px;
}

.menu-inner dl dt {
	margin: 0 0 10px 0;
}

.menu-inner dl dd {
	margin: 0 0 30px 0;
	line-height: 32px;
	text-align: justify;
}

.kosodate-support-banner {
	border-top: solid 4px #fff;
	padding-top: 30px;
	margin-top: 50px;
}

.kosodate-support-banner img {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.menu-inner {
		padding:10px 20px 10px 20px;
	}
}

#menu a:link {
	color: #7E4FB9;
	text-decoration: underline;
	font-weight: 700;
}

#menu a:visited {
	color: #7E4FB9;
}

#menu a:hover {
	color: #D8CAEA;
}

#menu a:active {
	color: #7E4FB9;
}

/* ---------------------------------------------- /*
 * プロフィール
/* ---------------------------------------------- */
#profile {
	color: #fff;
	background-color: #000;
	background-image: url(../images/cover_sub_profile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 140px 0 115px 0;
}

@media only screen and (max-width: 767px) {
	#profile .profile_image img {
		width:240px;
	}

	#profile h3 {
		text-align: center !important;
	}
}

/* ---------------------------------------------- /*
 * ご予約・ご相談
/* ---------------------------------------------- */
#contact form {
	font-size: 16px;
}

#contact .form-horizontal {
	padding-top:30px;
}

#contact .form-horizontal .form-group {
	margin-bottom:30px;
}

#contact .control-label {
	text-align:left;
	font-weight: 700;
	padding-top: 22px;
	margin-bottom:30px;
}

#contact .form-control {
	border: none;
	border-radius: 5px;
	box-shadow:none;
	padding:33px 30px 36px 30px;
	font-size:16px;
	line-height: 32px;
}

#contact .btn-submit {
	background: linear-gradient(90deg, #7C44A6, #2D5BBC, #00B29D);
	border:none;
	border-radius: 8px;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	font-size:24px;
	font-weight: 500;
	padding:15px 0 18px 0;
	width:100%;
}

@media only screen and (max-width: 767px) {
	#contact h3 {
		text-align: center !important;
	}
}

/* ---------------------------------------------- /*
 * 下層ページ
/* ---------------------------------------------- */

#disclaimer a:link {
	color: #7E4FB9;
	text-decoration: underline;
	font-weight: 700;
}

#disclaimer a:visited {
	color: #7E4FB9;
}

#disclaimer a:hover {
	color: #D8CAEA;
}

#disclaimer a:active {
	color: #7E4FB9;
}

#check_area {
	border-top:solid 4px #fff;
	border-bottom:solid 4px #fff;
	margin-bottom:40px;
}

#check .btn-submit {
	background: linear-gradient(90deg, #7C44A6, #2D5BBC, #00B29D);
	border:none;
	border-radius: 8px;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	font-size:24px;
	font-weight: 500;
	padding:15px 0 18px 0;
	width:100%;
	margin-bottom:20px;
}

#check .btn-return {
	background-color: #fff;
	border:none;
	border-radius: 8px;
	color:#999;
	font-family: 'Noto Serif JP', serif;
	font-size:24px;
	font-weight: 500;
	padding:15px 0 18px 0;
	width:100%;
	margin-bottom:20px;
}

@media only screen and (max-width: 767px) {
	.base_background .text-center {
		text-align: center !important;
	}
}

/* ---------------------------------------------- /*
 * フッター
/* ---------------------------------------------- */

#footer {
	background: #000;
	text-align: center;
	color: #fff;
	background-image: url(../images/cover_sub_profile.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 70px 0;
}

.logo-mark-footer {
	width:360px;
}

#footer h2 {
	color:#fff;
	font-size:16px;
	line-height:28px;
	margin: 0 0 30px 0;
}

.copyright {
	margin: 0;
	font-size:12px;
}

@media only screen and (max-width: 767px) {
	.logo-mark-footer {
		width:240px;
	}
}

#footer p {
	line-height:28px;

}

#footer a:link {
	color: #fff;
	text-decoration: none;
	font-weight:400;
}

#footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight:400;
}

#footer a:hover {
	color: #D8CAEA;
	text-decoration: none;
	font-weight:400;
}

#footer a:active {
	color: #fff;
	text-decoration: none;
	font-weight:400;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(126, 79, 185, 0.7);
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(126, 79, 185, 0.9);
	color: #fff;
}

/* ---------------------------------------------- /*
 *Scroll Down
/* ---------------------------------------------- */

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
    text-align: center;
}

.scroll-down span{
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

/* ---------------------------------------------- /*
 * YouTube
/* ---------------------------------------------- */
.youtube-movie {
	position: relative;
	padding-bottom: 56.25%; // 縦横比
	height: 0;
	overflow: hidden;
	margin-bottom:30px;
}

.youtube-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 767px) {
	.youtube-movie {
		margin-bottom:15px;
	}
}