@charset "UTF-8";
@charset "UTF-8";
@charset 'UTF-8';
.lity {
z-index: 9990;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
white-space: nowrap;
background: #0b0b0b;
background: rgba(0, 0, 0, 0.9);
outline: none !important;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.lity.lity-opened {
opacity: 1;
}
.lity.lity-closed {
opacity: 0;
}
.lity * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.lity-wrap {
z-index: 9990;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
outline: none !important;
}
.lity-wrap:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
.lity-loader {
z-index: 9991;
color: #fff;
position: absolute;
top: 50%;
margin-top: -0.8em;
width: 100%;
text-align: center;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
opacity: 1;
}
.lity-container {
z-index: 9992;
position: relative;
text-align: left;
vertical-align: middle;
display: inline-block;
white-space: normal;
max-width: 100%;
max-height: 100%;
outline: none !important;
}
.lity-content {
z-index: 9993;
width: 100%;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
-o-transition: -o-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.lity-content:after {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
z-index: 9994;
width: 35px;
height: 35px;
position: fixed;
right: 0;
top: 0;
-webkit-appearance: none;
cursor: pointer;
text-decoration: none;
text-align: center;
padding: 0;
color: #fff;
font-style: normal;
font-size: 35px;
font-family: Arial, Baskerville, monospace;
line-height: 35px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
border: 0;
background: none;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.lity-close::-moz-focus-inner {
border: 0;
padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
text-decoration: none;
text-align: center;
padding: 0;
color: #fff;
font-style: normal;
font-size: 35px;
font-family: Arial, Baskerville, monospace;
line-height: 35px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
border: 0;
background: none;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.lity-close:active {
top: 1px;
} .lity-image img {
max-width: 100%;
display: block;
line-height: 0;
border: 0;
} .lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
width: 100%;
max-width: 964px;
}
.lity-iframe-container {
width: 100%;
height: 0;
padding-top: 56.25%;
overflow: auto;
pointer-events: auto;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.lity-hide {
display: none;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/images/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/slick.eot);
src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/slick.eot?#iefix) format('embedded-opentype'), 
url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/slick.woff) format('woff'), 
url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/slick.ttf) format('truetype'), 
url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}

/* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
   Code licensed under the BSD License:
   http://developer.yahoo.net/yui/license.txt
   version: 2.7.0
*/

html { color: #000; background: #fff; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,table,tr,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; border: none; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var,optgroup { font-style: normal; font-weight: normal; }
del,ins { text-decoration: none; }
li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; line-height: 1.0; }
q:before,q:after { content: ''; }
abbr,acronym { border: 0; font-variant: normal; }
abbr { cursor: help; }
label { cursor: pointer; }
sup { vertical-align: baseline; }
sub { vertical-align: baseline; }
/*because legend doesn't inherit in IE */
legend { color: #000; }
input,button,textarea,select,optgroup,option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select { *font-size: 100%; }

/* Setting
------------------------------------------------------------------------*/

strong { font-weight: bold; }
em { font-style: italic; }

th,td {
	border: 1px solid #999;
	padding: .5em;
}
th {
	font-weight: bold;
	text-align: center;
}
caption {
	padding-bottom: .5em;
	text-align: right;
}

dfn { font-style: normal; }
address {
	font-style: normal;
	line-height: 1.0;
}

.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }



/* add
------------------------------------------------------------------------*/
.mb0 {
	margin-bottom : 0px;
}
.mb05 {
	margin-bottom : 5px;
}
.mb10 {
	margin-bottom : 10px;
}
.mb15 {
	margin-bottom : 15px;
}
.mb20 {
	margin-bottom : 20px;
}
.mb25 {
	margin-bottom : 25px;
}
.mb30 {
	margin-bottom : 30px;
}
.mt05 {
	margin-top : 5px;
}
.mt10 {
	margin-top : 10px;
}
.mt15 {
	margin-top : 15px;
}
.mt20 {
	margin-top : 20px;
}
.mt25 {
	margin-top : 25px;
}
.mt30 {
	margin-top : 30px;
}
#content .w5 {
	width: 5%;
}
#content .w10 {
	width: 10%;
}
#content .w15 {
	width: 15%;
}
#content .w20 {
	width: 20%;
}
#content .w25 {
	width: 25%;
}
#content .w30 {
	width: 30%;
}
#content .w33 {
	width: 33%;
}
#content .w35 {
	width: 35%;
}
#content .w40 {
	width: 40%;
}
#content .w45 {
	width: 45%;
}
#content .w50 {
	width: 50%;
}
#content .w60 {
	width: 60%;
}
#content .w65 {
	width: 65%;
}
#content .w70 {
	width: 70%;
}
#content .w75 {
	width: 75%;
}
#content .w80 {
	width: 80%;
}
#content .w85 {
	width: 80%;
}
.p0{
  padding: 0 !important;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font: 62.5% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;
	line-height: 1.4;
}
html>/**/body { font-size: 10px; font-size /*\**/: 62.5%\9; } /* Except IE & Add IE8 */

/**
 * Nudge down to get to 10px equivalent for these form elements
 */ 
select,input,button,textarea {
	font: 100% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;
	line-height: 1.4;
}

/**
 * To help tables remember to inherit
 */
table { font-size:inherit; font: 100%; color: #333; line-height: 1.4; }

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,code,kbd,samp,tt { font-family:monospace; font-size: 100%; *font-size:108%; line-height: 1.4; color: #333; }

/* Font-size fixed */
li li,li dt,li dd,li input,li select,li button,li textarea,li p,li th,li td,
dt li,dt dt,dt dd,dt input,dt select,dt button,dt textarea,dt p,dt th,dt td,
dd li,dd dt,dd dd,dd input,dd select,dd button,dd textarea,dd p,dd th,dd td,
th li,th dt,th dd,th input,th select,th button,th textarea,th p,th th,th td,
td li,td dt,td dd,td input,td select,td button,td textarea,td p,td th,td td,
p input{ font-size: 100%; }

@font-face {
    font-family: 'NotoSansCJKjp-DemiLight';
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-DemiLight.otf);
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-DemiLight.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-DemiLight.woff) format('woff'), /* Modern Browsers */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-DemiLight.ttf)  format('truetype'), /* Safari, Android, iOS */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-DemiLight.woff2);
		 
    }
@font-face {
    font-family: 'NotoSansCJKjp-Medium';
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Medium.otf);
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Medium.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Medium.woff) format('woff'), /* Modern Browsers */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Medium.ttf)  format('truetype'), /* Safari, Android, iOS */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Medium.woff2);
		 
    }
@font-face {
    font-family: 'NotoSansCJKjp-Regular';
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Regular.otf);
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Regular.woff) format('woff'), /* Modern Browsers */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Regular.ttf)  format('truetype'), /* Safari, Android, iOS */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Regular.woff2);
		 
    }	
@font-face {
    font-family: 'NotoSansCJKjp-Thin';
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Thin.otf);
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Thin.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Thin.woff) format('woff'), /* Modern Browsers */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Thin.ttf)  format('truetype'), /* Safari, Android, iOS */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Thin.woff2);
		 
    }
	
	@font-face {
    font-family: 'NotoSansCJKjp-Bold';
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Bold.otf);
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Bold.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Bold.woff) format('woff'), /* Modern Browsers */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Bold.ttf)  format('truetype'), /* Safari, Android, iOS */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Bold.woff2);
		 
    }
	
	@font-face {
    font-family: 'NotoSansCJKjp-Black';
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Black.otf);
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Black.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Black.woff) format('woff'), /* Modern Browsers */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Black.ttf)  format('truetype'), /* Safari, Android, iOS */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSansCJKjp-Black.woff2);
		 
    }	

    @font-face {
    font-family: 'NotoSerifCJKjp-Medium';
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSerifCJKjp-Medium.otf);
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSerifCJKjp-Medium.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSerifCJKjp-Medium.woff) format('woff'), /* Modern Browsers */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSerifCJKjp-Medium.ttf)  format('truetype'), /* Safari, Android, iOS */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSerifCJKjp-Medium.woff2);
         
    }

    @font-face {
    font-family: 'NotoSerifCJKjp-Regular';
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSerifCJKjp-Regular.otf);
    src: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSerifCJKjp-Regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSerifCJKjp-Regular.woff) format('woff'), /* Modern Browsers */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSerifCJKjp-Regular.ttf)  format('truetype'), /* Safari, Android, iOS */
         url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/fonts/NotoSerifCJKjp-Regular.woff2);
         
    }

	
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700"); /*/*//*/*//*/*//*/*//*/*//**/        h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
font-size: 140%;
-webkit-text-size-adjust: none;
}
img {
vertical-align: bottom;
}
h1 {} h2 {}
h3 {}
h4 {}
h5 {
overflow: hidden;
}
a {
color: #43a047;
text-decoration: none
}
a:hover, a:active {
color: #43a047;
text-decoration: underline
}
a.sweetlink {
color: #313131;
}
a.sweetlink:hover {
text-decoration: none;
}
ul {}
li {}
dl {}
dt {}
dd {}
table {
width: 100%
}
th, td {}
th {}
td {}
p {
margin: 0 0 1.71em;
}
p, dd, td, th, li {
line-height: 1.71em;
}
#totop {
border: none;
bottom: 50px;
cursor: pointer;
display: none;
overflow: hidden;
position: fixed;
right: 20px;
text-decoration: none;
margin: 0;
z-index: 9999;
transition: all 0.3s;
}
#totop:hover {
opacity: 0.8;
display: block;
}    html {
background: none;
}
body {
color: #313131;
font-family: "NotoSansCJKjp-Regular", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
min-width: calc(320px - 6%);
}
body.open_menu {
overflow: hidden;
}
#wrapper {
width: 100%;
box-sizing: border-box;
overflow: hidden;
min-width: 1080px;
}
.inner {
width: 1080px;
margin: 0 auto;
}
#main {
margin-bottom: 100px;
}
#index #main {
padding-top: 30px;
}
.under #main {
padding-top: 60px;
}
#content {
width: 790px;
margin: 0 auto;
float: left;
}
#navi {
width: 260px;
margin: 0 auto;
float: right
}
#header .gnavi a:hover, #footer .f_link01 > dd > ul > li > a:hover, #footer .f_link02 a:hover, #footer .f_link03 a:hover, #index .idx_box03 .idx_box03_title a:hover, #header_top #header_link li a:hover, .navi_btn01_subnavi a:hover {
transition: all 0.4s ease-out;
color: #00a0e9
}
#footer .f_link01 > dd > ul > li > a:hover, #footer .f_link02 a:hover {
color: #fff
}
#index .index_btn01 a:hover, #index .index_btn02 a:hover {
transition: all 0.4s ease-out;
background: #00a0e9;
color: #fff;
}
#index .index_btn01 a:hover span:before {
transition: all 0.4s ease-out;
border-left-color: #fff
}
#index .index_btn01 a:hover span:after {
transition: all 0.4s ease-out;
border-top-color: #fff
}
#index .index_btn02 a:hover span:before, #footer .f_link01 > dd > ul > li > a:hover:before, #footer .f_link02 a:hover:before {
transition: all 0.4s ease-out;
border-color: #fff
}
#index .idx_box03 .idx_box03_title a:hover:after {
transition: all 0.4s ease-out;
border-color: #00a0e9
}
.navi_01 a:hover, .navi_02 a:hover, .navi_bnr01 a:hover, .navi_btn01 > li > a:hover, .navi_bnr02 a:hover {
transition: all 0.4s ease-out;
opacity: 0.7
}   #header p {
margin-bottom: 0
}
#header_top {
padding: 15px 0;
}
#header_top .inner, #header_top #logo a {
display: flex;
justify-content: space-between;
}
#header_top #header_left {
position: relative;
display: flex;
align-items: center;
}
#header_top #logo a {
align-items: flex-end;
}
#header_top #logo a {
text-decoration: none;
color: #a0a0a0;
font-size: 12px;
font-family: 'NotoSansCJKjp-DemiLight', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#header_top .logo_txt {
position: relative;
display: flex;
flex-direction: column;
padding-left: 15px;
margin-left: 15px;
line-height: 1.5em;
margin-bottom: -4px;
}
#header_top .logo_txt .logo_txt02 {
font-size: 13px;
position: relative;
}
#header_top .logo_txt .logo_txt02 img {
position: absolute;
right: -14px;
bottom: calc(100% + 2px);
}
#header_top .logo_txt:after {
position: absolute;
content: "";
border-left: 1px solid #c9c9c9;
height: 28px;
left: 0;
bottom: 4px;
}
#header h1 {
font-size: 11px;
box-sizing: border-box;
line-height: 1.3;
color: #a0a0a0;
clear: both;
text-align: right;
margin-top: 15px;
display: block;
}
#header_top #header_right {
width: 400px;
}
#header_top #header_link {
padding: 3px 0 17px;
display: block
}
#header_top #header_link > li {
float: left
}
#header_top #header_link li a {
font-family: 'NotoSansCJKjp-Regular', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 12px;
text-decoration: none;
color: #a0a0a0;
padding: 0 10px;
position: relative;
display: block
}
#header_top #header_link > li:last-child > a {
padding-right: 0
}
#header_top #header_link > li > a:after {
position: absolute;
content: "";
border-right: 1px solid #c9c9c9;
height: 14px;
right: 0;
top: 0;
bottom: 0;
margin: auto auto;
}
#header_top #header_link > li:last-child > a:after {
display: none
}
.header_link_sub {
position: relative;
}
.header_link_sub > .header_link_sublink {
position: absolute;
display: flex;
flex-flow: row wrap;
width: 360px;
right: 0;
z-index: 999999;
transition: all 0.4s ease;
transform: translateY(20px);
visibility: hidden;
opacity: 0;
height: 0;
margin: auto auto;
border-left: 1px solid #dedede;
border-top: 1px solid #dedede;
}
.header_link_sub:hover > .header_link_sublink {
opacity: 1;
visibility: visible;
transform: translateY(5px);
height: auto;
}
#header_top #header_link .header_link_sublink a, #menu_pc .header_link_sublink a {
background: #fff;
border-right: 1px solid #dedede;
border-bottom: 1px solid #dedede;
font-family: 'NotoSansCJKjp-Regular', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
padding: 8px 10px 8px 20px;
width: 180px;
box-sizing: border-box;
color: #555;
}
#menu_pc .header_link_sub > .header_link_sublink {
top: calc(100% - 10px);
right: -5%;
width: 110%;
}
#menu_pc .header_link_sub > .header_link_sublink li {
width: 100%;
}
#menu_pc .header_link_sub > .header_link_sublink a {
background: #fff;
border-right: 1px solid #dedede;
border-bottom: 1px solid #dedede;
font-family: 'NotoSansCJKjp-Regular', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
padding: 12px 10px 12px 20px;
width: 100%;
box-sizing: border-box;
color: #555;
font-size: 14px;
}
#menu_pc .header_link_sub > .header_link_sublink a:hover {
color: #00a0e9;
}
#menu_pc .header_link_sub > .header_link_sublink a:before, #menu_pc .header_link_sub > .header_link_sublink a:after {
display: none;
}
form.searchform {
border: 1px solid #e5e5e5;
border-radius: 5px;
overflow: hidden
}
form.searchform input.button_search[type=text] {
width: 245px;
box-sizing: border-box;
font-size: 12px;
padding: 12px 0 12px 12px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
height: 35px;
color: #c8c8c8;
border: none;
outline: none;
}
::placeholder {
opacity: 0.5;
transition: all 0.2s;
}
form.searchform input.button_search[type=text]:focus {
color: #313131
}
form.searchform input.button_search[type=text]:focus::placeholder {
opacity: 0;
}
form.searchform button {
outline: none;
height: 36px;
width: 45px;
box-sizing: border-box;
padding: 0 16px;
background: #fff;
cursor: pointer;
border: none;
transition: all 0.2s;
}
form.searchform input.button_search[type=text]:focus + button {
background: #eee;
}
#header_top #header_contact {
display: flex;
justify-content: space-between;
align-items: center;
width: 380px;
margin-left: auto;
}
#header_top .btn_social {
display: flex;
justify-content: center;
align-items: center
}
#header_top .btn_social li {
margin-left: 7px;
}   #header #menu_pc {
background: #f9f9f9;
}
#header #menu_sp {
display: none
}
#header .gnavi {
display: flex;
justify-content: space-between;
flex-flow: row nowrap
}
#header .gnavi a {
display: flex;
justify-content: center;
align-items: baseline;
padding: 18px 38px;
text-align: center;
text-decoration: none;
color: #313131;
font-size: 16px;
font-family: 'NotoSansCJKjp-Medium', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
letter-spacing: 1.5px;
position: relative
}
#header .gnavi a:after, #header .gnavi li:last-child a:before {
position: absolute;
content: "";
border-left: 2px solid #EBEBEB;
height: 17px;
top: 0;
bottom: 0;
left: 0;
margin: auto auto;
}
#header .gnavi li:last-child a:before {
right: 0;
left: inherit
}
#header .gnavi .gnavi_top {
display: none
}
#header #menu_pc.fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 9999999;
animation: scrolltop 1s;
animation-iteration-count: 1;
}
#header #menu_pc.fixed .gnavi .gnavi_top {
display: block;
}
#header .gnavi a {
padding: 18px 27px
}
#header.fixed {
padding-bottom: 60px;
}
#header #menu_pc.fixed .gnavi a {
padding: 18px 22px;
}   #index #slider {
margin-bottom: 50px;
}
#slider .slick-track {
display: flex;
}
#slider .slider_list {
width: 25%;
box-sizing: border-box;
margin: 0;
overflow: hidden;
float: left;
outline: none;
height: auto !important;
display: flex;
flex-direction: column;
justify-content: flex-start;
opacity: 1;
}
#slider .slider_list a {
position: relative;
display: block;
}
#slider .slider_list a:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #000;
opacity: 0;
visibility: hidden;
transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
z-index: 1;
}
#slider .slider_list a:hover:before {
opacity: .5;
visibility: visible;
}
#slider .slider_list a img {
transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#slider .slider_list a:hover img {
transform: scale(1.1);
}
#slider .slider_list iframe {
position: relative;
top: 0;
}
.slider_img {
margin: 0;
text-align: center;
overflow: hidden;
}
.slider_img img {
max-width: 100%;
}
#top_info .slider_img img {
position: relative;
top: 50%;
transform: translateY(-50%);
}
#top_info .slider_img .link_video {
position: relative;
top: 50%;
transform: translateY(-50%);
display: block;
}
#top_info .slider_img .link_video img {
top: 0%;
transform: translateY(0%);
}
#top_info {
position: relative;
}
#top_info:before, #top_info:after {
position: absolute;
content: '';
width: calc(100% / 4);
height: 100%;
background-color: #fff;
opacity: .7;
top: 0;
z-index: 1;
}
#top_info:before {
left: 0;
}
#top_info:after {
right: 0;
}
.slider_info {
padding: 20px 20px 10px;
}
.slider_title {
padding: 0 0 20px;
}
.slider_title dt {
display: inline-block;
padding: 7px 10px;
color: #fff;
font-family: 'NotoSansCJKjp-DemiLight', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 13px;
margin-bottom: 9px;
line-height: 1.3em;
}
.slider_title.color01 dt {
background: #ffb74d;
}
.slider_title.color02 dt {
background: #ff6e40;
}
.slider_title.color03 dt {
background: #81c784;
}
.slider_title.color04 dt {
background: #00a0e9;
}
.slider_title.color05 dt {
background: #4d50ff;
}
.slider_title dd {
font-size: 18px;
font-family: 'NotoSansCJKjp-Regular', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
color: #313131;
line-height: 1.3em;
}
.slider_show {
display: flex;
justify-content: space-between
}
.slider_show li {
font-family: 'Roboto Slab', serif;
color: #c9c9c9;
}
.slick-arrow {
position: absolute;
display: block;
width: 30px;
height: 50px;
top: 50%;
transition: left .4s ease;
opacity: .8;
z-index: 10;
background-image: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/images/top_slider_arrow.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 8px auto;
transform: translateY(-50%);
transition: opacity .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slick-arrow:hover {
opacity: 1;
background-image: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/images/top_slider_arrow.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 8px auto;
}
.slick-arrow:before {
content: none;
}
.slick-arrow.slick-next {
left: calc(100% / 4 * 3);
right: auto;
background-color: #00a0e9;
}
.slick-arrow.slick-prev {
right: calc(100% / 4 * 3);
left: auto;
background-color: #00a0e9;
transform: translateY(-50%)rotate(180deg);
}   .navi_title01 {
font-size: 180%;
color: #313131;
font-family: 'NotoSansCJKjp-Bold', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
padding: 0 0 0 8px;
border-left: 3px solid #959595;
line-height: 1.35;
margin-bottom: 16px;
} .navi_01 {
border: 1px solid #e5e5e5;
margin-bottom: 40px;
}
.navi_01 li + li {
border-top: 1px solid #e5e5e5;
}
.navi_01 a {
font-size: 15px;
font-family: 'NotoSansCJKjp-Medium', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
width: 100%;
height: 78px;
display: flex;
align-items: center;
text-decoration: none;
padding: 20px;
box-sizing: border-box;
color: #ff6e40;
letter-spacing: 1.5px;
}
.navi_01 a span {
position: relative;
padding-left: 18px;
}
.navi_01 a span:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
margin: auto auto;
border: solid #ff6e40;
border-width: 2px 2px 0 0;
width: 6px;
height: 6px;
transform: rotate(45deg);
}
.navi_01 li:nth-child(2) a {
color: #43a047
}
.navi_01 li:nth-child(2) a span:before {
border-color: #43a047
}
.navi_01 li:nth-child(3) a {
color: #fb8c00
}
.navi_01 li:nth-child(3) a span:before {
border-color: #fb8c00
}
.navi_01 li:nth-child(4) a {
color: #00a0e9
}
.navi_01 li:nth-child(4) a span:before {
border-color: #00a0e9
} .navi_02 {
margin-bottom: 40px;
}
.navi_02 li {
border-bottom: 1px dashed #e5e5e5;
padding: 15px 11px;
}
.navi_02 li:first-child {
border-top: 1px dashed #e5e5e5;
}
.navi_02 a {
display: flex;
justify-content: space-between;
text-decoration: none;
color: #313131;
font-size: 12px;
font-family: 'NotoSansCJKjp-Medium', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.navi_02 .navi02_img {
border-radius: 5px;
overflow: hidden;
}
.navi_02 .navi02_txt {
width: calc(100% - 90px);
line-height: 1.3em;
box-sizing: border-box;
padding-left: 8px;
}
.navi_02 .navi_number {
font-family: 'Roboto Slab', serif;
font-weight: 700;
display: block;
color: #c9c9c9;
font-size: 16px;
margin-bottom: 7px;
letter-spacing: 0
}
.navi_02 li:nth-child(1) .navi_number {
color: #ffc107;
}
.navi_02 li:nth-child(2) .navi_number {
color: #b0bec5
}
.navi_02 li:nth-child(3) .navi_number {
color: #a1887f
} .navi_bnr01 {
margin-bottom: 40px;
}
.navi_bnr02 {
margin-bottom: 30px;
}
.navi_bnr a {
height: 90px;
width: 100%;
display: flex;
justify-content: center;
text-decoration: none;
font-size: 20px;
font-family: 'NotoSansCJKjp-Regular', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
position: relative;
box-sizing: border-box
}
.navi_bnr01 a {
background: #00a0e9;
color: #fff;
align-items: center;
}
.navi_bnr02 a {
background: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/images/navi_bnr_bg01.png) 0 0 no-repeat;
background-size: 260px auto;
font-family: 'NotoSansCJKjp-Medium', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
color: #313131;
padding: 20px 33px;
flex-flow: column wrap;
font-size: 16px;
letter-spacing: 2px;
}
.navi_bnr02 a .navi_bnr02_top, .navi_bnr02 a .navi_bnr02_bottom {
text-align: center;
box-sizing: border-box;
width: 100px;
}
.navi_bnr02 a .navi_bnr02_bottom {
background: #fff;
border-radius: 10px;
font-size: 10px;
font-family: 'NotoSansCJKjp-Regular', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
padding: 3px 10px;
display: block;
line-height: 1.3;
letter-spacing: 1px;
margin-top: 3px;
}
.navi_bnr01 a span {
background: url(//www.dent-kng.or.jp/fswp/wp-content/themes/kanagawa/images/navi_icon_01.png) left center no-repeat;
background-size: 20px auto;
padding-left: 28px;
}
.navi_bnr a:before {
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto auto;
width: calc(100% - 12px);
height: calc(100% - 12px);
border: 1px solid #fff;
}
.navi_bnr a:after {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 8px solid transparent;
border-left: 8px solid transparent;
border-right: 8px solid #fff;
right: 5px;
bottom: 5px;
}
.navi_bnr03 {
text-align: center
}
.navi_bnr03 li {
margin-bottom: 30px;
} .navi_btn01 {
margin-bottom: 30px;
}
.navi_btn01 > li {
margin-bottom: 10px;
}
.navi_btn01 > li > a {
font-size: 15px;
font-family: 'NotoSansCJKjp-Medium', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
width: 100%;
height: 78px;
display: flex;
align-items: center;
text-decoration: none;
padding: 15px;
box-sizing: border-box;
color: #313131;
letter-spacing: 1.5px;
position: relative;
border: 1px solid #e5e5e5;
}
.navi_btn01 > li > a:after {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 8px solid transparent;
border-left: 8px solid transparent;
border-right: 8px solid #dddddd;
right: 5px;
bottom: 5px;
}
.navi_btn01 > li > a > span:first-child {
width: 42px;
text-align: center
}
.navi_btn01 > li > a > span:last-child {
padding-left: 14px;
}
li.navi_btn01_sub {
position: relative
}
li.navi_btn01_sub .navi_btn01_subnavi {
position: absolute;
display: flex;
flex-flow: row wrap;
width: 360px;
right: 0;
z-index: 999999;
border-left: 1px solid #dedede;
border-top: 1px solid #dedede;
transition: all 0.4s ease;
transform: translateY(20px);
visibility: hidden;
opacity: 0;
height: 0;
margin: auto auto;
}
li.navi_btn01_sub:hover .navi_btn01_subnavi {
opacity: 1;
visibility: visible;
transform: translateY(0px);
height: auto;
}
.navi_btn01_subnavi a {
background: #fff;
border-right: 1px solid #dedede;
border-bottom: 1px solid #dedede;
font-family: 'NotoSansCJKjp-Regular', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
padding: 8px;
width: 180px;
box-sizing: border-box;
color: #555;
text-decoration: none;
display: block;
font-size: 13px;
}   #footer #footer_link {
background: #adadad;
padding: 10px 0 15px;
}
#footer .f_link01 {
margin-bottom: 23px;
}
#footer .f_link02 {
width: 820px;
display: flex;
justify-content: space-between;
padding: 7px 0 11px;
}
#footer .f_link01 > dt {
font-family: 'NotoSansCJKjp-Bold', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 14px;
margin-bottom: 8px;
color: #535353
}
#footer .f_link01 > dd > ul {
display: flex;
flex-flow: row nowrap
}
#footer .f_link01 > dd > ul > li {
margin-right: 20px;
}
#footer .f_link02 > ul > li {
margin-bottom: 18px;
}
#footer .f_link01 > dd > ul > li > a, #footer .f_link02 a {
text-decoration: none;
color: #535353;
font-size: 13px;
font-family: 'NotoSansCJKjp-Regular', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
display: table;
position: relative;
padding-left: 12px;
line-height: 1.2;
}
#footer .f_link02 > ul > li > a {
font-size: 14px;
font-family: 'NotoSansCJKjp-Bold', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#footer .f_link01 > dd > ul > li > a:before, #footer .f_link02 a:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
margin: auto auto;
border: solid #313131;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
width: 5px;
height: 5px;
} #footer .f_link_sub {
position: relative;
}
#footer .f_link_subfooter {
position: absolute;
display: flex;
flex-flow: row wrap;
width: 540px;
right: 0;
z-index: 999999;
transition: all 0.4s ease;
transform: translateY(20px);
visibility: hidden;
opacity: 0;
height: 0;
margin: auto auto;
}
#footer .f_link_subfooter a {
background: #fff;
border-right: 1px solid #f8f8f8;
border-bottom: 1px solid #f8f8f8;
font-family: 'NotoSansCJKjp-Regular', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
padding: 8px 10px 8px 20px;
width: 180px;
box-sizing: border-box
}
#footer .f_link_subfooter a:before {
left: 5px;
}
#footer .f_link_subfooter li:last-child a {
border-right: none
}
#footer .f_link_sub:hover > .f_link_subfooter {
opacity: 1;
visibility: visible;
transform: translateY(5px);
height: auto;
}
#footer .f_link_subfooter a:hover {
color: #00a0e9
}
#footer .f_link_subfooter a:hover:before {
border: solid #00a0e9;
border-width: 2px 2px 0 0;
} #footer #footer_bottom {
padding: 18px 0 20px;
}
#footer #footer_bottom .inner {
display: flex;
justify-content: space-between;
align-items: center;
}
#footer .f_link03 {
display: flex;
}
#footer .f_link03 a {
text-decoration: none;
font-size: 12px;
color: #959595;
display: block
}
#footer .f_link03 > li + li {
margin-left: 10px;
padding-left: 10px;
position: relative
}
#footer .f_link03 > li + li:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
margin: auto;
border-left: 1px solid #959595;
height: 13px;
}
#footer .f_link03 .f_link_subfooter {
transform: translateY(-130px);
left: 0;
right: inherit
}
#footer .f_link03 .f_link_sub:hover > .f_link_subfooter {
transform: translateY(-100px);
} #footer .f_social {
text-align: right;
}
#footer .f_social li {
display: inline-block;
}
#footer .f_social li + li {
margin-left: 10px;
} address {
font-size: 12px;
font-family: 'Roboto Slab', serif;
color: #959595;
}    #index #index_section01 {
margin-bottom: 100px;
}
.idx_box01_list {
display: flex;
flex-flow: row wrap;
margin-bottom: 10px;
}
.idx_box01 {
width: 250px;
border-radius: 5px;
overflow: hidden;
margin: 0 20px 40px 0;
border: 1px solid #e5e5e5;
box-sizing: border-box
}
.idx_box01:nth-child(3n+3) {
margin-right: 0
}
.idx_box01 .slider_info {
padding: 15px;
}
.idx_box01 .slider_title {
padding: 0 0 15px;
}
.idx_box01 .slider_show {
padding: 0;
}
.idx_box01 .slider_title dt {
font-size: 120%;
padding: 4px 10px;
margin-bottom: 7px;
}
.idx_box01 .slider_title dd {
font-size: 140%;
}
.idx_box01 .slider_show li {
font-size: 120%;
} #index .index_btn01 {
margin: 0 auto 40px;
text-align: center
}
#index .index_btn01 a {
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
font-family: 'NotoSansCJKjp-Medium', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
width: 320px;
height: 60px;
border: 1px solid #e5e5e5;
background: #f9f9f9;
border-radius: 5px;
color: #959595;
box-sizing: border-box;
margin: 0 auto;
}
#index .index_btn01 a[disabled="disabled"] {
transform: scale(0.9);
background: #00a0e9;
color: #fff;
transition: all 0.05s;
opacity: 0.5;
cursor: default;
}
#index .index_btn01 a[disabled="disabled"] {
background: #999;
}
#index .index_btn01 a[disabled="disabled"] span:before, #index .index_btn01 a[disabled="disabled"] span:after {
border-color: #fff;
}
#index .index_btn01 a span {
position: relative;
padding-left: 15px;
}
#index .index_btn01 a span:before, #index .index_btn01 a span:after {
position: absolute;
content: "";
margin: auto auto
}
#index .index_btn01 a span:before {
border-left: 3px solid #959595;
height: 13px;
left: 5px;
top: 6px;
}
#index .index_btn01 a span:after {
border-top: 3px solid #959595;
width: 13px;
top: 11px;
left: 0;
} #index .index_title01 {
text-align: center;
margin: 0 auto 26px;
color: #313131;
font-family: 'NotoSansCJKjp-Bold', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 24px;
padding-top: 10px;
line-height: 1.5;
position: relative;
letter-spacing: 5px;
}
#index .index_title01:before {
position: absolute;
content: "";
border-top: 3px solid #959595;
width: 30px;
top: 0;
left: 0;
right: 0;
margin: auto auto
} #index #index_section02 {
text-align: center;
margin-bottom: 60px;
}
#index .index_section02_iframe {
width: 560px;
height: 315px;
margin: 0 auto 30px
}
#index_section02 .wrap_videos {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#index_section02 .index_section02_iframe {
width: calc(50% - 10px);
height: auto;
margin: 0 0 30px;
} #index #index_section03 {
margin: 0 25px auto
}
#index #index_section03 .idx_title_top {
position: relative
}
#index #index_section03 .index_btn02 {
position: absolute;
right: 0;
bottom: 0;
margin-bottom: 0
}
#index .index_btn02 a {
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
font-family: 'NotoSansCJKjp-Regular', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
width: 140px;
height: 34px;
border: 1px solid #e5e5e5;
background: #f9f9f9;
border-radius: 5px;
color: #959595;
box-sizing: border-box;
margin: 0 auto;
letter-spacing: 1px;
}
#index .index_btn02 a span {
position: relative;
padding-left: 10px;
}
#index .index_btn02 a span:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
margin: auto auto;
border: solid #959595;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
width: 3px;
height: 3px;
}
#index .idx_box03_list {
margin-bottom: 80px;
}
#index .idx_box03 {
border-bottom: 1px dashed #e5e5e5;
padding: 17px 20px 18px;
display: flex;
}
#index .idx_box03:first-child {
border-top: 1px dashed #e5e5e5;
}
#index .idx_box03 .idx_box03_date {
width: 110px;
font-size: 150%;
font-family: 'Roboto Slab', serif;
}
#index .idx_box03 .idx_box03_title {
width: calc(100% - 110px);
font-size: 140%;
}
#index .idx_box03 .idx_box03_title a {
display: block;
position: relative;
text-decoration: none;
font-family: 'NotoSansCJKjp-Regular', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
color: #313131;
padding-right: 20px;
}
#index .idx_box03 .idx_box03_title a:after {
position: absolute;
content: "";
right: 0;
top: 0;
bottom: 0;
margin: auto auto;
border: solid #313131;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
width: 5px;
height: 5px;
}
#index .index_frame01 {
border: 10px solid #e5e5e5;
background: #fafafa;
padding: 48px;
}
#index .index_frame01 .index_title01 {
margin-bottom: 15px;
}
#index .index_frame01 .index_frame01_info p {
line-height: 2.14
}
#index .index_frame01 .index_frame01_info p:last-child {
margin-bottom: 0
}
.get_box_link {
cursor: pointer;
}
.get_box_link:hover {
opacity: 0.8;
}
.get_box_link a {
color: #313131;
outline: none;
}
.get_box_link a:hover {
text-decoration: none;
}
.owl-carousel .owl-wrapper {
display: flex !important;
}
#footer_info {
background: #adadad;
padding: 40px 0 30px;
}
#footer_info .inner {
display: flex;
flex-wrap: wrap;
align-items: center;
}
#footer_info .box_text {
width: 50%;
}
#footer_info .box_text p {
font-size: 18px;
margin: 0;
text-align: left;
box-sizing: border-box;
line-height: 1.8em;
}
#footer_info .box_text .logo_footer {
color: #313131;
font-size: 12px;
font-family: 'NotoSansCJKjp-DemiLight', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
margin: 20px 0 30px;
}
#footer_info .box_text .logo_footer .logo_txt {
position: relative;
display: inline-flex;
flex-direction: column;
line-height: 1.5em;
text-decoration: none;
text-align: left;
}
#footer_info .box_text .logo_footer .logo_txt .logo_txt02 {
font-size: 13px;
position: relative;
}
#footer_info .box_text .logo_footer .logo_txt .logo_txt02 img {
position: absolute;
right: -14px;
bottom: calc(100% + 2px);
}
#footer_info .box_map {
width: 50%;
}
#footer_info .box_map .gMap {
width: 100%;
height: 300px;
}
#navi .font_resize {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}
#navi .font_resize li {
padding: 5px;
margin: 0 10px 0 0;
cursor: pointer;
font-size: 18px;
color: #959595;
background: #f9f9f9;
border-radius: 3px;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
box-sizing: border-box;
border: solid 1px transparent;
}
#navi .font_resize li:last-child {
margin-right: 0;
}
#navi .font_resize li.fontResizerSelected {
color: #00a0e9;
border-color: #00a0e9;
}   @-webkit-keyframes scrolltop {
0% {
transform: translateY(-80px);
opacity: 0;
transition: ease-in-out;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@-moz-keyframes scrolltop {
0% {
transform: translateY(-80px);
opacity: 0;
transition: ease-in-out;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@keyframes scrolltop {
0% {
transform: translateY(-80px);
transform-origin: center;
opacity: 0;
transition: ease-in-out;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.alignright {
float: right;
margin-left: 20px
}
.alignleft {
float: left;
margin-right: 20px;
}
.iframe_01 {
width: 100%;
height: 850px; box-sizing: border-box;
overflow: auto;
}
.separator {
*border-bottom: 1px dashed #333;
margin-bottom: 45px;
}
.indent1 li {
padding-left: 1em;
text-indent: -1em;
padding-bottom: 8px;
}   .boxQA {
position: relative;
margin: 2em 0;
padding: 0.5em 0.5em;  border-radius: 10px;
}
.boxQA .box-title {
position: relative;
background: #fff; padding: 10px 5px 10px 55px;
color: #454545; font-size: 14px;
border-radius: 10px;
}
.boxQA .box-title:before {
content: "Q";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white; background: #00a0e9; font-weight: bold;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: 0;
top: 20px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white;
border-radius: 50%;
}
.boxQA .box-title:after {
content: "A";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white; background: #ff6e40; font-weight: bold;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: 0;
bottom: -80px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white;
border-radius: 50%;
}
.boxQA p {
padding: 20px 0px 15px 55px;
margin: 0;
}
.boxQA ul {
padding: 0 1em;
position: relative;
}
.boxQA ul li {
line-height: 1.5;
padding: 0.5em 0 0.5em 4.2em;
list-style-type: none !important;
}
.boxQA ul li:before { content: "・"; position: absolute;
left: 3.5em;
color: #ff6e40; }
.column_img {
display: flex;
display: -webkit-flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.column_img li {
flex-grow: 1;
-webkit-flex-grow: 1;
margin: 5px;
}
.column_img img {
width: 100%;
}
.boxQA ol li {
margin-left: 50px;
margin-bottom: 10px;
}
.pt30 {
padding-top: 30px;
}
.sub_list {
padding-left: 20px;
margin-bottom: 20px;
}
.sub_list li {
background: none;
padding-left: 0;
}
.info_list02 .date {
display: flex;
align-items: center;
}
.info_list02 .date img {
margin-right: 5px;
}
 .box_sp {
display: none;
}
.box_pc {
display: block;
}
@media screen and (min-width: 641px) and (max-width: 1920px) {
#index #slider .slider_list {
width: calc(100% - 20px);
margin: 0;
}
#index #slider .slider_list img {
max-width: 100%
}
}
@media (max-width: 1349px) { } @media screen and (max-width: 640px) {
.iframe_01 {
padding: 10px;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
font-size: 14px;
}
img {
max-width: 100%;
height: auto;
}
a.sweetlink {
color: #43a047;
}
#wrapper, #header, #main, #footer, .inner, #content, #navi {
width: 100% !important;
min-width: inherit !important;
}
.inner {
box-sizing: border-box;
padding: 0 3%;
}
.box_sp {
display: block;
}
.box_pc {
display: none;
}
#totop {
right: 3%;
bottom: 35px;
}
#totop img {
width: 40px;
}
.section {
padding: 0 0 30px 0;
}
#main {
padding-top: 56px !important;
margin-bottom: 30px;
}
#overlay {
background: rgba(0,0,0,0.5);
width: 0;
height: 100vh;
position: fixed;
top: 0;
right: 0;
margin: auto;
transition: all 0.2s ease;
z-index: 0;
opacity: 0
}
#overlay.open {
width: 100vw;
opacity: 1;
z-index: 999998;
}
#footer_info .box_text {
width: 100%;
margin-bottom: 30px;
display: flex;
flex-direction: column;
align-items: center;
}
#footer_info .box_text p {
padding: 0;
font-size: 16px;
text-align: center;
}
#footer_info .box_map {
width: 100%;
}
#footer_info .box_text .content_text {
text-align: center;
}   #icon03 {
height: 40px;
width: 40px;
display: block !important;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
box-sizing: border-box;
top: 8px;
right: 10px;
flex-direction: column;
color: #23B482;
text-align: center;
position: absolute;
z-index: 9999999;
padding: 10px;
background: #f0f0f0;
}
#icon03.open {
background: rgba(255,255,255,0.6)
}
#icon03 span {
display: block;
position: absolute;
height: 2px;
width: 20px;
content: '';
opacity: 1;
left: 10px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
z-index: 9999999;
background: #7d7d7d;
}
#icon03 span:nth-child(1) {
top: 14px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#icon03 span:nth-child(2) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#icon03 span:nth-child(3) {
top: 26px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#icon03.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
left: 13px;
top: 12px;
position: fixed
}
#icon03.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
#icon03.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 13px;
top: 26px;
position: fixed
}   #header {
position: fixed;
top: 0;
left: 0;
width: 100vw;
z-index: 999999;
background: #fff;
height: 56px;
box-sizing: border-box;
box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
#header.fixed {
padding-bottom: 0;
}
#header_top #header_right, #header h1 {
display: none
}
#header_top {
padding: 5px 0
}   #menu_pc, #navi {
display: none !important
}
#header #menu_sp {
display: block;
height: 100vh;
box-sizing: border-box;
padding: 6px 10px 60px;
width: 230px;
background: #fff;
position: fixed;
top: 0;
right: -230px;
z-index: 999999;
overflow: auto;
transition: all 0.4s ease-in-out 0.15s;
}
#header #menu_sp.open {
right: 0;
}
form.searchform {
width: 210px;
box-sizing: border-box;
display: flex;
justify-content: space-between
}
form.searchform input.button_search[type="text"] {
width: 173px;
padding: 5px;
}
form.searchform button {
width: 35px;
padding: 0 10px;
}
#menu_sp a, #menu_sp .gnavi02 .menusp_title {
text-decoration: none;
font-size: 14px;
font-family: 'NotoSansCJKjp-Regular', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
color: #959595;
display: block;
padding: 8px 12px;
}
#menu_sp p:first-child {
margin-bottom: 5px
}
.btn_search, #menu_sp .gnavi01 {
margin-bottom: 20px;
}
#menu_sp p:first-child a {
padding: 10px 0;
}
#menu_sp .gnavi01 li {
margin-bottom: 3px;
}
#menu_sp .gnavi01 li:last-child {
margin-bottom: 0;
}
#menu_sp .gnavi01 a {
display: block;
border: 1px solid #e5e5e5;
background: #fbe9e7;
color: #ff6e40;
}
#menu_sp .gnavi01 li:nth-child(2) a {
background: #e8f5e9;
color: #43a047;
}
#menu_sp .gnavi01 li:nth-child(3) a {
background: #fff3e0;
color: #fb8c00;
}
#menu_sp .gnavi01 li:nth-child(4) a {
background: #e9f8ff;
color: #00a0e9;
}
#menu_sp .gnavi01 li:nth-child(5) a {
background: #fff;
color: #959595;
}
#menu_sp .gnavi02 {
border: 1px solid #e5e5e5;
margin-bottom: 20px;
}
#menu_sp .gnavi02 li:last-child > a,
#menu_sp .gnavi02 li:last-child .menusp_title {
border-bottom: none;
}
#menu_sp .gnavi02 a, #menu_sp .gnavi02 .menusp_title {
display: block;
border-bottom: 1px solid #e5e5e5;
position: relative
}
.menusp_sublink {
display: none;
}
#menu_sp .gnavi02 a:before, #menu_sp .gnavi02 .menusp_title:before {
position: absolute;
content: "";
right: 10px;
top: 0;
bottom: 0;
margin: auto auto;
border: solid #959595;
border-width: 2px 2px 0 0 !important;
transform: rotate(45deg);
width: 4px;
height: 4px;
transition: all 0.3s
} #menu_sp .gnavi02 .menusp_title:before {
transform: rotate(135deg);
}
#menu_sp .gnavi02 .menusp_title.opened:before {
transform: rotate(-45deg);
}
#menu_sp .gnavi02 .menusp_sublink a {
background: #f0f0f0;
}   #index #top_info .inner {
padding: 0
}
#index #slider {
margin-bottom: 35px;
}
#index #slider {
padding: 5px 0
}   #footer {
border-top: 1px solid #e5e5e5;
}
#footer #footer_bottom {
padding: 10px 0
}
#footer #footer_link, #footer .f_link03 {
display: none !important
}
#footer_main {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%
}
#footer .f_social {
width: 90px;
text-align: left
}
#footer .f_social li + li {
margin: 0 0 0 4px
}
#footer_main address {
font-size: 13px;
}   #index #slider .slider_list {
margin: 0;
}
.slider_info {
padding: 10px;
}
.slider_title dt {
font-size: 12px;
padding: 5px;
}
.slider_title dd {
font-size: 16px;
}
.slider_title {
padding-bottom: 10px;
}
.slider_show li {
font-size: 13px;
} #index #index_section01, #index #index_section02, #index #index_section03 {
margin: 0 0 50px;
}
#index .idx_box03_list, .navi_btn01 {
margin-bottom: 0
}
#index #index_section02 .section, #index #index_section04 .section {
padding-bottom: 0
} .idx_box01 {
width: 100% !important;
margin: 0 0 10px;
justify-content: space-between;
align-items: center;
display: flex
}
.idx_box01 .slider_img {
width: 165px;
}
.idx_box01 .slider_info {
width: calc(100% - 165px);
padding: 8px;
box-sizing: border-box
}
.idx_box01 .slider_title {
padding-bottom: 10px;
}
.idx_box01 .slider_title dt, .idx_box01 .slider_show li {
font-size: 10px;
} #index .index_title01 {
letter-spacing: 2px;
font-size: 20px;
}
#index .index_btn01 {
margin-bottom: 0
}
#index .index_btn01 a {
width: 260px;
height: 60px;
font-size: 15px;
}
#index .index_section02_iframe {
width: 100%;
}
#index .index_frame01 {
padding: 15px;
border-width: 5px;
}
#index_section02 .index_section02_iframe {
width: 100%;
margin: 0 0 20px;
} #index .idx_box03 {
flex-flow: column nowrap;
padding: 12px 5px;
}
#index .idx_box03 li {
width: 100% !important
}
#index .index_btn02 a {
width: 94px;
padding: 5px;
letter-spacing: 0
} .navi_btn01 {
display: flex;
justify-content: space-between;
flex-flow: row wrap
}
.navi_btn01 > li {
width: 48%;
margin-bottom: 10px;
}
.navi_btn01 > li > a {
padding: 8px;
height: 60px;
letter-spacing: 0;
font-size: 14px;
color: #7d7d7d;
}
.navi_btn01 > li > a > span:first-child {
width: 6vw;
height: 100%;
display: flex;
align-items: center;
justify-content: center
}
.navi_btn01 > li > a > span:last-child {
padding-left: 8px;
}
.navi_btn01 > li.navi_btn01_last a {
padding: 0;
height: auto;
border: none;
}
.navi_btn01 > li.navi_btn01_last a:after {
display: none;
}
.navi_btn01_subnavi li {
width: 50%;
}
li.navi_btn01_sub .navi_btn01_subnavi {
width: calc(100vw - 14%);
box-sizing: border-box
}
.navi_btn01_subnavi a {
width: 100%
}
.navi_btn02 {
display: flex;
justify-content: space-between;
flex-flow: row wrap;
}
.navi_btn02 > li {
width: 38%;
margin-bottom: 13px;
padding: 22px 5%;
}
.navi_btn02 > li > a {
display: block;
font-size: 12px; color: #7d7d7d;
}
.navi_btn02 li:nth-child(1)  {
background: #fbe9e7;
}
.navi_btn02 li:nth-child(2)  {
background: #e8f5e9;	
}
.navi_btn02 li:nth-child(3)  {
background: #fff3e0;
}
.navi_btn02 li:nth-child(4)  {
background: #e9f8ff;	
}
.navi_btn02 > li > a > span {
position: relative;
margin-left: 10px;
}
.navi_btn02 > li > a > span:before {
position: absolute;
content: "";
left: -20px;
top: 0;
bottom: 0;
margin: auto auto;
border: solid #7d7d7d;
border-width: 2px 2px 0 0;
width: 6px;
height: 6px;
transform: rotate(45deg);
}
#menu_sp .navi_bnr a {
display: flex;
color: #fff;
height: 60px;
}
#menu_sp .navi_bnr01 {
margin-bottom: 20px;
}
#menu_sp .navi_btn01 {
margin-bottom: 20px;
}
#menu_sp .navi_btn01 > li {
width: 100%;
margin: 0 0 5px;
}
#menu_sp .navi_btn01 > li:last-child {
margin-bottom: 0;
}
#menu_sp .navi_btn01 > li > a {
display: flex;
align-items: center;
height: 50px;
}
#menu_sp li.navi_btn01_sub .navi_btn01_subnavi {
opacity: 1;
visibility: visible;
transform: translateY(0px);
height: auto;
position: relative;
width: 100%;
border-top: none;
display: none;
transition: unset;
}
#menu_sp .navi_btn01_subnavi li {
width: 100%;
}
#menu_sp .navi_btn01_subnavi a {
background: #f0f0f0;
position: relative;
}
#menu_sp .navi_bnr02 {
margin-bottom: 10px;
}
#menu_sp .navi_bnr02 a {
height: 80px;
color: #313131;
}
#menu_sp .navi_bnr03 li {
margin-bottom: 10px;
}
#menu_sp .navi_bnr03 li:last-child {
margin-bottom: 0px;
}
#menu_sp .navi_bnr03 li a {
padding: 0;
}
#header_top .logo_txt {
margin-bottom: -3px;
padding-left: 7px;
margin-left: 7px;
}
#header_top #logo a,
#header_top .logo_txt .logo_txt02 {
font-size: 9px;
}
#header_top .logo_txt .logo_txt02 img {
right: -8px;
bottom: calc(100% + 3px);
width: 50px;
}
#header_top .logo_txt:after {
height: 20px;
bottom: 2px;
}
#header_top #logo .logo_img img {
width: 190px;
}
#header_top .inner {
padding: 0 10px;
}
#header_top #header_left {
padding-top: 8px;
}
.alignright, .alignleft{
display:block;
text-align:center;
margin:auto;
float:none;
}
}
@media screen and (max-width: 420px) {
.idx_box01 .slider_title dd {
font-size: 12px;
}
#header_top #logo a, #header_top .logo_txt .logo_txt02 {
font-size: 7px;
}
#header_top #logo .logo_img img {
width: 130px;
}
#header_top .logo_txt .logo_txt02 img {
right: -1px;
width: 30px;
}
#header_top .logo_txt:after {
height: 13px;
bottom: 3px;
}
#header_top #header_left {
padding-top: 11px;
}
}
@media screen and (max-width: 370px) {
.navi_btn01_subnavi a {
font-size: 3.2vw
}
}
@media screen and (max-width: 360px) {
.navi_btn01 > li > a {
font-size: 3.8vw
}
}
@media screen and (max-width: 350px) {
#index .index_frame01 .index_title01 {
font-size: 5.5vw
}
}