@charset "UTF-8";


@import "util.css";
@import "../../common/css/morimoto_foot_link.css";
@import "animsition.min.css";
@import "aos.css";
@import url('https://fonts.googleapis.com/css?family=Hind');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');

html {
  font-size: 62.5%;
  height:100%;
  background-color:#fff;
}


body {
	text-align:center;
	margin:0 auto;
	font-size: 13px;
	font-size: 1.3rem;
	line-height:1.8;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
	min-width:1200px;
	height: 100%;
	color: #717171;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}



.clear{
clear:both;
margin:0;
padding:0;
}

a{
outline:0;
}


.sp{
	display:none;
}


p{
font-size: 14px;
font-size: 1.4rem;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin:0 0 20px 0;
text-align: justify;
text-justify: inter-ideograph;
}

.p_cap{
font-size: 10px;
font-size: 1.0rem;
padding:0;
margin:0 0 20px 0;
text-align:left;
}

.p_cap_r{
font-size: 10px;
font-size: 1.0rem;
padding:0;
margin:0 0 20px 0;
text-align: right;
}


p.read{
font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
font-size:16px;
font-size:1.6rem;
margin:0 0 100px 0;
text-align: center;
font-weight:normal;
}
p.read_al{
font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho"  , "Sawarabi Mincho" , serif;
font-size:16px;
font-size:1.6rem;
margin:0 0 100px 0;
text-align: justify;
text-justify: inter-ideograph;
font-weight:normal;
}

a:link {
color: #717171;
text-decoration: underline;
}

a:visited {
color: #717171;
text-decoration: underline;
}

a:hover {
color: #717171;
text-decoration: none;
}

a:active {
color: #717171;
text-decoration: none;
}

.red{
	color:#a30000;
}

/* header---------------------------------------*/
header{
	width:100%;
	min-width:1200px;
	height:auto;
	margin:0 auto;
	padding:0;
	z-index:200;
	position: fixed;
	background-color:rgba(185,185,185,0.8);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
	overflow:hidden;
}

.topHeader{
    background-color:rgba(0,0,0,0);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}

header h1{
	float:left;
	width:227px;
	height:40px;
	margin:10px 0 10px 10px;
}
	
header #right{
	position:absolute;
	/*width:350px;*/
	width:150px;
	height:70px;
	top:0;
	right:0;
}


header #right ul{
	padding:0;
	margin:0;
}


header #right ul li a{
outline:0;
}


header #right ul li{
	float:left;
	margin:0 0 0 0;
}

header #right ul li.li01{
	display:none;
}

header #right ul li.li02{
	display:none;
}


header #right ul li.li03{
	display:none;
	/*float:right;
	width:200px;
	height:auto;
	margin:0;*/
}


header #right ul li.li04{
	display:none;
	/*float:right;
	width:150px;
	height:auto;
	margin:0;*/
}

header #right ul li.li05{
	display:none;
	/*float:right;
	width:150px;
	height:auto;
	margin:0;*/
}
header #right li a{ 
display: block;
}

header #right a:hover img{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

/* button_box_form_head---------------------------------------*/

.button_box_form_head{
	clear:both;
	float:right;
	width: 200px;
	height:60px;
	text-align: center;
	line-height:60px;
	font-size:12px;
	font-size:1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	margin:0;
}

.button_box_form_head a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(145,0,0,1);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}

.button_box_form_head a:hover{
	background-color:rgba(145,0,0,0.6);
}


/* button_box_map_head---------------------------------------*/

.button_box_map_head{
	clear:both;
	float:right;
	width: 150px;
	height:30px;
	text-align: center;
	line-height:30px;
	font-size:12px;
	font-size:1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	margin:0;
}

.button_box_map_head a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(0,0,0,1);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}

.button_box_map_head a:hover{
	background-color:rgba(0,0,0,0.3);
}



/* nav---------------------------------------*/
header nav,
.nav02{
	clear:both;
	width:100%;
	min-width:1260px;
	height:50px;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
	line-height:50px;
	font-weight:normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header nav{
	text-shadow:1px 1px 1px #7d7d7d;
}

.nav02{
	background-color:#c4c4c4;
}




/*header nav{
 box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.4);
}
*/
header nav ul,
.nav02 ul{
	overflow:hidden;
	padding:0;
	margin:0 auto;
	text-align:center;
}


header nav ul li,
.nav02 ul li {
	display:inline;
	position: relative;
	/*width: 110px;*/
}


header nav ul li .li_new,
.nav02 ul li .li_new {
	position:absolute;
	width:30px;
	height:14px;
	background-color:#a30000;
	top:-15px;
	left:1px;
	text-align:center;
	font-size:8px;
	font-size:0.8rem;
	line-height:14px;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#FFF;
	z-index:100;
}


header nav ul li a,
.nav02 ul li a{
	display: inline-block;
	outline:0;
	width: 110px;
	margin:0;
	text-decoration: none;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}



header nav ul li a:hover,
.nav02 ul li a:hover{
	/*background-color:#000;*/
}



header nav ul li a:link,
.nav02 ul li a:link{
	text-decoration:none;
}

header nav ul li a span.nav_en,
.nav02 ul li a span.nav_en{
	color:#dbdbdb;
    display: inline;
	/*font-family: 'EB Garamond', serif;*/
}
header nav ul li a:hover span.nav_en,
.nav02 ul li a:hover span.nav_en{
    display: none;
}
header nav ul li a span.nav_jp,
.nav02 ul li a span.nav_jp{
	display: none;
}
header nav ul li a:hover span.nav_jp,
.nav02 ul li a:hover span.nav_jp{
	color:#fff;
    display: inline;
}


header nav ul li.current a span.nav_en,
.nav02 ul li.current a span.nav_en{
	display: none;
}
header nav ul li.current a:hover span.nav_en,
.nav02 ul li.current a:hover span.nav_en{
    display: none;
}
header nav ul li.current a span.nav_jp,
.nav02 ul li.current a span.nav_jp{
	width: 110px;
    color:#fff;
    display: inline-block;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #424242));
background: -webkit-linear-gradient(#424242, #000);
background: -moz-linear-gradient(#424242, #000);
background: -o-linear-gradient(#424242, #000);
background: -ms-linear-gradient(#424242, #000);
background: linear-gradient(#424242, #000);*/
}
header nav ul li.current a:hover span.nav_jp,
.nav02 ul li.current a:hover span.nav_jp{
	width: 110px;
	color:#fff;
    display: inline-block;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #424242));
background: -webkit-linear-gradient(#424242, #000);
background: -moz-linear-gradient(#424242, #000);
background: -o-linear-gradient(#424242, #000);
background: -ms-linear-gradient(#424242, #000);
background: linear-gradient(#424242, #000);*/
}

header nav ul li.soon a span.nav_en,
.nav02 ul li.soon a span.nav_en{
	cursor:default;
	color:rgba(92,92,92,0.6);
    display: inline;
}
header nav ul li.soon a:hover span.nav_en,
.nav02 ul li.soon a:hover span.nav_en{
    display: none;
}
header nav ul li.soon a span.nav_jp,
.nav02 ul li.soon a span.nav_jp{
	display: none;
}
header nav ul li.soon a:hover span.nav_jp,
.nav02 ul li.soon a:hover span.nav_jp{
	cursor:default;
	width: 110px;
	color:rgba(255,255,255,0.6);
    display: inline-block;
}

.button-toggle {
    display:none;
}






/* contents -------------------------------------*/

/* button_box_form_page */

.button_box_form_page{
	clear:both;
	width: 400px;
	height: 60px;
	margin:20px auto;
	text-align: center;
	line-height: 60px;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.button_box_form_page a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(145,0,0,1);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}

.button_box_form_page a:hover{
	background-color:rgba(145,0,0,0.6);
}

/* button_box_map_page */


#button_box_map {
	width:400px;
	margin:20px auto;
	text-align:center;
	overflow:hidden;
}


#button_box_map ul { list-style:none; margin:0 auto; padding:0 0 0 0; text-align:left; overflow:hidden;}
#button_box_map ul li { float:left; width:190px; height:auto;}
#button_box_map ul li:last-child { float:right;}

.button_box_map_page{
	clear:both;
	width: 190px;
	height: 60px;
	margin:20px auto;
	text-align: center;
	line-height: 60px;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.button_box_map_page a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(0,0,0,1);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}

.button_box_map_page a:hover{
	background-color:rgba(0,0,0,0.6);
}

/* button_box */

.button_box{
	clear:both;
	float:right;
	width: 200px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
}

.button_box a{
	display:block;
	color:#FFF;
	text-decoration: none;
	background-color:rgba(0,0,0,0.3);
	-webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.button_box a:hover{
	background-color:#005875;
}

.button_box a span.en {
    display: inline;
}
.button_box a:hover span.en {
    display: none;
}
.button_box a span.jp {
    display: none;
}
.button_box a:hover span.jp {
    display: inline;
}

#page_main_img{
	width:100%;
	height:auto;
	margin:0 0 0 0;
	text-align:center;
	overflow:hidden;
	background-size: cover;
	background-position:0 0;
}


#page_main_img #inner{
	width:100%;
	height:auto;
	margin:120px 0 0 0;
/*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#99000000',GradientType=0 );*/
}



h3{
	width:100%;
	height: auto;
	margin:0 auto;
	text-align:center;
	padding:30px 0;
	font-family: 'Hind', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight:normal;
	font-style:normal;
	letter-spacing:2px;
	color:#717171;
	
	/*border-bottom:1px solid rgba(255,255,255,0.2);
	border-top:1px solid rgba(255,255,255,0.2);*/
}

hr {
	width:60%;
	margin:0 auto 30px auto;
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(187,187,187,0), rgba(187,187,187,1), rgba(187,187,187,0));
    background-image:    -moz-linear-gradient(left, rgba(187,187,187,0), rgba(187,187,187,1), rgba(187,187,187,0));
    background-image:     -ms-linear-gradient(left, rgba(187,187,187,0), rgba(187,187,187,1), rgba(187,187,187,0));
    background-image:      -o-linear-gradient(left, rgba(187,187,187,0), rgba(187,187,187,1), rgba(187,187,187,0));
}

h4{
	width:100%;
	height: auto;
	margin:0 auto;
	text-align:center;
	padding:20px 0 40px 0;
	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight:normal;
	font-style:normal;
	letter-spacing:2px;
	-moz-font-feature-settings: "halt";
	-webkit-font-feature-settings: "halt";
	font-feature-settings: "halt";
}

h4 em{
	font-size:30px;
	font-size:3.0rem;
	font-weight:normal;
	font-style:normal;
}


h5{
	width:100%;
	height: auto;
	margin:0 auto;
	text-align:left;
	padding:0 0 20px 0;
	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight:normal;
	font-style:normal;
	letter-spacing:2px;
	-moz-font-feature-settings: "halt";
	-webkit-font-feature-settings: "halt";
	font-feature-settings: "halt";
}

h5 em{
	font-size:28px;
	font-size:2.8rem;
	font-weight:normal;
	font-style:normal;
}


h5#center{
	text-align: center;
}



h5#bk {
	clear:both;
	position: relative;
	text-align: left;
	font-size: 18px;
	font-size: 1.8rem;
}
h5#bk span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em 0 0;
	padding: 0 1em 0 0;
	background-color: #f6f7f4;
	text-align: left;
}
h5#bk::before {
	position: absolute;
	top: 30%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #bbbbbb;
}


.con_navi{
	width:100%;
	margin:20px auto 40px auto;
	text-align:center;
}

.con_navi ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.con_navi li {
	display: inline-block;
  /display: inline;
  /zoom: 1;
	width:200px;
	height:auto;
	background: #5b5b5b;
	margin:0 5px 0 0 !important;
}

.con_navi .li_cr {
	background-color:#716d4b;
}

.con_navi a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding:4px 0;
	height: auto;
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:1px;
}

.con_navi a:hover {
	background: #333;
}



#page_bt_box{
	width:820px;
	height:auto;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}

#page_bt_box  ul { width:100%; list-style:none; margin:0 auto; padding:0 0 0 0; overflow:hidden;}
#page_bt_box  ul li { float:left;height:auto;}
#page_bt_box  ul li:first-child { width:400px; margin:0 20px 0 0;}
#page_bt_box  ul li:nth-child(2) { width:190px; margin:0 20px 0 0;}
#page_bt_box  ul li:last-child { width:190px; margin:0 0 0 0;}


/* footer ---------------------------------------*/

footer{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:center;
	overflow:hidden;
	background-color:#b9b9b9;
}

footer #inner{
	position:relative;
	width:100%;
	min-width:1200px;
	margin:20px auto;
	padding:0 20px;
	text-align:center;
	overflow:hidden;
	box-sizing:border-box;
}
	
footer #inner #left{
	float:left;
	width:450px;
	padding:0 0 0 0;
	text-align:left;
}

footer #inner #left p{
	text-align:left;
	font-size:12px;
	font-size:1.2rem;
	color:#fff;
	margin:0 0 0 0;
}

footer #inner #right{
	float:right;
	width:450px;
	padding:0 0 0 0;
	text-align:right;
}


footer #inner #right a:hover img{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

footer #inner #banner_sumau{
	float:right;
	width:300px;
	height:auto;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	text-align:center;
	
}

footer #inner #banner_sumau .btn{
	-webkit-transition: all .5s;
	transition: all .5s;
}


footer #inner #banner_sumau a:hover img{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
address{
	text-align:right;
	margin:10px 0;
	font-size:10px;
	font-size:1.0rem;
	color:#fff;
}

address a:link {
color: #fff;
text-decoration: none;
}

address a:visited {
color: #fff;
text-decoration: none;
}

address a:hover {
color: #fff;
text-decoration: none;
}

address a:active {
color: #fff;
text-decoration: none;
}

address img.img_logo{
	float:right;
	margin:0 0 0 10px;
	vertical-align:middle;
}

#foot_address_link{
	clear:both;
	width:100%;
	height:auto;
}
	
	

#foot_address_link p{
	text-align:right;
	font-size: 10px;
	font-size: 1.0rem;
	font-style:normal;
	font-weight:normal;
	color:#fff;
	margin:0 0 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	


#foot_address_link p a:link {
color: #fff;
text-decoration: underline;
}

#foot_address_link p a:visited {
color: #fff;
text-decoration: underline;
}

#foot_address_link p a:hover {
color: #fff;
text-decoration: none;
}

#foot_address_link p a:active {
color: #fff;
text-decoration: none;
}


footer #inner .arrow{
  clear:both;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  cursor:pointer;
}

footer #inner .arrow::before{
  content: '';
  width: 30px;
  height: 30px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
body{
	min-width:100%;
}

.pc{
	display:none;
}

.sp{
	display:inherit;
}


p.read{
	width:100%;
	margin:20px auto;
text-align: justify;
text-justify: inter-ideograph;
}



.p_cap{
text-align: justify;
text-justify: inter-ideograph;
}

.p_cap_r{
text-align: justify;
text-justify: inter-ideograph;
}

/* header---------------------------------------*/
header{
	/*position: static;*/
	width:100%;
	min-width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
	background-color:rgba(0,0,0,1);
}

.topHeader{
    background-color:rgba(0,0,0,1);
}

header #right{
	position:static;
	float:none;
	width:100%;
	height:auto;
	text-align: center;
	margin:15px auto;
}


header #right ul{
	float:none;
}

header #right ul li{
	float:none;
	margin:0 0 0 0;
}

header #right ul li.li01{
	display:inherit;
	float:left;
	width:50%;
	height:40px;
	margin:0 0 0 0;
}

header #right ul li.li02{
	display:inherit;
	float:right;
	width:50%;
	height:40px;
	margin:0 0 0 0;
}


header #right ul li.li03{
	float:right;
	width:100%;
	height:40px;
	margin:0 0 0 0;
}

header #right ul li.li04{
	float:left;
	width:50%;
}

header #right ul li.li05{
	float:right;
	width:50%;
}


header h1{
	float:none;
	width:200px;
	height:35px;
	margin:10px auto;
	text-align:center;
	padding:0;
}

.button-toggle {
	cursor:pointer;
}



header nav,
.nav02{
	width:100%;
	min-width:100%;
	height:auto;
	margin:5px 0 0 0;
	box-shadow: none;
  -webkit-box-shadow:none;
  -moz-box-shadow: none;
}

header nav{
	text-shadow:none;
}


header nav{
	display:none;
}

header nav ul li,
.nav02 ul li {
	display: inherit;
	position: relative;
	float:left;
	width:50%;
	/*width: 110px;*/
}

header nav ul li a span.nav_en,
.nav02 ul li a span.nav_en{
    display: inline;
}

header nav ul li a,
.nav02 ul li a{
	float:left;
	width:100%;
}



header nav ul li.current a span.nav_jp,
.nav02 ul li.current a span.nav_jp{
	width:100%;
}
header nav ul li.current a:hover span.nav_jp,
.nav02 ul li.current a:hover span.nav_jp{
	width:100%;
}


header nav ul li.soon a span.nav_jp,
.nav02 ul li.soon a span.nav_jp{
	width:100%;
}
header nav ul li.soon a:hover span.nav_jp,
.nav02 ul li.soon a:hover span.nav_jp{
	width:100%;
}





header nav ul li .li_new,
.nav02 ul li .li_new {
	top:0;
	left:0;
}



/* button_box_form_head---------------------------------------*/

.button_box_form_head{
	clear:both;
	float:none;
	width:100%;
	height:40px;
	text-align: center;
	line-height:40px;
}

/* button_box_map_head---------------------------------------*/

.button_box_map_head{
	clear:both;
	float:left;
	width:100%;
	height:40px;
	text-align: center;
	line-height:40px;
}

/* button_box_phone---------------------------------------*/

.button_box_phone{
	width: 100%;
	height:40px;
	text-align: center;
	line-height:40px;
	font-size:12px;
	font-size:1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	margin:0;
}

.button_box_phone a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(100,100,100,1);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}

.button_box_phone a:hover{
	background-color:rgba(100,100,100,0.6);
}


/* button_box_menu---------------------------------------*/

.button_box_menu{
	width:100%;
	height:40px;
	text-align: center;
	line-height:40px;
	font-size:12px;
	font-size:1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	margin:0;
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(50,50,50,1);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}

.button_box_menu:hover{
	background-color:rgba(50,50,50,0.6);
}


/* main_img -------------------------------------*/

	#main_img{
	margin:10px auto;
	padding:0 0 0 0;
}





/* contents -------------------------------------*/

.button_box{
	float:none;
	width:100%;

}


#page_main_img #inner{
	margin:175px 0 0 0;
}



h3{
	width:100%;
	height: auto;
	margin:0 auto;
	text-align:center;
	padding:30px 0;
	border-top:none;
}

h4{
	width:94%;
	margin:20px auto;
	text-align: justify;
	text-justify: inter-ideograph;
}


h5#center{
	text-align: left;
}


h5#bk span {
	margin: 0 0.5em;
	padding: 0 0.5em;
	line-height:1.2;

}

.contents{
	width:94%;
}

#contents h2{
	width:100%;
}



#page_bt_form{
	width:100%;
	height:auto;
	margin:40px auto;
	padding:0 0 20px 0;
	text-align:center;
}

/* button_box_form_page */

.button_box_form_page{
	clear:both;
	width: 100%;
	height: 40px;
	margin:20px auto;
	text-align: center;
	line-height: 40px;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* button_box_map_page */


#button_box_map {
	width:100%;
}


#button_box_map ul li {width:49%;}

.button_box_map_page{
	clear:both;
	width: 100%;
	height: 40px;
	margin:0 auto;
	text-align: center;
	line-height: 40px;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.con_navi{
	width:94%;
	margin:20px auto;
	text-align:center;
}


.con_navi li {
	width:100%;
	margin:0 0 5px 0 !important;
}

#page_bt_box{
	float:none;
	width:94%;
}
#page_bt_box  ul { list-style:none; margin:0 auto; padding:0 0 0 0; text-align:left; overflow:hidden;}
#page_bt_box  ul li { float:none;height:auto;}
#page_bt_box  ul li:first-child { width:100%; margin:0 0 0 0;}
#page_bt_box  ul li:nth-child(2) { width:100%; margin:0 0 20px 0;}
#page_bt_box  ul li:last-child { width:100%; margin:0 0 0 0;}

/* footer ---------------------------------------*/

footer{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:center;
	overflow:hidden;
}

footer #inner{
	width:94%;
	min-width:94%;
	height:auto;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
	
footer #inner #left{
	float: none;
	width:100%;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
}

footer #inner #right{
	float:none;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}

footer #inner #left p{
	text-align:center;
}



footer #inner #banner_sumau{
	float:none;
	width:70%;
	height:auto;
	margin:20px auto;
	text-align:center;
	
}
address{
	clear:both;
	float:none;
	margin:10px 0;
	text-align:center;
}

address img.img_logo{
	float:none;
	width:20%;
	height:auto;
	margin:0 0 0 5px;

}


#foot_address_link{
	clear:both;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
	
	

#foot_address_link p{
	text-align:center;
}



}



