@charset utf-8;
/*@font-face {
  font-family: 'Hannari';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.eot);
  src: url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/hannari/v1/Hannari-Regular.ttf) format('truetype');
}*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Noto+Serif+JP:wght@900&display=swap');


* {
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	word-break : break-all;
	border-collapse: collapse;
}
h1, h2, h3 {
	font-family: 'Noto Serif JP', serif;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
}
address {
	font-style: normal;
	font-weight: normal;
	font-family: serif;
}

.outer_container {
	width: 100%;
}
.inner_container {
	width: 1200px;
	margin: 0 auto;
}

header {
	padding-top: 30px;
}
header h1 {
	float: left;
	width: 750px;
}
header aside {
	float: left;
	width: 410px;
	margin-left: 40px;
}
header address {
	letter-spacing: 2px;
}
.bg_blue {
	background: #299FDB;
}
.head_img {
	padding: 20px 0;
}
.big_msg {
	padding-top: 1px;
	padding-bottom: 40px;
}
.big_msg p {
	font-size: 50px;
	color: #333;
	line-height: 1.7;
}
.bg_cream {
	background: #F5F2F1;
}
.bg_lime {
	background: #DBE3DF;
}
.bg_lightblue {
	background: #DCE0EB;
}
.text_blue {
	color: #172A88;
}
.outer_banner_green {
	background: #86A092;
	position: relative;
	height: 200px;
}
.outer_banner_flower1 {
	background: url(../img/flower_bg.png) no-repeat;
	background-position: bottom right;
	min-height: 268px;
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
}
.outer_banner_flower1 h2 {
	width: 1200px;
	color: #fff;
	text-shadow: 2px 2px 8px #333;
	font-size: 70px;
	margin: 0 auto;
	padding: 50px 0;
}
.normal_msg {
	padding-bottom: 40px;
}
.normal_msg p {
	font-size: 35px;
	color: #333;
	line-height: 1.5;
}
.normal_msg dl {
	display: block;
	width: 100%;
}
.normal_msg dt {
	display: block;
	width: 200px;
	float: left;
	font-size: 35px;
	color: #333;
	line-height: 1.5;
}
.normal_msg dd {
	display: block;
	width: 1000px;
	float: left;
	font-size: 35px;
	margin: 0;
	color: #333;
	line-height: 1.5;
}
iframe {
	width: 100%;
	height: 600px;
}
.table {
	width: 1100px;
	max-width: 98%;
	margin: 0 auto;
}
.table th,
.table td {
	border: solid 1px #333;
	text-align: center;
	padding: 15px;
	font-size: 20px;
}
.table th {
	background: #86A092;
	color: #fff;
}
.table td {
	background: #fff;
	color: #333;
}
.text_left {
	text-align: left !important;
}
.text_center {
	text-align: center !important;
}
.text_red {
	color: #E60012 !important;
}
.hall_images {
	width: 1180px;
	margin: 0 auto;
	padding-top: 50px;
}
.image_block {
	width: 31%;
	margin: 0 1.15% 20px;
	float: left;
}
.image_block:nth-child(3n + 1) {
	clear: both;
}
.image_block p {
	font-size: 18px;
	font-family: sans-serif;
}
.item_icons {
	width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}
.item_icons span {
	display: block;
    background: #191c62;
    color: #fff;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 24px;
    margin: 0 auto;
}
.outer_banner_blue {
	background: #6D81A4;
	position: relative;
	height: 200px;
}
.outer_banner_flower2 {
	background: url(../img/flower_bg2.png) no-repeat;
	background-position: top left;
	min-height: 268px;
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
}
.outer_banner_flower2 h2 {
	width: 1200px;
	color: #fff;
	text-shadow: 2px 2px 8px #333;
	font-size: 50px;
	margin: 0 auto 0 170px;
	padding: 35px 0;
	text-align: center;
}
.outer_banner_flower2 small {
	font-family: 'Noto Serif JP', serif;
}
.ending_msg {
	width: 1200px;
	margin: 0 auto 30px;
}
.ending_msg p {
	font-size: 35px;
	line-height: 1.7;
    padding-top: 30px;
}
footer {
	background: #925081;
	padding: 20px 0;
}
.copy_right p {
	color: #fff;
	margin: 0;
}
.footer_nav {
	display: flex;
	flex-direction: row;
	width: 1200px;
	margin: 0 auto 20px;
}
.footer_nav a {
	display: block;
	color: #fff;
	text-decoration: underline;
	margin: 0 auto;
}


a:hover {
	opacity: .8;
}
h4 {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 25px;
}
ul.menu li {
	margin: 0px;
	display: inline-block;
	padding: 28px 0;
}
ul.menu li.menu-contact {
	background: #20a939;
	border-radius: 10px;
}
ul.menu li.menu-contact a:hover {
	color: black !important;
}
input[type=checkbox] {
	display: inline-block;
	width: 20px;
	height: 21px;
	vertical-align: -10%;
}

/* contact */
.about-info {
	width: 1200px;
	margin: 0 auto;
}
.about-info p {
	width: 100%;
	text-align: center;
	line-height: 2;
}
.about-info h3 {
	text-align: center;
	font-size: 27px;
	color: #915081;
}
input,
textarea {
	border: solid 1px #ccc;
    padding: 8px 15px;
    border-radius: 5px;
    display: block;
    float: left;
    width: 60%;
}
button[type=submit] {
	width: 200px;
    padding: 15px 0;
    background: #915081;
    color: #fff;
    border: none;
    border-radius: 10px;
    display: block;
    margin: 0 auto 40px;
}
.form-group {
	margin-bottom: 20px;
}
.form-group label {
	display: block;
	float: left;
	width: 37%;
	margin-right: 3%;
	text-align: right;
}
.form-group:after {
	content: "";
	clear: both;
	display: block;
}
.form-group p {
	width: 60%;
	float: left;
	text-align: left;
	margin-top: 0;
}
small.required {
	color: #f33;
}
input[type=checkbox] {
	border: solid 1px #ccc;
	margin-right: 15px;
	color: #ccc;
}













/* media query */
@media screen and (max-width: 767px) {


html, body {
	overflow-x: hidden;
}
.inner_container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}
header {
	padding-top: 5px;
}
header h1 {
    float: none;
    width: 100%;
}
header aside {
    float: none;
    width: 100%;
    margin-left: 0;
}
header address {
    letter-spacing: 0px;
    text-align: center;
    font-size: 14px;
}
.header_tel {
    width: 70%;
    margin: 0 auto;
}
.big_msg p {
    font-size: 20px;
    line-height: 1.7;
    margin: 0 auto 10px;
    width: 98%;
}
.outer_banner_green {
    height: 130px;
}
.outer_banner_flower1 {
    min-height: 68px;
    width: 100%;
    background-size: contain;
}
.outer_banner_flower1 h2 {
    width: 100%;
    font-size: 22px;
    margin: 0 auto;
    padding: 50px 0;
}
.normal_msg p {
    font-size: 20px;
    line-height: 1.7;
}
.normal_msg dt {
    width: 100%;
    float: none;
    font-size: 25px;
    text-align: center;
}
.normal_msg dd {
    width: 100%;
    float: none;
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
    text-align: center;
}
.table_top {
	text-align: center;
	font-size: 25px !important;
}
.table {
	width: 100%;
}
.table th, .table td {
    text-align: center;
    padding: 3px;
    font-size: 13px;
}
.hall_images {
    width: 98%;
    margin: 0 auto;
}
.image_block {
    width: 100%;
    margin: 0 auto 40px;
    float: none;
}
.image_block img {
	display: block;
	margin: 0 auto;
}
.image_block p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}
.item_icons {
    width: 96%;
    margin: 0 auto;
    display: block;
    flex-direction: unset;
}
.item_icons span {
    display: inline-block;
    padding: 8px 10px;
    font-size: 19px;
    margin: 0 auto 20px;
}
.outer_banner_blue {
    height: 120px;
}
.outer_banner_flower2 {
    height: 70px;
    min-height: 70px;
    width: 100%;
    background-size: contain;
}
.outer_banner_flower2 h2 {
    width: 100%;
    font-size: 17px;
    margin: 0 auto;
    padding: 45px 0;
    text-align: center;
}
.ending_msg {
    width: 100%;
    margin: 0 auto 30px;
}
.ending_msg p {
	font-size: 20px;
	line-height: 1.7;
}
.footer_nav {
    display: block;
    flex-direction: unset;
    width: 100%;
    margin: 0 auto 20px;
}
.footer_nav a {
    display: block;
    color: #fff;
    text-decoration: underline;
    margin: 0 auto 20px;
    text-align: center;
}
.copy_right p {
    font-size: 10px;
}

}

@media screen and (max-width: 1000px) {
input[type=checkbox] {
	width: 7%;
	height: 21px;
	vertical-align: -40%;
}
ul.menu li {
	padding: 10px 5px;
	margin-left: 8px;
}
.container {
	max-width: 100%;
}

.toggle {
	background-color: #20a939;
	cursor: pointer !important;
	text-transform: uppercase;
	margin-top: 1em;
}
.toggle:hover {
	color: #fff !important;
	background-color: #20a939 !important;
}
.banner-hny-info h3 {
	font-size: 1.5em;
}
.one-by-one-table {
	margin-bottom: 20px;
}
.one-by-one-table,
.one-by-one-table tbody,
.one-by-one-table tr,
.one-by-one-table th,
.one-by-one-table td {
    display: block;
    width: 100% !important;
}
.one-by-one-table th {
	border: 1px solid #ddd;
	border-bottom: none;
}
.one-by-one-table td {
	border: 1px solid #ddd;
	border-top: none;
}
#timeline .demo-card-wrapper {
	height: auto;
}
.price-section .fa {
	padding-top: 5px;
	width: 10%;
}
.price-point {
	width: 90%;
}
.double-bar-custom:before,
.double-bar-custom:after {
	width: 10%;
}
#news-list .news-grids {
	padding-top: 30px;
}
#news-list h3 {
	margin-bottom: 0 !important;
	font-size: 1.2rem;
}
#footer-contact h2 {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
#footer-contact h3 {
	font-size: 1rem;
}
.tittle-w3ls small {
	font-size: 1.1rem;
}
.blog-title {
	font-size: 1.4rem;
}
.blog-content {
	font-size: 18px;
}
.blog-categories a {
	margin: 0 15px 15px 0;
}
.blog-release-at {
	font-size: 1rem;
	text-align: right;
}
.breadcrumb {
	padding: 0 0 10px;
}
.breadcrumb span {
	font-size: 14px !important;
}
.form-group label {
	width: 100%;
	text-align: center;
	float: none;
	margin-bottom: 5px;
}
.form-group input,
.form-group textarea {
	width: 98%;
	display: block;
	float: none;
	margin: 0 auto;
}
.form-group input[type=checkbox] {
	display: inline-block;
    width: 28px;
    margin: 0 10px;
}
.form-group p {
	width: 98%;
	margin: 0 auto;
	text-align: center;
}
.about-info {
	width: 100%;
}

}