@charset "UTF-8";
@import url("style04_3.css");
@import url("style04_3_3.css");




html{
    font-size: 100%
}
body {
    background-color: rgb(255, 255, 255);
    font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    line-height: 1.7;
    color: #5b5c76;
	background-size: cover;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* HEADER
--------------------------------------------------------*/
.logo {
    width: 210px;
    margin-top: 14px;    
}

.main-nav {
    display: flex;
    font-size: 1.0rem;
    font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none ;
}

.main-nav a {
    color: #5b5c76;
}

.main-nav a:honer {
    color: #0bd;
}

.page-header {
    display: flex;
    justify-content: space-between;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.4%;
}

/* HOME
---------------------------------------------------*/
#home{
	background-image: url("00_amana03.jpg");
	background-size: cover;
	min-height: 100vh;
}

.home-content {
    text-align: center;
    margin-top: 10%;
}

.home-content p {
    font-size: 1.125rem;
    margin: 10px 0 42px;
}

/* 見出し　*/
.page-title {
    font-family:serif;
    font-size: 2.5rem;
    color: #5b5c76;
}
  



/* ユースエール
--------------------------------------------------------------*/
.page-title_2 {
	width: 1100px;
	margin: auto;
	text-align: center;
}

h3 {
	margin-top: 50px;
	text-align: center;
	font-size: 2.5rem;
	color: deepskyblue;
}

.img_02 {
	width: 113px;
}

.message {
	text-align: center;
	margin: 50px;
	color: #3b82c4;
}

.wrapper-grid {
	width: 950px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2,1fr);
	margin: auto;
	margin-bottom: 80px;
}

.item {
	object-fit: contain;
}

.message_2 {
	font-size: 1.2rem;
	text-align: left;
	color: #3b82c4;
	width: 950px;
	margin-top: 20px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}



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

footer {
    background: #3b82c4;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #fff;
    font-size: 1.5rem;
}