@charset "utf-8";

/*
Theme Name: 骨院HP専科
Theme URI: https://www.kotsu-hpsenka.com/
Description: 骨院HP専科のテーマです。
Author: アリガト
Author URI: https://kotsu-hpsenka.com/
Version: 1.0
*/

/* kill 'Browser standard style'
---------------------------------------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,address,pre,
strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}
*/

/* Re style
---------------------------------------------------------------------------- */

a { color: #45A5D6; text-decoration: none;}
a:hover { color: #64b9e5; text-decoration: underline;}
/*a:visited { color: #3688BA;}*/

strong { font-weight: bold; }
em     { font-style: normal; }

img {
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
  	height: auto;
}

hr { display:none; }

p {
	margin-top: 0;
	padding-bottom: 0;
	line-height: 1.75;
}

li { margin: 0; list-style: none; }

ul ul, ol ul, ul ol, ol ol,dl ul, dl ol, dl dl, td td, dt label { font-size: 100%; }

table { border-collapse: collapse; }

small{font-size:80%;}

/* html5
---------------------------------------------------------------------------- */
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
	display:block;
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}


/* body 
---------------------------------------------------------------------------- */
body{
	padding: 0;
	color: #333333;
	font: 1.2em  "Noto Sans JP" , sans-serif;
	/*font: 1.1em  "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	/*font: 1.1em  'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
	line-height: 1.75;
	/*background: #fff;*/
	overflow-x: hidden;
	/*background: url(images/bg_cream.jpg) repeat left top;*/
	/*background-color:#FFF6EE;*/
}

@media screen and (max-width: 1000px) {
	body{
		font: 1.1em  "Noto Sans JP" , sans-serif;
		font: 1.1em  "Noto Sans JP" , sans-serif;
		/*font: 0.875em  "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
		/*font: 0.875em  "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	}
}

/* パンくず
---------------------------------------------------------------------------- */
div.breadcrumbs {
  /*max-width: 1000px;*/
  margin:10px auto 0 auto;
	padding-left:20px;
	font-size:80%;
}
@media screen and (max-width: 736px) {
div.breadcrumbs {
	padding-left:10px;
}
}

/* wrapper
---------------------------------------------------------------------------- */
#wrapper{
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

/* container
---------------------------------------------------------------------------- */
#container{
	width: 100%;
	margin: 0 auto;
	/*max-width:1020px;*/
	background-color: #fff;
	border-left:2px solid #999;
	border-right:2px solid #999;
	box-shadow: 0 0 8px gray;
	/*background: url(images/bg_cream.jpg) repeat left top;*/
}
@media screen and (max-width: 736px) {
#container{
	border-left:none;
	border-right:none;
	box-shadow: 0 0 0 gray;
}
}

/* header
---------------------------------------------------------------------------- */
#header{
	width: 100%;
	background: #ffffff;
}
#header .inner{
	max-width: 1080px;
	width:100%;
	margin: 0 auto;
	position: relative;
	padding:15px 0;
}
.header_description{
	background-color:#5997BC;
	color:#fff;
	padding:3px 8px;
	font-size:70%;
	line-height:1.1;
}
#header .inner h1{
	/*font-size:12px;
	margin-bottom:20px;*/
	margin-bottom:3px;
}
#header .inner .head_logo{
	float:left;
	/*width: 34.3%;*/
	width: 48%;
	padding-top:3px;
}
#header .inner .head_logo p{
	font-size:70%;
	line-height:1.2;
}
#header .inner .head_logo img{
	max-width:450px;
	width:100%;
}
#header .inner .head_tel{
	float:right;
	/*width: 65%;*/
	width: 48%;
	text-align:right;
}
#header .inner .head_tel p.telimg{
	margin-bottom:5px;
	line-height:1.5;
}
#header .inner .head_tel img{
	width:100%;
	max-width:315px;
}
#header .inner .head_tel p.timetxt_ue{
	font-size:12px;
	line-height:1.3;
	margin-bottom:3px;
}
#header .inner .head_tel p.timetxt{
	font-size:12px;
	line-height:1.2;
}

/*　時刻表入れるとき
.head_tel_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	margin: 0 auto 10px auto;
	max-width:660px;
	width:100%;
}
.head_tel_inner div.time{
	flex-basis: 47.3%;
	max-width:47.3%;
	margin:10px 0;
}
.head_tel_inner div.denwa{
	flex-basis: 50.14%;
	max-width:50.14%;
	text-align:right;
}
.head_tel_inner img{
	width:100%;
}
#header .inner .head_tel img.pc{
	max-width:341px;
	width:100%;
}
#header .inner .head_tel p.line{
	max-width:251px;
	width:100%;
	float:right;
}
*/


ul.gnavi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	margin: 5px auto 5px auto;
	max-width:1080px;
	width:100%;
}
ul.gnavi li{
	flex-basis: 14.2%;
	max-width:14.2%;
	border-right:2px solid #ccc;
	text-align:center;
}
ul.gnavi li:first-child{
	border-left:1px solid #ccc;
}
ul.gnavi li a{
	color:#333;
	font-size:85%;
}
ul.gnavi li a:hover{
	color:#ff5b00;
}

@media screen and (max-width: 1000px) {
#header .inner h1{
	margin-left:5px;
}
#header .inner .head_logo{
	/*margin:0 0 0 5px;*/
}
#header .inner .head_tel{
	margin:0 5px 0 0;
}
}
	
@media screen and (max-width: 736px) {
#header{
	margin-bottom:5px;
	/*height:59px;*/
}
.header_description{
	display: none;
}
#header .inner{
	padding:5px 0;
}
#header .inner h1{
	margin-bottom:0;
	margin-left:0;
}
#header .inner .head_logo{
	float:none;
	width: 100%;
	margin:0 0 0 0;
	text-align:center;
}
#header .inner .head_logo p{
	display:none;
}
#header .inner .head_logo img{
	width:auto;
	height:40px;
}
#header .inner .head_tel{
	display:none;
}
.sp_gmenu_logo_wrap{
	padding-bottom:8px;
	border-bottom:2px solid #5997BC;
	clear:both;
	position:relative;
	height:64px;
}
.sp_gmenu_logo{
	width: 60%;
	margin:0 0 0 0;
	position:absolute;
	top:14px;
	left:5px;
}
.sp_gmenu_logo img{
		width:100%;
}
.sp_gmenu_logo_wrap p{
	position:absolute;
	top:13px;
	right:60px;
	width:auto;
}
}

@media screen and (max-width: 480px) {
.sp_gmenu_logo{
	top:14px;
}
}
@media screen and (max-width: 360px) {
#header .inner .head_logo img{
	width:auto;
	height:26px;
}
}
@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 736px) {
ul.gnavi{
	display: none;
}
}

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

}




	

/* content
---------------------------------------------------------------------------- */

#content{
	max-width: 1080px;
	width:100%;
	margin: 0 auto;
}

/*メインコンテンツ*/
#content #primaryContent{
	max-width: 1080px;
	width:100%;
	margin: 0 auto;
	padding:0 0;
}
#content #primaryContent.toppage{
	margin: 10px auto 0 auto;
}
@media screen and (max-width: 1000px) {
	.sp_innerpd{
		padding: 0 10px;
	}
	#content #primaryContent{
	padding:0 0;
	}
}


/*見出し*/







/* topicPath
---------------------------------------------------------------------------- */
	
#topicPath {
	height: 30px;
	line-height: 32px;
	background: #FFF;
	margin-top: -40px;
	margin-bottom: 30px;
}
	#topicPath ul{
		width: 1000px;
		margin: 0 auto;
		padding: 0 0 0 30px;
		background: #F2F2F2 url(../images/cmn_img/bg_home.gif) no-repeat 10px center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#topicPath ul span{
		font-size: 12px!important;  
	}
	
	#topicPath li {   
		display: inline;  
		line-height:110%;   
		list-style-type:none; 
		font-size: 12px!important;  
	}

	#topicPath li.home{
		
	}
		#topicPath li a {   
			margin-right: 3px;   
			padding-right: 13px;   
			background:url(../images/cmn_img/topicpath.gif) no-repeat right center; 
			font-size: 12px!important;    
		}
@media screen and (max-width: 480px) {
	#topicPath{ display: none; }
}

/* footer
---------------------------------------------------------------------------- */

/* pagetop */

#page-top {
    position: fixed;
    bottom: 55px;
    right: 10px;
	z-index: 99999;
}
#page-top a {
    text-decoration: none;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}

.sp_bottom_menu{
    display:none;
}



#footer {
	width: 100%;
	margin : 0 auto;
	background: #5997BC;
	clear:both;
	overflow:hidden;
	color:#fff;
}
@media screen and (max-width: 1000px) {
	#footer {
		height: auto;
		
	}
}



/*フッターナビゲーション*/
#footer .foot_wrap_bg{
	background: #5997BC;
}
#footer .foot_wrap{
	background: #5997BC;
	padding: 40px 0 20px 0;
	color: #fff;
	font-size:14px;
	margin: 0 auto;
	max-width:1000px;
	width:100%;
}	
#footer a{
	color:#fff!important;
	text-decoration: none;
}
#footer a:hover{
	color:#f2f2f2!important;
	text-decoration: none;
}

#footer .foot_menu{
	background: #0074a7;
	padding: 20px 0 10px 0;
}

#footer .foot_menu ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width:1000px;
	width:100%;
	margin: 0 auto;
}

#footer .foot_menu ul li{
	align-items: stretch;
	font-size:15px;
	padding:0 12px;
	margin-bottom:12px;
}
#footer .foot_menu ul li:last-child{
	align-items: stretch;
	font-size:15px;
	padding:0 0 0 8px;
}

#footer .foot_wrap .foot_wrap_r{
	text-align: left;
	width:56%;
	float:right;
}
#footer .foot_wrap .foot_wrap_r h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom:12px;
}
#footer .foot_wrap .foot_wrap_r ul {
  display: flex; /* Flexboxを適用 */
  list-style: none; /* リストの点を削除 */
  padding: 0;
  margin: 0;
}

#footer .foot_wrap .foot_wrap_r ul li {
  margin-right: 10px; /* li要素の間隔 */
}

/* 最後のliのマージンをなくす */
#footer .foot_wrap .foot_wrap_r ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 736px) {
#footer .foot_wrap .foot_wrap_r ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin: 0 auto 0 auto;
	width:100%;
}
#footer .foot_wrap .foot_wrap_r ul li {
  margin-right: 0px; /* li要素の間隔 */
	flex-basis: 47.5%;
	max-width:47.5%;
	margin-bottom:10px;
}
}


#footer .foot_wrap .foot_wrap_l{
	width:38%;
	text-align:left;
	float:left;
}
#footer .foot_wrap .foot_wrap_l p{
	line-height:1.5em;
}
#footer .copy_wrap .txtlink span{
	margin-right:20px;
}
.copywrite{
	font-size:15px;
	padding-top:30px;
	padding-bottom:12px;
	text-align:center;
}

ul.foot_panalink{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin: 0 auto 30px auto;
	max-width:1000px;
	width:100%;
}
ul.foot_panalink li{
	flex-basis: 235px;
	max-width:235px;
	margin-bottom:10px;
}
ul.foot_panalink li img{
	width:100%;
}
@media screen and (max-width: 736px) {
	
#footer .foot_wrap{
	padding: 20px 0 10px;
	font-size:13px;
}
#footer .foot_menu{
	padding: 10px 0 5px;
	font-size:13px;
}
#footer .foot_menu ul{
	
}

#footer .foot_menu ul li{
	font-size:13px;
	line-height:0.5;
}
#footer .foot_wrap .foot_wrap_r{
	width:100%;
	float:none;
	margin-bottom:20px;
}
#footer .foot_wrap .foot_wrap_r h3{
	font-size:18px;
}


#footer .foot_wrap .foot_wrap_l{
	float:none;
	width:100%;
	margin-bottom:30px;
}
#footer .foot_wrap .foot_wrap_l h3 img{
	width:280px;
}


.copywrite{
	font-size:12px;
	padding-top:20px;
	text-align:center;
}
.sp_bottom_menu{
    display:block;
	position: fixed;
    bottom: 0px;
	width:100%;
}
.sp_bottom_menu ul{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:stretch;
	width:100%;
	height:45px;
	overflow:hidden;
	text-align:center;
}

.sp_bottom_menu ul li{
	flex-basis: 50%;
	align-self: center;
	line-height:45px;
	height:45px;
	display:block;
}
.sp_bottom_menu ul li a{
	width: 100%;
	color:#fff;
}
.sp_bottom_menu ul li:first-child{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebabb3+0,ef4f6a+87,ef4f6a+87 */
	background: #ebabb3; /* Old browsers */
	background: -moz-linear-gradient(top, #ebabb3 0%, #ef4f6a 87%, #ef4f6a 87%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ebabb3 0%,#ef4f6a 87%,#ef4f6a 87%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ebabb3 0%,#ef4f6a 87%,#ef4f6a 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebabb3', endColorstr='#ef4f6a',GradientType=0 ); /* IE6-9 */
}
.sp_bottom_menu ul li:last-child{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90c62a+0,27a74a+100 */
	background: #90c62a; /* Old browsers */
	background: -moz-linear-gradient(top, #90c62a 0%, #27a74a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #90c62a 0%,#27a74a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #90c62a 0%,#27a74a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c62a', endColorstr='#27a74a',GradientType=0 ); /* IE6-9 */
}
ul.foot_panalink li{
	flex-basis: 47%;
	max-width:47%;
}
}



/*----- リンク設定 -----*/
.fade:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: 0.5s;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
.blog_conts_r {
	float: right;
	width: 65%;
}

.blog_conts_l {
	float:left;
	left: 0;
	width: 25%;
	overflow: hidden;
}


/* ---------------------------------------------------------------------
サイド（カテゴリー）
--------------------------------------------------------------------- */
#side_cat {
    /*margin-top: 8px;*/
    margin-bottom: 12px;
}


#side_cat ul {
	margin-bottom: 20px;
}

#side_cat li {
    padding: 6px 0 5px 8px;
    border-bottom: 1px #ccc dotted;
    border-width: 0 0 1px 1px;
	/*background: url('images/side_blog_mk.gif') 6px 12px no-repeat;*/
	font-size:90%;
}

#side_cat li a {
    text-decoration: none;
	color:#333;
}
#side_cat li a:hover {
    text-decoration: none;
	color:#999999;
}

#side_mb0 ul li {
    padding:0;
    border-bottom: none;
    border-width: 0;
	/*background: url('images/side_blog_mk.gif') 6px 12px no-repeat;*/
	font-size:90%;
	line-height: 0;
	margin:0;
}
#side_free p {
   margin-bottom:10px;
}
.side-link01 a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #5997BC;
    padding: 10px 2% 10px 14%;
    border: 3px solid #5997BC;
    border-radius: 5px;
    text-decoration: none;
    text-align: left;
    background: #ffffff url(images/icon01.png) no-repeat 1.5% center;
	margin-bottom:10px;
	line-height:1.5;
}

.main_conts {
	margin: 0 auto;
	max-width: 980px;
	width:100%;
	text-align: left;
	padding:30px 0;
}
.main_conts_r {
	width: 73%;
	float: right;
}
.main_conts_l {
	width: 25%;
	float: left;
	text-align: left;
}
.main_conts_l h3.side_news_midasi{
	background-color:#FFB600;
	color:#fff;
	padding:3px 8px;
	border:none!important;	
	width:100%;	
	font-weight:bold;
	margin-bottom:5px;
	font-size:100%;
}
dl.side_news{
	border:1px solid #ccc;
	width: 100%;
	padding: 10px 10px 5px 10px;
	margin-bottom:20px;
	/*background-color: #fff;*/
}
dl.side_news dt{
	font-weight: bold;
}
dl.side_news dd{
	border-bottom: 1px dotted #ccc;
	padding-bottom:3px;
	margin-bottom: 5px;
	font-weight: bold;
}
dl.side_news dd a{
	text-decoration: underline;
	color: #29abe2;
}
dl.side_news dd a:hover{
	text-decoration: none;
	color: #7edbfc;
}
.main_conts_l h3.side_news_midasi::after{
  display:none;
}
.main_conts_l .widget-header {
	/*
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px dotted #cfcfcf;
	width:178px;
	padding:0 3px;
	color:#303030;
	*/
	border-left:5px solid #5997BC;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:5px;
	font-size:110%;
}


.archives_line{
	margin-bottom:50px;
}

h4.archives_title{
	font-size:26px;
	border-radius: 8px;
	background-color:#5997BC;
	color:#fff;
	padding:12px 10px 10px 10px;
	line-height:1.3;
	border-bottom:none!important;
}
h4.archives_title a{
	color:#fff;
}
.date{margin-bottom:10px; text-align:right;}
.tuduki{text-align:right;margin-top:10px;}

@media screen and (max-width: 736px) {
.main_conts {
	padding:30px 0;
}
.main_conts_l {
	/*display:none!important;*/
	width: 100%;
	float: none;
	margin-bottom:30px;
	text-align:center;
}
#menu-side_navi{display:none!important;}
	
.main_conts_r {
	width: 100%;
	float: none;
	margin-bottom:30px;
}

.archives_line{
	margin-bottom:30px;
}
h4.archives_title{
	font-size:18px;
	padding:12px 10px 10px 10px;
}
	iframe{width:100%;}
}

/* ---------------------------------------------------------------------
コメント&トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	clear:both;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#trackbacks .trackbacks-header {
	height:34px;
	color: #212121;
	background: url('images/trackback_tb-head-h2.gif') no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.trackbacks-info {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
}

#comments {
	clear:both;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#comments .comments-header {
	height:34px;
	color: #212121;
	background: url('images/comment_tb-head-h2.gif') no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

#comments .comments-content {
	padding:0 10px;
}

.comment {
	margin:10px;
}

.comment .inner {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
	word-wrap: break-word; 
}

.comment .comment-header {
	padding:0 5px;
	margin:0 0 5px;
}

.comment .comment-content{
	padding:0 5px;
}

.comments-open {
	margin-top: 20px;
}

.comments-open-header {
	height:34px;
	color: #212121;
	background: url('images/comment_tb-head-h2.gif') no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.comments-open-content {
	padding:10px;
}

#comment-submit {
	background: url('images/search2.gif') 0 0 no-repeat;
	border:none;
	height:20px;
	width:65px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
	font-size:100%;
}

.comment-footer {
	text-align:right;
	margin:0;
	padding:5px;
	border-top: 1px dotted #999;
	font-size:95% !important;
	font-size:90%;
}


/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-not-found {
	margin:10px;
}

.search-form-header {
	padding-left:10px;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#737373;
	margin:0 14px 10px 0;
	border-bottom:1px solid #004200;
	_height:1px;
}

.search-form-content {
	padding:10px;
}

.search-results-header {
	margin:25px 10px 10px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	color:#000;
}

.search-form-content .box {
	width:250px;
}

.search-form-content .submit{
	background: url('images/search.gif') 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}


/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news {
	margin:0 0 20px;
	border-bottom: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	width : 688px;
}

#top-news h3 {
	margin: 0 0 7px 0;
	height:37px;
	padding:8px 10px 0 22px;
	background: url('images/news_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
	letter-spacing: 0.2em;
}

#top-news .news {
	padding:4px 10px 2px;
	margin-right: 15px;
}

#top-news .day {
	float: left;
	color:#C20000;
	width: 80px;
	margin-left: 8px;
	margin-bottom: 12px;
	border-bottom : 1px dotted #666;
	padding-bottom :8px;
}

#top-news .title {
	float: right;
	width: 563px;
	margin-bottom: 12px;
	border-bottom : 1px dotted #666;
	padding-bottom :8px;
}

#top-news .title a {
	padding-left: 45px;
}



/* ---------------------------------------------------------------------
Widget：[サイド]共通
--------------------------------------------------------------------- */


.blog_conts_l .widget-header {
	font-size: 130% !important;
	border-bottom:1px dotted #cfcfcf;
	padding:0 6px;
	color:#303030;
}

.blog_conts_l .widget select {
	width:155px;
	margin:10px;
}
/*
.blog_conts_l .widget ul {
	width:238px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog_conts_l .widget ul ul {
	padding:0;
	margin:0;
}


.blog_conts_l .widget li {
	padding: 4px 0 8px 24px;
	list-style:none;
	background: url('images/arrow2.gif') no-repeat 0px 9px;
	_height: 1px;
}
*/

/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:100%;
	margin:5px 0 15px;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	font-size:100% !important;
	font-size:95%;
	width:100%;
	border-bottom: 1px dotted #cfcfcf;
}

.widget-main-menu li {
	color: #FF0;
}

.widget-main-menu li a:link,
.widget-main-menu li a:visited {
	text-decoration:none;
	display:block;
	width:145px;
	border-top:1px dotted #cfcfcf;
	padding:3px 10px 3px 25px;
	color:#003300;
	background:url('images/arrow.gif')  no-repeat 3px center;
}

.widget-main-menu li a:hover,
.widget-main-menu li a:active {
	text-decoration:none;
	color: #339933;
	background:url('images/arrow_over.gif') no-repeat 3px center;
}

.widget-main-menu li li a:link,
.widget-main-menu li li a:visited {
	width:133px;
	display:block;
	padding:3px 10px 3px 37px;
	color:#003300;
	background:#eafbe9 url('images/arrow2.gif') no-repeat 25px center;
}

.widget-main-menu li li a:hover,
.widget-main-menu li li a:active {
	text-decoration:none;
	color: #339933;
	background:#eafbe9 url('images/arrow2.gif') no-repeat 25px center;
}

/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget_search {
	width:180px;
	margin:5px 0 15px;	
	border-bottom:1px dotted #cfcfcf;
}

.widget_search .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px dotted #cfcfcf;
	width:178px;
	padding:0 3px;
	color:#303030;
}

.widget_search .widget-content {
	width:170px;
	padding:5px;
	font-size:90% !important;
	font-size:85%;
}

.widget_search .box {
	width:100px;
}

.widget_search .submit {
	background: url('images/search.gif') 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------
Widget：[サイド]当サイトのRSSを購読
--------------------------------------------------------------------- */
.rss {
	width:158px;
	margin:0 4px 15px;
}

.rss-content {
	background: url('images/rss.gif') 0 0 no-repeat;
	padding-left:20px;
}

.rss-content a {
	color: #eb6100;
	text-decoration: none;
}

.rss-content a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rssフィード
--------------------------------------------------------------------- */
.widget-header a.rsswidget {
	text-decoration:underline;
}

.widget-header a.rsswidget:hover {
	text-decoration:none;
}




.widget_nav_menu ul {
   border-top: solid 3px #5997BC;
   border-right: solid 1px #A1A399;
   border-bottom: solid 1px #A1A399;
   border-left: solid 1px #808080;
   background: #fff;
}

.widget_nav_menu h3.widget-header {
   border: none ! important;
   font-weight: bold;
	background: url('images/widget-header_h3_mk.gif') 0 0 no-repeat;
	padding-left: 12px ! important;
	margin-bottom: 3px;
}

.widget_nav_menu li {
    border-bottom: dotted 1px #392600;
	line-height: 1.2;
}

.widget_nav_menu li a {
	padding: 3px 0 0 0;
    display:block;
	text-decoration: none;
}
.widget_nav_menu li a:hover {
	text-decoration: underline;
}

.menu-side_navi-container {
   margin-bottom: 10px;
}



/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget_calendar caption {
	text-align:center;
	margin-bottom:5px;
}

.widget_calendar #calendar_wrap {
	margin:0 auto;
	padding:10px 0;
}

.widget_calendar #calendar_wrap table {
	font-size: 95% !important;
	font-size: 90%;
	color:#303030;
	text-align:center;
	margin:0 auto;
}

.widget_calendar #calendar_wrap table td {
	padding:1px 3px;
	font-size: 100% !important;
	font-size: 95%;
	color:#303030;
}

/*包括ラップ*/
.basewrap{
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:50px 0;
	position:relative;
}
.basewrap1{
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:60px 0 60px;
	position:relative;
}
.basewrap2{
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:60px 0 30px 0;
	position:relative;
}
.basewrap3{
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:30px 0 30px 0;
}
.basewrap_end{
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
	position:relative;
}
.archives_kiji{
	width:100%;
}
.archives_kiji_l{
	width:35%;
	float:left;
}
.archives_kiji_l img{
	width:100%;
}
.archives_kiji_r{
	width:60%;
	float:right;
}

table.corp_dl{
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:60px;
}
table.corp_dl th{
	width:20%;
	padding: 15px 8px 15px 20px;
	vertical-align:center;
	border-bottom:1px dotted #ccc;
}
table.corp_dl td{
	/*border-left:2px solid #43A353;*/
	background: url(images/corp_dd_line.gif) no-repeat center left;
	padding: 15px 8px 15px 20px;
	border-bottom:1px dotted #ccc;
}

table.corp_dl tr:nth-child(even) {
	background: #f2f2f2;
}


@media screen and (max-width: 736px) {
.basewrap{
	padding:30px 0;
}
.basewrap1{
	padding:30px 0 30px;
}
.basewrap_donyu{
	padding:40px 0 30px 0;
}
.basewrap_end{
	padding:40px 0 0 0;
}
.archives_kiji_l{
	width:100%;
	float:none;
	max-width:480px;
	margin:0 auto 10px auto;
}
.archives_kiji_r{
	width:100%;
	float:none;
}
table.corp_dl{
		margin-bottom:50px;
	}
	table.corp_dl th{
		width:100%;
		padding: 15px 8px 15px 12px;
		vertical-align:center;
		border-bottom:none;
		display:block;
		background: #f2f2f2;
	}
	table.corp_dl td{
		width:100%;
		display:block;
		background: none;
		padding: 15px 8px 15px 20px;
		border-bottom:1px solid #ccc;
		background: #fff;
	}
	
	table.corp_dl tr:nth-child(odd) {
		background: none;
	}
}


/* align
---------------------------------------------------------------------------- */

.al_l   { text-align: left !important; }
.al_c { text-align: center !important; }
.al_r  { text-align: right !important; }

/* フォントサイズ
---------------------------------------------------------------------------- */
.ft_s   { font-size:12px!important; }
.ft_m   { font-size:20px!important; }
.ft_l   { font-size:28px!important; }
.ft_xl   { font-size:34px!important; }

/* ロールオーバーエフェクト
---------------------------------------------------------------------------- */

a:hover img{
opacity: 0.7;
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
filter: alpha(opacity=70);	/* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

/* マージン
---------------------------------------------------------------------------- */
.mb0{ margin: 0 0 0px 0 !important; }
.mb5{ margin: 0 0 5px 0 !important; }
.mb20{ margin: 0 0 20px 0 !important; }
.mb10{ margin: 0 0 10px 0 !important; }
.mb20{ margin: 0 0 20px 0 !important; }
.mb25{ margin: 0 0 25px 0 !important; }
.mb30{ margin: 0 0 30px 0 !important; }
.mb40{ margin: 0 0 40px 0 !important; }
.mb50{ margin: 0 0 50px 0 !important; }
.mb60{ margin: 0 0 60px 0 !important; }


.mt10{ margin: 10px 0 0 0 !important; }
.mt20{ margin: 20px 0 0 0 !important; }
.mt25{ margin: 25px 0 0 0 !important; }
.mt30{ margin: 30px 0 0 0 !important; }
.mt40{ margin: 40px 0 0 0 !important; }
.mt50{ margin: 50px 0 0 0 !important; }
.mt60{ margin: 60px 0 0 0 !important; }

.mb_0{ margin: 0 0 0px 0 !important; }
.mb_5{ margin: 0 0 5px 0 !important; }
.mb_20{ margin: 0 0 20px 0 !important; }
.mb_10{ margin: 0 0 10px 0 !important; }
.mb_20{ margin: 0 0 20px 0 !important; }
.mb_25{ margin: 0 0 25px 0 !important; }
.mb_30{ margin: 0 0 30px 0 !important; }
.mb_40{ margin: 0 flow0 40px 0 !important; }
.mb_50{ margin: 0 0 50px 0 !important; }
.mb_60{ margin: 0 0 60px 0 !important; }


.mt_10{ margin: 10px 0 0 0 !important; }
.mt_20{ margin: 20px 0 0 0 !important; }
.mt_25{ margin: 25px 0 0 0 !important; }
.mt_30{ margin: 30px 0 0 0 !important; }
.mt_40{ margin: 40px 0 0 0 !important; }
.mt_50{ margin: 50px 0 0 0 !important; }
.mt_60{ margin: 60px 0 0 0 !important; }

/* clearfix */
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.pc_none{display:none!important;}
.sawarabimin { font-family: "Sawarabi Mincho"!important; }
.widget_archive select{margin-bottom:20px;}

@media screen and (max-width: 1480px) {
.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%;
}
}
@media screen and (max-width: 736px) {
.pc_none{display:block!important;}
.sp_none{display:none!important;}
}


/* トップページ*/


.topbb{
	width: 100%;
	max-width:1080px;
	margin:0 auto 0 auto;
}
.topbb img{
	width: 100%;
}

.topbb_bg{
	width: 100vw!important;
    height: 90vh!important;
}

.topbb_txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	align-content:center;
	width: 100%;
	max-width:1280px;
    height: 90vh;
	margin:0 auto;
}

.topbb_txt h2{
	color:#fff;
	 font-size: calc(1.125rem + ((1vw - 3.6px) * 2.4074));
	text-align:center;
	font-weight:bold;
}
.topbb_txt h2 span{
	background: rgba(0,0,0,0.6);
	padding:0 15px;
	display:inline-block;
}




/* トップページ*/
h2.topbase_m {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
	font-size:36px;
	color:#5997BC;
	font-weight:bold;
}
h2.topbase_m:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 200px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #5997BC;
  border-radius: 2px;
}
h2.topbase_m_siro {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
	  font-size: calc(1rem + ((1vw - 3.6px) * 1.5152));
	color:#fff;
	font-weight:bold;
}
h2.topbase_m_siro:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 200px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}

.toppage h2{
	position: relative;
	font-size: 32px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
	margin-bottom:30px;
	font-weight:bold;
}
.toppage h2::after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #5997BC;
}

.toppage h3{
	position: relative;
  	padding: .5em .75em .5em 1.2em;
  	border: 2px solid #5997BC;
	font-size:28px;
	margin-bottom:30px;
	border-radius: 5px;
	font-weight:bold;
	background-color: #fff;
}
.toppage h3::after{
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #5997BC;
  border-radius: 4px;
}
.toppage h3.img_m{
	position: relative;
  	padding: 0;
  	border: 0;
	font-size:24px;
	margin-bottom:0;
	border-radius: 0;
	font-weight:bold;
	line-height: 0;
}
.toppage h3.img_m::after{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: none;
  border-radius: 0;
}
.toppage h4{
	font-size:20px;
	margin-bottom:20px;
	border-bottom: 1px solid #5997BC;
	padding:5px 0 5px 12px;
	font-weight:bold;
	color:#5997BC;
	clear:both;
}
.toppage .main_conts_l h3 , .toppage .main_conts_l h3{
	font-size:20px;
	margin-bottom:5px;
	border-bottom: none;
	padding:5px 0 5px 12px;
	font-weight:bold;
	color:#fff;
	background-color: #5997BC;
	border-radius: 5px;
	clear:both;
}
.toppage .main_conts_l h3::after , .toppage .main_conts_l h3::after{
  display: none!important;
}
#koteipage h4 , #singlepage h4{
	font-size:20px;
	margin-bottom:20px;
	border-bottom: 1px solid #5997BC;
	padding:5px 0 5px 12px;
	font-weight:bold;
	color:#5997BC;
	clear:both;
}

@media screen and (max-width: 736px) {
h2.topbase_m {
	font-size:24px;
	margin-bottom: 30px;
}
h2.topbase_m:before {
  width: 100px;
}
h2.topbase_m_siro {
	font-size:24px;
	margin-bottom: 30px;
}
h2.topbase_m_siro:before {
  width: 100px;
}
.toppage h2{
	font-size: 24px;
	margin-bottom:20px;
	text-align: center!important;
}
.toppage h3{
	font-size:22px;
	margin-bottom:20px;
}
.toppage .main_conts_l h3::after , .toppage .main_conts_l h3::after{
  font-size:18px;
}
.toppage h4{
	font-size:20px;
}	
}

.top_aisatsu{
	width:100%;
	max-width:1000px;
	margin-bottom:100px;
}
.top_aisatsu_l{
	width:65%;
	float:left;
}
.top_aisatsu_l h2{
	color:#5997BC;
	font-weight:bold;
	margin-bottom:20px;
	font-size:36px;
	letter-spacing: -2px!important;
}
.top_aisatsu_l p{
	line-height:2.5!important;
}
.top_aisatsu_r{
	width:30%;
	float:right;
}
.top_aisatsu_r img{
	width:100%;
}

.top_greed{
	width:100%;
	position:relative;
	background-color:#f2f2f2;
	padding:100px 0;
}
.top_greed_img{
	width:60%;
	float:left;
	z-index:1
}
.top_greed_txt{
	width:45%;
	/*float:right;*/
	position:absolute;
	right:2%;
	top:27%;
	z-index:2;
	 background: rgba(0,113,174,0.7);
	color:#fff;
	padding:50px;
	/*text-align:center;*/
}

.top_3danwrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin: 0 auto 60px auto;
	width:100%;
}
.top_3danwrap:after {/*半端でも左寄せ*/
        content: "";
        display: block;
        width: 32%;
        height: 0;
}
.top_3danwrap div.top_3danwrap_box{
	flex-basis: 32%;
	max-width:32%;
	background-color:#f2f2f2;
	position: relative;
}

.top_3danwrap div.top_3danwrap_box .top_3danwrap_box_pd{
	padding:10px;
}
.top_3danwrap div.top_3danwrap_box img{
	width:100%;
}
@media screen and (max-width: 736px) {
.top_aisatsu{
	margin-bottom:50px;
}
.top_aisatsu_l h2{
	margin-bottom:10px;
	font-size:20px;
}
.top_aisatsu_l{
	width:100%;
	float:none;
	margin-bottom:20px;
}

.top_aisatsu_r{
	width:100%;
	float:none;
	text-align:center;
}
.top_aisatsu_r img{
	max-width:280px;
}
.top_greed{
	padding:50px 0;
}
.top_greed_img{
	width:100%;
	float:none;
}
.top_greed_txt{
	width:100%;
	/*float:right;*/
	position: static;
	right:0;
	top:0;
	 background: rgba(0,113,174,0.7);
	padding:20px;
}
.top_3danwrap{
	justify-content: center;
	margin: 0 auto 30px auto;
}
.top_3danwrap div.top_3danwrap_box{
	flex-basis: 80%;
	max-width:80%;
	margin-bottom:20px;
}
}



.top_areawrap{
	width:100%;
	border:1px solid #29ABE2;
}
.top_areawrap_pd{
	padding:40px 50px;
}
.top_areawrap .top_areawrap_m{
	margin:-85px 0 40px 0!important;
	text-align:center;
}
.top_areawrap h2{
	background-color: #5997BC;
	display:inline-block;
	padding:10px 20px;
	font-size:36px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
@media screen and (max-width: 736px) {
.top_areawrap_pd{
	padding:30px 40px;
}
.top_areawrap .top_areawrap_m{
	margin:-75px 0 30px 0!important;
	text-align:center;
}
.top_areawrap h2{
	padding:10px 20px;
	font-size:20px;
}
}

.cd-fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.cd-fixed-bg.topcanbg {
  background-image: url("images/top_can_bg.jpg");
	/*margin-bottom:50px;*/
}

ul.top_can_list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:stretch;
	align-content:stretch;
	width:100%;
	margin-bottom:30px;
	
}
ul.top_can_list li{
	flex-basis: 300px;
	width: 300px;
	height:200px;
	margin:0 1.66% 30px 1.66%;
	position: relative;
}


ul.top_can_list li figure {
	width: 300px;
	height:200px;
	overflow: hidden;
	position:relative;
	border: 1px solid #f2f2f2;
	/*background-color: #000000;*/
}

ul.top_can_list li figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	/*opacity: 0.6;*/
}
ul.top_can_list li figure :hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

ul.top_can_list li figure p{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	color:#fff;
	font-weight:bold;
	font-size:18px!important;
	width:100%;
	text-align:center;
	padding:5px 10px;
	background: rgba(0,116,167,0.5);
}


.topblog_conts{
	width:100%;
	margin-bottom:50px;
}
.topblog_conts_l{
	width:30%;
	float:left;
}
.topblog_conts_l img{
	width:100%;
}
.topblog_conts_r{
	width:65%;
	float:right;
}
.topblog_conts_r dl{
	margin-bottom:12px;
}
.topblog_conts_r dl dt{
	font-size:1.2em;
	margin-bottom:8px;
}
.corp_phlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin-bottom:30px;
}
.corp_phlist li{
	flex-basis: 23%;
	max-width:23%;
	margin-bottom:20px;
}
.base_m {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
	font-size:36px;
	color:#5997BC;
	font-weight:bold;
}
.base_m:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 200px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #5997BC;
  border-radius: 2px;
}
.txt_pcsp{text-align:center;}
@media screen and (max-width: 736px) {
.topblog_conts{
	margin-bottom:20px;
}
.topblog_conts_l{
	width:100%;
	float:none;
	margin-bottom:10px;
}
.topblog_conts_r{
	width:100%;
	float:none;
}
.corp_phlist li{
	flex-basis: 100%;
	max-width:100%;
	margin-bottom:20px;
}
.base_m {
  margin-bottom: 30px;
	font-size:22px;
}
.txt_pcsp{text-align:left;}
}


.top_shopinfo{
	width:100%;
}
.top_shopinfo_r{
	width:46%;
	float:right;
}
.top_shopinfo_r h3{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0;
}
.top_shopinfo_l{
	width:46%;
	float:left;
}
.top_shopinfo_l img{
	width:100%;
}

.dl_grey {
background-color:#f2f2f2;
padding: 20px;
}
.top_shopinfo dl {
border-bottom: 1px solid #ccc;
padding:10px 0;
}

.top_shopinfo dt {
padding-bottom: 5px;
}

.top_shopinfo dt {
clear: left;
float: left;
width: 15%;
}
.top_shopinfo dd {
margin-left: 20%;
}

@media screen and (max-width: 736px) {
.top_shopinfo_r{
	width:100%;
	float:none;
}
.top_shopinfo_l{
	width:100%;
	float:none;
	margin-bottom:10px;
}
.top_shopinfo dt {
float: none;
width: 100%;
}
.top_shopinfo dd {
margin-left: 0;
}
}

.zentailink {
    position: relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.zentailink a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
.zentailink:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}







/* 固定ページ*/
.subbb_bg{
    width: 100%;
    min-width: 100%;
	overflow:hidden;
    background: #5997BC;
	margin-bottom:0px;
}

.subbb_bg h2{
	text-align:center;
	color:#fff;
	font-size:30px;
	padding: 20px 0;
	font-weight:normal;
}
#koteipage  .h2_wrap {
  margin-bottom:24px;
	text-align:center;
}
top_okomari_list {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 7px 10px;
  width: 100%;
  max-width: 100%;
  font-size:28px;
  background: #ffe6bd;
	text-align:center;
	font-weight:bold;
	line-height:1.5!important;
}
/*
#koteipage h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe6bd;
}
*/
#koteipage h2.gold {
  background: gold;
}
#koteipage h2.gold:before {
  border-top: 15px solid gold;
}

#koteipage h2 , #singlepage h2{
	position: relative;
	font-size: 32px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
	margin-bottom:30px;
	font-weight:bold;
}
#koteipage h2::after , #singlepage h2::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #5997BC;
}

#koteipage h3 , #singlepage h3{
	position: relative;
  	padding: .75em 1em .75em 1.5em;
  	border: 2px solid #5997BC;
	font-size:24px;
	margin-bottom:30px;
	border-radius: 5px;
	font-weight:bold;
}
#koteipage h3::after , #singlepage h3::after{
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #5997BC;
  border-radius: 4px;
}
#koteipage h3.ea-header{
	position: relative;
  	padding: .25em .5em;
  	border: none;
	font-size: 20px;
	margin-bottom:0px;
	border-radius: 0;
	font-weight:bold;
}
#koteipage h3.ea-header::after{
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 0;
  height: 0;
  background-color: none;
  border-radius: 4px;
}

#koteipage .main_conts_l h3 , #singlepage .main_conts_l h3{
	font-size:20px;
	margin-bottom:5px;
	border-bottom: none;
	padding:5px 0 5px 12px;
	font-weight:bold;
	color:#fff;
	background-color: #5997BC;
	border-radius: 5px;
	clear:both;
}
#koteipage .main_conts_l h3::after , #singlepage .main_conts_l h3::after{
  display: none!important;
}
#koteipage h4 , #singlepage h4{
	font-size:20px;
	margin-bottom:20px;
	border-bottom: 1px solid #5997BC;
	padding:5px 0 5px 12px;
	font-weight:bold;
	color:#5997BC;
	clear:both;
}
#koteipage h4.syojyo_m , #singlepage h4.syojyo_m , .toppage h4.syojyo_m, h4.syojyo_m{
	font-size:20px;
	margin-bottom:5px;
	border-bottom: none;
	padding:5px 0 5px 12px;
	font-weight:bold;
	color:#fff;
	background-color: #5997BC;
	border-radius: 5px;
	clear:both;
}
#koteipage h5 , #singlepage h5{
	margin-bottom:8px;
	border-left: 5px solid #5997BC;
	padding-left:16px;
	font-weight:bold;
	clear:both;
}

@media screen and (max-width: 736px) {
.subbb_bg{
	margin-bottom:0px;
}

.subbb_bg h2{
	font-size:24px;
	padding: 10px 0;
}
#koteipage h2 , #singlepage h2{
	font-size: 24px;
	margin-bottom:20px;
	text-align: center!important;
}
#koteipage h3 , #singlepage h3{
	font-size:20px;
	margin-bottom:20px;
}
#koteipage h4{
	font-size:18px;
}
#koteipage h4.syojyo_m , #singlepage h4.syojyo_m , .toppage h4.syojyo_m, h4.syojyo_m{
	font-size:18px;
}
#koteipage .main_conts_l h3 , #singlepage .main_conts_l h3{
	font-size:18px;
}
#koteipage .main_conts_l h3::after , #singlepage .main_conts_l h3::after{
  display: none!important;
}
}
#koteipage h5 , #singlepage h5{
	padding-left:12px;
}


ul.list{
	padding-left:25px;
}
ul.list li{
	list-style-type: disc;
	margin-bottom:10px;
}
ol.number{
	padding-left:25px;
}
ol.number li{
	list-style-type:decimal;
	margin-bottom:10px;
}

.konnaokomari_waku {
    border:5px solid #ccc;
	border-top-left-radius: 8px;
}
.konnaokomari_pd {
    padding: 30px 20px 20px 20px;
}

ul.konnaokomari_list{
	padding-left: 15px;
	list-style-type: none;
}
ul.konnaokomari_list li{
	background: url('images/top_part1_mk.png') 0px 2px no-repeat;
	margin-bottom: 12px;
	padding-left: 30px;
	line-height:1.4;
	padding-bottom:0px;
	padding-top:3px;
}

@media screen and (max-width: 736px) {
.konnaokomari_pd {
    padding: 20px 10px 10px 10px;
}

ul.konnaokomari_list{
	padding-left: 5px;
	list-style-type: none;
}
ul.konnaokomari_list li{
	background: url('images/top_part1_mk.png') 0px 2px no-repeat;
	margin-bottom: 12px;
	padding-left: 30px;
	line-height:1.4;
	padding-bottom:0px;
	padding-top:3px;
}
}


/*共通テーブル*/
.common_table dl,
.common_table dt,
.common_table dd {
  box-sizing: border-box;
}
.common_table dl {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5997BC+1,60abf8+55,7abcff+99 */
	background: rgb(0,143,221); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,143,221,1) 1%, rgba(96,171,248,1) 55%, rgba(122,188,255,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,143,221,1) 1%,rgba(96,171,248,1) 55%,rgba(122,188,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,143,221,1) 1%,rgba(96,171,248,1) 55%,rgba(122,188,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5997BC', endColorstr='#7abcff',GradientType=1 ); /* IE6-9 */
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
width:100%;
}
.common_table dt,
.common_table dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
.common_table dt {
  width: 30%;
  float: left;
	color:#fff;
}
.common_table dd {
  background: #fff;
  margin-left: 30%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
.common_table dd:after {
  content: '';
  display: block;
  clear: both;
}

.btn_wrap{
	text-align:center;
	margin:30px 0;
}
.single_day{
	text-align:right;
	margin-bottom:8px;
	font-size:13px;
}

.syousaibutton {
  display: inline-block;
  max-width: 500px;
width:90%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	border-radius: 27px;
}
.syousaibutton::before,
.syousaibutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.syousaibutton,
.syousaibutton::before,
.syousaibutton::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.syousaibutton {
  background-color: #29abe2;
  color: #fff!important;
}
.syousaibutton:hover {
  background-color: #6ac9ea;
}


@media screen and (max-width: 736px) {
.common_table dt {
  width: 100%;
  float: none;
}
.common_table dd {
margin-left: 0%;
width: 100%;
}
.form-width { max-width: 100%;}
}

/* --- お問い合わせフォームのカスタマイズ --- */
/* 入力部分 */
.wpcf7 select, input[type="email"], input[type="text"], input[type="tel"], textarea {
width: 96%; /* 最大の幅 */
font-size: 100%; /* フォントの大きさ */
padding: 0.5em; /* 文字と入力枠の間の余白（0.5文字を指定）*/
border: 1px solid #ccc; /* 枠の指定 */
border-radius: 4px; /* コーナーを微妙に丸く */
}
.wd30 input[type="text"]{width:30%!important;}
/* 送信ボタン */
.wpcf7 input[type="submit"] {
width: 270px; /* ボタンの幅 */
font-size: 18px; /* フォントの大きさ */
font-weight: bold; /* 太文字 */
text-align: center; /* 位置を中央に */
text-decoration:none; /* 文字の下線は消す */
color: #ffffff; /* 文字色 */
background: #49a9d4; /* ボタンの背景色 */
padding: 10px 40px; /* ボタンの余白 */
border-radius: 5px; /* ボタンの角を丸く */
border: 0; /* ボタンの枠線を消す */
border-bottom : 1px solid #757575 ; /* 下部にだけ1pxの線を引く */
}
.wpcf7 input[type="submit"]:hover {
opacity: 0.5; /* マウスオンで半透明にする */
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}


.toptoku_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin: 0 auto 10px auto;
	max-width:1000px;
	width:100%;
}
.toptoku_wrap2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: stretch;
	margin: 0 auto 10px auto;
	max-width:1000px;
	width:100%;
}
.toptoku_wrap div.tokutxt , .toptoku_wrap2 div.tokutxt{
	flex-basis: 47.5%;
	max-width:47.5%;
}
.toptoku_wrap div.tokutxt p.tokunum , .toptoku_wrap2 div.tokutxt p.tokunum{
	margin-bottom:15px;
	/*margin: 0 auto 12px auto;
	max-width:320px;
	width:100%;*/
}
.toptoku_wrap div.tokuph , .toptoku_wrap2 div.tokuph{
	flex-basis: 47.5%;
	max-width:47.5%;
}
.toptoku_wrap div.tokuph img , .toptoku_wrap2 div.tokuph img{
	width:100%;
	border:1px solid #ccc;
	padding:5px;
}
p.tokuph_sitatxt{
	margin-bottom:60px;
	padding:20px;
	background-color:#FFFBE1;
}
.top_ichoph{
	float:right;
	margin:0 0 20px 30px;
	width:40%
}
.top_ichoph img{
	width:100%
}
.shop_bottom_wrap{
	border-radius: 0 0 10px 10px;
	border-bottom:2px solid #5997BC;
	border-right:2px solid #5997BC;
	border-left:2px solid #5997BC;
	padding: 10px 0 0 0;
}
.bottom_tel_pd{
	padding:0 20px 10px 20px;
}
.shop_bottom_wrap dl{
	margin-bottom:10px;
}
.shop_bottom_wrap dl dt{
	float:left;
	border:3px solid #5997BC;
	border-radius: 5px;
	padding:0 15px;
	margin-right:10px;
}
.shop_bottom_wrap dl dd{
	padding:5px;
}
.orange_tatesen{
	background-color: #F9F2B3;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #F9F9F9), color-stop(.5, transparent), to(transparent));
	-webkit-background-size: 5px;
	border-top:2px solid #81511c;
	border-radius: 0 0 10px 10px;
}
.bottom_time{
	width:100%;
	max-width:80%;
	margin:0 auto;
	padding:30px 0;
}
@media screen and (max-width: 736px) {
.toptoku_wrap{
	display: block;
}
.toptoku_wrap2{
	display: block;
}
.toptoku_wrap div.tokutxt , .toptoku_wrap2 div.tokutxt{
	text-align:center;
	max-width:100%;
	width:100%
}
.toptoku_wrap div.tokutxt , .toptoku_wrap2 div.tokutxt img{
	text-align:center;
	max-width:400px;
	width:100%
}
.toptoku_wrap div.tokutxt p.tokunum , .toptoku_wrap2 div.tokutxt p.tokunum{
	margin-bottom:15px;
	/*margin: 0 auto 12px auto;
	max-width:320px;
	width:100%;*/
}
.toptoku_wrap div.tokuph , .toptoku_wrap2 div.tokuph{
	text-align:center;
	max-width:100%;
	width:100%
}
.toptoku_wrap div.tokuph img , .toptoku_wrap2 div.tokuph img{
	max-width:400px;
}
p.tokuph_sitatxt{
	margin-bottom:30px;
	padding:10px;
}
.top_ichoph{
	float:none;
	margin:0 auto 20px auto;
	max-width:400px;
	width:100%;
}
.top_ichoph img{
	max-width:100%;
	width:100%
}
.shop_bottom_wrap dl{
	margin-bottom:10px;
}
.shop_bottom_wrap dl dt{
	float:none;
	border:3px solid #5997BC;
	border-radius: 5px;
	padding:0 15px;
	margin-right:0px;
	margin-bottom:5px;
	display:inline;
}
.bottom_time{
	max-width:90%;
	padding:20px 0;
}
.shop_bottom_wrap dl dd{
	padding:5px;
	display:block;
}
}

/* 店舗情報 */
#company table {
	width: 100%;
	border :solid 1px #DDDDDD;
	line-height:1.5em;
	margin-bottom:50px;
}

#company table th {
	background-color:#FFFAF3;
 	width : 25%;
	font-weight: normal;
	padding : 8px 6px 10px 16px;
	border :solid 1px #DDDDDD;
	vertical-align:middle;
}

#company table td {
	border:solid 1px #DDDDDD;
	padding : 8px 6px 10px 16px;
	vertical-align:middle;
}
@media screen and (max-width: 736px) {
	#company table {
		margin-bottom:30px;
	}
}

.fl_l_new , .fl_l{
	float:left;
	width:30%;
	margin-bottom:10px;
	margin-right:10px;
}

.fl_r_new , .fl_r{
	float:right;
	width:30%;
	margin-bottom:10px;
	margin-left:20px;
}
.fl_l_new img , .fl_r img , .fl_r_new , .fl_r{
	width:100%;
}

.cloum_wrap2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin: 0 auto 0 auto;
	max-width:1000px;
	width:100%;
}
.cloum_wrap2 div.box{
	flex-basis: 47.5%;
	max-width:47.5%;
	margin-bottom:20px;
}
.cloum_wrap2 div.box img{
	width:100%;
}
.cloum_3wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin: 0 auto 30px auto;
	max-width:1000px;
	width:100%;
}
.cloum_3wrap:after {/*半端でも左寄せ*/
        content: "";
        display: block;
        width: 32%;
        height: 0;
    }
.cloum_3wrap div.box{
	flex-basis: 32%;
	max-width:32%;
	margin-bottom:20px;
}
.cloum_3wrap div.box img{
	width:100%;
}

ul.worklist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin: 0 auto 30px auto;
	max-width:1000px;
	width:100%;
}
ul.worklist:after {/*半端でも左寄せ*/
        content: "";
        display: block;
        width: 32%;
        height: 0;
    }
ul.worklist li{
	flex-basis: 32%;
	max-width:32%;
	margin-bottom:20px;
}
ul.worklist li img{
	width:100%;
}
@media screen and (max-width: 480px) {
	.fl_r_new , .fl_r{
		float:none;
		width:100%;
		text-align:center;
	}
	.fl_r_new , .fl_r{
		margin-left:0px;
	}
	.fl_l_new , .fl_l{
		float:none;
		width:100%;
	}
	.fl_l_new , .fl_l{
		margin-left:0px;
	}
	.cloum_wrap2{
		margin: 0 auto 20px auto;
	}
	.cloum_wrap2 div.box{
		flex-basis: 100%;
		max-width:100%;
		margin-bottom:10px;
	}
	.cloum_wrap2 div.box img{
		width:100%;
	}
	.cloum_3wrap{
		margin: 0 auto 10px auto;
	}
	.cloum_3wrap div.box{
		flex-basis: 100%;
		max-width:100%;
		margin-bottom:10px;
	}
	ul.worklist li{
		flex-basis: 48.5%;
		max-width:48.5%;
	}
}

#price table {
	width: 100%;
	border :solid 1px #B3B3B3;
	margin-bottom:26px;
}

#price table th {
	background-color:#f2f2f2;
 	width : 30%;
	font-weight: normal;
	padding : 12px 4px 7px 8px;
	border :solid 1px #B3B3B3;
	line-height:1.5em;
	vertical-align:middle;
}

#price table th.kakaku {
	background-color:#f2f2f2;
 	width : 35%;
	font-weight: normal;
	padding : 12px 4px 7px 8px;
	border :solid 1px #B3B3B3;
	vertical-align:middle;
	text-align : center;
}

#price table th.bikou {
	background-color:#f2f2f2;
 	width : 35%px;
	font-weight: normal;
	padding : 12px 4px 7px 8px;
	border :solid 1px #B3B3B3;
	vertical-align:middle;
	text-align : center;
}
#price table td {
	border:solid 1px #B3B3B3;
	padding : 12px 4px 7px 8px;
	vertical-align:top;
}

.syojyobtn_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin: 0 auto 30px auto;
	max-width:1000px;
	width:100%;
}
.syojyobtn_wrap:after {/*半端でも左寄せ*/
        content: "";
        display: block;
        width: 48.5%;
        height: 0;
    }
.syojyobtn_wrap div.syojyobtn_wrap_btn{
	flex-basis: 48.5%;
	max-width:48.5%;
	margin-bottom:20px;
}
.syojyobtn_wrap div.syojyobtn_wrap_btn{
	width:100%;
}
.syojyobtn_wrap div.syojyobtn_wrap_btn a {
  display: inline-block;
  width: 100%;
  /*height: 54px;*/
  text-align: center;
  text-decoration: none;
  /*line-height: 54px;*/
  outline: none;
	padding:10px 0;
	border-radius: 5px;
}
.syojyobtn_wrap div.syojyobtn_wrap_btn a::before,
.syojyobtn_wrap div.syojyobtn_wrap_btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.syojyobtn_wrap div.syojyobtn_wrap_btn a,
.syojyobtn_wrap div.syojyobtn_wrap_btn a::before,
.syojyobtn_wrap div.syojyobtn_wrap_btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.syojyobtn_wrap div.syojyobtn_wrap_btn a {
  background-color: #ef4854;
  color: #fff;
}
.syojyobtn_wrap div.syojyobtn_wrap_btn a:hover {
  background-color: #ea7880;
}
@media screen and (max-width: 580px) {
.syojyobtn_wrap div.syojyobtn_wrap_btn{
	flex-basis: 100%;
	max-width:100%;
}
}
ul.bottom_contact{display: none;}
.bottom_linewrap{display: none;}
@media screen and (max-width: 736px) {
/*#wrapper{padding-bottom:40px;}*/
#wrapper{padding-bottom:42px;}
ul.bottom_contact{
			display:table;
			table-layout: fixed;
			border-collapse: collapse;
			width:100%;
			text-align:center;
			height:42px;
			position: fixed;
   			bottom: 0;
			z-index:9;
		}
		ul.bottom_contact li{
			display:table-cell;
			text-align:center;
		}
		ul.bottom_contact li img{
			height:30px;
		}
		ul.bottom_contact li a{
			display:block;
			color:#FFF;
			text-decoration:none;
			height:42px;
			vertical-align:middle;
			padding-top:7px;
		}
		ul.bottom_contact li.cata a{
			background:#2E3192;
		}
		ul.bottom_contact li.reser a{
			background:#a33131;
		}
		ul.bottom_contact li.tel a{
			background:#af0000;
		}
		ul.bottom_contact li.line a{
			background:#31a33f;
		}
		ul.bottom_contact li.insta a{
			background:#C335A7;
		}
	.bottom_linewrap{
		display:block;
		padding:10px 0;
		background-color:#fff;
		position: fixed;
   		bottom: 0;
		z-index:9;
	}
	.bottom_linewrap p{
		padding:0 10px;
	}
	.bottom_linewrap p.lineyoyaku_m{
		margin-bottom:5px;
	}
	.bottom_linewrap p img{
		width:100%;
	}
}


/* clearfix */
	* html .clearFix {
		zoom: 1;
	}

	*+html .clearFix {
		zoom: 1;
	}

.clearFix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#free_03 ul{
    list-style-type: none;
	margin-bottom:30px;
}

#free_03 ul li {
	float: left;
	padding: 0 6px 0 0;
}

#free_03 ul li.end {
	padding:0px;
}
@media screen and (max-width: 736px) {
#free_03 ul{
    list-style-type: none;
	margin-bottom:0px;
	text-align:center;
}

#free_03 ul li {
	float: none;
	padding: 0 0 0 0;
	margin-bottom:10px;
}

#free_03 ul li.end {
	padding:0px;
}
}

/* ---------------------------------------------------------------------
スタッフ紹介
--------------------------------------------------------------------- */


#staff .staff_waku{
	max-width: 759px;
    	margin-bottom: 16px;
	line-height: 1.5em;
	padding:20px 12px 16px 12px;
	background: #fff url('images/staff_bg.gif') 0 0 no-repeat;
	border :solid 1px #b3b3b3;
}

#staff .staff_waku_l{
	width: 25.2%;
	float: left;
	background: none;
}

#staff .staff_waku_l img{
    	margin: 0px;
	width:100%;
}

#staff .staff_waku_r{
	width: 70%;
	float: right;
	background: none;
}

#staff .staff_waku_r table{
	width: 100%;
}

#staff .staff_waku_r table th{
	width:18%;
	color: #009245;
	border-bottom: dotted 1px #b3b3b3;
	font-weight : normal;
	padding: 8px 0 2px 0;
}

#staff .staff_waku_r table td{
	border-bottom: dotted 1px #b3b3b3;
	padding: 8px 0 2px 0;
}
ul.header_4btn{
	display:none;
}
@media screen and (max-width: 736px) {
#staff .staff_waku_l{
	width: 100%;
	float: none;
	margin-bottom:10px;
	text-align:center;
}
#staff .staff_waku_l img{
	width: auto;
}


#staff .staff_waku_r{
	width: 100%;
	float: none;
}
}



#wprmenu_bar {
    opacity: 0.8;
}
#wprmenu_menu_ul li{
	border-bottom:1px dotted #ccc;
}

/*wp-responsive-menu　を最初は隠して、下にスクロールしたら表示されるようにする場合は下のコメント外す、footer.phpとfooter_scroll.phpのもコメントアウトすること*/
/*
ul.header_4btn{
  transition: .3s;
  transform: translateY(-100%);
}

.is-show {
  transform: translateY(0)!important;
}
#wprmenu_bar {
  transition: .3s;
  transform: translateY(-100%);
}

.is-show2 {
  transform: translateY(0)!important;
}

html{
	padding-top:0!important;
}
*/

.conts_menu_wrap{
	width:100%;
	border: 2px solid #f7931e;
	box-sizing: border-box;
	background-color:#fff0e1;
}
.conts_menu_wrap_pd{
	padding:20px 20px 10px 20px;
}
.conts_menu_wrap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	align-self:stretch;
	margin: 0 auto 0 auto;
	width:100%;
	list-style-type: none;
}
.conts_menu_wrap ul:after {/*半端でも左寄せ*/
        content: "";
        display: block;
        width: 48.5%;
        height: 0;
    }
.conts_menu_wrap ul li{
	flex-basis: 48.5%;
	max-width:48.5%;
	list-style-type: none;
	font-weight:bold;
	font-size:22px;
	border:1px solid #ccc;
	background-color: #fff;
	margin-bottom:10px;
	padding:0 1%;
	border-radius: 5px;
	position: relative;
}
.conts_menu_wrap ul li a{
	display: block;
	color:#f7931e;
	padding:15px 0;
}
.conts_menu_wrap ul li a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #f7931e;
  border-right: 3px solid #f7931e;
  transform: rotate(45deg);
	position: absolute;
	top: 45%;
    right: 5%;
}
.conts_menu_wrap ul li a:hover{
	color:#ffaf5f;
	text-decoration: none;
}
.conts_menu_wrap ul li a:hover::after {
  border-top: 3px solid #ffaf5f;
  border-right: 3px solid #ffaf5f;
}

.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}

ol.numberlist{
	padding-left:30px;
	margin-bottom:50px;
	
}
ol.numberlist li{
	list-style-type: decimal！important;
	display: list-item;
}
.orange_waku{border:1px solid #5997BC;}
.orange_waku_pd{padding:20px;}


.list-2rows{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin: 0 auto 0 auto;
	width:100%;
}
.list-2rows li{
	flex-basis: 47.5%;
	max-width:47.5%;
	list-style-type: disc;
	list-style-position:inside;
	margin-bottom:8px;
}
.cloum_2wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	max-width:980px;
	width:100%;
}
.cloum_2wrap div.box{
	flex-basis: 48.5%;
	max-width:48.5%;
	margin-bottom:50px;
}
.cloum_2wrap div.box img{
	width:100%;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.mincho_big{
	font-family: 'Noto Serif JP', serif;
	font-size:36px;
	text-align:center;
	margin-bottom:60px;
	line-height:1.5;
	letter-spacing: -2px;
}
.fl_r_new_big{
	float: right;
	margin-left: 30px;
	width:320px!important;
}
.fl_r_new_big img{
	width:100%!important;
	height:auto!important;
}

.fl_l_new_big{
	float: left;
	margin-right: 30px;
	width:320px;
}
.fl_l_new_big img{
	width:100%;
	height:auto!important;
}
.fl_r_new , .fl_r{
	float:right;
	width:30%;
	margin-bottom:10px;
	margin-left:20px;
}
.fl_r_new img, .fl_r img{
	width:100%;
}
.topcloum_3wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin: 0 auto 30px auto;
	max-width:1000px;
	width:100%;
}
.topcloum_3wrap:after {/*半端でも左寄せ*/
        content: "";
        display: block;
        width: 32%;
        height: 0;
    }
.topcloum_3wrap div.box{
	flex-basis: 32%;
	max-width:32%;
}
.topcloum_3wrap div.box img{
	width:100%;
}
.topvoice_wrap{
	width:100;
	margin-bottom:20px;
	background-color: #feffd9;
	border-radius: 10px;
}
.topvoice_pd{
	padding:20px;
}
.topvoice_wrap p img{
	width:100;
}
.topvoice_wrap h4{
	color:#333!important;
	font-size:120%!important;
}
.kaizenvoice{font-weight:bold;color:#fff;display: inline-block;background-color:#FF0004;padding:0 5px;}
.taihi_wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:stretch;
	align-content:stretch;
	width:100%;
	margin-bottom:30px;
}
.taihi_wrap div.taihi_wrap_ippan{
	flex-basis: 48.5%;
	max-width: 48.5%;
	padding:10px;
	background-color:#ece9e6;
}
.taihi_wrap div.taihi_wrap_mahalo{
	flex-basis: 48.5%;
	max-width: 48.5%;
	padding:10px;
	background-color:#ffe6c0;
	border:2px solid #ff9a00;
}
.block_green {
	background: #fff url('images/green_img.png') top right no-repeat;
    padding: 40px;
	max-width: 680px;
	margin-bottom: 40px;
	border-top:8px solid #17988C;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
ul.top_okomari_list{
	padding-left: 15px;
	list-style-type: none;
}
ul.top_okomari_list li{
	background: url('images/top_part1_mk.png') 0px 2px no-repeat;
	font-size: 18px;
	margin-bottom: 12px;
	padding-left: 30px;
	line-height:1.4;
	padding-bottom:0px;
	padding-top:3px;
}
.maetugi{margin:50px 0;}
.aligncenter {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
.twobtn_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin: 0 auto 30px auto;
	max-width:715px;
	width:100%;
}
.twobtn_wrap div.linebtn{
	flex-basis: 54%;
	max-width:54%;
}
.twobtn_wrap div.telbtn{
	flex-basis: 40%;
	max-width:40%;
}
.twobtn_wrap  img{
	width:100%;
}

.campagin_m{
	font-size:150%;
	margin-bottom:10px;
}

.campagin_price{line-height:1.0;font-size:150%;}
.tokubetu{font-size:150%;}
.tokubetu_suuji{font-size:250%;}
.tokubetu_en{font-size:110%;}
.tel_cyui{font-size:85%;}

.fl_r_new_big{
	float: right;
	margin-left: 30px;
	width:320px!important;
}
.fl_r_new_big img{
	width:100%!important;
	height:auto!important;
}

.buttonwrap{text-align:center;}
.button {
  display: inline-block;
  max-width: 480px;
	width:100%;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
	border-radius: 30px;
	
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #ff9600;
  color: #fff;
}
.button:hover {
  background-color: #ffb956;
	color: #fff;
}

#flow .conts {
	width : 100%;
}

#flow .conts_r {
	width : 35%;
	float : right;
	text-align: center;
}
#flow .conts_l {
	width : 62%;
	float : left;
}
#flow .yakufun {
	float:right;
	font-size:85%;
	margin-bottom:10px;
	display:inline-block;
	padding:0 8px;
	color:#fff;
	font-weight:bold;
	background-color:#FF961E;
}

#flow .conts_l h4 {
	margin-bottom: 12px;
	line-height: 1.5em;
	padding:4px 4px 2px 96px;
	font-size: 110%;
	border-bottom: solid 1px #FF9700;
	border-top: solid 1px #FF9700;
	color: #333;
	font-weight: normal;
}
#flow .conts_l h4.step_01 {
		background: url('images/step_h4_01.gif') 0 10px no-repeat;
}
#flow .conts_l h4.step_02 {
		background: url('images/step_h4_02.gif') 0 10px no-repeat;
}

#flow .conts_l h4.step_03 {
		background: url('images/step_h4_03.gif') 0 10px no-repeat;
}

#flow .conts_l h4.step_04 {
		background: url('images/step_h4_04.gif') 0 10px no-repeat;
}

#flow .conts_l h4.step_05 {
		background: url('images/step_h4_05.gif') 0 10px no-repeat;
}

#flow .conts_l h4.step_06 {
		background: url('images/step_h4_06.gif') 0 10px no-repeat;
}

#flow .conts_l h4.step_07 {
		background: url('images/step_h4_07.gif') 0 10px no-repeat;
}

#flow .conts_l h4.step_08 {
		background: url('images/step_h4_08.gif') 0 10px no-repeat;
}

#flow .conts_l h4.step_09 {
		background: url('images/step_h4_09.gif') 0 10px no-repeat;
}

#flow .conts_l h4.step_10 {
		background: url('images/step_h4_10.gif') 0 10px no-repeat;
}
#flow .yaji {
	 text-align : center;
	margin : 20px 0 20px 0;
}
.hyo_dl dl {
display: flex;
flex-flow: row wrap;
width: 100%;
border-top: 1px solid #ccc;
}
.hyo_dl dt {
flex-basis: 20%;
padding: 10px;
background-color: #f2f2f2;
border-bottom: 1px solid #ccc;
}
.hyo_dl dd {
flex-basis: 80%;
padding: 10px;
background-color: #fff;
border-bottom: 1px solid #ccc;
}

.article{margin-bottom:50px;}

.scroll table{
width:100%;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.scroll table {
	width: 100%;
	border :solid 5px #5997BC;
	margin-bottom:30px;
	font-size:90%;
}

.scroll table th {
	background-color:#F2F2F2;
	padding : 5px 4px 3px 4px;
	border :solid 1px #B0B0B0;
	vertical-align:middle;
	text-align : center;
}
.scroll table th span {
	color: #C00000;
}
.scroll table th span.moji_ao {
	color: #005DBC;
}
.scroll table th.title {
	background-color:#F2F2F2;
}

.scroll table th.jikan {
	background-color:#F2F2F2;
}


.scroll table td {
	border:solid 1px #B0B0B0;
	padding : 5px 4px 3px 4px;
	vertical-align:middle;
	text-align : center;
}

@media screen and (max-width: 736px) {
body{padding-top:60px!important;} /* wp-responsive-menu　を最初は隠して、下にスクロールしたら表示されるようにする場合はこのコードをコメントアウト */
ul.header_4btn{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;
	flex-direction: row;
	align-items: stretch;
	width:80%;
	position:fixed;
	top: 0;
	right:0;
	z-index:999999999999999999;	
}
ul.header_4btn li{
	flex-basis: 25%;
	max-width:25%;
	text-align:center;
	height:52px;
	/*background: rgba(255,124,0,0.9);*/
	line-height:44px;
}
ul.header_4btn li.linekantan{
	flex-basis: 40%;
	max-width:40%;
	text-align:center;
	height:52px;
	/*background: rgba(255,124,0,0.9);*/
	line-height:44px;
}
ul.header_4btn li img{
	height:52px;
	padding-top:8px;
}
ul.header_4btn li a{
	color:#FFF;
	text-decoration:none;
}
.conts_menu_wrap_pd{
	padding:10px 10px 5px 10px;
}
.conts_menu_wrap ul li{
	flex-basis: 100%;
	max-width:100%;
	font-size:18px;
	margin-bottom:8px;
	padding:0 1% 0 3%;
}
.conts_menu_wrap ul li a{
	padding:8px 0;
}
.mincho_big{
	font-family: 'Noto Serif JP', serif;
	font-size:24px;
	text-align:center;
	margin-bottom:40px!important;
	line-height:1.7!important;
	font-weight:bold;
}
.fl_r_new_big{
	float: none;
	margin-left: 0;
	width:100%!important;
}

.fl_l_new_big{
	float: none;
	margin-right: 0px;
	width:100%;
}
.topvoice_wrap{
	margin-bottom:10px;
	background-color: #feffd9;
}
.topvoice_pd{
	padding:10px;
}
.taihi_wrap div.taihi_wrap_ippan{
	flex-basis: 95%;
	max-width: 95%;
	padding:5px 4%;
	margin-bottom:20px;
}
.taihi_wrap div.taihi_wrap_mahalo{
	flex-basis: 95%;
	max-width: 95%;
	padding:5px 4%;
	position: relative;
}
.taihi_wrap div.taihi_wrap_mahalo::after{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 95%; height: 95%;
  display: block;
}
.block_green {
    padding: 30px 20px;
}
	.hamburger-box {
	width: 36px!important;
    height: 30px!important;
	}
	.hamburger-box{
		position:relative!important;
	}
	.hamburger-box:after{
		position:absolute!important;
		text-align:center!important;
		/*color: #333;
		font-size: 2px;
		font-weight:bold;
		content: "メニュー";
		bottom: -12px;
		letter-spacing: -1px;*/
		content: url(images/spmenu_txt.png);
		  display: inline-block;
		  width: 36px;
		  height: 9px;
		bottom: 1px;
	}
.list-2rows li{
	flex-basis: 47.5%;
	max-width:47.5%;
	list-style-type: disc;
	list-style-position:inside;
}
.list-2rows li{
	list-style-type: disc;
	list-style-position:inside;
}

.cloum_2wrap div.box{
	flex-basis: 100%;
	max-width:100%;
	margin-bottom:30px;
}
.campagin_m{
	font-size:130%;
}
.campagin_price{line-height:1.3;}
.fl_r_new_big{
	float: none;
	margin-left: 0;
	width:100%!important;
}
#flow .conts {
	width : 100%;
}

#flow .conts_r {
	width : 100%;
	float : none;
	text-align: center;
}

#flow .conts_l {
	width : 100%;
	float : none;
	margin-bottom:10px;
}
.hyo_dl dl {
flex-flow: column;
}
.article{
	margin-bottom:30px;
}
}



.fl_r_1{
	float:right;
	width:30%;
	margin-bottom:10px;
	margin-left:20px;
}
.fl_l_1{
	float:left;
	width:30%;
	margin-bottom:10px;
	margin-right:20px;
}
.fl_r_1 img , .fl_l_1{
	width:100%;
}

@media screen and (max-width: 736px) {
.fl_r_1{
	float:none;
	width:100%;
	margin-bottom:10px;
	margin-left:0;
}
.fl_l_1{
	float:none;
	width:100%;
	margin-bottom:10px;
	margin-right:0;
}
}


.pricepagecampaign_new{
	border:10px solid #f2f2f2;
}
.pricepagecampaign_new_pd{
	padding:30px;
}
/*
.pricepagecampaign_new h2{
	font-size:150%;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}
.pricepagecampaign_new h2 span{
	background-color:#ff1616;
	color:#fff;
	padding:10px;
}
*/
.pricepagecampaign_new_kikan{
	background-color:#f2f2f2;
	padding:20px;
	margin:30px 0;
}

ul.price_check{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin:0 auto 50px auto;
	width:100%;
	padding:4% 10%;
	background-color:#fff;
	border:10px solid #f2f2f2;
}
ul.price_check li{
	flex-basis: 47.5%;
	max-width:47.5%;
	margin-bottom:20px;
	list-style-type: disc;
	font-weight:bold;
	/*font-size:95%;*/
}

.pricehyo {
width: 100%;
	max-width:680px;
	margin:0 auto;
}
.pricehyo dl {
display: flex;
flex-flow: row wrap;
width: 100%;
border: 1px solid #ccc;
	text-align:center;
}
.pricehyo dl span {
font-weight:bold;
	color:red;
}
.pricehyo dl span.zeroen {
	font-size:200%;
}
.pricehyo dl span.riyouryo {
	font-size:130%!important;
	color:#333!important;
}
.pricehyo dt {
flex-basis: 35%;
padding: 20px;
background-color: #f1f1f1;
border-bottom: 1px solid #ccc;
}
.pricehyo dd {
flex-basis: 65%;
padding: 20px;
background-color: #fff;
border-bottom: 1px solid #ccc;
}

.works_box ul li a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

.works_box{
	width: 100%;
	overflow: hidden;
}

.works_box ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:stretch;
	align-content:stretch;
	width:100%;
}
.works_box ul li{
	flex-basis: 32.5%;
	max-width: 32.5%;
	margin-bottom:20px;
}
.works_box ul li img{
	width: 100%;
}

@media screen and (max-width: 736px) {
	.works_box ul li{
		flex-basis: 49.5%;
		max-width: 49.5%;
		margin-bottom:10px;
}
	ul.price_check{
		margin:0 auto 30px auto;
		width:100%;
		padding:4% 10%;
		background-color:#fff;
	}
	ul.price_check li{
		flex-basis: 100%;
		max-width:100%;
		margin-bottom:10px;
	}
}

.top_newswrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
	margin: 0 auto 30px auto;
	max-width:1080px;
	width:100%;
}
.top_newswrap_left , .top_newswrap_right{
	flex-basis: 47.5%;
	max-width:47.5%;
	margin-bottom:20px;
}

.top_newswrap .box_border{
	border: 1px solid #ccc;
}
.top_newswrap .pd_wrap{
	padding:15px;
}

.top_newswrap dl dd {
	width: 100%;
	padding: 0 0px 10px 0;
	border-bottom: dotted 1px #e2e2e2;
}
.top_newswrap dl dt {
	width: 100%;
	padding: 10px 0px 0 0;
}

@media screen and (max-width: 736px) {
.top_newswrap_left , .top_newswrap_right{
	flex-basis: 100%;
	max-width:100%;
	margin-bottom:20px;
}
	.hamburger-box{
		position:relative!important;
	}
	.hamburger-box:after{
		position:absolute!important;
		text-align:center!important;
		/*color: #333;
		font-size: 2px;
		font-weight:bold;
		content: "メニュー";
		bottom: -12px;
		letter-spacing: -1px;*/
		content: url(images/spmenu_txt.png);
		  display: inline-block;
		  width: 36px;
		  height: 9px;
		bottom: 1px;
	}
}

.hamburger-box {
        width: 46px !important;
        height: 35px !important;
}
.hamburger-box::after  {
        content: "MENU";
	font-size:60%;
	margin-left:-3px;
}
