@charset "utf-8";




/* =================================================================================


		全ページ共通


================================================================================= */


@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 160%;
	zoom: 100%;
font-size:13px;
}

input,textarea {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

strong,
bold,
h1,h2,h3,h4,h5,h6
{
	font-weight: 700;
	}

.roboto{
	font-family: 'Roboto', sans-serif;
	}

@media print, screen and (min-width: 481px) {
}

@media print, screen and (min-width: 769px) {
body {
	font-size:17px;
}

}


/* =================================================================
		ページのトップに戻るボタン
================================================================= */
#page_top {
	background-color:#666666;
	text-align:center;
	padding:17px 0 20px 0;
	cursor: pointer;
cursor: hand;
width:100%;
}
#page_top img{
	width:46px;
	height:auto;
	}

/* =================================================================
		フルードイメージ
================================================================= */

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}



/* =================================================================
		リスト
================================================================= */

.list_in {
	list-style: inside disc;
}
.list_out {
	list-style: outside disc;
}



/* =================================================================
		googlemap埋め込み
================================================================= */

.google_maps {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.google_maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media print, screen and (min-width: 769px) {
.google_maps {
	position: relative;
	padding-bottom: 32%;
	height: 0;
	overflow: hidden;
}
}


/* =================================================================
		ボックス
================================================================= */

.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.clear_box {
	overflow: hidden;
	zoom: 1;
}


/* =================================================================

		#wrapper
		
================================================================= */

#wrapper{
	line-height: 160%;
}


/* =================================================================

		header
		
================================================================= */

header{
	padding:15px 10px;
	max-width:1440px;
	margin:0 auto;
	}
header h1 img{
	height:32px;
	width:auto;
	}
header ul{
	display:none;
	}

@media print, screen and (min-width: 481px) {
header h1 img{
	height:40px;
	width:auto;
	}
}

@media print, screen and (min-width: 769px) {
header h1{
	float:left;
	width:30%;
	}
header h1 img{
	width:100%;
	height:auto;
	}

header ul{
	display: block;
	float:right;
	padding:0;
	margin:0;
	font-size:15px;
	display: flex;
 justify-content: flex-end;
	width:68%;
			}
header ul li{
	font-weight: bold;
	white-space:nowrap;
	margin:0;
	}
header ul li a{
	display:block;
	padding:8px 1.5vw;
		}
header ul li a:hover {
	text-decoration: none;
	background-color:#fafafa;
	color:#6d1d9e;
}

li.header_cont{
	background:url(../img/common/icon_mail02.png);
	background-repeat:no-repeat;
	background-size:20px auto;
	background-color:#d4a047;
	background-position:15px 18px;
	text-indent: 2em;
}
header ul li.header_cont a{
	color:#FFFFFF;
		}

li.header_cont a:hover {
	background:url(../img/common/icon_mail02.png);
	background-repeat:no-repeat;
	background-size:20px auto;
	background-position:15px 18px;
	background-color:#d4a047;
	text-decoration: none;
	background-color:#a3783a;
}
}

@media print, screen and (min-width: 1000px) {
header h1{
	width:30%;
	}
header h1 img{
	width:305px;
	}
	
header ul li a{
	display:block;
	padding:10px 2.6vw;
		}

li.header_cont{
	text-indent: 1em;
}

}


/*ハンバーガーメニュー*/
.toggle {
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 0;
    top: 0;
    display: block;
    width: 65px;
    height: 62px;
    cursor: pointer;
    z-index: 3;
    background: #6d1d9e;
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 50%;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 15px;
    right: 15px;
}
.toggle span:nth-child(1) {
    top: 3px;
}
.toggle span:nth-child(2) {
    top: 13px;
}
.toggle span:nth-child(3) {
    top: 23px;
}
.toggle span:nth-child(4) {
    border: none;
    top: 28px;
    left: 5px;
    font-size: 12px;
    font-weight: bold;
}


/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
    top: 16px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 16px;
    left: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* .global_nav */
.global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 0;
    text-align: center;
    color: #fff;
    transition: all 0.4s;  				
}
.global_nav p{
	padding:15px 10px;
	background-color:#FFFFFF;
	text-align:left;
	}
	
.global_nav p img{
	height:32px;
	width:auto;
	}

	
.global_nav .nav_li {
    width: 100%;
    padding: 10px;
    list-style-type: none;
    background: #000;
}
.global_nav .nav_li a {
    display: block;
    color: #fff;
}

/* .global_navに.activeが追加 */
.global_nav.active {
    transform: translateY(0%);
}




@media print, screen and (min-width: 481px) {
.toggle {
    width: 75px;
    height: 70px;
}
.toggle span {
    padding-top: 20px;
    right: 18px;
}
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
    top: 18px;
    left: 15px;
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 18px;
    left: 28px;
}

/* .global_nav */
.global_nav {
    padding-top: 0;
}
.global_nav p img{
	height:40px;
	width:auto;
	}

}
@media print, screen and (min-width: 769px) {
	.toggle,
	.global_nav {
		display:none;
		}


	}

/* =================================================================

		#contents
		
================================================================= */

#contents{
	padding:0;
	}

ul.nav{
	display:none;
	}



/* =================================================================

		footer
		
================================================================= */

footer{
	font-size:12px;
	}
footer h4 {
	text-align:center;
	padding:0 0 10px 0;
	}
footer h4 img{
	width:226px;
	height:auto;
	}

/**/
.footer_box{
	max-width:1440px;
	padding:20px 0 0 0;
	margin:0 auto;
	}
.footer_box table{
	border-left:solid 4px #6d1d9e;
	margin:0 10px 10px 10px;
	}
.footer_box th{
	text-align:left;
	padding:0 0 0 2%;
	font-weight:700;
	}
.footer_box td{
	width:48%;
	padding:0 0 0 2%;
	white-space:nowrap;
	}
.footer_box td img{
	vertical-align:middle;
	margin:0 3px 0 0;
	}

/**/
.footer_box_r{
	text-align:center;
	font-size:14px;
	padding:20px 0 0 0;
	}	
.footer_box_r li{
	border-top:solid 1px #CCCCCC;
	padding:10px 0;
	font-weight:700;
	}
.footer_box_r li a{
	display:block;
	}


address{
	text-align:center;
	font-style:normal;
	font-size:12px;
	color:#FFFFFF;
	background-color:#1a1c13;
	padding:15px 0;
	}


@media print, screen and (min-width: 481px) {
footer{
	font-size:13px;
	}
footer h4 {
	text-align: left;
	padding:0 0 20px 0;
	}

/**/
.footer_box{
	padding:30px 20px 0px 20px;
	}
.footer_box table{
	margin:0 2% 10px 0;
	float:left;
	max-width:400px;
	}
.footer_box th{
	text-align:left;
	padding:0 0 0 10px;
	font-weight:700;
	}
.footer_box td{
	width: auto;
	padding:0 0 0 10px;
	white-space:normal;
	}

/**/
.footer_box_r{
	text-align:center;
	font-size:14px;
	padding:20px 0 0 0;
	}	
.footer_box_r li{
	border-top:solid 1px #CCCCCC;
	padding:15px 0;
	font-weight:700;
	}
.footer_box_r li a{
	display:block;
	}


}

@media print, screen and (min-width: 769px) {
.footer_box{
	padding:30px 0 20px 20px;
	}
.footer_box_l{
	float:left;
	width:83%;
	margin:0 2% 0 0;
	}	

.footer_box table{
	margin:0 2% 10px 0;
	float:left;
	width:48%;
	}
.footer_box th{
	text-align:left;
	padding:0 0 0 10px;
	font-weight:700;
	}
.footer_box td{
	width:48%;
	padding:0 0 0 10px;
	white-space:normal;
	}

/**/
.footer_box_r{
	float:left;
	width:14%;
	text-align: left;
	font-size:13px;
	padding:0;
	border-left: dotted 1px #666;
	}	
.footer_box_r li{
	border-top: none;
	padding:0 0 10px 30px;
	line-height:140%;

	}
.footer_box_r li a{
	display:block;
	}

}


/* =================================================================
		ボタン
================================================================= */


/* =================================================================
		お問い合わせ固定
================================================================= */
/*PC,スマホ 右*/
.side_btn{
	display:none;
	}
@media print, screen and (min-width: 481px) {
.side_btn{
	display:block;
position:fixed;
right:0;
top:23%;
	}
}


/*PC,スマホ　下*/
.fotter_btn{
	display:block;
	position:fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
				 background-color:rgba(255,255,255,0.8);
	}
.fotter_btn ul{
	padding:10px 0 0 1%;
	}
.fotter_btn li{
	display:inline-block;
	width:49%;
	}

@media print, screen and (min-width: 481px) {
.fotter_btn{
	display:none;
	}

}





/* ---------------------------------- メディアクエリ： 1000px ～ ----------------------------------  */

@media print, screen and (min-width: 1000px) {
	
	



}

/* ----------------------------------  ※下記指定はしません ----------------------------------  */


/* max-widht (～以下の指定)
----------------------------------------------- */

/* メディアクエリ： ～ 480px */

@media print, screen and (max-width: 480px) {
	
}


/* メディアクエリ： ～ 768px */

@media print, screen and (max-width: 768px) {
	
}


/* 高解像度用メディアクエリー
----------------------------------------------- */

/* 高解像度用メディアクエリー(481px ～ ) */

@media print, screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 481px) {

}
