@charset "utf-8";



/* body
======================================================*/

html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	font-family:Helvetica,Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic,“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, sans-serif;
	color: #333333;
	line-height: 1.9;
	background: #ffffff;
}

.sec_inner {
	width: 1200px;
	padding: 60px 0 80px;
	margin: 0 auto;
	overflow: hidden;
}


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

body {
	font-size: 1.3rem;
}

.sec_inner {
	width: 95%;
	padding: 30px 0 40px;
}

	}



/* link
======================================================*/

a:link,
a:visited {
  color: #FF0066;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


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



	}



/* hx
======================================================*/

h1 {
	display:none;
}

.ttl_a {
	height: 60px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 80px;
}
.ttl_a .en {
	color: #FF97C0;
	font-size: 5.0rem;
	font-family: 'Baloo Paaji', cursive;
}
.ttl_a .jp {
	color: #888888;
	font-size: 1.6rem;
	font-weight: bold;
}


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

.ttl_a {
	height: 60px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.ttl_a .en {
	font-size: 3.0rem;
}
.ttl_a .jp {
	font-size: 1.3rem;
}

	}



/* header
======================================================*/

.header {
	width: 100%;
	height: 80px;
	padding: 0 30px;
	background: rgba(255,255,255,0.95);
	border-top: 4px solid #FFBDD8;
	position: fixed;
	top: 0;
	overflow: hidden;
	z-index: 102;
}
.header_under {
	margin-top: 80px;
}

.header_logo {
	width: 197px;
	float: left;
	position: relative;
	top: 16px;
	display: block;
}

.btn_language {
	margin-left: 50px;
	float: left;
	position: relative;
	top: 22px;
}
.btn_language select {
	width: 160px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #dddddd;
	border-radius: 3px;
}

a.btn_entry {
	width: 180px;
	height: 40px;
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	background: #FF97C0;
	border-radius: 5px;
	display: block;
	float: right;
	position: relative;
	top: 16px;
	transition: 0.4s;
}
a.btn_entry:hover {
	background: #5CBBFA;
	transition: 0.4s;
}

.entry-btn {
	position: fixed;
	top: 100px;
	right: 20px;
	display: none;
	z-index: 100;
}

.page-id-8 .entry-btn,
.parent-pageid-8 .entry-btn {
	display: none !important;
}


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

.header {
	height: 80px;
	padding: 0;
	position: static;
}
.header_under {
	margin-top: 0;
}

.header_logo {
	width: 120px;
	top: 8px;
	left: 10px;
}

.btn_language {
	margin-left: 25px;
	float: left;
	position: relative;
	top: 6px;
}
.btn_language select {
	width: 120px;
	height: 30px;
	font-size: 1.2rem;
	padding: 0 5px;
}

a.btn_entry {
	width: 160px;
	height: 25px;
	font-size: 1.5rem;
	line-height: 25px;
	float: none;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -80px;
}

.header-fix {
	width: 100%;
    height: 80px;
    border-top: 4px solid #FFBDD8;
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 102;
}

.entry-btn {
	width: 100px;
	right: 10px;
}

	}



/* global nav
======================================================*/

.g-nav {
	margin: 25px 30px 0 0;
	display: block;
	float: right;
}
.g-nav_inner {
	overflow: hidden;
}

.g-nav li {
	display: inline-block;
}
.g-nav a {
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-left: 15px;
	margin-right: 20px;
	background: url(../images/icn_nav.png) no-repeat left center;
	display: table-cell;
	float: left;
}
.g-nav li:last-of-type a {
	margin-right: 0;
}

.link-id {
	margin-top: -80px;
	padding-top: 80px;
}

.drawer-toggle {
	display: none;
}


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

.g-nav {
	margin: 0;
	background: #ffffff;
	float: none;
}

.g-nav li {
	display: block;
}
.g-nav a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	margin-right: 0;
	background: url(../images/icn_nav.png) no-repeat 10px center;
	border-top: 1px solid #dddddd;
	display: block;
	float: none;
}

	}



/* breadcrumbs
======================================================*/

.breadcrumbs {
	width: 100%;
	color: #666666;
	font-size: 1.2rem;
	background: #f5f5f5;
}
.breadcrumbs_inner {
	width: 1200px;
	margin: 0 auto;
}
.breadcrumbs a {
	color: #666666;
	font-size: 1.2rem;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs_arrow {
	color: #cccccc;
}


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

.breadcrumbs_inner {
	width: 95%;
}

	}



/* main contents
======================================================*/

.wrapper {
	width: 100%;
}
.wrapper_inner {
	width: 1200px;
	min-height: 500px;
	padding: 80px 0;
	margin: 0 auto;
	overflow: hidden;
}
.home .wrapper_inner {
	width: 100%;
	padding: 0;
}

.contents {
	width: 100%;
	overflow: hidden;
}


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

.wrapper_inner {
	width: 95%;
	padding: 40px 0;
}
.home .wrapper_inner {
	width: 100%;
}

	}



/* footer
======================================================*/

.footer {
	width: 100%;
	height: 40px;
	background: #FFBDD8;
}
.footer_inner {
	width: 1200px;
	line-height: 40px;
	margin: 0 auto;
}

p.copyright {
	text-align: center;
	margin-bottom: 0;
	position: relative;
	top: 0px;
}


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

.footer_inner {
	width: 95%;
}

	}



/* page top
======================================================*/

.page-top{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.page-top p{
	margin: 0;
	padding: 0;
}
.page-top p:hover{
	opacity: 0.7;
}


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

.page-top {
	right: 10px;
	bottom: 10px;
}

	}
