@charset "utf-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-y: scroll; overflow-x: auto; min-height:100%; min-width:100%; }
html,body { width: 100%; height: 100%;  min-height:100%; min-width:100%; -webkit-text-size-adjust: 100%;}
img { border: none; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del,dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
ul,ol,li {margin:0 padding:0; list-style:none; text-decoration: none;}
table { border-collapse: collapse; border-spacing: 0; }

body {
    overflow: visible;    
    background:#f9f9ef;
    background-image:url("/file/img/169298.jpg");
    background-size: cover;
    background-position: 50% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family:"メイリオ",Meiryo,sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }
a {margin:0;padding:0;border:0;font-size:100%;vertical-align:;background:transparent;text-decoration: none;}
a:focus { outline: none; }
.clear { clear: both; }
article,aside,details,footer,header,main,menu,nav,section,summary {
display: block; }


/*--要素のフェードイン--*/

.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}
    
.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}





#randomShow {
    position: relative;
    top:0;
    left:0;
    width: 100%;
    height: 700px;
    margin: 0 auto;
}


#randomShow_mds {
    position: absolute;
    top:350px;
    left:150px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:60px;
    color:#ffffff;
    text-shadow:0px 0px 5px #000000 , 0px 0px 10px #000000 , 0px 0px 20px #000000;
}    

.topimg1 {
   background-image: url(/file/html/168678.jpg);
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}


.topimg2 {
   background-image: url(/file/html/168682.jpg);
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}

.topimg3 {
   background-image: url(/file/html/168679.jpg);
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}

.topimg4 {
   background-image: url(/file/html/168681.jpg);
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}

.topimg5 {
   background-image: url(/file/html/168680.jpg);
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}


/*--box--*/

.box_1 .note {
    margin: 0 auto;
}

.box_2 .note {
    margin: 0 auto;
}

.box_3 .note {
    margin: 0 auto;
}

.box_4 .note {
    margin: 0 auto;
}

.box_1 {
	position:relative;
	display: flex; 
	display: -webkit-box; 
	display: -moz-flex;
	display: -ms-flexbox;
	flex-pack:justify;
	-webkit-box-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
        justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}

.box_2 {
	position:relative;
	display: flex; 
	display: -webkit-box; 
	display: -moz-flex;
	display: -ms-flexbox;
	flex-pack:justify;
	-webkit-box-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
        justify-content: space-between;
	width: 100%;
	margin:0 auto;
	padding: 0 0 100px 0;
	background: rgba(249,249,239,0.8);
}

.box_3 {
	position:relative;
	display: -webkit-flex;
    	display: flex;
    	-webkit-justify-content: flex-start;
    	justify-content: flex-start;
    	-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}

.box_3 > ul > li {
	display: inline-block;
}

.box_4 {
	position:relative;
	display: box; 
	display: -webkit-box; 
	display: -moz-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	width: 100%;
	margin:0 auto;
	padding: 0;
}


/*--注目情報--*/
.tyumoku {
	width: 750px;
	height: 300px;
	border: 3px solid #377c88;
	background: #ffffff;
	padding: 30px;
}

.cms-public .tyumoku figcaption {
	font-size: 24px;
	color: #377c88;
}

.cms-public .tyumoku ul {
	margin: 15px 0px 0px 0px;
}

.cms-public .tyumoku li {
	font-size: 14px;
	text-decoration: none;
	line-height:250%;
	color: #000000;
}

.cms-public .tyumoku li a:link {
	font-size: 14px;
	text-decoration: underline;
	line-height:250%;
	color: #000000;
}

.cms-public .tyumoku li a:visited {
	font-size: 14px;
	text-decoration: underline;
	line-height:250%;
	color: #000000;
}

.cms-public .tyumoku li a:hover {
	font-size: 14px;
	text-decoration: none;
	line-height:250%;
	color: #000000;
}

/*--知事からのメッセージ--*/


.mfg {
  overflow:hidden;
  display: table-cell;
  width: 380px;
  height: 300px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

.mfg a {
  overflow: hidden;
  display: table-cell;
  width: 380px;
  height: 300px;
  margin: 0 auto;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  background: url(/file/html/168683.jpg) no-repeat center center;
  background-size: 100%;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

.mfg a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.mfg:focus-within {
  outline: solid;
}

/*--おすすめ情報--*/

.pickup {
  width: auto;
  margin: 0 auto;
}

.pickup .pickup_mds {
  font-size:36px;
  color:#534f16;
  text-align:center;
  margin: 100px auto;
 }

.pickup figure {
  overflow:hidden;
  display: table-cell;
  text-align: center;
}

.pickup figure a {
  overflow:hidden;
  display: table-cell;
  text-align: center
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

.pickup figure a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.pickup figcaption {
  text-align:left;
  color: #474747;
  font-size:18px;
  line-height: 200%;
}

.pickup figcaption a:link {
  text-align:left;
  color: #474747;
  text-decoration: underline;
} 

.pickup figcaption a:visited {
  text-align:left;
  color: #474747;
  text-decoration: underline;
} 

.pickup figcaption a:hover {
  text-align:left;
  color: #474747;
  text-decoration: none;
} 


/*--トップメニュー--*/

/*--メニュー（画像なし）--*/
.top_menu_s {
  display: flex;
}

.top_menu_s a {
  display: flex;
  align-items: center;
  width: 400px;
  height:250px;
  border: 3px solid #534f16;
  background: rgba(203,197,111,0.5);
  vertical-align: middle;
  font-size: 36px;
  color: #534f16;
  text-indent: 30px;
  text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out;  
}

.top_menu_s a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*--メニュー（自然と文化）--*/

.top_menu_nc {
  display: flex;
  margin-left: 65px;
}

.top_menu_nc a {
  overflow:hidden;
  display: flex;
  align-items: center;
  width: 730px;
  height: 250px;
  margin: 0 auto;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  background: url(/file/html/168937.jpg) no-repeat center center;
  background-size: 100%;
  color: #ffffff;
  vertical-align: middle;
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  text-indent: 30px;
  text-decoration: none;
  transition:.5s;
}

.top_menu_nc a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*--メニュー（観光）--*/

.top_menu_tr {
  display: flex;
  padding: 70px 0;
}

.top_menu_tr a {
  overflow:hidden;
  display: flex;
  align-items: center;
  width: 1200px;
  height: 250px;
  margin: 0 auto;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  background: url(/file/html/168938.jpg) no-repeat center center;
  background-size: 100%;
  color: #ffffff;
  vertical-align: middle;
  font-size: 36px;
  color: #ffffff;
  text-indent: 30px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out;  
}

.top_menu_tr a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}


/*--メニュー（特産品）--*/

.top_menu_sg {
  display: flex;
  margin-right: 65px;
}

.top_menu_sg a {
  overflow:hidden;
  display: flex;
  align-items: center;
  width: 730px;
  height: 250px;
  margin: 0 auto;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  background: url(/file/html/168936.jpg) no-repeat center center;
  background-size: 100%;
  color: #ffffff;
  vertical-align: middle;
  font-size: 36px;
  color: #ffffff;
  text-indent: 30px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

.top_menu_sg a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}


/*--関連リンク--*/

.top_menu_link {
  display: flex;
}

.top_menu_link img {
  padding: 0px 30px;
}

.top_menu_link a {
  display: flex;
  align-items: center;
  width: 1200px;
  height:120px;
  margin: 70px auto 0 auto;
  border: 3px solid #534f16;
  background: #ffffff;
  vertical-align: middle;
  font-size: 36px;
  color: #534f16;
  text-indent: 30px;
  text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

.top_menu_link a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}


/*--県内にお住まいの方へ--*/

.top_within {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 0;

}

.top_within p {
  line-height: 200px;
}

.top_within a {
  overflow:hidden;
  display: inline-block;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background: url(/file/html/168947.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  vertical-align: middle;
  color: #ffffff;
  text-indent: 30px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

.top_within a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}


/*--Page Top--*/

.pagetop {
  position: relative;
  width:100%;
  height: auto;
  text-align: right;
}

.pagetop a {
  position: relative;
  display: inline-block;
  width:100%;
  height: auto;
  background:#377c88;
  border-top: 1px solid #377c88;
  border-bottom: 1px solid #377c88;
  color:#f9f9ef;
  font-size:18px;
  text-align: right;
  padding-right:30px;
  text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

.pagetop a:hover,
.pagetop a:focus {
  background:#f9f9ef;
  color:#377c88;
  border-top: 1px solid #377c88;
  border-bottom: 1px solid #377c88;
}


/*footer*/

.footer {
    position: relative;
    background: #88cfda;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding:30px;
    font-size: 12px;
    color: #474747;
    text-align: left;
    line-height: 180%;
}

.footer p.footer_mds {
    font-size: 16px;
    font-weight: bold;
    padding:10px 0px;
}

.footer p.footer_indent {
    padding-left:4em;
    text-indent:-4em;
}


/*copyright*/

.copyright {
    position: relative;
    background: #f9f9ef;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding:10px 0;
    font-size: 12px;
    color: #474747;
    text-align: center;
    line-height: 12px;
}


/*見出し*/

body:not(.dev-mb) .cms-public .heading h1 {
    position: absolute;
    top:300px;
    left:100px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:60px;
    color:#ffffff;
    text-shadow:0px 0px 5px #000000 , 0px 0px 10px #000000 , 0px 0px 20px #000000;
    background: none;
    border: none;
    z-index: 100;
}    
