@charset "utf-8";
/* 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, em, 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, embed, 
figure, figcaption, footer, header, hgroup, 
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, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0;	
}
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;
}

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

section {
	width: 100%;
	clear: both;
	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;
    text-decoration: none;
	color:#000;
}

sup {
	vertical-align:top;
}

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

/* change colours to suit your needs */
mark {
	background-color:#ccc;
	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;
	vertical-align: middle;
}

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

input, select {
	vertical-align:middle;
}

li {
	list-style: none;
}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}



/******* cleafix ********/
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {
		display: inline-table;
		min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}


/******* setting ********/
html{
	font-size:15px;
}
body {
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.8;
	color: #332808;
	-webkit-text-size-adjust: 100%;
    letter-spacing: 1px;
	margin:0;
	padding: 0;
	text-align: justify;
	font-feature-settings: "palt";
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.tab_disp {display: block;}
.pc_img {display: inline-block;}
.sp_img {display: none;}
.tab_img {display: inline-block;}

a img:hover,
input[type=image]:hover {
	opacity: .4;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover {
	opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #1f518e;
}


.grecaptcha-badge { visibility: hidden; }

/************************

TXT SETTING

************************/

h1 {
    position: fixed;
    top: 4%;
    left: 2%;
    z-index: 9999;
    width: 180px;
}
h1 img {
    width: 100%;
}


h2 {
	width: 500px;
	text-align: center;
	margin: auto;
	font-size: 2.2rem;
	line-height: 0.9;
	background: url("../images/common/bg_title.png") no-repeat top center;
	background-size: 100%;
	min-height: 100px;
	padding-top: 90px;
	margin-bottom: 1.5rem;
	letter-spacing: 2px;
}

.txt_white_box h2 { 
	color: #FFF;
	background: url("../images/common/bg_title_w.png") no-repeat top center;
	background-size: 100%;
	min-height: 100px;
	padding-top: 90px;
}

h3 {
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

h4 {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.txt_s { font-size: 0.8rem;}
.txt_m { font-size: 1.3rem;}
.txt_l { font-size: 1.8rem;}

.txt_center { text-align: center;}
.txt_left { text-align: left;}
.txt_right { text-align: right;}

.txt_indent {
	padding-left:1.5em;
	text-indent:-1.5em;
	margin-bottom: 15px;
}

strong { font-weight: bold;}
small { font-size: 80%;}


.txt_ttl {
	font-size: 2.0rem;
}

.txt_caption {
	font-size: 1.2rem;
	font-family: "Shippori Mincho", serif;
	line-height: 1.0;
	letter-spacing: 1px;
}




/************************

LAYOUT SETTING

************************/



section {
	width: 100%;
	padding: 3.0rem 0;
}

.container {
	width: 1200px;
	margin: auto;
	position: relative;
}

.inner_box {
	width: 85%;
	margin: auto;
}



/************************

DESIGN SETTING

************************/

#main_block {
	background:url("../images/common/bg_body.jpg") repeat-y;
	background-attachment: fixed;
	min-height: 100vh;
}



/************************

BTN SETTING

************************/

.btn {
	margin: 5.0rem auto 0;
}

.btn li {
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	width: 400px;
	margin: 1.5rem auto;
	position: relative;
	border-radius: 30px;
}

.btn a {
	display: block;
	color: #FFF;
	padding: 20px 20px;
	cursor: pointer;
	border-radius: 30px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
	line-height:1.1;
}
.btn a:hover {
	color: #FFF;
	opacity: 1.0;
	background: #806a60;
}
.btn a span{
	font-size:0.9rem;
  letter-spacing: 0em;
}

.btn_blue {
	background: linear-gradient(to right, #356299 0%, #67b4cf 50%, #356299 100%);
}
.btn_green {
	background: linear-gradient(to right, #00a83c 0%, #89bf13 50%, #00a83c 100%);
}



/************************

Footer

************************/

footer {
	padding: 5.0rem 0 15px;
}

footer ul {
	display: flex;
	position: relative;
	width: 150px;
	margin: 1.0rem auto;
	font-size: 0.7rem;
}

footer li {
	display: inline-flex;
	margin: auto;
}

footer p {
	text-align: center;
	font-size: 0.8rem;
}

.btn_side {
	writing-mode: vertical-rl;
	background: url("../images/common/bt_purchase.png") no-repeat top;
	padding: 60px 0 30px 40px;
	background-size: 60px;
	position: fixed;
	bottom: 15%;
	right: 0;
}
.btn_side p {
	position: relative;
	right: 24px;
	font-size: 0.9rem;
	
}
.btn_side p a {
	color: #FFF;
}

/************************

PAGER SETTING

************************/

.pagenext {
    margin: 40px 10px 10px 10px;
    text-align: right;
}

.pageprev {
    margin: 40px 10px 10px 10px;
    text-align: left;
}
.pagelink {
    width: 100%;
    margin: auto;
}

.pagelink .btn_designA {
    width: 30%;
    display: inline-block;
    margin: 25px 2%;
    font-size: 14px;
    opacity: 1.0;
    background-color: #FFF;
    transition: .4s;
    letter-spacing: 3px;
    color: #000;
    padding: 8px 20px;
     border: 1px #333 solid;
    background: none;
}

.pagelink .btn_designA:hover{
    color: #FFF;
    background: rgba(27,42,116,0.80);
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
    border: 1px #ccc solid;
}
.pagelink a:hover {
    color: #FFF;
}
.pagelink a {
    color: #000;
    display:block;
    text-decoration: none;
}

.pager{
	text-align:center;
}
a.page-numbers,
.pager .current{
    width: 35px;
    display: inline-block;
    margin: 25px 5px;
    font-size: 11px;
    opacity: 1.0;
    background-color: #FFF;
    transition: .4s;
    padding: 8px 2px;
    color: #666;
    text-align: center;
}

.current{
	width: 35px;
    display: inline-block;
    margin: 25px 5px;
    font-size: 11px;
    opacity: 1.0;
    background:#67b4cf;
    transition: .4s;
    padding: 8px 2px;
    color: #FFF;
    text-align: center;
}

a.page-numbers:hover ,
.pager .current:hover {
    color: #FFF;
    background: #67b4cf;
}

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

body {
	font-size: 14px;
}	
	
img { width: 100%; }

.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
.pagetop img { display: none;}
	


	

/************************

TXT SETTING

************************/
h1 {
    position: fixed;
    top: 2%;
    left: 2%;
    z-index: 9999;
    width: 100px;
}
    
h2 {
	width: 80%;
	text-align: center;
	margin: auto;
	font-size: 1.5rem;
	background: url("../images/common/bg_title_sp.png") no-repeat top center;
	background-size: 100%;
	min-height: 100px;
	padding-top: 55px;
	margin-bottom: 1.5rem;
	line-height: 1!important;
}

.txt_white_box h2 { 
	color: #FFF;
	background: url("../images/common/bg_title_spw.png") no-repeat top center;
	background-size: 100%;
	font-size: 1.5rem;
	line-height: 1.1;
	min-height: 100px;
	padding-top: 50px;
}

h3 {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

h4 {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}



.txt_s { font-size: 0.8rem;}
.txt_m { font-size: 1.2rem;}
.txt_l { font-size: 1.5rem;}
	
.txt_ttl {
	font-size: 1.4rem;
}

.txt_caption {
	font-size: 1.0rem;
	font-family: "Shippori Mincho", serif;
	line-height: 1.0;
	letter-spacing: 1px;
}	
	
/************************

LAYOUT SETTING

************************/

section {
	width: 100%;
	margin: auto;
	padding: 3.0rem 0;
	
}

.container {
	width: 90%;
	margin: auto;
	position: relative;
}


/************************

BTN SETTING

************************/

.btn {
	margin: 3.0rem auto 0;
}

.btn li {
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	width: 100%;
	margin: 1.5rem auto;
	position: relative;
	border-radius: 30px;
}

/************************

Footer

************************/

footer {
	padding: 5.0rem 0 15px;
}

footer ul {
	display: flex;
	position: relative;
	width: 30%;
	margin: 1.0rem auto;
	font-size: 0.5rem;
}

footer li {
	display: inline-flex;
	margin: auto;
}

footer p {
	text-align: center;
	font-size: 0.6rem;
}

.btn_side {
	writing-mode: vertical-rl;
	background: url("../images/common/bt_purchase.png") no-repeat top;
	padding: 40px 0 30px 28px;
	background-size: 40px;
	position: fixed;
	bottom: 15%;
	right: 0;
}
.btn_side p {
	position: relative;
	right: 16px;
	font-size: 0.6rem;
	
}
.btn_side p a {
	color: #FFF;
}

	
	
}
