@charset "utf-8";

/*------------------
    Google Font
--------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap');

/*-------------------------------------------
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
-------------------------------------------*/
/* Font Awesome
---------------------------------------------
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 5 Brands";

Solid→ font-weight: 900;
Regular→ font-weight: 400;
Brands→ font-weight: 400;
--------------------------------------------- */


/* reset
---------------------------------------------------- */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
/*	vertical-align:middle; */
/*	background:transparent;
	-webkit-text-size-adjust: 100%;
    */
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
* {margin:0px; padding:0px;}
html {
	overflow-y: scroll;
}
.clearfix:after {
  content: "";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
	}

.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden!important;
	}

.clear{clear:both !important;}

body{
	font-size:90%;
	line-height:180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#333;
    max-height: 999999px; 
}
body{ margin:0px ; padding:0px;}

#pagetop {
    position: fixed;
    bottom: 0px;
    right: 5px;
    z-index: 9999;
    cursor:pointer;
}

/* common
----------------------------------------------------------*/
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mr6{margin-right: 6px;}
.ml6{margin-left: 6px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.tac {text-align: center;}
.tar {text-align: right;}
.shadow { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);}
.red{color: rgba(255,0,4,1.00);}



/*---------------------------------
    contents
---------------------------------*/
.contents{
    width: 100%;
    margin: 0px auto 20px;
    padding: 0px; 
}
.contents p{
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.00em;
    margin: 0px 0px 10px;
    padding: 0px;
}
.h3midashi{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.00em;
    margin: 0px 0px 30px;
    padding: 0px;
}
.komidashi{
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    text-align: left;
    letter-spacing: 0.05em;
    margin: 0px 0px 20px;
    padding: 0px;
}
.h4midashi{
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    text-align: left;
    letter-spacing: 0.05em;
    margin: 30px 0px 10px;
    padding: 0px 0px 0px 5px;
}
.h4midashi::before{
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:7px;
    color: #00aac3;
}
@media only screen and (max-width:1140px){
    .h3midashi{
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 160%;
        text-align: left;
        letter-spacing: 0.00em;
        margin: 0px 0px 30px;
        padding: 0px;
    }
}
@media only screen and (max-width:767px){
    .h3midashi{
        font-family: 'Noto Serif JP', serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 160%;
        text-align: left;
        letter-spacing: 0.00em;
        margin: 0px 0px 30px;
        padding: 0px;
    }
    .komidashi{
        font-size: 16px;
        font-weight: bold;
        line-height: 160%;
        text-align: left;
        letter-spacing: 0.05em;
        margin: 30px 0px 10px;
        padding: 0px;
    }
    .h4midashi{
        font-size: 16px;
        font-weight: bold;
        line-height: 160%;
        text-align: left;
        letter-spacing: 0.05em;
        margin: 30px 0px 10px;
        padding: 0px 0px 0px 5px;
    }
}

.photo{
	width: 75%;
	margin: 0px auto 20px 0px;
}
.photo h5{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 7px;
}
.shadow { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);}
.photo img{
	border: solid 5px #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.50);
}
@media only screen and (max-width:767px){
	.photo{
		width: 75%;
		margin: 0px auto 20px;
	}
}
/* ----------------------------------
 	print
------------------------------------ */
@page {
    size: A4 portrait;
    margin: 5mm 3mm;
    padding: 0mm 0mm 0mm 0mm;
}


