@charset "utf-8";
/*
Theme Name: 合縁奇縁 児童館テンプレート
Theme URL: テーマのサイトのURI
Author: 東京三多摩山梨事業本部 合縁奇縁
*/

/***************************************

  - cssのリセット

****************************************/
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,small,strong,sub,sup,var,b,i,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 { vertical-align: baseline; border: 0; outline: 0; background: transparent; }
body { line-height: 1; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { font-size: 100%; margin: 0; padding: 0; vertical-align: baseline; background: transparent; }
ins { text-decoration: none; color: #000; background-color: #ff9; }
mark { font-weight: bold; font-style: italic; color: #000; background-color: #ff9; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { cursor: help; border-bottom: 1px dotted; }
table { border-spacing: 0; border-collapse: collapse; }
hr { display: block; height: 1px; margin: 1em 0; padding: 0; border: 0; border-top: 1px solid #ccc; }

/***************************************

  - 基本css

****************************************/
* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
  line-height: 1.8;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  -webkit-tap-highlight-color:rgba(0,0,0,0);
	scroll-behavior: smooth;
}
body {
	font-family: noto-sans-cjk-jp, "游ゴシック Medium", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", メイリオ, sans-serif;
	/*font-weight: 500;*/
	line-height: 1;
}
li {
	list-style-type: none;
	zoom: normal;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-style: none;
}
.clearfix {zoom:1;}
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.flex {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}
a{
	text-decoration: none;
	color: #333;
	-moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}
address { font-style: normal; }
.center{ text-align: center; }
.right{ text-align: right; }
.red{ color: #ff0000; }

.forSP { display: none; }
.forPC { display: block; }
@media (min-width: 1200px) {
	#navigation.forSP { display: none !important; }
	#navigation.forPC { display: block; }
}
@media (max-width: 1199.9px) {
	#navigation.forSP { display: block; }
	#navigation.forPC { display: none !important; }
}
@media (max-width: 640px) {
	.forSP { display: block; }
	.forPC { display: none; }
}
