@charset "UTF-8";
@import "wrapper.css";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}


/* =========== Reset =========== */

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: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, 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;
}

body {
	-webkit-text-size-adjust: none;
}



/* =========== Basic =========== */

body {
	background: url('../../images/overlay.png'), linear-gradient(45deg, #d1c0a5, #c7b69b, #c1b196);
	font-size: 115%;
	line-height: 140%;
	color: #333;
	letter-spacing: 0.5px;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

img {
	vertical-align:bottom
}

p {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}



/* =========== LINK関連 =========== */

a:link {
	color: #cf6116;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

a:visited {
	text-decoration: none;
	color: #a8834e;
}

a:hover {
	text-decoration: underline;
	color: #ffad39;
}

a:active {
	text-decoration: none;
	color: #ffad39;
}

a img {
	border-style:none;
}

a img.linkimg {
    background:none!important;
}
 
a:hover img.linkimg{
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background:none!important;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.letterpress a{
  position: relative;
  left: 1px;
  top: 2px;
  color: #cf6116;
  font-weight: bold;
  text-shadow: 1px 2px 1px #e4e4e4;
  text-decoration: none;
  -moz-transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
}

.letterpress a:hover{
  left: 0px;
  top: 0px;
  color: #dd960f;
  text-shadow: 1px 2px 1px #ccc;
}




/* =========== フロート関連 =========== */

.left {
	float: left;
}

.end {
	clear: both;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */




/* =========== ハイライト =========== */

::selection {
	color: #fff;
	background-color: #FF9D00;
}

::-moz-selection {
	color: #fff;
	background: #FF9D00;
}




/* =========== 角丸 =========== */ 

.round{
    -moz-border-radius: 10px; /* Firefox用 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    border-radius: 10px; /* CSS3 */
}




/* =========== font =========== */ 

.f1 {
	font-weight: bold;
	font-size: 120%;
	color: #996c33;
}

.f2 {
	color: #eb6100;
	font-weight: bold;
}

.f3 {
	font-size: 115%;
	line-height: 135%;
	font-weight: bold;
}

.f4 {
	color: #999;
}

.f5 {
	font-size: 90%;
	color: #eb6100;
}



/* =========== list =========== */ 

#purpose_box ul {
	list-style: disc;
	margin-left: 2em;
	font-size: 120%;
	line-height: 130%;
	margin-bottom: 1em;
	font-weight: bold;
}

#purpose_box li {
	margin-bottom: 0.5em;
}