@charset "UTF-8";
/*Basics*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}


html, body {
	inline-size: 100%;
	block-size: 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-inline-size: 0;*/
/*	border-inline-size: 0;*/
/*	border-style: solid;*/
	border-color: transparent;
	background: transparent;
	outline-style: none;
	vertical-align: baseline;
}

p {
	clear:none;
}


html, body, blockquote, pre, table,ul,ol, li, form,h1,h2,h3,h4,h5,h6 {
	margin-block: 0;
	margin-inline: 0;
	padding-block: 0;
	padding-inline: 0;
}
figure, button, input, select, textarea {
	margin-block: 0;
	margin-inline: 0;
}
img, iframe, button, input, select, textarea {
	max-inline-size: 100%;
}
iframe {
	inline-size: 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;
}

img,
picture {
  max-width: 100%;
  display: block;
}


.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,
ol {
  list-style: none;
}

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

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

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

/* dl */
dl {
	margin-block-start: 0;
	margin-block-end: 0;
}
dd {
	margin-inline-start: 0;
}

html {
	font-size: 14px;
	/*color: #42250e;*/
/*	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;*/
	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: none;
	/*color:#0056d6;*/
	/*color:#063884;*/
	color:#3267a4;
	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-block-end:1em;
	margin-block-start:0;
}

body .p2 p {
	margin-block-end:2em;
	margin-block-start:0;
	line-height: 1.9;
}

body p.btm {
	margin-block-end:0;
}

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



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


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

.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-inline-size:100%;
	block-size:auto;
}

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

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

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



/* パララックス */
.para,
.parallax-window {
    background: transparent;
    position: relative;
}

/* Youtube埋め込み */
.youtube {
	width: 100%;
	aspect-ratio: 16/9;
}
.youtube iframe {
	inline-size: 100%;
	block-size: 100%;
}


/*.youtube {
	position: relative;
	inline-size: 100%;
	padding-block-start: 56.25%;
}
.youtube iframe {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	inline-size: 100% !important;
	block-size: 100% !important;
}*/

/* Youtube埋め込み(縦) */
.youtube2 {
	position: relative;
	inline-size: 100%;
	padding-block-start: 177.78%;
	border: 1px solid;
}
.youtube2 iframe {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	inline-size: 100% !important;
	block-size: 100% !important;
}


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



















@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: 900px) {
/* pc */

html {
    font-size: 16px;
}



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

