/* ////////////////////////////////// 共通項目////////////////////////////////// */
html {
    font-size: 62.5%;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #363636;
}

body {
    padding-top: 40px;
}

main {
    padding: 120px 2% 100px;
    background: #fff;
    font-size: 1.5rem;
    line-height: 1.8;
}


#home main {
    padding-left: 0;
    padding-right: 0;
}

img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.inner {
    max-width: 1400px;
    margin: 0 auto;
}

a:hover {
    color: #4D0304;
    opacity: 0.8;
}

a.link {
    color: #4D0304;
    text-decoration: underline;
}

a.btn {
    display: inline-block;
    padding: 12px 20px;
    background-color: #4D0304;
    border-radius: 50px;
    border: 1px solid #4D0304;
    color: #fff;
    margin-top: 20px;
}

a.btn:hover {
    color: #4D0304;
    background-color: #fff;
}

a.btn2 {
    display: inline-block;
    padding: 10px 60px;
    background-color: #4D0304;
    border: 1px solid #4D0304;
    color: #fff;
    margin-top: 50px;
    letter-spacing: 0.08em;
}

a.btn2:hover {
    color: #4D0304;
    background-color: #fff;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt50 {
    margin-top: 50px;
}

.mgl10 {
    margin-left: 10px;
}

.mgr10 {
    margin-right: 10px;
}

.mgb10 {
    margin-bottom: 10px;
}

.textR {
    text-align: right;
}

.textL {
    text-align: left;
}

.textC {
    text-align: center;
}

.max500{
    max-width: 500px;
}

.keycolor {
    color: #4D0304;
}

.red {
    color: #f00;
}

ul.list li {
    padding-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}

h2 {
    font-size: 4rem;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 100px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

h2 span {
    display: block;
    font-size: 1.6rem;
    color: #999;
    letter-spacing: 0.2em;
    margin-top: 5px;
}

h3 {
    font-size: 2.8rem;
    text-align: center;
    /* border-bottom: 3px double #999; */
    margin-top: 50px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

h4 {
    font-size: 2rem;
    color: #4D0304;
    border-bottom: 1px dotted #4D0304;
    padding-bottom: 5px;
    margin-top: 50px;
    margin-bottom: 20px;
}


header {
    position: relative;
    z-index: 50;
}

.logo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    height: 40px;
    width: 100%;
    background-color: rgba(77, 3, 4, 1);
    padding: 0 20px;
}

.logo img {
    height: 40px;
}


.breadcrumb {
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 1.4rem;
    padding: 0.6em 1em;
}

.breadcrumb li {
    display: inline;
    padding-right: 0.5em;
}

.breadcrumb li a {
    color: #C10050;
}

.breadcrumb li a:after {
    content: "\03e";
    padding-left: 0.5em;
    color: #1c1c1c;
}

/* トップへ戻るボタン */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 60px;
    background-color: #b11112;
    opacity: 0.7;
    z-index: 200;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-weight: bold;
    content: '\02191';
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    text-align: center;
}

/* トップへ戻るボタンここまで */

@media screen and (max-width: 768px) {
    body {
        padding-top: 0;
    }

    .breadcrumb {
        display: none;
    }

    h2 {
        font-size: 3.7rem;
        margin-top: 50px;
    }
}


@media screen and (max-width: 480px) {
    main {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    h2 {
        font-size: 3.2rem;
        letter-spacing: 0.02em;
    }
}

/* ////////////////////////////////// 共通項目ここまで////////////////////////////////// */



/* ///////////////////////////////// PC版ナビゲーションメニュー////////////////////////////// */

#menu_wrapper {
    z-index: 200;
    width: 100%;
    position: absolute;
}

#menu_wrapper.fixed-header {
    position: fixed;
    top: 40px;
}

#menu {
    width: 100%;
    /* border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
    box-sizing: border-box;
    background-image: linear-gradient(180deg, rgba(77, 3, 4, 1), rgba(104, 21, 22, 1) 30%, rgba(77, 3, 4, 1) 53%);
    box-shadow: 0px 7px 3px -5px rgba(0, 0, 0, 0.2);
}

#menu ul {
    text-align: center;
    /* max-width: 1400px; */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 1.6rem;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

#menu ul li {
    width: 10%;
    height: 69px;
}

#menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 17px;
    box-sizing: border-box;
    color: #fff;
}

#menu ul li a:hover {
    color: #f15bf4;
	  background-image: linear-gradient(180deg, rgba(77, 3, 4, 1) 47%, rgba(104, 21, 22, 1) 70%);
}

#menu ul li:nth-last-child(1) a {
    color: #fff;
    background-image: linear-gradient(180deg, rgba(92, 153, 86, 1) 10%, rgba(36, 87, 31, 1) 40%);
}

#menu ul li:nth-last-child(1) a:hover {
    color: #44f9e6;
	  background-image: linear-gradient(180deg, rgba(36, 87, 31, 1) 60%, rgba(92, 153, 86, 1) 90%);
}

/* #menu ul li:nth-last-child(2) a {
    color: #fff;
    background-color: #544C4C;
} */

#menu ul li span {
    display: block;
    font-size: 1rem;
    color: #999;
    letter-spacing: 0.2em;
    margin-top: 5px;
}

#sp_logo {
    display: none;
}

.Toggle {
    display: none;
}

.nav-hidden {
    display: none;
}

a.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}


#menu_wrapper.fixed-header #menu ul li {
    height: 50px;
}

#menu_wrapper.fixed-header #menu span {
    display: none;
}



@media screen and (max-width: 1024px) {
    #menu ul li a {
        font-size: 1.3rem;
    }
}

/* ///////////////////////////////// PC版ナビゲーションメニューここまで////////////////////////////// */


/* /////////////////////////////////  スマホ版ナビゲーションメニュー  /////////////////////////////// */
@media screen and (max-width: 768px) {
    header {
        display: none;
    }

    #menu_wrapper.fixed-header {
        position: fixed;
        top: 0;
    }

    #menu_wrapper {
        position: fixed;
        height: 70px;
        border-bottom: 5px solid #4D0304;
        box-sizing: border-box;
        background-color: #4D0304;
    }

    #sp_logo {
        display: block;
        max-width: 260px;
        padding-top: 15px;
        margin-left: 15px;
        height: 70px;
    }

    nav#menu {
        position: fixed;
        width: 100%;
        display: none;
        list-style: none;
        transition: all 0.5s;
        background-color: rgba(0, 0, 0, 0.9);
        height: 100vh;
        z-index: 100;
        top: 0;
        padding-top: 70px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 50px;
    }

    /*OPEN時の動き*/

    #nav-input:checked~nav#menu {
        /*チェック入ってるとき ~ メニューが*/
        display: block;
        animation: 1s fadeIn;
    }

    #menu ul {
        text-align: left;
        display: block;
    }

    #menu ul li {
        width: 100%;
        height: auto;
    }

    #menu ul li a {
        color: #fff;
        border-bottom: 1px dotted #CCC;
        padding-left: 2em;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #menu ul li:first-child a {
        border-top: 1px dotted #CCC;
    }

    #menu ul li a:hover {
        color: #fff;
    }

    #menu ul li:nth-last-child(1) a {
        color: #fff;
        background-color: #4D0304;
    }

    #menu ul li:nth-last-child(2) a {
        color: #fff;
        background-color: #4D0304;
    }

    #menu ul li span {
        color: #fff;
        display: inline;
        margin-left: 2em;
        font-size: 1.2rem;
    }

    .Toggle {
        display: block;
        position: fixed;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 150;
        right: 10px;
        top: 10px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .Toggle div {
        position: relative;
    }

    .Toggle span,
    .Toggle span:before,
    .Toggle span:after {
        content: '';
        display: block;
        height: 3px;
        width: 30px;
        background: #fff;
        transition: 0.3s;
        position: absolute;
    }

    .Toggle span {
        top: 24px;
        left: 10px;
    }

    /* 三本線の一番上の棒の位置調整 */
    .Toggle span:before {
        bottom: 12px;
    }

    /* 三本線の一番下の棒の位置調整 */
    .Toggle span:after {
        top: 12px;
    }

    /* アイコンがクリックされたら真ん中の線を透明にする */
    #nav-input:checked~.Toggle span {
        background: rgba(255, 255, 255, 0);
    }

    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #nav-input:checked~.Toggle span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #nav-input:checked~.Toggle span::after {
        top: 0;
        transform: rotate(-45deg);
    }
}

/* /////////////////////////// スマホ版ナビゲーションメニューここまで //////////////////////////*/



/* /////////////////////////////////// フッター //////////////////////////////////*/

footer {
    background: #D8D8D8;
    font-size: 1.5rem;
    padding: 50px 0 0;
    line-height: 1.8;
    text-align: center;
}

.footer_wrapper {
    padding: 0 2%;
}

footer .map_wrapper{
    background-color: #fff;
}

#sp_bottom_navi {
    display: none;
}

footer .btn {
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    padding: 8px 15px;
    margin-top: 10px;
}

.btn_g {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4D0304;
    border: 1px solid #4D0304;
    color: #fff;
    margin-top: 50px;
    font-size: 1.8rem;
}

.btn_g:hover {
    background-color: #fff;
}

footer h3 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #4D0304;
}

.g_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 33%;
    background-color: #fff;
    padding: 2%;
    text-align: left;
}

.g_img {
    width: 43%;
}

.g_text {
    width: 53%;
}

.c-btn{
    margin-top:10px;
}

.c-btn a{
    box-shadow:7px 11px 10px rgb(0 92 129 / 15%);
    background:#4D0304;
    transition:0.3s all ease 0s;
    padding: 8px 14px;
    display: block;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    width:250px;
    margin:10px auto;
    text-align:center;
    
}

.footer_nav {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.footer_nav .left_bg {
    width: 50%;
    height: 250px;
    background-image: url(../images/footer/footer_ako-kokusai.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer_nav .left_bg:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.left_bg>div {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.footer_logo {
    max-width: 350px;
    margin: 0 auto 20px;
    padding: 0 5px;
    box-sizing: border-box;
}

.address {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    font-weight: bold;
    padding: 0 15px;
    border-left: 2px solid #1c1c1c;
    box-sizing: border-box;
    margin-left: 15px;
}

.footer_nav ul {
    width: 50%;
    text-align: left;
    padding: 0 5%;
}

.footer_nav ul li {
    display: inline-block;
    padding-right: 40px;
    padding-bottom: 15px;
}

.footer_nav ul li a {
    position: relative;
    font-size: 1.4rem;
    white-space: nowrap;
}

.footer_nav ul li a:after {
    content: "\03e";
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    margin-top: -1.2rem;
    padding-left: 3px;
}

#copyright {
    background-color: #4D0304;
    padding: 10px 0;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .footer_nav ul {
        width: 100%;
    }

    .footer_nav {
        align-items: stretch
    }

    .g_img {
        width: 98%;
        margin: 0 auto 10px;
    }

    .g_text {
        width: 98%;
        margin: 0 auto 10px;
    }

    .footer_nav .left_bg {
        width: 100%;
    }

    .footer_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }

    .footer_nav ul li {
        width: 50%;
        border-bottom: 1px solid #b8b8b8;
        padding: 0.7em;
    }

    .footer_nav ul li:nth-child(odd) {
        border-right: 1px solid #b8b8b8;
    }

    .footer_nav ul li a {
        display: block;
        width: 100%;
        font-size: 1.3rem;
    }

    .footer_nav ul li a:after {
        content: none;
    }

    .footer_logo {
        max-width: 280px;
    }

    .address {
        font-size: 1.4rem;
    }
}

/* SP用下部固定メニュー */
@media screen and (max-width: 768px) {
    footer #copyright {
        margin-bottom: 50px;
    }

    #sp_bottom_navi {
        position: fixed;
        left: 0;
        bottom: 0;
        display: flex;
        height: 50px;
        justify-content: space-between;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        z-index: 150;
    }

    #sp_bottom_navi li {
        width: 50%;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        text-align: center;
    }

    #sp_bottom_navi li a {
        display: block;
        height: 100%;
        padding-top: 12px;
        padding-left: 1.5em;
        color: #fff;
        position: relative;
        line-height: 2em;
        font-size: 14px;
    }

    #sp_bottom_navi li:nth-child(1) a::before {
        position: absolute;
        content: "";
        display: inline-block;
        width: 1.8em;
        height: 1.8em;
        background: url(../images/footer/tel.svg) no-repeat;
        vertical-align: middle;
        margin: 0 -2em 0;
    }

    #sp_bottom_navi li:nth-child(2) a::before {
        position: absolute;
        content: "";
        display: inline-block;
        width: 1.8em;
        height: 1.8em;
        background: url(../images/footer/yoyaku.svg) no-repeat;
        vertical-align: middle;
        margin: 0 -2.5em 0;
    }

    /* SP用下部固定メニューここまで */
}

@media screen and (max-width: 480px) {
    .footer_group {
        width: 100%;
        margin-bottom: 20px;
        padding: 5% 2%;
    }

    .footer_nav .left_bg {
        width: 100%;
    }
}

/* //////////////////////////////// フッターここまで ///////////////////////////////*/




/* //////////////////////////////////// index /////////////////////////////////////////*/

#home main {
    padding-bottom: 0;
}

.sliderwr {
    background-color: rgba(77, 3, 4, 1);
    padding: 20px 55px 5px;
}

/*画像が拡大コンテンツ2021.12.02*/
.photo__event {
display: flex;
justify-content: space-between;
font-family: Georgia, "Times New Roman", Times, "serif"; 
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
background: #4D0304;
padding: 10px;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.photo {
width: 49.5%;
position: relative;
height: auto;
}

.photo:before{
	content: "";
    display: block;
	padding-top: 61.8%;
}

.photo__inner1,.photo__inner2,.photo__inner3,.photo__inner4 {
/* position: relative;
overflow: hidden;
max-width: 100%;
height: auto; */
/* padding-top: 61.8%; */
/* height: 25em; */
position: absolute;
top: 0; 
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

.photo__inner1:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
opacity: 1;/*背景画像 不透明度80%*/
background: url( "../images/top/top_event.jpg") no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all 3s ease-out;
-moz-transition: all 3s ease-out;
-ms-transition: all 3s ease-out;
transition: all 3s ease-out;
}
.photo__inner1:hover:after {
opacity: 1;
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.photo__inner1 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	height: 100%;
	text-decoration: none;
color: #fff;
text-decoration: none;
z-index: 1;
font-size: 3em;
text-shadow:1px 1px 3px #000;
}

.photo__inner2:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 1;/*背景画像 不透明度80%*/
	background: url( "../images/top/top_img_rest.jpg") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all 3s ease-out;
	-moz-transition: all 3s ease-out;
	-ms-transition: all 3s ease-out;
	transition: all 3s ease-out;
}
.photo__inner2:hover:after {
opacity: 1;
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.photo__inner2 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	height: 100%;
	text-decoration: none;
color: #fff;
text-decoration: none;
z-index: 1;
font-size: 3em;
text-shadow:1px 1px 3px #000;
}
.photo__inner3:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
opacity: 1;/*背景画像 不透明度80%*/
background: url( "../images/top/top_img_coruse.jpg") no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all 3s ease-out;
-moz-transition: all 3s ease-out;
-ms-transition: all 3s ease-out;
transition: all 3s ease-out;
}
.photo__inner3:hover:after {
opacity: 1;
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.photo__inner3 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	height: 100%;
	text-decoration: none;
color: #fff;
text-decoration: none;
z-index: 1;
font-size: 3em;
text-shadow:1px 1px 3px #000;
}

.photo__inner4:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
opacity: 1;/*背景画像 不透明度80%*/
background: url( "../images/top/top_img_facility.jpg") no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all 3s ease-out;
-moz-transition: all 3s ease-out;
-ms-transition: all 3s ease-out;
transition: all 3s ease-out;
}
.photo__inner4:hover:after {
opacity: 1;
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.photo__inner4 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	height: 100%;
	text-decoration: none;
color: #fff;
text-decoration: none;
z-index: 1;
font-size: 3em;
text-shadow:1px 1px 3px #000;
}

.photo__inner1 a p{
	text-align: center;
	line-height: 0.7;
}

.photo__inner1 a p:after {
content: "\Aイベント・オープンコンペ";
white-space: pre;
font-size: 14px;
}

.photo__inner2 a p{
	text-align: center;
	line-height: 0.7;
}

.photo__inner2 a p:after {
content: "\Aレストラン・メニュー";
white-space: pre;
font-size: 14px;
}

.photo__inner3 a p{
	text-align: center;
	line-height: 0.7;
}

.photo__inner3 a p:after {
content: "\Aコースガイド";
white-space: pre;
font-size: 14px;
}

.photo__inner4 a p{
	text-align: center;
	line-height: 0.7;
}

.photo__inner4 a p:after {
content: "\A施設案内";
white-space: pre;
font-size: 14px;
}

.parallax {
    margin-top: 30px;
    background-image: url("../images/bgimg03_2.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    position: relative;
	  padding-top: 2em;
	  padding-bottom: 2em;
}


.parallax_inner {
    background-color: rgba(255, 255, 255, 0.2);
}

.home_information {
    max-width: 1200px;
    padding: 5% 3%;
    margin: 0 auto;
    box-sizing: border-box;
}

.home_information .img_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 8px;
}

.home_information .img_box {
    margin: 0 auto;
    overflow: hidden;
    border: 8px solid #4D0304;
    margin-top: -8px;
    margin-left: -8px;
    width: calc(50% + 8px);
    position: relative;
    background-color: black;
}

.home_information .img_box a {
    opacity: 1;
}

.home_information .img_box p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    pointer-events: none;
}

.home_information .img_box p span {
    display: block;
    font-size: 1.8rem;
}

.home_information .img_box img {
    opacity: 0.7;
}

.home_information .img_box img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
    opacity: 0.9;
}

.home_plan {
    max-width: 1200px;
    padding: 5% 3%;
    margin: 0 auto;
    box-sizing: border-box;
}

.plan_wrapper {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.plan_wrapper::after{
    content:"";
    display: block;
    width:32.5%;
  }

.plan_wrapper div {
    width: 32.5%;
    position: relative;
    margin-bottom: 15px;
}

.plan_wrapper div p {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background-color: #544C4C;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.boxInner {
  max-width: 1000px;
  margin: 0 auto;
	padding: 0;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
	background: #fff;
}

.boxInner .text {
  width: 50%;
	height: auto;
	margin: 0;
  padding: 0 20px 0 0;
}

.boxInner .text p{
	line-height: 2;
	color: #333;
	
}
/*コンセプト画像加工20220309*/

.concept_photo_area{
    width: 50%;
	display:block;
	padding-top: 2%;
  padding-bottom: 2%;
	height: auto;
	}

.concept_photo {
 width: 80%;
 height: auto;
 margin:0 auto; /*中央に寄せ。*/
 overflow:hidden;/*はみ出た部分を非表示*/
 }

.concept_photo:last-child{
	margin-top: 10px;

}

.concept_photo img{
 transition:1s all;
}

.concept_photo img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

.btn_plan {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #4D0304;
    color: #4D0304;
    margin-top: 50px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    transition: .4s;
}

.btn_plan:hover {
    color: #fff;
}

.btn_plan::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #4D0304;
    transform-origin: left bottom;
    transform: scale(1, 0);
    transition: transform .3s;
}

.btn_plan:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}


.pr_wrapper {
    padding: 5% 3%;
    margin: 0 auto;
    max-width: 1200px;
	  background-color: rgba(255, 255, 255, 0.6);
}

.pr_wrapper section {
    padding-bottom: 50px;
    background-color: #fff;
    margin-bottom: 50px;
}

.pr_wrapper section:last-child {
    margin-bottom: 0;
}

.pr_wrapper h3 {
    font-size: 2rem;
    padding: 1.5em 0.5em 1.5em;
    position: relative;
    border-left: solid 6em #4D0304;
    background-color: #faf0f3;
    color: #4D0304;
    border-bottom: none;
    text-align: left;
    margin-top: 0;
}

.pr_wrapper h4 {
    color: #4D0304;
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: 0;
}

.pr_course h3:before {
    content: 'COURSE';
    text-align: center;
    color: #fff;
    font-size: 1em;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    position: absolute;
    padding: 0em;
    left: -5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pr_wrapper section>div {
    padding: 50px 50px 20px 7em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .pr_wrapper .text {
    width: 60%;
    line-height: 1.7;
}

.pr_wrapper .pict {
    width: 30%;
} */

.top_banner {
    padding: 100px 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.top_banner .banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3%;
}

.top_banner .banner::after{
    content:"";
    display: block;
    width:32.5%;
  }

.top_banner .banner li {
    width: 32.5%;
    margin-bottom: 10px;
}



.home_news {
    padding: 0 3% 150px;
    max-width: 1200px;
    margin: 30px auto 0;
    text-align: center;
}


.label_badge {
    font-size: 1.3rem;
    background-color: #c9b789;
    color: #fff;
    padding: 1px 3px;
    box-sizing: border-box;
}

.home_news .list-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_news .list-topics::after{
    content:"";
    display: block;
    width:32.5%;
  }

  .home_news .list-topics li {
    display: block;
    width: 32.5%;
    min-height: 9em;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: left;
    margin-bottom: 20px;
}

.home_news .list-topics a {
    display: block;
    padding: 5% 3%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #4D0304;
    box-sizing: border-box;
    position: relative;
}

.photo__event:last-child{
    padding-top: 0;
      }
.home_news .list-topics li a:hover {
    border: 1px solid #4D0304;
    color: #3C2F29;
}

.home_news .list-topics li a:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #4D0304;
}

@media screen and (max-width: 699px) {


	.photo__inner1 a{
	font-size: 2em;
	}
	.photo__inner2 a{
	font-size: 2em;
	}
 .photo__inner3 a{
	font-size: 2em;
	}
 .photo__inner4 a{
	font-size: 2em;
	}
	.photo__event{
		display: block;
			width: 100%;
			height: auto;
	  }
	
  .photo {
    display: block;
		width: 100%;
		height: auto;
		margin-top: 2%;
  }

 

  .photo:first-child{
	margin-top: 0;
		  }
}


	.concept_photo{
		display:block;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

@media screen and (max-width: 768px) {
    .sliderwr {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 10px 10px 5px;
    }

    .slider .slick-next {
        display: none;
    }

    .home_information .img_box p {
        font-size: 3rem;
    }

    .plan_wrapper div{
        width: 48.5%;
    }

    .plan_wrapper div p {
        font-size: 1.6rem;
    }

    .pr_wrapper h3 {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .pr_wrapper section>div {
        padding: 5%;
    }


    
.boxInner .text {
    width: 98%;
    margin-top: 20px;
  }

  
  .concept_photo_area{
    width: 98%;
  }

/*
    .pr_wrapper .text {
        width: 98%;
        margin-top: 20px;
    }

    .pr_wrapper .pict {
        width: 98%;
    } */

    .top_banner .banner li {
        width: 48.5%;
    }

    .home_news .list-topics li {
        width: 49%;
    }
}



@media screen and (max-width: 480px) {

    .home_information .img_wrapper {
        margin-left: 0;
    }

    .home_information .img_box {
        margin: 0 auto;
        overflow: hidden;
        border-width: 5px;
        margin-top: -5px;
        margin-left: 0;
        width: 100%;
    }

    .plan_wrapper div {
        width: 100%;
        margin-bottom: 10px;
    }

    .pr_wrapper h3 {
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .top_banner .banner li {
        width: 100%;
    }

    .home_news .banner {
        width: 95%;
        margin: 50px auto 0;
    }

    .home_news .list-topics {
        width: 100%;
        font-size: 1.6rem;
        box-sizing: border-box;
    }

    .home_news .list-topics li {
        width: 100%;
    }
}

/* //////////////////////////////////// indexここまで /////////////////////////////////////////*/