@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/

html,body{ width: 100%; }

body{
	font-family: "Noto Sans Japanese";
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
}

/*リンク文字の設定*/
a{ text-decoration: underline; }
a:link,
a:visited{ color: #39f; }
a:hover,
a:active{ color: #f60; }

/*ボタンホバー設定(半透明)*/
.btn:hover {
	opacity: 0.7;
}

/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*ページ全体*/
#container{
	position: relative;
	padding-top: 0em;
}

/*本体*/
#main{
	background-color: #80273f;
	margin-bottom:0em;
}

/*カラム部分*/
#main-in{ 
	background-color: #fff;
    padding:0em 0; 
    box-shadow: 0px 0px 25px #594a42;
	border-left: 1px solid #5E3300;
	border-right:1px solid #5E3300;
}

/*カラム内部のサイズ*/
#main-contents .contents{
	background-image: url(../images/bg_main_in.png);
	box-shadow: 0px 0px 10px #594a42;
	margin-bottom:0em;
	padding:0em 80px;
	margin:0em 1em; 
}

/*段落タグ*/
#main-contents p{ line-height:2em; }

/*全体のフォントサイズ*/
#main-contents{ font-size: 1.7em; }


/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*H2タグ*/
#main-contents h2{
	margin: 0 0 1.5em;
	padding: 0.9em;
	border-bottom: 3px solid #000;
	font-size: 1.6em;
	font-weight: bold;
	text-align:center;
}

/*H3タグ*/
#main-contents h3{
	margin: 0 0 1.5em;
	padding: 0.5em;
	border-left: 8px solid #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 1.143em;
	font-weight: bold;
}

/*H4タグ*/
#main-contents h4{
	margin: 0 0 1.5em;
	padding: 0.8em;
	border: 1px solid #8e8e8e;
	font-weight: bold;
}

/*H5タグ*/
#main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}


/*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(PÇ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/

#header{
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #ccc;
}

#header-in {
	background-color: rgba(255,255,255,0.2);
	position: relative;
	padding:0em 0em 0.5em;
}

/*ヘッダーロゴ*/
#header #header-title {
	float: left;
	width: 35%; 
	margin-top:12px;
	margin-left:0px;
}

#header .header-logo {
	margin-bottom: 0em;
}

#header .header-logo img {
	width: 100%;
}

/*ヘッダー 電話ボタン*/
.header_tel {
	width:25%;
	float: right;
	margin:1.5em 0.5em 0em;
}

.header_tel img {
	width:100%;
}

/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 18%;
	float: right;
	margin: 0.8em 0.3em 0em;
}

.header_mail img {
	width: 100%;
}

/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

#main-image{
	padding-top:0em;
	background:url(../images/top_image_back.jpg) center top no-repeat #fff;
	height:auto;
}

#main-image-in{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}

#main-image img{
	width: 100%;
	height: auto;
}


/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/


.subhead{
	margin: 0 -1em;
	margin-bottom:0.5em;
}


.box_pro{
	border: 1px solid #ccc;
	padding: 1em 2em;
}

.title_pro{
	background-color: #313131;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: 120%;
	margin-bottom:0.5em;
}

.title_koe{
	background-color: #a60b00;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 120%;
	margin-bottom:1em;
	}

.box_reason{
	background-color: #f9f9f9;
	padding: 1em 2em;
	margin-bottom: 1em;
}

.box_reason_inr{
	background-color: #fff;
	padding: 1em 2em;
	margin-top: 1em;
}


.box_koe{
	border: 3px double #ccc;
	padding: 1em 2em;
}

.circle img{
	border-radius: 100%;
}

.img_tyousei{
	margin: 0 -5.8em;
}

.box_news{
	background-color: #f6f6f6;
	padding: 1em 2em;
}

.box_jyukou{
	background-color: #f9f9f9;
	padding: 1em 2em;
	margin: 0 -2em;
	font-size: 90%;
}

.line_under{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 1em;
}

/* ------------------------------
   CHAPTER ELEMENTS
------------------------------ */

.slideShow {
	margin: 20px auto 100px auto;
	width: 100%;
	text-align: left;
	position: relative;
}

.slideShow ul {
	width: 100%;
}

.slideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
	text-align: center;
}

.slideShow ul li img {
	width: 70%;
}

@media only screen and (max-width: 800px) {
	#wrapper {
		width: 90%;
	}

	.slideShow {
		margin: 20px auto 60px auto;
		width: 100%;
	}
}

/* PagiNation
--------------------------- */
.pagiNation {
	bottom: -90px;
	left: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	position: absolute;
	z-index: 110;
}

.pagiNation a {
	margin: 5px 10px;
	width: 100px;
	height: 80px;
	display: inline-block;
	overflow: hidden;
	background: #aaa;
	transition: all 0.2s ease-in-out;
	opacity: 0.6;
}

.pagiNation a.pn1 {
	background: url(../images/photo1.jpg) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn2 {
	background: url(../images/photo2.jpg) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn3 {
	background: url(../images/photo3.jpg) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn4 {
	background: url(../images/photo4.jpg) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn5 {
	background: url(../images/photo5.jpg) no-repeat left top;
	background-size: cover;
}

.pagiNation a:hover {
	opacity: 1;
}

.pagiNation a.pnActive {
	opacity: 1;
}

@media only screen and (max-width: 800px) {
	.pagiNation a {
		margin: 10px 2px;
		width: 60px;
		height: 34px;
	}
}

/* SideNavi
------------------------- */
.slideShow .btnPrev,
.slideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 105;
}

.slideShow .btnPrev {
    left: 15px;
    background: transparent url(../images/btnPrev.png) no-repeat center center;
}

.slideShow .btnNext {
    right: 15px;
    background: transparent url(../images/btnNext.png) no-repeat center center;
}

.bg_koe{
	background-image: url(../images/bg_koe.png) !important;
}


/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/


#footer{
	background: #f9f9f9;
	padding: 2em 0;
	text-align: center;
	font-size: 1.4em;
}

#footer a{
}


/*-----------------------------------------------------------------------------------------------------
テンプレート用css ※以下、使用しないものは最終的に削除
-----------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/


/*チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0.1em;
	background-color: #f6f6f6;
}

#main-contents ul.checklist li{
	margin-bottom: 0.7em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
	font-size: 90%;
}

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

#main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}

#main-contents table.table-style01 th,
#main-contents table.table-style01 td{
	text-align: left;
	vertical-align: middle;
}


/*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/

.youtube_size{
	width:100%;
	height:440px;
}

/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/

.box_qa {
	background-color: #efefef;
	width: 95%;
	margin: 0px;
	padding:1em;
}
.box_qa_q {
	background-color:#fff;
	width: 95%;
	padding: 1em;
	border-bottom:1px solid #ccc;
	font-size: 120%;
	font-weight:bold;
	color: #CD3B3E;
}
.box_qa_a {
	background-color:#fff;
	width: 96%;
	padding: 1em;
	line-height:1.8;
}


/*--------------------------------------------------------
メールフォーム部分
--------------------------------------------------------*/

/*全体*/
.mailform {
	background-image: url(../images/bg_mail.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin:0em 0em 1em;
	padding: 1em 0em 1.5em;
	border-radius:20px;
	box-shadow: 0px 0px 1px #594a42;
}

/*入力部分*/
.input {
	margin:0em 2em 0em;
	padding:1em 2em;
	font-color: #000;
}

.input_style{
	width:100%; 
	height:60px;
	font-size:100%;
	border-radius:8px;
	margin-bottom:0.5em;
	text-align:center;
	color:#7b7b7b;
}

input[type="image"] {
	width:92%;
	text-align:center;
	margin:0 2em;
}

/*注意部分の文字*/
.caution {
	margin:0em;
	padding: 0;
	font-size: 90%;
	color: #990000;
	text-align: center;
}

/*-----------------------------------------------------------------------------------------------------
グローバルナビ
-----------------------------------------------------------------------------------------------------*/

#global-nav{
	background-color: #fff;
	border-bottom: 4px solid #000;
} 

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


#global-nav .btn-gnav{ display:none; }



#global-nav .menu-wrap{ display: block; }

#menu{
	padding-bottom: 5px;
	font-size: 1.2em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	border-right: solid 1px #000; 
	list-style: none;
	font-weight: bold;
}

#global-nav #menu li.first{ border-left: solid 1px #000; }

#global-nav #menu li{ white-space: nowrap; }


#global-nav #menu li a{
	display: block;
	padding: 0.8em 2em;
	color: #333;
	text-decoration: none;
}

#global-nav #menu li a:link,
#global-nav #menu li a:visited{ background-color: #fff; } 
#global-nav #menu li a:hover,
#global-nav #menu li a:active{ background-color: #efefef; } 

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}


#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #eaeaea;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 2em;
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }


