/*
Theme Name: Polo
Theme URI: http://themewagon.com/demo/polo-responsive-app-landing-page-template
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: One page app landing HTML5 CSS3 template powered by Bootstrap 3.
Version: 2.0
License: MPL v2.0
License URI: https://www.mozilla.org/MPL/2.0/
Tags: green, white, responsive-layout, one page, full-width-template
Text Domain: polo
*/

/**
* Table of Contents:
*
* 01.0 - Custom Fonts
* 02.0 - Global
* 03.0 - Side Menu
* 04.0 - Preloader
* 05.0 - Header
* 06.0 - Banner
* 07.0 - Features
* 08.0 - Gallery
* 09.0 - Team Member
* 10.0 - Testimonial
* 11.0 - Subscribe
* 12.0 - Contact us
* 13.0 - Footer
* 14.0 - Responsive Fixes
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Custom Fonts 
/////////////////////////////////////////////////////////////////////*/


@font-face {
	font-family: 'caviar_dreams';
	src: url('../fonts/CaviarDreams-webfont.woff2') format('woff2'),
		url('../fonts/CaviarDreams-webfont.woff') format('woff'),
		url('../fonts/CaviarDreams-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

* {
	outline: none !important;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue,Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #222;
	background: #fafafa;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.tb {
	display: none !important;
}

.sp {
	display: none !important;
}


/* タブレットで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1024px) {
	.pc {
		display: none !important;
	}

	.tb {
		display: block !important;
	}

	.sp {
		display: none !important;
	}
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}

	.tb {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}








h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	color: #666;
}

p,
a,
li {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue,Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}

a {
	transition: all 0.3s ease-out;
	position: relative;
	padding: .5em;
	margin: -.5em;
}

a:focus,
a:hover {
	text-decoration: none;
	color: #00ceb8;
}

.img_res {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.block-title {
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.8em;
	padding: 0 40px;
	margin: 0;
	line-height: 1.6;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}



.shadow {
	box-shadow: 0 0 10px #ccc;
	background-color: #fff;

}


.block {
	padding: 80px 0px 50px 0px;
	overflow: hidden;
}

.title-box {
	text-align: center;

	margin-bottom: 50px;

}

.bb-top-left {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	left: 10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.bb-bottom-left {
	position: absolute;
	width: 15px;
	height: 15px;
	bottom: 0;
	left: 10px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.bb-top-right {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.bb-bottom-right {
	position: absolute;
	width: 15px;
	height: 15px;
	bottom: 0;
	right: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.polo-btn {
	display: block;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	padding: 15px 0px;
	margin: 0px 0px 20px 0px;
	transition: 0.4s ease all;
	background: -webkit-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%) !important;

}



.polo-btn:after {
	width: 100%;
	height: 0;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #FFF;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: .2s;
	z-index: -1;
}







/* ///////////////////////////////////////////////////////////////////// 
//  05 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky {
	position: fixed;
	width: 100%;

	background: transparent;
	padding: 15px 0px;

	transition: all 0.5s;
	z-index: 99999;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;

	padding: 0px;
}

.logo {
	font-family: 'caviar_dreams';
	color: #fff;
	font-size: 2.5em;
	line-height: 1.6;
}

#logo_menu {
	padding: 5px 0px;
}

#menu-toggle {
	z-index: 1;
	font-size: 35px;
	float: right;
	border: 1px solid #fff;
	color: #fff;
	margin: 5px 0px;
	padding: 2px 10px;
	line-height: 0;
}

.store-btn-container {
	padding-top: 15px;
}

.store-btn:hover,
#menu-toggle:hover {
	background: #00ceb8;
	border-color: #00ceb8;
	color: #fff;
}




.BG_color1 {
	background-color: #115a23;

}


.BG_2 {
	position: relative;
	width: 100%;
	background: url(../img/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}





.title_box {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;

}


.inq_box {
	width: 100%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 60px;
	padding-bottom: 90px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: rgba(237, 174, 15, 0.80);
}



.inq_box_copy {
	font-size: 67px;
	color: #FFF;
	text-shadow: #666 0 0 5px;
}


.inq_box_copy_2 {
	font-size: 40px;
	color: #FFF;
	text-shadow: #666 0 0 5px;
}







/* ///////////////////////////////////////////////////////////////////// 
//  13 - Footer Section
/////////////////////////////////////////////////////////////////////*/


#footer {
	background: #333;
}

.footer-logo {
	font-size: 45px;
	color: #fff;
	font-weight: 300;
}

.copyright {
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-top: 40px;
}

#footer span {
	color: #e9e9e9;
	display: block;
	margin-bottom: -24px;
}





/*ボタンデザイン*/
.btn-open {
	display: inline-block;
	width: 610px;
	height: 90px;
	text-align: center;


	background: -webkit-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%) !important;


	font-size: 32px;
	line-height: 54px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;

	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 55px;
	border-radius: 7px;
}

.btn-open:after {
	width: 100%;
	height: 0;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #FFF;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: .2s;
	z-index: -1;
}

.btn-open:hover {
	color: #ccc;
}

.btn-open:hover:after {
	height: 240%;
	opacity: 1;
}

.btn-open:active:after {
	height: 340%;
	opacity: 1;
}









.list_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background-color: #F1F1F1;
	border-radius: 15px;
}



.list {
	text-align: center;
	width: 85%;
	line-height: 170%;
	font-size: 42px;
	padding: 10px;
	padding-bottom: 5px;
	width: auto;
	color: #4B4B4B;
}



/* ///////////////////////////////////////////////////////////////////// 
//  テキスト類
/////////////////////////////////////////////////////////////////////*/



.center {
	text-align: center;
}

.h1,
h1 {
	font-size: 63px !important;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: -3px;

}

h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 46px;
	line-height: 130%;
	color: #4A2A00;
}

.read {
	font-size: 1.5em;
	color: #333;
	line-height: 190%;

}

.bold {
	font-weight: bold;
}


.title {
	font-size: 1.4em;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 3px;

}


/*見出しテクスト　*/





.midashi_1 {
	font-size: 1.7em;

	color: #7A7A7A;
	font-family: 'M PLUS Rounded 1c', sans-serif;

}

.midashi_2 {
	font-size: 4.7em;

	color: #7A7A7A;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.midashi_3 {
	font-size: 5.7em;

	color: #7A7A7A;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}


.midashi_4 {
	font-size: 4.6em;

	color: #7A7A7A;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.midashi_5 {
	font-size: 3.5em;

	color: #7A7A7A;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}



.midashi_6 {
	font-size: 3.0em;

	color: #7A7A7A;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}


/*css アニメーション*/

.sindou {
	animation: sindou 0.2s infinite;
}

@keyframes sindou {
	0% {
		transform: translate(0px, 0px)
	}

	50% {
		transform: translate(0px, 2px) rotateZ(1deg)
	}
}

.punipuni {
	animation: punipuni 0.8s infinite;
}

@keyframes punipuni {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(0.98, 1.15)
	}
}


.yureru-kaiten {
	animation: yureru-kaiten 0.4s infinite;
}

@keyframes yureru-kaiten {
	0% {
		transform: translate(1px, 1px);
	}

	25% {
		transform: translate(1px, -1px);
	}

	50% {
		transform: translate(-1px, -1px);
	}

	75% {
		transform: translate(-1px, 1px);
	}

	100% {
		transform: translate(1px, 1px);
	}
}


.mocchiri {
	animation: mocchiri 3s infinite;
}

@keyframes mocchiri {
	0% {
		transform: scale(1, 0.8);
	}

	20% {
		transform: scale(0.8, 1.1);
	}

	95% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(1, 0.8);
	}
}

.yureru-kaiten {
	animation: yureru-kaiten 0.4s infinite;
}

@keyframes yureru-kaiten {
	0% {
		transform: translate(2px, 2px);
	}

	25% {
		transform: translate(2px, -2px);
	}

	50% {
		transform: translate(-2px, -2px);
	}

	75% {
		transform: translate(-2px, 2px);
	}

	100% {
		transform: translate(2px, 2px);
	}
}

/*css 画像を重ねる*/

.img_box {
	position: relative;
}

.pile_up {
	position: absolute;
	top: -8%;
	left: -2%;
}





/*FontAwesome*/
.size {
	font-size: 1.1em;
}

.ma_A {
	margin-top: 40px;
}

.pink {
	color: #FF6699;
}

.red {
	color: #FF0000;
}

.green {
	color: #115A23;
}

.big {
	font-size: 6em;
}



/*メモ帳*/

.boxmi28 {
	position: relative;
	margin: 3em 0 1em 0;
	background: #fff6e6;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .22);
	padding: 22px 8px 22px 8px;
	margin-bottom: 30px;
	background-color: #fff6e6;
	background-image:
		linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff6e6 0%, #fff6e6 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
	background-size: 8px 100%, 100% 2em;
	line-height: 2;
	color: #666;
	font-weight: bold;
	text-align: center;
}

.boxmi28-title {
	background: #fff6e6;
	font-size: 1.2em;
	padding: 7px 0 0 16px;
	margin: -16px -8px 16px -8px;
	color: #666;
	font-weight: bold;
}

.boxmi28:after {
	position: absolute;
	content: "";
	top: 15px;
	width: 30%;
	height: 35px;
	opacity: 0.9;
	margin: -35px auto 10px 35%;
	background: repeating-linear-gradient(-45deg, #ffefef, #ffefef 2px, #ffd1d1 3px, #ffd1d1 7px);
	transform: rotate(-2deg);
	left: 10px;
	right: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.boxmi28 p {
	margin: 0;
	padding: 0;
	font-size: 3.2em;
	color: #999;
}


/*テキスト光彩*/
.text-shadow {

	text-shadow: black 0 0 15px;
	margin-top: 10px;

}



/*マーカーアニメーション*/

.marker-animation.active {
	background-position: -100% .5em;
}

.marker-animation {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 222, 89) 30%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
	background-repeat: repeat-x;
	background-size: 200% .7em;
	background-position: 0 .5em;
	transition: all 4s ease;

}


.marker-animation_2.active {
	background-position: -100% .5em;
}

.marker-animation_2 {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 200, 218) 30%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
	background-repeat: repeat-x;
	background-size: 200% .7em;
	background-position: 0 .5em;
	transition: all 7s ease;

}





.balloon {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: inline-block;

	border-bottom: solid 2px #525252;
	padding-top: 16px;
	padding-bottom: 13px;

	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.balloon:before,
.balloon:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.balloon:before {
	border: solid 12px transparent;
	border-top: solid 12px #525252;
}

.balloon:after {
	border: solid 14px transparent;
	border-top: solid 14px #fff;
	margin-top: -5px;
}

.balloon p {
	margin: 0;
	padding: 0;
}

/*見出し END*/





.profile.icon:before {
	content: '';
	position: absolute;
	left: 2px;
	top: -10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: solid 1px currentColor;
}


.admin {
	text-align: center;
	border-top: 1px solid #999;
	padding-top: 15px;
	padding-bottom: 45px;
}


.logo_margin {
	margin-top: 10px;
	margin-bottom: 10px;

}








/*動くボタン*/
.button-simple {
	display: block;

}

.button-simple:before {
	display: none;
	font-family: FontAwesome;
	content: '\f144';
	/*好きなアイコン*/
}

a:hover .button-simple {
	animation-play-state: paused;
}


.yureru-s {
	animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
	0% {
		transform: translate(2px, 0px);
	}

	5% {
		transform: translate(-2px, 0px);
	}

	10% {
		transform: translate(2px, 0px);
	}

	15% {
		transform: translate(-2px, 0px);
	}

	20% {
		transform: translate(2px, 0px);
	}

	25% {
		transform: translate(-2px, 0px);
	}

	30% {
		transform: translate(0px, 0px);
	}
}

/*動くボタン*/


/* ///////////////////////////////////////////////////////////////////// 
//  14 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/


/*1340px - 1170px*/

@media all and (max-width: 1340px) and (min-width: 1170px; ) {
	.address-list li {
		font-size: 18px;
	}

	.address-list li i {
		width: 60px;
		height: 60px;
		font-size: 34px;

	}





}

/*1170px - 992px*/

@media all and (max-width: 1170px) and (min-width: 992px) {
	.address {
		width: 100%;
	}

	.mailbox {
		width: 100%;
	}

	.address-list {
		padding: 200px 0px 70px 0px;
		width: 100%;
		max-width: 100%;
	}

	.address {
		height: 340px;
	}

	.mailbox .container {
		margin-top: 100px;
		height: auto;
	}

	.address-list {
		padding: 200px 0px 70px 0px;
		width: 100%;
		max-width: 100%;
	}

	.address-list li {
		font-size: 16px;
		padding: 1em;
		display: inline-block;
	}

	.address-list li i {
		display: table-cell;
		line-height: 42px;
		width: 42px;
		height: 40px;
		font-size: 18px;
	}





}

/*1170px*/

@media all and (max-width: 1170px) {
	.address {
		width: 100%;
	}

	.mailbox {
		width: 100%;
	}

	.mailbox {
		padding-bottom: 111px;
		height: auto;
	}

	.mailbox .container {
		margin-top: 130px;
		margin-bottom: 0px;
	}


}




/* タブレット */
@media only screen and (max-width: 1024px) {

	.inq_box {
		width: 100%;
		;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 0px;
		padding-right: 0px;
	}


	.inq_box_copy {
		font-size: 45px;
		color: #FFF;
	}

	.inq_box_copy_2 {
		font-size: 35px;
		color: #FFF;
	}

	.h1,
	h1 {
		font-size: 55px !important;
		/* line-height: 32px; */
	}



}




/*992px*/

@media all and (max-width: 992px) {

	.headings h1,
	.headings p {
		text-align: center;
	}

	.headings h1 {
		font-size: 40px;
	}


	.block-title {
		font-size: 2.8em;
	}

	.midashi_6 {
		font-size: 3.3em;
		color: #7A7A7A;
	}

}

/*768px*/

@media all and (max-width: 768px) {

	#footer,
	.copyright {
		text-align: center;
	}





}


/*480px*/

@media all and (max-width: 480px) {
	.btn-custom {
		padding: 5px 0px;
	}

	.read {
		font-size: 1.3em;
		line-height: 160%;
	}

	.menseki {
		font-size: 75%;
		line-height: 160%;
	}


	.mi_1 {
		font-size: 1.5em;
		color: #666;
	}

	.mi_2 {
		font-size: 1.2em;
	}

	.mi_4 {
		font-size: 1.4em;
	}



	.mi_7 {
		font-size: 150%;
		font-weight: bold;
		text-align: center;
	}

	.mi_8 {
		font-size: 150%;
		font-weight: bold;
		text-align: center;
	}


	.mi_10 {
		font-size: 180%;
		font-weight: bold;
	}





	.fixed {
		display: none;
	}



	/*ボタンデザイン*/
	.btn-open {
		display: inline-block;
		width: 340px;
		height: 70px;

		font-size: 23px;
		line-height: 45px;

	}


	/*吹き出し*/
	.balloon1 {

		margin: 1.5em 0em 4em;
		padding: 10px 10px 10px;
		min-width: 120px;
		max-width: 100%;

	}


	.h1,
	h1 {
		font-size: 29px !important;
		/* line-height: 32px; */
	}

	.balloon_p {
		font-size: 26px
	}

	.title-box {
		margin-bottom: 40px;
	}

	.block {
		padding: 30px 0px 30px 0px;
	}


	.col-xs-6 {
		width: 100%;
	}


	.headings h1 {
		font-size: 30px !important;
	}

	.headings p {
		font-size: 23px;
		font-weight: 300;
		padding-bottom: 20px;
	}


	.list_box {

		padding: 20px;

	}



	.list {
		text-align: left;
		line-height: 130%;
		font-size: 130%;
		padding: 10px;
		padding-bottom: 5px;
	}


	.sp_size {
		width: 20%;
	}



	.logo_margin {
		margin-top: 5px;
		margin-bottom: 5px;

	}




	.inq_box {
		width: 100%;
		;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.inq_box_copy {
		font-size: 28px;
		color: #FFF;

	}

	.inq_box_copy_2 {
		font-size: 1.3em;
		color: #FFF;
	}


	.inq_box_copy_3 {
		font-size: 1.7em;
		color: #FFF;
		text-shadow: #666 0 0 5px;
		
	}


	.BG_2 {

		background: url(../img/head_bg_sp.jpg);

	}


	h2 {

		font-size: 1.9em;
	}


	.box27 .box-title {

		font-size: 19px;

	}


	.boxmi28 p {

		font-size: 2.0em;
	}


	.midashi_2 {
		font-size: 2.9em;

	}

	.midashi_3 {
		font-size: 3.3em;

	}



	.midashi_4 {
		font-size: 2.2em;

	}

	.midashi_5 {
		font-size: 2.2em;

	}

	.midashi_6 {
		font-size: 2.2em;

		color: #7A7A7A;
	}


	.pile_up {
		position: absolute;
		top: -18%;

	}



}









img {



	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}