@charset "UTF-8";
@import url("style04_map_480.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;
}

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;
	padding-right: 1.5rem;
}

.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;
}
  

/* ボタン */
.button {
    font-size: 1.375rem;
    font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    background: #3b82c4;
    color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
}

.button:hover {
    background: rgba(255, 255, 0, 0.829);
}

/* 大きな背景画像 */
.big-dg {
    background-size: cover;
    background-position: center top;
}

/* 会社概要
--------------------------------------------------------------*/
#gaiyou .page-title {
    text-align:center;
    font-size: 2.5rem;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* ごあいさつ */
h3 {
    border-bottom: 1.7px #3b82c4 solid;
    font-size: 1.7rem;
    margin-bottom: 40px;
    font-family: 'Times New Roman', Times, serif;
	margin-top: 60px;
}
h4 {
	margin-top: 60px;
}
.p-main {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.9rem;
	margin-bottom: 20px;
}
.p-name {
	margin-top: 2px;
	text-align: right;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


/* 概要 */

.kaisha-gaiyou {
    width: 100%;
    border-collapse: collapse;
    border-top: 1.5px solid #3b82c4;
    border-right: 1.5px solid #3b82c4;
    font-size: 1.2rem;
    font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #3b82c4;
}
.kaisha-gaiyou th,
.kaisha-gaiyou td {
    padding: 20px;
    font-weight: normal;
    border-left: 1.5px solid #3b82c4;
    border-bottom: 1.5px solid #3b82c4;
}
.kaisha-gaiyou th {
    text-align: center;
    background-color: #D2E2F0;
    color: #5b5c76;
}
.kaisha-gaiyou td {
    text-align: left;
    background-color: #fff;
    color: #5b5c76;
}

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

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

/* 記事部分 */
article {
    width: 70%;
    order: 1;
}
article img {
    margin-bottom: 20px;
}
article p {
    margin-bottom: 3rem;
    text-align: justify;
}

/* サイドバー */
aside {
    width: 20%;
    order: 2;
}

.news-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
	margin-top: 80px;
}
.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}

.post-title {
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 2rem;
    font-weight: normal;
}

.post-title,
.post-cat {
    margin-left: 120px;
}

.sub-title {
    font-size: 1.375rem;
    padding: 0 8px 8px;
    border-bottom: 1.7px #3b82c4 dotted;
    font-weight: normal;
}

aside p {
    padding: 12px 10px;
}

.sub-menu {
    margin-bottom: 60px;
    list-style: none;
}

.sub-menu li {
border-bottom: 1px #ddd solid;
}

.sub-menu a {
    color: #5b5c76;
    padding: 10px;
    display: block;
}

/* jigyo
------------------------------------------------------------*/

#jigyo {
    background-image: url(---) ;
    min-height: 100vh;
}

.page-title_2 {
	width: 1100px;
	margin:auto;
}


.jigyo-content {
    max-width: 560px;
	margin: auto;
    margin-top: 50px;
    margin-bottom: 40px;
}
.jigyo-content .page-title {
    text-align: center;
}

h2 {
  text-align: center;
  font-size: 50px;
}

.grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2,1fr);;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* contact
-----------------------------*/
#contact {
    background-image: url();
    min-height: 100vh;
}

/* フォーム */
form div {
    margin-bottom: 14px;
}
label {
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: block;
}
input[type="text"],
input[type="email"],
textarea {
    background: rgba(255,255,255,.5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 240px;
}
textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
}
input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 1;
}




/* 地図 */
#location {
    padding: 4% 0;
}
#location .wrapper {
display: flex;
justify-content: space-between;
}
.location-info {
    width: 27%;
}
.location-info p {
    padding: 12px 10px;
}
.location-map {
    width: 74%;
}

/* iframe */
iframe {
    width: 100%;
}

/* ユースエール */
.img {
	display: flex;
	width: 200px;
}
