@charset "utf-8";
@import url("html5reset-1.6.1.css");
@font-face {
  font-family: "C-Min";
  src: url("https://yeah.but.jp/font/C-Min-ver2.woff2") format("woff2");
@format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*!
 * Template: 17-marine v1.0.0 (https://klee.mypace.net/)
 * Copyright 2014 klee
 * Licensed under MIT (https://opensource.org/licenses/mit-license.php)
 */
/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #202f55;
	font-size: 13px;
        line-height:150%;
	font-family: "C-Min", 'Yusei Magic', "源ノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	}

/* 背景 */
body{
	background:#eeeeee;
	}

/* ヘッダー */
#header{
	margin-bottom: 40px;
	}
#header a{
	text-decoration: none;
	}
/* サイトタイトル */
h1, h1 a:link, h1 a:visited{
	margin: 20px 0 10px;
	font-weight: normal;
	font-size: xx-large;
	}
/* メニュー */
ul#menu{
	margin: 0 0 20px;
	}
ul#menu li{
	display: inline-block;
	padding: 0 10px;
	}

/* コンテンツ */
.content{
	background: #ffffff;
	border-radius:20px;
	padding: 20px;
	margin-bottom: 30px;
	}
.content.nobg{
	background: none;
	}

ul.text{
	list-style: none;
	}
.text li a{
	margin: 0 10px 0;
	}
dl.long dd{
	padding-left: 10px;
	}
dl.d dt {
	float: left;
	width: 7em;
	height:auto;
	}
dl.d dd {
	margin: 0px 0px 5px 7em;
	padding-left: 1em;
	}
ul.short li{
	list-style: none;
	display: inline;
	border-right: 1px solid;
	padding-right: 7px;
	margin-right: 5px;
	}
ul.short li:last-child{
	border: none;
	}

/* リンクページ */
dl.link{
	clear: left;
	margin: 5px 0;
	}
dl.link.last{
	margin: 5px 0 20px;
	}
dl.link dt{
	float: left;
	margin: 0 10px 0 0;
	}
dl.link dt a{
	background: transparent;
	}
dl.link dd{
	padding-left: 210px;
	}
dl.link::after{
	visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
	}
ul.link li{
	display: inline;
	padding-right: 10px;
	}

/* ページリンク */
#footer{
	border-top: 4px double;
	text-align: center;
	margin: 30px auto;
	padding: 20px;
	}
#footer li{
	padding: 0 30px;
	display: inline;
	}
.pagetop{
	text-align: right;
	}
.pagetop a{
	background: transparent;
	}

/* メールフォーム */
textarea{
	width: 80%;
	padding: 4px;
	overflow:auto;
	}
input{
	padding: 3px 5px;
	}
input.name{
	margin-bottom: 10px;
	}
textarea,input{
	border: 1px solid;
	background-color: #f8f8f8;
	}
.bottom{
    vertical-align: bottom;
    }

/* 見出しなど */
h2{
	border-bottom: 2px dotted;
	font-weight: normal;
	font-size: 14px;
	padding: 0 0 5px;
	margin: 0 0 15px;
	}
h3{
	padding: 0 15px;
	margin: 5px 0;
	}
strong{
	color: #ff0000;
	font-weight: normal;
	}
em{
	font-style: normal;
	font-weight: bold;
	}
.box{
	border: 1px dotted;
	border-radius:20px;
	padding: 10px;
	}
hr{
	border: none;
	border-bottom: 1px dotted;
	margin: 10px;
	}

/* リンク設定 */
a {
    color: #333333;
    /*transition: 0.2s;*/
    /*アニメーション*/
}

a:hover,
a:active{
	color: #909090;
	opacity:0.5;
	}

/* 著作権表示 */
#copy{
	width: 99%;
	margin: 0 0 20px;
	text-align: center;
	font-size: 9pt;
	}
#copy,#copy a{
	font-size: 9pt;
	text-decoration: none;
	}

/* 骨組み */
#container {
	margin: 0 auto;
	padding: 0 0 0 1%;
	padding: 0 10px;
	max-width: 1400px;
	}
.onerow {
	clear: both;
	padding: 0 10px;
	}
.onerow::after{
	visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
	}
.col5, .col7, .col12, #header {
	float: left;
	margin: 0 3% 0 0;
	}
.col5.last, .col12, #header{
	margin: 0;
	}

.col5 { width: 39.5%; }
.col7 { width: 56.5%; }
.col12{ width: 99%; margin: 0; }
#header{ width: 98%; margin: 0; border: 4px double; border-radius:30px;margin: 30px 0;text-align: center;}

/* メニュードロップダウン化 */
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {
  border-left: none; /* メニューアイテムの左ボーダー */
  position: relative;
}
.menu-item:last-child {
  border-right: none; /* 最後のメニューアイテムの右ボーダー */
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
}

.menu-item a {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  background-color: #cfcfcf; /* ドロップダウンメニューの背景色 */
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  width: max-content;
  z-index: 1;
  display:flex;
  flex-flow: column;
}


/* 小さい画面での表示 */
@media all and (max-width: 768px) {
	.onerow {
	padding: 0 10px;
	}
	#header, .col5, .col7 {
		float: none;
		width: 99%;
	}
#header{width: 97%;}

/* メニュードロップダウン化 */
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {
  border-left: none; /* メニューアイテムの左ボーダー */
  position: relative;
}
.menu-item:last-child {
  border-right: none; /* 最後のメニューアイテムの右ボーダー */
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
}

.menu-item a {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  background-color: #cfcfcf; /* ドロップダウンメニューの背景色 */
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  width: max-content;
  z-index: 1;
  display:flex;
  flex-flow: column;
}


}
#iframe{
  scrolling="yes"}

	/* Q:引用(Quote) */
	.decorationQ {
		border-left: 5px double #436994;
		margin: 1em 0.3em 1em 1em;
		padding: 0.75em 0.5em;
		background-color: #eeeeee;
		font-size: 0.95em;
		display: block;					/* ※Ver 2.2.0以降必須の記述 */
	}
	.decorationQ::before,
	.decorationQ::after {
		content: '';			/* 標準で付加されてしまう引用符を無効にする */
	}
	.decorationQ + br {
		display: none;	/* 引用直後の改行を無効化する */
	}
	/* S:小さい文字 */
	.decorationS {
		font-size: 0.9em;
	}
	/* T:極小文字 */
	.decorationT {
		font-size: 0.7em;
	}

/* カスタム絵文字 */
.cemoji img{transition: transform .2s ease;}
.cemoji img:hover{transform: scale(1.2);}

