@charset "utf-8";

/*
Theme Name: fuzuki_common
Description:
Version: 1.0
*/


/* ************************************************ 
*	基本設定
* ************************************************ */
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Lora', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 13px;
	letter-spacing: 0.03em;
	background: rgba(243,235,0,1.0);
	color: rgba(33,33,33,1.0);
	line-height: 200%;
	-webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*フェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.fadein {
    opacity : 0;
    transform : translate(0, 75px);
    transition : all 1000ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* リンク */

a{
	color: rgba(33,33,33,1.0);
	text-decoration:none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

a:hover{
	color: rgba(33,33,33,0.5);
}

a:active, a:focus {
	outline: 0;
}

/* 画像 */

img{
	border:0;
	padding:0px;
	margin:0px;
	backface-visibility: hidden;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding:0px;
	margin: 0 0 10px 15px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0 15px 10px 0;
	display: inline;
}

p img {
	margin: 15px 0px 15px 0px;
}

div.wp-caption {
	margin:0px 0px 10px 0px;
}
div.alignright img {
	padding:0px;
	margin: 0px 0px 0px 15px;
}
div.alignleft img {
	padding:0px;
	margin: 0px 15px 0px 0px;
}

.wp-caption-text {
	text-align: center;
	font-size: 11px;
}


/* フロート */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* リスト */

ol{
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

li a{
color:#B1B1B1;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

li a:hover{
color:#B1B1B1;
}

/* ************************************************ 
*	全体Wrapper
* ************************************************ */	

.wrapper {
	margin: 70px auto 0px auto; 
	max-width: 850px;
	padding:0px 10px;
	_width: 850px;
}


/* ************************************************ 
*	ヘッダー
* ************************************************ */

#header {
    width: 100%;
    background: rgba(239,239,239,0.0);
    position: absolute;
    /*position: fixed;*/
    top: 2px;
    z-index: 2;
    padding: 0px 0px 0px 0px;
    height: 140px;
}

.header {
	width: 100%;
	top: 0;
	padding: 0px 0px 0px 0px;
	height: 140px;
}

#header h1 {
	text-align:center;
	margin: 0;
}

.logo {
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}

.logo img {
	width: 90px;
}

ul.head_r {
	list-style: none;
	position: absolute;
    right: 40px;
    top: 22px;
    width: auto;
    z-index: 999;
	cursor: pointer;
	font-size: 0;
}
ul.head_r li {
	list-style: none;
	display: inline-block;
	width: 22px;
	margin: 0px 5px 0px 5px;
}


/*btm fix link---------*/
.btm_fix {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 220px;
	border: 1px rgba(33,33,33,1.0) solid;
	/*border-radius: 6px;*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.head-cont-f a {
	color: rgba(255,255,255,1.0);
	background: rgba(33,33,33,1.0) /*url("./images/ico-store-w.svg") no-repeat  15px 13px / 13px 10px*/;
	display: block;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 6px 20px 6px 20px;
    /*border-radius: 5px;*/
}

.head-cont-f:hover > a,
.head-cont-f a:hover {
	color: rgba(33,33,33,1.0);
	background: rgba(255,255,255,1.0) /*url("./images/ico-store-w.svg") no-repeat  15px 13px / 13px 10px*/;
}
/*---------btm fix link*/

@media only screen and (max-width: 767px) {

/*btm fix link---------*/
.btm_fix {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 180px;
	border: 1px rgba(33,33,33,1.0) solid;
	/*border-radius: 6px;*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.head-cont-f a {
	color: rgba(255,255,255,1.0);
	background: rgba(33,33,33,1.0) /*url("./images/ico-store-w.svg") no-repeat  15px 13px / 13px 10px*/;
	display: block;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 6px 20px 6px 20px;
    /*border-radius: 5px;*/
}

.head-cont-f:hover > a,
.head-cont-f a:hover {
	color: rgba(33,33,33,1.0);
	background: rgba(255,255,255,1.0) /*url("./images/ico-store-w.svg") no-repeat  15px 13px / 13px 10px*/;
}

/*---------btm fix link*/

}


/*固定用*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

/* ************************************************ 
*	TOP 
* ************************************************ */
.box_dl {
	width: 400px;
	margin: 30px auto;
}

.tl_meeting {
	font-size: 16px;
	letter-spacing: 0.03em;
	color: rgba(255,255,255,1.00);
	background: rgba(33,33,33,1.00);
	margin: 20px 0px 40px 0px;
	width: 100%;
}
.tl_meeting_tl{
	font-size: 180%;
	letter-spacing: 0.03em;
	margin: 0px 0px 10px 0px;
}
.tl_meeting_time {
	margin: 0px 0px 30px 0px;
}

.largetex {
	font-size: 150%;
}

.peatix {
	width: 200px;
	margin: 0px 0px 20px 0px;
}

.direct-btn {
	width: 100%;
	margin: 0px auto 0px auto;
}

.direct-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 6px 20px;
    width: 100%;
    color: rgba(33,33,33,1.00);
    font-size: 15px;
	letter-spacing: 0.02em;
    background-color: rgba(255,255,255,1.00);
    border: 1px solid rgba(33,33,33,1.00);
    /*border-radius: 50vh;*/
}

.direct-btn a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: rgba(33,33,33,1.00);
}

.direct-btn a:hover {
	color: rgba(255,255,255,1.00);
	background-color:rgba(33,33,33,1.00);
}
.direct-btn a:hover::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: rgba(255,255,255,1.00);
}

.cont-wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 20px;
}

.item02 {
    width: 48%;
}

.mapbox {
    position: relative;
    width: 100%;
    /*padding-top: 75%;*/
    padding-top: 60%;
}
.mapbox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	/*filter: grayscale(1);*/
}

table.tb_m3 {
	width: 100%;
	border-top: 1px solid rgba(0,0,0,1.00);
	border-bottom: 1px solid rgba(0,0,0,1.00);
	border-collapse: collapse;
}

table.tb_m3 th {
	width: 20%;
	border-bottom: 1px dotted rgba(0,0,0,1.00);
	border-collapse: collapse;
	vertical-align: top;
}

table.tb_m3 td {
	width: auto;
	border-bottom: 1px dotted rgba(0,0,0,1.00);
	border-collapse: collapse;
	vertical-align: top;
}



/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	

#main {
	margin: 0px 0 40px 0;
	padding: 0 0 0 0;
}

p {
    font-size: 13px; 
    color: rgba(33,33,33,1.0);
    line-height: 200%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

p a {
	color:rgba(33,33,33,1.0);
	text-decoration:underline;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

p a:hover {
	color:rgba(33,33,33,0.5);
}

p a:active, a:focus {
	outline: 0;
}


a.mline::after{
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
    content: "\f15b";
    padding-left: 5px;   
	text-decoration: none;
}

/* ************************************************ 
*	フッターエリア
* ************************************************ */	

#footer {
	background: rgba(33,33,33,1.0);
	color: rgba(255,255,255,1.0); 
	clear:both;
	width:100%;
	font-size: 12px;
	margin: 0px auto 0px auto;
	padding: 50px 0 50px 0;
}

.footer-inner {
	margin: 0px auto 0px auto;
	max-width: 100%;
	_width: 100%;
}

#footlogo {
	text-align:center;
	position: relative;
	margin: 0 auto 0px auto;
	padding: 0 0 0 0;
}

#footlogo img {
	margin: 0px 15px 50px 15px;
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity:0.5;*/
	width: 80px;
}

.footacc {
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 200%;
	margin: 0px auto 40px auto;
	letter-spacing: 0.05em;
}
.footacc p {
	font-size: 12px;
	color: rgba(255,255,255,1.0);
}
.footacc a {
	color: rgba(255,255,255,1.0);
	text-decoration: underline;
}
.footacc a:hover {
	color: rgba(2255,255,255,0.6);
	text-decoration: underline;
}

#sociallink {
	text-align:center;
	position: relative;
	margin: 0 auto 10px auto;
	padding: 0 0 0 0;
}
#sociallink img {
	width: 30px;
	margin: 0px 3px 0px 3px;
}
#sociallink a {
	opacity: 0.9;
}

#copyright {
	font-size:10px;
	line-height: 160%;
	letter-spacing: 0.05em;
	text-align:center;
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

.footer-nav {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 30px 0px;
	/*border-bottom: 1px solid #E3E3E3;*/
}

.footer-nav:after{
	clear: both;
}

.footer-navbox {
	width: auto;
	margin: 30px auto 5px auto;
	text-align: center;
}
	

#footer ul.footer-navleft {
	list-style: none;
	display: inline;
}

#footer ul.footer-navleft li {
	list-style: none;
	display: inline;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	/*float: left;*/
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.08em;
}

#footer ul.footer-navleft li a,
#footer ul.footer-navright li a {
	color: rgba(200,200,200,1.0);
}

#footer ul.footer-navleft li a:hover,
#footer ul.footer-navright li a:hover {
	color: rgba(200,200,200,0.6);
}

/* ************************************************ 
*	文字サイズ
* ************************************************ */

.moji100px {font-size: 100px;line-height: 170%;}
.moji90px {font-size: 90px;line-height: 170%;}
.moji80px {font-size: 80px;line-height: 170%;}
.moji70px {font-size: 70px;line-height: 170%;}
.moji60px {font-size: 60px;line-height: 170%;}
.moji50px {font-size: 50px;line-height: 170%;}
.moji40px {font-size: 40px;line-height: 170%;}
.moji30px {font-size: 30px;line-height: 170%;}
.moji29px {font-size: 29px;line-height: 170%;}
.moji28px {font-size: 28px;line-height: 170%;}
.moji27px {font-size: 27px;line-height: 170%;}
.moji26px {font-size: 26px;line-height: 170%;}
.moji25px {font-size: 25px;line-height: 170%;}
.moji24px {font-size: 24px;line-height: 170%;}
.moji23px {font-size: 23px;line-height: 170%;}
.moji22px {font-size: 22px;line-height: 170%;}
.moji21px {font-size: 21px;line-height: 170%;}
.moji20px {font-size: 20px;line-height: 170%;}
.moji19px {font-size: 19px;line-height: 170%;}
.moji18px {font-size: 18px;line-height: 170%;}
.moji17px {font-size: 17px;line-height: 170%;}
.moji16px {font-size: 16px;line-height: 170%;}
.moji15px {font-size: 15px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji11px {font-size: 11px;line-height: 170%;}
.moji10px {font-size: 10px;line-height: 150%;}
.moji9px {font-size: 9px;line-height: 370%;}

.mincho {
font-family: 'Lora', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho",HGS明朝E,メイリオ,Meiryo,serif;
}

.bold {
font-weight: bolder;
}

.italic {
font-style: italic; 
}


/* ************************************************ 
*   レスポンシブ
* ************************************************ */

/* 画面の横幅が980px〜1240pxまで */

@media only screen and (min-width: 980px) and (max-width: 1240px) {

}

/* PC 画面の横幅が980px以上 */

@media only screen and (min-width: 980px) {
}

/* 画面の横幅が1024pxまで */
@media only screen and (max-width: 1024px) {

}

/* Tablet (Portrait) 画面の横幅が768px〜979pxまで */

@media only screen and (min-width: 768px) and (max-width: 979px) {

}

/* Mobile (Portrait) 画面の横幅が767pxまで */

@media only screen and (max-width: 768px) {

.wrapper { 
	position: relative;
	width: 90%;
	padding: 0;
	margin: 60px auto 0px auto;
	clear: both;
	max-width: 90%;
	_width: 90%;
}
	
#header {
	width: 100%;
	background: none;/*rgba(33,33,33,0.9)*/
	position: fixed;
	top: auto;
	z-index: 2;
	padding: 0px 0px 0px 0px;
	height: 0px;
	/*height: 90px;*/
}
.adj-sp-head {
    height: 90px;
}
	
.adj-sp-head02 {
    height: 90px;
	clear: both;
}
	
.header {
	width: 100%;
	position: relative;
	top: 0;
	padding: 0px 0px 0px 0px;
	height: auto;
}

.logo { 
	text-align:center; 
	padding: 0px 0px 0px 0px; 
}

#header h1 { 
	float: none; 
	margin-top: 0px; 
	margin-bottom: 0px; 
}
.logo {
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
.logo img {
	width: 60px;
}
	
ul.head_r {
	list-style: none;
	position: absolute;
    right: 15px;
    top: 18px;
    width: auto;
    z-index: 999;
	cursor: pointer;
	font-size: 0;
}
ul.head_r li {
	list-style: none;
	display: inline-block;
	width: 18px;
}

.footer-inner { width: 90%;}
.footer-navbox { width: auto; margin: 15px auto 5px auto; }
#footer ul.footer-navright { list-style: none; text-align:left; float: left; margin: 10px 0px 0px 0px; padding-bottom: 20px; }
.footer-nav { border-bottom: none; }
#footer ul.footer-navleft {
	list-style: none;
	display: block;
}
#footer ul.footer-navleft li {
	list-style: none;
	display: inline-block;
	padding: 10px 5px 10px 5px;
	/*float: left;*/
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.02em;
}
#footlogo img {
	width: 65px;
}
#copyright {
	font-size:10px;
	letter-spacing: 0.05em;
	text-align:center;
	position: relative;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
}

/* ************************************************ 
*	TOP 
* ************************************************ */
.box_dl {
	width: 100%;
	margin: 30px auto;
}

.tl_meeting {
	font-size: 16px;
	letter-spacing: 0.03em;
	color: rgba(255,255,255,1.00);
	background: rgba(33,33,33,1.00);
	margin: 20px 0px 40px 0px;
	width: 100%;
}
.tl_meeting_tl{
	font-size: 180%;
	letter-spacing: 0.03em;
	margin: 0px 0px 10px 0px;
}
.tl_meeting_time {
	margin: 0px 0px 30px 0px;
}

.largetex {
	font-size: 135%;
}

.peatix {
	width: 200px;
	margin: 0px 0px 20px 0px;
}

.direct-btn {
	width: 100%;
	margin: 0px auto 0px auto;
}

.direct-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 6px 20px;
    width: 100%;
    color: rgba(33,33,33,1.00);
    font-size: 15px;
	letter-spacing: 0.02em;
    background-color: rgba(255,255,255,1.00);
    border: 1px solid rgba(33,33,33,1.00);
    /*border-radius: 50vh;*/
}

.direct-btn a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: rgba(33,33,33,1.00);
}

.direct-btn a:hover {
	color: rgba(255,255,255,1.00);
	background-color:rgba(33,33,33,1.00);
}
.direct-btn a:hover::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: rgba(255,255,255,1.00);
}

.cont-wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 0px;
}

.item02 {
    width: 100%;
	margin: 0px 0px 20px 0px;
}

.mapbox {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.mapbox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
	
table.tb_m3 {
	width: 100%;
}

table.tb_m3 th {
	width: 100px;
	border-bottom: 1px dotted rgba(0,0,0,1.00);
	border-collapse: collapse;
	vertical-align: top;
}

table.tb_m3 td {
	width: auto;
	border-bottom: 1px dotted rgba(0,0,0,1.00);
	border-collapse: collapse;
	vertical-align: top;
}
	
}


/* *****************************************************************
*   レスポンシブ（外部サービス対策用）
* ***************************************************************** */

/* YouTube embed
---------------------------------------------------- */

.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}
.youtube iframe,
.youtube object,
.youtube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

