@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
                                                                           
 ■■■■■■   ■■■■■■■  ■■■  ■■■ ■■■ ■■■■■■■■     ■         ■■■                 
  ■   ■■   ■    ■   ■   ■    ■  ■   ■  ■    ■■■         ■                  
  ■    ■   ■        ■  ■     ■      ■       ■ ■         ■                  
  ■    ■■  ■        ■ ■      ■      ■       ■ ■         ■   ■■■■■     ■■■■ 
  ■    ■■  ■■■■     ■ ■      ■      ■      ■  ■■        ■    ■   ■   ■   ■ 
  ■    ■■  ■  ■     ■■■■     ■      ■      ■   ■        ■    ■   ■   ■     
  ■    ■■  ■        ■  ■■    ■      ■      ■■■■■        ■    ■   ■   ■     
  ■    ■   ■        ■   ■    ■      ■     ■    ■■       ■    ■   ■   ■     
  ■   ■■   ■    ■   ■   ■■   ■      ■     ■     ■  ■    ■    ■   ■   ■■  ■ 
 ■■■■■■   ■■■■■■■  ■■■  ■■■ ■■■    ■■■   ■■■   ■■■ ■   ■■■  ■■■ ■■■   ■■■  
                                                                           
                                                                           
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.top-grid{
width:100%;
}


.top-grid .custom-grid-item{
font-size:80%;
}





/*記事ページのスワイパー*/
.swiper-kiji img{
    height: auto!important;
}




/*TOPページ　サウナ説明*/
.sauna-toppage {
    display: flex;
    flex-wrap: wrap;
	padding: 30px;
}

.box-title {
    width: 50%;
}

.box-des {
    width: 50%;
	padding-top: 150px;
}

.sauna-toppage h2 {
    font-size: 300%;
    font-family: Roboto;
    margin: 0;
    line-height: 80px;
}

.button {
    border: 1px solid #333;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.25s;
    margin: 10px auto 10px auto;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 100%;
    color: #000;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.button:hover {
    background-color: #0095d9;
	color: #fff;
}
.button:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 24px;
    margin: auto;
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
}

.button-sauna {
    border: 1px solid #333;
    padding: 0.45em 1em;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.25s;
    margin: 20px auto 10px auto;
    box-sizing: border-box;
    max-width: 55%;
    display: block;
    font-weight: 700;
    font-size: 100%;
    color: #000;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.button-sauna:hover {
    background-color: #0095d9;
	color: #fff;
}

.button-sauna:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 24px;
    margin: auto;
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
}

@media screen and (max-width: 1000px) {
.sauna-toppage h2 {
    font-size: 200%;
}
.box-des {
    width: 50%;
    padding-top: 10px;
}	
	
.box-title,
.box-des {
	width: 100%;
}
}

/*横2列　ランキング*/

.about-container {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
	padding-top: 50px;
    padding-bottom: 50px;
}

.custom-box-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

/*左右の入れ替え　CSSを書く順番　1→2　2→1*/
.about-container:nth-of-type(2) .about-text-wrapper {
    order: 1;
}

.about-container:nth-of-type(2) .about-image-wrapper {
    order: 2;
}

.about-container:nth-of-type(3) .about-text-wrapper {
    order: 2;
}

.about-container:nth-of-type(3) .about-image-wrapper {
    order: 1;
}

.about-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.first-about-container::before {
    display: none;
}


.about-image-wrapper,
.about-text-wrapper {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}

.about-text-wrapper {
    flex-direction: column;
}

.about-image-wrapper img {
    width: 100%;
    height: auto;
}



.about-container .aboutcolor {
	color: #0095d9;
	font-size: 60%;
}

.about-container p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
	text-align: left;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
    }

    .about-image-wrapper,
    .about-text-wrapper {
        flex: none;
        width: 100%;
    }
	
.about-container:nth-of-type(3) {
        flex-direction: column;
    }/*2つ目のみに影響する*/	

.about-container .aboutcolor {
    font-size: 60%;
}
	
/*左右の入れ替え　CSSを書く順番　1→2　2→1*/
.about-container:nth-of-type(2) .about-text-wrapper {
    order: 2;
}

.about-container:nth-of-type(2) .about-image-wrapper {
    order: 1;
}

.about-container:nth-of-type(3) .about-text-wrapper {
    order: 2;
}

.about-container:nth-of-type(3) .about-image-wrapper {
    order: 1;
}	

	
}

/*薄い色配置*/
h2.point1{
    position: relative;
    background-color: inherit;
	font-size: 300%;
	line-height: 50px;
	text-align: left;
}
h2.point2{
    position: relative;
    background-color:inherit;
	font-size: 300%;
	line-height: 50px;
	text-align: left;
}
h2.point3{
    position: relative;
    background-color:inherit;
	font-size: 300%;
	line-height: 50px;
	text-align: left;
}

h2.point1::before {
    content: "NO.1";
    position: absolute;
    left: -20px;
    top: 5%;
    opacity: 0.3;
    z-index: -1;
    font-size: 170%;
    transform: translateY(-50%);
    color: #ADD8E6;
}

h2.point2::before {
    content: "NO.2";
    position: absolute;
    left: -20px;
    top: 5%;
    opacity: 0.3;
    z-index: -1;
    font-size: 170%;
    transform: translateY(-50%);
    color: #ADD8E6;
}


h2.point3::before {
    content: "NO.3";
    position: absolute;
    left: -20px;
    top: 5%;
    opacity: 0.3;
    z-index: -1;
    font-size: 170%;
    transform: translateY(-50%);
    color: #ADD8E6;
}

@media (max-width: 768px) {
.about-container h2 {
padding-left: 0px!important;
	font-size: 180%;
}	
h2.point1{
	line-height: 30px;
}
h2.point2{
	line-height: 30px;
}
h2.point3{
	line-height: 30px;
}
	
h2.point1::before {
    font-size: 130%;
}
h2.point2::before {
    font-size: 130%;
}	
h2.point3::before {
    font-size: 130%;
}	
}

/*求人ボックス*/

.kyuujin h2 {
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	font-size: 220%;
	font-family: source-han-serif-japanese,serif;
	color: #222;
	text-align: left;
	position:relative;
}

.kyuujin h2:after{
content: "";
	position:absolute;
top: 20px;
    width: 100px;
    border: solid 1px #af1e23;
    margin: 5px 0 0 20px;
    display: inline-block;
}

.box {
    padding: 20px 0px 0px 0px;
    position: relative;
    width: 55%;
    transition: background-image 0.3s ease-in-out;
}

.impact {
    font-family: "Inter", sans-serif;
    display: block;
	font-size: 600%;
	margin-bottom: -40px;
	font-weight: 600;
}

.subtext, .box-b .subtext {
    font-size: 32px;
    vertical-align: baseline;
    font-weight: bold;
	text-align: left;
	font-family: source-han-serif-japanese,serif;
}

.kyuujin {
    padding-top: 30px;
}

@media (max-width: 1150px) {
    .custom-box-wrapper {
        flex-direction: column;
    }
    .box {
        width: 100%;
			padding: 0px 5px 0px 5px;
    }
}

@media (max-width: 767px) {
.impact {
	font-size: 330%;
	margin-bottom: -15px;
}

	.kyuujin h2{
font-size: 133%;		
	}
	
.kyuujin h2:after{
content: "";
	position:absolute;
top: 12px;
	width: 50px;
    border: solid 1px #af1e23;
    margin: 5px 0 0 20px;
    display: inline-block;
}	

.subtext, .box-b .subtext {
    font-size: 20px;
}	
	
}

.tokuchou h3 {
    position: relative;
    padding: 70px 0px 10px 0px;
    text-align: center;
    font-size: 170%;
    font-family: source-han-serif-japanese,serif;
}





/*施設情報テーブルタグ*/
.shisetu th{
	width:25%;
	background-color:#444;
	color:#fff;
}


/*湯気*/
@charset "utf-8";
 
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}
@keyframes steam01 {
  0% {
    bottom: -600px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0
  }
  11% { opacity: 0.1 }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.5
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.4
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0
  }
}
@keyframes steam02 {
  0% {
    bottom: -400px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0
  }
  11% { opacity: 0.1 }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.4
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2)
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.4);
    opacity: 0
  }
}
.steamWrap {
  width: 740px;
  margin: 100px auto 0
}
.steamBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}
.steamBox > img {
  width: 100%;
  display: block
}
.steam01 {
  position: absolute;
  right: 0;
  animation: steam01 10s infinite linear;
  opacity: 0
}
.steam02 {
  position: absolute;
  left: 0;
  animation: steam02 14s infinite linear;
  opacity: 0
}
.steam03 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  animation: steam02 12s infinite linear;
  animation-delay: 6s;
  opacity: 0
}
.steam01 img, .steam03 img {
  width: 532px;
  height: 800px
}
.steam02 img {
  width: 399px;
  height: 600px
}













@media screen and （max-width: 768px） {
.slider img {
    width: 100%;
    height: 100%;
}
}


@media screen and (max-width: 834px){
main.main, div.sidebar {
    padding: 0px 16px 32px 16px;
}
}

@media screen and (max-width: 767px){
.menu-drawer li {
    border-bottom: solid 1px #dcdcdc;
}


.menu-drawer li a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 17px;
    background-image: url("https://sauna.fujiseo.com/images/mobile-right-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 9px; 
}
}


.page-id-4728 .appeal {
background-image: url('https://dekita.net/prototype-4/wp-content/uploads/2023/11/room-sauna-main.jpg');
	background-position: 10% 75%;
}

.page-id-4607 .appeal {
background-image: url('https://sauna.fujiseo.com/wp-content/uploads/2023/11/1.png');
	background-position: 10% 60%;
}


.page-id-2630 .appeal {
  background-image: url('https://dekita.net/prototype-2/wp-content/uploads/2023/11/sea.jpg');
	background-position: 0% 80%;
}

.appeal-content {
    max-width: 740px;
background-color: rgb(255 255 255 / 0%);
    margin: auto;
    padding: 2em;
    text-align: center;
    border-radius: var(--cocoon-basic-border-radius);
    display: block;
    color: #fff;
    font-family: var(--tcd-font-type2);
    font-size: 30px;
}


.news-container {
    max-width: 100%;
    margin: 40px auto;
    padding: 20px 20px 40px;
    display: flex;
}

.news-header {
    text-align: left;
    width: 30%; /* ヘッダ部分の幅を固定 */
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.news-header h2 {
    font-size: 500%;
    font-family: Roboto;
    margin: 0;
	line-height: 80px;
}

.news-list {
    flex-grow: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.news-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #a9a6a6; /* この色はニュース項目間の下線の色です。適宜変更してください。 */
    padding-bottom: 10px; /* 下線とテキストの間のスペースを調整します */
    margin-bottom: 10px; /* ニュース項目間のスペースを調整します */
}

.news-item:last-child {
    margin-bottom: 0;
}

.news-item span:first-child {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

.news-header a {
    margin-top: 10px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding-right: 15px;
	padding-left: 2px;
    color: #000;
	width: 55%;
	text-align: left;
}

.news-header a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: currentColor;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
	width: 35%;
}

.news-header a::after {
    content: '→';
    position: absolute;
    bottom: -1px;
    right: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
	left: 178px;
    width: 50%;
}

.news-header a:hover::before {
    width: 100%;
}

.news-header a:hover::after {
    opacity: 1; /* カーソルが乗ったときに矢印を表示 */
}

/* スマートフォン表示用のスタイル */
@media screen and (max-width: 768px) {
.news-container {
        padding: 20px 10px;
        flex-direction: column;
    }

.news-header {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

.news-header h2 {
    flex-grow: 1;
	font-size: 4rem;
}

.navi-navi {
        margin-top: 100px!important;
        padding-right: 0!important;
        margin-right: 0!important;
        white-space: nowrap; /* 折り返し防止 */
    }
}











.faq h2 {
    text-align: center;
    margin-top: 50px;
	display: block;
	font-size: 25px;
    font-weight: bold;
    font-family: source-han-serif-japanese,serif;
	font-size: 24px!important;
}


/* TOPカルーセル */

.carousel-main-top {
width:inherit!important;
    background-color: #222;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
	padding-bottom: 20px;
}


.carousel-top {
	padding-top:30px;
	width: 80%;
	margin: 0 auto;
	}

.carousel-top .slider{
	padding-left:inherit;
	}

.slider img{
	width:100%;
	height:100%;
}
.slick-slide{
  margin:0 10px;
}
.slider{
  padding-left:0;
}

.slick-dots li button:before{
	font-size:25px!important;
}

.slick-dots-sp {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots-sp li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots-sp li.slick-active
  button::before {
	color: #fff;
	opacity: 1;
}


.slick-dots-sp li button {
  background: transparent;
  border:0;
  font-size: 0pt;
}
.slick-dots-sp li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  text-align: center;
	color: black;
  opacity: 0.25;
}
	
@media screen and (max-width: 768px) {
.carousel-top {
	padding-top:10px!important;
	width: 95%!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 10px!important;
}	
}



.slick-dots-sp li button::before {
    position: absolute;
    top: 0;
    left: 0;
	content: "・";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: 0.25;
}


.carousel-main-top {
	width: 100%;
	background-color: #222;
}

.carousel-top {
    padding-top: 30px;
	width: 90%;
    margin: 0 auto;
}

.slick-prev {
    left: 17px;
    color: #444;
    background-color: #fff;
    font-size: 0;
    height: 32px;
    transform: translateY(-50%);
    transition: all .3s;
    width: 33px;
    position: sticky;
	z-index: 1000;
}
.slick-prev {
    left: -5%!important;
}
.slick-next {
    right: -5%!important;
}

.slick-prev:before {
	 content: "\f053"!important; /* アイコンのUnicode */
    color: #000;
}

.slick-next:before {
	 content: "\f054"!important; /* アイコンのUnicode */
    color: #000;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
	font-size: 30px!important;
    line-height: 1;
    opacity: .75;
	color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
.slick-prev:before, .slick-next:before {
    font-size: 20px!important;
}
	
.carousel-top ul {
	padding: inherit;
}		

.slick-prev, .slick-next {
	top: 60%!important;
}	
	
	
}








/*1カラム画面幅*/
.column-narrow .content-in {
    width: 1276px;
}

@media screen and (max-width: 860px){
.column-narrow .content-in {
    width: auto;
}
}


/*スマホメニュー*/
@media screen and (max-width: 767px){
.menu-content .menu-drawer {
    padding: 30px 1em 30px;
}	
	
.menu-drawer li {
    display: block;
    border-bottom: solid 1px #dcdcdc;
    line-height: 35px;
}
	
.menu-drawer .sub-menu li{
	border-bottom: solid 0px #dcdcdc;
}
}


/*6つの特徴*/

.featuresflexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
  margin: 0px -10px;
}

.featuresitem {
  box-sizing: border-box;
	width: calc(100% / 3);
    margin-bottom: 20px;
}

.featurescontent {
  text-align: center;
    box-sizing: border-box;
    height: 100%;
    padding: 35px 10px 40px 10px;
    border: solid 1px #222;
	transition: all 0.3s ease 0s;
}

.featurescontent:hover{
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}

.features p{
	margin-bottom: 0em;
}

.featuresflexbox span{
	display:block;
	font-weight:bold;
	font-size:20px;
	color: #444;
}

.featuresflexbox a{
  text-decoration:none;
	color: inherit;
}

.featuresitem :hover{
	background: #fff;
}

@media screen and (max-width: 768px) {
.featuresflexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
  margin: 0px -10px;
}

.featuresitem {
  box-sizing: border-box;
  width: 48%;
  /*margin-bottom: 20px;*/
  padding: 0px 5px;
	margin: 10px auto;
}
	
.featuresflexbox span {
    font-size: 17px;
}
	
.featurescontent {
	text-align: center;
	box-sizing: border-box;
	height: 100%;
	padding: 15px 5px 15px 5px;
	font-size: 15px;
}	

}

/*Hタグ*/

.article h2{
background-color: #000;
color:#fff;
}

.entry-title{
	font-size: 2em;
}

@media (max-width: 769px) {
.entry-title, .article h2 {
    font-size: 1.3em;
}
}


.catch-copy {
    position: relative;
    padding: 70px 0px 10px 0px;
    text-align: center;
    font-size: 2.5vw;
    font-weight: 900;
    font-family: source-han-serif-japanese,serif;
}

@media screen and (max-width: 767px) {
.catch-copy {
    padding: 0px 0px 10px 0px!important;
    font-size: 7vw!important;
}
}

.waku {
    border: solid 1px #dcdcdc;
    padding: 30px 10px 0px 10px;
    padding-bottom: 0px;
}

.entry-content .waku-kado {
    border: solid 1px #dcdcdc;
    padding: 30px 10px 0px 10px;
	position: relative;
}

.waku-kado:before{
border-bottom:30px solid transparent;
border-left:30px solid #3333339e;
content: '';
display: block;
position: absolute;
top: 0px;
left: 0px;
}

.waku-kado:after{
border-left:30px solid transparent;
border-bottom:30px solid #3333339e;
content: '';
display: block;
position: absolute;
bottom: 0px;
right: 0px;
}

@media screen and (max-width: 768px) {
.grid-container h3{
	font-size: 100%;
}
}

/*記事タイムライン*/

.widget-entry-card {
    height: 100px;
}

.widget-entry-cards figure {
    width: 100px;
    height: 120px;
}


.timelineContainer {
    display: flex;
	width: 100%;
    margin: 0 auto;
}

.kiji-timeline .kijititle{
	text-align:center;
}

.timeline {
    border: solid 0px;
    width: calc(100% / 3);
    margin: 10px 10px 0px 10px;
    padding: 10px 10px;
    box-sizing: border-box;
}

.timelinemaintitle {
    margin-top: -38px;
    padding-bottom: 50px;
}


.timelinetitle {
	font-size: 17px;
	padding: 7px;
	border-bottom: 0px solid #7cb545;
	font-weight: bold;
	font-family: Roboto;
	background-color: #444;
	float: left;
	width:150px;
	color: #fff;
}

.timeline-news-area .timeline-news {
    border: 2px solid #edebf0;
    border-radius: 6px;
    padding: 15px 30px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 50px;
    font-size: 90%;
    border-top: 2px solid #edebf0;
    border-left: 2px solid #edebf0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-top-left-radius: 10px;
}


.timeline .timelinetitleContainer {
    background-color: #fff;
    padding: 1em;
}

.timeline .timelinetitleContainer .title {
    text-transform: uppercase;
    font-weight: 700;
	text-align: center;
}

.timeline .timelinetitleContainer .title .under-timeline {
	border-bottom: 1px solid #dcdcdc;
}

.timeline .timelineinfoContainer {
	padding: 0em;
    color: #2d3b48;
    box-sizing: border-box;
	text-align: left;
}

.timeline .timelineinfoContainer .timelineprice {
    font-size: 1.35em;
    padding: 1em 0;
    font-weight: 600;
    margin-top: 0;
    display: inline-block;
    width: 80%;
}

.timeline .timelineinfoContainer .timelineprice p {
    font-size: 25px;
    display: inline-block;
    margin: 0;
}

.timeline .timelineinfoContainer .timelineprice span {
    font-size: 70%;
    display: inline-block;
        height: 100px;
}

.timeline .new-entry-card-title{
	padding-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
	font-size: 13px;
}

.widget-entry-card-content {
    margin-left: 114px;
}


p.introleft {
	text-align: left;
	padding-top: 30px;
}

.timeline .timelineinfoContainer .timelinedesc {
    border-bottom: 2px solid #f3f3f3;
    margin: 0 auto;
    width: 90%;
}
  
.timeline .timelineinfoContainer .timelinedesc em {
    font-size: 1em;
    font-weight: 500;
}
  
.timeline .timelineinfoContainer .timelinefeatures {
    font-size: 3px;
    list-style: none;
    padding-left: 0;
    text-align: left;
}
  
.timeline .timelineinfoContainer .timelinefeatures li {
    padding: 0.5em;
}
  
.timeline .timelineinfoContainer .timelineselectPlan {
    border: 3px solid #7cb545;
    padding: 0.45em 1em;
    border-radius: 2.5em;
    cursor: pointer;
    transition: all 0.25s;
    margin: 1em auto;
    box-sizing: border-box;
    max-width: 95%;
    display: block;
    font-weight: 700;
    font-size: 80%;
    color: #000;
}
  
.timeline .timelineinfoContainer .timelineselectPlan:hover {
    background-color: #7cb545;
    color: white;
}
  
.fa-check:before {
    padding-right: 5px;
}

.blogbutton {
    border: 2px solid #7cb545;
    padding: 0.45em 1em;
    border-radius: 2.5em;
    cursor: pointer;
    transition: all 0.25s;
    margin: 20px auto 10px auto;
    box-sizing: border-box;
    max-width: 48%;
    display: block;
    font-weight: 700;
    font-size: 80%;
    color: #000;
    text-align: center;
    text-decoration: none;
}
  
@media screen and (max-width: 1000px) {
.timelineContainer {
    margin: 0;
	display: inherit;
	width: 100%;
    margin: 0 auto;
}

.timeline {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 5px;
}
	
	
	
.timeline .timelinetitleContainer .title {
    font-size: 100%;
	text-align: center;
}

.timeline .timelineinfoContainer .timelineprice {
    padding: 0;
}	
		
.timeline .timelineinfoContainer .timelineprice p {
    font-size: 100%;
}
		
.timelineContainer .timeline {
    width: 100%;
    margin: 1em 0;
}
	
.timeline .timelineinfoContainer {
    padding: 0em;
    color: #2d3b48;
    box-sizing: border-box;
}

.timeline .new-entry-card-title{
    overflow: inherit;
    height: inherit;
}	
	
	
.blogbutton{
	display: block!important;
	padding: 3px 0px 3px 0px!important;
}	

}
  
/*記事タイムライン*/



/*流れ・タイムライン*/

.entry-content .flow {
    margin: 1em 0;
}

.main-bdr, #inner-content .main-bdr {
    border-color: #13284b;
}

.main-bc, .has-sango-main-background-color {
    background-color: #404148;
}

.main-bc, .has-sango-main-background-color {
    background-color: #13284b;
}

.flow_marker {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 3px;
}

.flow-content {
    position: relative;
    padding: 0 0 1.5em 1.8em;
}

.flow-content:before {
    content: "";
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 37px;
    bottom: 0;
    left: 6px;
}

.flow-content:not(:first-of-type):not(:last-of-type) .flow_marker {
    background: transparent;
}

.flow-content:last-of-type:before {
content: none;
}

.flow_label {
    padding-top: 0px;
    color: #90969a;
    font-size: 25px;
    font-weight: bold;
}

.flow_tiflowe {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
}

.flow_main {
    margin-top: 0.5em;
    padding: 0 0 1.5em;
    font-size: 0.9em;
    line-height: 1.6;
    border-bottom: dashed 1px #ccd5db;
}

.entry-content .flow_main > * {
  margin: 0.7em 0 0;
}
.flow_main > ul,
.flow_main > ol {
  margin: 0;
  padding: 0.3em 0 0.3em 1.3em;
  border: none;
}
.entry-content .flow_main .sng-box {
  margin-top: 1em;
}
.entry-content .flow_main .box28,
.entry-content .flow_main .box30,
.entry-content .flow_main .box31,
.entry-content .flow_main .box32,
.entry-content .flow_main .box33 {
  margin-top: 2.3em;
}







/*ヘッダーロゴ*/
.header-container-in.hlt-top-menu .logo-header {
    width: 270px;
}

/*グローバルメニュー　均等割り*/
#navi .navi-in>ul>li {
	width: 20%;
}
/*グローバルメニュー　縦線*/

.navi-in li::after{
   content: "";
    display: inline-block;
    width: 1px;
    height: 19px;
    background-color: #333;
    position: absolute;
    top: 20px;
    right: 0px;
}

.navi-in li:last-of-type::after {
    content: none;
}








.top-group br{
 display:none;
}

.noweb{
	font-size:130%;
}

/*下からフェードイン*/
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 5.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	display: inline;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}



/*投稿記事　横3列ボックス*/

.grid-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 20px;
}

.grid-item {
border: 1px solid #ccc;
padding: 15px;
box-sizing: border-box;
text-align: left;
display: grid;
grid-template-rows: auto 1fr auto;
}

.thumbnail-container {
flex-grow: 0;
}

.thumbnail-image {
width: 100%;
height: 200px;
object-fit: cover;
}

.grid-item h3 {
margin-top: 0;
margin-bottom: 15px;
line-height: 1.2em;
}

.grid-item a.button {
display: inline-block;
margin-top: 15px;
padding: 10px 20px;
background-color: #333333bf;
color: #ffffff;
text-decoration: none;
border-radius: 0px;
transition: background-color 0.2s;
text-align:center;
}

.grid-item a.button:hover {
background-color: #3333333d;
}

@media (max-width: 769px) {
.grid-container {
grid-template-columns: 1fr;
}
}

/*投稿記事　横3列ボックス*/

  /*TOP画面　全幅画像*/
  
.top-image {
    position: relative;
    width: 100%;
    min-height: 800px;
	background-color: #fff;
	background: url("https://dekita.net/prototype-4/wp-content/uploads/2023/11/sauna.png") center 0px/ cover;
}
  
.top-group {
    position: absolute;
    top: 55%;
	left: 25%; /* 左から10%の位置に配置 */
    transform: translate(-50%, -50%); /* 中央に配置するためのトランスフォーム */
    padding: 15px 30px;
    color: #fff;
    background-color: rgb(68 68 68 / 84%);
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    width: 470px;
}
  .top-image-top {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
	  color: #000;
	  font-family: source-han-serif-japanese,serif;
  }
  
  .top-image-title {
    text-align: center;
    color:#000;
    font-family: 'Arial Black','Arial Bold',Gadget,sans-serif;
  }

  .top-image-title-online {
	text-align: center;
    font-size: 80px;
    line-height: 40px;
    color: #fff;
    padding: 35px 35px 19px 35px;
    margin: 30px 0px 16px 0px;
    max-width: 650px;
    background-color: #444444AD;
    font-family: 'Arial Black','Arial Bold',Gadget,sans-serif;
  }

  .top-image-title-online2 {
    text-align: center;
    font-size: 30px;
    color:#fff;
    font-family: 'Arial Black','Arial Bold',Gadget,sans-serif;
  }
  
  .green {
    color: #7cb545;
  }
  
  .top-image-bottom {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
    color:#fff;
		font-family: source-han-serif-japanese,serif;
  }
  
  .top-image-botton {
    position: absolute;
    top: 110%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    position: absolute;
    text-align: center;
    color:#fff;
    font-size: 14px;
    line-height: 45px;
    border:solid 1px #fff;
    border-radius: 3px;
    width: 300px;
  }
  
  .top-image-botton:hover{
    background-color: #fff;
    color:#000;
	  transition: all .25s;
  }

/*スマホ版　TOP画面　全幅画像*/
  @media screen and (max-width: 767px) {
  .top-image {
    position: relative;
    width: 100%;
    min-height: 70vh;
	  background-position: 42% 60%;
background-color: #fff;
  }
      
.top-group {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
		padding: 15px 10px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    width: 60%;
}
  
  .top-image-top {
    text-align: center;
    font-size: 80%;
    font-weight: bold;
    line-height: 25px;
  }
  
  .top-image-title {
    text-align: center;
    font-size: 1.55em;
    line-height: 60px;
    max-width: 90%;
    font-family: 'Arial Black','Arial Bold',Gadget,sans-serif;
		margin: 0 auto;
		font-weight: bold;
		margin-bottom: 50px;
		margin-top: 60px;
  }
	  
  .top-image-title-online {
    text-align: center;
    font-size: 1.75em;
    line-height: 25px;
    max-width: 90%;
    background-color: #444444AD;
    font-family: 'Arial Black','Arial Bold',Gadget,sans-serif;
		margin: 0 auto;
		font-weight: bold;
		margin-bottom: 30px;
		margin-top: 30px;
	  padding: inherit;
  }

  .top-image-title-online2 {
    text-align: center;
    font-size: 17px;
    color:#fff;
    font-family: 'Arial Black','Arial Bold',Gadget,sans-serif;
  }	  
	  
	  
  
  .top-image-bottom {
    text-align: center;
    font-size: 80%;
    line-height: 30px;
  }
  
  .top-image-botton {
    position: absolute;
    top: 110%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    position: absolute;
    text-align: center;
    color:#fff;
    border:solid 4px #fff;
    border-radius: 50px;
    font-size: 55%;
    line-height: 35px;
    width: 150px;
  }
  
  }


/*news関連*/
  /*ニュース関連*/
 
.newsmaintitle {
	padding-bottom: 25px;
}

.newstitle {
	font-size: 25px;
	border-bottom: 0px solid #7cb545;
	font-weight: bold;
	font-family: source-han-serif-japanese,serif;
}

.newsline {
	text-align: left;
	border-bottom: 1px solid;
    padding: 15px 0px;
    font-size: 90%;
}

.newsline a{
	color: #000;
}

.newsline .date{
	font-weight: bold;
    color: #af1e23;
}

.blog-list-area , .top-news a{
    text-decoration:none;
}
  
.top-news-area span.date {
    color: #444;
	font-weight: bold;
    padding-right: 12px;
    color: #af1e23;
}
  
.top-news-area .top-news {
    border: 0px solid #edebf0;
    border-radius: 6px;
    padding: 15px 30px;
    margin-bottom: 30px;
	text-align:center;
	margin-top: 50px;
	font-size: 90%;
}
  
  .blog-list-area .blog-list {
    border: 2px solid #edebf0;
    border-radius: 6px;
    padding: 15px 30px;
    margin-bottom: 50px;
}

.blog-list-area span.date {
    color: #444;
	font-weight: bold;
    padding-right: 12px;
    color: #af1e23;
}

.b-list {
	text-align: left;
	border-bottom: 1px solid;
	padding: 15px 0;
	font-size: 90%;
}

.b-list  a{
	text-decoration: none;
	color: #000;
}

.blogmaintitle {
	padding-top: 60px;
    padding-bottom: 25px;
	text-align: center;
}

.blogtitle {
	font-size: 25px;
	border-bottom: 0px solid #7cb545;
	font-weight: bold;
	font-family: source-han-serif-japanese,serif;
}

.bloglistbutton {
    border: 1px solid #333;
    padding: 0.45em 1em;
    border-radius: 3px;
    cursor: pointer;
    transition: all .25s;
    margin: 20px auto 10px auto;
    box-sizing: border-box;
    max-width: 55%;
    display: block;
    font-weight: 700;
    font-size: 80%;
    color: #000;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.bloglistbutton:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 24px;
    margin: auto;
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
}

.bloglistbutton:hover {
    background-color: #444;
    color: #fff;
}

@media screen and (max-width: 768px){
.bloglistbutton {
    border: 1px solid #333;
    padding: 0.45em 1em!important;
    border-radius: 3px;
    cursor: pointer;
    transition: all .25s;
    margin: 20px auto 10px auto;
    box-sizing: border-box;
    max-width: 55%;
    display: block!important;
    font-weight: 700;
    font-size: 80%;
    color: #000;
    text-align: center;
    text-decoration: none;
    position: relative;
}
}

@media screen and (max-width: 767px) {
.top-news-area .top-news {
    padding: 15px 15px;
}
	
.top-news-area span.date {
    display: table-cell;
}

.tatesen{
	display:none;
}
	
	.blog-list a{
	padding: 0px 0px 3px 0px;
    display: inline-block;
    padding-left: 3px;
}
	
.blog-list :hover{
	color: #000;
}	
	
}

  /*横幅100％背景*/

.yokofull {
    background-color:#c1261f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
	padding-bottom: 30px;
    padding-top: 20px;
}


.yokofull-blue {
    background-color:#105c7e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-bottom: 30px;
    padding-top: 20px;
}

.center-wrapper {
  text-align: center;
}


.showcase {
    margin-bottom: 30px;
    padding: 2em;
    border: 1px dashed #aaa;
}

.table-comparison {
    margin: 3em 0;
    border-top: 0;
}

.table-comparison th, .table-comparison td {
    padding: 10px;
    text-align: center;
}

.w25 {
    width: 25%;
}

.table-comparison th.highlight, .table-comparison th.highlight span {
    background: #ffcc80;
}

.table-comparison thead .highlight span {
    display: block;
    margin: -11px;
    margin-top: -25px;
    padding: 11px;
    padding-top: 25px;
    border: 1px solid #cfcfcf;
    border-radius: 8px 8px 0 0;
}

.f12em {
    font-size: 1.2em;
}

.table-comparison th, .table-comparison td {
    padding: 10px;
    text-align: center;
}

div.osusume>table {
    width: 100%;
    margin: 1em 0;
    padding: 0;
}

div.osusume>table>tbody>tr>th:first-child {
    width: 20%;
    text-align: center;
    background-color: #9bd175;
    border: 3px solid #292929;
}

div.osusume>table>tbody>tr>th {
    width: 40%;
    text-align: center;
    background-color: #9bd175;
    border: 3px solid #292929;
}

div.osusume>table>tbody>tr>th, td {
    padding: 2px;
}

th {
    font-weight: 700;
    text-transform: uppercase;
}

table td {
    border: solid 3px #292929;
    background-color: #fff;
	vertical-align: top;
}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 1px;
    border: solid 3px #292929;
    line-height: 30px;
}

.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 6px 20px 5px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #9bd175;
    color: #292929;
    font-weight: 700;
    border-bottom: solid 3px;
    border-right: solid 3px;
    border-left: 1px solid;
}

.box26 ul {
    list-style-type: none !important;
    padding-top: 30px;
}


.box26 li:before {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 26px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    float: left;
    padding-right: 15px;
    font-weight: 700;
}


/*問い合わせ*/

.contact table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.contact table th, table td {
    border: 0px solid #eee;
    padding: 6px;
}

.contact-letter {
	padding: 0px 0px 40px 0px;
}

/* 全幅指定 */
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
}

/* pタグの余白を削除 */
.wpcf7-form p {
    margin-bottom: 0;
}

/* 背景色（お好きな色に） */
section.contact {
    background-color: #fff;
}

/*  フォームの幅（自由に変えてOK） 
.contactForm {
    max-width: 700px;
    margin: 0 auto;
}
*/

/* 各項目の下部余白 */
.contact_item {
    margin-bottom: 2.5rem;
}
/* 項目名 */
.label {
    display: block;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: .6rem;
    font-weight: bold;
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
    color: #ffffff;
    margin-right: 1rem;
    padding: 3px 20px;
}
/* 必須タグ */
.label_must {
    background-color: #444;
}
/* 任意タグ */
.label_option {
    background-color: #888988;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"],input[type="tel"] ,input[type="email"]{
    border: solid 1px #707070;
    padding: .5rem;
    font-size: 1.8rem;
}
/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
    border: solid 1px #707070;
    padding: .5rem;
    height: 207px;
    font-size: 1.8rem;
}
	
@media screen and (max-width: 768px){
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 1em calc(50vw - 50%);
}
}
	
	
	
/* ボタン */
.btnArea {
    text-align: center;
}

input[type="submit"]{
    background: #303b4c;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.3;
    letter-spacing: .5em;
    text-indent: .5em;
    font-weight: bold;
    padding: 1.4rem 0;
    margin-top: 2rem;
    cursor: pointer;
    border-radius: .3rem;
    transition: all .3s;
}

/* ボタンにホバーした時 */
input[type="submit"]:hover {
	text-decoration: none;
    background: #44536b;
	color: #fff;
}

/* ローダー */
.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}

/* モバイル版 */
@media screen and (max-width: 480px) {
    .contact_item {
        margin-bottom: 1.6rem;
    }
    .label {
        margin-bottom: .4rem;
    }
    .label_tag {
        font-size: 13px;
    }
    input[type="text"],input[type="tel"],input[type="email"] {
        padding: .4rem;
        font-size: 1.5rem;
    }
    textarea {
        padding: .4rem;
        font-size: 1.5rem;
    }
    input[type="submit"]{
        font-size: 1.5rem;
    }
}


.cat-label {
    position: initial!important;
}



  /*FAQ*/
  
  
.qa-list dl {
	position: relative;
	margin: 0;
	padding: 28px 80px 28px 30px;
	cursor: pointer;
      border-bottom: 1px solid #000;
  }
	
.qa-list dl:first-child {
      border-top: 1px solid #000;
}
	
.qa-list dl:last-child {
      margin-bottom: 30px;
  }
	
.qa-list dl::before {
      position: absolute;
      top: 35px;
      right: 35px;
      display: block;
      width: 7px;
      height: 7px;
      margin: auto;
      content: '';
      transform: rotate(135deg);
      border-top: 2px solid #000;
      border-right: 2px solid #000;
  }
  .qa-list .open::before {
      transform: rotate(-45deg);
  }
  .qa-list dl dt {
      position: relative;
      margin: 0;
      padding: 0 0 0 50px;
      font-weight: bold;
      font-size: 20px;
  }
  .qa-list dl dt::before {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: 3px;
      left: 0;
      display: block;
      content: 'Q.';
      color: #3285bf;
  }
  .qa-list dl dd::before {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: 3px;
      left: 2px;
      display: block;
      content: 'A.';
      font-weight: bold;
      color: #3285bf;
  }
  .qa-list dl dd {
      position: relative;
      display: none;
      height: auto;
      margin: 20px 0 0;
      padding: 0 0 0 50px;
  }
  .qa-list dl dd p {
      margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child{
      margin-top: 0;
  }

  .qa-list normalbutton a{
      text-decoration: none;
  }
  
  @media screen and (max-width: 767px) {
  .qa-list dl {
      position: relative;
      padding: 15px 40px 15px 10px;
  }
  .qa-list dl::before {
      top: 20px;
      right: 20px;
      width: 7px;
      height: 7px;
  }
  .qa-list dl dt {
      padding: 0 0 0 30px;
      font-size: 14px;
  }
  .qa-list dl dt::before {
      font-size: 14px;
      top: 3px;
      left: 5px;
      content: 'Q.';
  }
  .qa-list dl dd::before {
      font-size: 14px;
      top: 5px;
      left: 5px;
      content: 'A.';
  }
  .qa-list dl dd {
      margin: 10px 0 0;
      padding: 0 0 0 30px;
      font-size: 14px;
  }
  .qa-list dl dd p {
      margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child{
      margin-top: 0;
  }
}


/*カスタムヘディング　装飾*/
.custom-heading {
  position: relative;
  display: inline-block;
  background-color: transparent;
  margin-top: 30px;
	margin-bottom: 45px!important;
	font-size: 35px!important;
  background-color: #222;
  color: #444!important;
	background-color: #fff0!important;
	font-family: "impact", sans-serif;
}

/*ボタン装飾*/
/*ボタン*/
.normalbutton {
    border: 1px solid #333;
	padding: 1.45em 1em;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.25s;
    margin: 20px auto 10px auto;
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    font-weight: 700;
    font-size: 80%;
    color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	background-color: #444;
}

.normalbutton:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 24px;
    margin: auto;
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
}

.normalbutton:hover {
    background-color: #fff;
    color: #444;
}

.normalbutton a {
	text-decoration:none;
}

.menu-close-button {
    display: block;
    cursor: pointer;
    font-size: 2em;
    text-align: left;
    padding-left: 22px;
}


.normalbutton-red {
    border: 1px solid #af1e23;
	background-color: #af1e23;
	color: #fff;
    padding: 0.45em 1em;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.25s;
    margin: 20px auto 10px auto;
    box-sizing: border-box;
    max-width: 48%;
    display: block;
    font-weight: 700;
    font-size: 80%;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.normalbutton-red:hover {
    background-color: #fff;
    color: #000;
}

.normalbutton-red a {
    color: #000;
}

.normalbutton-red:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 24px;
    margin: auto;
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
}



.normalbutton-red-top {
    border: 1px solid #af1e23;
	background-color: #af1e23;
	color: #fff;
    padding: 0.45em 1em;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.25s;
    margin: 20px auto 10px auto;
    box-sizing: border-box;
    max-width: 48%;
    display: block;
    font-weight: 700;
    font-size: 80%;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.normalbutton-red-top:hover {
    background-color: #fff;
    color: #000;
}

.normalbutton-red-top a {
    color: #000;
}

.normalbutton-red-top:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 24px;
    margin: auto;
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
}

@media screen and (max-width: 768px) {
.normalbutton-red{
	max-width: 90%;
}
	
.normalbutton {
    border: 1px solid #333;
    padding: 0.45em 1em;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.25s;
    margin: 20px auto 10px auto;
    box-sizing: border-box;
    max-width: 55%;
    display: block;
    font-weight: 700;
    font-size: 80%;
    color: #000;
	text-align: center;
	text-decoration: none;
	position: relative;
}	
	
}



/*横幅一杯背景画像*/
.full-wide {
	padding-top:30px;
	padding-bottom:30px;
}

.full-wide-inder {
	width: 35vw;
	margin: 0 calc(50% - 32vw);
}

.full-wide-inder-title {
	position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    width: 715px;
}


.fixed-background {
    min-height: 30vh;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
 
.background-1 {
	background-image: url(https://dekita.net/prototype-2/wp-content/uploads/2023/10/river.jpg);
}

.background-2 {
	background-image: url(https://dekita.net/prototype-2/wp-content/uploads/2023/09/river2.jpg);
}

@media screen and (max-width: 767px){
.fixed-background {
    min-height: 10vh;
}
}

.fixed-map {
    min-height: 30vh;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}



/*スマホ時のヘッダー部分*/
 
  .header-container-in.hlt-top-menu .site-name-text {
    padding-left: 20px;
  }
  
  
  .mobile-menu-buttons {
    background: #222;
  }
  
  .mobile-menu-buttons .menu-icon {
    padding-top: 10px;
    font-size: 22px;
  }
  
  
@media screen and (max-width: 1023px) {
	.mobile-header-menu-buttons {
		padding-top: 5px;
		height: 60px;
  }
	  
.mobile-menu-buttons {
	background: #fff;
  }	  
	  
.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
	content: "\f0c9";
	color: #444!important;
  }
  
  .fa-search::before {
    content: "\f002";
    color: #444!important;
  }	  

.mobile-menu-buttons .menu-caption {
	display: none;
}	
}


  /*目次*/
.toc {
    width: 85%;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
