@charset "shift_jis";

  /*画面幅が480pxまでの時（スマホ）*/
@media screen and (max-width:480px){

*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}

.cp_offcm01 {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
}

/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #F9B3BD;
	opacity: 0.9;
}

.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	font-weight:bold;
	color: #404040;
	border-bottom: 1px solid #404040;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;

}

.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;

}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f0c9';
	font-weight: 400;
	font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}

.line1
	{display: none}

.line2{
	position: relative;
	height: 5px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%, #F9D9EA 10%, #F9B3BD 50%,#F9D9EA 90%, transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#F9D9EA 10%, #F9B3BD 50%,#F9D9EA 90%, transparent 100%);
	margin-bottom: 3px;
}

#homeimage {
	width: 60%;
	margin-left : auto;
	margin-right : auto;
}

#logoimage {
	width: 60%;
  	margin-right: auto;
}


div.footer {
	margin-left : auto;
	margin-right : auto;
	text-align: center;
	background-color: #F9D9EA;
	font-size: 9px;
}
div.footer2 {
	margin-left : auto;
	margin-right : auto;
	background-color: #F9B3BD;
	text-align: center;
	color: #77787b; 
	font-size: 8px;
}

h3 {
	padding: 0.25em 0.5em;
	border-left: solid 5px #BE0032;
	font-size: 14px;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin-bottom: 3px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

table{
	width: 100%;
}

 .main-text {
    font-size: 12px;
  }

}

  /*画面幅が480~780pxまでの時（タブレット）*/
@media screen and (max-width:781px){

*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}

.cp_offcm01 {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
}

/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #F9B3BD;
	opacity: 0.9;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #404040;
	font-weight:bold;
	border-bottom: 1px solid #404040;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 20;

}

.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;

}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f0c9';
	font-weight: 900;
	font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}


.line1
	{display: none}

.line2{
	position: relative;
	height: 5px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%, #F9D9EA 10%, #F9B3BD 50%,#F9D9EA 90%, transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#F9D9EA 10%, #F9B3BD 50%,#F9D9EA 90%, transparent 100%);
	margin-bottom: 3px;
}


#homeimage {
	width: 70%;
	margin-left : auto;
	margin-right : auto;
}

#logoimage {
	width: 50%;
  	margin-right: auto;
}

div.head{
	background-color: #F9B3BD;
	height: 10px;
}

div.header {
	width: 100%;
	margin-left : auto;
	margin-right : auto;
   	display: flex;
   	justify-content: center;
    	position: relative;
}

div.footer {
	margin-left : auto;
	margin-right : auto;
	text-align: center;
	background-color: #F9D9EA;
	font-size: 11px;
}
div.footer2 {
	background-color: #F9B3BD;
	text-align: center;
	color: #77787b; 
	font-size: 10px;
}

h2 {
	text-align:center;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 20px;
}

h3 {
	padding: 0.25em 0.5em;
	border-left: solid 5px #BE0032;
	font-size: 16px;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin-bottom: 6px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

table{
	width: 100%;
}

 .main-text {
    font-size: 14px;
  }

}

  /*画面幅が781px以上の時（PC）*/
@media screen and (min-width:781px){

.cp_offcm01 #cp_toggle01 {
	display: none;
}


.wrap{
	overflow: hidden;
}

li {
	display: inline;
}

ul{
	margin-top: 10px;
	margin-bottom: 10px;
}


.line1, .line2{
	position: relative;
	height: 5px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%, #F9D9EA 10%, #F9B3BD 50%,#F9D9EA 90%, transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#F9D9EA 10%, #F9B3BD 50%,#F9D9EA 90%, transparent 100%);
	margin-bottom: 4px;
}

a {
	color: #000000;
	text-decoration: none
}

h2 {
	text-align:center;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3 {
	padding: 0.25em 0.5em;
	border-left: solid 5px #BE0032;
}

#location {
	font-size: 80%
}

#navi {
	margin-left : auto;
	margin-right : auto;
	text-align: center;
	width: 900px;
	font-size: 120% 
}

#navi li{
	dispaly:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}

#navi li+li {
	border-left:3px solid #F9D9EA;
}

#homeimage {
	text-align: center;
}

#logoimage {
	text-align:center;
}

#language_button {
	position: absolute;
   	right: 0;
}


div.contents {
	width: 100%;
	max-width: 900px;
	margin-left : auto;
	margin-right : auto;
}

div.footer {
	margin-left : auto;
	margin-right : auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #F9D9EA;
	font-size: 15px;
}


div.footer2 {
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 3px;
	background-color: #F9B3BD;
	text-align: center;
	color: #77787b; 
	font-size: 14px;
}

div.head{
	background-color: #F9B3BD;
	height: 20px;
}

div.header {
	width: 100%;
	margin-left : auto;
	margin-right : auto;
   	display: flex;
   	justify-content: center;
    	position: relative;
}


.btn_01{
	width: 100%;
	max-width: 100px;
	padding: 5px 5px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #F9B3BD;
	border-bottom: 2px solid #F9B3BD;
	border-right: 2px solid #F9B3BD;
	border-left: 2px solid #F9B3BD;
	border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 0px 0px 5px 5px;/* for Firefox 対応*/
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin-bottom: 10px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


table{
	width: 100%;
}

 .main-text {
    font-size: 17px;
  }

}