@charset	"utf-8";

/* ★★★全体設定 */
html {
    overflow: auto;
}
body{
	background: #3584bb; /* ターコイズ */
	color: #000000; /* 黒 */
	font-family:'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
/*	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", 
                "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; */
	font-weight:normal;
	font-size: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	line-height: 140%;
}

/* ★★★罫線の共通設定 */
hr {	
	border: 1px solid #000000; /* 黒 */
}
/* ★★★見出しの設定 */
#main h1 {
	font-size: 20px;
	color: #FFFFFF;
	width: 90%;
	text-align: center;
	background: #3584bb; /* ターコイズ */
	border-radius:5px;
	padding: 7px; 
	margin: 0 0 20px 0;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 
}
/* ★サブタイトルの設定 */
#main h2 {
	font-size: 18px;
	color: #FFFFFF;
	width: 90%;
	background: #3584bb; /* ターコイズ */
	border-radius:5px;
	padding: 5px 0 5px 20px; 
	margin: 0 0 20px 0;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 
}
#main h2 a{
	color: #FFFFFF !important;
	text-decoration: none;
}
#main h2 a:hover{
	color: #CC3300;
}
/* ★項目名の設定 */
#main h3 {
	font-size: 18px;
	color: #000000; /* 黒 */
	border-left:solid 10px #3584bb; /* ターコイズ */
	border-bottom: solid 1px #3584bb; /* ターコイズ */
	padding: 5px 5px 5px 20px; 
	margin: 0 0 10px 0;
}
#mainismobile h1 {
	font-size: 20px;
	color: #FFFFFF;
	width: 95%;
	text-align: center;
	background: #3584bb; /* ターコイズ */
	border-radius:5px;
	padding: 7px; 
	margin: 0 0 20px 0;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 
}
/* ★サブタイトルの設定 */
#mainismobile h2 {
	font-size: 18px;
	color: #FFFFFF;
	width: 95%;
	background: #3584bb; /* ターコイズ */
	border-radius:5px;
	padding: 5px 0 5px 20px; 
	margin: 0 0 20px 0;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 
}
#mainismobile h2 a{
	color: #FFFFFF !important;
	text-decoration: none;
}
#mainismobile h2 a:hover{
	color: #CC3300;
}
/* ★項目名の設定 */
#mainismobile h3 {
	font-size: 18px;
	color: #000000; /* 黒 */
	border-left:solid 10px #3584bb; /* ターコイズ */
	border-bottom: solid 1px #3584bb; /* ターコイズ */
	padding: 5px 5px 5px 20px; 
	margin: 0 0 10px 0;
}

/* ★★★フッターの設定 */
/* PC用 */
#footer {
	width: 100%;
	height: auto;
	font-size: 100%;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
	background: #3584bb; /* ターコイズ */
	line-height: 140%;
}

#footer img {
	/* 角を丸くする */
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	/* 影をつける */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	/* ボーダー色 */
	border: solid 1px #FFFFFF; /* 白 */
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FF9900; /* オレンジ */
}
/* スマホ用 */
#footerismobile {
	clear: right;
	width: 100%;
	height: auto;
	font-size: 80%;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0;
	padding: 0;
	background: #3584bb; /* ターコイズ */
	line-height: 140%;
}

#footerismobile img {
	/* 角を丸くする */
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	/* 影をつける */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	/* ボーダー色 */
	border: solid 1px #000000; /* 黒 */
}
#footerismobile a {
	color: #FFFFFF;
}
#footerismobile a:hover {
	color: #FF9900; /* オレンジ */
}
/* ★★★ヘッダー設定 */
/* ★PC用 */
#header {
	width: 100%;
	text-align: center;
	background: url( "img/topimage_s.jpg" ) #3584bb; /* ターコイズ */
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
	vertical-align: bottom;
	border-bottom: solid 1px #000000; /* 黒 */
}
#header img{
	margin: 0;
	vertical-align: bottom;
	box-shadow: none;
}
#header a{
	color: #FFFFFF;
}
/* ★スマホ用 */
#headerismobile {
	width: 100%;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: -10px;
	background: #3584bb; /* ターコイズ */
}
#headerismobile img{
	border-top: solid 1px #000000; /* 黒 */
	border-bottom: solid 1px #000000; /* 黒 */
}
/* ★★★メニューの設定 */
/* ★PC用 */
#menubar {
	width: 100%;
	height: 48px;
	text-align: left;
	background: #3584bb; /* ターコイズ */
	display: inline-block;
	border-top: solid 1px #000000; /* 黒 */
	border-bottom: solid 1px #000000; /* 黒 */
}
#menubar li{
	display: inline-block;
	list-style-type:none;
	color:#FFFFFF;
	margin-left:0px;
	margin-right:30px;
}
#menubar li a{
	color:#FFFFFF;
	text-decoration: none;
}
#menubar li a:hover{
	color:#FF9900; /* オレンジ */
}
.menu{
	padding-left: 15px; /* 一番左のメニュー項目の左の隙間 */
}
/* ★スマホ用 */
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb; /* ターコイズ */
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

/* ★★★コンテンツ（ヘッダーとフッターの間）の設定 */
/* ★PC用 */
#content {
	width:100%;
	text-align:left;
	background: url( "img/bg.gif" ) #FFFFFF;
	margin: 0;
	padding: 0;
}
/* ★スマホ用 */
#contentismobile {
	width:100%;
	background: url( "img/bg.gif" ) #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* ★★★メイン枠（左右のサイドバーの間）の設定 */
/* ★PC用 */
#main {
	width: 80%;
	height: auto;
	color: #000000; /* 黒 */
	background: #FFFFFF;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	text-align: center;
	word-wrap: break-word;
	line-height: 220%;
}
#main a{
	color: #300102;
}
/* ★スマホ用 */
#mainismobile {
	width: 95%;
	height: auto;
	color: #000000; /* 黒 */
	background: #FFFFFF;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;	
	padding-bottom: 20px;
   	line-height: 210%;
}
#mainismobile h2 a{
	color: #FFFFFF;
}
/* ★★★画像の設定 */
#main img {
	/* 角を丸くする */
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	/* 影をつける */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	/* ボーダー色 */
	border: solid 0.5px #CCCCCC;
}
#mainismobile img{
	max-width:100%;
	max-height:100%;
	/* 角を丸くする */
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	/* 影をつける */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	/* ボーダー色 */
	border: solid 1px #CCCCCC;
}

/* ★★★テーブルの設定 */
/* ★class="hyou1"PC用 */
#main .hyou1{
	max-width: 90%;
	overflow: hidden;
	word-break: break-all;
	border: 0.5px solid #3584bb; /* ターコイズ */
	border-collapse:separate;
	padding:0;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 
	border-spacing: 0;
}
#main .hyou1 th{
	text-align: left;
	padding: 5px;
	overflow: hidden;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	word-break: break-all;
	vertical-align: top;
	background: #D3E7F3; /* 薄青 */
	border: 0.5px solid #3584bb; /* ターコイズ */
}
#main .hyou1 td{
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	border: 0.5px solid #3584bb; /* ターコイズ */
	background-color: #FFFFFF;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
/* ★class="hyou1"スマホ用 */
#mainismobile .hyou1{
	margin-left: auto;
	margin-right: auto;
	width:95%;
	overflow: hidden;
	word-break: break-all;
	border: 0.5px solid #3584bb; /* ターコイズ */
	border-collapse:separate;
	padding:0;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 
	border-spacing: 0;
}
#mainismobile .hyou1 th{
	display: block;
	padding: 5px;
	overflow: hidden;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	word-break: break-all;
	vertical-align: top;
	background: #D3E7F3; /* 薄青 */
	border: 0.5px solid #3584bb; /* ターコイズ */
}
#mainismobile .hyou1 td{
	display: block;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	border: 0.5px solid #3584bb; /* ターコイズ */
	background-color: #FFFFFF;
	overflow: hidden;
	word-break: break-all;
}
/* ★class="hyou2"PC用 */
#main .hyou2{
	width: auto;
	border: none; 
	margin-bottom: 10px;
	max-width: 90%
}
/* ★class="hyou2"スマホ用 */
#mainismobile .hyou2{
	max-width:95%;
	border: none; 
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#mainismobile .hyou2 th{
	padding: 5px;
	word-break: break-all;
}
#mainismobile .hyou2 td{
	word-break: break-all;
	padding: 5px;
}

/* ★★★お問い合わせフォームの設定 */
.forms {
	margin:0;
}
.forms li {
	margin:0;
	list-style:none
}
.forms label {
	cursor:pointer;
	display:block;
}
.forms input,.forms textarea {
	border:1px solid #300102;
	border-radius:5px;
	padding:8px;
}
.forms li .error {
	color:red
}
.forms li.textarea .error {
	display:block;
	position:absolute;
	right:0;
	top:0
}
.forms li.buttons button {
	cursor:pointer;
	padding:8px
}
/* ★★★ページの一番上にもどるボタンの設定 */
/* （参考）http://wp.myafi.net/social_box/ */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: inline-block;
	padding: 12px 4px 0 4px;
	border-radius: 30px;
	box-shadow: #ccc 0px 3px 3px; /* 影を付ける */
	width: 35px;
	height: 35px;
	background-color: #3584bb; /* ターコイズ */
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
	color: #FF9900 !important; /* オレンジ */
}
/* ★★★Webアイコンフォントの設定 */
.fa {
	display: inline-block;
	color:#FFFFFF;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* ★Google翻訳 */
#google_translate_element{
	width:100%;
	background:#FFF8E8; /* 薄いベージュ */
	text-align:center;
	border-bottom:solid 1px #300102;
}
/* ★画像エフェクト（全体を拡大する） */ 
.scale img{
  	transition: 0.3s;
}
.scale img:hover{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: 1px 2px 3px #CCCCCC;
}



