@charset "UTF-8";
@import url("grid.css");

html,footer{
user-select:all;
-moz-user-select:all;
-webkit-user-select:all;
-khtml-user-select:all;
}


.shortcut {
    width: 300px; /* 要素の横幅を指定 */
    white-space: nowrap; /* 横幅のMAXに達しても改行しない */
    overflow: hidden; /* ハミ出した部分を隠す */
    text-overflow: ellipsis; /* 「…」と省略 */
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}
.backg {
      background: #FEF3DB;
	    padding: 2vw;
	text-align: center;

}

.backg2 {
      background: #FEF3DB;
	  padding: 5vw;
	  margin-top:-50px;

}

.shin_container{
  display: flex;
  flex-direction: row;
  max-width:980px;
	width:100%;
	gap: 20px;
  height:auto;

}

.shin_container2{
	width:100%;
	height:100%;
	max-width:700px;
	display: inline-block;
	
}
.grid-container {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}

.hachiwari{font-size: 80%;}
.red{color:#ff0000;}
.white{color:#FFF;}
.black{color:#000;}
.gray{background:#96163C;padding: 5px;color:#FFF;margin-bottom:10px;}
.gray2{background:#0072FF;padding: 5px;color:#FFF;margin-bottom:10px;}
.left{text-align: left;}
.left2{text-align: left;position: absolute;}
.center{text-align: center;}
.bold{font-weight: bold;}
.bwhite{background:#FFF;}
.flex01{display:flex; flex-direction: row!important; }
.flex02{display: flex;flex-direction: row!important;justify-content:center;height: 92px;background: #000;width: 1261px; margin: 0 auto;}
.flex03{display: flex;flex-direction: row!important;justify-content: center;}
.flex05{display: flex;flex-direction: row-reverse;justify-content: center;gap: 10%;margin-left: -25%;}
.ban{display: flex;flex-direction: column;}
.ban2{display: flex;flex-direction: row;margin-top: -10px;}


.btn01 {
    color: #fff;
    background-color: #9B1845;
    padding: 5px 10px 5px 10px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.btn01 a{
    color: #fff;    
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/

}
a {
    display:block;
    color: var(--link-color);

}
a:hover { 
    color: var(--linkhover-color);
}

li{
  list-style:none;
}

.btn01 {
    color: #fff;
    background-color: #962447;
    padding: 5px 10px 5px 10px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.btn_15 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	
	margin: auto;
	padding: 1rem 3rem;
	font-weight: bold;
	border-radius: 0.3rem;
	background-color: #FFF9DC;
	border-image-slice: 4;
	border-width: 4px;
	border-image-repeat: round;

	color: #4F1723;
	max-width:1000px;
	width: 100%;
	
}
.btn_16 {
	display: block;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	
	margin: auto;
	padding: 1rem 3rem;
	border-radius: 0.3rem;
	background-color: #e5d6c5;
	border-image-slice: 4;
	border-width: 4px;
	border-image-repeat: round;
	border-style: solid;
	color: #000;
	max-width:960px;
	width: 100%;
	
}
.up10{
	margin-top:10px;
}

.up201{
	margin-top: -25px;
    margin-left: -30px;
}

.up101{
	margin-top:-10px;
}

.up50{
	margin-top:30px;
}

.ml10{
	margin-left: 10px;
}

.bottom50{
	margin-bottom:50px;
}

.bottom100{
	margin-bottom:100px;
}
.box01{display: block;width:auto;height:100px;}

.r_red{
	background: #9B1845;
}
/* 「投稿ナビゲーション」を消す */
.screen-reader-text{display: none;}
.nav-next{display: none;}
.nav-previous{display: none;}

/* status */

iframe {
  border: none;
  height: 380px;

}

.iframe-wrapper {
  position: relative;
  padding-bottom: 300%;
  height: 75%;

}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* status */

/* ページトップ
==============================　*/
.page-top {
  position: fixed;
  bottom: 20px;
  transition: 0.5s;
}

.page-top_link {
  position: relative;
  display: block;


}

.page-top_link:before {
  content: "";
  display: block;
  position: absolute;

}

/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;

}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: var(--back-color);   
}
nav a {
    padding: 0.5rem;
}


/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
	background: #D398A7;
}	
.table td {
	display: block;
}

/*追加パーツ
-------------------------------------*/

.h_menu{
	margin-top: 3em;
	color:#FFF;
}

/*メニュー
-------------------------------------*/
.containerhead {
 display: flex;
 flex-direction: row;
 list-style: none;	
 margin:0 auto;
 justify-content: center;
 background-color: #661733;

}

.flexcontainer{
  display: flex;
  flex-direction: row;
  justify-content: center;	
}

.containerhead a {text-decoration:none;}

.fixed_banner2 {
    position: fixed;
    z-index: 500;
    left: 0px;
    padding: 0;
    color: #000;
    word-break: break-all;
	width: 100%;
    height: 40px;
}

@media screen and (min-width: 1044px) { 
.righthead{
	padding-right: 10px;
	padding-left: 10px;
	color:#FFF;	
	font-size: clamp(7px, 15px, 20px);
	border-right: 1px dotted #fff;
	letter-spacing: 0.2em;
	height:30px;
}
.righthead2{
	padding-right: 10px;
	padding-left: 10px;
	color:#FFF;	
	font-size: clamp(7px, 15px, 20px);
	border-right: none;
	letter-spacing: 0.2em;
	height:30px;
}


}

@media screen and (max-width: 1043px) { 
.righthead{
	padding-right: 7px;
	padding-left: 7px;
	color:#FFF;	
	font-size: clamp(7px, 11px, 11px);
	border-right: 1px dotted #fff;
	letter-spacing: 0.2em;
	height: 30px;
}
.righthead2{
	padding-right: 7px;
	padding-left: 7px;
	color:#FFF;	
	font-size: clamp(7px, 11px, 11px);
	border-right: none;
	letter-spacing: 0.2em;
	height: 30px;
}

}

.ac2 dt {
position: relative;
z-index: 1;
padding-right: 40px;
cursor: grab;

transition: .4;
color:#000;	
}

a:hover {
 opacity: 0.5;
}
	
/*メニューend
-------------------------------------*/

/*サイド
/*サイドバナー ボタン
-------------------------------------*/

a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin: auto;
	padding: 0rem 4rem;
	font-weight: bold;
	border: 2px solid #dab53e;
	background: #dab53e;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
	margin-top:5px;
}
a.btn_04:hover {
	color: #dab53e;
	background: #fff;
}
/*サイドバナー
-------------------------------------*/
.fixed_banner {
    position: absolute;
    z-index: 499;
    top: 165px;
    right: 0px;
    height: auto;
    width: 250px;
    background: #FFF;
	background-color: rgba(255, 255, 255, 0.562);
	padding:0;
	color:#000;
	word-break: break-all;
}

.side01{
	font-size:12px;
}

.break{
 word-break: break-all;
}


.fixed_banner_pc {
width: 300px; /* バナーの横幅を指定してあげます */
}

.floating-banner:hover {
opacity: .8; /* マウスが重なった時に少し透過させます */
}

.fixed_banner_sp {
display: none; /* PCではスマホ用のバナーは非表示にします */
}


@media screen and (max-width: 480px) { /* メディアクエリを使ってスマホ用のブレイクポイントを指定 */

.fixed_banner_sp {
display: inline-block; /* 消していたスマホ用のバナーを表示させます */
width: 100vw; /* スマホの画面幅いっぱいにバナーを表示させます */
}

.flexcontainer{
  display: flex;

}
.flexcontainer img{
	width:100%;
	max-width:400px;
}
	
}
/*追加SPカレンダー
-------------------------------------*/
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;

}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

/*テーブル価格
-------------------------------------*/
.tbl-r02{

}

.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
.tbl-r022{

}

.tbl-r022 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r022 td {
　border: solid 1px #ccc;
  padding: 10px;
}
/*テーブル価格2
-------------------------------------*/

/*テーブル価格
-------------------------------------*/
.tbl-r03{

}

.tbl-r03 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r03 td {
　border: solid 1px #ccc;
  padding: 10px;
}

/*テーブル価格2
-------------------------------------*/


  #priceCmn.on, .priceBox.on, #cancelPolicy.on, #otherPrice.on {
    display: block; }
  #priceCmn.off, .priceBox.off, #cancelPolicy.off, #otherPrice.off {
    display: none;
    overflow: hidden; } 
table.tableprice {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-bottom: 10px; }
  table.tableprice tr th {
    border: 1px solid #ccc;
    background-color: #D398A7;
    color: #FFF;
    font-weight: normal;
    font-size: 93%;
    padding: 5px;
    text-align: center;
    vertical-align: middle; }
  table.tableprice tr td {
    border: 1px solid #fff;
    background-color: #FFF;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    font-size: 86%; }
  table.tableprice tr:nth-of-type(1) th:nth-of-type(1) {
    border-bottom-color: #ccc; }
  table.tableprice tr:nth-of-type(2) th:nth-of-type(1) {
    border-bottom-color: #ccc; }
  table.tableprice tr.kinto th {
    width: 14%;
    border-right-color: #ccc; }
    table.tableprice tr.kinto th:last-of-type {
      border-right-color: #ccc; }

    table.tableprice {
      border: none;width:700px;margin:0 auto; }
      table.tableprice tr th, table.tableprice tr td {
        border-color: #ccc;
        line-height: 1.4em; }
      table.tableprice tr th {
        font-size: 86%;
        padding: 10px 0;
        background-color: #D98AA5;
        font-weight: bold; }
      table.tableprice tr td {
        padding: 10px 5px;
        background-color: #fff; } 
 

/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
.wpcf7-form p {
  text-align: center;
}

label, legend {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-align: left;
}


main {
    margin: 12rem 0 0 0;
	margin-left:auto;
	margin-right:auto;
}

.main {
    margin: 0 0 0 0;
	margin-left:auto;
	margin-right:auto;
}

.main2 {
    margin: 0 0 0 0;
	margin-left:auto;
	margin-right:auto;
	background:#FEF3DB;
}


.main3 {
    margin: 5rem 0 5rem 0;
	margin-left:auto;
	margin-right:auto;
    width: 100%;
    max-width: 960px;

}
.main4 {
    margin: 5rem 0 0 0;
	margin-left:auto;
	margin-right:auto;
    width: 960px;
    max-width: 960px;

}
section {
	margin: 0 0;

}
.gray-back {
	background-color: var(--back-color);
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
	padding: 1rem 3rem;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid var(--base-color);
    padding:0 1rem 1rem 1rem;
	color:#fff;
}
.center {
	text-align: center;

}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background:#000; 
	color:#FFF;
	border-top:10px solid #9B1845;
	line-height: 2.0;
}
footer h4 {
    border-bottom: 3px solid var(--border-color);
}


/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
	background: #9B1845;


}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline;

}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 0;
    left: 15px;
	background-color: #9B1845;
	color:#fff;
}
#pagetop a {
    display: block;
    background-color: var(--base-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: var(--link-color);
}


.tbl-r02{width:100%;}
.tbl-r03{width:100%;}
.tbl-r022{width:100%;}


.img-frame{
margin-top: 15vw;	
}
	

	
.row4 {
    flex-direction:column;

}
#mainNav{

	color:#fff;
}
	
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #38b435;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
}


@media screen and (min-width: 980px){
.pc{display:block;}
.sp{display:none;}
.sp2{display:none;}	
.sp3{display:none;}		
.sp5{display:none;}		
	
.tbl-r02{width:960px;font-size: 85%;}
.tbl-r03{width:700px;font-size: 85%;}	
.tbl-r022{width:700px;}	
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

/* 幅768px以下の表示
-------------------------------------*/ 
@media (max-width: 979px) {
.main2 {
    margin: -20px 0 0 0;
    margin-left: auto;
    margin-right: auto;
    background: #FEF3DB;
}

	 
.ban2{display: flex;flex-direction: row;margin-top: 0px;background:#FEF3DB; }
.ban{background:#FEF3DB; }	
	 
.newhead5{
        margin-top: -80px;
        margin-left: 650px;

}
	 
main {
    margin: 11rem 0 0 0;
    margin-left: auto;
    margin-right: auto;
}	 
.container3 {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 2rem;
    position: relative;
}		 
#navSP{display: none;}		 
.pc{display:none;}
.sp{display:none;}
.sp2{display:block;}
.sp3{display:block;}	 
    #header {
    background-color: #921340;
padding: 0 0 0 0;
      display: flex;
		z-index:1;
      justify-content: space-between;
      align-items: center; }
      #header header {
        width: 100%; }
        #header header #navPC {
          display: none; }
      #header nav {
        width: 15%; }
        #header nav button#btn {
          background: none;
          border: none;
          margin-left: auto;
          padding: 0;
          display: block;
          transition: .5s; }
          #header nav button#btn:hover {
            cursor: grab; }
        #header nav #navSP ul#mainNav {
          position: fixed;
          z-index: 10;
          width: 100%;
          top: 0px;
          left: 0px;
          height: 0;
          padding: 0px 30px;
          overflow: hidden; }
          #header nav #navSP ul#mainNav.on {
            overflow: auto;
            -ms-overflow-style: none;
            scrollbar-width: none; }
            #header nav #navSP ul#mainNav.on::-webkit-scrollbar {
              display: none; }
          #header nav #navSP ul#mainNav.off {
            overflow: hidden; }
          #header nav #navSP ul#mainNav li {
            padding: 0px 30px;
            border-bottom: 2px solid #DFDFDF;
            overflow: hidden;
            height: 0; }
            #header nav #navSP ul#mainNav li a {
              font-size: 143%;
              position: relative;
              display: block; }
              #header nav #navSP ul#mainNav li a:after {
                content: '';
                background: url("../images/cmn/arrow02.png") no-repeat center right;
                background-size: contain;
                width: 15px;
                height: 0.8em;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%); }
            #header nav #navSP ul#mainNav li:hover {
              cursor: grab; }
          #header nav #navSP ul#mainNav .lodgingbtn {
            background: linear-gradient(36deg, #DAB940 0%, #DAB940 20%, #C9A02A 65%, #C9A02A 100%);
            margin-bottom: 20px;
            border-bottom: none;
            display: flex;
            align-items: center; }
            #header nav #navSP ul#mainNav .lodgingbtn a {
              width: calc(100% - 26px);
              padding-left: 12.5%;
              display: flex;
              align-items: center; }
              #header nav #navSP ul#mainNav .lodgingbtn a:before {
                content: '';
                width: 40px;
                height: 1em;
                display: inline-block;
                position: absolute;
                left: 0; }
              #header nav #navSP ul#mainNav .lodgingbtn a:after {
                content: '';
                background: url("../images/cmn/arrow03.png") no-repeat center right !important;
                background-size: contain;
                height: 1.2em;
                position: absolute;
                right: -26px; }
            #header nav #navSP ul#mainNav .lodgingbtn#menu01 a {
              padding-right: 5%; }
              #header nav #navSP ul#mainNav .lodgingbtn#menu01 a:before {
                content: '';
                background: url("../images/cmn/menu_icon01.png") no-repeat;
                background-position: center;
                background-size: contain; }
            #header nav #navSP ul#mainNav .lodgingbtn#menu02 a {
              padding-right: 25%; }
              #header nav #navSP ul#mainNav .lodgingbtn#menu02 a:before {
                content: '';
                background: url("../images/cmn/menu_icon02.png") no-repeat;
                background-position: center;
                background-size: contain; }
            #header nav #navSP ul#mainNav .lodgingbtn#menu03 a {
              padding-right: 52%; }
              #header nav #navSP ul#mainNav .lodgingbtn#menu03 a:before {

                content: '';
                background: url("../images/cmn/menu_icon03.png") no-repeat;
                background-position: center;
                background-size: contain; }
            #header nav #navSP ul#mainNav .lodgingbtn:after {
              content: '';
              display: block;
              clear: both; }

.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url("../images/button.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../images/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
.flexcontainer {	
	display: flex;	
	flex-direFction: row;	
	background:#000;	
	gap: 0px 5px;
	margin-left: 0%;	
} 
.sp5{display:none;}		
}

/* テーブル */
table {
  margin-bottom: 10px;
}
.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
.tbl-r03 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r03 td {
　border: solid 1px #ccc;
  padding: 10px;
} 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl-r03 {
    width: 80%;
  }
  .tbl-r03 th,
  .tbl-r03 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }	
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r03 {
    width: 80%;
  }
  .tbl-r03 th,
  .tbl-r03 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }	
}
 

/* テーブル */





 @media screen and (max-width: 480px){

.ban2{display: flex;flex-direction: column;margin-top: 0px;background:#FEF3DB; }	 
.ban{background:#FEF3DB; }	
	 
.backg {
      background: #FEF3DB;
      padding: 5vw;
}
.main2 {
    margin: 0 0 0 0;
    margin-left: auto;
    margin-right: auto;
    background: #FEF3DB;
}	 

.head01 {
        margin-top: -20vw;
        margin-left: 69vw;
        z-index: 1000;
        position: fixed;
}
.head01e {
        margin-top: -20vw;
        margin-left: 69vw;
        z-index: 1000;
        position: fixed;
}
.head02 {
        margin-top: 10vw;
        margin-left: 69vw;
        z-index: 1000;
        position: fixed;
}
	 
	 	 
.newhead5{

        margin-left: 310px;

   
}
	 
	 
iframe {
  border: none;
  height: 350px;
  width:100%;	
}

.grid-container {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(1, 1fr);
}	 
.pc{display:none;}
.sp{display:block;}
.sp2{display:none;}	
.sp3{display:block;}
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }	
	 
  .tbl-r022 {
    width: 100%;
  }
  .tbl-r022 th,
  .tbl-r022 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }		 
table.tableprice {
      border: none;width:100%; }
.container3 {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 2rem;
    position: relative;
}
.container {

        margin-top: 0;
    }	 
main {
    margin: 10vw 0 0 0;
    margin-left: auto;
    margin-right: auto;
}
 h2 {
    font-size: 2.0rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
    margin-top: 30vw;
}
}

@media screen and (max-width: 979px) { 
	.flex04{
		display: flex;
		flex-direction: row;
	}
	.head01 {
        margin-top: 0vw;
        margin-left: 80vw;
        z-index: 1000;
        position: fixed;
}
	.head01e {
        margin-top: -14vw;
        margin-left: 70vw;
        z-index: 1000;
        position: fixed;
}	
.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 35%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.sp{display:none;}		
.sp5{display:block;}		
}

@media screen and (max-width: 480px) { 
     .head01 {
        margin-top: -1vw;
        margin-right: -10vw;
		margin-left:70vw;
        z-index: 1;
        position: fixed;
    }
     .head01e {
        margin-top: -12vw;
        margin-right: -80vw;
		margin-left:0;
        z-index: 1;
        position: fixed;
    }	

.backg2 {
      background: #FEF3DB;
	  padding: 5vw;
      margin-top:50px;
}	
.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.flex05{display: flex;flex-direction: column;justify-content: center;gap: 10%; margin-left: 0%;}
.flexcontainer {	
	margin-left: 0%;	
}
.sp{display:block;}		
.sp5{display:none;}	
}	