@charset "UTF-8";

/*==================================================
====================================================
各ページレイアウト
====================================================
==================================================*/

/* トップページ
----------------------------------------------- */
#content .mainVisual{
	margin: 0 auto;
    line-height: 0;
    min-height: 25em;
    background: url(../img/main-bg2.jpg);
    background-size: cover;
    background-position: center;
	/*animation: slide 700s linear infinite;*/
}

/*@keyframes slide {
	0% {
		background-position: 0 bottom;
	}
    50% {
        background-position: 200% bottom;
    }
    100% {
		background-position: 0 bottom;
	}
}*/

@media screen and (max-width:  52.5em){
	#content .mainVisual{
		min-height: 15em;
	}
}

#content .mainVisual img{
	width: 100%;
	height: auto;
}
#content .toppage .h1-ttl{
	margin-top: -8px;
	/*font-family: 'Literata', serif;*/
    font-weight: 700;
    width: 100%;
    color: #0f2453;
}
#content .toppage .sentence{
	margin: 0 0 40px;
}
#content .pharmacy-btn{
	background-color: #f3f3f3;
	line-height: 1;
	margin-bottom: 40px;
}
#content .pharmacy-btn .pharmacy-btn-group{
	position: relative;
	width: 100%;
	display: block;
}
#content .pharmacy-btn .pharmacy-btn-head, #content .pharmacy-btn .pharmacy-btn-body{
	float: left;
}
#content .pharmacy-btn .pharmacy-btn-head{
	position: relative;
	display: block;
	z-index: 1;
}
#content .pharmacy-btn .pharmacy-btn-body{
	padding: 16px;
	/*min-width: 616px;*/
	width: 76%;
	position: absolute;
	right: 0;
	display: block;
	z-index: 2;
}
#content .pharmacy-btn .pharmacy-btn-body .pharmacy-btn-item{
	float: left;
	width: 50%;
}
#content .pharmacy-btn .pharmacy-btn-body .pharmacy-btn-item .pharmacy-btn-item-a{
	font-weight: bold;
	background-color: #FFF;
	background-image: url(../img/pharmacy-btn-arrow.png);
	background-repeat: no-repeat;
	-ms-background-position-x: 97%;
	    background-position-x: 97%;
	-ms-background-position-y: center;
	    background-position-y: center;
	background-position: right 10px center;
	border: 1px solid #dadada;
	text-decoration: none;
	color: #2a9b0c;
	line-height: 1.8;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 8px 26px;
	margin: 0 2%;
	width: 96%;
}
#content .pharmacy-btn .pharmacy-btn-body .pharmacy-btn-item .pharmacy-btn-item-a:hover{
	text-decoration: underline;
}
@media screen and (max-width:  52.5em){
	#content .pharmacy-btn .pharmacy-btn-head{
		width: 100%;
		background-color: #74c223;
		text-align: center;
		float: none;
	}
	#content .pharmacy-btn .pharmacy-btn-body {
		margin: 0 auto;
		float: none;
		position: relative;
		width: 100%;
	}
	#content .pharmacy-btn .pharmacy-btn-body .pharmacy-btn-item{
		width: 100%;
		margin: 0 auto 10px;
	}
	#content .pharmacy-btn .pharmacy-btn-body .pharmacy-btn-item .pharmacy-btn-item-a{
		padding: 15px 30px;
	}
}

.logo-temp {
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    display: block;
    word-break: initial;
}

/* アバウトページ
----------------------------------------------- */
.aboutpage .aboutpage-profile td{
	border-bottom: 1px solid #a8abb7;
	padding: 10px 22px;
	vertical-align: top;
	font-size: 14px;
}
.aboutpage .aboutpage-profile tr:last-child td{
	border-bottom: 0px;
}
.aboutpage .aboutpage-profile td{
	color: #999;
	width: 22%;
}
.aboutpage .aboutpage-profile td + td{
	width: 78%;
	color: #333;
}
.aboutpage .aboutpage-profile .btn{
	width: auto;
	padding: 10px 15px;
	margin: 6px 0;
}
.aboutpage .aboutpage-history{
	font-size: 14px;
}
.aboutpage .aboutpage-history li{
	position:relative;
	padding-left:20px;
	margin-bottom: 12px;
}
.aboutpage .aboutpage-history li:after{
	content:'';
	display:block;
	position:absolute;
	background:#0753A5;
	width:5px;
	height:5px;
	top:9px;
	left:5px;
	border-radius: 5px;
}
.aboutpage .aboutpage-history .date-time{
	color: #0753A5;
	font-weight: normal;
}

@media screen and (max-width:  52.5em){
	.aboutpage .aboutpage-profile td{
		width: 100%!important;
		display: block;
		margin: 0!important;
		border: none;
		padding: 10px 10px 5px 0;
	}
	.aboutpage .aboutpage-profile td + td{
		border-bottom: 1px solid #a8abb7;
		padding: 5px 10px 10px 20px;
	}
}

/* ファーマシーページ
----------------------------------------------- */
.pharmacypage .en-jp{
	position: relative;
	top: -15px;
	margin-bottom: 10px;
	text-align: right;
	font-weight: 600;
	font-size: 15px;
}
.pharmacypage p{
	margin-bottom: 5px;
}
.pharmacypage .pharmacypage-cat-item{
	font-size: 14px;
	float: left;
	width: 21.5%;
	margin-bottom: 5px;
	text-indent: -19px;
	margin-left: 19px;
	line-height: 1.5;
}
.pharmacypage .photo-wrap{
	margin: 0 auto;
	padding: 0 15px;
}
.pharmacypage .photo-wrap img{
	width: 100%;
	height: auto;
}
.pharmacypage .photo-wrap .photo-main{
	width: 58.27%;
	height: auto;
	margin: 0 10px 10px 0;
	overflow: hidden;
	zoom: 1;
	float: left;
}
.pharmacypage .photo-wrap .photo-lists{
	width: 39.2999%;
	float: right;
}
.pharmacypage .photo-wrap .photo-lists .photo-item{
	width: 44.82%;
	max-width: 130px;
	overflow: hidden;
	height: auto;
	max-height: 86px;
	float: left;
	margin: 0 0 10px 5%;
	cursor: pointer;
}

@media screen and (max-width: 37.5em){
	.pharmacypage .pharmacypage-cat-item{
		width: 100%;
	}
	.pharmacypage .photo-wrap{
		padding: 0;
	}
	.pharmacypage .photo-wrap .photo-main{
		width: 100%;
	}
	.pharmacypage .photo-wrap .photo-lists{
		width: 100%;
		float: left;
	}
	.pharmacypage .photo-wrap .photo-lists .photo-item{
		width: 22%;
		margin: 0 10px 10px 0;
	}
}

/* 輸出入ページ
----------------------------------------------- */
.importexportpage-imgarea{
	margin: 20px auto;
}
.importexportpage-imgarea .importexportpage-imgarea-wrap{
	width: 52%;
	margin: 0 6% 0 2%;
	float: left;
	text-align: center;
}
.importexportpage-imgarea .importexportpage-imgarea-wrap img{
	width: 100%;
	max-width: 419px;
	height: auto;
}
.importexportpage-imgarea dl{
	width: 40%;
	float: left;
	font-size: 14px;
}
.importexportpage-imgarea dl dt {
	background-color: #0753A5;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0 10px;
	display: inline-block;
	zoom: 1;
	min-width: 70%;
}
.importexportpage-imgarea dl dd {
	border: 1px solid #0753A5;
	width: 100%;
	padding: 10px 15px;
	margin: 0 0 10px;
}
@media screen and (max-width:  52.5em){
	.importexportpage-imgarea .importexportpage-imgarea-wrap,.importexportpage-imgarea dl{
		width: 100%;
		margin: 5px 0;
		float: none;
	}
	.importexportpage-imgarea dl dt{
		width: 100%;
	}
}

/* リンクページ
----------------------------------------------- */
.linkpage .link-lists{
	position: relative;
}
.linkpage .link-lists .h5-ttl{
	position: relative;
}
.linkpage .link-lists .h5-ttl .link-item-logo{
	position: absolute;
	right: 0;
	width: auto;
	max-width: 180px;
	height: 50px;
}
.linkpage .link-lists .h5-ttl img{
	width: auto;
	height: 100%;
	vertical-align: middle;
}
.linkpage .link-lists .link-lists-item{
	margin-top: -5px;
	margin-bottom: 30px;
}
.linkpage .link-lists .link-lists-item a{
	text-decoration: none;
	color: #222;
	font-size: 14px;
}
.linkpage .link-lists .link-lists-item a:hover{
	text-decoration: underline;
}
@media screen and (max-width:  52.5em){
	.linkpage .link-lists .h5-ttl .link-item-logo{
		position: relative;
		top: -10px;
		left: 0;
	}
	.linkpage .link-lists .link-lists-item{
		margin-bottom:50px;
	}
}

/* お問合せページ
----------------------------------------------- */
.contactpage .contactpage-main{
	width: 62.59375%;
	float: left;
	padding: 0 18px;
}
.contactpage .contactpage-side{
	width: 37.109375%;
	background-color: #f3f3f3;
	margin-top: 0;
	padding: 20px 30px;
	float: right;
}
.contactpage .contactpage-side p{
	margin-bottom: 20px;
}
.contactpage .contactpage-side .btn{
	width: auto;
	float: right;
	padding: 10px 15px;
	margin-bottom: 20px;
	font-weight: 300;
}
.contactpage .form-disc{
	margin-bottom: 30px;
}
.contactpage .contactform-dl{
	font-size: 16px;
	margin-bottom: 30px;
}
.contactpage .contactform-dl .contactform-dt{
	width: 30%;
	float: left;
	clear: both;
	margin-bottom: 12px;
    padding-right: 15px;
    height: 40px;
    display: flex;
    align-items: center;
	margin-top: auto;
}

.contactform-dt label {
    font-size: 13px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 500;
    color: #0f2453;
    transform: rotate(.05deg);
}

.contactpage .contactform-dl .contactform-dt.longword{
	line-height: 1.4;
}
.contactpage .contactform-dl .contactform-dd{
	width: 100%;
	float: left;
	margin-bottom: 12px;
}
@media screen and (min-width: 52.5em){
	.contactpage .contactform-dl .contactform-dd{
		width: 70%;
	}
}

.contactform-dt:last-of-type {
    /*margin-top: 55px !important;*/
}

div[data-id*="room-type-"] .contactform-dt {
	margin-top: auto !important;
}

div[data-id*="room-type-"] .contactform-dd p {
	height: 0;
    display: inline-block;
}

.custom-wpcf7c-confirmed select {
    color: #000 !important;
    opacity: 1;
}

.contactpage .contactform-dl .small-note {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.5;
    display: inline-block;
}

.label-sources {
    margin-bottom: 0px !important;
}

.contactpage .dividing-line {
	border-top: 1px solid #cecece;
    padding-top: 30px;
}

.contactpage .contactform-dl .btn{
	margin-bottom: 15px;
	width: 170px;
}
.contactpage .contactform-dl input[type="text"],
.contactpage .contactform-dl input[type="email"],
.contactpage .contactform-dl input[type="tel"],
.dropdown,
.wpcf7-select,
.wpcf7-date {
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 1px -1px rgba(0,0,0,0.25);
	        box-shadow: inset 1px 1px 1px -1px rgba(0,0,0,0.25);
	border: 1px solid #cecece;
	padding: 6px 12px;
	line-height: 1.5;
	width: 100%;
	height: 40px;
	font-size: 13px;
}

.asq-hotel-name-input {
    border: none !important;
	outline: none;
    background-color: #f3f3f3 !important;
}

.asq-hotel-name-input:focus {
	border: none;
	outline: none;
}

/*.asq-flight-name,
.asq-flight-number {
	width: calc((100% - 1em)/2) !important;
	float: left;
	margin-right: 1em;
}

.asq-flight-number {
	margin-right: 0;
}*/

.contactpage .contactform-dl textarea {
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 1px -1px rgba(0,0,0,0.25);
	        box-shadow: inset 1px 1px 1px -1px rgba(0,0,0,0.25);
	border: 1px solid #cecece;
	padding: 6px 12px;
	line-height: 1.5;
	width: 100%;
	height: 100px;
/* 	font-size: 13px; */
}
.contactpage .contactform-dl textarea::placeholer {
	color: #ddd;
}

.contactpage .contactform-dl input[type="text"]:focus,
.contactpage .contactform-dl input[type="email"]:focus,
.contactpage .contactform-dl input[type="tel"]:focus,
.contactpage .contactform-dl textarea:focus,
.dropdown:focus{
	background-color: #fff;
	border: 1px solid #a58d5d;
	/*-webkit-box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.25);
	        box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.25);*/
	outline: 0;
}
.contactpage .contactform-dl input[type="text"].wpcf7c-conf,
.contactpage .contactform-dl input[type="email"].wpcf7c-conf,
.contactpage .contactform-dl input[type="tel"].wpcf7c-conf,
.contactpage .contactform-dl textarea.wpcf7c-conf,
.dropdown.wpcf7c-conf {
	background-color: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #ccc;
	box-shadow: 0 0 0 #fff;
	resize: none;
	outline: none;
}
.contactpage .contactform-dl .checkbox-wrap{
	position: relative;
	height: 38px;
	padding: 10px 0;
}
.contactpage input[type="checkbox"]{
/*	position: absolute;
	z-index: 3;
	width: 28px;
	height: 28px;
	opacity: 0;*/
	cursor: pointer;
}
.contactpage input[type="checkbox"] + .checkbox-shadow{
	content: " ";
	width: 28px;
	height: 28px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	-webkit-box-shadow: inset 1px 1px 1px -1px rgba(0,0,0,0.25);
	        box-shadow: inset 1px 1px 1px -1px rgba(0,0,0,0.25);
	border: 1px solid #cecece;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 1;
}
.contactpage input[type="checkbox"]:checked + .checkbox-shadow:after{
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #1067dd;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 2;
}

.contactpage div.wpcf7-response-output{
	padding: 15px;
	margin: 0 0 20px;
	border: 2px solid transparent;
	border-radius: 4px;
}
.contactpage div.wpcf7-mail-sent-ok{
	color: #0e5a0f;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.contactpage div.wpcf7-mail-sent-ok:before{
	content: "\f058";
	font-family: FontAwesome;
	margin-right: 5px;
}
.contactpage div.wpcf7-validation-errors,
.contactpage div.wpcf7-spam-blocked{
	color: #6e4213;
	background-color: #fcf8e3;
	border-color: #ffe6b3;
}
.contactpage div.wpcf7-mail-sent-ng{
	color: #da1c18;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.contactpage div.wpcf7-validation-errors:before,
.contactpage div.wpcf7-spam-blocked:before,
.contactpage div.wpcf7-mail-sent-ng:before{
	content: "\f06a";
	font-family: FontAwesome;
	margin-right: 5px;
}

.contactpage span.wpcf7-not-valid-tip{
	padding-left: 5px;
}
.contactpage span.wpcf7-not-valid-tip:before{
	content: "\f06a";
	font-family: FontAwesome;
	margin-right: 5px;
}

input.confirm-contact {
	margin-top: 12px;
}

@media screen and (max-width: 52.5em){
	.contactpage .contactpage-main{
		width: 100%;
		padding: 0;
	}
	.contactpage .contactpage-side{
		width: 100%;
		/*margin: 0 -20px -20px;*/
		padding: 20px 20px 40px;
	}
}
@media screen and (max-width: 52.5em){
	.contactpage .contactform-dl{
		margin: 0 10px 30px;
	}
	.contactpage .contactform-dl .contactform-dt,
	.contactpage .contactform-dl .contactform-dd{
		width: 100%;
	}
	.contactpage .contactform-dl .contactform-dt{
		margin-bottom: 5px;
		padding: 0;
	}
	.contactpage .contactform-dl input[type="text"],
	.contactpage .contactform-dl input[type="email"],
	.contactpage .contactform-dl textarea,
	.contactpage .contactform-dl input[type="tel"],
	.dropdown{
		width: 100%;
	}
	
	input.confirm-contact {
		margin-top: 0;
	}
}

.contactpage-side img {
	width: 90%;
}

@media screen and (max-width: 52.5em){
	.contactpage-side img {
	width: 70%;
}
}

@media screen and (max-width: 37.5em){
	.contactpage-side img {
	width: 100%;
}
}

/*-- HRカテゴリ追加 --*/
/*-- format --*/
.is-red {
    color: #DB4A4A;
}
.text-block {
    margin: 0 18px 40px;
}
.lang-control {
    position: relative;
    top: -15px;
    margin-bottom: 10px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
}
#hr-entry {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
#hr-entry .h2-ttl {
    line-height: 1.7;
}
#hr-entry p>img.ajax-loader {
    display: none;
}
.h2-ttl .sub-ttl {
    font-size: 1rem;
}
.form-progress>ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 3rem ;
}
.progress-step {
    color: #fff;
    background-color: #B1EDE7;
    padding: 1.5rem .5rem;
    width: 30%;
    margin-right: 5%;
    text-align: center;
}
.progress-step:last-child {
    margin-right: 0;
}
.progress-step.is-active {
    background-color: #89DDFF;
}
#content .form-input {
    padding: 3rem 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 1px;
    width: 100%;
}
.form-input>label {
    width: 30%;　
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
}
.form-input.is-th>label {
    font-size: 1.1rem;
}
.form-input .guide-note {
    color: #2B9EB3;
    font-size: .86rem
}
#hr-entry .btn {
    display: block;
    margin: 3rem auto 1.5rem ;
    width: 40%;
}
.wpcf7c-conf {
    display: none;
}
.contactpage .wpcf7-form.custom-wpcf7c-confirmed .wpcf7c-conf {
    background-color: transparent !important;
    border: 0 !important;
    color: #666;
    display: inherit;
}
.data-confirm {
    color: #999;
}
.text-box {
        margin-bottom: 2rem;
}
.big-message {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing:  -.05rem;
}
.dl-table {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    border:   1px solid #999;
    border-bottom: none;
}
.dl-table>.box {
    padding: .5rem .6rem .55rem;
}
.dl-table>.box.is-left {
    width: 30%;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.dl-table>.box.is-lightblue {
    background-color: #C4DFED;
}
.dl-table>.box.is-right {
    width: 70%;
    border-bottom: 1px solid #999;
    font-size: 0.9rem;
}
.button {
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    white-space: normal;
}

.link-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 10rem;
}

.listed-anchor {
    font: 200 1.2rem/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid #ccc;
    margin-bottom: .5rem;
}

.listed-anchor:last-child {
    border: none;
}

.listed-anchor a {
    text-decoration: none;
    color: #000;
    display: block;
    width: auto;
    -webkit-transition: font-size 0.2s ease, background-color 0.2s ease, padding 0.2s ease;
    -moz-transition: font-size 0.2s ease, background-color 0.2s ease, padding 0.2s ease;
    -o-transition: font-size 0.2s ease, background-color 0.2s ease, padding 0.2s ease;
    -ms-transition: font-size 0.2s ease, background-color 0.2s ease, padding 0.2s ease;
    transition: font-size 0.2s ease, background-color 0.2s ease, padding 0.2s ease;
    padding-left: .3rem;
}

.listed-anchor a:hover {
    font-size: 1.3rem;
    background: #A9E6FF;
    padding: .3rem 0 .35rem .3rem;
}

.service-list {
    margin-bottom: 2em;
}

.service-option {
    margin-bottom: 1em;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
}


@media screen and (max-width: 520px){
	.service-option {
		flex-direction: column;
	}
}

.service-img {
	width: 35%;
    height: auto;
    display: block;
    float: left;
    margin:  0;
}

@media screen and (max-width: 520px){
	.service-img {
	width: 100%;
	}
}

#content .desc {
	padding: 1em 2em;
}

@media screen and (max-width: 520px){
	#content .desc {
		padding: 1em 0;
	}
}

#content .service-desc {
	display: block;
    float: left;
    width: 100%;
    margin-bottom: 0.5em;
}

.golf-area-links {
    font-size: 13px;
    text-align: center;
    margin-bottom: 2em;
}

.table-title {
	font-size: 12px;
    font-weight: bold;
}

.golf-table {
    width: 100%;
    font-size: 12px;
}

.golf-table th {
    background: #dce4f5;
    text-align: center;
    /* color: #fff; */
    padding: .1em;
    border: 2px solid #fff;
}

.golf-table td {
    background: #f3f3f3;
    text-align: center;
    font-weight: bold;
    padding: .1em;
    border: 2px solid #fff;
}

.golf-table th:nth-child(2) {
    background: #bdcef3;
}

.service-desc b {
    font-size: 1.2em;
    line-height: 120%;
}

.notfound {
	max-width: 300px;
    margin: 0 auto;
    display: block;
    padding: 2em 0;
}

.notfound-text {
	text-align: center;
}

.grecaptcha-badge {
	display: none !important;
}

.recaptcha-cell {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

#content .textwidget p {
	margin-bottom: 0;
}

.golf-area-list-title {
	display: block;
    border: 1px solid #ccc;
    padding: 0.5em;
    font-weight: bold;
    color: #0f2453;
    border-bottom: 2px solid #a58d5d;
}

.golf-area-list,
.lcp_catlist {
	font-size: 12px;
  line-height: 1.35;
}

.golf-area-list .course-normal a:link,
.golf-area-list .course-normal a:visited
 {
	display: block;
  width: 100%;
  background: #475b88;
  color: #fff;
  text-decoration: none;
  padding: 0.8em 1em;
  margin: 0.3em 0;
  letter-spacing: -.035em;
  border-left: 5px solid #475b88;
}

.golf-area-list .course-featured a:link,
.golf-area-list .course-featured a:visited {
    display: block;
    width: 100%;
    background: #475b88;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 1em;
    margin: 0.3em 0;
    letter-spacing: -.035em;
    border-left: 5px solid #475b88;
}

.golf-area-list .course-featured .fa {
  color: #ffda52;
  margin-left: .25em;
  font-size: .8em;
  position: relative;
  top: -.1em;
}

.golf-area-list .course-normal a:hover,
.lcp_catlist .course-normal a:hover,
.golf-area-list .course-featured a:hover {
	background: #a58d5d;
  border-left: 7px solid #a58d5d;
}

.golf-area-list .course-featured a:hover .fa {
  color:  #fff;
}

.container-hotels .service-list {
    margin-bottom: 0;
}

.service-misc {
    margin-bottom: 2.5em;
}

.service-misc-title {
    font-weight: bold;
    font-size: 14px;
}

#content .service-misc-text {
    margin-bottom: 0;
}

/*ASQホテルページ用スタイル*/
.hotel-note {
	font-size: 13px;
    margin-left: 1em;
    margin-bottom: 1em;
    display: inline-block;
}

.hotel-address {
	margin-bottom: .5em;
	display: inline-block;
}

.hotel-info-text iframe {
	width: 100%;
}

.asq-hotel-conditons {
    list-style: none;
    list-style-position: inside;
    margin: 1em 0 2em;
	font-size: 14px;
	display: inline-block;
}

.asq-hotel-conditons li {
    line-height: 1.65;
    position: relative;
    padding-left: 1em;
}

.asq-hotel-conditons li::before {
    position: absolute;
    left: 0;
    content: '・';
	font-weight: bold;
	color: #0f2453;
}
.asq-hotel-conditons li:last-of-type::before {
    content: '※';
    font-size: 12px;
    top: 3px;
    left: 2px;
}

.category-asq-hotels .entry-content {
    width: 100%;
    padding: 0;
    margin: 0 0 2em;
	display: flex;
    background: #f3f3f3;
}
@media screen and (max-width: 520px){
	.category-asq-hotels .entry-content {
		flex-direction: column;
	}
}

.asq-hotels-list__image {
    width: 50%;
    display: inherit;
    float: left;
}
@media screen and (max-width: 520px){
	.asq-hotels-list__image,
	.asq-hotels-list__image img {
		width: 100%;
	}
}

.asq-hotels-list__image:hover {
	opacity: .65;
}

.asq-hotels-list__details {
    width: 50%;
    float: left;
    padding: 2em;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 520px){
	.asq-hotels-list__details {
		width: 100%;
		padding: 1em;
	}
}

.asq-hotels-list__title {
    text-align: left;
    font-weight: bold;
    color: #0f2453;
	line-height: 1.4;
}

.asq-hotel-rank {
    text-align: left;
}

.asq-hotel-price {
    text-align: left;
    font-weight: bold;
    color: red;
}

.asq-hotel-area {
    text-align: left;
	color: #0f2453;
}

.asq-hotels-list__button {
    background: #0f2453;
    color: #fff !important;
    padding: .5em;
    min-width: 250px;
    display: block;
    text-align: center;
    float: right;
    border-radius: 3em;
    transition: .3s;
    position: relative;
}
.asq-hotels-list__button::after {
    content: '→';
    background: #fff;
    color: #000;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    right: .75em;
    top: 50%;
    transform: translateY(-50%);
}

.asq-hotels-list__button:hover {
	background: #a58d5d;
}

.hotels-info2 {
    margin: 2em 0;
    display: inline-block;
}

.step {
    background: #f3f3f3;
    padding: .5em;
    margin: 0 0 1.75em;
    position: relative;
}

.step__title {
    font-weight: bold;
    margin: 0 0 .25em;
}

.step::after {
    content: '↓';
    position: absolute;
    bottom: -1.5em;
    font-weight: bold;
    color: #0f2453;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.35em;
    z-index: 10;
}

.step:last-of-type::after {
    content: '';
}

.step p {
	margin: 0 !important;
}

.hotel-info-ul {
    font-size: 13px;
    margin: 0 0 1.5em;
}

.hotel-info-ul li {
    position: relative;
    padding-left: 1em;
    line-height: 1.65;
}

.hotel-info-ul li::before {
    content: '・';
    position: absolute;
    left: 0;
    font-weight: bold;
}
.hotel-info-ul li:last-of-type::before {
    content: '※';
    font-size: 11px;
    top: 2px;
    left: 1px;
}

.hotel-info-ol {
    font-size: 13px;
    margin: 0 0 1.5em;
    counter-reset: my-counter;
}

.hotel-info-ol li {
    padding-left: 1.5em;
    position: relative;
    line-height: 1.65;
    counter-increment: my-counter;
    margin: 0 0 .25em;
}

.hotel-info-ol li::before {
    content: counter(my-counter);
    position: absolute;
    left: 0;
    background: #0f2453;
    color: #fff;
    border-radius: 20px;
    width: 1.5em;
    text-align: center;
    font-size: .8em;
    top: .2em;
}

.hotel-info-ol li:last-child::before {
    content: '※';
    background: none;
    color: #0f2453;
    font-size: 1em;
    top: 0;
    left: -.2em;
}

.asq-hotel-conditions-example {
    background: #ffffda;
    padding: 1em;
    font-size: 14px;
    display: block;
    margin-bottom: 2em;
}

.example-title {
    font-weight: bold;
}

.exmaple-text+.example-title+.exmaple-text {
    margin-bottom: 0 !important;
}

.content-banner-mobile {
    padding: 0 1em;
	display: none;
}
@media screen and (max-width: 52.5em){
	.content-banner-mobile {
		display: block;
	}
}
@media screen and (max-width: 52.5em){
	.asq-side-banner {
		display: none;
	}
}

/*News feed*/
.trinity-news__title {
	
}

.trinity-news {
    background: #f0f4ff;
    overflow: auto;
    margin-bottom: 1em;
    display: flex;
    line-height: 130%;
    color: #333;
    flex-direction: column;
    padding: 1em;
	transform: rotate(.05deg);
}

.trinity-news__title {
    font-weight: bold;
    color: #0f2453;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 52.5em){
	.trinity-news__title {
	}
}

.trinity-news__more {
    float: right;
}

.trinity-news-link {
	text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0.1em 0;
}
@media screen and (max-width: 52.5em){
	.trinity-news-link {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: .75em;
	}
}

.trinity-news__date {
    color: #333;
    margin-right: 1em;
    min-width: 110px;
    display: inline-block;
}
@media screen and (max-width: 52.5em){
	.trinity-news__date {
		min-width: 70px;
		display: flex;
		align-items: center;
	}
}

.trinity-news__caption {
    text-decoration: underline;
	line-height: 130%;
	max-width: calc(100% - 185px); 
}
@media screen and (max-width: 52.5em){
	.trinity-news__caption {
		max-width: calc(100% - 145px); 
		white-space: nowrap; 
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: unset;
	}
}

#content .trinity-news__text {
    margin-bottom: 0;
    display: inline-block;
}
.trinity-news__promotions {
    background: #efe7d8;
    color: #7a6437;
    padding: 0.8em 0.7em 0.6em;
    font-size: .6em;
    margin-left: 1em;
    font-weight: bold;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
}

.trinity-news__news {
    background: #e1e6f1;
    color: #0f2453;
    padding: 0.8em 0.7em 0.6em;
    font-size: .6em;
    margin-left: 1em;
    font-weight: bold;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
}

.trinity-news__new {
    background: #de0912;
    color: #fff;
    padding: 0.8em 0.7em 0.6em;
    font-size: .6em;
    margin-left: .5em;
    font-weight: bold;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	min-width: 45px;
}
@media screen and (max-width: 52.5em){
	.trinity-news__new,
	.trinity-news__news,
	.trinity-news__promotions {
		display: none;
	}
}

.for-mobile {
	display: none;
}
@media screen and (max-width: 52.5em){
	.for-mobile {
		display: flex;
	}
}

/*.trinity-news__read {
    font-size: 13px;
    min-width: 70px;
    padding: 1em;
    color: #0753A5;
    line-height: 130%;
	text-align: center;
	font-weight: bold;
    transform: rotate(.05deg);
}*/

.announce h2 {
    font-weight: bold;
    color: #0f2453;
}

/*News article*/
#trinitynews .h1-ttl.default-h1-ttl,
#trinitypromotions .h1-ttl.default-h1-ttl {
    background-repeat: repeat;
    padding: 6px 0px;
    color: #0f2453;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid #0f2453;
    width: 100%;
    border-left: none;
    margin-bottom: 0.5em;
}

#trinitynews .trinitynews__date,
#trinitypromotions .trinitynews__date {
    float: right;
    font-size: 12px;
    color: #0f2453;
}

.button-list {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 3em;
}
@media screen and (max-width: 52.5em){
	.button-list {
		flex-direction: column;
	}
}

#trinitynews .button-list .price-button,
#trinitypromotions .button-list .price-button {
    margin: 0;
    width: 49%;
    float: left;
    display: inline-block;
    margin-right: 2%;
}
#trinitynews .button-list .price-button:last-child,
#trinitypromotions .button-list .price-button:last-child {
	margin-right: 0;
}

@media screen and (max-width: 52.5em){
	#trinitynews .button-list .price-button,
	#trinitypromotions .button-list .price-button {
		width: 100%;
		margin-bottom: 1.5em;
		margin-right: 0;
	}
}

#trinitynews .golf-area-list,
#trinitypromotions .golf-area-list {
    display: none;
}

#trinitynews .contentArticle h1,
#trinitynews .contentArticle h2,
#trinitynews .contentArticle h3,
#trinitynews .contentArticle h4,
#trinitynews .contentArticle h5,
#trinitynews .contentArticle h6,
#trinitypromotions .contentArticle h1,
#trinitypromotions .contentArticle h2,
#trinitypromotions .contentArticle h3,
#trinitypromotions .contentArticle h4,
#trinitypromotions .contentArticle h5,
#trinitypromotions .contentArticle h6 {
    color: #0f2453;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-left: 5px solid #0f2453;
    padding-left: 0.5em;
    width: 100%;
    font-weight: bold;
}

#trinitynews img,
#trinitypromotions img {
	width: 100%;
}

#trinitynews .contentArticle ol,
#trinitypromotions .contentArticle ol {
	font-size: 14px;
    list-style: none;
	counter-reset: my-awesome-counter;
    list-style-position: inside;
    margin-bottom: 1em;
}

#trinitynews .contentArticle li,
#trinitypromotions .contentArticle li {
    position: relative;
    padding-left: 1em;
	margin-bottom: 0.25em;
    line-height: 130%;
}

#trinitynews .contentArticle ol li,
#trinitypromotions .contentArticle ol li {
	counter-increment: my-awesome-counter;
	padding-left: 1.75em;
}

#trinitynews .contentArticle ol li::before,
#trinitypromotions .contentArticle ol li::before {
	content: "0" counter(my-awesome-counter) ". ";
	font-weight: bold;
	color: #0f2453;
	position: absolute;
    left: 0;
}

#trinitynews .contentArticle ul,
#trinitypromotions .contentArticle ul {
    margin-bottom: 1em;
    font-size: 14px;
    list-style: none;
    list-style-position: inside;
}

#trinitynews .contentArticle ul li::before,
#trinitypromotions .contentArticle ul li::before {
    content: '●';
    margin-right: 0.25em;
    font-size: .6em;
    color: #0f2453;
    position: absolute;
    left: 0;
    top: 1px;
}
#trinitynews .contentArticle a,
#trinitypromotions .contentArticle a {
	font-weight: bold;
}

#trinitynews .contentArticle em,
#trinitypromotions .contentArticle em {
	background: linear-gradient(0deg,#fdfdb1 0%,#fdfdb1 60%,#fff 40%,#fff 100%);
	font-weight: bold;
}

/*News Archive*/
.trinity-news-archive {
    margin-bottom: 4em;
}

.trinity-news-archive .trinity-news-link {
    background: none;
    padding: 1em;
    border-bottom: 1px solid #d6dce9;
    position: relative;
	transform: rotate(.1deg);
}

.trinity-news-archive .trinity-news-link:last-child {
    border-bottom: none;
}

.trinity-news-archive .trinity-news-link::after {
    position: absolute;
    right: 0;
    margin-left: auto;
    padding: 1em;
    font-size: 13px;
    content: '\f054';
    font-family: 'FontAwesome';
}
/*News feed*/
.trinity-news__title {
	
}

.trinity-news {
    background: #f0f4ff;
    overflow: auto;
    margin-bottom: 1em;
    display: flex;
    line-height: 170%;
    color: #333;
    flex-direction: column;
    padding: 1em;
	transform: rotate(.05deg);
}

.trinity-news__title {
    font-weight: bold;
    color: #0f2453;
	margin-bottom: 0.5em;
	font-size:20px;
}
.trinity-news a,
.trinity-news-archive a {
	color:#de0912;
}
.trinity-news a:visited,
.trinity-news-archive a:visited{
	color: #de0912;
}
.trinity-news a:hover,
.trinity-news-archive a:hover{
	color: #0753A5;
}
.trinity-news a:active
.trinity-news-archive a:active{
	color: #de0912;
}
@media screen and (max-width: 52.5em){
	.trinity-news__title {
	}
}
.trinity-news__more {
    text-align:right;
	font-weight:bold;
}
.trinity-news__more a {
    text-decoration:none;
}
.trinity-news__more a:visited {
	color: #0753A5;
}
.trinity-news__more a:hover {
	color: #de0912;
}
.trinity-news__more a:active {
	color: #de0912;
}

.trinity-news-link {
	text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0.1em 0;
}
@media screen and (max-width: 52.5em){
	.trinity-news-link {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: .75em;
	}
}

.trinity-news__date {
    color: #333;
    margin-right: 0.5em;
    min-width: 100px;
    display: inline-block;
}
@media screen and (max-width: 52.5em){
	.trinity-news__date {
		min-width: 70px;
		display: flex;
		align-items: center;
	}
}

.trinity-news__caption {
/*     text-decoration: underline; */
	line-height: 130%;
	max-width: calc(100% - 220px); 
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	letter-spacing:-0.5px;
}
@media screen and (max-width: 52.5em){
	.trinity-news__caption {
		max-width: calc(100% - 145px); 
		white-space: nowrap; 
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: unset;
		width: 100%;
	}
}

.trinity-news-archive .trinity-news__caption {
    max-width: calc(100% - 240px);
}
@media screen and (max-width: 52.5em){
	.trinity-news-archive .trinity-news__caption {
		max-width: unset;
		width: calc(100% - 20px);
	}
}

#content .trinity-news__text {
    margin-bottom: 0;
    display: inline-block;
}
.trinity-news__promotions {
    background: #52d7b2;
    color: #fff;
    padding: 0.8em 0.7em 0.6em;
    font-size: .6em;
    margin-left: 1em;
    font-weight: bold;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
	border-radius:3px;
}

.trinity-news__news {
    background: #3486f4;
    color: #fff;
    padding: 0.8em 0.7em 1.0em;
    font-size: .6em;
    margin-left: 1em;
    font-weight: bold;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	min-width:54px;
	border-radius:3px;
}

.trinity-news__new {
    background: #de0912;
    color: #fff;
    padding: 0.8em 0.7em 1.0em;
    font-size: .6em;
    margin-left: .5em;
    font-weight: bold;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	min-width: 40px;
	border-radius:3px;
}
@media screen and (max-width: 52.5em){
	.trinity-news__new,
	.trinity-news__news,
	.trinity-news__promotions {
		display: none;
	}
}

.for-mobile {
	display: none;
}
@media screen and (max-width: 52.5em){
	.for-mobile {
		display: flex;
	}
}

/*.trinity-news__read {
    font-size: 13px;
    min-width: 70px;
    padding: 1em;
    color: #0753A5;
    line-height: 130%;
	text-align: center;
	font-weight: bold;
    transform: rotate(.05deg);
}*/
/*News article*/
#trinitynews .h1-ttl.default-h1-ttl,
#trinitypromotions .h1-ttl.default-h1-ttl {
    background-repeat: repeat;
    padding: 6px 0px;
    color: #0f2453;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid #0f2453;
    width: 100%;
    border-left: none;
    margin-bottom: 0.5em;
}

#trinitynews .trinitynews__date,
#trinitypromotions .trinitynews__date {
    float: right;
    font-size: 12px;
    color: #0f2453;
}

.button-list {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 3em;
}
@media screen and (max-width: 52.5em){
	.button-list {
		flex-direction: column;
	}
}

#trinitynews .button-list .price-button,
#trinitypromotions .button-list .price-button {
    margin: 0;
    width: 49%;
    float: left;
    display: inline-block;
    margin-right: 2%;
}
#trinitynews .button-list .price-button:last-child,
#trinitypromotions .button-list .price-button:last-child {
	margin-right: 0;
}

@media screen and (max-width: 52.5em){
	#trinitynews .button-list .price-button,
	#trinitypromotions .button-list .price-button {
		width: 100%;
		margin-bottom: 1.5em;
		margin-right: 0;
	}
}

#trinitynews .golf-area-list,
#trinitypromotions .golf-area-list {
    display: none;
}

#trinitynews .contentArticle h1,
#trinitynews .contentArticle h2,
#trinitynews .contentArticle h3,
#trinitynews .contentArticle h4,
#trinitynews .contentArticle h5,
#trinitynews .contentArticle h6,
#trinitypromotions .contentArticle h1,
#trinitypromotions .contentArticle h2,
#trinitypromotions .contentArticle h3,
#trinitypromotions .contentArticle h4,
#trinitypromotions .contentArticle h5,
#trinitypromotions .contentArticle h6 {
    color: #0f2453;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-left: 5px solid #0f2453;
    padding-left: 0.5em;
    width: 100%;
    font-weight: bold;
}

#trinitynews img,
#trinitypromotions img {
	width: 100%;
}

#trinitynews .contentArticle ol,
#trinitypromotions .contentArticle ol {
	font-size: 14px;
    list-style: none;
	counter-reset: my-awesome-counter;
    list-style-position: inside;
    margin-bottom: 1em;
}

#trinitynews .contentArticle li,
#trinitypromotions .contentArticle li {
    position: relative;
    padding-left: 1em;
	margin-bottom: 0.25em;
    line-height: 130%;
}

#trinitynews .contentArticle ol li,
#trinitypromotions .contentArticle ol li {
	counter-increment: my-awesome-counter;
	padding-left: 1.75em;
}

#trinitynews .contentArticle ol li::before,
#trinitypromotions .contentArticle ol li::before {
	content: "0" counter(my-awesome-counter) ". ";
	font-weight: bold;
	color: #0f2453;
	position: absolute;
    left: 0;
}

#trinitynews .contentArticle ul,
#trinitypromotions .contentArticle ul {
    margin-bottom: 1em;
    font-size: 14px;
    list-style: none;
    list-style-position: inside;
}

#trinitynews .contentArticle ul li::before,
#trinitypromotions .contentArticle ul li::before {
    content: '●';
    margin-right: 0.25em;
    font-size: .6em;
    color: #0f2453;
    position: absolute;
    left: 0;
    top: 1px;
}
#trinitynews .contentArticle a,
#trinitypromotions .contentArticle a {
	font-weight: bold;
}

#trinitynews .contentArticle em,
#trinitypromotions .contentArticle em {
	background: linear-gradient(0deg,#fdfdb1 0%,#fdfdb1 60%,#fff 40%,#fff 100%);
	font-weight: bold;
}

/*News Archive*/
.trinity-news-archive {
    margin-bottom: 4em;
}

.trinity-news-archive .trinity-news-link {
    background: none;
    padding: 1em;
    border-bottom: 1px solid #d6dce9;
    position: relative;
	transform: rotate(.1deg);
}

.trinity-news-archive .trinity-news-link:last-child {
    border-bottom: none;
}

.trinity-news-archive .trinity-news-link::after {
    position: absolute;
    right: 0;
    margin-left: auto;
    padding: 1em;
    font-size: 13px;
    content: '\f054';
    font-family: 'FontAwesome';
}

.wp-paginate {
    display: flex;
    justify-content: center;
    margin-top: 1em !important;
}