@charset "utf-8";

/* -------------------------------------------------------------*/
/* SiteName : KOURINKENSETSU */
/* FileName : contents.css */
/* Add Day : 2020/03/17(Tue) */
/* Udt Day : 2020/03/17(Tue) */
/* Copyright : ZENEI-PRO */
/* == TOC ======================================================*/
/* 1 : */
/*--------------------------------------------------------------*/

/* ------------ 主要ブラウザのベンダープレフィックス */
/* -moz-     …… Firefox */
/* -webkit-  …… Chrome、Safari */
/* -o-       …… Opera */
/* -ms-      …… IE8～ */
/* ベンダープレフィックス指定無しも明記 */

/*--------------------------------------------------------------*/
/* ボタン・リンクボタン共通 */
/*--------------------------------------------------------------*/
.btn__design, input.btn__design, button.btn__design{
	font-size: 1.6rem;
	line-height: 1;
	padding: 1em;
	color: #fff;
	border: 0;
	text-align: center;
	transition: .3s;
	background: #967a55;
	border: 2px #967a55 solid;
	border-radius: 0;
	position: relative;
}
.btn__design--arrow::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position: absolute;
	right: 10%;
}
.btn__design:hover{
	color: #967a55;
	background: #fff;
}
.linkbtn__nav{
	margin: 0 auto;
}
.linkbtn__nav a{
	text-decoration: none;
	display: block;
	opacity: 1;
}

/*--------------------------------------------------------------*/
/* メッセージナビ共通 */
/*--------------------------------------------------------------*/
.msg__navi{
	display: block;
}
.msg__navi h3{
	line-height: 2;
	font-weight: bold;
	text-align: center;
}
.msg__navi p{
	line-height: 2;
}
@media screen and (max-width: 767px){
	.msg__navi p{
	    	line-height: 1.5;
	}
}
.msg__navi--txt01{
	padding: 1.5em;
	background: #f9f9f9;
	border: 1px #ccc solid;
}
.msg__navi--txt02{
	padding: 1.5em;
	background: #f9f9f9;
	border: 1px #ff0000 solid;
}
.msg__navi--txt02 p{
	color: #ff0000;
}

/*--------------------------------------------------------------*/
/* コンテンツ共通 */
/*--------------------------------------------------------------*/
/* H2タイトル */
.h2__title{
	line-height: 1;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 3px #ccc solid;
	position: relative;
}
.h2__title::after{
	position: absolute;
	bottom: -3px;
	bottom: -0.3rem;
	left: 0;
	z-index: 2;
	content: '';
	width: 27.5%;
	height: 3px;
	height: 0.3rem;
	background: #0075b3;
}
.h2__title h2{
	font-size: 2.2rem;
	font-weight: normal;
}
.h2__title span{
	display: block;
	padding-bottom: 1.5em;
}
.h2__title em{
	font-size: 1.2rem;
	display: block;
	padding-top: 0.5em;
}

/* H3タイトル（サイド） */
.h3__title--side{
	position: relative;
	line-height: 1;
	margin-bottom: 1em;
  padding: 0.5em 1em;
	border-left: 3px #ccc solid;
}
.h3__title--side::after{
	content: '';
	position: absolute;
  left: -3px;
  left: -0.3rem;
  top: 0;
  width: 3px;
  width: 0.3rem;
  height: 50%;
  background: #0075b3;
	z-index: 2;
}

/* H3タイトル（ヘッダー） */
.h3__head--title{
	font-size: 2.0rem;
	line-height: 1;
	margin-bottom: 2em;
	padding: 1em 2em;
	color: #0075b3;
	background: linear-gradient(to bottom, #c1e7f4 0%, #fff 100%);
	border-top: 3px #0075b3 solid;
	border-bottom: 1px #0075b3 solid;
}
.h3__head--title::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f06a';
	padding-right: 0.5em;
}

@media screen and (max-width: 767px) {
    .h3__head--title{
        padding: 1em 1em;
    }
}


/* H3タイトル（メイン） */
.h3__title{
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 2em;
	padding: 1em 2em;
	color: #fff;
	background: #0075b3;
}
.h3__title::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f14a';
	padding-right: 0.5em;
}

/* データ用（定義） */
.data__dl{
	display: flex;
	flex-direction:row-reverse;
/*	margin-bottom: 2em;*/
}
.data__dl dt{
	width: 30%;
}
.data__dl dt img{
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.data__dl dd{
	width: 70%;
	padding-right: 2em;
}

@media screen and (max-width: 767px){
    .data__dl{
        display: block;
    }
    .data__dl dt{
        width: 100%;
        margin-bottom: 1em;
    }
    .data__dl dd{
        width: 100%;
        padding-right: 0;
    }
}


/* データ用（ボックス） */
.data__div{
	margin-top: 3em;
}
.data__div:first-child{
	margin-top: 0;
}
.data__div h4{
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 2em;
	padding: 0.5em 1em;
	color: #0075b3;
	border-left: 3px #0075b3 solid;
	border-bottom: 1px #0075b3 dotted;
}
.data__txtlink p{
	margin-top: 2em;
	text-align: right;
}
.data__txtlink p::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f14b';
	padding-right: 0.5em;
}
.data__div--block{
	margin-top: 2em;
}
.data__div--block:first-child{
	margin-top: 0;
}

/* データ用（リスト） */
.data__ol{
/*	padding-left: 2em; */
	counter-reset: item;
  list-style: none;
	padding: 2em;
	border: 3px #0075b3 double;
}
.data__ol li{
	text-indent: -2.4em;
	padding-left: 2.4em;
	padding-top: 1em;
}
.data__ol li:first-child{
	padding-top: 0;
}
.data__ol li::before {
	counter-increment: item;
	content: counter(item)'';
	margin-right: 0.5em;
  font-weight: bold;
  background: #0075b3;
  color: #fff;
  padding: 0.2em 0.6em;
}
.data__ul{
/*	padding-left: 2em; */
  list-style: none;
	padding: 2em;
	border: 3px #0075b3 double;
}
.data__ul li{
	text-indent: -1.9em;
	padding-left: 1.9em;
	padding-top: 0.5em;
}
.data__ul li:first-child{
	padding-top: 0;
}
.data__ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f058';
	margin-right: 0.5em;
	font-size: 1.8rem;
  color: #0075b3;
}

/* データ用（テーブル） */
.data__table{
	width: 100%;
	margin-bottom: 3em;
}
.data__table:last-child{
	margin-bottom: 0;
}
.data__table caption{
	margin-bottom: 1em;
	font-weight: bold;
}
.data__table th{
	width: 70%;
	padding: 2em;
	text-align: left;
	border-top: 2px #0075b3 solid;
	border-bottom: 2px #0075b3 solid;
	background: #f8f8f9;
}
.data__table td{
	width: 30%;
	padding: 2em;
	text-align: right;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
@media screen and (max-width: 767px){
    .data__table th{
        width: 65%;
        padding: 1.5em;
        text-align: left;
    }
    .data__table td{
        width: 35%;
        padding: 1.5em;
        text-align: right;
    }
}

/* パンくずリスト */
.pankuzu{
	font-size: 1.2rem;
	background: #efefef;
	margin-bottom: 2em;
	padding: 0.5em 1em;
}
.pankuzu__ul{
	list-style: none;
}
.pankuzu__ul li{
	margin-left: 0.5em;
	display: inline;
}
.pankuzu__ul li:first-child{
	margin-left: 0;
}
.pankuzu__ul li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f105';
	padding-right: 0.5em;
}
.pankuzu__ul li:first-child::before{
	display: none;
}

/*--------------------------------------------------------------*/
/* フッター用アクセス */
/*--------------------------------------------------------------*/
.f_access_section{
	margin-top: 8em;
}
.f_access__body{
	display: block;
}
.f_access__detail{
	display: flex;
}
.f_access__art{
	width: 100%;
	margin-left: 0%;
}
.f_access__art:first-child{
	margin-left: 0;
}
.f_access__art--data{
	margin-bottom: 2em;
}
.f_access__art--data h3{
	font-size: 1.8rem;
	color: #0075b3;
	margin-bottom: 1em;
}
.ggmap{
	width: 100%;
	height: 300px;
}

/*--------------------------------------------------------------*/
/* テーブル共通 */
/*--------------------------------------------------------------*/
.table--col02{
	width: 100%;
	margin-bottom: 3em;
}
.table--col02:last-child{
	margin-bottom: 0;
}
.table--col02 caption{
	margin-bottom: 1em;
	font-weight: bold;
}
.table--col02 th{
	width: 60%;
	padding: 2em;
	text-align: left;
	border-top: 2px #0075b3 solid;
	border-bottom: 2px #0075b3 solid;
	background: #f8f8f9;
}
@media screen and (max-width: 767px){
	.table--col02 th{
		width: 100%;
		display: block;
	}
}
.table--col02 th span{
	font-size: 1.2rem;
	margin-left: 1em;
	padding: 0.1em 0.3em;
	color: #fff;
	background: #7e633f;
}
@media screen and (max-width: 767px){
	.table--col02 th{
		width: 100%;
		display: block;
	}
}
.table--col02 td{
	width: 40%;
	padding: 2em;
	text-align: left;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
@media screen and (max-width: 767px){
	.table--col02 td{
		width: 100%;
		display: block;
	}
}
.table--col02 td p{
	margin-top: 0.5em;
}
.table--col02 td em{
	padding-left: 0.25em;
	padding-right: 0.5em;
}

/*--------------------------------------------------------------*/
/* テーブル会社概要 */
/*--------------------------------------------------------------*/
.table--col03{
    width: 100%;
    margin-bottom: 3em;
}
.table--col03:last-child{
    margin-bottom: 0;
}
.table--col03 caption{
    margin-bottom: 1em;
    font-weight: bold;
}
.table--col03 th{
    width: 40%;
    padding: 2em;
    text-align: left;
    border-top: 2px #0075b3 solid;
    border-bottom: 2px #0075b3 solid;
    background: #f8f8f9;
}
@media screen and (max-width: 767px){
    .table--col03 th{
        width: 100%;
        display: block;
    }
}
.table--col03 th span{
    font-size: 1.2rem;
    margin-left: 1em;
    padding: 0.1em 0.3em;
    color: #fff;
    background: #7e633f;
}
@media screen and (max-width: 767px){
    .table--col03 th{
        width: 100%;
        display: block;
    }
}
.table--col03 td{
    width: 60%;
    padding: 2em;
    text-align: left;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
@media screen and (max-width: 767px){
    .table--col03 td{
        width: 100%;
        display: block;
    }
}
.table--col03 td p{
    margin-top: 0.5em;
}
.table--col03 td em{
    padding-left: 0.25em;
    padding-right: 0.5em;
}

/*--------------------------------------------------------------*/
/* index */
/*--------------------------------------------------------------*/
.main__visual{
	display: block;
	position: relative;
}
.main__visual--bg{
	width: 100%;
	height: 50vh;
	background: url("../img/main__visual.jpg") 50% 50% / cover no-repeat;
}
@media screen and (max-width: 767px){
	.main_bg{
		background: url("../img/sp/sp_main_bg.jpg") 50% 50% / cover no-repeat;
	}
}
.main__visual--inner{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
  font-size: 4.0rem;
  text-align: center;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
}
@media screen and (max-width: 767px){
    .main__visual--inner{
        width: 95%;
        font-size: 1.96rem;
        letter-spacing: -0.05em;
    }
}
.mainimg_section{
	margin-bottom: 5em;
}
.gree_section{
	margin-bottom: 5em;
}
.gree__body{
	display: block;
}
.gree__head{
	margin-bottom: 3em;
}
.gree__detail{
	margin-bottom: 3em;
}
.gree__detail--title{
	margin-bottom: 2em;
}
.gree__detail h3{
	font-size: 2.8rem;
	color: #0075b3;
	background: linear-gradient(transparent 60%, #eec41a 60%);
	display: inline;
}
@media screen and (max-width: 767px){
    .gree__detail h3{
        font-size: 2.4rem;
    }
}

.gree__detail--data{
	display: flex;
	flex-direction:row-reverse;
}
.gree__detail--img{
	width: 40%
}
.gree__detail--txt{
	width: 100%;
	padding-right: 2em;
}
@media screen and (max-width: 767px){
    .gree__detail--data{
        display: block;
    }
    .gree__detail--img{
        width: 100%;
        margin-bottom: 0.5em;
    }
    .gree__detail--txt{
        width: 100%;
        padding-right: 0;
    }
}

.gree__detail--list{
	margin-bottom: 2em;
	padding-left: 2em;
}
.gree__detail--list li{
    font-size: 1.8rem;
}
.gree__foot{
	display: block;
}
.gree__foot--title{
	margin-bottom: 2em;
}
.gree__foot h3{
	font-size: 2.8rem;
	color: #0075b3;
	background: linear-gradient(transparent 60%, #eec41a 60%);
	display: inline;
}
@media screen and (max-width: 767px){
    .gree__foot h3{
        font-size: 2.4rem;
    }
}

.gree__foot--data{
	display: flex;
}
.gree__foot--img{
	width: 40%
}
.gree__foot--txt{
	width: 60%;
	padding-left: 2em;
}
@media screen and (max-width: 767px){
    .gree__foot--data{
        display: block;
    }
    .gree__foot--img{
        width: 100%;
        margin-bottom: 0.5em;
    }
    .gree__foot--txt{
        width: 100%;
        padding-left: 0;
    }
}

.service__section{
	display: block;
}
.service__body{
	display: block;
}
.service__detail{
	display: block;
}
.service__list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.service__list li{
	width: 48%;
	margin-left: 4%;
	margin-bottom: 1em;
	border: 2px #0075b3 solid;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 0 #ccc;
}

.service__list li:nth-child(odd){
	margin-left: 0;
}
.service__list li h3{
	line-height: 1.2;
	padding: 1em;
	background: #0075b3;
}
.service__list li h3 a{
	color: #fff;
}
.service__list li h3 a:hover{
	color: #fff;
}
.service__list--dl{
	padding: 1em;
	background: #fff;
	display: flex;
}
.service__list--dl dt{
	width: 30%;
}
.service__list--dl dd{
	width: 70%;
	padding-left: 2em;
}
.service__list--dl dd p{
	margin-top: 1em;
}
.service__list--dl dd p:first-child{
	margin-top: 0;
}

@media screen and (max-width: 979px) {
    .service__list--dl{
        padding: 1em;
        background: #fff;
        display: block;
    }
    .service__list--dl dt{
        width: 100%;
    }
    .service__list--dl dt img{
        margin-bottom: 10px;
    }
    .service__list--dl dd{
        width: 100%;
        padding-left: 0;
    }
    .service__list--dl dd p{
        margin-top: 0.5em;
    }
}


/*--------------------------------------------------------------*/
/* permission */
/*--------------------------------------------------------------*/
.per__section{
	display: block;
}
.per__body{
	display: block;
}
.per__head{
	margin-bottom: 5em;
}
.per__yoken{
	margin-bottom: 5em;
}
.per__hojin{
	margin-bottom: 5em;
}
.per__zumen{
	margin-bottom: 5em;
}
.per__kanri{
	margin-bottom: 5em;
}
.per__insyoku{
	margin-bottom: 5em;
}
.per__sche{
	margin-bottom: 5em;
}
.per__tetsu1{
	margin-bottom: 5em;
}
.per__tetsu2{
	margin-bottom: 5em;
}
.per__for{
	margin-bottom: 5em;
}
.per__price{
	display: block;
}

/*--------------------------------------------------------------*/
/* bar */
/*--------------------------------------------------------------*/
.bar__section{
	display: block;
}
.bar__body{
	display: block;
}
.bar__head{
	margin-bottom: 5em;
}
.bar__hojin{
	margin-bottom: 5em;
}
.bar__zumen{
	margin-bottom: 5em;
}
.bar__insyoku{
	margin-bottom: 5em;
}
.bar__sche{
	margin-bottom: 5em;
}
.bar__for{
	margin-bottom: 5em;
}
.bar__price{
	display: block;
}

/*--------------------------------------------------------------*/
/* health */
/*--------------------------------------------------------------*/
.heal__section{
	display: block;
}
.heal__body{
	display: block;
}
.heal__head{
	margin-bottom: 5em;
}
.heal__zumen{
	margin-bottom: 5em;
}
.heal__sche{
	margin-bottom: 5em;
}
.heal__for{
	margin-bottom: 5em;
}
.heal__price{
	display: block;
}

/*--------------------------------------------------------------*/
/* game */
/*--------------------------------------------------------------*/
.game__section{
	display: block;
}
.game__body{
	display: block;
}
.game__head{
	margin-bottom: 5em;
}
.game__yoken{
	margin-bottom: 5em;
}
.game__hojin{
	margin-bottom: 5em;
}
.game__zumen{
	margin-bottom: 5em;
}
.game__kanri{
	margin-bottom: 5em;
}
.game__insyoku{
	margin-bottom: 5em;
}
.game__sche{
	margin-bottom: 5em;
}
.game__tetsu1{
	margin-bottom: 5em;
}
.game__tetsu2{
	margin-bottom: 5em;
}
.game__for{
	margin-bottom: 5em;
}
.game__price{
	display: block;
}

/*--------------------------------------------------------------*/
/* mahjong */
/*--------------------------------------------------------------*/
.mah_section{
	display: block;
}
.mah__body{
	display: block;
}
.mah__head{
	margin-bottom: 5em;
}
.mah__yoken{
	margin-bottom: 5em;
}
.mah__hojin{
	margin-bottom: 5em;
}
.mah__zumen{
	margin-bottom: 5em;
}
.mah__kanri{
	margin-bottom: 5em;
}
.mah__insyoku{
	margin-bottom: 5em;
}
.mah__sche{
	margin-bottom: 5em;
}
.mah__tetsu1{
	margin-bottom: 5em;
}
.mah__tetsu2{
	margin-bottom: 5em;
}
.mah__for{
	margin-bottom: 5em;
}
.mah__price{
	display: block;
}

/*--------------------------------------------------------------*/
/* adult */
/*--------------------------------------------------------------*/
.adu_section{
	display: block;
}
.adu__body{
	display: block;
}
.adu__head{
	margin-bottom: 5em;
}
.adu__zumen{
	margin-bottom: 5em;
}
.adu__sche{
	margin-bottom: 5em;
}
.adu__tetsu1{
	margin-bottom: 5em;
}
.adu__for{
	margin-bottom: 5em;
}
.adu__price{
	display: block;
}

/*--------------------------------------------------------------*/
/* encounter */
/*--------------------------------------------------------------*/
.enc__section{
	display: block;
}
.enc__body{
	display: block;
}
.enc__head{
	margin-bottom: 5em;
}
.enc__syorui{
	margin-bottom: 5em;
}
.enc__sche{
	margin-bottom: 5em;
}
.enc__tetsu1{
	margin-bottom: 5em;
}
.enc__for{
	margin-bottom: 5em;
}
.enc__price{
	display: block;
}

/*--------------------------------------------------------------*/
/* company */
/*--------------------------------------------------------------*/
.h2__bg--company{
	background: url(../img/h2__bg--company.jpg) 50% 50% / cover no-repeat;
}
.company__section{
	display: block;
}
.company__body{
	padding: 5em 0;
}
.company__gree{
	display: flex;
	margin-bottom: 5em;
}
.company__gree--img{
	width: 40%;
}
.company__gree--txt{
	width: 60%;
	padding-left: 2em;
}
.company__gree--txt h3{
	font-size: 2.0rem;
	color: #ba9e88;
	text-align: center;
	line-height: 1;
	margin-bottom: 1.5em;
	padding: 1.5em;
	border: 2px #ba9e88 solid;
}
.company__data{
	background: #fcf8f2;
	margin-bottom: 5em;
	padding: 2em;
}
.company__data table{
	width: 100%;
}
.company__data table th{
	width: 30%;
	padding: 2em;
	text-align: left;
	border-bottom: 1px #7e633f dotted;
	font-weight: bold;
}
.company__data table td{
	width: 70%;
	padding: 2em;
	text-align: left;
	border-bottom: 1px #7e633f dotted;
}
.company__data table td ul{
	margin-left: 2em;
}
.company__access{
	display: flex;
}
.company__access--data{
	width: 46%;
}
.company__access--left{
	margin-right: 8%;
}
.company__access--data h3{
	width: 60%;
	display: inline-block;
	font-size: 2.0rem;
	background: #ba9e88;
	color: #fff;
	line-height: 1;
	margin-bottom: 1em;
	padding: 1em;
}
.company__access--data dl dt{
	margin-bottom: 2em;
}
.ggmap iframe{
	width: 100%;
	height: 272px;
	margin-bottom: 2em;
}

/*--------------------------------------------------------------*/
/* contact */
/*--------------------------------------------------------------*/
.h2__bg--contact{
	background: url("../img/h2__bg--contact.jpg") 50% 50% / cover no-repeat;
}
.contact__section{
	display: block;
}
.contact__body{
	padding: 5em 0;
}
.contact__head{
	margin-bottom: 4em;
}
.contact__detail{
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	display: block;
}
.contact__nav--col01{
	width: 50%;
	margin: 0 auto;
}
.contact__nav--col02{
	width: 80%;
	margin: 0 auto;
	display: flex;
	list-style: none;
}
.contact__nav--col02 li{
	width: 45%;
	margin-left: 10%;
}
.contact__nav--col02 li:first-child{
	margin-left: 0;
}
.contact__nav--col02 > li > .g_btn_desi::after{
	display: none;
}
input[name="con_zip"]{
	width: 50%;
}
select[name="con_pref"]{
	width: 50%;
}
select[name="con_syubetsu"]{
	width: 50%;
}
textarea[name="con_detail"]{
	height: 300px;
}

/*--------------------------------------------------------------*/
/* privacy */
/*--------------------------------------------------------------*/
.privacy__body{
	font-size: 1.4rem;
	margin-top: 3em;
	padding: 1.5em;
	background: #f9f9f9;
	border: 1px #ccc solid;
	overflow-y: scroll;
  height: 200px;
}
.privacy__head{
	margin-bottom: 3em;
}
.privacy__head h3{
	text-align: center;
	margin-bottom: 1em;
}
.privacy__detail{
	display: block;
}
.privacy__detail dl{
	margin-top: 2em;
}
.privacy__detail dl:first-child{
	margin-top: 0;
}
.privacy__detail dl dt{
	margin-bottom: 0.5em;
	font-weight: bold;
}
.privacy__detail dl dd ol{
	margin-top: 1em;
	padding-left: 1.5em;
}

/*--------------------------------------------------------------*/
/* error */
/*--------------------------------------------------------------*/
.error__section{
	display: block;
}
.error__body{
	padding: 5em 0;
}
.error__navi{
	text-align: center;
}
.error__navi h2{
	font-size: 4.0rem;
	margin-bottom: 1.5em;
}


/*--------------------------------------------------------------*/
/* add 2021 */
/*--------------------------------------------------------------*/
.bd-around-red{
    border: 2px solid #ff0000;
    padding: 15px;
}
.bd-around-red h3{
    font-size: 2.8rem;
    color: #ff0000;
    background: linear-gradient(transparent 60%, #fff005 60%);
    display: inline;
}

@media screen and (max-width: 767px) {
    .bd-around-red h3{
        font-size: 2rem;
    }
}