/*
Theme Name:  Clean Simple White
Theme URI:   http://mazznoer.web.id/wordpress-themes/clean-simple-white/
Author:      Mazznoer
Author URI:  http://mazznoer.web.id/
Description: It is a very clean and simple theme for Your WordPress site.
Version:     1.4.2
License:     GPL
License URI: http://www.gnu.org/licenses/gpl.html
Tags:        white, blue, light, two-columns, right-sidebar, theme-options, featured-images, fixed-layout, sticky-post, threaded-comments, translation-ready
Text Domain: clean-simple-white
*/

/* =Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* additional by Mazznoer */

:focus {
	outline: none;
}

/* =Basic HTML
-------------------------------------------------------------- */

html {
	font-size: 100%;
	overflow-y: scroll;
	/* maxvoltar.com/archive/-webkit-font-smoothing */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
    font-family: 'Zen Kaku Gothic New', sans-serif;

	font-size: 16px;
	font-weight:400;
	line-height: 25px;
}
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color:#e91669;
	text-decoration: none;
	transition: all .3s;
}
hr {
	background: #ccc;
	border: none;
	height: 1px;
}
b, dt, strong {
	font-weight: bold;
}
blockquote, dl, ol, p, pre, table, ul  {
	margin: 13px 0;
}
blockquote {
	font-family: georgia;
	font-size: 1.1em;
	margin-left: 40px;
}
dd {
	margin-left: 35px;
}
ol, ul {
	margin-left: 30px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
mark {
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before,
q:after {
	content: '"';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: 0px solid #888;
}

pre {
	overflow: auto;
}
address, em {
	font-style: italic;
}
code, kbd {
	font-family: monospace;
	font-size: 1.2em;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
img {
  vertical-align: top;
}
/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font-size: 28px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:500;
	color:#555;
    margin: 80px 0 40px 0;
}
h2 {
	font-size: 26px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:500;
	color:#616262;
	padding: 0 0 10px 10px;
    margin: 80px 0 40px 0;
    background-image: linear-gradient(90deg, #e0623d 0 35%, #dbdbdb 35%);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: bottom;
	text-align:left;
}
h3 {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:500;
	font-size:30px;
	line-height:50px;
	color:#021bb1;
	margin:50px 0 40px 0;
	border-radius:10px;
	padding:0 15px;
	background:#f5f5f5;
}
h3.sub{
	  font-family: 'Zen Kaku Gothic New', sans-serif;

	font-weight:400;
	font-size:20px;
	letter-spacing:3px;

}

h4 {
	font-size: 22px;
	padding:2px 10px;
	border-left:7px solid #ff5498;
	font-weight:500;
	margin:40px 0 20px 0;
}
h5 {
	font-size: 18px;
	font-weight:500;
	border-bottom:2px dotted #555;
	padding:3px 10px;
	margin:30px 0 20px 0;
	color:#ff5498;
}
h6 {
	font-size: 16px;
	font-weight:500;
	padding:0 0 0 10px;
	border-left:22px solid #ddd;
	margin:30px 0 20px 0;
}

/* =Layout
-------------------------------------------------------------- */
.nf404{
	width:100%;
	height:20px;
	background:#555;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 100%;
}
#container_box{
	padding-top:110px;
}
#main-content {
	margin: 0px auto 100px auto;
	width: 90%;
	max-width:1200px;
	background:#fff;
	padding:0 50px 50px 50px;
	box-sizing:border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
#main-content .titel{
	padding:20px 0 30px 0;
	margin-bottom:80px;
}
#main-content .titel_sing{
	border-left:10px solid #508ae9;
	padding:20px 0 30px 0;
	margin-bottom:0px;
}
#main-content .titel h2,
#main-content .titel_sing h2{
	font-size: 30px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:500;
	color:#2a4baa;
	padding: 5px 0 0 20px;
    margin: 0;
    background-image: initial;
    background-repeat: initial;
    background-size: initial;
    background-position: initial;
	text-align:left;
}

#sidebar {
	border-top:1px solid #aaa;
	margin:0px  0 0 0;
	padding:40px  0 0 0;
}
.breadcrumbs{
	padding-left:20px;
	font-size:12px;
}
.midashi_titel{
	margin-bottom:50px;
}

.midashi_titel ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.midashi_titel ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.midashi_titel ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
.midashi_titel ul li.photo{
	width:30%;
}
.midashi_titel ul li.photo img{
	width:100%;
	height:auto;
}
.midashi_titel ul li.midashi{
	width:70%;
	background:#f4f4f5;
}
.midashi_titel ul li.midashi h3 {
	font-size:22px;
	line-height:30px;
	color:#2a4baa;
	margin:0;
	border-radius:0;
	padding:0;
	background:initial;
}
.midashi_titel ul li.midashi a:link{
	display:block;
	width:100%;
	padding:40px 0 0 40px;
	box-sizing: border-box;
	
}
.midashi_titel ul li.sing{

	padding:40px 0 0 40px;
	box-sizing: border-box;
	
}
.midashi_titel ul li a:hover{
	display:block;
	height:100%;
	transition: all .3s;
	background: rgba(255, 219, 226, .6); 
}
.midashi_titel ul li.midashi .s_days{
	margin-bottom:10px;
}

/* =Header
-------------------------------------------------------------- */
.headmenu{
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height:80px;
	box-sizing: border-box;
}

#header_page  {
	background:url(http://mechanic.sap-cars.com/wp-content/uploads/2023/06/26601310_m-2-1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100% auto;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
#header  {

	width:100%;
	height:500px;
	background:url(http://mechanic.sap-cars.com/wp-content/uploads/2023/06/26601310_m-2-1.jpg);
	background-size:cover;
}
#header .head_text_titel{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#header .head_text_titel img{
	width:100%;
	max-width:660px;
	height:auto;
}
#header .reikai_side_box{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#header .reikai_side_box .reikai_box{
	width:100%;
	max-width:360px;
	margin-top:80px;
	margin-left:30px;
	background:#fff;
	border-radius:8px;
	padding:20px;
	box-sizing:border-box;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color:#cc141c;
	font-size:40px;
	font-weight:700;
	text-align:center;
}
#header .reikai_side_box .reikai_box h2{
	font-size: 20px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:500;
	color:#cc141c;
	padding: 0 0 5px 10px;
    margin: 0 0 25px 0;
    background-image: linear-gradient(90deg, #e0623d 0 35%, #dbdbdb 35%);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: bottom;
	text-align:left;
}
#header .reikai_side_box .reikai_box span{
	font-size:25px;
	font-weight:500;
}
#header .reikai_side_box .reikai_box .subtext{
	font-size:18px;
	font-weight:500;
	text-align:center;
	color:#000;
	padding-top:10px;
	display:block;
}

/* =footer
-------------------------------------------------------------- */
#footer {
	width: 100%;
	background:#f3f2f2;
	margin:0 auto;
	padding:50px 0;
}
#footer_box{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
#footer-credit {
	width:90%;
	max-width:1200px;
	margin:30px auto 30px auto;
	text-align:right;
	font-size:12px;
}
#footer dt{
	float:left;
	font-weight:400;
	line-height:25px;
}
#footer dd{
	margin-left:50px;
	line-height:25px;
}
#footer_box ul{
	margin:0;
	padding:0;
}
#footer_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#footer_box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#footer_box ul li.left{
	width:40%;
}
#footer_box dl{
	margin:0;

}
#footer_box ul li.left h4{
	font-size:24px;
	font-weight:500;
	padding:0 0 20px 0;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	border-left:initial;
	font-weight:500;
	margin:0;
}
#footer_box ul li.left h5{
	font-size:16px;
	font-weight:500;
	padding:30px 0 0 0;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	border-bottom:initial;
	margin:0;
	color:#000;
}
#footer_box ul li.right{
	width:60%;
}
/* =Content
-------------------------------------------------------------- */
.kg{display:block}
#top_kaisetu {
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
#top_kaisetu ul{
	margin:0;
	padding:0;
}
#top_kaisetu ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#top_kaisetu ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	margin:0;
}
#top_kaisetu ul li.photo {
	width:40%;
	padding:0;

}
#top_kaisetu ul li.photo img{
	width:	473px;
	height:540px;
	object-fit: cover;
}
#top_kaisetu ul li.text{
	width:60%;
	padding:50px 50px;
	font-size:18px;
	line-height:35px;
}
#top_kaisetu ul li.text h3{
	color:#c3181f;
	line-height:40px;
	text-align:center;
	margin:0 0 50px 0;
	border-radius:initial;
	padding:0;
	background:initial;
}

#top_three_back{
	background:#f3f2f2;
	width:100%;
	padding:80px 0;
}
#top_three_back ul{
	margin:0 auto;
	padding:0;
	width:90%;
	max-width:1200px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#top_three_back ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#top_three_back ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 31%;
	box-sizing: border-box;
	padding:0;
	margin:1%;
	background:#fff;
}
#top_three_back ul li a:hover{
	display:block;
	height:100%;
	transition: all .3s;
  background: rgba(207, 226, 238, .8); 
}
#top_three_back ul li h4{
	text-align:center;
	padding: 20px 0 20px 0;
	font-size:20px;
	font-weight:500;
	color:#1840c3;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	border-left:initial;
	margin:0;
}
#top_three_back ul li .left{
	padding:20px 0 0 0;
	font-size:40px;
	text-align:center;
}
#top_three_back ul li .text{

	box-sizing: border-box;
	padding:0;
	font-size:16px;
	line-height:30px;
	

}
#top_three_back ul li img{
	width:100%;
	height:auto;

}
#top_point{
	background:#f3f2f2;
	width:100%;
	padding:80px 0;
}

#top_point ul{
	margin:0 auto;
	padding:0;
	width:90%;
	max-width:1200px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#top_point ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#top_point ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 48%;
	box-sizing: border-box;
	padding:0;
	margin:1%;
	background:#fff;
	border-radius:5px;
}
#top_point ul li a:hover{
	display:block;
	height:100%;
	border-radius:5px;
	transition: all .3s;
  background: rgba(255, 219, 226, .6); 
}
#top_point ul li h4{
	text-align:center;
	padding:20px 0 0 0;
	font-size:24px;
	font-weight:500;
	color:#c3181f;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	border-left:initial;
	margin:0;

}
#top_point ul li .text{

	box-sizing: border-box;
	padding:30px;
	font-size:16px;
	line-height:30px;
	

}
#top_point ul li img{
	width:100%;
	height:auto;
	border-radius:5px 5px 0px 0px ;
    -webkit-border-radius:5px 5px 0px 0px ;
    -moz-border-radius:5px 5px 0px 0px ;
}

.swiper-slide {
	width: 300px;
 }
     
.swiper-slide img {
	width:100%;
	height:auto;
	border-radius:5px 5px 0px 0px ;
    -webkit-border-radius:5px 5px 0px 0px ;
    -moz-border-radius:5px 5px 0px 0px ;
 }

#top_gaiyo {
	margin:0 auto;
	padding:70px 0 120px 0;
	width:90%;
	max-width:1200px;	
}
#top_gaiyo h3{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:500;
	font-size:24px;
	line-height:initial;
	color:#2a4baa;
	margin:0;
	border-radius:initial;
	padding:0;
	background:initial;
}
#top_gaiyo ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#top_gaiyo ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#top_gaiyo ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	margin:0;
}

#top_gaiyo ul li .subtext{
	font-size:16px;
	font-weight:400;
	padding-top:10px;
}
#top_gaiyo ul li.gaiyo{
	width: 48%;
	padding:0 30px 0 0;
}
.tyui{
	font-size:14px;
	font-weight:400;
}
#top_gaiyo ul li.map{
	width: 52%;
	padding:0 30px 0 0;
}
#top_news{
	background:#f4f4f5;
	width:100%;
	padding:50px 0 60px 0;
}
#top_news h3{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	line-height:initial;
	border-radius:initial;
	padding:0 0 30px 0;
	background:initial
}
#top_news table {
  	display:block;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	font-size:16px;
}
#top_news th {
  width: 20%;
  padding: 10px;
  box-sizing:border-box;
	border:0px;
	background:#fff;

}
#top_news td {
  width: 80%;
  padding:10px;
  box-sizing:border-box;
	border:0px;
	background:#fff;
}

.morebtn {
	display: block;
	width: 300px;
	height:45px;
	margin:30px auto 30px auto;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-size:16px;
	font-weight:400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color:#fff;
    background: #4060a7;
	position: relative;
	border-radius:5px;
}
.morebtn::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
a.morebtn,
a:link.morebtn{
	color:#fff;
}
.morebtn:hover {
	color:#fff;
	background:#0b2f82;
	text-decoration: none;
}

.morebtn::before {
	position: absolute;
	z-index: -1;
	display: block;
    content: "";
}
.morebtn,
.morebtn::before,
.morebtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#top_banner{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:50px 0;
}

#sewanin{
	width:100%;
	margin:30px 0;
	border-bottom:1px solid #ddd;
}
#sewanin .right{
	width:80%;
	float:right;
	padding-left:30px;
	box-sizing:border-box;
}
#sewanin .right h4{
	font-size:26px;
	padding:0 0 20px 0;
	border-left:initial;
	font-weight:initial;
	margin:0;
}
#sewanin .right h4 .yaku{
	font-size:18px;
}
#sewanin .right .kaisya{
	font-size:18px;
}
.fa-circle-chevron-right {
	color:#ccc;
}
#sewanin .left{
	width:20%;
	float:left;
}
#sewanin .left img{
	width:100%;
	height:auto;
}
#sewanin .text{
	padding:30px 0;
}
#top_banner img.attachment-thumb-full,
#top_banner img.size-thumb-full{
	width:100%;
	height:auto;
}
.mapback{
	background:url(img/mapback.jpg);
	background-size:100% auto;
	height:400px;
	width:100%;
	background-position:center center;
	margin:20px 0;
}
.imagephoto ul,
.imagephoto02 ul{
	margin:40px 0;
	padding:0;
}
.imagephoto ul:after,
.imagephoto02 ul:after{
	  content: "";
	  clear: both;
	  display: block;
	}
.imagephoto ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	line-height:23px;
	box-sizing: border-box;
	padding:0 20px;
	margin:0;
}
.imagephoto02 ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 33%;
	line-height:23px;
	box-sizing: border-box;
	padding:0 20px;
	margin:0;
}
.imagephoto li img,
.imagephoto02 li img{
	width:100%;
	height:auto;
}


#main-content p {margin: 10px 0;}


/* =Sidebar
-------------------------------------------------------------- */

#sidebar ul,
#sidebar ul li{
border-bottom: 1px dashed #ccc;
line-height: 27px;
list-style-type: circle;
}
#sidebar ul li a:link, #sidebar ul li a:visited,
#sidebar ul li a:hover {color: #c00; text-decoration: none;}


/* ------------------------------------ */



/* images and captions */


img.centered {
	display: block;
	margin: 10px auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption {
	border: 1px solid #ccc;
	padding-top: 4px;
	text-align: center;
	margin: 10px 0;
	max-width: 550px;
	height: auto;
}
.wp-caption img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	line-height: 15px;
}
.wp-caption.alignright {
	margin: 10px 0 10px 10px;
}
.wp-caption.alignleft {
	margin: 10px 10px 10px 0;
}
.gallery-caption {

}

/* classes */

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}
.post-spt {
	border-top: 1px dashed #ccc;
	margin-bottom: 15px;
}
.post-meta {
	background: #eee;
	margin: 10px -10px;
	padding: 2px 10px;
}
.post-tag {
	margin: 10px 0;
}
.sticky {
	background: #f6f6f6;
	border: 0px solid #ccc;
	margin: -10px -10px 10px -10px;
	padding: 0 10px;
}
.sticky .post-meta {
	background: transparent;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
p.page-link span {
	border: 1px solid #ccc;
	padding: 3px 8px;
}
p.page-link a:hover {
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.page .nocomments {
	display: none;
}
.bypostauthor .fn {
	font-weight: bold;
}

/* widget */

#sidebar .widget {
	width:33%;
	padding:40px;
	box-sizing:border-box;
	float:left;
}
.widget h4{
	font-size:17px;
}
.widget_calendar table {
	text-align: center;
	width: 100%;
}
.widget_calendar caption {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}
.widget_calendar thead th {
	background: #eee;
	border: 1px solid #ddd;
	font-weight: bold;
	text-align: center;
}
.widget_calendar td {
	border: 1px solid #ddd;
}

#today {
	background: #eee;
}
.search-form label span{
	display: none;
}

/* navigation */
.navigation_box{
	padding: 0;
	border-top:1px solid #aaa;
	margin-top:100px;
}
.navigation_box img{
	width:100%;
	height:auto;
}
.navigation_box ul{
	margin:0;
	padding:0;
}
.navigation_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.navigation_box ul li{
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	width:50%;
	padding:0;
	margin:0;
	border-right:1px solid #aaa;
}
.navigation_box ul li:last-child{
	border-right:0px solid #aaa;
}
.navigation_box ul li .photo{
	width:40%;
	padding:0;
	float:left;
}
.navigation_box ul li .text{
	width:60%;
	font-weight:500;
	float:right;
	padding:20px 0 0 20px;
	box-sizing: border-box;
}
.navigation_box ul li .photo02{
	width:40%;
	padding:0;
	float:right;
}
.navigation_box ul li .text02{
	width:60%;
	font-weight:500;
	float:left;
	padding:20px 20px 0 0;
	text-align:right;
	box-sizing: border-box;
}
.navigation_box ul li a:hover{
	display:block;
	height:100%;
	transition: all .3s;
  background: rgba(255, 219, 226, .6); 
}
.nextprevious{
	font-weight:400;
	font-size:14px;
	padding-bottom:10px;
}


/* pagination */

.pagination h2 {
	display: none;
}
.pagination .nav-links * {
	background: #eee;
	border: 1px solid #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
.pagination .current,
.pagination .dots {
	background: transparent;
}


.side_btn {
	background-color: rgba(0,0,0,0);
	border:0px;
	padding: 6px 6px;
	position: fixed;
	right: 0;
	top: 20%;
	-webkit-animation-name:side;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:side;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
	z-index:999;
}
.side_btn img{
	width:150px;
	height:150px;
}
@-webkit-keyframes side {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -4px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes side {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -4px);}
	100% {-moz-transform:translate(0, 0);}
}
.sp{
	display:none;
}

@media (max-width: 767px) {
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}

#header  {
	width:100%;
	height:auto;
	padding-bottom:30px;
}
#header .reikai_side_box .reikai_box{
	width:90%;
	max-width:90%;
	margin:80px auto 0 auto;
	padding:20px;
	font-size:34px;
	text-align:center;

}
#header .reikai_side_box .reikai_box h2{
	font-size: 18px;
}
#header .reikai_side_box .reikai_box span{
	font-size:20px;
}
#header .reikai_side_box .reikai_box .subtext{
	font-size:14px;
	display:block;
}

/* =footer
-------------------------------------------------------------- */

#footer_box ul li {
	float: none;

}
#footer_box ul li.left{
	width:100%;
	padding-bottom:30px;
	font-size:14px;
	line-height:25px;
}

#footer_box ul li.left h4{
	font-size:20px;
	padding-bottom:10px;

}

#footer_box ul li.right{
	width:100%;
}
/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4em;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 22px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:500;
	color:#616262;
	padding: 0 0 7px 5px;
    margin: 80px 0 40px 0;
    background-image: linear-gradient(90deg, #e0623d 0 35%, #dbdbdb 35%);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: bottom;
	text-align:left;
}
h3 {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:500;
	font-size:20px;
	color:#eb6d82;
	margin-bottom:40px;
}
h3.sub{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:400;
	font-size:16px;
	letter-spacing:3px;
}
h4 {
	font-size: 20px;
}

/* =Content
-------------------------------------------------------------- */
	.breadcrumbs{
		display:none;
	}
#main-content {
	margin: 30px auto 100px auto;
	width: 90%;
	padding:0 30px 30px 30px;
}
#main-content .titel{
	border-left:10px solid #508ae9;
	padding:20px 0 20px 0;
	margin-bottom:50px;
}
#main-content .titel_sing{
	padding:20px 0 30px 0;
}
#main-content .titel h2,
#main-content .titel_sing h2{
	font-size: 26px;
	padding: 5px 0 0 20px;

}

.kg{display:inline-block}
#top_kaisetu ul li {
	float: none;
}
#top_kaisetu ul li.photo {
	width:100%;
	padding-top:30px;

}
#top_kaisetu ul li.photo img{
	width:100%;
	height:auto;
	object-fit: initial;
}
#top_kaisetu ul li.text{
	width:100%;
	padding:40px 0px;
	font-size:16px;
	line-height:35px;
}
#top_kaisetu ul li.text h3{
	color:#c3181f;
	line-height:30px;
	text-align:left;
	margin-bottom:30px;
}
#top_three_back{
	background:#f3f2f2;
	width:100%;
	padding:50px 0;
}
#top_three_back ul li {
	float: none;
	width: 100%;
	padding:0;
	margin:20px 0;

}
#top_three_back ul li h4{
	text-align:left;
	padding:20px 30px 0 30px;
	font-size:20px;
}
#top_three_back ul li .text{
	padding:20px 30px 30px 30px;
	font-size:14px;
}
#top_three_back ul li img{
	width:100%;
	height:auto;
	border-radius:5px 0px 0px 5px ;
    -webkit-border-radius:5px 0px 0px 5px ;
    -moz-border-radius:5px 0px 0px 5px ;
}
	#top_three_back ul li .left{
		width:20%;
		float:left;
	}
	#top_three_back ul li .right{
		width:80%;
		float:right;
	}
#top_gaiyo ul li {
	float: none;
}
#top_gaiyo ul li.gaiyo{
	width: 100%;
	padding:0;
}
#top_gaiyo ul li.map{
	width: 100%;
	padding:0;
}
#top_point{
	background:#f3f2f2;
	width:100%;
	padding:50px 0;
}
#top_point ul li {
	float: none;
	width: 100%;
	padding:0;
	margin:20px 0;

}
#top_point ul li h4{
	text-align:left;
	padding:20px 30px 0 30px;
	font-size:20px;
}
#top_point ul li .text{
	padding:20px 30px 30px 30px;
	font-size:14px;
}	
#top_reikai ul li {
	float: none;
}
#top_reikai ul li.reikai{
	width: 100%;
	padding:0;
}
#top_reikai ul li.facebook{
	width: 100%;
	padding:0;
}
.tyui{
	font-size:14px;
	line-height:25px;
	font-weight:400;
}
	
#top_news ul li {
	float: none;
	width: 100%;
	margin:1% 0;
}
#top_news ul li .time{
	padding-top:10px;
}
#top_news ul li img{
	display:none;
}	

table th {
	padding:10px;
	display:block;
	text-align:left;
	font-size:16px;
	white-space: initial;
}
table td {
	font-size:16px;
	display:block;
	padding:10px;
	box-sizing:border-box;
}
.renrakutel{
	display:none;
}
.side_btn{
	display:none;
}
#sewanin{
	width:100%;
	margin:30px 0;
	border-bottom:1px solid #ddd;
}
#sewanin .right{
	width:100%;
	float:noen;
	padding-left:0px;
	box-sizing:border-box;
}
#sewanin .right h4{
	font-size:24px;
	padding-bottom:10px;
}
#sewanin .right h4 .yaku{
	font-size:16px;
}
#sewanin .right .kaisya{
	font-size:16px;
}
.fa-circle-chevron-right {
	color:#ccc;
}
#sewanin .left{
	width:100%;
	float:noen;
	text-align:center;
	padding-bottom:20px;
}
#sewanin .left img{
	width:100%;
	max-width:150px;
	height:auto;
}
#sewanin .text{
	padding:15px 0;
	font-size:14px;
}
.midashi_titel ul li {
	float: none;
	padding:0;
	margin:0;
}
.midashi_titel ul li.photo{
	width:100%;
}
.midashi_titel ul li.photo img{
	width:100%;
	height:auto;
}
.midashi_titel ul li.midashi{
	width:100%;
	background:#f4f4f5;
}

.midashi_titel ul li.midashi h3{
	font-size:20px;
	margin-bottom:0;
	padding-bottom:0;
}
.midashi_titel ul li.midashi a:link{
	display:block;
	width:100%;
	padding:12px;
	box-sizing: border-box;
	
}
.midashi_titel ul li.sing{
	padding:18px;
	box-sizing: border-box;
	
}

.midashi_titel ul li.midashi .s_days{
	font-size:12px;
	margin-bottom:0px;
}
.morebtn {
	display: block;
	width: 90%;
	height:40px;
	margin:30px auto 30px auto;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-size:14px;
	font-weight:400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color:#fff;
	position: relative;
	border-radius:5px;
}
.mapback{
	background-repeat:no-repeat;
	background-size:cover;
	height:250px;
}
.imagephoto ul li {
	float:no-repeat;
	width: 100%;
	padding:20px;
}
.imagephoto02 ul li {
	float:no-repeat;
	width: 100%;
	padding:20px;
}
/* navigation */
.navigation_box{
	padding: 0;
	border-top:1px solid #aaa;
	margin-top:100px;
}
.navigation_box img{
	width:100%;
	height:auto;
}
.navigation_box ul{
	margin:0;
	padding:0;
}
.navigation_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.navigation_box ul li{
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	width:50%;
	padding:0;
	margin:0;
	font-size:14px;
	line-height:25px;
	border-right:1px solid #aaa;
}
.navigation_box ul li:last-child{
	border-right:0px solid #aaa;
}
.navigation_box ul li .photo{
	display:none;
}
.navigation_box ul li .text{
	width:100%;
	font-weight:500;
	float:none;
	padding:15px;
}
.navigation_box ul li .photo02{
		display:none;

}
.navigation_box ul li .text02{
	width:100%;
	font-weight:500;
	float:none;
	padding:15px;
}

.nextprevious{
	font-weight:400;
	font-size:12px;
	padding-bottom:0px;
}

/* widget */

#sidebar .widget {
	width:100%;
	padding:15px 0;
	box-sizing:border-box;
	float:none;
	font-size:14px;
}
.widget h4{
	font-size:16px;
}
}
#mobileFootNav { display:none; }
@media only screen and (max-width: 767px) {
#mobileFootNav {
	display:block;
	z-index:1030;
	width:100%;
	height:60px;
	position:fixed;
	bottom:0;
}
#mobileFootNav {
	background:rgba(255,255,255,0.7);
	border-top:1px solid #e1e1e1;
	}
#mobileFootNav .ftNavBtn {
	float:left;
	width:31%;
	height:46px;
	margin:7px 1%;
	}
#wrap_all { padding-bottom:60px; }
}
 
/* ボタンデザイン */

.blueButton .webfontIcon {
	font-weight:normal;
}
.blueButton {
	background-color:#2a4baa;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	line-height:46px;
	font-weight:500;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
a.blueButton,
a:link.blueButton{
	color:#fff;
}
.blueButton:hover {
	background-color:#f20a66;
	text-decoration:none;
}
.blueButton:active {
	position:relative;
	top:1px;
}

.widget_archive,
.widget_categories{
    position: relative;
    width: 300px;
    border-radius: 3px;
    background: #fff;
}
 

 
.widget_archive h2,
.widget_categories h2{
    display: none;
}
 
.widget_archive label,
.widget_categories label{
    display: none;
}
 
.widget_archive select,
.widget_categories select{
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 300px;
    padding: 5px 15px;
    color: #f69;
    border: 1px solid #f69;
    border-radius: 3px;
    background: transparent;
	font-size:16px;
}
 
select::-ms-expand {
    display: none;
}

.mw_wp_form {
	width: 100%;
}
.mw_wp_form table th{
	font-size:14px;
}
.mw_wp_form td{
	color:#000;
}
.mw_wp_form table th .attention {
  font-size: 10px;
  margin-left: 10px;
  background: red;
	color:#fff;
  padding: 3px 8px;
	border-radius:3px;
}



.mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
	width: 50%;
	box-sizing: border-box;
	border-radius:5px;
}

.mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
	width: 80%;
	box-sizing: border-box;
	border-radius:5px;
}

.mw_wp_form table td.w80 textarea {
	width: 80%;
	box-sizing: border-box;
	border-radius:5px;
}
input, textarea {
	border: 1px solid #bbb;
	color: #000;
	margin: 10px 0;
	padding: 10px;
	font-size:16px;
}
input#searchsubmit,
input#submit {
	background: #ddd;
	border: 1px solid #999;
	color: #555;
	padding: 6px 10px;
}
.mw_wp_form #submit-button {
  text-align: center;
}

.mw_wp_form #submit-button input {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #2a4baa;
  background: #2a4baa;
  color: #fff;
  box-sizing: border-box;
  height: 50px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 16px;
	width:300px;
}
.mw_wp_form #submit-button input:hover {
	border: 1px solid #b72e64;
	background: #b72e64;
	transition: all .3s;
}
.mw_wp_form #submit-button input[name="submitBack"] {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #2a4baa;
  background: #2a4baa;
  color: #fff;
  box-sizing: border-box;
  height: 50px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 16px;
	width:300px;
}

.mw_wp_form .form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 50px 0;
  list-style: none;
}

.mw_wp_form .form_step>li {
  display: block;
  position: relative;
  padding: 0.5em;
  width: 22%;
  border: 1px solid currentColor;
  color: #2a4baa;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #2a4baa;
  border-left: 2px solid #2a4baa;
  transform: translateY(-50%) rotate(135deg);
  content: "";
}

.mw_wp_form_input .form_step>li:nth-of-type(1), .mw_wp_form_preview .form_step>li:nth-of-type(2), .mw_wp_form_complete .form_step>li:nth-of-type(3) {
  background-color: #2a4baa;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mw_wp_form .form_step>li {
    font-size: 10px;
    width: 30%;
  }

  .mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    width: 100%;
    box-sizing: border-box;
  }
}