@charset "utf-8";

/*==========================================
File name: module.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2015.10.24
========================================== */

.font_type_serif{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* ------------------------------------------------
パンクズ
------------------------------------------------ */

#breadcrumbs{
	padding:5px;
}

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */

/*下層用
#keyvisual_con{
	margin:15px auto 30px auto;
}
#keyvisual_con img{
	width:100%;
	height:auto;
}*/


/* ***** 必須設定 ************************ */

section,
.section{
	overflow: hidden;
}

.default_list ul {
	margin-left: 20px;
}

.default_list li{
	margin-bottom: 20px;
}

.default_list ul li{
	list-style-type: disc;
}

.default_list ol {
	margin-left: 25px;
}

.default_list ol li {
	list-style-type: decimal;
}

/* ------------------------------------------- */

/*下層用*/

section h1,
section h2,
section h3{
	font-weight: bold;
}

section h1{
	font-size: 1.6em;
}

section h2{
	
}
section h3{
	
}


/*個別装飾用（ページによって見出しルールが異なる場合）*/

/*
.title_deco_none{
	margin:0!important;
	padding:0!important;
	border:none!important;}


.title_type01{
	font-size:120%;
	color:#336444;
	border-bottom:#336444 dotted 1px;
	margin-bottom:13px;}

*/

.link_btn a{
	display: inline-block;
	background: #FFF;
	border: solid 1px #403D3C;
	text-align: center;
	padding: 2px;
}

.link_btn a i{
	color: #96C633;
}

.link_btn a:hover,
.link_btn a:active{
	background: #96C633;
	color: #FFF;
}

.link_btn a:hover i,
.link_btn a:active i{
	color: #FFF;
}


/* *********************************************** */

/* ------------------------------------------------
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;
}
/*==========================================
　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%;
	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;
}

.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;
}


/* ------------------------------------------------
挨拶文などの署名
------------------------------------------------ */
#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%;
}


/* --ページのトップへ戻る--------------------- */

#pageTop{
	filter:alpha(opacity=70);
	color: #FFF;
	-moz-opacity: 0.7;
	opacity: 0.7;
	border-radius: 5px;
	text-decoration: none;
    padding: 10px 15px;
    position: fixed;
    bottom: 10px;
    right: 10px;
	background: #333;
}

#pageTop:hover{
    background: #D90079;
	transition: background-color 0.5s;/*ふわっと変化*/
}


/* ------------------------------------------------
可変 Table
------------------------------------------------ */

.table_01{
	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;
}

/* ------------------------------------------------
WP-Pagenavi
------------------------------------------------ */

#main .wp-pagenavi a,
#main .wp-pagenavi span {
    display: inline-block;
    margin-bottom: 0.5em;
}

/* ------------------------------------------------
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;

} /*送信ボタン*/

/* ------------------------------------------------
TopPage
------------------------------------------------ */

.home .w-half .hgroup h3{
	font-size: 1.1em;
	font-weight: bold;	
}

.home .w-half .hgroup span{
	color: #96C633;
}

.home .w-half .area_01 img,
.home .w-half .area_02 img{
	margin-bottom: 20px;
}

/* ------------------------------------------------
Space Plan
------------------------------------------------ */

.space_plan .area_body{
	margin: 40px;
}


.space_plan h2{
	border-left: solid 10px #96C633;
	padding-left: 5px;
	font-size: 1.2em;
	margin-bottom: 15px;	
}

.space_plan h2 i{
	color: #96C633;
}

/* ------------------------------------------------
Company
------------------------------------------------ */

.comtype i,
.comtype h2,
.comtype strong{
	color: #308FD2;
}

.comtype h2,
.comtype strong{
	font-size: 1.2em;
}

.comtype h2{
	padding-bottom: 5px;
	border-bottom: solid 1px #308FD2;
	margin-bottom: 15px;
}



/* ------------------------------------------------
Profile
------------------------------------------------ */

.profile section h1,
.profile section h2{
	font-weight: bold;
	fomt-size: 1.2em;
}
