@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=Noto+Sans+TC|Noto+Sans+JP|Fjalla+One');

/**************************************************
 * 01.common+transform
 * 02.header+nav
 * 03.footer
 * 04.H2 - H5
 * 05.CONTENTS
 **************************************************/

/*--------------------------------------------------------
----------------------------------------------------------
01.common
----------------------------------------------------------
--------------------------------------------------------*/

html {
    font-size: 62.5%;
    height:100%;
}


body {
	background-color:#fff;
	text-align:center;
	margin:0 auto;
	font-size: 13px;
	font-size: 1.3rem;
	line-height:1.8;
	font-family:'Noto Sans TC', '-apple-system', 'BlinkMacSystemFont','Hiragino Sans','Hiragino Kaku Gothic ProN', "segoe ui",'游ゴシック  Medium','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	height: 100%;
	color: #212121;
	min-width:1200px;
	height: 100%;
	
}

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

a{
outline:0;
}


.sp{
	display:none;
}

.clear{
    clear:both;
    margin:0;
    padding:0;
}
.no_clear{
clear: none;
}
 
.wrap {
    padding: 60px 0 0 0;
}

sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sub {
	font-size: 50%;
	vertical-align: bottom;
	position: relative;
	bottom: 1em;
}
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" , "Noto Serif JP" , serif;
font-size:16px;
font-size:1.6rem;
margin:0 0 60px 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" , "Noto Serif JP" , serif;
font-size:16px;
font-size:1.6rem;
margin:0 0 60px 0;
text-align: left;
font-weight:normal;
}
p.read_al em{
	font-size:26px;
	font-size:2.6rem;
	font-weight:normal;
	font-style:normal;
}

p.read_al em.read_time{
	font-size:36px;
	font-size:3.6rem;
	font-weight:normal;
	font-style:normal;
	color:#8b0000;
}
p.read_ar{
font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
font-size:16px;
font-size:1.6rem;
margin:0 0 60px 0;
text-align: right;
font-weight:normal;
}
p.read_ar em{
	font-size:26px;
	font-size:2.6rem;
	font-weight:normal;
	font-style:normal;
}
p span.p_span_color01{
    color: #62B0AE;
}

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

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

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

a:active {
color: #282828;
text-decoration: none;
}
/* fade__in__up---------------------------------------*/
/* 画面外にいる状態 */
.fade__in__up {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 800ms ease-in 0.5s;
    }
 
/* 画面内に入った状態 */
.fade__in__up.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/*--------------------------------------------------------
/* fade__in__up02---------------------------------------*/
/* 画面外にいる状態 */
.fade__in__up02 {
    opacity : 0;
    transform : translate(0, 50px) scale(1.3,1.3);
    transition : all 800ms;
    }
 
/* 画面内に入った状態 */
.fade__in__up02.scrollin02 {
    opacity : 1;
    transform : translate(0, 0) scale(1,1);
    }

/*--------------------------------------------------------
----------------------------------------------------------
02.header+nav
----------------------------------------------------------
--------------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: -moz-linear-gradient(top, #1f1f1f 1%, #1f1f1f 55%, #313131 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1f1f1f 1%,#1f1f1f 55%,#313131 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1f1f1f 1%,#1f1f1f 55%,#313131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#313131',GradientType=0 ); /* IE6-9 */
    border-top:1px solid  rgba(0,0,0,0.1);
	z-index:9999;
	min-width:1200px;
}

h1{
    position: absolute;
    top: 10px;
    left: 10px;
	width:220px;
	height:35px;
}

/* button_box_form_head---------------------------------------*/
.button_box_form_head{
    display: none;
    position: absolute;
	top:0;
	right:150px;
	width: 70px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size:12px;
	font-size:1.2rem;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
	font-weight:bold;
	
	
}

.button_box_form_head a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(139,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;
	box-sizing:border-box;
}

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

/* button_box_form_head02---------------------------------------*/
.button_box_form_head02{
    display: none;
    position: absolute;
	top:0;
	right:0;
	width: 150px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size:12px;
	font-size:1.2rem;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
	font-weight:bold;
	
	
}

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

.button_box_form_head02 a:hover{
	background-color:rgba(0,0,102,0.2);
}

/*ハンバーガーボタン*/
.el_humburger{
	display:none;
}

/*ナビゲーション*/
.uq_spNavi {
    position: absolute;
    top: 0;
    right: 10px;
    /*right: 230px;*/
}

.navigation {
    display: flex;
    justify-content: flex-end;
}

.navigation_item {
    font-family: Garamond , "Times New Roman" , serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 14px;
    margin-left: 4px;
	line-height:120%;
    color: #fff;
}

.navigation_item span{
    display: block;
    font-size:10px;
    font-size: 1.0rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #b7b7b7;
}
.navigation_item .nav_new{
	float:left;
	width:24px;
	height:12px;
	background-color:rgba(139,0,0,1);
	text-align:center;
	font-size:8px;
	font-size:0.8rem;
	line-height:12px;
	font-family: Garamond , "Times New Roman" , serif;
	color:#FFF;
	z-index:10;
}

.navigation_item > a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.navigation_item > a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.6);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.navigation_item > a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
/*--------------------------------------------------------
----------------------------------------------------------
03.footer
----------------------------------------------------------
--------------------------------------------------------*/
footer{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:center;
	overflow:hidden;
    background-color:rgba(0,0,0,1);
}

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:10px;
	font-size:1.0rem;
	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:10px 0 0 0;
	overflow:hidden;	
}

footer #inner #banner_sumau img{
	-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;
}
/* ----------------------------------
bk_foot_link
-------------------------------------*/
#bk_foot_link,
#bk_foot_link ul{
	display:none;
}
/* ----------------------------------
bk_foot_link
-------------------------------------*/

/*--------------------------------------------------------
----------------------------------------------------------
04.H2 - H5
----------------------------------------------------------
--------------------------------------------------------*/


h3 {
	width:100%;
	height: auto;
	margin:0 auto 40px auto;
    padding: 30px 0;
	position: relative;
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	font-feature-settings : "halt";
    font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
	letter-spacing:0.2em;
	color:#fff;
    background-color: #666;
}
h3 span{
	font-size:20px;
	font-size:2.0rem;
	font-weight:normal;
	font-style:normal;
}

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

h4 em{
	font-size:40px;
	font-size:4.0rem;
	font-weight:normal;
	font-style:normal;
}

h4 span{
	font-size:20px;
	font-size:2.0rem;
	font-weight:normal;
	font-style:normal;
}

h4.h4_al{
	text-align:left;
}

h4.h4_ar{
	text-align:right;
}

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

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

h5 span{
	font-size:16px;
	font-size:1.6rem;
	font-weight:normal;
	font-style:normal;
}
h5#h5_ac{
	text-align:center;
}


/*--------------------------------------------------------
----------------------------------------------------------
05.CONTENTS
----------------------------------------------------------
--------------------------------------------------------*/

/* button_box_form_page */

.button_box_form_page{
    display: none;
	clear:both;
	width: 300px;
	height: 70px;
	margin:20px auto 60px auto;
	text-align: center;
	line-height: 70px;
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
}

.button_box_form_page a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(139,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;
	box-sizing:border-box;
}

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

/* button_box_form_page02---------------------------------------*/
.button_box_form_page02{
	clear:both;
	width: 300px;
	height: 70px;
	margin:20px auto 60px auto;
	text-align: center;
	line-height: 70px;
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
}

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

.button_box_form_page02 a:hover{
	background-color:rgba(0,0,102,0.2);
}

/* button_box_map_page */

.button_box_map_page{
	clear:both;
	width: 300px;
	height: 70px;
	margin:20px auto;
	text-align: center;
	line-height: 70px;
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
}

.button_box_map_page a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:#3e3e3e;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
	box-sizing:border-box;
	border:1px solid #999;
}

.button_box_map_page a:hover{
	background-color:#7f7f7f;
}

/* 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;
	margin:0;
}

.button_box a{
	display:block;
	color:#FFF;
	text-decoration: none;
	background-color:rgba(0,0,0,0.6);
	-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:rgba(0,0,0,0.4);
}

.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;
}
.con_navi{
	width:100%;
	margin:0 auto;
	text-align:center;
}

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

.con_navi li {
	display: inline-block;
  /display: inline;
  /zoom: 1;
	width:20%;
	height:auto;
	background: #5b5b5b;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
	margin:0 5px 0 0;
}
.con_navi li:last-child{
	margin:0 0 0 0;
}

.con_navi .li_cr {
	background-color:#ccc;
}

.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;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}

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

