@charset "UTF-8";
/*Basics*/
html, body {
	width: 100%;
	height: 100%;
	-webkit-print-color-adjust: exact;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, a,
small, strong, sub, sup, var, i, b,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	clear: both;
	outline-width: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	background: transparent;
	outline-style: solid;
	vertical-align: baseline;
}

p {
	clear:none;
}


html, body, blockquote, pre, table,ul,ol, li, form,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
figure, button, input, select, textarea {
	margin: 0;
}
img, iframe, button, input, select, textarea {
	max-width: 100%;
}
iframe {
	width: 100%;
}

body, th, td {
	-webkit-line-break:strict;
	line-break:strict;
}


/*HTML5 elements*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}



/*Improve scaled image quality in IE7*/
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

.blk {
    display: block;
}

/*Correct overflows in IE9*/
svg:not(:root) {
	overflow: hidden;
}

/*White-space behavior in pre*/
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}



/*Document elements*/

/*Lists*/
ul {
	list-style: none;
	/*list-style: disc;
	padding-left: 2em;*/
}
ol {
	/*list-style: decimal;
	padding-left: 2em;*/
}

li img {
	vertical-align: top;
}
	nav ul, nav ol {
		list-style: none;
		list-style-image: none;
		padding-left: 0;
	}

/*Inline*/
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/*Tables*/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
}

/* dl */
dl {
	margin-top: 0;
}
dl dd {
	margin-left: 0;
}
/*Text*/

/*Fonts*/


html {
	font-size: 14px;
	/*color: #42250e;*/
	font-family: 'Noto Sans JP', sans-serif;
 	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height:1.7;

	font-feature-settings: 'palt';
	letter-spacing: .03em;
}
h1, h2, h3, h4, h5, h6, strong, dt, mark, th {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}

/* フローのクリア */
/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}





/* anchor */
a {
	text-decoration: underline;
	/*color:#0056d6;*/
	/*color:#063884;*/
/*	color:#3267a4;*/
	color:#06c0be;
	word-wrap: break-word;
}

a.uline {
	text-decoration: underline;
}
a.blk {
	color: #000;
}

a:hover {
	text-decoration: underline;
	/*color: #ca373d;*/
}

a.opa:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity:0.80;		
}

a.opa2 {
	opacity:1.00;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;	
}
a.opa2:hover {
	opacity: 0.80;
}

a:focus{
	/*overflow:hidden;*/
}

a img { border: 0; }

/* 段落 */
body p {
	margin-bottom:1em;
	margin-top:0;
}

body .p2 p {
	margin-bottom:2em;
	margin-top:0;
	line-height: 1.9;
}

body p.btm {
	margin-bottom:0;
}

body p.indent {
	text-indent:-1em;
	margin-left:1em;
}



/* テキストセンター */
.tcenter {
	text-align: center;
}

/* 2段組レイアウト */
.left {
	clear:none;
	float:left;
}

.right {
	clear:none;
	float:right;
}

/* ブログの写真配置 */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#this_body img {
	max-width:100%;
	height:auto;
}

/* テキストタブ */
ul.tab_text li {
	display:inline;
	border-right:1px solid #999;
	padding-left:1em;
	padding-right:1em;	
}

ul.tab_text li:last-child {
	border-right:none;
	padding-right:0;
}

/* google maps */
#gmap div {
	border-style:none;
}


/* Youtube埋め込み */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Youtube埋め込み(縦) */
.youtube2 {
	position: relative;
	width: 100%;
	padding-top: 177.78%;
	border: 1px solid;
}
.youtube2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* Dynamic CSS */
.opa0 {
    opacity: 0;    
}



/* 下線span(Windows対策) */

span.wline {
	border-bottom: 1px solid #000;
	padding-bottom: 0.1em;

	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 0;
	position: relative;
}
span.wline.wline_org {
	border-bottom: 1px solid #efa70c;
}

.Windows span.wline {
	border-bottom: none;
	padding-bottom: 0;

	background-image: url(../img/share/b_black.png);
	background-repeat: repeat-x;
	background-position: 0 1.3em;
	position: relative;
}
.Windows span.wline.wline_org {
	background-image: url(../img/share/b_org.png);
}














@media handheld, print, screen and (min-width: 480px) {
/* tablet */

html {
    font-size: 15px;
}

/* end of media query(tablet) */    
}




@media handheld, print, screen and (min-width: 835px) {
/* pc */

html {
    font-size: 16px;
}


/* end of media query(pc) */
}

