@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/* -------------- Resetting Again Base CSS Start -------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, rem, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, rembed, 
figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------- フォーム用リセット -------------- */
input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
/*	display: none; */
}

*:focus {
	outline: none;
}

a:link { color: #5e2713; text-decoration: none;}
a:visited { color: #5e2713; }
a:hover { color: #d65c39; text-decoration: underline;}
a:active { color: #d65c39; }

img {
	max-width: 100%;
}

.smfonly {
	display:none;
}

.clearfix {
	overflow: hidden;
}

.clearboth {
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

/* -------------- drawer -------------- */

.drawer-menu li{
	border-bottom: 3px dotted #f7c6be;
}

.drawer-menu li:hover{
	background: #fbe2de;
}

.drawer-menu li a{
	font-weight: 600;
	font-size: 1.5rem;
/*	font-size: 18px;*/
}

.drawer-menu li a:hover{
	text-decoration: none;
	opacity: 1;
}


/* -------------- サイト共通基本プロパティ -------------- */
body {
	font: 16px 'Kosugi Maru','ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO', sans-serif;
	background:repeating-linear-gradient(
	-45deg,
	#ffcaca,
	#ffcaca 30px,
	#fff 0,
	#fff 60px
	);
}

#wrapper {
	width: 900px;
	background: #ffebe3;
	padding: 1rem 80px;
	box-sizing: border-box;
	margin: 0 auto ;
}

section {
	text-align: center;
	padding: 0 0 2rem;
}

a:hover {
	opacity: 0.7;
}


/*-------------- サイト内共通 --------------*/
h1 { font-size: 32px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 16px; }
p.small { font-size: 14px; }

section img {
	max-width: 70%;
}

h1 {
	text-align: center;
}

.catch {
	margin: 0 auto 2rem;
}

.catch img {
	max-height: 70px;
}

section {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 8px dotted #ffcaca;
}

/*-------------- header --------------*/

#page-header div {
	position: relative;
}

#page-header div p.icon_event {
	position: absolute;
	width: 35%;
	top: 35%;
	right: -15px;
	text-align: right;
}

#page-header .image {
	margin: 2rem 0 0;
}


/*-------------- concept --------------*/

#page-concept div .image {
	margin: 1rem auto 3rem;
}

#page-concept div:last-child .image {
	margin: 1rem auto 0;
}


/*-------------- voices --------------*/
#page-voices .catch img {
	max-height: 100px;
	transform: rotate(-10deg);

}

#page-voices {
	position: relative;
	margin-top: 4rem;
}

#page-voices h2 {
	position: absolute;
	top: -25px;
	left:-60px;
}

#page-voices .voice-box,
#page-voices .page-img,
#page-voices .page-txt {
	width: 90%;
	margin: auto;

}

#page-voices .page-img img {
	max-width: 90%;
}

#page-voices .page-txt {
	margin: 1rem auto 2rem;
}

#page-voices dl {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 1rem auto 3rem;
	width: 90%;
}

#page-voices dt {
	border: 3px solid #fc7272;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: left;
	width: 80%;
}

#page-voices h3 {
	font-weight: bold;
	color: #fc7272;
	margin: 0 0 0.5em 0;
}

#page-voices .voice-box p {
	font-size: 1.25rem;
	text-align: justify;
	line-height: 1.4;
}

#page-voices dd {
	width: 20%;
	text-align: left;
}



/*-------------- works --------------*/

#page-works div {
	text-align: left;
	width: 100%;
	margin: 0 auto 3rem;
}

#page-works dt  {
	position: relative;
	width: 60%;
	background: #fff;
	border-radius: 20px;
	padding: 30px 35px 30px 20px;
	box-sizing: border-box;
}

#page-works dd.book-img {
	width: 35%;
	height: 35%;
	margin: 0 0.5rem 0 0;
}

#page-works dd img {
	max-width: 150%;
	border: 1px solid #ccc;
}

#page-works dt,
#page-works dd  {
	display: inline-block;
	vertical-align: top;
}

#page-works dt p.icon-mark {
	position: absolute;
	bottom: -30px;
	right: -80px;
	width: 150px;
}

#page-works h3 {
	font-weight: bold;
	white-space: nowrap;
}

#page-works dt p {
	text-align: justify;
	margin: 1em 0 0;
	line-height: 1.4;
	font-size: 1.25rem;
}

.com-works {
	width: 70%;
	margin: 0 auto;
}


/*-------------- author --------------*/
#page-author dl {
	text-align: left;
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	margin: 0 0 2rem 0;
}

#page-author dl img {
	height: 28px;
}

#page-author dd {
	line-height: 1.4;
	font-size: 1.25rem;
	text-align: justify;
	margin: 1rem 0 0;
}

#page-author p {
	text-align: right;
}

/*-------------- download --------------*/

.com-download {
	margin: 2rem auto 0;
	font-size: 1.75rem;
}

/*-------------- footer --------------*/

footer {
	text-align: center;
	font-size: 1.25rem;
	margin: 0 0 2rem;
}

footer ul {
	line-height: 2.5;
	display: block;
}

/*------ page-top ------*/

#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#page_top a {
	display: block;
	z-index: 999;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background: url(https://www.akaneshobo.co.jp/common/imgs/btn_pagetop.png);
	background-size: 50px;
	background-repeat: no-repeat;
	border: 2px solid #fff;
	border-radius: 50%;
}

#page_top a:hover {
	opacity: 0.7;
}
