/*
Theme Name: region80423
Description: WordPressテーマ
Version: 8
Author: 株式会社リジョンクリエイト
Author URI: http://www.regioncreate.com/
*/

/* ------ 初期設定 ------ */
*{box-sizing:border-box;}
html {overflow-y: scroll;}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {margin: 0;padding: 0;}

address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;}
q:before ,q:after {content: '';}
object, embed {vertical-align: top;}
hr, legend {display: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
img, abbr, acronym, fieldset {border: 0;}
img {vertical-align: bottom;-ms-interpolation-mode: bicubic;}
ul li {list-style-type: none;}
.textwidget{margin: 0;padding: 0;text-align: left;}

/* ------ BODY ------ */
body {font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000000; font-size: 16px; line-height: 1.6em; text-align: left; -webkit-text-size-adjust: 100%;}

/* ------ リンクの属性（未指定の時）------ */
a {outline: none;}
a:link, a:visited {color: #444444; text-decoration: none;}
a:active, a:hover {color: #888888; text-decoration: none;}

/* ------ 画像属性等 ------ */
img {max-width: 100%;height: auto;width: auto\9;}
.alignleft {float: left;  margin: 5px 10px 5px 0;}
.alignright{float: right; margin: 5px 0 5px 10px;}
.aligncenter{margin: 5px auto;display:block;}
a:hover.link img,a:hover img.link{filter: alpha(opacity=80); -moz-opacity:0.80; -ms-filter: "alpha( opacity=80 )"; opacity:0.80; background:none!important;}
.text-center {text-align: center;}

#wrapper {width: 100%; min-width: 1240px;}

/* ------ ヘッダー ------ */
header {position:relative;  width: 100%;z-index:1000;margin:0px 0;border-bottom: 0px solid #c1272d;}
header01 {position:absolute;  width: 100%;z-index:1000;margin:0px 0; border-bottom:0px solid #4d4d4d;}
#header-inner {position:relative; width:90%; margin: 0 auto; line-height:1.6; z-index:1000; *zoom: 1;}
#header-inner01 {position:fixed; width:1200px; margin: 0 auto; line-height:1.6; z-index:1000; *zoom: 1;background-color:#ffffff;box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);}
#ptitle {position: absolute; top: 38px; left: 0px; font-size: 140%; font-weight: 500; color: #FFFFFF; z-index: 30; }
#ptitle a {color: #FFFFFF; text-decoration: none;}
#ptitle a:hover {text-decoration:underline}


/* ------ ヘッダーナビゲーション ------ */
#gnav-btn {display :none;}
#gnav {width: 100%; height: 40px; font-size: 90%;}
#gnav nav {margin: 0 auto; padding: 5px 0px 5px 0px; max-width:1200px; position: relative; z-index: 1120;}
#gnav nav > ul {list-style-type: none; height: 45px; margin: 0; padding: 0; float: right;}
#gnav nav li {position: relative; float: left; margin: 0 10px; padding: 0; text-align: center;}
#gnav nav > ul > li a {display: block; margin: 0; padding: 5px 20px; color: #000000; font-weight:bold; line-height: 2.4em; text-decoration: none;}
#gnav nav > ul > li > ul {position: absolute; top: 150%; left: -5%; width: 120%; list-style: none; margin: 0;}
#gnav nav > ul > li:last-child > ul {left: -85%; width: 120%;}
#gnav nav > ul > li  ul li{overflow: hidden; width: 150%; height: 0; color: #FFFFFF; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; transition: .2s;}
#gnav nav > ul > li  ul li a{height: 3em; line-height: 3em; background: #068888; text-align: left; font-size: 100%; font-weight: normal; filter: alpha(opacity=80); -moz-opacity:0.80; -ms-filter: "alpha( opacity=80 )"; opacity:0.80;}
#gnav nav > ul > li:hover > a{color: #06923E;}
#gnav nav > ul > li  ul li:hover > a{background: #93073e;color: #FFFFFF;}
#gnav nav .current-menu-parent, #gnav nav .current-menu-item {background: #93073e;color: #FFFFFF;}
#gnav nav > ul > li:hover ul li{overflow: visible; height: 3em;}
#gnav nav > ul > li:hover ul li:last-child{border-bottom: 0;}
#gnav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#gnav a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#gnav a:hover::after {
  transform: scale(1, 1);
}

.slicknav_menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
}

.slicknav_menu h1 {
  float: left;
  margin: 0;
  padding: 10px 0 10px 20px;
}

.slicknav_menu h1 a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
}

.slicknav_menu h1 a {
  display: block;
}

#gnav01-btn {display :none;}
#gnav01 {width: 100%; height: 40px; font-size: 90%;}
#gnav01 nav {margin: 0 auto; padding: 5px 0px 5px 0px; max-width:1200px; position: relative; z-index: 1120;}
#gnav01 nav > ul {list-style-type: none; height: 45px; margin: 0; padding: 0; float: right;}
#gnav01 nav li {position: relative; float: left; margin: 0 10px; padding: 0; text-align: center;}
#gnav01 nav > ul > li a {display: block; margin: 0; padding: 5px 10px; color: #000000; font-weight:bold; line-height: 2.4em; text-decoration: none;}
#gnav01 nav > ul > li > ul {position: absolute; top: 150%; left: -5%; width: 120%; list-style: none; margin: 0;}
#gnav01 nav > ul > li:last-child > ul {left: -85%; width: 120%;}
#gnav01 nav > ul > li  ul li{overflow: hidden; width: 150%; height: 0; color: #FFFFFF; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; transition: .2s;}
#gnav01 nav > ul > li  ul li a{height: 3em; line-height: 3em; background: #068888; text-align: left; font-size: 100%; font-weight: normal; filter: alpha(opacity=80); -moz-opacity:0.80; -ms-filter: "alpha( opacity=80 )"; opacity:0.80;}
#gnav01 nav > ul > li:hover > a{color: #068888;}
#gnav01 nav > ul > li  ul li:hover > a{background: #93073e;color: #FFFFFF;}
#gnav01 nav .current-menu-parent, #gnav nav .current-menu-item {background: #93073e;color: #FFFFFF;}
#gnav01 nav > ul > li:hover ul li{overflow: visible; height: 3em;}
#gnav01 nav > ul > li:hover ul li:last-child{border-bottom: 0;}
#gnav01 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#gnav01 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#gnav01 a:hover::after {
  transform: scale(1, 1);
}

/* ------ メイン画像 ------ */
#mainvisual {position: relative;width:100%; border:0px solid #000000;overflow:hidden;margin:0px auto;padding-top:0px;background-color:#ffffff;}
#mainvisual-inner {width:100%; margin: 0px auto;object-fit: cover }
#mainvisual img{margin: 0 auto; border-bottom: 0px solid #000000; display: block;object-fit: cover}

/* ------ パンくずリスト ------ */
#plist {width: 100%;padding: 10px 0;font-size:92%; background-color: #EEEEEE;}
#plist .plist-inner {width: 1200px;margin: 0 auto;overflow: hidden;*zoom: 1;}

/* ------ コンテンツ ------ */
#containar {width: 1200px;margin: 0 auto;padding-top: 0px;overflow: hidden;*zoom: 1;}
#containar01 {width: 100%;margin: 0 auto;padding-top: 5px;overflow: hidden;*zoom: 1;}
#contents {float: left;width: 870px;margin-top:20px;}
#contents01 {width: 100%;margin:0 auto;margin-top:30px;}
h2 {margin: 0; padding: 10px 0 ;font-size: 22px; font-weight: 500; line-height: 1.3em; color: #414444;}
h3 {margin: 0; padding: 10px 0 ;font-size: 20px; font-weight: 500; line-height: 1.3em; color: #414444;}
h4 {margin: 0; padding: 10px 0 ;font-size: 18px; font-weight: 500; line-height: 1.3em; color: #414444;}
h5 {margin: 0; padding: 10px 0 ;font-size: 16px; font-weight: 500; line-height: 1.3em; color: #414444;}
h6 {margin: 0; padding: 10px 0 ;font-size: 15px; font-weight: 500; line-height: 1.3em; color: #414444;}

.main-title {padding: 30px 0 15px 10px;font-size: 2.3em;font-weight: 500; line-height: 1.3em;color: #414444; border-top: 8px solid #64a9c5; text-align: left; text-justify: distribute-all-lines;}
.ie7 .main-title, .ie7 .main-title {text-align: left;}
.contents-title{padding: 30px 0 15px 10px;font-size: 2.1em; font-weight: 500;line-height: 1.3em;color: #414444; border-top: 8px solid #64a9c5 ; text-align: left; text-justify: distribute-all-lines;}
.ie7 .contents-title, .ie7 .contents-title {text-align: left;}
.posts-title{padding: 10px 0 ;font-size: 1.9em; font-weight: 500;line-height: 1.3em;color: #414444;}
.posted {text-align: right; font-size: 72%; margin: 0px 10px 10px 0;}
#contents > p {padding: 1em; text-align: left; text-justify: distribute-all-lines; }
.ie7 #contents > p, .ie8 #contents > p{text-align: left;}

/* ---- コメント・トラックバック----- */
.tback {border: none;}
.tback h2{margin-botoom: 0; padding-bottom: 15px;}
.tback p {margin: 0 0 10px 10px;padding: 0;font-size: 11px; line-height: 130%;}
.comments{margin: 10px 0; padding: 15px 10px 10px;  line-height: 1.3em; border-top: 6px solid #64a9c5;}
.comments ul{list-style: none;margin: 0;color:#444444;font-size: 13px;}
.comments ul li {margin-bottom: 10px;background: #EFEFEF;padding: 10px;}
.comments ul li.depth-1{border-bottom: 1px dotted #CCCCCC;margin-bottom: 10px;}
.comments ul.children {list-style: none;}
.comments p{padding: 0 10px 5px 20px;text-align: left;}
.comments form p{line-height: 160%;display: block;}
.comments label{font-weight: 500;display:block;}
.comments form p.comment-notes,.comments form p.form-allowed-tags{font-size: 12px;text-align: left;}
.comments .reply{width: 40px;height: 20px;margin-left: 20px;text-align: center;line-height: 20px;border: 1px solid #CCCCCC;background: #FFFFFF;display: block;}
.comments .reply a{color: #333333;text-decoration: none;display: block;} 
.comments .reply a:hover{color: #FFFFFF;background: #CCCCCC;} 
.comments h3 small{font-size: 100%;}
#author{width: 200px;}
#email{width: 200px; }
#url	{width: 200px; }
#comment	{width: 99%; height:100px; }
#submit	{margin:0; padding:2px 25px; cursor:pointer;}

/* ------ サイドバー ------ */
#sidebar {float: right; width: 301px; padding-top: 0; text-align: left;margin-top:80px;}
#sidebar1,#sidebar2 {margin-bottom: 10px; padding: 0; }
#sidebar .sidebar-wrapper {margin-bottom: 20px;}
#sidebar .sidebar-wrapper h4{display: block; margin-bottom: 5px; padding: 5px 5px 5px 10px; font-size: 115%; font-weight: 500; color: #FFFFFF;line-height: 1.5em;background-color: #64a9c5;}
#sidebar .sidebar-wrapper form,
#sidebar .sidebar-wrapper p,
#sidebar .sidebar-wrapper .tagcloud{padding: 5px; font-size: 93%; }
#sidebar .sidebar-wrapper ul {padding: 0;}
#sidebar .sidebar-wrapper ul li {border-bottom: solid 1px #D5D5D5;}
#sidebar .sidebar-wrapper ul li:first-child {border-top: solid 1px #D5D5D5;}
#sidebar .sidebar-wrapper ul li a:before {font-family: iconfont;font-weight: normal;content: "\e625";color: #CCCCCC; padding-right: 5px;}
#sidebar .sidebar-wrapper ul li.menu-item-object-category a:before,
#sidebar .sidebar-wrapper ul li.cat-item a:before {font-family: iconfont;font-weight: normal;content: "\e62e";color: #CCCCCC; padding-right: 5px;}
#sidebar .sidebar-wrapper ul li a {display: block;padding: 8px 20px 8px 8px;font-size: 93%; color: #414444;line-height: 150%;text-decoration: none;background: url("img/arrow_02.png") no-repeat right center;}
#sidebar .sidebar-wrapper ul li:first-child a {border-top: none;}
#sidebar .sidebar-wrapper ul li a:hover,
#sidebar .sidebar-wrapper ul li a:active{font-weight: bold; background-color: #F5F5F5;}
#sidebar .sidebar-wrapper ul li a:hover:before{font-family: iconfont;font-weight: normal;content: "\e625";color: #64a9c5; padding-right: 5px;}
#sidebar .sidebar-wrapper ul li.cat-item a:hover:before,
#sidebar .sidebar-wrapper ul li.menu-item-object-category a:hover:before,
#sidebar .sidebar-wrapper ul li.current-menu-item a:before,
#sidebar .sidebar-wrapper ul li.current-menu-parent a:before,
#sidebar .sidebar-wrapper ul li.current-cat a:before{font-family: iconfont;font-weight: normal;content: "\e62f";color: #64a9c5; padding-right: 5px;}
#sidebar .sidebar-wrapper ul.children {padding: 0; border: none;}
#sidebar .sidebar-wrapper ul.children li{border-top: solid 1px #D5D5D5; text-indent: 10px;}
#sidebar .sidebar-wrapper ul.children li:first-child{border-top: solid 1px #D5D5D5;}
#sidebar .sidebar-wrapper ul.children li:last-child{border-bottom: none;}

#sidebar #sidebar-cat {margin-bottom: 20px;}
#sidebar-cat .c-color-0 a {height: 100px; margin-bottom: 5px; text-decoration: none; display: block; background: #64a9c5 url("img/arrow_05.png") no-repeat right center; }
#sidebar-cat .c-color-1 a {height: 100px; margin-bottom: 5px; text-decoration: none; display: block; background: #666666 url("img/arrow_05.png") no-repeat right center; }
#sidebar-cat a h5 {padding: 20px 50px 5px 15px; color: #FFFFFF; font-weight: 500; font-size: 18px; text-decoration: none; }
#sidebar-cat p {padding: 0 50px 0 15px; color: #FFFFFF; font-weight: normal; font-size: 11px; line-height: 1.2em;text-align: left; text-justify: distribute-all-lines; overflow: hidden; }
.ie7 #sidebar-cat p.ie8 #sidebar-cat p {text-align: left;}
#sidebar-cat a:hover{filter: alpha(opacity=80); -moz-opacity:0.80; -ms-filter: "alpha( opacity=80 )"; opacity:0.80;}


/* ------ フッター ------ */
footer {width: 100%;background: #333333;}
#footer-inner {width: 1000px;margin: 0 auto;padding: 10px 0;color:#ffffff;}
footer nav{text-align: center;margin: 0; padding: 10px 0 20px;}
footer ul li {display: inline-block;*display: inline;*margin-bottom: 12px;padding: 0 10px 0 10px;line-height: 1.3em;font-size: 100%; color: #CCCCCC;border-left: solid 1px #999999;*zoom: 1;}
footer ul li:first-child {border-left: none;}
footer #copyright {width: 100%; padding: 20px 0; text-align:center; color: #ffffff;font-size: 100%;background: #333333;}
footer a:link, footer a:visited {color: #FFFFFF;text-decoration: none;}
footer a:active, footer a:hover {color: #FFFFFF;text-decoration: underline;}



/* ------ その他属性 ------ */
.red_uline{border-bottom: 2px solid #FF3300;}
.uline{border-bottom: 1px solid #FF6633;}
.link_line{text-decoration: underline;} 
.dot{border-bottom:1px dotted #CCCCCC;}
.solid{border-bottom:1px solid #CCCCCC;}
.clr{clear: both;}
strong{font-weight: bold;}
em{color: red;}
.txtcenter{text-align: center;}
.txtright{text-align: right;}
.red{color: #CC0000;}
.pink{color: #CC0099;}
.bg_yellow{background: #FFFF00;}
.gold{color: #F4CA54;}
.silver{color: #999999;}
.copper{color: #BD4C54;}
.other{color: #71AAE0;}
.waku{border: 1px solid #EEEEEE;}

/* ------ フォント属性 ------ */
.bld{font-weight: bold;}

/*----- 時間差テキスト ----*/
.fadein {
    opacity: 0;
    animation: fadein 6s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}
 
/*以下遅延の指定*/
.txt01 {animation-delay: 1s;}
.txt02 {animation-delay: 3s;}
.txt03 {animation-delay: 5s;}
.txt04 {animation-delay: 10s;}
.txt05 {animation-delay: 13s;}
.txt06 {animation-delay: 16s;}

/*---- オープニング ---*/
 .start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}
/*---　メニュー----*/
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a,
a:visited,
a:hover,
a:active {
text-decoration: none;
color: inherit;
}
.cp_fullscreenmenu input {
display: none;
}
.cp_fullscreenmenu {
position: fixed;
z-index: 1;
top: 2%;
right: 5%;
}
/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color:#ffffff;
}
.cp_fullscreenmenu .menu label {
position: absolute;
top: 20px;
right: 20px;
width: 30px;
height: 30px;
cursor: pointer;
background-size: 100%;
}
.cp_fullscreenmenu .menu .menucont {
font-size: 40px;
position: relative;
top: 40%;
margin-top: -170px;
padding-bottom: 20px;
text-align: center;
line-height:1.7;

}
.cp_fullscreenmenu .menu ul {
margin: 0 auto;
padding: 0;
list-style: none;
}
.cp_fullscreenmenu .menu ul li,
.cp_fullscreenmenu .menu ul li a {
transition: all 0.3s ease;
}
.cp_fullscreenmenu .menu ul li a {
display: block;
padding: 10px 0;
color: #4d4d4d;
}
.cp_fullscreenmenu .menu ul li a:hover {
color: #ff0844;
}
.cp_fullscreenmenu .menu ul li:hover {
background: #ffffff;
}
/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .menuEffects {
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
opacity: 0;
}
.cp_fullscreenmenu .menuEffects ul {
transition: all 0.5s;
transform: translateY(0%);
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects {
visibility: visible;
transition: opacity 0.5s;
opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects ul {
opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open {
background-color: transparent;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:before {
position: absolute;
z-index: 1;
top: 0;
right: 0;
content: '';
transform: rotate(45deg);
background-color: #f79100;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:after {
position: relative;
z-index: 1;
top: 0;
right: 0;
content: '';
transform: rotate(-45deg);
background-color: #f79100;
}
.cp_fullscreenmenu #menuToggle:not(:checked) ~ .menuEffects ul {
transform: translateY(-30%);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
position: relative;
top: 0;
right: 0;
display: block;
width: 50px;
height: 50px;
padding: 15px;
cursor: pointer;
}
.cp_fullscreenmenu .hamburger:hover .open:before {
top: -9px;
}
.cp_fullscreenmenu .hamburger:hover .open:after {
top: 5px;
}
.cp_fullscreenmenu .open,
.cp_fullscreenmenu .open:before,
.cp_fullscreenmenu .open:after {
position: relative;
display: block;
width: 40px;
height: 4px;
border-radius: 2px;
background-color: #f79100;
transition: all 0.3s ease;
}
.cp_fullscreenmenu .open {
top: 8px;
cursor: pointer;
}
.cp_fullscreenmenu .open:before {
top: -8px;
content: '';
transform: rotate(0deg);
}
.cp_fullscreenmenu .open:after {
top: 4px;
content: '';
}
 
/*------　アコーディオン--------*/
.s_01 .accordion_one {
    max-width: 1024px;
    margin: 5px auto;
}
.s_01 .accordion_one .accordion_header {
    background-color: #1d2088;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 2%;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #1d2088;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1d2088;
}
.s_01 .accordion_one:nth-of-type(4) .accordion_header {
    background-color: #1d2088;
}
.s_01 .accordion_one .accordion_header:hover {
    opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
    display: none;
    padding: 10px 30px;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    box-sizing: border-box;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
.s_01 .accordion_one:nth-of-type(4) .accordion_inner {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
.s_01 .accordion_one .accordion_inner .box_one {
    height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .s_01 .accordion_one .accordion_header {
        font-size: 18px;
    }
    .s_01 .accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
@media screen and (max-width: 767px) {
    .s_01 .accordion_one .accordion_header {
        font-size: 16px;
        text-align: left;
        padding: 15px 60px 15px 15px;
    }
}
 

/*---- テキスト -----*/
.text00{margin:40px 0px;}

/*---- ギャラリー ----*/

.gyalally04{
width:21%;
height:250px!important;
float:left;
border-style:solid;
border-width:0.2px;
border-color:#b3b3b3;
border-radius:0px;
background-color:#ffffff;
padding:10px;
margin:5px 5px;
}

.gyalally04 img{
width:auto;
max-height:150px;
margin:0px auto 5px auto;
}

.gyalally04  a:link{color: #29abe2; text-decoration: none;}
.gyalally04  a:visited{color: #29abe2; text-decoration: none;}
.gyalally04  a:active {color: #29abe2; text-decoration: none;}
.gyalally04  a:hover {color: #29abe2; text-decoration: none;}

.img01 img{
width:auto;
max-height:230px;
margin:0px auto;
text-align:center;

} 
.img02 img{
width:200px;
max-height:auto;
margin:0px auto;
text-align:center;

} 


.gyalally05{
width:48%;
height:auto;
float:left;
border-style:solid;
border-width:6px;
border-color:#f3f3f3;
border-radius:0px;
background-color:#ffffff;
padding:10px;
margin:5px 5px;
}

.gyalally05 img{
width:auto;
max-height:140px;
margin:0px 0px 5px 0;
}

.gyalally05  a:link{color: #29abe2; text-decoration: none;}
.gyalally05  a:visited{color: #29abe2; text-decoration: none;}
.gyalally05  a:active {color: #29abe2; text-decoration: none;}
.gyalally05  a:hover {color: #29abe2; text-decoration: none;}

/*---　追加TOP  ---*/

.slicknav_menu {
display:none;
}

.clear{
clear:both;
}

.text_center{
text-align:center;
}
.text_center01 {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.text_right{
	text-align:right;
}
.text_left{
	text-align:left;
}
.logobox10{
	width:280px;
	float:left;
	padding:13px 0 5px 0;
}
.logobox{
	width:6%;
	float:left;
	padding:15px 5px 5px 5px;
	font-size:90%;
	line-height:1.5;
}
.logobox10 img{
	width:100%;
}
.menubox{
	width:53%;
	float:left;
	padding:10px 0px 5px 0;
}
.telbox{
width:240px;
	float:left;
	color:#ffffff;
	padding:13px 10px;
	text-align:center;
	font-size:150%;
	background-color:#06923E;
font-family:'游ゴシック','YuGothic','游ゴシック Medium',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.hedtop{
max-width:1200px;
margin:0 auto;
color:#666666;
background-color:#dddedd;
font-size:90%;
	padding:1px 0;
	text-align:center;
}

.hedtop00{
max-width:100%;
color:#666666;
background-color:#dddedd;
	padding:1px 0;
}

.slidecopy {
display: block;
width:3%;
font-size:100%;
    font-weight:normal;
    text-align:center;
    padding: 10px;
    position: absolute;
    margin:0 auto;
    opacity: 1;
    top: 75%;
    left:2%;
z-index:2000;
position:fixed;
}
.slidecopy03 {
display: block;
width: 100%;
    font-size:100%;
    color:#29b7e2;
    font-weight:bold;
    text-align:center;
    padding: 0px;
    position: absolute;
    margin:0 auto;
    opacity: 1;
top: 40%;
    left:0%;
    border-radius:10px;
	z-index:110;
}


.sns_box{margin:13px 0px;}
.sns_box img{width:80%;}

.hr02{
border-bottom-style:dotted;
border-bottom-width:2px;
border-bottom-color:#192d63;
padding:5px 0px;
margin-bottom:10px;
width:99%;
}
.hr01{
border-bottom-style:solid;
border-bottom-width:thin;
border-bottom-color:#e0e0e0;
padding:5px 0px;
margin-bottom:5px;
width:99%;
}
.boxwidth60{
	width:75%;
	margin:0 auto;
	font-size:100%;
}
.boxwidth80{
	width:80%;
	margin:0 auto;
}
.boxwidth90{
position: relative;
	width:100%;
	padding:20px;
	margin:0 auto;
	background-color:#f7f7f7;
bottom:;
z-index:100;
}
.box_aisa{
border-style:solid;
border-width:1px;
background-color:#f7f7f7;
border-radius:10px;
padding:15px;
margin:10px;
font-size:100%;
}
.img_maru img{border-radius:20px;}

/*---- text ---*/
.text_line{line-height:2.5;font-weight:bold;text-align:center;}
.text250{
font-size:400%;
font-weight:bold;
padding:5px 0;
color:#000000;
text-align:left;
line-height:1.6;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.text250-1{
font-size:200%;
font-weight:bold;
padding:0px;
color:#000000;
text-align:left;
line-height:1.6;
	margin-top:50px;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.text250-2{
font-size:180%;
font-weight:bold;
padding:15px 0;
color:#000000;
text-align:center;
line-height:1.6;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.text250-3{
font-size:450%;
font-weight:bold;
padding:5px 0;
color:#ffffff;
text-align:center;
line-height:1.6;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
letter-spacing: 0.1em;
text-shadow: 3px 4px 3px rgb(61 70 70);
}
.text250-4{
font-size:170%;
font-weight:bold;
padding:0px;
color:#000000;
text-align:center;
line-height:1.6;
	margin-top:10px;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
letter-spacing: 0.1em;
}
.text200{
font-size:150%;
font-weight:bold;
padding:10px 0;
color:#000000;
text-align:center;
line-height:1.7;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.text200-1{
font-size:180%;
font-weight:normal;
padding:15px 0;
color:#ffffff;
text-align:left;
line-height:1.7;
text-align:center;
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.text150{
font-size:130%;
font-weight:bold;
padding:15px 0;
color:#000000;
text-align:center;
line-height:1.6;
}
.text100{
font-size:120%;
font-weight:bold;
padding:5px 0px;
color:#000000;

line-height:1.6;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.text90{
	font-size:90%;
	text-align:center;
	margin:2px 0;
}
.text80{
	font-size:80%;
	color:#000000;
	padding-top:8px;
	line-height:1.5;
}
.dot-text {
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(.15em .15em at center center,orange,orange 100%,transparent);
}
.text_img {
  position: relative;
  }

.text_img p {

width:100%;
bottom: 0%;
left: 0%;
margin: 20px 0px; /*余計な隙間を除く*/
color: white;/*文字を白に*/
font-weight:bold;
background-color:#000000;
font-size:125%;
line-height: 1;/*行高は1に*/
padding:10px 0px;/*文字周りの余白*/
text-align:center;
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

.text_img img {
  width: 100%;
  }
.text_img01{
width:80%;
bottom: 0%;
left: 0%;
margin: 20px auto; /*余計な隙間を除く*/
color: white;/*文字を白に*/
font-weight:bold;
background-color:#000000;
font-size:125%;
line-height: 1;/*行高は1に*/
padding:10px 0px;/*文字周りの余白*/
text-align:center;
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	
}
.box_text{
  position:relative;
}
.center_text {
	text-align:center;
	color:#ffffff;
  	position: absolute;
	bottom:0%;
	width:100%;
	margin:0;
	padding:10px 15px;
  	transform: translate(-50%, -50%);
	font-size:100%;font-weight:normal;
	color:#ffffff;
	line-height:1.6;
	background-color:#00489d;
}
.img_wrap{
margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.text_up {
  position: relative;
  }

.text_up p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  }

.effect i {
  height: 120px;
  padding: 20px;
	font-size:110%;
  transition: .8s;
} 
.effect div {
  margin: auto;
  transition: .8s;
  transition-delay: .8s;
}

/*----- スライダー -----*/

#slide_01{
 overflow: hidden;
 width: 100%;
 min-height: 600px;
 background-color: #4d4d4d;
border-radius:0px;
}

.inner-content{
    color: #000000;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	z-index:100;
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

/*----　ローディング----*/


/*----- カテゴリ ----*/

.gyalally03{
width:45%;
height:180px;
float:left;
border-style:solid;
border-width:0px;
border-color:#b3b3b3;
border-radius:0px;
background-color:#ffffff;
padding:5px;
margin:5px 5px;
}

.gyalally03 img{
max-height:100px;
margin:0px 10px 5px 0;
}

.box30-01{
width:30%;
float:left;
margin-right:5px;
}
.box70-01{
width:65%;
float:left;
padding-left:10px;
font-size:95%;
}
.text80-1{
	font-size:80%;
	color:#666666;
}
.yahaku01{padding:20px 0px 5px 0px;}


/*----- box  ------*/

.box00{
width:80%;
margin:0 auto;
padding:30px 0 0 0;
}
.box0090{
width:90%;
margin:0 auto;
padding:5px 0 0 0;
}

.box01{
	width:80%;
	margin:0 auto;
}

.box02 {
    position: relative;
    margin: 8px 0;
    padding: 0.5em 1em;
    border: solid 3px #64a9c5;
}
.box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -45px;
    left: -3px;
    padding: 10px 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size:110%;
    background: #64a9c5;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box02 p {
    margin: 0; 
    padding: 0;
}
.box15{
width:14%;
float:left;
margin:10px;
}
.box25{
width:23%;
float:left;
margin:3px;
}

.box80{
width:83%;
float:left;
padding-left:10px;
}

.box80-1{
width:82%;
float:left;
padding-right:10px;
}
.box33{
	width:33.333%;
	float:left;
padding:0px 10px;
}
.box33 img{
	padding:10px 0;
}
.box50{
	width:50%;
	float:left;
	padding:10px 20px;
}

.box50-1{
	width:50%;
	float:left;
	margin:0px;

}
.box50-2{
	width:43%;
	float:left;
	margin:2px;
}

.box50-4{
width:50%;
padding:0px;
float:left;
text-align:left;
}
.box50-6{
position: absolute;
width:50%;
padding:0px;
float:left;
text-align:left;
right:5%;
margin-top:0px;
}
.boxin90{width:80%;margin:0 auto;padding:20px 0px 0px 0px;}
.box30{
	width:20%;
	float:left;
	margin-top:5px;
}
.box60{width:60%;float:left;padding-left:10px;}
.box40{width:35%;float:left;text-align:center;}
.box60-2{width:60%;float:left;text-align:center;}
.box40-2{width:40%;float:left;text-align:center;}
.box40-1{width:35%;float:left;padding-right:15px;}
.box60-3{width:60%;float:left;}
.box40-3{width:40%;float:left;text-align:center;}
.box40-3 img{width:80%; padding:0px 0px 0px 0px;}
.box300 {
    margin: 5px 0 5px 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box300 .box-title {
font-size: 115%;
    background: #47af60;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box300 p {
    padding: 15px 20px;
    margin: 0;
}
.box301 {
    margin: 10px 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box301 .box-title {
    font-size: 1.2em;
    background: #c1272d;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box301 p {
    padding: 15px 20px;
    margin: 0;
}


.box260 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #3372b3;
    border-radius: 8px;
}
.box260 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
font-size: 115%;
    background: #FFF;
    color: #3372b3;
    font-weight: bold;
}
.box260 p {
    margin: 5px 0; 
    padding: 0;
} 
.box70{
	width:75%;
	float:left;
	padding-right:15px;
	margin-top:5px;
}
.box_biss03{
	width:100%;
	border-style:solid;
	border-width:0px;
	padding:15px;
	background-color:#f9f9f9;
	border-color:#ffffff;
	border-radius:15px;
    margin:20px auto;
	line-height:2;
}

.box_biss{
	width:90%;
	border-style:solid;
	border-width:0px;
	padding:15px;
	background-color:#f9f9f9;
	border-color:#ffffff;
    margin:20px auto;
}
.box_biss00{
	width:70%;
	border-style:solid;
	border-width:2px;
padding:30px;
	background-color:#f9f9f9;
	border-color:#666666;
    margin:20px auto 0px auto;
}
.box10{width:20%;float:left;margin:0px 3px;border-right-style:solid;border-right-color:#4d4d4d;border-right-width:thin;}
.box90{width:72%;float:left;padding-left:10px;font-size:95%;}
.box90-1{width:5%;float:left;padding-left:10px;font-size:95%;}
.box90-1 img{padding:4px 0px;}
.box_aisa02{
border-style:solid;
border-width:0px;
background-color:#ffffff;
border-radius:0px;
padding:50px;
margin:50px 0px 20px 0px;
box-shadow: 0 0 8px gray;
font-size:100%;
z-index:200;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin:10px auto;
padding: 7px 10px;
max-width: 100%;
min-width:120px;
 color: #ffffff;
font-weight:bold;
font-size:130%;
  background: #8cc63f;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #8cc63f;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  background: #e0edff;
  border-radius: 15px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}

.triangle{
width: 0;
height: 0;
border-style: solid;
border-width: 50px 50px 0 50px;
border-color: #8cc63f transparent transparent transparent;
margin:0 auto;
}
/*---- 会話 ----*/

.kaiwa {
  margin-bottom: 25px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 80px;
  height: 80px;
  margin-right: -90px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 80px;
  height: 80px;
  margin-left: -90px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 0px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  bottom: 5px;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
	color:#000000;
  position: relative;
  margin-left: 80px;
  padding: 5px;
  border-radius: 10px;
  background: #f9f9f9;
  margin-right: 12%;
  float: left;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
	color:#000000;
  position: relative;
  margin-right: 80px;
  padding: 5px;
  border-radius: 10px;
  background-color: #f8f2d8;
  margin-left: 12%;
  float: right;
}
p.kaiwa-text {
  margin: 0px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #f9f9f9;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #f8f2d8;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}


/*---- タイトル -----*/

.title01{
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
        margin-bottom:10px;
	font-size:100%;
	font-weight:bold;
}
.title01::before,
.title01::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.title01:before{
	border-bottom: 3px solid #00489d;
	width: 100%;
}
.title01:after{
	border-bottom: 3px solid #D8D8D8;
	width: 100%;
}

 .title02 {
  position: relative;
  display: inline-block;
font-size:130%;
  margin: 20px 0;
font-weight:bold;
}
.title02:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #06923E;
  border-radius: 2px;
	
}

.title03{
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
        margin-bottom:10px;
	font-size:120%;
	font-weight:bold;
}
.title03::before,
.title03::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.title03:before{
	border-bottom: 3px solid #f79100;
	width: 100%;
}
.title03:after{
	border-bottom: 3px solid #D8D8D8;
	width: 100%;
}

.title04{
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
        margin-bottom:10px;
	font-size:120%;
	font-weight:bold;
}
.title04::before,
.title04::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.title04:before{
	border-bottom: 3px solid #ff6a6b;
	width: 100%;
}
.title04:after{
	border-bottom: 3px solid #D8D8D8;
	width: 100%;
}
.title05{
font-size:200%;
font-weight:bold;
color:#000000;

}
.title06 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #de3459;/*左線*/
margin:5px 0px 10px 0px;
}
.title07 {
  padding: 0.5em;/*文字周りの余白*/
	font-size:120%;
	font-weight:bold;
  color: #010101;/*文字色*/
  background: #f7f7f7;/*背景色*/
  border-bottom: solid 3px #f79100;/*下線*/
}

.title09 {
  position: relative;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #5c9ee7;
margin:8px 0px;
}
 .title08 {
  position: relative;
  display: inline-block;
font-size:150%;
  margin: 20px 0;
font-weight:bold;
}
.title08:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0A400C;
  border-radius: 2px;
}

.title09:before {
  font-family: "Font Awesome 5 Free";
  content: "Q";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title10 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
	font-size:120%;
	font-weight:bold;
}
.title_flow{
background-color:#3372b3;
font-size:105%;
font-weight:bold;
padding:5px 10px 5px 15px;
margin:10px 0 10px 0;
color:#ffffff;
}

.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}


/* ------------- スクロールフェードインDown用 ------------- */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(0px); }
 100% { opacity: 1; -webkit-transform: translateY(20px); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
 100% { opacity: 1; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
}

/*--------テーブル------*/

.tb_01{
 width: 100%;
 border-collapse: collapse;
font-size:95%;

 }
.tb_01 th{
 width: 20%;
 padding: 3px;
 text-align: left;
 vertical-align: top;
 color: #333;
font-weight:normal;
 }
.tb_01 td{
 padding: 3px;
 }
.tb_01 td a{
text-decoration:none;
}
.tb_01 span {
	display: block;
	float: left;
	margin: 0 12px 0px 0;
	padding: 0px 7px;
	text-align: center;
	font-size: 12px;
	color:#ffffff;
	border-radius:5px;
}
.tb_01 span {
	background: #000000;
}
.tb_01 span.cat-b {
	background: #efe3ec;
}
.tb_01 span.cat-c {
	background: #efefe3;
}


.tb_02{
 width: 100%;
 border-collapse: collapse;
font-size:110%;
 }

.tb_02 th{
 width: 7%;
 padding: 5px;
 text-align: left;
 vertical-align: top;
 color: #333;
 }

.tb_02 td{
 padding: 8px 5px 3px 5px;
 }

.tb_02 td a{
text-decoration:none;
}
.tb_03{
 width: 100%;
 border-collapse: collapse;
font-size:100%;
 }

.tb_03 th{
 width: 4%;
 padding: 8px 5px;
 text-align: left;
 vertical-align: top;
 color: #333;
 }

.tb_03 td{
 padding: 7px 3px 3px 15px;
 }

.tb_03 td a:link{
color:#64a9c5;
text-decoration:none;
}
.tb_03 td a:visited{
color:#64a9c5;
text-decoration:none;
}
.tb_03 td a:active{
color:#666666;
text-decoration:none;
}
.tb_03 td a:hover{
color:#666666;
text-decoration:none;
}

.tb_04{
 width: 100%;
 border-collapse: collapse;
font-size:100%;
margin-top:10px;
 }
.tb_04 th{
 width: 25%;
 padding: 10px 8px;
 text-align: left;
 vertical-align: top;
 color: #333;

color:#000000;
 border-bottom: 1px dotted #4d4d4d;
font-weight:bold;
 }
.tb_04 td{
 padding: 10px 8px;

color:#000000;
 border-bottom: 1px dotted #4d4d4d;
 }

.tb_05{
 width: 100%;
 border-collapse: collapse;
font-size:100%;
margin-top:10px;
	line-height:1.8;
 }

.tb_05 th{
 width: 15%;
 padding: 6px;
 text-align: left;
 vertical-align: top;
 color: #333;
 background-color: #f7f7f7;
 border-bottom: 1px dotted #b9b9b9;
font-weight:bold;
 }

.tb_05 td{
 padding: 6px 15px;
 background-color: #fff;
 border-bottom: 1px dotted #b9b9b9;
 }
.tb_06{
 width: 100%;
 border-collapse: collapse;
font-size:100%;
margin-top:10px;
 }

.tb_06 th{
 width: 25%;
 padding: 6px;
 text-align: left;
 vertical-align: top;
 color: #333;
 background-color: #ffffff;
 border-bottom: 1px dotted #b9b9b9;
font-weight:bold;
 }

.tb_06 td{
 padding: 6px;
 background-color: #fff;
 border-bottom: 1px dotted #b9b9b9;
 }

.tb_07{
 width: 100%;
 border-collapse: collapse;
font-size:95%;
margin-top:10px;
 }
.tb_07 th{
 width: 75%;
 padding: 2px 8px;
 text-align: left;
 vertical-align: top;
 color: #333;

color:#000000;
 border-bottom: 1px dotted #4d4d4d;
font-weight:bold;
 }
.tb_07 td{
 padding: 2px 8px;
text-align:right;
color:#000000;
 border-bottom: 1px dotted #4d4d4d;
 }
.tb_08{
width:100%;
 border-collapse: collapse;
font-size:100%;
 }

.tb_08 th{
 width: 30%;
 padding: 6px;
 text-align: center;
 vertical-align: top;
 color: #333;
 background-color: #f8f2db;
 border: 1px solid #b9b9b9;
font-weight:bold;
 }

.tb_08 td{
 padding:6px 6px 6px 12px;;
text-align:left;
 background-color: #ffffff;
 border: 1px solid #b9b9b9;
 }

/*------- ブロック ------*/

.back_01{
width:100%;
background-color:#eff7fd;
margin:0px;
padding: 0;

}
.back_01_01{
width:85%;
margin:0 auto;
padding:80px 0px;
}

.back_03{
width:100%;
background-color:#ffffff;
color:#000000;
margin:0px;
padding: 0;
}

.back_03_01{
width:85%;
margin:20px auto;
padding:50px 50px 50px 50px;
background-color:#f7f7f7;
border-radius:20px;
}
.back_04{
width:100%;
background-color:#ffffff;
color:#000000;
margin:0px;
padding: 0;
}

.back_04_01{
max-width:1100px;
margin:0 auto;
padding:60px 0px;
}
.back_05{
width:100%;
background-color:#fcefda;
color:#000000;
margin:0px;
padding: 0;
}

.back_05_01{
max-width:1100px;
margin:0 auto;
padding:30px 0px;
}

.back_06{
width:100%;
background-color:#203341;
color:#000000;
margin:0px;
padding:0px;
}
 .back_06_01{
max-width:90%;
margin:0 auto;
padding:80px 0px;
} 

/*------ マウスオーバー ----*/

.fade {
    -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;
}
 
.fade:hover {
    opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=60);
}

.box001 p {
  text-align: left;
  -webkit-transition: all 2s;
  -webkit-transform: scale(1.0);
  opacity: 1;
}
.box001 p.move {
  -webkit-transform: translate(0, 0)  scale(0.5);
  opacity: 0;
}
.box002 p {
  -webkit-transition: all 2s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box002 p.move {
  -webkit-transform: translate(-30px, 0);
  opacity: 0;
}
.box003 p {
  text-align: left;
  -webkit-transition: all 2s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box003 p.move {
  -webkit-transform: translate(30px, 0);
  opacity: 0;
}

/* ---- マップ -----*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  filter: grayscale(60%);
}



/*--- btn ---*/
 .btn-flat-vertical-border {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #668ad8;
 background-color: #f79100;
  transition: .4s;
	margin:10px 0;
}

.btn-flat-vertical-border:hover {
  background: #f8f2d8;
  color: #FFF;
}


 .btn-flat-vertical-border01 {
  position: relative;
  display: inline-block;
  font-weight: normal;
  padding: 6px 40px;
  text-decoration: none;
  border: solid 1px #ffffff;
  color: #ffffff;
  background: #06923E;
  transition: .4s;
	margin-top:5px;
}

.btn-flat-vertical-border01:hover {
  background: #4d4d4d;
  color: #444444;
}
.btn-flat-border {
  display: inline-block;
  padding: 0.2em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 1px #ffffff;
  border-radius: 3px;
  transition: .4s;
	margin:5px 0px;
	font-size:80%;
	background-color:#4d4d4d;
	font-weight:normal;
}

.btn-flat-border:hover {
  background: #06923E;
  color: white;
}

.btn-animation-02 {
  display: inline-block;
width: 100%;
  text-align: center;
  background-color: #000000;
  border: 1px solid #4d4d4d;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 30px 20px;
  border-radius: 4px;
  position: relative;
	margin:10px auto;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
}

 .btn-flat-vertical-border03 {
  position: relative;
  display: inline-block;
  font-weight: normal;
	 font-size:80%;
  padding:3px 6px;
  text-decoration: none;
	 border-radius:10px;
  color: #668ad8;
 background-color: #000000;
  transition: .4s;
	margin:5px 0;
}

.btn-flat-vertical-border03:hover {
  background: #4d4d4d;
  color: #FFF;
}

 .btn-flat-vertical-border04 {
  position: relative;
  display: inline-block;
  font-weight: normal;
	 font-size:80%;
  padding:3px 15px;
  text-decoration: none;
	 border-radius:0px;
  color: #668ad8;
 background-color: #f79100;
  transition: .4s;
	margin:5px 0;
}

.btn-flat-vertical-border04:hover {
  background: #4d4d4d;
  color: #FFF;
}

 .btn-flat-vertical-border05 {
  position: relative;
	 width:100%;
	 height:57px;
  display: inline-block;
  font-weight: bold;
  padding: 19px 0 0 0;
  text-decoration: none;
  color: #ffffff;
 background-color: #06923E;
  transition: .4s;
	margin:0px 0;
}

.btn-flat-vertical-border05:hover {
  background: #f8f2d8;
  color: #FFF;
}

.btn-flat-vertical-border06 {
  position: relative;
width:100%;
	 height:57px;
  display: inline-block;
  font-weight: bold;
  padding: 19px 0 0 0;
  text-decoration: none;
  color: #ffffff;
 background-color: #3D74B6;
  transition: .4s;
	margin:0px 0;
}

.btn-flat-vertical-border06:hover {
  background: #f8f2d8;
  color: #FFF;
}

.link01 a:link{color: #ffffff; text-decoration: none;}
.link01 a:visited {color: #ffffff; text-decoration: none;}
.link01 a:active{color: #ffffff; text-decoration: none;}
.link01 a:hover {color: #ffffff; text-decoration: none;}

.link02 a:link{color: #ffffff; text-decoration: none;}
.link02 a:visited {color: #ffffff; text-decoration: none;}
.link02 a:active{color: #000000; text-decoration: none;}
.link02 a:hover {color: #000000; text-decoration: none;}

/*-- パララックス -- */

.back_c1{
width:100%;
border-color:#172987;
border-width:0px 0 0 0;
height:auto;
padding: 0;
}

.back_c1-2{
max-width:1100px;
margin:0 auto;
padding:50px 0px 50px 0px;
}

#backcontents01{
 background-image: url(/wp-content/themes/region80423/img/nmc/nmc_img16.jpg);
}

.bgImage{
width: 100%;
min-height:300px;
display: table;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.bgImage > * {
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
}

.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
margin:20px 0px;
}

/*--- フォーム ----*/

.koteibox01{
border-style:solid;
border-width:1px;
background-color:#f8fdff;
padding:10px;
}

.toukou{
font-size:150%;
text-align:center;
font-weight:bold;
}

.toukou01{
font-size:120%;
text-align:center;
font-weight:bold;
}

.left502{
width:68%;
float:left;
font-size:100%;
padding:13px 10px 0 10px;
color:#888888;
}

.left502 input {
height:30px;
font-size:100%;
background-color:#f2f2f2;
border-width:0px;
padding:0px 10px 0px 10px;
}
input[type="text"],
textarea{width:90%;border-width:0px;background-color:#f2f2f2;font-size:100%;padding:10px;}

.left502-1{
width:320px;
float:left;
padding:10px 5px;
}

.left503{
width:63%;
float:left;
padding:10px 10px;
}

.left50{
width:25%;
	font-size:90%;
float:left;
margin:10px;
padding:5px;
background-color:#ffffff;
color:#000000;
}

.left50-1{
width:30%;
float:left;
margin:10px;
padding:5px;

color:#ffffff;
}

select.size110{font-size:105%;}

/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input{
width:200px;
height:40px;
font-size:105%;

}
 
.mw_wp_form_confirm .btn input{
/*送信ボタン用*/
width:200px;
height:40px;
	font-size:105%;


}
 
#submitback  input{
/*戻るボタン用*/
width:200px;
height:40px;
font-size:105%;
}

.submit-btn input {
	background: #06923E;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 0px #888888 solid;
	text-align: center;
	padding: 15px 5px;
	color: #fff;
	transition: all 0.4s ease;
	font-size:110%;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
@media screen and (min-width: 769px) {
  .bgImage {   
    background-attachment: fixed;
  }
} 


/* ------ ～ 979px ------ */
@media screen and (max-width: 979px) {
    #wrapper {min-width: 0px;}
	
	#header-inner {width: 100%;	}
	#ptitle {position: absolute; top: 20px; left: 0px; font-size: 124%; font-weight: 500; color: #FFFFFF; z-index: 30; }
	#gnav nav {width: 100%; padding: 3.0em 0 0.6em; }

#mainvisual {position: relative;width:100%; border-bottom: 0px solid #D98392;overflow:hidden;margin:0px 0px;padding-top:0px;float:right;}

#mainvisual-inner {width:100%; margin: 0px auto;}
    #mainvisual img{border-width: 0px 0 0px 0; margin-top:50px;}
	#plist .plist-inner {width: 90%; margin: 0 auto;overflow: hidden;*zoom: 1;}
	#containar {width: 100%;}
	#contents {float: none;width: 100%;margin: 0 auto;padding-bottom: 0;}
#contents01 {width: auto;margin:0 3px;}
	#top-list article p {padding: 5px 10px 0 10px;}
	#sidebar {float: none;	width: 90%;	margin: 0 auto;	*margin: 0 auto 20px;overflow: hidden;*zoom: 1;}
	#sidebar1 {float: left ; width: 48%;}
	#sidebar2 {float: right; width: 48%;}
	#footer-inner {width: 100%;}

}

/* ------ ～ 767px ------ */

@media only screen and (min-width: 769px)
{
.none01 {display:none}

 }

/* ------ ～ 767px ------ */
@media screen and (max-width: 768px) {

	html {*overflow-x: hidden;}
	#wrapper {background-color: #ffffff; overflow: hidden;}
	#gnav-btn {position: relative;display: block;	width: 100%;padding: 5px 0 4px;	background-color: #B90B50;}
	#header-inner {position: relative; width: 100%; border-bottom: 0; }
	#ptitle {position: absolute; top: -18px; left: 40px; font-size: 92%; font-weight: normal; color: #FFFFFF; z-index: 30; }
	#gnav-btn div {margin-left: 10px;}
	#gnav-btn div a {line-height: 25px; color: #FFFFFF; font-size: 22px; text-decoration: none;}
	#gnav {position: absolute;width: 250px; height: auto; top: 0;left: -250px; background-color: #999999; border: none;}
	#gnav nav {width: 100%;	margin: 35px 0 0 0;  padding: 0; border: 0;border-top: solid 1px #666666; position: static;}	
	#gnav nav > ul {float: none;	width: 100%; height: auto; border-left: none;border-right: none; background-color: #555555;}
    #gnav nav li {position: static; width: 100%; float: none; margin: 0; padding: 0; text-align: left; border-left: none;}
	#gnav nav > ul > li a {display: block;padding: 9px 20px 9px; color: #888888; font-size: 92%; line-height: 1.2em; border-left: none;border-right: none;border-bottom: solid 1px #666666; background: #555555 url("img/arrow_03.png") no-repeat right center;	*zoom: 1;}
	#gnav nav > ul > li > ul {position: static; top: 100%; left: 0; list-style: none; margin: 0; width: 100%;}
	#gnav nav > ul > li:last-child > ul {width: 100%;}
	#gnav nav > ul > li  ul li{overflow: hidden; width: 100%; height: auto ; color: #FFFFFF;}
	#gnav nav > ul > li  ul li a{height: auto; line-height: 1.2em; display: block; padding: 9px 20px 9px 30px; text-align: left; font-size: 92%; font-weight: normal; background: #555555 url("img/arrow_03.png") no-repeat right center;	*zoom: 1;}
	#gnav nav > ul > li:hover > a{background: #333333 url("img/arrow_03.png") no-repeat right center; color: #FFFFFF;}
	#gnav nav > ul > li  ul li:hover > a{background: #333333 url("img/arrow_03.png") no-repeat right center; color: #FFFFFF;}
	#gnav nav > ul > li:hover ul li{height: auto ;border-top: 0;}
	#gnav nav > ul > li:hover ul li:last-child{border-bottom: 0;}
	#gnav nav .current-menu-parent {color: #FFFFFF; background: #555555 url("img/arrow_03.png") no-repeat right center;}
    #gnav nav .current-menu-item a {color: #FFFFFF; background: #333333 url("img/arrow_03.png") no-repeat right center;}
	#plist{position: relative; width: 100%;}
	#containar{position: relative; background: #FFFFFF;}
#contents01 {width: auto;margin:48px 0px 0px 0px;}
#containar01 {width: 100%;margin: 0 auto;padding-top: 0px;overflow: hidden;*zoom: 1;}
	.doc {padding: 0 10px;}
	.js #menu {display:none;}
    .js .slicknav_menu {display:block;}
.none {display:none}
.text00{margin:10px 0px;}
	.logobox{
	width:auto;
	margin:15px auto;
	text-align:center;
}
.logobox img{
width:90%;
}
.menubox{
	width:0%;
	float:left;
	padding:0px 0 0 0;
}

.gyalally04{
width:40%;
height:205px;
float:left;
border-style:solid;
border-width:0.2px;
border-color:#b3b3b3;
border-radius:0px;
background-color:#ffffff;
padding:10px;
margin:5px 5px;

}

.gyalally04 img{
max-height:140px;
margin:0px 0px 5px 0;
}

.box00{
width:100%;
margin:0px 5px;
padding:5px 0 0 0;
}
.img_maru img{border-radius:0px;}
	.slidecopy {
display: block;
    width: 95%;
    font-size:65%;
    color:#666666;
    font-weight:bold;
    text-align:center;
    padding: 0px;
    position: absolute;
    margin:0 auto;
    opacity: 1;
    top: 83%;
    left:3%;
    border-radius:10px;
}
.slidecopy03 {
display: block;
width: 100%;
    font-size:100%;
    color:#29b7e2;
    font-weight:bold;
    text-align:center;
    padding: 0px;
    position: absolute;
    margin:0 auto;
    opacity: 1;
top: 40%;
    left:0%;
    border-radius:10px;
	z-index:110;
}
.box60{width:100%;float:left;}
.box40{width:100%;float:left;text-align:center;}
.box40 img{width:60%; padding:10px 0px 0px 0px;}
.box40-1{width:100%;float:left;padding-right:15px;}
.box60-2{width:auto;float:left;text-align:center;margin:0 10px}
.box40-2{width:auto;float:left;text-align:center;margin:0 10px}
 .box20{
width:14%;
float:left;
}
.box80{
width:83%;
float:left;
padding-left:5px;
}
.box80-1{
width:82%;
float:left;
padding:3px 0;
}
.boxwidth90{
position:relative;
	width:98%;
	padding:10px;
	margin:0 auto;
	background-color:#f7f7f7;
bottom:0%;
z-index:100;
}
.box15{
width:45%;
float:left;
margin:5px;
}
.tb_01{
 width: 100%;
 border-collapse: collapse;
font-size:100%;
 }

.tb_01 th{
 width: 40%;
 padding: 3px;
 text-align: left;
 vertical-align: top;
 color: #333;
font-weight:normal;
 }

.tb_01 td{
 padding: 3px;
 }

.tb_01 td a{
text-decoration:none;
}
	.box01{
	width:95%;
	margin:0 auto;
}
	.box50{
	width:100%;
	float:left;
	margin:2px 0;
	padding:0px;
}
.box50-1{
	width:100%;
	float:left;
	margin:0px;

}
.box50-10{
width:50%;
padding:0px;
float:left;
line-height:1.2;
right:0%;
padding:2px 0px 0px 0px;
	text-align:center;
}
.box30{
	width:100%;
	margin-top:0px;
}
.box30 img{width:70%;text-align:center;}
.box70{width:100%;margin-top:5px;}
.box30-01{
width:100%;
float:left;
margin-left:0px;
margin-bottom:5px;
text-align:center;
}
.box70-01{
width:100%;
float:left;
margin-right:5px;
margin-bottom:5px;
}
.box25{
width:48%;
float:left;
margin:3px;
}
.text80-1{
	font-size:80%;
	color:#666666;
}
.box10{width:100%;float:left;margin:0px 3px;border-right-style:solid;border-right-color:#4d4d4d;border-right-width:0px;}
.box90{width:100%;float:left;padding-left:10px;margin-top:10px;}
.box90-1{width:100%;float:left;padding-left:0px;font-size:95%;}
.box90-1 img{width:15%;padding:20px 8px 5px 8px;}
.left50{
width:98%;
margin:10px 0px;
padding:0px 5px;
background-color:#ffffff;
color:#000000;
}
	
.left502{
width:98%;
float:left;
font-size:105%;
padding:10px 10px;
color:#888888;
}

.left502 input {
height:30px;
width:80%;
font-size:90%;
}

.left503{
width:98%;
float:left;
font-size:100%;
padding:10px 10px;
}
.boxwidth80{
	width:100%;
	margin:0 auto;
}
/*--- テキスト ----*/
.text250-3{
font-size:210%;
font-weight:bold;
padding:3px 0;
color:#ffffff;
text-align:center;
line-height:1.5;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.text250-4{
font-size:150%;
font-weight:bold;
padding:0px;
color:#000000;
text-align:center;
line-height:1.6;
	margin-top:10px;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
letter-spacing: 0.1em;
}

/*---- フッターTEL ----*/
.fix_menu_smartphone00{
	width:100%;
  position: fixed;
  bottom: 0px;
  left:0px;
  z-index: 100000;
}
.fix_menu_smartphone00 img{
  width:100%;
}	
	
.text150{
font-size:120%;
font-weight:bold;
padding:10px 0;
color:#000000;
text-align:center;
line-height:1.6;
}
.text200{
font-size:160%;
font-weight:bold;
padding:15px 0;
color:#444444;
text-align:center;
line-height:1.6;
}
.dot-text {
    padding-top: 0em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 0em ;
    background-image: radial-gradient(.15em .15em at center center,orange,orange 100%,transparent);
}
.box33{
	width:100%;
	float:left;
	margin:5px 0px;
}
.box50-4{
width:100%;
padding:0px;
float:left;
text-align:left;
}
.box50-6{
position:relative;
width:100%;
padding:0px;
float:left;
text-align:left;
right:0%;
margin-top:0px;
}
.box_aisa02{
border-style:solid;
border-width:0px;
background-color:#ffffff;
border-radius:0px;
padding:20px;
margin:30px 0px 0px 0px;
box-shadow: 0 0 8px gray;
font-size:100%;
z-index:200;
}
.box_biss{
	width:90%;
	border-style:solid;
	border-width:0px;
	padding:15px;
	background-color:#f9f9f9;
	border-color:#ffffff;
    margin:0px auto;
}
.box_biss00{
	width:95%;
	border-style:solid;
	border-width:2px;
padding:10px;
	background-color:#f9f9f9;
	border-color:#666666;
    margin:10px auto 0px auto;
}
.tb_02{
 width: 100%;
 border-collapse: collapse;
font-size:110%;
 }

.tb_02 th{
 width: 12%;
 padding: 5px;
 text-align: left;
 vertical-align: top;
 color: #333;
 }

.tb_02 td{
 padding: 5px;
 }

.tb_02 td a{
text-decoration:none;
}
.back_01{
width:100%;
background-color:#eff7fd;
margin:0px;
padding: 0;

}
.back_01_01{
max-width:1100px;
margin:0 auto;
padding:5px 10px;
}
.back_03{
width:auto;
background-color:#ffffff;
margin:0px;
padding: 0px 10px;
}
.back_03_01{
width:90%;
margin:20px auto;
padding:20px 20px 20px 20px;
background-color:#f7f7f7;
border-radius:20px;
}
.text200-1{
font-size:150%;
font-weight:normal;
padding:10px 0;
color:#ffffff;
text-align:center;
line-height:1.6;
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.text250{
font-size:200%;
font-weight:bold;
padding:5px 0;
color:#000000;
text-align:left;
line-height:1.6;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.text250-1{
font-size:150%;
font-weight:bold;
padding:0px;
color:#000000;
text-align:left;
line-height:1.6;
	margin-top:20px;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.inner-content{
background:rgba(0,0,0,0.60);
    color: #ffffff;
    width: 100%;
padding:10px 0px;
    text-align: center;
    position: absolute;
    top: 80%;
    left: 0;
    transform: translateY(-50%);
	z-index:100;
}
.tb_05{
 width: 100%;
 border-collapse: collapse;
font-size:100%;
margin-top:10px;
 }

.tb_05 th{
 width: 30%;
 padding: 6px;
 text-align: left;
 vertical-align: top;
 color: #333;
 background-color: #ffffff;
 border-bottom: 1px dotted #b9b9b9;
font-weight:bold;
 }

.tb_05 td{
 padding: 6px;
 background-color: #fff;
 border-bottom: 1px dotted #b9b9b9;
 }
.gyalally03{
width:43%;
height:180px;
float:left;
border-style:solid;
border-width:5px;
border-color:#f7f7f7;
border-radius:0px;
background-color:#ffffff;
padding:5px;
margin:5px 5px;
}
.gyalally03 img{
max-height:140px;
margin:0px 10px 5px 0;
}
.box60-3{width:auto;float:left;margin:0px 8px;}
.box40-3{width:100%;float:left;text-align:center;}
.box40-3 img{width:80%; padding:0px 0px 0px 0px;}
 .title08 {
  position: relative;
  display: inline-block;
font-size:130%;
  margin: 20px 0;
font-weight:bold;
}
.boxwidth60{
	width:95%;
	margin:0 auto;
	font-size:100%;
}
	#social{margin: 20px 0;}
	#kanren {margin: 10px 2%; padding: 0 5px;}
	#sidebar {width: 90%;}
	#sidebar1 {float: none; width: 100%;}
	#sidebar2 {float: none; width: 100%;}

}


/* ------ ～479px ------ */
@media screen and (max-width: 479px) {
	.alignleft, .alignright{float: none; margin: 5px auto;display:block;}
	#kiji-list ul li img{max-width: 300px;border: 1px solid #CFCFCF;margin: 5px auto;display:block;}
	#top-list > article{float: none; width: 100%; height: auto; margin: 10px 0; }
	.main-title, .contents-title {padding-left: 0;}
	#contents > p {padding: 0.5em;}
	.doc {padding: 0 2%;}
	.doc p {padding: 0;}
	#kanren {margin: 10px 0; }
	#kanren dl{margin: 0 0 0 10px;}
	#sidebar {*margin-bottom: 0;}
	#footer-inner {width: 100% ;margin: 0 ;padding: 0;}
	footer nav{width: 100% ; margin: 0; padding: 0;}
	footer ul li {width: 100%; text-align: left; display: block; border: none; border-bottom: solid 1px #999999;*zoom: 1;}
	footer ul li a{display: block; padding: 10px 20px 10px 10px; line-height: 1.5em; font-size: 100%; color: #CCCCCC; text-decoration: none; background: url("img/arrow_03.png") no-repeat right+15px center;}
	footer ul li a:hover{text-decoration: none; filter: alpha(opacity=80); -moz-opacity:0.80; -ms-filter: "alpha( opacity=80 )"; opacity:0.80;}
	footer ul li:last-child {border-bottom: none;}
	/* ------ ランキング------ */
	.rank {float: none; margin: 0 auto 15px auto; padding: 0; width: 90%;}
	.rank .rankinner .b_link img {max-width: 100%; margin: 0 auto; display: block;}
}

