/*
Theme Name: p-plus
Theme URI: http://p-plus.biz/
Description: ピープラス
Version: 4.0
Author: p-plus
Author URI: http://p-plus.biz/
*/

@charset "utf-8";

/* =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;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
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:90%/1.8 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
font:100%/1.8 "Sawarabi Mincho",sans-serif;*/
color:#000000;
font:110%/1.8 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
-webkit-text-size-adjust: none;
background:#fff;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#000000;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
/*color:#744000;*/
}

a:hover {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}


.post a{
text-decoration: underline;
}

.news_post a{
text-decoration: underline;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after,#footer:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post,#footer{zoom: 1;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
/*background:#fff url(images/header-bg.jpg);*/
background-repeat:repeat-x;
background:#fff;
}

#content{
margin:70px auto 0;
}




#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding:50px 0px 0px;
background:#fff;
border-top-width: 3px;
border-top-style: solid;
border-top-color: #ccc;
margin-top:-5px;
background: url(images/base.jpg) repeat;
}


/* ヘッダー
*****************************************************/
#header .bg{ background:#001760;
text-align:center;
padding:10px;
}


/* 電話 + 住所
----------------------------------*/

#header h2{
font-weight:normal;
color: #fff;
font-size:160%;

}

#header h2 a{
color: #fff;
font-family: 'Adamina', serif;}

#header h2 span{
font-size:60%;
}

#header p.time{
color: #fff;
font-size:100%;
margin-top:-5px;
}


@media all and (max-width: 700px) {
.break:before { content: "\A"; white-space: pre; }
}




/* ロゴ (サイトタイトル)
----------------------------------*/
p.header-logo{
float:left;
width:450px;
margin:20px 0px 10px;
}

.header_r{
float:right;
width:510px;
text-align:right;
}

/* 
.header_r h1{
font-size:90%;
margin:10px 0px 20px;
color: #001760;
text-align:right;
}
*/

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1000px){
	p.header-logo{float:none;width:100%;text-align:center;}
	p.header-logo img{width:100%;height:auto;}
	.header_r{float:none;width:100%;text-align:center;}
	
}	

/* ナビ固定
----------------------------------*/
.header_fixed{
/*
 width: 100%;
 z-index: 999;
 */
}


.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
   background:#fff;
  opacity: 0.95;
}

@media only screen and (max-width: 959px){
.clone-nav {
  position:  initial;
  z-index:  initial;
  width:  initial;
  transition:  initial;
  transform:  initial;
}
.is-show {
  transform: initial;
  box-shadow:initial;
   background:initial;
  opacity: initial;
}
	}


/* サブナビゲーション
----------------------------------
#header ul{
padding:10px 0px 5px;
}

#header ul li{
display:inline !important;
margin-left:2px;
list-style-type: none;
}
*/

.shop-info{padding:10px 0px;}
.tel{font-size:150%;font-family: 'Adamina', serif;}


/* 1024px以下から 1カラム表示（ヘッダ部分）
------------------------------------------------------------
@media only screen and (max-width: 1024px){
#header ul{float:none;width:90%;margin:-20px auto;text-align:center;padding:0px 10px;}
.fixed{display: none;}
.shop-info{display: none;}
}
*/

/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:35px;
line-height:0;
text-align:center;
z-index:0;}

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

#mainImg a:hover img{opacity:.9;}

.postWrap{
padding:20px 0 30px;
}

article.archive span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
#content h1{
clear: both;
font-size: 150%;
margin: 15px 0px 30px;
padding:0px 0px 0px;
text-align:center;
font-family: 'Comfortaa', cursive;
}

#content h1 span{
  border-bottom:5px solid #001760;
  padding:0px 10px 0px;
}


#content h2{
clear: both;
font-size: 170%;
margin: 15px 0px 10px;
padding:0px 0px 0px;
text-align:center;
/*font-family: 'Comfortaa', cursive;*/
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#content h2 span{
  border-bottom:5px solid #001760;
  padding:0px 10px 0px;
}

h3{
/*border-bottom: solid 2px #a2a2a2;*/
text-align:center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 150%;
}

h4{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 130%;
}






h4{
clear:both;
margin:0px 0 30px;
font-size:140%;
}



span.text-s{
font-size:85%;
}


.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

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

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

.post ul li{
margin:5px 0 0 15px;
list-style:disc;
}

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

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


.post table{
border: none;
border-collapse: collapse;
border-spacing: 0;
margin:0px 0px 50px;
width:100%;
border: #bcbcbc solid  1px;
}

.post table tr{
border-bottom: #bcbcbc solid;
border-width: 0 0 1px 1px;
}

.post table th{
	padding:15px 10px;
	font-size:120%;
	white-space: nowrap;
	/*text-align:center;*/
}
.post table td{
	padding:15px 10px;
	border-left: #bcbcbc solid  1px;
}

@media screen and (max-width: 959px) {
	
.post table{
border-top:initial;
border-spacing:initial;
border: initial;
/*text-align:center;*/
}
.post table tr{
border-bottom:initial;
border-width:initial;
/*margin:10px 0px 0px !important;*/
}	
	.post table th{
	display: block;
	padding:5px 5px !important;
	/*background: #dfedff;*/
	margin:15px 0px 10px !important;
	background: #d5d5d5;
}
.post table td{
	display: inline;
	padding:10px 0px !important;
	border: initial;
	background:  initial;
	}

}

.post dt{font-weight:bold;}

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

.post ul{margin-bottom:20px;}

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

img.aligncenter {
display: block;
margin:5px auto 40px 0;
}

img.alignright{
margin:0 0 25px 25px;
float:right;
}

img.alignleft{
margin: 0 25px 25px 0;
float: left;
}


/* フッター　ウィジェット
*****************************************************/
.widgetWrap{
margin: 0 0 20px;
padding: 3px;
}

#banners img{
max-width:300px;
height:auto;
margin-bottom:10px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #eeeeee;
}

section.widget a{
color:#000000;
display:block;
border-bottom: 1px solid #eeeeee;
padding:9px 0 5px 0;
}

section.widget ul.sub-menu{margin-left:10px;}

section.widget a:hover{
background-position: 3px 50%;
color:#999999;
}





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

#copyright{
clear:both;
padding:50px;
text-align:center;
font-size:90%;
zoom:1;
background:#f3b2c1;
color:#fff;
}

/*-----------------------------------------------
新着情報☆追加
----------------------------------------------- */	
.news_post{
	margin: 0px 0px 40px;
}
.news_post dl {
	padding:15px 0px 25px !important;
	margin: 0px 0px 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	color: black;
}
.news_post dt {
	width: 150px;
	margin: 10px 0px 0px;
}
.news_post dd {
	margin: -28px 0px 0px 150px;
}

.news_post dd a{
	text-decoration: underline;
}

.category-mark a{
	color: #FFFFFF;
	display:block;
	padding: 2px 0px;
	text-decoration: none !important;
}	

.category-mark a:hover{
    	background-color:rgba(192,237,232,0.2);
}

.category-mark {
	color: #FFFFFF;
	margin: 0px 10px 0px 0px;
	font-size: 90%;
	/*display:inline;*/
	float:left;
	width: 110px;
	text-align: center;
}

.category_news{background-color: #0030c4;}
.category_menu{background-color: #219132;}



/* 施工前と施工後
------------------------------------------------------------*/
.thumbWrap{
width:1000px;
margin:0px -40px 40px 0 !important;
}

.thumbWrap li.ph−w455{
float:left;
width: 455px;
margin:0 0px 0 0;
padding:2px 0 0px;
background:none;
}

.thumbWrap li.ph−w40{
float:left;
width: 40px;
background:none;
padding:150px 0 0px;
color: #004da0;
}


/*-----------------------------------------------
サムネイル☆追加
----------------------------------------------- */	
.block-grid {
  width: auto;
  overflow: hidden;
  list-style: none;
  margin: 10px 0% 20px 0%;
  padding: 0;
 
}
.block-grid li {
  float: left;
  margin: 0 7% 30px 0 ;
  padding: 0;
   width: 300px;
}
.block-grid li:last-child{
  float: left;
  margin: 0 0% 0px 0 ;

}
.block-grid li img{
    width: 300px;
	height:auto;
	border-radius: 20px;
}

  
.block-grid li a:hover img{ 
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";/* ie 8 */
}

/*-----------------------------------------------
サムネイル3☆追加
----------------------------------------------- */	
@media (min-width: 644px){/*644以上の画面サイズの指示*/
  .block-grid-3 li {/*3カラム*/
    width: 28%;/*100割るは33％引くマージン7％(3番目がlast-childで0)*/
  }
  .block-grid-3 li:nth-child(3n+1) {/*4目から次の行へ*/
    clear: both;
  }
}

@media (max-width:644px){/*644以下の画面サイズの指示*/
 .block-grid-3 li {
	 float:none;
	 margin:10px auto 20px;text-align:center;width: 100%;
	 /*
	margin: 0 5% 3%;
    width: 40%;   100割る2は50％引くマージン5％＋5％*/
  }
  
   /*.block-grid-3 li:nth-child(2n+1) {3目から次の行へ
  clear: both;
}*/
}

/*-----------------------------------------------
サムネイル4☆追加
----------------------------------------------- */	

@media (min-width: 644px){/*644以上の画面サイズの指示*/
  .block-grid-4 li {/*4カラム*/
    width: 20%;/*100割るは25％引くマージン7％(3番目がlast-childで0)*/
  }
  .block-grid-4 li:nth-child(4n+1) {/*5目から次の行へ*/
    clear: both;
  }

 
  .block-grid-4 li ul.list li{
width: 100%;
display: block
display: list-item;
list-style: circle;
margin: 0 0 0 20px;
  }
  .block-grid-4 li ul.list li a{
text-decoration: underline;
}
.block-grid4 li h3{font-size:120%;margin: 20px 0;text-align:center;}

  
}

@media (max-width:644px){/*644以下の画面サイズの指示*/
.block-grid4 li img{margin-top:20px;}
.block-grid4 li h3{margin-top:-5px;}
 .block-grid-4 li {
	 float:none;
	 margin:10px auto 0px;text-align:center;width: 100%;
	 /*
	margin: 0 5% 3%;
    width: 40%;   100割る2は50％引くマージン5％＋5％*/
  }
  
   /*.block-grid-3 li:nth-child(2n+1) {3目から次の行へ
  clear: both;
}*/

}



/*-----------------------------------------------
サムネイル2☆追加
----------------------------------------------- */	

@media (min-width: 644px){/*644以上の画面サイズの指示*/
  .block-grid-2 li {/*2カラム*/
    width: 40%;/*100割るは50％引くマージン3％＋3％*/
  }
  .block-grid-2 li:nth-child(3n+1) {/*4目から次の行へ*/
    clear: both;
  }
}

@media (max-width:644px){/*644以下の画面サイズの指示*/
 .block-grid-2 li {
	 float:none;
	 margin:0 auto;text-align:center;width: 100%;
  }
  
}


/*-----------------------------------------------
メニュー☆追加
----------------------------------------------- */	
.menus{text-align:center;width:100%; margin:0 auto;}

.menus h3{
padding: 0.25em 0.5em  1em;/*上下 左右の余白*/
margin:0px 0 20px;
background: transparent;/*背景透明に*/
font-size:120%;
}

.menu-box{  
    margin:20px auto;
	padding: 5px 10px;/*上下 左右の余白*/
	text-align:center;
	background-color: #fbe3ba;
	display:inline-block;/*枠の長さ*/
}




/*-----------------------------------------------
フェイスブックのレスポンシブ☆追加
----------------------------------------------- */
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}



/*-----------------------------------------------
メールフォーム☆追加
----------------------------------------------- */
.subject{  
font-size: 110%;
}

/* 追加☆フォームデザイン
------------------------------------------------------------*/
form strong{
	color:#ff0000;
	font-size: 90%;
	}
	
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}


input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #5085bb;
background: -moz-linear-gradient(top, #5085bb 0%, #356aa0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5085bb), color-stop(100%,#356aa0));
background: -webkit-linear-gradient(top, #5085bb 0%,#356aa0 100%);
background: -o-linear-gradient(top, #5085bb 0%,#356aa0 100%);
background: -ms-linear-gradient(top, #5085bb 0%,#356aa0 100%);
background: linear-gradient(to bottom, #5085bb 0%,#356aa0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5085bb', endColorstr='#356aa0',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #5085bb;
background: -moz-linear-gradient(top, #356aa0 0%, #5085bb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#356aa0), color-stop(100%,#5085bb));
background: -webkit-linear-gradient(top, #356aa0 0%,#5085bb 100%);
background: -o-linear-gradient(top, #356aa0 0%,#5085bb 100%);
background: -ms-linear-gradient(top, #356aa0 0%,#5085bb 100%);
background: linear-gradient(to bottom, #356aa0 0%,#5085bb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#5085bb',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

.form-waku{width:90%}


/* 追加☆フォーム入力例
------------------------------------------------------------*/
/* ▼IE10・IE11用 */
:-ms-input-placeholder {
   color: #cecece;
}

/* ▼Chrome・Safari・Opera用(※Edgeにも使える) */
::-webkit-input-placeholder {
   color: #cecece;
}

/* ▼Firefox18以前用 */
:-moz-placeholder {
   color: #cecece;
}
/* ▼Firefox19以上用 */
::-moz-placeholder {
   color: #cecece; opacity: 1;
}

/* ▼CSS標準(予定)の記述 */
:placeholder-shown {
   color: #cecece;
}








/*-----------------------------------------------
共通☆追加
----------------------------------------------- */	
.link_box{  
clear:both;
    margin:20px auto;
	text-align:center;
	/*background-color: #fbf7f0;*/
	font-size: 130%;
	border: 1px solid #000;
	font-family: 'Noto Sans', sans-serif;
}
.link_box a{
	display:block;
	padding:5px 10px;
	text-decoration:none;
}
.link_box a:hover{
    	background-color:rgba(255,255,255,0.8);
}

@media only screen and (max-width: 700px){
.link_box{  width:80%;margin:0px auto 30px;}

}

.btn_en a:hover img{ 
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";/* ie 8 */
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}


.parts_center {
	padding:0px;
	margin:0px 0px 0px;
	text-align: center;    
}

.parts_right {
	text-align: right;    
}
.parts_left {
	text-align: left;    
}


.kome{
padding-left:0.6em;
text-indent:-0.5em;
font-size:90%;
}

.font-s{font-size:70%;}

.font-130{font-size:130%;}
.font-200{font-size:200%;}

.ph_img img{	
margin:0px 0px 20px;
}

.space-w20{	padding:0px 20px;}
.space-t30{	padding:30px 0px 0px;}
.space-t50{	padding:50px 0px 0px;}
.space-b50{	padding:0px 0px 50px;}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clears{clear:both;}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1000px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* 改行設定 */
/* パソコン改行  <br class="br-pc"> */
/* スマホ改行     <br class="br-sp"> */
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*-----------------------------------------------
ぱんくず
----------------------------------------------- */
.bread_crumbSet{
font-weight: normal;font-size:90%;
margin:20px 0px 0px;
}

.bread_crumb{
	list-style-type: none;	
}

.bread_crumb li{
	display: inline;
}
.bread_crumb li a:after{
	content:" > ";
}

.bread_crumb li a{
	margin:0px 0px;padding:0px 5px 0px 0px;	
}


.bread_crumb li.entry_title{
	margin:5px 0px 0px;padding:10px 0px 0px 0px;
	color:#353535;
}

/*-----------------------------------------------
ページリターン☆追加
----------------------------------------------- */		
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 150%;
}
#page-top a {
	background: #ea7b95;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 50px;
	line-height: 50px;
}
#page-top a:hover {
	text-decoration: none;
	background: #f3b2c1;
}







/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
#wrapper, #header, .inner{width:100%;}


nav#mainNav ul, .thumbWrap{margin:0 auto;}
nav#mainNav ul ul{padding:0;}

nav div.panel{float:none;}

#mainImg img{
width:100%;height:auto;
margin-top:-35px;
}

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

#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0 1% 0 0;}
#banners p img{width:31%;height:auto;}

.thumbWrap{width:100%;margin:10px auto 0;text-align:center;}
.thumbWrap img{width:100%;height:auto;}

.thumbWrap li.ph−w455{float:none;max-width: 455px;height:auto;margin:0 auto;text-align:center;}
.thumbWrap li.ph−w40{float:none;margin:0 auto;text-align:center;padding:10px 0;}


#footer p,h4{padding:0 10px;}


#calendar_wrap table{margin:0 auto;width:300px;}

.news_l{float:none;width:95%;height:auto;}
.news_r{float:none;width:95%;height:auto;margin:0 0 40px;}

.break-box {
   display: flex;           /* flexコンテナ化 */
   flex-direction: column; /* 縦向きに配置 */
}
.news_l { order: 2; }   /* 配置順を2番目に */
.news_r { order: 1; }   /* 配置順を1番目に */


img.alignright{float:none;margin:0px;}
img.alignleft{float:none;margin:0px;}
/*.ph-set{width:100%;margin:0px auto 0;text-align:center;}
.ph-set img{max-width:100%;height:auto;}*/


}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
#header{text-align:center;}
#header h2,#header h1,#header p,#header ul{float:none;}
.category-mark{float:none;margin: 0px 0px 10px ;}

.thumbWrap li.ph−w455{width: 100%;height:auto;}

}

/* 幅330px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 330px){
#calendar_wrap table{width:100%;}
#banners p img{width:31%;height:auto;}

}





/*追加☆メイン画像部分
------------------------------------------------------------*/
.hero{
  text-align: center; 
  position:relative;
  width: 100%;
  border-top: 4px solid #f3b2c1;
}
 
#hero1{
 background-image: url("images/main-bg.jpg");
   background-size:cover;
   background-position:bottom center;
 /*background-position:bottom center;*/
 /*background-attachment:fixed; 画像大きく */ 
}
#hero2{
 background-image: url("images/main-bg.jpg");
   background-size:cover;
  background-position:center center;
  /*background-attachment:fixed; 画像大きく */ 
}
#hero3{
 background-image: url("images/main-bg3.jpg");
 background-size:cover;
  background-position:top center;
  background-attachment:fixed;
}
.bg-ph{
/*height: 100vh;*/
  min-height:450px;
  position: relative;
}

.bg-ph2 , .bg-ph3{
  min-height:120px;
  position: relative;
  padding:20px 0px 0px;
}

#hero2 h1 {
font-size: 170%;
color:#fff;
margin: 0px auto 0px;
padding:0px 0px 0px;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}	

.hero h2 {
position: relative;
line-height: 1.4;
padding:0.25em 1em;
display: inline-block;
color:#fff;
margin:130px auto 0px;
 padding:20px 40px;
}

.hero h2:before,h2:after{ 
  content:'';
width: 50px;
height: 50px;
position: absolute;
display: inline-block;
}

.hero h2:before{
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  top:0;
  left: 0;
}

.hero h2:after{
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  bottom:0;
  right: 0;
}


.hero h2 span{
font-family: 'Tangerine', cursive;
 /* winでも綺麗にみせる */ transform: rotate(.03deg);
font-weight:normal;
font-size: 300%;
padding:0px 0px 20px !important;
color:#fff;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
line-height:1;
	}
	
.hero p {
color:#fff;
margin:30px auto 0px;
}	

  
  /* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
.hero h1{font-size: 180%;}
.hero h1 br {display: none;}
#hero1 h2{text-align:left;}
#hero2 h1 {font-size: 150%;}
	  }
	  
/*-----------------------------------------------
追加☆花罫線
----------------------------------------------- */	  
.flower-bg {	  
  	background-image: url(images/flower.png);
	background-repeat: repeat-x;
	background-position: bottom;
	/*background-position: top;*/	
	  width: 100%;
	  margin:0px auto 0px;
	  padding:0px 0px 50px;
	}
	
/*-----------------------------------------------
追加☆2分割
----------------------------------------------- */
.box-set {
    padding:20px 30px 30px;
}
.box-l {
          float: left;
		  width:30%;
}
.box-l img{width:100%;height: auto;border-radius: 20px; text-align:center}

.box-r {
          float: right;
		  width:70%;
}
  
.box-r h2 {
	font-size: 140%;
	 padding:0px 0px 20px 20px;
	 line-height:1.5;
	 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }  

.box-r p { padding:0px 0px 30px 20px;}

.box-r strong{font-weight:bold;}

@media only screen and (max-width: 700px){
.box-l{float:none;width:100%;height:auto; text-align:center}
.box-r{float:none;width:100%;height:auto;margin:0 0 40px;}
	}
  
/*-----------------------------------------------
追加☆サービス内容
----------------------------------------------- */  
.work h3 span{border-bottom: dashed 1px #87CEFA;}

@media (max-width:700px){
.work h3{text-align:left;}
.work h2{text-align:left !important; font-size: 140% !important;}
}

.work img{
	height:auto;
	border-radius: 20px;
}

.work-set {
    margin:0px 0px 0px;
	clear:both;
}
.work-l {
          float: left;
		  margin:0px 0px 20px;
		  width:20%;
		  font-size: 130%;
		   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.work-r {
          float: right;
		  width:80%;
}
.work-r p { padding:0px 0px 30px 40px;}

@media only screen and (max-width: 700px){
.work-l{float:none;width:100%;height:auto; text-align:center;margin:0px 0px 0px;}
.work-r{float:none;width:100%;height:auto;margin:20px 0 0px;}
.work-r p { padding:0px 0px 30px 0px;}
	}


.work-bg{
   background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQYV2NkQAXGjEh8YyD7LEwAzAFJggTgHJAAAE+uAzhP39aBAAAAAElFTkSuQmCC) repeat;
   text-align:center;
   border-radius: 10px;
   padding:30px 0px;
}
.work-bg-y{  
clear:both;
    margin:0px 0px 40px 30px;padding:30px;
	background-color: #fef5cd;
}

.work-bg-p{
   background-color: #f9d8e0;
   text-align:center;
   border-radius: 10px;
   padding:30px 0px;
}