@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* リセットここまで
------------------------------------------------- */

a:hover img {
  transition: 0.4s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.br{
  display: none;
}

.txt_large{
  font-size: 120%;
}

body{
	font-family: "Noto Sans JP","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 106%;
	color: #333;
	line-height: 1.6;
}
header{
  padding: 30px 4%;
  background-color: #efeee6;
}
h1{
  text-align: center;
  font-size: 180%;
  font-weight: 500;
}
section{
  max-width: 1100px;
  padding: 50px 4% 100px;
  margin: auto;
  text-align: center;
}

ul.book{
  margin-bottom: 50px;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: space-between;
  background-color: #b5b4af;
  padding: 30px;
}

ul.book li{
  width: 30%;
}
ul.book li img{
  max-width: 100%;
  height: auto;
}

ul.link{
  list-style: none;
  text-align: center;
  margin: 50px 0 100px;
}
ul.link li{
  display: inline-block;
  margin: 0 20px;
  min-width: 300px;
}
ul.link li a{
  display: block;
  padding: 15px 20px;
  background-color: #a18c79;
  color: #FFF;
  position: relative;
  text-decoration: none;
  border-radius: 7px;
}

ul.link li a:before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.link li a:hover{
  background-color: #baa898;
}



.download{
  display: flex;
  justify-content: space-between;
  margin: 50px 0;

}

.download div{
  width: 46%;
  border: solid 3px #cfcec8;
  padding: 20px 30px 30px 30px;
  box-sizing: border-box;
  background-color: #efeee6;
  display: flex;
  flex-direction: column;
}
.download h2{
  color: #8a7059;
  font-size: 120%;
  margin-bottom: 20px;
  border-bottom: solid 3px #cfcec8;
  padding-bottom: 10px;
  font-weight: bold;
}

.download ul{
  text-align: left;
  margin-left: 25px;
  margin-bottom: 20px;
}
.download ul li{
  margin-bottom: 5px;
}

ul.att{
  text-align: left;
  list-style: none;
  font-size: 96%;
}

ul.att li{
  text-indent: -2.5em;
  margin-left: 2.5em;
  margin-bottom: 5px;
}

.btn{
margin-top: auto;
}
.btn a{
  background-color: #a18c79;
  padding: 15px 10px;
  color: #FFF;
  display: block;
  text-decoration: none;
  border-radius: 7px;
}
.btn a:hover{
  background-color: #baa898;
}

footer{
  text-align: center;
  border-top: solid 1px #cfcec8;
  padding: 30px 4%;
}
footer address{
  font-style: normal;
  font-size: 90%;
}



/* タブレット
-------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {

.br{
  display: block;
}
body{
	font-size: 94%;
}
header{
  padding: 20px 4%;
}
h1{
  font-size: 130%;
  font-weight: bold;
}
section{
  padding: 40px 4% 70px;
  text-align: left;
}
ul.book{
  flex-direction: column;
  padding: 30px 10px;
}

ul.book li{
  width: auto;
}

ul.link{
  list-style: none;
  text-align: center;
  margin: 50px 0 100px;
}
ul.link li{
  display: block;
  margin: 0 0 30px 0;
}

.download{
  flex-direction: column;
  margin: 0px 0 50px;
}

.download div{
  width: auto;
  border: solid 3px #cfcec8;
  padding: 10px 20px 20px 20px;
  margin-top: 30px;
}
.download h2{
  font-size: 110%;
  text-align: center;
}

.btn{
margin-top: auto;
text-align: center;
}



}