@charset "shift_jis";


/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
    color: #432;

}
a {
    text-decoration: underline;
}
a:hover { color: #f00; }
img {
    max-width: 100%;
}
.wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 4%;
}

/* 大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
}

/* 見出し */
.page-title {
    font-size: 4rem;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
}

/* ボタン */
.button {
    font-size: 1.375rem;
    background: #0bd;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover {
    background: #0090aa;
}
.btn a{
color:#ffffff; 
font-weight:bold; text-decoration:none; line-height:5.0;
padding:5px 5px; 
background-color:green;
border-radius:5px; border:3px solid green;
font-size: 130%;
 position: fixed;
  bottom: 10px; 
  right: 10px;
}

.btn a:hover {
text-decoration: none;
background-color: #ffffff;
color:green;
}

.view {
    text-align: left;
    margin: 5% 10%;
	padding: 20px;
    background: rgba(255,248,220,0.8);
}

.tb{
display: flex;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;

}
.tb01{
flex: 3;
  border-left: 1px solid gray;
padding: 10px 15 10px;
  }
.tb02{
flex: 5;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
padding: 10px 15 10px;
  }
/* HEADER
------------------------------- */


.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
background:white;
text-align:center;
    justify-content: flex-end;
}
.main-nav li {
    margin-left: 10px;
margin-rightt: 10px;


}
.main-nav a {
    color: #432;
}
.main-nav a:hover {
    color: #0bd;
}
#home {
    background-image: url(img/back.jpg);
    min-height: 100vh;
}
#home .page-title {
    text-transform: none;
}
.home-content {
    text-align: center;
    margin-top: 10%;
	background:white;
}
.home-content p {
    font-size: 1.0rem;
    margin: 10px 0 42px;




h3
{
  font-size: 1.5rem;
 font-weight: normal;
  margin-bottom: 0.5em;
  padding: 3px 0 2px;
  color: #223;
}

h4{
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0.5em;
  padding: 3px 0 2px;
  color: #223;

}

h5{
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 0.5em;
  padding: 3px 0 2px;
  color: #030;
 
}

h3,
h4,
h5,
h6 { margin-top: 2em; }

/* 文字 */
#contents p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.image-vw {
  width : 50vw ; 
}



/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
  text-align: center;
  color: #fff;

}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
  padding-right: 20px;
  clear: both;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #ccc;
}
}
