/* PC */
@media (min-width: 768px) {

	.head_main {
		position: relative;
		background:url(../images/head_main.jpg) ;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		height: 510px;
		margin:0;
	}
	
	.head_sub {
		position: relative;
		background:url(../images/head_sub.jpg) ;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		height: 250px;
		margin:0;
	}

}

/* smart */
@media (max-width: 767px) {

	.head_main {
		position: relative;
		background:url(../images/head_main.jpg) ;
		/* background:url(../images/head_main_small.jpg); */
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		height: 380px;
		margin:0;
	}

	.head_main img {
		/* margin-top:20px; */
		width:320px;
		height:320px;
	}
	.head_sub {
		position: relative;
		background:url(../images/head_sub.jpg) ;
		/* background:url(../images/head_sub_small.jpg) ; */
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		height: 250px;
		margin:0;
	}


	ul.footer_ul li {
		text-align: center;

	}

	ul.footer_ul li a{
		text-align: center;

	}

	.g_map iframe{
		width:150px;
	}
	
}

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

@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium"),
		local("Yu Gothic");
	font-weight: 500;
}

html {
    height: 100%;
}

body {
	
	/* height: 100%; */
	color: #333;
	/* background-color: #FFFFFF; */
	background-color: #BDEDDE;
	font-family:"游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    /* font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	 */
	word-wrap: break-word;
	/* margin-bottom: 20px; */
	-webkit-text-size-adjust: 100%;
}

.header{
	height:205px;
	
	/* background-image: url("../images/sky_pattern.jpg"); */
}

.sns_box a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.main{
    width:100%;
	height: 100%;
	background: -moz-linear-gradient(top, #00bfff 40%, #FFF);
	background: -webkit-linear-gradient(top, #00bfff 40%, #FFF);
	background: linear-gradient(to bottom, #00bfff 40%, #FFF);

	/* background-color: #00bfff; */
	/* background-image: url("../images/sky_pattern.jpg"); */
	
	/* background-image: url("../images/gplaypattern_blue.jpg"); */
	/* background-image: url("../images/bg01.jpg"); */
	/* background-image: url("../images/bg02.jpg"); */

	background-position: center center;
	background-repeat: repeat;
	/* background-image: url("../images/bg_water.jpg");
	background-position: center bottom;
	background-repeat: repeat; */

}

/* .sub{
    width:100%;
	height: 100%;
	background-image: url("../images/bg_water.png");
	background-position: center bottom;
	background-repeat: repeat;

} */

/* ---------- グローバルナビ  ----------  */

#globalNavi ul {
	display: flex;
	background: #333;
	border-radius: 4px;
	flex-flow: row;
	justify-content: space-around;
	list-style-type: none;
	margin: 0 auto;
	padding: px 0;
	width: 100%;
	
}

#globalNavi a {
	display: block;
	border-radius: 4px;
	color: white;
	/* padding: 12px 24px; */
	text-decoration: none;
}

#globalNavi ul li a:hover {
	background: #72baeb;
}

/* 固定 */
.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
}
/* ---------- リンク画像半透明  ----------  */

a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}
/* ---------- Box系 ----------  */

.index_menu_box{
    width:365px;
    margin:0px 0px 0px 0px;
}

.index_menu_box img,
.index_chara_box img{
	/* display: block; */
	height: auto;
	max-width: 100%;
}

.auth_box{
	width:180px;
	text-align: center;
}

.index_chara_box{
    width:365px;
    margin:100px 0px -20px 0px;
    z-index:100;
}

.tree_left{
	position:absolute;
	bottom:0px;
	left:0px;
	 /* z-index:0; */
}

img.tree_right{
	position:absolute;
	bottom:0px;
	right:0px;
	/* z-index:0; */
}

#cloud{
	width: 100%;
	height: 90%;
    margin: 0;
    padding:0;
	/* background-color: #9bd6e9; */
    background-image: url("../images/cloud400.png"), url("../images/cloud800.png");
    /* background-image: url("../images/cloud800.png"); */
    /* background:url(../images/cloud.png); */

	-webkit-animation: cloudMove 50s linear infinite;
	animation: cloudMove 40s linear infinite;
	/* border: solid 1px #fff; */
}
@-webkit-keyframes cloudMove {
	0% {background-position: 0 0, 0 0;}
	100% {background-position: 400px 0, 800px 0;}
}
@keyframes cloudMove {
	0% {background-position: 0 0, 0 0;}
	100% {background-position: 400px 0, 800px 0;}
}

/* 最上部のバー */
/* #top_bar{
	width: 100%;
    height: 100px;
	background-color:black;
	color:white;
}
	 */

#base_up{
	width: 100%;
    height: 20px;
    background-color: #FFCC00;
}
	
#base_middle{
	width: 100%;
    height: 30px;
    background-color: #FF9900;    
}

#base_bottom{
	width: 100%;
    height: 40px;
    background-color: #966233;

}

#grass{
	width: 100%;
    height: 40px;
    margin-top:-30px;
    background-color: #966233;
    background-image: url("../images/grass.png");
    background-repeat: repeat-x;
	z-index:0;
}

.information{
	/* background-color: #5BC980; */
    /* background-image: url("../images/body.jpg");
    background-repeat: repeat-x; */

	
}

.news{
    /* width:100%; */
	/* height: 300px; */
	/* height: 500px; */
	/* z-index: 0; */
	
}


h2.bar_red{
	font-size:24px;
	color:#fc5c22;
	position: relative;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	border-radius: 7px;
	border-left: solid 7px #fc5c22;
}
	
h2.bar_red:after {
	
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #ffebbe;
	width: 0;
	height: 0;
}

h2.bar_green{
	font-size:24px;
	color:#0bc766;
	position: relative;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 4px,#bcffc4 3px, #bcffc4 8px);
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 4px,#bcffc4 3px, #bcffc4 8px);
	border-radius: 7px;
	border-left: solid 7px #0bc766;
}
	
h2.bar_green:after {
	
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #bcffc4;
	width: 0;
	height: 0;
}

.youtube{
	/* height: 100%; */
	/* width:100%; */
	/* height: 350px; */

	/* z-index: 0; */
	

}

.round1 {
	border-radius: 10px 10px 10px 10px;
}




/*
フッター
-------------------------------------------*/
.footer {
	border-top : solid 1px #006699; 
	
	margin-top:100px;
	/* color: #006699; */
	/* color: #FFFFFF; */
	/* background-color: #8a4e18; */
	/* background-image: url("../images/footer_back.png"); */
	/* background-image: url("../images/footer_back.png"), url("../images/bg_water.png"); */
	background-repeat: no-repeat, repeat;
	background-position: center bottom, center bottom;
}


ul.footer_ul {
	list-style: none;
	text-align: center;
	/* -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; */
}

ul.footer_ul li {
	/* text-align: left; */
	/* padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted; */
	display: block;
	line-height: 22px;
	border-bottom-color: #49697A;
	font-size: 13px;
	/* letter-spacing: 1px; */
	position: relative;
}

ul.footer_ul li a {
	/* text-align: left; */
	color: #FFF;
	/* color: #006699; */
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=90 )";
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	/* padding-left: 30px; */
	font-size: 12px;
	line-height: 22px;
	position: relative;
}

ul.footer_ul li a::before {
	font-size: 9px;
	display: block;
	/* width: 20px; */
	/* line-height: 22px; */
	position: absolute;
	top: 5px;
	left: 10px;
}

ul.footer_ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}



address {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
}

address a{
	color: #006699;
	color:white;
}



/*

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

#menubar{
	background-color:#5BC980;
}

.menu_box{
	position: relative;
	
	font-size: 18px;
	height: 60px;
	text-align: center;
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.menu_box a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:white;
}

.menu_box a:hover{
	/* opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )"; */
	background-color: rgb(157, 244, 160);
	color:rgb(73, 119, 90);
	text-decoration: none;

}


/*
サブページ ヘッダーバー
-------------------------------------------*/
.navmain{
	
	/* background-image: url("../images/sub_pattern.jpg"); */
	background-image: url("../images/bg02.jpg");
	background-repeat: repeat;
	background-position: center top;

}


/*
パン屑
-------------------------------------------*/

.pankuzu {
	padding-top:10px;
	height: 50px;
	background-color: #F9F9F9;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.pankuzu li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.pankuzu li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.pankuzu li:last-child::after {
	content: "";
}



/*
元サイトCSS
-------------------------------------------*/
p, h1, h2, h3, h4, h5, table {
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

p.p_basic {
	line-height: 1.8;
	font-size: 16px;
	margin: 10px 15px 0px 20px;
	padding:0;
}

span.span_little{

	font-size: 13px;
	color: #00365E;
	margin-top:3px;
}

span.required {
	margin-right: 5px;
	color: #FFF;
	background-color: #FF5B33;
	font-size: 12px;
	padding:4px;
	/* padding-right: 5px;
	padding-left: 5px;
	*/
}

h2 {
	width:100%;
	font-size: 28px;
	line-height: 40px;
	color: #00365E;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	font-weight: normal;
}
h2 i {
	padding-right: 10px;
	color: #4694B9;
	font-size: 22px;
}

h2.h2_title_01{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #066C93;
	background-color: #F9F9F9;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}

h2.h2_title_01 span {
	font-size: 12px;
	color: #AAA;
	padding-left: 20px;
	letter-spacing: 2px;
}

h3.h3_title_01 {
	width:100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #1e9ac7;
	display: block;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	border: 1px solid #FFFFFF;
}
h3.h3_title_01::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: rgb(254, 241, 214);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

h4.h4_title_01 {
	width:100%;
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #044760;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	/* background-color: #F6F6F6; */
	/* display: block; */
	position: relative;

}

/* h4.h4_title_01::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 10px;
	background-color: #65B7DA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
} */

.bg_water{

	background-image: url("../images/bg_water.png");
	/* background-position: center bottom; */
	background-repeat: repeat;

}

/* リボン */
.ribbon-wrapper {
	display: block;
	position: relative;
	margin: 15px auto;
	padding: 10px 0;
	width: 300px;
	height: 150px;
	background: #f1f1f1;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
	box-sizing: border-box;
  }
  
  .ribbon-content {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 89px;
	height: 91px;
	overflow: hidden;
	}
  
  .ribbon {
	display: inline-block;
	position: absolute;
	padding: 7px 0;
	left: -23px;
	top: 22px;
	width: 160px;
	text-align: center;
	font-size: 18px;
	line-height: 16px;
	background: #ffa520;
	color: #fff;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .ribbon:before, .ribbon:after {
	position: absolute;
	content: "";
	border-top: 4px solid #b2751b;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	bottom: -4px;
  }
  
  .ribbon:before {
	left: 14px;
  }
  
  .ribbon:after {
	right: 18px;
  }

/*
元サイトテーブル
-------------------------------------------*/

/* 会社案内 */
/* .table_back {
	background-size: cover;
	position: relative; background:url(./images/back_paint_red.gif) center no-repeat;
	margin:0;
	padding:150px;
} */

table.table_company {
	border-collapse: collapse;
	background-size: cover;
	color:red;
	margin:0;
	padding:10px;
	width:90%;
}

table.table_company th {
	/* border-bottom: red 1px solid; */
	text-align: center;
	font-weight: normal;
	padding: 30px 20px;
}

table.table_company td {
	text-align: left;
	/* border-bottom:red 1px solid; */
	padding: 30px 20px;
}


/* お問い合わせ */
table.table_contact {
	/* background-color: #fff; */
	border-collapse: collapse;
	width:100%;
}

table.table_contact th {
	border-bottom: #fff 1px solid;
	text-align: right;
	font-weight: normal;
	padding: 20px 20px;
}

table.table_contact td {
	border-bottom: #fff 1px solid;
	text-align: left;
	vertical-align: middle;
	padding: 20px 10px;
}

img.pic_box {
	/* display: block; */
	height: auto;
	max-width: 70;
}

/* table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.content table.table_01 th,
.content table.table_01 td,
.content table.table_form th,
.content table.table_form td {
	display: block;
	padding: 20px;
}

.content table.table_form th,
.content table.table_form td {
	text-align: center !important;
}

.content table.table_form th {
	border-right: none !important;
}

.content table.table_01,
#mailform table.table_form {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 30px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.content table.table_01 th {
	background-color: #F9F9F9;
	color: #00365E;
	letter-spacing: 2px;
} */

/*
元サイト
-------------------------------------------*/


p.p_card_title{

	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	width:100%;
	font-size: 13px;
	font-weight: 700;
	margin: 2px 2px 2px 2px;
	padding:2px 6px 2px 6px;
	text-align: center;
	background-color:red;
	color:white;

}

p.p_card_kakaku{
	width:100%;
	font-size: 12px;
	/* font-weight: 700; */
	margin: 2px 2px 0px 2px;
	padding:2px 6px 2px 6px;
	text-align: center;
	/* background-color: #006699; */
	color:red;

}

p.p_card_price{

	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	font-size: 23px;
	font-weight: 700;
	margin: 2px 2px 2px 2px;
	padding:2px 6px 2px 6px;
	text-align: center;

	border-bottom: 1px solid #006699;

	/* background-color: #006699; */
	color:red;

}



p.p_contact{
	width:100%;
	font-size: 20px;
	margin: 2px 2px 2px 2px;
	padding:2px 6px 2px 6px;
	text-align: center;
	color:006699;
}



/*
ボタン
****************************** */

.btn_contact a:hover {
	background-color: #FFF;
	color: #066C93;
	border: 1px solid #066C93;
}
.btn_contact a i {
	padding-right: 10px;
}





