@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #432;
}

article {
    width: 100%;
	margin-bottom: 40px;
}
article img {
    margin-bottom: 20px;
	width:100%;
}
article p {
    margin-bottom: 0.6rem;
	width:100%;
}

article p.cap {
	text-align:right;
}
article span.emphasis{
    font-size: 1.3rem;
	background:linear-gradient(transparent 50%, yellow 0%);
	font-weight: bold;
}

section {
    padding: 4%;
}

h1{
    font-size: 2rem;
    line-height: 4.5rem;
    max-width: 1100px;
    margin: 0 auto 1rem auto;
    padding: 0 4%;
	position: relative;
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;
    left: 4%;
}

section h1:before{
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #178FDA;; /*アイコン色*/
}

h2{
    font-weight: normal;
    max-width: 1100px;
    margin: 0 auto;
}
h3 {
    font-size: 1.375rem;
    padding: 0 8px 8px 0;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

/* 背景画像 */
.big-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* ボタン */
.button a {
    display: inline-block; 
    text-decoration: none; 
    color: #FD7F23;/*文字の色*/
    border: solid 2px #FD7F23;/*枠の色*/
    background:#fff;
    font-weight: bold;
    font-size: 1.375rem;
    border-radius: 3px; 
    transition: .4s;
    padding: 1em 5em;
}

.page-header .button a{
    font-size: 0.9rem;
    border-radius: 3px; 
    transition: .4s;
    padding: 0.5em 2em; 
}

.button a:hover{
    background: #FD7F23;/*ボタンの色*/
    color: #fff;
}
.button{
	text-align:center;/*中央寄せ*/
	list-style: none;
    margin-top: 10px;
}

/* eyecacth
------------------------------- */
#eyecacth {
    background-image: url(../img/eyecatch.jpg);
    background-color: #178FDA;
    min-height:65vh;
}

/* 見出し */
.page-title {
	position:absolute;
    top: 15%;
    width: 100%;
    color: #fff;
	text-shadow: 1px 2px 3px #808080;
	z-index: 2;
}
.page-title h1{
    font-size: 3.7rem;
    padding: 0;	
}

.page-title h2{
    font-size: 1.5rem;
    padding: 0 4%;
	top:10px;	
}
/*

.page-eyecacth {
    max-width: 1000px;
    margin: 0 auto;
	position:sticky;
	z-index: 0;	
	
}
*/
/* iframe */
iframe {
    width: 100%;
}

/* HEADER
------------------------------- */
header{
	width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

header h1{
	width: 50%;
	margin: 0;
    padding: 0;
    left: 0;
}
.page-header {
    background: #fff;
    display: flex;
    padding: 5px 40px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
	z-index: 100;	
}
.logo {
	padding-top:12px;
	max-width:200px;
}

.grid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}


/* フォーム 
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;
}

/* ブロック */
.wrapper {
    justify-content: space-between;
}

#block-a{
    background: url(../img/background-white.jpg) bottom center repeat-x #F1F1EF;
}
#block-b{
    background: url(../img/background-zara.jpg) bottom center repeat-x #E3E3E3;
}
#block-c{
    background: url(../img/background-white.jpg) bottom center repeat-x #F1F1EF;
}
#block-d{
    background: url(../img/background-zara.jpg) bottom center repeat-x #E3E3E3;
}

#block-a .wrapper ,
#block-b .wrapper ,
#block-c .wrapper ,
#block-d .wrapper 
{
	display: flex;
	margin-bottom: 20px;
}

.block-w30 {
    width: 29%;
}
.block-w50 {
    width: 49%;
}
.block-w70 {
    width: 69%;
}

/* フッター
------------------------------- */
footer {
    background: #178FDA;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #fff;
    font-size: 0.875rem;
}

/* モバイル版
------------------------------- */
@media (max-width: 600px) {
	.wrapper {
		flex-direction: column;
	}
    .page-title {
        font-size: 2.5rem;
    }
    .page-header {
    	padding: 4%;
        align-items: center;
    }

    article {
        width: 100%;
    }
	
	h1{
		font-size: 1.5rem;
	}
	.page-title h1{
		font-size: 2.5rem;
	}
	.page-title h2{
		font-size: 1.2rem;
	}


	.button{
		margin-top: 0px;
	}
	.button a{
		padding: 0.5em 1.5em;
	}
	
    .block-w30,
    .block-w70 {
        width: 100%;
    }

}
