@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*----HTML再定義--------------------------------------------------*/
/*全ての要素のマージンを0にする*/
* { margin: 0;	padding: 0 }
html {	height : 100%;}
body {
	height : 100%;
	font-size: 12px;
	color: #4f6b72;
	background: #f6f5f3;
	/* フォントファミリ明朝 
	font-family:Times New Roman , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif;
	*/
	/* フォントファミリゴシック */
	font-family:  "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    position: relative;
}

/*LinkBasic*/
a {	text-decoration: none;}
a:hover {	color: #0066CC;	text-decoration: underline;	color: #FF3399;}
a:visited {	color: #0066CC;}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
	width:100%;
	max-width:100%;
}
.catch {
    max-width: 1000px;
    margin: 0 auto 5%;
}
header {
    padding: 2% 0;
    text-align: center;
}
h1 {
    font-size: 1.4em;
    margin: 0 auto 1%;
}
section {
    max-width: 1000px;
    margin: 0 auto;
}
.txtinfo {
    display: flex;
    justify-content: space-between;
}
.shop_info {
    width: 48%;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.7em;
}
.txtinfo {
    display: flex
;
    justify-content: space-between;
    margin: 0 auto 5%;
}
.ship_img {
    width: 48%;
}
.location .name {
	width: 100%;
	text-align: center;
	line-height: 1.7em;
	font-size: 1.6em;
	font-weight: 600;
	margin: 0 0 2%;
}
p.info {
    line-height: 1.7em;
    font-size: 1.1em;
    font-weight: bold;
}
.place iframe {
    width: 100%;
}
.place {
    margin: 0 auto 2%;
}
.placeimg {
    display: flex
;
    justify-content: space-between;
}
.placeimg figure {
    width: 24%;
}
.placeimg {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 2%;
}
.traffic {
    line-height: 1.7em;
    margin: 0 auto 2%;
}
p.link {
    margin: 0 auto 3%;
}
p.link a {
    font-size: 1.2em;
    background: #7dc3df;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 2% 0;
    width: 200px;
    border-radius: 5px;
    color: #333333;
    font-weight: bold;
}

.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	max-width: 1000px;
    margin: 0 auto;
}
.header_top p.headimg {
    width: 10%;
    margin: 0;
    padding: 0 0% 0;
}
ul.navi {
    display: flex;
    justify-content: space-between;
}
ul.navi li a {
    font-weight: bold;
    font-size: 1.2em;
    color: #06587f;
}
nav {
    width: 80%;
}
span.btxt {
    font-weight: bold;
    font-size: 1.1em;
    display: block;
}
p.address {
    font-size: 1.3em;
    margin: 0 0 1%;
    font-weight: bold;
}
div#palce {
    margin: 0 auto 5%;
}
div#ticket {
    margin: 0 auto 5%;
}
table.tblprice {
    max-width: 1000px;
    border: solid 1px #222222;
    width: 70%;
    font-size: 1.2em;
    background: #ffffff;
}
table.tblprice th, table.tblprice td {
    border: solid 1px #222222;
    padding: 3% 5%;
}
h3 {
    position: relative;
    background: #dfecfa;
    padding: 1% 2%;
    border-left: solid 2em #5c9ee7;
    font-size: 2em;
    margin: 0 auto 2%;
}

h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.price {
    margin: 0 0 1%;
}
table.tblprice td span {
    font-size: 0.9em;
}
.payment ul li {
    line-height: 1.7em;
    margin: 0 1% 0.5% 0;
}
.payment ul {
    list-style: none;
    display: flex;
    font-size: 1.2em;
}
.ex {
    line-height: 1.4em;
}
.payment {
    margin: 0 0 2%;
}
div#schedule {
    margin: 0 auto 5%;
}
.s_box {
    margin: 0 0 3%;
}
.s_box .ttl {
    font-size: 1.4em;
    margin: 0 0 1%;
    font-weight: bold;
}
table.tml_schedule {
    max-width: 1000px;
    border: solid 1px #222222;
    width: 70%;
    font-size: 1.2em;
    background: #ffffff;
    text-align: center;
}
table.tml_schedule th, table.tml_schedule td {
    border: solid 1px #222222;
    padding: 3% 5%;
}
.cancel {
    margin: 0 0 1%;
}
p.ttl {
    font-size: 1.4em;
    margin: 0 0 1%;
    font-weight: bold;
}
ul.cancel_list {
    list-style: auto;
    line-height: 1.7em;
    padding-left: 4%;
}
.disc_txt {
    line-height: 1.7em;
    margin: 0 0 4%;
}
table.tbl_te{
    max-width: 1000px;
    border: solid 1px #222222;
    width: 70%;
    font-size: 1.2em;
    background: #ffffff;
    text-align: center;
	margin: 1% 0;
}
table.tbl_te th {
    width: 50%;
    line-height: 1.5em;
}
table.tbl_te th, table.tbl_te td {
    border: solid 1px #222222;
    padding: 3% 5%;
vertical-align: middle;
}

table.campany {
    max-width: 1000px;
    border: solid 1px #222222;
    width: 70%;
    font-size: 1.2em;
    background: #ffffff;
    text-align: center;
}
table.campany th, table.campany td {
    border: solid 1px #222222;
    padding: 3% 5%;
}
table.campany td {
    text-align: left;
    line-height: 1.7em;
}
footer p {
    text-align: center;
    background: #ffffff;
    margin: 5% 0 0;
    padding: 1% 0;
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}
.qabox ul {
    list-style: none;
    line-height: 1.7em;
    font-size: 1.2em;
    margin: 0 auto 2%;
}
.qabox {
    width: 97%;
    max-width: 1000px;
}
ul.qanda li.question {
    background: #dfecf9;
}
ul.qanda li {
    padding: 1%;
}
ul.gimglist {
    display: flex
;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
}
.gimglist li {
    width: 24%;
    margin: 0 0 2%;
}
.ship h4 {
    color: rgb(73, 73, 73);
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: 5px solid rgb(125, 180, 230);
	font-size: 1.4em;
	background: #eaf3ff;/*背景色*/
	border-bottom: solid 3px #516ab6;/*下線*/
}
.shop_infobox .txtinfo p {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 10px;
}
.shop_infobox .txtinfo {
    display: block;
    padding: 2% 0 0;
    line-height: 1.5em;
    font-size: 16px;
    margin: 0 auto;
}
.shop_infobox .imginfo {
    display: flex;
    justify-content: space-between;
    margin: 2% auto;
}
.shop_infobox .imginfo figure {
    width: 48%;
}
table.tbl_shhip th {
    text-align: center;
}

table.tbl_shhip {
    width: 50%;
    font-size: 16px;
    text-align: left;
}

.tbl_shhip {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin:0 0 20px;
}
.tbl_shhip th, .tbl_shhip td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
}
.tbl_shhip th {
  border-bottom: 2px solid #4d9bc1;;
  font-weight: bold;
  text-align: center;
  width: 30%;
  min-width: 4em;
}
.spec ul li {
    list-style: disc;
}
.spec ul {
    list-style: none;
    font-size: 16px;
    padding-left: 2em;
    margin: 0 auto 50px;
}
.ad .info {
    margin: 2% auto;
    line-height: 1.7em;
    font-size: 16px;
    list-style: none;
}
.ad .adimg {
    display: flex;
    justify-content: space-between;
}
.ad .adimg figure {
    width: 32%;
}
.ad8 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ad_tbl {
    width: 48%;
}
.ad_tbl table.tbl_shhip {
    width: 100%;
}
.spec table.tbl_shhip {
    width: 100%;
    text-align: left;
}
.spec table.tbl_shhip th{

}
@media (max-width: 768px) {
	.pc {
		display:none;
	}
	html{
		font-size: 72.5%;
		font-family: 'Noto Sans',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	}
	body {
		width:100%;
		font-size: 1.4rem;
		overflow-x: hidden;
		-webkit-text-size-adjust:100%;
		word-wrap:break-word;
	    height: auto;

	}
	h1 {
	    font-size: 1.2em;
	    margin: 0 auto 3%;
	}
	.txtinfo {
	    display: block;
	}
	section {
	    width: 100%;
	    padding: 0 3%;
	}
	.ship_img {
	    width: 100%;
	}
	.shop_info {
	    width: 100%;
		font-size: 1em;
	}
	.shop_info br {
	    display: none;
	}
	.location .name {
	    width: 100%;
	    text-align: left;
	    line-height: 1.7em;
	    font-size: 1.0em;
	    margin: 0 0 2%;
	}
	.header_top {
	    display: block;
	}
	.header_top p.headimg {
	    width: 37%;
	    margin: 0 auto 1%;
	    padding: 0 0% 0;
	    text-align: center;
	}
	nav {
	    width: 100%;
	}
	ul.navi {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	ul.navi li {
	    width: 50%;
	    background: #ffffff;
	    border: solid 1px #222222;
	    padding: 2% 0;
	}
	h3 {
	    font-size: 1.1em;
	}
	p.address {
	    font-size: 1.0em;
	    line-height: 1.7em;
	}
	p.info {
	    line-height: 1.7em;
	    font-size: 0.9em;
	    font-weight: bold;
	}
	table.tblprice,table.tml_schedule,table.tbl_te,table.campany {
	    width: 100%;
	    font-size: 0.9em;
	}
	table.tbl_shhip {
	    width: 100%;
	    font-size: 90%;
	}
	.spec ul li {
    	line-height: 1.7em;
	}
	.ad .info li {
	    font-size: 75%;
	}
}