/* style.css */

body {
  font-family: 'Sawarabi Mincho', serif;
  padding-top: 3rem;
  line-height: 2.0;
}

video {
  max-width: 100%;/* はみ出ないように */
}

.font02 {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 30px;
}

.font03 {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 30px;
  color: #fff;
}

.back01 {
  background: #7c5b72;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}



.col-6 {
  padding-left: 15px;
  padding-right: 15px;
}

h1 {
  font-size: 18px;
  font-family: 'Sawarabi Mincho', serif;
  line-height: 2.0;
}

h2 {
  font-size: 20px;
  line-height: 2.0;
  color: #ffddb6;
  font-family: 'Stick', sans-serif;
}

.container-fuild {
  overflow: hidden;
}

p {
  margin: 0;
  line-height: 2.0;
}

a:hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
}

li a {
  text-decoration: underline;
}

.card-text a {
  text-decoration: underline;
}


.form-check-inline .form-check-input {
  margin-top: 5px;
}

.form-check-label {
  margin-left: 5px;
}

.form-check {
  margin-bottom: 10px;
}

/* table */

tr:nth-child(1) td{
  border-top: none;
}

.table {
  margin-bottom: 0;
  color: #ccc;
}

/* button */

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

a.btn-border2 {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  font-size: 24px;
}

a.btn-border2:hover {
  color: #fff;
  background: #000;
}



/* nav指定 */

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-toggler-icon {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  appearance: none;
  cursor: pointer;
}
.navbar-toggler-icon,
.navbar-toggler-icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.navbar-toggler-icon span {
  position: absolute;
  left: 5px;
  width: 80%;
  height: 2px;
  background-color: #a5a5a5;
  border-radius: 1px;
}
.navbar-toggler-icon span:nth-of-type(1) {
  top: 8px;
}
.navbar-toggler-icon span:nth-of-type(2) {
  top: 20px;
}
.navbar-toggler-icon span:nth-of-type(3) {
  top: 32px;
}

.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(1) {
  transform: translateY(12px) rotate(-315deg);
}
.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(3) {
  transform: translateY(-12px) rotate(315deg);
}

.navbar {
  flex-wrap: nowrap;
}

/* 背景指定 */

.bg01 {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.bg02 {
  background: #8d836f;
}

.bg03 {
  background: #0e0e0b;
}

/* dropshadow指定 */

.card {
  padding: 20px;
}

.dropshadow {
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
}

/* note */

.note {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); /* 罫線の色と太さ */
  background-size: 100% 2.5em; /* 行の高さ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}



/* PORTFOLIO */

.grayscale img{
	filter: grayscale(0%);/*モノクロ具合を変更したい場合はこの数値を変更*/
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.grayscale a:hover img{/*hoverした時の変化*/
	filter:grayscale(0);
}

/*　枠線＋テキストが出現 　*/

.lineText{
	position: relative;/*テキストの基点となる位置を定義*/
}

/*線の設定*/
.lineText span.mask{
	position: relative;
	display: block;/*画像をくくるspanタグをブロック要素にする*/
  line-height: 0;/*行の高さを0にする*/
}

.lineText span.mask::before,
.lineText span.mask::after{
    position: absolute;
    top: 15%;
    right: 10%;
    bottom: 15%;
    left: 10%;
    z-index: 3;
    content:"";
    opacity: 0;
    transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
    background: rgba(255, 255, 255, 0.8);
}

.lineText span.mask::before {
    border-top: 1px solid #fff;/*枠線の色と太さを変更したい場合はこの数値を変更*/
    border-bottom: 1px solid #fff;/*枠線の色と太さを変更したい場合はこの数値を変更*/
    transform: scale(0,1);
}

.lineText span.mask::after{
    border-right: 1px solid #fff;/*枠線の色と太さを変更したい場合はこの数値を変更*/
    border-left: 1px solid #fff;/*枠線の色と太さを変更したい場合はこの数値を変更*/
    transform: scale(1,0);
}

.lineText:hover span.mask::before,
.lineText:hover span.mask::after{/*hoverした時の変化*/
	opacity: 1;
  transform: scale(1);
}

/*中央テキスト*/
.lineText span.cap{
  font-size: 18px;
	opacity:0;
	transition: .5s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
	position: absolute;
	z-index:6;/*テキストを前面に出す*/
	top: 50%;
  left: 50%;
	transform: translate(-50%,-50%);
	color: #000;/*テキストの色を変えたい場合はここを修正*/
  line-height: 1.2;/*行の高さを1.5にする*/
}

.lineText:hover span.cap{/*hoverした時の変化*/
	opacity:1;
  font-weight: 700;
}

.cap2 {
  font-weight: 500;
  display: inline-block;
  border-top: 1px solid #000;
  padding-top: 5px;
  font-size: 18px;
}


/* コンテンツ指定 */

.sec01 {
  letter-spacing: 2px;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
}

.sec02 {
  letter-spacing: 2px;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}

.sec03 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

.sec04 {
  font-size: 13px;
}

.sec05 {
  color: #fff;
}

.sec06 {
  border-bottom: 2px solid #aaa;
}

.sec07 {
  font-size: 14px;
  line-height: 1.6;
}

.sec07 a{
  color: #fff;
  text-decoration: underline;
}

.sec07 a:hover{
  opacity: 0.6;
}

.sec08>.col-md-3 {
  padding-left: 0;
  padding-right: 0;
}

.sec09 {
  text-align: center;
  font-size: 16px;
}

.sec10 {
  height: 500px;
  overflow: auto;
}

.sec11 {
  height: 500px;
}

.sec12 {
  font-size: 12px;
  color: #fff;
}

.sec13 {
  color: #fff;
  font-size: 14px;
}

.sec14 {
  line-height: 1.5;
  font-size: 12px;
}

.sec15 {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 10px;
}

.sec16 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.0;
}

.sec17 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.sec18 {
  height: auto;
}

.sec19 {
  font-size: 18px;
  font-weight: 700;
}

.sec20 {
  text-align: center;
  border: 1px solid #000;
  color: #000;
  margin-top: 10px;
}

.sec20:hover {
  background: #000;
  color: #fff;
}

.sec21 {
  border: 1px solid #060606;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  margin-top: 5px;
  margin-right: 5px;
}

.sec22 {
  border-top: 1px solid #000;
}

.sec23 {
  line-height: 1.4;
  font-size: 12px;
}

.sec24 {
  font-size: 14px;
}

.sec25 {
  border-top: 1px solid #ccc;
}

.sec26 {
  height: 666px;
}

.sec27 {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.sec28 {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.sec29 {
  font-size: 14px;
}

.sec30 {
  border-bottom: 1px solid #000;
}

.sec31 {
  border: 1px solid #656b3b;
  font-size: 20px;
  padding: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}

.sec31a {
  border: 1px solid #fff;
  font-size: 20px;
  padding: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
}

.sec32 {
  font-size: 20px;
}

.sec33 {
  font-size: 20px;
}

.sec34 {
  border-bottom: 3px solid #000;
  font-size: 28px;
  border-left: 10px solid #004ea0;
  padding-left: 20px;
}

.sec35 {
  font-size: 22px;
  border-bottom: 2px dotted #ccc;
  border-left: 5px solid #ffd000;
  padding-left: 15px;
}

.sec36 {
  font-size: 18px;
}

.sec37 {
  font-size: 16px;
  text-decoration: underline;
}






.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}


.fa-asterisk {
  color: #fe00ef;
  font-size: 10px;
  vertical-align: top;
}

.fa-circle {
  color: #fe00ef;
}


label {
  font-size: 18px;
  font-weight: 500;
}

.form-check-inline {
  margin-right: 20px;
}

.form-group {
  margin-bottom: 20px;
}

button {
  padding: 10px 40px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
}

button:hover {
  opacity: .7;
}

.active {
  font-weight: 700;
}

/* pagetop */

#page_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#page_top a {
    background-color: #aeaeae;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 15px 10px;
		border-radius: 50%;
    font-size: 12px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}
