@charset "UTF-8" ;



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



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

       画面幅が1000px以下の時の設定

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



/*--
固有のマージンを持つ要素をリセット
------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


/*--
コンテンツ全体の要素の大きさ・位置を指定
------------------------------------*/

.toiawase {
	width: 100%;
	height: 1538px;
	position: relative;
	margin-top: 60px;
	display: inline-block;
	box-sizing: border-box;
	z-index: 0;
	overflow: hidden;
}


/*--
全体の配置の設定
------------------------------------*/

.box {
	width: 100%;
	height: calc(100% - 20px);
	display: inline-block;
	position: relative;
}


/*--
キャプション部分の設定
------------------------------------*/

.caption {
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: 100px;
}

.caption span {
	width: 90%;
	display: inline-block;
	position: relative;
	margin-left: 5%;
}

.caption p {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 2em;
}

.caption p:nth-child(2),p:nth-child(5) {
	margin-bottom: 20px;
}

.time {
	display: block;
	text-align: center;
	background-color: #eee;
	margin: 10px auto;
}


/*--
問い合わせ先の設定
------------------------------------*/

.address {
	width: 100%;
	display: inline-block;
	position: relative;
}

.addressbox {
	width: 100%;
	display: inline-block;
	position: relative;
}

.address h3 {
	font-family: 'M PLUS 1p';
	font-weight: lighter;
	font-size: 36px;
	letter-spacing: 3px;
	text-align: center;
	position: relative;
	margin: 100px auto 100px auto;
}


.address h4 {
	width: 100%;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
	display: inline-block;
	margin: 20px auto 10px auto;
	position: relative;
}


/*--
問い合わせ先のリスト
------------------------------------*/

.addresslist {
	list-style: none;
	position: relative;
	display: inline-block;
	margin-left: 50%;
	transform: translateX(-50%);
	padding-bottom: 10px;
}

.addresslist:after{
	content: '';
	width: 80%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
}

.addresslist li {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
	white-space: nowrap;
	display: block;
	position: relative;
	margin-top: 30px;
}


/*--
fontawesomeによるアイコンの設定
------------------------------------*/

.tel:before {
	content: '\f095';
	font-family: fontawesome;
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin: 0 10px;
}

.fax:before {
	content: '\f15c';
	font-family: fontawesome;
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin: 0 10px;
}

.mail:before {
	content: '\f0e0';
	font-family: fontawesome;
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin: 0 10px;
}


/*--
注意事項の設定
------------------------------------*/

.caution p {
	width: 80%;
	max-width: 600px;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 2em;
	position: relative;
	margin: 40px 10% 40px 10%;
}

.pbold {
	font-weight: bold;
}

.nyuryoku {
	position: relative;
}


/*--
問い合わせ項目細字部分の設定
------------------------------------*/

.light {
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 1.75em;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-top: 15px;
}


/*--
問い合わせ項目太字部分の設定
------------------------------------*/

.bold {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-top: 15px;
}



}















@media screen and (min-width:1001px) {



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

       画面幅が1001px以上の時の設定

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



/*--
固有のマージンを持つ要素をリセット
------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


/*--
コンテンツ全体の要素の大きさ・位置を指定
------------------------------------*/

.toiawase {
	width: 100%;
	height: calc(100% - 150px);/*ウィンドウの高さからヘッダー・フッターの高さを除く*/
	min-height: 500px;
	position: absolute;
	top: 60px;
	bottom: 90px;
	border-top: solid 1px #000;
	box-sizing: border-box;
	overflow: hidden;
}


/*--
パンくずリスト部分のレイアウト
------------------------------------*/

.midasi {
	width: 100%;
	height: 20px;
	display: block;
	margin: auto;
	position: relative;
	background-color: #000;
}

.pan {
	list-style: none;
	height: 20px;
	width: 90%;
	margin: 0  auto;
	padding: 0;
	position: relative;
	font-size: 0;
}

.pan li {
	height: 20px;
	display: inline-block;
	position: relative;
	margin: 0;
	top: 0;
}


/*--
記号の表示
------------------------------------*/

.pan li+li:before {
	font-family: fontawesome;
	content: '\f138';
	width: 12px;
	height: 12px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	position: relative;
	margin: 4px 10px;
}


/*--
パンくずリストの文章設定
------------------------------------*/

.pan span {
	display: inline-block;
	margin: 2px 0;
	padding: 0;
	height: 16px;
}

.pan a {
	display: inline-block;
	color: #fff;
	height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
}


/*--
オンマウス時に下線を表示
------------------------------------*/

.pan a:hover {
	border-bottom: solid 1px #fff;
	margin-bottom: -1px;
}


/*--
全体の配置の設定
------------------------------------*/

.box {
	width: 80%;
	max-width: 1152px;
	height: 90%;
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border: solid 1px #aaaaaa;
}

.box:before {
	content: '';
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	background-color: #000;
}


/*--
キャプション部分の設定
------------------------------------*/

.caption {
	width: 40%;
	height: 90%;
	display: inline-block;
	position: absolute;
	left: 5%;
	top: 5%;
}

.caption span {
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.caption p {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 2em;
}

.caption p:nth-child(2),p:nth-child(5) {
	margin-bottom: 20px;
}

.time {
	display: block;
	text-align: center;
	background-color: #eee;
	margin: 10px auto;
}

/*--
問い合わせ先の設定
------------------------------------*/

.address {
	width: 40%;
	height: 90%;
	display: inline-block;
	position: absolute;
	top: 5%;
	right: 5%;
}

.addressbox {
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.address h3 {
	font-family: 'M PLUS 1p';
	font-weight: lighter;
	font-size: 36px;
	letter-spacing: 3px;
	text-align: center;
	position: relative;
}


.address h4 {
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: lighter;
	margin: 20px auto 10px auto;
}


/*--
問い合わせ先のリスト
------------------------------------*/

.addresslist {
	list-style: none;
	position: relative;
	padding-bottom: 10px;
}

.addresslist:after{
	content: '';
	width: 80%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
}

.addresslist li {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 2.2em;
	text-align: center;
}


/*--
fontawesomeによるアイコンの設定
------------------------------------*/

.tel:before {
	content: '\f095';
	font-family: fontawesome;
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin: 0 10px;
}

.fax:before {
	content: '\f15c';
	font-family: fontawesome;
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin: 0 10px;
}

.mail:before {
	content: '\f0e0';
	font-family: fontawesome;
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin: 0 10px;
}


/*--
注意事項の設定
------------------------------------*/

.caution p {
	width: 90%;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 2em;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px auto;
}

.pbold {
	font-weight: bold;
}

.nyuryoku {
	position: relative;
}


/*--
問い合わせ項目細字部分の設定
------------------------------------*/

.light {
	width: 100%;
	font-size: 12px;
	text-align: center;
	line-height: 1.75em;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	position: relative;
}


/*--
問い合わせ項目太字部分の設定
------------------------------------*/

.bold {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	position: relative;
}

}