@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');
/*------------------------------------------------------------
Theme Name: TSUGU
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
    opacity: 0.7;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
    position: relative;
}
#main {
    margin-bottom: 170px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
a[href^="tel:"]:hover {
    opacity: 1;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 107px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 18px 10px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    box-sizing: border-box;
}
#gHeader .hBox {
    margin: 0 auto;
    width: 1178px;
}
#gHeader h1 {
    width: 46px;
    float: left;
}
#gHeader h1 a {
    display: block;
}
#gHeader h1 a:hover {
    opacity: 1;
}
#gHeader .rBox {
    width: 1050px;
    float: right;
}
#gHeader .tel {
    text-align: right;
}
#gHeader .tel a img {
    width: 237px;
}
#gHeader .tel .txt {
    margin-top: 4px;
    display: block;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
}

@media all and (max-width: 767px) {
	#gHeader {
        padding: 10px 20px;
    }
    #gHeader .hBox {
        width: auto;
    }
    #gHeader h1 {
        width: 35px;
    }
    #gHeader .rBox {
        margin-top: 5px;
        width: 210px;
    }
    #gHeader .tel {
        width: 157px;
        float: left;
    }
    #gHeader .tel a img {
        width: 157px;
    }
    #gHeader .tel .txt {
        margin-top: 2px;
        font-size: 0.9rem;
    }
    #gHeader .menu {
        float: right;
		margin-top: -20px;
    }
    #gHeader .menuBox {
        padding-bottom: 30px;
        width: 100%;
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        box-sizing: border-box;
        background-color: #f4f1e2;
    }
    #gHeader .menuBox .logoBox {
        padding: 12px 18px 11px 20px;
        background-color: #93877b;
    }
    #gHeader .menuBox .logo {
        float: left;
    }
    #gHeader .menuBox .close {
        margin-top: 2px;
        float: right;
    }
    #gHeader .menuBox ul {
        margin: 0 20px 28px;
    }
    #gHeader .menuBox li {
        border-bottom: 2px solid #e2dfd8;
    }
    #gHeader .menuBox li a {
        padding: 16px 5px;
        display: block;
        font-size: 1.6rem;
        font-weight: 900;
        letter-spacing: 2px;
    }
    #gHeader .menuBox li a .en {
        margin: -3px 0 0 15px;
        display: inline-block;
        font-size: 1rem;
        vertical-align: middle;
        letter-spacing: 3px;
    }
    #gHeader .menuBox .tel {
        margin-bottom: 18px;
        width: auto;
        float: none;
        text-align: center;
    }
    #gHeader .menuBox .tel a img {
        width: 192px;
    }
    #gHeader .menuBox .tel .txt {
        margin-top: 3px;
        color: #333;
        font-size: 1.4rem;
    }
    #gHeader .menuBox .comLink {
        margin: 0 auto;
        width: 64%;
    }
    #gHeader .menuBox .comLink a {
        font-size: 1.4rem;
        background-color: #86b123;
    }
}
@media all and (min-width: 768px) {
    #gHeader .menuBox {
        display: none !important;
    }
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    margin: 9px 0 30px;
    text-align: right;
}
#gNavi li {
    margin-left: 24px;
    display: inline-block;
    text-align: center;
}
#gNavi li:first-of-type {
    margin-left: 0;
}
#gNavi li a {
    display: block;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}
#gNavi li .en {
    margin-top: 5px;
    display: block;
    font-size: 0.9rem;
    letter-spacing: 3px;
}


@media all and (max-width: 767px) {
    #gNavi {
        display: none;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 3px 0 0;
    position: relative;
    text-align: center;
    background: url("img/common/f_bg01.png") no-repeat left top 30%,url("img/common/f_bg02.png") no-repeat right top 29%;
    background-size: 388px auto;
    background-color: #f4f0e2;
}
#gFooter:before {
    width: 100%;
    height: 52px;
    position: absolute;
    left: 0;
    top: -50px;
    background: url("img/common/f_bg03.png") no-repeat center top;
    background-size: 100% 52px;
    
    content: "";
}
#gFooter .fBox {
    margin: 0 auto 53px;
    width: 1120px;
}
#gFooter .fNavi {
    margin-bottom: 42px;
}
#gFooter .fNavi li {
    margin: 0 15px;
    display: inline-block;
}
#gFooter .fNavi li a {
    display: block;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}
#gFooter .fNavi li a .en {
    margin-top: 5px;
    display: block;
    font-size: 0.9rem;
    letter-spacing: 3px;
}
#gFooter .fLogo {
    margin-bottom: 15px;
}
#gFooter .fLogo a {
    display: inline-block;
}
#gFooter .fLogo a:hover {
    opacity: 1;
}
#gFooter .fLogo img {
    width: 121px;
}
#gFooter .fBox p {
    margin-bottom: 15px;
    color: #000;
    font-size: 1.3rem;
    line-height: 1.82;
}
#gFooter .fBox p a {
    color: #000;
}
#gFooter .fBox p .ttl {
    font-size: 1.5rem;
    font-weight: 900;
}
#gFooter .fBtn {
    margin: 0 auto 78px;
    width: 240px;
}
#gFooter .fBtn a {
    padding: 15px 5px;
    display: block;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 900;
    border-radius: 35px;
    background-color: #86b123;
}
#gFooter .banner li {
    margin: 0 3px;
    width: 260px;
    display: inline-block;
    vertical-align: top;
}
#gFooter .copyright {
    padding: 22px 5px 30px;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 900;
    background-color: #93877b;
}

@media all and (max-width: 767px) {
    #gFooter {
        padding: 35px 15px 0;
        background: url("img/common/sp_f_bg01.png") no-repeat left top 59.4%,url("img/common/sp_f_bg02.png") no-repeat right top 59.4%;
        background-size: 155px auto;
        background-color: #f4f0e2;
    }
    #gFooter:before {
        height: 29px;
        top: -28px;
        background-image: url("img/common/sp_f_bg03.png");
        background-size: 100% 29px;
    }
    #gFooter .fBox {
        margin: 0 auto 40px;
        width: auto;
    }
    #gFooter .fNavi {
        margin-bottom: 45px;
        border-bottom: 2px solid #e5e2d9;
    }
    #gFooter .fNavi li {
        margin: 0;
        float: left;
        width: 50%;
        border-top: 2px solid #e5e2d9;
    }
    #gFooter .fNavi li a {
        padding: 15px 0 19px;
        display: block;
    }
    #gFooter .fNavi li a .en {
        margin-top: 0;
        letter-spacing: 3px;
    }
    #gFooter .fBtn {
        margin-bottom: 148px;
    }
    #gFooter .banner {
        margin: -10px 4px 0;
    }
    #gFooter .banner li {
        margin: 10px 0 0;
        float: left;
        width: 48.5%;
        border-radius: 8px;
        background-color: #FFF;
    }
    #gFooter .banner li:nth-child(2n) {
        float: right;
    }
    #gFooter .copyright {
        margin: 0 -15px;
        padding: 26px 5px;
    }


}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 70px;
    padding-top: 176px;
    min-height: 400px;
    text-align: center;
    box-sizing: border-box;
    background: url("img/micho/page_title_bg.jpg") no-repeat center center;
    background-size: cover;
}
.pageTitle h2 {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 1px;
}
.pageTitle h2 .en {
    display: block;
    font-size: 4rem;
    letter-spacing: 4px;
}

@media all and (max-width: 767px) {
    .pageTitle {
        margin-bottom: 40px;
        padding-top: 103px;
        min-height: 260px;
        background-image: url("img/micho/sp_page_title_bg.jpg");
    }
    .pageTitle h2 {
        font-size: 1.2rem;
    }
    .pageTitle h2 .en {
        font-size: 2.4rem;
        letter-spacing: 2px;
    }

}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1072px;
}

@media all and (max-width: 767px) {
    .content {
        margin: 0 18px;
        width: auto;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 23px;
    font-size: 2.6rem;
    font-weight: 900;
    letter-spacing: 3px;
}
@media all and (max-width: 767px) {
    .headLine01 {
        margin-bottom: 12px;
        letter-spacing: 2.5px;
    }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 25px;
    font-size: 2rem;
    font-weight: 900;
}

@media all and (max-width: 767px) {
    .headLine02 {
        margin-bottom: 18px;
        font-size: 1.8rem;
        line-height: 1.7;
    }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    width: 216px;
}
.comLink a {
    padding: 14px 5px;
    display: block;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    border-radius: 25px;
    background: #91cdc3;
}
@media all and (max-width: 767px) {
    .comLink {
        width: auto;
    }
}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
    margin-top: 58px;
    padding-top: 45px;
    clear: both;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.wp-pagenavi a,
.wp-pagenavi span {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #797979;
    padding: 7px 0 0;
    margin: 0 2px;
    font-weight: 900;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50%;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    opacity: 0.7;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .extend{ 		
} 

@media all and (max-width: 767px) {
    .wp-pagenavi {
        margin-top: 85px;
        padding-top: 0;
        border-top: none;
    }
}

/*------------------------------------------------------------
	flex
------------------------------------------------------------*/
.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flex.left {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
@media all and (max-width: 767px) {
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 3px;
}
.headLine03 img {
    margin: -5px 18px 0 0;
    width: 62px;
    vertical-align: middle;
}

@media all and (max-width: 767px) {
    .headLine03 {
        margin-bottom: 15px;
    }
    
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
    margin-bottom: 23px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 900;
}
.headLine04 .en {
    display: block;
    color: #7E7E7E;
    font-size: 1.4rem;
}
.headLine04 .mark {
    margin-right: 10px;
}
.headLine04 .sml {
    font-size: 1.6rem;
}

@media all and (max-width: 767px) {
    .headLine04 {
        margin-bottom: 18px;
    }
    .headLine04 .sml {
        display: block;
    }
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-bottom: 16px;
    color: #B24B30;
    font-size: 1.8rem;
    font-weight: 900;
}

@media all and (max-width: 767px) {
    .headLine05 {
        margin-bottom: 17px;
    }
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
    margin-bottom: 16px;
    font-size: 2.8rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 3px;
}
.headLine06 .en {
    margin: 11px 0 11px;
    display: block;
    font-size: 2rem;
    letter-spacing: 2px;
}

@media all and (max-width: 767px) {
    .headLine06 {
        margin-bottom: 18px;
        font-size: 1.8rem;
    }
    .headLine06 .en {
        margin: 8px 0 8px;
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
}

/*------------------------------------------------------------
	michinoeki
------------------------------------------------------------*/
.michinoeki .imgBoxR {
    margin-bottom: 70px;
}
.michinoeki .imgBoxR .photo {
    width: 450px;
    float: right;
}
.michinoeki .imgBoxR .txtBox {
    margin-top: -1px;
    width: 490px;
    float: left;
}
.michinoeki .imgBoxR .txtBox p {
    line-height: 1.78;
    text-align: justify;
    text-justify:inter-ideograph;
    letter-spacing: 1px;
}
.michinoeki .special {
    margin-bottom: 70px;
    border-radius: 5px 5px 0 0;
    background-color: #f4f1e2; 
}
.michinoeki .special h3 {
    padding: 8px 28px 9px;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 900;
    border-radius: 5px 5px 0 0;
    background-color: #93877b;
}
.michinoeki .special h3 img {
    margin: -15px 15px 0 0;
    width: 31px;
    vertical-align: middle;
}
.michinoeki .special .imgBoxL {
    padding: 30px 29px 32px;
}
.michinoeki .special .photo {
    float: left;
    width: 420px;
}
.michinoeki .special .txtBox {
    width: 560px;
    float: right;
}
.michinoeki .special .txtBox .pho {
    padding: 0 32px;
    width: 150px;
    float: right;
}
.michinoeki .special .txtBox p {
    margin: -3px 0 8px;
    line-height: 1.88;
}
.michinoeki .imgBox .photo {
    width: 480px;
    float: right;
}
.michinoeki .imgBox .txtBox {
    width: 530px;
    float: left;
}
.michinoeki .imgBox .txtBox h3 {
    margin-bottom: 21px;
}
.michinoeki .imgBox .txtBox p {
    margin: 0 30px 26px 0;
    line-height: 1.8;
    letter-spacing: 1px;
}
.michinoeki .imgBox .txtBox li {
    width: 260px;
    float: left;
}
.michinoeki .imgBox .txtBox li:last-of-type {
    float: right;
}

@media all and (max-width: 767px) {
    .michinoeki {
        color: #000;
    }
    .michinoeki .imgBoxR {
        margin-bottom: 52px;
    }
    .michinoeki .imgBoxR .photo {
        width: auto;
        float: none;
    }
    .michinoeki .imgBoxR .photo img {
        width: 100%;
    }
    .michinoeki .imgBoxR .txtBox {
        margin: 0 0 37px;
        width: auto;
        float: none;
    }
    .michinoeki .imgBoxR .txtBox p {
        letter-spacing: 1.5px;
    }
    .michinoeki .special {
        margin: -2px 0 49px;
        color: #333;
        border-radius: 3px 3px 0 0;
    }
    .michinoeki .special h3 {
        padding: 10px 28px 15px;
        font-size: 1.8rem;
        border-radius: 3px 3px 0 0;
    }
    .michinoeki .special h3 img {
        margin: -8px 15px 0 0;
    }
    .michinoeki .special .imgBoxL {
        padding: 16px 17px 17px;
    }
    .michinoeki .special .photo {
        margin-bottom: 17px;
        float: none;
        width: auto;
    }
    .michinoeki .special .photo img {
        width: 100%;
    }
    .michinoeki .special .txtBox {
        width: auto;
        float: none;
    }
    .michinoeki .special .txtBox .pho {
        padding: 9px 0 0 20px;
        width: 105px;
    }
    .michinoeki .special .txtBox p {
        margin: -12px 0 12px;
        line-height: 1.88;
    }
    .michinoeki .special .txtBox li {
        line-height: 1.85;
    }
    .michinoeki .imgBox .photo {
        margin: 0 0 9px;
        width: auto;
        float: none;
    }
    .michinoeki .imgBox .photo img {
        width: 100%;
    }
    .michinoeki .imgBox .txtBox {
        width: auto;
        float: none;
    }
    .michinoeki .imgBox .txtBox h3 {
        margin-bottom: 13px;
    }
    .michinoeki .imgBox .txtBox p {
        margin: 0 0 30px;
        line-height: 1.75;
    }
    .michinoeki .imgBox .txtBox li {
        width: 49.2%;
    }
}


/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.news .pageTitle {
    background-image: url("img/news/page_title_bg.jpg");
}
.news .imgBox {
    margin-bottom: 50px;
}
.news .imgBox .photo {
    width: 350px;
    float: left;
}
.news .imgBox .photo a {
	display: block;
	padding-bottom: 71.429%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.news .imgBox .txtBox {
    margin-top: 14px;
    width: 694px;
    float: right;
}
.news .imgBox .txtBox h3 {
    margin-bottom: 19px;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 2px;
}
.news .imgBox .txtBox p {
    margin-bottom: 25px;
    line-height: 1.75;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media all and (max-width: 767px) {
    .news .pageTitle {
        background-image: url("img/news/sp_page_title_bg.jpg");
    }
    .news .imgBox {
        margin-bottom: 59px;
    }
    .news .imgBox .photo {
        margin-bottom: 10px;
        width: auto;
        float: none;
    }
    .news .imgBox .photo img {
        width: 100%;
    }
    .news .imgBox .txtBox {
        margin-top: 0;
        width: auto;
        float: none;
    }
    .news .imgBox .txtBox h3 {
        margin-bottom: 8px;
        word-break: break-all;
    }
    .news .imgBox .txtBox p {
        margin-bottom: 18px;
        line-height: 1.75;
        letter-spacing: -1px;
    }
}


/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
.detail .pageTitle {
    margin-bottom: 76px;
}
.detail .content {
    width: 860px;
}
.detail h3 {
    margin-bottom: 27px;
    padding-bottom: 18px;
    font-size: 2.4rem;
    border-bottom: 1px solid #ddd;
}
.detail h3 .date {
    margin-bottom: 10px;
    display: block;
    font-size: 1.5rem;
}
.detail h3 .date .kind {
    margin-left: 13px;
    padding: 1px 12px;
    display: inline-block;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 25px;
    background-color: #86b123;
}
.detail .photo {
    margin-bottom: 30px;
}
.detail h4 {
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 900;
}
.detail p {
    margin-bottom: 28px;
    font-size: 1.6rem;
    line-height: 1.75;
    word-break: break-all;
}
.detail p a {
    text-decoration: underline;
}
.detail p a:hover {
    opacity: 1;
    text-decoration: none;
}
.detail .txtBox {
    margin-bottom: 27px;
    padding-bottom: 48px;
    border-bottom: 1px solid #dddddd;
}
.detail .txtBox p:last-of-type {
    margin-bottom: 0;
}
.detail .linkList {
    margin-bottom: 40px;
    text-align: center;
}
.detail .linkList li {
    margin: 0 28px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 900;
}
.detail .comLink {
    margin: 0 auto;
}

@media all and (max-width: 767px) {
    .detail .pageTitle {
        margin-bottom: 40px;
    }
    .detail .content {
        width: auto;
    }
    .detail h3 {
        margin-bottom: 25px;
        padding-bottom: 15px;
        font-size: 2rem;
    }
    .detail .photo {
        margin-bottom: 22px;
    }
    .detail h4 {
        margin-bottom: 15px;
        font-size: 1.8rem;
        line-height: 1.68;
    }
    .detail p {
        margin-bottom: 26px;
        font-size: 1.5rem;
        letter-spacing: 0.5px;
    }
    .detail p a:hover {
        text-decoration: underline;
    }
    .detail .txtBox {
        margin-bottom: 27px;
        padding-bottom: 30px;
        border-width: 1px;
    }
    .detail .linkList li {
        margin: 0;
        display: block;
        float: left;
    }
    .detail .linkList li:last-of-type {
        float: right;
    }

}

/*------------------------------------------------------------
	access
------------------------------------------------------------*/
.access .pageTitle {
    background-image: url("img/access/page_title_bg.jpg");
}
.access .headLine01 {
    margin-bottom: -1px;
    font-size: 2.4rem;
    letter-spacing: 0;
}
.access .topTxt {
    margin-bottom: 32px;
    font-size: 1.6rem;
    line-height: 1.78;
}
.access .map {
    margin-bottom: 42px;
    height: 480px;
}
.access .map iframe {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-color: #CCC;
}
.access h5 {
    margin-bottom: 5px;
    font-size: 2rem;
    font-weight: 900;
}
.access h5 .col {
    color: #B24B30;
    font-size: 2.2rem;
}
.access .textBox {
    margin-bottom: 44px;
    padding-bottom: 46px;
    border-bottom: 2px solid #e5e5e5;
}
.access .textBox p {
    margin-bottom: 19px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.5px;
}
.access .textBox p .col {
    color: #359848;
    font-size: 2rem;
    font-weight: 900;
}
.access .phoList {
    margin-bottom: 60px;
}
.access .phoList li {
    margin-right: 34px;
    width: 334px;
}
.access .phoList li:nth-child(3n) {
    margin-right: 0;
}
.access .phoList li h6 {
    margin-bottom: 18px;
    font-size: 2.4rem;
    font-weight: 900;
}
.access .phoList li .photo {
    margin-bottom: 18px;
}
.access .phoList li p {
    text-align: justify;
    letter-spacing: -0.5px;
    text-justify: inter-ideograph;
    line-height: 1.6;
}
.access .h3Ttl01 {
    margin-bottom: 30px;
}
.access .imgBox {
    margin-bottom: 20px;
}
.access .imgBox01 {
    margin-bottom: 65px;
}
.access .imgBox .photo {
    width: 334px;
    float: left;
}
.access .imgBox .txtBox {
    width: 704px;
    float: right;
}
.access .imgBox .txtBox h4 {
    margin-bottom: 1px;
}
.access .imgBox .txtBox p {
    line-height: 1.88;
}
.access .imgBox .txtBox .shopText {
    margin-bottom: 15px;
    padding-left: 25px;
    color: #B55339;
    font-weight: 900;
    background: url(img/common/icon34.png) no-repeat left center / 19px 19px;
}
.access .area {
    margin-bottom: 40px;
    border-radius: 4px 4px 0 0;
    background: #F4F0E2;
}
.access .area h4 {
    padding: 10px 40px;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 900;
    border-radius: 4px 4px 0 0;
    background: #93867A;
}
.access .area .imgArea {
    padding: 35px 37px;
    display: flex;
    justify-content: space-between;
}
.access .area .imgArea .textArea {
    width: 430px;
}
.access .area .imgArea .textArea p {
    line-height: 1.73;
}
.access .area .imgArea .photoUl {
    width: 517px;
    display: flex;
    justify-content: space-between;
}
.access .area .imgArea .photoUl li {
    width: 240px;
}
.access .area .imgArea .photoUl li span {
    margin-top: 15px;
    display: block;
    font-size: 1.3rem;
    line-height: 1.54;
}

@media all and (max-width: 767px) {
    .access .pageTitle {
        background-image: url("img/access/sp_page_title_bg.jpg");
    }
    .access .headLine01 {
        margin-bottom: 1px;
        font-size: 1.8rem;
    }
    .access .topTxt {
        margin-bottom: 25px;
    }
    .access .map {
        margin-bottom: 38px;
        padding-bottom: 76.47%;
        position: relative;
        height: 0;
    }
    .access .map iframe {
        position: absolute;
        left: 0;
        top: 0;
    }
    .access .textBox {
        margin-bottom: 33px;
        padding-bottom: 28px;
    }
    .access .textBox p {
        margin-bottom: 30px;
        line-height: 2.1;
    }
    .access .textBox p:last-of-type {
        margin-bottom: 0;
    }
    .access .phoList {
        margin-bottom: 62px;
        display: block;
    }
    .access .phoList li {
        margin: 0 0 30px;
        width: auto;
    }
    .access .phoList li:last-of-type {
        margin: 0;
    }
    .access .phoList li h6 {
        margin-bottom: 17px;
    }
    .access .phoList li .photo {
        margin-bottom: 17px;
    }
    .access .phoList li .photo img {
        width: 100%;
    }
    .access .phoList li p {
        min-height: 96px;
    }
    .access .h3Ttl01 {
        margin-bottom: 30px;
        font-size: 2.4rem;
    }
    .access .imgBox {
        margin-bottom: 29px;
    }
    .access .imgBox01 {
        margin-bottom: 50px;
    }
    .access .imgBox .photo {
        margin-bottom: 15px;
        width: auto;
        float: none;
    }
    .access .imgBox .photo img {
        width: 100%;
    }
    .access .imgBox .txtBox {
        width: auto;
        float: none;
    }
    .access .imgBox .txtBox h4 {
        margin-bottom: -1px;
        font-size: 2rem;
    }
    .access .imgBox .txtBox .shopText {
        margin-bottom: 10px;
    }
    .access .area {
        margin-bottom: 30px;
        border-radius: 4px 4px 0 0;
    }
    .access .area h4 {
        padding: 10px 20px;
        font-size: 1.7rem;
    }
    .access .area .imgArea {
        padding: 15px 20px;
        display: block;
    }
    .access .area .imgArea .textArea {
        margin-bottom: 20px;
        width: auto;
    }
    .access .area .imgArea .textArea p {
        line-height: 1.73;
    }
    .access .area .imgArea .photoUl {
        width: auto;
        display: block;
    }
    .access .area .imgArea .photoUl li {
        width: auto;
        text-align: center;
    }
    .access .area .imgArea .photoUl li:not(:last-child) {
        margin-bottom: 15px;
    }
    .access .area .imgArea .photoUl li span {
        margin-top: 10px;
        text-align: left;
    }
}

/*------------------------------------------------------------
	activity
------------------------------------------------------------*/
.activity .pageTitle {
    margin-bottom: 73px;
    background-image: url("img/activity/page_title_bg.jpg");
}
.activity .imgBox {
    margin-bottom: 78px;
}
.activity .imgBox .phoList {
    width: 507px;
    float: right;
}
.activity .imgBox .phoList li {
    width: 242px;
    float: left;
}
.activity .imgBox .phoList li:last-of-type {
    float: right;
}
.activity .imgBox .phoList li:first-of-type {
    margin-bottom: 18px;
    width: 507px;
}
.activity .imgBox .txtBox {
    width: 530px;
    float: left;
}
.activity .imgBox .txtBox p {
    margin-bottom: 28px;
    line-height: 1.9;
}
.activity .imgBox .txtBox .txt {
    margin: -11px 0 22px;
    font-size: 1.8rem;
    font-weight: 900;
}
.activity .imgBox .txtBox .comLink {
    margin-bottom: 33px;
}
.activity table {
    width: 100%;
    border-collapse: collapse;
}
.activity th,
.activity td {
    padding: 6px 10px;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.activity th {
    width: 32%;
    font-weight: 900;
    text-align: center;
}
.activity td {
    padding-left: 35px;
}
.activity .h3Ttl01 {
    margin-bottom: 30px;
}
.activity .imgBox .txtBox .txt01 {
    margin-bottom: 36px;
    line-height: 2;
}
.activity .imgBox .txtBox .txt02 {
    margin-top: 25px;
}
.activity .imgBox .txtBox p .bold {
    font-weight: 900;
}
.activity .tabBox01 th,
.activity .tabBox01 td {
    padding: 1px 10px 0;
    line-height: 2.25;
}
.activity .tabBox01 th {
    width: 34%;
    vertical-align: top;
}
.activity .imgBox .txtBox .txt03 {
    margin-top: 25px;
}
.activity .imgBox .phoList li .txt {
    margin-top: 15px;
    display: block;
    font-weight: 900;
}
.activity .imgSec .inner {
    float: left;
    width: 489px;
}
.activity .imgSec .inner01 {
    float: right;
}
.activity .imgSec .txtBox {
    width: auto;
    float: none;
}
.activity .imgSec .txtBox p {
    margin-bottom: 30px;
}
.activity .imgSec .txtBox .txt {
    margin-bottom: 35px;
    line-height: 2.05;
}
.activity .imgSec .photo {
    margin-bottom: 30px;
}
.activity .imgSec .imgBox {
    margin-bottom: 0;
}
.activity .imgSec th {
    width: 25%;
}

@media all and (max-width: 767px) {
    .activity .pageTitle {
        margin-bottom: 40px;
        background-image: url("img/activity/sp_page_title_bg.jpg");
    }
    .activity .imgBox {
        margin-bottom: 54px;
    }
    .activity .imgBox .phoList {
        margin: 0 1px 32px;
        width: auto;
        float: none;
    }
    .activity .imgBox .phoList01 {
        margin-bottom: 0;
    }
    .activity .imgBox .phoList li {
        width: 47.8%;
    }
    .activity .imgBox .phoList li:first-of-type {
        margin-bottom: 11px;
        width: 100%;
    }
    .activity .imgBox .txtBox {
        width: auto;
        float: none;
    }
    .activity .imgBox .txtBox p {
        margin-bottom: 28px;
        line-height: 1.87;
    }
    .activity .imgBox .txtBox .txt {
        margin: -14px 0 30px;
    }
    .activity .imgBox .txtBox .comLink {
        margin-bottom: 35px;
    }
    .activity th,
    .activity td {
        padding: 0;
        font-size: 1.4rem;
        line-height: 2.28;
        vertical-align: top;
    }
    .activity th {
        width: 29%;
    }
    .activity td {
        padding-left: 10px;
    }
    .activity .h3Ttl01 {
        margin-bottom: 20px;
    }
    .activity .tabBox01 th {
        width: 27%;
    }
    .activity .imgBox .txtBox .txt01 {
        margin: 0 0 31px;
        line-height: 2;
    }
    .activity .imgBox .txtBox .txt02 {
        margin: 20px 0 0;
    }
    .activity .imgBox .phoList li:last-of-type {
        margin-bottom: 0;
    }
    .activity .imgBox .txtBox .txt03 {
        margin: 15px 0 20px;
    }
    .activity .imgBox .phoList li .txt {
        margin: 10px 0 0;
        font-size: 1.5rem;
    }
    .activity .imgSec .inner {
        margin-bottom: 55px;
        float: none;
        width: auto;
    }
    .activity .imgSec .inner01 {
        margin-bottom: 0;
        float: none;
    }
    .activity .imgSec .txtBox p {
        margin-bottom: 30px;
    }
    .activity .imgSec .txtBox .txt {
        margin-bottom: 35px;
        line-height: 2.05;
    }
    .activity .imgSec .photo {
        margin-bottom: 30px;
    }
    .activity .imgSec .imgBox {
        margin-bottom: 0;
    }
    .activity .imgSec th {
        width: 25%;
    }
}


/*------------------------------------------------------------
	reservation
------------------------------------------------------------*/
.reservation .pageTitle {
    background-image: url("img/reservation/page_title_bg.jpg");
}
.reservation .headLine04 {
    margin-bottom: 21px;
}
.reservation .topTxt {
    margin-bottom: 39px;
    font-size: 1.6rem;
}
.reservation .topTxt .col {
    margin-top: 6px;
    display: block;
    color: #FF0000;
    font-weight: 900;
}
.reservation .yellowBox {
    margin-bottom: 20px;
    padding: 28px 25px 47px;
    background-color: #f4f1e2;
}
.reservation .yellowBox .headLine03 {
    margin-bottom: 23px;
    text-align: center;
    letter-spacing: 0px;
}
.reservation .yellowBox .headLine03 img {
    margin: -9px 15px 0 0;
    width: 39px;
}
.reservation .yellowBox p {
    margin-bottom: 32px;
    color: #B24B30;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.8;
}
.reservation .yellowBox .comLink {
    margin: 0 auto;
    width: 78.5%;
}
.reservation .yellowBox .comLink a {
    padding: 17px 10px;
    font-size: 2.4rem;
    font-weight: 900;
    border-radius: 55px;
    background-color: #86b123;
}
.reservation .yellowBox01 {
    margin-bottom: 40px;
    padding: 37px 25px 34px;
}
.reservation .yellowBox01 .headLine03 {
    margin-bottom: 15px;
}
.reservation .yellowBox01 .headLine03 img {
    margin-top: -6px;
    width: 37px;
}
.reservation .yellowBox01 p {
    margin-bottom: 0;
}
.reservation .yellowBox01 .tel {
    text-align: center;
}
.reservation .yellowBox01 .tel a {
    display: block;
    font-size: 3.2rem;
    font-weight: 900;
}
.reservation .yellowBox01 .tel .txt {
    display: block;
    font-size: 1.6rem;
}
.reservation .privacyBox {
    margin-bottom: 40px;
}
.reservation .privacyBox .txtBox {
    padding: 18px;
    height: 300px;
    overflow-y: auto;
    box-sizing: border-box;
    border: 1px solid #000;
}
.reservation .privacyBox .txtBox .ttl {
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-weight: 700;
}
.reservation .privacyBox .txtBox p {
    margin-bottom: 30px;
    font-size: 1.6rem;
}
.reservation .privacyBox .txtBox ul {
    margin-bottom: 30px;
}
.reservation .privacyBox .txtBox li {
    padding-left: 1em;
    text-indent: -1em;
}
.reservation .privacyBox .txtBox .redTxt {
    color: #F80D2A;
}
.reservation .privacyBox .txtBox .txt {
    text-decoration: underline;
}
.reservation .privacyBox .txtBox .bold {
    font-weight: 700;
}
.reservation .textBox {
    margin-bottom: 68px;
}
.reservation .textBox .headLine04 {
    margin-bottom: 23px;
}
.reservation .textBox p {
    margin-bottom: 30px;
    color: #B24B30;
    font-size: 2rem;
    font-weight: 900;
}
.reservation .textBox .txtList01 {
    margin-bottom: 31px;
}
.reservation .textBox .txtList01 li {
    font-size: 2rem;
    font-weight: 900; 
}
.reservation .textBox .txtList02 {
    margin-bottom: 29px;
}
.reservation .textBox .txtList02 li {
    font-size: 1.6rem;
    line-height: 1.9;
}
.reservation .textBox .txt01 {
    margin-bottom: 0;
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.9;
}
.reservation .faq {
    margin-bottom: 60px;
}
.reservation .faq .headLine04 {
    margin-bottom: 35px;
}
.reservation .faq dt {
    padding: 14px 22px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 900;
    background-color: #93877b;
}
.reservation .faq dd {
    margin-bottom: 20px;
    padding: 20px 30px 30px;
    font-size: 1.6rem;
    line-height: 1.75;
    box-sizing: border-box;
    background-color: #f4f1e2;
}
.reservation .faq dd:last-of-type {
    margin-bottom: 0;
}
.reservation .faq dd a {
    text-decoration: underline;
}
.reservation .faq dd a:hover {
    opacity: 1;
    text-decoration: none;
}
.reservation .tabSec .headLine04 {
    margin-bottom: 30px;
}
.reservation .tabSec h4 {
    margin-bottom: 13px;
    font-size: 1.8rem;
    font-weight: 900;
}
.reservation table {
    margin-bottom: 40px;
    width: 100%;
    border-collapse: collapse;
}
.reservation th,
.reservation td {
    padding: 12px 10px 13px;
    font-size: 1.3rem;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.reservation th {
    padding-right: 0;
    width: 16%;
    font-size: 1.5rem;
    font-weight: 900;
    background-color: #f4f4f4;
}
.reservation table .col {
    width: 17%;
    color: #B24B30;
    font-size: 1.6rem;
    font-weight: 900;
}
.reservation table .wid01 {
    width: 17.5%;
}
.reservation .txtList li {
    line-height: 1.85;
}
.reservation .imgBox {
    display: flex;
    justify-content: space-between;
}
.reservation .imgBox .textBox {
    width: 535px;
}
.reservation .imgBox .textBox table {
    margin-bottom: 5px;
}
.reservation .imgBox .textBox th {
    width: 30%;
}
.reservation .imgBox .textBox td {
    width: 70%;
    color: #B24B30;
    font-size: 1.6rem;
    font-weight: 900;
    border-right: 1px solid #e4e4e4;
}
.reservation .imgBox .textBox p {
    color: #333;
    font-size: 1.5rem;
    font-weight: 400;
}
.reservation .imgBox .textBox .sml {
    font-size: 1.3rem;
}
.reservation .imgBox .photoUl {
    width: 505px;
    display: flex;
    justify-content: space-between;
}
.reservation .imgBox .photoUl li {
    width: 240px;
}

@media all and (max-width: 767px) {
    .reservation .pageTitle {
        background-image: url("img/reservation/sp_page_title_bg.jpg");
    }
    .reservation .topTxt {
        margin-bottom: 41px;
        font-size: 1.6rem;
    }
    .reservation .topTxt .col {
        margin-top: 15px;
    }
    .reservation .yellowBox {
        margin-bottom: 30px;
        padding: 32px 18px 33px;
    }
    .reservation .yellowBox .headLine03 {
        margin-bottom: 16px;
        font-size: 2rem;
    }
    .reservation .yellowBox .headLine03 img {
        margin: -9px 12px 0 0;
        width: 34px;
    }
    .reservation .yellowBox p {
        margin-bottom: 25px;
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.75;
    }
    .reservation .yellowBox .comLink {
        width: auto;
    }
    .reservation .yellowBox .comLink a {
        padding: 15px 10px;
        font-size: 2rem;
    }
    .reservation .yellowBox01 {
        margin-bottom: 35px;
        padding: 25px 20px 27px;
    }
    .reservation .yellowBox01 .headLine03 {
        margin-bottom: 20px;
    }
    .reservation .yellowBox01 p {
        margin-bottom: 17px;
    }
    .reservation .yellowBox01 .tel a {
        font-size: 2.6rem;
    }
    .privacyBox {
        margin-bottom: 35px;
    }
    .reservation .textBox {
        margin-bottom: 55px;
    }
    .reservation .textBox .headLine04 {
        margin-bottom: 18px;
    }
    .reservation .textBox p {
        margin-bottom: 29px;
        font-size: 1.6rem;
        line-height: 1.85;
    }
    .reservation .textBox .txtList01 {
        margin-bottom: 31px;
    }
    .reservation .textBox .txtList01 li {
        margin-bottom: -1px;
        font-size: 1.8rem;
        line-height: 1.7;
    }
    .reservation .textBox .txt01 {
        margin-bottom: 0;
        color: #333;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.9;
    }
    .reservation .faq {
        margin-bottom: 60px;
    }
    .reservation .faq .headLine04 {
        margin-bottom: 27px;
    }
    .reservation .faq dt {
        padding-right: 5px;
        letter-spacing: -1px;
    }
    .reservation .faq dd {
        margin-bottom: 20px;
        padding: 20px 20px 19px;
        font-size: 1.6rem;
    }
    .reservation .faq dd a:hover {
        text-decoration: underline;
    }
    .reservation .tabSec .headLine04 {
        margin-bottom: 26px;
    }
    .reservation .tabSec h4 {
        margin-bottom: 13px;
        font-size: 1.8rem;
        font-weight: 900;
    }
    .reservation table {
        margin-bottom: 25px;
    }
    .reservation th,
    .reservation td {
        padding-bottom: 8px;
        font-size: 1.1rem;
        line-height: 1.4;
    }
    .reservation th {
        width: 26%;
        font-size: 1.3rem;
    }
    .reservation table .col {
        width: 36%;
        font-size: 1.4rem;
    }
    .reservation table .wid01 {
        width: auto;
    }
    .reservation .imgBox {
        margin-bottom: 35px;
        display: block;
    }
    .reservation .imgBox .textBox {
        margin-bottom: 20px;
        width: auto;
    }
    .reservation .imgBox .textBox p {
        margin-bottom: 15px;
        font-size: 1.3rem;
    }
    .reservation .imgBox .textBox .sml {
        margin-bottom: 15px;
        font-size: 1.2rem;
    }
    .reservation .imgBox .photoUl {
        width: auto;
    }
    .reservation .imgBox .photoUl li {
        width: 48%;
    }
}


/*------------------------------------------------------------
	field
------------------------------------------------------------*/
.field .pageTitle {
    background-image: url("img/field/page_title_bg.jpg");
}    
.field .map {
    margin: 0 auto 70px;
    width: 1070px;
}
.field .yellowBox {
    margin-bottom: 70px;
    padding: 55px 0 82px;
    background: #f4f1e2;
}
.field .h3Ttl {
    margin-bottom: 18px;
    padding: 10px 5px;
    width: 245px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 2px;
    background: url("img/common/bg01.png") no-repeat left center;
    background-size: 100% auto;
}  
.field .txtBox {
    position: relative;
}
.field .colTxt {
    margin-bottom: 33px;
    color: #A45940;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.78;
}
.field .txtBox .mark {
    padding: 8px 2px 12px;
    width: 206px;
    color: #FFF;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 5px;
    background-color: #fb90a0;
}
.field .txtBox .mark img {
    margin: -30px 0 0 8px;
    display: inline-block;
    vertical-align: middle;
}
.field .h4Ttl {
    margin-bottom: 12px;
    font-size: 2.4rem;
    font-weight: 900;
}
.field .text {
    margin-bottom: 20px;
    font-size: 1.8rem;
}
.field .imgBox {
    margin-bottom: 40px;
}
.field .imgBox .photo {
    width: 350px;
    float: left;
}
.field .imgBox .tabBox {
    float: right;
    width: 670px;
}
.field .imgBox table {
    width: 100%;
    border-collapse: collapse;
}
.field .imgBox th,
.field .imgBox td {
    padding: 1px 10px 0;
    line-height: 2.4;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    background-color: #FFF;
}
.field .imgBox th {
    width: 20%;
    text-align: center;
}
.field .imgBox td .bold {
    font-weight: 700;
}
.field .headLine04 {
    margin: -13px 0 19px;
    color: #7E7E7E;
    font-size: 1.5rem;
}
.field .headLine04 .en {
    margin: 0 0 -4px;
    color: #333;
    font-size: 2.8rem;
}
.field .headLine04 .mark {
    margin: 5px 25px 0 0;
}
.field .imgBoxR {
    margin-bottom: 63px;
}
.field .imgBoxR .phoBox {
    width: 490px;
    float: right;
}
.field .imgBoxR .phoBox ul {
    width: 143px;
    float: left;
}
.field .imgBoxR .phoBox li {
    margin-bottom: 17px;
}
.field .imgBoxR .phoBox li:last-of-type {
    margin-bottom: 0;
}
.field .imgBoxR .phoBox .photo {
    width: 331px;
    float: right;
}
.field .imgBoxR .txtBox {
    margin-top: 5px;
    width: 532px;
    float: left;
}
.field .imgBoxR .txtBox p {
    margin-bottom: 38px;
    line-height: 1.9;
}
.field .imgBoxR .txtBox .inner {
    padding: 30px 30px 26px 20px;
    position: relative;
    background-color: #FFF;
}
.field .imgBoxR .txtBox h4 {
    padding: 5px 27px;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 5px;
    position: absolute;
    left: 23px;
    top: -12px;
    background-color: #93877b;
}
.field .imgBoxR .subInner {
    margin-top: 4px;
    float: left;
    width: 300px;
}
.field .imgBoxR .inner .photo {
    width: 150px;
    float: right;
}
.field .imgBoxR .subInner .ttl {
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 700;
}
.field .imgBoxR .subInner p {
    margin-bottom: 0;
    line-height: 1.74;
}
.field .imgBoxR .imgBox {
    margin-bottom: 0;
}
.field .imgBoxR01 {
    margin-bottom: 50px;
}
.field h5 {
    margin-bottom: 7px;
    font-size: 2.4rem;
    font-weight: 900;
}
.field .imgBoxR .pho {
    width: 488px;
    float: right;
}
.field .imgBoxR .txtBox .txt01 {
    margin-bottom: 10px;
}
.field .imgBoxR .txtBox li {
    line-height: 1.88;
}
.field .whiteBox {
    margin-bottom: 62px;
    padding: 0 0 42px;
    border-radius: 5px 5px 0 0;
    background-color: #FFF;
}
.field .whiteBox h4 {
    margin-bottom: 30px;
    padding: 8px 28px 9px;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 900;
    border-radius: 5px 5px 0 0;
    background-color: #93877b;
}
.field .whiteBox h4 img {
    margin-right: 13px;
}
.field .whiteBox .imgBox01 {
    margin: 0 28px;
}
.field .whiteBox .photo {
    width: 420px;
    float: left;
}
.field .whiteBox .txtBox {
    width: 560px;
    float: right;
}
.field .whiteBox .txtBox .ttl {
    margin-bottom: 12px;
    font-size: 1.8rem;
    font-weight: 900;
}
.field .whiteBox .innBox .photo {
    padding: 10px 34px 20px 25px;
    width: 150px;
    float: right;
}
.field .whiteBox .txtBox p {
    margin-bottom: 20px;
    line-height: 1.85;
    text-align: justify;
    text-justify:inter-ideograph;
}
.field .whiteBox .txtBox li {
    line-height: 1.88;
}
.field .whiteBox .txtBox .col {
    color: #B24B30;
    font-weight: 700;
}
.field .priceTab {
    margin: -5px -12px 0 0;
}
.field .priceTab table {
    margin-bottom: 12px;
    width: 100%;
    border-collapse: collapse;
}
.field .priceTab th,
.field .priceTab td {
    padding: 12px 10px;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 1.3;
    border: 12px solid #f4f1e2;
}
.field .priceTab th {
    width: 16.5%;
    color: #FFF;
    font-size: 1.6rem;
    border-left: none;
    background-color: #537c2e;
}
.field .priceTab thead td {
    width: 20.875%;
    vertical-align: top;
    background-color: #fce774;
}
.field .priceTab thead td .ttl {
    margin-bottom: 6px;
    display: block;
    font-size: 2rem;
    font-weight: 900;
}
.field .priceTab .col01 {
    background-color: #ffd044;
}
.field .priceTab .col02 {
    background-color: #feb743;
}
.field .priceTab .col03 {
    background-color: #ffa145;
}
.field .priceTab tbody th,
.field .priceTab tbody td {
    border-top-width: 6px;
    border-bottom-width: 6px;
}
.field .priceTab tbody td {
    padding: 0;
    font-size: 2.4rem;
    font-weight: 900;
}
.field .priceTab tbody td .inner {
    padding: 8px 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    border: 2px solid #b8b7b5;
    background-color: #FFF;
}
.field .priceList {
    margin-bottom: 35px;
}
.field .priceList li {
    padding-left: 1em;
    line-height: 1.55;
    text-indent: -1em;
}
.field .priceTab .colTxt {
    margin-bottom: 0;
    line-height: 1.6;
}
.field .priceTab .colTxt a {
    color: #A45940;
    text-decoration: underline;
}
.field .priceTab .colTxt a:hover {
    text-decoration: none;
    opacity: 1;
}
.field .txtBox .mark01 {
    padding: 8px 2px;
    width: 230px;
    background-color: #b1b1b1;
}
.field .bungalow .txtBox {
    margin-bottom: 40px;
}
.field .bungalow .h4Ttl {
    margin-bottom: 22px;
}
.field .bungalow .text {
    margin-bottom: 25px;
    font-size: 1.5rem;
}
.field .imgBoxL {
    margin-bottom: 52px;
}
.field .imgBoxL .phoList {
    width: 530px;
    float: left;
}
.field .imgBoxL .phoList li {
    width: 350px;
    float: left;
}
.field .imgBoxL .phoList li:last-of-type {
    width: 170px;
    float: right;
}
.field .imgBoxL .txtBox {
    margin: 0;
    padding: 7px 22px 20px;
    width: 496px;
    float: right;
    box-sizing: border-box;
    background-color: #f4f1e2;
}
.field .imgBoxL .txtBox p {
    line-height: 1.88;
}
.field .imgBoxL .txtBox p .bold {
    font-weight: 900;
}
.field .imgBoxL .txtBox p .col {
    color: #B24B30;
    font-weight: 700;
}
.field .imgBoxL .txtBox p .col01 {
    color: #A45940;
}
.field .textList {
    margin: -25px 0 55px;
}
.field .textList li {
    line-height: 1.88;
}
.field .priceTab01 {
    margin-bottom: 76px;
}
.field .priceTab01 th,
.field .priceTab01 td {
    border-color: #FFF;
}
.field .yellowBox01 {
    padding: 62px 0 70px;
}
.field .yellowBox01 .phoList li {
    width: 313px;
}
.field .yellowBox01 .phoList li:last-of-type {
    width: 205px;
}
.field .yellowBox .imgBoxL .txtBox {
    padding: 0; 
}
.field .yellowBox .imgBoxL .txtBox .inner {
    padding: 10px 20px;
    background-color: #FFF;
}
.field .yellowBox .imgBoxL .txtBox .text01 {
    margin: -8px 0 20px;
    line-height: 2.15;
}
.field .yellowBox .imgBoxL01 {
    margin-bottom: -10px;
}
.field .yellowBox01 .priceTab thead th {
    padding-top: 18px;
    vertical-align: top;
}
.field .yellowBox01 .priceTab thead td {
    width: 41.75%;
}
.field .yellowBox01 .priceTab01 {
    margin-bottom: 0;
}
.field .yellowBox01 .priceList {
    margin-bottom: 0;
}
.field .imgBox02 .photo {
    width: 530px;
    float: left;
}
.field .imgBox02 .txtBox {
    margin-top: -7px;
    width: 494px;
    float: right;
}
.field .imgBox02 .txtBox p {
    margin-bottom: 24px;
    line-height: 2.1;
}
.field .bdBox {
    margin-top: 61px;
    padding: 61px 0 0;
    border-top: 1px dashed #707070;
}
.field .bdBox .imgBox {
    margin-bottom: 20px;
}
.field .bdBox .priceList:last-child {
    margin-bottom: 0;
}
.field .bdBox .priceList li {
    line-height: 1.87;
}
.field .bdBox .priceTab02 th {
    width: 16.5%;
}
.field .bdBox .priceTab02 td {
    width: 83.5%;
}
.field .priceTab02 thead td .ttl {
    margin-bottom: 0;
    display: inline;
}
.field .yellowBox01 .priceTab02 thead th {
    width: 17%;
}
.field .yellowBox01 .priceTab02 thead td {
    width: 83%;
}
.field #main {
    margin-bottom: 0;
}
.field .bgBox {
    margin-top: 97px;
    padding: 69px 0 111px;
    background: url(img/field/bg01.jpg) no-repeat center center / cover;
}
.field .bgBox .content {
    padding: 50px 35px;
    border-radius: 20px;
    background: rgba(255,255,255,.9);
    box-sizing: border-box;
}
.field .bgBox dl {
    font-size: 1.6rem;
    line-height: 1.3125;
}
.field .bgBox dt {
    margin-bottom: 25px;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.35;
}
.field .bgBox dt span {
    color: #B24C30;
}
.field .bgBox dd:not(:last-child) {
    margin-bottom: 28px;
}
.field .bgBox dd p:not(:last-child) {
    margin-bottom: 28px;
}
 
@media all and (max-width: 767px) {
    .field .pageTitle {
        background-image: url("img/field/sp_page_title_bg.jpg");
    }    
    .field .map {
        margin: 0 auto 31px;
        width: auto;
    }
    .field .yellowBox {
        margin-bottom: 49px;
        padding: 39px 0 50px;
    }
    .field .h3Ttl {
        margin: 0 auto 17px;
    }  
    .field .txtBox {
        margin-bottom: 49px;
        position: static;
    }
    .field .colTxt {
        margin-bottom: 29px;
    }
    .field .txtBox .colTxt {
        margin-bottom: 40px;
    }
    .field .txtBox .mark {
        margin: 0 auto;
        padding: 8px 2px 11px;
        position: static;
        right: auto;
        bottom: auto;
    }
    .field .h4Ttl {
        margin-bottom: 12px;
        font-size: 1.8rem;
    }
    .field .text {
        margin-bottom: 14px;
        font-size: 1.5rem;
        line-height: 1.88;
    }
    .field .imgBox {
        margin-bottom: 36px;
    }
    .field .imgBox .photo {
        margin: 0 2px 28px;
        width: auto;
        float: none;
    }
    .field .imgBox .photo img {
        width: 100%;
    }
    .field .imgBox .tabBox {
        float: none;
        width: auto;
        border: 1px solid #b8b8b8;
    }
    .field .imgBox th,
    .field .imgBox td {
        padding: 0 17px;
        display: block;
        line-height: 2.4;
        border: none;
        text-align: left;
    }
    .field .imgBox th {
        width: 100%;
        font-size: 1.6rem;
        font-weight: 900;
        background-color: #f2f2f2;
    }
    .field .headLine04 {
        margin: 0 0 19px;
        font-size: 1.5rem;
    }
    .field .headLine04 .en {
        margin: 0 0 -4px;
        font-size: 2.8rem;
    }
    .field .headLine04 .mark {
        margin: 5px 25px 0 0;
    }
    .field .imgBoxR {
        margin-bottom: 40px;
    }
    .field .imgBoxR .phoBox {
        margin-bottom: 42px;
        width: auto;
        float: none;
    }
    .field .imgBoxR .phoBox ul {
        width: 29.2%;
    }
    .field .imgBoxR .phoBox li {
        margin-bottom: 3vw;
    }
    .field .imgBoxR .phoBox li:last-of-type {
        margin-bottom: 0;
    }
    .field .imgBoxR .phoBox .photo {
        width: 67.5%;
    }
    .field .imgBoxR .txtBox {
        margin: 0;
        width: auto;
        float: none;
    }
    .field .imgBoxR .txtBox p {
        margin-bottom: 18px;
        line-height: 1.85;
    }
    .field .imgBoxR .txtBox .inner {
        padding: 26px 19px 26px 20px;
    }
    .field .imgBoxR .txtBox h4 {
        left: 20px;
        top: -17px;
    }
    .field .imgBoxR .subInner {
        margin-top: 4px;
        float: none;
        width: auto;
    }
    .field .imgBoxR .inner .photo {
        margin: 2px 0 0 15px;
        width: 116px;
    }
    .field .imgBoxR .subInner .ttl {
        margin-bottom: 8px;
    }
    .field .imgBoxR .subInner p {
        margin-bottom: 0;
        line-height: 1.74;
    }
    .field .imgBoxR .imgBox {
        margin-bottom: 0;
    }
    .field .imgBoxR01 {
        margin-bottom: 38px;
    }
    .field h5 {
        margin-bottom: 12px;
    }
    .field .imgBoxR .pho {
        margin: 19px 0 2px;
        width: auto;
        float: none;
    }
    .field .imgBoxR .txtBox .txt01 {
        margin-bottom: 13px;
    }
    .field .whiteBox {
        margin-bottom: 35px;
        padding: 0 0 21px;
    }
    .field .whiteBox h4 {
        margin-bottom: 16px;
        padding: 15px 28px 7px;
        font-size: 1.8rem;
    }
    .field .whiteBox h4 img {
        margin: -5px 13px 0 0;
        vertical-align: middle;
    }
    .field .whiteBox .imgBox01 {
        margin: 0 17px;
    }
    .field .whiteBox .photo {
        margin-bottom: 12px;
        width: auto;
        float: none;
    }
    .field .whiteBox .txtBox {
        margin: 0;
        width: auto;
        float: none;
    }
    .field .whiteBox .txtBox .ttl {
        margin-bottom: 10px;
        line-height: 1.7;
    }
    .field .whiteBox .innBox .photo {
        padding: 2px 0 20px 25px;
        width: 116px;
    }
    .field .whiteBox .txtBox p {
        margin-bottom: 5px;
    }
    .field .priceTab {
        margin: -5px 0 0 0;
    }
    .field .priceTab > div.sp {
        margin-right: -3px;
    }
    .field .priceTab table {
        margin-bottom: 8px;
    }
    .field .priceTab th,
    .field .priceTab td {
        padding: 9px 5px;
        width: 33.3333%;
        font-size: 0.8rem;
        word-break: break-all;
        border-width: 10px;
        border-left-width: 5px;
        border-right-width: 5px;
    }
    .field .priceTab th {
        font-size: 0.8rem;
    }
    .field .priceTab thead th,
    .field .priceTab thead td {
        color: #FFF;
        font-size: 1rem;
        font-weight: 700;
        background-color: #537c2e;
    }
    .field .priceTab .ttl {
        margin-bottom: 0;
        display: block;
        font-size: 1.4rem;
        font-weight: 700;
    }
    .field .priceTab tbody th,
    .field .priceTab tbody td {
        border-top-width: 10px;
        border-bottom-width: 10px;
    }
    .field .priceTab tbody th {
        color: #333;
        font-weight: 400;
        vertical-align: top;
        background-color: #fce774;
    }
    .field .priceTab tbody td {
        font-size: 1.4rem;
    }
    .field .priceTab tbody td .inner {
        padding: 26px 0;
    }
    .field .priceList {
        margin-bottom: 29px;
    }
    .field .priceList li {
        padding-left: 0;
        font-size: 1.4rem;
        line-height: 1.85;
        text-indent: inherit;
    }
    .field .priceTab .colTxt {
        margin-bottom: 0;
        text-align: justify;
        text-justify: inter-ideograph;
        line-height: 1.78;
    }
    .field .priceTab .colTxt a:hover {
        text-decoration: underline;
    }
    .field .txtBox .mark01 {
        padding: 8px 2px;
        width: 230px;
        background-color: #b1b1b1;
    }
    .field .bungalow .h3Ttl {
        margin-bottom: 20px;
    }
    .field .bungalow .txtBox {
        margin-bottom: 43px;
    }
    .field .bungalow .txtBox .colTxt {
        margin: 0 -5px 28px;
    }
    .field .bungalow .h4Ttl {
        margin-bottom: 18px;
        font-size: 2.4rem;
    }
    .field .bungalow .text {
        margin-bottom: 10px;
        font-size: 1.5rem;
        line-height: 2.13;
    }
    .field .imgBoxL {
        margin-bottom: 30px;
    }
    .field .imgBoxL .phoList {
        margin-bottom: 20px;
        width: auto;
        float: none;
    }
    .field .imgBoxL .phoList li {
        width: 66%;
    }
    .field .imgBoxL .phoList li:last-of-type {
        width: 32%;
    }
    .field .imgBoxL .txtBox {
        margin: 0;
        padding: 7px 22px 14px;
        width: auto;
        float: none;
    }
    .field .textList {
        margin: 37px 0 37px;
    }
    .field .priceTab01 {
        margin-bottom: 50px;
    }
    .field .priceTab01 th,
    .field .priceTab01 td {
        width: 34%;
    }
    .field .priceTab01 td {
        width: 22%;
    }
    .field .yellowBox01 {
        padding: 42px 0 60px;
    }
    .field .yellowBox01 .txtBox {
        margin-bottom: 38px;
    }
    .field .yellowBox01 .txtBox .colTxt {
        margin-bottom: 25px;
    }
    .field .yellowBox01 .phoList li {
        width: 59.1%;
    }
    .field .yellowBox01 .phoList li:last-of-type {
        width: 38.6%;
    }
    .field .yellowBox .imgBoxL .txtBox {
        margin: 0;
        padding: 0; 
    }
    .field .yellowBox .imgBoxL .txtBox .text01 {
        margin: -5px 0 12px;
    }
    .field .yellowBox .imgBoxL .txtBox .inner {
        padding-bottom: 20px;
    }
    .field .yellowBox .imgBoxL01 {
        margin-bottom: 30px;
    }
    .field .yellowBox01 .priceTab thead td {
        width: 65%;
    }
    .field .yellowBox01 .priceTab01 {
        margin-bottom: 0;
    }
    .field .yellowBox01 .priceList {
        margin-bottom: 0;
    }
    .field .yellowBox01 .priceTab thead th {
        padding-top: 9px;
        vertical-align: middle;
    }
    .reservation .yellowBox01 .headLine03 img {
        margin-top: -6px;
        width: 30px;
    }
    .field .pension .txtBox {
        margin-bottom: 20px;
    }
    .field .pension .txtBox .colTxt {
        margin-bottom: 0;
    }
    .field .imgBox02 .photo {
        margin-bottom: 15px;
        width: auto;
        float: none;
    }
    .field .imgBox02 .txtBox {
        margin: 0;
        width: auto;
        float: none;
    }
    .field .bdBox {
        margin-top: 30px;
        padding-top: 30px;
    }
    .field .bgBox {
        margin-top: 40px;
        padding: 40px 0 80px;
    }
    .field .bgBox .content {
        padding: 25px 10px;
    }
    .field .bgBox dl {
        font-size: 1.5rem;
    }
    .field .bgBox dt {
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
    .field .bgBox dd p:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 374px) {
    .field .headLine04 {
        font-size: 1.3rem;
    }
    .field .headLine04 .mark {
        margin-right: 10px;
    }
    .field .headLine04 .en {
        font-size: 2.5rem;
    }
    .field .imgBoxR .subInner .ttl {
        font-size: 1.6rem;
    }
    .field .priceTab tbody th {
        font-size: 0.6rem;
    }
    .field .priceTab01 tbody td .inner {
        font-size: 1.3rem;
    }
    .field .yellowBox01 .priceTab .ttl {
        font-size: 1.2rem;
    }
    .reservation .yellowBox01 .tel .txt {
        font-size: 1.3rem;
    }
}

.weather {
    color: #FFF;
    text-align: center;
    position: absolute;
    right: 50px;
    bottom: 20px;
}
.weather .image {
    margin-bottom: 15px;
}
.weather .image i {
    font-size: 8rem !important;
}
.weather p {
    font-weight: 400 !important;
}
.weather .title {
    margin-bottom: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}
.weather .ttl {
    display: block;
    font-size: 1.8rem;
}
.weather .temperature {
    margin-bottom: 5px;
    font-size: 2rem;
}
.weather .temperature i {
    margin-right: 5px;
    display: inline-block;
    font-size: 2.5rem;
    vertical-align: middle;
}
.weather .temperature sup {
    margin-left: 5px;
    display: inline-block;
    font-size: 1rem;
}
.weather .temperature span {
    margin: -8px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}
@media all and (max-width: 896px) {
    .weather {
        right: 15px;
        bottom: 10px;
    }
    .weather .image {
        margin-bottom: 10px;
    }
    .weather .image i {
        font-size: 4rem !important;
    }
    .weather .title {
        font-size: 1rem;
    }
    .weather .ttl {
        font-size: 1.5rem;
    }
    .weather .temperature {
        font-size: 1.6rem;
    }
    .weather .temperature i {
        font-size: 2rem;
    }
}

/*------------------------------------------------------------
	startours
------------------------------------------------------------*/
.startours .pageTitle {
    margin-bottom: 73px;
    background-image: url("img/startours/page_title_bg.jpg");
}
.startours .imgBox {
    margin-bottom: 78px;
}
.startours .imgBox .phoList {
    width: 507px;
    float: right;
}
.startours .imgBox .phoList li {
    width: 242px;
    float: left;
}
.startours .imgBox .phoList li:last-of-type {
    float: right;
}
.startours .imgBox .phoList li:first-of-type {
    margin-bottom: 18px;
    width: 507px;
}
.startours .imgBox .txtBox {
    width: 530px;
    float: left;
}
.startours .imgBox .txtBox p {
    margin-bottom: 28px;
    line-height: 1.9;
}
.startours .imgBox .txtBox .txt {
    margin: -11px 0 22px;
    font-size: 1.8rem;
    font-weight: 900;
}
.startours .imgBox .txtBox .comLink {
    margin-bottom: 33px;
}
.startours .imgBox .txtBox dl {
    margin: -27px -100px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.startours .imgBox .txtBox dt {
    margin-top: 27px;
    width: 143px;
}
.startours .imgBox .txtBox dt span {
    padding: 7px;
    display: block;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    background: #372C28;
}
.startours .imgBox .txtBox dd {
    margin-top: 27px;
    width: calc(100% - 170px);
}
.startours .imgBox .txtBox dd a {
    display: block;
    font-size: 1.6rem;
    text-decoration: underline;
    opacity: 1;
}
.startours .imgBox .txtBox dd a:hover {
    text-decoration: none;
}
.startours table {
    width: 100%;
    border-collapse: collapse;
}
.startours th,
.startours td {
    padding: 6px 10px;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.startours th {
    width: 32%;
    font-weight: 900;
    text-align: center;
}
.startours td {
    padding-left: 35px;
}
.startours .imgBox01 {
    margin-bottom: 35px;
}
.startours .imgBox01 .phoList li {
    width: 160px !important;
}
.startours .imgBox01 .phoList li:last-of-type {
    width: 320px !important;
}
.startours .starList {
    margin-top: -35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.startours .starList li {
    margin-top: 35px;
    padding: 20px 45px 36px 30px;
    width: 520px;
    line-height: 1.87;
    border-radius: 5px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.1),-1px 0 6px rgba(0,0,0,.1);
    box-sizing: border-box;
}
.startours .starList li a {
    text-decoration: underline;
    opacity: 1;
}
.startours .starList li a:hover {
    text-decoration: none;
}
.startours .starList li .ttl {
    margin-bottom: 10px;
    padding-left: 43px;
    font-size: 2.4rem;
    font-weight: 700;
    background: url(img/common/icon31.png) no-repeat left top / 28px 34px;
}
.startours .starList li.list01 {
    width: 100%;
}
.startours .starList li .imgInn {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.startours .starList li .imgInn .phoInn {
    width: 362px;
}
@media all and (max-width: 767px) {
    .startours .pageTitle {
        margin-bottom: 40px;
    }
    .startours .imgBox {
        margin-bottom: 54px;
    }
    .startours .imgBox .phoList {
        margin: 25px 1px 0;
        width: auto;
        float: none;
    }
    .startours .imgBox .phoList01 {
        margin-bottom: 0;
    }
    .startours .imgBox .phoList li {
        width: 47.8%;
    }
    .startours .imgBox .phoList li:first-of-type {
        margin-bottom: 11px;
        width: 100%;
    }
    .startours .imgBox .txtBox {
        width: auto;
        float: none;
    }
    .startours .imgBox .txtBox p {
        margin-bottom: 28px;
        line-height: 1.87;
    }
    .startours .imgBox .txtBox .txt {
        margin: -14px 0 30px;
    }
    .startours .imgBox .txtBox .comLink {
        margin-bottom: 35px;
    }   
    .startours .imgBox .txtBox dl {
        margin: 0;
        display: block;
    }
    .startours .imgBox .txtBox dt {
        margin-top: 15px;
        width: 100px;
    }
    .startours .imgBox .txtBox dt span {
        padding: 5px;
        font-size: 1.5rem;
        border-radius: 5px;
    }
    .startours .imgBox .txtBox dd {
        margin-top: 10px;
        width: auto;
    }
    .startours .imgBox .txtBox dd a {
        font-size: 1.6rem;
    }
    .startours .imgBox .txtBox dd a:hover {
        text-decoration: underline;
    }
    .startours th,
    .startours td {
        padding: 0;
        font-size: 1.4rem;
        line-height: 2.28;
        vertical-align: top;
    }
    .startours th {
        width: 29%;
    }
    .startours td {
        padding-left: 10px;
    }
    .startours .imgBox01 {
        margin-bottom: 25px;
    }
    .startours .imgBox01 .phoList li {
        width: 30% !important;
    }
    .startours .imgBox01 .phoList li:last-of-type {
        width: 60% !important;
    }
    .startours .starList {
        margin-top: 0;
        display: block;
    }
    .startours .starList li {
        margin-top: 25px;
        padding: 10px;
        width: auto;
    }
    .startours .starList li a {
        word-wrap: break-word;
    }
    .startours .starList li a:hover {
        text-decoration: underline;
    }
    .startours .starList li .ttl {
        margin-bottom: 10px;
        padding-left: 30px;
        font-size: 2rem;
    }
    .startours .starList li.list01 {
        width: 100%;
    }
    .startours .starList li .imgInn {
        display: block;
    }
    .startours .starList li .imgInn .phoInn {
        margin-bottom: 15px;
        width: auto;
        text-align: center;
    }
}

/*------------------------------------------------------------
	event
------------------------------------------------------------*/
.event .pageTitle {
    margin-bottom: 73px;
    background-image: url("img/event/page_title_bg.jpg");
}
.event .title {
    margin-bottom: 18px;
}
.event .title span {
    min-width: 293px;
    display: inline-block;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 43px;
    text-align: center;
    vertical-align: top;
    background: url(img/event/title_bg01.png) no-repeat center center / 100% 100%;
}
.event .topText {
    margin-bottom: 16px;
    color: #A45940;
    font-size: 1.8rem;
    line-height: 1.78;
}
.event .link {
    margin-bottom: 54px;
    display: flex;
    align-items: center;
}
.event .link a {
    margin-left: 23px;
    font-size: 1.8rem;
    opacity: 1;
    text-decoration: underline;
}
.event .link a:hover {
    text-decoration: none;
}
.event .eventBox {
    padding: 40px 47px 51px;
    background: #F4F1E2;
}
.event .eventBox .headLine04 {
    margin-bottom: 30px;
}
.event .eventBox .headLine04 .mark {
    margin-right: 22px;
}
.event .eventUl li {
    display: flex;
    justify-content: space-between;
}
.event .eventUl li:not(:last-child) {
    margin-bottom: 50px;
}
.event .eventUl li .phoBox {
    padding-bottom: 25.57%;
    width: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.event .eventUl li .txtBox {
    margin-top: 14px;
    width: 600px;
}
.event .eventUl li .txtBox p {
    margin-bottom: 30px;
    line-height: 1.73;
}
.event .eventUl li .txtBox .ttl {
    margin-bottom: 23px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.35;
}
@media all and (max-width: 767px) {
    .event .pageTitle {
        margin-bottom: 40px;
    }
    .event .title {
        margin-bottom: 18px;
    }
    .event .title span {
        min-width: 240px;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        line-height: 38px;
    }
    .event .topText {
        margin-bottom: 16px;
        font-size: 1.6rem;
    }
    .event .link {
        margin-bottom: 30px;
    }
    .event .link img {
        width: 40px;
    }
    .event .link a {
        margin-left: 10px;
        font-size: 1.4rem;
    }
    .event .link a:hover {
        text-decoration: underline;
    }
    .event .eventBox {
        padding: 30px 15px;
    }
    .event .eventBox .headLine04 {
        margin-bottom: 30px;
    }
    .event .eventUl li {
        display: block;
    }
    .event .eventUl li:not(:last-child) {
        margin-bottom: 40px;
    }
    .event .eventUl li .phoBox {
        padding-bottom: 71.43%;
        width: auto;
    }
    .event .eventUl li .txtBox {
        margin-top: 14px;
        width: auto;
    }
    .event .eventUl li .txtBox p {
        margin-bottom: 20px;
        line-height: 1.73;
    }
    .event .eventUl li .txtBox .ttl {
        margin-bottom: 14px;
        font-size: 1.8rem;
    }
}

/* 20220217 追加 */
.comingSoon {
    display: inline-block;
    margin-left: 15px;
    padding-bottom: 0.3em;
    font-size: 0.75em;
    color: #d33c15;
    vertical-align: middle;
}

@media all and (max-width: 767px) {
    .comingSoon {
        display: block;
        margin-left: 0;
    }
}

/* 20220420 追加 */
.infobox {
    width: 640px;
    margin: 0 auto 40px;
    background-color: #f4f1e2;
    padding: 20px;
    border: solid 3px #A45940;
    border-radius: 5px;
}

.infobox p {
    text-align: center;
}

.infobox .first-line {
    color: #a45940;
    font-size: 1.2em;
    font-weight: bold;
}

.infobox .second-line {
    margin: 7px 0;
}

.infobox p a {
    text-decoration: underline;
}

@media all and (max-width: 767px) {
    .infobox {
        width: 80%;
    }

    .infobox p {
        text-align: left;
    }

    .infobox p br {
        display: none;
    }
}