@charset "utf-8";
/* CSS Document */

/* @media以外の所は全てのサイズで読み込まれます。*/
body{ 
	text-align: center;
	margin: 0;
	padding: 0;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.15em;
    line-height: 1.8em;
}
h1{
    font-size: 23px;
    text-decoration: none;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
}
h2{
    font-size: 60px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
a{
    color: #000000;
	font-size: 22px;
	position: relative;
	text-decoration: none;
}
a.intext{
	color: #4570DC;
	font-weight: bold;
	font-size: 22px;
    position: relative;
	padding: 10px 10px 10px 5px;
	line-height: 2em;
	text-decoration-color: #FDB491;
	text-decoration-style: solid;
}
a:hover {
    color: #0ABAB5;
}
a.intext:hover {
	color: #FFFFFF;
	background-color: #F7A947;
	border-radius: 0 30px 30px 0;
}
.slide-bottom {
    opacity:0;
    animation-name:anime;
    animation-duration:0.5s; 
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.slide-bottom2 {
    opacity:0;
    animation-name:anime;
    animation-duration:1s; 
    animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.slide-bottom3 {
    opacity:0;
    animation-name:anime;
    animation-duration:1.5s; 
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes anime {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}


/* ベース配置情報 */
.box-left{
    float: left;
}
.box-right{
    float: right;
}
.box-left40{
    width: 40%;
    float: left;
    text-align: left;
}
.box-right60{
    width: 60%;
    float: right;
    text-align: left;
}
.box-left70{
    width: 70%;
    float: left;
    text-align: left;
}
.box-right40{
    width: 40%;
    float: right;
    text-align: left;
}
.box-left50{
    width: 50%;
    float: left;
    text-align: left;
}
.box-right50{
    width: 50%;
    float: right;
    text-align: left;
}
.box-clear{
    clear: both;
    width: 100%;
}

.r90{
    margin-right: 90px;
}
.r150{
    margin-right: 150px;
}
.r300{
    margin-right: 300px;
}
.l30{
    margin-left: 30px;
}
.l90{
    margin-left: 90px;
}
.l160{
    margin-left: 160px;
}
.l200{
    margin-left: 200px;
}
.l250{
    margin-left: 250px;
}
.l300{
    margin-left: 300px;
}
.l-25{
    margin-left: -25px;
}
.t-650{
    margin-top: -550px;
}
.t120{
    margin-top: 120px;
}
.t-5{
    margin-top: -5px;
}
.lrc{
    text-align: center;
}

/* ベース画像情報 */
.img15{
    width: 15%;
}
.img20{
    width: 20%;
}
.img25{
    width: 25%;
}
.img35{
    width: 35%;
}
.img50{
    width: 50%;
}
.img60{
    width: 60%;
}
.img70{
    width: 70%;
}
.img85{
    width: 85%;
}
.img90{
    width: 90%;
}
.img100{
    width: 100%;
}

/* 改行 */
.sp-br{
    display: none;
}

/* レスポンシブ対応 */
.img-pc{
    display: block;
    text-align: center;
}
.img-sp{
    display: none;
}


/* コンテンツ01 */
#content01{
    width: 100%;
}

/* コンテンツ01 ヘッダー */
#headder{
	width: 100%;
    height: 1000px;
    background: url("../img/top_image.jpg");
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -100px;
}
#headder02{
	width: 100%;
    height: 500px;
    background: url("../img/top_image02.jpg");
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -30px;
}
#headder03{
	width: 100%;
    height: 500px;
    background: url("../img/top_image03.jpg");
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -30px;
}
#headder04{
	width: 100%;
    height: 500px;
    background: url("../img/top_image04.jpg");
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -30px;
}
.sp{
	display: block;
	width: 100%;
	height: 150px;
}
#headder-backim{
	background-color: #FFFFFF;
	opacity: 0.8;
	width: 96%;
    height: 120px;
    padding: 50px 50px 5px 5px;
}
#logo{
    display: block;
    width: 30%;
    padding: 15px 15px 15px 0;
}
#logo img{
    width: 40%;
	opacity: 1.0;
	z-index: 100;
	float: left;
	margin-top: -30px;
	margin-left: 50px;
}
#logo-txt{
	padding-top: -50px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}


/* グローバルメニュー　*/
#nabi{
	display: block;
	background-color: #F9E2BD;
	opacity: 0.7;
	width: 100%;
    height: 45px;
    padding: 15px 0px;
	margin-top: 130px;
	}
#nabi02{
	display: block;
	background-color: #F9E2BD;
	opacity: 0.7;
	width: 100%;
    height: 45px;
    padding: 15px 0px;
	margin-top: 80px;
	}	

.dropmenu{
		*zoom: 1;
		list-style-type: none;
		width: 100%;
	margin-top: -1px;
	}
.dropmenu:before, .dropmenu:after{
		content: "";
		display: table;
	}
.dropmenu:after{
		clear: both;
	}
.dropmenu li{
		position: relative;
		width: 30%;
		float: left;
		margin: 0;
		padding: 0.5px;
		text-align: center;
	}
.dropmenu li .txtmenu{
		display: block;
		margin: 0;
		padding: 5px 0 0 0;
		color: #266410;
	    font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		height: 45px;
		text-align: center;		
	}
	
	.dropmenu li.txtmenu a{
		display: block;
		margin: 0;
		padding: 5px 0 0 0;
		color: #266410;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		height: 45px;
		text-align: center;
		
	}
	.dropmenu li.txtmenu ul{
		list-style: none;
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.dropmenu li.txtmenu ul li{
		width: 100%;
	}
	.dropmenu li.txtmenu ul li a{
		padding: 5px 5px;
		color: #266410;
		text-align: center;
		text-decoration: none;
		opacity: 0.5;
	}
	.dropmenu li:hover > a{
		opacity: 0.9;
		text-decoration: none;
	}
	.dropmenu li a:hover{
		color: #DE7601;
		text-decoration: none;
	}
	.dropmenu li.txtmenu ul li{
		overflow: hidden;
		height: 0;
		transition: .3s;
	}
	.dropmenu li:hover ul li{
		overflow: visible;
		height: 50px;
		background-color: #FFC993;
	}
	.dropmenu li.txtmenu ul li a:hover{
		color: #FF5700;
		text-decoration: none;
	}


#nabi ul li .telnabi{
    color: #FFFFFF;
    font-size: 20px;
    background: #0ABAB5;
    padding: 5px 8px;
    margin-top: 2px;
    border-radius: 10px;
}
#main-title01{
	text-align: left;
	margin-left: 50px;
	width: 60%;
	color: #FFFFFF;
	text-shadow: 1px 1px 5px #2E1A08;
	font-size: 35px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	padding: 20px 0;
}
#main-title02{
	text-align: left;
	width: 60%;
	font-size: 40px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	padding: 30px 0;
}
#main-title03{
	text-align: left;
	width: 65%;
	font-size: 30px;
	font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	padding: 1px 0 1px 50px;
	position: relative;
	z-index: 1;
}
#main-title03::after{
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background-color: white;
	opacity: 0.5;
	border-radius:0 100px 100px 0;
}
#main-title03>h2{
  position: relative;
  z-index: 3;
  color: #366C00;
}
.sub01{
	font-size: 22px;
	line-height: 1em;
}

#main-title04{
	text-align: left;
	width: 30%;
	font-size: 30px;
	font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	padding: 20px 0 20px 50px;
	position: relative;
	z-index: 1;
}
#main-title04::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.5;
	border-radius:0 100px 100px 0;
}
#main-title04>h2{
  position: relative;
  z-index: 3;
  color: rgb(235, 14, 117);
}

#main-title05{
	text-align: right;
	margin-right: 50px;
	width: 90%;
	font-size: 30px;
	font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	padding: 20px 0 20px 50px;
}
#main-title05::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 50%;
  height:20%;
  top: 15%;
  right: 0;
  background-color: white;
  opacity: 0.5;
	border-radius:100px 0 0 100px;
}
#main-title05>h2{
  position: relative;
  z-index: 3;
  color: #366C00;
}

#main-title01 img{
	text-align: left;
	margin-left: -1px;
	margin-top: 20px;
}

/* コンテンツ01 コンテナ01 */
#content01-in01{
    display: block;
    width: 100%;
    padding: 150px 0 10px 0;
}
#content01-in01 img{
    width: 90%;
    margin: 0 5% 0 5%;
}
#content01-in01 #title02{
    padding: 10px;
    margin-top: 5px;
    color: #087C76;
}
#content01-in01 #title02 p{
    font-size: 1.2em;
    text-align: center;
    font-weight: bolder;
    letter-spacing: 0.35em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#content01-in01 #title02 p.txt01w{
    color: #FFFFFF;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    text-align: left;
}
/* コンテンツ01 コンテナ02 */
#content01-in02{
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    padding-bottom: 250px;
}

/* コンテンツ02 */
#content02{
    max-width: 1920px;
    max-height: 1598px;
    width: 100%;
    height: 300px;
	background-color: #FFFFFF;
}
.content02-in01{
    display: block;
    width: 35%;
	height: 10em;
    padding: 2% 5%;
    margin: 0 2.5% 0 2.5%;
	float: left;
	text-align: left;
	background: url("../img/bgimg01.png") no-repeat;
	background-size: cover;
	border-radius: 30px;
	font-size: 20px;
}
.content02-intitle01{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	border-bottom: #2EA60B 4px solid;
	color: #065D04;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
}

/* コンテンツ03 */
#content03{
    padding-bottom: 10em;
	background-color: #FFF6D9;
}
.content03-in01{
    display: block;
    width: 90%;
    padding: 5% 5% 2% 5%;
    margin: 0;	
	text-align: left;
}
.content03-intitle01{
	font-size: 26px;
	font-weight: bold;
	line-height: 2em;
	border-bottom: #814310 4px solid;
	color: #5A2B00;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.content03-inbutton01{
	background-color: #F58B3A;
	border-radius: 50px;
	width: 100%;
	padding: 1% 2%;
	margin: 3%;
	box-shadow: -2px -2px 4px -2px gray inset;
}
.content03-in01 img{
	width: 30%;
	float: right;
	padding: 2%;
}


.totop{
	background-color: #ECFDD7;
	color: #7EA03C;
	border-radius: 50px;
	width: 20%;
	padding: 1% 2%;
	margin: 0.5% 5%;
	box-shadow: -2px -2px 4px -2px gray inset;
	font-size: 20px;
	float: right;
}
/* コンテンツ04 */
#content04{
    padding-bottom: 10em;
	background-color: #FFFFFF;
}
.content04-in01{
    display: block;
    width: 90%;
    padding: 5% 5% 2% 5%;
    margin: 0;	
	text-align: left;
}
.content04-intitle01{
	font-size: 26px;
	font-weight: bold;
	line-height: 2em;
	border-bottom: #814310 4px solid;
	color: #5A2B00;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.content04-inbutton01{
	background-color: #F3F979;
	border-radius: 50px;
	width: 100%;
	padding: 1% 2%;
	margin: 3%;
	box-shadow: -2px -2px 4px -2px gray inset;
}
.content04-in01 img{
	width: 30%;
	float: right;
	padding: 2%;
}
.title04{
    font-size: 1em;
    text-align: left;
    color: #FFFFFF;
    line-height: 1.5em;
    margin-bottom: 2%;
}
.title05{
    font-size: 3em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1%;
    color: #FFFFFF;
}
.title06{
    display: block;
    width: 95%;
    height: auto;
    font-size: 1.5em;
    text-align: left;
    margin-left: 5%;
    margin-top: 0;
    letter-spacing: 0.5em;
    color: #FFFFFF;
}
.content04-in02 .con04-in02-01{
    margin: 5% 0 5% -35%;
}
.content04-in02 a img{
    width: 50%;
    margin-left: 25%;
}
.content04-in03{
    width: 70%;
    height: 25%;
    margin: 5% 15%;
    background-color: #FFFFFF;
    border-radius: 20px;
}
.content04-in03 iframe{
    width: 90%;
    margin: 5%;
    color: #3676BC;
    text-align: left;
}
.content04-in04 img{
    width: 68%;
    margin-left: 0;
}
.content04-in04 a img{
    width: 68%;
    margin-left: 0;
}
.content04-in05{
    width: 70%;
    height: 25%;
    margin: 5% 15%;
    background-color: #FFFFFF;
    border-radius: 20px;
}
.content04-in05 iframe{
    width: 90%;
    margin: 5%;
    color: #3676BC;
    text-align: left;
}
/* コンテンツ05 */
#content05{
    padding-bottom: 10em;
	background-color: #FFF6D9;
}
.content05-in01{
    display: block;
    width: 90%;
    padding: 5% 5% 2% 5%;
    margin: 0;	
	text-align: left;
}
.content05-intitle01{
	font-size: 26px;
	font-weight: bold;
	line-height: 2em;
	border-bottom: #814310 4px solid;
	color: #5A2B00;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.content05-inbutton01{
	background-color: #F58B3A;
	border-radius: 50px;
	width: 100%;
	padding: 1% 2%;
	margin: 3%;
	box-shadow: -2px -2px 4px -2px gray inset;
}
.content05-in01 img{
	width: 30%;
	float: right;
	padding: 2%;
}

/* コンテンツ06　内部共通 */
.content06{
	margin-top: 10%;
    padding-bottom: 5em;
	background-color: #FFFFFF;
}
.content06-in01{
	margin: 5% 0;
	padding: 5% 0;
}
.content06-in02{
	margin: 5% 0;
	padding: 5% 0;
	background-color: #FFF6D9;
}
.content06-in03{
	margin: 5% 0;
	padding: 5% 0;
	background-color: #DCF5B8;
}
.content06-intitle01{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	border-bottom: #B3DB6A 3px solid;
	color: #ffffff;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	padding: 50px 0 0 0;
	display: inline-block;
	width: 20%;
	height: 50px;
	border-radius: 50% / 100% 100% 0 0;
	background-color: #B3DB6A;
}
.content06-intitle02{
	font-size: 22px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	border-bottom: #B3DB6A 3px solid;
	color: #ffffff;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	padding: 50px 0 0 0;
	display: inline-block;
	width: 20%;
	height: 50px;
	border-radius: 50% / 100% 100% 0 0;
	background-color: #B3DB6A;
}
.content06-intitle03{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	border-bottom: #5E8A30 3px solid;
	color: #ffffff;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	padding: 50px 0 0 0;
	display: inline-block;
	width: 20%;
	height: 50px;
	border-radius: 50% / 100% 100% 0 0;
	background-color: #5E8A30;
}
.content06-intitle05{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	border-bottom: #B3DB6A 3px solid;
	color: #ffffff;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	padding: 50px 0 0 0;
	display: inline-block;
	width: 20%;
	height: 50px;
	border-radius: 50% / 100% 100% 0 0;
	background-color: #B3DB6A;
}
.content06-inline01{
	border-bottom: #B3DB6A 3px solid;
	width: 100%;
	margin-top: 0;
	margin-bottom: 5em;
}
.content06-inline03{
	border-bottom: #5E8A30 3px solid;
	width: 100%;
	margin-top: 0;
	margin-bottom: 5em;
}
.content06-intxt01{
	text-align: left;
	width: 95%;
	padding-left: 2.5%;
}
.content06-intxt0101{
	font-size: 20px;
	font-weight: bold;
	line-height: 3em;
}
.content06-intxt02{
	text-align: left;
	width: 95%;
	padding-left: 2.5%;
}
.content06-intxt0202{
	clear: both;
	font-size: 25px;
	font-weight: bold;
	line-height: 3em;
}
.content06-intxt0203{
	clear: both;
	text-align: left;
	width: 95%;
	padding-left: 2.5%;
	font-size: 22px;
	line-height: 3em;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
}
.content06-intxt02img{
	clear: both;
	padding: 2% 20%;
	width: 25%;
}

.content06 ul li{
	text-align: left;
	font-size: 20px;
	padding-left: 3%;
	list-style: none;
}
.content06 p{
	text-align: left;
	width: 95%;
	padding-left: 2.5%;
}
.content06 .imgr{
	float: right;
	width: 30%;
	padding: 10px;
	margin-right: 2.5%;
	margin-left: 5%;
}
.content06 .imgl{
	float: left;
	width: 30%;
	padding: 10px;
	margin-left: 2.5%;
	margin-right: 5%;
}

/* コンテンツ07 */
.content07{
    max-width: 1920px;
    max-height: 1598px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    color: #3676BC;
    padding-top: -2%;
    padding-bottom: 5%;
}
.content07-in01{
    display: block;
    width: 90%;
    padding: 10% 5% 3% 5%;
    margin: 0;
}

.content07 .content07-in02 a img{
    width: 50%;
    margin-left: 25%;
}
.content07 .content07-in02 #btcon img{
    width: 25%;
    margin-left: 15%;
}
 img{
    width: 50%;
    margin-left: 25%;
}
.content07-in02 img.img90{
    width: 90%;
    margin-left: 5%;
}
.title07{
    font-size: 1em;
    text-align: left;
    color: #0ABAB5;
    line-height: 1.5em;
    margin-bottom: 2%;
}
.title08{
    font-size: 3em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5%;
    color: #0ABAB5;
}
.content07-in02{
    width: 90%;
    margin-top: -15%;
    margin: 0 5%;
    color: #3676BC;
    text-align: left;
}
.title09{
    display: block;
    width: 95%;
    height: auto;
    color: #0ABAB5;
    font-size: 1.5em;
    text-align: left;
    margin-left: 5%;
    margin-top: -50px;
    letter-spacing: 0.3em;
    margin-bottom: 3%;
}

/* コンテンツ08 */
.content08{
    max-width: 1920px;
    max-height: 811px;
    background: #ffffff;
    width: 100%;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}
.content08-in01{
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0;
}
.con08-in01-01{
    display: block;
    clear: both;
    width: 100%;
    background: #000000;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

/* コンテンツ10 */
#content10{
    width: 100%;
	height: auto;
	margin-bottom: -100px;
}

.box-01{
    width: 80%;
    text-align: left;
    padding: 5% 0 2% 0;
    margin-left: -7%;
}
.box-01 img{
    width: 90%;
}
.box-02{
    width: 72%;
    border: solid 1px #ffffff;
    padding: 1% 0;
    margin-left: 13%;
    font-size: 22px;
    letter-spacing: 0.3em;
}
.box-03{
    text-align: center;
    font-size: 1.3em;
    font-weight: bolder;
    padding: 3% 0;
    margin-left: -2%;
}
.box-04{
    display: block;
    background-color: #F2F2F2;
    width: 71%;
    height: 30em;
    clear: both;
    padding: 5px;
    margin-left: 13%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-05{
    display: block;
    width: 40%;
    padding: 5%;
    float: left;
    text-align: left;
}
.box-05 img{
    width: 100%;
    text-align: center;
    margin-left: 0;
}
.box-06{
    display: block;
    width: 69.5%;
    clear: both;
    background-color: #000000;
    padding: 15px;
    font-size: 23px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    margin-left: 13%;
    margin-top: 15px;
    text-align: left;
}
.box-07{
    display: block;
    background-color: #ffffff;
    width: 80%;
    padding: 5px;
    margin-left: 10%;
}
.box-08{
    display: block;
    background-color: #000000;
    width: 80.25%;
    padding: 5px;
    margin-left: 10%;
    color: #ffffff;
    text-align: center;
}
.box-09{
    border: 1px solid #000000;
    width: 80%;
    padding: 5px;
    margin-left: 10%;
    line-height: 1.2em;
    text-align: center;
}
.box-10{
    display: block;
    width: 70%;
    background: #FFA400;
    padding: 1%;
    text-align: left;
    margin: 2%;
    margin-left: 13%;
    color: #FFFFFF;
    font-weight: bold;
}
.box-11{
    display: block;
    width: 80%;
    clear: both;
    margin-left: 13%;
    text-align: left;
}
.box-12{
    text-align: center;
}
.box-13{
    width: 68.5%;
    background-color: #F8FCA7;
    padding: 0.5%;
    padding-right: 3%;
    margin: 1%;
    margin-left: 13%;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}
.box-13 ul li{
    list-style: none;
    text-align: left;
    border-bottom: #000000 dashed 1px;
    font-weight: normal;
}
.box-14{
	float: right;
	color: #FFFFFF;
	text-align: right;
	margin-right: 15%;
	margin-top: -5%;
}
.txt-01{
    color: #E6FF00;
}
.txt-02{
    color: #E6FF00;
    font-size: 1.5em;
}
.txt-03{
    color: #8D0000;
    font-size: 1.7em;
    font-weight: bold;
}
.txt-04{
    color: #FFAB00;
    font-size: 1.5em;
}
.txt-05{
    color: #000000;
    font-size: 0.8em;
}
.txt-06{
    text-align: left;
    margin-left: 13%;
}
.txt-07{
    color: #000000;
    font-size: 1.1em;
}
.txt-08{
    color: #000000;
    font-size: 0.8em;
    line-height: 1.5em;
}
.txt-09{
    color: #AA0002;
}
.title-pa01{
    width: 95%;
    border-bottom: #F7DD00 solid 2px;
    padding: 2% 0;
    margin-left: -3%;
    font-weight: bold;
}
.txt-pa01{
    font-size: 2em;
    color: #990002;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.txt-pa02{
    font-size: 1.5em;
    color: #000000;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.txt-10{
    background-color: #FFFD00;
    font-size: 20px;
    font-weight: bold;
}
.txt-11{
    font-size: 35px;
    font-weight: bold;
    padding: 0 5%;
}
.txt-12{
    color: #8D0000;
    font-size: 1.3em;
    font-weight: bold;
}
.txt-13{
    color: #000000;
    font-size: 1.3em;
    font-weight: bold;
}
.txt-14{
    color: #AA0002;
    font-size: 1em;
}
.txt-15{
    color: #AA0002;
    font-size: 1.1em;
    font-weight: bold;
}
.con08-in01-02{
    display: block;
    clear: both;
    width: 100%;
    background: #ffffff;
    color: #000000;
    margin: 0;
    padding: 0;
}
/* トップページへ */
#totop{
    bottom: 10px;
    right: 10px;
    position: fixed;
    color: #0127C4;
    font-size: 1.5em;
    opacity: 0.5;
    background-color: #028984;
    border-radius: 100px;
    padding: 1%;
}


/* お問い合わせ */
#mailbox{
    display: block;
    width: 70%;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 5%;
    background: #FFFFFF;
    opacity: 0.7;
}
#thanks-in01{
    text-align: center;
    padding: 50px 10px;
    font-size: 20px;
}


/*　モバイルメニュー　*/

#mob_menu{
	display: none;
}
.sp-menu-icon-hidden {
  display: none;
}

/* 電話設定 */
p.teltxt{
	text-align: center;
	font-size: 20px;
}
.teltxt02{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #D900B0;
	padding: 10px;
}	
.telbt{
	display: none;
	}





/* tablet */
/* 画面サイズが768px1023pxまではここを読み込む */
@media screen and (min-width: 768px) and (max-width: 960px) {
	
/* コンテンツ01 ヘッダー */
#headder{
	width: 100%;
    height: 730px;
    background: url("../img/top_image.jpg");
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -80px;
}
#headder02{
	width: 100%;
    height: 500px;
    background: url("../img/top_image02.jpg");
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -30px;
}
#headder03{
	width: 100%;
    height: 500px;
    background: url("../img/top_image03.jpg");
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -30px;
}
#headder04{
	width: 100%;
    height: 500px;
    background: url("../img/top_image04.jpg");
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -30px;
}
.sp{
	display: block;
	width: 100%;
	height: 250px;
}
#headder-backim{
	background-color: #FFFFFF;
	opacity: 0.8;
	width: 100%;
    height: 60px;
    padding: 20px 0px 5px 0px;
	margin-top: -110px;
}
#logo{
    display: block;
    width: 30%;
    padding: 15px 15px 15px 0;
}
#logo img{
    width: 40%;
	opacity: 1.0;
	z-index: 100;
	float: left;
	margin-top: -35px;
	margin-left: 50px;
}
#logo-txt{
	margin-top: -30px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
#main-title02{
	text-align: left;
	width: 100%;
	font-size: 38px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	padding: 30px 0;
}
#main-title04{
	text-align: left;
	width: 50%;
	font-size: 25px;
	font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	padding: 10px 0 10px 50px;
	position: relative;
	z-index: 1;
}
#main-title04::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height:90%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.5;
	border-radius:0 100px 100px 0;
}
#main-title04>h2{
  position: relative;
  z-index: 3;
  color: rgb(235, 14, 117);
}

#main-title05{
	text-align: right;
	margin-right: 50px;
	width: 90%;
	font-size: 25px;
	font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	padding: 10px 0 10px 30px;
}
#main-title05::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 50%;
  height: 12%;
  top: 15%;
  right: 0;
  background-color: white;
  opacity: 0.5;
	border-radius:100px 0 0 100px;
}
#main-title05>h2{
  position: relative;
  z-index: 3;
  color: #366C00;
}

/* グローバルメニュー　*/
#nabi{
	display: block;
	background-color: #F9E2BD;
	opacity: 0.7;
	width: 100%;
    height: 45px;
    padding: 15px 0px;
	margin-top: 10px;
	}
#nabi02{
	display: block;
	background-color: #F9E2BD;
	opacity: 0.7;
	width: 100%;
    height: 45px;
    padding: 15px 0px;
	margin-top: 0px;
	}	

#content02{
    max-width: 1920px;
    max-height: 1598px;
    width: 100%;
    height: 280px;
	background-color: #FFFFFF;
}
.content02-in01{
    display: block;
    width: 35%;
	height: 13em;
    padding: 2% 5%;
    margin: 0 2.5% 0 2.5%;
	float: left;
	text-align: left;
	background: url("../img/bgimg01.png") no-repeat;
	background-size: cover;
	border-radius: 30px;
	font-size: 17px;
}
.content02-intitle01{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: #2EA60B 4px solid;
	color: #065D04;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
}
.totop{
	background-color: #ECFDD7;
	color: #7EA03C;
	border-radius: 50px;
	width: 40%;
	padding: 1% 2%;
	margin: 0.5% 5%;
	box-shadow: -2px -2px 4px -2px gray inset;
	font-size: 20px;
	float: right;
}
.content06-intitle02{
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	border-bottom: #B3DB6A 3px solid;
	color: #ffffff;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	padding: 50px 0 0 0;
	display: inline-block;
	width: 20%;
	height: 50px;
	border-radius: 50% / 100% 100% 0 0;
	background-color: #B3DB6A;
}
.content06-intitle05{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: #B3DB6A 3px solid;
	color: #ffffff;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	padding: 50px 0 0 0;
	display: inline-block;
	width: 20%;
	height: 50px;
	border-radius: 50% / 100% 100% 0 0;
	background-color: #B3DB6A;
}

}

