@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);*/

/*---------------------------------------------------------
	全ページ共通スタイル
---------------------------------------------------------*/

body,
html {
  min-width: 1100px;
	display: block;
	height: 100%;
}

/* 要素設定*/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
	/*font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
	/*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	color: #000;
	line-height:1.6;
	letter-spacing: 0px;
	word-break: normal;
	word-wrap:break-word;
}
button,
a {
	color:#000;
}
.ios a:hover {
  opacity: 1;
}
.mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.arial {
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

.sp-block,.sp-inline{
	display: none;
}
.wrapper{
	max-width: 1920px;
	margin: 0 auto;
}
.inview_box{
	opacity: 0;	
	transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	position: relative;
	z-index: 1;
	top:50px;
}
.inview_box_on{
	opacity: 1;
	top:0px;
}

.mainWidth {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

*{
	box-sizing: border-box;
}

/*　ヘッダー
---------------------------------------------------------*/
#pageHeader{
    max-width: 1920px;
    margin: 0 auto;
}
#pageHeader .head_inner {
		background-color: #cc0033;
		height: 70px;
		padding: 0 10px;
}
.head_01 {}
.head_01 h1 {
    width:  37.4%;
}
.head_01 h1 img{
    margin-top: 25px;
}
.head_tel {
    width:  41.5%;
		min-width: 415px;
    position:  relative;
}
.head_tel p {
    color:  #fff;
}
.head_tel .p01 {
    position:  absolute;
    top: 6px;
    left:  0;
}
.head_tel .p01 img {}
.head_tel .p02 {
    padding-left: 64px;
    padding-top: 28px;
    font-size:  15px;
    line-height:  1;
    margin-bottom: 5px;
}
.head_tel .p03 {
    padding-left: 106px;
    display:  inline-block;
    margin-right:  4px;
    font-size: 36px;
    line-height: 1;
		background: url(../img/tel_icon.png) 68px 10px no-repeat;
}
.head_tel .p04 {
    display: inline-block;
    font-size:  11px;
    line-height: 14px;
}
.head_btn {
    width:  15.8%;
}
.head_btn a {
    display:  block;
    margin-top: 10px;
    border-radius: 5px;
    /*box-shadow: 0px 4px 0px 0px #998d03;*/
		position: relative;
		top: 0;
		z-index: 1
}
.head_btn a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -4px;
	left: 0;
	background-color: #998d03;
	border-radius: 5px;
	z-index: 0;
}
.head_btn a img {
	position: relative;
	top: 0;
}
.head_btn a:hover {
	opacity: 1;
	
}
.head_btn a:hover img {
	top: 4px;
}



/*　コンテンツ
---------------------------------------------------------*/
#pageMain {
	overflow: hidden;
}

/*　タイトル　*/
.ttl01{}
.h2_01 {}

/*　ボタン　*/
.btn01{}

/*　ヤジルシ　*/
.arw01{}

/*　背景　*/
.bg01 {
	background: url(../img/bg01.png) repeat-y;
}
.bg02 {
	background: url(../img/bg02.png) repeat;
	background-position: center;
}

/*　フッター
---------------------------------------------------------*/

#pageFooter{}
#pageFooter{
    max-width: 1920px;
    margin: 0 auto;
    background-color: #cc0033;
}
.foot_inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 35px 0 30px;
    text-align: center;
}

.foot_link {
    margin-bottom:  30px;
}
.foot_link ul {
	text-align: center;
}
.foot_link ul li {
	display: inline-block;
}
.foot_link ul li + li {
	border-left: 1px solid #fff;
}
.foot_link ul li a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height:  1;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 0 9px;
}
.foot_link ul li + li a {
	padding-left: 12px;
}


.copyright {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #fff;
}
.copyright span{}	

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/

@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
	

}
