@charset "utf-8";

/* bootstrap.css基本の打消し
---------------------------------------------------- */
body{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-weight:normal; clear:both}
p{ margin:0; padding:0}

.navbar {
  margin-bottom:0;
  border:none;
}

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #eee;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}

img.img-fluid {display: block;}

@media (min-width: 768px) {
  .modal-dialog {max-width: 650px;}
}

.ind1 {position: relative; z-index: 1;}
.ind2 {position: relative; z-index: 2;}
.ind3 {position: relative; z-index: 10 !important;}

/* 全体構造
---------------------------------------------------- */
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:baseline;
	background:transparent;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clear{clear:both;}
img{border:0;vertical-align:bottom;}
a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
hr {
    display:block;
    height:1px;
    border-top:1px dotted #333;
    margin:0 0 20px 0;
    padding:0;
}
body{
	font-size: 100%;
	line-height: 195%;
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	letter-spacing: 1px;
	overflow-x: hidden;
}

/*header,main,footer{font-family: 'Noto Sans JP', sans-serif;}*/
header,main,footer{font-family: 'Noto serif JP', sans-serif;}

/* Bootstrapの scroll-behavior: smooth; を無効化
---------------------------------------------------- */
html {scroll-behavior: auto !important;}

/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#333;}

/* content
---------------------------------------------------- */
main { line-height: 1.8em; font-size: 100%;}

/* index.html
---------------------------------------------------- */
#mainimage{padding-top: 0}

/* フッター
---------------------------------------------------- */
#footer01{
	clear: both;
	width: 100%;
  background: #fff;
}

/* フッター　上下余白
---------------------------------------------------- */
@media only screen and (max-width: 767px) { .f-yohaku01{ padding:30px 0; font-size: 13px; line-height: 23px; letter-spacing: 2px;}}
@media print, screen and (min-width: 768px) {.f-yohaku01{padding:80px 0; font-size: 13px; letter-spacing: 2px;}}
@media print, screen and (min-width: 992px) {.f-yohaku01{padding:100px 0;font-size: 13px;}}

/* フッター　住所等
---------------------------------------------------- */
.f-info{
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .f-info{
    text-align: left;
    margin-bottom: 0;
  }
}

/* フッター　ロゴ
---------------------------------------------------- */
.f-logo {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	}
@media print, screen and (min-width: 768px) {
.f-logo{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 30px;
	}
}

/* フッター　住所
---------------------------------------------------- */
.f-address{
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .f-address{
    margin-bottom: 0px;
  }
}

/* フッター　アクセスへのリンク
---------------------------------------------------- */
.f-address i{
  color: #0b3a70 !important;  /* 任意色 */
  margin:0 0 0 10px;
}
.f-address i:hover{
  color: #2691e0;  /* 任意色 */
}

/* フッター　　モバイル　電話ボタン
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.btn-bottom-tel{
	color: #fff;
	display: block;
	border:0px;
	background-color: #222;
	text-align: center;
	padding: 20px 0;
  font-size: 16px;
	margin-bottom: 10px;
	}
}

/* フッター　FAX
---------------------------------------------------- */
@media only screen and (max-width: 767px) {.f-info .fax{margin-bottom: 20px;}}
@media print, screen and (min-width: 768px) {.f-info .fax{margin-bottom: 20px;}}

/* フッター　インスタグラム
---------------------------------------------------- */
.icon_instagram i{text-align: left;}
.icon_instagram{
  display: inline-block;
  font-size: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background: linear-gradient(25deg, #fec100 10%, #eb503d 50%, #991df5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* フッターのナビ
---------------------------------------------------- */
.textlink {width:100%; text-align:left;}
.textlink ul{list-style:none;}
.textlink li{line-height: 100%;	display: block;}
.textlink li a{
	display:block;
	padding: 10px 0px;
	color: #333;
	border-bottom:1px solid #eee;
	text-align: left;
	line-height: 22px;
}
.textlink a:link,
.textlink a:visited,
.textlink a:hover,
.textlink a:active{color: #333 !important; text-decoration:none}

/* モバイル（767px以下）
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.textlink ul li a:before{
	font-family: "Font Awesome 5 Free";
	content:" \f054";
	float: right;
	font-weight: bold;
	color: #333;
	font-size: 10px;
	padding: 2px 10px 0 0;
	}
}

/* 768px以上
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.textlink {
  float: left;
  width: 50%;
	background:transparent;
	margin-bottom:15px;
	}
.textlink li a{
	padding:0 0 15px 0;
	border-bottom: 0px solid #eee;
	text-align: left;
	}
.textlink a:link, #textlink a:visited, #textlink a:active {color:#fff;}
.textlink a:hover {color:#fff; text-decoration: underline;}
.textlink ul li a:before{
	font-family: "Font Awesome 5 Free";
	content:" \f068";
	float: left;
	font-weight: bold;
	color: #333;
	font-size: 7px;
	padding: 1px 10px 0 0;
	}
}

/* コピーライト
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.copyright{
  text-align: center;
  margin: 20px 0 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .copyright{
    text-align: left;
  }
}

/* contact.html
---------------------------------------------------- */
/* contact_box
------------------------- */
.contact_box{ 
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/* フォームのテーブル
------------------------- */
.table_form {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}

.table_form th,
.table_form td {
  width: 100%;
  padding: 15px 15px 5px 15px;
  display: block;
  font-weight: normal;
  font-size: 1rem;
}

.table_form td {
  border-bottom: 1px solid #ccc;
  padding-top: 0;
  padding-bottom: 15px;
}

.table_form th span {
  font-size: 0.8rem;
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
  float: right;
  background-color: #d00a0a;
}


@media print, screen and (min-width: 768px) {
  .table_form {
    margin-bottom: 60px;
  }
  .table_form th {
    width: 35%;
    padding: 15px 20px;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    border-bottom: 1px solid #ccc;
  }
  .table_form td {
    width: 65%;
    padding: 15px 25px;
    display: table-cell;
    border-bottom: 1px solid #ccc;
  }
}

@media print, screen and (min-width: 992px) {
  .table_form th {
    width: 35%;
  }
}


/* form
---------------------------------------------------- */
/*.required input[type="text"],
.required input[type="password"],
.required select,
.required textarea {
  border: 1px solid #c36;
}*/

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  margin: 2px 0 5px 0;
}

input,
select,
textarea {
  font-size: 1rem;
  vertical-align: middle;
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: #06c;
  outline: none;
  box-shadow: 0 0 4px rgba(0, 102, 204, 0.5);
}

textarea {
  width: 100%;
  resize: vertical;
}


input, textarea {
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit; /* 親要素のフォントを継承 */
}

.table_form label{font-weight: normal !important; margin-right:20px;}

/* モバイル */
.slc1 {
  display: inline-block;
}
.nengou div,
.year div,
.month div,
.day div {
  display: inline-block;
  margin: 12px 0 0 12px;
}

/* 768px以上 */
@media print, screen and (min-width: 768px) {
  .nengou, .year, .month, .day {
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-left: 8px;
  }
  .nengou {
    width: 150px;
    padding: 0 0 15px 0;
  }
  .year,
  .month,
  .day {
    width: 130px;
  }
  .nengou div,
  .year div,
  .month div,
  .day div {
    margin: 12px 0 0 8px;
  }
}

/* 992px以上 */
@media print, screen and (min-width: 992px) {
  .year,
  .month,
  .day {
    width: 150px;
  }
}

.w300 {width:100%; display: inline-block;}
@media print, screen and (min-width: 768px) {.w300 {width:300px;}}

.form-control {
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.6;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control:not([size]):not([multiple]) {height: auto !important;}

/* 個人情報保護方針
---------------------------------------------------- */
/* 見出し
---------------------------------------------------- */
.title_policy{
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .title_policy{
    font-size: 25px;
    margin-bottom: 20px;
    }
}

/* 確認画面、送信のボタン
---------------------------------------------------- */
.btn_send {
  display: inline-block;
  width: 150px;
  padding: 20px 5px;
  margin:0 5px;
  text-align: center;
  color: #fff !important;
  background: #333 !important;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
.btn_send {
  width: 200px;
  }
}

.btn_send:visited {
  color: #fff !important;
}
.btn_send:hover,
.btn_send:active {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* 戻るボタン
---------------------------------------------------- */
.btn_back {
  display: inline-block;
  width: 150px;
  padding: 20px 5px;
  margin:0 5px;
  text-align: center;
  color: #fff !important;
  background: #aaa;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
.btn_back {
  width: 200px;
  }
}

.btn_back:visited {
  color: #fff !important;
}
.btn_back:hover,
.btn_back:active {
  background: #666 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* ポリシー
---------------------------------------------------- */
#policy{
	padding: 10px;
	height: 200px;
	overflow:scroll;
	overflow-x:hidden;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom: 15px;
	}	
@media print, screen and (min-width: 768px) {
#policy{
	padding: 10px;
	height: 300px;
	overflow:scroll;
	overflow-x:hidden;
	border:1px solid #ccc;
	margin-bottom: 40px;
	background: #fff;
	}
}
@media print, screen and (min-width: 992px) {
#policy{
	padding: 30px;
	}
}

#policy a:link, #policy a:visited,
#policy a:hover, #policy a:active{text-decoration:underline; color:#999;}

#policy::-webkit-scrollbar{ /* スクロールバー本体 */
	width: 5px;
	background: #ccc;
}
#policy::-webkit-scrollbar:horizontal{ /* 横方向のスクロールバー本体 */
	width: 5px;
	background: #ccc;
}
#policy::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
	background: #999;
	border-radius: 2px;
}
#policy::-webkit-scrollbar-thumb:horizontal{ /* 横方向のスクロールバーの動く部分 */
	background: #333;
	border-radius: 2px;
}
#policy::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
	background: #fff;
}
#policy::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
	background: #fff;
}
#policy::-webkit-scrollbar-corner{ /* スクロールバー角 */
	background: transparent;
}

.con-ul{
	padding-left:20px;
	list-style:decimal;
	margin-bottom: 20px;
	}
.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}
#policy h3{
	font-size:18px;
	line-height: 28px;
	margin-bottom: 10px;
	border-left: 5px solid #333;
	padding: 10px 0 10px 10px;
}
#policy h4{
	color:#333;
	font-size:18px;
	line-height: 20px;
	margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
#policy h3{font-size:20px}
#policy h4{font-size:18px}
.con-ul{
	padding-left:30px;
	list-style:decimal;
	margin-bottom: 30px;
	}
.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}
}


/* ---------------------------------------------------- 
汎用
---------------------------------------------------- */
/* 縦横比
---------------------------------------------------- */
.photo-ofi {
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
	background: #f5f5f5;
}
.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* 上下左右中央
---------------------------------------------------- */
.photo_core {
  display: flex;
  justify-content: center; /* 左右中央 */
  align-items: center;     /* 上下中央 */
  height: 100%;            /* 必要なら高さを明示的に指定 */
}

/* 上下左右中央
---------------------------------------------------- */
.area_core {
  display: flex;
  justify-content: center; /* 左右中央 */
  align-items: center;     /* 上下中央 */
  height: 100%;            /* 必要なら高さを明示的に指定 */
}


/* 画像
---------------------------------------------------- */
.img-c img{margin:0 auto;}
@media only screen and (max-width: 767px) {.img-c2 img{margin:0 auto;}}
.img-c3 img{margin:0 auto !important;}
@media print, screen and (min-width: 992px) {.img-c3 img{margin:initial !important;}}

.img-r img{margin: 0 0 0 auto;}
.imglink a:hover img{
    opacity: 0.5 !important;
    transition: all 0.2s ease 0s !important;
    -webkit-transition: 0.2s ease-in !important;
    filter: alpha(opacity=50) !important;
	}

/* fs
-------------------------- */
.fs130	{font-size: 130%;}
.fs110	{font-size: 110%;}
.fs80	{font-size: 80%;}

/* pen
-------------------------- */
.pen {background: linear-gradient(transparent 50%, #f5f686 50%);}

/* 画像　影
-------------------------- */
.kage img{box-shadow:5px 5px #ddd}
@media print, screen and (min-width: 768px) {.kage img{box-shadow:10px 10px #ddd}}

/* 画像　幅
-------------------------- */
@media only screen and (max-width: 767px) {.yoko01 img{width: 65%;}}

@media print, screen and (min-width: 768px) {.yoko02 img{width: 60%;}}
@media print, screen and (min-width: 992px) {.yoko02 img{width: 100%;}}

/* 丸
-------------------------- */
.maru img{border-radius: 20px;}

/* テキスト
-------------------------- */
.lft{text-align: left !important;}
.ctr{text-align: center !important;}
.rgt{text-align: right !important;}

/* リスト
---------------------------------------------------- */
.ul-none {list-style:none; padding-left:5px; text-align: left;}
.ul-none li{padding: 10px 0; border-bottom: 1px dashed #aaa;}

.ul-disc {list-style:disc; padding-left:5px; text-align: left; margin-left: 10px;}
.ul-disc li{padding: 5px 0; border-bottom: 1px dashed #ccc;}
	
@media print, screen and (min-width: 768px) {
.ul-disc {margin-left: 15px;}
.ul-disc li{padding: 12px 0;}
}

.ul-no {list-style:decimal; padding-left:5px; text-align: center; margin-left: 10px; margin-bottom: 20px;}
.ul-no li{padding: 10px 0; border-bottom: 1px dashed #aaa;}

@media print, screen and (min-width: 768px) {
.ul-no {margin-left: 20px; margin-bottom: 20px;}
.ul-no li{padding: 10px 0; border-bottom: 1px dashed #aaa;}
}

/* ol
---------------------------------------------------- */
.ol-01{padding-left: 20px; margin-bottom: 30px;}
.ol-01 li{ border-bottom: 1px dashed #ccc; padding: 5px 0;}

/* 文字間
---------------------------------------------------- */
.mb-0-sm0-md20-lg20{ margin-bottom:0px}
@media print, screen and (min-width: 576px) {.mb-0-sm0-md20-lg20{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-0-sm0-md20-lg20{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-0-sm0-md20-lg20{ margin-bottom:20px}}

.mb-0-sm0-md40-lg40{ margin-bottom:0px}
@media print, screen and (min-width: 576px) {.mb-0-sm0-md40-lg40{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-0-sm0-md40-lg40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-0-sm0-md40-lg40{ margin-bottom:40px}}

.mb-0-sm0-md60-lg60{ margin-bottom:0px}
@media print, screen and (min-width: 576px) {.mb-0-sm0-md60-lg60{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-0-sm0-md60-lg60{ margin-bottom:60px}}
@media print, screen and (min-width: 992px) {.mb-0-sm0-md60-lg60{ margin-bottom:60px}}

.mb-10-sm0-md0-lg0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}

.mb-10-sm10-md0-lg0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm10-md0-lg0{ margin-bottom:10px}}
@media print, screen and (min-width: 768px) {.mb-10-sm10-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-10-sm10-md0-lg0{ margin-bottom:0px}}

.mb-10-sm10-md10-lg10{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm10-md10-lg10{ margin-bottom:10px}}
@media print, screen and (min-width: 768px) {.mb-10-sm10-md10-lg10{ margin-bottom:10px}}
@media print, screen and (min-width: 992px) {.mb-10-sm10-md10-lg10{ margin-bottom:10px}}

.mb-10-sm15-md15-lg15{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}
@media print, screen and (min-width: 768px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}
@media print, screen and (min-width: 992px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}

.mb-10-sm15-md20-lg30{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm15-md20-lg30{ margin-bottom:15px}}
@media print, screen and (min-width: 768px) {.mb-10-sm15-md20-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-10-sm15-md20-lg30{ margin-bottom:30px}}

.mb-10-sm20-md30-lg30{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm20-md30-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-10-sm20-md30-lg30{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-10-sm20-md30-lg30{ margin-bottom:30px}}

.mb-20-sm0-md0-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}

.mb-20-sm20-md0-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md0-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md0-lg0{ margin-bottom:0px}}

.mb-20-sm20-md20-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md20-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md20-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md20-lg0{ margin-bottom:0px}}

.mb-20-sm20-md20-lg20{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md20-lg20{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md20-lg20{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md20-lg20{ margin-bottom:20px}}

.mb-30-sm30-md0-lg0{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md0-lg0{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md0-lg0{ margin-bottom:0px}}

.mb-30-sm30-md30-lg0{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md30-lg0{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md30-lg0{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md30-lg0{ margin-bottom:0px}}

.mb-30-sm30-md50-lg0{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md50-lg0{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md50-lg0{ margin-bottom:50px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md50-lg0{ margin-bottom:0px}}

.mb-30-sm30-md50-lg50{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md50-lg50{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md50-lg50{ margin-bottom:50px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md50-lg50{ margin-bottom:50px}}

.mb-40-sm40-md0-lg0{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm40-md0-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-40-sm40-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-40-sm40-md0-lg0{ margin-bottom:0px}}

.mb-40-sm40-md40-lg0{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm40-md40-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-40-sm40-md40-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-40-sm40-md40-lg0{ margin-bottom:0px}}

.mb-20-sm20-md30-lg30{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md30-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md30-lg30{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md30-lg30{ margin-bottom:30px}}

.mb-20-sm30-md40-lg40{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm30-md40-lg40{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-20-sm30-md40-lg40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm30-md40-lg40{ margin-bottom:40px}}

.mb-20-sm30-md40-lg60{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm30-md40-lg60{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-20-sm30-md40-lg60{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm30-md40-lg60{ margin-bottom:60px}}

.mb-20-sm40-md40-lg60{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm40-md40-lg60{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-20-sm40-md40-lg60{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm40-md40-lg60{ margin-bottom:60px}}

.mb-40-sm60-md60-lg60{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm60-md60-lg60{ margin-bottom:60px}}
@media print, screen and (min-width: 768px) {.mb-40-sm60-md60-lg60{ margin-bottom:60px}}
@media print, screen and (min-width: 992px) {.mb-40-sm60-md60-lg60{ margin-bottom:60px}}

.mb-40-sm60-md80-lg100{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm60-md80-lg100{ margin-bottom:60px}}
@media print, screen and (min-width: 768px) {.mb-40-sm60-md80-lg100{ margin-bottom:80px}}
@media print, screen and (min-width: 992px) {.mb-40-sm60-md80-lg100{ margin-bottom:100px}}

.mb-60-sm60-md80-lg120{ margin-bottom:60px}
@media print, screen and (min-width: 576px) {.mb-60-sm60-md80-lg120{ margin-bottom:60px}}
@media print, screen and (min-width: 768px) {.mb-60-sm60-md80-lg120{ margin-bottom:100px}}
@media print, screen and (min-width: 992px) {.mb-60-sm60-md80-lg120{ margin-bottom:120px}}

.mb-60-sm60-md0-lg0{ margin-bottom:60px}
@media print, screen and (min-width: 576px) {.mb-60-sm60-md0-lg0{ margin-bottom:60px}}
@media print, screen and (min-width: 768px) {.mb-60-sm60-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-60-sm60-md0-lg0{ margin-bottom:0px}}

.mb-60-sm60-md60-lg60{ margin-bottom:60px}

.mb-middle{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-middle{ margin-bottom:60px}}
@media print, screen and (min-width: 768px) {.mb-middle{ margin-bottom:100px}}
@media print, screen and (min-width: 992px) {.mb-middle{ margin-bottom:100px}}

/* map
---------------------------------------------------- */
.map iframe{width: 100%; height:40vh; margin-bottom:-9px;}
@media print, screen and (min-width: 768px) {.map iframe{width: 100%; height:400px; margin-bottom: -9px;}}
@media print, screen and (min-width: 992px) {.map iframe{width: 100%; height:500px; margin-bottom: -9px;}}

.title_map{
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

/* pagetop
---------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 100;
}
#pagetop img{
	width: 45px;
	height: auto;
}
@media print, screen and (min-width: 768px) {
#pagetop img{
	width: 50px
	}
}
@media print, screen and (min-width: 1200px) {
#pagetop {
	position: fixed;
	bottom:20px;
	right: 20px;
	z-index: 100;
	}
}

/* aos対応
---------------------------------------------------- */
.tome{overflow: hidden !important}

/* anchor
---------------------------------------------------- */
.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
@media print, screen and (min-width: 768px) {
.anchor{
    padding-top: 80px;
    margin-top: -80px;
	}
}