@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1000px;
}
@media all and (max-width: 896px) {
    .content {
        margin: 0 5px;
        width: auto!important;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin: 0 -5px -6px;
    font-size: 12rem;
    font-weight: 700;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin: 0 0 19px;
        font-size: 6rem;
        line-height: 0.92;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 20px;
}
.headLine02 .en {
    font-size: 6rem;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
}
.headLine02 .jp {
    margin-left: 25px;
    font-size: 2rem;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 17px;
        text-align: center;
    }
    .headLine02 .en {
        margin-bottom: -11px;
        display: block;
        font-size: 4rem;
    }
    .headLine02 .jp {
        margin-left: 0;
        font-size: 1.5rem;
        display: block;
    }
}
/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedBox {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 2000;
}
.fixedBox li {
    width: 20%;
}
.fixedBox li a {
    padding: 4px;
    display: block;
    position: relative;
    color: #000;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}
.fixedBox li a::before,
.fixedBox li:last-of-type a::after {
    width: 1px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #fc585c;
    content: "";
}
.fixedBox li:last-of-type a::after {
    left: auto;
    right: 0;
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
    margin-bottom: 24px;
    line-height: 1.5;
    text-align: center;
}
.comText span {
    margin-bottom: 9px;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
}
@media all and (max-width: 896px) {
    .comText {
        margin-bottom: 12px;
        line-height: 1.7;
    }
    .comText span {
        margin-bottom: 4px;
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
	comInfoBox
------------------------------------------------------------*/
.comInfoBox {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.comInfoBox .lBox {
    width: 500px;
}
.comInfoBox .rBox {
    width: 440px;
}
.comInfoBox .rBox .pho {
    margin-bottom: 30px;
}
.comInfoBox .rBox .pho img {
    width: 100%;
}
@media all and (max-width: 896px) {
    .comInfoBox {
        padding-bottom: 57px;
        position: relative;
    }
    .comInfoBox .lBox {
        width: 50%;
    }
    .comInfoBox .lBox img {
        width: 100%;
    }
    .comInfoBox .rBox {
        width: 50%;
    }
    .comInfoBox .rBox .pho {
        margin-bottom: 0;
    }
}
/*------------------------------------------------------------
	comBtmPho
------------------------------------------------------------*/
.comBtmPho {
    margin-bottom: 88px;
    width: 100%;
}
.comBtmPho img {
    width: 100%;
}
@media all and (max-width: 896px) {
    .comBtmPho {
        margin-bottom: 64px;
    }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    width: 100%;
}
.comLink a {
    padding: 18px 55px 18px 5px;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    background: #fc585c url("../../img/common/icon01.png") no-repeat right 20px center;
}
.comLink a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comLink {
        margin-left: -110px;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 220px;
    }
    .comLink a {
        padding: 9px 40px 9px 5px;
        font-size: 1.2rem;
        background: #fc585c url("../../img/common/icon01.png") no-repeat right 10px center / 24px auto;
    }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 58px;
    position: relative;
}
.pageTitle::before {
    width: 100%;
    height: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url("../../img/goryokaku/img01.png") no-repeat center center / 100% auto;
}
.pageTitle .inner {
    position: relative;
}
.pageTitle .bg {
    width: calc(50% + 142px);
    height: 563px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.pageTitle .bg.goryokaku {
    background: url("../../img/goryokaku/photo01.jpg") no-repeat center center / cover;
}
.pageTitle .bg.hakodate {
    background: url("../../img/hakodate/photo01.jpg") no-repeat center center / cover;
}
.pageTitle .bg.susukino {
    background: url("../../img/susukino/photo01.jpg") no-repeat center center / cover;
}
.pageTitle .topText {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    z-index: 1;
}
.pageTitle .topText a{
    display: flex;
}
.pageTitle .topText .tag {
    padding-top: 5px;
    width: 41px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.2;
    font-family: "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif,Meiryo;
    background-color: #fc585c;
    box-sizing: border-box;
}
.pageTitle .topText .txt {
    padding: 9px;
    width: 497px;
    font-size: 1.4rem;
    font-family: "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif,Meiryo;
    background-color: #000;
    border: 2px solid #862f31;
    border-left: none;
    box-sizing: border-box;
}
.pageTitle .inner .infoBox {
    margin: 0 auto;
    padding: 45px 0 22px;
    width: 1000px;
    position: relative;
    z-index: 2;
}
.pageTitle .inner h2 {
    margin-bottom: 37px;
    font-size: 12rem;
    font-weight: 700;
    line-height: 0.82;
    font-family: 'Barlow Condensed', sans-serif;
}
.pageTitle .inner .text {
    line-height: 1.9;
}
.pageTitle .inner .text span {
    margin-bottom: 4px;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
    .pageTitle {
        margin-top: 18px;
        margin-bottom: 12px;
        padding-top: 1px;
    }
    .pageTitle.hakodate{
        background: url("../../img/hakodate/sp_photo01.jpg") no-repeat center center / cover;
    }
    .pageTitle.goryokaku{
        background: url("../../img/goryokaku/sp_photo01.jpg") no-repeat center center / cover;
    }
    .pageTitle.susukino{
        background: url("../../img/susukino/sp_photo01.jpg") no-repeat center center / cover;
    }
    .pageTitle::before {
        display: none;
    }
    .pageTitle .bg {
        display: none;
    }
    .pageTitle .topText {
        margin: -18px 5px 0;
        width: auto;
    }
    .pageTitle .topText .tag {
        padding-top: 3px;
        width: 24px;
        font-size: 1rem;
    }
    .pageTitle .topText .txt {
        padding: 3px 2px 2px;
        width: calc(100% - 24px);
        font-size: 1rem;
        line-height: 1.3;
        border-width: 1px;
    }
    .pageTitle .inner .infoBox {    
        padding: 8px 0 106px;
        width: auto;
        text-align: center;
    }
    .pageTitle .inner h2 {
        margin-bottom: 3px;
        font-size: 4.3rem;
        line-height: 0.85;
    }
    .pageTitle .inner .text {
        margin: 0 20px;
        line-height: 1.5;
    }
    .pageTitle .inner .text span {
        margin-bottom: 4px;
        font-size: 1.4rem;
    } 
}
@media all and (-ms-high-contrast:none) {
    .pageTitle .topText .tag {
        padding-top: 11px;
    }
    .pageTitle .topText .txt {
        padding: 16px 9px 0px;
    }
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    max-width: 1084px;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: row-reverse;
}
.comImgBox .photoBox {
    width: 50%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.comImgBox .photoBox img {
    width: 100%;
}
.comImgBox .textBox {
    margin: 150px -100px 0 0;
    width: calc(50% + 100px);
    position: relative;
}
.comImgBox .textBox::before {
    width: 251px;
    height: 147px;
    position: absolute;
    top: -82px;
    right: 350px;
    content: "";
    background: url("../../img/goryokaku/img04.jpg") no-repeat center center;
}
.comImgBox .textBox .inner {
    padding: 1px 50px 50px 52px;
    margin-left: auto;
    width: 542px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-sizing: border-box;
}
.comImgBox .textBox h4 {
    margin: -105px 0 -9px -10px;
    color: #cd7514;
    font-size: 12rem;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Barlow Condensed', sans-serif;
}
.comImgBox .textBox .title {
    margin-bottom: 8px;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
}
.comImgBox .textBox .title span {
    margin-bottom: 5px;
    display: block;
    color: #8c8c8c;
    font-size: 1.6rem;
    font-weight: 400;
}
.comImgBox .textBox .txt {
    margin-bottom: 17px;
    color: #000;
    line-height: 1.9;
}
.pop {
    display: none;
}
.comImgBox .textBox .popList {
    margin-top: -2px;
    display: flex;
    flex-wrap: wrap;
}
.comImgBox .textBox .popList li {
    margin: 2px 2px 0 0;
    width: 108px;
}
.comImgBox .textBox .popList li a {
    display: block;
    position: relative;
}
.comImgBox .textBox .popList li a:hover {
    opacity: 0.7;
}
.comImgBox .textBox .popList li a img {
    width: 100%;
}
/* 画像を暗くするオーバーレイ */
.comImgBox .textBox .popList li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.comImgBox .textBox .popList li span {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.comImgBox01 {
    flex-direction: row;
}
.comImgBox01 .photoBox {
    border-radius: 0 20px 20px 0;
}
.comImgBox01 .textBox {
    margin: 150px 0 0 -100px;
}
.comImgBox01 .textBox .inner {
    margin-left: 0;
}
.comImgBox01 .textBox h4 {
    margin: -105px 10px -9px 0;
    text-align: right;
}
.comImgBox01 .textBox::before {
    width: 247px;
    height: 147px;
    left: 355px;
    top: -112px;
    background-image: url("../../img/goryokaku/img05.jpg");
}
@media all and (max-width: 896px) {
.comImgBox {
    margin-bottom: 40px;
    display: block;
}
    .comImgBox .photoBox {
        margin-left: auto;
        width: calc(50% + 16px);
        border-radius: 5px 0 0 5px;
    }
    .comImgBox .textBox {
        margin: -86px 25px 0;
        width: auto;
    }
    .comImgBox .textBox::before {
        width: 123px;
        height: 83px;
        top: -112px;
        right: auto;
        left: -25px;
        background: url("../../img/goryokaku/sp_img02.jpg") no-repeat center center / 123px auto;
    }
    .comImgBox .textBox .inner {
        padding: 1px 22px 25px 25px;
        width: auto;
    }
    .comImgBox .textBox h4 {
        margin: -53px 0 -6px -3px;
        font-size: 6rem;
    }
    .comImgBox .textBox .title {
        margin-bottom: 2px;
        font-size: 1.2rem;
    }
    .comImgBox .textBox .title span {
        margin-bottom: 0;
        font-size: 1rem;
    }
    .comImgBox .textBox .txt {
        margin-bottom: 10px;
        font-size: 1rem;
        line-height: 1.5;
    }
    .comImgBox .textBox .popList {
        margin-top: -1px;
    }
    .comImgBox .textBox .popList li {
        margin: 1px 1px 0 0;
        width: 24.3%;
    }
    .comImgBox .textBox .popList li span {
        font-size: 1.1rem;
    }
    .comImgBox01 .photoBox {
        margin-left: 0;
        border-radius: 0 5px 5px 0;
    }
    .comImgBox01 .textBox {
        margin: -71px 25px 0;
    }
    .comImgBox01 .textBox h4 {
        margin: -53px 10px -7px 0;
    }
    .comImgBox01 .textBox::before {
        display: none;
    }
    .comImgBox .photoBox01 {
        width: calc(50% + 30px);
    }
    .comImgBox .photoBox02 {
        width: calc(50% + 36px);
    }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
    margin-bottom: 31px;
    width: 200px;
}
.comBtn a {
    padding: 3px 10px 5px;
    display: block;
    color: #cd7514;
    font-weight: 700;
    text-align: center;
    border: 2px solid #cd7514;
    border-radius: 25px;
    background: url("../../img/common/icon05.png") no-repeat right 13px center;
}
.comBtn a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comBtn {
        margin-bottom: 10px;
        width: 140px;
    }
    .comBtn a {
        padding: 0 10px 0 2px;
        font-size: 1rem;
        border-width: 1px;
        background: url("../../img/common/icon05.png") no-repeat right 6px center / 3px auto;
    }
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
    margin: 0 -5px 18px;
}
.comTable table {
    width: 100%;
    border-spacing: 5px;
}
.comTable th,
.comTable td {
    padding: 6px 6px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    word-break: break-all;
    background-color: #636b7a;
    box-sizing: border-box;
}
.comTable th{
    width: 16%;
}
.comTable.clm9 th{
    width: 12%;
}
.comTable td {
    width: 12%;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000032;
    text-align: center;
    background-color: #fff;
}
.comTable.clm9 td {
    width: 9.2%;
}
.comTable td.people{
    width: 12%;
}
.comTable td.td2{
    width: 50%;
}
.comTable01 tr:first-of-type th,
.comTable01 tr:first-of-type td {
    padding: 9px 10px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    background-color: #3c4659;
}
.comTable th .sml01,
.comTable td .sml01 {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
}
@media all and (max-width: 896px) {
    .comTable {
        margin: 0 -5px 1px 0;
        width: calc(100% + 5px);
        overflow-x: auto;
    }
    .comTable .inner {
        margin: 0 auto;
        width: 500px;
    }
    .comTable table {
        width: 800px;
        border-spacing: 2px;
    }
    .comTable th,
    .comTable td {    
        padding: 7px 15px;
        font-size: 1rem;
    }
    .comTable td {
        padding: 7px 15px;
        font-size: 1rem;
    }
    .comTable01 tr:first-of-type th,
    .comTable01 tr:first-of-type td {
        padding: 5px 15px;
        font-size: 1rem;
    }
    .comTable th .sml01 {
        margin-top: -2px;
        font-size: 1rem;
    }
}
/*------------------------------------------------------------
	comNoteList
------------------------------------------------------------*/
    .comNoteList {
        margin-bottom: 2px;
    }
    .comNoteList li {
        line-height: 1.7;
    }
/*------------------------------------------------------------
	comImgList
------------------------------------------------------------*/
.comImgList {
    margin: -30px -20px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.comImgList > li {
    margin: 30px 20px 0 0;
    width: 240px;
}
.comImgList > li:nth-of-type(4n),
.comImgList > li:last-of-type {
    margin-right: 0;
}
.comImgList > li .pho {
    margin-bottom: 35px;
}
.comImgList > li .ttl {
    margin: 0 20px 8px;
    color: #efa61b;
    font-size: 2rem;
    font-weight: 700;
}
.comImgList > li .txt {
    margin: 0 10px 0 20px;
    line-height: 1.9;
}
@media all and (max-width: 896px) {
    .comImgList {
        margin: -50px 16px 0;
        justify-content: space-between;
    }
    .comImgList > li {
        margin: 50px 0 0 0;
        width: 43%;
    }
    .comImgList > li .pho {
        margin-bottom: 8px;
    }
    .comImgList > li .pho img {
        width: 100%;
    }
    .comImgList > li .ttl {
        margin: 0 -15px 6px;
        font-size: 1.4rem;
        text-align: center;
    }
    .comImgList > li .txt {
        margin: 0 -15px;
        line-height: 1.3;
        text-align: center;
    }
}








