/* PC STYLES */
@media only screen and (min-width : 1400px){
	#p-wrap{display:block; margin:0 auto; width:100%;}
}





/* ALL COMMON CSS */

body{}





/* HEADER */

#p-header {
	background: #222;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#p-header figure .main-visual {
	display: block;
	width: 100%;
}

#p-header figure .main-visual-sp {
	display: none;
	width: 100%;
}


@media (max-width: 767px) {
#p-header figure .main-visual { display: none; }
#p-header figure .main-visual-sp { display: block; }
}





/* NAV */

#p-nav {
	background: #ff9900;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
#p-nav .inner {
	position: relative;
}

#p-nav ul.navi {
	display: block;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 12px 0 0;
	width: 960px;		/* 最大767px */
}

#p-nav ul.navi li {
	display: block;
	float: left;
	margin-left: 4px;
	margin-right: 6px;
}

#p-nav ul.navi li:last-child {
	margin-right: 0;
}

#p-nav ul.navi li a {
	color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	height:60px;
}

#p-nav ul.navi li a:hover {
	opacity: .5;
}

@media (max-width: 767px) {
#p-nav { display: none !important; }
}





/* MAIN CONTENT */

#p-contents-wrap {
	display: block;
	margin: 0 auto;
	/*overflow: hidden;*/
	position: relative;
	width: auto;
}

#p-contents {
	display: block;
	width: 100%;
}

/* CON_WRAP */

.con_wrap {
	width: 100%;
	overflow: hidden;
	//	background: linear-gradient(to bottom, #070e3a, #020d45, #090e35);
}





/* top_banner */

#top_banner img:hover {
	opacity: .5;
}





/* BG_SET */

.bg_set {
	background-color: #fff;
	background-position: center;
	background-size: cover;
	display: block;
	padding: 90px 0;
}

.bg_set article {
	display: block;
	margin: 0;
}

/*
.bg_image1{ background-image: url('../img/bg_image1.jpg'); }
.bg_image2{ background-image: url('../img/bg_image2.jpg'); }
*/

@media (max-width: 767px) {
.bg_set{padding: 45px 0;}
}




/* ------------------------------ */

/* #pankuzu */

#pankuzu, #dslink{
	display: block;
	margin: 20px auto;
	padding: 0;
	max-width: 980px;
	overflow: hidden;
	clear:both;
}
#pankuzu p, #dslink p{
	padding:0 20px 0 20px;
	font-size:93%;
	display:block;
	line-height:165%;
}

@media (max-width: 767px){
#pankuzu p, #dslink p { font-size: .9rem; }
}





/* ------------------------------ */

/* LAYOUT_FULL */

.layout_full{
	display: block;
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1020px;
	overflow: hidden;
	clear:both;
}

.layout_full p{
	padding:0 20px 0 20px;
	font-size:93%;
	display:block;
	line-height:165%;
}

#top_guide h2, #top_sale h2{
	display: block;
	color: #000;
	font-family: 'Gentium Book Basic', serif;
	font-size: 36px;
	line-height:137%;
	position: relative;
}

#form h2 {
	display: block;
	color: #000;
	font-family: 'Gentium Book Basic', serif;
	font-size: 30px;
	line-height:137%;
	margin-bottom: 22px;
	position: relative;
}

@media (min-width: 576px) and (max-width: 767px){
.layout_full{
	padding: 0;
	max-width: 576px;
}
.layout_full h2{font-size: 1.5rem;}
.layout_full h2 img{ width:100%; }
.layout_full p{
	font-size: .9rem;
	margin-top:25px;
}
}

@media (max-width: 575px){
.layout_full {
	padding: 0;
	width: 90%;
}
.layout_full h2{
	font-size: 1.4rem;
	font-weight:600;
}
.layout_full h2 img{ width:100%; }
.layout_full p {
	font-size: .9rem;
	margin-top:25px;
}
}









/* ------------------------------ */

/* LAYOUT_NOTE (Page Note)*/

.layout_note{
	display: block;
	margin: 0 auto;
	width: 740px;
}

.layout_note p {
	color: #000024;
	display: block;
	font-size: 15px;
	margin-bottom: 30px;
	text-align: left;
}

.layout_note .small{
	color:#700;
	font-size: 14px;
}

.layout_note h2 {
	display: block;
	color: #000;
	font-family: 'Gentium Book Basic', serif;
	font-size: 30px;
	line-height:137%;
	margin-bottom: 22px;
	position: relative;
}

.layout_note h3{
	color: #000;
	font-family: 'Gentium Book Basic', serif;
	font-size: 22px;
	font-weight:bold;
	margin-top: 40px;
	margin-bottom: 12px;
}

.layout_note h4{
	color:#222;
	font-family: 'Gentium Book Basic', serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:8px;
}

@media (min-width: 576px) and (max-width: 767px){
.layout_note{width: 90%;}
.layout_note h2{
	font-size: 1.5rem;
	font-weight:600;
}
.layout_note h3{font-size: 1.3rem;}
.layout_note h4{font-size: 1.2rem;}
.layout_note p{
	font-size: .9rem;
	margin-top:25px;
}
.layout_note .small{font-size: .8rem;}
}

@media (max-width: 575px){
.layout_note {width: 90%;}
.layout_note h2{
	font-size: 1.3rem;
	font-weight:600;
}
.layout_note h3{font-size: 1.2rem;}
.layout_note h4{font-size: 1.1rem;}
.layout_note p {
	font-size: .9rem;
	margin-top:25px;
}
.layout_note .small{font-size: .8rem;}
}



/* ------------------------------ */

/* LAYOUT_PARALLEL */

.layout_parallel {
	display: block;
	padding-top: 0;
}

.layout_parallel .parallel_pair {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0 0;
	width: 960px;
}

.layout_parallel .parallel_pair article {
	display: block;
	float: left;
	position: relative;
	width: 460px;
}

.layout_parallel .parallel_pair article.left_unit {
	margin-right: 40px;
}

.layout_parallel .parallel_pair article figure img {
	display: block;
	width: 100%;
}

.layout_parallel .parallel_pair article .description {
	background-color: #ffffff;
	display: block;
	height: 274px;
	padding: 35px 15px 0 30px;
	width: 100%;
}

.layout_parallel .parallel_pair article .description h3 {
	color: #151a29;
	font-family: 'Belleza', sans-serif;
	font-size: 26px;
	margin-bottom: 20px;
}

.layout_parallel .parallel_pair article .description h4 {
	color: #151a29;
	font-family: 'Noto Sans', sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
}

.layout_parallel .parallel_pair article .description p {
	color: #151a29;
	font-size: 15px;
	line-height: 140%;
}




@media (min-width: 768px) and (max-width: 997px) {
.layout_parallel .parallel_pair { width: 96%; }
.layout_parallel .parallel_pair article { width: 48.5%; }
.layout_parallel .parallel_pair article.left_unit { margin-right: 3%; }
}

@media (min-width: 576px) and (max-width: 767px) {
.layout_parallel {
	padding: 0;
	overflow: hidden;
}
.layout_parallel .parallel_pair {
	overflow: hidden;
	width: 90%;
	padding: 40px 0 0 0;
}
.layout_parallel h2:before {
	height: 57.5px;
	top: -70px;
	width: 57.5px;
}
.layout_parallel .parallel_pair article {
	width: 100%;
}
.layout_parallel .parallel_pair article.left_unit {
	margin-bottom: 40px;
	margin-right: 0;
}
.layout_parallel .parallel_pair article .description {
	height: auto;
	padding: 20px;
}
.layout_parallel .parallel_pair article .description h3 {
	font-size: 1.6rem;
}
.layout_parallel .parallel_pair article .description p {
	font-size: .8rem;
	line-height: 160%;
}
}

@media (max-width: 575px) {
.layout_parallel {
	padding: 0;
	overflow: hidden;
}
.layout_parallel .parallel_pair {
	overflow: hidden;
	width: 90%;
	padding: 20px 0 20px 0;
}
.layout_parallel h2 {
	line-height: 100%;
}
.layout_parallel h2:before {
	height: 57.5px;
	top: -70px;
	width: 57.5px;
}
.layout_parallel .parallel_pair article {
	width: 100%;
}
.layout_parallel .parallel_pair article.left_unit {
	margin-bottom: 40px;
	margin-right: 0;
}
.layout_parallel .parallel_pair article .description {
	height: auto;
	padding: 20px;
}
.layout_parallel .parallel_pair article .description h3 {
	font-size: 1.3rem;
}
.layout_parallel .parallel_pair article .description p {
	font-size: .8rem;
	line-height: 170%;
}
}







/* ------------------------------ */

/* LAYOUT_SNS */

.layout_sns{
	display: block;
	margin: 0 auto;
	width: 460px;
}

@media (max-width: 575px){
.layout_sns {width: 90%;}
}



/* --------------------------------------------- */
/* SUBMIT AREA */

.submit_area {
	display: block;
	width: 600px;
	color: #000024;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 15px;
}
.submit_area img {
	width:100%;
}
.submit_area input[type="image"] {
	width:100%;
}

@media (max-width: 767px) {
	.submit_area {
		width: 90%;
		font-size: .9rem;
		margin-top: 25px;
	}
}
















/* FOOTER_INFO */

.footer_info {
	background-color: #f4f4f4;
	display: block;
	padding: 95px 0 90px;
}

@media (min-width: 768px) and (max-width: 997px) {
}

@media (min-width: 576px) and (max-width: 767px) {
.footer_info { padding: 40px 0 0; }
}

@media (max-width: 575px) {
.footer_info { padding: 40px 0 0; }
}





/* FOOTER */

#p-footer {
	background-color: #f4f4f4;
	color: #12622d;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	display: block;
	padding: 30px 0 90px;
	text-align: center;
	width: 100%;
}





/* SIDE NAV */

.hamburger {
	color: #000022;
	display: none;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	position: absolute;
	right: 10px;
	top: 12px;
}

@media (max-width: 767px) {
.hamburger {display: block;}
}

.sidenav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	text-align: center;
}

.sidenav a {
	padding: 8px 0;
	text-decoration: none;
	font-size: 18px;
	color: #F5F5D3;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	color: #fff;
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 36px;
	line-height: 1;
}





/* その他の設定 */




p a{
	color:#00f;
	text-decoration:underline;
}
p a:hover{
	color:#ff1493;
}

.red{
	color:#f00;
}













/* ------------------------------ */

/* LAYOUT_CENTER (不使用予定) */

.layout_center {
	display: block;
	margin: 0 auto;
	width: 600px;
}

.layout_center p {
	color: #000024;
	display: block;
	font-size: 15px;
	margin-top: 18px;
	text-align: center;
	//text-shadow: 3px 3px 8px rgb(255, 255, 255);
}

@media (min-width: 576px) and (max-width: 767px) {
.layout_center{width:90%;}
.layout_center h2{font-size:1.5rem;}
.layout_center p{
	font-size: .9rem;
	margin-top: 25px;
}
}

@media (max-width: 575px) {
.layout_center{width:90%;}
.layout_center h2{
	font-size:1.4rem;
	font-weight:600;
}
.layout_center p{
	font-size: .9rem;
	margin-top:25px;
}
}









/* ALL MOBILE CSS
------------------------------------------------------
------------------------------------------------------
----------------------------------------------------*/

@media (max-width:1256px) {
}

@media (max-width: 997px) {
}

@media (min-width: 768px) and (max-width: 997px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767px) {
}

/* Extra small devices (portrait phones, less than 576px) */
/* @media (min-width: 320px) and (max-width: 575px) */
@media (max-width: 575px) {
}

@media (max-width: 499px) {
}



/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
...
}
