@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: #ccc;
	color: #333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 22px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}

a:link {
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

a:visited {
	text-decoration: none;
}

img {
	vertical-align: top;
}

ul li {
	list-style: none;
}

.center {
	text-align: center;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*----------------------------------------------------
 #container
----------------------------------------------------*/
.container {
	width: 1060px;
	margin: 0 auto;
}


/*----------------------------------------------------
 main
----------------------------------------------------*/

section.main {
	/*--width: 100vw;--*/
	width: 100%;
	height: 100vh;
	/*--background: url('../img/main_bg.jpg');--*/
	background-size: cover;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

section.main .logo {
	position: absolute;
	top: 15px;
	left: 15px;
}

section.main .logo_fonts {
	text-align: right;
	margin: 0 0 50px;
}

section.main .bt_area {
	text-align: right;
	margin: 0 90px 0 0;
}

section.main .bt_area .line_bt {
	float: right;
}

section.main .bt_area .tel_bt {
	float: right;
}

/*----------------------------------------------------
 campaign
----------------------------------------------------*/

section.campaign {
	background: #2b2b2b;
	padding: 0 0 30px;
}

section.campaign .title {
	text-align: center;
	background: #feee36;
	margin-bottom: 50px;
	padding: 15px 0;
}

section.campaign .sub_title {
	text-align: center;
	padding: 25px 0 0 0;
	margin: 20px 0 45px;
}

section.campaign .obj {
	text-align: center;
	margin: 0 0 20px;
}

section.campaign .campaign_box  {
	padding: 0 0 70px;
}

section.campaign .campaign_box .left {
	float: left;
	width: 50%;
}

section.campaign .campaign_box .right {
	float: right;
	width: 50%;
}

/*----------------------------------------------------
 drinking
----------------------------------------------------*/

section.drinking {
	background: url('../img/sec04_bg01.png');
	padding: 30px 0 50px;
}

section.drinking .title {
	text-align: center;
	padding: 15px 0;
	margin: 0 0 30px;
}

section.drinking .sub_title {
	text-align: center;
	padding: 25px 0 0 0;
}

section.drinking .obj {
	text-align: center;
	margin: 0 0 10px;
}

section.drinking .bt_area {
	text-align: center;
	margin: 0 0 10px;
}

/*----------------------------------------------------
 achievement
----------------------------------------------------*/

section.achievement {
	background: #fff;
	padding: 0 0 50px;
}

section.achievement .title {
	text-align: center;
	background: #fff;
	padding: 30px 0 0;
	margin: 0 0 60px;
}

section.achievement .obj {
	margin: 0 0 50px;
}

section.achievement .obj img {
	width: 100%;
}

/*----------------------------------------------------
 practice_top
----------------------------------------------------*/

section.practice_top {
	background: url('../img/practice_orange_bg.png');
	background-size: cover;
	padding: 0 0 50px;
}

section.practice_top .title {
	text-align: center;
	padding: 50px 0 0;
	margin: 0 0 60px;
}

section.practice_top .obj {
	text-align: center;
	margin: 0 0 20px;
}

/*----------------------------------------------------
 practice_bottom
----------------------------------------------------*/

section.practice_bottom {
	background: url('../img/practice_black_bg.png');
	background-size: cover;
	padding: 0;
}

section.practice_bottom .title {
	text-align: center;
	padding: 65px 0 0;
	margin: 0 0 60px;
}

section.practice_bottom .container {
	position: relative;
}

section.practice_bottom .left {
	position: absolute;
}

section.practice_bottom .right {
	text-align: right;
	margin: -65px 0px 0 0;
}

/*----------------------------------------------------
 movie
----------------------------------------------------*/

section.movie {
	background: #fff;
	padding: 0 0 70px 0;
	text-align: center;
}

section.movie .title {
	text-align: center;
	padding: 55px 0 0;
	margin: 0 0 60px;
}

section.movie .box {
	margin: 0 0 30px;
}

section.movie p {
	margin: 0 0 20px;
	font-size: 20px;
}

/*----------------------------------------------------
 greetings
----------------------------------------------------*/

section.greetings {
	background: url('../img/greedings_bg_bg02.jpg');
	padding: 0 0 0 0;
	text-align: left;
	color: #fff;

}

section.greetings .title {
	text-align: center;
	padding: 55px 0 0;
	margin: 0 0 60px;
}

section.greetings .container {
	background: url('../img/taiyou_bg.jpg') no-repeat right;
	padding: 0 0 91px 0;
}

section.greetings .text {
	width: 947px;
	margin: 0 auto;
}

section.greetings p {
	font-size: 22px;
	margin: 0 0 30px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
}

/*----------------------------------------------------
 infomation
----------------------------------------------------*/

section.infomation {
	background: #fff;
	padding: 0 0 70px 0;
}

section.infomation .title {
	text-align: center;
	padding: 55px 0 0;
	margin: 0 0 60px;
}

section.infomation .shop {
	text-align: center;
	margin: 0 0 40px;
}

section.infomation table {
	margin: 0 auto 15px;
	width: 947px;
	border-collapse: inherit;
	border-spacing: 0px 3px;
}

section.infomation table th {
	background: #f4eded;
	padding: 14px 0 14px 18px;
	width: 27%;
	text-align: left;
}

section.infomation table td {
	padding: 14px 10px 14px 18px;
	background: #fff;
	border: 1px solid #f4eded;
	font-size: 20px;
}

section.infomation .map {
	text-align: center;
}

/*----------------------------------------------------
 faq
----------------------------------------------------*/

section.faq {
	background: #fff;
	padding: 0 0 60px 0;
}

section.faq .title {
	text-align: center;
	background: #feee36;
	padding: 10px 0 25px;
	margin: 0 0 50px;
}

section.faq .cp_actab {
	position: relative;
	overflow: hidden;
	width: 947px;
	margin: 0 auto 10px;
	color: #ffffff;
}

section.faq .cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

section.faq .cp_actab label {
	font-weight: bold;
	line-height: 89px;
	position: relative;
	display: block;
	padding: 0 0 0 0;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #fff;
	color: #333;
	border-top: 3px solid #f3ab15;
	border-right: 3px solid #f3ab15;
	/*--border-bottom: 3px solid #f3ab15;--*/
}

section.faq .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333;
	background: #fff;
	border-left: 3px solid #f3ab15;
	border-right: 3px solid #f3ab15;
	border-bottom: 3px solid #f3ab15;
	margin: -1px 0 0 0;
	font-weight: bold;
}

section.faq .cp_actab .cp_actab-content p {
	margin: 1em;
	font-weight: normal;
}

/* :checked */
section.faq .cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}

/* Icon */
section.faq .cp_actab label::after {
	line-height: 90px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}

section.faq .cp_actab input[type=checkbox] + label::after {
	content: '+';
}

section.faq .cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

section.faq .cp_actab input[type=checkbox]:checked + label {
	color: #fff;
	background: #f3ab15;
}

section.faq .question_no {
	margin: 0 30px 0 0;
}


/*----------------------------------------------------
 contact
----------------------------------------------------*/

section.contact {
	background: url('../img/contact_bg.png');
	background-size: cover;
	padding: 25px 0 0 0;
	text-align: center;
}

section.contact .container {
	background: url(../img/contact_obj_bg2.png) no-repeat;
	background-size: 1060px auto;
	background-position: 0 bottom;
	padding: 0 0 22px 0;
}

section.contact .title {
	text-align: center;
	padding: 10px 0 0;
	margin: 0 0 0;
}

section.contact .text {
	text-align: center;
	margin: 0 0 19px;
}

section.contact .bt_area div {
	margin: 0 0 10px;
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/

footer {
	background: url('../img/footer_bg.png');
	color: #fff;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
}




/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
header.global nav ul:after { content: ''; display: block; clear: both; }
