/*
Theme Name: 守成クラブ神戸オリエンタル 
Description:守成クラブ神戸オリエンタルのホームページ作成
Theme URI: https://kobe-oriental-shusei.club/
Author: Passione inc
Author URI: https://la-passione.co.jp
Version: 1.00
*/


/*default clear設定*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}*,:after,:before{box-sizing:border-box}button{cursor:pointer;cursor:hand}img{vertical-align:bottom}li{list-style-type: none;}

/*a href 設定*/
a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
a {
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.red {
color: #DA0003;
}
/*端末別設定*/
.pc {
	display: block!important;
}
.sp {
	display: none!important;
}
@media screen and (max-width: 480px) {
.pc {
	display: none!important;
}
.sp {
	display: block!important;
}
}
/*基本設定*/
body , html {
height: 100%;
margin-top: 0px!important;
}
body {
-webkit-print-color-adjust: exact;
border: none;
padding: 0px;
margin: 0px;
font-size: medium;
color: #000000;
line-height: 1.6em;
-webkit-text-size-adjust: 100%;
background-color: #FFFFFF;
font-family: a-otf-ud-shin-go-pr6n,sans-serif;
font-weight: 300;
font-style: normal;
}
.body-wrap {
overflow-x: hidden;
}

/*--------------------------
h1,h2,h3,h4
---------------------------*/

h1 {
	font-size: 1em;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	font-weight: nomal;
}
h2 {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	text-align: center;
	font-size: xx-large;
	margin-bottom: 40px;
    line-height: 1.6em;
	font-family: a-otf-ud-shin-go-pr6n,sans-serif;
font-weight: 300;
font-style: normal;
}
h3 {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
	text-align: center;
}
h4 {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
	text-align: center;
}

/*--------------------------
共通項目
---------------------------*/
section {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 2%;
	padding-right: 2%;
}
header {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EAEAEA;
}
.top header {
	border-bottom-style: none;
}
header section {
    height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}
header h1 {
}
header h1 img {
	width: 100%;
	height: auto;
	max-width: 350px;
}
/*ヘッダーナビ*/
header nav {
    margin-left: auto;
}
header nav.gnavi ul {
display: flex;
}
header nav.gnavi ul li {
	border-right: 1px solid #BCBCBC;
	padding-left: 10px;
	padding-right: 10px;
	font-size: small;
}
header nav.gnavi ul li:last-child {
	border-right-style: none;
}
header nav.gnavi ul li a {
	text-decoration: none;
	color: #000000;
}
header nav.gnavi ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 480px) {
section {
	padding-bottom: 0px;
}
header section {
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
header h1 img {
	width: 100%;
	height: auto;
	max-width: 250px;
	padding-left: 0px;
}

}


/*エントリーボタン*/
.entry {
	width: 100%;
	margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.entry .title {
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.entry .caution {
text-align: center;
color: #DB0000;
font-size: medium;
margin-bottom: 10px;
}
.entry dl {
	width: 31.3%;
	height: 80px;
	position: relative;
	background-image: url(img/icn_entry.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 1%;
	margin-right: 1%;
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 70px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
}
.entry dl.home {
background-color: #58137c;
}
.entry dl.guest {
background-color: #58137c;
}
.entry dl.other {
background-color: #6a5acd;
}

.entry dl dt {
	font-size: large;
	font-family: toppan-bunkyu-midashi-go-std,sans-serif;
font-weight: 900;
font-style: normal;
	margin-bottom: 0px;
	line-height: 1em;
}
.entry dl dd {
-webkit-margin-start: 0px;
}
.entry dl a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}
.entry dl:hover {
opacity: 0.8;
}
.entry.zoom dl {
	background-color: #5b6be2;
}
.entry.seminar dl {
	background-color: #ffa500;
}


.report {
	margin-bottom: 20px;
}
.report button {
	width: 96%;
	max-width: 400px;
    height: 80px;
	background-color: #0071DC;
	background-image: url(img/icn_entry.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 30px center;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	border-style: none;
	font-size: x-large;
    margin-bottom: 10px;
}
.report button:hover {
	background-color: #2C8BE4;
}


@media screen and (max-width: 480px) {
.entry dl {
	float: none;
	width: 96%;
	height: 80px;
	margin-left: 2%;
	margin-right: 2%;
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 70px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	margin-bottom: 10px;
}

}


/*--------------------------
TOPページ
---------------------------*/

/*スライダーエリア*/
article.slider {
	width: 100%;
	background-image: url(img/slider_bg.jpg);
	background-repeat: no-repeat;
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
article.slider section {
	position: relative;
	height: 600px;
}
article.slider section .slider_logo {
position: absolute;
top: 20px;
left: 10px;
} 
article.slider section .slider_logo img {
width: 500px;
height: auto;
}
article.slider section .catchcopy {
position: absolute;
bottom: 100px;
right: 30px;
color: #ffffff;
font-family: toppan-bunkyu-midashi-go-std,sans-serif;
font-weight: 900;
font-style: normal;
filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.7));
}
article.slider section .catchcopy .sub {
font-size: 30pt;
padding-bottom: 20px;
}
article.slider section .catchcopy .name {
font-size: 35pt;
line-height: 1em;
padding-bottom: 30px;
}
article.slider section .catchcopy .sche {
font-size: 33pt;
}
article.slider section .catchcopy .sche span {
font-size: 20pt;
padding-left: 10px;
padding-right: 10px;
}

@media screen and (max-width: 480px) {

article.slider {
	height: 350px;
	background-position: center bottom;
	background-attachment: scroll;
	background-size: cover;
}
article.slider section {
	height: 350px;
}
article.slider section .slider_logo {
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	width: 60%;
} 
article.slider section .slider_logo img {
	width: 100%;
	height: auto;
} 
article.slider section .catchcopy {
bottom: 10px;
right: 20px;
}
article.slider section .catchcopy .sub {
font-size: 11pt;
padding-bottom: 10px;
}
article.slider section .catchcopy .name {
font-size: 23pt;
line-height: 1em;
padding-bottom: 10px;
}
article.slider section .catchcopy .sche {
font-size: 18pt;
}
article.slider section .catchcopy .sche span {
font-size: 12pt;
padding-left: 10px;
padding-right: 10px;
}

}
@media screen and (min-width: 480px) {
/* タブレット用 */
article.slider {
	width: 100%;
	background-image: url(img/slider_bg.jpg);
	background-repeat: no-repeat;
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

}
@media screen and (min-width: 910px) {
/* PC用 */
article.slider {
	width: 100%;
	background-image: url(img/slider_bg.jpg);
	background-repeat: no-repeat;
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

}

/*事務局からのお知らせ*/
article.notice {
	background-color: #f8f8f8;
	padding-top: 40px;
	padding-bottom: 40px;
}
article.notice section {
	max-width: 700px;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
}
article.notice section h2 {
	text-align: center;
	font-family: toppan-bunkyu-midashi-go-std,sans-serif;
font-weight: 900;
font-style: normal;
	font-size: large;
	margin-bottom: 40px;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-color: #58137c;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article.notice section .contents {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #E5E5E5;
}
article.notice section .contents div  {
	font-size: small;
}
article.notice section .contents div.days {
	font-size: small;
}
article.notice section .contents div.title {
	margin-bottom: 10px;
	font-size: medium;
	font-family: toppan-bunkyu-midashi-go-std,sans-serif;
font-weight: 900;
font-style: normal;
}
@media screen and (max-width: 480px) {
article.notice {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 4%;
	padding-right: 4%;
}
article.notice section {
	max-width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}
article.notice section h2 {
	font-size: large;
	margin-bottom: 30px;
	width: 80%;
}

}

/*--------------------------
会場紹介
---------------------------*/
article.introduction p {
    margin-bottom: 10px;
    line-height: 1.8em;
}
article.introduction p.img {
	text-align: center;
}
article.introduction p.img img {
	width: 90%;
	max-width: 600px;
	height: auto;
}

.NextMeeting iframe {
margin-bottom: 30px;
}

.datalist {
	margin-bottom: 30px;
}
.datalist:after,.datalist dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	line-height: 0;
	width: 100%;
	height: 0;
	clear: both;
}
.datalist dl {
	float: left;
	padding-bottom: 10px;
}
.datalist dl dt {
	float: left;
	text-align: center;
	color: #FFFFFF;
}
.datalist dl dd {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}
.schedule dl {
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
}
.schedule dl dt {
	background-color: #58137c;
	width: 30%;
}
.schedule dl dd {
	width: 70%;
}
.schedule dl dd span {
color: #DE0003;
font-size: x-small;
}
@media screen and (max-width: 480px) {
article.introduction p {
	text-align: left;
}
.datalist dl {
	float: none;
	padding-bottom: 0px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
}

/*代表挨拶*/
article.greeting {
	background-color: #f8f8f8;
}
article.greeting .wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
}
article.greeting p.txt {
	text-align: left;
	margin-bottom: 10px;
	width: 60%;
    order: 2;
}
article.greeting p.img {
	width: 40%;
    order: 1;
}
article.greeting p.img img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
@media screen and (max-width: 480px) {

article.greeting p.txt {
	text-align: left;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
    order: 1;
}
article.greeting p.img {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
    order: 2;
}
article.greeting p.img img {
	width: 100%;
	max-width: 600px;
	height: auto;
}
}


/*世話人紹介*/
article.caretaker p {
	text-align: center;
	margin-bottom: 20px;
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
    line-height: 2em;
}
.caretakerList {
	margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.caretakerList dl {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
}
.caretakerList dl dt {
	padding: 0;
	margin: 0;
}
.caretakerList dl dt img {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}
.caretakerList dl dd {
background-color: #58137c;
font-size: small;
line-height: 1.8em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 5%;
box-sizing: border-box;
color: #FFFFFF;
}

@media screen and (max-width: 480px) {
article.caretaker p {
	width: 90%;
	text-align: left;
}
.caretakerList dl {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
}
.caretakerList dl dd {
	font-size: small;
	padding: 5%;
}

}

/*出発進行*/
article.departure {
	background-color: #f8f8f8;
}
article.departure p {
    text-align: center;
    margin-bottom: 20px;
    width: 82%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
}
article.departure p.img {
	text-align: center;
}
article.departure p.img img {
	width: 90%;
	max-width: 600px;
	height: auto;
}
@media screen and (max-width: 480px) {
article.departure p {
	text-align: left;
	width: 90%;
}
article.departure p.img img {
	width: 100%;
}

}
/*--------------------------
守成クラブとは
---------------------------*/
article.whats p {
	text-align: center;
	margin-bottom: 20px;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
    line-height: 1.8em;
}
article.whats p.img {
	text-align: center;
}
article.whats p.img img {
	width: 90%;
	max-width: 600px;
	height: auto;
}

article.whats .yurai {
	width: 90%;
	border: 1px solid #E1E1E1;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
article.whats .yurai p {
}
article.whats .yurai p.title {
	background-color: #F2F2F2;
	width: 100%;
	font-size: x-large;
}


@media screen and (max-width: 480px) {
article.whats p {
	text-align: left;
	width: 90%;
}
article.whats .yurai p.title {
	text-align: center;
}
article.whats p.img img {
	width: 100%;
}
}

/*かけがえのない会社を潰してはならない*/
article.concept {
	background-color: #f8f8f8;
}
article.concept p {
	text-align: center;
	margin-bottom: 20px;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
    line-height: 1.8em;
}
article.concept .catch {
	width: 90%;
	border: 1px solid #E1E1E1;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 3%;
	box-sizing: border-box;
} 
article.concept .catch:after {
	content: ".";
	display: block;
	visibility: hidden;
	line-height: 0;
	width: 100%;
	height: 0;
	clear: both;
}
article.concept .catch h2 {
	text-align: left;
	float: left;
	font-size: x-large;
	width: 65%;
} 
article.concept .catch p.txt {
	text-align: left;
	float: left;
	width: 65%;
} 
article.concept .catch p.img {
	float: right;
	width: 30%;
} 
article.concept .catch p.img img {
} 

@media screen and (max-width: 480px) {
article.concept {
	padding-bottom: 20px;
}
article.concept p {
	text-align: left;
	width: 90%;
}
article.concept .catch h2 {
	text-align: center;
	float: none;
	font-size: x-large;
	width: 100%;
} 
article.concept .catch p.txt {
	text-align: left;
	float: none;
	width: 100%;
} 
article.concept .catch p.img {
	float: none;
	width: 100%;
	text-align: center;
} 

}

/*活動内容*/
article.activity p {
	text-align: center;
	margin-bottom: 20px;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
    line-height: 1.8em;
}
article.activity .detail {
	width: 100%;
	margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
article.activity .detail dl {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
	display: block;
	border: 1px solid #D3D3D3;
}
article.activity .detail dl dt {
margin: 0;
padding: 2%;
width: 100%;
color: #FFFFFF;
background-color: #58137c;
text-align: center;
font-weight: bold;
}
article.activity .detail dl dd {
	padding: 3%;
}
article.activity .img {
	width: 100%;
	margin-bottom: 20px;
}
article.activity .img img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 480px) {

article.activity p {
	text-align: left;
	width: 90%;
}
article.activity .detail dl {
	width: 100%;
	height: 120px;
	float: none;
	margin-left: 0;
	margin-right: 0;
}

}

/*会員について*/
article.how {
	background-color: #f8f8f8;
}
article.how p {
	text-align: center;
	margin-bottom: 20px;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
    line-height: 1.8em;
}
article.how .box {
	width: 90%;
	border: 1px solid #58137c;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
article.how .box h2 {
background-color: #58137c;
width: 100%;
font-size: x-large;
color: #FFFFFF;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
article.how .box .inner {
	text-align: left;
	padding: 3%;
}
article.how .box .inner dl {
	margin-bottom: 10px;
}
article.how .box .inner dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	line-height: 0;
	width: 100%;
	height: 0;
	clear: both;
}
article.how .box .inner dl dt {
	width: 25%;
	margin-right: 1%;
	background-color: #58137c;
	text-align: center;
	color: #FFFFFF;
	display: block;
	float: left;
}
article.how .box .inner dl dd {
	display: block;
	float: right;
	width: 70%;
}
article.how .box .inner .inbox {
	margin-bottom: 20px;
	border: 1px solid #C6C6C6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 3%;
	box-sizing: border-box;
	margin-top: 20px;
}

@media screen and (max-width: 480px) {
article.how p {
	text-align: left;
	width: 90%;
}
article.how .box {
	width: 100%;
	margin-bottom: 20px;
}

}




/*--------------------------
フッター
---------------------------*/
footer {
	background-color: #6a5acd;
}
footer .comment {
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
	font-size: small;
}
footer section .button_area {
}
footer section .button_area .button {
    color: #ffffff;
    background-color: #9e94e6;
}
footer section .button_area .button:hover {
background-color: #9e94e6;
opacity: 0.8;
}
footer .copyright {
	color: #000000;
	text-align: center;
	font-size: small;
}
footer section {
	padding-bottom: 10px;
}

/*--------------------------
フォーム
---------------------------*/

.table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-size: small;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table .tr {
	display: table;
	width: 100%;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table .tr .th {
	width: 25%;
	padding: 1%;
	display: table-cell;
	vertical-align: middle;
	background-color: #f2f2f2;
	border-right: 1px solid #E7E7E7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table .tr .td {
	width: 75%;
	padding: 1%;
	display: table-cell;
	vertical-align: middle;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.table .field {
	border: 1px solid #bdbdbd;
	background: #ffffff;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table .s {
   width:20%;
}
.table .m {
   width:30%;
   }
.table .l {
   width:50%;
 }
.table .xl {
   width:100%;
 }
.table .area {
   width:100%;
   height: 7em;
   line-height: 1.5em;
}

.table .txt_s {
font-size: x-small;
padding-left: 10px;
}
.table .txtrd {
color: #FF0004;
}


.alert {
	font-size: x-small;
	color: #FF3E41;
}
@media screen and (max-width: 480px) {

.table .tr .th {
	width: 100%;
	display: block;
}
.table .tr .td {
	width: 100%;
	display: block;
}
.table .m {
   width:50%;
}
.table .l {
   width:100%;
 }

}

article.whats .checkarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding-top: 2%;
padding-right: 2%;
padding-left: 2%;
padding-bottom: 1%;
box-sizing: border-box;
border: 1px solid #FF3D40;
background-color: #FBEEEF;
font-size: medium;
line-height: 1.6em;
}
article.whats .checkarea p {
margin-bottom: 10px;
width: auto;
text-align: left;
}
article.whats .checkarea label {
display: block;
margin-bottom: 10px;
}
article.whats .checkarea ul {
margin-bottom: 10px;
}
article.whats .checkarea .center {
text-align: center;
}
article.whats .checkarea p.title {
color: #DA0003;
}
article.whats .caution {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding-top: 2%;
padding-right: 2%;
padding-left: 2%;
padding-bottom: 1%;
box-sizing: border-box;
border: 1px solid #FF3D40;
background-color: #FBEEEF;
font-size: medium;
line-height: 1.6em;
}
article.whats .caution p {
color: #DA0003;
margin-bottom: 10px;
width: auto;
font-size: small;
}

/*--------------------------
ボタン共通
---------------------------*/

.button_area {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

/*リンク系ボタン*/
.button_area .button {
	background-color: #63b3d2;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 24px;
	text-decoration: none;
	border-radius: 3px;
	border-style: none;
	width: 500px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.button_area .button:hover {
	background-color: #74C7E8;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.button_area .button2 {
	background-color: #58137c;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 24px;
	text-decoration: none;
	border-radius: 3px;
	border-style: none;
	width: 500px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.button_area .button2:hover {
	opacity: 0.8;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
/*フォーム系ボタン*/
.submit-button {
	background-color: #58137c;
	color: #ffffff;
	padding-top: 20px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 20px;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 1%;
	min-width: 45%;
	border-radius: 5px;
	border-style: none;
}
.submit-button:hover {
opacity: 0.8;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.reset-button {
	border: 1px solid #BBBBBB;
	background-color: #a3a3a3;
	color: #ffffff;
	padding: 8.5px 18px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 1%;
	border-radius: 5px;
   }
.reset-button:hover {
	background-color: #C4C4C4;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
   }
   
@media screen and (max-width: 480px) {
.button_area .button {
	width: 86%;
}
.submit-button {
	min-width: 80%;
}

}


/*--------------------------
GoTOPボタン
---------------------------*/
.gotop {
	position: fixed;
	right: 0px;
	bottom: 30px;
}
.gotop a {
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #58137c;
	width: 70px;
	font-size: small;
	text-decoration: none;
	font-family: toppan-bunkyu-midashi-go-std,sans-serif;
font-weight: 900;
font-style: normal;
}


/*--------------------------
FB埋め込み
---------------------------*/
#FBtimeline {
	text-align: center;
	padding-top: 30px;
}



/*--------------------------
Googleカレンダー
---------------------------*/

.cal_wrapper {
  max-width: 800px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
  margin: 2.0833% auto;
}
 
.googlecal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  /*overflow: hidden;*/
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
   .googlecal iframe {
width:calc(100vw - 20px)!important;
}

}



/*--------------------------
contactform7
---------------------------*/


/*チェック項目*/

.wpcf7-form .checkarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 2%;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 1%;
  box-sizing: border-box;
  border: 1px solid #FF3D40;
  background-color: #FBEEEF;
  font-size: medium;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.wpcf7-form .checkarea dt {
  margin-bottom: 10px;
}

.wpcf7-form .checkarea br {
  display: none;
}
.wpcf7-form .checkarea p {
    text-align: left;
    margin-bottom: 0px;
}

/*通常フォーム部分*/

article.page {}

article.page p {
  text-align: center;
  margin-bottom: 20px;
}
article.page .table p {
  text-align: left;
  margin-bottom: 0px;
}
.wpcf7-form .table {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  font-size: small;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-form .table dl {
  display: table;
  width: 100%;
  border-right: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-form .table dl dt {
  width: 25%;
  padding: 1%;
  display: table-cell;
  vertical-align: middle;
  background-color: #f6f6f6;
  border-right: 1px solid #E7E7E7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-form .table dl dd {
  width: 75%;
  padding: 1%;
  display: table-cell;
  vertical-align: middle;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-form .table input {
  background: #fafafa;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-form .table textarea {
  width: 100%;
  height: 7em;
  line-height: 1.5em;
  background: #fafafa;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-form .table .caution {
  color: #FF0004;
}

.alert {
  font-size: x-small;
  color: #FF3E41;
}

.screen-reader-response {
  display: none;
}

form input {
  font-size: small;
  font-weight: normal;
  line-height: 1.4em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border-style: none;
  /*border: 1px solid #E6E6E6;*/
}

form textarea {
  width: 100%;
  min-height: 10em;
  font-size: small;
  font-weight: normal;
  line-height: 1.4em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border-style: none;
  /*border: 1px solid #E6E6E6;*/
}

form input[type=text] {
  width: 100%;
}

form input[type=tel] {
  width: 100%;
}

form input[type=email] {
  width: 100%;
}

form input[type=checkbox] {
  width: auto;
  display: inline-block;
}

form input[type=radio] {
  width: auto;
  display: inline-block;
}

.wpcf7-radio {
  display: block;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

.form7 ul.btn {}

.form7 ul.btn li {
  width: 100%;
  margin-bottom: 20px;
}

.form7 ul.btn li input {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
}

.form7 ul.btn li input.confirm {
  background-color: #ce0003;
}

.form7 ul.btn li input.return {
  background-color: #ce0003;
}

.form7 ul.btn li input.send {
  background-color: #ce0003;
}

.form7 ul.btn li input:hover {
  opacity: 0.8;
}

span.wpcf7-list-item {
  display: block!important;
  margin: 0 0 10px 0!important;
}

.wpcf7-not-valid-tip {
  color: #ff0000!important;
}

.wpcf7c-conf {
  background-color: #f5f5f5!important;
  border: 1px solid #d8d8d8!important;
}

.wpcf7-not-valid {
  background-color: #fbeeee;
  border: 1px solid #ff6767;
}

.wpcf7-form .wpcf7-submit {
  margin-bottom: 0px;
  margin-top: 20px;
  width: 50%;
  max-width: 300px;
  text-align: center;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFFFFF;
  background-color: #ce0003;
  border-style: none;
  font-size: medium;
  margin-left: auto;
  margin-right: auto;
}

.inv-recaptcha-holder {
  display: flex;
  justify-content: center;
}


/*入力エラー*/

form.invalid div.wpcf7-response-output {
  background: #f7d7da;
  color: #711d26;
  border: 1px solid #f4c6cb;
  padding: 10px;
  margin-bottom: 10px;
}


/*送信成功*/

div.wpcf7-mail-sent-ok {
  background: #d5edda;
  color: #185626;
  border: 1px solid #c4e5cc;
  padding: 10px;
  margin-bottom: 10px;
}


/*送信NG*/

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  background: #f7d7da;
  color: #711d26;
  border: 1px solid #f4c6cb;
  padding: 10px;
  margin-bottom: 10px;
}


/*送信失敗*/

div.wpcf7-mail-sent-ng {
  background: #f7d7da;
  color: #711d26;
  border: 1px solid #f4c6cb;
  padding: 10px;
  margin-bottom: 10px;
}


/*スパムなどで送信ブロックされた場合*/

div.wpcf7-spam-blocked {
  background: #fff2cf;
  color: #846314;
  border: 1px solid #feedbd;
  padding: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .wpcf7-form .table dl dt {
width: 100%;
display: block;
  }
  .wpcf7-form .table dl dd {
    width: 100%;
    display: block;
  }
}


/*コメント追記*/
.entry .caution {
color: #FB0004;
padding-top: 10px;
padding-left: 2%;
padding-right: 2%;
padding-bottom: 10px;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid #D40003;
}
















