/*
Theme Name: mitaka
Version: 1.0.0
Template: habakiri
*/

@charset "UTF-8";
html {
font-size: 62.5%;
}
body {
font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
font-size: 1.5rem;
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
}
}
p {
line-height: 1.8;
}
a {
transition: 0.8s;
}
a:focus, a:active, a:hover {
color: inherit;
text-decoration: none;
}
.archive main a, .single main a {
color: #00A1E4;
}
.archive main a:hover, .single main a:hover {
color: #00A1E4;
}
a img:hover {
opacity: 0.6;
transition: 0.8s;
}
section {
padding-top: 0;
padding-bottom: 6rem;
}
.bold {
font-weight: bold;
}
/*margin*/
.mt0 {
margin-top: 0!important;
}
.mt5 {
margin-top: 5px!important;
}
.mt10 {
margin-top: 10px!important;
}
.mt15 {
margin-top: 15px!important;
}
.mt20 {
margin-top: 20px!important;
}
.mt25 {
margin-top: 25px!important;
}
.mt30 {
margin-top: 30px!important;
}
.mt50 {
margin-top: 50px!important;
}
.mt80 {
margin-top: 80px!important;
}
.mb0 {
margin-bottom: 0!important;
}
.mb5 {
margin-bottom: 5px!important;
}
.mb9 {
margin-bottom: 9px!important;
}
.mb10 {
margin-bottom: 10px!important;
}
.mb15 {
margin-bottom: 15px!important;
}
.mb20 {
margin-bottom: 20px!important;
}
.mb30 {
margin-bottom: 30px!important;
}
.mb80 {
margin-bottom: 80px!important;
}
.ml10 {
margin-left: 10px!important;
}
.ml15 {
margin-left: 15px!important;
}
.ml20 {
margin-left: 20px!important;
}
.ml30 {
margin-left: 30px!important;
}
.mr10 {
margin-right: 10px!important;
}
.mr15 {
margin-right: 15px!important;
}
.mr20 {
margin-right: 20px!important;
}
.mr30 {
margin-right: 30px!important;
}
/* padding */
.p0 {
padding: 0!important;
}
.p5 {
padding: 5px!important;
}
.p10 {
padding: 10px!important;
}
.plr2 {
padding-left: 2px!important;
padding-right: 2px!important;
}
.pt5 {
padding-top: 5px!important;
}
.pt10 {
padding-top: 10px!important;
}
.pt15 {
padding-top: 15px!important;
}
.pt20 {
padding-top: 20px!important;
}
.pt30 {
padding-top: 30px!important;
}
.pb0 {
padding-bottom: 0!important;
}
.pb10 {
padding-bottom: 10px!important;
}
.pb15 {
padding-bottom: 15px!important;
}
.pb20 {
padding-bottom: 20px!important;
}
.pb30 {
padding-bottom: 30px!important;
}
.pl10 {
padding-left: 10px!important;
}
.pl15 {
padding-left: 15px!important;
}
.pl20 {
padding-left: 20px!important;
}
.pl30 {
padding-left: 30px!important;
}
.pr10 {
padding-right: 10px!important;
}
.pr15 {
padding-right: 15px!important;
}
.pr20 {
padding-right: 20px!important;
}
.pr30 {
padding-right: 30px!important;
}
.sidebar li {
list-style-type: none;
}
/*--------------------------------------------------------------
# Style
--------------------------------------------------------------*/
/*h1*/
.tith1 {
position: relative;
padding: 0.5em 0.5em 0.5em 1.5em;
line-height: 1.4;
color: #ff9300;
border-top: dotted 1px #ddd;
border-bottom: dotted 1px #ddd;
background: #fffff4;
font-size: 1.7rem;
margin: 3rem 0 1rem;
}
.tith1:before {
font-family: FontAwesome;
content: "\f138";
position: absolute;
left: 0.25em;
top: 0.8rem;
color: #feab3a;
}
/*h2*/
.tith2 .heading {
overflow: hidden;
position: relative;
padding-bottom: 3px;
width: 100%;
font-size: 2rem;
}
.tith2 .heading span {
padding: 8px;
}
.tith2 .heading:before {
content: "";
border-bottom: 2px solid #ff6279;
bottom: 0;
height: 0;
position: absolute;
width: 100%;
z-index: 0;
}
.tith2 .heading:after {
border-bottom: 2px solid #ddd;
bottom: 0;
content: "";
position: absolute;
width: 100%;
z-index: 1;
}
/*h3*/
.tith3 {
border-left: 12px solid #6eb46c;
}
.tith3 h3 {
line-height: 1.3;
font-weight: bold;
margin-bottom: 2rem;
font-size: 2.2rem;
padding: 0.5rem;
padding-left: 1rem;
border: 1px solid #6eb46c;
}
/*h4*/
.tith4 {
position: relative;
background: #e5f4ec;
line-height: 1.5;
padding: 0.5em;
border-left : solid 35px #3D9A98;
margin-bottom: 2rem;
font-size: 2rem;
}
.tith4:before {
font-family: FontAwesome;
content: "\f299";
position: absolute;
display: block;
padding: 0.5em;
width: 1.2em;
color: white;
font-weight: normal;
text-align: center;
left : -35px;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/*h5*/
.tith5 {
position: relative;
z-index: 1;
font-size: 1.8rem;
line-height: 1.6;
padding: 6px 0 5px 36px;
margin: 0 0 5px;
color: #C33F72;
}
.tith5:before {
content: " ";
position: absolute;
top: 15px;
left: 0;
width: 27px;
height: 27px;
border-right: #fff solid 2px;
background: #C33F72;
background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(255, 255, 255, 0.0)), color-stop(0.20, rgba(255, 255, 255, 0.0)), color-stop(0.20, rgba(255, 255, 255, 0.1)), color-stop(0.40, rgba(255, 255, 255, 0.1)), color-stop(0.40, rgba(255, 255, 255, 0.3)), color-stop(0.60, rgba(255, 255, 255, 0.3)), color-stop(0.60, rgba(255, 255, 255, 0.5)), color-stop(0.80, rgba(255, 255, 255, 0.5)), color-stop(0.80, rgba(255, 255, 255, 0.6)), to( rgba(255, 255, 255, 0.6)) );
background-image: -webkit-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% );
background-image: -moz-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% );
background-image: -o-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% );
background-image: linear-gradient(to bottom, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% );
z-index: -1;
}
.tith5:after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
background-image: -webkit-gradient(linear, left top, right top, from( rgba(255, 255, 255, 0.0)), color-stop(0.20, rgba(255, 255, 255, 0.0)), color-stop(0.20, rgba(255, 255, 255, 0.1)), color-stop(0.40, rgba(255, 255, 255, 0.1)), color-stop(0.40, rgba(255, 255, 255, 0.3)), color-stop(0.60, rgba(255, 255, 255, 0.3)), color-stop(0.60, rgba(255, 255, 255, 0.5)), color-stop(0.80, rgba(255, 255, 255, 0.5)), color-stop(0.80, rgba(255, 255, 255, 0.6)), to( rgba(255, 255, 255, 0.6)) );
background-image: -webkit-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% );
background-image: -moz-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% );
background-image: -o-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% );
background-image: linear-gradient(to right, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% );
z-index: -1;
}
.stripe {
background: repeating-linear-gradient( 45deg, #fff, #fff 3px, rgba(61, 154, 152, 0.1) 3px, rgba(61, 154, 152, 0.1) 6px );
color: #3D9A98;
padding: 10px;
}
ul.check {
border: solid 2px #00A1E2;
padding: 0.5em 2em 1em;
position: relative;
margin-top: 2em;
font-size: 1.5rem;
}
ul.check li {
line-height: 1.5;
padding: 1em 1em 1em 2em;
border-bottom: dashed 1px silver;
list-style-type: none!important;
}
ul.check li p {
margin: 0;
}
/*ul.check li:last-of-type {
border-bottom: none;
}*/
ul.check li:before {
font-family: FontAwesome;
content: "\f138";
position: absolute;
left: 1.5em;
color: #00a1e4;
}
ul.check li:after {
background: #00A1E2;
color: #fff;
font-weight: bold;
position: absolute;
left: -2px;
bottom: 100%;
padding: 1px 7px;
content: "POINT";
letter-spacing: 0.05em;
}
ul.check02 {
border: solid 2px #feab3a;
/*padding: 0.5em 1em 0.5em 2.3em;*/
padding: 0.5em 0.5em 1em 0em!important;
position: relative;
margin: 10px 0 15px;
border-radius: 10px;
}
ul.check02 li {
line-height: 1.5;
padding: 0.5em 0 0 3em;
list-style-type: none!important;
font-weight: bold;
border-bottom: 1px dotted #ccc;
}
ul.check02 li:before {
font-family: FontAwesome;
content: "\f00c";
position: absolute;
left : 1em;
color: #feab3a;
}
/*ribon*/
.moto {
width: 100%;
margin: 0 auto;
padding: 10px 0;
font-size: 20px;
color: #00A1E2;
}
.heading {
margin: 10px 0
}
.ribon .heading {
padding: 15px 5px;
/* margin: 10px -20px; */
border: solid 3px #00A1E2;
position: relative;
text-align: center;
border-radius: 3px;
background: #fff;
}
.ribon .heading:after, .ribon .heading:before {
content: '';
position: absolute;
bottom: -7px;
background: #00A1E2;
border: solid 2px #00A1E2;
width: 25px;
height: 20px;
z-index: -1;
}
.ribon .heading:after {
left: 2px;
transform: rotate(120deg);
}
.ribon .heading:before {
right: 2px;
transform: rotate(60deg);
}
.fusen {
position: relative;
background: floralwhite;
box-shadow: 0px 0px 0px 5px #fff0cd;
border: solid 2px white;
padding: 0.2em 0.5em;
margin: 30px 0 0;
}
.fusen:after {
position: absolute;
content: '';
right: -7px;
top: -7px;
border-width: 0 15px 15px 0;
border-style: solid;
border-color: #ffdb88 #fff #ffdb88;
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.fusen p {
margin: 0;
padding: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: floralwhite;
}
.bicolor {
position: relative;
padding: .25em 0 .35em .75em;
border-left: 8px solid #ececec;
color: #61ae5f;
font-size: 2rem;
}
.bicolor::before {
position: absolute;
left: -8px;
bottom: 0;
content: '';
width: 8px;
height: 50%;
background-color: #6eb46c;
}
.bicolor::after {
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 0;
border-bottom: 1px solid #61ae5f;
}
.btn-warning {
background-color: #61ae5f;
border-color: #61ae5f;
border-radius: 0;
padding: 10px 0;
}
.btn-warning:hover:before {
color: #61ae5f;
}
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.btn-warning.dropdown-toggle {
color: #61ae5f;
background-color: #fff;
border-color: #61ae5f;
}
.page-header__title {
text-shadow: #132213 0 0 5px;
}
.page-header__description p {
text-shadow: #132213 0 0 5px;
font-weight: bold;
}
/*nav*/
.responsive-nav .menu>.menu-item>a:hover {
background-color: #fff2ea!important;
}
.responsive-nav .menu>.menu-item>a, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.menu-item>a {
font-weight: bold;
}
.responsive-nav .sub-menu li:nth-child(odd) a {
background-color: #fff2ea;
}
.responsive-nav .sub-menu li a:hover, .responsive-nav .sub-menu li.current-menu-item a {
background-color: #FF863D;
color: #fff;
}
.responsive-nav .menu-item-has-children a:after {
font-family: FontAwesome;
content: "\f107";
display: inline-block;
margin-left: 4px;
}
.responsive-nav .menu-item-has-children .sub-menu a:after {
content: none;
}
/*********************************************************/
/*
off-canvas
/*
/*********************************************************/
.off-canvas-nav--dark {
background-color: rgb(226 141 91)!important;
border-top: 1px solid rgb(226 141 91)!important;
border-bottom: 1px solid #F4F9F4!important;
}
.off-canvas-nav--dark li {
border-top: 1px solid rgb(226 141 91)!important;
border-bottom: 1px solid #F4F9F4!important;
}
.off-canvas-nav--dark a {
color: #fff!important;
padding: 10px 20px;
}
.off-canvas-nav--dark a:hover, .off-canvas-nav--dark a:active, .off-canvas-nav--dark a:focus {
background-color: #fff!important;
color: rgb(226 141 91)!important;
}
.off-canvas-nav--dark > ul, .off-canvas-nav--dark > * > ul {
border-bottom: 1px solid rgb(226 141 91)!important;
}
.off-canvas-nav--dark .current-menu-item > a, .off-canvas-nav--dark .current_page_ancestor > a, .off-canvas-nav--dark .current-page-ancestor > a, .off-canvas-nav--dark .current_page_item > a, .off-canvas-nav--dark .current_page_parent > a {
background-color: rgb(226 141 91)!important;
color: #fff!important;
font-weight: bold;
}
.off-canvas-nav--dark ul ul {
border-top: 1px solid #F4F9F4!important;
border-left: 1px solid #F4F9F4!important;
}
.off-canvas-nav--dark ul ul li {
border-left: 1px solid rgb(226 141 91)!important;
}
#wp-calendar {
position: relative;
box-shadow: 0px 0px 0px 5px #fff0cd;
border: dashed 2px white;
padding: 0.2em 0.5em;
margin: 30px 0 0;
}
.widget_archive h3 {
text-align: center;
font-weight: bold;
color: #00A1E4;
font-size: 2rem;
}
#wp-calendar caption {
text-align: center;
font-weight: bold;
color: #00A1E4;
font-size: 2rem;
letter-spacing: 2px;
}
#wp-calendar a {
color: #00A1E4;
font-weight: bold;
}
select {
width: 100%;
}
/*arrow*/
@font-face {
font-family: 'arrow';
src: url('fonts/arrow.eot?drstu6');
src: url('fonts/arrow.eot?drstu6#iefix') format('embedded-opentype'), url('fonts/arrow.ttf?drstu6') format('truetype'), url('fonts/arrow.woff?drstu6') format('woff'), url('fonts/arrow.svg?drstu6#arrow') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'arrow' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*********************************************************/
/*
pagenation
/*
/*********************************************************/
.pagination>li>a {
color: #00A1E4!important;
}
.pagination>li>span {
background-color: #00A1E4!important;
border-color: #00A1E4!important;
}
/*********************************************************/
/*
archive
/*
/*********************************************************/
.entries .entry--has_media__body {
padding-left: 10px;
}
/*********************************************************/
/*
sidebar
/*
/*********************************************************/

.widget_nav_menu ul li ul {
padding: 0 0 0 1em;
position: relative;
margin-top: 0;
margin-bottom: 0;
}
.widget ul li ul.submenu {
padding: 0;
}
.widget ul li {
line-height: 1.4;
padding: 0;
border-bottom: 1px solid #ddd;
list-style-type: none!important;/* margin-left: 1em; */
}
.widget ul li a {
color: inherit;
display: inline-block;
width: 100%;
padding: 0.7em 1em;
/* padding-left: 0; */
font-size: 1.5rem;
font-weight: bold;
}
.widget ul li ul li a {
font-weight: normal;
padding: 0.5em 1em;
}
.widget ul li:before {
font-family: FontAwesome;
content: "\f105";
position: absolute;
left: 1.5em;
color: #feab3a;
padding-top: 0.8em;
font-weight: bold;
}
.widget ul li ul li:before {
left: 1em;
padding-top: 0.6em;
}
.widget ul li:last-of-type {
border-bottom: none;
}
.sidebar .menu {
box-shadow: 0px 0px 0px 5px #fff0cd;
padding: 0 1.5em!important;
position: relative;
}
.sidebar .widget_nav_menu ul li li {
padding-left: 0;
}
.sidebar .widget_nav_menu ul li a:hover {
background-color: rgb(255, 240, 205, 0.4);
}
/*********************************************************/
/*
トップページ
/*
/*********************************************************/
figure.mainImg {
color: #fff;
position: relative;
float: left;
overflow: hidden;
margin: 0;
/*margin: 10px 1%;
min-width: 220px;
max-width: 310px;
max-height: 220px;*/
width: 100%;
color: #000000;
/*background-image: -webkit-linear-gradient(top, #ffffff 0%, #000000 70%);
background-image: linear-gradient(to bottom, #ffffff 0%, #000000 70%);*/
 background: #FFEEEE;
background: -webkit-linear-gradient(to right, #DDEFBB, #FFEEEE);
background: linear-gradient(to right, #DDEFBB, #FFEEEE);
}
figure.mainImg * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
figure.mainImg img {
max-width: 100%;
}
figure.mainImg figcaption {
position: absolute;
bottom: 0%;
left: 0;
width: 100%;
z-index: 1;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
figure.mainImg h2, figure.mainImg p {
margin: 0;
width: 100%;
padding: 10px 20px;
}
figure.mainImg h2 {
color: #ffffff;
position: absolute;
bottom: 100%;
display: inline-block;
text-transform: uppercase;
text-align: right;
/*background: rgba(0,0,0,0.4);*/
/*background: rgba(110, 180, 90, 0.7);*/
font-size: 20px;
}
figure.mainImg h2.first {background: rgba(101, 201, 52, 0.7);}
figure.mainImg h2.second {background: rgba(255, 211, 65, 0.7);}
figure.mainImg h2.third {background: rgba(240, 156, 165, 0.7);}
figure.mainImg h2.fourth {background: rgba(86, 150, 31, 0.7);}
figure.mainImg p {
/*background: rgba(255, 255, 255, 0.9);*/
background: rgba(255, 250, 240, 0.9);
text-align: left;
bottom: 0;
font-size: 0.8em;
font-weight: 500;
}
figure.mainImg a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
figure.mainImg:hover img, figure.mainImg.hover img {
opacity: 0.4;
}
figure.mainImg:hover figcaption, figure.mainImg.hover figcaption {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.catch {
text-align: center;
}
.catch img {
width: 500px;
margin: 0 auto;
}
.catch h3 {
color: #FD6279;
letter-spacing: 1px;
margin: 0;
}
.menu_sec .table-bordered>tbody>tr>td {
padding: 0;
width: 50%;
position: relative;
}
.menu_sec .icon-arrow:after {
content: "\e900";
position: absolute;
top: 18px;
right: 10px;
font-size: 2rem;
}
.menu_sec a {
border-radius: 0;
position: relative;
display: block;
padding: 10px 15px;
color: inherit;
}
.menu_sec a:hover {
opacity: 0.7;
cursor: pointer;
color: inherit;
}
.menu_sec a:before {
content: '';
}
.menu_box {
margin-left: 0;
margin-right: 0;
}
.menu_box h3:before {
font-family: FontAwesome;
content : "\f04d";
margin-right: 5px;
}
.travelc, .menu_box h3.travel:before {
color: #B9D200;
}
.amusec, .menu_box h3.amuse:before {
color: #FFD241;
}
.moviec, .menu_box h3.movie:before {
color: #F09BA5;
}
.healthc, .menu_box h3.health:before {
color: #55961E;
}
.foodc, .menu_box h3.food:before {
color: #FFA514;
}
.sportsc, .menu_box h3.sports:before {
color: #A0D2F5;
}
.kimochic, .menu_box h3.kimochi:before {
color: #FFEB91;
}
.separador-vertical {
padding: 0;
}
.menu_sec h3 {
margin: 0.5em 0;
font-size: 1.8rem;
line-height: 1.2;
}
.menu_sec p {
font-size: 1.3rem;
margin-bottom: 0;
line-height: 1.6;
}
.menu_sec .col-sm-7 {
padding-right: 0;
}
.menu_sec strong {
font-weight: 400;
}
.menu_sec .btn {
background: whitesmoke;
}
.menu_sec .btn:before {
font-family: FontAwesome;
content : "\f105";
margin-right: 5px;
}
/*********************************************************/
/*
お知らせ
/*
/*********************************************************/
section.news {
padding-left: 500%;
padding-right: 500%;
background: rgba(0,161,228, 0.1);
margin: 0;
padding-top: 6rem;
padding-bottom: 6rem;
margin-left: -500%;
margin-right: -500%;
margin-bottom: 6rem;
}
.news_area {
background: #fff;
padding: 6rem 4rem;
}
.news h3 {
color: #7ca854;
border-bottom: 1px solid #ddd;
padding: 10px 0 24px 32px;
margin-top: 0;
font-weight: 900;
font-size: 28px;
margin-bottom: 0;
}
.news a {
color: inherit;
}
.news a:focus, .news a:active, .news a:hover {
color: #00A1E4;
}
.news dl {
margin-top: 5px;
}
.news dt {
float: left;
padding-left: 32px;
}
.news dd {
margin-left: 123px;
margin-bottom: 1rem;
padding-left: 30px;
}
.news dd a {
/*border-bottom: 1px dotted #ccc;*/
}
.news dt, .news dd {
min-height: 35px;
line-height: 35px;
border-bottom: 1px dotted #545454;
}
.date {color: #e19234;}
.needed {
margin-left: 5px;
padding: 2px 4px;
color: #ffffff;
font-size: 11px;
line-height: 1;
font-weight: bold;
background: #FD6279;
}
.news_box {
position: relative;
}
.ichiran {
position: absolute;
top: 34px;
right: 0;
}
.news .icon-arrow:after {
content: "\e900";
color: #00A1E4;
padding-left: 10px;
}
.ichiran a {
padding: 15px 35px 18px 37px;
background: #eee;
color: inherit;
background: rgba(0,161,228, 0.1);
font-size: 14px;
}
.ichiran a:hover {
background: rgba(0,161,228, 0.2);
}
/*********************************************************/
/*
cta
/*
/*********************************************************/
.cta {
text-align: center;
border: 2px solid #00A1E4;
padding: 30px 0 60px;
height: 700px;
background: bottom / contain no-repeat;
background-image: url(images/bg_cta.png);
}
.cta h3 {
letter-spacing: 1px;
color: #00A1E4;
letter-spacing: 2px;
}
.cta a:focus, .cta a:active, .cta a:hover {
color: #fff;
}
.btn_cta {
margin: 30px auto;
}
.square_btn {
display: inline-block;
padding: 40px 100px 40px 120px;
text-decoration: none;
color: #fff;
background: #00A1E4;
font-size: 2.4rem;
font-weight: bold;
}
.square_btn:hover {
background: #67c5ff;
color: white;
}
.btn_cta .icon-arrow:after {
content: "\e900";
color: #fff;
padding-left: 10px;
}
.naname {
position: relative;
display: inline-block;
padding: 0 75px;
margin-bottom: 0;
}
.naname:before {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 120px;
height: 3px;
background-color: #00A1E4;
-moz-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.naname:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 120px;
height: 3px;
background-color: #00A1E4;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.naname:before {
left: 0;
}
.naname:after {
right: 0;
}
/*********************************************************/
/*
profile センターについて
/*
/*********************************************************/
.profile .heading .h4 {
font-size: 2.4rem;
}
.abouts a {
color: inherit;
}
.abouts h4 {
text-align: center;
}
.abouts h4:before {
font-family: FontAwesome;
content : "\f105";
margin-right: 5px;
}
.abouts p {
font-size: 1.4rem;
line-height: 1.6;
}
/*********************************************************/
/*
gaiyou
/*
/*********************************************************/
.gaiyou .table>tbody>tr>th {
vertical-align: middle;
background: rgb(40, 131, 38, 0.1);
text-align: center;
}
/*********************************************************/
/*
jigyou
/*
/*********************************************************/
a.btn {
font-weight: bold;
margin: 15px 0;
}
.btn-success {
background-color: #63b931;
border-color: #63b931;
}
a.list-group-item {
color: #333;/*background: repeating-linear-gradient( 45deg, #fff, #fff 3px, rgba(252,218,139, 0.2) 3px, rgba(252,218,139, 0.2) 6px );
color: #ff9300;
border: 1px solid;*/
}
a.list-group-item:before, a.btn:before {
font-family: FontAwesome;
content : "\f105";
margin-right: 5px;
}
a.btn:before {
color: #fff;
}
a.list-group-item:before {
color: #feab3a;
font-weight: bold;
font-size: 1.6rem;
}
.jigyou .table>tbody>tr>th {
border: none;
padding: 8px 0;
}
/*.list-group-item {
border: 2px solid rgba(254,171,58,0.7);
}*/
.list-group-item span.small {
font-weight: normal;
line-height: 1.5;
display: inline-block;
padding-left: 1em;
font-size: 90%;
}
a.list-group-item:focus, a.list-group-item:hover {
background-color: rgba(254,171,58,0.1);
}
/*********************************************************/
/*
kaikei
/*
/*********************************************************/
a.pdf:before {
color: #676767;
}
/*********************************************************/
/*
kaikei
/*
/*********************************************************/
.access .table>tbody>tr>th {
vertical-align: middle;
background: rgb(40, 131, 38, 0.1);
text-align: center;
}
/*********************************************************/
/*
leisure
/*
/*********************************************************/
.sec {
padding: 3rem 0 0;
}
.leisurec {
color: #61ae5f;
}
.leisure .table th {
vertical-align: middle;
background: rgb(40, 131, 38, 0.1);
text-align: center;
width: 25%;
}
.leisure .leisure_table th {
text-align: center;
background: inherit;
}
.leisure_table td {
text-align: right;
}
.leisure_table td:first-child {
text-align: left;
font-weight: bold;
}
.att_wall {
margin: 2em 0 2.5em;
padding: 1em 1.5em;
line-height: 2.0;
border: 1px dashed #61ae5f;
background: rgba(86,165,84,0.05);
}
.att_wall h4 {
font-size: 2rem;
color: #61ae5f;
margin: 0 0 0.5rem 0;
}
/*.att_wall h4:before {
font-family: FontAwesome;
content : "\f12a";
margin-right: 5px;
font-size: 2rem;
}*/
.att_wall p {
margin-bottom: 0;
}
.att_wall span.check:before {
font-family: FontAwesome;
content : "\f00c";
margin-right: 5px;
color: #61ae5f;
}
a.pdf {
font-size: 1.4rem;
color: inherit!important;
}
a.pdf:hover {
color: inherit;
}
/*********************************************************/
/*
themepark
/*
/*********************************************************/
/*ACCORDION*/
div.accordion {
width: 100%;
}
div.accordion > ul {
margin-bottom: 0;
list-style-type: none;
padding: 0;
}
div.accordion > ul > li > a {
display: block;
color: #fff;
font-size: 2rem;
text-decoration: none;
background-color: #61ae5f;
border-bottom: 1px solid #fff;
cursor: pointer;
padding: 6px 15px 3px 15px;
position: relative;
font-weight: bold;
background: #DCE35B;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #61ae5f, #DCE35B);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #61ae5f, #DCE35B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
div.accordion > ul > li > a:hover {
background-color: #d6efe1;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after {
font-size: 12px;
position: absolute;
right: 12px;
top: 10px;
color: #fff;
}
div.accordion > ul > li > a.toggle:after {
content: "\f107";
font-family: FontAwesome;
font-size: 18px;
}
div.accordion > ul > li > a.active:after {
content: "\f106";
font-family: FontAwesome;
font-size: 18px;
}
div.accordion > ul > li > ul {
display: none;
padding: 5px!important;
}
div.accordion > ul > li > ul > li {
list-style-type: none;
}
div.accordion > ul > li > ul > li > a {
display: block;
color: inherit;
font-size: 14px;
background-color: whitesmoke;
border-bottom: 1px solid #fff;
padding: 6px 12px;
position: relative;
}
/*div.accordion > ul > li > ul > li > a:hover{
background-color: #67ab9c;
}*/
div.accordion > ul > li.w50 {
float: left;
width: 50%;
}
div.accordion > ul > li.w50 a {
background: #d6efe1;
color: inherit;
}
div.accordion > ul.flat > li.w50 a {
background: #32b16c;
;
color: #fff;
}
div.accordion > ul > li.w50:nth-child(odd) {
border-right: #fff 1px solid;
}
div.accordion .open {
display: block;
}
.pink {
color: #FD6279;
}
.orange {
color: #feab3a;
}
#park_00 .table th {
background: none;
text-align: center;
border: none;
}
.themepark .table th {
vertical-align: middle;
background: floralwhite;
text-align: center;
}
.themepark .table td {
vertical-align: middle;
}
.themepark ul.check {
padding: 0.5em 1em 1em 2em;
border-color: #FD6279;
margin-bottom: 3rem;
}
.themepark ul.check li {
padding: 1em;
}
.themepark ul.check li {
padding: 0.5em;
}
.themepark ul.check li:before {
left: 1em;
color: #FD6279;
}
.themepark ul.check li:after {
background: #FD6279;
content: "INFOMATION";
}
.fa-arrow-right {
color: #feab3a;
margin: 0 5px;
}
.themepark #park_02 table.w25 th, #park_06 table.w25 th {
width: 24%;
}
.themepark #park_04 table td {
text-align: center;
}
.themepark #park_04 table td:last-child {
text-align: right;
}
/*********************************************************/
/*
movie
/*
/*********************************************************/

.movie #park_00 .table th {
text-align: left;
}
.movie .table th {
vertical-align: middle;
background: floralwhite;
text-align: center;
}
.movie #park_03 ul.check {
border: solid 2px #FD6279;
padding: 0.5em 1em;
margin: 10px 0 30px;
}
.movie #park_03 ul.check li:before {
color: #FD6279;
}
.movie #park_03 ul.check li:after {
content: none;
}
/*********************************************************/
/*
health
/*
/*********************************************************/
ol, ul {
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
padding-left: 1em;
}
.normal {
font-weight: normal;
}
.health .table th {
vertical-align: middle;
background: floralwhite;
text-align: center;
width: 25%;
}
.kajyo:before {
font-family: FontAwesome;
content : "\f04d";
margin-right: 5px;
color: #feab3a;
}
.health #park_02 .table td {
vertical-align: middle;
text-align: right;
}
.health #park_02 a.btn:before {
content: none;
}
.health #park_02 a.list-group-item {
border-radius: 4px;
font-weight: bold;
margin-bottom: 10px;
}
table hr {
margin: 0.5em;
border-top: #ececec 1px solid;
}
.table td .table td:first-child {
text-align: center;
}
.table td .table td:last-child {
text-align: right;
}
.table-block th a {
display: inline-block;
font-size: 1.4rem;
line-height: 1.3;
padding: 1em;
}
.table-block th a:before {
font-family: FontAwesome;
content: "\f138";
margin-right: 3px;
}
.health #park_02 a {
display: block;
}
.health #park_02 a:hover {
opacity: 0.6;
}
.health #park_03 a.pdf {
width: 70%;
}
.health table dt {
margin-bottom: 0;
}
.health table dt {
background: #f5f9f5;
width: 25%;
float: left;
text-align: center;
/* border: 1px solid; */
color: #61ae5f;
}
.health table dd {
width: 74%;
float: left;
line-height: 1.5;
margin: 0 0 15px 5px;
}
.health table dd:last-child {
margin-bottom: 0;
}
/*********************************************************/
/*
culture
/*
/*********************************************************/
.culture .table th {
vertical-align: middle;
background: floralwhite;
text-align: center;
}
/*********************************************************/
/*
kyufuichiran
/*
/*********************************************************/
.kyufuichiran .table th {
vertical-align: middle;
background: floralwhite;
text-align: center;
}
.kyufuichiran table th {
width: 25%;
}
.kyufuichiran table td:last-child {
text-align: right;
}
.kyufuichiran table td.text-left {
text-align: left;
}
/*********************************************************/
/*
nyukai
/*
/*********************************************************/
.nyukai a.pdf {
width: 100%;
}
.nyukai table th {
vertical-align: middle;
background: rgb(40, 131, 38, 0.1);
text-align: center;
}
/*********************************************************/
/*
about our site
/*
/*********************************************************/
.aboutsite table th {
vertical-align: middle;
background: rgb(40, 131, 38, 0.1);
text-align: center;
}
/*********************************************************/
/*
footer
/*
/*********************************************************/
.banner {
border: 1px solid #ccc;
padding: 1px;
}
.mail:before {
font-family: FontAwesome;
content : "\f0e0";
margin-right: 5px;
}
.footer-widget-area {
font-size: inherit;
padding: 35px 0 25px;
border-top: 1px #ccc solid;
}
/*.footer-widget-area ul{
text-align: center;
padding: 0;
}
.footer-widget-area li {
display: inline-block;
width: 32.8%;
}
.footer-widget-area li a {
font-size: 1.3rem;
width: 100%;
display: block;
padding: 20px 0;
border: 1px solid rgba(40, 131, 38, 0.4);
}

.footer-widget-area li a:hover {
background: rgba(40, 131, 38, 0.1);
}
.footer-widget-area li a:before {
font-family: FontAwesome;
content : "\f105";
margin-right: 5px;
}*/
.footer_menu a {
font-size: 1.3rem;
width: 100%;
display: block;
padding: 20px 0;
text-align: center;
}
.footer_menu a:before {
font-family: FontAwesome;
content : "\f105";
margin-right: 5px;
}
.footer_menu a:hover {
background: rgba(40, 131, 38, 0.1);
}
/*********************************************************/
/*
page-top
/*
/*********************************************************/
#page-top {
position: fixed;
bottom: 0;
margin-bottom: 0;
right: 0;
font-size: 2rem;
z-index: 10;
}
#page-top a {
background: none repeat scroll 0 0 #61ae5f;
border-radius: 0;
color: #fff;
display: block;
font-family: FontAwesome;
text-align: center;
text-decoration: none;
width: 55px;
opacity: .75;
padding: 7px;
}
#page-top a span {
font-size: 12px;
font-weight: bold;
}
#page-top a:hover {
text-decoration: none;
background: #ddd;
}
/*********************************************************/
/*
copyright
/*
/*********************************************************/
.copyright {
background-color: #62ae5e;
color: #fff;
text-align: center;
}
.copyright a {
color: #fff;
}
.copyright a:hover {
color: inherit;
}

/*********************************************************/
/*
Media Query
/*
/*********************************************************/
@media screen and (max-width:1199px) {
.cta {
height: 630px;
}
}

@media screen and (max-width:991px) {
.cta {
padding-top: 20px;
height: 550px;
}
figure.mainImg h2 {
font-size: 1.6rem;
}
}

@media screen and (min-width:769px) {
.tel {
cursor: default;
pointer-events: none;
background: none!important;
border: none;
color: #288326;
font-size: 1.6rem;
}
}

@media screen and (max-width:768px) {
.tel {
pointer-events: auto;
}
}

@media screen and (min-width:641px) {
.site-branding__logo {
width: 400px;
}
}

@media screen and (max-width:640px) {
body {
font-size: 130%;
}
table {
font-size: 1.3rem;
}
section {
padding-bottom: 2rem;
}
p {
line-height: 1.6;
}
h3 {
font-size: 1.8rem;
line-height: 1;
margin: 0;
}
.h4, h4 {
font-size: 18px;
line-height: 1.6;
}
.catch h2 {
margin-top: 0;
}
.tith3 h3 {
font-size: 1.8rem;
}
.entry__title {
font-size: 1.6rem;
}
a.btn {
margin: 10px 0;
}
a.tel, a.mail {
background-color: #fff;
border: #61ae5f 1px solid;
border-radius: 0;
padding: 10px 0;
color: #61ae5f;
display: block;
text-align: center;
margin: 10px 0;
font-size: 1.6rem
}
a.pdf {
width: 100%!important;
}
.page-header__title {
font-size: 2.4rem;
}
#main {
margin-bottom: 0;
}
.menu_sec .icon-arrow:after {
content: none;
}
.widget ul li a {
font-size: 1.4rem;
}
figure.mainImg h2 {
display: none;
}
.menu_sec .col-sm-7 {
padding-left: 0;
}
.menu_sec a {
padding: 10px;
}
.news_box {
margin: 0 0 6rem;
}
.sub-page-contents {
padding-top: 1.5rem;
}
.breadcrumbs {
margin-bottom: 1.5rem;
}
.page-header--has_background-image {
padding-top: 50px;
padding-bottom: 50px;
}
.table>tbody>tr>th {
width: 80px;
}
section.news {
padding-top: 4rem;
padding-bottom: 4rem;
margin-bottom: 2rem;
}
.news_area {
padding: 2rem 3rem;
}
.news_area .col-sm-6 {
margin-bottom: 8rem;
padding: 0;
}
.ichiran {
bottom: -50px;
width: 100%;
top: inherit;
}
.ichiran a {
width: 100%;
display: block;
text-align: center;
}
.news h3 {padding-left: 0;}
.news dt {
float: none;
border-bottom: none;
min-height: 20px;
line-height: 20px;
padding-left: 0;
}
.news dd {
margin-left: 0;
margin-bottom: 15px;
border-bottom: 1px dotted #ccc;
padding-left: 0;
}
.news dd a {
border: none;
}
div.accordion > ul > li > a {
font-size: 1.5rem;
}
div.accordion > ul > li > a.toggle:after {
font-size: 16px;
top: 3px;
}
ul.check li {
font-size: 1.3rem;
}
ul.check li p {
line-height: 1.6;
}
.bicolor {
font-size: 1.6rem;
margin-top: 0;
}
.health #park_02 .table-bordered {
border: none;
}
.health .table-block th, .health .table-block td {
width: 100%;
display: block;
text-align: center;
}
.health .table-block th, .health .table-block td {
border-bottom: 0;
}
.health .table-block td:last-child {
border-bottom: 1px solid #ddd;
}
.health table dt, .health table dd {
width: 100%;
}
.footer-widget-area a.tel, .sidebar a.tel {
margin: 10px 0;
font-weight: bold;
font-size: 2.6rem;
background: #61ae5f;
color: #fff;
display: block;
}
.fax, .mail {
font-size: 1.6rem;
font-weight: bold;
letter-spacing: 1px;
}
.footer_menu a {
border-bottom: 1px solid;
}
.footer_menu a {
font-size: 1.4rem;
padding: 15px 0;
}
#sitemap_list li {
background: none!important;
}
}

h1.h1-head {
font-size: 11px;
font-weight: normal;
margin: 0;
line-height: 1;
}
h2.h2-head {
font-size: 30px;
margin: 15px 0 0;
line-height: 1;
}
@media screen and (max-width:991px) {
h2.h2-head {
font-size: 20px;
margin: 10px 0 0;
}
}

table.chirashi {width: 100%;}
table.chirashi th {
color: #cc7916;
font-weight: normal;
width: calc(100% - 375px);
padding-right: 20px;
}
table.chirashi td {width: 375px;}
a.pdf-btn {
display: inline-block;
width: 100%;
line-height: 1;
border: 1px solid #ccc;
border-radius: 8px;
font-weight: bold;
color: #333;
padding: 2em 2em 2em 1.5em;
position: relative;
}
a.pdf-btn::after {
content: '';
background-image: url(images/pdf_mini.png);
width: 50px;
height: 58px;
background-size: contain;
background-repeat: no-repeat;
position: absolute;
margin: auto;
right: 15px;
top: 0;
bottom: 0;
}
a.pdf-btn:before {
font-family: FontAwesome;
content: "\f105";
margin-right: 5px;
}
@media screen and (max-width:767px) {
table.chirashi th , table.chirashi td {
width: 100%;
display: block;
}
table.chirashi th {padding-right: 0; padding-bottom: 15px;}
}

.footer_menu {padding-top: 90px;}
@media screen and (max-width:991px) {
.footer_menu {padding-top: 0;}
}

a.slide-btn {padding: 0;}

.photo-box {
display: inline-block;
width: 336px;
margin: 0 10px;
}
p.caption {
text-align: left;
font-size: 0.9em;
}
.anchor {
padding-top: 110px;
margin-top: -110px !important;
}

table.base {
width: 100%;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
table.base th {width: 35%; background: #d5e6d2;}
table.base td {width: 65%;}
table.base th , table.base td {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 15px;
}
@media screen and (max-width:991px) {
table.base {}
table.base th {}
table.base td {}
table.base th , table.base td {width: 100%; display: block;}
}

