﻿/* ////////////////////////////////////////////////////////////////////////////////
スマートフォン向けのスタイル：479px以下 
////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 479px) {

/*////////////////////////////////
共通
////////////////////////////////*/
/*グローバルメニューのスクロール時にタイトルが隠れてしまうためその分の高さを確保している*/
	p.menu-margin{
		height:20px;
	}

/*アコーディオン*/
	#accordion h5{
		cursor:pointer;
		background: url(../images/plus.gif) no-repeat 90% center;
		font-size:90%;
		border-top:solid 1px #ccc;/*←borderのleftとrightを指定してしまうと画面が右にズレる*/
		border-bottom:solid 1px #ccc;
		width:97%;/*←widthを100%にしてしまうと画面が右にズレるので97%にし指定*/
		padding:10px;
	}

	#accordion h5.active{
		background-image: url(../images/minus.gif);
	}

	#accordion h5.over {
		background-color: #CAE5FC;
	}

	#accordion article{
		display:none;
		margin:0;
		font-size:90%;
		width:96%;
		margin-left:auto;
		margin-right:auto;
	}




h2{
	line-height: 2.3;
}
	
	
	
/*--------------------------------
facility-intro
--------------------------------*/
	section#facility-intro h3{
		margin-top: 15px;
	}
	
.section-padding {
    padding: 60px 20px;
    text-align: center;
}
.facility-card {
    max-width: 800px;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.facility-card img {
    width: 100%;
    max-height: auto;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
}
.facility-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}



/*--------------------------------
cnt01
--------------------------------*/

figure#cnt01 img{
	width:100%;
	margin-bottom:0px;
}
	
	p#salon-banner{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	
	p#salon-banner img{
		width: 100%;
	}

	
/*--------------------------------
line-cnt
--------------------------------*/
	p#line-cnt{
		text-align: center;
		margin-bottom: 20px;
	}
	
/*--------------------------------
info
--------------------------------*/
	
	section#info{
		background: #f5f5f5;
	}
	div#info-bg{
		width:94%;
		padding: 10px 10px 20px 10px;
		background: url(../images/info/info-bg.png) no-repeat left top;
	}
	
	section#info h2{
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		margin-bottom: 20px;
	}

	div#info-bg p{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	

/*----------------------
 section cnt02
----------------------*/
section#cnt02{
	
}
	section#cnt02 h2{
		text-align: center;
		margin-bottom: 0px;
		font-size: 300%;
		font-family: 'Homemade Apple', cursive;
	}

	section#cnt02 h3{
		text-align: center;
		font-size: 130%;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	
	section#cnt02 div.layerTransparent {
		background: url(../images/cnt02/cnt02-bg-sp.png) no-repeat left top;
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}
	/*透明度調整（白網）*/
	div.layerTransparent{
		background-color: rgba(255,255,255,0.5);
		height: 530px;
	}
	
	section#cnt02 p{
		width:86%;
		padding-top: 60px;
		margin-top: 0px;
		margin-left: 10px;
		font-size: 110%;
		line-height: 2.0;
		color: #000;
		text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
	}


/*----------------------
 section cnt03
----------------------*/
section#cnt03{
	margin-top: 0px;
}

/*プラン*/
	section#cnt03 h2{
		text-align: center;
		margin-bottom: 0px;
		font-size: 300%;
		font-family: 'Homemade Apple', cursive;
	}
	section#cnt03 h3{
		text-align: center;
		font-size: 130%;
		line-height: 1.0;
	}
	section#cnt03 h3 span{
		font-size: 180%;
	}

	
	
	div#cnt03-inner02{
		margin-top: 37px;
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}

	div#cnt03-inner02 h4{
		text-align: left;
		font-size: 120%;
		font-weight: bold;
		margin-top: 0px;
	}
	
	div#cnt03-inner02 h5{
		text-align: left;
		font-size: 110%;
		font-weight: bold;
		color:#479f60;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	p#cnt03-inner02-l{
		float:left;
		width:26%;
		margin-right: 5px;
		margin-left: 5px;
	}
	
	p#cnt03-inner02-l img{
		width:100%;
	}

	div#cnt03-inner02-r{
		float: left;
		width:70%;
	}
	
	p#menu03-2 img{
		width: 100%;
	}
	
/*美容鍼*/
	section#cnt03 h5{
		text-align: center;
		margin-bottom: 0px;
		margin-top: 50px;
		font-size: 180%;
		font-weight: bold;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	section#cnt03 h5 {
    	display: flex;
    	align-items: center;
	}
 
	section#cnt03 h5:before,
	section#cnt03 h5:after {
	    content: "";
	    height: 1px;
	    flex-grow: 1;
	    background-color: #666;
	}
 
	section#cnt03 h5:before {
	    margin-right: 1rem;
	}
 
	section#cnt03 h5:after {
	    margin-left: 1rem;
	}
	
	
	div#cnt03-inner03{
		margin-top: 37px;
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}

	div#cnt03-inner03 h4{
		text-align: left;
		font-size: 120%;
		font-weight: bold;
		margin-top: 0px;
	}
	
	div#cnt03-inner03 h5{
		text-align: left;
		font-size: 110%;
		font-weight: bold;
		color:#479f60;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	p#cnt03-inner03-l{
		float:left;
		width:26%;
		margin-right: 5px;
		margin-left: 5px;
	}
	
	p#cnt03-inner03-l img{
		width:100%;
	}

	div#cnt03-inner03-r{
		float: left;
		width:70%;
	}
	
	p#menu03-2 img{
		width: 100%;
	}

	div#cnt03-inner03 h6{
		text-align: left;
		font-size: 110%;
		font-weight: bold;
		color:#479f60;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	
	p#mika-link{
		margin-top: 30px;
	}
	p#mika-link a{
		text-decoration:underline;
	}
	

	
	
/*----------------------
 section cnt04
----------------------*/
section#cnt04{
	margin-top: 0px;
}

/*お客様の声*/
	section#cnt04 h2{
		text-align: center;
		margin-bottom: 0px;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;
	}
	section#cnt04 h3{
		text-align: center;
		font-size: 130%;
	}
	section#cnt04 h3 span{
		font-size: 180%;
	}

	section#cnt04 h3 br{
		display: none;
	}
	
	
	div#cnt04-inner01{
		margin-top: 50px;
	}
	
	div#cnt04-inner01-cnt{
		width:96%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 30px;
	}

	div#cnt04-inner01-cnt h4{
		background: #f5f1f1;
		border-bottom: 1px solid #e5e5e5;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 10px;
		margin-bottom: 20px;
		font-size: 130%;
	}
	div#cnt04-inner01-cnt img{
		width: 100%;
	}
	
	div#cnt04-inner01-cnt p{
		text-align: left;
		padding: 20px;
	}

	
/*--------------------------------
cnt08
--------------------------------*/
	section#cnt08{
		padding-bottom: 0px;
	}
	section#cnt08 h2{
		font-size: 300%;
		font-weight: bold;
		margin-bottom: 0px;
		text-align: center;
		line-height: 1.7;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;
	}
	
	section#cnt08 h3{
		text-align: center;
		font-size: 130%;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	
	section#cnt08 h4{
		font-size: 160%;
		font-weight: bold;
		padding: 30px 30px 30px 65px;
		margin-bottom: 10px;
		background: #479f60  url(../images/cnt08/q.png) no-repeat 10px center;
		color:#fff;
		line-height: 1.3;
	}
	
	section#cnt08 p{
		margin-bottom: 0px;
		background: url(../images/cnt08/a.png) no-repeat 10px 35px;
		padding: 30px 30px 30px 65px;
	}
	

/*----------------------
 section cnt05
----------------------*/
	section#cnt05{
		margin-top: 0px;
		text-align: center;
	}
	
	section#cnt05 h2{
		text-align: center;
		margin-bottom: 0px;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;
	}

	section#cnt05 h3{
		text-align: center;
		font-size: 130%;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	div#cnt05-inner01 h4{
		font-weight: bold;
		font-size: 150%;
		margin-bottom: 5px;
		margin-top: 30px;
	}
	div#cnt05-inner01 h4 span{
		font-size: 50%;
		font-weight: normal;
	}

	p#cnt05-main{
		margin-top: 30px;
		margin-bottom: 15px;
		line-height: 2.3;
	}
	p#cnt05-sub{
		font-size: 90%;
		color:#666;
		margin-top: 30px;
	}
	
	p#img05-2 img{
		margin-top: 20px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

/*----------------------
 section cnt06
----------------------*/

	section#cnt06{
		margin-top: 0px;
		text-align: center;
	}
	
	section#cnt06 h2{
		text-align: center;
		margin-bottom: 0px;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;
	}
	
	section#cnt06 h3{
		text-align: center;
		font-size: 130%;
	}
	
	section#cnt06 h4{
		text-align: left;
		font-size: 230%;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
	}	

	
	p#cnt06-sub-title{
		font-size: 140%;
		font-weight: bold;
		line-height: 1.5;
		width:90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	div.cnt06-inner p.cnt06-p{
		text-align: left;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
/*cnt06-left*/
	div#cnt06-left{
		width:90%;
		margin-left: auto;
		margin-right: auto;
	}
/*cnt06-right*/	
	div#cnt06-right{
		width:90%;
		margin-left: auto;
		margin-right: auto;
	}
/*共通*/
	div.cnt06-inner{
		margin-bottom: 30px;
	}
	p.cnt06-inner-l{
		margin-bottom: 20px;
	}

	div.cnt06-inner-r{
	}
	
	div.cnt06-inner-r h3{
		font-weight: bold;
		font-size: 160%;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	div.cnt06-inner-r p span{
		font-weight: bold;
		font-size: 120%;
		color:#CC0000;
	}

	
	p#cnt06-hiss{
		border: 1px solid #f87a13;
		border-radius: 10px;
		padding: 12px;
		background: #fbe6d5;
	}
	
	
	
/*--------------------------------
cnt07
--------------------------------*/
	
	section#cnt07{
		margin-top: 70px;
		text-align: center;
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}

	section#cnt07 img{
		width: 100%;
	}
	
	section#cnt07 p.cnt07-pc{
		display: none;
	}
	
/*----------------------
gallery
----------------------*/
div#gallery{
	margin-top: 80px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

	div#gallery h2{
		text-align: center;
		margin-bottom: 50px;
		font-size: 300%;
		font-family: 'Homemade Apple', cursive;
	}	

	div.main-img-pc{
		display: none;
	}

	
	
/*--------------------------------
contact【問合せフォーム】
--------------------------------*/
div#contact-cnt {
	margin-bottom:0px;
	margin-top:0px;
}
	
	div#contact-cnt h2{
		text-align: center;
		margin-bottom: 0px;
		font-size: 300%;
		font-family: 'Homemade Apple', cursive;
	}
	
	div#contact-cnt h3{
		text-align: center;
		font-size: 130%;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	p#contact-domein{
		border: 1px solid #ccc;
		background: #f3f3f3;
		padding: 10px;
		margin-top: 10px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	

/*--------------------------------
access-cnt【アクセス】
--------------------------------*/
section#access-cnt{
	width:100%;
	margin-top: 0px;
}

	section#access-cnt h2{
		text-align: center;
		margin-bottom: 0px;
		font-size: 300%;
		font-family: 'Homemade Apple', cursive;
	}
	
	section#access-cnt h3{
		text-align: center;
		font-size: 130%;
		margin-bottom: 20px;
		margin-top: 0px;
	}


	
/*--------------------------------
ヒトノワblog
--------------------------------*/
	p#hitonowa-blog{
		margin-top: 50px;
		margin-bottom: 30px;
		text-align: center;
	}

	p#hitonowa-blog a{
		color:#fff;
		background: #519c61;
		border-radius: 30px;
		padding: 20px 20px;
	}

/*--------------------------------
footer-cnt【フッター】
--------------------------------*/
	
	p#footer-title01{
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	div#footer-cnt{
		background: #f5f5f5;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 40px;
	}
	
	div#footer-cnt h2{
		font-size: 80%;
		margin-bottom: 30px;
	}
	
	div#footer-cnt h2 span{
		font-size: 200%;
	}
	
	div#footer-cnt p{
		width:90%;
		margin-left: auto;
		margin-right: auto;
	}
	
/*facebook＋LINE@*/
div#s-fb-line-container{
	margin-top:25px;
	margin-bottom:25px;
	width:130px;
	margin-left: auto;
	margin-right: auto;
}
div#s-fb-line-container p{
	float:left;
	margin-right:5px;
}
div#s-fb-line-container p img{
	width:30px;
	height: auto;
	margin-right: 7px;
}




}





/*////////////////////////////////////////////////////////////////////////////////
 タブレット向けのスタイル：481px ～ 
////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 481px) {

/*////////////////////////////////
共通
////////////////////////////////*/
/*アコーディオン*/

/*アコーディオン用メニュー非表示*/
#accordion h5{
	display:none;
}
/*アコーディオン（スマホ）用に非表示にしていた内容を表示*/
#accordion article{
	display:block !important;
}
/*グローバルメニューのスクロール時にタイトルが隠れてしまうためその分の高さを確保している*/
	p.menu-margin{
		height:0px;
}
	
	
h2{
	line-height: 2.3;
}
	


	
	
/*--------------------------------
cnt01
--------------------------------*/

figure#cnt01{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}

	p#salon-banner{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	
	p#salon-banner img{
		width: 100%;
	}

/*--------------------------------
line-cnt
--------------------------------*/
	p#line-cnt{
		text-align: center;
		margin-bottom: 40px;
	}

/*--------------------------------
info
--------------------------------*/
	
	section#info{
		background: #f5f5f5;
	}
	div#info-bg{
		width:760px;
		padding: 50px 50px;
		margin-left: auto;
		margin-right: auto;
		background: url(../images/info/info-bg.png) no-repeat left top;
	}
	
	section#info h2{
		text-align: center;
		font-size: 150%;
		font-weight: bold;
		margin-bottom: 20px;
	}

	div#info-bg p{
		margin-left: 50px;
	}
	

/*----------------------
 section cnt02
----------------------*/
section#cnt02{
	
}
	section#cnt02 h2{
		text-align: center;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;
	}
	
	section#cnt02 h3{
		text-align: center;
		font-size: 130%;
		line-height: 1.5;
	}
	
	section#cnt02 div.layerTransparent {
		background: url(../images/cnt02/cnt02-bg.png) no-repeat left top;
		height: 830px;
		width:895px;
		margin-left: auto;
		margin-right: auto;
	}

	section#cnt02 p{
		padding-top: 190px;
		margin-left: 446px;
		margin-top: 30px;
		font-size: 110%;
		line-height: 2.0;
	}


/*--------------------------------
facility-intro
--------------------------------*/
	section#facility-intro h3{
		margin-top: 15px;
	}
	
.section-padding {
    padding: 0px 20px;
    text-align: center;
}
.facility-card {
    max-width: 800px;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.facility-card img {
    width: 100%;
    max-height: auto;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
}
.facility-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

	
	
/*----------------------
 section cnt03
----------------------*/
section#cnt03{
	margin-top: 0px;
}

/*プラン*/
	section#cnt03 h2{
		text-align: center;
		margin-bottom: 0px;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;
	}
	section#cnt03 h3{
		text-align: center;
		font-size: 130%;
	}
	section#cnt03 h3 span{
		font-size: 180%;
	}

	section#cnt03 h3 br{
		display: none;
	}
	

	div#cnt03-inner02{
		margin-top: 57px;
		width:960px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div#cnt03-inner02 h4{
		text-align: left;
		font-size: 160%;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	p#cnt03-inner02-l{
		float:left;
		width:250px;
		margin-right: 5px;
	}
	
	p#cnt03-inner02-l img{
		width:100%;
	}

	div#cnt03-inner02-r{
		float: left;
		width:680px;
		margin-left: 20px;
	}

	div#cnt03-inner02-r p{
		line-height: 2;
	}
	
	p#menu03-2 img{
		width: 200px;
		margin-top: 55px;
	}
	
/*美容鍼*/
	section#cnt03 h5{
		text-align: center;
		margin-bottom: 0px;
		margin-top: 50px;
		font-size: 180%;
		font-weight: bold;
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
	section#cnt03 h5 {
    	display: flex;
    	align-items: center;
	}
 
	section#cnt03 h5:before,
	section#cnt03 h5:after {
	    content: "";
	    height: 1px;
	    flex-grow: 1;
	    background-color: #666;
	}
 
	section#cnt03 h5:before {
	    margin-right: 1rem;
	}
 
	section#cnt03 h5:after {
	    margin-left: 1rem;
	}
	
	
	div#cnt03-inner03{
		margin-top: 33px;
		width:960px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div#cnt03-inner03 h4{
		text-align: left;
		font-size: 160%;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	p#cnt03-inner03-l{
		float:left;
		width:250px;
		margin-right: 5px;
	}
	
	p#cnt03-inner03-l img{
		width:100%;
	}

	div#cnt03-inner03-r{
		float: left;
		width:680px;
		margin-left: 20px;
	}

	div#cnt03-inner03-r p{
		line-height: 2;
	}
	
	p#menu03-3 img{
		width: 200px;
		margin-top: 55px;
	}
	
	div#cnt03-inner03 h6{
		text-align: left;
		font-size: 110%;
		font-weight: bold;
		color:#479f60;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	p#mika-link{
		margin-top: 30px;
	}
	p#mika-link a{
		text-decoration:underline;
	}

	
	
/*----------------------
 section cnt04
----------------------*/
section#cnt04{
	margin-top: 110px;
}

/*お客様の声*/
	section#cnt04 h2{
		text-align: center;
		margin-bottom: 0px;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;
	}
	section#cnt04 h3{
		text-align: center;
		font-size: 130%;
	}
	section#cnt04 h3 span{
		font-size: 180%;
	}

	section#cnt04 h3 br{
		display: none;
	}
	
	
	div#cnt04-inner01{
		width:1197px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
	}
	
	div#cnt04-inner01-cnt{
		width:60%;
		margin-left: auto;
		margin-right: auto;

		margin-bottom: 30px;
	}

	div#cnt04-inner01-cnt h4{
		background: #f5f1f1;
		border-bottom: 1px solid #e5e5e5;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 10px;
		margin-bottom: 20px;
		font-size: 130%;
	}

	div#cnt04-inner01-cnt p{
		text-align: left;
		padding: 20px;
	}

	
/*--------------------------------
cnt08
--------------------------------*/
	section#cnt08{
		padding-bottom: 50px;
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	section#cnt08 h2{
		font-size: 300%;
		font-weight: bold;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;

		margin-bottom: 0px;
		margin-top: 50px;
		text-align: center;
	}	
	section#cnt08 h3{
		text-align: center;
		font-size: 130%;
		margin-bottom: 50px;
	}
	
	section#cnt08 h4{
		font-size: 160%;
		font-weight: bold;
		padding: 30px 30px 30px 65px;
		margin-bottom: 10px;
		color:#fff;
		background: #479f60 url(../images/cnt08/q.png) no-repeat 10px center;
	}
	
	section#cnt08 p{
		margin-bottom: 30px;
		background: url(../images/cnt08/a.png) no-repeat 10px 35px;
		padding: 30px 30px 30px 65px;
	}
	
	
/*----------------------
 section cnt05
----------------------*/
	section#cnt05{
		margin-top: 130px;
		text-align: center;
	}

	section#cnt05 h2{
		text-align: center;
		margin-bottom: 30px;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;
	}
	
	section#cnt05 h3{
		text-align: center;
		font-size: 130%;
	}

	div#cnt05-inner01 h4{
		font-weight: bold;
		font-size: 150%;
		margin-bottom: 5px;
		margin-top: 30px;
	}
	div#cnt05-inner01 h4 span{
		font-size: 50%;
		font-weight: normal;
	}

	p#cnt05-main{
		margin-top: 30px;
		margin-bottom: 15px;
		line-height: 2.3;
	}
	p#cnt05-sub{
		font-size: 90%;
		color:#666;
		margin-top: 30px;
		
	}
	
	p#img05-2{
		margin-top: 20px;
	}
	
/*--------------------------------
cnt06
--------------------------------*/
	
	section#cnt06{
		margin-top: 130px;
		text-align: center;
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}

	section#cnt06 h2{
		text-align: center;
		margin-bottom: 0px;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;
	}
	
	section#cnt06 h3{
		text-align: center;
		font-size: 130%;
	}
	
	section#cnt06 h4{
		text-align: left;
		font-size: 230%;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
/*共通*/
	div.cnt06-inner{
		margin-bottom: 30px;
		margin-top: 50px;
		text-align: left;
	}
	p.cnt06-inner-l{
		float:left;
		width:105px;
	}

	div.cnt06-inner-r{
		float:left;
		width:790px;
		margin-left: 20px;
	}
	
	div.cnt06-inner-r h3{
		font-weight: bold;
		font-size: 210%;
		margin-top: 0px;
		margin-bottom: 20px;
	}

	div.cnt06-inner-r p span{
		font-weight: bold;
		font-size: 120%;
		color:#CC0000;
	}

	
	p#cnt06-hiss{
		border: 1px solid #f87a13;
		border-radius: 10px;
		padding: 12px;
		background: #fbe6d5;
	}

	
/*--------------------------------
cnt07
--------------------------------*/
	
	section#cnt07{
		margin-top: 70px;
		text-align: center;
		width: 650px;
		margin-left: auto;
		margin-right: auto;
	}

	section#cnt07 img{
		width: 100%;
	}
	
	section#cnt07 p.cnt07-sp{
		display: none;
	}

	
/*----------------------
gallery
----------------------*/
div#gallery{
	margin-top: 110px;
	width:1200px;
	margin-left: auto;
	margin-right: auto;
}

	div#gallery h2{
		text-align: center;
		margin-bottom: 50px;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;
	}	

	div.main-img-sp{
		display: none;
	}


/*--------------------------------
contact【問合せフォーム】
--------------------------------*/

div#contact-cnt{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:22px;
	margin-top: 110px;
}

	div#contact-cnt h2{
		text-align: center;
		margin-bottom: 0px;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;
	}
	
	div#contact-cnt h3{
		text-align: center;
		font-size: 130%;
		margin-bottom: 50px;
	}
	
	p#contact-domein{
		border: 1px solid #ccc;
		background: #f3f3f3;
		padding: 10px;
		margin-top: 10px;
	}
	
/*--------------------------------
access-cnt【アクセス】
--------------------------------*/
section#access-cnt{
	width:100%;
	margin-top: 110px;
}

	section#access-cnt h2{
		text-align: center;
		margin-bottom: 0px;
		font-size: 330%;
		font-family: 'Homemade Apple', cursive;
	}

	section#access-cnt h3{
		text-align: center;
		font-size: 130%;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	
	

	
/*--------------------------------
ヒトノワblog
--------------------------------*/
	p#hitonowa-blog{
		margin-top: 50px;
		margin-bottom: 30px;
		text-align: center;
	}

	p#hitonowa-blog a{
		color:#fff;
		background: #519c61;
		border-radius: 30px;
		padding: 20px 20px;
	}

/*--------------------------------
footer-cnt【フッター】
--------------------------------*/
	
	p#footer-title01{
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	div#footer-cnt{
		background: #f5f5f5;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	div#footer-cnt h2{
		font-size: 80%;
		margin-bottom: 30px;
	}
	
	div#footer-cnt h2 span{
		font-size: 200%;
	}
	
/*facebook＋LINE@*/
div#s-fb-line-container{
	margin-top:25px;
	margin-bottom:25px;
	width:130px;
	margin-left: auto;
	margin-right: auto;
}
div#s-fb-line-container p{
	float:left;
	margin-right:5px;
}
div#s-fb-line-container p img{
	width:30px;
	height: auto;
	margin-right: 7px;
}
	

	
	
}

/*////////////////////////////////////////////////////////////////////////////////
PC向けのスタイル：769px～960px 
////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 769px) {

}





