@charset "utf-8";
@import url("style.css");

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
border:0;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
}

:focus{
outline:0;
}
.bold{
    font-size: 110%;
}
ol, ul{
list-style:none;
}

table{
border-collapse:separate;border-spacing:0;
}

caption, th, td{
font-weight:normal;text-align:left;
    border: solid 1px #FFB83F;
}

blockquote:before, blockquote:after,q:before, q:after{
content:"";
}

blockquote, q{
quotes:"" "";
}

a img{
border:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
display:block;
}

body{
font:15px/2.0 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
-webkit-text-size-adjust:100%;
}
/* リンク設定
------------------------------------------------------------*/

a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#F7931E;
}

a:hover, a:active{
outline:none;
color:#cdcdcd;
}

/**** Clearfix ****/

nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{
content:""; display:table;clear:both;
}

nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{
zoom:1;
}


/* レイアウト
------------------------------------------------------------*/

#wrapper, .inner{
margin:0 auto;
width:1110px;
}

#header{
text-align:center;
}

#content{
float:right;
width:790px;
padding:40px 0 50px;
}

#sidebar{
float:left;
width:280px;
padding:40px 0 50px;
}

#footer{
clear:both;
padding:20px 0 30px;
background-color: #F7EDA7;
} 


/* ヘッダー
------------------------------------------------------------*/

#header h1{
padding:10px 0;
font-size:80%;
font-weight:bold;
text-align:left;
}

.contact{
float:right;
text-align:right;
font-size:100%;
margin-top:-32px;
font-weight:bold;
}
.contact .tel{
margin-top:-5px;
font-size:170%;
font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
color: #F7931E;
}
.contact2{
float:left;
text-align:left;
font-size:100%;
margin-top:-32px;
font-weight:bold;
}
.contact2 .tel{
margin-top:-5px;
font-size:180%;
font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
}

#header h2{
clear:both;
margin-bottom:20px;
text-align:center;
color:#000000;
font-size:160%;
font-weight:bold;
}

#header h2 img{
width:350px;
}

#mainImg img{
width:100%;
height:auto;
}

.post{
margin:0 0 20px 0;
}


/* タイポグラフィ
------------------------------------------------------------*/

h2.title{
clear:both;
margin-bottom:50px;
padding-bottom:7px;
text-align:center;
font-size:150%;
font-weight:bold;
}

h2.title span{
color:#F7931E;
border-radius: 5px;
padding:10px;
}

h2.feature{
margin:15px 0 25px;
font-size:150%;
font-weight:bold;
border-bottom:3px solid #C6E9F7;
}

.post p{
padding-bottom:15px;
}

.post ul{
margin:10px 0 20px 20px;
}

.post ul li{
padding-left:5px;
list-style:disc;
}

.post ol{
margin:0 0 10px 30px;
}

.post ol li{
list-style:decimal;
}

.post h1{
margin:15px 0 25px;
padding:15px 0;
font-size:150%;
font-weight:bold;
border-bottom:3px solid #F7EDA7;
}

.post h2{
margin:15px 0 25px;
padding:15px 0;
font-size:130%;
font-weight:bold;
border-bottom:2px solid #F7EDA7;
}

.post h3{

font-size:120%;
font-weight:bold;
border-bottom:1px solid #000000;
}

.post h4{
margin:15px 0 10px;
padding:15px 0;
font-size:130%;
font-weight:bold;
}

.post h5{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h6{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}
 
.post blockquote {
clear:both;
padding:10px 0 10px 25px;
margin:10px 0 25px 0px;
border-left:5px solid #e9e9e9;
}
 
.post blockquote p{
padding:5px 0;
}

.post table{
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 30px;
width:100%;
}

.post table th{
width:100px;
padding:15px;
border:#cccccc solid;
border-width:0 0 1px 1px;
font-weight:bold;
background-color: #EDEDED;
}

.post table td{
padding:15px;
border:1px #cccccc solid;
border-width:0 0 1px 1px;
}

.keireki table th{
padding:0 10px 0 10px;
border:#cccccc solid;
border-width:0 0 1px 1px;
font-weight:bold;
}

.keireki table td{
padding:0 15px 0 15px;
border:1px #cccccc solid;
border-width:0 0 1px 1px;
}

.post dt{
font-weight:bold;
}

.post dd{
padding-bottom:10px;
}

.post img{
max-width:100%;height:auto;
}

img.aligncenter {
display:block;
margin:5px auto 20px auto;
text-align:center;
}

img.alignright{
margin:5px 0 30px 30px;
}

img.alignleft{
margin:15px;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}

.keireki{
margin: -20px 0px 0px 0px;
float:right;
}

img.gaikan{
margin:0;
}

/* サイドバー　ウィジェット
------------------------------------------------------------*/

section.widget ul{
margin:0 0 10px 0;
}

p.banner{
padding-bottom:20px;

}
p.banner2{
padding-bottom:20px;
line-height: 1;
text-align:center;
}

p.banner img{
max-width:280px;
height:auto;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:3px solid #F7EDA7;
}

section.widget ul{
margin:30px 0 30px 0;
}

section.widget li a{
display:block;
margin-top:15px;
color:#000000;
font-weight:bold;
}

section.widget li a:hover{
color:#cdcdcd;
}

.newsTitle{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:3px solid #F7931E;
}

.newsTitle h3{
float:left;
}

.newsTitle p{
float:right;
padding:5px 10px 0 10px;
font-size:70%;
}

.newsTitle p a{
color:#000000;
}

.newsTitle p a:hover{
color:#cdcdcd;
}

.news{
margin:30px 0 30px 0;
}

.news p{
clear:both;
margin-top:15px;
}

.news p a{
display:block;
color:#000000;
font-weight:bold;
}

.news span{
padding-left:10px;
}

.news a:hover span{
color:#cdcdcd;
}

.contact3 {
margin: 20px 0 0 0;
width: 280px;
}

/* フッター
------------------------------------------------------------*/

#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding:5px 16px;
}
*:first-child+html #footer li{
display:inline;
}

#footer li:first-child{
border:0;
}

#footer li a{
text-decoration:none;
font-weight:bold;
color:#000;
}

#footer li a:hover{
color:#cdcdcd;
}

#footer ul ul{
display:none;
}

#copyright{
clear:both;
padding:30px 0 37px;
text-align:center;
font-size:10px;
}

#pagetop{
position:fixed;
right:30px;
bottom:0px;
font-size:40px;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/

ul.post{
padding:0;
}

ul.post li{
}

ul.post img.right{
float:right;
margin:5px 5px 5px 25px;
}

ul.post img.left{
float:left;
margin:5px 25px 5px 5px;
}

ul.post h3{
border:0;
font-size:130%;
font-weight:bold;
color:#F7931E;
}

ul.post h3 a{
color:#F7931E;
}

ul.post h3 a:hover{
color:#cdcdcd;
}


/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1025px){


nav#mainnav{
position:relative;
margin-top:40px;
}

nav#mainnav ul{
display:flex;

justify-content:center;
align-items:center;
}

nav#mainnav ul li{
float:left;
}
    
    


nav#mainnav ul li a{
display:block;
text-align:center;
_float:left;
height:70px;
padding:10px 30px 0;
line-height:70px;
font-size:120%;
font-weight:bold;
color:#000000;
}

nav#mainnav ul li a span,nav#mainnav ul li a strong{
display:block;
font-size:85%;
line-height:1.7;
}

nav#mainnav ul li a span{
font-size:70%;
color:#F7931E;
}

nav#mainnav ul li a:hover span, nav#mainnav ul li a:hover{
color:#cdcdcd;
}

nav#mainnav ul ul{
width:160px;
border-top:0;
}

nav#mainnav ul li ul{
display: none;
}

nav#mainnav ul li:hover ul{
display: block;
position: absolute;
top:65px;
text-align:center;
z-index:500;
}

nav#mainnav ul li li{
background:#ffffff;
border-bottom:1px dotted #669900;
float: none;
width:160px;
height:40px;
line-height:40px;
margin:0;
}

nav#mainnav ul li li:last-child{
border:0;
}

nav#mainnav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size:95%;
text-lign:center;
}

nav#mainnav ul li li a:hover{
color:#cdcdcd;
}

nav div.panel{
display:block !important;
}

a#menu{
display:none;
}

}

table{
	    border-collapse: collapse;
    border-spacing: 0;
}
.post h7{
margin:15px 0 10px;
padding:15px 0;
font-size:109%;
font-weight:bold;
}

.midashi{
	max-width: 100%;
    height: auto;
	padding: 10px 0px 10px 0px ;
}

.price{
	
}
.koumoku:before{
	content:"";
	display:inline-block;
    padding-left: 20px;
	height:11px;
	background:url("images/icon1.png")no-repeat 50% 0%;

}
.koumoku {
font-weight:bold;
    vertical-align: inherit;
 height:60px;
 line-height:60px;
}
.post .price_table_01 {
   border: none;
    margin-bottom: 10px;
	
}
.post .price_table_02 caption{
    border-bottom: none;
    padding: 10px 5px;
    background-color: #FFFFF0;
}

.post .price_table_02 {
   border: none;
	
}

.post .price_table_01 tbody th {
	font-weight:100;
    border: none;
    border: solid 1px #FFB83F;
	background-color: #FFFFF0;
    width: 55%;
}

.post .price_table_02 tbody th {
    font-weight: 100;
    border: solid 1px #FFB83F;
    background-color: #FFFFF0;
    width: 32%;
}

.post .price_table_01 th {
    padding: 15px;
}

.post .price_table_02 th {
    padding: 15px;
}
.post .price_table_02 .price2 {
    background-color: #FFFFFF;
}
th {
    text-align: left;
}

.post td.price_right{
width: 70%;
border:solid 1px #FFB83F;
    color:#F7931E;
}

td.price_right2{
width: 70%;
border-bottom:solid 1px #FFB83F;
border-left:solid 1px #FFB83F;
border-right:solid 1px #FFB83F;
}

.price_table_01 td {
    padding: 15px 0;
    text-align: right;
}

.post .price_table_02 td {
    padding: 15px;
    text-align: right;
border:solid 1px #FFB83F;
    color:#F7931E;
}
.post .price_table_02 .th1{
    width:30%;
}
.post .price_table_02 .th2{
    width:33%;
}
/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

@media only screen and (max-width : 1024px ){

#header{
position:fixed;
width:100%;
z-index:500;
}
	
#headerWrap{
position:relative;
width:100%;
height:70px;
background:#ffffff;
border-bottom:1px solid #cccccc;
}
	
#header h1{
display:none;
}
	
#header h2{
padding-top:13px;
}
	
#header h2 img{
max-height:18px;
width:auto !important;
}

a#menu{
display:inline-block;
position:relative;
width:40px;
height:40px;
margin:10px;
}

#menuBtn{
display:block;
position:absolute;
top:60%;
left:50%;
width:18px;
height:2px;
margin:-1px 0 0 -7px;
background:#000000;
transition:.2s;
}

#menuBtn:before, #menuBtn:after{
display:block;
content:"";
position:absolute;
top:50%;
left:0;
width:18px;
height:2px;
background:#000000;
transition:.3s;
}

#menuBtn:before{
margin-top:-7px;
}

#menuBtn:after{
margin-top:5px;
}

a#menu .close{
background:transparent;
}

a#menu .close:before, a#menu .close:after{
margin-top:0;
}

a#menu .close:before{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

a#menu .close:after{
transform:rotate(-135deg);
-webkit-transform:rotate(-135deg);
}

.panel{
width:100%;
display:none;
overflow:hidden;
position:relative;
left:0;
top:0;
z-index:100;
}

#mainnav{
position:absolute;
top:0;
width:100%;
text-align:right;
z-index:500;
}

#mainnav ul{
background:#ffffff;
text-align:left;
}

#mainnav li a{
position:relative;
display:block;
padding:12px 25px;
border-bottom:1px solid #eeeeee;
color: #000000;
font-weight:bold;
}

#mainnav ul li a span{
display:none;
}

#mainnav ul li li{
border:0;
}

#mainnav ul li li a{
padding-left:40px;
}
}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
*****************************************************/

@media only screen and (max-width : 1024px ){


#wrapper{
padding-top:70px;
}

#wrapper, .inner{
width:100%;
}

#header .contact{
display:none;
}

nav#mainNav ul{
margin:0 auto;
}

nav#mainNav ul ul{
padding:0;
}

nav div.panel{
float:none;
}

#mainImg{
z-index:-100;
margin-bottom:30px;
padding-top:70px;
}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

h2.first{
margin-top:25px;
}

h2.topFirst{
margin-top:-80px;
}

.banner{
width:100%;
margin:0 auto;
text-align:center;
}

p.banner img{

height:auto;
}

section.widget_search{
text-align:center;
}

#footer li{
margin-bottom:10px;
}
    .inner .banner{
        text-align: right;
        
    }
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width:644px){

#header h2 img{
max-width:90%;
}

#mainImg{
height:200px;
overflow:hidden;
position:relative;
}

#mainImg img{
position:relative;
top:50%;
left:50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width:100%;
height:auto;
}

h2.title{
margin-bottom:35px;
}

ul.post img{
display:block;
margin:5px auto 20px auto;
float:none;
width:100%;
}

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

.alignright,.alignleft{
float:none;
}

}


.name{
text-align: right;
font-weight: bold;
}




img.right{
    float:right;
    margin: 10px
}

img.left{
    float:left;
    margin: 10px
}







/*グーグルマップ*/


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




/* 追記
------------------------------------------------------------*/
.marker {
background: linear-gradient(transparent 60%, #FFEF6C 60%);
font-weight:bold;
}


.marker2 {
background: linear-gradient(transparent 60%, #F7931E 60%);
font-weight:bold;
}



.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 120%;
	position: relative;
	display: block;
	width: 90%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	color: #F7931E;
    z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

.thumbnail {
    width: 32.666%;            /* 幅指定 */
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  top;       /* 要素を上揃えにする */
    background-color:  #FFFFFF;    /* 背景色指定 */
    margin-bottom: 10px;        /* 要素同士の隙間調整 */
    padding:  0px;             /* 余白指定 */
    box-sizing: border-box;     /* 崩れ防止 */
}
.box{
    overflow: hidden;
}

.container {
  display: flex;
flex-wrap: wrap;
justify-content: space-around;
    margin: 0px 0px 20px 0px;
}
#aisatu{
    font-size: 130%;
    color:#F7931E;
    font-weight: bold;
}
.hutoji{
    color: #FF809B;
    font-weight: bold;
}

.inner .banner{
    width:80%;
   text-align: right; 
}


.chroco a{
color: #000000;
border-bottom: dotted 1.5px #000000;
}

.chroco a:hover{
color: #b1b1b1;
border-bottom: dotted 1.5px #b1b1b1;
}

    .sp{
        display: none;
    }
.pc{
    width:90%;
    margin: 0 auto;
    margin-top: 20px;
}
.rec_banner{
    margin-top: 20px;
    transition: 1s;
}

@media only screen and (max-width : 1024px ){

}


@media screen and (max-width:480px){
/*
	.price_table_01 th{
	width:100%;
	text-align: center;
    display:block;
	}
   .price_table_01 td{
	text-align: center;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	width:100%;
    display:block;
	}
	
   .price_table_02 td{
	}
	
	.midashi { display: none; }
	.midashi2 { display: none; }
	
	.post table th {
		width: auto;
	}
	
	.post table td {
    padding: 15px 0;
	}
	td.td_text {
		width: 100%;
    display: inline-block;
    border-top: none;
	}
	.post.pricepage table{
	 border:none;
	}
	.post.pricepage td{
	 border:none;
	}
	td.price_right{
		border:none;
	}
		td.price_right2{
		border:none;
	}
		th.price2{
		border-top: solid 1.5px #F7931E;
	}
	
	.gaiyou {
		text-align: center;
	}
	p.test3{
}
.koumoku:after{
	content:"";
	display:inline-block;
    padding-left: 20px;
	height:11px;
	background:url("images/icon1.png")no-repeat 50% 0%;

}
	.koumoku:before{
	content:"";
	display:inline-block;
    padding-left: 20px;
	height:11px;
	background:url("images/icon1.png")no-repeat 50% 0%;

}
	.ryoukin{
		text-align: center;
}
.post td.price_right {
    font-size: 90%;
    width:100%;
    padding: 15px 0;
    }
.post .price_table_01 tbody th {
    font-size: 90%;
    width:100%;
    padding: 15px 0;
    }
    .post .price_table_02 tbody th {
        width:60%;
        font-size: 80%;
    padding: 15px 0;
	}
    .post .price_table_02 td {
     width:40%;   
        font-size: 80%;
        text-align: center;
        padding: 15px 0;
    }
    .post .koumoku {
    font-size: 100%;
    font-weight: bold;
    vertical-align: inherit;
    height: 60px;
    line-height: 10px;
}
    .c{
        text-align: center;
    }
   .post .price_table_02 .table_title{
       width: 100%;
        display: block;
    }
    .post .price_table_02 .table_menu{
        width:100%;
        display: block;
    }
    .post .price_table_02 .th1 {
        display: block;
    width: 100%;
}*/
.post .price_table_02 tbody th {
    font-weight: 100;
    font-size: 70%;
    width: 33%;
    padding:10px 5px;
}
.post .price_table_02 td {
    padding: 10px 5px;
    font-size: 70%;
    text-align: right;
}
.post .price_table_01 tbody th {
    font-weight: 100;
    font-size: 70%;
    background-color: #FFFFF0;
    width: 55%;
    padding:10px 5px;
}
.post td.price_right {
    font-size: 70%;
    width: 70%;
    padding:10px 5px;
}
.post .price_table_02 tbody .price2{
    
    }
    .post .price_table_02 caption {
    font-size: 80%;
}
    .gaiyou{
        font-size: 70%;
    }
    .midashi{
        display: none;
    }
    .sp{
        display: block;
    }
}
.card{
    padding: 0 20px;
}
.card img{
    width:200px;
    float: right;
}