

* {
	margin: 0;
	padding: 0;
}

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

body {
	font-size: 14px;
	font-family: 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* font-color */

.black { color: #000; }
.light_black { color: #333; }
.gray  { color: #ccc; }
.white { color: #fff; }
.red   { color: #FF0000; }
.blue  { color: #0000dd; }
.green { color: #009900; }
.yellow{ color: #ffff00; }
.navy  { color: #3f51b5; }
.orange{ color: #ff9900; }
.pink  { color: #ec407a; }
.purple{ color: #9c27b0; }
.lime  { color: #00ff00; }
.aqua  { color: #00bcd4; }

/* ------------------------------
   Fonts
------------------------------ */

@font-face{
	font-family: 'KozMinPro-Regular';
	font-style: normal;
	src:url('../fonts/KozMinPro-Regular.otf');
	src:url('../fonts/KozMinPro-Regular.woff') format('woff');
}

@font-face{
	font-family: 'MidashiMinPro-MA31';
	font-style: normal;
	src:url('../fonts/A-OTF-MidashiMinPro-MA31-sub.otf');
	src:url('../fonts/A-OTF-MidashiMinPro-MA31-sub.woff') format('woff');
}

/* ------------------------------
   Common
------------------------------ */

#contents_wrap {
	position:relative;
}

.main_content {
	float: right;
	width: 85%;
	background: #fff;
}

.main_content p {
	line-height: 1.9;
}

/* img&box Responsive */

.test_item p {
	font-family: 'KozMinPro-Regular';
	padding: 120px 100px;
	font-size: 31px;
}

.test_item_two h3 {
	padding: 20px 0;
	text-align: center;
	font-size: 28px;
}

.test_item_two p {
	padding: 0 40px;
	font-size: 28px;
    text-align:center;
}

.test_item_two p:last-child {
	padding: 5px 40px;
	font-size: 16px;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width:1560px) {
	.test_item p {
		padding: 120px 60px;
	}
	.test_item_two p {
		font-size: 1.6vw;
	}
}

@media screen and (max-width:1260px) {
	.test_item p {
		padding: 70px 60px;
	}
	.test_item_two p {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 1024px) {
	.main_content {
		margin:  0 auto;
		width: 100%;
		float: none;
	}
	.block_item_ttl {
		width: 100%;
		max-width: 1024px;
	}
	.test_item p {
		padding: 100px 100px;
		font-size: 28px;
		text-align: center;
	}
	.test_item_two p {
		font-size: 24px;
		text-align: center;
	}
}

.test_color_02 {
	background: black;
	width: 100%;
    height: 50%;
}

.test_color_03 {
	background: #22B573;
	width: 100%;
    height: 50%;
}

.test_text_color_white {
	color: white;
}

/* contents two column */

.test_left {
	float: left;
	width: 72%;
}
.test_left h4{
    font-size:26px;
    font-family:KozMinPro-Regular;
    text-align:right;
    padding-right:150px;
    padding-top:100px;
    font-weight:bold;
}
.test_right {
	float: right;
	width: 28%;
}

.test_right img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.flexbox{
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		}
    .test_left h4{
        padding-right:0;
        text-align:center;
        font-size:22px;
    }
	.test_left {
		float: none;
		width: 100%;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
	.test_right {
		margin-top: 50px;
		float: none;
		width: 100%;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
	}

	.test_right img {
		width: 50%;
		float: left;
	}

	.test_right a:hover {
		opacity: 0.7;
	}

	.sp_cf {
		zoom: 1;
	}
	.sp_cf:before, .sp_cf:after {
		content: "";
		display: table;
	}
	.sp_cf:after {
		clear: both;
	}
}

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

#global-head {
	display: none;
	position: fixed;
	color: #033560;
	width: 100%;
	max-width: 300px;
	text-align: center;
	padding-top: 60px;
	z-index: 300;
}

#global-head h1 img {
	max-width: 260px;
	width: 100%;
}

/* ------------------------------
   Headings other than the top
------------------------------ */

.test_left h2 {
	font-family: 'KozMinPro-Regular';
	margin: 0 20px 0 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-size: 30px;
	color:#333;
	letter-spacing: 3px;
	border-bottom: 3px solid #22B573;
}

@media screen and (max-width: 1024px) {
	.test_left h2 {
		margin: 0 0 0 0;
        text-align:center;
        font-size:24px;
	}
    
}

/* ------------------------------
   Top
------------------------------ */
/* 年末年始の定休日 */
.tba h3{
    font-size:20px;
    color:red;
    text-align:center;
    padding-bottom:50px;
    display:none;
}
/* ごあいさつ */

.main_content .inner {
	padding: 50px 20px;
}

.inner p {
	font-size: 22.5px;
	line-height: 2.5;
}

.about_contents {
	margin: 30px 0 0 0;
	max-width: 1200px;
	background: #22B573;
}

.about_contents h2 {
	font-family: 'KozMinPro-Regular';
	padding: 70px 0 30px 0;
	text-align: center;
	font-size: 28px;
	color: white;
	letter-spacing: 30px;
}

.about_contents div p {
	padding: 0 10px 0 20px;
	font-size: 18px;
	color: white;
	line-height: 2;
}

.about_contents div h3 {
	padding: 40px 40px;
	text-align: right;
}

.about_contents div h3 img {
	width: 100%;
	max-width: 360px;
}

.about_photo {
	float: right;
	margin: 15px 5px 15px 5px;
	width: 22.5%;
}

@media screen and (max-width: 1920px) {
	.about_photo {
		float: right;
		margin: 15px 80px 15px 60px;
		width: 21.5%;
	}
}

@media screen and (max-width: 1480px) {
	.about_photo {
		float: right;
		margin: 15px 120px 15px 80px;
		width: 21.5%;
	}
}

@media screen and (max-width: 1200px) {
	.about_photo {
		float: right;
		margin: 15px 160px 15px 40px;
		width: 21.5%;
	}
}

@media screen and (max-width: 640px) {
	.about_photo {
		float: none;
		margin: 30px;
		width: 90%;
		text-align: center;
	}
}

/* ------------------------------
   Price
------------------------------ */

/* yuki tuki hana text */

.yuki_text {
	font-size: 34px;
	font-weight: bold;
	color: #22B573;
}

.tuki_text {
	font-size: 34px;
	font-weight: bold;
	color: #FBB03B;
}

.hana_text {
	font-size: 34px;
	font-weight: bold;
	 color: #ED1C24;
}

/* yuki tuki hana image */

.yukitukihana_logo {
	margin: 0 auto;
	width: 95%;
	max-width: 400px;
	padding: 20px 0 30px 0;
	display: block;
}

/* Price contents */

.price_contents {
	margin: 0 0 0 0;
	max-width: 1200px;
}

.price_contents div p {
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 28px;
	color:#333;
	font-weight: normal;
	line-height: 1.75;
}

.price_contents div h3 {
	font-family: 'KozMinPro-Regular';
	padding: 90px 40px;
	font-size: 30px;
	text-align: right;
	font-weight: normal;
}

.about_contents div h3 img {
	width: 100%;
	max-width: 360px;
}

@media screen and (max-width: 640px) {
	.price_contents div p {
		font-size: 24px;
	}
}

/* Price contents btn */

.price_btn_box {
	display :inline;
}

.price_btn_box ul {
	margin-top: 200px;
	list-style: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.price_btn_box li {
	margin: 60px 10px;
	padding: 22px 0;
	width: 100%;
	max-width: 354px;
	background-color: #006699;
	border-radius: 15px;
	font-size: 34px;
	display: inline-block;
}

.price_btn_box li a {
	text-decoration: none;
	color: #fff;
}

.price_btn_box li a:hover {
	opacity: 0.7;
	transition: .4s;
}

@media screen and (max-width: 640px) {
	.price_btn_box ul {
		margin-top: 0;
	}
}

@media screen and (max-width: 400px) {
	.price_btn_box li {
		margin: 60px 10px;
		font-size: 24px;
		display: block;
	}
     
}

/* ------------------------------
   Visa
------------------------------ */

.visa_contents h3 {
	font-family: 'MidashiMinPro-MA31';
	padding: 10px 0 40px 0;
	font-size: 70px;
	line-height: 1.0;
	color: #fff;
	text-align: center;
}

.visa_contents h3 span {
	font-family: 'メイリオ';
	font-size: 48px;
	font-weight: normal;
}

.visa_contents h5 {
	padding: 20px 0;
	font-size: 36px;
	color:#fff;
	text-align: center;
	cursor: pointer;
}

.price_yuki {
	margin-top: 20px;
	width: 100%;
	background: #22B573;
}

.price_tuki {
	margin-top: 110px;
	width: 100%;
	background: #FBB03B;
}

.price_hana {
	margin-top: 110px;
	width: 100%;
	background: #C7B299;
}

.price_gray {
	margin-top: 30px;
	width: 100%;
	background: #ccc;
}

.price_white_box {
	margin: 0 30px;
	background: #fff;
}

.price_white_box h4 {
	padding: 20px;
	font-size: 34px;
	text-align: center;
}

.price_white_box p {
	padding-top: 20px;
	font-size: 26px;
	text-align: center;
}

.price_white_box dl {
	margin: 0 auto;
	width: 90%;
	max-width: 910px;
	font-weight: bold;
}

.price_white_box dt {
	padding: 80px 0 50px 0;
	font-size: 32px;
	float:left;
}

.price_white_box dd {
	padding: 80px 0 50px 0;
	font-size: 50px;
	float:right;
}

.black_boder {
	margin: 0 auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	width: 90%;
}

#last_h4 {
	margin-top: 30px;
}

.visa_contents_box {
	font-family: 'KozMinPro-Regular';
	margin-top: 40px;
	border: 2px solid #666;
}

.visa_contents h6 {
	padding-bottom: 20px;
	font-size: 32px;
	color:#333;
	text-align: center;
}

.visa_contents_box p {
	padding: 20px;
	line-height: 2;
	font-size: 28px;
}

.visa_contents_two {
	font-family: 'KozMinPro-Regular';
	margin-top: 60px;
}

.vc_list li {
	padding: 20px;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

.visa_contents_two div {
	margin-top: 110px;
	background: #ccc;
}

.visa_contents_two p {
	font-size: 28px;
}

.vc_gray_text {
	padding-bottom: 160px;
}

.vc_list_two {
	padding: 25px 20px;
}

.vc_list_two li {
	font-size: 26px;
	font-weight: normal;
}

@media screen and (max-width: 640px) {
	.price_white_box h4 {
		font-size: 26px;
	}
	.price_white_box dt {
		font-size: 22px;
	}
	.price_white_box dd {
		font-size: 26px;
	}
	.visa_contents h5 {
		font-size: 22px;
	}
	.visa_contents h6 {
		font-size: 26px;
	}
	.visa_contents_box p {
		line-height: 1.5;
		font-size: 22px;
	}
	.visa_contents_two div {
		margin-bottom: 60px;
	}
	.vc_list li,.vc_list_two li {
		font-size: 18px;
	}
   
}

#pg_h3 span {
	font-size: 24px;
	color: #333;
}

/* ------------------------------
   Flow
------------------------------ */

.flow_contents div {
	margin-top: 50px;
}

#fc_text {
	margin: 0 auto;
	padding: 40px 0 0 0;
	max-width: 1150px;
	width: 100%;
	font-size: 28px;
	line-height: 1.5;
	text-align: left;
}

.flow_contents div {
	margin: 100px 20px 0 0;
}

.flow_contents div h3 {
	font-family: 'KozMinPro-Regular';
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	border-bottom: 3px solid #999;
}

.flow_contents div p {
	font-family: 'KozMinPro-Regular';
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	font-size: 28px;
	text-align: left;
}

.flow_contents div img {
	margin: 0 auto;
	padding: 60px 0;
	display: block;
}

@media screen and (max-width: 1024px) {
	.flow_contents div {
		margin: 100px 0 0 0;
	}
	#fc_text {
		width: 90%;
		font-size: 24px;
	}
	.flow_contents div h3 {
		font-size: 24px;
		line-height: 1.5;
	}
	.flow_contents div p {
		width: 90%;
		font-size: 22px;
	}
	#fc_last {
		margin-bottom: 100px;
	}
}

/* ------------------------------
   Thanks
------------------------------ */

.thanks_contents div {
	margin-top: 50px;
}

.thanks_contents div p {
	padding: 0 10px 0 20px;
	text-align: left;
	font-size: 28px;
	color:#333;
	font-weight: normal;
	line-height: 2;
}

.thanks_contents div h3 {
	font-family: 'KozMinPro-Regular';
	padding: 90px 40px;
	font-size: 30px;
	text-align: right;
	font-weight: normal;
}


/* ------------------------------
   sidemenu
------------------------------ */

.sidebar {
	padding-top: 130px;
	float: left;
	width: 15%;
	background: rgba(255,255,255,.9);
	position: fixed;
	text-align: center;
	max-width: 300px;
	height: 700px;
	border-radius: 15px;
	z-index: 2;
}

.sidebar img {
	width: 90%;
	max-width: 260px;
}

#global-nav {
	margin-top: 20px;
	width: 100%;
	max-width: 300px;
}

#global-nav ul {
	font-family: 'KozMinPro-Regular';
	font-size: 1.4vw;
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
}

#global-nav a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 30px 0;
	text-align: center;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background: #033560;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 100%;
	max-width: 230px;
}

/* sub-menu icon */

#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #033560;
	border-right: 1px solid #033560;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* sub-menu */

#global-nav .sub-menu-nav {
	position: fixed;
	background: #033560;
	color: #fff;
	top: 0;
	padding-top: 90px;
	left: 260px;
	width: 0;
	height: 100%;
	overflow: hidden;

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .sub-menu-nav a {
	color: #fff;
}
#global-nav .sub-menu-nav a:hover {
	color: #033560;
	background: #fff;
}


/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 30px;
	right: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 48px;
}
#nav-toggle span {
	width: 100%;
	height: 4px;
	left: 0;
	display: block;
	background: #033560;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 15px;
}
#nav-toggle span:nth-child(3) {
	top: 30px;
}

@media screen and (max-width: 1024px) {
	.sidebar img {
		display: none;
	}
	#global-head {
		display: block;
		width: 100%;
		max-width: 1024px;
		padding: 10px;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}

	#global-head img {
		padding: 10px;
		width: 100%;
		max-width: 150px;
		height: 100%;
		max-height: 64px;
	}
	.sidebar {
		/*display: none;*/
		padding-top: 70px;
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		background: rgba(255,255,255,.7);
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	/* nav submenu not open */

	#global-nav ul {
		font-size: 21px;
	}

	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open .sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	.sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}
}

@media screen and (max-width: 400px) {
	.sidebar {
		right: -200px;
		width: 200px;
		padding-top: 60px;
	}
	.open .sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0);
	}
}

/* ------------------------------
   Footer
------------------------------ */

footer {
	background-color: #2F4F4F;
	color: #90EE90;
	position: relative;
}

.footer_inner {
	margin: 0 auto;
	margin-top: 300px;
	width: 100%;
	max-width: 1200px;
}

.footer_l {
	padding: 25px 0 20px 20px;
	float: left;
	width: 50%;
}

.footer_l .list_one li {
	font-size: 20px;
	line-height: 2.5;
	color: #22B573;
}

.footer_l .list_one li a {
	color: #90EE90;
	text-decoration: none;
}

.footer_l .list_one li a:hover {
	opacity: 0.7;
}

.footer_l .list_two {
	font-family: 'MidashiMinPro-MA31';
	padding-top: 20px;
}

.footer_l .list_two li {
	font-size: 26px;
	line-height: 2.5;
}

.footer_l .list_two li a {
	color: #90EE90;
	text-decoration: none;
}

.footer_l .list_two li a:hover {
	opacity: 0.7;
}

.footer_r {
	padding: 25px 20px 20px 0;
	float: right;
	width: 40%;
}

.footer_r .list_one li {
	font-size: 20px;
	line-height: 2;
	text-align: right;
}

.footer_r .list_one li a {
	color: #90EE90;
	text-decoration: none;
}

.footer_r .list_one li a:hover {
	text-decoration: none;
}

.footer_r .list_one span {
	padding-right: 10px;
}

#copyright {
	text-align: center;
	padding: 30px 0;
}

#copyright a {
	font-size: 16px;
	color: #90EE90;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	.footer_inner {
		margin-top: 50px;
	}
	.footer_l {
		padding: 20px 0 0 0;
		float: none;
		width: 100%;
	}
	.footer_l .list_one li,.footer_l .list_two li {
		text-align: center;
	}
	.footer_r {
		padding: 20px 0 0 0;
		float: none;
		width: 100%;
	}
	.footer_r .list_one li {
		text-align: center;
	}	
}

/*==========================================
  pagetop_scroll
===========================================*/

#page-top {
    z-index: 1;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

#page-top img {
	width: 100px;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 2px 3px #333;
}

#page-top a:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (max-width: 1024px) {
	#page-top img {
		width: 60px;
	}
}

/* ------------------------------
   Main Responsive
------------------------------ */

@media screen and (max-width: 1920px) {
	.hidden_sp {
		display: none;
	}
}

/* ------------------------------
　fade_effect
------------------------------ */

/* top */

.fadein_top {
	opacity: 0;
	-webkit-transform: translate(0, 40px);
	transform: translate(0, 40px);
	transition: all 1s;
  }
  
  @media only screen and (max-width: 768px) {
	.fadein_top {
	  -webkit-transform: translate(0, 30px);
	  transform: translate(0, 30px);
	}
  }
  
  .fadein_top.scrollin {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
  }
  
  /* bottom */
  
  .fadein_bottom {
	opacity: 0;
	-webkit-transform: translate(0, -40px);
	transform: translate(0, -40px);
	transition: all 1s;
  }
  
  .fadein_bottom.scrollin {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
  }
  
  @media only screen and (max-width: 768px) {
	.fadein_bottom {
	  -webkit-transform: translate(0, -30px);
	  transform: translate(0, -30px);
	}
  }
  
  /* right */
  
  .fadein_right {
	opacity: 0;
	-webkit-transform: translate(40px, 0);
	transform: translate(40px, 0);
	transition: all 1s;
  }
  
  .fadein_right.scrollin {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
  }
  
  @media only screen and (max-width: 768px) {
	.fadein_right {
	  -webkit-transform: translate(30px, 0);
	  transform: translate(30px, 0);
	}
      
  }
  
  /* left */
  
  .fadein_left {
	opacity: 0;
	-webkit-transform: translate(-40px, 0);
	transform: translate(-40px, 0);
	transition: all 1s;
  }
  
  @media only screen and (max-width: 768px) {
	.fadein_left {
	  -webkit-transform: translate(-30px, 0);
	  transform: translate(-30px, 0);
	}
  }
  
  .fadein_left.scrollin {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
  }