@charset "utf-8";
/* 基本設定 */
html {
    font-size: 10px;
    text-rendering: auto;
    font-family:"Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333333;
    letter-spacing: 0.05em;

}
body {
    background-attachment: scroll;
    background-image: url(../img/common/bg_01.gif);
    background-position: 0 0;
    background-repeat: repeat;
    color: #000000;
}
a, a:hover {
    text-decoration: none;
}
a {
    color: #444444;
}
ul {
    list-style: none;
}
/*　hoverで影　セレクターを設置して制御しておく　未処理　*/
.hover-btn a img:hover {
    transition: .3s;/*滑らかな動きに */
    box-shadow: 3px 3px 10px rgba(0,0,0,1);
}
.block_ahover a:hover {
    transition: .3s;/*滑らかな動きに */
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}

/*テキスト*/

p {/*SP*/
    line-height: 1.9;
    font-size: 1.4rem;
}
@media screen and (min-width: 850px) {
p { /*PC*/
	line-height: 1.9;
	font-size: 1.5rem; 
}
}



/* 表示 */
.sp_none {
    display: none!important;
}

@media screen and (min-width: 850px) {
.pc_none {
    display: none;}
}

.nav {
    display: block;	/* PCのみナビを表示 */
}	
.strong {
    font-weight: 700;
}

/* 改行PC・SP切り替え */	
.sp_br {
    display: block;
}
.pc_br {
    display: inline;
}
.flex {
    display: flex;
    flex-wrap: nowrap;
}

.fadein {
    font-size: 20px;
    font-weight: bold;
    animation-name: fadein;
    animation-duration: 2.5s;
}

.page-link{
    margin-top:-50px;
padding-top:50px; 
}

/*1カラム */
.column_1-1 .item_column {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 25px;
}

.wrap_prologue {
    position: relative;
    margin: 0 auto;
    display: block;
	text-align: center;
}

@media screen and (min-width: 859px) {
.wrap_prologue .copy {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2.5;
    letter-spacing: .1em;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}
}



.column_1-2 .item {
    display: flex;
	width: 48.5%;
}

/* 2カラム================== */
.column_1-2 .item_column {
    flex-direction: column;
    text-align: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    font-size: 1.3rem;
}
.column_min .item {
    display: flex;
    flex-wrap: wrap;
    text-align: justify; /*テキストの幅揃え*/
    justify-content: space-between;
    margin: 20px 0px 0px 0px;
}
/* 枠なしのカラム　共有*/
.column_min figure {
    width: 110px;
    margin-left: 10px
}/*画像*/
.column_min figure img {
    width: 100%;
}/*画像*/
.column_min h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
    line-height: 2rem;
    color: #333333;
}
.column_min .item_head {
    margin-bottom: 8px;
    width: 30%;
}
.column_min .item-text { /*text*/
    width: calc(100% - 150px);
    padding: 0px;
    margin-right: 15px;
    font-size: 1.3rem;
}
.section_inner_1-2.Ft .img_sub {
    width: 50%;
    margin-right: 20px;
}
.section_inner_1-2.tF .img_sub {
    width: 50%;
}
.section_inner_1-2.tF .drink_figure .img_sub {
    width: 50%;
}
.section_inner_1-2 .img_main {
    width: 50%;
}
.sub {
    position: relative;
}
.sub.mht {
    margin-top: 0px;
}
.sub.mlt {
    margin-top: 20px;
}
.section_inner_1-2.tF .img_main {
    margin-right: 20px;
}
/* 3カラム================== */
/* 画像*/

/* 高さに合わせて画像の左右はみ出た分をトリミング */
.hight-tm img {
    object-fit: cover;
}

/*itemの子を横並びにする*/
.box-column_1-3 .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10px 10px 10px;
}
/*子のitemを横並びにしない*/
.box-column_1-3 .item_column, .flat-column_1-3 .item_column {
    display: flex;
    flex-direction: column;
    text-align: justify; /*テキストの幅揃え*/
    justify-content: space-between;
    margin-bottom: 25px;
}

/* 枠ありのカラム　共有*/
.box-column_1-3 figure {
    width: 120px;
}/*画像*/
.box-column_1-3 figure img {
    width: 100%;
    object-fit: cover;
}/*画像*/

.box-column_1-3 .item-text { /*text*/
    width: calc(100% - 150px);
    padding: 15px;
    font-size: 1.3rem;
}

/*itemの子を横並びにする*/
.box-column_1-3 .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10px 10px 10px;
}
/*子のitemを横並びにしない*/
.box-column_1-3 .item_column, .flat-column_1-3 .item_column {
    display: flex;
    flex-direction: column;
    text-align: justify; /*テキストの幅揃え*/
    justify-content: space-between;
    margin-bottom: 25px;
}

/* 枠ありのカラム　共有*/
.box-column_1-3 figure {
    width: 120px;
}/*画像*/
.box-column_1-3 figure img {
    width: 100%;
}/*画像*/
.box-column_1-3 .item-text { /*text*/
    width: calc(100% - 150px);
    padding: 15px;
    font-size: 1.3rem;
}
/*itemに影*/
.box-column_1-3 .item {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    background: #fff;
}

/* 枠なしのカラム　共有*/
@media screen and (min-width: 859px) {
.column_1-2 { display: flex;}
.column_1-2 .item {	width: 48.5%;}
}
@media screen and (max-width: 860px) {
.column_1-2 { display: flex;}
.column_1-2 .item {	width: 100%;}
}

/* 2カラム======================================= */
.column_1-2 {/*親*/
    display: flex;
    flex-wrap: wrap;
    text-align: justify; /*テキストの幅揃え*/
    justify-content: space-between;
    padding: 0;
}
.flat-column_1-3 .item {
    margin: 0px 0 50px 0;
}
.flat-column_1-3 .item:last-child {
    margin-bottom: 0;
}
.flat-column_1-3 figure {
    width: 100%;
    margin: 0 auto;
}
.inner-voice .flat-column_1-3 figure {
    width: 60%;
    margin: 0 auto 15px auto;
}
/*画像*/
.flat-column_1-3 .item_head {
    margin-top: 8px;
    width: 30%;
}
.flat-column_1-3 .item-text { /*text*/
    padding: 0;
    margin-top: 15px;
}


@charset "utf-8";
/* 基本設定 */
html {
    font-size: 10px;
    text-rendering: auto;
    font-family:"Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333333;
    letter-spacing: 0.05em;

}
body {
    background-attachment: scroll;
    background-image: url(../img/common/bg_01.gif);
    background-position: 0 0;
    background-repeat: repeat;
    color: #000000;
}
a, a:hover {
    text-decoration: none;
}
a {
    color: #444444;
}
ul {
    list-style: none;
}
/*　hoverで影　セレクターを設置して制御しておく　未処理　*/
.hover-btn a img:hover {
    transition: .3s;/*滑らかな動きに */
    box-shadow: 3px 3px 10px rgba(0,0,0,1);
}
.block_ahover a:hover {
    transition: .3s;/*滑らかな動きに */
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}




/* 表示 */
.sp_none {
    display: none!important;
}



/*wrap*/
@media screen and (min-width: 850px) {
/*新コンポーネント*/
.wrap-ontop__lv1 {
    padding: 30px 0;
}	
.wrap-untop__lv1 {
	margin-bottom: 30px;
}
}
@media screen and (max-width: 850px) {
/*新コンポーネント*/
.wrap-ontop__lv1 {
    padding: 100px 0;
}	
.wrap-untop__lv1 {
	margin-bottom: 100px;
}
}

/*column*/
.column_1-2 {
    justify-content: space-between;
    max-width: 1040px;
    display: flex;
    margin: 0 auto;
}


@media screen and (min-width: 850px) {
.pc_none {
    display: none;}
}
.nav {
    display: block;	/* PCのみナビを表示 */
}	
.strong {
    font-weight: 700;
}

/* 改行PC・SP切り替え */	
.sp_br {
    display: block;
}
.pc_br {
    display: inline;
}
.flex {
    display: flex;
    flex-wrap: nowrap;
}

.fadein {
    font-size: 20px;
    font-weight: bold;
    animation-name: fadein;
    animation-duration: 2.5s;
}

.page-link{
    margin-top:-50px;
padding-top:50px; 
}



.parallax-window {
    min-height: 400px;
    background: transparent;
}
.main-wrap {
    margin: 0 auto;
}
/* 高さに合わせてリサイズ、はみ出た分をトリミング */
.swiper-slide-duplicate-active img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.scroll {
    display: none;
}

/*section 共有*/
.inner-ontop {/*.inner-onbgを消してこっちを使う*/
    margin: 0 auto;
    padding: 45px 0px 40px;
}
.inner-ontop.lv1 {
    padding: 25px 0;
}
.inner-ontop.lv2 {
    padding: 30px 0;
}
.inner-ontop.lv3 {
    padding: 50px 0;
}
.inner-ontop.lv4 {
    padding: 4rem 0;
}
.inner-ontop.lv5 {
    padding: 5rem 0;
}

.inner-ontop.lv6 {
    padding: 6rem 0;
}

.inner-ontop.lv7 {
    padding: 7rem 0;
}

.home .inner-ontop {/*.inner-onbgを消してこっちを使う*/
    margin: 0 auto;
    padding: 15px 0px 45px;
}
.inner-ontop_unbottom {
    margin: 0 auto;
    padding: 30px 0px;
}

.inner-ontop.plr {
    padding-left: 10px;
    padding-right: 10px;
}
.inner-untop.plr {
    padding-left: 15px;
    padding-right: 15px;
}
.inner-vertical {
    margin: 0 auto;
    padding: 35px 0px;
}
.inner_bg {/*.inner-onbgを消してこっちを使う*/
    margin: 0px 0 40px 0;
}



.section-bg {
    background-size: cover;
    position: relative;
}
.section-bg_nomal {
    display: block;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
} 

.section_spell {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333333;
}
.section_copy {
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    line-height: 2;/* 行間 */
    letter-spacing: 0.01em;/* 字間 */
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
/* section　左右交互======================*/

.main .item_btn {
    margin: 0 auto;
    max-width: 320px;
}
.main .item_btn img {
    max-width: 100%;
}
/* inner */

.plr {
    padding-left: 20px;
    padding-right: 20px;
}
/*1カラム*/
.column_1-1.last {
    margin: 30px 0 0 0;
}
/*1カラム　画像*/
.column_1-1 .block_img {
    padding: 0px 10px 0 10px;
    margin-bottom: 20px;
    text-align: center;
}
/*1カラム　item　親=========768*/
.column_1-1 .block_item {
    padding: 0;
}
.section_inner_1-2.tF .block_item, .section_inner_1-2.Ft .block_item {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
/*1カラム　item　子=========768*/

.column_1-1 .item_text {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .1em;
    margin: 0 20px 0px 20px;
}
.column_1-1:not(:last-of-type) {
    margin-bottom: 20px;
}


/* 下層 2カラム　======*/
/*PC4　SP2*/
.column_2-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.column_2-4 article {
    width: calc(50% - 0px);
    align-items: center;
    text-align: center;
    margin-bottom: 45px;
}

.column_2-4 figure {
    width: 75%;
    margin: 0 auto;
}
.column_2-4 figure img{
    max-height: 170px 
}
.column_2-4 article:nth-child(2n) {/*SPの3列目のスペース解除*/
    margin-right: 0px;
}
.column_2-4 i {/*アイコン*/
    display: block;
    text-align: center;
    width: 100%;
}
.column_2-4 i img {/*アイコン*/
    max-width: 150px;
    width: 100%;
}
.column_2-4 p {
    margin-top: 20px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.6;
}
.section_inner_1-1 .item_text {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: .05em;
    margin: 0;
}
.section_inner_1-1 .block_img {
    margin-bottom: 40px;
}
.section_inner_1-2 .block_img {
    padding: 0;
    margin-top: 20px;
    text-align: center;
}

.section_inner_1-2 .block_img.sp_lrbM15 {
    padding: 0;
    margin: 0 15px 20px 15px;
    text-align: center;
}
.section_inner_1-2 .block_img .whid {
    padding: 30px 10px 0 10px;
}
.section_inner_1-2 .block_img img {
    width: 100%;
    object-fit: cover;
}
.section_inner_1-2 .item-catch {
    font-size: 1.9rem;
    color: rgba(0,0,0,1.00);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .12em;
}
.section_inner_1-2 .item_text {
    letter-spacing: .07em;
    margin-top: 10px;
}
.column_1-2 .item_column p {
    margin-top: 7px;
}

.item_column.bg-box_lv2 {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 0;
}

/*コーション*/
.caution {
    font-size: 1.3rem;
    padding: 0px 20px 0 20px;
    letter-spacing: .1em;
    font-weight: 700;
}
.caution:not(:last-of-type) {
    margin-bottom: 30px;
} 
/*縦書*/
.inner-ontop.vertical {
    margin: 0 auto;
    padding: 40px 25px;
    text-align: center;
    display: block;
}
.vertical p {
    display: block;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 0 0 0 0px;
    line-height: 1.9;
    letter-spacing: .1em;
    text-align: center;
}

/*廃　column_title .item-catch*/
.section-title.type-left {
    text-align: left;
    color: #333333;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .13em;
}
.section-title.type-left.lv1 {
    font-size: 1.8rem;
    margin-bottom: 4px;
}
.section-title.type-left.lv2 {
    font-size: 2.2rem;
    margin-bottom: 2.1rem;
}
.section-title.type-left.lv3 {
    font-size: 1.9rem;
    margin-bottom: 5px;
}

/*new txt-title SP*/
.txt-center {
    text-align: center;
}



/*section-title*/
.section-title_lv2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 2.2rem;
    letter-spacing: .13em;
}
.section-title_lv3 {
    font-size: 2.5rem;
    margin-bottom: 40px;
	font-weight: 700;
    line-height: 1.5;
    letter-spacing: .13em;
}
.txt-title_lv2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .13em;
}
.txt-title_lv3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
	font-weight: 700;
    line-height: 1.5;
    letter-spacing: .13em;
}

.block_item p {
    letter-spacing: .07em;
    font-size: 1.4rem;
}
@media screen and (min-width: 859px) {

/*new txt-title PC*/
	
/*section-title*/
.section-title_lv2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .13em;
}
.section-title_lv3 {
    font-size: 3rem;
    margin-bottom: 60px;
	font-weight: 700;
    line-height: 1.5;
    letter-spacing: .13em;
}
.txt-title_lv2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .13em;
}
.txt-title_lv3 {
    font-size: 2.7rem;
    margin-bottom: 25px;
	font-weight: 700;
    line-height: 1.5;
    letter-spacing: .13em;
}

	
}

/*　SP　ボタン　基本設定=================================*/
.btn_blue {
    position: relative;
    padding: .9em 4em;
    background-color: #2a519a;
    border: 2px solid #2a519a;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    font-weight: bold;
}
.btn_blue::after {/*矢印アニメ*/
    content: "";
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all .3s;
}
.btn_blue:hover::after {
    border-top: 2px solid #2a519a;
    border-right: 2px solid #2a519a;
}
/*//基本設定*/

/*ボタン大　共通*/	
.btn_blue.btn_nomal {
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px 0;
    width: 80%;
    max-width: 370px;
    font-size: 1.6rem;
    border-radius: 35px;
    letter-spacing: .1em;
}
.btn_blue.btn_nomal:hover {
    background-color: #fff;
    border-color: #2a519a;
    color: #2a519a;
}
.btn_blue.btn_xsmall:hover {
    background-color: #fff;
    border-color: #2a519a;
    color: #2a519a;
}
.btn_blue.btn_small:hover {
    background-color: #fff;
    border-color: #2a519a;
    color: #2a519a;
}

.btn_blue.btn_contact:hover {
    background-color: #fff;
    border-color: #2a519a;
    color: #2a519a;
}
.btn_blue.btn_nomal::after {
    top: 53%;
    width: 7px;
    height: 7px;
    right: 20px;
    transform: rotate(45deg);
    margin-top: -6px;
    transition: all .3s;
}
.btn_blue.btn_nomal:hover::after {
    right: 20px;
}
/*ボタン小　共通　*/
.btn_blue.btn_xsmall {
    margin: 10px auto 0 auto;
    padding: 5px 25px 5px 15px;
    max-width: 200px;
    font-size: 1.6rem;
    border-radius: 20px;
    letter-spacing: .15em;
    display: block;
}

.btn_blue.btn_xsmall::after {
    top: 53%;
    width: 7px;
    height: 7px;
    right: 15px;
    transform: rotate(45deg);
    margin-top: -6px;
    transition: all .3s;
}
.btn_blue.btn_xsmall:hover::after {/*矢印アニメhover　*/
    right: 10px;
}
.btn_blue.btn_small {
    margin: 15px auto 0 auto;
    padding: 7px 5px 8px 5px;
    max-width: 200px;
    font-size: 1.3rem;
    border-radius: 35px;
    letter-spacing: .15em;
}
/*btn_blue.lv0*/
.btn_blue.lv0 {
    margin: 0px 3px 15px 3px;
    padding: 7px 20px 7px 10px;
    font-size: 1.4rem;
    border-radius: 25px;
    letter-spacing: .06em;
}
.btn_blue.lv0::after {
    top: 53%;
    width: 7px;
    height: 7px;
    right: 10px;
    transform: rotate(45deg);
    margin-top: -6px;
}
.btn_blue.lv0:hover::after {
    right: 15px;
}
.btn_blue.lv0:hover {
    background-color: #fff;
    border-color: #2a519a;
    color: #2a519a;
}

/*btn_blue.lv2*/
.btn_blue.lv2 {
    margin: 0px 20px 15px 20px;
    padding: 8px 30px 8px 20px;
    font-size: 1.4rem;
    border-radius: 35px;
    letter-spacing: .06em;
}
.btn_blue.lv2::after {
    top: 53%;
    width: 7px;
    height: 7px;
    right: 20px;
    transform: rotate(45deg);
    margin-top: -6px;
    transition: all .3s;
}
.btn_blue.lv2:hover::after {
    right: 15px;
}
.btn_blue.lv2:hover {
    background-color: #fff;
    border-color: #2a519a;
    color: #2a519a;
}

/*レイアウト*/
.column_2-4 .btn_blue.btn_small {
    margin-top: 8px;
    padding: 10px 20px 10px 13px;
    max-width: 125px;
    letter-spacing: .05em;
}
.btn_blue.btn_small::after {
    top: 53%;
    width: 7px;
    height: 7px;
    right: 12px;
    transform: rotate(45deg);
    margin-top: -6px;
    transition: all .3s;
}
.btn_blue.btn_small:hover::after {
    right: 10px;
}

/*フッタ　お問い合わせボタン*/
.btn_blue.btn_contact {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 370px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 35px;
    letter-spacing: .05em;
    display: block;
}

.btn_blue.btn_contact:after {
    top: 53%;
    width: 7px;
    height: 7px;
    right: 30px;
    transform: rotate(45deg);
    margin-top: -6px;
    transition: all .3s;
}
.btn_blue.btn_contact:hover::after {
    right: 20px;
}

.nav-btn{
    margin: 0 auto;
    text-align: center;
    }    
.nav-btn li {
    display: inline-block;
    margin: 0;
    font-size: 1rem;
}  
/*==//SP　ボタン　共通===================*/


/*共通*/

.single_box.border {
    padding: 20px;
    border: 1px solid #cccccc;
    margin: 20px;
    max-width: 100%;
}
.single_box.white {
    padding: 20px;
    margin: 20px;
    max-width: 100%;
    background-color: white;
}
.single-box_s.white {
    padding: 20px;
    margin: 20px;
    max-width: 100%;
    background-color: white;
}
.single-box_m.white {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 20px;
    margin: 20px;
    max-width: 100%;
    background-color: white;
}
/*　背景付きナビゲーション============================　*/
.subnav-item {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.subnav-item a {
    display: block;
    padding: 20px 15px;
    margin: 0px;
}
.subnav_title {
    top: 100px;
    letter-spacing: 0.1em;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.subnav_copy {
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
    top: 100px;
    color: #fff;
}
.subnav_btn {
    text-align: center;
    margin: 0 auto;
    margin-top: 3px;
    padding: 2px 0 2px 0;
    max-width: 160px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: #2a519a;
    border-radius: 35px;
    letter-spacing: .15em;
}
.subnav_activitie {
    background-image: url(/img/activitie/bg_header_activitie.jpg);
}
.subnav_sanshin {
    background-image: url(/img/sanshin/pic_sanshin_all.jpg);
}
.subnav_rental {
    background-image: url(/img/rental/pic_rental01.jpg);
}
/*　//背景付きナビゲーション　*/

/* 各ページタイトル背景 ======================================================*/
.about .subpage-header {
    background-image: url(/img/about/bg_header_about.jpg);
}

.contact .subpage-header {
    background-image: url(/img/contact/bg_header_contact.jpg);
}


/* section背景*/

.bg_kabe01 {
    background-image: url(/img/bg_kabe01.jpg);
    background-size: cover;
}

/*お問い合わせ　===================================*/
form {
    font-weight: 700;
}
.form_caution {
    font-size: 1.3rem;
    color: #ff6600;
    margin-top: 5px;
}
/*宿泊人数カラム*/
.column_type {
    display: flex;
    line-height: 1rem;
}
.type_L {
    width: 60%;
    text-align: left;
}
.type_R {
    width: 40%;
    text-align: right;
}




/* ==MC-PC==============768px以上====================================== */
@media screen and (min-width: 859px) {

/* 汎用CSS*/
.s_type .sp_none, .ss_type .sp_none {
    display: block!important;
}
.sp_none {
    display: inline-flex!important;
}

.cover_top {/*ボトムの波形*/
    display: block;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: -23px;
}
.cover_bottom {/*ボトムの波形*/
    display: block;
    width: 100%;
    bottom: -5px;
    position: absolute;
}
.cover_bottom img, .cover_top img {/*ボトムの波形*/
    width: 100%;
}

.section-title_form {
    font-size: 3.5rem;
    margin-bottom: 60px;
    line-height: 1;
    letter-spacing: .15em;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
    color: #fff;
}
.vertical .section-title_lv2 {
    margin-bottom: 0px;
    margin-left: 40px;
    text-align: left;
    line-height: 1.7;
}
/*column_title .item-catch*/
.section-title.type-left {
    text-align: left;
    color: #333333;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .13em;
}
.section-title.type-left.lv1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.section-title.type-left.lv2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
}
.section-title.type-left.lv3 {
    font-size: 4rem;
    margin-bottom: 25px;
}

/*タイトルコピー*/
.section-title.bmcopy {
    margin-bottom: 15px;
}
.contact_section .subtitle {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.6rem;
}
/*ボタン=====================================*/
.btn_blue.btn_xsmall {
    margin: 10px auto 0 auto;
    display: inline;
}
.btn_blue.btn_contact {
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    width: 75%;
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    background: #2a519a;
    border-radius: 40px;
    letter-spacing: .15em;
    display: block;
}
.btn_blue.btn_nomal {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px 0;
    max-width: 370px;
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    background: #2a519a;
    border-radius: 40px;
    letter-spacing: .15em;
}
a .btn_blue.btn_small{
    padding: .9em 4em;
    font-size: 1.4rem;
}
.btn_blue.lv0::after {
    right: 23px;
}  
.btn_blue.lv0 {
    margin: 0 10px 0px 10px;
    padding: 15px 40px 15px 30px;
    font-size: 1.7rem;
    border-radius: 35px;
    letter-spacing: .06em;
} 

.btn_blue.lv2 {
    margin: 0 10px 0px 10px;
    padding: 15px 40px 15px 30px;
    font-size: 1.7rem;
    border-radius: 35px;
    letter-spacing: .06em;
}
.nav-message{
    margin: 40px auto 0 auto;
    text-align: center;
    }    
.nav-message li {
    display: inline-block;
    margin: 0 5px;
}    
.nav-btn{
    margin: 0 auto;
    text-align: center;
    }    
.nav-btn li {
    display: inline-block;
    margin: 0 5px;
}     

	
/*リスト*/	
.normal_list {
    margin: 10px 0 0 0;
}
.normal_list>li {
    line-height: 1.8;
    text-indent: -1.6em;
    padding-left: 1.4em;
    font-size: 1.5rem;
}
.normal_list>li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CB9D00;
    margin: 0 0.6em 0 .5em;
}
.normal_list>li+li {
    margin-top: 20px;
}
.box_list li {
    padding: 20px 30px;
    background-color: #E5E5E5;
    margin: 10px 0 0 0;
    font-size: 1.6rem;
}
.sd_img {
    box-shadow: 15px 14px 30px 0px rgba(0, 0, 0, 0.15);
}
/* PC・SP切り替え */	
.sp_br {
    display: inline;
}
.pc_br {
    display: block;
}


/*サブナビゲーション*===================================*/
.inner-subnav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}
.subnav-item {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 320px;
}
.subnav-item a {
    display: block;
    padding: 70px 20px;
    margin: 0px;
}
.subnav_title {
    top: 100px;
    letter-spacing: 0.1em;
    font-size: 3.2rem;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
    color: #fff;
}
.subnav_copy {
    line-height: 2.1;
    letter-spacing: 0.1em;
    font-size: 1.7rem;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
    top: 100px;
    color: #fff;
}
.subnav_btn {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px 0 10px 0;
    max-width: 200px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: #2a519a;
    border-radius: 35px;
    letter-spacing: .15em;
}
.subnav_activitie {
    background-image: url(/img/activitie/bg_header_activitie.jpg);
}
.subnav_sanshin {
    background-image: url(/img/sanshin/pic_sanshin_all.jpg);
}
.subnav_rental {
    background-image: url(/img/rental/pic_rental01.jpg);
}
/*ページ個別 */	
	

/* mainの設定*/
.main {
    display: block;
}
/*section 共有*/
/* 768以上でのsectionの固定背景　共有設定*/

/*inner設定===================================*/	

.inner-ontop {
    max-width: 1040px;
    margin: 0 auto;
}
.inner-ontop.lv1 {
    padding: 80px 0;
}
.inner-ontop.lv2 {
    padding: 100px 0;
}
.inner-ontop.lv3 {
    padding: 130px 0;
}
.inner-ontop.lv4 {
    padding: 150px 0 130px 0;
}	
.inner-ontop.short {
    padding-top: 60px
}
.inner-ontop.plr {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
}
.inner-ontop.bigbottom {
    padding: 120px 0 210px 0;
}
.inner-untop.bigbottom {
    padding: 0px 0 210px 0;
}
.inner-ontop_unbottom {
    max-width: 1040px;
    margin: 0 auto;
    padding: 100px 0 150px 0;
}
.inner-untop {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 0 100px 0;
}
.inner-untop.plr {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
}
.inner-vertical {/*冒頭縦書き*/
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
    padding: 100px 0;
}
.inner_bg {/*.inner-onbgを消してこっちを使う*/
    max-width: 1040px;
    margin: 0px auto 100px auto;
    padding: 60px 0 0 0;
}
	
/*新コンポーネント*/
.wrap-untop__lv1 {
    max-width: 1040px;
	margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
	margin-bottom: 100px;
}	
.wrap-ontop__lv1 {
    max-width: 1040px;
	margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
	padding-top: 80px;
	padding-bottom: 100px;
}
/*セクション設定===================================*/
.section_spell {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 30px;
    color: #333333;
}

/*右に画像の場合のblockの親*/
.inner-onbg .section_copy {
    font-size: 1.8rem;
    line-height: 3;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.section_copy {
    color: #3e3a39;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
/*text*/
.text-indent_top {
    margin-top: 40px;
}
/*カラム設定===================================*/
	
/*見出し　最初以外*/	
.last {
    margin-bottom: 0px;
}
/*1カラム==========================*/
.column_1-1 {
    padding: 0;
}
.column_1-1:not(:last-of-type) {
    margin-bottom: 30px;
}
.column_1-1 .item_column {
    padding: 0px;
    margin: 0px;
}
.item_column.last {
    margin: 30px 0 0 0;
}
.column_1-1.last {
    margin: 30px 0 0 0;
}
/*1カラム　画像*/
.column_1-1 .block_img {
    margin: 0;
    padding: 0;
    text-align: center;
    max-width: 1040px;
}
.column_1-1 .item_text {
    margin: 50px auto 0 auto;
    max-width: 700px;
    line-height: 3;
}
/*1カラム　item　親=========768*/
.column_1-1 .block_item {
    width: 100%;
    padding: 0;
}
/*1カラム　item　子=========768*/

.column_1-1 .item-text_lv1 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .1em;
}
.column_1-1 .item-text_lv2 {
    text-align: center;
    font-size: 1.6rem;
    padding: 0 40px;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: .2em;
}
.overlap-wrap {
    position: relative;
}
.overlap-wrap .item_text {
    position: absolute;
    bottom: -50px;
    background-color: #fff;
    width: 630px;
}
.overlap-wrap .item_text.L {
    left: -45px;
    padding: 30px 40px 0 0;
}
.overlap-wrap .item_text.R {
    right: -23px;
    padding: 30px 0 0 40px;
}
/* 2カラム======================================= */
.column_1-2 {/*親*/
    display: flex;
    flex-wrap: wrap;
    text-align: justify; /*テキストの幅揃え*/
    justify-content: space-between;
    padding: 0;
}
.column_1-2:not(:first-child) {
    margin-top: 45px;
}
.column_1-2 .item_column {/*子　2列*/
    display: block;
    margin: 0;
    width: calc(50% - 30px);
}
.column_1-2 .item_column:nth-child(2) {/*子　2列*/
    display: block;
    margin: 0;
    width: calc(50% - 30px);
}
.column_1-2.last {
    margin: 40px 0 0 0;
}
.column_1-2 .item_column.box_column {
    padding: 0px;
}
.column_1-2 .item_column.box_column p {
    font-size: 1.5rem;
    margin-top: 10px;
}
/* 枠なしのカラム　共有*/
.column_min {
    width: 800px;
    margin: 50px auto 0 auto;
}
.column_min .item {
    margin: 0;
}
.column_min figure {
    width: 230px;
    margin: 0px;
}
/*画像*/
.column_min figure img {
    width: 100%;
    padding: 0px;
}/*画像*/
.column_min h3 {
    font-size: 2rem;
    margin-bottom: 8px;
    line-height: 2;
    color: #333333;
}
.column_min p {
    font-size: 1.5rem;
    line-height: 2;
}
.column_min .item-text { /*text*/
    width: calc(100% - 270px);
    padding: 0px;
    margin-right: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
}
/*top*/
/*1120以下の時、右左それぞれのテキストの横に見切れ防止スぺース*/	
.item_text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .1em;
}
.section_inner_1-2 {
    justify-content: space-between;
    max-width: 1040px;
    display: flex;
}
.section_inner_1-2.Ft {
    flex-direction : row;
}
.section_inner_1-2.tF {
    flex-direction : row-reverse;
}
.section_inner_1-2.flattop {
    margin: 0 auto;
    padding-top: 0;
}
.section_inner_1-2 .item-catch {
    font-size: 3.1rem;
    color: #333333;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}
.section_inner_1-2 .item_text {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: .05em;
    margin-right: 4rem;
    margin-top: 30px;
}
.section_inner_1-2 .item_text.large {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: .05em;
    margin: 0;
}
/*テキスト*/	
.section_inner_1-2.Ft .block_item {
    width: 390px;
    margin-right: 3vw;
    position: relative;
}
.section_inner_1-2.tF .block_item {
    width: 370px;
    margin-right: 5vw;
    margin-left: 3vw;
    position: relative;
}

    
/*画像*/	
.section_inner_1-2.Ft .block_img {/*画像*/
    width: 50%;
    margin: 0;
    position: relative;
    z-index: 1;
}
.section_inner_1-2.tF .block_img {/*画像*/
    width: 50%;
    margin: 0;
    position: relative;
    z-index: 1;
}
/*type別レイアウトサイズ書き換え*/
.section_inner_1-2.Ft.ss_type .block_img, .section_inner_1-2.tF.ss_type .block_img {/*画像*/
    width: 460px;
}
.section_inner_1-2.tF.ss_type .block_item, .section_inner_1-2.Ft.ss_type .block_item {/*テキスト*/
    width: 460px;
}
.section_inner_1-2.Ft.s_type .block_img, .section_inner_1-2.tF.s_type .block_img {/*画像*/
    width: 500px;
}
.section_inner_1-2.tF.s_type .block_item, .section_inner_1-2.Ft.s_type .block_item {/*テキスト*/
    width: 460px;
}
.section_inner_1-2.Ft.m_type .block_img, .section_inner_1-2.tF.m_type .block_img {/*画像*/
    width: 530px;
}
.section_inner_1-2.tF.m_type .block_item, .section_inner_1-2.Ft.m_type .block_item {/*テキスト*/
    width: 420px;
}
.section_inner_1-2.Ft.b_type .block_img, .section_inner_1-2.tF.b_type .block_img {/*画像*/
    width: 590px;
}
.section_inner_1-2.tF.b_type .block_item, .section_inner_1-2.Ft.b_type .block_item {/*テキスト*/
    width: 370px;
}
.section_inner_1-2.Ft.w_type .block_img, .section_inner_1-2.tF.w_type .block_img {/*画像*/
    width: 50%;
}
.section_inner_1-2.tF.w_type .block_item, .section_inner_1-2.Ft.w_type .block_item {/*テキスト*/
    width: 43%;
}
/* 3カラム======================================= */
/* flex設定共通 */
.box-column_1-3, .flat-column_1-3, .deviation-column_1-3 { /*カラムの親　子のitemを横並びに*/
    display: flex;
	 justify-content: space-between; 
}
    
/*bg-box*/
.item_column.bg-box_lv1 {
    padding: 30px;
    background-color: #fff;
    margin-top: 30px;
    border: 0;
}
.item_column.bg-box_lv2 {
    padding: 40px;
    background-color: #fff;
    border: 0;
}
.item_column.bg-box_lv2:first-child {
    margin-top: 30px;
}
/*boxデザインあり==============*/
/*itemの子*/
.box-column_1-3 .item {/*boxデザインあり*/
    display: block;
    margin: 0 30px 0px 0;
    width: calc(33.3333% - 20px);
}
.box-column_1-3 .item:nth-child(3) {/*boxデザインあり*/
    margin: 0;
}
/*タイトル*/
.box-column_1-3 h3 {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.5;
}
/* 画像パーツ */
.box-column_1-3 figure {
    width: 100%;
    height: auto;
}
.box-column_1-3 figure img{
    width: 100%;
}
/* テキストエリア全体 */
.box-column_1-3 .item-text { /* text */
    width: calc(100% - 50px);
    margin: 0;
    padding: 20px 25px 25px 25px;
    line-height: 2;
}
/* テキスト */
.box-column_1-3 .item-text p {
    font-size: 1.5rem;
    line-height: 1.75;
    margin-bottom: 5px;
}
	
	

	
/*boxデザインなし=======================*/
.flat-column_1-3 figure {
    width: 100%;
    height: auto;
    margin: 0;
}
.inner-voice .flat-column_1-3 figure {
    width: 100%;
    height: auto;
	margin-bottom: 30px;
    text-align: center;
}
.flat-column_1-3 .item {
    margin: 0;
    width: calc(33.3333% - 3vw);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	
}
.flat-column_1-3 .item:nth-child(3) {/*boxデザインあり*/
    margin: 0;
}
.flat-column_1-3 figure img {
    width: 100%;
}
.flat-column_1-3 .item-text { /* text */
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.flat-column_1-3 .item_head {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.flat-column_1-3 .item_head img {
    width: 100px;
}

.flat-column_1-3 .item-text i {
    font-size: 1.5rem;
    line-height: 2.1;
}
i.item_head {
    display: block;
    text-align: center;
}
/*PC4　SP2============================*/
.column_2-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 0;
}
.column_2-4 article {
    width: calc(25% - 0px);
    align-items: center;
    font-weight: 700;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 0px;
}

.column_2-4 article:nth-child(-n+4) {
    margin-bottom: 60px;
}
.column_2-4 img{
    height: 200px;
}
.column_2-4 i {/*アイコン*/
    display: block;
    text-align: center;
    width: 100%;
}

    
/*角ずれ PC*/
.deviation-column_1-3 .item {
    display: block;
    margin: 0 40px 0px 0;
    width: calc(33.3333% - 27px);
    align-items: start;
}
.deviation-column_1-3 .item:nth-child(3) {
    margin: 0;
}
.deviation-column_1-3 figure {
    margin: 0 0 20px 0;
    position: relative;
}
.deviation-column_1-3 figure img {
    width: 100%;
    height: 250px;
}
.deviation-column_1-3 .item-text {
    width: calc(100% - 60px);
    padding: 20px 20px 0 0;
    font-size: 1.2rem;
    position: absolute;
    top: 255px;
    background-color: #fff;
}
.deviation-column_1-3 h3 {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2.0;
    color: #333333;
}
.deviation-column_1-3 p {
    font-size: 1.5rem;
    line-height: 2.1;
    font-weight: 500;
}
/*子のitemを横並びに*/
.box-column_1-3 .item_column, .flat-column_1-3 .item_column {
    display: block;
    margin: 0 30px 0px 0;
    width: calc(33.3333% - 22px);
}
.box-column_1-3 .item_column, .flat-column_1-3 .item_column:nth-child(3n) {/*SPの2列目のスペースの0を解除*/
    margin-right: 0px;
}
/* //3カラム */	
/**/
.bg_dot_clearC {
    position: absolute;
    z-index: -1;
    background-image: url(/img/bg_dot_clear.png);
    background-repeat: repeat;
    width: 370px;
    height: 400px;
    top: -30px;
    left: 110px;
}
.bg_dot_clearTL {
    position: absolute;
    z-index: -1;
    background-image: url(/img/bg_dot_clear.png);
    background-repeat: repeat;
    width: 250px;
    height: 250px;
    top: -25px;
    left: -30px;
}
.bg_dot_clearTR {
    position: absolute;
    z-index: -1;
    background-image: url(/img/bg_dot_clear.png);
    background-repeat: repeat;
    width: 250px;
    height: 250px;
    top: -25px;
    right: -30px;
}
.bg_dot_clearBL {
    position: absolute;
    z-index: -1;
    background-image: url(/img/bg_dot_clear.png);
    background-repeat: repeat;
    width: 250px;
    height: 250px;
    bottom: -25px;
    left: -30px;
}
.bg_dot_clearBR {
    position: absolute;
    z-index: -1;
    background-image: url(/img/bg_dot_clear.png);
    background-repeat: repeat;
    width: 250px;
    height: 250px;
    bottom: -25px;
    right: -30px;
}
.bg_contour {
    position: absolute;
    z-index: -1;
    background-image: url(/img/bg_dot_clear.png);
    background-repeat: repeat;
    width: 370px;
    height: 480px;
    bottom: -25px;
    right: 70px;
}
/*PC　縦書設定*/
.vertical {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    height: 290px;
}
.vertical p {
    display: block;
    font-weight: 700;
    font-size: 1.7rem;
    margin: 0 0 0 13px;
    letter-spacing: 0.2em;
    text-align: left;
}
.vertical .space {
    margin: 0 0 0 30px;
}
/*//PC　縦書設定*/
	

 
/*下層ページ　複数画像*/
.sub {
    position: relative;
}
.moveR {
    right: -60px;
}
.mht {
    margin-top: 40px;
}
.sub.mlt {
    margin-top: 40px;
}
.section_inner_1-1 .item_text {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: .05em;
    margin: 0;
}
.section_inner_1-2.tF .img_sub {
    max-width: 50%;
    margin-left: 40px;
}
.section_inner_1-2.Ft .img_sub {
    max-width: 50%;
    margin-right: 40px;
}
.section_inner_1-2.tF .img_main {
    max-width: 50%;
    margin-right: 0px;
}
.section_inner_1-2.Ft .img_main {
    max-width: 50%;
    margin-left: 0px;
}






#form_submit{
    margin-top: 35px;
    }    
}


/* ================1040px以上====================================== */
@media screen and (min-width: 1040px) {

.item_head {
    margin-bottom: 30px;
}
/*itemのブロック　子の設定=========1120*/
.section_inner_1-2 .item-catch {
    font-size: 3.4rem;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
}
.activitie .section_inner_1-2 .item-catch {
    font-size: 4.5rem;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
}
/*1カラム　item　親=========1120*/
.subpage.column_1-1 .block_item {
    width: 100%;
    padding: 0;
}
/*1カラム　item　子=========1120*/

.column_1-1 .item-text {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .1em;
}

/*.section_inner_1-2.Ft .block_item {
    margin-right: 0px;
}
.section_inner_1-2.tF .block_item {
    margin-left: 0px;
}*/
}
/*SP*/
@media screen and (max-width: 850px) {
.scroll {
    display: none;
    }

    .txt .lv2 {
        font-size: 1.7rem;
        margin-bottom: 2.1rem;
    }

    .title_lv2 {
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
    }
    .title_lv3 {
        font-size: 1.9rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
    }
    .title_lv4 {
        font-size: 2.1rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
    }
    .title_lv5 {
        font-size: 2.3rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
    }
    .title_lv6 {
        font-size: 2.5rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
    }
    .title_lv7 {
        font-size: 2.7rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: 15px;
    }
    .center{
        text-align: center;
    }

    .left{
        text-align: left;
    }
}

@media screen and (min-width: 850px) {/*PC*/
    .scroll {
        display: none;
        }
    
        .txt .lv2 {
            font-size: 2rem;
            margin-bottom: 2.1rem;
        }
    
        .title_lv2 {
            font-size: 2rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            margin-bottom: 15px;
        }
        .title_lv3 {
            font-size: 2.2rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            margin-bottom: 15px;
        }
        .title_lv4 {
            font-size: 2.4rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            margin-bottom: 25px;
        }
        .title_lv5 {
            font-size: 2.8rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            margin-bottom: 25px;
        }
        .title_lv6 {
            font-size: 3rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            margin-bottom: 25px;
        }
        .title_lv7 {
            font-size: 3.2rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            margin-bottom: 25px;
        }
        .center{
            text-align: center;
        }
    
        .left{
            text-align: left;
        }
    }