@charset "utf-8";
/* CSS Document */

.contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
}
.contents .inner {
    width: 94vw;
    margin: 0 auto;
}
#tour .inner {
    width: auto;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 66.66vw;
	text-align: center;
	position: relative;
}
#mainvisual .title {
	position: absolute;
	right: 0;
	left: 0;
	top: 19vw;
	z-index: 2;
}
#mainvisual .title img {
	width: 40vw;
}
.fade-slider {
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 66.66vw;
}
.fade-slider span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fade-slider .slider-1 {
      background-image: url("../img/sp/main-bg1.jpg");
      animation: fadeSlideImg01 20s ease-out infinite;
      animation-delay: 3s;
}
.fade-slider .slider-2 {
      opacity: 0;
      background-image: url("../img/sp/main-bg2.jpg");
      animation: fadeSlideImg02 20s ease-out infinite;
      animation-delay: 3s;
}
/*.fade-slider .slider-3 {
      opacity: 0;
      background-image: url("../img/sp/main-bg3.jpg");
      animation: fadeSlideImg03 20s ease-out infinite;
      animation-delay: 3s;
}*/
.fade-slider .slider-4 {
      opacity: 0;
      background-image: url("../img/sp/main-bg4.jpg");
      animation: fadeSlideImg04 20s ease-out infinite;
      animation-delay: 3s;
}
.fade-slider .slider-5 {
      opacity: 0;
      background-image: url("../img/sp/main-bg5.jpg");
      animation: fadeSlideImg05 20s ease-out infinite;
      animation-delay: 3s;
}

@keyframes fadeSlideImg01 {
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 0; }
    75% { opacity: 0; }
   100% { opacity: 1; }
}
@keyframes fadeSlideImg02 {
    0% { opacity: 0; }
    25% { opacity: 1; }
    50% { opacity: 0; }
    75% { opacity: 0; }
   100% { opacity: 0; }
}
/*@keyframes fadeSlideImg03 {
    0% { opacity: 0; }
    20% { opacity: 0; }
    40% { opacity: 1; }
    60% { opacity: 0; }
     80% { opacity: 0; }
   100% { opacity: 0; }
}*/
@keyframes fadeSlideImg04 {
    0% { opacity: 0; }
    25% { opacity: 0; }
    50% { opacity: 1; }
    75% { opacity: 0; }
   100% { opacity: 0; }
}
@keyframes fadeSlideImg05 {
    0% { opacity: 0; }
    25% { opacity: 0; }
    50% { opacity: 0; }
    75% { opacity: 1; }
   100% { opacity: 0; }
}

/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#navi {
	width: 100%;
	background-color: #000;
	padding: 4vw 0 0;
}
#navi ul {
    width: 90vw;
    margin: 0 auto;
    text-align: center;
	display: flex;
	flex-wrap: wrap;
}
#navi ul li {
	width: 45vw;
    margin-bottom: 4vw;
}
#navi ul li img {
	width: 30vw;
}
#navi ul li a {
    display:block;
}
#navi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
    padding: 2vw 0;
}
#navi.fixed ul {
    width: 94vw;
    margin: 0 auto;
    flex-wrap: nowrap;
}
#navi.fixed ul li {
    width: 100%;
    margin-bottom: 0;
}
#navi.fixed ul li img {
    width: 90%;
}
.fix-navi:has(.fixed) {
	height: 14vw;
}
/*------------------------------------------------
	導入
--------------------------------------------------*/
#lead {
    width: 100%;
    background-image: url("../img/lead-bg.png");
    background-size: 20px;
    padding: 7vw 0;
}
#lead h2 {
    width: 88vw;
    margin: 0 auto 5vw;
}
#lead h2 img {
    width: 100%;
}
#lead .text {
    width: 90vw;
    margin: 0 auto;
    font-size: 3.4vw;
    line-height: 1.6em;
    font-weight: bold;
    text-align: justify;
}

/*------------------------------------------------
	OMOSTYLE
--------------------------------------------------*/
#style {
    width: 100%;
    background-image: url("../img/sp/style-bg-top.png"),url("../img/style-bg.png");
    background-repeat: no-repeat,repeat;
    background-position: top center,top left;
    padding: 5vw 0 3vw;
    background-size: 100%,256px;
}
#style .title-box {
    width: 94vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5vw;
}
#style .title-box h2 {
    width: 40vw;
}
#style .title-box h2 img {
    width: 100%;
}
#style .title-box .text1 {
    width: 52vw;
    font-size: 4.2vw;
    line-height: 1.6em;
    font-weight: bold;
    color: #63613e;
    margin-top: 10vw;
}
#style .title-box .text2 {
    width: 90vw;
    margin: 3vw auto 0;
    font-size: 3.5vw;
    line-height: 1.5em;
    text-align: justify;
}

.conts-box {
    width: 90vw;
    position: relative;
    margin: 0 auto 10vw;
}
.conts-box .ph {
	width: 90vw;
    height: 40vw;
    position: relative;
}
.conts-box .ph img {
	width: 90vw;
    height: 40vw;
    object-fit: cover;
}
.conts-box .text {
    margin-top: 4vw;
}
.conts-box h3 {
	font-size: 4.0vw;
	line-height: 2.0em;
	font-weight: bold;
	color: #fff;
    background-color: #787653;
    padding-left: 2vw;
}
.conts-box .text p {
	font-size: 3.5vw;
	line-height: 1.7em;
    padding: 2vw 0 0 0;
}

/*イラスト・テープ*/
.conts-box .illust {
    display: none;
}
.conts-box .ph:before {
    content: "";
    display: inline-block;
    width: 14vw;
    height: 12vw;
    background: url("../img/style-illust-tape.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -4vw;
    right: -4vw;
}
.conts-box .ph:after {
    content: "";
    display: inline-block;
    width: 14vw;
    height: 12vw;
    background: url("../img/style-illust-tape.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -4vw;
    left: -4vw;
}

/*------------------------------------------------
	数字
--------------------------------------------------*/
#number {
    width: 100%;
    background-image: url("../img/lead-bg.png");
    background-size: 20px;
    padding: 7vw 0;
}
#number .number-box {
    width: 94vw;
    margin: 0 auto;
    background-color: #fce834;
    border-radius: 2vw;
    padding: 5vw 3vw 1vw 3vw;
}
#number h2 {
    width: 68vw;
    margin: 0 auto 3vw;
}
#number h2 img {
    width: 100%;
}
#number .text {
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 3.6vw;
    line-height: 1.5em;
    font-weight: bold;
    padding: 1vw 0;
    margin-bottom: 3vw;
}
#number .list {
}
#number .list li {
    background-color: #fff;
    border-radius: 2vw;
    margin-bottom: 2vw;
    padding: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#number .list img {
    width: 15vw;
}
#number .list dl {
    width: 64vw;
}
#number .list dl dt {
    border-bottom:  dotted 1px #787653;
    color: #787653;
    margin-bottom: 2vw;
}
#number .list dl dt span {
    display: block;
}
#number .list dl dt span:nth-child(1) {
    font-size: 3.2vw;
    line-height: 1.0em;
}
#number .list dl dt span:nth-child(2) {
    font-size: 5.0vw;
    line-height: 1.5em;
    font-weight: bold;
}
#number .list dl dd {
    font-size: 3.6vw;
    line-height: 1.5em;
}
#number .list dl dd:before {
    font-family: FontAwesome;
    content: "\f058";
    margin-right: 1vw;
}
#number .list dl dd.small {
	font-size:2.8vw;
}
#number .list dl dd.small:before {
    content: none;
}

/*------------------------------------------------
	フッターボタン
--------------------------------------------------*/
#moreLink .btn-top {
    display: none!important;
}