@charset "utf-8";
/* CSS Document */

/* @media以外の所は全てのサイズで読み込まれます。*/

/* mobile */
/* 画面サイズが767pxまではここを読み込む */
@media screen and (max-width: 767px) {
 
    
/* 改行 */
.sp-br{
    display: block;
}
    
/* レスポンシブ対応 */
.img-pc{
    display: none;
}
.img-sp{
    display: block;
    text-align: center;
}

/*　ヘッダー・ナビゲーション　*/
#headder{
	width: 100%;
    height: 700px;
    background: url("../img/top_image-m.jpg");
	background-size: cover;
	margin-top: -100px;
	padding-bottom: 100px;
}
#headder02{
	width: 100%;
    height: 210px;
    background: url("../img/top_image02-m.jpg");
    background-size: contain;
	margin-top: 0px;
}
#headder03{
	width: 100%;
    height: 210px;
    background: url("../img/top_image03-m.jpg");
    background-size: contain;
	margin-top: 0px;
}
#headder04{
	width: 100%;
    height: 210px;
    background: url("../img/top_image04-m.jpg");
    background-size: contain;
	margin-top: 0px;
}

#headder-backim{
	background-color: #FFFFFF;
	opacity: 0.8;
	width: 100%;
    height: 150px;
    padding: 0;
}
#logo{
    display: block;
    width: 40%;
    padding: 15px 15px 15px 0;
}
#logo img{
    width: 60%;
	opacity: 1.0;
	z-index: 100;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#logo-txt{
	padding-top: -50px;
	text-align: left;
	font-size: 15px;
	font-weight: none;
}
#nabi{
    display: none;
}

	
#nabi02{
    display: none;
}

#main-title01{
	text-align: left;
	margin-left: 10px;
	width: 95%;
	color: #FFFFFF;
	text-shadow: 1px 1px 5px #2E1A08;
	font-size: 25px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	padding: 20px 0;
}
#main-title01 img{
	width: 90%;
}
#main-title02{
	text-align: left;
	width: 95%;
	font-size: 30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	padding: 30px 0;
}
#main-title03{
	text-align: left;
	width: 90%;
	font-size: 40px;
	font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	padding: 5px 10px;
	margin-top: -50px;
}
#main-title03::after{
	top: -24%;
	left: 0;
}

#main-title04{
	text-align: left;
	width: 70%;
	font-size: 45px;
	font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	padding: 5px 10px;
}
#main-title04::after{
  top: -45%;
  left: 0;
 }

#main-title05{
	text-align: right;
	width: 80%;
	font-size: 45px;
	font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	padding: 5px 10px;
}
#main-title05::after{
  width: 80%;
  height:15%;
  top: 15%;
  right: 0;
}

h1{
    font-size: 23px;
    text-decoration: none;
}
h2{
    font-size: 50px;
	margin-top: -20px;
}
.sub01{
	font-size: 18px;
	line-height: 1em;
}

/*　モバイルメニューon　*/
    
#mob_menu {
    display: block;
    background: url("../img/mbmenu_image.jpg") center;
    background-size: 200%;
    box-sizing: border-box;
    height: 100%;
    padding: 10% 5%; /*メニュー内左右上下余白*/
    position: fixed;
    right: -100%; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%; /*メニュー横幅*/
    z-index: 1000;
    margin: 0;
    font-size: 1em;
	font-weight: bold;
    line-height: 3.3em;
    letter-spacing: 0.05em;
}
#mob_menu ul{
	margin-top: 15%;
	}
#mob_menu ul li{
    list-style: none;
    list-style-image: url("../img/list02.png");
    color: #000000;
    text-align: left;
    margin-left: 30%;
	}
#mob_menu ul li a{
    text-decoration: none;
    color: #000000;
    
    }
#mob_menu ul li a:hover{
    text-decoration: none; 
    }
#mob_menu ul li ul{
	margin-top: 0;
	}
#mob_menu ul li ul li{
	list-style: none;
	line-height: 2em;
	margin-left: -27%;
	font-weight: normal;		
}
#mob_menu_02{
        clear: both;
        display: block;
    }
#mob_menu_02 img{
        width: 95%;
    }
#mob_menu_02 #mob_menu_02l{
    float: left;
    width: 45%;
    margin: 2%;
    }
#mob_menu_02 #mob_menu_02r{
    float: right;
    width: 45%;
    margin: 2%;
    }
#mob_menu #logo02{
    margin-top: -5%;
    margin-left: -30%;
    }
#mob_menu #logo02 img{
        width: 50%;
    }
.sp-menu-icon-hidden {
  display: none;
}

#sp-menu-icon-icon {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: fixed;
  width: 30px;
    top: 30px;
  right: 25px;
  z-index: 1005;
    transition: all 0.3s;
    transform: rotate(0deg);
}

#sp-menu-icon-icon span {
	background: #008038;
  border-radius: 0px;
  display: block;
  height: 10%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 84%;
}

#sp-menu-icon-icon span::before,
#sp-menu-icon-icon span::after {
  -webkit-transform: rotate(0);
	background: #008038;
  border-radius: 0px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#sp-menu-icon-icon span::before {
  margin-top: -45%;
}

#sp-menu-icon-icon span::after {
  margin-top: 35%;
}

#sp-menu-icon-checkbox:checked ~ #sp-menu-icon-icon span {
  background: rgba(51, 51, 51, 0);
}

#sp-menu-icon-checkbox:checked ~ #sp-menu-icon-icon span::before,
#sp-menu-icon-checkbox:checked ~ #sp-menu-icon-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
    z-index: 1002;
}

#sp-menu-icon-checkbox:checked ~ #sp-menu-icon-icon span::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-45deg);
}

#sp-menu-icon-checkbox:checked ~ #sp-menu-icon-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#sp-menu-icon-checkbox {
    display: none; /*チェックボックス本体は消しておく*/
}

#sp-menu-icon-checkbox:checked ~ #mob_menu{
    transform: translate(-100%); /*メニュー本体横幅 width と合わせる*/
    z-index: 1000;
}
#sp-menu-icon-checkbox:checked ~ #sp-menu-icon-icon {
    transform: translate(0%); /*メニュー本体横幅 width と合わせる*/
    z-index: 1001;
}


#sp-menu-icon-checkbox:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}
	
/* コンテンツ02 */
#content02{
    height: 38em;
}
    
/* コンテンツ02 コンテナ03 */
.content02-in01{
    display: block;
    width: 85%;
	height: 14em;
    padding: 5%;
    margin: 2.5%;
	clear: both;
}

/* コンテンツ03 */
#content03{
	padding-bottom: 3em;
}
#content03 img{
	display: block;
	width: 95%;
	clear: both;
	padding: 20px;
}

/* コンテンツ04 */
#content04{
	padding-top: 3em;
    padding-bottom: 3em;
}

#content04 img{
	display: block;
	width: 95%;
	clear: both;
	padding: 20px;
}
/* コンテンツ05 */
#content05{
    padding-top: 3em;
    padding-bottom: 3em;
}

#content05 img{
	display: block;
	width: 95%;
	clear: both;
	padding: 20px;
}

/* コンテンツ06　内部共通 */
.content06{
	margin-top: 2%;
    padding-bottom: 3em;
}
.content06-intitle01{
	font-size: 24px;
	width: 50%;
	height: 50px;
}
.content06-intitle03{
	font-size: 24px;
	width: 50%;
	height: 50px;
}
.content06-intitle02{
	font-size: 18px;
	width: 50%;
	height: 50px;
}
.content06-intxt0202{
	clear: both;
	font-size: 23px;
	font-weight: bold;
	line-height: 3em;
	width: 97%;
}
.content06-intitle05{
	font-size: 18px;
	width: 50%;
	height: 50px;
}

.content06 .imgr{
	clear: both;
	width: 90%;
	}
.content06 .imgl{
	clear: both;
	width: 90%;
	}
.content06 ul {
	text-align: left;
	font-size: 18px;
	text-indent: -1em;
	padding-right: 1%;
	list-style: none;
}

	
	
.totop{
	width: 90%;
	clear: both;
}

	/* 電話設定 */
	
.telbt{
	display: block;
	width: 65%;
	margin-left: 10%;
	background-color: #FF8F2D;
	padding: 30px;
	text-align: center;
	border-radius: 100px;
	color: #ffffff;
	font-size: 25px;
	font-weight: bolder;
}
a:hover{
  opacity:0.6;
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

	
	
}