@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* html
---------------------------------------------------- */
html {
	font-size: 62.5%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6, strong {
     font-weight: 700;
} 

/* ボディー
---------------------------------------------------- */
body {
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	font-weight: 400;
	color: #3e3a39;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

/*
Acumin Pro Medium
font-family: acumin-pro,sans-serif;
font-weight: 500;
font-style: normal;

Acumin Pro Semibold
font-family: acumin-pro,sans-serif;
font-weight: 600;
font-style: normal;

Acumin Pro Bold
font-family: acumin-pro,sans-serif;
font-weight: 700;
font-style: normal;
*/

/* リンク
---------------------------------------------------- */
a {
	color: #3e3a39;
	background: transparent;
	text-decoration: none;
}
a:visited {
	background: transparent;
}
a:hover,
a:active {
	background: transparent;
	text-decoration: underline;
}

/* 共通
---------------------------------------------------- */
.inner {
	margin: auto;
	padding: 0 20px;
}
.flex {
	width: 100%;
	display: -webkit-flex;
	display: -webkit-box;
    display: -ms-flexbox;
	display: -moz-flex;
    display: flex;
}
.row-column {
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.row-column-reverse {
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.column {
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
/* 幅いっぱいに広げる */
.between {
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
/* 均等に広げる */
.around {
	-ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
	justify-content: space-around;
}
/* 左寄せ */
.start {	
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
	justify-content: flex-start;
}
/* 右寄せ */
.end {	
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
	justify-content: flex-end;
}
/* 真ん中寄せ */
.center {	
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
	justify-content: center;
}
/* 下揃え */
.bottom {
	-webkit-box-align: end;
    -ms-flex-align: end;
	-webkit-align-items: flex-end;
    align-items: flex-end;
}
/* 真ん中揃え */
.centre {	
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wrap {
    -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sp-hide {
	display: none;
}

/* 画像
---------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
}
a img {
	border: none;
	color: #fff;
	background: transparent;
	-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 img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* ヘッダー
---------------------------------------------------- */
div.header-sp {
	width: 65px;
	height: 60px;
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 5000;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller div.header-sp {
	height: 60px;
}
div.header-pc {
	display: none;
}

/* ナビゲーション
---------------------------------------------------- */
#btn-nav {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 19px;
	font-size: 12px;
	font-size: 1.2rem;
	width: 24px;
	height: 18px;
	z-index: 9999;
}
header.smaller div.header-sp #btn-nav {
}
#btn-nav span {
	display: block;
	width: 24px;
	position: absolute;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#btn-nav span:nth-child(1) {
	top: 0;
	left: 0;
	height: 2px;
	background: #000;
}
#btn-nav span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
	left: 0;
	height: 2px;
	background: #000;
}
#btn-nav span:nth-child(3) {
	bottom: 0;
	left: 0;
	height: 2px;
	background: #000;
}
#btn-nav.active span:nth-child(1) {
	background: #fff;
	-webkit-transform: translateY(8px) rotate(135deg);
	-moz-transform: translateY(8px) rotate(135deg);
	-ms-transform: translateY(8px) rotate(135deg);
	-o-transform: translateY(8px) rotate(135deg);
	transform: translateY(8px) rotate(135deg);
}
#btn-nav.active span:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(-8px) rotate(-315deg);
	-moz-transform: translateY(-8px) rotate(-315deg);
	-ms-transform: translateY(-8px) rotate(-315deg);
	-o-transform: translateY(-8px) rotate(-315deg);
	transform: translateY(-8px) rotate(-315deg);
}
#btn-nav.active span:nth-child(3) {
	background: #fff;
	-webkit-transform: translateY(-8px) rotate(-135deg);
	-moz-transform: translateY(-8px) rotate(-135deg);
	-ms-transform: translateY(-8px) rotate(-135deg);
	-o-transform: translateY(-8px) rotate(-135deg);
	transform: translateY(-8px) rotate(-135deg);
}
nav.global-sp {
	display: none;
	position: fixed;
	right: 0;
	width: 200px;
	height: 305px;
	background: rgba(0,157,76,0.95);
	overflow: auto;
}

@media (orientation: portrait){
nav.global-sp .global-sp-inner {
	/*position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);*/
	padding: 0 60px 0 30px;
}
}
@media (orientation: landscape){
nav.global-sp .global-sp-inner {
	padding: 0 60px 0 30px;
}
}

nav.global-sp .menu {
	margin-top: 18px;
	margin-bottom: 25px;
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 30px;
	letter-spacing: 0.04em;
	font-weight: 500;
	font-style: normal;
	color: #fff;
}

nav.global-sp ul.global-sp-main {
	margin-top: 10px;
	margin-bottom: 30px;
	list-style: none;
	font-family: acumin-pro,sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
    line-height: 30px;
	letter-spacing: 0.04em;
	font-weight: 600;
	font-style: normal;
	border-top: 1px dotted #fff;
}
nav.global-sp ul.global-sp-main li {
	padding: 4px 0 5px 0;
	border-bottom: 1px dotted #fff;
}
nav.global-sp ul.global-sp-main li a {
	display: block;
	color: #fff
}
.global-sp-sns ul {
	width: 76px;
	margin: auto;
}
.global-sp-sns ul li {
	width: 20px;
}
.global-sp-sns ul li g {
	fill: #fff;
}

/* メイン
---------------------------------------------------- */
main {
	display: block;
    background: #fff;
}
main p {
	margin-bottom: 1em;
}
main p:last-child {
	margin-bottom: 0;
	/*color: #f00;*/
} 
main hr {
    margin: 50px 0 0 0;
	border-top: 1px solid #3e3a39;
}

/* フッタ
---------------------------------------------------- */
footer {
	padding-bottom: 23px;;
}
footer p.copyright {
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 12px;
	color: #333;
}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {

/* 共通
---------------------------------------------------- */
.inner {
	max-width: 1024px;
	padding: 0 52px;
}
.row {
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.flex-1 {
	-ms-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}
.row-column {
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.row-column-reverse {
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/* 上揃え */
.top {	
	-webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
/* 下揃え */
.bottom {	
	-webkit-box-align: end;
    -ms-flex-align: end;
	-webkit-align-items: flex-end;
    align-items: flex-end;
}
/* ベースライン揃え */
.baseline {	
	-webkit-box-align: baseline;
    -ms-flex-align: baseline;
	-webkit-align-items: baseline;
    align-items: baseline;
}
/* ストレッチ揃え */
.stretch {	
	-webkit-box-align: stretch;
    -ms-flex-align: stretch;
	-webkit-align-items: stretch;
    align-items: stretch;
}
.wrap {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sp-hide {
	display: block;
}
.pc-hide {
	display: none;
}

/* ヘッダー
---------------------------------------------------- */
div.header-pc {
	display: block;
	width: 100%;
	height: 65px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 5000;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller div.header-pc {
	border-top: none;
	height: 50px;
	box-shadow: 0 1px 6px 3px rgba(0,0,0,0.3);
}
div.header-sp {
	display: none;
}

/* ナビゲーション
---------------------------------------------------- */
#btn-nav {
	display: none;
}
.menu {
    display: none;
}
div.header-pc .inner {
	max-width: 920px;
	padding: 0 52px;
	position: relative;
}
div.header-pc nav {
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
div.header-pc nav.global-pc {
	max-width: 462px;
	margin: 27px auto 0 auto;
}
div.header-pc nav.sns-pc {
	width: 95px;
	position: absolute;
	top: 3px;
	right: 10px;
}
div.header-pc nav ul {
	font-family: acumin-pro,sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	font-style: normal;
	line-height: 30px;
	letter-spacing: 0.04em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
div.header-pc nav ul li {
	margin: 0;
	display: block;
}
div.header-pc nav ul li a {
	position: relative;
	text-decoration: none;
}

header.smaller div.header-pc nav.global-pc {
	max-width: 454px;
	margin: 15px auto 0 auto;
}
header.smaller div.header-pc nav ul {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	letter-spacing: 0.04em;
}
header.smaller div.header-pc nav.sns-pc {
	top: 1px;
}
/* メイン
---------------------------------------------------- */

/* フッタ
---------------------------------------------------- */
footer p.copyright {
	text-align: right;
}
}


/* IE10 */
@media all and (-ms-high-contrast:none) and (min-width: 767px) {
}
