﻿@charset "utf-8";

/*		Contents
---------------------------------------------------------------------------

	Reset Styles
	Paging（ページング）
	Widget（共通パーツ）

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


/* ========================================================================
	Reset Styles
======================================================================== */

/* HTML5 */
article, aside, figure, figcaption, video, footer, header,
main, nav, section, summary{
	display:block;
	margin:0;
}
body::-webkit-scrollbar {
    width: 0px;
}
body{
	-ms-overflow-style:none;
}
/* Base Styles */
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, small,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset{
	margin:0;
	padding:0;
	font-weight:normal;
}

html{
	font-size:62.5%; /* 10px */
}

body{
	font-family:serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	color:#222222;
	line-height:1.5;
	-webkit-text-size-adjust:100%;
}

select,input,button,textarea{
	font-family:inherit;
	font-size:100%;
	color:#222222;
}

pre,code,kbd,samp{
	font-family:inherit;
}

img,
iframe{
	border:none;
	vertical-align:bottom;
}

table{
	width:100%;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}

th{
	text-align:left;
	vertical-align:top;
}

label{
	cursor:pointer;
}

input,
textarea{
	padding:0;
	vertical-align:middle;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea{
    width: 100%;
    height: 34px;
    margin: 0;
    padding: 0 10px;
    border: none;
    -webkit-appearance: none;
}

textarea{
	height:auto;
	padding:10px;
}

input[type="radio"],
input[type="checkbox"]{
	vertical-align:baseline;
	cursor:pointer;
}

button,
input[type="image"],
input[type="submit"],
input[type="button"]{
	margin:0; /* iPhone・iPad用 */
	padding:0;
	cursor:pointer;
	border-radius:0; /* iPhone・iPad 角丸解除 */
	-webkit-appearance:none; /* iPhone・iPad グラデーション解除 */
}

select,
select option,
select optgroup{
	padding:0 10px;
	font-style:normal;
	cursor:pointer;
}

ol,ul{
	list-style:none;
}

h1,h2,h3,h4,h5,h6,small{
	font-size:100%;
}

address{
	font-style:normal;
} 

a,
input{
	outline:none;
}


/* Basic Text Link */
a{
	color:#222222; text-decoration:none;
}
a:link{
	color:#222222; text-decoration:none;
}
a:visited{
	color:#222222; text-decoration:none;
}
a:hover{
	color:#222222; text-decoration:none;
}
a:focus{
	color:#222222; text-decoration:none;
}
a:active{
	color:#222222; text-decoration:none;
}


/* Common Styles */
img{
	max-width:100%;
	height:auto;
}




/* ========================================================================
	Paging（ページング）
======================================================================== */

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #4c301d;
}
.pagination a:hover{
	color: #47BEA0;
	background: #7b6a60;
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: white;
    background: #c08a3a;
}
@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
}
.movie iframe{
	width: 100%;
	height: 389px; 
}
.bx-prev, .bx-next{
	display: none;
}

/* ========================================================================
	Widget（共通パーツ）
======================================================================== */
.widget_list span.cat_02,
.widget_cat a.cat_02{ background:#ffa038; }
.widget_list span.cat_03,
.widget_cat a.cat_03{ background:#893d9a; }
.widget_list span.cat_04,
.widget_cat a.cat_04{ background:#1291e6; }
a.cat_01:hover, a.cat_02:hover, a.cat_03:hover, a.cat_04:hover {
    background: #006239;
}

/* ----------------------------------------
	widget_list
---------------------------------------- */
.widget_list li{
	float:left;
	width:340px;
	margin:0 40px 28px 0;
	color:#ffffff;
}
.widget_list li:nth-child(3n){ margin-right:0; }

.widget_list li.none{
	float:none;
	width:auto;
}

.widget_list li a{
	display:block;
	font-size:1.6rem;
	color:#ffffff;
}

.widget_list li img{
	margin:0 0 -11px 0;
}

.widget_list li span{
	display:inline-block;
	position:relative;
	margin:0 0 10px 0;
	padding:0 14px;
	background:#ff0000;
	border-radius:10px;
	font-size:1.2rem;
	line-height:22px;
}
.widget_list li span:hover {
	background:#00ad5b;
}

@media screen and (max-width:767px){
.widget_list{
	margin:0 -5px;
}

.widget_list li{
	float:left;
	width:50%;
	margin:0;
	padding:0 5px 20px;
}
}


/* ----------------------------------------
	widget_cat
---------------------------------------- */
.widget_cat{
	background:#f4f4f4;
}

.widget_cat li{
	float:left;
}

.widget_cat a{
	display:block;
	min-width:215px;
	padding:0 20px;
	background:#ff0000;
	text-align:center;
	font-size:1.3rem;
	font-weight:bold;
	color:#ffffff;
	line-height:50px;
	text-decoration:none;
}

@media screen and (max-width:767px){
.widget_cat{
	margin:0 -10px;
	font-size:0;
}

.widget_cat li{
	float:none;
	display:inline-block;
}

.widget_cat li a{
	min-width:auto;
	padding:0 10px;
	line-height:40px;
}
}

.mw_wp_form .error {
	display: inline !important;
}