@charset "UTF-8";
/* コンテンツ */

#mainimg {
	position:relative;
	text-align:center;
	width: 100%;
    z-index: 1000;
}
.swiper-container1 {
	position:relative;
	width: 100%;
    overflow: hidden;
}
.swiper-container1 .swiper-slide {
    position: relative;
    width: 100%;
    max-width: 1300px;
    height: auto;
    aspect-ratio:2;
    background-position: center center;
    background-size: cover;
}
.sd1 {
    background-image: url("../slide/01.webp?0223");
}
.sd2 {
    background-image: url("../slide/02.webp");
}
.sd3 {
    background-image: url("../slide/03.webp");
}
.sd4 {
    background-image: url("../slide/04.webp");
}
.sd1 h2 {
    position: absolute;
    top: 8%;
    right: 6%;
    color: #fff;
    font-size: 3em;
    line-height: 1.4;
    text-align: right;
    text-shadow: 0 0 10px #000;
}

.sd2 h2 {
    position: absolute;
    top: 8%;
    left: 6%;
    color: #333;
    font-size: 2em;
    line-height: 1.4;
    text-align: left;
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}
.sd2 h2 span {
    font-size: 1.5em;
}

.sd3 h2 {
    position: absolute;
    top: 8%;
    width: 100%;
    color: #fff;
    font-size: 2em;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0 0 10px #000;
}
.sd3 h2 span {
    font-size: 1.5em;
}

.sd4 h2 {
    position: absolute;
    top: 8%;
    left: 6%;
    color: #333;
    font-size: 3em;
    line-height: 1.4;
    text-align: left;
    text-shadow: 0 0 10px #fff;
}
.sd4 h2 span {
    font-size: 1.5em;
}


.next1,.prev1 {
	position:relative;
	z-index:1100;
    width: 40px !important;
    height: 40px !important;
    margin-top: -20px !important;
}
.prev1 {
  left: 5% !important;
  background: url(../img/left_o.png) no-repeat right center !important;
    background-size:contain !important;
}
.next1 {
  right: 5% !important;
  background: url(../img/right_o.png) no-repeat left center !important;
	background-size:contain !important;
}

.main_tx {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1300px;
    height: 100%;
    z-index:1100;
}
.main_tx section {
    position: relative;
    width: 100%;
    height: 100%;
  
}
.main_tx img {
    position: absolute;
    width: 200px;
    left: 3%;
    bottom: -30px;
}
.mukyu {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 2em;
    background-color: #333;
    color: #fff;
    line-height: 1.5;
}
.mukyu h3 {
    font-size: 1.85em;
}

.special_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5em 0 0;
}
.b_img {
    position: relative;
    width: 30%;
    text-align: right;
    z-index: 100;
}
.b_img img {
    width: 100%;
    margin-right: -5em;
}
.b_doc {
    box-sizing: border-box;
    padding: 3em 3em 3em 9em;
    width: 70%;
    background-color: #fff;
    text-align: left;
    line-height: 1.7;
}
.b_doc section {
    position: relative;
    max-width: 900px;
}
.b_doc h6 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 1.16em;
    line-height: 1;
    color: #f08b00;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
}
.b_doc h2 {
    font-size: 3em;
    line-height: 1.4;
    border-bottom: 1px solid #f08b00;
    margin-bottom: 0.5em;
}
.b_doc p {
    font-size: 1.16em;
    margin-bottom: 1em;
}
.b_doc p:nth-of-type(2) {
    margin-bottom: 2em;
}
.b_doc .more p {
    margin-right: 0;
    margin-bottom: 0;
}
.b_doc ul {
    position: absolute;
    right: 0;
    top: -5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b_doc ul li {
    background-color: #f08b00;
    color: #fff;
    font-weight: bold;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5em;
}

.daily_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding: 5em 0;
}
.daily_menu .b_img {
    text-align: left;
}
.daily_menu .b_img img {
    margin-right: 0;
    margin-left: -5em;
}
.daily_menu .b_doc {
    padding: 3em 9em 3em 9em;
}
.daily_menu .b_doc section {
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: 0;
}
.haitatsu {
    position: absolute;
    right: 0;
    top: -5em;
    text-align: center;
    background-color: #fbcc02;
    line-height: 1;
    padding: 1em 2em;
    border-radius: 5em;
}
.haitatsu h3 {
    font-size: 2.8em;
    font-weight: bold;
}
.haitatsu h3 span {
    font-size: 0.5em;
}
.haitatsu p {
    font-size: 1em;
    margin-top: 0.3em;
    margin-bottom: 0;
}

.news_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.news_sub {
    width: 30%;
}
.news_sub h6 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 1.16em;
    line-height: 1;
    color: #f08b00;
    letter-spacing: 1px;
    margin-bottom: 0.3em;
}
.news_sub h2 {
    font-size: 2em;
    line-height: 1.7;
    font-weight: bold;
    border-bottom: 1px solid #f08b00;
    margin-bottom: 1em;
}
.news_more p {
    width: 10em;
}
.news_more p a {
	text-align:center;
	display:block;
    box-sizing: border-box;
	color:#333 !important;
    font-weight: bold;
	line-height:2.5em;
    text-decoration: none !important;
    border: 2px solid #f08b00;
    border-radius: 3em;
    padding-right: calc(1em + 16px);
    background-color: #fff;
	background-image:url(../img/arr_o.png);
	background-position:right 1em center;
	background-repeat:no-repeat;
	background-size:16px auto;
	transition:all 0.3s;
    background-color: #ffe;
}
.news_more p a:hover {
    background-color: #fdf3e5;
}
.news_doc {
    width: 65%;
}
.news_doc dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.7;
    padding-bottom: 2em;
    border-bottom: 1px dotted #999;
    margin-bottom: 2em;
}
.news_doc dl:last-of-type{
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 0;
}
.news_doc dl dd {
    font-family: "B612 Mono", monospace;
    font-weight: 400;
    font-style: normal;
    margin-right: 2em;
    color: #aaa;
}
.news_doc dl dt {
    flex-grow: 1;
}

.scene_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.scene_sub {
    width: 40%;
}
.scene_sub h2 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 6em;
    line-height: 1;
    color: #f9d5b8;
    letter-spacing: 1px;
    text-indent: 1px;
    margin-bottom: 0.3em;
}
.scene_sub p {
    width: 50%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.16em;
    line-height: 1.7;
}
.scene_img {
    width: 60%;
}
.swiper-container2 {
	position:relative;
    overflow: hidden;
}
.swiper-container2 .swiper-slide {
    position: relative;
    width: 300px;
    height: 300px;
}
.swiper-container2 .swiper-slide p {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 1.16em;
    line-height: 1.8em;
    padding: 0 1em;
}
.swiper-container2 .swiper-slide img {
    width: 100%;
}

.policy_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.policy_img {
    width: 47.5%;
}
.policy_img img {
    width: 100%;
}
.policy_doc {
    width: 47.5%;
}
.policy_doc h6 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 1.16em;
    line-height: 1;
    color: #f08b00;
    letter-spacing: 1px;
    margin-bottom: 0.3em;
}
.policy_doc h2 {
    font-size: 2em;
    line-height: 1.7;
    font-weight: bold;
    border-bottom: 1px solid #f08b00;
    margin-bottom: 1em;
}
.policy_doc p {
    line-height: 1.7;
    margin-bottom: 2em;
}
.policy_doc .more p {
    margin: 0 0 0 auto;
}
.policy_doc ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -3em;
}
.policy_doc ul li {
    background-color: #f08b00;
    font-weight: bold;
    color: #fff;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 0.5em;
}


.area_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.area_img {
    width: 10%;
    margin-right: 4em;
}
.area_img img {
    width: 100%;
}
.area_doc {
    
}
.area_sub {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 1em;
}
.area_sub h2 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 6em;
    line-height: 1;
    color: #f9d5b8;
    letter-spacing: 1px;
}
.area_sub h3 {
    font-size: 2em;
    line-height: 1.4;
    font-weight: bold;
    margin-left: 1em;
}
.area_doc p {
    line-height: 1.7;
}

@media screen and (max-width: 960px) {

.sd1 h2 {
    font-size: 2.5em;
}
.sd2 h2 {
    font-size: 1.5em;
}
.sd3 h2 {
    font-size: 1.5em;
}
.sd4 h2 {
    font-size: 2em;
}

.next1,.prev1 {
    width: 30px !important;
    height: 30px !important;
    margin-top: -15px !important;
}
.prev1 {
  left: 3% !important;
}
.next1 {
  right: 3% !important;
}

.main_tx img {
    position: absolute;
    width: 160px;
    left: 3%;
    bottom: -30px;
}
.mukyu {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 2em;
    background-color: #333;
    color: #fff;
    line-height: 1.5;
}
.mukyu h3 {
    font-size: 1.58em;
}
.mukyu p {
    font-size: 0.84em;
}

.b_img {
    width: 35%;
}
.b_img img {
    margin-right: -2em;
}
.b_doc {
    padding: 3em 3em 3em 5em;
    width: 65%;
}
.b_doc p {
    font-size: 1em;
}
.b_doc ul {
    top: -6em;
}
.b_doc ul li {
    font-size: 0.92em;
}

.daily_menu .b_img {
    width: 35%;
    text-align: left;
}
.daily_menu .b_img img {
    margin-right: 0;
    margin-left: -2em;
}
.daily_menu .b_doc {
    padding: 3em 5em 3em 3em;
    width: 65%;
}
.haitatsu {
    right: -2em;
    top: -5em;
}
.haitatsu h3 {
    font-size: 2.5em;
}
.haitatsu h3 span {
    font-size: 0.5em;
}
.haitatsu p {
    font-size: 0.92em;
}

.scene_box {

}
.scene_sub {
    width: 100%;
}
.scene_sub h2 {
    font-size: 5em;
}
.scene_sub p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    margin-bottom: 2em;
}
.scene_img {
    width: 100%;
}
.swiper-container2 .swiper-slide {
    width: auto;
    height: auto;
}

.policy_img {
    width: 100%;
    margin-bottom: 2em;
}
.policy_doc {
    width: 100%;
}
.policy_doc .more p {
    margin: auto;
}
.policy_doc ul {
    margin-top: -5em;
    margin-bottom: 0;
}
.policy_doc ul li {
    font-size: 0.92em;
    margin-right: 0.5em;
    margin-left: 0;
}

.area_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.area_img {
    display: none;
}
.area_img img {
    width: 100%;
}
.area_doc {
    width: 100%;
}
.area_sub {
    margin-bottom: 1em;
}
.area_sub h4 {
    width: 50px;
    margin-right: 1em;
}
.area_sub h4 img {
    width: 100%;
}
.area_sub h2 {
    font-size: 5em;
}
.area_sub h3 {
    font-size: 2em;
}
.area_doc p {
    line-height: 1.7;
}

}


@media screen and (max-width: 520px) {
.sd1 h2 {
    font-size: 1.5em;
}
.sd2 h2 {
    font-size: 1em;
}
.sd3 h2 {
    font-size: 1em;
}
.sd4 h2 {
    font-size: 1.16em;
}
.next1,.prev1 {
    width: 20px !important;
    height: 20px !important;
    margin-top: -10px !important;
}

.main_tx {
    position: static;
    width: 100%;
    height: auto;
}
.main_tx section {
    position: relative;
    width: 100%;
    height: 100%;
}
.main_tx img {
    position: absolute;
    width: 140px;
    left: 10px;
    bottom: -30px;
    z-index: 1100;
}
.mukyu {
    position: static;
    padding: 1em 0 1em 150px;
}
.mukyu h3 {
    font-size: 1.58em;
}
.mukyu p {
    font-size: 0.84em;
}

.special_menu {
    flex-wrap: wrap;
    padding: 3em 0 0;
}
.b_img {
    width: 80%;
    text-align: center;
    margin-bottom: 3em;
}
.b_img img {
    margin-right:0;
}
.b_doc {
    padding: 3em 7% 2.5em;
    width: 100%;
}
.b_doc h2 {
    font-size: 2.5em;
}
.b_doc ul {
    right: -1em;
    top: -6em;
}
.b_doc ul li {
    font-size: 0.84em;
}
.b_doc .more p {
    margin: auto;
}

.daily_menu {
    flex-direction:column;
    padding: 3em 0 0;
}
.daily_menu .b_img {
    width: 80%;
    text-align: center;
    margin-bottom: 3em;
}
.daily_menu .b_img img {
    margin-right: 0;
    margin-left: 0;
}
.daily_menu .b_doc {
    padding: 3em 7% 0;
    width: 100%;
}
.haitatsu {
    right: -1em;
    top: -5em;
}
.haitatsu h3 {
    font-size: 2.3em;
}
.haitatsu h3 span {
    font-size: 0.5em;
}
.haitatsu p {
    font-size: 0.84em;
}

.news_sub {
    width: 100%;
}

.news_sub h2 {
    font-size: 1.8em;
}
.news_more p {
    margin: auto;
}
.news_doc {
    width: 100%;
}
.news_doc dl {
    flex-wrap: wrap;
}
.news_doc dl:last-of-type {
    padding-bottom: 2em;
    border-bottom: 1px dotted #999;
    margin-bottom: 2em;
}
.news_doc dl dd {
    width: 100%;
}
.news_doc dl dt {
    width: 100%;
}

.scene_sub h2 {
    font-size: 4em;
}
.scene_sub p {
    width: auto;
    margin: 0 7%;
    text-align: left;
    margin-bottom: 2em;
}

.policy_doc h2 {
    font-size: 1.8em;
}
.policy_doc ul li {
    font-size: 0.84em;
}

.area_sub h2 {
    font-size: 4em;
}
.area_sub h3 {
    font-size: 1.4em;
}

}

