﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');


* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	word-wrap: break-word;
	/*text-align: justify;*/
	/*position: relative;*/
	/*font-family: "Sawarabi Mincho";*/
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 400;
	font-size: 0.95em;
	line-height: 1.0em;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	background: #FFF;
}

html {
	height: 100%;
	overflow: auto;
}

fieldset, img {
	border:0;
}


address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style: none;
}

button {
	cursor:pointer;
}

input[type="search"] {
   -webkit-appearance: none;
   border-radius: 0;
}

/*****************************************************************/

table {
	font-size:inherit;
	font-size:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

em {
	font-style: italic;
	font-weight: bold;	
}

a img {
	border: 0px;
}

a, input[type="submit"] {
	outline: none;
}

a:link {
	text-decoration: underline;
	color: #780B11;
	/*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;*/
}

a:visited {
	text-decoration: underline;
	color: #780B11;
}

a:hover {
	text-decoration: none;
	color: #780B11;
/*	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;*/
}

/*a img:link {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a img:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}*/

.clearfix:after {
  content: ".";  /* Vvf */
  display: block;  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.center {
	text-align: center;
}


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.red {
	color: #F83131;
}

.green {
	color: #30B415;
}

.grey {
	color: #ACACAC;
}

.white {
	color: #FFF;
}

.black {
	color: #000;
}

.error {
	color: #EA2533;
	padding: 5px 0px 0px;
	display: block;
}

.small {
	font-size: 0.8em;
}

.large {
	font-size: 1.4em;
}

.large_tel {
	font-size: 2.0em;
}

.requid {
	color: #EA2533;
}

.arrow {
	color: #416328;
}

.chushaku {
	font-size: 0.8em;
	line-height: 1.5em;
}

.pc_only {
	display: inherit;
	/*visibility: visible;	*/
}

.sp_only {
	display: none;
	/*visibility: hidden;*/	
}


.alignleft {
	display: inline;
	float: left;
	margin: 0px 50px 10px 0px;
}

.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 10px 50px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0px auto 10px;
}

@media screen and (max-width:768px) {
	
body {
	font-size: 3.4vw;
	background: #FFF;
}

html {
	/*overflow: inherit;*/
}
	
input[type="button"],input[type="submit"],input[type="reset"] {
    -webkit-appearance: none;
}
	
a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.center {
	text-align: left;
}

.pc_only {
	display: none;
	visibility: hidden;
}

.sp_only {
	display: inherit;
	visibility: visible;
}
	
.alignleft {
	display: inline;
	float: left;
	margin: 0px 0px 5% 0px;
}

.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 5% 0px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0px auto 5%;
}

.small {
	font-size: 0.5em;
}

}

