@charset "utf-8";

/*==========================================
File name: module.css
========================================== */

/*#contents{
	padding: 0 15px;
}*/


#contents a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

/* ------------------------------------------------
パンクズ
------------------------------------------------ */

#breadcrumbs{
    margin-bottom: 15px;
    font-size: 12px;
}

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */

/*下層用*/
#keyvisual_con{
	margin:15px auto 30px auto;
}
#keyvisual_con img{
	width:100%;
	height:auto;
}



#mainContents_01{
	overflow: hidden;
	clear: both;
}


/* ***** 必須設定 ************************ */

section{
	overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
/* ※※※ section に padding 設定不可 ※※※ */
}


/* ------------------------------------------- */

/*下層用*/

section h1{
}

section h3{
	margin-bottom:15px;
	background:#F4F4F4;
	border-top:solid 3px #999;
	border-bottom:solid 1px #CCC;
	text-align:center;
	padding:7px 5px;
}



/*個別装飾用（ページによって見出しルールが異なる場合）*/

.title_h3_nodeco{
	margin-bottom:15px;
	border-top:none;
	border-bottom:none;
	padding:0;
}

.title_ore{
	background:#e9bc3c;
	border-top:solid 3px #bb9320;
	border-bottom:solid 1px #bb9320;
    color: #FFFFFF;
}

.title_green{
	background:#72bb74;
	border-top:solid 3px #5c9d5e;
	border-bottom:solid 1px #5c9d5e;
    color: #FFFFFF;
}

.title_pink{
	background:#d76aa6;
	border-top:solid 3px #a23370;
	border-bottom:solid 1px #a23370;
    color: #FFFFFF;
}

.title_purple{
	background:#3a3aa9;
	border-top:solid 3px #181867;
	border-bottom:solid 1px #181867;
    color: #FFFFFF;
}

.title_type01{
	margin-bottom:13px;
	background:#F4F4F4;
	padding:7px;
	font-size:16px;
	text-align:left;
}

.title_type02{
	margin-bottom:13px;
	background:#66a3d1;
	padding:7px;
	font-size:16px;
	text-align:left;
    color: #FFFFFF;
}

.title_type03{
	margin-bottom:13px;
	background:#e9bc3c;
	padding:7px;
	font-size:16px;
	text-align:left;
    color: #FFFFFF;
}

/* ------------------------------------------------
サイドバー
------------------------------------------------ */

#columnLeft{
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #FC9;
}

#columnLeft form {
	margin: 0;
	}

#columnLeft ul{
	margin: 0;
	padding: 0;
	}

#columnLeft ul li {
	list-style-type: none;
	}

#columnLeft #widget_area{
}

#columnLeft #widget_area ul ul{
	margin: 0 0 20px 20px;
}

#columnLeft #widget_area ul ul li{
	list-style-type: disc;
}

#columnLeft #widget_area ul ul ul, #columnLeft #widget_area ul ol {
	margin: 0 0 0 10px;
	}

#columnLeft section, #columnRight section, #columnMiddle section{
	overflow: hidden;
	margin: 0 0 10px 0;
}


/* --サイドバーの見出し-------------------------- */

#columnLeft .side_hd p{
	padding:0 0 0 0;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* --------------------------------------------- */

#snav{
	margin: 0 0 10px 0!important;
}

#snav li{
	text-align: center;
	margin: 0 0 5px 0!important;
	
}

#snav li a{
	display: block;
	
}

#snav li a:hover{
}


/* *********************************************** */

/* ------------------------------------------------
width 100% 画像幅100%
sectionに枠, 画像幅100%
------------------------------------------------ */
.single-body,
.entry_single-body{
	width: 100%;
	overflow: hidden;
}
.single-body img,
.entry_single-body img{
	width: 100%!important;
	max-width: 100%!important;
	height: auto;
}

/* ------------------------------------------------
width 100%, バナー×2 横並べ
------------------------------------------------ */

.half{
	width: 100%;
	overflow: hidden;
}

.half .element_01,
.half .element_02{
	overflow: hidden;
}

.half .element_01 img,
.half .element_02 img{
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/* ------------------------------------------------
sectionに枠, バナー×2 横並べ
------------------------------------------------ */

.entry_half{
	width: 100%;
	margin: 0 auto;
}

.entry_half .element_01,
.entry_half .element_02{
	overflow: hidden;
}

.entry_half .element_01 img,
.entry_half .element_02 img{
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

/* ------------------------------------------------
width 100%, イメージ×3 横並べ
------------------------------------------------ */

.third{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.third .element_01,
.third .element_02{
	overflow: hidden;
}

.third .element_01 img,
.third .element_02 img{
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

/* ------------------------------------------------
sectionに枠, イメージ×3 横並べ
------------------------------------------------ */

.entry_third{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.entry_third .element_01,
.entry_third .element_02{
	overflow: hidden;
}

.entry_third .element_01 img,
.entry_third .element_02 img{
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

/* ------------------------------------------------
width 100%, イメージ×3 横並べ liquid
------------------------------------------------ */

.third-liquid{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.third-liquid .element_01,
.third-liquid .element_02{
	overflow: hidden;
}

.third-liquid .element_01 img,
.third-liquid .element_02 img{
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.third-liquid .element_01,
.third-liquid .element_02{
	width: 30%;
}


.third-liquid .element_01{
	float: left;
	margin: 0 5% 0 0;
}

.third-liquid .element_02{
	float: right;
}

/* ------------------------------------------------
sectionに枠, イメージ×3 横並べ liquid
------------------------------------------------ */

.entry-third-liquid{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.entry-third-liquid .element_01,
.entry-third-liquid .element_02{
	overflow: hidden;
}

.entry-third-liquid .element_01 img,
.entry-third-liquid .element_02 img{
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.entry-third-liquid .element_01,
.entry-third-liquid .element_02{
	width: 30%;
}

.entry-third-liquid .element_01{
	float: left;
	margin: 0 5% 0 0;
}

.entry-third-liquid .element_02{
	float: right;
}

/* ------------------------------------------------
width 100%, イメージ×4 横並べ
------------------------------------------------ */

.quarter{
	width: 100%;
	overflow: hidden;
}

.quarter_body_01,
.quarter_body_02{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.quarter .element_01,
.quarter .element_02{
	overflow: hidden;
}

.quarter .element_01 img,
.quarter .element_02 img{
	margin: 0 0 0 0;
	width: 100%;
}

.quarter .element_01{
	float: left;
}

.quarter .element_02{
	float: right;
}

/* ------------------------------------------------
sectionに枠, イメージ×4 横並べ
------------------------------------------------ */

.entry_quarter{
	width: 100%;
	overflow: hidden;
}

.entry_quarter_body_01,
.entry_quarter_body_02{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.entry_quarter .element_01,
.entry_quarter .element_02{
	overflow: hidden;
}

.entry_quarter .element_01 img,
.entry_quarter .element_02 img{
	margin: 0 0 0 0;
	width: 100%;
}

.entry_quarter .element_01{
	float: left;
}

.entry_quarter .element_02{
	float: right;
}

/* ------------------------------------------------
width100%, 左イメージ×1 右コンテンツ
------------------------------------------------ */
.left_imgfix,
.left_imgfix-02{
	width: 100%;
	overflow: hidden;
}

.left_imgfix .element_01{
	width: 130px;
}

.left_imgfix-02 .element_01{
	width: 230px;
}

.left_imgfix .element_01 img,
.left_imgfix-02 .element_01 img{
	width: 100%;
}

/* ------------------------------------------------
sectionに枠, 左イメージ×1 右コンテンツ
------------------------------------------------ */
.entry_left_imgfix,
.entry_left_imgfix-02{
	width: 100%;
	overflow: hidden;
}

.entry_left_imgfix .element_01 img,
.entry_left_imgfix-02 .element_01 img{
	width: 100%;
}

/* ------------------------------------------------
左コンテンツ 右イメージ×1
------------------------------------------------ */
.right_imgfix,
.right_imgfix-02{
	width: 100%;
	overflow: hidden;
}

.right_imgfix .element_01{
	width: 130px;
}

.right_imgfix-02 .element_01{
	width: 230px;
}

.right_imgfix .element_01 img,
.right_imgfix-02 .element_01 img{
	width: 100%;
}

/* ------------------------------------------------
sectionに枠, 左コンテンツ 右イメージ×1
------------------------------------------------ */
.entry_right_imgfix,
.entry_right_imgfix-02{
	width: 100%;
	overflow: hidden;
}

.entry_right_imgfix .element_01{
	width: 130px;
}

.entry_right_imgfix-02 .element_01{
	width: 230px;
}

.entry_right_imgfix .element_01 img,
.entry_right_imgfix-02 .element_01 img{
	width: 100%;
}

/* ------------------------------------------------
挨拶文などの署名
------------------------------------------------ */
#signiture{
	text-align: right;
}

/* ------------------------------------------------
予約カレンダー用
------------------------------------------------ */
#timetable table{
	width: 100%;
	border: solid 1px #39F;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

#timetable table th,
#timetable table td{
	border: solid 1px #39F;
	border-collapse: collapse;
	text-align: center;
}

#timetable table th{
	background: #E2F3FC;
	color: #39F;
}

/* ------------------------------------------------
YouTube
------------------------------------------------ */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==========================================
　1カラムレイアウト 4分割
========================================== */

.one-column-quarter{
	width: 100%;
	overflow: hidden;
	clear: both;
}

.one-column-quarter_body_01,
.one-column-quarter_body_02{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.one-column-quarter .element_01,
.one-column-quarter .element_02{
	overflow: hidden;
}

.one-column-quarter .element_01 img,
.one-column-quarter .element_02 img{
	margin: 0 0 0 0;
	width: 100%;
}

.one-column-quarter .element_01{
	float: left;
}

.one-column-quarter .element_02{
	float: right;
}

/*==========================================
　1カラムレイアウト 3分割
========================================== */

.one-column-third{
	width: 100%;
	overflow: hidden;
	clear: both;
}

.one-column-third .element_01,
.one-column-third .element_02{
	overflow: hidden;
	margin: 0 0 10px 0;
}

.one-column-third .element_01 img,
.one-column-third .element_02 img{
	margin: 0 0 5px 0;
	width: 100%;
	height: auto;
}

/*==========================================
　1カラムレイアウト sigle-doouble,
　1カラムレイアウト double-single,
　1カラムレイアウト w-half
========================================== */

.single-double,
.double-single,
.w-half{
	width: 100%;
	margin: 0 0 10px 0;
	overflow: hidden;
	clear: both;
}

.single-double .area_01,
.single-double .area_02,
.double-single .area_01,
.double-single .area_02,
.w-half .area_01,
.w-half .area_02{
	overflow: hidden;
/*	margin: 0 0 10px 0;*/
}

.w-half .area_01 img,
.w-half .area_02 img{
	width: 100%;
	height: auto;
}


/*==========================================
　コンテンツ collapse
========================================== */

.collapseomatic{
	width: 100%;
	margin: 0!important;
	padding: 0 0 0 30px!important;
	line-height: 30px;
	height: 30px;
	background-color: #C66;
	background-position: 10px 40%;
	color: #FFF;
	font-weight: bold;
	border-bottom: dotted 1px #FFF;
}

/* ------------------------------------------------
可変 Table
------------------------------------------------ */

.table_01,
.table_02{
	margin: 0 0 10px 0;
}

.table_01 dl dt{
}
.table_01 dl dd label{
	margin-right: 4px;
}

.table_01 dl dd label input{
	margin-right: 4px;
}

.submit-button{
	text-align: center;
}


/* ------------------------------------------------
グーグルマップ
------------------------------------------------ */

.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%;
}


/* ------------------------------------------------
Contact Form7
------------------------------------------------ */

.table_01 dl dd textarea{
	width: 90%;
}

.table_01 dl dd .wpcf7-checkbox .wpcf7-list-item{
	display: block;
	clear: both;
	margin-bottom: 5px;
}

.wpcf7-form .wpcf7-submit{
	width: 30% !important;
	margin:0 35% !important;
	padding: 5px;

} /*送信ボタン*/





.list_03,
.list_03 ul,
.list_03 li{
	overflow: hidden;
}

.list_03 li{
	float: left;
	margin-bottom: 15px;
	font-size: 0.9em;
}

.list_03 li img{
	width: 100%;
	height: auto;
	display: block;
}

.list_03 li p{
	margin-bottom: 5px!important;
}








.pclist03_smplist02,
.pclist03_smplist02 ul,
.pclist03_smplist02 li{
	overflow: hidden;
}

.pclist03_smplist02 li{
	float: left;
	margin-bottom: 15px;
	font-size: 0.9em;
}

.pclist03_smplist02 li img{
	width: 100%;
	height: auto;
	display: block;
}

.pclist03_smplist02 li p{
	margin-bottom: 5px!important;
}






.pclist06_smplist02,
.pclist06_smplist02 ul,
.pclist06_smplist02 li{
	overflow: hidden;
}

.pclist06_smplist02 li{
	float: left;
	margin-bottom: 15px;
}

.pclist06_smplist02 li img{
	width: 100%;
	height: auto;
	display: block;
}

.pclist06_smplist02 li p{
	margin-bottom: 5px!important;
}




.li_title{
	color: #FFF;
	text-align: center;
	background-color: #999;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ------------------------------------------------
PCとスマホでリストの並び数かえる場合
------------------------------------------------ */

/*PC4・スマホ2*/

.list_p4_s2,
.list_p4_s2 ul,
.list_p4_s2 li{
	overflow: hidden;
}

.list_p4_s2 li{
	float: left;
	margin-bottom: 15px;
}

.list_p4_s2 li img{
	width: 100%;
	height: auto;
	display: block;
}



/* ------------------------------------------------
悩み
------------------------------------------------ */

.list_bg_white li {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 15px;
  font-size: 16px;
  border-left:6px solid #917faa;
}

.list_bg_white li + li{margin-top: 15px;}
